Trace number 3219015

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
ppfolio par? (TO) 39971 5000.02

General information on the benchmark

Namerandom/large/
unif-k3-r4.2-v35000-c147000-S419010076-063-UNKNOWN.cnf
MD5SUM07407a86c8d0f1e46c34022f68908549
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark235.041
Satisfiable
(Un)Satisfiability was proved
Number of variables35000
Number of clauses147000
Sum of the clauses size441000
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 3147000
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-3219015-1304145616/watcher-3219015-1304145616 -o /tmp/evaluation-result-3219015-1304145616/solver-3219015-1304145616 -C 40000 -W 5000 -M 31000 ppfolio HOME/instance-3219015-1304145616.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: 0.92 0.99 1.45 3/170 9856
/proc/meminfo: memFree=29093068/32951124 swapFree=67111348/67111528
[pid=9856] ppid=9854 vsize=18324 CPUtime=0 cores=0-7
/proc/9856/stat : 9856 (ppfolio) R 9854 9856 9830 0 -1 4202496 520 0 0 0 0 0 0 0 25 0 1 0 604792078 18763776 390 33554432000 4194304 4287625 140734902775456 18446744073709551615 252458085903 0 0 4096 65536 0 0 0 17 4 0 0 0
/proc/9856/statm: 4581 390 341 23 0 91 0

[startup+0.072046 s]
/proc/loadavg: 0.92 0.99 1.45 3/170 9856
/proc/meminfo: memFree=29093068/32951124 swapFree=67111348/67111528
[pid=9856] ppid=9854 vsize=18324 CPUtime=0 cores=0-7
/proc/9856/stat : 9856 (ppfolio) S 9854 9856 9830 0 -1 4202496 520 0 0 0 0 0 0 0 25 0 1 0 604792078 18763776 390 33554432000 4194304 4287625 140734902775456 18446744073709551615 252458085903 0 0 4096 65536 4045957328539746303 0 0 17 4 0 0 0
/proc/9856/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.101038 s]
/proc/loadavg: 0.92 0.99 1.45 3/170 9856
/proc/meminfo: memFree=29093068/32951124 swapFree=67111348/67111528
[pid=9856] ppid=9854 vsize=18324 CPUtime=0 cores=0-7
/proc/9856/stat : 9856 (ppfolio) S 9854 9856 9830 0 -1 4202496 520 0 0 0 0 0 0 0 25 0 1 0 604792078 18763776 390 33554432000 4194304 4287625 140734902775456 18446744073709551615 252458085903 0 0 4096 65536 4045957328539746303 0 0 17 4 0 0 0
/proc/9856/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.301005 s]
/proc/loadavg: 0.92 0.99 1.45 3/170 9856
/proc/meminfo: memFree=29093068/32951124 swapFree=67111348/67111528
[pid=9856] ppid=9854 vsize=18324 CPUtime=0 cores=0-7
/proc/9856/stat : 9856 (ppfolio) S 9854 9856 9830 0 -1 4202496 520 0 0 0 0 0 0 0 23 0 1 0 604792078 18763776 390 33554432000 4194304 4287625 140734902775456 18446744073709551615 252458085903 0 0 4096 65536 4045957328539746303 0 0 17 7 0 0 0
/proc/9856/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.700898 s]
/proc/loadavg: 0.92 0.99 1.45 3/170 9856
/proc/meminfo: memFree=29093068/32951124 swapFree=67111348/67111528
[pid=9856] ppid=9854 vsize=18324 CPUtime=0 cores=0-7
/proc/9856/stat : 9856 (ppfolio) S 9854 9856 9830 0 -1 4202496 520 0 0 0 0 0 0 0 19 0 1 0 604792078 18763776 390 33554432000 4194304 4287625 140734902775456 18446744073709551615 252458085903 0 0 4096 65536 4045957328539746303 0 0 17 7 0 0 0
/proc/9856/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.50075 s]
/proc/loadavg: 0.92 0.99 1.45 9/180 9871
/proc/meminfo: memFree=28947040/32951124 swapFree=67111348/67111528
[pid=9856] ppid=9854 vsize=18324 CPUtime=0 cores=0-7
/proc/9856/stat : 9856 (ppfolio) S 9854 9856 9830 0 -1 4202496 520 0 0 0 0 0 0 0 19 0 1 0 604792078 18763776 390 33554432000 4194304 4287625 140734902775456 18446744073709551615 252458085903 0 0 4096 65536 4045957328539746303 0 0 17 7 0 0 0
/proc/9856/statm: 4581 390 341 23 0 91 0
[pid=9857] ppid=9856 vsize=57216 CPUtime=1.49 cores=0
/proc/9857/stat : 9857 (cryptominisat) R 9856 9856 9830 0 -1 4202496 12776 0 0 0 147 2 0 0 20 0 1 0 604792079 58589184 9394 33554432000 4194304 4587354 140736267645648 18446744073709551615 4236606 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/9857/statm: 14304 9394 326 96 0 10866 0
[pid=9858] ppid=9856 vsize=31328 CPUtime=1.48 cores=1
/proc/9858/stat : 9858 (clasp) R 9856 9856 9830 0 -1 4202496 7015 0 0 0 148 0 0 0 20 0 1 0 604792079 32079872 5104 33554432000 4194304 4785740 140735323875248 18446744073709551615 4552553 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/9858/statm: 7832 5104 340 145 0 4877 0
[pid=9859] ppid=9856 vsize=465988 CPUtime=1.48 cores=2
/proc/9859/stat : 9859 (TNM) R 9856 9856 9830 0 -1 4202496 5914 0 0 0 148 0 0 0 20 0 1 0 604792079 477171712 5811 33554432000 134512640 134534564 4287588720 18446744073709551615 134528957 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/9859/statm: 116497 5811 95 6 0 115163 0
[pid=9860] ppid=9856 vsize=33180 CPUtime=1.48 cores=3
/proc/9860/stat : 9860 (march_hi) R 9856 9856 9830 0 -1 4202496 33154 0 0 0 144 4 0 0 20 0 1 0 604792079 33976320 5427 33554432000 4194304 4331988 140734102034496 18446744073709551615 4252197 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/9860/statm: 8295 5427 144 34 0 6737 0
[pid=9861] ppid=9856 vsize=163120 CPUtime=4.46 cores=4-7
/proc/9861/stat : 9861 (plingeling) S 9856 9856 9830 0 -1 4202496 24608 1251 0 0 443 3 0 0 18 0 5 0 604792079 167034880 12360 33554432000 4194304 4356188 140735479046272 18446744073709551615 252469868517 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/9861/statm: 40780 12360 164 40 0 39324 0
[pid=9861/tid=9868] ppid=9856 vsize=163120 CPUtime=1 cores=4-7
/proc/9861/task/9868/stat : 9868 (plingeling) R 9856 9856 9830 0 -1 4202560 3042 1251 0 0 100 0 0 0 19 0 5 0 604792126 167034880 12360 33554432000 4194304 4356188 140735479046272 18446744073709551615 4262016 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=9861/tid=9869] ppid=9856 vsize=163120 CPUtime=0.96 cores=4-7
/proc/9861/task/9869/stat : 9869 (plingeling) R 9856 9856 9830 0 -1 4202560 3330 1251 0 0 96 0 0 0 18 0 5 0 604792126 167034880 12360 33554432000 4194304 4356188 140735479046272 18446744073709551615 4210834 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=9861/tid=9870] ppid=9856 vsize=163120 CPUtime=1 cores=4-7
/proc/9861/task/9870/stat : 9870 (plingeling) R 9856 9856 9830 0 -1 4202560 2902 1251 0 0 100 0 0 0 22 0 5 0 604792126 167034880 12360 33554432000 4194304 4356188 140735479046272 18446744073709551615 4330986 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=9861/tid=9871] ppid=9856 vsize=163120 CPUtime=1 cores=4-7
/proc/9861/task/9871/stat : 9871 (plingeling) R 9856 9856 9830 0 -1 4202560 2811 1251 0 0 100 0 0 0 21 0 5 0 604792126 167034880 12360 33554432000 4194304 4356188 140735479046272 18446744073709551615 4334437 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 10.39
Current children cumulated vsize (KiB) 769156

