Trace number 3221151

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
ppfolio par? (TO) 39971.6 5000.02

General information on the benchmark

Namerandom/medium/
unif-k7-r89-v80-c7120-S199880667-010.UNKNOWN.cnf
MD5SUM3919f50518b71f2cf8a267b92efd9aeb
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables80
Number of clauses7120
Sum of the clauses size49840
Maximum clause length7
Minimum clause length7
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 57120

Solver Data

0.00/0.00	This is pico-portfolio, a naive parallel portfolio
0.00/0.00	Copyright (C) 2011 Olivier Roussel
0.00/0.00	Using 8 processing units
0.00/0.00	This portfolio uses the following solvers:
0.00/0.00	[1] cryptominisat 2.7.1 (Mate Soos)
0.00/0.00	[2] clasp 1.3.6 (Martin Gebser, Benjamin Kaufmann, and Torsten Schaub)
0.00/0.00	[3] TNM 2009 (Wanxia Wei and Chu Min Li)
0.00/0.00	[4] march_hi 2009 (Marijn Heule and Hans Van Maaren)
0.00/0.00	[5] plingeling 276-6264d55-100731 (Armin Biere)
0.00/0.00	Starting cryptominisat 2.7.1 on core(s) 0
0.00/0.00	Starting clasp 1.3.6 on core(s) 1
0.00/0.00	Starting TNM 2009 on core(s) 2
0.00/0.00	Starting march_hi 2009 on core(s) 3
0.00/0.00	Starting plingeling 276-6264d55-100731 on core(s) 4 5 6 7

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

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-3221151-1304161002/watcher-3221151-1304161002 -o /tmp/evaluation-result-3221151-1304161002/solver-3221151-1304161002 -C 40000 -W 5000 -M 31000 ppfolio HOME/instance-3221151-1304161002.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): 5000 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.19 8.09 8.07 2/174 17610
/proc/meminfo: memFree=29979740/32951124 swapFree=67102748/67111528
[pid=17610] ppid=17608 vsize=18324 CPUtime=0 cores=0-7
/proc/17610/stat : 17610 (ppfolio) R 17608 17610 17494 0 -1 4202496 519 0 0 0 0 0 0 0 25 0 1 0 527698409 18763776 390 33554432000 4194304 4287625 140734617995648 18446744073709551615 246516854287 0 0 4096 65536 0 0 0 17 6 0 0 0
/proc/17610/statm: 4581 390 341 23 0 91 0

