Trace number 3371289

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Plingeling 587f (fixed)UNSAT 3928.74 992.413

General information on the benchmark

NameSAT-Race-2010-CNF/hardware-verification/
velev/1dlx_c_iq57_a.cnf
MD5SUM953b9cb99bfd26cff0e1ac65be1241f6
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark630.301
Satisfiable
(Un)Satisfiability was proved
Number of variables569795
Number of clauses8562505
Sum of the clauses size24843745
Maximum clause length186
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 27567948
Number of clauses of size 3724416
Number of clauses of size 49898
Number of clauses of size 560873
Number of clauses of size over 5199369

Solver Data

3928.48/992.40	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3371289-1305432774/watcher-3371289-1305432774 -o /tmp/evaluation-result-3371289-1305432774/solver-3371289-1305432774 -C 4800 -W 1300 -M 15500 plingeling -t 4 HOME/instance-3371289-1305432774.cnf 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 4800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 4830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 8.08 4.84 3.01 5/334 31141
/proc/meminfo: memFree=22444252/32951124 swapFree=59367104/67111528
[pid=31141] ppid=31139 vsize=16524 CPUtime=0 cores=0,2,4,6
/proc/31141/stat : 31141 (plingeling) R 31139 31141 22057 0 -1 4202496 2216 1260 0 0 0 0 0 0 23 0 1 0 635693214 16920576 2146 33554432000 4194304 4417452 140735482073152 18446744073709551615 270338383616 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/31141/statm: 4131 2146 148 55 0 2017 0

[startup+0.0211221 s]
/proc/loadavg: 8.08 4.84 3.01 5/334 31141
/proc/meminfo: memFree=22444252/32951124 swapFree=59367104/67111528
[pid=31141] ppid=31139 vsize=17916 CPUtime=0.01 cores=0,2,4,6
/proc/31141/stat : 31141 (plingeling) R 31139 31141 22057 0 -1 4202496 2573 1260 0 0 1 0 0 0 23 0 1 0 635693214 18345984 2503 33554432000 4194304 4417452 140735482073152 18446744073709551615 4274426 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/31141/statm: 4479 2503 149 55 0 2365 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 17916

[startup+0.101105 s]
/proc/loadavg: 8.08 4.84 3.01 5/334 31141
/proc/meminfo: memFree=22444252/32951124 swapFree=59367104/67111528
[pid=31141] ppid=31139 vsize=30736 CPUtime=0.09 cores=0,2,4,6
/proc/31141/stat : 31141 (plingeling) R 31139 31141 22057 0 -1 4202496 5818 1260 0 0 9 0 0 0 24 0 1 0 635693214 31473664 5708 33554432000 4194304 4417452 140735482073152 18446744073709551615 270338383616 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/31141/statm: 7684 5708 149 55 0 5570 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 30736

[startup+0.301066 s]
/proc/loadavg: 8.08 4.84 3.01 5/334 31141
/proc/meminfo: memFree=22444252/32951124 swapFree=59367104/67111528
[pid=31141] ppid=31139 vsize=49696 CPUtime=0.29 cores=0,2,4,6
/proc/31141/stat : 31141 (plingeling) R 31139 31141 22057 0 -1 4202496 10558 1260 0 0 28 1 0 0 25 0 1 0 635693214 50888704 10448 33554432000 4194304 4417452 140735482073152 18446744073709551615 270338383616 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/31141/statm: 12424 10448 149 55 0 10310 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 49696

[startup+0.701022 s]
/proc/loadavg: 8.08 4.84 3.01 5/334 31141
/proc/meminfo: memFree=22444252/32951124 swapFree=59367104/67111528
[pid=31141] ppid=31139 vsize=116368 CPUtime=0.69 cores=0,2,4,6
/proc/31141/stat : 31141 (plingeling) R 31139 31141 22057 0 -1 4202496 27265 1260 0 0 66 3 0 0 25 0 1 0 635693214 119160832 27116 33554432000 4194304 4417452 140735482073152 18446744073709551615 270338383616 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/31141/statm: 29092 27116 149 55 0 26978 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 116368

[startup+1.50083 s]
/proc/loadavg: 7.84 4.84 3.02 6/335 31147
/proc/meminfo: memFree=22313312/32951124 swapFree=59367104/67111528
[pid=31141] ppid=31139 vsize=217112 CPUtime=1.49 cores=0,2,4,6
/proc/31141/stat : 31141 (plingeling) R 31139 31141 22057 0 -1 4202496 52451 1260 0 0 142 7 0 0 25 0 1 0 635693214 222322688 52302 33554432000 4194304 4417452 140735482073152 18446744073709551615 270338383616 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/31141/statm: 54278 52302 149 55 0 52164 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 217112

[startup+3.10051 s]
/proc/loadavg: 7.84 4.84 3.02 6/335 31147
/proc/meminfo: memFree=22313312/32951124 swapFree=59367104/67111528
[pid=31141] ppid=31139 vsize=418064 CPUtime=3.09 cores=0,2,4,6
/proc/31141/stat : 31141 (plingeling) R 31139 31141 22057 0 -1 4202496 102724 1260 0 0 294 15 0 0 25 0 1 0 635693214 428097536 102540 33554432000 4194304 4417452 140735482073152 18446744073709551615 270338383616 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/31141/statm: 104516 102540 149 55 0 102402 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 418064

