Trace number 3275666

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) 40000.5 5004.32

General information on the benchmark

Namecrafted/kullmann/GreenTao/
GreenTaok1k2/GreenTao_2-5-5_34308.cnf
MD5SUM1ef198d3f2d717e33f4f2ba124eb7eb2
Bench CategoryCRAFTED (crafted 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 variables34306
Number of clauses708168
Sum of the clauses size3540840
Maximum clause length5
Minimum clause length5
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 5708168
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-3275666-1304168430/watcher-3275666-1304168430 -o /tmp/evaluation-result-3275666-1304168430/solver-3275666-1304168430 -C 40000 -W 5100 -M 31000 ppfolio HOME/instance-3275666-1304168430.cnf 

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

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


[startup+0 s]
/proc/loadavg: 7.45 7.93 7.97 2/170 21392
/proc/meminfo: memFree=25597728/32951124 swapFree=67111448/67111528
[pid=21392] ppid=21390 vsize=18324 CPUtime=0 cores=0-7
/proc/21392/stat : 21392 (ppfolio) S 21390 21392 21138 0 -1 4202496 520 0 0 0 0 0 0 0 25 0 1 0 509259284 18763776 390 33554432000 4194304 4287625 140734597241200 18446744073709551615 255106788879 0 0 4096 65536 11148440567208214527 0 0 17 6 0 0 0
/proc/21392/statm: 4581 390 341 23 0 91 0

[startup+0.00946197 s]
/proc/loadavg: 7.45 7.93 7.97 2/170 21392
/proc/meminfo: memFree=25597728/32951124 swapFree=67111448/67111528
[pid=21392] ppid=21390 vsize=18324 CPUtime=0 cores=0-7
/proc/21392/stat : 21392 (ppfolio) S 21390 21392 21138 0 -1 4202496 520 0 0 0 0 0 0 0 25 0 1 0 509259284 18763776 390 33554432000 4194304 4287625 140734597241200 18446744073709551615 255106788879 0 0 4096 65536 11148440567208214527 0 0 17 6 0 0 0
/proc/21392/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.10048 s]
/proc/loadavg: 7.45 7.93 7.97 2/170 21392
/proc/meminfo: memFree=25597728/32951124 swapFree=67111448/67111528
[pid=21392] ppid=21390 vsize=18324 CPUtime=0 cores=0-7
/proc/21392/stat : 21392 (ppfolio) S 21390 21392 21138 0 -1 4202496 520 0 0 0 0 0 0 0 25 0 1 0 509259284 18763776 390 33554432000 4194304 4287625 140734597241200 18446744073709551615 255106788879 0 0 4096 65536 11148440567208214527 0 0 17 6 0 0 0
/proc/21392/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.300458 s]
/proc/loadavg: 7.45 7.93 7.97 2/170 21392
/proc/meminfo: memFree=25597728/32951124 swapFree=67111448/67111528
[pid=21392] ppid=21390 vsize=18324 CPUtime=0 cores=0-7
/proc/21392/stat : 21392 (ppfolio) S 21390 21392 21138 0 -1 4202496 520 0 0 0 0 0 0 0 25 0 1 0 509259284 18763776 390 33554432000 4194304 4287625 140734597241200 18446744073709551615 255106788879 0 0 4096 65536 11148440567208214527 0 0 17 6 0 0 0
/proc/21392/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.700376 s]
/proc/loadavg: 7.45 7.93 7.97 2/170 21392
/proc/meminfo: memFree=25597728/32951124 swapFree=67111448/67111528
[pid=21392] ppid=21390 vsize=18324 CPUtime=0 cores=0-7
/proc/21392/stat : 21392 (ppfolio) S 21390 21392 21138 0 -1 4202496 520 0 0 0 0 0 0 0 22 0 1 0 509259284 18763776 390 33554432000 4194304 4287625 140734597241200 18446744073709551615 255106788879 0 0 4096 65536 11148440567208214527 0 0 17 4 0 0 0
/proc/21392/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.50123 s]
/proc/loadavg: 7.45 7.93 7.97 6/176 21403
/proc/meminfo: memFree=25209316/32951124 swapFree=67111448/67111528
[pid=21392] ppid=21390 vsize=18324 CPUtime=0 cores=0-7
/proc/21392/stat : 21392 (ppfolio) S 21390 21392 21138 0 -1 4202496 520 0 0 0 0 0 0 0 22 0 1 0 509259284 18763776 390 33554432000 4194304 4287625 140734597241200 18446744073709551615 255106788879 0 0 4096 65536 11148440567208214527 0 0 17 4 0 0 0
/proc/21392/statm: 4581 390 341 23 0 91 0
[pid=21393] ppid=21392 vsize=100480 CPUtime=1.49 cores=0
/proc/21393/stat : 21393 (cryptominisat) R 21392 21392 21138 0 -1 4202496 16269 0 0 0 146 3 0 0 20 0 1 0 509259285 102891520 15431 33554432000 4194304 4587354 140736493476768 18446744073709551615 4238690 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/21393/statm: 25120 15431 304 96 0 21682 0
[pid=21394] ppid=21392 vsize=88824 CPUtime=1.49 cores=1
/proc/21394/stat : 21394 (clasp) R 21392 21392 21138 0 -1 4202496 23010 0 0 0 145 4 0 0 20 0 1 0 509259285 90955776 18447 33554432000 4194304 4785740 140735055661856 18446744073709551615 4495638 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/21394/statm: 22206 18447 313 145 0 19251 0
[pid=21395] ppid=21392 vsize=521560 CPUtime=1.48 cores=2
/proc/21395/stat : 21395 (TNM) R 21392 21392 21138 0 -1 4202496 20615 0 0 0 146 2 0 0 20 0 1 0 509259285 534077440 20512 33554432000 134512640 134534564 4289652704 18446744073709551615 134524491 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/21395/statm: 130390 20512 91 6 0 129056 0
[pid=21396] ppid=21392 vsize=77788 CPUtime=1.48 cores=3
/proc/21396/stat : 21396 (march_hi) R 21392 21392 21138 0 -1 4194304 24759 0 0 0 145 3 0 0 20 0 1 0 509259285 79654912 11059 33554432000 4194304 4331988 140737214413760 18446744073709551615 4251979 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/21396/statm: 19447 11059 127 34 0 17889 0
[pid=21397] ppid=21392 vsize=153592 CPUtime=1.48 cores=4-7
/proc/21397/stat : 21397 (plingeling) R 21392 21392 21138 0 -1 4202496 37223 1249 0 0 144 4 0 0 21 0 1 0 509259285 157278208 37060 33554432000 4194304 4356188 140736738454352 18446744073709551615 255106768640 0 0 4096 17442 0 0 0 17 6 0 0 0
/proc/21397/statm: 38398 37060 132 40 0 36942 0
Current children cumulated CPU time (s) 7.42
Current children cumulated vsize (KiB) 960568

