Trace number 3309969

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 587UNSAT 4301.45 547.562

General information on the benchmark

NameSAT03/industrial/schuppan/l2s/
bc57-sensors-1-k303-unsat.shuffled-as.sat03-406.cnf
MD5SUMf16626953757fdd1326f2a14f01adca9
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark911.704
Satisfiable
(Un)Satisfiability was proved
Number of variables435701
Number of clauses1379987
Sum of the clauses size3544455
Maximum clause length304
Minimum clause length1
Number of clauses of size 1142
Number of clauses of size 2654099
Number of clauses of size 3705129
Number of clauses of size 412732
Number of clauses of size 54852
Number of clauses of size over 53033

Solver Data

4301.34/547.56	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: 935)

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-3309969-1304017938/watcher-3309969-1304017938 -o /tmp/evaluation-result-3309969-1304017938/solver-3309969-1304017938 -C 40000 -W 5100 -M 31000 plingeling -t 8 HOME/instance-3309969-1304017938.cnf 

running on 8 cores: 0,2,4,6,1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 40000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 40030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 8.09 8.03 7.84 2/170 3573
/proc/meminfo: memFree=19582052/32951124 swapFree=67111524/67111528
[pid=3573] ppid=3568 vsize=13840 CPUtime=0 cores=0-7
/proc/3573/stat : 3573 (plingeling) R 3568 3573 3001 0 -1 4202496 1453 1254 0 0 0 0 0 0 22 0 1 0 494210127 14172160 1383 33554432000 4194304 4417332 140733861166848 18446744073709551615 255106462813 0 0 4096 17442 0 0 0 17 0 0 0 0
/proc/3573/statm: 3460 1395 138 55 0 1346 0

[startup+0.032147 s]
/proc/loadavg: 8.09 8.03 7.84 2/170 3573
/proc/meminfo: memFree=19582052/32951124 swapFree=67111524/67111528
[pid=3573] ppid=3568 vsize=79408 CPUtime=0.01 cores=0-7
/proc/3573/stat : 3573 (plingeling) R 3568 3573 3001 0 -1 4202496 17387 1254 0 0 0 1 0 0 22 0 1 0 494210127 81313792 17317 33554432000 4194304 4417332 140733861166848 18446744073709551615 255106462813 0 0 4096 17442 0 0 0 17 0 0 0 0
/proc/3573/statm: 19852 17323 140 55 0 17738 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 79408

[startup+0.101137 s]
/proc/loadavg: 8.09 8.03 7.84 2/170 3573
/proc/meminfo: memFree=19582052/32951124 swapFree=67111524/67111528
[pid=3573] ppid=3568 vsize=96892 CPUtime=0.09 cores=0-7
/proc/3573/stat : 3573 (plingeling) R 3568 3573 3001 0 -1 4202496 22349 1254 0 0 7 2 0 0 22 0 1 0 494210127 99217408 22247 33554432000 4194304 4417332 140733861166848 18446744073709551615 4264940 0 0 4096 17442 0 0 0 17 0 0 0 0
/proc/3573/statm: 24223 22247 148 55 0 22109 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 96892

[startup+0.301102 s]
/proc/loadavg: 8.09 8.03 7.84 2/170 3573
/proc/meminfo: memFree=19582052/32951124 swapFree=67111524/67111528
[pid=3573] ppid=3568 vsize=146856 CPUtime=0.29 cores=0-7
/proc/3573/stat : 3573 (plingeling) R 3568 3573 3001 0 -1 4202496 34901 1254 0 0 25 4 0 0 23 0 1 0 494210127 150380544 34738 33554432000 4194304 4417332 140733861166848 18446744073709551615 4264950 0 0 4096 17442 0 0 0 17 0 0 0 0
/proc/3573/statm: 36714 34738 148 55 0 34600 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 146856

[startup+0.701028 s]
/proc/loadavg: 8.09 8.03 7.84 2/170 3573
/proc/meminfo: memFree=19582052/32951124 swapFree=67111524/67111528
[pid=3573] ppid=3568 vsize=213300 CPUtime=0.69 cores=0-7
/proc/3573/stat : 3573 (plingeling) R 3568 3573 3001 0 -1 4202496 51512 1254 0 0 62 7 0 0 25 0 1 0 494210127 218419200 51349 33554432000 4194304 4417332 140733861166848 18446744073709551615 4231368 0 0 4096 17442 0 0 0 17 0 0 0 0
/proc/3573/statm: 53325 51349 148 55 0 51211 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 213300

[startup+1.50089 s]
/proc/loadavg: 8.09 8.03 7.84 2/171 3579
/proc/meminfo: memFree=19360092/32951124 swapFree=67111524/67111528
[pid=3573] ppid=3568 vsize=230404 CPUtime=1.48 cores=0-7
/proc/3573/stat : 3573 (plingeling) R 3568 3573 3001 0 -1 4202496 55788 1254 0 0 141 7 0 0 25 0 1 0 494210127 235933696 55625 33554432000 4194304 4417332 140733861166848 18446744073709551615 4274337 0 0 4096 17442 0 0 0 17 0 0 0 0
/proc/3573/statm: 57601 55625 148 55 0 55487 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 230404

[startup+3.10061 s]
/proc/loadavg: 7.52 7.91 7.80 2/171 3579
/proc/meminfo: memFree=19209432/32951124 swapFree=67111524/67111528
[pid=3573] ppid=3568 vsize=381032 CPUtime=3.09 cores=0-7
/proc/3573/stat : 3573 (plingeling) R 3568 3573 3001 0 -1 4202496 93489 1254 0 0 297 12 0 0 25 0 1 0 494210127 390176768 93282 33554432000 4194304 4417332 140733861166848 18446744073709551615 255106387450 0 0 4096 17442 0 0 0 17 0 0 0 0
/proc/3573/statm: 95258 93282 148 55 0 93144 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 381032

[startup+6.30106 s]
/proc/loadavg: 7.52 7.91 7.80 2/171 3579
/proc/meminfo: memFree=19140760/32951124 swapFree=67111524/67111528
[pid=3573] ppid=3568 vsize=448876 CPUtime=6.29 cores=0-7
/proc/3573/stat : 3573 (plingeling) R 3568 3573 3001 0 -1 4202496 110450 1254 0 0 614 15 0 0 25 0 1 0 494210127 459649024 110243 33554432000 4194304 4417332 140733861166848 18446744073709551615 255106768640 0 0 4096 17442 0 0 0 17 0 0 0 0
/proc/3573/statm: 112219 110243 148 55 0 110105 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 448876