[startup+3.10045 s]
/proc/loadavg: 0.92 0.99 1.45 9/180 9871
/proc/meminfo: memFree=28907608/32951124 swapFree=67111348/67111528
[pid=9856] ppid=9854 vsize=18324 CPUtime=0 cores=0-7
/proc/9856/stat : 9856 (ppfolio) S 9854 9856 9830 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 604792078 18763776 390 33554432000 4194304 4287625 140734902775456 18446744073709551615 252458085903 0 0 4096 65536 4045957328539746303 0 0 17 7 0 0 0
/proc/9856/statm: 4581 390 341 23 0 91 0
[pid=9857] ppid=9856 vsize=94720 CPUtime=3.08 cores=0
/proc/9857/stat : 9857 (cryptominisat) R 9856 9856 9830 0 -1 4202496 13730 0 0 0 306 2 0 0 25 0 1 0 604792079 96993280 10348 33554432000 4194304 4587354 140736267645648 18446744073709551615 252457762571 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/9857/statm: 23680 10348 326 96 0 20242 0
[pid=9858] ppid=9856 vsize=35448 CPUtime=3.09 cores=1
/proc/9858/stat : 9858 (clasp) R 9856 9856 9830 0 -1 4202496 8040 0 0 0 308 1 0 0 25 0 1 0 604792079 36298752 6129 33554432000 4194304 4785740 140735323875248 18446744073709551615 4553032 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/9858/statm: 8862 6129 340 145 0 5907 0
[pid=9859] ppid=9856 vsize=465988 CPUtime=3.08 cores=2
/proc/9859/stat : 9859 (TNM) R 9856 9856 9830 0 -1 4202496 5914 0 0 0 308 0 0 0 25 0 1 0 604792079 477171712 5811 33554432000 134512640 134534564 4287588720 18446744073709551615 134528295 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/9859/statm: 116497 5811 95 6 0 115163 0
[pid=9860] ppid=9856 vsize=77000 CPUtime=3.08 cores=3
/proc/9860/stat : 9860 (march_hi) R 9856 9856 9830 0 -1 4202496 48630 0 0 0 302 6 0 0 25 0 1 0 604792079 78848000 16003 33554432000 4194304 4331988 140734102034496 18446744073709551615 4265495 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/9860/statm: 19250 16003 173 34 0 17692 0
[pid=9861] ppid=9856 vsize=163120 CPUtime=10.85 cores=4-7
/proc/9861/stat : 9861 (plingeling) S 9856 9856 9830 0 -1 4202496 24608 1251 0 0 1082 3 0 0 18 0 5 0 604792079 167034880 12360 33554432000 4194304 4356188 140735479046272 18446744073709551615 252469868517 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/9861/statm: 40780 12360 164 40 0 39324 0
[pid=9861/tid=9868] ppid=9856 vsize=163120 CPUtime=2.6 cores=4-7
/proc/9861/task/9868/stat : 9868 (plingeling) R 9856 9856 9830 0 -1 4202560 3042 1251 0 0 260 0 0 0 22 0 5 0 604792126 167034880 12360 33554432000 4194304 4356188 140735479046272 18446744073709551615 4279717 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=9861/tid=9869] ppid=9856 vsize=163120 CPUtime=2.56 cores=4-7
/proc/9861/task/9869/stat : 9869 (plingeling) R 9856 9856 9830 0 -1 4202560 3330 1251 0 0 256 0 0 0 22 0 5 0 604792126 167034880 12360 33554432000 4194304 4356188 140735479046272 18446744073709551615 4331416 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=9861/tid=9870] ppid=9856 vsize=163120 CPUtime=2.6 cores=4-7
/proc/9861/task/9870/stat : 9870 (plingeling) R 9856 9856 9830 0 -1 4202560 2902 1251 0 0 260 0 0 0 25 0 5 0 604792126 167034880 12360 33554432000 4194304 4356188 140735479046272 18446744073709551615 4210834 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=9861/tid=9871] ppid=9856 vsize=163120 CPUtime=2.59 cores=4-7
/proc/9861/task/9871/stat : 9871 (plingeling) R 9856 9856 9830 0 -1 4202560 2811 1251 0 0 259 0 0 0 25 0 5 0 604792126 167034880 12360 33554432000 4194304 4356188 140735479046272 18446744073709551615 4279717 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 23.18
Current children cumulated vsize (KiB) 854600

