Trace number 3221763

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-v700-c2982-S157016908-041.UNKNOWN.cnf
MD5SUM84ed72ef969365b45feb251988bfac3d
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 variables700
Number of clauses2982
Sum of the clauses size8946
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 32982
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-3221763-1304162479/watcher-3221763-1304162479 -o /tmp/evaluation-result-3221763-1304162479/solver-3221763-1304162479 -C 40000 -W 5000 -M 31000 ppfolio HOME/instance-3221763-1304162479.cnf 

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

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


[startup+0 s]
/proc/loadavg: 8.00 8.02 8.00 1/170 9347
/proc/meminfo: memFree=30570268/32951124 swapFree=67110188/67111528
[pid=9347] ppid=9345 vsize=18324 CPUtime=0 cores=0-7
/proc/9347/stat : 9347 (ppfolio) S 9345 9347 8907 0 -1 4202496 521 0 0 0 0 0 0 0 25 0 1 0 527848655 18763776 390 33554432000 4194304 4287625 140735672868576 18446744073709551615 222921797135 0 0 4096 65536 10919038461189029887 0 0 17 6 0 0 0
/proc/9347/statm: 4581 390 341 23 0 91 0

[startup+0.10277 s]
/proc/loadavg: 8.00 8.02 8.00 1/170 9347
/proc/meminfo: memFree=30570268/32951124 swapFree=67110188/67111528
[pid=9347] ppid=9345 vsize=18324 CPUtime=0 cores=0-7
/proc/9347/stat : 9347 (ppfolio) R 9345 9347 8907 0 -1 4202496 521 0 0 0 0 0 0 0 25 0 1 0 527848655 18763776 390 33554432000 4194304 4287625 140735672868576 18446744073709551615 222921797135 0 0 4096 65536 0 0 0 17 6 0 0 0
/proc/9347/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.200752 s]
/proc/loadavg: 8.00 8.02 8.00 1/170 9347
/proc/meminfo: memFree=30570268/32951124 swapFree=67110188/67111528
[pid=9347] ppid=9345 vsize=18324 CPUtime=0 cores=0-7
/proc/9347/stat : 9347 (ppfolio) R 9345 9347 8907 0 -1 4202496 521 0 0 0 0 0 0 0 25 0 1 0 527848655 18763776 390 33554432000 4194304 4287625 140735672868576 18446744073709551615 222921797135 0 0 4096 65536 0 0 0 17 6 0 0 0
/proc/9347/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.300734 s]
/proc/loadavg: 8.00 8.02 8.00 1/170 9347
/proc/meminfo: memFree=30570268/32951124 swapFree=67110188/67111528
[pid=9347] ppid=9345 vsize=18324 CPUtime=0 cores=0-7
/proc/9347/stat : 9347 (ppfolio) S 9345 9347 8907 0 -1 4202496 521 0 0 0 0 0 0 0 25 0 1 0 527848655 18763776 390 33554432000 4194304 4287625 140735672868576 18446744073709551615 222921797135 0 0 4096 65536 10919038461189029887 0 0 17 6 0 0 0
/proc/9347/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.700661 s]
/proc/loadavg: 8.00 8.02 8.00 1/170 9347
/proc/meminfo: memFree=30570268/32951124 swapFree=67110188/67111528
[pid=9347] ppid=9345 vsize=18324 CPUtime=0 cores=0-7
/proc/9347/stat : 9347 (ppfolio) S 9345 9347 8907 0 -1 4202496 521 0 0 0 0 0 0 0 21 0 1 0 527848655 18763776 390 33554432000 4194304 4287625 140735672868576 18446744073709551615 222921797135 0 0 4096 65536 10919038461189029887 0 0 17 6 0 0 0
/proc/9347/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.50051 s]
/proc/loadavg: 8.00 8.02 8.00 9/180 9362
/proc/meminfo: memFree=30551712/32951124 swapFree=67110188/67111528
[pid=9347] ppid=9345 vsize=18324 CPUtime=0 cores=0-7
/proc/9347/stat : 9347 (ppfolio) S 9345 9347 8907 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 527848655 18763776 390 33554432000 4194304 4287625 140735672868576 18446744073709551615 222921797135 0 0 4096 65536 10919038461189029887 0 0 17 6 0 0 0
/proc/9347/statm: 4581 390 341 23 0 91 0
[pid=9348] ppid=9347 vsize=239560 CPUtime=1.49 cores=0
/proc/9348/stat : 9348 (cryptominisat) R 9347 9347 8907 0 -1 4202496 4000 0 0 0 149 0 0 0 20 0 1 0 527848656 245309440 2573 33554432000 4194304 4587354 140734467805344 18446744073709551615 4357665 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/9348/statm: 59890 2573 337 96 0 56452 0
[pid=9349] ppid=9347 vsize=14556 CPUtime=1.49 cores=1
/proc/9349/stat : 9349 (clasp) R 9347 9347 8907 0 -1 4202496 1097 0 0 0 149 0 0 0 20 0 1 0 527848656 14905344 983 33554432000 4194304 4785740 140733257308544 18446744073709551615 4552483 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/9349/statm: 3639 983 340 145 0 684 0
[pid=9350] ppid=9347 vsize=455956 CPUtime=1.49 cores=2
/proc/9350/stat : 9350 (TNM) R 9347 9347 8907 0 -1 4202496 373 0 0 0 149 0 0 0 20 0 1 0 527848656 466898944 270 33554432000 134512640 134534564 4290912160 18446744073709551615 134528302 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/9350/statm: 113989 270 95 6 0 112655 0
[pid=9351] ppid=9347 vsize=8468 CPUtime=1.49 cores=3
/proc/9351/stat : 9351 (march_hi) R 9347 9347 8907 0 -1 4202496 724 0 0 0 149 0 0 0 20 0 1 0 527848656 8671232 617 33554432000 4194304 4331988 140733557720800 18446744073709551615 4229432 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/9351/statm: 2117 617 173 34 0 559 0
[pid=9352] ppid=9347 vsize=123796 CPUtime=5.94 cores=4-7
/proc/9352/stat : 9352 (plingeling) S 9347 9347 8907 0 -1 4202496 3830 1258 0 0 594 0 0 0 19 0 5 0 527848656 126767104 3111 33554432000 4194304 4356188 140737352158832 18446744073709551615 222933579749 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/9352/statm: 30949 3111 164 40 0 29493 0
[pid=9352/tid=9359] ppid=9347 vsize=123796 CPUtime=1.48 cores=4-7
/proc/9352/task/9359/stat : 9359 (plingeling) R 9347 9347 8907 0 -1 4202560 821 1258 0 0 148 0 0 0 20 0 5 0 527848656 126767104 3111 33554432000 4194304 4356188 140737352158832 18446744073709551615 4331416 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=9352/tid=9360] ppid=9347 vsize=123796 CPUtime=1.48 cores=4-7
/proc/9352/task/9360/stat : 9360 (plingeling) R 9347 9347 8907 0 -1 4202560 839 1258 0 0 148 0 0 0 23 0 5 0 527848656 126767104 3111 33554432000 4194304 4356188 140737352158832 18446744073709551615 4234276 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=9352/tid=9361] ppid=9347 vsize=123796 CPUtime=1.48 cores=4-7
/proc/9352/task/9361/stat : 9361 (plingeling) R 9347 9347 8907 0 -1 4202560 909 1258 0 0 148 0 0 0 25 0 5 0 527848656 126767104 3111 33554432000 4194304 4356188 140737352158832 18446744073709551615 4331371 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=9352/tid=9362] ppid=9347 vsize=123796 CPUtime=1.47 cores=4-7
/proc/9352/task/9362/stat : 9362 (plingeling) R 9347 9347 8907 0 -1 4202560 729 1258 0 0 147 0 0 0 25 0 5 0 527848657 126767104 3111 33554432000 4194304 4356188 140737352158832 18446744073709551615 4212094 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 11.9
Current children cumulated vsize (KiB) 860660

