Trace number 3291645

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 3109.86 782.188

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 benchmark1015.28
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

3109.60/782.18	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-3291645-1304102113/watcher-3291645-1304102113 -o /tmp/evaluation-result-3291645-1304102113/solver-3291645-1304102113 -C 4800 -W 1300 -M 15500 plingeling -t 4 HOME/instance-3291645-1304102113.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: 3.75 6.37 7.36 2/177 1558
/proc/meminfo: memFree=21979228/32950928 swapFree=67111524/67111528
[pid=1558] ppid=1556 vsize=10432 CPUtime=0 cores=0,2,4,6
/proc/1558/stat : 1558 (plingeling) R 1556 1558 1515 0 -1 4202496 283 1260 0 0 0 0 0 0 23 0 1 0 521810281 10682368 212 33554432000 4194304 4417332 140736763054224 18446744073709551615 268272383069 0 0 4096 17442 0 0 0 17 2 0 0 0
/proc/1558/statm: 2608 227 138 55 0 494 0

[startup+0.01266 s]
/proc/loadavg: 3.75 6.37 7.36 2/177 1558
/proc/meminfo: memFree=21979228/32950928 swapFree=67111524/67111528
[pid=1558] ppid=1556 vsize=38428 CPUtime=0 cores=0,2,4,6
/proc/1558/stat : 1558 (plingeling) R 1556 1558 1515 0 -1 4202496 6225 1260 0 0 0 0 0 0 23 0 1 0 521810281 39350272 6154 33554432000 4194304 4417332 140736763054224 18446744073709551615 268272383069 0 0 4096 17442 0 0 0 17 2 0 0 0
/proc/1558/statm: 9607 6171 140 55 0 7493 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 38428

[startup+0.100712 s]
/proc/loadavg: 3.75 6.37 7.36 2/177 1558
/proc/meminfo: memFree=21979228/32950928 swapFree=67111524/67111528
[pid=1558] ppid=1556 vsize=63772 CPUtime=0.09 cores=0,2,4,6
/proc/1558/stat : 1558 (plingeling) R 1556 1558 1515 0 -1 4202496 14125 1260 0 0 8 1 0 0 23 0 1 0 521810281 65302528 13966 33554432000 4194304 4417332 140736763054224 18446744073709551615 4231321 0 0 4096 17442 0 0 0 17 2 0 0 0
/proc/1558/statm: 15943 13966 148 55 0 13829 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 63772

[startup+0.300672 s]
/proc/loadavg: 3.75 6.37 7.36 2/177 1558
/proc/meminfo: memFree=21979228/32950928 swapFree=67111524/67111528
[pid=1558] ppid=1556 vsize=113944 CPUtime=0.29 cores=0,2,4,6
/proc/1558/stat : 1558 (plingeling) R 1556 1558 1515 0 -1 4202496 26673 1260 0 0 26 3 0 0 24 0 1 0 521810281 116678656 26509 33554432000 4194304 4417332 140736763054224 18446744073709551615 4260137 0 0 4096 17442 0 0 0 17 2 0 0 0
/proc/1558/statm: 28486 26509 148 55 0 26372 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 113944

[startup+0.700606 s]
/proc/loadavg: 3.75 6.37 7.36 2/177 1558
/proc/meminfo: memFree=21979228/32950928 swapFree=67111524/67111528
[pid=1558] ppid=1556 vsize=180504 CPUtime=0.69 cores=0,2,4,6
/proc/1558/stat : 1558 (plingeling) R 1556 1558 1515 0 -1 4202496 43313 1260 0 0 64 5 0 0 25 0 1 0 521810281 184836096 43149 33554432000 4194304 4417332 140736763054224 18446744073709551615 4231321 0 0 4096 17442 0 0 0 17 2 0 0 0
/proc/1558/statm: 45126 43149 148 55 0 43012 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 180504

[startup+1.50046 s]
/proc/loadavg: 3.75 6.37 7.36 3/178 1564
/proc/meminfo: memFree=21757148/32950928 swapFree=67111524/67111528
[pid=1558] ppid=1556 vsize=197636 CPUtime=1.49 cores=0,2,4,6
/proc/1558/stat : 1558 (plingeling) R 1556 1558 1515 0 -1 4202496 47604 1260 0 0 143 6 0 0 25 0 1 0 521810281 202379264 47432 33554432000 4194304 4417332 140736763054224 18446744073709551615 4262065 0 0 4096 17442 0 0 0 17 2 0 0 0
/proc/1558/statm: 49409 47432 148 55 0 47295 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 197636

[startup+3.10107 s]
/proc/loadavg: 3.61 6.29 7.33 6/182 1568
/proc/meminfo: memFree=21651096/32950928 swapFree=67111524/67111528
[pid=1558] ppid=1556 vsize=296972 CPUtime=3.09 cores=0,2,4,6
/proc/1558/stat : 1558 (plingeling) R 1556 1558 1515 0 -1 4202496 72501 1260 0 0 299 10 0 0 25 0 1 0 521810281 304099328 72266 33554432000 4194304 4417332 140736763054224 18446744073709551615 4322135 0 0 4096 17442 0 0 0 17 2 0 0 0
/proc/1558/statm: 74243 72266 148 55 0 72129 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 296972