[startup+0.153078 s]
/proc/loadavg: 8.19 8.09 8.07 2/174 17610
/proc/meminfo: memFree=29979740/32951124 swapFree=67102748/67111528
[pid=17610] ppid=17608 vsize=18324 CPUtime=0 cores=0-7
/proc/17610/stat : 17610 (ppfolio) S 17608 17610 17494 0 -1 4202496 520 0 0 0 0 0 0 0 25 0 1 0 527698409 18763776 390 33554432000 4194304 4287625 140734617995648 18446744073709551615 246516854287 0 0 4096 65536 8547797737305800703 0 0 17 6 0 0 0
/proc/17610/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.201068 s]
/proc/loadavg: 8.19 8.09 8.07 2/174 17610
/proc/meminfo: memFree=29979740/32951124 swapFree=67102748/67111528
[pid=17610] ppid=17608 vsize=18324 CPUtime=0 cores=0-7
/proc/17610/stat : 17610 (ppfolio) R 17608 17610 17494 0 -1 4202496 520 0 0 0 0 0 0 0 24 0 1 0 527698409 18763776 390 33554432000 4194304 4287625 140734617995648 18446744073709551615 246516854287 0 0 4096 65536 0 0 0 17 6 0 0 0
/proc/17610/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.301051 s]
/proc/loadavg: 8.19 8.09 8.07 2/174 17610
/proc/meminfo: memFree=29979740/32951124 swapFree=67102748/67111528
[pid=17610] ppid=17608 vsize=18324 CPUtime=0 cores=0-7
/proc/17610/stat : 17610 (ppfolio) S 17608 17610 17494 0 -1 4202496 520 0 0 0 0 0 0 0 24 0 1 0 527698409 18763776 390 33554432000 4194304 4287625 140734617995648 18446744073709551615 246516854287 0 0 4096 65536 8547797737305800703 0 0 17 6 0 0 0
/proc/17610/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.700979 s]
/proc/loadavg: 8.19 8.09 8.07 2/174 17610
/proc/meminfo: memFree=29979740/32951124 swapFree=67102748/67111528
[pid=17610] ppid=17608 vsize=18324 CPUtime=0 cores=0-7
/proc/17610/stat : 17610 (ppfolio) R 17608 17610 17494 0 -1 4202496 520 0 0 0 0 0 0 0 21 0 1 0 527698409 18763776 390 33554432000 4194304 4287625 140734617995648 18446744073709551615 246516854287 0 0 4096 65536 0 0 0 17 6 0 0 0
/proc/17610/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.50083 s]
/proc/loadavg: 8.18 8.09 8.07 9/184 17625
/proc/meminfo: memFree=29956084/32951124 swapFree=67102748/67111528
[pid=17610] ppid=17608 vsize=18324 CPUtime=0 cores=0-7
/proc/17610/stat : 17610 (ppfolio) S 17608 17610 17494 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 527698409 18763776 390 33554432000 4194304 4287625 140734617995648 18446744073709551615 246516854287 0 0 4096 65536 8547797737305800703 0 0 17 6 0 0 0
/proc/17610/statm: 4581 390 341 23 0 91 0
[pid=17611] ppid=17610 vsize=467284 CPUtime=1.49 cores=0
/proc/17611/stat : 17611 (cryptominisat) R 17610 17610 17494 0 -1 4202496 4633 0 0 0 149 0 0 0 20 0 1 0 527698410 478498816 2792 33554432000 4194304 4587354 140734107857520 18446744073709551615 4388277 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/17611/statm: 116821 2792 336 96 0 113383 0
[pid=17612] ppid=17610 vsize=15028 CPUtime=1.49 cores=1
/proc/17612/stat : 17612 (clasp) R 17610 17610 17494 0 -1 4202496 1209 0 0 0 149 0 0 0 20 0 1 0 527698410 15388672 1101 33554432000 4194304 4785740 140736247335280 18446744073709551615 4287241 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/17612/statm: 3757 1101 340 145 0 802 0
[pid=17613] ppid=17610 vsize=456652 CPUtime=1.49 cores=2
/proc/17613/stat : 17613 (TNM) R 17610 17610 17494 0 -1 4202496 556 0 0 0 149 0 0 0 20 0 1 0 527698410 467611648 453 33554432000 134512640 134534564 4292793376 18446744073709551615 134528902 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/17613/statm: 114163 453 95 6 0 112829 0
[pid=17614] ppid=17610 vsize=8580 CPUtime=1.49 cores=3
/proc/17614/stat : 17614 (march_hi) R 17610 17610 17494 0 -1 4202496 1555 0 0 0 149 0 0 0 20 0 1 0 527698410 8785920 627 33554432000 4194304 4331988 140735558236096 18446744073709551615 4226260 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/17614/statm: 2145 627 174 34 0 587 0
[pid=17615] ppid=17610 vsize=126764 CPUtime=5.88 cores=4-7
/proc/17615/stat : 17615 (plingeling) S 17610 17610 17494 0 -1 4202496 4696 1248 0 0 588 0 0 0 18 0 5 0 527698410 129806336 3763 33554432000 4194304 4356188 140736856429360 18446744073709551615 246528636901 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/17615/statm: 31691 3763 161 40 0 30235 0
[pid=17615/tid=17622] ppid=17610 vsize=126764 CPUtime=1.47 cores=4-7
/proc/17615/task/17622/stat : 17622 (plingeling) R 17610 17610 17494 0 -1 4202560 884 1248 0 0 147 0 0 0 25 0 5 0 527698412 129806336 3763 33554432000 4194304 4356188 140736856429360 18446744073709551615 4330960 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=17615/tid=17623] ppid=17610 vsize=126764 CPUtime=1.46 cores=4-7
/proc/17615/task/17623/stat : 17623 (plingeling) R 17610 17610 17494 0 -1 4202560 909 1248 0 0 146 0 0 0 25 0 5 0 527698412 129806336 3763 33554432000 4194304 4356188 140736856429360 18446744073709551615 4281350 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=17615/tid=17624] ppid=17610 vsize=126764 CPUtime=1.45 cores=4-7
/proc/17615/task/17624/stat : 17624 (plingeling) R 17610 17610 17494 0 -1 4202560 849 1248 0 0 145 0 0 0 23 0 5 0 527698412 129806336 3763 33554432000 4194304 4356188 140736856429360 18446744073709551615 4331015 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=17615/tid=17625] ppid=17610 vsize=126764 CPUtime=1.47 cores=4-7
/proc/17615/task/17625/stat : 17625 (plingeling) R 17610 17610 17494 0 -1 4202560 867 1248 0 0 147 0 0 0 23 0 5 0 527698412 129806336 3763 33554432000 4194304 4356188 140736856429360 18446744073709551615 4331028 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 11.84
Current children cumulated vsize (KiB) 1092632

[startup+3.10054 s]
/proc/loadavg: 8.18 8.09 8.07 9/184 17625
/proc/meminfo: memFree=29946040/32951124 swapFree=67102748/67111528
[pid=17610] ppid=17608 vsize=18324 CPUtime=0 cores=0-7
/proc/17610/stat : 17610 (ppfolio) S 17608 17610 17494 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 527698409 18763776 390 33554432000 4194304 4287625 140734617995648 18446744073709551615 246516854287 0 0 4096 65536 8547797737305800703 0 0 17 6 0 0 0
/proc/17610/statm: 4581 390 341 23 0 91 0
[pid=17611] ppid=17610 vsize=35160 CPUtime=3.08 cores=0
/proc/17611/stat : 17611 (cryptominisat) R 17610 17610 17494 0 -1 4202496 5866 0 0 0 308 0 0 0 25 0 1 0 527698410 36003840 3017 33554432000 4194304 4587354 140734107857520 18446744073709551615 4388261 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/17611/statm: 8790 3017 336 96 0 5352 0
[pid=17612] ppid=17610 vsize=16016 CPUtime=3.09 cores=1
/proc/17612/stat : 17612 (clasp) R 17610 17610 17494 0 -1 4202496 1451 0 0 0 309 0 0 0 25 0 1 0 527698410 16400384 1343 33554432000 4194304 4785740 140736247335280 18446744073709551615 246516530955 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/17612/statm: 4004 1343 341 145 0 1049 0
[pid=17613] ppid=17610 vsize=456652 CPUtime=3.09 cores=2
/proc/17613/stat : 17613 (TNM) R 17610 17610 17494 0 -1 4202496 556 0 0 0 309 0 0 0 25 0 1 0 527698410 467611648 453 33554432000 134512640 134534564 4292793376 18446744073709551615 134530158 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/17613/statm: 114163 453 95 6 0 112829 0
[pid=17614] ppid=17610 vsize=8884 CPUtime=3.09 cores=3
/proc/17614/stat : 17614 (march_hi) R 17610 17610 17494 0 -1 4202496 1628 0 0 0 309 0 0 0 25 0 1 0 527698410 9097216 700 33554432000 4194304 4331988 140735558236096 18446744073709551615 4239542 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/17614/statm: 2221 700 174 34 0 663 0
[pid=17615] ppid=17610 vsize=127368 CPUtime=12.28 cores=4-7
/proc/17615/stat : 17615 (plingeling) S 17610 17610 17494 0 -1 4202496 5599 1248 0 0 1227 1 0 0 18 0 5 0 527698410 130424832 3914 33554432000 4194304 4356188 140736856429360 18446744073709551615 246528636901 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/17615/statm: 31842 3914 161 40 0 30386 0
[pid=17615/tid=17622] ppid=17610 vsize=127368 CPUtime=3.07 cores=4-7
/proc/17615/task/17622/stat : 17622 (plingeling) R 17610 17610 17494 0 -1 4202560 1110 1248 0 0 307 0 0 0 25 0 5 0 527698412 130424832 3914 33554432000 4194304 4356188 140736856429360 18446744073709551615 4331841 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=17615/tid=17623] ppid=17610 vsize=127368 CPUtime=3.06 cores=4-7
/proc/17615/task/17623/stat : 17623 (plingeling) R 17610 17610 17494 0 -1 4202560 1167 1248 0 0 306 0 0 0 25 0 5 0 527698412 130424832 3914 33554432000 4194304 4356188 140736856429360 18446744073709551615 4330982 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=17615/tid=17624] ppid=17610 vsize=127368 CPUtime=3.04 cores=4-7
/proc/17615/task/17624/stat : 17624 (plingeling) R 17610 17610 17494 0 -1 4202560 1043 1248 0 0 304 0 0 0 25 0 5 0 527698412 130424832 3914 33554432000 4194304 4356188 140736856429360 18446744073709551615 4331268 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=17615/tid=17625] ppid=17610 vsize=127368 CPUtime=3.07 cores=4-7
/proc/17615/task/17625/stat : 17625 (plingeling) R 17610 17610 17494 0 -1 4202560 1092 1248 0 0 307 0 0 0 25 0 5 0 527698412 130424832 3914 33554432000 4194304 4356188 140736856429360 18446744073709551615 4331311 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 24.63
Current children cumulated vsize (KiB) 662404