[startup+3.10122 s]
/proc/loadavg: 8.08 8.03 8.01 9/180 9362
/proc/meminfo: memFree=30543652/32951124 swapFree=67110188/67111528
[pid=9347] ppid=9345 vsize=18324 CPUtime=0 cores=0-7
/proc/9347/stat : 9347 (ppfolio) S 9345 9347 8907 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 527848655 18763776 390 33554432000 4194304 4287625 140735672868576 18446744073709551615 222921797135 0 0 4096 65536 10919038461189029887 0 0 17 6 0 0 0
/proc/9347/statm: 4581 390 341 23 0 91 0
[pid=9348] ppid=9347 vsize=247524 CPUtime=3.09 cores=0
/proc/9348/stat : 9348 (cryptominisat) R 9347 9347 8907 0 -1 4202496 5073 0 0 0 309 0 0 0 25 0 1 0 527848656 253464576 3159 33554432000 4194304 4587354 140734467805344 18446744073709551615 4238323 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/9348/statm: 61881 3159 337 96 0 58443 0
[pid=9349] ppid=9347 vsize=15496 CPUtime=3.09 cores=1
/proc/9349/stat : 9349 (clasp) R 9347 9347 8907 0 -1 4202496 1339 0 0 0 309 0 0 0 25 0 1 0 527848656 15867904 1225 33554432000 4194304 4785740 140733257308544 18446744073709551615 4553032 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/9349/statm: 3874 1225 340 145 0 919 0
[pid=9350] ppid=9347 vsize=455956 CPUtime=3.09 cores=2
/proc/9350/stat : 9350 (TNM) R 9347 9347 8907 0 -1 4202496 373 0 0 0 309 0 0 0 25 0 1 0 527848656 466898944 270 33554432000 134512640 134534564 4290912160 18446744073709551615 134530515 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/9350/statm: 113989 270 95 6 0 112655 0
[pid=9351] ppid=9347 vsize=9024 CPUtime=3.09 cores=3
/proc/9351/stat : 9351 (march_hi) R 9347 9347 8907 0 -1 4202496 792 0 0 0 309 0 0 0 25 0 1 0 527848656 9240576 685 33554432000 4194304 4331988 140733557720800 18446744073709551615 4226448 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/9351/statm: 2256 685 173 34 0 698 0
[pid=9352] ppid=9347 vsize=123284 CPUtime=12.34 cores=4-7
/proc/9352/stat : 9352 (plingeling) S 9347 9347 8907 0 -1 4202496 3990 1258 0 0 1234 0 0 0 19 0 5 0 527848656 126242816 2983 33554432000 4194304 4356188 140737352158832 18446744073709551615 222933579749 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/9352/statm: 30821 2983 164 40 0 29365 0
[pid=9352/tid=9359] ppid=9347 vsize=123284 CPUtime=3.08 cores=4-7
/proc/9352/task/9359/stat : 9359 (plingeling) R 9347 9347 8907 0 -1 4202560 885 1258 0 0 308 0 0 0 25 0 5 0 527848656 126242816 2983 33554432000 4194304 4356188 140737352158832 18446744073709551615 4279978 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=9352/tid=9360] ppid=9347 vsize=123284 CPUtime=3.08 cores=4-7
/proc/9352/task/9360/stat : 9360 (plingeling) R 9347 9347 8907 0 -1 4202560 871 1258 0 0 308 0 0 0 25 0 5 0 527848656 126242816 2983 33554432000 4194304 4356188 140737352158832 18446744073709551615 4331106 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=9352/tid=9361] ppid=9347 vsize=123284 CPUtime=3.08 cores=4-7
/proc/9352/task/9361/stat : 9361 (plingeling) R 9347 9347 8907 0 -1 4202560 973 1258 0 0 308 0 0 0 25 0 5 0 527848656 126242816 2983 33554432000 4194304 4356188 140737352158832 18446744073709551615 4331060 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=9352/tid=9362] ppid=9347 vsize=123284 CPUtime=3.07 cores=4-7
/proc/9352/task/9362/stat : 9362 (plingeling) R 9347 9347 8907 0 -1 4202560 729 1258 0 0 307 0 0 0 25 0 5 0 527848657 126242816 2983 33554432000 4194304 4356188 140737352158832 18446744073709551615 4332046 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 24.7
Current children cumulated vsize (KiB) 869608