[startup+6.3005 s]
/proc/loadavg: 3.61 6.29 7.33 9/186 1572
/proc/meminfo: memFree=21568384/32950928 swapFree=67111524/67111528
[pid=1558] ppid=1556 vsize=450992 CPUtime=10.64 cores=0,2,4,6
/proc/1558/stat : 1558 (plingeling) S 1556 1558 1515 0 -1 4202496 119239 1260 0 0 1046 18 0 0 25 0 5 0 521810281 461815808 87263 33554432000 4194304 4417332 140736763054224 18446744073709551615 268284491749 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/1558/statm: 112748 87263 172 55 0 110634 0
[pid=1558/tid=1569] ppid=1556 vsize=450992 CPUtime=1.44 cores=0,2,4,6
/proc/1558/task/1569/stat : 1569 (plingeling) R 1556 1558 1515 0 -1 4202560 11909 1260 0 0 143 1 0 0 25 0 5 0 521810766 461815808 87263 33554432000 4194304 4417332 140736763054224 18446744073709551615 4292004 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=1558/tid=1570] ppid=1556 vsize=450992 CPUtime=1.44 cores=0,2,4,6
/proc/1558/task/1570/stat : 1570 (plingeling) R 1556 1558 1515 0 -1 4202560 11874 1260 0 0 143 1 0 0 25 0 5 0 521810766 461815808 87263 33554432000 4194304 4417332 140736763054224 18446744073709551615 4292124 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=1558/tid=1571] ppid=1556 vsize=450992 CPUtime=1.44 cores=0,2,4,6
/proc/1558/task/1571/stat : 1571 (plingeling) R 1556 1558 1515 0 -1 4202560 11845 1260 0 0 143 1 0 0 25 0 5 0 521810766 461815808 87263 33554432000 4194304 4417332 140736763054224 18446744073709551615 4247679 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=1558/tid=1572] ppid=1556 vsize=450992 CPUtime=1.44 cores=0,2,4,6
/proc/1558/task/1572/stat : 1572 (plingeling) R 1556 1558 1515 0 -1 4202560 10586 1260 0 0 143 1 0 0 25 0 5 0 521810766 461815808 87263 33554432000 4194304 4417332 140736763054224 18446744073709551615 4365869 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 10.64
Current children cumulated vsize (KiB) 450992

[startup+12.7004 s]
/proc/loadavg: 4.28 6.35 7.34 9/186 1573
/proc/meminfo: memFree=21347464/32950928 swapFree=67111524/67111528
[pid=1558] ppid=1556 vsize=583328 CPUtime=36.2 cores=0,2,4,6
/proc/1558/stat : 1558 (plingeling) S 1556 1558 1515 0 -1 4202496 179961 1260 0 0 3592 28 0 0 25 0 5 0 521810281 597327872 120606 33554432000 4194304 4417332 140736763054224 18446744073709551615 268284491749 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/1558/statm: 145832 120606 176 55 0 143718 0
[pid=1558/tid=1569] ppid=1556 vsize=583328 CPUtime=7.84 cores=0,2,4,6
/proc/1558/task/1569/stat : 1569 (plingeling) R 1556 1558 1515 0 -1 4202560 33084 1260 0 0 779 5 0 0 25 0 5 0 521810766 597327872 120606 33554432000 4194304 4417332 140736763054224 18446744073709551615 4275892 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=1558/tid=1570] ppid=1556 vsize=583328 CPUtime=7.8 cores=0,2,4,6
/proc/1558/task/1570/stat : 1570 (plingeling) R 1556 1558 1515 0 -1 4202560 31940 1260 0 0 775 5 0 0 25 0 5 0 521810766 597327872 120606 33554432000 4194304 4417332 140736763054224 18446744073709551615 4274358 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=1558/tid=1571] ppid=1556 vsize=583328 CPUtime=7.83 cores=0,2,4,6
/proc/1558/task/1571/stat : 1571 (plingeling) R 1556 1558 1515 0 -1 4202560 31326 1260 0 0 779 4 0 0 25 0 5 0 521810766 597327872 120606 33554432000 4194304 4417332 140736763054224 18446744073709551615 4270966 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=1558/tid=1572] ppid=1556 vsize=583328 CPUtime=7.84 cores=0,2,4,6
/proc/1558/task/1572/stat : 1572 (plingeling) R 1556 1558 1515 0 -1 4202560 10586 1260 0 0 783 1 0 0 25 0 5 0 521810766 597327872 120606 33554432000 4194304 4417332 140736763054224 18446744073709551615 4265429 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 36.2
Current children cumulated vsize (KiB) 583328

[startup+25.5011 s]
/proc/loadavg: 4.85 6.40 7.34 9/186 1573
/proc/meminfo: memFree=21371184/32950928 swapFree=67111524/67111528
[pid=1558] ppid=1556 vsize=573384 CPUtime=87.33 cores=0,2,4,6
/proc/1558/stat : 1558 (plingeling) S 1556 1558 1515 0 -1 4202496 186061 1260 0 0 8704 29 0 0 25 0 5 0 521810281 587145216 118137 33554432000 4194304 4417332 140736763054224 18446744073709551615 268284491749 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/1558/statm: 143346 118137 181 55 0 141232 0
[pid=1558/tid=1569] ppid=1556 vsize=573384 CPUtime=20.64 cores=0,2,4,6
/proc/1558/task/1569/stat : 1569 (plingeling) R 1556 1558 1515 0 -1 4202560 36466 1260 0 0 2059 5 0 0 25 0 5 0 521810766 587145216 118137 33554432000 4194304 4417332 140736763054224 18446744073709551615 4253198 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=1558/tid=1570] ppid=1556 vsize=573384 CPUtime=20.53 cores=0,2,4,6
/proc/1558/task/1570/stat : 1570 (plingeling) R 1556 1558 1515 0 -1 4202560 33688 1260 0 0 2048 5 0 0 25 0 5 0 521810766 587145216 118137 33554432000 4194304 4417332 140736763054224 18446744073709551615 4252726 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=1558/tid=1571] ppid=1556 vsize=573384 CPUtime=20.64 cores=0,2,4,6
/proc/1558/task/1571/stat : 1571 (plingeling) R 1556 1558 1515 0 -1 4202560 32295 1260 0 0 2059 5 0 0 25 0 5 0 521810766 587145216 118137 33554432000 4194304 4417332 140736763054224 18446744073709551615 4364375 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=1558/tid=1572] ppid=1556 vsize=573384 CPUtime=20.64 cores=0,2,4,6
/proc/1558/task/1572/stat : 1572 (plingeling) R 1556 1558 1515 0 -1 4202560 10587 1260 0 0 2063 1 0 0 25 0 5 0 521810766 587145216 118137 33554432000 4194304 4417332 140736763054224 18446744073709551615 4364502 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 87.33
Current children cumulated vsize (KiB) 573384