[startup+6.30095 s]
/proc/loadavg: 8.18 8.09 8.07 10/184 17625
/proc/meminfo: memFree=29941956/32951124 swapFree=67102748/67111528
[pid=17610] ppid=17608 vsize=18324 CPUtime=0 cores=0-7
/proc/17610/stat : 17610 (ppfolio) S 17608 17610 17494 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 527698409 18763776 390 33554432000 4194304 4287625 140734617995648 18446744073709551615 246516854287 0 0 4096 65536 8547797737305800703 0 0 17 6 0 0 0
/proc/17610/statm: 4581 390 341 23 0 91 0
[pid=17611] ppid=17610 vsize=469100 CPUtime=6.29 cores=0
/proc/17611/stat : 17611 (cryptominisat) R 17610 17610 17494 0 -1 4202496 7469 0 0 0 628 1 0 0 25 0 1 0 527698410 480358400 3440 33554432000 4194304 4587354 140734107857520 18446744073709551615 4238571 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/17611/statm: 117275 3440 336 96 0 113837 0
[pid=17612] ppid=17610 vsize=17292 CPUtime=6.29 cores=1
/proc/17612/stat : 17612 (clasp) R 17610 17610 17494 0 -1 4202496 1729 0 0 0 629 0 0 0 25 0 1 0 527698410 17707008 1621 33554432000 4194304 4785740 140736247335280 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/17612/statm: 4323 1621 341 145 0 1368 0
[pid=17613] ppid=17610 vsize=456652 CPUtime=6.29 cores=2
/proc/17613/stat : 17613 (TNM) R 17610 17610 17494 0 -1 4202496 556 0 0 0 629 0 0 0 25 0 1 0 527698410 467611648 453 33554432000 134512640 134534564 4292793376 18446744073709551615 134528295 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/17613/statm: 114163 453 95 6 0 112829 0
[pid=17614] ppid=17610 vsize=9264 CPUtime=6.29 cores=3
/proc/17614/stat : 17614 (march_hi) R 17610 17610 17494 0 -1 4202496 1722 0 0 0 629 0 0 0 25 0 1 0 527698410 9486336 794 33554432000 4194304 4331988 140735558236096 18446744073709551615 4210448 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/17614/statm: 2316 794 175 34 0 758 0
[pid=17615] ppid=17610 vsize=128768 CPUtime=25.06 cores=4-7
/proc/17615/stat : 17615 (plingeling) S 17610 17610 17494 0 -1 4202496 7235 1248 0 0 2505 1 0 0 18 0 5 0 527698410 131858432 4264 33554432000 4194304 4356188 140736856429360 18446744073709551615 246528636901 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/17615/statm: 32192 4264 161 40 0 30736 0
[pid=17615/tid=17622] ppid=17610 vsize=128768 CPUtime=6.27 cores=4-7
/proc/17615/task/17622/stat : 17622 (plingeling) R 17610 17610 17494 0 -1 4202560 1527 1248 0 0 627 0 0 0 25 0 5 0 527698412 131858432 4264 33554432000 4194304 4356188 140736856429360 18446744073709551615 4331984 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=17615/tid=17623] ppid=17610 vsize=128768 CPUtime=6.26 cores=4-7
/proc/17615/task/17623/stat : 17623 (plingeling) R 17610 17610 17494 0 -1 4202560 1616 1248 0 0 626 0 0 0 25 0 5 0 527698412 131858432 4264 33554432000 4194304 4356188 140736856429360 18446744073709551615 4239542 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=17615/tid=17624] ppid=17610 vsize=128768 CPUtime=6.22 cores=4-7
/proc/17615/task/17624/stat : 17624 (plingeling) R 17610 17610 17494 0 -1 4202560 1428 1248 0 0 622 0 0 0 25 0 5 0 527698412 131858432 4264 33554432000 4194304 4356188 140736856429360 18446744073709551615 4330969 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=17615/tid=17625] ppid=17610 vsize=128768 CPUtime=6.27 cores=4-7
/proc/17615/task/17625/stat : 17625 (plingeling) R 17610 17610 17494 0 -1 4202560 1477 1248 0 0 627 0 0 0 25 0 5 0 527698412 131858432 4264 33554432000 4194304 4356188 140736856429360 18446744073709551615 4332046 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 50.22
Current children cumulated vsize (KiB) 1099400

