Trace number 3221589

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/medium/
unif-k3-r4.26-v600-c2556-S1339958817-007.UNKNOWN.cnf
MD5SUM82834b232944ca118e4175405e325327
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 variables600
Number of clauses2556
Sum of the clauses size7668
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 32556
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-3221589-1304162000/watcher-3221589-1304162000 -o /tmp/evaluation-result-3221589-1304162000/solver-3221589-1304162000 -C 40000 -W 5000 -M 31000 ppfolio HOME/instance-3221589-1304162000.cnf 

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

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


[startup+0 s]
/proc/loadavg: 7.47 7.85 7.93 1/170 1275
/proc/meminfo: memFree=30724544/32951124 swapFree=67111524/67111528
[pid=1275] ppid=1273 vsize=18324 CPUtime=0 cores=0-7
/proc/1275/stat : 1275 (ppfolio) R 1273 1275 1083 0 -1 4194304 479 0 0 0 0 0 0 0 25 0 1 0 527800908 18763776 387 33554432000 4194304 4287625 140735134915616 18446744073709551615 270612930965 0 0 4096 65536 0 0 0 17 2 0 0 0
/proc/1275/statm: 4581 387 339 23 0 91 0

[startup+0.0115191 s]
/proc/loadavg: 7.47 7.85 7.93 1/170 1275
/proc/meminfo: memFree=30724544/32951124 swapFree=67111524/67111528
[pid=1275] ppid=1273 vsize=18324 CPUtime=0 cores=0-7
/proc/1275/stat : 1275 (ppfolio) S 1273 1275 1083 0 -1 4202496 519 0 0 0 0 0 0 0 25 0 1 0 527800908 18763776 389 33554432000 4194304 4287625 140735134915616 18446744073709551615 270613130767 0 0 4096 65536 2531604636528279551 0 0 17 4 0 0 0
/proc/1275/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.100468 s]
/proc/loadavg: 7.47 7.85 7.93 1/170 1275
/proc/meminfo: memFree=30724544/32951124 swapFree=67111524/67111528
[pid=1275] ppid=1273 vsize=18324 CPUtime=0 cores=0-7
/proc/1275/stat : 1275 (ppfolio) S 1273 1275 1083 0 -1 4202496 519 0 0 0 0 0 0 0 25 0 1 0 527800908 18763776 389 33554432000 4194304 4287625 140735134915616 18446744073709551615 270613130767 0 0 4096 65536 2531604636528279551 0 0 17 7 0 0 0
/proc/1275/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.300432 s]
/proc/loadavg: 7.47 7.85 7.93 1/170 1275
/proc/meminfo: memFree=30724544/32951124 swapFree=67111524/67111528
[pid=1275] ppid=1273 vsize=18324 CPUtime=0 cores=0-7
/proc/1275/stat : 1275 (ppfolio) S 1273 1275 1083 0 -1 4202496 519 0 0 0 0 0 0 0 23 0 1 0 527800908 18763776 389 33554432000 4194304 4287625 140735134915616 18446744073709551615 270613130767 0 0 4096 65536 2531604636528279551 0 0 17 7 0 0 0
/proc/1275/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.700361 s]
/proc/loadavg: 7.47 7.85 7.93 1/170 1275
/proc/meminfo: memFree=30724544/32951124 swapFree=67111524/67111528
[pid=1275] ppid=1273 vsize=18324 CPUtime=0 cores=0-7
/proc/1275/stat : 1275 (ppfolio) S 1273 1275 1083 0 -1 4202496 519 0 0 0 0 0 0 0 20 0 1 0 527800908 18763776 389 33554432000 4194304 4287625 140735134915616 18446744073709551615 270613130767 0 0 4096 65536 2531604636528279551 0 0 17 7 0 0 0
/proc/1275/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.50122 s]
/proc/loadavg: 7.51 7.86 7.93 9/180 1290
/proc/meminfo: memFree=30707708/32951124 swapFree=67111524/67111528
[pid=1275] ppid=1273 vsize=18324 CPUtime=0 cores=0-7
/proc/1275/stat : 1275 (ppfolio) S 1273 1275 1083 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 527800908 18763776 389 33554432000 4194304 4287625 140735134915616 18446744073709551615 270613130767 0 0 4096 65536 2531604636528279551 0 0 17 7 0 0 0
/proc/1275/statm: 4581 389 341 23 0 91 0
[pid=1276] ppid=1275 vsize=250248 CPUtime=1.49 cores=0
/proc/1276/stat : 1276 (cryptominisat) R 1275 1275 1083 0 -1 4202496 3905 0 0 0 149 0 0 0 25 0 1 0 527800909 256253952 2604 33554432000 4194304 4587354 140736938465392 18446744073709551615 4364777 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/1276/statm: 62562 2604 337 96 0 59124 0
[pid=1277] ppid=1275 vsize=14304 CPUtime=1.49 cores=1
/proc/1277/stat : 1277 (clasp) R 1275 1275 1083 0 -1 4202496 1050 0 0 0 149 0 0 0 20 0 1 0 527800909 14647296 937 33554432000 4194304 4785740 140735616425248 18446744073709551615 4277611 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/1277/statm: 3576 937 341 145 0 621 0
[pid=1278] ppid=1275 vsize=455956 CPUtime=1.49 cores=2
/proc/1278/stat : 1278 (TNM) R 1275 1275 1083 0 -1 4202496 355 0 0 0 149 0 0 0 20 0 1 0 527800909 466898944 252 33554432000 134512640 134534564 4292426400 18446744073709551615 134530659 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/1278/statm: 113989 252 95 6 0 112655 0
[pid=1279] ppid=1275 vsize=8288 CPUtime=1.49 cores=3
/proc/1279/stat : 1279 (march_hi) R 1275 1275 1083 0 -1 4202496 674 0 0 0 149 0 0 0 25 0 1 0 527800909 8486912 567 33554432000 4194304 4331988 140733603779312 18446744073709551615 4263216 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/1279/statm: 2072 567 173 34 0 514 0
[pid=1280] ppid=1275 vsize=188092 CPUtime=5.87 cores=4-7
/proc/1280/stat : 1280 (plingeling) S 1275 1275 1083 0 -1 4202496 4073 1247 0 0 587 0 0 0 25 0 5 0 527800909 192606208 2764 33554432000 4194304 4356188 140733809964096 18446744073709551615 270624913381 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/1280/statm: 47023 2764 164 40 0 45567 0
[pid=1280/tid=1287] ppid=1275 vsize=188092 CPUtime=1.48 cores=4-7
/proc/1280/task/1287/stat : 1287 (plingeling) R 1275 1275 1083 0 -1 4202560 1022 1247 0 0 148 0 0 0 19 0 5 0 527800909 192606208 2764 33554432000 4194304 4356188 140733809964096 18446744073709551615 4330973 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=1280/tid=1288] ppid=1275 vsize=188092 CPUtime=1.43 cores=4-7
/proc/1280/task/1288/stat : 1288 (plingeling) R 1275 1275 1083 0 -1 4202560 817 1247 0 0 143 0 0 0 25 0 5 0 527800909 192606208 2764 33554432000 4194304 4356188 140733809964096 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=1280/tid=1289] ppid=1275 vsize=188092 CPUtime=1.46 cores=4-7
/proc/1280/task/1289/stat : 1289 (plingeling) R 1275 1275 1083 0 -1 4202560 895 1247 0 0 146 0 0 0 25 0 5 0 527800909 192606208 2764 33554432000 4194304 4356188 140733809964096 18446744073709551615 4241958 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=1280/tid=1290] ppid=1275 vsize=188092 CPUtime=1.48 cores=4-7
/proc/1280/task/1290/stat : 1290 (plingeling) R 1275 1275 1083 0 -1 4202560 808 1247 0 0 148 0 0 0 25 0 5 0 527800909 192606208 2764 33554432000 4194304 4356188 140733809964096 18446744073709551615 4281715 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 11.83
Current children cumulated vsize (KiB) 935212