[startup+51.1005 s]
/proc/loadavg: 5.93 6.53 7.36 9/186 1573
/proc/meminfo: memFree=21447428/32950928 swapFree=67111524/67111528
[pid=1558] ppid=1556 vsize=513680 CPUtime=189.59 cores=0,2,4,6
/proc/1558/stat : 1558 (plingeling) S 1556 1558 1515 0 -1 4202496 189943 1260 0 0 18929 30 0 0 25 0 5 0 521810281 526008320 99869 33554432000 4194304 4417332 140736763054224 18446744073709551615 268284491749 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/1558/statm: 128420 99869 181 55 0 126306 0
[pid=1558/tid=1569] ppid=1556 vsize=513680 CPUtime=46.25 cores=0,2,4,6
/proc/1558/task/1569/stat : 1569 (plingeling) R 1556 1558 1515 0 -1 4202560 38324 1260 0 0 4619 6 0 0 25 0 5 0 521810766 526008320 99869 33554432000 4194304 4417332 140736763054224 18446744073709551615 4237290 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=1558/tid=1570] ppid=1556 vsize=513680 CPUtime=46 cores=0,2,4,6
/proc/1558/task/1570/stat : 1570 (plingeling) R 1556 1558 1515 0 -1 4202560 35601 1260 0 0 4594 6 0 0 25 0 5 0 521810766 526008320 99869 33554432000 4194304 4417332 140736763054224 18446744073709551615 4364289 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=1558/tid=1571] ppid=1556 vsize=513680 CPUtime=46.24 cores=0,2,4,6
/proc/1558/task/1571/stat : 1571 (plingeling) R 1556 1558 1515 0 -1 4202560 32406 1260 0 0 4619 5 0 0 25 0 5 0 521810766 526008320 99869 33554432000 4194304 4417332 140736763054224 18446744073709551615 4364498 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=1558/tid=1572] ppid=1556 vsize=513680 CPUtime=46.24 cores=0,2,4,6
/proc/1558/task/1572/stat : 1572 (plingeling) R 1556 1558 1515 0 -1 4202560 10587 1260 0 0 4623 1 0 0 25 0 5 0 521810766 526008320 99869 33554432000 4194304 4417332 140736763054224 18446744073709551615 4237169 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 189.59
Current children cumulated vsize (KiB) 513680

[startup+102.306 s]
/proc/loadavg: 7.27 6.81 7.40 9/186 1575
/proc/meminfo: memFree=21447564/32950928 swapFree=67111524/67111528
[pid=1558] ppid=1556 vsize=485720 CPUtime=394.12 cores=0,2,4,6
/proc/1558/stat : 1558 (plingeling) S 1556 1558 1515 0 -1 4202496 190178 1260 0 0 39382 30 0 0 25 0 5 0 521810281 497377280 92879 33554432000 4194304 4417332 140736763054224 18446744073709551615 268284491749 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/1558/statm: 121430 92879 181 55 0 119316 0
[pid=1558/tid=1569] ppid=1556 vsize=485720 CPUtime=97.45 cores=0,2,4,6
/proc/1558/task/1569/stat : 1569 (plingeling) R 1556 1558 1515 0 -1 4202560 38418 1260 0 0 9739 6 0 0 25 0 5 0 521810766 497377280 92879 33554432000 4194304 4417332 140736763054224 18446744073709551615 4236778 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=1558/tid=1570] ppid=1556 vsize=485720 CPUtime=96.92 cores=0,2,4,6
/proc/1558/task/1570/stat : 1570 (plingeling) R 1556 1558 1515 0 -1 4202560 35647 1260 0 0 9686 6 0 0 25 0 5 0 521810766 497377280 92879 33554432000 4194304 4417332 140736763054224 18446744073709551615 4290595 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=1558/tid=1571] ppid=1556 vsize=485720 CPUtime=97.44 cores=0,2,4,6
/proc/1558/task/1571/stat : 1571 (plingeling) R 1556 1558 1515 0 -1 4202560 32501 1260 0 0 9739 5 0 0 25 0 5 0 521810766 497377280 92879 33554432000 4194304 4417332 140736763054224 18446744073709551615 4236986 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=1558/tid=1572] ppid=1556 vsize=485720 CPUtime=97.45 cores=0,2,4,6
/proc/1558/task/1572/stat : 1572 (plingeling) R 1556 1558 1515 0 -1 4202560 10587 1260 0 0 9744 1 0 0 25 0 5 0 521810766 497377280 92879 33554432000 4194304 4417332 140736763054224 18446744073709551615 4237290 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 394.12
Current children cumulated vsize (KiB) 485720