[startup+6.30064 s]
/proc/loadavg: 8.08 8.03 8.01 9/180 9362
/proc/meminfo: memFree=30528920/32951124 swapFree=67110188/67111528
[pid=9347] ppid=9345 vsize=18324 CPUtime=0 cores=0-7
/proc/9347/stat : 9347 (ppfolio) S 9345 9347 8907 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 527848655 18763776 390 33554432000 4194304 4287625 140735672868576 18446744073709551615 222921797135 0 0 4096 65536 10919038461189029887 0 0 17 6 0 0 0
/proc/9347/statm: 4581 390 341 23 0 91 0
[pid=9348] ppid=9347 vsize=261940 CPUtime=6.29 cores=0
/proc/9348/stat : 9348 (cryptominisat) R 9347 9347 8907 0 -1 4202496 6953 0 0 0 629 0 0 0 25 0 1 0 527848656 268226560 5024 33554432000 4194304 4587354 140734467805344 18446744073709551615 4230288 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/9348/statm: 65485 5024 337 96 0 62047 0
[pid=9349] ppid=9347 vsize=16768 CPUtime=6.29 cores=1
/proc/9349/stat : 9349 (clasp) R 9347 9347 8907 0 -1 4202496 1650 0 0 0 629 0 0 0 25 0 1 0 527848656 17170432 1536 33554432000 4194304 4785740 140733257308544 18446744073709551615 4416781 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/9349/statm: 4192 1536 340 145 0 1237 0
[pid=9350] ppid=9347 vsize=455956 CPUtime=6.29 cores=2
/proc/9350/stat : 9350 (TNM) R 9347 9347 8907 0 -1 4202496 373 0 0 0 629 0 0 0 25 0 1 0 527848656 466898944 270 33554432000 134512640 134534564 4290912160 18446744073709551615 134530712 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/9350/statm: 113989 270 95 6 0 112655 0
[pid=9351] ppid=9347 vsize=9520 CPUtime=6.29 cores=3
/proc/9351/stat : 9351 (march_hi) R 9347 9347 8907 0 -1 4202496 942 0 0 0 629 0 0 0 25 0 1 0 527848656 9748480 835 33554432000 4194304 4331988 140733557720800 18446744073709551615 4229357 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/9351/statm: 2380 835 173 34 0 822 0
[pid=9352] ppid=9347 vsize=124588 CPUtime=25.12 cores=4-7
/proc/9352/stat : 9352 (plingeling) S 9347 9347 8907 0 -1 4202496 6332 1258 0 0 2512 0 0 0 19 0 5 0 527848656 127578112 3309 33554432000 4194304 4356188 140737352158832 18446744073709551615 222933579749 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/9352/statm: 31147 3309 164 40 0 29691 0
[pid=9352/tid=9359] ppid=9347 vsize=124588 CPUtime=6.28 cores=4-7
/proc/9352/task/9359/stat : 9359 (plingeling) R 9347 9347 8907 0 -1 4202560 1527 1258 0 0 628 0 0 0 25 0 5 0 527848656 127578112 3309 33554432000 4194304 4356188 140737352158832 18446744073709551615 4334538 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=9352/tid=9360] ppid=9347 vsize=124588 CPUtime=6.28 cores=4-7
/proc/9352/task/9360/stat : 9360 (plingeling) R 9347 9347 8907 0 -1 4202560 1577 1258 0 0 628 0 0 0 25 0 5 0 527848656 127578112 3309 33554432000 4194304 4356188 140737352158832 18446744073709551615 4331328 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=9352/tid=9361] ppid=9347 vsize=124588 CPUtime=6.28 cores=4-7
/proc/9352/task/9361/stat : 9361 (plingeling) R 9347 9347 8907 0 -1 4202560 1550 1258 0 0 628 0 0 0 25 0 5 0 527848656 127578112 3309 33554432000 4194304 4356188 140737352158832 18446744073709551615 4332046 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=9352/tid=9362] ppid=9347 vsize=124588 CPUtime=6.25 cores=4-7
/proc/9352/task/9362/stat : 9362 (plingeling) R 9347 9347 8907 0 -1 4202560 1146 1258 0 0 625 0 0 0 25 0 5 0 527848657 127578112 3309 33554432000 4194304 4356188 140737352158832 18446744073709551615 4331407 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 50.28
Current children cumulated vsize (KiB) 887096