[startup+12.7009 s]
/proc/loadavg: 7.08 7.80 7.77 9/179 3587
/proc/meminfo: memFree=18865776/32951124 swapFree=67111524/67111528
[pid=3573] ppid=3568 vsize=805436 CPUtime=25.88 cores=0-7
/proc/3573/stat : 3573 (plingeling) S 3568 3573 3001 0 -1 4202496 236580 1254 0 0 2553 35 0 0 25 0 9 0 494210127 824766464 178904 33554432000 4194304 4417332 140733861166848 18446744073709551615 255118571493 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/3573/statm: 201359 178904 173 55 0 199245 0
[pid=3573/tid=3580] ppid=3568 vsize=805436 CPUtime=1.88 cores=0-7
/proc/3573/task/3580/stat : 3580 (plingeling) R 3568 3573 3001 0 -1 4202560 11813 1254 0 0 186 2 0 0 20 0 9 0 494211207 824766464 178904 33554432000 4194304 4417332 140733861166848 18446744073709551615 4290595 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=3573/tid=3581] ppid=3568 vsize=805436 CPUtime=1.88 cores=0-7
/proc/3573/task/3581/stat : 3581 (plingeling) R 3568 3573 3001 0 -1 4202560 11813 1254 0 0 186 2 0 0 25 0 9 0 494211207 824766464 178904 33554432000 4194304 4417332 140733861166848 18446744073709551615 4290595 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=3573/tid=3582] ppid=3568 vsize=805436 CPUtime=1.88 cores=0-7
/proc/3573/task/3582/stat : 3582 (plingeling) R 3568 3573 3001 0 -1 4202560 11826 1254 0 0 187 1 0 0 20 0 9 0 494211207 824766464 178904 33554432000 4194304 4417332 140733861166848 18446744073709551615 4306836 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=3573/tid=3583] ppid=3568 vsize=805436 CPUtime=1.88 cores=0-7
/proc/3573/task/3583/stat : 3583 (plingeling) R 3568 3573 3001 0 -1 4202560 9580 1254 0 0 187 1 0 0 25 0 9 0 494211207 824766464 178904 33554432000 4194304 4417332 140733861166848 18446744073709551615 4236778 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=3573/tid=3584] ppid=3568 vsize=805436 CPUtime=1.86 cores=0-7
/proc/3573/task/3584/stat : 3584 (plingeling) R 3568 3573 3001 0 -1 4202560 11754 1254 0 0 185 1 0 0 19 0 9 0 494211207 824766464 178904 33554432000 4194304 4417332 140733861166848 18446744073709551615 4290988 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=3573/tid=3585] ppid=3568 vsize=805436 CPUtime=1.88 cores=0-7
/proc/3573/task/3585/stat : 3585 (plingeling) R 3568 3573 3001 0 -1 4202560 11852 1254 0 0 186 2 0 0 25 0 9 0 494211207 824766464 178904 33554432000 4194304 4417332 140733861166848 18446744073709551615 4290699 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=3573/tid=3586] ppid=3568 vsize=805436 CPUtime=1.87 cores=0-7
/proc/3573/task/3586/stat : 3586 (plingeling) R 3568 3573 3001 0 -1 4202560 11842 1254 0 0 186 1 0 0 20 0 9 0 494211208 824766464 178904 33554432000 4194304 4417332 140733861166848 18446744073709551615 4290678 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=3573/tid=3587] ppid=3568 vsize=805436 CPUtime=1.87 cores=0-7
/proc/3573/task/3587/stat : 3587 (plingeling) R 3568 3573 3001 0 -1 4202560 11843 1254 0 0 186 1 0 0 20 0 9 0 494211208 824766464 178904 33554432000 4194304 4417332 140733861166848 18446744073709551615 4291497 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 25.88
Current children cumulated vsize (KiB) 805436

[startup+25.5006 s]
/proc/loadavg: 7.22 7.81 7.77 9/179 3588
/proc/meminfo: memFree=18622236/32951124 swapFree=67111524/67111528
[pid=3573] ppid=3568 vsize=1113784 CPUtime=128.18 cores=0-7
/proc/3573/stat : 3573 (plingeling) S 3568 3573 3001 0 -1 4202496 336099 1254 0 0 12767 51 0 0 25 0 9 0 494210127 1140514816 239648 33554432000 4194304 4417332 140733861166848 18446744073709551615 255118571493 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/3573/statm: 278446 239648 181 55 0 276332 0
[pid=3573/tid=3580] ppid=3568 vsize=1113784 CPUtime=14.68 cores=0-7
/proc/3573/task/3580/stat : 3580 (plingeling) R 3568 3573 3001 0 -1 4202560 32975 1254 0 0 1464 4 0 0 25 0 9 0 494211207 1140514816 239648 33554432000 4194304 4417332 140733861166848 18446744073709551615 4330362 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=3573/tid=3581] ppid=3568 vsize=1113784 CPUtime=14.69 cores=0-7
/proc/3573/task/3581/stat : 3581 (plingeling) R 3568 3573 3001 0 -1 4202560 20521 1254 0 0 1464 5 0 0 25 0 9 0 494211207 1140514816 239648 33554432000 4194304 4417332 140733861166848 18446744073709551615 4330351 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=3573/tid=3582] ppid=3568 vsize=1113784 CPUtime=14.69 cores=0-7
/proc/3573/task/3582/stat : 3582 (plingeling) R 3568 3573 3001 0 -1 4202560 12246 1254 0 0 1467 2 0 0 25 0 9 0 494211207 1140514816 239648 33554432000 4194304 4417332 140733861166848 18446744073709551615 4248571 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=3573/tid=3583] ppid=3568 vsize=1113784 CPUtime=14.68 cores=0-7
/proc/3573/task/3583/stat : 3583 (plingeling) R 3568 3573 3001 0 -1 4202560 9581 1254 0 0 1467 1 0 0 25 0 9 0 494211207 1140514816 239648 33554432000 4194304 4417332 140733861166848 18446744073709551615 4236778 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=3573/tid=3584] ppid=3568 vsize=1113784 CPUtime=14.57 cores=0-7
/proc/3573/task/3584/stat : 3584 (plingeling) R 3568 3573 3001 0 -1 4202560 35858 1254 0 0 1451 6 0 0 25 0 9 0 494211207 1140514816 239648 33554432000 4194304 4417332 140733861166848 18446744073709551615 4233384 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=3573/tid=3585] ppid=3568 vsize=1113784 CPUtime=14.67 cores=0-7
/proc/3573/task/3585/stat : 3585 (plingeling) R 3568 3573 3001 0 -1 4202560 20044 1254 0 0 1464 3 0 0 25 0 9 0 494211207 1140514816 239648 33554432000 4194304 4417332 140733861166848 18446744073709551615 4254328 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=3573/tid=3586] ppid=3568 vsize=1113784 CPUtime=14.67 cores=0-7
/proc/3573/task/3586/stat : 3586 (plingeling) R 3568 3573 3001 0 -1 4202560 27610 1254 0 0 1463 4 0 0 25 0 9 0 494211208 1140514816 239648 33554432000 4194304 4417332 140733861166848 18446744073709551615 4284514 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=3573/tid=3587] ppid=3568 vsize=1113784 CPUtime=14.67 cores=0-7
/proc/3573/task/3587/stat : 3587 (plingeling) R 3568 3573 3001 0 -1 4202560 33007 1254 0 0 1463 4 0 0 25 0 9 0 494211208 1140514816 239648 33554432000 4194304 4417332 140733861166848 18446744073709551615 4330532 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 128.18
Current children cumulated vsize (KiB) 1113784