[startup+6.30086 s]
/proc/loadavg: 1.49 1.10 1.48 9/180 9872
/proc/meminfo: memFree=28876376/32951124 swapFree=67111348/67111528
[pid=9856] ppid=9854 vsize=18324 CPUtime=0 cores=0-7
/proc/9856/stat : 9856 (ppfolio) S 9854 9856 9830 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 604792078 18763776 390 33554432000 4194304 4287625 140734902775456 18446744073709551615 252458085903 0 0 4096 65536 4045957328539746303 0 0 17 7 0 0 0
/proc/9856/statm: 4581 390 341 23 0 91 0
[pid=9857] ppid=9856 vsize=94720 CPUtime=6.29 cores=0
/proc/9857/stat : 9857 (cryptominisat) R 9856 9856 9830 0 -1 4202496 15469 0 0 0 626 3 0 0 25 0 1 0 604792079 96993280 12085 33554432000 4194304 4587354 140736267645648 18446744073709551615 4237679 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/9857/statm: 23680 12085 326 96 0 20242 0
[pid=9858] ppid=9856 vsize=47704 CPUtime=6.29 cores=1
/proc/9858/stat : 9858 (clasp) R 9856 9856 9830 0 -1 4202496 11076 0 0 0 627 2 0 0 25 0 1 0 604792079 48848896 9165 33554432000 4194304 4785740 140735323875248 18446744073709551615 4286953 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/9858/statm: 11926 9165 340 145 0 8971 0
[pid=9859] ppid=9856 vsize=465988 CPUtime=6.28 cores=2
/proc/9859/stat : 9859 (TNM) R 9856 9856 9830 0 -1 4202496 5914 0 0 0 628 0 0 0 25 0 1 0 604792079 477171712 5811 33554432000 134512640 134534564 4287588720 18446744073709551615 134528659 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/9859/statm: 116497 5811 95 6 0 115163 0
[pid=9860] ppid=9856 vsize=79368 CPUtime=6.29 cores=3
/proc/9860/stat : 9860 (march_hi) R 9856 9856 9830 0 -1 4202496 49120 0 0 0 622 7 0 0 25 0 1 0 604792079 81272832 16493 33554432000 4194304 4331988 140734102034496 18446744073709551615 4263143 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/9860/statm: 19842 16493 173 34 0 18284 0
[pid=9861] ppid=9856 vsize=163120 CPUtime=23.63 cores=4-7
/proc/9861/stat : 9861 (plingeling) S 9856 9856 9830 0 -1 4202496 24608 1251 0 0 2360 3 0 0 18 0 5 0 604792079 167034880 12360 33554432000 4194304 4356188 140735479046272 18446744073709551615 252469868517 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/9861/statm: 40780 12360 164 40 0 39324 0
[pid=9861/tid=9868] ppid=9856 vsize=163120 CPUtime=5.8 cores=4-7
/proc/9861/task/9868/stat : 9868 (plingeling) R 9856 9856 9830 0 -1 4202560 3042 1251 0 0 580 0 0 0 25 0 5 0 604792126 167034880 12360 33554432000 4194304 4356188 140735479046272 18446744073709551615 4330862 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=9861/tid=9869] ppid=9856 vsize=163120 CPUtime=5.76 cores=4-7
/proc/9861/task/9869/stat : 9869 (plingeling) R 9856 9856 9830 0 -1 4202560 3330 1251 0 0 576 0 0 0 25 0 5 0 604792126 167034880 12360 33554432000 4194304 4356188 140735479046272 18446744073709551615 4330862 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=9861/tid=9870] ppid=9856 vsize=163120 CPUtime=5.8 cores=4-7
/proc/9861/task/9870/stat : 9870 (plingeling) R 9856 9856 9830 0 -1 4202560 2902 1251 0 0 580 0 0 0 25 0 5 0 604792126 167034880 12360 33554432000 4194304 4356188 140735479046272 18446744073709551615 4330969 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=9861/tid=9871] ppid=9856 vsize=163120 CPUtime=5.77 cores=4-7
/proc/9861/task/9871/stat : 9871 (plingeling) R 9856 9856 9830 0 -1 4202560 2811 1251 0 0 577 0 0 0 25 0 5 0 604792126 167034880 12360 33554432000 4194304 4356188 140735479046272 18446744073709551615 4330862 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 48.78
Current children cumulated vsize (KiB) 869224