[startup+6.30088 s]
/proc/loadavg: 7.61 4.84 3.03 6/335 31147
/proc/meminfo: memFree=21641748/32951124 swapFree=59367104/67111528
[pid=31141] ppid=31139 vsize=820472 CPUtime=6.29 cores=0,2,4,6
/proc/31141/stat : 31141 (plingeling) R 31139 31141 22057 0 -1 4202496 203462 1260 0 0 602 27 0 0 25 0 1 0 635693214 840163328 203142 33554432000 4194304 4417452 140735482073152 18446744073709551615 270338383616 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/31141/statm: 205118 203142 149 55 0 203004 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 820472

[startup+12.7006 s]
/proc/loadavg: 7.64 4.90 3.06 9/339 31151
/proc/meminfo: memFree=21478760/32951124 swapFree=59367104/67111528
[pid=31141] ppid=31139 vsize=1020016 CPUtime=20.78 cores=0,2,4,6
/proc/31141/stat : 31141 (plingeling) S 31139 31141 22057 0 -1 4202496 302154 1260 0 0 2037 41 0 0 25 0 5 0 635693214 1044496384 242785 33554432000 4194304 4417452 140735482073152 18446744073709551615 270350186469 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/31141/statm: 255004 242785 174 55 0 252890 0
[pid=31141/tid=31148] ppid=31139 vsize=1020016 CPUtime=2.78 cores=0,2,4,6
/proc/31141/task/31148/stat : 31148 (plingeling) R 31139 31141 22057 0 -1 4202560 15704 1260 0 0 277 1 0 0 25 0 5 0 635694202 1044496384 242785 33554432000 4194304 4417452 140735482073152 18446744073709551615 4290944 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=31141/tid=31149] ppid=31139 vsize=1020016 CPUtime=2.8 cores=0,2,4,6
/proc/31141/task/31149/stat : 31149 (plingeling) R 31139 31141 22057 0 -1 4202560 15751 1260 0 0 279 1 0 0 25 0 5 0 635694202 1044496384 242785 33554432000 4194304 4417452 140735482073152 18446744073709551615 4307694 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=31141/tid=31150] ppid=31139 vsize=1020016 CPUtime=2.61 cores=0,2,4,6
/proc/31141/task/31150/stat : 31150 (plingeling) R 31139 31141 22057 0 -1 4202560 15596 1260 0 0 260 1 0 0 25 0 5 0 635694202 1044496384 242785 33554432000 4194304 4417452 140735482073152 18446744073709551615 4293135 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=31141/tid=31151] ppid=31139 vsize=1020016 CPUtime=2.68 cores=0,2,4,6
/proc/31141/task/31151/stat : 31151 (plingeling) R 31139 31141 22057 0 -1 4202560 14253 1260 0 0 266 2 0 0 25 0 5 0 635694202 1044496384 242785 33554432000 4194304 4417452 140735482073152 18446744073709551615 4364604 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 20.78
Current children cumulated vsize (KiB) 1020016

[startup+25.501 s]
/proc/loadavg: 7.72 5.05 3.14 9/339 31151
/proc/meminfo: memFree=21059260/32951124 swapFree=59367104/67111528
[pid=31141] ppid=31139 vsize=1401492 CPUtime=71.88 cores=0,2,4,6
/proc/31141/stat : 31141 (plingeling) S 31139 31141 22057 0 -1 4202496 618814 1260 0 0 7094 94 0 0 25 0 5 0 635693214 1435127808 338172 33554432000 4194304 4417452 140735482073152 18446744073709551615 270350186469 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/31141/statm: 350373 338172 180 55 0 348259 0
[pid=31141/tid=31148] ppid=31139 vsize=1401492 CPUtime=15.6 cores=0,2,4,6
/proc/31141/task/31148/stat : 31148 (plingeling) R 31139 31141 22057 0 -1 4202560 122443 1260 0 0 1540 20 0 0 25 0 5 0 635694202 1435127808 338172 33554432000 4194304 4417452 140735482073152 18446744073709551615 4248913 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=31141/tid=31149] ppid=31139 vsize=1401492 CPUtime=15.61 cores=0,2,4,6
/proc/31141/task/31149/stat : 31149 (plingeling) R 31139 31141 22057 0 -1 4202560 118474 1260 0 0 1540 21 0 0 25 0 5 0 635694202 1435127808 338172 33554432000 4194304 4417452 140735482073152 18446744073709551615 4236012 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=31141/tid=31150] ppid=31139 vsize=1401492 CPUtime=15.42 cores=0,2,4,6
/proc/31141/task/31150/stat : 31150 (plingeling) R 31139 31141 22057 0 -1 4202560 122794 1260 0 0 1526 16 0 0 25 0 5 0 635694202 1435127808 338172 33554432000 4194304 4417452 140735482073152 18446744073709551615 4258418 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=31141/tid=31151] ppid=31139 vsize=1401492 CPUtime=15.35 cores=0,2,4,6
/proc/31141/task/31151/stat : 31151 (plingeling) R 31139 31141 22057 0 -1 4202560 14253 1260 0 0 1533 2 0 0 25 0 5 0 635694202 1435127808 338172 33554432000 4194304 4417452 140735482073152 18446744073709551615 4236649 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 71.88
Current children cumulated vsize (KiB) 1401492