[startup+51.1011 s]
/proc/loadavg: 7.49 7.82 7.77 9/179 3588
/proc/meminfo: memFree=18596572/32951124 swapFree=67111524/67111528
[pid=3573] ppid=3568 vsize=1104552 CPUtime=332.85 cores=0-7
/proc/3573/stat : 3573 (plingeling) S 3568 3573 3001 0 -1 4202496 376032 1254 0 0 33227 58 0 0 25 0 9 0 494210127 1131061248 237370 33554432000 4194304 4417332 140733861166848 18446744073709551615 255118571493 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/3573/statm: 276138 237370 181 55 0 274024 0
[pid=3573/tid=3580] ppid=3568 vsize=1104552 CPUtime=40.28 cores=0-7
/proc/3573/task/3580/stat : 3580 (plingeling) R 3568 3573 3001 0 -1 4202560 40656 1254 0 0 4023 5 0 0 25 0 9 0 494211207 1131061248 237370 33554432000 4194304 4417332 140733861166848 18446744073709551615 4365875 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=3573/tid=3581] ppid=3568 vsize=1104552 CPUtime=40.28 cores=0-7
/proc/3573/task/3581/stat : 3581 (plingeling) R 3568 3573 3001 0 -1 4202560 28213 1254 0 0 4023 5 0 0 25 0 9 0 494211207 1131061248 237370 33554432000 4194304 4417332 140733861166848 18446744073709551615 4250026 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=3573/tid=3582] ppid=3568 vsize=1104552 CPUtime=40.28 cores=0-7
/proc/3573/task/3582/stat : 3582 (plingeling) R 3568 3573 3001 0 -1 4202560 20989 1254 0 0 4025 3 0 0 25 0 9 0 494211207 1131061248 237370 33554432000 4194304 4417332 140733861166848 18446744073709551615 4265429 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=3573/tid=3583] ppid=3568 vsize=1104552 CPUtime=40.28 cores=0-7
/proc/3573/task/3583/stat : 3583 (plingeling) R 3568 3573 3001 0 -1 4202560 9581 1254 0 0 4027 1 0 0 25 0 9 0 494211207 1131061248 237370 33554432000 4194304 4417332 140733861166848 18446744073709551615 4265465 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=3573/tid=3584] ppid=3568 vsize=1104552 CPUtime=40.04 cores=0-7
/proc/3573/task/3584/stat : 3584 (plingeling) R 3568 3573 3001 0 -1 4202560 39440 1254 0 0 3997 7 0 0 25 0 9 0 494211207 1131061248 237370 33554432000 4194304 4417332 140733861166848 18446744073709551615 4236778 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=3573/tid=3585] ppid=3568 vsize=1104552 CPUtime=40.26 cores=0-7
/proc/3573/task/3585/stat : 3585 (plingeling) R 3568 3573 3001 0 -1 4202560 23638 1254 0 0 4023 3 0 0 25 0 9 0 494211207 1131061248 237370 33554432000 4194304 4417332 140733861166848 18446744073709551615 4258188 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=3573/tid=3586] ppid=3568 vsize=1104552 CPUtime=40.28 cores=0-7
/proc/3573/task/3586/stat : 3586 (plingeling) R 3568 3573 3001 0 -1 4202560 28575 1254 0 0 4023 5 0 0 25 0 9 0 494211208 1131061248 237370 33554432000 4194304 4417332 140733861166848 18446744073709551615 4262651 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=3573/tid=3587] ppid=3568 vsize=1104552 CPUtime=40.27 cores=0-7
/proc/3573/task/3587/stat : 3587 (plingeling) R 3568 3573 3001 0 -1 4202560 40683 1254 0 0 4022 5 0 0 25 0 9 0 494211208 1131061248 237370 33554432000 4194304 4417332 140733861166848 18446744073709551615 4366384 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 332.85
Current children cumulated vsize (KiB) 1104552