[startup+3.10093 s]
/proc/loadavg: 7.45 7.93 7.97 9/180 21407
/proc/meminfo: memFree=25104380/32951124 swapFree=67111448/67111528
[pid=21392] ppid=21390 vsize=18324 CPUtime=0 cores=0-7
/proc/21392/stat : 21392 (ppfolio) S 21390 21392 21138 0 -1 4202496 520 0 0 0 0 0 0 0 22 0 1 0 509259284 18763776 390 33554432000 4194304 4287625 140734597241200 18446744073709551615 255106788879 0 0 4096 65536 11148440567208214527 0 0 17 4 0 0 0
/proc/21392/statm: 4581 390 341 23 0 91 0
[pid=21393] ppid=21392 vsize=102724 CPUtime=3.08 cores=0
/proc/21393/stat : 21393 (cryptominisat) R 21392 21392 21138 0 -1 4202496 16822 0 0 0 305 3 0 0 25 0 1 0 509259285 105189376 15984 33554432000 4194304 4587354 140736493476768 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/21393/statm: 25681 15984 304 96 0 22243 0
[pid=21394] ppid=21392 vsize=133880 CPUtime=3.09 cores=1
/proc/21394/stat : 21394 (clasp) R 21392 21392 21138 0 -1 4202496 35702 0 0 0 303 6 0 0 25 0 1 0 509259285 137093120 29755 33554432000 4194304 4785740 140735055661856 18446744073709551615 4286953 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/21394/statm: 33470 29755 339 145 0 30515 0
[pid=21395] ppid=21392 vsize=521560 CPUtime=3.08 cores=2
/proc/21395/stat : 21395 (TNM) R 21392 21392 21138 0 -1 4202496 20615 0 0 0 306 2 0 0 25 0 1 0 509259285 534077440 20512 33554432000 134512640 134534564 4289652704 18446744073709551615 134524573 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/21395/statm: 130390 20512 91 6 0 129056 0
[pid=21396] ppid=21392 vsize=107620 CPUtime=3.09 cores=3
/proc/21396/stat : 21396 (march_hi) R 21392 21392 21138 0 -1 4202496 62377 0 0 0 301 8 0 0 25 0 1 0 509259285 110202880 18564 33554432000 4194304 4331988 140737214413760 18446744073709551615 4252174 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/21396/statm: 26905 18564 147 34 0 25347 0
[pid=21397] ppid=21392 vsize=260172 CPUtime=6.38 cores=4-7
/proc/21397/stat : 21397 (plingeling) S 21392 21392 21138 0 -1 4202496 72992 1249 0 0 626 12 0 0 18 0 5 0 509259285 266416128 53454 33554432000 4194304 4356188 140736738454352 18446744073709551615 255118571493 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/21397/statm: 65043 53454 149 40 0 63587 0
[pid=21397/tid=21404] ppid=21392 vsize=260172 CPUtime=1.08 cores=4-7
/proc/21397/task/21404/stat : 21404 (plingeling) R 21392 21392 21138 0 -1 4202560 4790 1249 0 0 108 0 0 0 25 0 5 0 509259483 266416128 53454 33554432000 4194304 4356188 140736738454352 18446744073709551615 4238570 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=21397/tid=21405] ppid=21392 vsize=260172 CPUtime=1.09 cores=4-7
/proc/21397/task/21405/stat : 21405 (plingeling) R 21392 21392 21138 0 -1 4202560 4962 1249 0 0 108 1 0 0 25 0 5 0 509259483 266416128 53454 33554432000 4194304 4356188 140736738454352 18446744073709551615 4212703 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=21397/tid=21406] ppid=21392 vsize=260172 CPUtime=1.09 cores=4-7
/proc/21397/task/21406/stat : 21406 (plingeling) R 21392 21392 21138 0 -1 4202560 4832 1249 0 0 108 1 0 0 21 0 5 0 509259483 266416128 53454 33554432000 4194304 4356188 140736738454352 18446744073709551615 4246752 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=21397/tid=21407] ppid=21392 vsize=260172 CPUtime=1.1 cores=4-7
/proc/21397/task/21407/stat : 21407 (plingeling) R 21392 21392 21138 0 -1 4202560 4789 1249 0 0 109 1 0 0 22 0 5 0 509259483 266416128 53454 33554432000 4194304 4356188 140736738454352 18446744073709551615 4238570 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 18.72
Current children cumulated vsize (KiB) 1144280