[startup+12.7007 s]
/proc/loadavg: 2.01 1.22 1.52 9/180 9872
/proc/meminfo: memFree=28837680/32951124 swapFree=67111348/67111528
[pid=9856] ppid=9854 vsize=18324 CPUtime=0 cores=0-7
/proc/9856/stat : 9856 (ppfolio) S 9854 9856 9830 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 604792078 18763776 390 33554432000 4194304 4287625 140734902775456 18446744073709551615 252458085903 0 0 4096 65536 4045957328539746303 0 0 17 7 0 0 0
/proc/9856/statm: 4581 390 341 23 0 91 0
[pid=9857] ppid=9856 vsize=64668 CPUtime=12.69 cores=0
/proc/9857/stat : 9857 (cryptominisat) R 9856 9856 9830 0 -1 4202496 20519 0 0 0 1263 6 0 0 25 0 1 0 604792079 66220032 10801 33554432000 4194304 4587354 140736267645648 18446744073709551615 4237467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/9857/statm: 16167 10801 331 96 0 12729 0
[pid=9858] ppid=9856 vsize=72244 CPUtime=12.69 cores=1
/proc/9858/stat : 9858 (clasp) R 9856 9856 9830 0 -1 4202496 17187 0 0 0 1265 4 0 0 25 0 1 0 604792079 73977856 15276 33554432000 4194304 4785740 140735323875248 18446744073709551615 4286953 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/9858/statm: 18061 15276 340 145 0 15106 0
[pid=9859] ppid=9856 vsize=465988 CPUtime=12.68 cores=2
/proc/9859/stat : 9859 (TNM) R 9856 9856 9830 0 -1 4202496 5914 0 0 0 1268 0 0 0 25 0 1 0 604792079 477171712 5811 33554432000 134512640 134534564 4287588720 18446744073709551615 134528957 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/9859/statm: 116497 5811 95 6 0 115163 0
[pid=9860] ppid=9856 vsize=85412 CPUtime=12.69 cores=3
/proc/9860/stat : 9860 (march_hi) R 9856 9856 9830 0 -1 4202496 50712 0 0 0 1262 7 0 0 25 0 1 0 604792079 87461888 18085 33554432000 4194304 4331988 140734102034496 18446744073709551615 4263143 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/9860/statm: 21353 18085 173 34 0 19795 0
[pid=9861] ppid=9856 vsize=174820 CPUtime=49.19 cores=4-7
/proc/9861/stat : 9861 (plingeling) S 9856 9856 9830 0 -1 4202496 28044 1251 0 0 4916 3 0 0 18 0 5 0 604792079 179015680 15796 33554432000 4194304 4356188 140735479046272 18446744073709551615 252469868517 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/9861/statm: 43705 15796 164 40 0 42249 0
[pid=9861/tid=9868] ppid=9856 vsize=174820 CPUtime=12.2 cores=4-7
/proc/9861/task/9868/stat : 9868 (plingeling) R 9856 9856 9830 0 -1 4202560 3184 1251 0 0 1220 0 0 0 25 0 5 0 604792126 179015680 15796 33554432000 4194304 4356188 140735479046272 18446744073709551615 4331060 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=9861/tid=9869] ppid=9856 vsize=174820 CPUtime=12.16 cores=4-7
/proc/9861/task/9869/stat : 9869 (plingeling) R 9856 9856 9830 0 -1 4202560 3458 1251 0 0 1216 0 0 0 25 0 5 0 604792126 179015680 15796 33554432000 4194304 4356188 140735479046272 18446744073709551615 4247607 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=9861/tid=9870] ppid=9856 vsize=174820 CPUtime=12.19 cores=4-7
/proc/9861/task/9870/stat : 9870 (plingeling) R 9856 9856 9830 0 -1 4202560 4487 1251 0 0 1219 0 0 0 25 0 5 0 604792126 179015680 15796 33554432000 4194304 4356188 140735479046272 18446744073709551615 4334501 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=9861/tid=9871] ppid=9856 vsize=174820 CPUtime=12.14 cores=4-7
/proc/9861/task/9871/stat : 9871 (plingeling) R 9856 9856 9830 0 -1 4202560 4392 1251 0 0 1214 0 0 0 25 0 5 0 604792126 179015680 15796 33554432000 4194304 4356188 140735479046272 18446744073709551615 4210875 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 99.94
Current children cumulated vsize (KiB) 881456

[startup+25.5013 s]
/proc/loadavg: 3.33 1.55 1.62 9/180 9872
/proc/meminfo: memFree=28785336/32951124 swapFree=67111348/67111528
[pid=9856] ppid=9854 vsize=18324 CPUtime=0 cores=0-7
/proc/9856/stat : 9856 (ppfolio) S 9854 9856 9830 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 604792078 18763776 390 33554432000 4194304 4287625 140734902775456 18446744073709551615 252458085903 0 0 4096 65536 4045957328539746303 0 0 17 7 0 0 0
/proc/9856/statm: 4581 390 341 23 0 91 0
[pid=9857] ppid=9856 vsize=1568640 CPUtime=25.49 cores=0
/proc/9857/stat : 9857 (cryptominisat) R 9856 9856 9830 0 -1 4202496 50695 0 0 0 2536 13 0 0 25 0 1 0 604792079 1606287360 10395 33554432000 4194304 4587354 140736267645648 18446744073709551615 252457762456 0 0 4096 2 0 0 0 17 0 0 0 0

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

