Trace number 3221955

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) 39972.4 5000.02

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v650-c2769-S216164582-083.UNKNOWN.cnf
MD5SUMac87980bdfffc015f316143175a762b6
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 variables650
Number of clauses2769
Sum of the clauses size8307
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 32769
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

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-3221955-1304162966/watcher-3221955-1304162966 -o /tmp/evaluation-result-3221955-1304162966/solver-3221955-1304162966 -C 40000 -W 5000 -M 31000 ppfolio HOME/instance-3221955-1304162966.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: 7.41 7.88 7.96 1/170 10699
/proc/meminfo: memFree=28988152/32951124 swapFree=67111356/67111528
[pid=10699] ppid=10697 vsize=18324 CPUtime=0 cores=0-7
/proc/10699/stat : 10699 (ppfolio) S 10697 10699 10232 0 -1 4202496 519 0 0 0 0 0 0 0 25 0 1 0 527894346 18763776 389 33554432000 4194304 4287625 140736542096352 18446744073709551615 218905751055 0 0 4096 65536 3267009965109280767 0 0 17 6 0 0 0
/proc/10699/statm: 4581 389 341 23 0 91 0

[startup+0.813873 s]
/proc/loadavg: 7.41 7.88 7.96 1/170 10699
/proc/meminfo: memFree=28988152/32951124 swapFree=67111356/67111528
[pid=10699] ppid=10697 vsize=18324 CPUtime=0 cores=0-7
/proc/10699/stat : 10699 (ppfolio) S 10697 10699 10232 0 -1 4202496 519 0 0 0 0 0 0 0 22 0 1 0 527894346 18763776 389 33554432000 4194304 4287625 140736542096352 18446744073709551615 218905751055 0 0 4096 65536 3267009965109280767 0 0 17 6 0 0 0
/proc/10699/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.900596 s]
/proc/loadavg: 7.41 7.88 7.96 1/170 10699
/proc/meminfo: memFree=28988152/32951124 swapFree=67111356/67111528
[pid=10699] ppid=10697 vsize=18324 CPUtime=0 cores=0-7
/proc/10699/stat : 10699 (ppfolio) S 10697 10699 10232 0 -1 4202496 519 0 0 0 0 0 0 0 22 0 1 0 527894346 18763776 389 33554432000 4194304 4287625 140736542096352 18446744073709551615 218905751055 0 0 4096 65536 3267009965109280767 0 0 17 6 0 0 0
/proc/10699/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.00058 s]
/proc/loadavg: 7.41 7.88 7.96 1/170 10699
/proc/meminfo: memFree=28988152/32951124 swapFree=67111356/67111528
[pid=10699] ppid=10697 vsize=18324 CPUtime=0 cores=0-7
/proc/10699/stat : 10699 (ppfolio) S 10697 10699 10232 0 -1 4202496 519 0 0 0 0 0 0 0 22 0 1 0 527894346 18763776 389 33554432000 4194304 4287625 140736542096352 18446744073709551615 218905751055 0 0 4096 65536 3267009965109280767 0 0 17 6 0 0 0
/proc/10699/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.10056 s]
/proc/loadavg: 7.41 7.88 7.96 1/170 10699
/proc/meminfo: memFree=28988152/32951124 swapFree=67111356/67111528
[pid=10699] ppid=10697 vsize=18324 CPUtime=0 cores=0-7
/proc/10699/stat : 10699 (ppfolio) S 10697 10699 10232 0 -1 4202496 519 0 0 0 0 0 0 0 22 0 1 0 527894346 18763776 389 33554432000 4194304 4287625 140736542096352 18446744073709551615 218905751055 0 0 4096 65536 3267009965109280767 0 0 17 6 0 0 0
/proc/10699/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.50049 s]
/proc/loadavg: 7.41 7.88 7.96 1/170 10699
/proc/meminfo: memFree=28988152/32951124 swapFree=67111356/67111528
[pid=10699] ppid=10697 vsize=18324 CPUtime=0 cores=0-7
/proc/10699/stat : 10699 (ppfolio) S 10697 10699 10232 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 527894346 18763776 389 33554432000 4194304 4287625 140736542096352 18446744073709551615 218905751055 0 0 4096 65536 3267009965109280767 0 0 17 6 0 0 0
/proc/10699/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+3.1012 s]
/proc/loadavg: 7.41 7.88 7.96 9/180 10714
/proc/meminfo: memFree=28962776/32951124 swapFree=67111356/67111528
[pid=10699] ppid=10697 vsize=18324 CPUtime=0 cores=0-7
/proc/10699/stat : 10699 (ppfolio) S 10697 10699 10232 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 527894346 18763776 389 33554432000 4194304 4287625 140736542096352 18446744073709551615 218905751055 0 0 4096 65536 3267009965109280767 0 0 17 6 0 0 0
/proc/10699/statm: 4581 389 341 23 0 91 0
[pid=10700] ppid=10699 vsize=426364 CPUtime=3.09 cores=0
/proc/10700/stat : 10700 (cryptominisat) R 10699 10699 10232 0 -1 4202496 4783 0 0 0 309 0 0 0 25 0 1 0 527894346 436596736 2542 33554432000 4194304 4587354 140735291117328 18446744073709551615 4238406 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/10700/statm: 106591 2542 337 96 0 103153 0
[pid=10701] ppid=10699 vsize=15112 CPUtime=3.09 cores=1
/proc/10701/stat : 10701 (clasp) R 10699 10699 10232 0 -1 4202496 1246 0 0 0 309 0 0 0 25 0 1 0 527894346 15474688 1133 33554432000 4194304 4785740 140735678111120 18446744073709551615 4553440 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/10701/statm: 3778 1133 340 145 0 823 0
[pid=10702] ppid=10699 vsize=455960 CPUtime=3.09 cores=2
/proc/10702/stat : 10702 (TNM) R 10699 10699 10232 0 -1 4202496 365 0 0 0 309 0 0 0 25 0 1 0 527894347 466903040 262 33554432000 134512640 134534564 4287501056 18446744073709551615 134528288 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/10702/statm: 113990 262 95 6 0 112656 0
[pid=10703] ppid=10699 vsize=9044 CPUtime=3.09 cores=3
/proc/10703/stat : 10703 (march_hi) R 10699 10699 10232 0 -1 4202496 811 0 0 0 309 0 0 0 25 0 1 0 527894347 9261056 704 33554432000 4194304 4331988 140735307673536 18446744073709551615 4316594 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/10703/statm: 2261 704 173 34 0 703 0
[pid=10704] ppid=10699 vsize=123352 CPUtime=12.34 cores=4-7
/proc/10704/stat : 10704 (plingeling) S 10699 10699 10232 0 -1 4202496 4273 1256 0 0 1234 0 0 0 19 0 5 0 527894347 126312448 2931 33554432000 4194304 4356188 140737473244784 18446744073709551615 218917533669 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/10704/statm: 30838 2931 164 40 0 29382 0
[pid=10704/tid=10711] ppid=10699 vsize=123352 CPUtime=3.08 cores=4-7
/proc/10704/task/10711/stat : 10711 (plingeling) R 10699 10699 10232 0 -1 4202560 790 1256 0 0 308 0 0 0 25 0 5 0 527894347 126312448 2931 33554432000 4194304 4356188 140737473244784 18446744073709551615 4284039 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=10704/tid=10712] ppid=10699 vsize=123352 CPUtime=3.08 cores=4-7
/proc/10704/task/10712/stat : 10712 (plingeling) R 10699 10699 10232 0 -1 4202560 1022 1256 0 0 308 0 0 0 25 0 5 0 527894347 126312448 2931 33554432000 4194304 4356188 140737473244784 18446744073709551615 4331264 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=10704/tid=10713] ppid=10699 vsize=123352 CPUtime=3.07 cores=4-7
/proc/10704/task/10713/stat : 10713 (plingeling) R 10699 10699 10232 0 -1 4202560 951 1256 0 0 307 0 0 0 25 0 5 0 527894347 126312448 2931 33554432000 4194304 4356188 140737473244784 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=10704/tid=10714] ppid=10699 vsize=123352 CPUtime=3.08 cores=4-7
/proc/10704/task/10714/stat : 10714 (plingeling) R 10699 10699 10232 0 -1 4202560 980 1256 0 0 308 0 0 0 25 0 5 0 527894347 126312448 2931 33554432000 4194304 4356188 140737473244784 18446744073709551615 4279640 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 24.7
Current children cumulated vsize (KiB) 1048156