[startup+162.301 s]
/proc/loadavg: 7.82 7.05 7.45 9/186 1577
/proc/meminfo: memFree=21414900/32950928 swapFree=67111524/67111528
[pid=1558] ppid=1556 vsize=471932 CPUtime=633.79 cores=0,2,4,6
/proc/1558/stat : 1558 (plingeling) S 1556 1558 1515 0 -1 4202496 191181 1260 0 0 63348 31 0 0 25 0 5 0 521810281 483258368 89438 33554432000 4194304 4417332 140736763054224 18446744073709551615 268284491749 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/1558/statm: 117983 89438 181 55 0 115869 0
[pid=1558/tid=1569] ppid=1556 vsize=471932 CPUtime=157.45 cores=0,2,4,6
/proc/1558/task/1569/stat : 1569 (plingeling) R 1556 1558 1515 0 -1 4202560 38449 1260 0 0 15739 6 0 0 25 0 5 0 521810766 483258368 89438 33554432000 4194304 4417332 140736763054224 18446744073709551615 4265429 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=1558/tid=1570] ppid=1556 vsize=471932 CPUtime=156.59 cores=0,2,4,6
/proc/1558/task/1570/stat : 1570 (plingeling) R 1556 1558 1515 0 -1 4202560 35689 1260 0 0 15653 6 0 0 25 0 5 0 521810766 483258368 89438 33554432000 4194304 4417332 140736763054224 18446744073709551615 4237011 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=1558/tid=1571] ppid=1556 vsize=471932 CPUtime=157.43 cores=0,2,4,6
/proc/1558/task/1571/stat : 1571 (plingeling) R 1556 1558 1515 0 -1 4202560 33431 1260 0 0 15738 5 0 0 25 0 5 0 521810766 483258368 89438 33554432000 4194304 4417332 140736763054224 18446744073709551615 4364549 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=1558/tid=1572] ppid=1556 vsize=471932 CPUtime=157.44 cores=0,2,4,6
/proc/1558/task/1572/stat : 1572 (plingeling) R 1556 1558 1515 0 -1 4202560 10587 1260 0 0 15743 1 0 0 25 0 5 0 521810766 483258368 89438 33554432000 4194304 4417332 140736763054224 18446744073709551615 4365869 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 633.79
Current children cumulated vsize (KiB) 471932

[startup+222.301 s]
/proc/loadavg: 7.93 7.22 7.48 9/186 1578
/proc/meminfo: memFree=21369968/32950928 swapFree=67111524/67111528
[pid=1558] ppid=1556 vsize=451884 CPUtime=873.45 cores=0,2,4,6
/proc/1558/stat : 1558 (plingeling) S 1556 1558 1515 0 -1 4202496 191326 1260 0 0 87314 31 0 0 25 0 5 0 521810281 462729216 84426 33554432000 4194304 4417332 140736763054224 18446744073709551615 268284491749 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/1558/statm: 112971 84426 181 55 0 110857 0
[pid=1558/tid=1569] ppid=1556 vsize=451884 CPUtime=217.45 cores=0,2,4,6
/proc/1558/task/1569/stat : 1569 (plingeling) R 1556 1558 1515 0 -1 4202560 38485 1260 0 0 21739 6 0 0 25 0 5 0 521810766 462729216 84426 33554432000 4194304 4417332 140736763054224 18446744073709551615 4281668 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=1558/tid=1570] ppid=1556 vsize=451884 CPUtime=216.26 cores=0,2,4,6
/proc/1558/task/1570/stat : 1570 (plingeling) R 1556 1558 1515 0 -1 4202560 35726 1260 0 0 21620 6 0 0 25 0 5 0 521810766 462729216 84426 33554432000 4194304 4417332 140736763054224 18446744073709551615 4364565 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=1558/tid=1571] ppid=1556 vsize=451884 CPUtime=217.42 cores=0,2,4,6
/proc/1558/task/1571/stat : 1571 (plingeling) R 1556 1558 1515 0 -1 4202560 33503 1260 0 0 21737 5 0 0 25 0 5 0 521810766 462729216 84426 33554432000 4194304 4417332 140736763054224 18446744073709551615 4365101 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=1558/tid=1572] ppid=1556 vsize=451884 CPUtime=217.44 cores=0,2,4,6
/proc/1558/task/1572/stat : 1572 (plingeling) R 1556 1558 1515 0 -1 4202560 10587 1260 0 0 21743 1 0 0 25 0 5 0 521810766 462729216 84426 33554432000 4194304 4417332 140736763054224 18446744073709551615 4364465 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 873.45
Current children cumulated vsize (KiB) 451884

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

/proc/loadavg: 8.13 7.86 7.68 9/186 1589
/proc/meminfo: memFree=20947588/32950928 swapFree=67111524/67111528
[pid=1558] ppid=1556 vsize=468540 CPUtime=2551.16 cores=0,2,4,6
/proc/1558/stat : 1558 (plingeling) S 1556 1558 1515 0 -1 4202496 216489 1260 0 0 255081 35 0 0 25 0 5 0 521810281 479784960 88590 33554432000 4194304 4417332 140736763054224 18446744073709551615 268284491749 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/1558/statm: 117135 88590 181 55 0 115021 0
[pid=1558/tid=1569] ppid=1556 vsize=468540 CPUtime=637.47 cores=0,2,4,6
/proc/1558/task/1569/stat : 1569 (plingeling) R 1556 1558 1515 0 -1 4202560 48381 1260 0 0 63739 8 0 0 25 0 5 0 521810766 479784960 88590 33554432000 4194304 4417332 140736763054224 18446744073709551615 4232651 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=1558/tid=1570] ppid=1556 vsize=468540 CPUtime=633.99 cores=0,2,4,6
/proc/1558/task/1570/stat : 1570 (plingeling) R 1556 1558 1515 0 -1 4202560 45594 1260 0 0 63392 7 0 0 25 0 5 0 521810766 479784960 88590 33554432000 4194304 4417332 140736763054224 18446744073709551615 4236559 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=1558/tid=1571] ppid=1556 vsize=468540 CPUtime=637.38 cores=0,2,4,6
/proc/1558/task/1571/stat : 1571 (plingeling) R 1556 1558 1515 0 -1 4202560 38902 1260 0 0 63732 6 0 0 25 0 5 0 521810766 479784960 88590 33554432000 4194304 4417332 140736763054224 18446744073709551615 4281668 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=1558/tid=1572] ppid=1556 vsize=468540 CPUtime=637.46 cores=0,2,4,6
/proc/1558/task/1572/stat : 1572 (plingeling) R 1556 1558 1515 0 -1 4202560 10587 1260 0 0 63744 2 0 0 25 0 5 0 521810766 479784960 88590 33554432000 4194304 4417332 140736763054224 18446744073709551615 4281668 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2551.16
Current children cumulated vsize (KiB) 468540