[startup+6.30136 s]
/proc/loadavg: 7.49 7.93 7.97 9/180 21407
/proc/meminfo: memFree=25038420/32951124 swapFree=67111448/67111528
[pid=21392] ppid=21390 vsize=18324 CPUtime=0 cores=0-7
/proc/21392/stat : 21392 (ppfolio) S 21390 21392 21138 0 -1 4202496 520 0 0 0 0 0 0 0 17 0 1 0 509259284 18763776 390 33554432000 4194304 4287625 140734597241200 18446744073709551615 255106788879 0 0 4096 65536 11148440567208214527 0 0 17 4 0 0 0
/proc/21392/statm: 4581 390 341 23 0 91 0
[pid=21393] ppid=21392 vsize=144332 CPUtime=6.29 cores=0
/proc/21393/stat : 21393 (cryptominisat) R 21392 21392 21138 0 -1 4202496 25500 0 0 0 623 6 0 0 25 0 1 0 509259285 147795968 24662 33554432000 4194304 4587354 140736493476768 18446744073709551615 255106429637 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/21393/statm: 36083 24664 308 96 0 32645 0
[pid=21394] ppid=21392 vsize=133880 CPUtime=6.29 cores=1
/proc/21394/stat : 21394 (clasp) R 21392 21392 21138 0 -1 4202496 35703 0 0 0 623 6 0 0 25 0 1 0 509259285 137093120 29756 33554432000 4194304 4785740 140735055661856 18446744073709551615 4304304 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/21394/statm: 33470 29756 340 145 0 30515 0
[pid=21395] ppid=21392 vsize=521560 CPUtime=6.28 cores=2
/proc/21395/stat : 21395 (TNM) R 21392 21392 21138 0 -1 4202496 20615 0 0 0 626 2 0 0 25 0 1 0 509259285 534077440 20512 33554432000 134512640 134534564 4289652704 18446744073709551615 134524491 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/21395/statm: 130390 20512 91 6 0 129056 0
[pid=21396] ppid=21392 vsize=118304 CPUtime=6.29 cores=3
/proc/21396/stat : 21396 (march_hi) R 21392 21392 21138 0 -1 4202496 106506 0 0 0 615 14 0 0 25 0 1 0 509259285 121143296 21130 33554432000 4194304 4331988 140737214413760 18446744073709551615 4271184 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/21396/statm: 29576 21130 150 34 0 28018 0
[pid=21397] ppid=21392 vsize=256740 CPUtime=19.16 cores=4-7
/proc/21397/stat : 21397 (plingeling) S 21392 21392 21138 0 -1 4202496 75282 1249 0 0 1904 12 0 0 18 0 5 0 509259285 262901760 52608 33554432000 4194304 4356188 140736738454352 18446744073709551615 255118571493 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/21397/statm: 64185 52608 161 40 0 62729 0
[pid=21397/tid=21404] ppid=21392 vsize=256740 CPUtime=4.26 cores=4-7
/proc/21397/task/21404/stat : 21404 (plingeling) R 21392 21392 21138 0 -1 4202560 5460 1249 0 0 426 0 0 0 25 0 5 0 509259483 262901760 52608 33554432000 4194304 4356188 140736738454352 18446744073709551615 4271163 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=21397/tid=21405] ppid=21392 vsize=256740 CPUtime=4.29 cores=4-7
/proc/21397/task/21405/stat : 21405 (plingeling) R 21392 21392 21138 0 -1 4202560 5364 1249 0 0 428 1 0 0 25 0 5 0 509259483 262901760 52608 33554432000 4194304 4356188 140736738454352 18446744073709551615 4250782 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=21397/tid=21406] ppid=21392 vsize=256740 CPUtime=4.29 cores=4-7
/proc/21397/task/21406/stat : 21406 (plingeling) R 21392 21392 21138 0 -1 4202560 5509 1249 0 0 428 1 0 0 25 0 5 0 509259483 262901760 52608 33554432000 4194304 4356188 140736738454352 18446744073709551615 4250758 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=21397/tid=21407] ppid=21392 vsize=256740 CPUtime=4.3 cores=4-7
/proc/21397/task/21407/stat : 21407 (plingeling) R 21392 21392 21138 0 -1 4202560 5330 1249 0 0 429 1 0 0 25 0 5 0 509259483 262901760 52608 33554432000 4194304 4356188 140736738454352 18446744073709551615 4324019 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 44.31
Current children cumulated vsize (KiB) 1193140