[startup+12.7008 s]
/proc/loadavg: 8.15 8.08 8.07 9/184 17625
/proc/meminfo: memFree=29928924/32951124 swapFree=67102748/67111528
[pid=17610] ppid=17608 vsize=18324 CPUtime=0 cores=0-7
/proc/17610/stat : 17610 (ppfolio) S 17608 17610 17494 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 527698409 18763776 390 33554432000 4194304 4287625 140734617995648 18446744073709551615 246516854287 0 0 4096 65536 8547797737305800703 0 0 17 6 0 0 0
/proc/17610/statm: 4581 390 341 23 0 91 0
[pid=17611] ppid=17610 vsize=474776 CPUtime=12.69 cores=0
/proc/17611/stat : 17611 (cryptominisat) R 17610 17610 17494 0 -1 4202496 12218 0 0 0 1267 2 0 0 25 0 1 0 527698410 486170624 4505 33554432000 4194304 4587354 140734107857520 18446744073709551615 4243788 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/17611/statm: 118694 4505 336 96 0 115256 0
[pid=17612] ppid=17610 vsize=18908 CPUtime=12.69 cores=1
/proc/17612/stat : 17612 (clasp) R 17610 17610 17494 0 -1 4202496 2091 0 0 0 1269 0 0 0 25 0 1 0 527698410 19361792 1983 33554432000 4194304 4785740 140736247335280 18446744073709551615 4287053 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/17612/statm: 4727 1983 341 145 0 1772 0
[pid=17613] ppid=17610 vsize=456652 CPUtime=12.69 cores=2
/proc/17613/stat : 17613 (TNM) R 17610 17610 17494 0 -1 4202496 556 0 0 0 1269 0 0 0 25 0 1 0 527698410 467611648 453 33554432000 134512640 134534564 4292793376 18446744073709551615 134528864 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/17613/statm: 114163 453 95 6 0 112829 0
[pid=17614] ppid=17610 vsize=10116 CPUtime=12.69 cores=3
/proc/17614/stat : 17614 (march_hi) R 17610 17610 17494 0 -1 4202496 1904 0 0 0 1269 0 0 0 25 0 1 0 527698410 10358784 976 33554432000 4194304 4331988 140735558236096 18446744073709551615 4315992 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/17614/statm: 2529 976 175 34 0 971 0
[pid=17615] ppid=17610 vsize=132608 CPUtime=50.62 cores=4-7
/proc/17615/stat : 17615 (plingeling) S 17610 17610 17494 0 -1 4202496 10787 1248 0 0 5061 1 0 0 18 0 5 0 527698410 135790592 5224 33554432000 4194304 4356188 140736856429360 18446744073709551615 246528636901 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/17615/statm: 33152 5224 161 40 0 31696 0
[pid=17615/tid=17622] ppid=17610 vsize=132608 CPUtime=12.67 cores=4-7
/proc/17615/task/17622/stat : 17622 (plingeling) R 17610 17610 17494 0 -1 4202560 2231 1248 0 0 1267 0 0 0 25 0 5 0 527698412 135790592 5224 33554432000 4194304 4356188 140736856429360 18446744073709551615 4330964 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=17615/tid=17623] ppid=17610 vsize=132608 CPUtime=12.66 cores=4-7
/proc/17615/task/17623/stat : 17623 (plingeling) R 17610 17610 17494 0 -1 4202560 2320 1248 0 0 1266 0 0 0 25 0 5 0 527698412 135790592 5224 33554432000 4194304 4356188 140736856429360 18446744073709551615 4332003 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=17615/tid=17624] ppid=17610 vsize=132608 CPUtime=12.58 cores=4-7
/proc/17615/task/17624/stat : 17624 (plingeling) R 17610 17610 17494 0 -1 4202560 2260 1248 0 0 1258 0 0 0 25 0 5 0 527698412 135790592 5224 33554432000 4194304 4356188 140736856429360 18446744073709551615 4332260 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=17615/tid=17625] ppid=17610 vsize=132608 CPUtime=12.67 cores=4-7
/proc/17615/task/17625/stat : 17625 (plingeling) R 17610 17610 17494 0 -1 4202560 2789 1248 0 0 1267 0 0 0 25 0 5 0 527698412 135790592 5224 33554432000 4194304 4356188 140736856429360 18446744073709551615 4238807 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 101.38
Current children cumulated vsize (KiB) 1111384

[startup+25.5004 s]
/proc/loadavg: 8.13 8.08 8.07 9/184 17626
/proc/meminfo: memFree=29910172/32951124 swapFree=67102748/67111528
[pid=17610] ppid=17608 vsize=18324 CPUtime=0 cores=0-7
/proc/17610/stat : 17610 (ppfolio) S 17608 17610 17494 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 527698409 18763776 390 33554432000 4194304 4287625 140734617995648 18446744073709551615 246516854287 0 0 4096 65536 8547797737305800703 0 0 17 6 0 0 0
/proc/17610/statm: 4581 390 341 23 0 91 0
[pid=17611] ppid=17610 vsize=482420 CPUtime=25.49 cores=0
/proc/17611/stat : 17611 (cryptominisat) R 17610 17610 17494 0 -1 4202496 18246 0 0 0 2546 3 0 0 25 0 1 0 527698410 493998080 6816 33554432000 4194304 4587354 140734107857520 18446744073709551615 4365356 0 0 4096 2 0 0 0 17 0 0 0 0

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