[startup+12.7005 s]
/proc/loadavg: 8.07 8.03 8.00 9/180 9362
/proc/meminfo: memFree=30519800/32951124 swapFree=67110188/67111528
[pid=9347] ppid=9345 vsize=18324 CPUtime=0 cores=0-7
/proc/9347/stat : 9347 (ppfolio) S 9345 9347 8907 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 527848655 18763776 390 33554432000 4194304 4287625 140735672868576 18446744073709551615 222921797135 0 0 4096 65536 10919038461189029887 0 0 17 6 0 0 0
/proc/9347/statm: 4581 390 341 23 0 91 0
[pid=9348] ppid=9347 vsize=269064 CPUtime=12.69 cores=0
/proc/9348/stat : 9348 (cryptominisat) R 9347 9347 8907 0 -1 4202496 8892 0 0 0 1268 1 0 0 25 0 1 0 527848656 275521536 6188 33554432000 4194304 4587354 140734467805344 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/9348/statm: 67266 6188 337 96 0 63828 0
[pid=9349] ppid=9347 vsize=18580 CPUtime=12.69 cores=1
/proc/9349/stat : 9349 (clasp) R 9347 9347 8907 0 -1 4202496 2100 0 0 0 1269 0 0 0 25 0 1 0 527848656 19025920 1986 33554432000 4194304 4785740 140733257308544 18446744073709551615 4552958 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/9349/statm: 4645 1986 340 145 0 1690 0
[pid=9350] ppid=9347 vsize=455956 CPUtime=12.69 cores=2
/proc/9350/stat : 9350 (TNM) R 9347 9347 8907 0 -1 4202496 373 0 0 0 1269 0 0 0 25 0 1 0 527848656 466898944 270 33554432000 134512640 134534564 4290912160 18446744073709551615 134525871 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/9350/statm: 113989 270 95 6 0 112655 0
[pid=9351] ppid=9347 vsize=10948 CPUtime=12.69 cores=3
/proc/9351/stat : 9351 (march_hi) R 9347 9347 8907 0 -1 4202496 1197 0 0 0 1269 0 0 0 25 0 1 0 527848656 11210752 1090 33554432000 4194304 4331988 140733557720800 18446744073709551615 4229471 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/9351/statm: 2737 1090 173 34 0 1179 0
[pid=9352] ppid=9347 vsize=130500 CPUtime=50.68 cores=4-7
/proc/9352/stat : 9352 (plingeling) S 9347 9347 8907 0 -1 4202496 11714 1258 0 0 5067 1 0 0 19 0 5 0 527848656 133632000 4787 33554432000 4194304 4356188 140737352158832 18446744073709551615 222933579749 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/9352/statm: 32625 4787 164 40 0 31169 0
[pid=9352/tid=9359] ppid=9347 vsize=130500 CPUtime=12.68 cores=4-7
/proc/9352/task/9359/stat : 9359 (plingeling) R 9347 9347 8907 0 -1 4202560 2904 1258 0 0 1268 0 0 0 25 0 5 0 527848656 133632000 4787 33554432000 4194304 4356188 140737352158832 18446744073709551615 4330999 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=9352/tid=9360] ppid=9347 vsize=130500 CPUtime=12.68 cores=4-7
/proc/9352/task/9360/stat : 9360 (plingeling) R 9347 9347 8907 0 -1 4202560 2921 1258 0 0 1268 0 0 0 25 0 5 0 527848656 133632000 4787 33554432000 4194304 4356188 140737352158832 18446744073709551615 4332046 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=9352/tid=9361] ppid=9347 vsize=130500 CPUtime=12.68 cores=4-7
/proc/9352/task/9361/stat : 9361 (plingeling) R 9347 9347 8907 0 -1 4202560 2863 1258 0 0 1268 0 0 0 25 0 5 0 527848656 133632000 4787 33554432000 4194304 4356188 140737352158832 18446744073709551615 4332026 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=9352/tid=9362] ppid=9347 vsize=130500 CPUtime=12.61 cores=4-7
/proc/9352/task/9362/stat : 9362 (plingeling) R 9347 9347 8907 0 -1 4202560 2494 1258 0 0 1261 0 0 0 25 0 5 0 527848657 133632000 4787 33554432000 4194304 4356188 140737352158832 18446744073709551615 4331992 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 101.44
Current children cumulated vsize (KiB) 903372

[startup+25.5011 s]
/proc/loadavg: 8.06 8.03 8.00 9/180 9363
/proc/meminfo: memFree=30506064/32951124 swapFree=67110188/67111528
[pid=9347] ppid=9345 vsize=18324 CPUtime=0 cores=0-7
/proc/9347/stat : 9347 (ppfolio) S 9345 9347 8907 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 527848655 18763776 390 33554432000 4194304 4287625 140735672868576 18446744073709551615 222921797135 0 0 4096 65536 10919038461189029887 0 0 17 6 0 0 0
/proc/9347/statm: 4581 390 341 23 0 91 0
[pid=9348] ppid=9347 vsize=259684 CPUtime=25.49 cores=0
/proc/9348/stat : 9348 (cryptominisat) R 9347 9347 8907 0 -1 4202496 12421 0 0 0 2547 2 0 0 25 0 1 0 527848656 265916416 6868 33554432000 4194304 4587354 140734467805344 18446744073709551615 4230209 0 0 4096 2 0 0 0 17 0 0 0 0

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