[startup+6.30662 s]
/proc/loadavg: 7.46 7.89 7.96 9/180 10714
/proc/meminfo: memFree=28958816/32951124 swapFree=67111356/67111528
[pid=10699] ppid=10697 vsize=18324 CPUtime=0 cores=0-7
/proc/10699/stat : 10699 (ppfolio) S 10697 10699 10232 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 527894346 18763776 389 33554432000 4194304 4287625 140736542096352 18446744073709551615 218905751055 0 0 4096 65536 3267009965109280767 0 0 17 6 0 0 0
/proc/10699/statm: 4581 389 341 23 0 91 0
[pid=10700] ppid=10699 vsize=428384 CPUtime=6.29 cores=0
/proc/10700/stat : 10700 (cryptominisat) R 10699 10699 10232 0 -1 4202496 7205 0 0 0 628 1 0 0 25 0 1 0 527894346 438665216 2621 33554432000 4194304 4587354 140735291117328 18446744073709551615 4230176 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/10700/statm: 107096 2621 337 96 0 103658 0
[pid=10701] ppid=10699 vsize=16208 CPUtime=6.3 cores=1
/proc/10701/stat : 10701 (clasp) R 10699 10699 10232 0 -1 4202496 1518 0 0 0 630 0 0 0 25 0 1 0 527894346 16596992 1405 33554432000 4194304 4785740 140735678111120 18446744073709551615 4416768 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/10701/statm: 4052 1405 340 145 0 1097 0
[pid=10702] ppid=10699 vsize=455960 CPUtime=6.29 cores=2
/proc/10702/stat : 10702 (TNM) R 10699 10699 10232 0 -1 4202496 365 0 0 0 629 0 0 0 25 0 1 0 527894347 466903040 262 33554432000 134512640 134534564 4287501056 18446744073709551615 134528988 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/10702/statm: 113990 262 95 6 0 112656 0
[pid=10703] ppid=10699 vsize=9384 CPUtime=6.29 cores=3
/proc/10703/stat : 10703 (march_hi) R 10699 10699 10232 0 -1 4202496 942 0 0 0 629 0 0 0 25 0 1 0 527894347 9609216 835 33554432000 4194304 4331988 140735307673536 18446744073709551615 4229777 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/10703/statm: 2346 835 173 34 0 788 0
[pid=10704] ppid=10699 vsize=124920 CPUtime=25.15 cores=4-7
/proc/10704/stat : 10704 (plingeling) S 10699 10699 10232 0 -1 4202496 6969 1256 0 0 2514 1 0 0 19 0 5 0 527894347 127918080 3323 33554432000 4194304 4356188 140737473244784 18446744073709551615 218917533669 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/10704/statm: 31230 3323 164 40 0 29774 0
[pid=10704/tid=10711] ppid=10699 vsize=124920 CPUtime=6.29 cores=4-7
/proc/10704/task/10711/stat : 10711 (plingeling) R 10699 10699 10232 0 -1 4202560 1433 1256 0 0 629 0 0 0 25 0 5 0 527894347 127918080 3323 33554432000 4194304 4356188 140737473244784 18446744073709551615 4234306 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=10704/tid=10712] ppid=10699 vsize=124920 CPUtime=6.29 cores=4-7
/proc/10704/task/10712/stat : 10712 (plingeling) R 10699 10699 10232 0 -1 4202560 1663 1256 0 0 629 0 0 0 25 0 5 0 527894347 127918080 3323 33554432000 4194304 4356188 140737473244784 18446744073709551615 4279711 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=10704/tid=10713] ppid=10699 vsize=124920 CPUtime=6.26 cores=4-7
/proc/10704/task/10713/stat : 10713 (plingeling) R 10699 10699 10232 0 -1 4202560 1657 1256 0 0 626 0 0 0 25 0 5 0 527894347 127918080 3323 33554432000 4194304 4356188 140737473244784 18446744073709551615 4331345 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=10704/tid=10714] ppid=10699 vsize=124920 CPUtime=6.29 cores=4-7
/proc/10704/task/10714/stat : 10714 (plingeling) R 10699 10699 10232 0 -1 4202560 1686 1256 0 0 629 0 0 0 25 0 5 0 527894347 127918080 3323 33554432000 4194304 4356188 140737473244784 18446744073709551615 4331055 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 50.32
Current children cumulated vsize (KiB) 1053180