[startup+102.306 s]
/proc/loadavg: 7.83 7.86 7.79 9/179 3590
/proc/meminfo: memFree=18789296/32951124 swapFree=67111524/67111528
[pid=3573] ppid=3568 vsize=945792 CPUtime=742.21 cores=0-7
/proc/3573/stat : 3573 (plingeling) S 3568 3573 3001 0 -1 4202496 383120 1254 0 0 74160 61 0 0 25 0 9 0 494210127 968491008 197681 33554432000 4194304 4417332 140733861166848 18446744073709551615 255118571493 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/3573/statm: 236448 197681 181 55 0 234334 0
[pid=3573/tid=3580] ppid=3568 vsize=945792 CPUtime=91.49 cores=0-7
/proc/3573/task/3580/stat : 3580 (plingeling) R 3568 3573 3001 0 -1 4202560 40755 1254 0 0 9144 5 0 0 25 0 9 0 494211207 968491008 197681 33554432000 4194304 4417332 140733861166848 18446744073709551615 4232654 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=3573/tid=3581] ppid=3568 vsize=945792 CPUtime=91.49 cores=0-7
/proc/3573/task/3581/stat : 3581 (plingeling) R 3568 3573 3001 0 -1 4202560 28260 1254 0 0 9143 6 0 0 25 0 9 0 494211207 968491008 197681 33554432000 4194304 4417332 140733861166848 18446744073709551615 4281668 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=3573/tid=3582] ppid=3568 vsize=945792 CPUtime=91.49 cores=0-7
/proc/3573/task/3582/stat : 3582 (plingeling) R 3568 3573 3001 0 -1 4202560 21099 1254 0 0 9146 3 0 0 25 0 9 0 494211207 968491008 197681 33554432000 4194304 4417332 140733861166848 18446744073709551615 4236778 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=3573/tid=3583] ppid=3568 vsize=945792 CPUtime=91.49 cores=0-7
/proc/3573/task/3583/stat : 3583 (plingeling) R 3568 3573 3001 0 -1 4202560 9581 1254 0 0 9148 1 0 0 25 0 9 0 494211207 968491008 197681 33554432000 4194304 4417332 140733861166848 18446744073709551615 4265443 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=3573/tid=3584] ppid=3568 vsize=945792 CPUtime=90.96 cores=0-7
/proc/3573/task/3584/stat : 3584 (plingeling) R 3568 3573 3001 0 -1 4202560 39535 1254 0 0 9089 7 0 0 25 0 9 0 494211207 968491008 197681 33554432000 4194304 4417332 140733861166848 18446744073709551615 4364671 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=3573/tid=3585] ppid=3568 vsize=945792 CPUtime=91.46 cores=0-7
/proc/3573/task/3585/stat : 3585 (plingeling) R 3568 3573 3001 0 -1 4202560 30171 1254 0 0 9141 5 0 0 25 0 9 0 494211207 968491008 197681 33554432000 4194304 4417332 140733861166848 18446744073709551615 4275944 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=3573/tid=3586] ppid=3568 vsize=945792 CPUtime=91.48 cores=0-7
/proc/3573/task/3586/stat : 3586 (plingeling) R 3568 3573 3001 0 -1 4202560 28683 1254 0 0 9143 5 0 0 25 0 9 0 494211208 968491008 197681 33554432000 4194304 4417332 140733861166848 18446744073709551615 4236778 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=3573/tid=3587] ppid=3568 vsize=945792 CPUtime=91.48 cores=0-7
/proc/3573/task/3587/stat : 3587 (plingeling) R 3568 3573 3001 0 -1 4202560 40779 1254 0 0 9142 6 0 0 25 0 9 0 494211208 968491008 197681 33554432000 4194304 4417332 140733861166848 18446744073709551615 4364463 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 742.21
Current children cumulated vsize (KiB) 945792

[startup+162.301 s]
/proc/loadavg: 7.97 7.90 7.81 9/179 3591
/proc/meminfo: memFree=18874256/32951124 swapFree=67111524/67111528
[pid=3573] ppid=3568 vsize=860700 CPUtime=1221.85 cores=0-7
/proc/3573/stat : 3573 (plingeling) S 3568 3573 3001 0 -1 4202496 384852 1254 0 0 122123 62 0 0 25 0 9 0 494210127 881356800 176408 33554432000 4194304 4417332 140733861166848 18446744073709551615 255118571493 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/3573/statm: 215175 176408 181 55 0 213061 0
[pid=3573/tid=3580] ppid=3568 vsize=860700 CPUtime=151.49 cores=0-7
/proc/3573/task/3580/stat : 3580 (plingeling) R 3568 3573 3001 0 -1 4202560 40783 1254 0 0 15143 6 0 0 25 0 9 0 494211207 881356800 176408 33554432000 4194304 4417332 140733861166848 18446744073709551615 4236778 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=3573/tid=3581] ppid=3568 vsize=860700 CPUtime=151.48 cores=0-7

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

Current children cumulated vsize (KiB) 830524

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

[startup+524.707 s]
/proc/loadavg: 8.11 8.01 7.87 9/179 3601
/proc/meminfo: memFree=18907832/32951124 swapFree=67111524/67111528
[pid=3573] ppid=3568 vsize=830524 CPUtime=4119.14 cores=0-7
/proc/3573/stat : 3573 (plingeling) S 3568 3573 3001 0 -1 4202496 402740 1254 0 0 411849 65 0 0 25 0 9 0 494210127 850456576 168875 33554432000 4194304 4417332 140733861166848 18446744073709551615 255118571493 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/3573/statm: 207631 168875 181 55 0 205517 0
[pid=3573/tid=3580] ppid=3568 vsize=830524 CPUtime=513.9 cores=0-7
/proc/3573/task/3580/stat : 3580 (plingeling) R 3568 3573 3001 0 -1 4202560 45673 1254 0 0 51384 6 0 0 25 0 9 0 494211207 850456576 168875 33554432000 4194304 4417332 140733861166848 18446744073709551615 4366384 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=3573/tid=3581] ppid=3568 vsize=830524 CPUtime=513.89 cores=0-7
/proc/3573/task/3581/stat : 3581 (plingeling) R 3568 3573 3001 0 -1 4202560 31115 1254 0 0 51382 7 0 0 25 0 9 0 494211207 850456576 168875 33554432000 4194304 4417332 140733861166848 18446744073709551615 4265429 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=3573/tid=3582] ppid=3568 vsize=830524 CPUtime=513.9 cores=0-7
/proc/3573/task/3582/stat : 3582 (plingeling) R 3568 3573 3001 0 -1 4202560 25846 1254 0 0 51386 4 0 0 25 0 9 0 494211207 850456576 168875 33554432000 4194304 4417332 140733861166848 18446744073709551615 4281668 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=3573/tid=3583] ppid=3568 vsize=830524 CPUtime=513.9 cores=0-7
/proc/3573/task/3583/stat : 3583 (plingeling) R 3568 3573 3001 0 -1 4202560 9581 1254 0 0 51389 1 0 0 25 0 9 0 494211207 850456576 168875 33554432000 4194304 4417332 140733861166848 18446744073709551615 4364465 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=3573/tid=3584] ppid=3568 vsize=830524 CPUtime=511.08 cores=0-7
/proc/3573/task/3584/stat : 3584 (plingeling) R 3568 3573 3001 0 -1 4202560 41163 1254 0 0 51100 8 0 0 25 0 9 0 494211207 850456576 168875 33554432000 4194304 4417332 140733861166848 18446744073709551615 4364796 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=3573/tid=3585] ppid=3568 vsize=830524 CPUtime=513.82 cores=0-7
/proc/3573/task/3585/stat : 3585 (plingeling) R 3568 3573 3001 0 -1 4202560 32103 1254 0 0 51377 5 0 0 25 0 9 0 494211207 850456576 168875 33554432000 4194304 4417332 140733861166848 18446744073709551615 4366605 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=3573/tid=3586] ppid=3568 vsize=830524 CPUtime=513.89 cores=0-7
/proc/3573/task/3586/stat : 3586 (plingeling) R 3568 3573 3001 0 -1 4202560 31081 1254 0 0 51384 5 0 0 25 0 9 0 494211208 850456576 168875 33554432000 4194304 4417332 140733861166848 18446744073709551615 4364465 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=3573/tid=3587] ppid=3568 vsize=830524 CPUtime=513.89 cores=0-7
/proc/3573/task/3587/stat : 3587 (plingeling) R 3568 3573 3001 0 -1 4202560 41921 1254 0 0 51383 6 0 0 25 0 9 0 494211208 850456576 168875 33554432000 4194304 4417332 140733861166848 18446744073709551615 4199392 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4119.14
Current children cumulated vsize (KiB) 830524