[pid=17613] ppid=17610 vsize=456652 CPUtime=4841.37 cores=2
/proc/17613/stat : 17613 (TNM) R 17610 17610 17494 0 -1 4202496 556 0 0 0 484135 2 0 0 25 0 1 0 527698410 467611648 453 33554432000 134512640 134534564 4292793376 18446744073709551615 3548603 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/17613/statm: 114163 453 95 6 0 112829 0
[pid=17614] ppid=17610 vsize=464384 CPUtime=4842.44 cores=3
/proc/17614/stat : 17614 (march_hi) R 17610 17610 17494 0 -1 4202496 114161 0 0 0 484155 89 0 0 25 0 1 0 527698410 475529216 113233 33554432000 4194304 4331988 140735558236096 18446744073709551615 4210416 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/17614/statm: 116096 113233 175 34 0 114538 0
[pid=17615] ppid=17610 vsize=330668 CPUtime=19342.1 cores=4-7
/proc/17615/stat : 17615 (plingeling) S 17610 17610 17494 0 -1 4202496 591923 1248 0 0 1934121 91 0 0 18 0 5 0 527698410 338604032 54739 33554432000 4194304 4356188 140736856429360 18446744073709551615 246528636901 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/17615/statm: 82667 54739 161 40 0 81211 0
[pid=17615/tid=17622] ppid=17610 vsize=330668 CPUtime=4842.43 cores=4-7
/proc/17615/task/17622/stat : 17622 (plingeling) R 17610 17610 17494 0 -1 4202560 150459 1248 0 0 484221 22 0 0 25 0 5 0 527698412 338604032 54739 33554432000 4194304 4356188 140736856429360 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=17615/tid=17623] ppid=17610 vsize=330668 CPUtime=4841.93 cores=4-7
/proc/17615/task/17623/stat : 17623 (plingeling) R 17610 17610 17494 0 -1 4202560 145588 1248 0 0 484170 23 0 0 25 0 5 0 527698412 338604032 54739 33554432000 4194304 4356188 140736856429360 18446744073709551615 4330999 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=17615/tid=17624] ppid=17610 vsize=330668 CPUtime=4815.97 cores=4-7
/proc/17615/task/17624/stat : 17624 (plingeling) R 17610 17610 17494 0 -1 4202560 151736 1248 0 0 481575 22 0 0 25 0 5 0 527698412 338604032 54739 33554432000 4194304 4356188 140736856429360 18446744073709551615 4331335 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=17615/tid=17625] ppid=17610 vsize=330668 CPUtime=4841.76 cores=4-7
/proc/17615/task/17625/stat : 17625 (plingeling) R 17610 17610 17494 0 -1 4202560 142953 1248 0 0 484153 23 0 0 25 0 5 0 527698412 338604032 54739 33554432000 4194304 4356188 140736856429360 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 38710.8
Current children cumulated vsize (KiB) 1525588

[startup+4902.3 s]
/proc/loadavg: 8.08 8.12 8.09 9/184 17780
/proc/meminfo: memFree=29185580/32951124 swapFree=67102748/67111528
[pid=17610] ppid=17608 vsize=18324 CPUtime=0 cores=0-7
/proc/17610/stat : 17610 (ppfolio) S 17608 17610 17494 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 527698409 18763776 390 33554432000 4194304 4287625 140734617995648 18446744073709551615 246516854287 0 0 4096 65536 8547797737305800703 0 0 17 6 0 0 0
/proc/17610/statm: 4581 390 341 23 0 91 0
[pid=17611] ppid=17610 vsize=104596 CPUtime=4902.42 cores=0
/proc/17611/stat : 17611 (cryptominisat) R 17610 17610 17494 0 -1 4202496 256936 0 0 0 490136 106 0 0 25 0 1 0 527698410 107106304 22773 33554432000 4194304 4587354 140734107857520 18446744073709551615 4238418 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/17611/statm: 26149 22773 336 96 0 22711 0
[pid=17612] ppid=17610 vsize=58928 CPUtime=4902.42 cores=1
/proc/17612/stat : 17612 (clasp) R 17610 17610 17494 0 -1 4202496 12628 0 0 0 490239 3 0 0 25 0 1 0 527698410 60342272 10468 33554432000 4194304 4785740 140736247335280 18446744073709551615 4287013 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/17612/statm: 14732 10468 341 145 0 11777 0
[pid=17613] ppid=17610 vsize=456652 CPUtime=4901.36 cores=2
/proc/17613/stat : 17613 (TNM) R 17610 17610 17494 0 -1 4202496 556 0 0 0 490134 2 0 0 25 0 1 0 527698410 467611648 453 33554432000 134512640 134534564 4292793376 18446744073709551615 134528864 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/17613/statm: 114163 453 95 6 0 112829 0
[pid=17614] ppid=17610 vsize=464384 CPUtime=4902.44 cores=3
/proc/17614/stat : 17614 (march_hi) R 17610 17610 17494 0 -1 4202496 115350 0 0 0 490154 90 0 0 25 0 1 0 527698410 475529216 114422 33554432000 4194304 4331988 140735558236096 18446744073709551615 4299324 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/17614/statm: 116096 114422 175 34 0 114538 0
[pid=17615] ppid=17610 vsize=313260 CPUtime=19581.8 cores=4-7
/proc/17615/stat : 17615 (plingeling) S 17610 17610 17494 0 -1 4202496 596659 1248 0 0 1958086 92 0 0 18 0 5 0 527698410 320778240 50387 33554432000 4194304 4356188 140736856429360 18446744073709551615 246528636901 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/17615/statm: 78315 50387 161 40 0 76859 0
[pid=17615/tid=17622] ppid=17610 vsize=313260 CPUtime=4902.42 cores=4-7
/proc/17615/task/17622/stat : 17622 (plingeling) R 17610 17610 17494 0 -1 4202560 150715 1248 0 0 490220 22 0 0 25 0 5 0 527698412 320778240 50387 33554432000 4194304 4356188 140736856429360 18446744073709551615 4331062 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=17615/tid=17623] ppid=17610 vsize=313260 CPUtime=4901.92 cores=4-7
/proc/17615/task/17623/stat : 17623 (plingeling) R 17610 17610 17494 0 -1 4202560 146868 1248 0 0 490169 23 0 0 25 0 5 0 527698412 320778240 50387 33554432000 4194304 4356188 140736856429360 18446744073709551615 4330964 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=17615/tid=17624] ppid=17610 vsize=313260 CPUtime=4875.64 cores=4-7
/proc/17615/task/17624/stat : 17624 (plingeling) R 17610 17610 17494 0 -1 4202560 153144 1248 0 0 487542 22 0 0 25 0 5 0 527698412 320778240 50387 33554432000 4194304 4356188 140736856429360 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=17615/tid=17625] ppid=17610 vsize=313260 CPUtime=4901.75 cores=4-7
/proc/17615/task/17625/stat : 17625 (plingeling) R 17610 17610 17494 0 -1 4202560 144745 1248 0 0 490152 23 0 0 25 0 5 0 527698412 320778240 50387 33554432000 4194304 4356188 140736856429360 18446744073709551615 4281627 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 39190.4
Current children cumulated vsize (KiB) 1416144

