Trace number 3219903

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.1 5000.02

General information on the benchmark

Namerandom/large/
unif-k7-r85-v250-c21250-S1274193329-021-UNKNOWN.cnf
MD5SUM3c4691c1028b5642345f341166405cb7
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 variables250
Number of clauses21250
Sum of the clauses size148750
Maximum clause length7
Minimum clause length7
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 521250

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-3219903-1304154803/watcher-3219903-1304154803 -o /tmp/evaluation-result-3219903-1304154803/solver-3219903-1304154803 -C 40000 -W 5000 -M 31000 ppfolio HOME/instance-3219903-1304154803.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.09 8.05 8.01 1/170 26370
/proc/meminfo: memFree=30377732/32950928 swapFree=67111428/67111528
[pid=26370] ppid=26368 vsize=18324 CPUtime=0 cores=0-7
/proc/26370/stat : 26370 (ppfolio) S 26368 26370 25869 0 -1 4202496 524 0 0 0 0 0 0 0 25 0 1 0 527080156 18763776 390 33554432000 4194304 4287625 140734515558688 18446744073709551615 248089718287 0 0 4096 65536 4599380700901146623 0 0 17 2 0 0 0
/proc/26370/statm: 4581 390 341 23 0 91 0

[startup+0.0264741 s]
/proc/loadavg: 8.09 8.05 8.01 1/170 26370
/proc/meminfo: memFree=30377732/32950928 swapFree=67111428/67111528
[pid=26370] ppid=26368 vsize=18324 CPUtime=0 cores=0-7
/proc/26370/stat : 26370 (ppfolio) S 26368 26370 25869 0 -1 4202496 524 0 0 0 0 0 0 0 25 0 1 0 527080156 18763776 390 33554432000 4194304 4287625 140734515558688 18446744073709551615 248089718287 0 0 4096 65536 4599380700901146623 0 0 17 6 0 0 0
/proc/26370/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.164452 s]
/proc/loadavg: 8.09 8.05 8.01 1/170 26370
/proc/meminfo: memFree=30377732/32950928 swapFree=67111428/67111528
[pid=26370] ppid=26368 vsize=18324 CPUtime=0 cores=0-7
/proc/26370/stat : 26370 (ppfolio) S 26368 26370 25869 0 -1 4202496 524 0 0 0 0 0 0 0 25 0 1 0 527080156 18763776 390 33554432000 4194304 4287625 140734515558688 18446744073709551615 248089718287 0 0 4096 65536 4599380700901146623 0 0 17 6 0 0 0
/proc/26370/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.300428 s]
/proc/loadavg: 8.09 8.05 8.01 1/170 26370
/proc/meminfo: memFree=30377732/32950928 swapFree=67111428/67111528
[pid=26370] ppid=26368 vsize=18324 CPUtime=0 cores=0-7
/proc/26370/stat : 26370 (ppfolio) S 26368 26370 25869 0 -1 4202496 524 0 0 0 0 0 0 0 25 0 1 0 527080156 18763776 390 33554432000 4194304 4287625 140734515558688 18446744073709551615 248089718287 0 0 4096 65536 4599380700901146623 0 0 17 6 0 0 0
/proc/26370/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.700355 s]
/proc/loadavg: 8.09 8.05 8.01 1/170 26370
/proc/meminfo: memFree=30377732/32950928 swapFree=67111428/67111528
[pid=26370] ppid=26368 vsize=18324 CPUtime=0 cores=0-7
/proc/26370/stat : 26370 (ppfolio) R 26368 26370 25869 0 -1 4202496 524 0 0 0 0 0 0 0 20 0 1 0 527080156 18763776 390 33554432000 4194304 4287625 140734515558688 18446744073709551615 248089718287 0 0 4096 65536 0 0 0 17 6 0 0 0
/proc/26370/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.50121 s]
/proc/loadavg: 8.09 8.05 8.01 9/180 26386
/proc/meminfo: memFree=30345288/32950928 swapFree=67111428/67111528
[pid=26370] ppid=26368 vsize=18324 CPUtime=0 cores=0-7
/proc/26370/stat : 26370 (ppfolio) S 26368 26370 25869 0 -1 4202496 524 0 0 0 0 0 0 0 15 0 1 0 527080156 18763776 390 33554432000 4194304 4287625 140734515558688 18446744073709551615 248089718287 0 0 4096 65536 4599380700901146623 0 0 17 6 0 0 0
/proc/26370/statm: 4581 390 341 23 0 91 0
[pid=26371] ppid=26370 vsize=308788 CPUtime=1.49 cores=0
/proc/26371/stat : 26371 (cryptominisat) R 26370 26370 25869 0 -1 4202496 5168 0 0 0 148 1 0 0 20 0 1 0 527080156 316198912 1877 33554432000 4194304 4587354 140735449313520 18446744073709551615 4230209 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/26371/statm: 77197 1877 327 96 0 73759 0
[pid=26372] ppid=26370 vsize=19824 CPUtime=1.49 cores=1
/proc/26372/stat : 26372 (clasp) R 26370 26370 25869 0 -1 4202496 2456 0 0 0 149 0 0 0 20 0 1 0 527080156 20299776 2268 33554432000 4194304 4785740 140735324832288 18446744073709551615 4287017 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/26372/statm: 4956 2268 340 145 0 2001 0
[pid=26373] ppid=26370 vsize=454504 CPUtime=1.49 cores=2
/proc/26373/stat : 26373 (TNM) R 26370 26370 25869 0 -1 4202496 998 0 0 0 149 0 0 0 20 0 1 0 527080156 465412096 895 33554432000 134512640 134534564 4287905808 18446744073709551615 134524561 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/26373/statm: 113626 895 91 6 0 112292 0
[pid=26374] ppid=26370 vsize=10204 CPUtime=1.49 cores=3
/proc/26374/stat : 26374 (march_hi) R 26370 26370 25869 0 -1 4202496 3930 0 0 0 149 0 0 0 20 0 1 0 527080156 10448896 918 33554432000 4194304 4331988 140736235882256 18446744073709551615 4271184 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/26374/statm: 2551 918 150 34 0 993 0
[pid=26375] ppid=26370 vsize=124800 CPUtime=5.84 cores=4-7
/proc/26375/stat : 26375 (plingeling) S 26370 26370 25869 0 -1 4202496 5979 1254 0 0 584 0 0 0 25 0 5 0 527080157 127795200 3265 33554432000 4194304 4356188 140737459785296 18446744073709551615 248101500901 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/26375/statm: 31200 3265 161 40 0 29744 0
[pid=26375/tid=26382] ppid=26370 vsize=124800 CPUtime=1.45 cores=4-7
/proc/26375/task/26382/stat : 26382 (plingeling) R 26370 26370 25869 0 -1 4202560 852 1254 0 0 145 0 0 0 20 0 5 0 527080161 127795200 3265 33554432000 4194304 4356188 140737459785296 18446744073709551615 4279459 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=26375/tid=26383] ppid=26370 vsize=124800 CPUtime=1.44 cores=4-7
/proc/26375/task/26383/stat : 26383 (plingeling) R 26370 26370 25869 0 -1 4202560 831 1254 0 0 144 0 0 0 25 0 5 0 527080161 127795200 3265 33554432000 4194304 4356188 140737459785296 18446744073709551615 4331319 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=26375/tid=26384] ppid=26370 vsize=124800 CPUtime=1.45 cores=4-7
/proc/26375/task/26384/stat : 26384 (plingeling) R 26370 26370 25869 0 -1 4202560 858 1254 0 0 145 0 0 0 25 0 5 0 527080161 127795200 3265 33554432000 4194304 4356188 140737459785296 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=26375/tid=26385] ppid=26370 vsize=124800 CPUtime=1.45 cores=4-7
/proc/26375/task/26385/stat : 26385 (plingeling) R 26370 26370 25869 0 -1 4202560 912 1254 0 0 145 0 0 0 20 0 5 0 527080161 127795200 3265 33554432000 4194304 4356188 140737459785296 18446744073709551615 4331792 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 11.8
Current children cumulated vsize (KiB) 936444