[startup+12.7005 s]
/proc/loadavg: 7.50 7.89 7.96 9/180 10714
/proc/meminfo: memFree=28945084/32951124 swapFree=67111356/67111528
[pid=10699] ppid=10697 vsize=18324 CPUtime=0 cores=0-7
/proc/10699/stat : 10699 (ppfolio) S 10697 10699 10232 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 527894346 18763776 389 33554432000 4194304 4287625 140736542096352 18446744073709551615 218905751055 0 0 4096 65536 3267009965109280767 0 0 17 6 0 0 0
/proc/10699/statm: 4581 389 341 23 0 91 0
[pid=10700] ppid=10699 vsize=435748 CPUtime=12.69 cores=0
/proc/10700/stat : 10700 (cryptominisat) R 10699 10699 10232 0 -1 4202496 11501 0 0 0 1267 2 0 0 25 0 1 0 527894346 446205952 3613 33554432000 4194304 4587354 140735291117328 18446744073709551615 4238647 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/10700/statm: 108937 3613 337 96 0 105499 0
[pid=10701] ppid=10699 vsize=17728 CPUtime=12.69 cores=1
/proc/10701/stat : 10701 (clasp) R 10699 10699 10232 0 -1 4202496 1872 0 0 0 1269 0 0 0 25 0 1 0 527894346 18153472 1759 33554432000 4194304 4785740 140735678111120 18446744073709551615 4287042 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/10701/statm: 4432 1759 340 145 0 1477 0
[pid=10702] ppid=10699 vsize=455960 CPUtime=12.69 cores=2
/proc/10702/stat : 10702 (TNM) R 10699 10699 10232 0 -1 4202496 365 0 0 0 1269 0 0 0 25 0 1 0 527894347 466903040 262 33554432000 134512640 134534564 4287501056 18446744073709551615 134529872 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/10702/statm: 113990 262 95 6 0 112656 0
[pid=10703] ppid=10699 vsize=11048 CPUtime=12.69 cores=3
/proc/10703/stat : 10703 (march_hi) R 10699 10699 10232 0 -1 4202496 1225 0 0 0 1269 0 0 0 25 0 1 0 527894347 11313152 1076 33554432000 4194304 4331988 140735307673536 18446744073709551615 4211525 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/10703/statm: 2762 1076 173 34 0 1204 0
[pid=10704] ppid=10699 vsize=131352 CPUtime=50.68 cores=4-7
/proc/10704/stat : 10704 (plingeling) S 10699 10699 10232 0 -1 4202496 12129 1256 0 0 5067 1 0 0 19 0 5 0 527894347 134504448 4931 33554432000 4194304 4356188 140737473244784 18446744073709551615 218917533669 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/10704/statm: 32838 4931 164 40 0 31382 0
[pid=10704/tid=10711] ppid=10699 vsize=131352 CPUtime=12.68 cores=4-7
/proc/10704/task/10711/stat : 10711 (plingeling) R 10699 10699 10232 0 -1 4202560 2843 1256 0 0 1268 0 0 0 25 0 5 0 527894347 134504448 4931 33554432000 4194304 4356188 140737473244784 18446744073709551615 4332046 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=10704/tid=10712] ppid=10699 vsize=131352 CPUtime=12.68 cores=4-7
/proc/10704/task/10712/stat : 10712 (plingeling) R 10699 10699 10232 0 -1 4202560 2850 1256 0 0 1268 0 0 0 25 0 5 0 527894347 134504448 4931 33554432000 4194304 4356188 140737473244784 18446744073709551615 4332046 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=10704/tid=10713] ppid=10699 vsize=131352 CPUtime=12.62 cores=4-7
/proc/10704/task/10713/stat : 10713 (plingeling) R 10699 10699 10232 0 -1 4202560 2843 1256 0 0 1262 0 0 0 25 0 5 0 527894347 134504448 4931 33554432000 4194304 4356188 140737473244784 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=10704/tid=10714] ppid=10699 vsize=131352 CPUtime=12.68 cores=4-7
/proc/10704/task/10714/stat : 10714 (plingeling) R 10699 10699 10232 0 -1 4202560 3063 1256 0 0 1268 0 0 0 25 0 5 0 527894347 134504448 4931 33554432000 4194304 4356188 140737473244784 18446744073709551615 4331407 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 101.44
Current children cumulated vsize (KiB) 1070160