[startup+3.10094 s]
/proc/loadavg: 7.51 7.86 7.93 9/180 1290
/proc/meminfo: memFree=30699524/32951124 swapFree=67111524/67111528
[pid=1275] ppid=1273 vsize=18324 CPUtime=0 cores=0-7
/proc/1275/stat : 1275 (ppfolio) S 1273 1275 1083 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 527800908 18763776 389 33554432000 4194304 4287625 140735134915616 18446744073709551615 270613130767 0 0 4096 65536 2531604636528279551 0 0 17 7 0 0 0
/proc/1275/statm: 4581 389 341 23 0 91 0
[pid=1276] ppid=1275 vsize=251960 CPUtime=3.08 cores=0
/proc/1276/stat : 1276 (cryptominisat) R 1275 1275 1083 0 -1 4202496 5736 0 0 0 308 0 0 0 25 0 1 0 527800909 258007040 3491 33554432000 4194304 4587354 140736938465392 18446744073709551615 4357656 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/1276/statm: 62990 3491 337 96 0 59552 0
[pid=1277] ppid=1275 vsize=15104 CPUtime=3.09 cores=1
/proc/1277/stat : 1277 (clasp) R 1275 1275 1083 0 -1 4202496 1248 0 0 0 309 0 0 0 25 0 1 0 527800909 15466496 1135 33554432000 4194304 4785740 140735616425248 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/1277/statm: 3776 1135 341 145 0 821 0
[pid=1278] ppid=1275 vsize=455956 CPUtime=3.09 cores=2
/proc/1278/stat : 1278 (TNM) R 1275 1275 1083 0 -1 4202496 355 0 0 0 309 0 0 0 25 0 1 0 527800909 466898944 252 33554432000 134512640 134534564 4292426400 18446744073709551615 10532259 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/1278/statm: 113989 252 95 6 0 112655 0
[pid=1279] ppid=1275 vsize=8668 CPUtime=3.09 cores=3
/proc/1279/stat : 1279 (march_hi) R 1275 1275 1083 0 -1 4202496 733 0 0 0 309 0 0 0 25 0 1 0 527800909 8876032 626 33554432000 4194304 4331988 140733603779312 18446744073709551615 4229623 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/1279/statm: 2167 626 173 34 0 609 0
[pid=1280] ppid=1275 vsize=188616 CPUtime=12.26 cores=4-7
/proc/1280/stat : 1280 (plingeling) S 1275 1275 1083 0 -1 4202496 5324 1247 0 0 1226 0 0 0 25 0 5 0 527800909 193142784 2895 33554432000 4194304 4356188 140733809964096 18446744073709551615 270624913381 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/1280/statm: 47154 2895 164 40 0 45698 0
[pid=1280/tid=1287] ppid=1275 vsize=188616 CPUtime=3.08 cores=4-7
/proc/1280/task/1287/stat : 1287 (plingeling) R 1275 1275 1083 0 -1 4202560 1440 1247 0 0 308 0 0 0 25 0 5 0 527800909 193142784 2895 33554432000 4194304 4356188 140733809964096 18446744073709551615 4331060 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=1280/tid=1288] ppid=1275 vsize=188616 CPUtime=3.03 cores=4-7
/proc/1280/task/1288/stat : 1288 (plingeling) R 1275 1275 1083 0 -1 4202560 1170 1247 0 0 303 0 0 0 25 0 5 0 527800909 193142784 2895 33554432000 4194304 4356188 140733809964096 18446744073709551615 4331060 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=1280/tid=1289] ppid=1275 vsize=188616 CPUtime=3.05 cores=4-7
/proc/1280/task/1289/stat : 1289 (plingeling) R 1275 1275 1083 0 -1 4202560 1248 1247 0 0 305 0 0 0 25 0 5 0 527800909 193142784 2895 33554432000 4194304 4356188 140733809964096 18446744073709551615 4332020 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=1280/tid=1290] ppid=1275 vsize=188616 CPUtime=3.08 cores=4-7
/proc/1280/task/1290/stat : 1290 (plingeling) R 1275 1275 1083 0 -1 4202560 935 1247 0 0 308 0 0 0 25 0 5 0 527800909 193142784 2895 33554432000 4194304 4356188 140733809964096 18446744073709551615 4331069 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 24.61
Current children cumulated vsize (KiB) 938628