[startup+3.10093 s]
/proc/loadavg: 8.08 8.04 8.01 9/180 26386
/proc/meminfo: memFree=30339832/32950928 swapFree=67111428/67111528
[pid=26370] ppid=26368 vsize=18324 CPUtime=0 cores=0-7
/proc/26370/stat : 26370 (ppfolio) S 26368 26370 25869 0 -1 4202496 524 0 0 0 0 0 0 0 15 0 1 0 527080156 18763776 390 33554432000 4194304 4287625 140734515558688 18446744073709551615 248089718287 0 0 4096 65536 4599380700901146623 0 0 17 6 0 0 0
/proc/26370/statm: 4581 390 341 23 0 91 0
[pid=26371] ppid=26370 vsize=320688 CPUtime=3.09 cores=0
/proc/26371/stat : 26371 (cryptominisat) R 26370 26370 25869 0 -1 4202496 10973 0 0 0 307 2 0 0 25 0 1 0 527080156 328384512 5851 33554432000 4194304 4587354 140735449313520 18446744073709551615 4388286 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/26371/statm: 80172 5851 337 96 0 76734 0
[pid=26372] ppid=26370 vsize=21232 CPUtime=3.09 cores=1
/proc/26372/stat : 26372 (clasp) R 26370 26370 25869 0 -1 4202496 2818 0 0 0 309 0 0 0 25 0 1 0 527080156 21741568 2630 33554432000 4194304 4785740 140735324832288 18446744073709551615 4278121 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/26372/statm: 5308 2630 340 145 0 2353 0
[pid=26373] ppid=26370 vsize=454504 CPUtime=3.09 cores=2
/proc/26373/stat : 26373 (TNM) R 26370 26370 25869 0 -1 4202496 998 0 0 0 309 0 0 0 25 0 1 0 527080156 465412096 895 33554432000 134512640 134534564 4287905808 18446744073709551615 134524712 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/26373/statm: 113626 895 91 6 0 112292 0
[pid=26374] ppid=26370 vsize=13112 CPUtime=3.09 cores=3
/proc/26374/stat : 26374 (march_hi) R 26370 26370 25869 0 -1 4202496 4801 0 0 0 309 0 0 0 25 0 1 0 527080156 13426688 1476 33554432000 4194304 4331988 140736235882256 18446744073709551615 4299294 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/26374/statm: 3278 1476 174 34 0 1720 0
[pid=26375] ppid=26370 vsize=127444 CPUtime=12.23 cores=4-7
/proc/26375/stat : 26375 (plingeling) S 26370 26370 25869 0 -1 4202496 6648 1254 0 0 1223 0 0 0 25 0 5 0 527080157 130502656 3934 33554432000 4194304 4356188 140737459785296 18446744073709551615 248101500901 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/26375/statm: 31861 3934 161 40 0 30405 0
[pid=26375/tid=26382] ppid=26370 vsize=127444 CPUtime=3.05 cores=4-7
/proc/26375/task/26382/stat : 26382 (plingeling) R 26370 26370 25869 0 -1 4202560 1021 1254 0 0 305 0 0 0 25 0 5 0 527080161 130502656 3934 33554432000 4194304 4356188 140737459785296 18446744073709551615 4331062 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=26375/tid=26383] ppid=26370 vsize=127444 CPUtime=3.03 cores=4-7
/proc/26375/task/26383/stat : 26383 (plingeling) R 26370 26370 25869 0 -1 4202560 1069 1254 0 0 303 0 0 0 25 0 5 0 527080161 130502656 3934 33554432000 4194304 4356188 140737459785296 18446744073709551615 4331335 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=26375/tid=26384] ppid=26370 vsize=127444 CPUtime=3.05 cores=4-7
/proc/26375/task/26384/stat : 26384 (plingeling) R 26370 26370 25869 0 -1 4202560 975 1254 0 0 305 0 0 0 25 0 5 0 527080161 130502656 3934 33554432000 4194304 4356188 140737459785296 18446744073709551615 4331045 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=26375/tid=26385] ppid=26370 vsize=127444 CPUtime=3.05 cores=4-7
/proc/26375/task/26385/stat : 26385 (plingeling) R 26370 26370 25869 0 -1 4202560 1057 1254 0 0 305 0 0 0 25 0 5 0 527080161 130502656 3934 33554432000 4194304 4356188 140737459785296 18446744073709551615 4331151 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 24.59
Current children cumulated vsize (KiB) 955304