[startup+12.7012 s]
/proc/loadavg: 7.53 7.94 7.97 9/180 21407
/proc/meminfo: memFree=24914552/32951124 swapFree=67111448/67111528
[pid=21392] ppid=21390 vsize=18324 CPUtime=0 cores=0-7
/proc/21392/stat : 21392 (ppfolio) S 21390 21392 21138 0 -1 4202496 520 0 0 0 0 0 0 0 16 0 1 0 509259284 18763776 390 33554432000 4194304 4287625 140734597241200 18446744073709551615 255106788879 0 0 4096 65536 11148440567208214527 0 0 17 4 0 0 0
/proc/21392/statm: 4581 390 341 23 0 91 0
[pid=21393] ppid=21392 vsize=808164 CPUtime=12.69 cores=0
/proc/21393/stat : 21393 (cryptominisat) R 21392 21392 21138 0 -1 4202496 63380 0 0 0 1257 12 0 0 25 0 1 0 509259285 827559936 44875 33554432000 4194304 4587354 140736493476768 18446744073709551615 4237467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/21393/statm: 202041 44875 334 96 0 198603 0
[pid=21394] ppid=21392 vsize=155808 CPUtime=12.69 cores=1
/proc/21394/stat : 21394 (clasp) R 21392 21392 21138 0 -1 4202496 41461 0 0 0 1261 8 0 0 25 0 1 0 509259285 159547392 35514 33554432000 4194304 4785740 140735055661856 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/21394/statm: 38952 35514 340 145 0 35997 0
[pid=21395] ppid=21392 vsize=521560 CPUtime=12.68 cores=2
/proc/21395/stat : 21395 (TNM) R 21392 21392 21138 0 -1 4202496 20615 0 0 0 1266 2 0 0 25 0 1 0 509259285 534077440 20512 33554432000 134512640 134534564 4289652704 18446744073709551615 134524491 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/21395/statm: 130390 20512 91 6 0 129056 0
[pid=21396] ppid=21392 vsize=106768 CPUtime=12.69 cores=3
/proc/21396/stat : 21396 (march_hi) R 21392 21392 21138 0 -1 4202496 111351 0 0 0 1253 16 0 0 25 0 1 0 509259285 109330432 18300 33554432000 4194304 4331988 140737214413760 18446744073709551615 4261911 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/21396/statm: 26692 18300 151 34 0 25134 0
[pid=21397] ppid=21392 vsize=266508 CPUtime=44.73 cores=4-7
/proc/21397/stat : 21397 (plingeling) S 21392 21392 21138 0 -1 4202496 77724 1249 0 0 4460 13 0 0 18 0 5 0 509259285 272904192 55050 33554432000 4194304 4356188 140736738454352 18446744073709551615 255118571493 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/21397/statm: 66627 55050 161 40 0 65171 0
[pid=21397/tid=21404] ppid=21392 vsize=266508 CPUtime=10.63 cores=4-7
/proc/21397/task/21404/stat : 21404 (plingeling) R 21392 21392 21138 0 -1 4202560 5460 1249 0 0 1063 0 0 0 25 0 5 0 509259483 272904192 55050 33554432000 4194304 4356188 140736738454352 18446744073709551615 4332046 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=21397/tid=21405] ppid=21392 vsize=266508 CPUtime=10.69 cores=4-7
/proc/21397/task/21405/stat : 21405 (plingeling) R 21392 21392 21138 0 -1 4202560 6444 1249 0 0 1068 1 0 0 25 0 5 0 509259483 272904192 55050 33554432000 4194304 4356188 140736738454352 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=21397/tid=21406] ppid=21392 vsize=266508 CPUtime=10.69 cores=4-7
/proc/21397/task/21406/stat : 21406 (plingeling) R 21392 21392 21138 0 -1 4202560 6179 1249 0 0 1068 1 0 0 25 0 5 0 509259483 272904192 55050 33554432000 4194304 4356188 140736738454352 18446744073709551615 4225618 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=21397/tid=21407] ppid=21392 vsize=266508 CPUtime=10.69 cores=4-7
/proc/21397/task/21407/stat : 21407 (plingeling) R 21392 21392 21138 0 -1 4202560 6022 1249 0 0 1068 1 0 0 25 0 5 0 509259483 272904192 55050 33554432000 4194304 4356188 140736738454352 18446744073709551615 4279717 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 95.48
Current children cumulated vsize (KiB) 1877132

[startup+25.501 s]
/proc/loadavg: 7.70 7.95 7.97 9/180 21408
/proc/meminfo: memFree=24728744/32951124 swapFree=67111448/67111528
[pid=21392] ppid=21390 vsize=18324 CPUtime=0 cores=0-7
/proc/21392/stat : 21392 (ppfolio) S 21390 21392 21138 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 509259284 18763776 390 33554432000 4194304 4287625 140734597241200 18446744073709551615 255106788879 0 0 4096 65536 11148440567208214527 0 0 17 4 0 0 0
/proc/21392/statm: 4581 390 341 23 0 91 0
[pid=21393] ppid=21392 vsize=1397568 CPUtime=25.49 cores=0
/proc/21393/stat : 21393 (cryptominisat) R 21392 21392 21138 0 -1 4202496 69812 0 0 0 2534 15 0 0 25 0 1 0 509259285 1431109632 45837 33554432000 4194304 4587354 140736493476768 18446744073709551615 4244627 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/21393/statm: 349392 45837 334 96 0 345954 0
[pid=21394] ppid=21392 vsize=197668 CPUtime=25.49 cores=1
/proc/21394/stat : 21394 (clasp) R 21392 21392 21138 0 -1 4202496 51919 0 0 0 2537 12 0 0 25 0 1 0 509259285 202412032 45972 33554432000 4194304 4785740 140735055661856 18446744073709551615 4286953 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/21394/statm: 49417 45972 340 145 0 46462 0
[pid=21395] ppid=21392 vsize=550116 CPUtime=25.48 cores=2
/proc/21395/stat : 21395 (TNM) R 21392 21392 21138 0 -1 4202496 30884 0 0 0 2544 4 0 0 25 0 1 0 509259285 563318784 30781 33554432000 134512640 134534564 4289652704 18446744073709551615 134528275 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/21395/statm: 137529 30781 95 6 0 136195 0
[pid=21396] ppid=21392 vsize=234500 CPUtime=25.49 cores=3

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