[startup+6.30037 s]
/proc/loadavg: 7.51 7.86 7.93 9/180 1290
/proc/meminfo: memFree=30687600/32951124 swapFree=67111524/67111528
[pid=1275] ppid=1273 vsize=18324 CPUtime=0 cores=0-7
/proc/1275/stat : 1275 (ppfolio) S 1273 1275 1083 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 527800908 18763776 389 33554432000 4194304 4287625 140735134915616 18446744073709551615 270613130767 0 0 4096 65536 2531604636528279551 0 0 17 7 0 0 0
/proc/1275/statm: 4581 389 341 23 0 91 0
[pid=1276] ppid=1275 vsize=255200 CPUtime=6.29 cores=0
/proc/1276/stat : 1276 (cryptominisat) R 1275 1275 1083 0 -1 4202496 8100 0 0 0 628 1 0 0 25 0 1 0 527800909 261324800 4047 33554432000 4194304 4587354 140736938465392 18446744073709551615 4238421 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/1276/statm: 63800 4047 337 96 0 60362 0
[pid=1277] ppid=1275 vsize=16456 CPUtime=6.29 cores=1
/proc/1277/stat : 1277 (clasp) R 1275 1275 1083 0 -1 4202496 1575 0 0 0 629 0 0 0 25 0 1 0 527800909 16850944 1462 33554432000 4194304 4785740 140735616425248 18446744073709551615 4550372 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/1277/statm: 4114 1462 341 145 0 1159 0
[pid=1278] ppid=1275 vsize=455956 CPUtime=6.29 cores=2
/proc/1278/stat : 1278 (TNM) R 1275 1275 1083 0 -1 4202496 355 0 0 0 629 0 0 0 25 0 1 0 527800909 466898944 252 33554432000 134512640 134534564 4292426400 18446744073709551615 134530144 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/1278/statm: 113989 252 95 6 0 112655 0
[pid=1279] ppid=1275 vsize=9144 CPUtime=6.29 cores=3
/proc/1279/stat : 1279 (march_hi) R 1275 1275 1083 0 -1 4202496 880 0 0 0 629 0 0 0 25 0 1 0 527800909 9363456 773 33554432000 4194304 4331988 140733603779312 18446744073709551615 4229363 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/1279/statm: 2286 773 173 34 0 728 0
[pid=1280] ppid=1275 vsize=192360 CPUtime=25.05 cores=4-7
/proc/1280/stat : 1280 (plingeling) S 1275 1275 1083 0 -1 4202496 8658 1247 0 0 2504 1 0 0 25 0 5 0 527800909 196976640 3831 33554432000 4194304 4356188 140733809964096 18446744073709551615 270624913381 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/1280/statm: 48090 3831 164 40 0 46634 0
[pid=1280/tid=1287] ppid=1275 vsize=192360 CPUtime=6.28 cores=4-7
/proc/1280/task/1287/stat : 1287 (plingeling) R 1275 1275 1083 0 -1 4202560 2016 1247 0 0 628 0 0 0 25 0 5 0 527800909 196976640 3831 33554432000 4194304 4356188 140733809964096 18446744073709551615 4332020 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=1280/tid=1288] ppid=1275 vsize=192360 CPUtime=6.23 cores=4-7
/proc/1280/task/1288/stat : 1288 (plingeling) R 1275 1275 1083 0 -1 4202560 2038 1247 0 0 623 0 0 0 25 0 5 0 527800909 196976640 3831 33554432000 4194304 4356188 140733809964096 18446744073709551615 4330986 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=1280/tid=1289] ppid=1275 vsize=192360 CPUtime=6.23 cores=4-7
/proc/1280/task/1289/stat : 1289 (plingeling) R 1275 1275 1083 0 -1 4202560 2208 1247 0 0 623 0 0 0 25 0 5 0 527800909 196976640 3831 33554432000 4194304 4356188 140733809964096 18446744073709551615 4331350 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=1280/tid=1290] ppid=1275 vsize=192360 CPUtime=6.28 cores=4-7
/proc/1280/task/1290/stat : 1290 (plingeling) R 1275 1275 1083 0 -1 4202560 1865 1247 0 0 628 0 0 0 25 0 5 0 527800909 196976640 3831 33554432000 4194304 4356188 140733809964096 18446744073709551615 4330960 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 50.21
Current children cumulated vsize (KiB) 947440