[startup+4962.3 s]
/proc/loadavg: 8.07 8.11 8.09 9/184 17781
/proc/meminfo: memFree=29153568/32951124 swapFree=67102748/67111528
[pid=17610] ppid=17608 vsize=18324 CPUtime=0 cores=0-7
/proc/17610/stat : 17610 (ppfolio) S 17608 17610 17494 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 527698409 18763776 390 33554432000 4194304 4287625 140734617995648 18446744073709551615 246516854287 0 0 4096 65536 8547797737305800703 0 0 17 6 0 0 0
/proc/17610/statm: 4581 390 341 23 0 91 0
[pid=17611] ppid=17610 vsize=123140 CPUtime=4962.42 cores=0
/proc/17611/stat : 17611 (cryptominisat) R 17610 17610 17494 0 -1 4202496 260435 0 0 0 496135 107 0 0 25 0 1 0 527698410 126095360 24990 33554432000 4194304 4587354 140734107857520 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/17611/statm: 30785 24990 336 96 0 27347 0
[pid=17612] ppid=17610 vsize=59216 CPUtime=4962.42 cores=1
/proc/17612/stat : 17612 (clasp) R 17610 17610 17494 0 -1 4202496 12677 0 0 0 496239 3 0 0 25 0 1 0 527698410 60637184 10517 33554432000 4194304 4785740 140736247335280 18446744073709551615 4553396 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/17612/statm: 14804 10517 341 145 0 11849 0
[pid=17613] ppid=17610 vsize=456652 CPUtime=4961.36 cores=2
/proc/17613/stat : 17613 (TNM) R 17610 17610 17494 0 -1 4202496 556 0 0 0 496134 2 0 0 25 0 1 0 527698410 467611648 453 33554432000 134512640 134534564 4292793376 18446744073709551615 134528708 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/17613/statm: 114163 453 95 6 0 112829 0
[pid=17614] ppid=17610 vsize=696424 CPUtime=4962.44 cores=3
/proc/17614/stat : 17614 (march_hi) R 17610 17610 17494 0 -1 4202496 116747 0 0 0 496153 91 0 0 25 0 1 0 527698410 713138176 115819 33554432000 4194304 4331988 140735558236096 18446744073709551615 4299299 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/17614/statm: 174106 115819 175 34 0 172548 0
[pid=17615] ppid=17610 vsize=333228 CPUtime=19821.4 cores=4-7
/proc/17615/stat : 17615 (plingeling) S 17610 17610 17494 0 -1 4202496 601651 1248 0 0 1982052 93 0 0 18 0 5 0 527698410 341225472 55379 33554432000 4194304 4356188 140736856429360 18446744073709551615 246528636901 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/17615/statm: 83307 55379 161 40 0 81851 0
[pid=17615/tid=17622] ppid=17610 vsize=333228 CPUtime=4962.42 cores=4-7
/proc/17615/task/17622/stat : 17622 (plingeling) R 17610 17610 17494 0 -1 4202560 152763 1248 0 0 496220 22 0 0 25 0 5 0 527698412 341225472 55379 33554432000 4194304 4356188 140736856429360 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=17615/tid=17623] ppid=17610 vsize=333228 CPUtime=4961.92 cores=4-7
/proc/17615/task/17623/stat : 17623 (plingeling) R 17610 17610 17494 0 -1 4202560 147828 1248 0 0 496168 24 0 0 25 0 5 0 527698412 341225472 55379 33554432000 4194304 4356188 140736856429360 18446744073709551615 4331055 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=17615/tid=17624] ppid=17610 vsize=333228 CPUtime=4935.31 cores=4-7
/proc/17615/task/17624/stat : 17624 (plingeling) R 17610 17610 17494 0 -1 4202560 154104 1248 0 0 493509 22 0 0 25 0 5 0 527698412 341225472 55379 33554432000 4194304 4356188 140736856429360 18446744073709551615 4330964 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=17615/tid=17625] ppid=17610 vsize=333228 CPUtime=4961.76 cores=4-7
/proc/17615/task/17625/stat : 17625 (plingeling) R 17610 17610 17494 0 -1 4202560 145769 1248 0 0 496153 23 0 0 25 0 5 0 527698412 341225472 55379 33554432000 4194304 4356188 140736856429360 18446744073709551615 4331350 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 39670.1
Current children cumulated vsize (KiB) 1686984



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+5000 s]
/proc/loadavg: 8.24 8.14 8.10 9/184 17782
/proc/meminfo: memFree=29152680/32951124 swapFree=67102748/67111528
[pid=17610] ppid=17608 vsize=18324 CPUtime=0 cores=0-7
/proc/17610/stat : 17610 (ppfolio) S 17608 17610 17494 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 527698409 18763776 390 33554432000 4194304 4287625 140734617995648 18446744073709551615 246516854287 0 0 4096 65536 8547797737305800703 0 0 17 6 0 0 0
/proc/17610/statm: 4581 390 341 23 0 91 0
[pid=17611] ppid=17610 vsize=123140 CPUtime=5000.13 cores=0
/proc/17611/stat : 17611 (cryptominisat) R 17610 17610 17494 0 -1 4202496 262344 0 0 0 499905 108 0 0 25 0 1 0 527698410 126095360 26844 33554432000 4194304 4587354 140734107857520 18446744073709551615 4238755 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/17611/statm: 30785 26844 336 96 0 27347 0
[pid=17612] ppid=17610 vsize=59216 CPUtime=5000.13 cores=1
/proc/17612/stat : 17612 (clasp) R 17610 17610 17494 0 -1 4202496 12677 0 0 0 500010 3 0 0 25 0 1 0 527698410 60637184 10517 33554432000 4194304 4785740 140736247335280 18446744073709551615 4553437 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/17612/statm: 14804 10517 341 145 0 11849 0
[pid=17613] ppid=17610 vsize=456652 CPUtime=4999.07 cores=2
/proc/17613/stat : 17613 (TNM) R 17610 17610 17494 0 -1 4202496 556 0 0 0 499905 2 0 0 25 0 1 0 527698410 467611648 453 33554432000 134512640 134534564 4292793376 18446744073709551615 134528483 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/17613/statm: 114163 453 95 6 0 112829 0
[pid=17614] ppid=17610 vsize=696424 CPUtime=5000.15 cores=3
/proc/17614/stat : 17614 (march_hi) R 17610 17610 17494 0 -1 4202496 117537 0 0 0 499923 92 0 0 25 0 1 0 527698410 713138176 116609 33554432000 4194304 4331988 140735558236096 18446744073709551615 4299264 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/17614/statm: 174106 116609 175 34 0 172548 0
[pid=17615] ppid=17610 vsize=321452 CPUtime=19972.1 cores=4-7
/proc/17615/stat : 17615 (plingeling) S 17610 17610 17494 0 -1 4202496 605491 1248 0 0 1997113 94 0 0 18 0 5 0 527698410 329166848 52435 33554432000 4194304 4356188 140736856429360 18446744073709551615 246528636901 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/17615/statm: 80363 52435 161 40 0 78907 0
[pid=17615/tid=17622] ppid=17610 vsize=321452 CPUtime=5000.13 cores=4-7
/proc/17615/task/17622/stat : 17622 (plingeling) R 17610 17610 17494 0 -1 4202560 152763 1248 0 0 499990 23 0 0 25 0 5 0 527698412 329166848 52435 33554432000 4194304 4356188 140736856429360 18446744073709551615 4331170 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=17615/tid=17623] ppid=17610 vsize=321452 CPUtime=4999.62 cores=4-7
/proc/17615/task/17623/stat : 17623 (plingeling) R 17610 17610 17494 0 -1 4202560 149108 1248 0 0 499938 24 0 0 25 0 5 0 527698412 329166848 52435 33554432000 4194304 4356188 140736856429360 18446744073709551615 4331151 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=17615/tid=17624] ppid=17610 vsize=321452 CPUtime=4972.8 cores=4-7
/proc/17615/task/17624/stat : 17624 (plingeling) R 17610 17610 17494 0 -1 4202560 155384 1248 0 0 497258 22 0 0 25 0 5 0 527698412 329166848 52435 33554432000 4194304 4356188 140736856429360 18446744073709551615 4331350 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=17615/tid=17625] ppid=17610 vsize=321452 CPUtime=4999.47 cores=4-7
/proc/17615/task/17625/stat : 17625 (plingeling) R 17610 17610 17494 0 -1 4202560 147049 1248 0 0 499923 24 0 0 25 0 5 0 527698412 329166848 52435 33554432000 4194304 4356188 140736856429360 18446744073709551615 4330986 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 39971.6
Current children cumulated vsize (KiB) 1675208

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