[startup+6.30137 s]
/proc/loadavg: 8.08 8.04 8.01 9/180 26386
/proc/meminfo: memFree=30318400/32950928 swapFree=67111428/67111528
[pid=26370] ppid=26368 vsize=18324 CPUtime=0 cores=0-7
/proc/26370/stat : 26370 (ppfolio) S 26368 26370 25869 0 -1 4202496 524 0 0 0 0 0 0 0 15 0 1 0 527080156 18763776 390 33554432000 4194304 4287625 140734515558688 18446744073709551615 248089718287 0 0 4096 65536 4599380700901146623 0 0 17 6 0 0 0
/proc/26370/statm: 4581 390 341 23 0 91 0
[pid=26371] ppid=26370 vsize=325832 CPUtime=6.29 cores=0
/proc/26371/stat : 26371 (cryptominisat) R 26370 26370 25869 0 -1 4202496 12204 0 0 0 627 2 0 0 25 0 1 0 527080156 333651968 5998 33554432000 4194304 4587354 140735449313520 18446744073709551615 4388277 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/26371/statm: 81458 5998 337 96 0 78020 0
[pid=26372] ppid=26370 vsize=23576 CPUtime=6.29 cores=1
/proc/26372/stat : 26372 (clasp) R 26370 26370 25869 0 -1 4202496 3363 0 0 0 629 0 0 0 25 0 1 0 527080156 24141824 3175 33554432000 4194304 4785740 140735324832288 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/26372/statm: 5894 3175 340 145 0 2939 0
[pid=26373] ppid=26370 vsize=458608 CPUtime=6.29 cores=2
/proc/26373/stat : 26373 (TNM) R 26370 26370 25869 0 -1 4202496 1200 0 0 0 629 0 0 0 25 0 1 0 527080156 469614592 1097 33554432000 134512640 134534564 4287905808 18446744073709551615 134530367 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/26373/statm: 114652 1097 95 6 0 113318 0
[pid=26374] ppid=26370 vsize=13112 CPUtime=6.29 cores=3
/proc/26374/stat : 26374 (march_hi) R 26370 26370 25869 0 -1 4202496 4801 0 0 0 629 0 0 0 25 0 1 0 527080156 13426688 1476 33554432000 4194304 4331988 140736235882256 18446744073709551615 4226263 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/26374/statm: 3278 1476 174 34 0 1720 0
[pid=26375] ppid=26370 vsize=130416 CPUtime=25.02 cores=4-7
/proc/26375/stat : 26375 (plingeling) S 26370 26370 25869 0 -1 4202496 7560 1254 0 0 2501 1 0 0 25 0 5 0 527080157 133545984 4677 33554432000 4194304 4356188 140737459785296 18446744073709551615 248101500901 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/26375/statm: 32604 4677 161 40 0 31148 0
[pid=26375/tid=26382] ppid=26370 vsize=130416 CPUtime=6.25 cores=4-7
/proc/26375/task/26382/stat : 26382 (plingeling) R 26370 26370 25869 0 -1 4202560 1267 1254 0 0 625 0 0 0 25 0 5 0 527080161 133545984 4677 33554432000 4194304 4356188 140737459785296 18446744073709551615 4270872 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=26375/tid=26383] ppid=26370 vsize=130416 CPUtime=6.22 cores=4-7
/proc/26375/task/26383/stat : 26383 (plingeling) R 26370 26370 25869 0 -1 4202560 1262 1254 0 0 622 0 0 0 25 0 5 0 527080161 133545984 4677 33554432000 4194304 4356188 140737459785296 18446744073709551615 4330960 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=26375/tid=26384] ppid=26370 vsize=130416 CPUtime=6.25 cores=4-7
/proc/26375/task/26384/stat : 26384 (plingeling) R 26370 26370 25869 0 -1 4202560 1222 1254 0 0 625 0 0 0 25 0 5 0 527080161 133545984 4677 33554432000 4194304 4356188 140737459785296 18446744073709551615 4332007 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=26375/tid=26385] ppid=26370 vsize=130416 CPUtime=6.25 cores=4-7
/proc/26375/task/26385/stat : 26385 (plingeling) R 26370 26370 25869 0 -1 4202560 1283 1254 0 0 625 0 0 0 25 0 5 0 527080161 133545984 4677 33554432000 4194304 4356188 140737459785296 18446744073709551615 4332023 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 50.18
Current children cumulated vsize (KiB) 969868