[startup+12.7012 s]
/proc/loadavg: 7.58 7.86 7.93 9/180 1290
/proc/meminfo: memFree=30680236/32951124 swapFree=67111524/67111528
[pid=1275] ppid=1273 vsize=18324 CPUtime=0 cores=0-7
/proc/1275/stat : 1275 (ppfolio) S 1273 1275 1083 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 527800908 18763776 389 33554432000 4194304 4287625 140735134915616 18446744073709551615 270613130767 0 0 4096 65536 2531604636528279551 0 0 17 7 0 0 0
/proc/1275/statm: 4581 389 341 23 0 91 0
[pid=1276] ppid=1275 vsize=256624 CPUtime=12.69 cores=0
/proc/1276/stat : 1276 (cryptominisat) R 1275 1275 1083 0 -1 4202496 12318 0 0 0 1268 1 0 0 25 0 1 0 527800909 262782976 4393 33554432000 4194304 4587354 140736938465392 18446744073709551615 4238578 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/1276/statm: 64156 4393 337 96 0 60718 0
[pid=1277] ppid=1275 vsize=18128 CPUtime=12.69 cores=1
/proc/1277/stat : 1277 (clasp) R 1275 1275 1083 0 -1 4202496 1990 0 0 0 1269 0 0 0 25 0 1 0 527800909 18563072 1877 33554432000 4194304 4785740 140735616425248 18446744073709551615 4553283 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/1277/statm: 4532 1877 341 145 0 1577 0
[pid=1278] ppid=1275 vsize=455956 CPUtime=12.69 cores=2
/proc/1278/stat : 1278 (TNM) R 1275 1275 1083 0 -1 4202496 355 0 0 0 1269 0 0 0 25 0 1 0 527800909 466898944 252 33554432000 134512640 134534564 4292426400 18446744073709551615 134528979 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/1278/statm: 113989 252 95 6 0 112655 0
[pid=1279] ppid=1275 vsize=10556 CPUtime=12.69 cores=3
/proc/1279/stat : 1279 (march_hi) R 1275 1275 1083 0 -1 4202496 1122 0 0 0 1269 0 0 0 25 0 1 0 527800909 10809344 1015 33554432000 4194304 4331988 140733603779312 18446744073709551615 4226369 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/1279/statm: 2639 1015 173 34 0 1081 0
[pid=1280] ppid=1275 vsize=195316 CPUtime=50.62 cores=4-7
/proc/1280/stat : 1280 (plingeling) S 1275 1275 1083 0 -1 4202496 13301 1247 0 0 5060 2 0 0 25 0 5 0 527800909 200003584 4570 33554432000 4194304 4356188 140733809964096 18446744073709551615 270624913381 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/1280/statm: 48829 4570 164 40 0 47373 0
[pid=1280/tid=1287] ppid=1275 vsize=195316 CPUtime=12.68 cores=4-7
/proc/1280/task/1287/stat : 1287 (plingeling) R 1275 1275 1083 0 -1 4202560 3392 1247 0 0 1268 0 0 0 25 0 5 0 527800909 200003584 4570 33554432000 4194304 4356188 140733809964096 18446744073709551615 4279663 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=1280/tid=1288] ppid=1275 vsize=195316 CPUtime=12.62 cores=4-7
/proc/1280/task/1288/stat : 1288 (plingeling) R 1275 1275 1083 0 -1 4202560 3446 1247 0 0 1262 0 0 0 25 0 5 0 527800909 200003584 4570 33554432000 4194304 4356188 140733809964096 18446744073709551615 4330986 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=1280/tid=1289] ppid=1275 vsize=195316 CPUtime=12.6 cores=4-7
/proc/1280/task/1289/stat : 1289 (plingeling) R 1275 1275 1083 0 -1 4202560 3170 1247 0 0 1260 0 0 0 25 0 5 0 527800909 200003584 4570 33554432000 4194304 4356188 140733809964096 18446744073709551615 4332046 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=1280/tid=1290] ppid=1275 vsize=195316 CPUtime=12.68 cores=4-7
/proc/1280/task/1290/stat : 1290 (plingeling) R 1275 1275 1083 0 -1 4202560 2762 1247 0 0 1268 0 0 0 25 0 5 0 527800909 200003584 4570 33554432000 4194304 4356188 140733809964096 18446744073709551615 4330845 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 101.38
Current children cumulated vsize (KiB) 954904

[startup+25.501 s]
/proc/loadavg: 7.65 7.86 7.93 9/180 1290
/proc/meminfo: memFree=30662996/32951124 swapFree=67111524/67111528
[pid=1275] ppid=1273 vsize=18324 CPUtime=0 cores=0-7
/proc/1275/stat : 1275 (ppfolio) S 1273 1275 1083 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 527800908 18763776 389 33554432000 4194304 4287625 140735134915616 18446744073709551615 270613130767 0 0 4096 65536 2531604636528279551 0 0 17 7 0 0 0
/proc/1275/statm: 4581 389 341 23 0 91 0
[pid=1276] ppid=1275 vsize=262408 CPUtime=25.48 cores=0
/proc/1276/stat : 1276 (cryptominisat) R 1275 1275 1083 0 -1 4202496 18875 0 0 0 2546 2 0 0 25 0 1 0 527800909 268705792 5914 33554432000 4194304 4587354 140736938465392 18446744073709551615 4238463 0 0 4096 2 0 0 0 17 0 0 0 0

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