[pid=9859] ppid=9856 vsize=465992 CPUtime=4782.32 cores=2
/proc/9859/stat : 9859 (TNM) R 9856 9856 9830 0 -1 4202496 5923 0 0 0 478229 3 0 0 25 0 1 0 604792079 477175808 5820 33554432000 134512640 134534564 4287588720 18446744073709551615 134530124 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/9859/statm: 116498 5820 103 6 0 115164 0
[pid=9860] ppid=9856 vsize=96500 CPUtime=4782.45 cores=3
/proc/9860/stat : 9860 (march_hi) R 9856 9856 9830 0 -1 4202496 53515 0 0 0 478236 9 0 0 25 0 1 0 604792079 98816000 20888 33554432000 4194304 4331988 140734102034496 18446744073709551615 4288317 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/9860/statm: 24125 20888 173 34 0 22567 0
[pid=9861] ppid=9856 vsize=259976 CPUtime=19100.9 cores=4-7
/proc/9861/stat : 9861 (plingeling) S 9856 9856 9830 0 -1 4202496 107201 1251 0 0 1910074 17 0 0 18 0 5 0 604792079 266215424 37085 33554432000 4194304 4356188 140735479046272 18446744073709551615 252469868517 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/9861/statm: 64994 37085 164 40 0 63538 0
[pid=9861/tid=9868] ppid=9856 vsize=259976 CPUtime=4781.95 cores=4-7
/proc/9861/task/9868/stat : 9868 (plingeling) R 9856 9856 9830 0 -1 4202560 26967 1251 0 0 478192 3 0 0 25 0 5 0 604792126 266215424 37085 33554432000 4194304 4356188 140735479046272 18446744073709551615 4331371 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=9861/tid=9869] ppid=9856 vsize=259976 CPUtime=4781.92 cores=4-7
/proc/9861/task/9869/stat : 9869 (plingeling) R 9856 9856 9830 0 -1 4202560 29847 1251 0 0 478187 5 0 0 25 0 5 0 604792126 266215424 37085 33554432000 4194304 4356188 140735479046272 18446744073709551615 4330986 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=9861/tid=9870] ppid=9856 vsize=259976 CPUtime=4781.5 cores=4-7
/proc/9861/task/9870/stat : 9870 (plingeling) R 9856 9856 9830 0 -1 4202560 30580 1251 0 0 478145 5 0 0 25 0 5 0 604792126 266215424 37085 33554432000 4194304 4356188 140735479046272 18446744073709551615 4210834 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=9861/tid=9871] ppid=9856 vsize=259976 CPUtime=4755.03 cores=4-7
/proc/9861/task/9871/stat : 9871 (plingeling) R 9856 9856 9830 0 -1 4202560 7284 1251 0 0 475503 0 0 0 25 0 5 0 604792126 266215424 37085 33554432000 4194304 4356188 140735479046272 18446744073709551615 4330986 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 38230.6
Current children cumulated vsize (KiB) 3186196

[startup+4842.3 s]
/proc/loadavg: 8.01 8.04 7.96 9/180 10012
/proc/meminfo: memFree=27939280/32951124 swapFree=67111348/67111528
[pid=9856] ppid=9854 vsize=18324 CPUtime=0 cores=0-7
/proc/9856/stat : 9856 (ppfolio) S 9854 9856 9830 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 604792078 18763776 390 33554432000 4194304 4287625 140734902775456 18446744073709551615 252458085903 0 0 4096 65536 4045957328539746303 0 0 17 0 0 0 0
/proc/9856/statm: 4581 390 341 23 0 91 0
[pid=9857] ppid=9856 vsize=1600008 CPUtime=4842.44 cores=0
/proc/9857/stat : 9857 (cryptominisat) R 9856 9856 9830 0 -1 4202496 2249995 0 0 0 483289 955 0 0 25 0 1 0 604792079 1638408192 42759 33554432000 4194304 4587354 140736267645648 18446744073709551615 4243975 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/9857/statm: 400002 42759 337 96 0 396564 0
[pid=9858] ppid=9856 vsize=745796 CPUtime=4842.44 cores=1
/proc/9858/stat : 9858 (clasp) R 9856 9856 9830 0 -1 4202496 183077 0 0 0 484179 65 0 0 25 0 1 0 604792079 763695104 181166 33554432000 4194304 4785740 140735323875248 18446744073709551615 4553015 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/9858/statm: 186449 181166 340 145 0 183494 0
[pid=9859] ppid=9856 vsize=465992 CPUtime=4842.32 cores=2
/proc/9859/stat : 9859 (TNM) R 9856 9856 9830 0 -1 4202496 5923 0 0 0 484229 3 0 0 25 0 1 0 604792079 477175808 5820 33554432000 134512640 134534564 4287588720 18446744073709551615 134530551 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/9859/statm: 116498 5820 103 6 0 115164 0
[pid=9860] ppid=9856 vsize=96500 CPUtime=4842.45 cores=3
/proc/9860/stat : 9860 (march_hi) R 9856 9856 9830 0 -1 4202496 53524 0 0 0 484236 9 0 0 25 0 1 0 604792079 98816000 20897 33554432000 4194304 4331988 140734102034496 18446744073709551615 4288479 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/9860/statm: 24125 20897 173 34 0 22567 0
[pid=9861] ppid=9856 vsize=264072 CPUtime=19340.6 cores=4-7
/proc/9861/stat : 9861 (plingeling) S 9856 9856 9830 0 -1 4202496 109249 1251 0 0 1934041 17 0 0 18 0 5 0 604792079 270409728 38109 33554432000 4194304 4356188 140735479046272 18446744073709551615 252469868517 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/9861/statm: 66018 38109 164 40 0 64562 0
[pid=9861/tid=9868] ppid=9856 vsize=264072 CPUtime=4841.95 cores=4-7
/proc/9861/task/9868/stat : 9868 (plingeling) R 9856 9856 9830 0 -1 4202560 26967 1251 0 0 484192 3 0 0 25 0 5 0 604792126 270409728 38109 33554432000 4194304 4356188 140735479046272 18446744073709551615 4330982 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=9861/tid=9869] ppid=9856 vsize=264072 CPUtime=4841.92 cores=4-7
/proc/9861/task/9869/stat : 9869 (plingeling) R 9856 9856 9830 0 -1 4202560 30871 1251 0 0 484187 5 0 0 25 0 5 0 604792126 270409728 38109 33554432000 4194304 4356188 140735479046272 18446744073709551615 4331383 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=9861/tid=9870] ppid=9856 vsize=264072 CPUtime=4841.5 cores=4-7
/proc/9861/task/9870/stat : 9870 (plingeling) R 9856 9856 9830 0 -1 4202560 31604 1251 0 0 484145 5 0 0 25 0 5 0 604792126 270409728 38109 33554432000 4194304 4356188 140735479046272 18446744073709551615 4210834 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=9861/tid=9871] ppid=9856 vsize=264072 CPUtime=4814.7 cores=4-7
/proc/9861/task/9871/stat : 9871 (plingeling) R 9856 9856 9830 0 -1 4202560 7284 1251 0 0 481470 0 0 0 25 0 5 0 604792126 270409728 38109 33554432000 4194304 4356188 140735479046272 18446744073709551615 4330986 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 38710.2
Current children cumulated vsize (KiB) 3190692