[pid=21395] ppid=21392 vsize=550116 CPUtime=4842.35 cores=2
/proc/21395/stat : 21395 (TNM) R 21392 21392 21138 0 -1 4202496 30884 0 0 0 484229 6 0 0 25 0 1 0 509259285 563318784 30781 33554432000 134512640 134534564 4289652704 18446744073709551615 134530367 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/21395/statm: 137529 30781 95 6 0 136195 0
[pid=21396] ppid=21392 vsize=234504 CPUtime=4842.4 cores=3
/proc/21396/stat : 21396 (march_hi) R 21392 21392 21138 0 -1 4202496 132264 0 0 0 484221 19 0 0 25 0 1 0 509259285 240132096 38760 33554432000 4194304 4331988 140737214413760 18446744073709551615 4210416 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/21396/statm: 58626 38760 175 34 0 57068 0
[pid=21397] ppid=21392 vsize=480096 CPUtime=19335.8 cores=4-7
/proc/21397/stat : 21397 (plingeling) S 21392 21392 21138 0 -1 4202496 446612 1249 0 0 1933508 75 0 0 18 0 5 0 509259285 491618304 108447 33554432000 4194304 4356188 140736738454352 18446744073709551615 255118571493 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/21397/statm: 120024 108447 161 40 0 118568 0
[pid=21397/tid=21404] ppid=21392 vsize=480096 CPUtime=4814 cores=4-7
/proc/21397/task/21404/stat : 21404 (plingeling) R 21392 21392 21138 0 -1 4202560 89751 1249 0 0 481386 14 0 0 25 0 5 0 509259483 491618304 108447 33554432000 4194304 4356188 140736738454352 18446744073709551615 4331019 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=21397/tid=21405] ppid=21392 vsize=480096 CPUtime=4839.02 cores=4-7
/proc/21397/task/21405/stat : 21405 (plingeling) R 21392 21392 21138 0 -1 4202560 102899 1249 0 0 483883 19 0 0 25 0 5 0 509259483 491618304 108447 33554432000 4194304 4356188 140736738454352 18446744073709551615 4332046 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=21397/tid=21406] ppid=21392 vsize=480096 CPUtime=4840.39 cores=4-7
/proc/21397/task/21406/stat : 21406 (plingeling) R 21392 21392 21138 0 -1 4202560 111392 1249 0 0 484020 19 0 0 25 0 5 0 509259483 491618304 108447 33554432000 4194304 4356188 140736738454352 18446744073709551615 4331984 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=21397/tid=21407] ppid=21392 vsize=480096 CPUtime=4840.41 cores=4-7
/proc/21397/task/21407/stat : 21407 (plingeling) R 21392 21392 21138 0 -1 4202560 88951 1249 0 0 484027 14 0 0 25 0 5 0 509259483 491618304 108447 33554432000 4194304 4356188 140736738454352 18446744073709551615 4331060 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 38705.4
Current children cumulated vsize (KiB) 3880404

[startup+4902.3 s]
/proc/loadavg: 8.05 8.03 8.00 9/180 21559
/proc/meminfo: memFree=23483380/32951124 swapFree=67111448/67111528
[pid=21392] ppid=21390 vsize=18324 CPUtime=0 cores=0-7
/proc/21392/stat : 21392 (ppfolio) S 21390 21392 21138 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 509259284 18763776 390 33554432000 4194304 4287625 140734597241200 18446744073709551615 255106788879 0 0 4096 65536 11148440567208214527 0 0 17 4 0 0 0
/proc/21392/statm: 4581 390 341 23 0 91 0
[pid=21393] ppid=21392 vsize=1412708 CPUtime=4902.39 cores=0
/proc/21393/stat : 21393 (cryptominisat) R 21392 21392 21138 0 -1 4202496 2628148 0 0 0 488983 1256 0 0 25 0 1 0 509259285 1446612992 65840 33554432000 4194304 4587354 140736493476768 18446744073709551615 4250316 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/21393/statm: 353177 65840 334 96 0 349739 0
[pid=21394] ppid=21392 vsize=1187864 CPUtime=4902.39 cores=1
/proc/21394/stat : 21394 (clasp) R 21392 21392 21138 0 -1 4202496 291158 0 0 0 490119 120 0 0 25 0 1 0 509259285 1216372736 285211 33554432000 4194304 4785740 140735055661856 18446744073709551615 255106466446 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/21394/statm: 296966 285211 340 145 0 294011 0
[pid=21395] ppid=21392 vsize=550116 CPUtime=4902.35 cores=2
/proc/21395/stat : 21395 (TNM) R 21392 21392 21138 0 -1 4202496 30884 0 0 0 490229 6 0 0 25 0 1 0 509259285 563318784 30781 33554432000 134512640 134534564 4289652704 18446744073709551615 134528511 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/21395/statm: 137529 30781 95 6 0 136195 0
[pid=21396] ppid=21392 vsize=234504 CPUtime=4902.4 cores=3
/proc/21396/stat : 21396 (march_hi) R 21392 21392 21138 0 -1 4202496 132264 0 0 0 490221 19 0 0 25 0 1 0 509259285 240132096 38760 33554432000 4194304 4331988 140737214413760 18446744073709551615 255106163777 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/21396/statm: 58626 38760 175 34 0 57068 0
[pid=21397] ppid=21392 vsize=479072 CPUtime=19575.5 cores=4-7
/proc/21397/stat : 21397 (plingeling) S 21392 21392 21138 0 -1 4202496 448660 1249 0 0 1957475 75 0 0 18 0 5 0 509259285 490569728 108191 33554432000 4194304 4356188 140736738454352 18446744073709551615 255118571493 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/21397/statm: 119768 108191 161 40 0 118312 0
[pid=21397/tid=21404] ppid=21392 vsize=479072 CPUtime=4873.68 cores=4-7
/proc/21397/task/21404/stat : 21404 (plingeling) R 21392 21392 21138 0 -1 4202560 89751 1249 0 0 487354 14 0 0 25 0 5 0 509259483 490569728 108191 33554432000 4194304 4356188 140736738454352 18446744073709551615 4331264 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=21397/tid=21405] ppid=21392 vsize=479072 CPUtime=4899.01 cores=4-7
/proc/21397/task/21405/stat : 21405 (plingeling) R 21392 21392 21138 0 -1 4202560 104947 1249 0 0 489882 19 0 0 25 0 5 0 509259483 490569728 108191 33554432000 4194304 4356188 140736738454352 18446744073709551615 4281627 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=21397/tid=21406] ppid=21392 vsize=479072 CPUtime=4900.39 cores=4-7
/proc/21397/task/21406/stat : 21406 (plingeling) R 21392 21392 21138 0 -1 4202560 111392 1249 0 0 490020 19 0 0 25 0 5 0 509259483 490569728 108191 33554432000 4194304 4356188 140736738454352 18446744073709551615 4331141 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=21397/tid=21407] ppid=21392 vsize=479072 CPUtime=4900.41 cores=4-7
/proc/21397/task/21407/stat : 21407 (plingeling) R 21392 21392 21138 0 -1 4202560 88951 1249 0 0 490027 14 0 0 25 0 5 0 509259483 490569728 108191 33554432000 4194304 4356188 140736738454352 18446744073709551615 4332046 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 39185
Current children cumulated vsize (KiB) 3882588