[pid=1278] ppid=1275 vsize=455960 CPUtime=4782.41 cores=2
/proc/1278/stat : 1278 (TNM) R 1275 1275 1083 0 -1 4202496 364 0 0 0 478240 1 0 0 25 0 1 0 527800909 466903040 261 33554432000 134512640 134534564 4292426400 18446744073709551615 134528955 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/1278/statm: 113990 261 103 6 0 112656 0
[pid=1279] ppid=1275 vsize=595720 CPUtime=4781.58 cores=3
/proc/1279/stat : 1279 (march_hi) R 1275 1275 1083 0 -1 4202496 140321 0 0 0 478050 108 0 0 25 0 1 0 527800909 610017280 140214 33554432000 4194304 4331988 140733603779312 18446744073709551615 4211525 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/1279/statm: 148930 140214 173 34 0 147372 0
[pid=1280] ppid=1275 vsize=330028 CPUtime=19103 cores=4-7
/proc/1280/stat : 1280 (plingeling) S 1275 1275 1083 0 -1 4202496 953347 1247 0 0 1910154 147 0 0 25 0 5 0 527800909 337948672 38248 33554432000 4194304 4356188 140733809964096 18446744073709551615 270624913381 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/1280/statm: 82507 38248 164 40 0 81051 0
[pid=1280/tid=1287] ppid=1275 vsize=330028 CPUtime=4782.4 cores=4-7
/proc/1280/task/1287/stat : 1287 (plingeling) R 1275 1275 1083 0 -1 4202560 241061 1247 0 0 478205 35 0 0 25 0 5 0 527800909 337948672 38248 33554432000 4194304 4356188 140733809964096 18446744073709551615 4332046 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=1280/tid=1288] ppid=1275 vsize=330028 CPUtime=4781.88 cores=4-7
/proc/1280/task/1288/stat : 1288 (plingeling) R 1275 1275 1083 0 -1 4202560 229688 1247 0 0 478152 36 0 0 25 0 5 0 527800909 337948672 38248 33554432000 4194304 4356188 140733809964096 18446744073709551615 4331151 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=1280/tid=1289] ppid=1275 vsize=330028 CPUtime=4756.29 cores=4-7
/proc/1280/task/1289/stat : 1289 (plingeling) R 1275 1275 1083 0 -1 4202560 251429 1247 0 0 475591 38 0 0 25 0 5 0 527800909 337948672 38248 33554432000 4194304 4356188 140733809964096 18446744073709551615 4330986 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=1280/tid=1290] ppid=1275 vsize=330028 CPUtime=4782.39 cores=4-7
/proc/1280/task/1290/stat : 1290 (plingeling) R 1275 1275 1083 0 -1 4202560 230638 1247 0 0 478204 35 0 0 25 0 5 0 527800909 337948672 38248 33554432000 4194304 4356188 140733809964096 18446744073709551615 4331984 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 38231.7
Current children cumulated vsize (KiB) 1826792

[startup+4842.3 s]
/proc/loadavg: 8.00 8.00 8.00 9/180 1431
/proc/meminfo: memFree=29814956/32951124 swapFree=67111524/67111528
[pid=1275] ppid=1273 vsize=18324 CPUtime=0.01 cores=0-7
/proc/1275/stat : 1275 (ppfolio) S 1273 1275 1083 0 -1 4202496 519 0 0 0 0 1 0 0 15 0 1 0 527800908 18763776 389 33554432000 4194304 4287625 140735134915616 18446744073709551615 270613130767 0 0 4096 65536 2531604636528279551 0 0 17 3 0 0 0
/proc/1275/statm: 4581 389 341 23 0 91 0
[pid=1276] ppid=1275 vsize=364188 CPUtime=4842.27 cores=0
/proc/1276/stat : 1276 (cryptominisat) R 1275 1275 1083 0 -1 4202496 354609 0 0 0 484072 155 0 0 25 0 1 0 527800909 372928512 33809 33554432000 4194304 4587354 140736938465392 18446744073709551615 4238755 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/1276/statm: 91047 33809 337 96 0 87609 0
[pid=1277] ppid=1275 vsize=61680 CPUtime=4842.39 cores=1
/proc/1277/stat : 1277 (clasp) R 1275 1275 1083 0 -1 4202496 12066 0 0 0 484236 3 0 0 25 0 1 0 527800909 63160320 11953 33554432000 4194304 4785740 140735616425248 18446744073709551615 4287158 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/1277/statm: 15420 11953 341 145 0 12465 0
[pid=1278] ppid=1275 vsize=455960 CPUtime=4842.41 cores=2
/proc/1278/stat : 1278 (TNM) R 1275 1275 1083 0 -1 4202496 364 0 0 0 484240 1 0 0 25 0 1 0 527800909 466903040 261 33554432000 134512640 134534564 4292426400 18446744073709551615 134528633 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/1278/statm: 113990 261 103 6 0 112656 0
[pid=1279] ppid=1275 vsize=595720 CPUtime=4841.58 cores=3
/proc/1279/stat : 1279 (march_hi) R 1275 1275 1083 0 -1 4202496 141837 0 0 0 484048 110 0 0 25 0 1 0 527800909 610017280 141730 33554432000 4194304 4331988 140733603779312 18446744073709551615 4229986 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/1279/statm: 148930 141730 173 34 0 147372 0
[pid=1280] ppid=1275 vsize=337580 CPUtime=19342.7 cores=4-7
/proc/1280/stat : 1280 (plingeling) S 1275 1275 1083 0 -1 4202496 960483 1247 0 0 1934120 148 0 0 25 0 5 0 527800909 345681920 40136 33554432000 4194304 4356188 140733809964096 18446744073709551615 270624913381 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/1280/statm: 84395 40136 164 40 0 82939 0
[pid=1280/tid=1287] ppid=1275 vsize=337580 CPUtime=4842.4 cores=4-7
/proc/1280/task/1287/stat : 1287 (plingeling) R 1275 1275 1083 0 -1 4202560 246053 1247 0 0 484204 36 0 0 25 0 5 0 527800909 345681920 40136 33554432000 4194304 4356188 140733809964096 18446744073709551615 4332109 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=1280/tid=1288] ppid=1275 vsize=337580 CPUtime=4841.88 cores=4-7
/proc/1280/task/1288/stat : 1288 (plingeling) R 1275 1275 1083 0 -1 4202560 230488 1247 0 0 484151 37 0 0 25 0 5 0 527800909 345681920 40136 33554432000 4194304 4356188 140733809964096 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=1280/tid=1289] ppid=1275 vsize=337580 CPUtime=4815.97 cores=4-7
/proc/1280/task/1289/stat : 1289 (plingeling) R 1275 1275 1083 0 -1 4202560 252485 1247 0 0 481558 39 0 0 25 0 5 0 527800909 345681920 40136 33554432000 4194304 4356188 140733809964096 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=1280/tid=1290] ppid=1275 vsize=337580 CPUtime=4842.39 cores=4-7
/proc/1280/task/1290/stat : 1290 (plingeling) R 1275 1275 1083 0 -1 4202560 230926 1247 0 0 484204 35 0 0 25 0 5 0 527800909 345681920 40136 33554432000 4194304 4356188 140733809964096 18446744073709551615 4331065 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) 1833452