[startup+51.1009 s]
/proc/loadavg: 7.89 5.30 3.27 9/339 31152
/proc/meminfo: memFree=20938580/32951124 swapFree=59367104/67111528
[pid=31141] ppid=31139 vsize=1492476 CPUtime=173.91 cores=0,2,4,6
/proc/31141/stat : 31141 (plingeling) S 31139 31141 22057 0 -1 4202496 641680 1260 0 0 17294 97 0 0 25 0 5 0 635693214 1528295424 360918 33554432000 4194304 4417452 140735482073152 18446744073709551615 270350186469 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/31141/statm: 373119 360918 180 55 0 371005 0
[pid=31141/tid=31148] ppid=31139 vsize=1492476 CPUtime=41.18 cores=0,2,4,6
/proc/31141/task/31148/stat : 31148 (plingeling) R 31139 31141 22057 0 -1 4202560 130065 1260 0 0 4097 21 0 0 25 0 5 0 635694202 1528295424 360918 33554432000 4194304 4417452 140735482073152 18446744073709551615 4265480 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=31141/tid=31149] ppid=31139 vsize=1492476 CPUtime=41.2 cores=0,2,4,6
/proc/31141/task/31149/stat : 31149 (plingeling) R 31139 31141 22057 0 -1 4202560 126096 1260 0 0 4098 22 0 0 25 0 5 0 635694202 1528295424 360918 33554432000 4194304 4417452 140735482073152 18446744073709551615 4364626 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=31141/tid=31150] ppid=31139 vsize=1492476 CPUtime=41 cores=0,2,4,6
/proc/31141/task/31150/stat : 31150 (plingeling) R 31139 31141 22057 0 -1 4202560 130416 1260 0 0 4083 17 0 0 25 0 5 0 635694202 1528295424 360918 33554432000 4194304 4417452 140735482073152 18446744073709551615 4236971 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=31141/tid=31151] ppid=31139 vsize=1492476 CPUtime=40.62 cores=0,2,4,6
/proc/31141/task/31151/stat : 31151 (plingeling) R 31139 31141 22057 0 -1 4202560 14253 1260 0 0 4060 2 0 0 25 0 5 0 635694202 1528295424 360918 33554432000 4194304 4417452 140735482073152 18446744073709551615 4265429 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 173.91
Current children cumulated vsize (KiB) 1492476

[startup+102.301 s]
/proc/loadavg: 8.02 5.73 3.52 9/339 31153
/proc/meminfo: memFree=20935916/32951124 swapFree=59367104/67111528
[pid=31141] ppid=31139 vsize=1517068 CPUtime=378.16 cores=0,2,4,6
/proc/31141/stat : 31141 (plingeling) S 31139 31141 22057 0 -1 4202496 647828 1260 0 0 37718 98 0 0 25 0 5 0 635693214 1553477632 367066 33554432000 4194304 4417452 140735482073152 18446744073709551615 270350186469 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/31141/statm: 379267 367066 180 55 0 377153 0
[pid=31141/tid=31148] ppid=31139 vsize=1517068 CPUtime=92.37 cores=0,2,4,6
/proc/31141/task/31148/stat : 31148 (plingeling) R 31139 31141 22057 0 -1 4202560 134046 1260 0 0 9215 22 0 0 25 0 5 0 635694202 1553477632 367066 33554432000 4194304 4417452 140735482073152 18446744073709551615 4237755 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=31141/tid=31149] ppid=31139 vsize=1517068 CPUtime=92.4 cores=0,2,4,6
/proc/31141/task/31149/stat : 31149 (plingeling) R 31139 31141 22057 0 -1 4202560 128263 1260 0 0 9218 22 0 0 25 0 5 0 635694202 1553477632 367066 33554432000 4194304 4417452 140735482073152 18446744073709551615 4237011 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=31141/tid=31150] ppid=31139 vsize=1517068 CPUtime=92.21 cores=0,2,4,6
/proc/31141/task/31150/stat : 31150 (plingeling) R 31139 31141 22057 0 -1 4202560 130416 1260 0 0 9204 17 0 0 25 0 5 0 635694202 1553477632 367066 33554432000 4194304 4417452 140735482073152 18446744073709551615 4236778 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=31141/tid=31151] ppid=31139 vsize=1517068 CPUtime=91.27 cores=0,2,4,6
/proc/31141/task/31151/stat : 31151 (plingeling) R 31139 31141 22057 0 -1 4202560 14253 1260 0 0 9125 2 0 0 25 0 5 0 635694202 1553477632 367066 33554432000 4194304 4417452 140735482073152 18446744073709551615 4364835 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 378.16
Current children cumulated vsize (KiB) 1517068

[startup+162.301 s]
/proc/loadavg: 8.10 6.17 3.81 9/339 31155
/proc/meminfo: memFree=20824888/32951124 swapFree=59367104/67111528
[pid=31141] ppid=31139 vsize=1516488 CPUtime=617.5 cores=0,2,4,6
/proc/31141/stat : 31141 (plingeling) S 31139 31141 22057 0 -1 4202496 714296 1260 0 0 61643 107 0 0 25 0 5 0 635693214 1552883712 366921 33554432000 4194304 4417452 140735482073152 18446744073709551615 270350186469 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/31141/statm: 379122 366921 180 55 0 377008 0
[pid=31141/tid=31148] ppid=31139 vsize=1516488 CPUtime=152.37 cores=0,2,4,6
/proc/31141/task/31148/stat : 31148 (plingeling) R 31139 31141 22057 0 -1 4202560 167252 1260 0 0 15211 26 0 0 25 0 5 0 635694202 1552883712 366921 33554432000 4194304 4417452 140735482073152 18446744073709551615 4236986 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=31141/tid=31149] ppid=31139 vsize=1516488 CPUtime=152.41 cores=0,2,4,6
/proc/31141/task/31149/stat : 31149 (plingeling) R 31139 31141 22057 0 -1 4202560 161525 1260 0 0 15214 27 0 0 25 0 5 0 635694202 1552883712 366921 33554432000 4194304 4417452 140735482073152 18446744073709551615 4236778 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=31141/tid=31150] ppid=31139 vsize=1516488 CPUtime=152.21 cores=0,2,4,6
/proc/31141/task/31150/stat : 31150 (plingeling) R 31139 31141 22057 0 -1 4202560 130416 1260 0 0 15204 17 0 0 25 0 5 0 635694202 1552883712 366921 33554432000 4194304 4417452 140735482073152 18446744073709551615 4364604 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=31141/tid=31151] ppid=31139 vsize=1516488 CPUtime=150.61 cores=0,2,4,6
/proc/31141/task/31151/stat : 31151 (plingeling) R 31139 31141 22057 0 -1 4202560 14253 1260 0 0 15059 2 0 0 25 0 5 0 635694202 1552883712 366921 33554432000 4194304 4417452 140735482073152 18446744073709551615 4236778 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 617.5
Current children cumulated vsize (KiB) 1516488