[startup+25.5011 s]
/proc/loadavg: 7.61 7.89 7.96 9/180 10715
/proc/meminfo: memFree=28936116/32951124 swapFree=67111356/67111528
[pid=10699] ppid=10697 vsize=18324 CPUtime=0 cores=0-7
/proc/10699/stat : 10699 (ppfolio) S 10697 10699 10232 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 527894346 18763776 389 33554432000 4194304 4287625 140736542096352 18446744073709551615 218905751055 0 0 4096 65536 3267009965109280767 0 0 17 6 0 0 0
/proc/10699/statm: 4581 389 341 23 0 91 0
[pid=10700] ppid=10699 vsize=441648 CPUtime=25.49 cores=0
/proc/10700/stat : 10700 (cryptominisat) R 10699 10699 10232 0 -1 4202496 17574 0 0 0 2545 4 0 0 25 0 1 0 527894346 452247552 4241 33554432000 4194304 4587354 140735291117328 18446744073709551615 4238578 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/10700/statm: 110412 4241 337 96 0 106974 0
[pid=10701] ppid=10699 vsize=19796 CPUtime=25.49 cores=1
/proc/10701/stat : 10701 (clasp) R 10699 10699 10232 0 -1 4202496 2382 0 0 0 2549 0 0 0 25 0 1 0 527894346 20271104 2269 33554432000 4194304 4785740 140735678111120 18446744073709551615 4312619 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/10701/statm: 4949 2269 340 145 0 1994 0
[pid=10702] ppid=10699 vsize=455960 CPUtime=25.48 cores=2
/proc/10702/stat : 10702 (TNM) R 10699 10699 10232 0 -1 4202496 365 0 0 0 2548 0 0 0 25 0 1 0 527894347 466903040 262 33554432000 134512640 134534564 4287501056 18446744073709551615 134530292 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/10702/statm: 113990 262 95 6 0 112656 0
[pid=10703] ppid=10699 vsize=12776 CPUtime=25.49 cores=3
/proc/10703/stat : 10703 (march_hi) R 10699 10699 10232 0 -1 4202496 1704 0 0 0 2549 0 0 0 25 0 1 0 527894347 13082624 1555 33554432000 4194304 4331988 140735307673536 18446744073709551615 4226471 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/10703/statm: 3194 1555 173 34 0 1636 0
[pid=10704] ppid=10699 vsize=137636 CPUtime=101.82 cores=4-7
/proc/10704/stat : 10704 (plingeling) S 10699 10699 10232 0 -1 4202496 22180 1256 0 0 10179 3 0 0 19 0 5 0 527894347 140939264 6502 33554432000 4194304 4356188 140737473244784 18446744073709551615 218917533669 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/10704/statm: 34409 6502 164 40 0 32953 0
[pid=10704/tid=10711] ppid=10699 vsize=137636 CPUtime=25.48 cores=4-7
/proc/10704/task/10711/stat : 10711 (plingeling) R 10699 10699 10232 0 -1 4202560 5019 1256 0 0 2548 0 0 0 25 0 5 0 527894347 140939264 6502 33554432000 4194304 4356188 140737473244784 18446744073709551615 4331173 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=10704/tid=10712] ppid=10699 vsize=137636 CPUtime=25.48 cores=4-7
/proc/10704/task/10712/stat : 10712 (plingeling) R 10699 10699 10232 0 -1 4202560 5027 1256 0 0 2548 0 0 0 25 0 5 0 527894347 140939264 6502 33554432000 4194304 4356188 140737473244784 18446744073709551615 4233969 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=10704/tid=10713] ppid=10699 vsize=137636 CPUtime=25.34 cores=4-7
/proc/10704/task/10713/stat : 10713 (plingeling) R 10699 10699 10232 0 -1 4202560 5756 1256 0 0 2534 0 0 0 25 0 5 0 527894347 140939264 6502 33554432000 4194304 4356188 140737473244784 18446744073709551615 4332046 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=10704/tid=10714] ppid=10699 vsize=137636 CPUtime=25.48 cores=4-7
/proc/10704/task/10714/stat : 10714 (plingeling) R 10699 10699 10232 0 -1 4202560 5848 1256 0 0 2547 1 0 0 25 0 5 0 527894347 140939264 6502 33554432000 4194304 4356188 140737473244784 18446744073709551615 4332026 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 203.77
Current children cumulated vsize (KiB) 1086140

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