[startup+537.501 s]
/proc/loadavg: 8.08 8.01 7.87 9/179 3601
/proc/meminfo: memFree=18907844/32951124 swapFree=67111524/67111528
[pid=3573] ppid=3568 vsize=830648 CPUtime=4221.43 cores=0-7
/proc/3573/stat : 3573 (plingeling) S 3568 3573 3001 0 -1 4202496 402778 1254 0 0 422078 65 0 0 25 0 9 0 494210127 850583552 168906 33554432000 4194304 4417332 140733861166848 18446744073709551615 255118571493 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/3573/statm: 207662 168906 181 55 0 205548 0
[pid=3573/tid=3580] ppid=3568 vsize=830648 CPUtime=526.69 cores=0-7
/proc/3573/task/3580/stat : 3580 (plingeling) R 3568 3573 3001 0 -1 4202560 45673 1254 0 0 52663 6 0 0 25 0 9 0 494211207 850583552 168906 33554432000 4194304 4417332 140733861166848 18446744073709551615 4281668 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=3573/tid=3581] ppid=3568 vsize=830648 CPUtime=526.68 cores=0-7
/proc/3573/task/3581/stat : 3581 (plingeling) R 3568 3573 3001 0 -1 4202560 31135 1254 0 0 52661 7 0 0 25 0 9 0 494211207 850583552 168906 33554432000 4194304 4417332 140733861166848 18446744073709551615 4364448 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=3573/tid=3582] ppid=3568 vsize=830648 CPUtime=526.7 cores=0-7
/proc/3573/task/3582/stat : 3582 (plingeling) R 3568 3573 3001 0 -1 4202560 25846 1254 0 0 52666 4 0 0 25 0 9 0 494211207 850583552 168906 33554432000 4194304 4417332 140733861166848 18446744073709551615 4365963 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=3573/tid=3583] ppid=3568 vsize=830648 CPUtime=526.69 cores=0-7
/proc/3573/task/3583/stat : 3583 (plingeling) R 3568 3573 3001 0 -1 4202560 9581 1254 0 0 52668 1 0 0 25 0 9 0 494211207 850583552 168906 33554432000 4194304 4417332 140733861166848 18446744073709551615 4364465 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=3573/tid=3584] ppid=3568 vsize=830648 CPUtime=523.81 cores=0-7
/proc/3573/task/3584/stat : 3584 (plingeling) R 3568 3573 3001 0 -1 4202560 41163 1254 0 0 52373 8 0 0 25 0 9 0 494211207 850583552 168906 33554432000 4194304 4417332 140733861166848 18446744073709551615 4366384 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=3573/tid=3585] ppid=3568 vsize=830648 CPUtime=526.62 cores=0-7
/proc/3573/task/3585/stat : 3585 (plingeling) R 3568 3573 3001 0 -1 4202560 32103 1254 0 0 52657 5 0 0 25 0 9 0 494211207 850583552 168906 33554432000 4194304 4417332 140733861166848 18446744073709551615 4364494 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=3573/tid=3586] ppid=3568 vsize=830648 CPUtime=526.68 cores=0-7
/proc/3573/task/3586/stat : 3586 (plingeling) R 3568 3573 3001 0 -1 4202560 31099 1254 0 0 52663 5 0 0 25 0 9 0 494211208 850583552 168906 33554432000 4194304 4417332 140733861166848 18446744073709551615 4236722 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=3573/tid=3587] ppid=3568 vsize=830648 CPUtime=526.68 cores=0-7
/proc/3573/task/3587/stat : 3587 (plingeling) R 3568 3573 3001 0 -1 4202560 41921 1254 0 0 52662 6 0 0 25 0 9 0 494211208 850583552 168906 33554432000 4194304 4417332 140733861166848 18446744073709551615 4366359 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4221.43
Current children cumulated vsize (KiB) 830648