[startup+222.301 s]
/proc/loadavg: 8.17 6.53 4.08 9/339 31157
/proc/meminfo: memFree=20808208/32951124 swapFree=59367104/67111528
[pid=31141] ppid=31139 vsize=1545304 CPUtime=856.85 cores=0,2,4,6
/proc/31141/stat : 31141 (plingeling) S 31139 31141 22057 0 -1 4202496 785707 1260 0 0 85570 115 0 0 25 0 5 0 635693214 1582391296 372078 33554432000 4194304 4417452 140735482073152 18446744073709551615 270350186469 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/31141/statm: 386326 372078 180 55 0 384212 0
[pid=31141/tid=31148] ppid=31139 vsize=1545304 CPUtime=212.35 cores=0,2,4,6
/proc/31141/task/31148/stat : 31148 (plingeling) R 31139 31141 22057 0 -1 4202560 185766 1260 0 0 21207 28 0 0 25 0 5 0 635694202 1582391296 372078 33554432000 4194304 4417452 140735482073152 18446744073709551615 4239411 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=31141/tid=31149] ppid=31139 vsize=1545304 CPUtime=212.41 cores=0,2,4,6
/proc/31141/task/31149/stat : 31149 (plingeling) R 31139 31141 22057 0 -1 4202560 181163 1260 0 0 21211 30 0 0 25 0 5 0 635694202 1582391296 372078 33554432000 4194304 4417452 140735482073152 18446744073709551615 4265429 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=31141/tid=31150] ppid=31139 vsize=1545304 CPUtime=212.21 cores=0,2,4,6
/proc/31141/task/31150/stat : 31150 (plingeling) R 31139 31141 22057 0 -1 4202560 163675 1260 0 0 21200 21 0 0 25 0 5 0 635694202 1582391296 372078 33554432000 4194304 4417452 140735482073152 18446744073709551615 4283557 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=31141/tid=31151] ppid=31139 vsize=1545304 CPUtime=209.98 cores=0,2,4,6
/proc/31141/task/31151/stat : 31151 (plingeling) R 31139 31141 22057 0 -1 4202560 14253 1260 0 0 20996 2 0 0 25 0 5 0 635694202 1582391296 372078 33554432000 4194304 4417452 140735482073152 18446744073709551615 4365150 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 856.85
Current children cumulated vsize (KiB) 1545304

[startup+282.301 s]
/proc/loadavg: 8.11 6.81 4.33 9/339 31158
/proc/meminfo: memFree=21129448/32951124 swapFree=59367104/67111528
[pid=31141] ppid=31139 vsize=1180608 CPUtime=1096.2 cores=0,2,4,6
/proc/31141/stat : 31141 (plingeling) S 31139 31141 22057 0 -1 4202496 822958 1260 0 0 109498 122 0 0 25 0 5 0 635693214 1208942592 282951 33554432000 4194304 4417452 140735482073152 18446744073709551615 270350186469 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/31141/statm: 295152 282951 180 55 0 293038 0
[pid=31141/tid=31148] ppid=31139 vsize=1180608 CPUtime=272.35 cores=0,2,4,6

################
# More data... #
################

[pid=31141/tid=31150] ppid=31139 vsize=1170960 CPUtime=872.24 cores=0,2,4,6
/proc/31141/task/31150/stat : 31150 (plingeling) R 31139 31141 22057 0 -1 4202560 289610 1260 0 0 87186 38 0 0 25 0 5 0 635694202 1199063040 264194 33554432000 4194304 4417452 140735482073152 18446744073709551615 4277742 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=31141/tid=31151] ppid=31139 vsize=1170960 CPUtime=862.83 cores=0,2,4,6
/proc/31141/task/31151/stat : 31151 (plingeling) R 31139 31141 22057 0 -1 4202560 18187 1260 0 0 86281 2 0 0 25 0 5 0 635694202 1199063040 264194 33554432000 4194304 4417452 140735482073152 18446744073709551615 4236778 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3489.67
Current children cumulated vsize (KiB) 1170960