[startup+12.7012 s]
/proc/loadavg: 8.07 8.04 8.00 9/180 26386
/proc/meminfo: memFree=30305908/32950928 swapFree=67111428/67111528
[pid=26370] ppid=26368 vsize=18324 CPUtime=0 cores=0-7
/proc/26370/stat : 26370 (ppfolio) S 26368 26370 25869 0 -1 4202496 524 0 0 0 0 0 0 0 15 0 1 0 527080156 18763776 390 33554432000 4194304 4287625 140734515558688 18446744073709551615 248089718287 0 0 4096 65536 4599380700901146623 0 0 17 6 0 0 0
/proc/26370/statm: 4581 390 341 23 0 91 0
[pid=26371] ppid=26370 vsize=320300 CPUtime=12.69 cores=0
/proc/26371/stat : 26371 (cryptominisat) R 26370 26370 25869 0 -1 4202496 16660 0 0 0 1266 3 0 0 25 0 1 0 527080156 327987200 7904 33554432000 4194304 4587354 140735449313520 18446744073709551615 4238431 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/26371/statm: 80075 7904 337 96 0 76637 0
[pid=26372] ppid=26370 vsize=27140 CPUtime=12.69 cores=1
/proc/26372/stat : 26372 (clasp) R 26370 26370 25869 0 -1 4202496 4197 0 0 0 1269 0 0 0 25 0 1 0 527080156 27791360 4009 33554432000 4194304 4785740 140735324832288 18446744073709551615 4287028 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/26372/statm: 6785 4009 340 145 0 3830 0
[pid=26373] ppid=26370 vsize=458608 CPUtime=12.69 cores=2
/proc/26373/stat : 26373 (TNM) R 26370 26370 25869 0 -1 4202496 1200 0 0 0 1269 0 0 0 25 0 1 0 527080156 469614592 1097 33554432000 134512640 134534564 4287905808 18446744073709551615 134530158 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/26373/statm: 114652 1097 95 6 0 113318 0
[pid=26374] ppid=26370 vsize=14648 CPUtime=12.69 cores=3
/proc/26374/stat : 26374 (march_hi) R 26370 26370 25869 0 -1 4202496 5078 0 0 0 1269 0 0 0 25 0 1 0 527080156 14999552 1753 33554432000 4194304 4331988 140736235882256 18446744073709551615 4226260 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/26374/statm: 3662 1753 174 34 0 2104 0
[pid=26375] ppid=26370 vsize=129160 CPUtime=50.58 cores=4-7
/proc/26375/stat : 26375 (plingeling) S 26370 26370 25869 0 -1 4202496 9134 1254 0 0 5057 1 0 0 25 0 5 0 527080157 132259840 4363 33554432000 4194304 4356188 140737459785296 18446744073709551615 248101500901 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/26375/statm: 32290 4363 161 40 0 30834 0
[pid=26375/tid=26382] ppid=26370 vsize=129160 CPUtime=12.65 cores=4-7
/proc/26375/task/26382/stat : 26382 (plingeling) R 26370 26370 25869 0 -1 4202560 1909 1254 0 0 1265 0 0 0 25 0 5 0 527080161 132259840 4363 33554432000 4194304 4356188 140737459785296 18446744073709551615 4331039 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=26375/tid=26383] ppid=26370 vsize=129160 CPUtime=12.58 cores=4-7
/proc/26375/task/26383/stat : 26383 (plingeling) R 26370 26370 25869 0 -1 4202560 1359 1254 0 0 1258 0 0 0 25 0 5 0 527080161 132259840 4363 33554432000 4194304 4356188 140737459785296 18446744073709551615 4210562 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=26375/tid=26384] ppid=26370 vsize=129160 CPUtime=12.65 cores=4-7
/proc/26375/task/26384/stat : 26384 (plingeling) R 26370 26370 25869 0 -1 4202560 1319 1254 0 0 1265 0 0 0 25 0 5 0 527080161 132259840 4363 33554432000 4194304 4356188 140737459785296 18446744073709551615 4331055 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=26375/tid=26385] ppid=26370 vsize=129160 CPUtime=12.64 cores=4-7
/proc/26375/task/26385/stat : 26385 (plingeling) R 26370 26370 25869 0 -1 4202560 2021 1254 0 0 1264 0 0 0 25 0 5 0 527080161 132259840 4363 33554432000 4194304 4356188 140737459785296 18446744073709551615 4233936 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 101.34
Current children cumulated vsize (KiB) 968180

[startup+25.501 s]
/proc/loadavg: 8.06 8.04 8.00 9/180 26386
/proc/meminfo: memFree=30283908/32950928 swapFree=67111428/67111528
[pid=26370] ppid=26368 vsize=18324 CPUtime=0 cores=0-7
/proc/26370/stat : 26370 (ppfolio) S 26368 26370 25869 0 -1 4202496 524 0 0 0 0 0 0 0 15 0 1 0 527080156 18763776 390 33554432000 4194304 4287625 140734515558688 18446744073709551615 248089718287 0 0 4096 65536 4599380700901146623 0 0 17 6 0 0 0
/proc/26370/statm: 4581 390 341 23 0 91 0
[pid=26371] ppid=26370 vsize=340872 CPUtime=25.48 cores=0
/proc/26371/stat : 26371 (cryptominisat) R 26370 26370 25869 0 -1 4202496 28192 0 0 0 2544 4 0 0 25 0 1 0 527080156 349052928 11384 33554432000 4194304 4587354 140735449313520 18446744073709551615 4388350 0 0 4096 2 0 0 0 17 0 0 0 0

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