[startup+5000 s]
/proc/loadavg: 8.24 8.14 8.10 9/184 17782
/proc/meminfo: memFree=29152680/32951124 swapFree=67102748/67111528
[pid=17610] ppid=17608 vsize=18324 CPUtime=0 cores=0-7
/proc/17610/stat : 17610 (ppfolio) S 17608 17610 17494 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 527698409 18763776 390 33554432000 4194304 4287625 140734617995648 18446744073709551615 246516854287 0 0 4096 65536 8547797737305800703 0 0 17 6 0 0 0
/proc/17610/statm: 4581 390 341 23 0 91 0
[pid=17611] ppid=17610 vsize=123140 CPUtime=5000.13 cores=0
/proc/17611/stat : 17611 (cryptominisat) R 17610 17610 17494 0 -1 4202496 262344 0 0 0 499905 108 0 0 25 0 1 0 527698410 126095360 26844 33554432000 4194304 4587354 140734107857520 18446744073709551615 4238755 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/17611/statm: 30785 26844 336 96 0 27347 0
[pid=17612] ppid=17610 vsize=59216 CPUtime=5000.13 cores=1
/proc/17612/stat : 17612 (clasp) R 17610 17610 17494 0 -1 4202496 12677 0 0 0 500010 3 0 0 25 0 1 0 527698410 60637184 10517 33554432000 4194304 4785740 140736247335280 18446744073709551615 4553437 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/17612/statm: 14804 10517 341 145 0 11849 0
[pid=17613] ppid=17610 vsize=456652 CPUtime=4999.07 cores=2
/proc/17613/stat : 17613 (TNM) R 17610 17610 17494 0 -1 4202496 556 0 0 0 499905 2 0 0 25 0 1 0 527698410 467611648 453 33554432000 134512640 134534564 4292793376 18446744073709551615 134528483 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/17613/statm: 114163 453 95 6 0 112829 0
[pid=17614] ppid=17610 vsize=696424 CPUtime=5000.15 cores=3
/proc/17614/stat : 17614 (march_hi) R 17610 17610 17494 0 -1 4202496 117537 0 0 0 499923 92 0 0 25 0 1 0 527698410 713138176 116609 33554432000 4194304 4331988 140735558236096 18446744073709551615 4299264 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/17614/statm: 174106 116609 175 34 0 172548 0
[pid=17615] ppid=17610 vsize=321452 CPUtime=19972.1 cores=4-7
/proc/17615/stat : 17615 (plingeling) S 17610 17610 17494 0 -1 4202496 605491 1248 0 0 1997113 94 0 0 18 0 5 0 527698410 329166848 52435 33554432000 4194304 4356188 140736856429360 18446744073709551615 246528636901 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/17615/statm: 80363 52435 161 40 0 78907 0
[pid=17615/tid=17622] ppid=17610 vsize=321452 CPUtime=5000.13 cores=4-7
/proc/17615/task/17622/stat : 17622 (plingeling) R 17610 17610 17494 0 -1 4202560 152763 1248 0 0 499990 23 0 0 25 0 5 0 527698412 329166848 52435 33554432000 4194304 4356188 140736856429360 18446744073709551615 4331170 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=17615/tid=17623] ppid=17610 vsize=321452 CPUtime=4999.62 cores=4-7
/proc/17615/task/17623/stat : 17623 (plingeling) R 17610 17610 17494 0 -1 4202560 149108 1248 0 0 499938 24 0 0 25 0 5 0 527698412 329166848 52435 33554432000 4194304 4356188 140736856429360 18446744073709551615 4331151 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=17615/tid=17624] ppid=17610 vsize=321452 CPUtime=4972.8 cores=4-7
/proc/17615/task/17624/stat : 17624 (plingeling) R 17610 17610 17494 0 -1 4202560 155384 1248 0 0 497258 22 0 0 25 0 5 0 527698412 329166848 52435 33554432000 4194304 4356188 140736856429360 18446744073709551615 4331350 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=17615/tid=17625] ppid=17610 vsize=321452 CPUtime=4999.47 cores=4-7
/proc/17615/task/17625/stat : 17625 (plingeling) R 17610 17610 17494 0 -1 4202560 147049 1248 0 0 499923 24 0 0 25 0 5 0 527698412 329166848 52435 33554432000 4194304 4356188 140736856429360 18446744073709551615 4330986 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 39971.6
Current children cumulated vsize (KiB) 1675208

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 17610 and gives
#  childrusage.ru_utime.tv_sec=14998
#  childrusage.ru_utime.tv_usec=215924
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=165822
# CPU time returned by wait4() is 14999.4
# while last known CPU time is 39971.6
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 5000.02
CPU time (s): 39971.6
CPU user time (s): 39968.6
CPU system time (s): 2.99
CPU usage (%): 799.428
Max. virtual memory (cumulated for all children) (KiB): 7615984

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 14998.2
system time used= 1.16582
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 276113
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= 844
involuntary context switches= 31526