[pid=10702] ppid=10699 vsize=455964 CPUtime=4781.96 cores=2
/proc/10702/stat : 10702 (TNM) R 10699 10699 10232 0 -1 4202496 374 0 0 0 478195 1 0 0 25 0 1 0 527894347 466907136 271 33554432000 134512640 134534564 4287501056 18446744073709551615 134530568 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/10702/statm: 113991 271 103 6 0 112657 0
[pid=10703] ppid=10699 vsize=603800 CPUtime=4782.42 cores=3
/proc/10703/stat : 10703 (march_hi) R 10699 10699 10232 0 -1 4202496 145776 0 0 0 478125 117 0 0 25 0 1 0 527894347 618291200 145627 33554432000 4194304 4331988 140735307673536 18446744073709551615 4229357 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/10703/statm: 150950 145627 173 34 0 149392 0
[pid=10704] ppid=10699 vsize=293908 CPUtime=19103 cores=4-7
/proc/10704/stat : 10704 (plingeling) S 10699 10699 10232 0 -1 4202496 940720 1256 0 0 1910158 138 0 0 19 0 5 0 527894347 300961792 45570 33554432000 4194304 4356188 140737473244784 18446744073709551615 218917533669 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/10704/statm: 73477 45570 164 40 0 72021 0
[pid=10704/tid=10711] ppid=10699 vsize=293908 CPUtime=4782.41 cores=4-7
/proc/10704/task/10711/stat : 10711 (plingeling) R 10699 10699 10232 0 -1 4202560 237758 1256 0 0 478207 34 0 0 25 0 5 0 527894347 300961792 45570 33554432000 4194304 4356188 140737473244784 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=10704/tid=10712] ppid=10699 vsize=293908 CPUtime=4781.76 cores=4-7
/proc/10704/task/10712/stat : 10712 (plingeling) R 10699 10699 10232 0 -1 4202560 229926 1256 0 0 478143 33 0 0 25 0 5 0 527894347 300961792 45570 33554432000 4194304 4356188 140737473244784 18446744073709551615 4331165 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=10704/tid=10713] ppid=10699 vsize=293908 CPUtime=4756.35 cores=4-7
/proc/10704/task/10713/stat : 10713 (plingeling) R 10699 10699 10232 0 -1 4202560 243807 1256 0 0 475603 32 0 0 25 0 5 0 527894347 300961792 45570 33554432000 4194304 4356188 140737473244784 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=10704/tid=10714] ppid=10699 vsize=293908 CPUtime=4782.4 cores=4-7
/proc/10704/task/10714/stat : 10714 (plingeling) R 10699 10699 10232 0 -1 4202560 228699 1256 0 0 478203 37 0 0 25 0 5 0 527894347 300961792 45570 33554432000 4194304 4356188 140737473244784 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 38231.9
Current children cumulated vsize (KiB) 1979576

[startup+4842.3 s]
/proc/loadavg: 8.07 8.04 8.00 9/180 10855
/proc/meminfo: memFree=28031132/32951124 swapFree=67111356/67111528
[pid=10699] ppid=10697 vsize=18324 CPUtime=0 cores=0-7
/proc/10699/stat : 10699 (ppfolio) S 10697 10699 10232 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 527894346 18763776 389 33554432000 4194304 4287625 140736542096352 18446744073709551615 218905751055 0 0 4096 65536 3267009965109280767 0 0 17 6 0 0 0
/proc/10699/statm: 4581 389 341 23 0 91 0
[pid=10700] ppid=10699 vsize=549036 CPUtime=4842.28 cores=0
/proc/10700/stat : 10700 (cryptominisat) R 10699 10699 10232 0 -1 4202496 284890 0 0 0 484092 136 0 0 25 0 1 0 527894346 562212864 34354 33554432000 4194304 4587354 140735291117328 18446744073709551615 4238477 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/10700/statm: 137259 34354 337 96 0 133821 0
[pid=10701] ppid=10699 vsize=63556 CPUtime=4842.26 cores=1
/proc/10701/stat : 10701 (clasp) R 10699 10699 10232 0 -1 4202496 12434 0 0 0 484223 3 0 0 25 0 1 0 527894346 65081344 12321 33554432000 4194304 4785740 140735678111120 18446744073709551615 4287204 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/10701/statm: 15889 12321 341 145 0 12934 0
[pid=10702] ppid=10699 vsize=455964 CPUtime=4841.95 cores=2
/proc/10702/stat : 10702 (TNM) R 10699 10699 10232 0 -1 4202496 374 0 0 0 484194 1 0 0 25 0 1 0 527894347 466907136 271 33554432000 134512640 134534564 4287501056 18446744073709551615 134528708 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/10702/statm: 113991 271 103 6 0 112657 0
[pid=10703] ppid=10699 vsize=603800 CPUtime=4842.43 cores=3
/proc/10703/stat : 10703 (march_hi) R 10699 10699 10232 0 -1 4202496 147400 0 0 0 484124 119 0 0 25 0 1 0 527894347 618291200 147251 33554432000 4194304 4331988 140735307673536 18446744073709551615 4211509 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/10703/statm: 150950 147251 173 34 0 149392 0
[pid=10704] ppid=10699 vsize=299028 CPUtime=19342.6 cores=4-7
/proc/10704/stat : 10704 (plingeling) S 10699 10699 10232 0 -1 4202496 946896 1256 0 0 1934125 139 0 0 19 0 5 0 527894347 306204672 46850 33554432000 4194304 4356188 140737473244784 18446744073709551615 218917533669 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/10704/statm: 74757 46850 164 40 0 73301 0
[pid=10704/tid=10711] ppid=10699 vsize=299028 CPUtime=4842.42 cores=4-7
/proc/10704/task/10711/stat : 10711 (plingeling) R 10699 10699 10232 0 -1 4202560 239294 1256 0 0 484207 35 0 0 25 0 5 0 527894347 306204672 46850 33554432000 4194304 4356188 140737473244784 18446744073709551615 4331268 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=10704/tid=10712] ppid=10699 vsize=299028 CPUtime=4841.76 cores=4-7
/proc/10704/task/10712/stat : 10712 (plingeling) R 10699 10699 10232 0 -1 4202560 230182 1256 0 0 484143 33 0 0 25 0 5 0 527894347 306204672 46850 33554432000 4194304 4356188 140737473244784 18446744073709551615 4331311 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=10704/tid=10713] ppid=10699 vsize=299028 CPUtime=4816.02 cores=4-7
/proc/10704/task/10713/stat : 10713 (plingeling) R 10699 10699 10232 0 -1 4202560 246015 1256 0 0 481570 32 0 0 25 0 5 0 527894347 306204672 46850 33554432000 4194304 4356188 140737473244784 18446744073709551615 4331165 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=10704/tid=10714] ppid=10699 vsize=299028 CPUtime=4842.4 cores=4-7
/proc/10704/task/10714/stat : 10714 (plingeling) R 10699 10699 10232 0 -1 4202560 230875 1256 0 0 484203 37 0 0 25 0 5 0 527894347 306204672 46850 33554432000 4194304 4356188 140737473244784 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 38711.6
Current children cumulated vsize (KiB) 1989708