[startup+702.301 s]
/proc/loadavg: 8.21 7.93 7.71 9/186 1591
/proc/meminfo: memFree=20782132/32950928 swapFree=67111524/67111528
[pid=1558] ppid=1556 vsize=452224 CPUtime=2790.82 cores=0,2,4,6
/proc/1558/stat : 1558 (plingeling) S 1556 1558 1515 0 -1 4202496 216511 1260 0 0 279047 35 0 0 25 0 5 0 521810281 463077376 84511 33554432000 4194304 4417332 140736763054224 18446744073709551615 268284491749 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/1558/statm: 113056 84511 181 55 0 110942 0
[pid=1558/tid=1569] ppid=1556 vsize=452224 CPUtime=697.46 cores=0,2,4,6
/proc/1558/task/1569/stat : 1569 (plingeling) R 1556 1558 1515 0 -1 4202560 48381 1260 0 0 69738 8 0 0 25 0 5 0 521810766 463077376 84511 33554432000 4194304 4417332 140736763054224 18446744073709551615 4309897 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=1558/tid=1570] ppid=1556 vsize=452224 CPUtime=693.66 cores=0,2,4,6
/proc/1558/task/1570/stat : 1570 (plingeling) R 1556 1558 1515 0 -1 4202560 45616 1260 0 0 69359 7 0 0 25 0 5 0 521810766 463077376 84511 33554432000 4194304 4417332 140736763054224 18446744073709551615 4365869 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=1558/tid=1571] ppid=1556 vsize=452224 CPUtime=697.37 cores=0,2,4,6
/proc/1558/task/1571/stat : 1571 (plingeling) R 1556 1558 1515 0 -1 4202560 38902 1260 0 0 69731 6 0 0 25 0 5 0 521810766 463077376 84511 33554432000 4194304 4417332 140736763054224 18446744073709551615 4281694 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=1558/tid=1572] ppid=1556 vsize=452224 CPUtime=697.46 cores=0,2,4,6
/proc/1558/task/1572/stat : 1572 (plingeling) R 1556 1558 1515 0 -1 4202560 10587 1260 0 0 69744 2 0 0 25 0 5 0 521810766 463077376 84511 33554432000 4194304 4417332 140736763054224 18446744073709551615 4236986 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2790.82
Current children cumulated vsize (KiB) 452224

[startup+762.307 s]
/proc/loadavg: 8.07 7.94 7.73 9/186 1593
/proc/meminfo: memFree=20362476/32950928 swapFree=67111524/67111528
[pid=1558] ppid=1556 vsize=432888 CPUtime=3030.51 cores=0,2,4,6
/proc/1558/stat : 1558 (plingeling) S 1556 1558 1515 0 -1 4202496 220652 1260 0 0 303015 36 0 0 25 0 5 0 521810281 443277312 79677 33554432000 4194304 4417332 140736763054224 18446744073709551615 268284491749 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/1558/statm: 108222 79677 181 55 0 106108 0
[pid=1558/tid=1569] ppid=1556 vsize=432888 CPUtime=757.47 cores=0,2,4,6
/proc/1558/task/1569/stat : 1569 (plingeling) R 1556 1558 1515 0 -1 4202560 48402 1260 0 0 75739 8 0 0 25 0 5 0 521810766 443277312 79677 33554432000 4194304 4417332 140736763054224 18446744073709551615 4237290 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=1558/tid=1570] ppid=1556 vsize=432888 CPUtime=753.34 cores=0,2,4,6
/proc/1558/task/1570/stat : 1570 (plingeling) R 1556 1558 1515 0 -1 4202560 45616 1260 0 0 75327 7 0 0 25 0 5 0 521810766 443277312 79677 33554432000 4194304 4417332 140736763054224 18446744073709551615 4365963 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=1558/tid=1571] ppid=1556 vsize=432888 CPUtime=757.36 cores=0,2,4,6
/proc/1558/task/1571/stat : 1571 (plingeling) R 1556 1558 1515 0 -1 4202560 43022 1260 0 0 75730 6 0 0 25 0 5 0 521810766 443277312 79677 33554432000 4194304 4417332 140736763054224 18446744073709551615 4365886 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=1558/tid=1572] ppid=1556 vsize=432888 CPUtime=757.47 cores=0,2,4,6
/proc/1558/task/1572/stat : 1572 (plingeling) R 1556 1558 1515 0 -1 4202560 10587 1260 0 0 75745 2 0 0 25 0 5 0 521810766 443277312 79677 33554432000 4194304 4417332 140736763054224 18446744073709551615 4364375 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3030.51
Current children cumulated vsize (KiB) 432888

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