[startup+4902.3 s]
/proc/loadavg: 8.00 8.00 8.00 9/180 1432
/proc/meminfo: memFree=29805996/32951124 swapFree=67111524/67111528
[pid=1275] ppid=1273 vsize=18324 CPUtime=0.01 cores=0-7
/proc/1275/stat : 1275 (ppfolio) S 1273 1275 1083 0 -1 4202496 519 0 0 0 0 1 0 0 15 0 1 0 527800908 18763776 389 33554432000 4194304 4287625 140735134915616 18446744073709551615 270613130767 0 0 4096 65536 2531604636528279551 0 0 17 3 0 0 0
/proc/1275/statm: 4581 389 341 23 0 91 0
[pid=1276] ppid=1275 vsize=364048 CPUtime=4902.27 cores=0
/proc/1276/stat : 1276 (cryptominisat) R 1275 1275 1083 0 -1 4202496 356354 0 0 0 490071 156 0 0 25 0 1 0 527800909 372785152 33626 33554432000 4194304 4587354 140736938465392 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/1276/statm: 91012 33626 337 96 0 87574 0
[pid=1277] ppid=1275 vsize=61852 CPUtime=4902.39 cores=1
/proc/1277/stat : 1277 (clasp) R 1275 1275 1083 0 -1 4202496 12118 0 0 0 490236 3 0 0 25 0 1 0 527800909 63336448 12005 33554432000 4194304 4785740 140735616425248 18446744073709551615 4287017 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/1277/statm: 15463 12005 341 145 0 12508 0
[pid=1278] ppid=1275 vsize=455960 CPUtime=4902.41 cores=2
/proc/1278/stat : 1278 (TNM) R 1275 1275 1083 0 -1 4202496 364 0 0 0 490240 1 0 0 25 0 1 0 527800909 466903040 261 33554432000 134512640 134534564 4292426400 18446744073709551615 134530464 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/1278/statm: 113990 261 103 6 0 112656 0
[pid=1279] ppid=1275 vsize=595720 CPUtime=4901.58 cores=3
/proc/1279/stat : 1279 (march_hi) R 1275 1275 1083 0 -1 4202496 143489 0 0 0 490047 111 0 0 25 0 1 0 527800909 610017280 143382 33554432000 4194304 4331988 140733603779312 18446744073709551615 4288449 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/1279/statm: 148930 143382 173 34 0 147372 0
[pid=1280] ppid=1275 vsize=339884 CPUtime=19582.4 cores=4-7
/proc/1280/stat : 1280 (plingeling) S 1275 1275 1083 0 -1 4202496 972163 1247 0 0 1958086 150 0 0 25 0 5 0 527800909 348041216 40712 33554432000 4194304 4356188 140733809964096 18446744073709551615 270624913381 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/1280/statm: 84971 40712 164 40 0 83515 0
[pid=1280/tid=1287] ppid=1275 vsize=339884 CPUtime=4902.4 cores=4-7
/proc/1280/task/1287/stat : 1287 (plingeling) R 1275 1275 1083 0 -1 4202560 247781 1247 0 0 490204 36 0 0 25 0 5 0 527800909 348041216 40712 33554432000 4194304 4356188 140733809964096 18446744073709551615 4331047 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=1280/tid=1288] ppid=1275 vsize=339884 CPUtime=4901.87 cores=4-7
/proc/1280/task/1288/stat : 1288 (plingeling) R 1275 1275 1083 0 -1 4202560 236824 1247 0 0 490150 37 0 0 25 0 5 0 527800909 348041216 40712 33554432000 4194304 4356188 140733809964096 18446744073709551615 4331352 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=1280/tid=1289] ppid=1275 vsize=339884 CPUtime=4875.65 cores=4-7
/proc/1280/task/1289/stat : 1289 (plingeling) R 1275 1275 1083 0 -1 4202560 253893 1247 0 0 487526 39 0 0 25 0 5 0 527800909 348041216 40712 33554432000 4194304 4356188 140733809964096 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=1280/tid=1290] ppid=1275 vsize=339884 CPUtime=4902.4 cores=4-7
/proc/1280/task/1290/stat : 1290 (plingeling) R 1275 1275 1083 0 -1 4202560 233134 1247 0 0 490204 36 0 0 25 0 5 0 527800909 348041216 40712 33554432000 4194304 4356188 140733809964096 18446744073709551615 4331984 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 39191
Current children cumulated vsize (KiB) 1835788