[startup+942.301 s]
/proc/loadavg: 8.18 8.06 6.29 9/339 31179
/proc/meminfo: memFree=20817248/32951124 swapFree=59367104/67111528
[pid=31141] ppid=31139 vsize=1168228 CPUtime=3729.02 cores=0,2,4,6
/proc/31141/stat : 31141 (plingeling) S 31139 31141 22057 0 -1 4202496 1076024 1260 0 0 372748 154 0 0 25 0 5 0 635693214 1196265472 263511 33554432000 4194304 4417452 140735482073152 18446744073709551615 270350186469 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/31141/statm: 292057 263511 180 55 0 289943 0
[pid=31141/tid=31148] ppid=31139 vsize=1168228 CPUtime=932.26 cores=0,2,4,6
/proc/31141/task/31148/stat : 31148 (plingeling) R 31139 31141 22057 0 -1 4202560 263742 1260 0 0 93187 39 0 0 25 0 5 0 635694202 1196265472 263511 33554432000 4194304 4417452 140735482073152 18446744073709551615 4364817 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=31141/tid=31149] ppid=31139 vsize=1168228 CPUtime=932.41 cores=0,2,4,6
/proc/31141/task/31149/stat : 31149 (plingeling) R 31139 31141 22057 0 -1 4202560 258921 1260 0 0 93202 39 0 0 25 0 5 0 635694202 1196265472 263511 33554432000 4194304 4417452 140735482073152 18446744073709551615 4236655 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=31141/tid=31150] ppid=31139 vsize=1168228 CPUtime=932.24 cores=0,2,4,6
/proc/31141/task/31150/stat : 31150 (plingeling) R 31139 31141 22057 0 -1 4202560 294324 1260 0 0 93186 38 0 0 25 0 5 0 635694202 1196265472 263511 33554432000 4194304 4417452 140735482073152 18446744073709551615 4236778 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=31141/tid=31151] ppid=31139 vsize=1168228 CPUtime=922.19 cores=0,2,4,6
/proc/31141/task/31151/stat : 31151 (plingeling) R 31139 31141 22057 0 -1 4202560 18187 1260 0 0 92217 2 0 0 25 0 5 0 635694202 1196265472 263511 33554432000 4194304 4417452 140735482073152 18446744073709551615 4236778 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3729.02
Current children cumulated vsize (KiB) 1168228

Solver just ended. Dumping a history of the last processes samples

[startup+948.513 s]
/proc/loadavg: 8.16 8.06 6.29 9/339 31179
/proc/meminfo: memFree=20751280/32951124 swapFree=59367104/67111528
[pid=31141] ppid=31139 vsize=1235160 CPUtime=3753.79 cores=0,2,4,6
/proc/31141/stat : 31141 (plingeling) S 31139 31141 22057 0 -1 4202496 1116157 1260 0 0 375221 158 0 0 25 0 5 0 635693214 1264803840 280244 33554432000 4194304 4417452 140735482073152 18446744073709551615 270350186469 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/31141/statm: 308790 280244 180 55 0 306676 0
[pid=31141/tid=31148] ppid=31139 vsize=1235160 CPUtime=938.47 cores=0,2,4,6
/proc/31141/task/31148/stat : 31148 (plingeling) R 31139 31141 22057 0 -1 4202560 265438 1260 0 0 93808 39 0 0 25 0 5 0 635694202 1264803840 280244 33554432000 4194304 4417452 140735482073152 18446744073709551615 4364440 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=31141/tid=31149] ppid=31139 vsize=1235160 CPUtime=938.62 cores=0,2,4,6
/proc/31141/task/31149/stat : 31149 (plingeling) R 31139 31141 22057 0 -1 4202560 297358 1260 0 0 93819 43 0 0 25 0 5 0 635694202 1264803840 280244 33554432000 4194304 4417452 140735482073152 18446744073709551615 4364798 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=31141/tid=31150] ppid=31139 vsize=1235160 CPUtime=938.45 cores=0,2,4,6
/proc/31141/task/31150/stat : 31150 (plingeling) R 31139 31141 22057 0 -1 4202560 294324 1260 0 0 93807 38 0 0 25 0 5 0 635694202 1264803840 280244 33554432000 4194304 4417452 140735482073152 18446744073709551615 4356867 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=31141/tid=31151] ppid=31139 vsize=1235160 CPUtime=928.33 cores=0,2,4,6
/proc/31141/task/31151/stat : 31151 (plingeling) R 31139 31141 22057 0 -1 4202560 18187 1260 0 0 92831 2 0 0 25 0 5 0 635694202 1264803840 280244 33554432000 4194304 4417452 140735482073152 18446744073709551615 4265465 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3753.79
Current children cumulated vsize (KiB) 1235160

[startup+974.101 s]
/proc/loadavg: 8.11 8.05 6.34 9/339 31180
/proc/meminfo: memFree=20678108/32951124 swapFree=59367104/67111528
[pid=31141] ppid=31139 vsize=1259412 CPUtime=3855.87 cores=0,2,4,6
/proc/31141/stat : 31141 (plingeling) S 31139 31141 22057 0 -1 4202496 1122228 1260 0 0 385428 159 0 0 25 0 5 0 635693214 1289637888 286307 33554432000 4194304 4417452 140735482073152 18446744073709551615 270350186469 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/31141/statm: 314853 286307 180 55 0 312739 0
[pid=31141/tid=31148] ppid=31139 vsize=1259412 CPUtime=964.06 cores=0,2,4,6
/proc/31141/task/31148/stat : 31148 (plingeling) R 31139 31141 22057 0 -1 4202560 271509 1260 0 0 96366 40 0 0 25 0 5 0 635694202 1289637888 286307 33554432000 4194304 4417452 140735482073152 18446744073709551615 4281668 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=31141/tid=31149] ppid=31139 vsize=1259412 CPUtime=964.21 cores=0,2,4,6
/proc/31141/task/31149/stat : 31149 (plingeling) R 31139 31141 22057 0 -1 4202560 297358 1260 0 0 96378 43 0 0 25 0 5 0 635694202 1289637888 286307 33554432000 4194304 4417452 140735482073152 18446744073709551615 4237011 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=31141/tid=31150] ppid=31139 vsize=1259412 CPUtime=964.04 cores=0,2,4,6
/proc/31141/task/31150/stat : 31150 (plingeling) R 31139 31141 22057 0 -1 4202560 294324 1260 0 0 96366 38 0 0 25 0 5 0 635694202 1289637888 286307 33554432000 4194304 4417452 140735482073152 18446744073709551615 4265429 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=31141/tid=31151] ppid=31139 vsize=1259412 CPUtime=953.64 cores=0,2,4,6
/proc/31141/task/31151/stat : 31151 (plingeling) R 31139 31141 22057 0 -1 4202560 18187 1260 0 0 95362 2 0 0 25 0 5 0 635694202 1289637888 286307 33554432000 4194304 4417452 140735482073152 18446744073709551615 4265429 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3855.87
Current children cumulated vsize (KiB) 1259412