[startup+4902.3 s]
/proc/loadavg: 8.07 8.05 8.00 9/180 10857
/proc/meminfo: memFree=28048948/32951124 swapFree=67111356/67111528
[pid=10699] ppid=10697 vsize=18324 CPUtime=0 cores=0-7
/proc/10699/stat : 10699 (ppfolio) S 10697 10699 10232 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 527894346 18763776 389 33554432000 4194304 4287625 140736542096352 18446744073709551615 218905751055 0 0 4096 65536 3267009965109280767 0 0 17 6 0 0 0
/proc/10699/statm: 4581 389 341 23 0 91 0
[pid=10700] ppid=10699 vsize=544348 CPUtime=4902.29 cores=0
/proc/10700/stat : 10700 (cryptominisat) R 10699 10699 10232 0 -1 4202496 290930 0 0 0 490090 139 0 0 25 0 1 0 527894346 557412352 33162 33554432000 4194304 4587354 140735291117328 18446744073709551615 4238690 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/10700/statm: 136087 33162 337 96 0 132649 0
[pid=10701] ppid=10699 vsize=63752 CPUtime=4902.27 cores=1
/proc/10701/stat : 10701 (clasp) R 10699 10699 10232 0 -1 4202496 12480 0 0 0 490224 3 0 0 25 0 1 0 527894346 65282048 12367 33554432000 4194304 4785740 140735678111120 18446744073709551615 4553003 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/10701/statm: 15938 12367 341 145 0 12983 0
[pid=10702] ppid=10699 vsize=455964 CPUtime=4901.95 cores=2
/proc/10702/stat : 10702 (TNM) R 10699 10699 10232 0 -1 4202496 374 0 0 0 490194 1 0 0 25 0 1 0 527894347 466907136 271 33554432000 134512640 134534564 4287501056 18446744073709551615 134530271 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/10702/statm: 113991 271 103 6 0 112657 0
[pid=10703] ppid=10699 vsize=827564 CPUtime=4902.43 cores=3
/proc/10703/stat : 10703 (march_hi) R 10699 10699 10232 0 -1 4202496 149136 0 0 0 490123 120 0 0 25 0 1 0 527894347 847425536 148987 33554432000 4194304 4331988 140735307673536 18446744073709551615 4211525 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/10703/statm: 206891 148987 173 34 0 205333 0
[pid=10704] ppid=10699 vsize=277652 CPUtime=19582.3 cores=4-7
/proc/10704/stat : 10704 (plingeling) S 10699 10699 10232 0 -1 4202496 950384 1256 0 0 1958094 139 0 0 19 0 5 0 527894347 284315648 41506 33554432000 4194304 4356188 140737473244784 18446744073709551615 218917533669 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/10704/statm: 69413 41506 164 40 0 67957 0
[pid=10704/tid=10711] ppid=10699 vsize=277652 CPUtime=4902.43 cores=4-7
/proc/10704/task/10711/stat : 10711 (plingeling) R 10699 10699 10232 0 -1 4202560 240062 1256 0 0 490208 35 0 0 25 0 5 0 527894347 284315648 41506 33554432000 4194304 4356188 140737473244784 18446744073709551615 4331055 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=10704/tid=10712] ppid=10699 vsize=277652 CPUtime=4901.78 cores=4-7
/proc/10704/task/10712/stat : 10712 (plingeling) R 10699 10699 10232 0 -1 4202560 232390 1256 0 0 490144 34 0 0 25 0 5 0 527894347 284315648 41506 33554432000 4194304 4356188 140737473244784 18446744073709551615 4332046 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=10704/tid=10713] ppid=10699 vsize=277652 CPUtime=4875.69 cores=4-7
/proc/10704/task/10713/stat : 10713 (plingeling) R 10699 10699 10232 0 -1 4202560 246271 1256 0 0 487537 32 0 0 25 0 5 0 527894347 284315648 41506 33554432000 4194304 4356188 140737473244784 18446744073709551615 4332046 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=10704/tid=10714] ppid=10699 vsize=277652 CPUtime=4902.4 cores=4-7
/proc/10704/task/10714/stat : 10714 (plingeling) R 10699 10699 10232 0 -1 4202560 231131 1256 0 0 490203 37 0 0 25 0 5 0 527894347 284315648 41506 33554432000 4194304 4356188 140737473244784 18446744073709551615 4331199 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 39191.3
Current children cumulated vsize (KiB) 2187604