[pid=9350] ppid=9347 vsize=455960 CPUtime=4842.42 cores=2
/proc/9350/stat : 9350 (TNM) R 9347 9347 8907 0 -1 4202496 382 0 0 0 484241 1 0 0 25 0 1 0 527848656 466903040 279 33554432000 134512640 134534564 4290912160 18446744073709551615 134529640 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/9350/statm: 113990 279 103 6 0 112656 0
[pid=9351] ppid=9347 vsize=838660 CPUtime=4842.44 cores=3
/proc/9351/stat : 9351 (march_hi) R 9347 9347 8907 0 -1 4202496 158779 0 0 0 484128 116 0 0 25 0 1 0 527848656 858787840 158672 33554432000 4194304 4331988 140733557720800 18446744073709551615 4209134 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/9351/statm: 209665 158672 173 34 0 208107 0
[pid=9352] ppid=9347 vsize=284548 CPUtime=19341.9 cores=4-7
/proc/9352/stat : 9352 (plingeling) S 9347 9347 8907 0 -1 4202496 887442 1258 0 0 1934063 132 0 0 19 0 5 0 527848656 291377152 43260 33554432000 4194304 4356188 140737352158832 18446744073709551615 222933579749 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/9352/statm: 71137 43260 164 40 0 69681 0
[pid=9352/tid=9359] ppid=9347 vsize=284548 CPUtime=4842.3 cores=4-7
/proc/9352/task/9359/stat : 9359 (plingeling) R 9347 9347 8907 0 -1 4202560 224188 1258 0 0 484201 29 0 0 25 0 5 0 527848656 291377152 43260 33554432000 4194304 4356188 140737352158832 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=9352/tid=9360] ppid=9347 vsize=284548 CPUtime=4841.79 cores=4-7
/proc/9352/task/9360/stat : 9360 (plingeling) R 9347 9347 8907 0 -1 4202560 217581 1258 0 0 484145 34 0 0 25 0 5 0 527848656 291377152 43260 33554432000 4194304 4356188 140737352158832 18446744073709551615 4331045 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=9352/tid=9361] ppid=9347 vsize=284548 CPUtime=4841.81 cores=4-7
/proc/9352/task/9361/stat : 9361 (plingeling) R 9347 9347 8907 0 -1 4202560 225107 1258 0 0 484145 36 0 0 25 0 5 0 527848656 291377152 43260 33554432000 4194304 4356188 140737352158832 18446744073709551615 4331264 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=9352/tid=9362] ppid=9347 vsize=284548 CPUtime=4816.01 cores=4-7
/proc/9352/task/9362/stat : 9362 (plingeling) R 9347 9347 8907 0 -1 4202560 220034 1258 0 0 481570 31 0 0 25 0 5 0 527848657 291377152 43260 33554432000 4194304 4356188 140737352158832 18446744073709551615 4332046 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 38711.7
Current children cumulated vsize (KiB) 2008468

[startup+4902.3 s]
/proc/loadavg: 8.08 8.07 8.00 9/180 9505
/proc/meminfo: memFree=29553640/32951124 swapFree=67110188/67111528
[pid=9347] ppid=9345 vsize=18324 CPUtime=0 cores=0-7
/proc/9347/stat : 9347 (ppfolio) S 9345 9347 8907 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 527848655 18763776 390 33554432000 4194304 4287625 140735672868576 18446744073709551615 222921797135 0 0 4096 65536 10919038461189029887 0 0 17 6 0 0 0
/proc/9347/statm: 4581 390 341 23 0 91 0
[pid=9348] ppid=9347 vsize=338880 CPUtime=4902.43 cores=0
/proc/9348/stat : 9348 (cryptominisat) R 9347 9347 8907 0 -1 4202496 354854 0 0 0 490079 164 0 0 25 0 1 0 527848656 347013120 31249 33554432000 4194304 4587354 140734467805344 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/9348/statm: 84720 31249 337 96 0 81282 0
[pid=9349] ppid=9347 vsize=72096 CPUtime=4902.41 cores=1
/proc/9349/stat : 9349 (clasp) R 9347 9347 8907 0 -1 4202496 14330 0 0 0 490237 4 0 0 25 0 1 0 527848656 73826304 14216 33554432000 4194304 4785740 140733257308544 18446744073709551615 4550449 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/9349/statm: 18024 14216 341 145 0 15069 0
[pid=9350] ppid=9347 vsize=455960 CPUtime=4902.42 cores=2
/proc/9350/stat : 9350 (TNM) R 9347 9347 8907 0 -1 4202496 382 0 0 0 490241 1 0 0 25 0 1 0 527848656 466903040 279 33554432000 134512640 134534564 4290912160 18446744073709551615 134528451 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/9350/statm: 113990 279 103 6 0 112656 0
[pid=9351] ppid=9347 vsize=838660 CPUtime=4902.44 cores=3
/proc/9351/stat : 9351 (march_hi) R 9347 9347 8907 0 -1 4202496 160756 0 0 0 490126 118 0 0 25 0 1 0 527848656 858787840 160649 33554432000 4194304 4331988 140733557720800 18446744073709551615 4226474 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/9351/statm: 209665 160649 173 34 0 208107 0
[pid=9352] ppid=9347 vsize=307716 CPUtime=19581.6 cores=4-7
/proc/9352/stat : 9352 (plingeling) S 9347 9347 8907 0 -1 4202496 895698 1258 0 0 1958028 133 0 0 19 0 5 0 527848656 315101184 49052 33554432000 4194304 4356188 140737352158832 18446744073709551615 222933579749 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/9352/statm: 76929 49052 164 40 0 75473 0
[pid=9352/tid=9359] ppid=9347 vsize=307716 CPUtime=4902.3 cores=4-7
/proc/9352/task/9359/stat : 9359 (plingeling) R 9347 9347 8907 0 -1 4202560 229724 1258 0 0 490200 30 0 0 25 0 5 0 527848656 315101184 49052 33554432000 4194304 4356188 140737352158832 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=9352/tid=9360] ppid=9347 vsize=307716 CPUtime=4901.79 cores=4-7
/proc/9352/task/9360/stat : 9360 (plingeling) R 9347 9347 8907 0 -1 4202560 218861 1258 0 0 490145 34 0 0 25 0 5 0 527848656 315101184 49052 33554432000 4194304 4356188 140737352158832 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=9352/tid=9361] ppid=9347 vsize=307716 CPUtime=4901.8 cores=4-7
/proc/9352/task/9361/stat : 9361 (plingeling) R 9347 9347 8907 0 -1 4202560 225363 1258 0 0 490144 36 0 0 25 0 5 0 527848656 315101184 49052 33554432000 4194304 4356188 140737352158832 18446744073709551615 4332165 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=9352/tid=9362] ppid=9347 vsize=307716 CPUtime=4875.68 cores=4-7
/proc/9352/task/9362/stat : 9362 (plingeling) R 9347 9347 8907 0 -1 4202560 221218 1258 0 0 487537 31 0 0 25 0 5 0 527848657 315101184 49052 33554432000 4194304 4356188 140737352158832 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 39191.3
Current children cumulated vsize (KiB) 2031636