[pid=26373] ppid=26370 vsize=458608 CPUtime=4782.39 cores=2
/proc/26373/stat : 26373 (TNM) R 26370 26370 25869 0 -1 4202496 1200 0 0 0 478236 3 0 0 25 0 1 0 527080156 469614592 1097 33554432000 134512640 134534564 4287905808 18446744073709551615 134530551 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/26373/statm: 114652 1097 95 6 0 113318 0
[pid=26374] ppid=26370 vsize=695016 CPUtime=4782.41 cores=3
/proc/26374/stat : 26374 (march_hi) R 26370 26370 25869 0 -1 4202496 136588 0 0 0 478142 99 0 0 25 0 1 0 527080156 711696384 133263 33554432000 4194304 4331988 140736235882256 18446744073709551615 4299269 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/26374/statm: 173754 133263 175 34 0 172196 0
[pid=26375] ppid=26370 vsize=217896 CPUtime=19102 cores=4-7
/proc/26375/stat : 26375 (plingeling) S 26370 26370 25869 0 -1 4202496 446815 1254 0 0 1910133 70 0 0 25 0 5 0 527080157 223125504 26547 33554432000 4194304 4356188 140737459785296 18446744073709551615 248101500901 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/26375/statm: 54474 26547 161 40 0 53018 0
[pid=26375/tid=26382] ppid=26370 vsize=217896 CPUtime=4781.72 cores=4-7
/proc/26375/task/26382/stat : 26382 (plingeling) R 26370 26370 25869 0 -1 4202560 125540 1254 0 0 478154 18 0 0 25 0 5 0 527080161 223125504 26547 33554432000 4194304 4356188 140737459785296 18446744073709551615 4330960 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=26375/tid=26383] ppid=26370 vsize=217896 CPUtime=4755.97 cores=4-7
/proc/26375/task/26383/stat : 26383 (plingeling) R 26370 26370 25869 0 -1 4202560 101253 1254 0 0 475583 14 0 0 25 0 5 0 527080161 223125504 26547 33554432000 4194304 4356188 140737459785296 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=26375/tid=26384] ppid=26370 vsize=217896 CPUtime=4782.36 cores=4-7
/proc/26375/task/26384/stat : 26384 (plingeling) R 26370 26370 25869 0 -1 4202560 99149 1254 0 0 478221 15 0 0 25 0 5 0 527080161 223125504 26547 33554432000 4194304 4356188 140737459785296 18446744073709551615 4332046 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=26375/tid=26385] ppid=26370 vsize=217896 CPUtime=4781.9 cores=4-7
/proc/26375/task/26385/stat : 26385 (plingeling) R 26370 26370 25869 0 -1 4202560 118347 1254 0 0 478170 20 0 0 25 0 5 0 527080161 223125504 26547 33554432000 4194304 4356188 140737459785296 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 38231.6
Current children cumulated vsize (KiB) 1924932

[startup+4842.3 s]
/proc/loadavg: 8.15 8.08 8.01 9/180 26527
/proc/meminfo: memFree=29486040/32950928 swapFree=67111428/67111528
[pid=26370] ppid=26368 vsize=18324 CPUtime=0 cores=0-7
/proc/26370/stat : 26370 (ppfolio) S 26368 26370 25869 0 -1 4202496 524 0 0 0 0 0 0 0 15 0 1 0 527080156 18763776 390 33554432000 4194304 4287625 140734515558688 18446744073709551615 248089718287 0 0 4096 65536 4599380700901146623 0 0 17 6 0 0 0
/proc/26370/statm: 4581 390 341 23 0 91 0
[pid=26371] ppid=26370 vsize=374288 CPUtime=4842.41 cores=0
/proc/26371/stat : 26371 (cryptominisat) R 26370 26370 25869 0 -1 4202496 883433 0 0 0 483864 377 0 0 25 0 1 0 527080156 383270912 24929 33554432000 4194304 4587354 140735449313520 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/26371/statm: 93572 24929 337 96 0 90134 0
[pid=26372] ppid=26370 vsize=161080 CPUtime=4842.39 cores=1
/proc/26372/stat : 26372 (clasp) R 26370 26370 25869 0 -1 4202496 35152 0 0 0 484231 8 0 0 25 0 1 0 527080156 164945920 33706 33554432000 4194304 4785740 140735324832288 18446744073709551615 4286953 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/26372/statm: 40270 33706 341 145 0 37315 0
[pid=26373] ppid=26370 vsize=458608 CPUtime=4842.39 cores=2
/proc/26373/stat : 26373 (TNM) R 26370 26370 25869 0 -1 4202496 1200 0 0 0 484236 3 0 0 25 0 1 0 527080156 469614592 1097 33554432000 134512640 134534564 4287905808 18446744073709551615 134528842 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/26373/statm: 114652 1097 95 6 0 113318 0
[pid=26374] ppid=26370 vsize=695016 CPUtime=4842.4 cores=3
/proc/26374/stat : 26374 (march_hi) R 26370 26370 25869 0 -1 4202496 138228 0 0 0 484140 100 0 0 25 0 1 0 527080156 711696384 134903 33554432000 4194304 4331988 140736235882256 18446744073709551615 4210430 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/26374/statm: 173754 134903 175 34 0 172196 0
[pid=26375] ppid=26370 vsize=227368 CPUtime=19341.7 cores=4-7
/proc/26375/stat : 26375 (plingeling) S 26370 26370 25869 0 -1 4202496 454911 1254 0 0 1934098 71 0 0 25 0 5 0 527080157 232824832 28915 33554432000 4194304 4356188 140737459785296 18446744073709551615 248101500901 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/26375/statm: 56842 28915 161 40 0 55386 0
[pid=26375/tid=26382] ppid=26370 vsize=227368 CPUtime=4841.72 cores=4-7
/proc/26375/task/26382/stat : 26382 (plingeling) R 26370 26370 25869 0 -1 4202560 127844 1254 0 0 484153 19 0 0 25 0 5 0 527080161 232824832 28915 33554432000 4194304 4356188 140737459785296 18446744073709551615 4281643 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=26375/tid=26383] ppid=26370 vsize=227368 CPUtime=4815.65 cores=4-7
/proc/26375/task/26383/stat : 26383 (plingeling) R 26370 26370 25869 0 -1 4202560 102501 1254 0 0 481550 15 0 0 25 0 5 0 527080161 232824832 28915 33554432000 4194304 4356188 140737459785296 18446744073709551615 4330999 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=26375/tid=26384] ppid=26370 vsize=227368 CPUtime=4842.36 cores=4-7
/proc/26375/task/26384/stat : 26384 (plingeling) R 26370 26370 25869 0 -1 4202560 102445 1254 0 0 484221 15 0 0 25 0 5 0 527080161 232824832 28915 33554432000 4194304 4356188 140737459785296 18446744073709551615 4331023 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=26375/tid=26385] ppid=26370 vsize=227368 CPUtime=4841.89 cores=4-7
/proc/26375/task/26385/stat : 26385 (plingeling) R 26370 26370 25869 0 -1 4202560 119595 1254 0 0 484169 20 0 0 25 0 5 0 527080161 232824832 28915 33554432000 4194304 4356188 140737459785296 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 38711.3
Current children cumulated vsize (KiB) 1934684