[startup+767.901 s]
/proc/loadavg: 8.07 7.94 7.73 9/186 1593
/proc/meminfo: memFree=20340280/32950928 swapFree=67111524/67111528
[pid=1558] ppid=1556 vsize=435832 CPUtime=3052.86 cores=0,2,4,6
/proc/1558/stat : 1558 (plingeling) S 1556 1558 1515 0 -1 4202496 221388 1260 0 0 305250 36 0 0 25 0 5 0 521810281 446291968 80413 33554432000 4194304 4417332 140736763054224 18446744073709551615 268284491749 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/1558/statm: 108958 80413 181 55 0 106844 0
[pid=1558/tid=1569] ppid=1556 vsize=435832 CPUtime=763.06 cores=0,2,4,6
/proc/1558/task/1569/stat : 1569 (plingeling) R 1556 1558 1515 0 -1 4202560 49138 1260 0 0 76298 8 0 0 25 0 5 0 521810766 446291968 80413 33554432000 4194304 4417332 140736763054224 18446744073709551615 4236649 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=1558/tid=1570] ppid=1556 vsize=435832 CPUtime=758.9 cores=0,2,4,6
/proc/1558/task/1570/stat : 1570 (plingeling) R 1556 1558 1515 0 -1 4202560 45616 1260 0 0 75883 7 0 0 25 0 5 0 521810766 446291968 80413 33554432000 4194304 4417332 140736763054224 18446744073709551615 4364631 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=1558/tid=1571] ppid=1556 vsize=435832 CPUtime=762.96 cores=0,2,4,6
/proc/1558/task/1571/stat : 1571 (plingeling) R 1556 1558 1515 0 -1 4202560 43022 1260 0 0 76290 6 0 0 25 0 5 0 521810766 446291968 80413 33554432000 4194304 4417332 140736763054224 18446744073709551615 4278974 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=1558/tid=1572] ppid=1556 vsize=435832 CPUtime=763.06 cores=0,2,4,6
/proc/1558/task/1572/stat : 1572 (plingeling) R 1556 1558 1515 0 -1 4202560 10587 1260 0 0 76304 2 0 0 25 0 5 0 521810766 446291968 80413 33554432000 4194304 4417332 140736763054224 18446744073709551615 4281668 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3052.86
Current children cumulated vsize (KiB) 435832

[startup+774.301 s]
/proc/loadavg: 8.06 7.94 7.73 9/186 1593
/proc/meminfo: memFree=20485588/32950928 swapFree=67111524/67111528
[pid=1558] ppid=1556 vsize=439892 CPUtime=3078.44 cores=0,2,4,6
/proc/1558/stat : 1558 (plingeling) S 1556 1558 1515 0 -1 4202496 222440 1260 0 0 307808 36 0 0 25 0 5 0 521810281 450449408 81428 33554432000 4194304 4417332 140736763054224 18446744073709551615 268284491749 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/1558/statm: 109973 81428 181 55 0 107859 0
[pid=1558/tid=1569] ppid=1556 vsize=439892 CPUtime=769.47 cores=0,2,4,6
/proc/1558/task/1569/stat : 1569 (plingeling) R 1556 1558 1515 0 -1 4202560 49138 1260 0 0 76939 8 0 0 25 0 5 0 521810766 450449408 81428 33554432000 4194304 4417332 140736763054224 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=1558/tid=1570] ppid=1556 vsize=439892 CPUtime=765.27 cores=0,2,4,6
/proc/1558/task/1570/stat : 1570 (plingeling) R 1556 1558 1515 0 -1 4202560 46668 1260 0 0 76520 7 0 0 25 0 5 0 521810766 450449408 81428 33554432000 4194304 4417332 140736763054224 18446744073709551615 4237290 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=1558/tid=1571] ppid=1556 vsize=439892 CPUtime=769.36 cores=0,2,4,6
/proc/1558/task/1571/stat : 1571 (plingeling) R 1556 1558 1515 0 -1 4202560 43022 1260 0 0 76930 6 0 0 25 0 5 0 521810766 450449408 81428 33554432000 4194304 4417332 140736763054224 18446744073709551615 4199406 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=1558/tid=1572] ppid=1556 vsize=439892 CPUtime=769.47 cores=0,2,4,6
/proc/1558/task/1572/stat : 1572 (plingeling) R 1556 1558 1515 0 -1 4202560 10587 1260 0 0 76945 2 0 0 25 0 5 0 521810766 450449408 81428 33554432000 4194304 4417332 140736763054224 18446744073709551615 4355734 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3078.44
Current children cumulated vsize (KiB) 439892

[startup+777.5 s]
/proc/loadavg: 8.06 7.94 7.73 9/186 1593
/proc/meminfo: memFree=20488812/32950928 swapFree=67111524/67111528
[pid=1558] ppid=1556 vsize=439892 CPUtime=3091.21 cores=0,2,4,6
/proc/1558/stat : 1558 (plingeling) S 1556 1558 1515 0 -1 4202496 222440 1260 0 0 309085 36 0 0 25 0 5 0 521810281 450449408 81428 33554432000 4194304 4417332 140736763054224 18446744073709551615 268284491749 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/1558/statm: 109973 81428 181 55 0 107859 0
[pid=1558/tid=1569] ppid=1556 vsize=439892 CPUtime=772.66 cores=0,2,4,6
/proc/1558/task/1569/stat : 1569 (plingeling) R 1556 1558 1515 0 -1 4202560 49138 1260 0 0 77258 8 0 0 25 0 5 0 521810766 450449408 81428 33554432000 4194304 4417332 140736763054224 18446744073709551615 4236590 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=1558/tid=1570] ppid=1556 vsize=439892 CPUtime=768.45 cores=0,2,4,6
/proc/1558/task/1570/stat : 1570 (plingeling) R 1556 1558 1515 0 -1 4202560 46668 1260 0 0 76838 7 0 0 25 0 5 0 521810766 450449408 81428 33554432000 4194304 4417332 140736763054224 18446744073709551615 4364487 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=1558/tid=1571] ppid=1556 vsize=439892 CPUtime=772.56 cores=0,2,4,6
/proc/1558/task/1571/stat : 1571 (plingeling) R 1556 1558 1515 0 -1 4202560 43022 1260 0 0 77250 6 0 0 25 0 5 0 521810766 450449408 81428 33554432000 4194304 4417332 140736763054224 18446744073709551615 4364355 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=1558/tid=1572] ppid=1556 vsize=439892 CPUtime=772.66 cores=0,2,4,6
/proc/1558/task/1572/stat : 1572 (plingeling) R 1556 1558 1515 0 -1 4202560 10587 1260 0 0 77264 2 0 0 25 0 5 0 521810766 450449408 81428 33554432000 4194304 4417332 140736763054224 18446744073709551615 4357874 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3091.21
Current children cumulated vsize (KiB) 439892