[startup+4962.3 s]
/proc/loadavg: 8.08 8.07 8.00 9/180 9506
/proc/meminfo: memFree=29551112/32951124 swapFree=67110188/67111528
[pid=9347] ppid=9345 vsize=18324 CPUtime=0 cores=0-7
/proc/9347/stat : 9347 (ppfolio) S 9345 9347 8907 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 527848655 18763776 390 33554432000 4194304 4287625 140735672868576 18446744073709551615 222921797135 0 0 4096 65536 10919038461189029887 0 0 17 6 0 0 0
/proc/9347/statm: 4581 390 341 23 0 91 0
[pid=9348] ppid=9347 vsize=415220 CPUtime=4962.44 cores=0
/proc/9348/stat : 9348 (cryptominisat) R 9347 9347 8907 0 -1 4202496 360558 0 0 0 496078 166 0 0 25 0 1 0 527848656 425185280 34131 33554432000 4194304 4587354 140734467805344 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/9348/statm: 103805 34131 337 96 0 100367 0
[pid=9349] ppid=9347 vsize=72096 CPUtime=4962.41 cores=1
/proc/9349/stat : 9349 (clasp) R 9347 9347 8907 0 -1 4202496 14338 0 0 0 496237 4 0 0 25 0 1 0 527848656 73826304 14224 33554432000 4194304 4785740 140733257308544 18446744073709551615 4552970 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/9349/statm: 18024 14224 341 145 0 15069 0
[pid=9350] ppid=9347 vsize=455960 CPUtime=4962.42 cores=2
/proc/9350/stat : 9350 (TNM) R 9347 9347 8907 0 -1 4202496 382 0 0 0 496241 1 0 0 25 0 1 0 527848656 466903040 279 33554432000 134512640 134534564 4290912160 18446744073709551615 134529662 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/9350/statm: 113990 279 103 6 0 112656 0
[pid=9351] ppid=9347 vsize=838660 CPUtime=4962.43 cores=3
/proc/9351/stat : 9351 (march_hi) R 9347 9347 8907 0 -1 4202496 162659 0 0 0 496124 119 0 0 25 0 1 0 527848656 858787840 162552 33554432000 4194304 4331988 140733557720800 18446744073709551615 4226400 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/9351/statm: 209665 162552 173 34 0 208107 0
[pid=9352] ppid=9347 vsize=289668 CPUtime=19821.3 cores=4-7
/proc/9352/stat : 9352 (plingeling) S 9347 9347 8907 0 -1 4202496 902674 1258 0 0 1981994 134 0 0 19 0 5 0 527848656 296620032 44540 33554432000 4194304 4356188 140737352158832 18446744073709551615 222933579749 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/9352/statm: 72417 44540 164 40 0 70961 0
[pid=9352/tid=9359] ppid=9347 vsize=289668 CPUtime=4962.3 cores=4-7
/proc/9352/task/9359/stat : 9359 (plingeling) R 9347 9347 8907 0 -1 4202560 231900 1258 0 0 496200 30 0 0 25 0 5 0 527848656 296620032 44540 33554432000 4194304 4356188 140737352158832 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=9352/tid=9360] ppid=9347 vsize=289668 CPUtime=4961.79 cores=4-7
/proc/9352/task/9360/stat : 9360 (plingeling) R 9347 9347 8907 0 -1 4202560 220173 1258 0 0 496144 35 0 0 25 0 5 0 527848656 296620032 44540 33554432000 4194304 4356188 140737352158832 18446744073709551615 4331173 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=9352/tid=9361] ppid=9347 vsize=289668 CPUtime=4961.8 cores=4-7
/proc/9352/task/9361/stat : 9361 (plingeling) R 9347 9347 8907 0 -1 4202560 227571 1258 0 0 496144 36 0 0 25 0 5 0 527848656 296620032 44540 33554432000 4194304 4356188 140737352158832 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=9352/tid=9362] ppid=9347 vsize=289668 CPUtime=4935.35 cores=4-7
/proc/9352/task/9362/stat : 9362 (plingeling) R 9347 9347 8907 0 -1 4202560 222498 1258 0 0 493504 31 0 0 25 0 5 0 527848657 296620032 44540 33554432000 4194304 4356188 140737352158832 18446744073709551615 4332026 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 39671
Current children cumulated vsize (KiB) 2089928



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+5000 s]
/proc/loadavg: 8.11 8.07 8.00 9/180 9507
/proc/meminfo: memFree=29558032/32951124 swapFree=67110188/67111528
[pid=9347] ppid=9345 vsize=18324 CPUtime=0 cores=0-7
/proc/9347/stat : 9347 (ppfolio) S 9345 9347 8907 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 527848655 18763776 390 33554432000 4194304 4287625 140735672868576 18446744073709551615 222921797135 0 0 4096 65536 10919038461189029887 0 0 17 6 0 0 0
/proc/9347/statm: 4581 390 341 23 0 91 0
[pid=9348] ppid=9347 vsize=415220 CPUtime=5000.15 cores=0
/proc/9348/stat : 9348 (cryptominisat) R 9347 9347 8907 0 -1 4202496 362862 0 0 0 499848 167 0 0 25 0 1 0 527848656 425185280 36385 33554432000 4194304 4587354 140734467805344 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/9348/statm: 103805 36385 337 96 0 100367 0
[pid=9349] ppid=9347 vsize=72096 CPUtime=5000.12 cores=1
/proc/9349/stat : 9349 (clasp) R 9347 9347 8907 0 -1 4202496 14338 0 0 0 500008 4 0 0 25 0 1 0 527848656 73826304 14224 33554432000 4194304 4785740 140733257308544 18446744073709551615 4287241 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/9349/statm: 18024 14224 341 145 0 15069 0
[pid=9350] ppid=9347 vsize=455960 CPUtime=5000.13 cores=2
/proc/9350/stat : 9350 (TNM) R 9347 9347 8907 0 -1 4202496 382 0 0 0 500012 1 0 0 25 0 1 0 527848656 466903040 279 33554432000 134512640 134534564 4290912160 18446744073709551615 134530659 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/9350/statm: 113990 279 103 6 0 112656 0
[pid=9351] ppid=9347 vsize=838660 CPUtime=5000.15 cores=3
/proc/9351/stat : 9351 (march_hi) R 9347 9347 8907 0 -1 4202496 163814 0 0 0 499894 121 0 0 25 0 1 0 527848656 858787840 163707 33554432000 4194304 4331988 140733557720800 18446744073709551615 4229363 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/9351/statm: 209665 163707 173 34 0 208107 0
[pid=9352] ppid=9347 vsize=269700 CPUtime=19971.9 cores=4-7
/proc/9352/stat : 9352 (plingeling) S 9347 9347 8907 0 -1 4202496 904114 1258 0 0 1997056 134 0 0 19 0 5 0 527848656 276172800 39548 33554432000 4194304 4356188 140737352158832 18446744073709551615 222933579749 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/9352/statm: 67425 39548 164 40 0 65969 0
[pid=9352/tid=9359] ppid=9347 vsize=269700 CPUtime=5000.01 cores=4-7
/proc/9352/task/9359/stat : 9359 (plingeling) R 9347 9347 8907 0 -1 4202560 231932 1258 0 0 499971 30 0 0 25 0 5 0 527848656 276172800 39548 33554432000 4194304 4356188 140737352158832 18446744073709551615 4330990 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=9352/tid=9360] ppid=9347 vsize=269700 CPUtime=4999.5 cores=4-7
/proc/9352/task/9360/stat : 9360 (plingeling) R 9347 9347 8907 0 -1 4202560 220429 1258 0 0 499915 35 0 0 25 0 5 0 527848656 276172800 39548 33554432000 4194304 4356188 140737352158832 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=9352/tid=9361] ppid=9347 vsize=269700 CPUtime=4999.5 cores=4-7
/proc/9352/task/9361/stat : 9361 (plingeling) R 9347 9347 8907 0 -1 4202560 227571 1258 0 0 499914 36 0 0 25 0 5 0 527848656 276172800 39548 33554432000 4194304 4356188 140737352158832 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=9352/tid=9362] ppid=9347 vsize=269700 CPUtime=4972.86 cores=4-7
/proc/9352/task/9362/stat : 9362 (plingeling) R 9347 9347 8907 0 -1 4202560 223650 1258 0 0 497254 32 0 0 25 0 5 0 527848657 276172800 39548 33554432000 4194304 4356188 140737352158832 18446744073709551615 4332046 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 39972.4
Current children cumulated vsize (KiB) 2069960

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

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