[startup+543.901 s]
/proc/loadavg: 8.08 8.01 7.87 9/179 3601
/proc/meminfo: memFree=18907840/32951124 swapFree=67111524/67111528
[pid=3573] ppid=3568 vsize=830576 CPUtime=4272.59 cores=0-7
/proc/3573/stat : 3573 (plingeling) S 3568 3573 3001 0 -1 4202496 402798 1254 0 0 427194 65 0 0 25 0 9 0 494210127 850509824 168888 33554432000 4194304 4417332 140733861166848 18446744073709551615 255118571493 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/3573/statm: 207644 168888 181 55 0 205530 0
[pid=3573/tid=3580] ppid=3568 vsize=830576 CPUtime=533.09 cores=0-7
/proc/3573/task/3580/stat : 3580 (plingeling) R 3568 3573 3001 0 -1 4202560 45673 1254 0 0 53303 6 0 0 25 0 9 0 494211207 850509824 168888 33554432000 4194304 4417332 140733861166848 18446744073709551615 4281668 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=3573/tid=3581] ppid=3568 vsize=830576 CPUtime=533.08 cores=0-7
/proc/3573/task/3581/stat : 3581 (plingeling) R 3568 3573 3001 0 -1 4202560 31135 1254 0 0 53301 7 0 0 25 0 9 0 494211207 850509824 168888 33554432000 4194304 4417332 140733861166848 18446744073709551615 4364822 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=3573/tid=3582] ppid=3568 vsize=830576 CPUtime=533.1 cores=0-7
/proc/3573/task/3582/stat : 3582 (plingeling) R 3568 3573 3001 0 -1 4202560 25866 1254 0 0 53306 4 0 0 25 0 9 0 494211207 850509824 168888 33554432000 4194304 4417332 140733861166848 18446744073709551615 4320867 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=3573/tid=3583] ppid=3568 vsize=830576 CPUtime=533.09 cores=0-7
/proc/3573/task/3583/stat : 3583 (plingeling) R 3568 3573 3001 0 -1 4202560 9581 1254 0 0 53308 1 0 0 25 0 9 0 494211207 850509824 168888 33554432000 4194304 4417332 140733861166848 18446744073709551615 4354410 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=3573/tid=3584] ppid=3568 vsize=830576 CPUtime=530.17 cores=0-7
/proc/3573/task/3584/stat : 3584 (plingeling) R 3568 3573 3001 0 -1 4202560 41163 1254 0 0 53009 8 0 0 25 0 9 0 494211207 850509824 168888 33554432000 4194304 4417332 140733861166848 18446744073709551615 4364713 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=3573/tid=3585] ppid=3568 vsize=830576 CPUtime=533.02 cores=0-7
/proc/3573/task/3585/stat : 3585 (plingeling) R 3568 3573 3001 0 -1 4202560 32103 1254 0 0 53297 5 0 0 25 0 9 0 494211207 850509824 168888 33554432000 4194304 4417332 140733861166848 18446744073709551615 4364822 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=3573/tid=3586] ppid=3568 vsize=830576 CPUtime=533.08 cores=0-7
/proc/3573/task/3586/stat : 3586 (plingeling) R 3568 3573 3001 0 -1 4202560 31099 1254 0 0 53303 5 0 0 25 0 9 0 494211208 850509824 168888 33554432000 4194304 4417332 140733861166848 18446744073709551615 4366445 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=3573/tid=3587] ppid=3568 vsize=830576 CPUtime=533.08 cores=0-7
/proc/3573/task/3587/stat : 3587 (plingeling) R 3568 3573 3001 0 -1 4202560 41921 1254 0 0 53302 6 0 0 25 0 9 0 494211208 850509824 168888 33554432000 4194304 4417332 140733861166848 18446744073709551615 4364560 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4272.59
Current children cumulated vsize (KiB) 830576

[startup+545.501 s]
/proc/loadavg: 8.08 8.01 7.87 9/179 3602
/proc/meminfo: memFree=18907840/32951124 swapFree=67111524/67111528
[pid=3573] ppid=3568 vsize=830576 CPUtime=4285.43 cores=0-7
/proc/3573/stat : 3573 (plingeling) S 3568 3573 3001 0 -1 4202496 402798 1254 0 0 428478 65 0 0 25 0 9 0 494210127 850509824 168888 33554432000 4194304 4417332 140733861166848 18446744073709551615 255118571493 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/3573/statm: 207644 168888 181 55 0 205530 0
[pid=3573/tid=3580] ppid=3568 vsize=830576 CPUtime=534.7 cores=0-7
/proc/3573/task/3580/stat : 3580 (plingeling) R 3568 3573 3001 0 -1 4202560 45673 1254 0 0 53464 6 0 0 25 0 9 0 494211207 850509824 168888 33554432000 4194304 4417332 140733861166848 18446744073709551615 4364565 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=3573/tid=3581] ppid=3568 vsize=830576 CPUtime=534.69 cores=0-7
/proc/3573/task/3581/stat : 3581 (plingeling) R 3568 3573 3001 0 -1 4202560 31135 1254 0 0 53462 7 0 0 25 0 9 0 494211207 850509824 168888 33554432000 4194304 4417332 140733861166848 18446744073709551615 4265443 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=3573/tid=3582] ppid=3568 vsize=830576 CPUtime=534.7 cores=0-7
/proc/3573/task/3582/stat : 3582 (plingeling) R 3568 3573 3001 0 -1 4202560 25866 1254 0 0 53466 4 0 0 25 0 9 0 494211207 850509824 168888 33554432000 4194304 4417332 140733861166848 18446744073709551615 4250967 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=3573/tid=3583] ppid=3568 vsize=830576 CPUtime=534.7 cores=0-7
/proc/3573/task/3583/stat : 3583 (plingeling) R 3568 3573 3001 0 -1 4202560 9581 1254 0 0 53469 1 0 0 25 0 9 0 494211207 850509824 168888 33554432000 4194304 4417332 140733861166848 18446744073709551615 4250972 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=3573/tid=3584] ppid=3568 vsize=830576 CPUtime=531.77 cores=0-7
/proc/3573/task/3584/stat : 3584 (plingeling) R 3568 3573 3001 0 -1 4202560 41163 1254 0 0 53169 8 0 0 25 0 9 0 494211207 850509824 168888 33554432000 4194304 4417332 140733861166848 18446744073709551615 4364504 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=3573/tid=3585] ppid=3568 vsize=830576 CPUtime=534.63 cores=0-7
/proc/3573/task/3585/stat : 3585 (plingeling) R 3568 3573 3001 0 -1 4202560 32103 1254 0 0 53458 5 0 0 25 0 9 0 494211207 850509824 168888 33554432000 4194304 4417332 140733861166848 18446744073709551615 4236649 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=3573/tid=3586] ppid=3568 vsize=830576 CPUtime=534.69 cores=0-7
/proc/3573/task/3586/stat : 3586 (plingeling) R 3568 3573 3001 0 -1 4202560 31099 1254 0 0 53464 5 0 0 25 0 9 0 494211208 850509824 168888 33554432000 4194304 4417332 140733861166848 18446744073709551615 4366384 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=3573/tid=3587] ppid=3568 vsize=830576 CPUtime=534.69 cores=0-7
/proc/3573/task/3587/stat : 3587 (plingeling) R 3568 3573 3001 0 -1 4202560 41921 1254 0 0 53463 6 0 0 25 0 9 0 494211208 850509824 168888 33554432000 4194304 4417332 140733861166848 18446744073709551615 4364452 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4285.43
Current children cumulated vsize (KiB) 830576