[startup+980.5 s]
/proc/loadavg: 8.09 8.05 6.36 9/339 31180
/proc/meminfo: memFree=20678216/32951124 swapFree=59367104/67111528
[pid=31141] ppid=31139 vsize=1259412 CPUtime=3881.39 cores=0,2,4,6
/proc/31141/stat : 31141 (plingeling) S 31139 31141 22057 0 -1 4202496 1122228 1260 0 0 387980 159 0 0 25 0 5 0 635693214 1289637888 286307 33554432000 4194304 4417452 140735482073152 18446744073709551615 270350186469 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/31141/statm: 314853 286307 180 55 0 312739 0
[pid=31141/tid=31148] ppid=31139 vsize=1259412 CPUtime=970.45 cores=0,2,4,6
/proc/31141/task/31148/stat : 31148 (plingeling) R 31139 31141 22057 0 -1 4202560 271509 1260 0 0 97005 40 0 0 25 0 5 0 635694202 1289637888 286307 33554432000 4194304 4417452 140735482073152 18446744073709551615 4265465 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=31141/tid=31149] ppid=31139 vsize=1259412 CPUtime=970.61 cores=0,2,4,6
/proc/31141/task/31149/stat : 31149 (plingeling) R 31139 31141 22057 0 -1 4202560 297358 1260 0 0 97018 43 0 0 25 0 5 0 635694202 1289637888 286307 33554432000 4194304 4417452 140735482073152 18446744073709551615 4281694 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=31141/tid=31150] ppid=31139 vsize=1259412 CPUtime=970.44 cores=0,2,4,6
/proc/31141/task/31150/stat : 31150 (plingeling) R 31139 31141 22057 0 -1 4202560 294324 1260 0 0 97006 38 0 0 25 0 5 0 635694202 1289637888 286307 33554432000 4194304 4417452 140735482073152 18446744073709551615 4236986 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=31141/tid=31151] ppid=31139 vsize=1259412 CPUtime=959.97 cores=0,2,4,6
/proc/31141/task/31151/stat : 31151 (plingeling) R 31139 31141 22057 0 -1 4202560 18187 1260 0 0 95995 2 0 0 25 0 5 0 635694202 1289637888 286307 33554432000 4194304 4417452 140735482073152 18446744073709551615 4236778 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3881.39
Current children cumulated vsize (KiB) 1259412

[startup+986.901 s]
/proc/loadavg: 8.08 8.05 6.36 5/333 31181
/proc/meminfo: memFree=21654876/32951124 swapFree=59367104/67111528
[pid=31141] ppid=31139 vsize=1262764 CPUtime=3906.97 cores=0,2,4,6
/proc/31141/stat : 31141 (plingeling) S 31139 31141 22057 0 -1 4202496 1139675 1260 0 0 390536 161 0 0 25 0 5 0 635693214 1293070336 287145 33554432000 4194304 4417452 140735482073152 18446744073709551615 270350186469 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/31141/statm: 315691 287145 180 55 0 313577 0
[pid=31141/tid=31148] ppid=31139 vsize=1262764 CPUtime=976.86 cores=0,2,4,6
/proc/31141/task/31148/stat : 31148 (plingeling) R 31139 31141 22057 0 -1 4202560 288956 1260 0 0 97644 42 0 0 25 0 5 0 635694202 1293070336 287145 33554432000 4194304 4417452 140735482073152 18446744073709551615 4260608 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=31141/tid=31149] ppid=31139 vsize=1262764 CPUtime=977.02 cores=0,2,4,6
/proc/31141/task/31149/stat : 31149 (plingeling) R 31139 31141 22057 0 -1 4202560 297358 1260 0 0 97659 43 0 0 25 0 5 0 635694202 1293070336 287145 33554432000 4194304 4417452 140735482073152 18446744073709551615 4364626 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=31141/tid=31150] ppid=31139 vsize=1262764 CPUtime=976.85 cores=0,2,4,6
/proc/31141/task/31150/stat : 31150 (plingeling) R 31139 31141 22057 0 -1 4202560 294324 1260 0 0 97647 38 0 0 25 0 5 0 635694202 1293070336 287145 33554432000 4194304 4417452 140735482073152 18446744073709551615 4236649 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=31141/tid=31151] ppid=31139 vsize=1262764 CPUtime=966.31 cores=0,2,4,6
/proc/31141/task/31151/stat : 31151 (plingeling) R 31139 31141 22057 0 -1 4202560 18187 1260 0 0 96629 2 0 0 25 0 5 0 635694202 1293070336 287145 33554432000 4194304 4417452 140735482073152 18446744073709551615 4281949 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3906.97
Current children cumulated vsize (KiB) 1262764