[startup+5000 s]
/proc/loadavg: 8.11 8.07 8.00 9/180 9507
/proc/meminfo: memFree=29558032/32951124 swapFree=67110188/67111528
[pid=9347] ppid=9345 vsize=18324 CPUtime=0 cores=0-7
/proc/9347/stat : 9347 (ppfolio) S 9345 9347 8907 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 527848655 18763776 390 33554432000 4194304 4287625 140735672868576 18446744073709551615 222921797135 0 0 4096 65536 10919038461189029887 0 0 17 6 0 0 0
/proc/9347/statm: 4581 390 341 23 0 91 0
[pid=9348] ppid=9347 vsize=415220 CPUtime=5000.15 cores=0
/proc/9348/stat : 9348 (cryptominisat) R 9347 9347 8907 0 -1 4202496 362862 0 0 0 499848 167 0 0 25 0 1 0 527848656 425185280 36385 33554432000 4194304 4587354 140734467805344 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/9348/statm: 103805 36385 337 96 0 100367 0
[pid=9349] ppid=9347 vsize=72096 CPUtime=5000.12 cores=1
/proc/9349/stat : 9349 (clasp) R 9347 9347 8907 0 -1 4202496 14338 0 0 0 500008 4 0 0 25 0 1 0 527848656 73826304 14224 33554432000 4194304 4785740 140733257308544 18446744073709551615 4287241 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/9349/statm: 18024 14224 341 145 0 15069 0
[pid=9350] ppid=9347 vsize=455960 CPUtime=5000.13 cores=2
/proc/9350/stat : 9350 (TNM) R 9347 9347 8907 0 -1 4202496 382 0 0 0 500012 1 0 0 25 0 1 0 527848656 466903040 279 33554432000 134512640 134534564 4290912160 18446744073709551615 134530659 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/9350/statm: 113990 279 103 6 0 112656 0
[pid=9351] ppid=9347 vsize=838660 CPUtime=5000.15 cores=3
/proc/9351/stat : 9351 (march_hi) R 9347 9347 8907 0 -1 4202496 163814 0 0 0 499894 121 0 0 25 0 1 0 527848656 858787840 163707 33554432000 4194304 4331988 140733557720800 18446744073709551615 4229363 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/9351/statm: 209665 163707 173 34 0 208107 0
[pid=9352] ppid=9347 vsize=269700 CPUtime=19971.9 cores=4-7
/proc/9352/stat : 9352 (plingeling) S 9347 9347 8907 0 -1 4202496 904114 1258 0 0 1997056 134 0 0 19 0 5 0 527848656 276172800 39548 33554432000 4194304 4356188 140737352158832 18446744073709551615 222933579749 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/9352/statm: 67425 39548 164 40 0 65969 0
[pid=9352/tid=9359] ppid=9347 vsize=269700 CPUtime=5000.01 cores=4-7
/proc/9352/task/9359/stat : 9359 (plingeling) R 9347 9347 8907 0 -1 4202560 231932 1258 0 0 499971 30 0 0 25 0 5 0 527848656 276172800 39548 33554432000 4194304 4356188 140737352158832 18446744073709551615 4330990 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=9352/tid=9360] ppid=9347 vsize=269700 CPUtime=4999.5 cores=4-7
/proc/9352/task/9360/stat : 9360 (plingeling) R 9347 9347 8907 0 -1 4202560 220429 1258 0 0 499915 35 0 0 25 0 5 0 527848656 276172800 39548 33554432000 4194304 4356188 140737352158832 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=9352/tid=9361] ppid=9347 vsize=269700 CPUtime=4999.5 cores=4-7
/proc/9352/task/9361/stat : 9361 (plingeling) R 9347 9347 8907 0 -1 4202560 227571 1258 0 0 499914 36 0 0 25 0 5 0 527848656 276172800 39548 33554432000 4194304 4356188 140737352158832 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=9352/tid=9362] ppid=9347 vsize=269700 CPUtime=4972.86 cores=4-7
/proc/9352/task/9362/stat : 9362 (plingeling) R 9347 9347 8907 0 -1 4202560 223650 1258 0 0 497254 32 0 0 25 0 5 0 527848657 276172800 39548 33554432000 4194304 4356188 140737352158832 18446744073709551615 4332046 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 39972.4
Current children cumulated vsize (KiB) 2069960

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 9347 and gives
#  childrusage.ru_utime.tv_sec=14998
#  childrusage.ru_utime.tv_usec=690852
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=753733
# CPU time returned by wait4() is 15000.4
# 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.27
CPU usage (%): 799.446
Max. virtual memory (cumulated for all children) (KiB): 2248056

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 14998.7
system time used= 1.75373
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 378118
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= 689
involuntary context switches= 78767