[startup+546.301 s]
/proc/loadavg: 8.08 8.01 7.87 9/179 3602
/proc/meminfo: memFree=18907840/32951124 swapFree=67111524/67111528
[pid=3573] ppid=3568 vsize=830576 CPUtime=4291.79 cores=0-7
/proc/3573/stat : 3573 (plingeling) S 3568 3573 3001 0 -1 4202496 402798 1254 0 0 429114 65 0 0 25 0 9 0 494210127 850509824 168888 33554432000 4194304 4417332 140733861166848 18446744073709551615 255118571493 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/3573/statm: 207644 168888 181 55 0 205530 0
[pid=3573/tid=3580] ppid=3568 vsize=830576 CPUtime=535.49 cores=0-7
/proc/3573/task/3580/stat : 3580 (plingeling) R 3568 3573 3001 0 -1 4202560 45673 1254 0 0 53543 6 0 0 25 0 9 0 494211207 850509824 168888 33554432000 4194304 4417332 140733861166848 18446744073709551615 4364494 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=3573/tid=3581] ppid=3568 vsize=830576 CPUtime=535.48 cores=0-7
/proc/3573/task/3581/stat : 3581 (plingeling) R 3568 3573 3001 0 -1 4202560 31135 1254 0 0 53541 7 0 0 25 0 9 0 494211207 850509824 168888 33554432000 4194304 4417332 140733861166848 18446744073709551615 4364541 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=3573/tid=3582] ppid=3568 vsize=830576 CPUtime=535.5 cores=0-7
/proc/3573/task/3582/stat : 3582 (plingeling) R 3568 3573 3001 0 -1 4202560 25866 1254 0 0 53546 4 0 0 25 0 9 0 494211207 850509824 168888 33554432000 4194304 4417332 140733861166848 18446744073709551615 4366314 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=3573/tid=3583] ppid=3568 vsize=830576 CPUtime=535.49 cores=0-7
/proc/3573/task/3583/stat : 3583 (plingeling) R 3568 3573 3001 0 -1 4202560 9581 1254 0 0 53548 1 0 0 25 0 9 0 494211207 850509824 168888 33554432000 4194304 4417332 140733861166848 18446744073709551615 4366403 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=3573/tid=3584] ppid=3568 vsize=830576 CPUtime=532.56 cores=0-7
/proc/3573/task/3584/stat : 3584 (plingeling) R 3568 3573 3001 0 -1 4202560 41163 1254 0 0 53248 8 0 0 25 0 9 0 494211207 850509824 168888 33554432000 4194304 4417332 140733861166848 18446744073709551615 4236986 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=3573/tid=3585] ppid=3568 vsize=830576 CPUtime=535.42 cores=0-7
/proc/3573/task/3585/stat : 3585 (plingeling) R 3568 3573 3001 0 -1 4202560 32103 1254 0 0 53537 5 0 0 25 0 9 0 494211207 850509824 168888 33554432000 4194304 4417332 140733861166848 18446744073709551615 4357874 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=3573/tid=3586] ppid=3568 vsize=830576 CPUtime=535.48 cores=0-7
/proc/3573/task/3586/stat : 3586 (plingeling) R 3568 3573 3001 0 -1 4202560 31099 1254 0 0 53543 5 0 0 25 0 9 0 494211208 850509824 168888 33554432000 4194304 4417332 140733861166848 18446744073709551615 4281668 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=3573/tid=3587] ppid=3568 vsize=830576 CPUtime=535.48 cores=0-7
/proc/3573/task/3587/stat : 3587 (plingeling) R 3568 3573 3001 0 -1 4202560 41921 1254 0 0 53542 6 0 0 25 0 9 0 494211208 850509824 168888 33554432000 4194304 4417332 140733861166848 18446744073709551615 4364308 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4291.79
Current children cumulated vsize (KiB) 830576