[startup+4962.3 s]
/proc/loadavg: 8.05 8.03 8.00 9/180 21560
/proc/meminfo: memFree=23487460/32951124 swapFree=67111448/67111528
[pid=21392] ppid=21390 vsize=18324 CPUtime=0 cores=0-7
/proc/21392/stat : 21392 (ppfolio) S 21390 21392 21138 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 509259284 18763776 390 33554432000 4194304 4287625 140734597241200 18446744073709551615 255106788879 0 0 4096 65536 11148440567208214527 0 0 17 4 0 0 0
/proc/21392/statm: 4581 390 341 23 0 91 0
[pid=21393] ppid=21392 vsize=1423648 CPUtime=4962.39 cores=0
/proc/21393/stat : 21393 (cryptominisat) R 21392 21392 21138 0 -1 4202496 2655742 0 0 0 494971 1268 0 0 25 0 1 0 509259285 1457815552 63520 33554432000 4194304 4587354 140736493476768 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/21393/statm: 355912 63520 334 96 0 352474 0
[pid=21394] ppid=21392 vsize=1192664 CPUtime=4962.39 cores=1
/proc/21394/stat : 21394 (clasp) R 21392 21392 21138 0 -1 4202496 292183 0 0 0 496119 120 0 0 25 0 1 0 509259285 1221287936 286236 33554432000 4194304 4785740 140735055661856 18446744073709551615 4549778 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/21394/statm: 298166 286236 340 145 0 295211 0
[pid=21395] ppid=21392 vsize=550116 CPUtime=4962.35 cores=2
/proc/21395/stat : 21395 (TNM) R 21392 21392 21138 0 -1 4202496 30884 0 0 0 496229 6 0 0 25 0 1 0 509259285 563318784 30781 33554432000 134512640 134534564 4289652704 18446744073709551615 134530360 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/21395/statm: 137529 30781 95 6 0 136195 0
[pid=21396] ppid=21392 vsize=234504 CPUtime=4962.41 cores=3
/proc/21396/stat : 21396 (march_hi) R 21392 21392 21138 0 -1 4202496 132264 0 0 0 496222 19 0 0 25 0 1 0 509259285 240132096 38760 33554432000 4194304 4331988 140737214413760 18446744073709551615 255106465328 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/21396/statm: 58626 38760 175 34 0 57068 0
[pid=21397] ppid=21392 vsize=480096 CPUtime=19815.2 cores=4-7
/proc/21397/stat : 21397 (plingeling) S 21392 21392 21138 0 -1 4202496 454036 1249 0 0 1981441 76 0 0 18 0 5 0 509259285 491618304 108447 33554432000 4194304 4356188 140736738454352 18446744073709551615 255118571493 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/21397/statm: 120024 108447 161 40 0 118568 0
[pid=21397/tid=21404] ppid=21392 vsize=480096 CPUtime=4933.35 cores=4-7
/proc/21397/task/21404/stat : 21404 (plingeling) R 21392 21392 21138 0 -1 4202560 92311 1249 0 0 493320 15 0 0 25 0 5 0 509259483 491618304 108447 33554432000 4194304 4356188 140736738454352 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=21397/tid=21405] ppid=21392 vsize=480096 CPUtime=4959 cores=4-7
/proc/21397/task/21405/stat : 21405 (plingeling) R 21392 21392 21138 0 -1 4202560 105459 1249 0 0 495881 19 0 0 25 0 5 0 509259483 491618304 108447 33554432000 4194304 4356188 140736738454352 18446744073709551615 4238570 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=21397/tid=21406] ppid=21392 vsize=480096 CPUtime=4960.39 cores=4-7
/proc/21397/task/21406/stat : 21406 (plingeling) R 21392 21392 21138 0 -1 4202560 113440 1249 0 0 496020 19 0 0 25 0 5 0 509259483 491618304 108447 33554432000 4194304 4356188 140736738454352 18446744073709551615 4330960 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=21397/tid=21407] ppid=21392 vsize=480096 CPUtime=4960.41 cores=4-7
/proc/21397/task/21407/stat : 21407 (plingeling) R 21392 21392 21138 0 -1 4202560 89207 1249 0 0 496027 14 0 0 25 0 5 0 509259483 491618304 108447 33554432000 4194304 4356188 140736738454352 18446744073709551615 4225618 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 39664.7
Current children cumulated vsize (KiB) 3899352



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5004.3 s]
/proc/loadavg: 8.02 8.03 8.00 9/180 21561
/proc/meminfo: memFree=23422728/32951124 swapFree=67111448/67111528
[pid=21392] ppid=21390 vsize=18324 CPUtime=0 cores=0-7
/proc/21392/stat : 21392 (ppfolio) S 21390 21392 21138 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 509259284 18763776 390 33554432000 4194304 4287625 140734597241200 18446744073709551615 255106788879 0 0 4096 65536 11148440567208214527 0 0 17 4 0 0 0
/proc/21392/statm: 4581 390 341 23 0 91 0
[pid=21393] ppid=21392 vsize=1423648 CPUtime=5004.4 cores=0
/proc/21393/stat : 21393 (cryptominisat) R 21392 21392 21138 0 -1 4202496 2671463 0 0 0 499163 1277 0 0 25 0 1 0 509259285 1457815552 79150 33554432000 4194304 4587354 140736493476768 18446744073709551615 4238658 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/21393/statm: 355912 79150 334 96 0 352474 0
[pid=21394] ppid=21392 vsize=1192664 CPUtime=5004.4 cores=1
/proc/21394/stat : 21394 (clasp) R 21392 21392 21138 0 -1 4202496 292200 0 0 0 500320 120 0 0 25 0 1 0 509259285 1221287936 286253 33554432000 4194304 4785740 140735055661856 18446744073709551615 4287241 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/21394/statm: 298166 286253 340 145 0 295211 0
[pid=21395] ppid=21392 vsize=550116 CPUtime=5004.36 cores=2
/proc/21395/stat : 21395 (TNM) R 21392 21392 21138 0 -1 4202496 30884 0 0 0 500430 6 0 0 25 0 1 0 509259285 563318784 30781 33554432000 134512640 134534564 4289652704 18446744073709551615 134528504 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/21395/statm: 137529 30781 95 6 0 136195 0
[pid=21396] ppid=21392 vsize=234504 CPUtime=5004.41 cores=3
/proc/21396/stat : 21396 (march_hi) R 21392 21392 21138 0 -1 4202496 132264 0 0 0 500422 19 0 0 25 0 1 0 509259285 240132096 38760 33554432000 4194304 4331988 140737214413760 18446744073709551615 4226440 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/21396/statm: 58626 38760 175 34 0 57068 0
[pid=21397] ppid=21392 vsize=481120 CPUtime=19983 cores=4-7
/proc/21397/stat : 21397 (plingeling) S 21392 21392 21138 0 -1 4202496 456596 1249 0 0 1998220 76 0 0 18 0 5 0 509259285 492666880 108703 33554432000 4194304 4356188 140736738454352 18446744073709551615 255118571493 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/21397/statm: 120280 108703 161 40 0 118824 0
[pid=21397/tid=21404] ppid=21392 vsize=481120 CPUtime=4975.13 cores=4-7
/proc/21397/task/21404/stat : 21404 (plingeling) R 21392 21392 21138 0 -1 4202560 92311 1249 0 0 497498 15 0 0 25 0 5 0 509259483 492666880 108703 33554432000 4194304 4356188 140736738454352 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=21397/tid=21405] ppid=21392 vsize=481120 CPUtime=5001 cores=4-7
/proc/21397/task/21405/stat : 21405 (plingeling) R 21392 21392 21138 0 -1 4202560 105459 1249 0 0 500081 19 0 0 25 0 5 0 509259483 492666880 108703 33554432000 4194304 4356188 140736738454352 18446744073709551615 4279717 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=21397/tid=21406] ppid=21392 vsize=481120 CPUtime=5002.4 cores=4-7
/proc/21397/task/21406/stat : 21406 (plingeling) R 21392 21392 21138 0 -1 4202560 113440 1249 0 0 500221 19 0 0 25 0 5 0 509259483 492666880 108703 33554432000 4194304 4356188 140736738454352 18446744073709551615 4331072 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=21397/tid=21407] ppid=21392 vsize=481120 CPUtime=5002.41 cores=4-7
/proc/21397/task/21407/stat : 21407 (plingeling) R 21392 21392 21138 0 -1 4202560 91767 1249 0 0 500227 14 0 0 25 0 5 0 509259483 492666880 108703 33554432000 4194304 4356188 140736738454352 18446744073709551615 4330973 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 40000.5
Current children cumulated vsize (KiB) 3900376

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

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