[startup+4902.3 s]
/proc/loadavg: 8.07 8.05 7.97 9/180 10023
/proc/meminfo: memFree=27972096/32951124 swapFree=67111348/67111528
[pid=9856] ppid=9854 vsize=18324 CPUtime=0 cores=0-7
/proc/9856/stat : 9856 (ppfolio) S 9854 9856 9830 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 604792078 18763776 390 33554432000 4194304 4287625 140734902775456 18446744073709551615 252458085903 0 0 4096 65536 4045957328539746303 0 0 17 0 0 0 0
/proc/9856/statm: 4581 390 341 23 0 91 0
[pid=9857] ppid=9856 vsize=1641240 CPUtime=4902.43 cores=0
/proc/9857/stat : 9857 (cryptominisat) R 9856 9856 9830 0 -1 4202496 2272703 0 0 0 489276 967 0 0 25 0 1 0 604792079 1680629760 32565 33554432000 4194304 4587354 140736267645648 18446744073709551615 4238418 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/9857/statm: 410310 32565 337 96 0 406872 0
[pid=9858] ppid=9856 vsize=745796 CPUtime=4902.44 cores=1
/proc/9858/stat : 9858 (clasp) R 9856 9856 9830 0 -1 4202496 183088 0 0 0 490179 65 0 0 25 0 1 0 604792079 763695104 181177 33554432000 4194304 4785740 140735323875248 18446744073709551615 4416856 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/9858/statm: 186449 181177 340 145 0 183494 0
[pid=9859] ppid=9856 vsize=465992 CPUtime=4902.32 cores=2
/proc/9859/stat : 9859 (TNM) R 9856 9856 9830 0 -1 4202496 5923 0 0 0 490229 3 0 0 25 0 1 0 604792079 477175808 5820 33554432000 134512640 134534564 4287588720 18446744073709551615 134529031 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/9859/statm: 116498 5820 103 6 0 115164 0
[pid=9860] ppid=9856 vsize=96632 CPUtime=4902.45 cores=3
/proc/9860/stat : 9860 (march_hi) R 9856 9856 9830 0 -1 4202496 53533 0 0 0 490236 9 0 0 25 0 1 0 604792079 98951168 20906 33554432000 4194304 4331988 140734102034496 18446744073709551615 4263152 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/9860/statm: 24158 20906 173 34 0 22600 0
[pid=9861] ppid=9856 vsize=272264 CPUtime=19580.2 cores=4-7
/proc/9861/stat : 9861 (plingeling) S 9856 9856 9830 0 -1 4202496 111297 1251 0 0 1958008 17 0 0 18 0 5 0 604792079 278798336 40157 33554432000 4194304 4356188 140735479046272 18446744073709551615 252469868517 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/9861/statm: 68066 40157 164 40 0 66610 0
[pid=9861/tid=9868] ppid=9856 vsize=272264 CPUtime=4901.95 cores=4-7
/proc/9861/task/9868/stat : 9868 (plingeling) R 9856 9856 9830 0 -1 4202560 26967 1251 0 0 490192 3 0 0 25 0 5 0 604792126 278798336 40157 33554432000 4194304 4356188 140735479046272 18446744073709551615 4210834 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=9861/tid=9869] ppid=9856 vsize=272264 CPUtime=4901.93 cores=4-7
/proc/9861/task/9869/stat : 9869 (plingeling) R 9856 9856 9830 0 -1 4202560 32919 1251 0 0 490187 6 0 0 25 0 5 0 604792126 278798336 40157 33554432000 4194304 4356188 140735479046272 18446744073709551615 4210834 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=9861/tid=9870] ppid=9856 vsize=272264 CPUtime=4901.49 cores=4-7
/proc/9861/task/9870/stat : 9870 (plingeling) R 9856 9856 9830 0 -1 4202560 31604 1251 0 0 490144 5 0 0 25 0 5 0 604792126 278798336 40157 33554432000 4194304 4356188 140735479046272 18446744073709551615 4332046 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=9861/tid=9871] ppid=9856 vsize=272264 CPUtime=4874.37 cores=4-7
/proc/9861/task/9871/stat : 9871 (plingeling) R 9856 9856 9830 0 -1 4202560 7284 1251 0 0 487437 0 0 0 25 0 5 0 604792126 278798336 40157 33554432000 4194304 4356188 140735479046272 18446744073709551615 4280318 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 39189.9
Current children cumulated vsize (KiB) 3240248