[startup+547.101 s]
/proc/loadavg: 8.07 8.01 7.87 9/179 3602
/proc/meminfo: memFree=18907840/32951124 swapFree=67111524/67111528
[pid=3573] ppid=3568 vsize=830576 CPUtime=4298.18 cores=0-7
/proc/3573/stat : 3573 (plingeling) S 3568 3573 3001 0 -1 4202496 402798 1254 0 0 429753 65 0 0 25 0 9 0 494210127 850509824 168888 33554432000 4194304 4417332 140733861166848 18446744073709551615 255118571493 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/3573/statm: 207644 168888 181 55 0 205530 0
[pid=3573/tid=3580] ppid=3568 vsize=830576 CPUtime=536.29 cores=0-7
/proc/3573/task/3580/stat : 3580 (plingeling) R 3568 3573 3001 0 -1 4202560 45673 1254 0 0 53623 6 0 0 25 0 9 0 494211207 850509824 168888 33554432000 4194304 4417332 140733861166848 18446744073709551615 4281668 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=3573/tid=3581] ppid=3568 vsize=830576 CPUtime=536.28 cores=0-7
/proc/3573/task/3581/stat : 3581 (plingeling) R 3568 3573 3001 0 -1 4202560 31135 1254 0 0 53621 7 0 0 25 0 9 0 494211207 850509824 168888 33554432000 4194304 4417332 140733861166848 18446744073709551615 4364349 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=3573/tid=3582] ppid=3568 vsize=830576 CPUtime=536.3 cores=0-7
/proc/3573/task/3582/stat : 3582 (plingeling) R 3568 3573 3001 0 -1 4202560 25866 1254 0 0 53626 4 0 0 25 0 9 0 494211207 850509824 168888 33554432000 4194304 4417332 140733861166848 18446744073709551615 4366610 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=3573/tid=3583] ppid=3568 vsize=830576 CPUtime=536.29 cores=0-7
/proc/3573/task/3583/stat : 3583 (plingeling) R 3568 3573 3001 0 -1 4202560 9581 1254 0 0 53628 1 0 0 25 0 9 0 494211207 850509824 168888 33554432000 4194304 4417332 140733861166848 18446744073709551615 4365045 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=3573/tid=3584] ppid=3568 vsize=830576 CPUtime=533.36 cores=0-7
/proc/3573/task/3584/stat : 3584 (plingeling) R 3568 3573 3001 0 -1 4202560 41163 1254 0 0 53328 8 0 0 25 0 9 0 494211207 850509824 168888 33554432000 4194304 4417332 140733861166848 18446744073709551615 4366384 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=3573/tid=3585] ppid=3568 vsize=830576 CPUtime=536.22 cores=0-7
/proc/3573/task/3585/stat : 3585 (plingeling) R 3568 3573 3001 0 -1 4202560 32103 1254 0 0 53617 5 0 0 25 0 9 0 494211207 850509824 168888 33554432000 4194304 4417332 140733861166848 18446744073709551615 4364536 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=3573/tid=3586] ppid=3568 vsize=830576 CPUtime=536.28 cores=0-7
/proc/3573/task/3586/stat : 3586 (plingeling) R 3568 3573 3001 0 -1 4202560 31099 1254 0 0 53623 5 0 0 25 0 9 0 494211208 850509824 168888 33554432000 4194304 4417332 140733861166848 18446744073709551615 4366384 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=3573/tid=3587] ppid=3568 vsize=830576 CPUtime=536.28 cores=0-7
/proc/3573/task/3587/stat : 3587 (plingeling) R 3568 3573 3001 0 -1 4202560 41921 1254 0 0 53622 6 0 0 25 0 9 0 494211208 850509824 168888 33554432000 4194304 4417332 140733861166848 18446744073709551615 4364541 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4298.18
Current children cumulated vsize (KiB) 830576

[startup+547.501 s]
/proc/loadavg: 8.07 8.01 7.87 9/179 3602
/proc/meminfo: memFree=18907840/32951124 swapFree=67111524/67111528
[pid=3573] ppid=3568 vsize=830576 CPUtime=4301.34 cores=0-7
/proc/3573/stat : 3573 (plingeling) S 3568 3573 3001 0 -1 4202496 402799 1254 0 0 430069 65 0 0 18 0 5 0 494210127 850509824 168889 33554432000 4194304 4417332 140733861166848 18446744073709551615 255118571493 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/3573/statm: 207644 168889 182 55 0 205530 0
[pid=3573/tid=3582] ppid=3568 vsize=830576 CPUtime=536.7 cores=0-7
/proc/3573/task/3582/stat : 3582 (plingeling) R 3568 3573 3001 0 -1 4202560 25866 1254 0 0 53666 4 0 0 25 0 5 0 494211207 850509824 168889 33554432000 4194304 4417332 140733861166848 18446744073709551615 4265443 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=3573/tid=3584] ppid=3568 vsize=830576 CPUtime=533.76 cores=0-7
/proc/3573/task/3584/stat : 3584 (plingeling) R 3568 3573 3001 0 -1 4202560 41163 1254 0 0 53368 8 0 0 25 0 5 0 494211207 850509824 168889 33554432000 4194304 4417332 140733861166848 18446744073709551615 4357111 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=3573/tid=3586] ppid=3568 vsize=830576 CPUtime=536.68 cores=0-7
/proc/3573/task/3586/stat : 3586 (plingeling) R 3568 3573 3001 0 -1 4202560 31099 1254 0 0 53663 5 0 0 25 0 5 0 494211208 850509824 168889 33554432000 4194304 4417332 140733861166848 18446744073709551615 4364544 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=3573/tid=3587] ppid=3568 vsize=830576 CPUtime=536.68 cores=0-7
/proc/3573/task/3587/stat : 3587 (plingeling) R 3568 3573 3001 0 -1 4202560 41921 1254 0 0 53662 6 0 0 25 0 5 0 494211208 850509824 168889 33554432000 4194304 4417332 140733861166848 18446744073709551615 4281668 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4301.34
Current children cumulated vsize (KiB) 830576

Child status: 20
Real time (s): 547.562
CPU time (s): 4301.45
CPU user time (s): 4300.75
CPU system time (s): 0.693894
CPU usage (%): 785.563
Max. virtual memory (cumulated for all children) (KiB): 1236424

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4300.75
system time used= 0.693894
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 404056
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= 489
involuntary context switches= 20721

runsolver used 0.864868 second user time and 2.09868 second system time

The end

Launcher Data

Begin job on node144 at 2011-04-28 21:12:20
IDJOB=3309969
IDBENCH=84246
IDSOLVER=1695
FILE ID=node144/3309969-1304017938
RUNJOBID= node144-1304009411-3015
PBS_JOBID= 13168853
Free space on /tmp= 72384 MiB

SOLVER NAME= Plingeling 587
BENCH NAME= SAT03/industrial/schuppan/l2s/bc57-sensors-1-k303-unsat.shuffled-as.sat03-406.cnf
COMMAND LINE= plingeling -t NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3309969-1304017938/watcher-3309969-1304017938 -o /tmp/evaluation-result-3309969-1304017938/solver-3309969-1304017938 -C 40000 -W 5100 -M 31000  plingeling -t 8 HOME/instance-3309969-1304017938.cnf

TIME LIMIT= 40000 seconds
MEMORY LIMIT= 31000 MiB
NBCORE= 8

MD5SUM BENCH= f16626953757fdd1326f2a14f01adca9
RANDOM SEED=1523044266

node144.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.850
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.70
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.850
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.16
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.850
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.75
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.850
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.850
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.850
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.82
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.850
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.75
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.850
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.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      19582332 kB
Buffers:       2202036 kB
Cached:       10538104 kB
SwapCached:          4 kB
Active:        4577860 kB
Inactive:      8226328 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      19582332 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:           27952 kB
Writeback:          12 kB
AnonPages:       63628 kB
Mapped:          14696 kB
Slab:           499436 kB
PageTables:       4228 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   180604 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= 72384 MiB
End job on node144 at 2011-04-28 21:21:28