[startup+5004.3 s]
/proc/loadavg: 8.02 8.03 8.00 9/180 21561
/proc/meminfo: memFree=23422728/32951124 swapFree=67111448/67111528
[pid=21392] ppid=21390 vsize=18324 CPUtime=0 cores=0-7
/proc/21392/stat : 21392 (ppfolio) S 21390 21392 21138 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 509259284 18763776 390 33554432000 4194304 4287625 140734597241200 18446744073709551615 255106788879 0 0 4096 65536 11148440567208214527 0 0 17 4 0 0 0
/proc/21392/statm: 4581 390 341 23 0 91 0
[pid=21393] ppid=21392 vsize=1423648 CPUtime=5004.4 cores=0
/proc/21393/stat : 21393 (cryptominisat) R 21392 21392 21138 0 -1 4202496 2671463 0 0 0 499163 1277 0 0 25 0 1 0 509259285 1457815552 79150 33554432000 4194304 4587354 140736493476768 18446744073709551615 4238658 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/21393/statm: 355912 79150 334 96 0 352474 0
[pid=21394] ppid=21392 vsize=1192664 CPUtime=5004.4 cores=1
/proc/21394/stat : 21394 (clasp) R 21392 21392 21138 0 -1 4202496 292200 0 0 0 500320 120 0 0 25 0 1 0 509259285 1221287936 286253 33554432000 4194304 4785740 140735055661856 18446744073709551615 4287241 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/21394/statm: 298166 286253 340 145 0 295211 0
[pid=21395] ppid=21392 vsize=550116 CPUtime=5004.36 cores=2
/proc/21395/stat : 21395 (TNM) R 21392 21392 21138 0 -1 4202496 30884 0 0 0 500430 6 0 0 25 0 1 0 509259285 563318784 30781 33554432000 134512640 134534564 4289652704 18446744073709551615 134528504 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/21395/statm: 137529 30781 95 6 0 136195 0
[pid=21396] ppid=21392 vsize=234504 CPUtime=5004.41 cores=3
/proc/21396/stat : 21396 (march_hi) R 21392 21392 21138 0 -1 4202496 132264 0 0 0 500422 19 0 0 25 0 1 0 509259285 240132096 38760 33554432000 4194304 4331988 140737214413760 18446744073709551615 4226440 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/21396/statm: 58626 38760 175 34 0 57068 0
[pid=21397] ppid=21392 vsize=481120 CPUtime=19983 cores=4-7
/proc/21397/stat : 21397 (plingeling) S 21392 21392 21138 0 -1 4202496 456596 1249 0 0 1998220 76 0 0 18 0 5 0 509259285 492666880 108703 33554432000 4194304 4356188 140736738454352 18446744073709551615 255118571493 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/21397/statm: 120280 108703 161 40 0 118824 0
[pid=21397/tid=21404] ppid=21392 vsize=481120 CPUtime=4975.13 cores=4-7
/proc/21397/task/21404/stat : 21404 (plingeling) R 21392 21392 21138 0 -1 4202560 92311 1249 0 0 497498 15 0 0 25 0 5 0 509259483 492666880 108703 33554432000 4194304 4356188 140736738454352 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=21397/tid=21405] ppid=21392 vsize=481120 CPUtime=5001 cores=4-7
/proc/21397/task/21405/stat : 21405 (plingeling) R 21392 21392 21138 0 -1 4202560 105459 1249 0 0 500081 19 0 0 25 0 5 0 509259483 492666880 108703 33554432000 4194304 4356188 140736738454352 18446744073709551615 4279717 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=21397/tid=21406] ppid=21392 vsize=481120 CPUtime=5002.4 cores=4-7
/proc/21397/task/21406/stat : 21406 (plingeling) R 21392 21392 21138 0 -1 4202560 113440 1249 0 0 500221 19 0 0 25 0 5 0 509259483 492666880 108703 33554432000 4194304 4356188 140736738454352 18446744073709551615 4331072 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=21397/tid=21407] ppid=21392 vsize=481120 CPUtime=5002.41 cores=4-7
/proc/21397/task/21407/stat : 21407 (plingeling) R 21392 21392 21138 0 -1 4202560 91767 1249 0 0 500227 14 0 0 25 0 5 0 509259483 492666880 108703 33554432000 4194304 4356188 140736738454352 18446744073709551615 4330973 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 40000.5
Current children cumulated vsize (KiB) 3900376

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 21392 and gives
#  childrusage.ru_utime.tv_sec=10008
#  childrusage.ru_utime.tv_usec=531471
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=274958
# CPU time returned by wait4() is 10008.8
# while last known CPU time is 40000.5
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 5004.32
CPU time (s): 40000.5
CPU user time (s): 39985.5
CPU system time (s): 14.98
CPU usage (%): 799.32
Max. virtual memory (cumulated for all children) (KiB): 4521088

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 10008.5
system time used= 0.274958
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 163670
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= 382
involuntary context switches= 21449