[startup+4962.3 s]
/proc/loadavg: 8.07 8.05 8.00 9/180 10858
/proc/meminfo: memFree=28006248/32951124 swapFree=67111356/67111528
[pid=10699] ppid=10697 vsize=18324 CPUtime=0 cores=0-7
/proc/10699/stat : 10699 (ppfolio) S 10697 10699 10232 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 527894346 18763776 389 33554432000 4194304 4287625 140736542096352 18446744073709551615 218905751055 0 0 4096 65536 3267009965109280767 0 0 17 6 0 0 0
/proc/10699/statm: 4581 389 341 23 0 91 0
[pid=10700] ppid=10699 vsize=544348 CPUtime=4962.29 cores=0
/proc/10700/stat : 10700 (cryptominisat) R 10699 10699 10232 0 -1 4202496 294188 0 0 0 496088 141 0 0 25 0 1 0 527894346 557412352 36336 33554432000 4194304 4587354 140735291117328 18446744073709551615 4238573 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/10700/statm: 136087 36336 337 96 0 132649 0
[pid=10701] ppid=10699 vsize=63752 CPUtime=4962.26 cores=1
/proc/10701/stat : 10701 (clasp) R 10699 10699 10232 0 -1 4202496 12484 0 0 0 496223 3 0 0 25 0 1 0 527894346 65282048 12371 33554432000 4194304 4785740 140735678111120 18446744073709551615 4553068 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/10701/statm: 15938 12371 341 145 0 12983 0
[pid=10702] ppid=10699 vsize=455964 CPUtime=4961.94 cores=2
/proc/10702/stat : 10702 (TNM) R 10699 10699 10232 0 -1 4202496 374 0 0 0 496193 1 0 0 25 0 1 0 527894347 466907136 271 33554432000 134512640 134534564 4287501056 18446744073709551615 134525873 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/10702/statm: 113991 271 103 6 0 112657 0
[pid=10703] ppid=10699 vsize=827564 CPUtime=4962.43 cores=3
/proc/10703/stat : 10703 (march_hi) R 10699 10699 10232 0 -1 4202496 150829 0 0 0 496121 122 0 0 25 0 1 0 527894347 847425536 150680 33554432000 4194304 4331988 140735307673536 18446744073709551615 4229533 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/10703/statm: 206891 150680 173 34 0 205333 0
[pid=10704] ppid=10699 vsize=301204 CPUtime=19822 cores=4-7
/proc/10704/stat : 10704 (plingeling) S 10699 10699 10232 0 -1 4202496 965296 1256 0 0 1982058 141 0 0 19 0 5 0 527894347 308432896 47394 33554432000 4194304 4356188 140737473244784 18446744073709551615 218917533669 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/10704/statm: 75301 47394 164 40 0 73845 0
[pid=10704/tid=10711] ppid=10699 vsize=301204 CPUtime=4962.42 cores=4-7
/proc/10704/task/10711/stat : 10711 (plingeling) R 10699 10699 10232 0 -1 4202560 241886 1256 0 0 496207 35 0 0 25 0 5 0 527894347 308432896 47394 33554432000 4194304 4356188 140737473244784 18446744073709551615 4331082 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=10704/tid=10712] ppid=10699 vsize=301204 CPUtime=4961.77 cores=4-7
/proc/10704/task/10712/stat : 10712 (plingeling) R 10699 10699 10232 0 -1 4202560 232646 1256 0 0 496143 34 0 0 25 0 5 0 527894347 308432896 47394 33554432000 4194304 4356188 140737473244784 18446744073709551615 4331060 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=10704/tid=10713] ppid=10699 vsize=301204 CPUtime=4935.36 cores=4-7
/proc/10704/task/10713/stat : 10713 (plingeling) R 10699 10699 10232 0 -1 4202560 252575 1256 0 0 493504 32 0 0 25 0 5 0 527894347 308432896 47394 33554432000 4194304 4356188 140737473244784 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=10704/tid=10714] ppid=10699 vsize=301204 CPUtime=4962.4 cores=4-7
/proc/10704/task/10714/stat : 10714 (plingeling) R 10699 10699 10232 0 -1 4202560 237659 1256 0 0 496202 38 0 0 25 0 5 0 527894347 308432896 47394 33554432000 4194304 4356188 140737473244784 18446744073709551615 4331055 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 39670.9
Current children cumulated vsize (KiB) 2211156



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+5000 s]
/proc/loadavg: 8.09 8.06 8.00 9/180 10859
/proc/meminfo: memFree=28006592/32951124 swapFree=67111356/67111528
[pid=10699] ppid=10697 vsize=18324 CPUtime=0 cores=0-7
/proc/10699/stat : 10699 (ppfolio) S 10697 10699 10232 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 527894346 18763776 389 33554432000 4194304 4287625 140736542096352 18446744073709551615 218905751055 0 0 4096 65536 3267009965109280767 0 0 17 6 0 0 0
/proc/10699/statm: 4581 389 341 23 0 91 0
[pid=10700] ppid=10699 vsize=549176 CPUtime=4999.99 cores=0
/proc/10700/stat : 10700 (cryptominisat) R 10699 10699 10232 0 -1 4202496 298752 0 0 0 499857 142 0 0 25 0 1 0 527894346 562356224 33599 33554432000 4194304 4587354 140735291117328 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/10700/statm: 137294 33599 337 96 0 133856 0
[pid=10701] ppid=10699 vsize=63892 CPUtime=4999.97 cores=1
/proc/10701/stat : 10701 (clasp) R 10699 10699 10232 0 -1 4202496 12497 0 0 0 499994 3 0 0 25 0 1 0 527894346 65425408 12384 33554432000 4194304 4785740 140735678111120 18446744073709551615 4287204 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/10701/statm: 15973 12384 341 145 0 13018 0
[pid=10702] ppid=10699 vsize=455964 CPUtime=4999.65 cores=2
/proc/10702/stat : 10702 (TNM) R 10699 10699 10232 0 -1 4202496 374 0 0 0 499964 1 0 0 25 0 1 0 527894347 466907136 271 33554432000 134512640 134534564 4287501056 18446744073709551615 134529632 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/10702/statm: 113991 271 103 6 0 112657 0
[pid=10703] ppid=10699 vsize=827564 CPUtime=5000.14 cores=3
/proc/10703/stat : 10703 (march_hi) R 10699 10699 10232 0 -1 4202496 151821 0 0 0 499891 123 0 0 25 0 1 0 527894347 847425536 151672 33554432000 4194304 4331988 140735307673536 18446744073709551615 4229344 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/10703/statm: 206891 151672 173 34 0 205333 0
[pid=10704] ppid=10699 vsize=306836 CPUtime=19972.6 cores=4-7
/proc/10704/stat : 10704 (plingeling) S 10699 10699 10232 0 -1 4202496 971600 1256 0 0 1997119 142 0 0 19 0 5 0 527894347 314200064 48802 33554432000 4194304 4356188 140737473244784 18446744073709551615 218917533669 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/10704/statm: 76709 48802 164 40 0 75253 0
[pid=10704/tid=10711] ppid=10699 vsize=306836 CPUtime=5000.13 cores=4-7
/proc/10704/task/10711/stat : 10711 (plingeling) R 10699 10699 10232 0 -1 4202560 242654 1256 0 0 499978 35 0 0 25 0 5 0 527894347 314200064 48802 33554432000 4194304 4356188 140737473244784 18446744073709551615 4331264 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=10704/tid=10712] ppid=10699 vsize=306836 CPUtime=4999.48 cores=4-7
/proc/10704/task/10712/stat : 10712 (plingeling) R 10699 10699 10232 0 -1 4202560 238182 1256 0 0 499913 35 0 0 25 0 5 0 527894347 314200064 48802 33554432000 4194304 4356188 140737473244784 18446744073709551615 4332020 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=10704/tid=10713] ppid=10699 vsize=306836 CPUtime=4972.86 cores=4-7
/proc/10704/task/10713/stat : 10713 (plingeling) R 10699 10699 10232 0 -1 4202560 252575 1256 0 0 497254 32 0 0 25 0 5 0 527894347 314200064 48802 33554432000 4194304 4356188 140737473244784 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=10704/tid=10714] ppid=10699 vsize=306836 CPUtime=5000.1 cores=4-7
/proc/10704/task/10714/stat : 10714 (plingeling) R 10699 10699 10232 0 -1 4202560 237659 1256 0 0 499972 38 0 0 25 0 5 0 527894347 314200064 48802 33554432000 4194304 4356188 140737473244784 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 39972.4
Current children cumulated vsize (KiB) 2221756

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

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

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 10699 and gives
#  childrusage.ru_utime.tv_sec=14998
#  childrusage.ru_utime.tv_usec=162932
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=499772
# CPU time returned by wait4() is 14999.7
# while last known CPU time is 39972.4
#
# 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): 39972.4
CPU user time (s): 39968.2
CPU system time (s): 4.11
CPU usage (%): 799.444
Max. virtual memory (cumulated for all children) (KiB): 2368852

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