[startup+990.101 s]
/proc/loadavg: 8.08 8.05 6.36 5/330 31198
/proc/meminfo: memFree=21657704/32951124 swapFree=59367104/67111528
[pid=31141] ppid=31139 vsize=1262764 CPUtime=3919.7 cores=0,2,4,6
/proc/31141/stat : 31141 (plingeling) S 31139 31141 22057 0 -1 4202496 1139675 1260 0 0 391809 161 0 0 25 0 5 0 635693214 1293070336 287145 33554432000 4194304 4417452 140735482073152 18446744073709551615 270350186469 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/31141/statm: 315691 287145 180 55 0 313577 0
[pid=31141/tid=31148] ppid=31139 vsize=1262764 CPUtime=980.05 cores=0,2,4,6
/proc/31141/task/31148/stat : 31148 (plingeling) R 31139 31141 22057 0 -1 4202560 288956 1260 0 0 97963 42 0 0 25 0 5 0 635694202 1293070336 287145 33554432000 4194304 4417452 140735482073152 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=31141/tid=31149] ppid=31139 vsize=1262764 CPUtime=980.21 cores=0,2,4,6
/proc/31141/task/31149/stat : 31149 (plingeling) R 31139 31141 22057 0 -1 4202560 297358 1260 0 0 97978 43 0 0 25 0 5 0 635694202 1293070336 287145 33554432000 4194304 4417452 140735482073152 18446744073709551615 4265429 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=31141/tid=31150] ppid=31139 vsize=1262764 CPUtime=980.04 cores=0,2,4,6
/proc/31141/task/31150/stat : 31150 (plingeling) R 31139 31141 22057 0 -1 4202560 294324 1260 0 0 97966 38 0 0 25 0 5 0 635694202 1293070336 287145 33554432000 4194304 4417452 140735482073152 18446744073709551615 4232654 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=31141/tid=31151] ppid=31139 vsize=1262764 CPUtime=969.48 cores=0,2,4,6
/proc/31141/task/31151/stat : 31151 (plingeling) R 31139 31141 22057 0 -1 4202560 18187 1260 0 0 96946 2 0 0 25 0 5 0 635694202 1293070336 287145 33554432000 4194304 4417452 140735482073152 18446744073709551615 4232566 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3919.7
Current children cumulated vsize (KiB) 1262764

[startup+991.7 s]
/proc/loadavg: 7.76 7.98 6.35 5/329 31198
/proc/meminfo: memFree=21657788/32951124 swapFree=59367104/67111528
[pid=31141] ppid=31139 vsize=1262764 CPUtime=3926.07 cores=0,2,4,6
/proc/31141/stat : 31141 (plingeling) S 31139 31141 22057 0 -1 4202496 1139675 1260 0 0 392446 161 0 0 25 0 5 0 635693214 1293070336 287145 33554432000 4194304 4417452 140735482073152 18446744073709551615 270350186469 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/31141/statm: 315691 287145 180 55 0 313577 0
[pid=31141/tid=31148] ppid=31139 vsize=1262764 CPUtime=981.65 cores=0,2,4,6
/proc/31141/task/31148/stat : 31148 (plingeling) R 31139 31141 22057 0 -1 4202560 288956 1260 0 0 98123 42 0 0 25 0 5 0 635694202 1293070336 287145 33554432000 4194304 4417452 140735482073152 18446744073709551615 4265429 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=31141/tid=31149] ppid=31139 vsize=1262764 CPUtime=981.81 cores=0,2,4,6
/proc/31141/task/31149/stat : 31149 (plingeling) R 31139 31141 22057 0 -1 4202560 297358 1260 0 0 98138 43 0 0 25 0 5 0 635694202 1293070336 287145 33554432000 4194304 4417452 140735482073152 18446744073709551615 4237011 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=31141/tid=31150] ppid=31139 vsize=1262764 CPUtime=981.64 cores=0,2,4,6
/proc/31141/task/31150/stat : 31150 (plingeling) R 31139 31141 22057 0 -1 4202560 294324 1260 0 0 98126 38 0 0 25 0 5 0 635694202 1293070336 287145 33554432000 4194304 4417452 140735482073152 18446744073709551615 4236778 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=31141/tid=31151] ppid=31139 vsize=1262764 CPUtime=971.05 cores=0,2,4,6
/proc/31141/task/31151/stat : 31151 (plingeling) R 31139 31141 22057 0 -1 4202560 18187 1260 0 0 97103 2 0 0 25 0 5 0 635694202 1293070336 287145 33554432000 4194304 4417452 140735482073152 18446744073709551615 4357283 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3926.07
Current children cumulated vsize (KiB) 1262764

[startup+992.101 s]
/proc/loadavg: 7.76 7.98 6.35 5/329 31198
/proc/meminfo: memFree=21657788/32951124 swapFree=59367104/67111528
[pid=31141] ppid=31139 vsize=1262764 CPUtime=3927.68 cores=0,2,4,6
/proc/31141/stat : 31141 (plingeling) S 31139 31141 22057 0 -1 4202496 1139675 1260 0 0 392607 161 0 0 25 0 5 0 635693214 1293070336 287145 33554432000 4194304 4417452 140735482073152 18446744073709551615 270350186469 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/31141/statm: 315691 287145 180 55 0 313577 0
[pid=31141/tid=31148] ppid=31139 vsize=1262764 CPUtime=982.05 cores=0,2,4,6
/proc/31141/task/31148/stat : 31148 (plingeling) R 31139 31141 22057 0 -1 4202560 288956 1260 0 0 98163 42 0 0 25 0 5 0 635694202 1293070336 287145 33554432000 4194304 4417452 140735482073152 18446744073709551615 4236778 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=31141/tid=31149] ppid=31139 vsize=1262764 CPUtime=982.21 cores=0,2,4,6
/proc/31141/task/31149/stat : 31149 (plingeling) R 31139 31141 22057 0 -1 4202560 297358 1260 0 0 98178 43 0 0 25 0 5 0 635694202 1293070336 287145 33554432000 4194304 4417452 140735482073152 18446744073709551615 4236755 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=31141/tid=31150] ppid=31139 vsize=1262764 CPUtime=982.04 cores=0,2,4,6
/proc/31141/task/31150/stat : 31150 (plingeling) R 31139 31141 22057 0 -1 4202560 294324 1260 0 0 98166 38 0 0 25 0 5 0 635694202 1293070336 287145 33554432000 4194304 4417452 140735482073152 18446744073709551615 4364626 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=31141/tid=31151] ppid=31139 vsize=1262764 CPUtime=971.46 cores=0,2,4,6
/proc/31141/task/31151/stat : 31151 (plingeling) R 31139 31141 22057 0 -1 4202560 18187 1260 0 0 97144 2 0 0 25 0 5 0 635694202 1293070336 287145 33554432000 4194304 4417452 140735482073152 18446744073709551615 4364626 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3927.68
Current children cumulated vsize (KiB) 1262764