runsolver used 7.51486 second user time and 19.791 second system time

The end

Launcher Data

Begin job on node144 at 2011-04-30 15:00:32
IDJOB=3275666
IDBENCH=83249
IDSOLVER=1638
FILE ID=node144/3275666-1304168430
RUNJOBID= node144-1304163428-21152
PBS_JOBID= 13170942
Free space on /tmp= 73512 MiB

SOLVER NAME= ppfolio par
BENCH NAME= SAT11/crafted/kullmann/GreenTao/GreenTaok1k2/GreenTao_2-5-5_34308.cnf
COMMAND LINE= ppfolio BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3275666-1304168430/watcher-3275666-1304168430 -o /tmp/evaluation-result-3275666-1304168430/solver-3275666-1304168430 -C 40000 -W 5100 -M 31000  ppfolio HOME/instance-3275666-1304168430.cnf

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

MD5SUM BENCH= 1ef198d3f2d717e33f4f2ba124eb7eb2
RANDOM SEED=1766218626

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      25598008 kB
Buffers:       2129880 kB
Cached:        4614252 kB
SwapCached:         80 kB
Active:         282300 kB
Inactive:      6525080 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      25598008 kB
SwapTotal:    67111528 kB
SwapFree:     67111448 kB
Dirty:           32612 kB
Writeback:           0 kB
AnonPages:       62840 kB
Mapped:          14696 kB
Slab:           481012 kB
PageTables:       4668 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   183908 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= 73504 MiB
End job on node144 at 2011-04-30 16:23:58