[startup+4902.3 s]
/proc/loadavg: 8.05 8.06 8.00 9/180 26528
/proc/meminfo: memFree=29488224/32950928 swapFree=67111428/67111528
[pid=26370] ppid=26368 vsize=18324 CPUtime=0 cores=0-7
/proc/26370/stat : 26370 (ppfolio) S 26368 26370 25869 0 -1 4202496 524 0 0 0 0 0 0 0 15 0 1 0 527080156 18763776 390 33554432000 4194304 4287625 140734515558688 18446744073709551615 248089718287 0 0 4096 65536 4599380700901146623 0 0 17 6 0 0 0
/proc/26370/statm: 4581 390 341 23 0 91 0
[pid=26371] ppid=26370 vsize=374484 CPUtime=4902.41 cores=0
/proc/26371/stat : 26371 (cryptominisat) R 26370 26370 25869 0 -1 4202496 892526 0 0 0 489858 383 0 0 25 0 1 0 527080156 383471616 22487 33554432000 4194304 4587354 140735449313520 18446744073709551615 4238752 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/26371/statm: 93621 22487 337 96 0 90183 0
[pid=26372] ppid=26370 vsize=161724 CPUtime=4902.39 cores=1
/proc/26372/stat : 26372 (clasp) R 26370 26370 25869 0 -1 4202496 35271 0 0 0 490231 8 0 0 25 0 1 0 527080156 165605376 33825 33554432000 4194304 4785740 140735324832288 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/26372/statm: 40431 33825 341 145 0 37476 0
[pid=26373] ppid=26370 vsize=458608 CPUtime=4902.39 cores=2
/proc/26373/stat : 26373 (TNM) R 26370 26370 25869 0 -1 4202496 1200 0 0 0 490236 3 0 0 25 0 1 0 527080156 469614592 1097 33554432000 134512640 134534564 4287905808 18446744073709551615 134528661 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/26373/statm: 114652 1097 95 6 0 113318 0
[pid=26374] ppid=26370 vsize=695016 CPUtime=4902.41 cores=3
/proc/26374/stat : 26374 (march_hi) R 26370 26370 25869 0 -1 4202496 139865 0 0 0 490139 102 0 0 25 0 1 0 527080156 711696384 136540 33554432000 4194304 4331988 140736235882256 18446744073709551615 4237287 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/26374/statm: 173754 136540 175 34 0 172196 0
[pid=26375] ppid=26370 vsize=227112 CPUtime=19581.4 cores=4-7
/proc/26375/stat : 26375 (plingeling) S 26370 26370 25869 0 -1 4202496 460159 1254 0 0 1958065 72 0 0 25 0 5 0 527080157 232562688 28851 33554432000 4194304 4356188 140737459785296 18446744073709551615 248101500901 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/26375/statm: 56778 28851 161 40 0 55322 0
[pid=26375/tid=26382] ppid=26370 vsize=227112 CPUtime=4901.72 cores=4-7
/proc/26375/task/26382/stat : 26382 (plingeling) R 26370 26370 25869 0 -1 4202560 127844 1254 0 0 490153 19 0 0 25 0 5 0 527080161 232562688 28851 33554432000 4194304 4356188 140737459785296 18446744073709551615 4331984 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=26375/tid=26383] ppid=26370 vsize=227112 CPUtime=4875.33 cores=4-7
/proc/26375/task/26383/stat : 26383 (plingeling) R 26370 26370 25869 0 -1 4202560 102885 1254 0 0 487518 15 0 0 25 0 5 0 527080161 232562688 28851 33554432000 4194304 4356188 140737459785296 18446744073709551615 4331984 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=26375/tid=26384] ppid=26370 vsize=227112 CPUtime=4902.36 cores=4-7
/proc/26375/task/26384/stat : 26384 (plingeling) R 26370 26370 25869 0 -1 4202560 104877 1254 0 0 490220 16 0 0 25 0 5 0 527080161 232562688 28851 33554432000 4194304 4356188 140737459785296 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=26375/tid=26385] ppid=26370 vsize=227112 CPUtime=4901.89 cores=4-7
/proc/26375/task/26385/stat : 26385 (plingeling) R 26370 26370 25869 0 -1 4202560 122027 1254 0 0 490168 21 0 0 25 0 5 0 527080161 232562688 28851 33554432000 4194304 4356188 140737459785296 18446744073709551615 4330992 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 39191
Current children cumulated vsize (KiB) 1935268