[startup+4962.3 s]
/proc/loadavg: 8.00 8.00 8.00 9/180 1434
/proc/meminfo: memFree=29814392/32951124 swapFree=67111524/67111528
[pid=1275] ppid=1273 vsize=18324 CPUtime=0.01 cores=0-7
/proc/1275/stat : 1275 (ppfolio) S 1273 1275 1083 0 -1 4202496 519 0 0 0 0 1 0 0 15 0 1 0 527800908 18763776 389 33554432000 4194304 4287625 140735134915616 18446744073709551615 270613130767 0 0 4096 65536 2531604636528279551 0 0 17 3 0 0 0
/proc/1275/statm: 4581 389 341 23 0 91 0
[pid=1276] ppid=1275 vsize=364048 CPUtime=4962.27 cores=0
/proc/1276/stat : 1276 (cryptominisat) R 1275 1275 1083 0 -1 4202496 357473 0 0 0 496070 157 0 0 25 0 1 0 527800909 372785152 34717 33554432000 4194304 4587354 140736938465392 18446744073709551615 4238597 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/1276/statm: 91012 34717 337 96 0 87574 0
[pid=1277] ppid=1275 vsize=61852 CPUtime=4962.39 cores=1
/proc/1277/stat : 1277 (clasp) R 1275 1275 1083 0 -1 4202496 12123 0 0 0 496236 3 0 0 25 0 1 0 527800909 63336448 12010 33554432000 4194304 4785740 140735616425248 18446744073709551615 4546305 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/1277/statm: 15463 12010 341 145 0 12508 0
[pid=1278] ppid=1275 vsize=455960 CPUtime=4962.41 cores=2
/proc/1278/stat : 1278 (TNM) R 1275 1275 1083 0 -1 4202496 364 0 0 0 496240 1 0 0 25 0 1 0 527800909 466903040 261 33554432000 134512640 134534564 4292426400 18446744073709551615 134528504 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/1278/statm: 113990 261 103 6 0 112656 0
[pid=1279] ppid=1275 vsize=819484 CPUtime=4961.58 cores=3
/proc/1279/stat : 1279 (march_hi) R 1275 1275 1083 0 -1 4202496 145078 0 0 0 496046 112 0 0 25 0 1 0 527800909 839151616 144971 33554432000 4194304 4331988 140733603779312 18446744073709551615 4226483 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/1279/statm: 204871 144971 173 34 0 203313 0
[pid=1280] ppid=1275 vsize=321836 CPUtime=19822 cores=4-7
/proc/1280/stat : 1280 (plingeling) S 1275 1275 1083 0 -1 4202496 976739 1247 0 0 1982052 150 0 0 25 0 5 0 527800909 329560064 36200 33554432000 4194304 4356188 140733809964096 18446744073709551615 270624913381 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/1280/statm: 80459 36200 164 40 0 79003 0
[pid=1280/tid=1287] ppid=1275 vsize=321836 CPUtime=4962.4 cores=4-7
/proc/1280/task/1287/stat : 1287 (plingeling) R 1275 1275 1083 0 -1 4202560 248549 1247 0 0 496204 36 0 0 25 0 5 0 527800909 329560064 36200 33554432000 4194304 4356188 140733809964096 18446744073709551615 4332327 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=1280/tid=1288] ppid=1275 vsize=321836 CPUtime=4961.87 cores=4-7
/proc/1280/task/1288/stat : 1288 (plingeling) R 1275 1275 1083 0 -1 4202560 237112 1247 0 0 496150 37 0 0 25 0 5 0 527800909 329560064 36200 33554432000 4194304 4356188 140733809964096 18446744073709551615 4332020 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=1280/tid=1289] ppid=1275 vsize=321836 CPUtime=4935.32 cores=4-7
/proc/1280/task/1289/stat : 1289 (plingeling) R 1275 1275 1083 0 -1 4202560 257125 1247 0 0 493493 39 0 0 25 0 5 0 527800909 329560064 36200 33554432000 4194304 4356188 140733809964096 18446744073709551615 4331074 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=1280/tid=1290] ppid=1275 vsize=321836 CPUtime=4962.4 cores=4-7
/proc/1280/task/1290/stat : 1290 (plingeling) R 1275 1275 1083 0 -1 4202560 233422 1247 0 0 496204 36 0 0 25 0 5 0 527800909 329560064 36200 33554432000 4194304 4356188 140733809964096 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 39670.7
Current children cumulated vsize (KiB) 2041504



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+5000 s]
/proc/loadavg: 8.00 8.00 8.00 9/180 1435
/proc/meminfo: memFree=29792412/32951124 swapFree=67111524/67111528
[pid=1275] ppid=1273 vsize=18324 CPUtime=0.01 cores=0-7
/proc/1275/stat : 1275 (ppfolio) S 1273 1275 1083 0 -1 4202496 519 0 0 0 0 1 0 0 15 0 1 0 527800908 18763776 389 33554432000 4194304 4287625 140735134915616 18446744073709551615 270613130767 0 0 4096 65536 2531604636528279551 0 0 17 3 0 0 0
/proc/1275/statm: 4581 389 341 23 0 91 0
[pid=1276] ppid=1275 vsize=364048 CPUtime=4999.97 cores=0
/proc/1276/stat : 1276 (cryptominisat) R 1275 1275 1083 0 -1 4202496 358214 0 0 0 499840 157 0 0 25 0 1 0 527800909 372785152 33626 33554432000 4194304 4587354 140736938465392 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/1276/statm: 91012 33626 337 96 0 87574 0
[pid=1277] ppid=1275 vsize=62020 CPUtime=5000.1 cores=1
/proc/1277/stat : 1277 (clasp) R 1275 1275 1083 0 -1 4202496 12139 0 0 0 500007 3 0 0 25 0 1 0 527800909 63508480 12026 33554432000 4194304 4785740 140735616425248 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/1277/statm: 15505 12026 341 145 0 12550 0
[pid=1278] ppid=1275 vsize=455960 CPUtime=5000.11 cores=2
/proc/1278/stat : 1278 (TNM) R 1275 1275 1083 0 -1 4202496 364 0 0 0 500010 1 0 0 25 0 1 0 527800909 466903040 261 33554432000 134512640 134534564 4292426400 18446744073709551615 134529024 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/1278/statm: 113990 261 103 6 0 112656 0
[pid=1279] ppid=1275 vsize=819484 CPUtime=4999.29 cores=3
/proc/1279/stat : 1279 (march_hi) R 1275 1275 1083 0 -1 4202496 146077 0 0 0 499816 113 0 0 25 0 1 0 527800909 839151616 145970 33554432000 4194304 4331988 140733603779312 18446744073709551615 4265456 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/1279/statm: 204871 145970 173 34 0 203313 0
[pid=1280] ppid=1275 vsize=344236 CPUtime=19972.6 cores=4-7
/proc/1280/stat : 1280 (plingeling) S 1275 1275 1083 0 -1 4202496 982339 1247 0 0 1997112 150 0 0 25 0 5 0 527800909 352497664 41800 33554432000 4194304 4356188 140733809964096 18446744073709551615 270624913381 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/1280/statm: 86059 41800 164 40 0 84603 0
[pid=1280/tid=1287] ppid=1275 vsize=344236 CPUtime=5000.11 cores=4-7
/proc/1280/task/1287/stat : 1287 (plingeling) R 1275 1275 1083 0 -1 4202560 249733 1247 0 0 499975 36 0 0 25 0 5 0 527800909 352497664 41800 33554432000 4194304 4356188 140733809964096 18446744073709551615 4331355 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=1280/tid=1288] ppid=1275 vsize=344236 CPUtime=4999.58 cores=4-7
/proc/1280/task/1288/stat : 1288 (plingeling) R 1275 1275 1083 0 -1 4202560 238552 1247 0 0 499920 38 0 0 25 0 5 0 527800909 352497664 41800 33554432000 4194304 4356188 140733809964096 18446744073709551615 4210834 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=1280/tid=1289] ppid=1275 vsize=344236 CPUtime=4972.81 cores=4-7
/proc/1280/task/1289/stat : 1289 (plingeling) R 1275 1275 1083 0 -1 4202560 258405 1247 0 0 497242 39 0 0 25 0 5 0 527800909 352497664 41800 33554432000 4194304 4356188 140733809964096 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=1280/tid=1290] ppid=1275 vsize=344236 CPUtime=5000.11 cores=4-7
/proc/1280/task/1290/stat : 1290 (plingeling) R 1275 1275 1083 0 -1 4202560 235118 1247 0 0 499975 36 0 0 25 0 5 0 527800909 352497664 41800 33554432000 4194304 4356188 140733809964096 18446744073709551615 4330986 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) 2064072

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 1275 and gives
#  childrusage.ru_utime.tv_sec=14998
#  childrusage.ru_utime.tv_usec=597866
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=647749
# CPU time returned by wait4() is 15000.2
# 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): 39967.9
CPU system time (s): 4.25
CPU usage (%): 799.439
Max. virtual memory (cumulated for all children) (KiB): 2078764

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 14998.6
system time used= 1.64775
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 371251
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= 675
involuntary context switches= 80577