[startup+780.701 s]
/proc/loadavg: 8.06 7.94 7.73 9/186 1593
/proc/meminfo: memFree=20487076/32950928 swapFree=67111524/67111528
[pid=1558] ppid=1556 vsize=439892 CPUtime=3103.99 cores=0,2,4,6
/proc/1558/stat : 1558 (plingeling) S 1556 1558 1515 0 -1 4202496 222440 1260 0 0 310363 36 0 0 25 0 5 0 521810281 450449408 81428 33554432000 4194304 4417332 140736763054224 18446744073709551615 268284491749 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/1558/statm: 109973 81428 181 55 0 107859 0
[pid=1558/tid=1569] ppid=1556 vsize=439892 CPUtime=775.86 cores=0,2,4,6
/proc/1558/task/1569/stat : 1569 (plingeling) R 1556 1558 1515 0 -1 4202560 49138 1260 0 0 77578 8 0 0 25 0 5 0 521810766 450449408 81428 33554432000 4194304 4417332 140736763054224 18446744073709551615 4364556 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=1558/tid=1570] ppid=1556 vsize=439892 CPUtime=771.63 cores=0,2,4,6
/proc/1558/task/1570/stat : 1570 (plingeling) R 1556 1558 1515 0 -1 4202560 46668 1260 0 0 77156 7 0 0 25 0 5 0 521810766 450449408 81428 33554432000 4194304 4417332 140736763054224 18446744073709551615 4364549 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=1558/tid=1571] ppid=1556 vsize=439892 CPUtime=775.76 cores=0,2,4,6
/proc/1558/task/1571/stat : 1571 (plingeling) R 1556 1558 1515 0 -1 4202560 43022 1260 0 0 77570 6 0 0 25 0 5 0 521810766 450449408 81428 33554432000 4194304 4417332 140736763054224 18446744073709551615 4250936 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=1558/tid=1572] ppid=1556 vsize=439892 CPUtime=775.86 cores=0,2,4,6
/proc/1558/task/1572/stat : 1572 (plingeling) R 1556 1558 1515 0 -1 4202560 10587 1260 0 0 77584 2 0 0 25 0 5 0 521810766 450449408 81428 33554432000 4194304 4417332 140736763054224 18446744073709551615 4232801 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3103.99
Current children cumulated vsize (KiB) 439892

[startup+781.501 s]
/proc/loadavg: 8.05 7.94 7.73 9/186 1593
/proc/meminfo: memFree=20486456/32950928 swapFree=67111524/67111528
[pid=1558] ppid=1556 vsize=439892 CPUtime=3107.18 cores=0,2,4,6
/proc/1558/stat : 1558 (plingeling) S 1556 1558 1515 0 -1 4202496 222440 1260 0 0 310682 36 0 0 25 0 5 0 521810281 450449408 81428 33554432000 4194304 4417332 140736763054224 18446744073709551615 268284491749 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/1558/statm: 109973 81428 181 55 0 107859 0
[pid=1558/tid=1569] ppid=1556 vsize=439892 CPUtime=776.66 cores=0,2,4,6
/proc/1558/task/1569/stat : 1569 (plingeling) R 1556 1558 1515 0 -1 4202560 49138 1260 0 0 77658 8 0 0 25 0 5 0 521810766 450449408 81428 33554432000 4194304 4417332 140736763054224 18446744073709551615 4364568 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=1558/tid=1570] ppid=1556 vsize=439892 CPUtime=772.43 cores=0,2,4,6
/proc/1558/task/1570/stat : 1570 (plingeling) R 1556 1558 1515 0 -1 4202560 46668 1260 0 0 77236 7 0 0 25 0 5 0 521810766 450449408 81428 33554432000 4194304 4417332 140736763054224 18446744073709551615 4364572 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=1558/tid=1571] ppid=1556 vsize=439892 CPUtime=776.56 cores=0,2,4,6
/proc/1558/task/1571/stat : 1571 (plingeling) R 1556 1558 1515 0 -1 4202560 43022 1260 0 0 77650 6 0 0 25 0 5 0 521810766 450449408 81428 33554432000 4194304 4417332 140736763054224 18446744073709551615 4364448 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=1558/tid=1572] ppid=1556 vsize=439892 CPUtime=776.66 cores=0,2,4,6
/proc/1558/task/1572/stat : 1572 (plingeling) R 1556 1558 1515 0 -1 4202560 10587 1260 0 0 77664 2 0 0 25 0 5 0 521810766 450449408 81428 33554432000 4194304 4417332 140736763054224 18446744073709551615 4364465 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3107.18
Current children cumulated vsize (KiB) 439892