[startup+4962.3 s]
/proc/loadavg: 8.02 8.05 8.00 9/180 26530
/proc/meminfo: memFree=29482488/32950928 swapFree=67111428/67111528
[pid=26370] ppid=26368 vsize=18324 CPUtime=0 cores=0-7
/proc/26370/stat : 26370 (ppfolio) S 26368 26370 25869 0 -1 4202496 524 0 0 0 0 0 0 0 15 0 1 0 527080156 18763776 390 33554432000 4194304 4287625 140734515558688 18446744073709551615 248089718287 0 0 4096 65536 4599380700901146623 0 0 17 6 0 0 0
/proc/26370/statm: 4581 390 341 23 0 91 0
[pid=26371] ppid=26370 vsize=394272 CPUtime=4962.4 cores=0
/proc/26371/stat : 26371 (cryptominisat) R 26370 26370 25869 0 -1 4202496 901056 0 0 0 495854 386 0 0 25 0 1 0 527080156 403734528 24364 33554432000 4194304 4587354 140735449313520 18446744073709551615 4238611 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/26371/statm: 98568 24364 337 96 0 95130 0
[pid=26372] ppid=26370 vsize=162368 CPUtime=4962.39 cores=1
/proc/26372/stat : 26372 (clasp) R 26370 26370 25869 0 -1 4202496 35407 0 0 0 496231 8 0 0 25 0 1 0 527080156 166264832 33961 33554432000 4194304 4785740 140735324832288 18446744073709551615 248089395822 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/26372/statm: 40592 33961 341 145 0 37637 0
[pid=26373] ppid=26370 vsize=458608 CPUtime=4962.39 cores=2
/proc/26373/stat : 26373 (TNM) R 26370 26370 25869 0 -1 4202496 1200 0 0 0 496236 3 0 0 25 0 1 0 527080156 469614592 1097 33554432000 134512640 134534564 4287905808 18446744073709551615 134528957 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/26373/statm: 114652 1097 95 6 0 113318 0
[pid=26374] ppid=26370 vsize=695016 CPUtime=4962.4 cores=3
/proc/26374/stat : 26374 (march_hi) R 26370 26370 25869 0 -1 4202496 141483 0 0 0 496137 103 0 0 25 0 1 0 527080156 711696384 138158 33554432000 4194304 4331988 140736235882256 18446744073709551615 4210448 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/26374/statm: 173754 138158 175 34 0 172196 0
[pid=26375] ppid=26370 vsize=217384 CPUtime=19821 cores=4-7
/proc/26375/stat : 26375 (plingeling) S 26370 26370 25869 0 -1 4202496 463455 1254 0 0 1982031 73 0 0 25 0 5 0 527080157 222601216 26419 33554432000 4194304 4356188 140737459785296 18446744073709551615 248101500901 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/26375/statm: 54346 26419 161 40 0 52890 0
[pid=26375/tid=26382] ppid=26370 vsize=217384 CPUtime=4961.72 cores=4-7
/proc/26375/task/26382/stat : 26382 (plingeling) R 26370 26370 25869 0 -1 4202560 129092 1254 0 0 496153 19 0 0 25 0 5 0 527080161 222601216 26419 33554432000 4194304 4356188 140737459785296 18446744073709551615 4330986 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=26375/tid=26383] ppid=26370 vsize=217384 CPUtime=4934.99 cores=4-7
/proc/26375/task/26383/stat : 26383 (plingeling) R 26370 26370 25869 0 -1 4202560 104933 1254 0 0 493484 15 0 0 25 0 5 0 527080161 222601216 26419 33554432000 4194304 4356188 140737459785296 18446744073709551615 4332046 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=26375/tid=26384] ppid=26370 vsize=217384 CPUtime=4962.36 cores=4-7
/proc/26375/task/26384/stat : 26384 (plingeling) R 26370 26370 25869 0 -1 4202560 104877 1254 0 0 496220 16 0 0 25 0 5 0 527080161 222601216 26419 33554432000 4194304 4356188 140737459785296 18446744073709551615 4331060 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=26375/tid=26385] ppid=26370 vsize=217384 CPUtime=4961.89 cores=4-7
/proc/26375/task/26385/stat : 26385 (plingeling) R 26370 26370 25869 0 -1 4202560 122027 1254 0 0 496168 21 0 0 25 0 5 0 527080161 222601216 26419 33554432000 4194304 4356188 140737459785296 18446744073709551615 4331055 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 39670.6
Current children cumulated vsize (KiB) 1945972



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+5000 s]
/proc/loadavg: 8.01 8.04 8.00 9/180 26531
/proc/meminfo: memFree=29467824/32950928 swapFree=67111428/67111528
[pid=26370] ppid=26368 vsize=18324 CPUtime=0 cores=0-7
/proc/26370/stat : 26370 (ppfolio) S 26368 26370 25869 0 -1 4202496 524 0 0 0 0 0 0 0 15 0 1 0 527080156 18763776 390 33554432000 4194304 4287625 140734515558688 18446744073709551615 248089718287 0 0 4096 65536 4599380700901146623 0 0 17 6 0 0 0
/proc/26370/statm: 4581 390 341 23 0 91 0
[pid=26371] ppid=26370 vsize=394272 CPUtime=5000.11 cores=0
/proc/26371/stat : 26371 (cryptominisat) R 26370 26370 25869 0 -1 4202496 905889 0 0 0 499621 390 0 0 25 0 1 0 527080156 403734528 29134 33554432000 4194304 4587354 140735449313520 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/26371/statm: 98568 29134 337 96 0 95130 0
[pid=26372] ppid=26370 vsize=162368 CPUtime=5000.1 cores=1
/proc/26372/stat : 26372 (clasp) R 26370 26370 25869 0 -1 4202496 35411 0 0 0 500002 8 0 0 25 0 1 0 527080156 166264832 33965 33554432000 4194304 4785740 140735324832288 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/26372/statm: 40592 33965 341 145 0 37637 0
[pid=26373] ppid=26370 vsize=458608 CPUtime=5000.1 cores=2
/proc/26373/stat : 26373 (TNM) R 26370 26370 25869 0 -1 4202496 1200 0 0 0 500007 3 0 0 25 0 1 0 527080156 469614592 1097 33554432000 134512640 134534564 4287905808 18446744073709551615 134528877 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/26373/statm: 114652 1097 95 6 0 113318 0
[pid=26374] ppid=26370 vsize=695016 CPUtime=5000.11 cores=3
/proc/26374/stat : 26374 (march_hi) R 26370 26370 25869 0 -1 4202496 142514 0 0 0 499907 104 0 0 25 0 1 0 527080156 711696384 139189 33554432000 4194304 4331988 140736235882256 18446744073709551615 4287447 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/26374/statm: 173754 139189 175 34 0 172196 0
[pid=26375] ppid=26370 vsize=209192 CPUtime=19971.7 cores=4-7
/proc/26375/stat : 26375 (plingeling) S 26370 26370 25869 0 -1 4202496 465087 1254 0 0 1997092 73 0 0 25 0 5 0 527080157 214212608 24371 33554432000 4194304 4356188 140737459785296 18446744073709551615 248101500901 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/26375/statm: 52298 24371 161 40 0 50842 0
[pid=26375/tid=26382] ppid=26370 vsize=209192 CPUtime=4999.43 cores=4-7
/proc/26375/task/26382/stat : 26382 (plingeling) R 26370 26370 25869 0 -1 4202560 129476 1254 0 0 499924 19 0 0 25 0 5 0 527080161 214212608 24371 33554432000 4194304 4356188 140737459785296 18446744073709551615 4331337 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=26375/tid=26383] ppid=26370 vsize=209192 CPUtime=4972.49 cores=4-7
/proc/26375/task/26383/stat : 26383 (plingeling) R 26370 26370 25869 0 -1 4202560 106181 1254 0 0 497234 15 0 0 25 0 5 0 527080161 214212608 24371 33554432000 4194304 4356188 140737459785296 18446744073709551615 4331028 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=26375/tid=26384] ppid=26370 vsize=209192 CPUtime=5000.07 cores=4-7
/proc/26375/task/26384/stat : 26384 (plingeling) R 26370 26370 25869 0 -1 4202560 104877 1254 0 0 499991 16 0 0 25 0 5 0 527080161 214212608 24371 33554432000 4194304 4356188 140737459785296 18446744073709551615 4331264 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=26375/tid=26385] ppid=26370 vsize=209192 CPUtime=4999.59 cores=4-7
/proc/26375/task/26385/stat : 26385 (plingeling) R 26370 26370 25869 0 -1 4202560 122027 1254 0 0 499938 21 0 0 25 0 5 0 527080161 214212608 24371 33554432000 4194304 4356188 140737459785296 18446744073709551615 4330960 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 39972.1
Current children cumulated vsize (KiB) 1937780

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

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

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 26370 and gives
#  childrusage.ru_utime.tv_sec=14996
#  childrusage.ru_utime.tv_usec=321212
#  childrusage.ru_stime.tv_sec=4
#  childrusage.ru_stime.tv_usec=41385
# CPU time returned by wait4() is 15000.4
# while last known CPU time is 39972.1
#
# 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.1
CPU user time (s): 39966.3
CPU system time (s): 5.78
CPU usage (%): 799.439
Max. virtual memory (cumulated for all children) (KiB): 13502164

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 14996.3
system time used= 4.04139
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 943041
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= 537
involuntary context switches= 78902