runsolver used 7.82481 second user time and 19.446 second system time

The end

Launcher Data

Begin job on node108 at 2011-04-30 13:13:20
IDJOB=3221589
IDBENCH=82948
IDSOLVER=1638
FILE ID=node108/3221589-1304162000
RUNJOBID= node108-1304161953-1097
PBS_JOBID= 13170935
Free space on /tmp= 72636 MiB

SOLVER NAME= ppfolio par
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v600-c2556-S1339958817-007.UNKNOWN.cnf
COMMAND LINE= ppfolio BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3221589-1304162000/watcher-3221589-1304162000 -o /tmp/evaluation-result-3221589-1304162000/solver-3221589-1304162000 -C 40000 -W 5000 -M 31000  ppfolio HOME/instance-3221589-1304162000.cnf

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

MD5SUM BENCH= 82834b232944ca118e4175405e325327
RANDOM SEED=407804717

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.820
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:      30724700 kB
Buffers:        599272 kB
Cached:        1162568 kB
SwapCached:          4 kB
Active:         148212 kB
Inactive:      1676444 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30724700 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:           10296 kB
Writeback:           0 kB
AnonPages:       63192 kB
Mapped:          14780 kB
Slab:           334788 kB
PageTables:       4864 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   185532 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= 72624 MiB
End job on node108 at 2011-04-30 14:36:42