[startup+781.901 s]
/proc/loadavg: 8.05 7.94 7.73 9/186 1593
/proc/meminfo: memFree=20486456/32950928 swapFree=67111524/67111528
[pid=1558] ppid=1556 vsize=439892 CPUtime=3108.78 cores=0,2,4,6
/proc/1558/stat : 1558 (plingeling) S 1556 1558 1515 0 -1 4202496 222440 1260 0 0 310842 36 0 0 25 0 5 0 521810281 450449408 81428 33554432000 4194304 4417332 140736763054224 18446744073709551615 268284491749 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/1558/statm: 109973 81428 181 55 0 107859 0
[pid=1558/tid=1569] ppid=1556 vsize=439892 CPUtime=777.06 cores=0,2,4,6
/proc/1558/task/1569/stat : 1569 (plingeling) R 1556 1558 1515 0 -1 4202560 49138 1260 0 0 77698 8 0 0 25 0 5 0 521810766 450449408 81428 33554432000 4194304 4417332 140736763054224 18446744073709551615 4364463 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=1558/tid=1570] ppid=1556 vsize=439892 CPUtime=772.83 cores=0,2,4,6
/proc/1558/task/1570/stat : 1570 (plingeling) R 1556 1558 1515 0 -1 4202560 46668 1260 0 0 77276 7 0 0 25 0 5 0 521810766 450449408 81428 33554432000 4194304 4417332 140736763054224 18446744073709551615 4364544 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=1558/tid=1571] ppid=1556 vsize=439892 CPUtime=776.96 cores=0,2,4,6
/proc/1558/task/1571/stat : 1571 (plingeling) R 1556 1558 1515 0 -1 4202560 43022 1260 0 0 77690 6 0 0 25 0 5 0 521810766 450449408 81428 33554432000 4194304 4417332 140736763054224 18446744073709551615 4281657 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=1558/tid=1572] ppid=1556 vsize=439892 CPUtime=777.06 cores=0,2,4,6
/proc/1558/task/1572/stat : 1572 (plingeling) R 1556 1558 1515 0 -1 4202560 10587 1260 0 0 77704 2 0 0 25 0 5 0 521810766 450449408 81428 33554432000 4194304 4417332 140736763054224 18446744073709551615 4356983 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3108.78
Current children cumulated vsize (KiB) 439892

[startup+782.106 s]
/proc/loadavg: 8.05 7.94 7.73 9/186 1593
/proc/meminfo: memFree=20485216/32950928 swapFree=67111524/67111528
[pid=1558] ppid=1556 vsize=439892 CPUtime=3109.6 cores=0,2,4,6
/proc/1558/stat : 1558 (plingeling) S 1556 1558 1515 0 -1 4202496 222440 1260 0 0 310924 36 0 0 25 0 5 0 521810281 450449408 81428 33554432000 4194304 4417332 140736763054224 18446744073709551615 268284491749 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/1558/statm: 109973 81428 181 55 0 107859 0
[pid=1558/tid=1569] ppid=1556 vsize=439892 CPUtime=777.27 cores=0,2,4,6
/proc/1558/task/1569/stat : 1569 (plingeling) R 1556 1558 1515 0 -1 4202560 49138 1260 0 0 77719 8 0 0 25 0 5 0 521810766 450449408 81428 33554432000 4194304 4417332 140736763054224 18446744073709551615 4364494 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=1558/tid=1570] ppid=1556 vsize=439892 CPUtime=773.03 cores=0,2,4,6
/proc/1558/task/1570/stat : 1570 (plingeling) R 1556 1558 1515 0 -1 4202560 46668 1260 0 0 77296 7 0 0 25 0 5 0 521810766 450449408 81428 33554432000 4194304 4417332 140736763054224 18446744073709551615 4364494 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=1558/tid=1571] ppid=1556 vsize=439892 CPUtime=777.16 cores=0,2,4,6
/proc/1558/task/1571/stat : 1571 (plingeling) R 1556 1558 1515 0 -1 4202560 43022 1260 0 0 77710 6 0 0 25 0 5 0 521810766 450449408 81428 33554432000 4194304 4417332 140736763054224 18446744073709551615 4281668 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=1558/tid=1572] ppid=1556 vsize=439892 CPUtime=777.27 cores=0,2,4,6
/proc/1558/task/1572/stat : 1572 (plingeling) R 1556 1558 1515 0 -1 4202560 10587 1260 0 0 77725 2 0 0 25 0 5 0 521810766 450449408 81428 33554432000 4194304 4417332 140736763054224 18446744073709551615 4236874 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3109.6
Current children cumulated vsize (KiB) 439892

Child status: 20
Real time (s): 782.188
CPU time (s): 3109.86
CPU user time (s): 3109.47
CPU system time (s): 0.385941
CPU usage (%): 397.585
Max. virtual memory (cumulated for all children) (KiB): 608612

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3109.47
system time used= 0.385941
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 223704
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= 125
involuntary context switches= 24230

runsolver used 1.37679 second user time and 2.89256 second system time

The end

Launcher Data

Begin job on node122 at 2011-04-29 20:35:15
IDJOB=3291645
IDBENCH=84246
IDSOLVER=1605
FILE ID=node122/3291645-1304102113
RUNJOBID= node122-1304102113-1533
PBS_JOBID= 13170631
Free space on /tmp= 71624 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-3291645-1304102113/watcher-3291645-1304102113 -o /tmp/evaluation-result-3291645-1304102113/solver-3291645-1304102113 -C 4800 -W 1300 -M 15500  plingeling -t 4 HOME/instance-3291645-1304102113.cnf

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

MD5SUM BENCH= f16626953757fdd1326f2a14f01adca9
RANDOM SEED=1260404403

node122.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.820
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.64
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.820
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	: 5332.75
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.820
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.820
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.820
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.820
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.75
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.820
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.820
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.97
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      21979524 kB
Buffers:       1630016 kB
Cached:        8612284 kB
SwapCached:          4 kB
Active:        1261968 kB
Inactive:      9156876 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      21979524 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:           43340 kB
Writeback:           0 kB
AnonPages:      176292 kB
Mapped:          15076 kB
Slab:           487696 kB
PageTables:       4696 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   318232 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= 71624 MiB
End job on node122 at 2011-04-29 20:48:17