[startup+4962.3 s]
/proc/loadavg: 8.07 8.05 7.97 9/180 10025
/proc/meminfo: memFree=28007172/32951124 swapFree=67111348/67111528
[pid=9856] ppid=9854 vsize=18324 CPUtime=0 cores=0-7
/proc/9856/stat : 9856 (ppfolio) S 9854 9856 9830 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 604792078 18763776 390 33554432000 4194304 4287625 140734902775456 18446744073709551615 252458085903 0 0 4096 65536 4045957328539746303 0 0 17 0 0 0 0
/proc/9856/statm: 4581 390 341 23 0 91 0
[pid=9857] ppid=9856 vsize=1667348 CPUtime=4962.44 cores=0
/proc/9857/stat : 9857 (cryptominisat) R 9856 9856 9830 0 -1 4202496 2294639 0 0 0 495267 977 0 0 25 0 1 0 604792079 1707364352 21619 33554432000 4194304 4587354 140736267645648 18446744073709551615 4238227 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/9857/statm: 416837 21619 337 96 0 413399 0
[pid=9858] ppid=9856 vsize=745796 CPUtime=4962.44 cores=1
/proc/9858/stat : 9858 (clasp) R 9856 9856 9830 0 -1 4202496 183088 0 0 0 496179 65 0 0 25 0 1 0 604792079 763695104 181177 33554432000 4194304 4785740 140735323875248 18446744073709551615 4549042 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/9858/statm: 186449 181177 340 145 0 183494 0
[pid=9859] ppid=9856 vsize=465992 CPUtime=4962.32 cores=2
/proc/9859/stat : 9859 (TNM) R 9856 9856 9830 0 -1 4202496 5923 0 0 0 496229 3 0 0 25 0 1 0 604792079 477175808 5820 33554432000 134512640 134534564 4287588720 18446744073709551615 134529640 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/9859/statm: 116498 5820 103 6 0 115164 0
[pid=9860] ppid=9856 vsize=96632 CPUtime=4962.45 cores=3
/proc/9860/stat : 9860 (march_hi) R 9856 9856 9830 0 -1 4202496 53541 0 0 0 496236 9 0 0 25 0 1 0 604792079 98951168 20914 33554432000 4194304 4331988 140734102034496 18446744073709551615 4299865 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/9860/statm: 24158 20914 173 34 0 22600 0
[pid=9861] ppid=9856 vsize=280456 CPUtime=19819.9 cores=4-7
/proc/9861/stat : 9861 (plingeling) S 9856 9856 9830 0 -1 4202496 113345 1251 0 0 1981974 18 0 0 18 0 5 0 604792079 287186944 42205 33554432000 4194304 4356188 140735479046272 18446744073709551615 252469868517 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/9861/statm: 70114 42205 164 40 0 68658 0
[pid=9861/tid=9868] ppid=9856 vsize=280456 CPUtime=4961.95 cores=4-7
/proc/9861/task/9868/stat : 9868 (plingeling) R 9856 9856 9830 0 -1 4202560 26967 1251 0 0 496192 3 0 0 25 0 5 0 604792126 287186944 42205 33554432000 4194304 4356188 140735479046272 18446744073709551615 4331015 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=9861/tid=9869] ppid=9856 vsize=280456 CPUtime=4961.93 cores=4-7
/proc/9861/task/9869/stat : 9869 (plingeling) R 9856 9856 9830 0 -1 4202560 32919 1251 0 0 496187 6 0 0 25 0 5 0 604792126 287186944 42205 33554432000 4194304 4356188 140735479046272 18446744073709551615 4210834 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=9861/tid=9870] ppid=9856 vsize=280456 CPUtime=4961.49 cores=4-7
/proc/9861/task/9870/stat : 9870 (plingeling) R 9856 9856 9830 0 -1 4202560 33652 1251 0 0 496143 6 0 0 25 0 5 0 604792126 287186944 42205 33554432000 4194304 4356188 140735479046272 18446744073709551615 4332020 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=9861/tid=9871] ppid=9856 vsize=280456 CPUtime=4934.05 cores=4-7
/proc/9861/task/9871/stat : 9871 (plingeling) R 9856 9856 9830 0 -1 4202560 7284 1251 0 0 493405 0 0 0 25 0 5 0 604792126 287186944 42205 33554432000 4194304 4356188 140735479046272 18446744073709551615 4210834 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 39669.6
Current children cumulated vsize (KiB) 3274548



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+5000 s]
/proc/loadavg: 8.11 8.06 7.98 9/180 10026
/proc/meminfo: memFree=27957668/32951124 swapFree=67111348/67111528
[pid=9856] ppid=9854 vsize=18324 CPUtime=0 cores=0-7
/proc/9856/stat : 9856 (ppfolio) S 9854 9856 9830 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 604792078 18763776 390 33554432000 4194304 4287625 140734902775456 18446744073709551615 252458085903 0 0 4096 65536 4045957328539746303 0 0 17 0 0 0 0
/proc/9856/statm: 4581 390 341 23 0 91 0
[pid=9857] ppid=9856 vsize=1667348 CPUtime=5000.15 cores=0
/proc/9857/stat : 9857 (cryptominisat) R 9856 9856 9830 0 -1 4202496 2307908 0 0 0 499032 983 0 0 25 0 1 0 604792079 1707364352 34848 33554432000 4194304 4587354 140736267645648 18446744073709551615 4241101 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/9857/statm: 416837 34848 337 96 0 413399 0
[pid=9858] ppid=9856 vsize=745796 CPUtime=5000.14 cores=1
/proc/9858/stat : 9858 (clasp) R 9856 9856 9830 0 -1 4202496 183088 0 0 0 499949 65 0 0 25 0 1 0 604792079 763695104 181177 33554432000 4194304 4785740 140735323875248 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/9858/statm: 186449 181177 340 145 0 183494 0
[pid=9859] ppid=9856 vsize=465992 CPUtime=5000.03 cores=2
/proc/9859/stat : 9859 (TNM) R 9856 9856 9830 0 -1 4202496 5923 0 0 0 500000 3 0 0 25 0 1 0 604792079 477175808 5820 33554432000 134512640 134534564 4287588720 18446744073709551615 134530367 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/9859/statm: 116498 5820 103 6 0 115164 0
[pid=9860] ppid=9856 vsize=96632 CPUtime=5000.16 cores=3
/proc/9860/stat : 9860 (march_hi) R 9856 9856 9830 0 -1 4202496 53544 0 0 0 500007 9 0 0 25 0 1 0 604792079 98951168 20917 33554432000 4194304 4331988 140734102034496 18446744073709551615 4286223 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/9860/statm: 24158 20917 173 34 0 22600 0
[pid=9861] ppid=9856 vsize=276360 CPUtime=19970.5 cores=4-7
/proc/9861/stat : 9861 (plingeling) S 9856 9856 9830 0 -1 4202496 114369 1251 0 0 1997036 18 0 0 18 0 5 0 604792079 282992640 41181 33554432000 4194304 4356188 140735479046272 18446744073709551615 252469868517 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/9861/statm: 69090 41181 164 40 0 67634 0
[pid=9861/tid=9868] ppid=9856 vsize=276360 CPUtime=4999.66 cores=4-7
/proc/9861/task/9868/stat : 9868 (plingeling) R 9856 9856 9830 0 -1 4202560 27991 1251 0 0 499963 3 0 0 25 0 5 0 604792126 282992640 41181 33554432000 4194304 4356188 140735479046272 18446744073709551615 4331015 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=9861/tid=9869] ppid=9856 vsize=276360 CPUtime=4999.64 cores=4-7
/proc/9861/task/9869/stat : 9869 (plingeling) R 9856 9856 9830 0 -1 4202560 32919 1251 0 0 499958 6 0 0 25 0 5 0 604792126 282992640 41181 33554432000 4194304 4356188 140735479046272 18446744073709551615 4331015 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=9861/tid=9870] ppid=9856 vsize=276360 CPUtime=4999.2 cores=4-7
/proc/9861/task/9870/stat : 9870 (plingeling) R 9856 9856 9830 0 -1 4202560 33652 1251 0 0 499914 6 0 0 25 0 5 0 604792126 282992640 41181 33554432000 4194304 4356188 140735479046272 18446744073709551615 4330823 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=9861/tid=9871] ppid=9856 vsize=276360 CPUtime=4971.54 cores=4-7
/proc/9861/task/9871/stat : 9871 (plingeling) R 9856 9856 9830 0 -1 4202560 7284 1251 0 0 497154 0 0 0 25 0 5 0 604792126 282992640 41181 33554432000 4194304 4356188 140735479046272 18446744073709551615 4332046 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 39971
Current children cumulated vsize (KiB) 3270452

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 9856 and gives
#  childrusage.ru_utime.tv_sec=14990
#  childrusage.ru_utime.tv_usec=402112
#  childrusage.ru_stime.tv_sec=9
#  childrusage.ru_stime.tv_usec=984482
# CPU time returned by wait4() is 15000.4
# while last known CPU time is 39971
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 5000.02
CPU time (s): 39971
CPU user time (s): 39960.2
CPU system time (s): 10.78
CPU usage (%): 799.418
Max. virtual memory (cumulated for all children) (KiB): 4702828

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 14990.4
system time used= 9.98448
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2367896
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= 469
involuntary context switches= 21708