runsolver used 7.85281 second user time and 19.43 second system time

The end

Launcher Data

Begin job on node134 at 2011-04-30 12:56:42
IDJOB=3221151
IDBENCH=82875
IDSOLVER=1638
FILE ID=node134/3221151-1304161002
RUNJOBID= node134-1304160700-17508
PBS_JOBID= 13170924
Free space on /tmp= 72512 MiB

SOLVER NAME= ppfolio par
BENCH NAME= SAT11/random/medium/unif-k7-r89-v80-c7120-S199880667-010.UNKNOWN.cnf
COMMAND LINE= ppfolio BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3221151-1304161002/watcher-3221151-1304161002 -o /tmp/evaluation-result-3221151-1304161002/solver-3221151-1304161002 -C 40000 -W 5000 -M 31000  ppfolio HOME/instance-3221151-1304161002.cnf

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

MD5SUM BENCH= 3919f50518b71f2cf8a267b92efd9aeb
RANDOM SEED=416403050

node134.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.831
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.66
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.831
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.67
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.831
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.83
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.831
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	: 7186.06
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.831
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.80
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.831
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.831
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.831
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.84
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      29980152 kB
Buffers:       1031124 kB
Cached:        1480224 kB
SwapCached:       4600 kB
Active:         211936 kB
Inactive:      2359036 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      29980152 kB
SwapTotal:    67111528 kB
SwapFree:     67102748 kB
Dirty:           10140 kB
Writeback:           0 kB
AnonPages:       56484 kB
Mapped:          14804 kB
Slab:           335364 kB
PageTables:       4528 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   185236 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 72500 MiB
End job on node134 at 2011-04-30 14:20:04