runsolver used 8.17076 second user time and 19.1031 second system time

The end

Launcher Data

Begin job on node137 at 2011-04-30 13:29:26
IDJOB=3221955
IDBENCH=83009
IDSOLVER=1638
FILE ID=node137/3221955-1304162966
RUNJOBID= node137-1304157805-10246
PBS_JOBID= 13170913
Free space on /tmp= 73212 MiB

SOLVER NAME= ppfolio par
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v650-c2769-S216164582-083.UNKNOWN.cnf
COMMAND LINE= ppfolio BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3221955-1304162966/watcher-3221955-1304162966 -o /tmp/evaluation-result-3221955-1304162966/solver-3221955-1304162966 -C 40000 -W 5000 -M 31000  ppfolio HOME/instance-3221955-1304162966.cnf

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

MD5SUM BENCH= ac87980bdfffc015f316143175a762b6
RANDOM SEED=1116107271

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      28988680 kB
Buffers:        922040 kB
Cached:        2517100 kB
SwapCached:         48 kB
Active:         199920 kB
Inactive:      3301744 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      28988680 kB
SwapTotal:    67111528 kB
SwapFree:     67111356 kB
Dirty:           10332 kB
Writeback:           0 kB
AnonPages:       63516 kB
Mapped:          14368 kB
Slab:           393148 kB
PageTables:       4804 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   185736 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= 73200 MiB
End job on node137 at 2011-04-30 14:52:48