runsolver used 7.99778 second user time and 19.2811 second system time

The end

Launcher Data

Begin job on node111 at 2011-04-30 08:40:16
IDJOB=3219015
IDBENCH=82519
IDSOLVER=1638
FILE ID=node111/3219015-1304145616
RUNJOBID= node111-1304145616-9844
PBS_JOBID= 13170897
Free space on /tmp= 72484 MiB

SOLVER NAME= ppfolio par
BENCH NAME= SAT11/random/large/unif-k3-r4.2-v35000-c147000-S419010076-063-UNKNOWN.cnf
COMMAND LINE= ppfolio BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3219015-1304145616/watcher-3219015-1304145616 -o /tmp/evaluation-result-3219015-1304145616/solver-3219015-1304145616 -C 40000 -W 5000 -M 31000  ppfolio HOME/instance-3219015-1304145616.cnf

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

MD5SUM BENCH= 07407a86c8d0f1e46c34022f68908549
RANDOM SEED=1446786411

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.849
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.67
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.849
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:     32951124 kB
MemFree:      29093232 kB
Buffers:       1029760 kB
Cached:        2313332 kB
SwapCached:          0 kB
Active:         208892 kB
Inactive:      3197592 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      29093232 kB
SwapTotal:    67111528 kB
SwapFree:     67111348 kB
Dirty:           12876 kB
Writeback:           0 kB
AnonPages:       62908 kB
Mapped:          14324 kB
Slab:           386316 kB
PageTables:       4260 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   185680 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= 72472 MiB
End job on node111 at 2011-04-30 10:03:38