[startup+992.301 s]
/proc/loadavg: 7.76 7.98 6.35 5/329 31198
/proc/meminfo: memFree=21657788/32951124 swapFree=59367104/67111528
[pid=31141] ppid=31139 vsize=1262764 CPUtime=3928.48 cores=0,2,4,6
/proc/31141/stat : 31141 (plingeling) S 31139 31141 22057 0 -1 4202496 1139675 1260 0 0 392687 161 0 0 25 0 5 0 635693214 1293070336 287145 33554432000 4194304 4417452 140735482073152 18446744073709551615 270350186469 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/31141/statm: 315691 287145 180 55 0 313577 0
[pid=31141/tid=31148] ppid=31139 vsize=1262764 CPUtime=982.25 cores=0,2,4,6
/proc/31141/task/31148/stat : 31148 (plingeling) R 31139 31141 22057 0 -1 4202560 288956 1260 0 0 98183 42 0 0 25 0 5 0 635694202 1293070336 287145 33554432000 4194304 4417452 140735482073152 18446744073709551615 4259224 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=31141/tid=31149] ppid=31139 vsize=1262764 CPUtime=982.41 cores=0,2,4,6
/proc/31141/task/31149/stat : 31149 (plingeling) R 31139 31141 22057 0 -1 4202560 297358 1260 0 0 98198 43 0 0 25 0 5 0 635694202 1293070336 287145 33554432000 4194304 4417452 140735482073152 18446744073709551615 4236761 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=31141/tid=31150] ppid=31139 vsize=1262764 CPUtime=982.24 cores=0,2,4,6
/proc/31141/task/31150/stat : 31150 (plingeling) R 31139 31141 22057 0 -1 4202560 294324 1260 0 0 98186 38 0 0 25 0 5 0 635694202 1293070336 287145 33554432000 4194304 4417452 140735482073152 18446744073709551615 4364533 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=31141/tid=31151] ppid=31139 vsize=1262764 CPUtime=971.66 cores=0,2,4,6
/proc/31141/task/31151/stat : 31151 (plingeling) R 31139 31141 22057 0 -1 4202560 18187 1260 0 0 97164 2 0 0 25 0 5 0 635694202 1293070336 287145 33554432000 4194304 4417452 140735482073152 18446744073709551615 4277864 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3928.48
Current children cumulated vsize (KiB) 1262764

[startup+992.401 s]
/proc/loadavg: 7.76 7.98 6.35 2/325 31198
/proc/meminfo: memFree=22677208/32951124 swapFree=59367104/67111528
[pid=31141] ppid=31139 vsize=0 CPUtime=3928.73 cores=0,2,4,6
/proc/31141/stat : 31141 (plingeling) Z 31139 31141 22057 0 -1 4202524 1139679 1260 0 0 392707 166 0 0 17 0 1 0 635693214 0 0 33554432000 0 0 0 0 0 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/31141/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 3928.73
Current children cumulated vsize (KiB) 0

Child status: 20
Real time (s): 992.413
CPU time (s): 3928.74
CPU user time (s): 3927.08
CPU system time (s): 1.66475
CPU usage (%): 395.878
Max. virtual memory (cumulated for all children) (KiB): 1611424

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3927.08
system time used= 1.66475
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1140939
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 99
involuntary context switches= 27405

runsolver used 3.18751 second user time and 7.54885 second system time

The end

Launcher Data

Begin job on node143 at 2011-05-15 06:12:56
IDJOB=3371289
IDBENCH=88159
IDSOLVER=1848
FILE ID=node143/3371289-1305432774
RUNJOBID= node143-1305432558-31036
PBS_JOBID= 13324594
Free space on /tmp= 73364 MiB

SOLVER NAME= Plingeling 587f (fixed)
BENCH NAME= SAT-Race-2010-CNF/hardware-verification/velev/1dlx_c_iq57_a.cnf
COMMAND LINE= plingeling -t NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3371289-1305432774/watcher-3371289-1305432774 -o /tmp/evaluation-result-3371289-1305432774/solver-3371289-1305432774 -C 4800 -W 1300 -M 15500  plingeling -t 4 HOME/instance-3371289-1305432774.cnf

TIME LIMIT= 4800 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= 953b9cb99bfd26cff0e1ac65be1241f6
RANDOM SEED=1896028904

node143.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.846
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.69
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.846
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5226.15
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.846
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.846
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.846
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.846
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.846
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.846
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      22444416 kB
Buffers:        186340 kB
Cached:        1196360 kB
SwapCached:      67400 kB
Active:         702792 kB
Inactive:      9561924 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      22444416 kB
SwapTotal:    67111528 kB
SwapFree:     59367104 kB
Dirty:          193580 kB
Writeback:           0 kB
AnonPages:     8814624 kB
Mapped:          22720 kB
Slab:           124240 kB
PageTables:      54188 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 70356552 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73364 MiB
End job on node143 at 2011-05-15 06:29:29