runsolver used 8.33973 second user time and 18.9411 second system time

The end

Launcher Data

Begin job on node123 at 2011-04-30 11:13:24
IDJOB=3219903
IDBENCH=82667
IDSOLVER=1638
FILE ID=node123/3219903-1304154803
RUNJOBID= node123-1304144567-25883
PBS_JOBID= 13170860
Free space on /tmp= 73468 MiB

SOLVER NAME= ppfolio par
BENCH NAME= SAT11/random/large/unif-k7-r85-v250-c21250-S1274193329-021-UNKNOWN.cnf
COMMAND LINE= ppfolio BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3219903-1304154803/watcher-3219903-1304154803 -o /tmp/evaluation-result-3219903-1304154803/solver-3219903-1304154803 -C 40000 -W 5000 -M 31000  ppfolio HOME/instance-3219903-1304154803.cnf

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

MD5SUM BENCH= 3c4691c1028b5642345f341166405cb7
RANDOM SEED=1436009347

node123.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.838
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.67
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.838
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.15
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.838
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.838
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.82
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.838
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.74
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.838
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.80
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.838
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.74
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.838
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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      30377764 kB
Buffers:        637960 kB
Cached:        1498324 kB
SwapCached:        100 kB
Active:         236208 kB
Inactive:      1963608 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      30377764 kB
SwapTotal:    67111528 kB
SwapFree:     67111428 kB
Dirty:           10496 kB
Writeback:           0 kB
AnonPages:       63572 kB
Mapped:          14772 kB
Slab:           307592 kB
PageTables:       4356 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   187920 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= 73456 MiB
End job on node123 at 2011-04-30 12:36:46