runsolver used 8.09877 second user time and 19.1811 second system time

The end

Launcher Data

Begin job on node109 at 2011-04-30 13:21:19
IDJOB=3221763
IDBENCH=82977
IDSOLVER=1638
FILE ID=node109/3221763-1304162479
RUNJOBID= node109-1304161229-8921
PBS_JOBID= 13170931
Free space on /tmp= 73028 MiB

SOLVER NAME= ppfolio par
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v700-c2982-S157016908-041.UNKNOWN.cnf
COMMAND LINE= ppfolio BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3221763-1304162479/watcher-3221763-1304162479 -o /tmp/evaluation-result-3221763-1304162479/solver-3221763-1304162479 -C 40000 -W 5000 -M 31000  ppfolio HOME/instance-3221763-1304162479.cnf

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

MD5SUM BENCH= 84ed72ef969365b45feb251988bfac3d
RANDOM SEED=565181079

node109.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.809
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.61
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.809
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.809
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.809
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.75
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.809
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.809
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.809
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.82
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.809
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:      30570300 kB
Buffers:        788068 kB
Cached:        1135480 kB
SwapCached:        712 kB
Active:         172180 kB
Inactive:      1814980 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30570300 kB
SwapTotal:    67111528 kB
SwapFree:     67110188 kB
Dirty:            9872 kB
Writeback:           0 kB
AnonPages:       63272 kB
Mapped:          14244 kB
Slab:           325928 kB
PageTables:       5212 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   185712 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= 73020 MiB
End job on node109 at 2011-04-30 14:44:41