Trace number 3221145

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

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v700-c2982-S1800377425-032.UNKNOWN.cnf
MD5SUMd85bdfa4ee68fd1c7d18743407334b5d
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables700
Number of clauses2982
Sum of the clauses size8946
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 32982
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	This is pico-portfolio, a naive parallel portfolio
0.00/0.00	Copyright (C) 2011 Olivier Roussel
0.00/0.00	Using 8 processing units
0.00/0.00	This portfolio uses the following solvers:
0.00/0.00	[1] cryptominisat 2.7.1 (Mate Soos)
0.00/0.00	[2] clasp 1.3.6 (Martin Gebser, Benjamin Kaufmann, and Torsten Schaub)
0.00/0.00	[3] TNM 2009 (Wanxia Wei and Chu Min Li)
0.00/0.00	[4] march_hi 2009 (Marijn Heule and Hans Van Maaren)
0.00/0.00	[5] plingeling 276-6264d55-100731 (Armin Biere)
0.00/0.00	Starting cryptominisat 2.7.1 on core(s) 0
0.00/0.00	Starting clasp 1.3.6 on core(s) 1
0.00/0.00	Starting TNM 2009 on core(s) 2
0.00/0.00	Starting march_hi 2009 on core(s) 3
0.00/0.00	Starting plingeling 276-6264d55-100731 on core(s) 4 5 6 7

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3221145-1304160939/watcher-3221145-1304160939 -o /tmp/evaluation-result-3221145-1304160939/solver-3221145-1304160939 -C 40000 -W 5000 -M 31000 ppfolio HOME/instance-3221145-1304160939.cnf 

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

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


[startup+0 s]
/proc/loadavg: 8.10 8.06 8.00 1/170 8707
/proc/meminfo: memFree=29285072/32951124 swapFree=67111348/67111528
[pid=8707] ppid=8705 vsize=18324 CPUtime=0 cores=0-7
/proc/8707/stat : 8707 (ppfolio) R 8705 8707 7925 0 -1 4202496 519 0 0 0 0 0 0 0 25 0 1 0 508509352 18763776 389 33554432000 4194304 4287625 140735072924016 18446744073709551615 228095471119 0 0 4096 65536 0 0 0 17 2 0 0 0
/proc/8707/statm: 4581 389 341 23 0 91 0

[startup+0.0562581 s]
/proc/loadavg: 8.10 8.06 8.00 1/170 8707
/proc/meminfo: memFree=29285072/32951124 swapFree=67111348/67111528
[pid=8707] ppid=8705 vsize=18324 CPUtime=0 cores=0-7
/proc/8707/stat : 8707 (ppfolio) S 8705 8707 7925 0 -1 4202496 520 0 0 0 0 0 0 0 25 0 1 0 508509352 18763776 389 33554432000 4194304 4287625 140735072924016 18446744073709551615 228095471119 0 0 4096 65536 4593004220654813183 0 0 17 6 0 0 0
/proc/8707/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.10025 s]
/proc/loadavg: 8.10 8.06 8.00 1/170 8707
/proc/meminfo: memFree=29285072/32951124 swapFree=67111348/67111528
[pid=8707] ppid=8705 vsize=18324 CPUtime=0 cores=0-7
/proc/8707/stat : 8707 (ppfolio) R 8705 8707 7925 0 -1 4202496 520 0 0 0 0 0 0 0 25 0 1 0 508509352 18763776 389 33554432000 4194304 4287625 140735072924016 18446744073709551615 228095471119 0 0 4096 65536 0 0 0 17 6 0 0 0
/proc/8707/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.300214 s]
/proc/loadavg: 8.10 8.06 8.00 1/170 8707
/proc/meminfo: memFree=29285072/32951124 swapFree=67111348/67111528
[pid=8707] ppid=8705 vsize=18324 CPUtime=0 cores=0-7
/proc/8707/stat : 8707 (ppfolio) S 8705 8707 7925 0 -1 4202496 520 0 0 0 0 0 0 0 24 0 1 0 508509352 18763776 389 33554432000 4194304 4287625 140735072924016 18446744073709551615 228095471119 0 0 4096 65536 4593004220654813183 0 0 17 6 0 0 0
/proc/8707/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.700139 s]
/proc/loadavg: 8.10 8.06 8.00 1/170 8707
/proc/meminfo: memFree=29285072/32951124 swapFree=67111348/67111528
[pid=8707] ppid=8705 vsize=18324 CPUtime=0 cores=0-7
/proc/8707/stat : 8707 (ppfolio) S 8705 8707 7925 0 -1 4202496 520 0 0 0 0 0 0 0 19 0 1 0 508509352 18763776 389 33554432000 4194304 4287625 140735072924016 18446744073709551615 228095471119 0 0 4096 65536 4593004220654813183 0 0 17 6 0 0 0
/proc/8707/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.50099 s]
/proc/loadavg: 8.09 8.06 8.00 9/180 8722
/proc/meminfo: memFree=29267664/32951124 swapFree=67111348/67111528
[pid=8707] ppid=8705 vsize=18324 CPUtime=0 cores=0-7
/proc/8707/stat : 8707 (ppfolio) S 8705 8707 7925 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 508509352 18763776 389 33554432000 4194304 4287625 140735072924016 18446744073709551615 228095471119 0 0 4096 65536 4593004220654813183 0 0 17 6 0 0 0
/proc/8707/statm: 4581 389 341 23 0 91 0
[pid=8708] ppid=8707 vsize=694696 CPUtime=1.49 cores=0
/proc/8708/stat : 8708 (cryptominisat) R 8707 8707 7925 0 -1 4202496 2559 0 0 0 149 0 0 0 25 0 1 0 508509352 711368704 1089 33554432000 4194304 4587354 140735627324128 18446744073709551615 4238522 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/8708/statm: 173674 1089 331 96 0 170236 0
[pid=8709] ppid=8707 vsize=14544 CPUtime=1.49 cores=1
/proc/8709/stat : 8709 (clasp) R 8707 8707 7925 0 -1 4202496 1087 0 0 0 149 0 0 0 20 0 1 0 508509352 14893056 973 33554432000 4194304 4785740 140734635452032 18446744073709551615 4553143 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/8709/statm: 3636 973 340 145 0 681 0
[pid=8710] ppid=8707 vsize=455960 CPUtime=1.49 cores=2
/proc/8710/stat : 8710 (TNM) R 8707 8707 7925 0 -1 4202496 374 0 0 0 149 0 0 0 20 0 1 0 508509352 466903040 271 33554432000 134512640 134534564 4290130736 18446744073709551615 134529251 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/8710/statm: 113990 271 95 6 0 112656 0
[pid=8711] ppid=8707 vsize=8776 CPUtime=1.49 cores=3
/proc/8711/stat : 8711 (march_hi) R 8707 8707 7925 0 -1 4202496 774 0 0 0 149 0 0 0 20 0 1 0 508509352 8986624 667 33554432000 4194304 4331988 140735343494240 18446744073709551615 4229368 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/8711/statm: 2194 667 172 34 0 636 0
[pid=8712] ppid=8707 vsize=123804 CPUtime=5.94 cores=4-7
/proc/8712/stat : 8712 (plingeling) S 8707 8707 7925 0 -1 4202496 3674 1248 0 0 594 0 0 0 25 0 5 0 508509352 126775296 3056 33554432000 4194304 4356188 140734446460080 18446744073709551615 228107253733 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/8712/statm: 30951 3056 164 40 0 29495 0
[pid=8712/tid=8719] ppid=8707 vsize=123804 CPUtime=1.48 cores=4-7
/proc/8712/task/8719/stat : 8719 (plingeling) R 8707 8707 7925 0 -1 4202560 744 1248 0 0 148 0 0 0 25 0 5 0 508509353 126775296 3056 33554432000 4194304 4356188 140734446460080 18446744073709551615 4331072 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=8712/tid=8720] ppid=8707 vsize=123804 CPUtime=1.48 cores=4-7
/proc/8712/task/8720/stat : 8720 (plingeling) R 8707 8707 7925 0 -1 4202560 745 1248 0 0 148 0 0 0 25 0 5 0 508509353 126775296 3056 33554432000 4194304 4356188 140734446460080 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=8712/tid=8721] ppid=8707 vsize=123804 CPUtime=1.48 cores=4-7
/proc/8712/task/8721/stat : 8721 (plingeling) R 8707 8707 7925 0 -1 4202560 837 1248 0 0 148 0 0 0 25 0 5 0 508509353 126775296 3056 33554432000 4194304 4356188 140734446460080 18446744073709551615 4331305 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=8712/tid=8722] ppid=8707 vsize=123804 CPUtime=1.47 cores=4-7
/proc/8712/task/8722/stat : 8722 (plingeling) R 8707 8707 7925 0 -1 4202560 813 1248 0 0 147 0 0 0 25 0 5 0 508509353 126775296 3056 33554432000 4194304 4356188 140734446460080 18446744073709551615 4210575 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 11.9
Current children cumulated vsize (KiB) 1316104

[startup+3.10069 s]
/proc/loadavg: 8.09 8.06 8.00 9/180 8722
/proc/meminfo: memFree=29258860/32951124 swapFree=67111348/67111528
[pid=8707] ppid=8705 vsize=18324 CPUtime=0 cores=0-7
/proc/8707/stat : 8707 (ppfolio) S 8705 8707 7925 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 508509352 18763776 389 33554432000 4194304 4287625 140735072924016 18446744073709551615 228095471119 0 0 4096 65536 4593004220654813183 0 0 17 6 0 0 0
/proc/8707/statm: 4581 389 341 23 0 91 0
[pid=8708] ppid=8707 vsize=699404 CPUtime=3.09 cores=0
/proc/8708/stat : 8708 (cryptominisat) R 8707 8707 7925 0 -1 4202496 5500 0 0 0 309 0 0 0 25 0 1 0 508509352 716189696 2985 33554432000 4194304 4587354 140735627324128 18446744073709551615 4238477 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/8708/statm: 174851 2985 337 96 0 171413 0
[pid=8709] ppid=8707 vsize=15484 CPUtime=3.09 cores=1
/proc/8709/stat : 8709 (clasp) R 8707 8707 7925 0 -1 4202496 1349 0 0 0 309 0 0 0 25 0 1 0 508509352 15855616 1235 33554432000 4194304 4785740 140734635452032 18446744073709551615 4553032 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/8709/statm: 3871 1235 340 145 0 916 0
[pid=8710] ppid=8707 vsize=455960 CPUtime=3.09 cores=2
/proc/8710/stat : 8710 (TNM) R 8707 8707 7925 0 -1 4202496 374 0 0 0 309 0 0 0 25 0 1 0 508509352 466903040 271 33554432000 134512640 134534564 4290130736 18446744073709551615 134528918 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/8710/statm: 113990 271 95 6 0 112656 0
[pid=8711] ppid=8707 vsize=9156 CPUtime=3.09 cores=3
/proc/8711/stat : 8711 (march_hi) R 8707 8707 7925 0 -1 4202496 840 0 0 0 309 0 0 0 25 0 1 0 508509352 9375744 733 33554432000 4194304 4331988 140735343494240 18446744073709551615 4229711 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/8711/statm: 2289 733 173 34 0 731 0
[pid=8712] ppid=8707 vsize=123668 CPUtime=12.33 cores=4-7
/proc/8712/stat : 8712 (plingeling) S 8707 8707 7925 0 -1 4202496 3865 1248 0 0 1233 0 0 0 25 0 5 0 508509352 126636032 2991 33554432000 4194304 4356188 140734446460080 18446744073709551615 228107253733 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/8712/statm: 30917 2991 164 40 0 29461 0
[pid=8712/tid=8719] ppid=8707 vsize=123668 CPUtime=3.08 cores=4-7
/proc/8712/task/8719/stat : 8719 (plingeling) R 8707 8707 7925 0 -1 4202560 776 1248 0 0 308 0 0 0 25 0 5 0 508509353 126636032 2991 33554432000 4194304 4356188 140734446460080 18446744073709551615 4332046 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=8712/tid=8720] ppid=8707 vsize=123668 CPUtime=3.08 cores=4-7
/proc/8712/task/8720/stat : 8720 (plingeling) R 8707 8707 7925 0 -1 4202560 745 1248 0 0 308 0 0 0 25 0 5 0 508509353 126636032 2991 33554432000 4194304 4356188 140734446460080 18446744073709551615 4330862 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=8712/tid=8721] ppid=8707 vsize=123668 CPUtime=3.08 cores=4-7
/proc/8712/task/8721/stat : 8721 (plingeling) R 8707 8707 7925 0 -1 4202560 930 1248 0 0 308 0 0 0 25 0 5 0 508509353 126636032 2991 33554432000 4194304 4356188 140734446460080 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=8712/tid=8722] ppid=8707 vsize=123668 CPUtime=3.07 cores=4-7
/proc/8712/task/8722/stat : 8722 (plingeling) R 8707 8707 7925 0 -1 4202560 879 1248 0 0 307 0 0 0 25 0 5 0 508509353 126636032 2991 33554432000 4194304 4356188 140734446460080 18446744073709551615 4233920 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 24.69
Current children cumulated vsize (KiB) 1321996

[startup+6.30111 s]
/proc/loadavg: 8.08 8.06 8.00 9/180 8722
/proc/meminfo: memFree=29248212/32951124 swapFree=67111348/67111528
[pid=8707] ppid=8705 vsize=18324 CPUtime=0 cores=0-7
/proc/8707/stat : 8707 (ppfolio) S 8705 8707 7925 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 508509352 18763776 389 33554432000 4194304 4287625 140735072924016 18446744073709551615 228095471119 0 0 4096 65536 4593004220654813183 0 0 17 6 0 0 0
/proc/8707/statm: 4581 389 341 23 0 91 0
[pid=8708] ppid=8707 vsize=704016 CPUtime=6.29 cores=0
/proc/8708/stat : 8708 (cryptominisat) R 8707 8707 7925 0 -1 4202496 8526 0 0 0 628 1 0 0 25 0 1 0 508509352 720912384 4040 33554432000 4194304 4587354 140735627324128 18446744073709551615 4364704 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/8708/statm: 176004 4040 337 96 0 172566 0
[pid=8709] ppid=8707 vsize=16880 CPUtime=6.29 cores=1
/proc/8709/stat : 8709 (clasp) R 8707 8707 7925 0 -1 4202496 1670 0 0 0 629 0 0 0 25 0 1 0 508509352 17285120 1556 33554432000 4194304 4785740 140734635452032 18446744073709551615 4287058 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/8709/statm: 4220 1556 340 145 0 1265 0
[pid=8710] ppid=8707 vsize=455960 CPUtime=6.29 cores=2
/proc/8710/stat : 8710 (TNM) R 8707 8707 7925 0 -1 4202496 374 0 0 0 629 0 0 0 25 0 1 0 508509352 466903040 271 33554432000 134512640 134534564 4290130736 18446744073709551615 134528730 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/8710/statm: 113990 271 95 6 0 112656 0
[pid=8711] ppid=8707 vsize=9496 CPUtime=6.29 cores=3
/proc/8711/stat : 8711 (march_hi) R 8707 8707 7925 0 -1 4202496 976 0 0 0 629 0 0 0 25 0 1 0 508509352 9723904 869 33554432000 4194304 4331988 140735343494240 18446744073709551615 4292246 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/8711/statm: 2374 869 173 34 0 816 0
[pid=8712] ppid=8707 vsize=125352 CPUtime=25.12 cores=4-7
/proc/8712/stat : 8712 (plingeling) S 8707 8707 7925 0 -1 4202496 6334 1248 0 0 2512 0 0 0 25 0 5 0 508509352 128360448 3412 33554432000 4194304 4356188 140734446460080 18446744073709551615 228107253733 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/8712/statm: 31338 3412 164 40 0 29882 0
[pid=8712/tid=8719] ppid=8707 vsize=125352 CPUtime=6.28 cores=4-7
/proc/8712/task/8719/stat : 8719 (plingeling) R 8707 8707 7925 0 -1 4202560 1450 1248 0 0 628 0 0 0 25 0 5 0 508509353 128360448 3412 33554432000 4194304 4356188 140734446460080 18446744073709551615 4331035 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=8712/tid=8720] ppid=8707 vsize=125352 CPUtime=6.28 cores=4-7
/proc/8712/task/8720/stat : 8720 (plingeling) R 8707 8707 7925 0 -1 4202560 1354 1248 0 0 628 0 0 0 25 0 5 0 508509353 128360448 3412 33554432000 4194304 4356188 140734446460080 18446744073709551615 4330843 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=8712/tid=8721] ppid=8707 vsize=125352 CPUtime=6.28 cores=4-7
/proc/8712/task/8721/stat : 8721 (plingeling) R 8707 8707 7925 0 -1 4202560 1474 1248 0 0 628 0 0 0 25 0 5 0 508509353 128360448 3412 33554432000 4194304 4356188 140734446460080 18446744073709551615 4210544 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=8712/tid=8722] ppid=8707 vsize=125352 CPUtime=6.25 cores=4-7
/proc/8712/task/8722/stat : 8722 (plingeling) R 8707 8707 7925 0 -1 4202560 1521 1248 0 0 625 0 0 0 25 0 5 0 508509353 128360448 3412 33554432000 4194304 4356188 140734446460080 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 50.28
Current children cumulated vsize (KiB) 1330028

[startup+12.7009 s]
/proc/loadavg: 8.08 8.06 8.00 9/180 8722
/proc/meminfo: memFree=29240664/32951124 swapFree=67111348/67111528
[pid=8707] ppid=8705 vsize=18324 CPUtime=0 cores=0-7
/proc/8707/stat : 8707 (ppfolio) S 8705 8707 7925 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 508509352 18763776 389 33554432000 4194304 4287625 140735072924016 18446744073709551615 228095471119 0 0 4096 65536 4593004220654813183 0 0 17 6 0 0 0
/proc/8707/statm: 4581 389 341 23 0 91 0
[pid=8708] ppid=8707 vsize=709824 CPUtime=12.69 cores=0
/proc/8708/stat : 8708 (cryptominisat) R 8707 8707 7925 0 -1 4202496 12897 0 0 0 1268 1 0 0 25 0 1 0 508509352 726859776 5099 33554432000 4194304 4587354 140735627324128 18446744073709551615 4237686 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/8708/statm: 177456 5099 337 96 0 174018 0
[pid=8709] ppid=8707 vsize=18408 CPUtime=12.69 cores=1
/proc/8709/stat : 8709 (clasp) R 8707 8707 7925 0 -1 4202496 2065 0 0 0 1269 0 0 0 25 0 1 0 508509352 18849792 1951 33554432000 4194304 4785740 140734635452032 18446744073709551615 4553288 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/8709/statm: 4602 1951 341 145 0 1647 0
[pid=8710] ppid=8707 vsize=455960 CPUtime=12.69 cores=2
/proc/8710/stat : 8710 (TNM) R 8707 8707 7925 0 -1 4202496 374 0 0 0 1269 0 0 0 25 0 1 0 508509352 466903040 271 33554432000 134512640 134534564 4290130736 18446744073709551615 134528708 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/8710/statm: 113990 271 95 6 0 112656 0
[pid=8711] ppid=8707 vsize=10920 CPUtime=12.69 cores=3
/proc/8711/stat : 8711 (march_hi) R 8707 8707 7925 0 -1 4202496 1272 0 0 0 1269 0 0 0 25 0 1 0 508509352 11182080 1128 33554432000 4194304 4331988 140735343494240 18446744073709551615 4229294 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/8711/statm: 2730 1128 173 34 0 1172 0
[pid=8712] ppid=8707 vsize=132168 CPUtime=50.68 cores=4-7
/proc/8712/stat : 8712 (plingeling) S 8707 8707 7925 0 -1 4202496 11142 1248 0 0 5067 1 0 0 25 0 5 0 508509352 135340032 5148 33554432000 4194304 4356188 140734446460080 18446744073709551615 228107253733 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/8712/statm: 33042 5148 164 40 0 31586 0
[pid=8712/tid=8719] ppid=8707 vsize=132168 CPUtime=12.68 cores=4-7
/proc/8712/task/8719/stat : 8719 (plingeling) R 8707 8707 7925 0 -1 4202560 2796 1248 0 0 1268 0 0 0 25 0 5 0 508509353 135340032 5148 33554432000 4194304 4356188 140734446460080 18446744073709551615 4332020 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=8712/tid=8720] ppid=8707 vsize=132168 CPUtime=12.68 cores=4-7
/proc/8712/task/8720/stat : 8720 (plingeling) R 8707 8707 7925 0 -1 4202560 2477 1248 0 0 1268 0 0 0 25 0 5 0 508509353 135340032 5148 33554432000 4194304 4356188 140734446460080 18446744073709551615 4279481 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=8712/tid=8721] ppid=8707 vsize=132168 CPUtime=12.68 cores=4-7
/proc/8712/task/8721/stat : 8721 (plingeling) R 8707 8707 7925 0 -1 4202560 2596 1248 0 0 1268 0 0 0 25 0 5 0 508509353 135340032 5148 33554432000 4194304 4356188 140734446460080 18446744073709551615 4332003 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=8712/tid=8722] ppid=8707 vsize=132168 CPUtime=12.61 cores=4-7
/proc/8712/task/8722/stat : 8722 (plingeling) R 8707 8707 7925 0 -1 4202560 2738 1248 0 0 1261 0 0 0 25 0 5 0 508509353 135340032 5148 33554432000 4194304 4356188 140734446460080 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 101.44
Current children cumulated vsize (KiB) 1345604

[startup+25.5006 s]
/proc/loadavg: 8.14 8.07 8.01 9/180 8722
/proc/meminfo: memFree=29224680/32951124 swapFree=67111348/67111528
[pid=8707] ppid=8705 vsize=18324 CPUtime=0 cores=0-7
/proc/8707/stat : 8707 (ppfolio) S 8705 8707 7925 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 508509352 18763776 389 33554432000 4194304 4287625 140735072924016 18446744073709551615 228095471119 0 0 4096 65536 4593004220654813183 0 0 17 6 0 0 0
/proc/8707/statm: 4581 389 341 23 0 91 0
[pid=8708] ppid=8707 vsize=713536 CPUtime=25.49 cores=0
/proc/8708/stat : 8708 (cryptominisat) R 8707 8707 7925 0 -1 4202496 20122 0 0 0 2547 2 0 0 25 0 1 0 508509352 730660864 5925 33554432000 4194304 4587354 140735627324128 18446744073709551615 4238770 0 0 4096 2 0 0 0 17 0 0 0 0

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

[pid=8710] ppid=8707 vsize=455964 CPUtime=4782.27 cores=2
/proc/8710/stat : 8710 (TNM) R 8707 8707 7925 0 -1 4202496 383 0 0 0 478225 2 0 0 25 0 1 0 508509352 466907136 280 33554432000 134512640 134534564 4290130736 18446744073709551615 134529024 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/8710/statm: 113991 280 103 6 0 112657 0
[pid=8711] ppid=8707 vsize=839140 CPUtime=4782.44 cores=3
/proc/8711/stat : 8711 (march_hi) R 8707 8707 7925 0 -1 4202496 160350 0 0 0 478116 128 0 0 25 0 1 0 508509352 859279360 160206 33554432000 4194304 4331988 140735343494240 18446744073709551615 4229471 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/8711/statm: 209785 160206 173 34 0 208227 0
[pid=8712] ppid=8707 vsize=247564 CPUtime=19102.5 cores=4-7
/proc/8712/stat : 8712 (plingeling) S 8707 8707 7925 0 -1 4202496 856535 1248 0 0 1910117 129 0 0 25 0 5 0 508509352 253505536 33997 33554432000 4194304 4356188 140734446460080 18446744073709551615 228107253733 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/8712/statm: 61891 33997 164 40 0 60435 0
[pid=8712/tid=8719] ppid=8707 vsize=247564 CPUtime=4782.42 cores=4-7
/proc/8712/task/8719/stat : 8719 (plingeling) R 8707 8707 7925 0 -1 4202560 217200 1248 0 0 478211 31 0 0 25 0 5 0 508509353 253505536 33997 33554432000 4194304 4356188 140734446460080 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=8712/tid=8720] ppid=8707 vsize=247564 CPUtime=4781.8 cores=4-7
/proc/8712/task/8720/stat : 8720 (plingeling) R 8707 8707 7925 0 -1 4202560 215409 1248 0 0 478147 33 0 0 25 0 5 0 508509353 253505536 33997 33554432000 4194304 4356188 140734446460080 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=8712/tid=8721] ppid=8707 vsize=247564 CPUtime=4781.85 cores=4-7
/proc/8712/task/8721/stat : 8721 (plingeling) R 8707 8707 7925 0 -1 4202560 202856 1248 0 0 478155 30 0 0 25 0 5 0 508509353 253505536 33997 33554432000 4194304 4356188 140734446460080 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=8712/tid=8722] ppid=8707 vsize=247564 CPUtime=4756.36 cores=4-7
/proc/8712/task/8722/stat : 8722 (plingeling) R 8707 8707 7925 0 -1 4202560 220535 1248 0 0 475603 33 0 0 25 0 5 0 508509353 253505536 33997 33554432000 4194304 4356188 140734446460080 18446744073709551615 4210765 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 38232.1
Current children cumulated vsize (KiB) 2469512

[startup+4842.3 s]
/proc/loadavg: 8.13 8.08 8.01 9/180 8872
/proc/meminfo: memFree=28264768/32951124 swapFree=67111348/67111528
[pid=8707] ppid=8705 vsize=18324 CPUtime=0.01 cores=0-7
/proc/8707/stat : 8707 (ppfolio) S 8705 8707 7925 0 -1 4202496 520 0 0 0 0 1 0 0 15 0 1 0 508509352 18763776 389 33554432000 4194304 4287625 140735072924016 18446744073709551615 228095471119 0 0 4096 65536 4593004220654813183 0 0 17 6 0 0 0
/proc/8707/statm: 4581 389 341 23 0 91 0
[pid=8708] ppid=8707 vsize=836180 CPUtime=4842.44 cores=0
/proc/8708/stat : 8708 (cryptominisat) R 8707 8707 7925 0 -1 4202496 389333 0 0 0 484069 175 0 0 25 0 1 0 508509352 856248320 39232 33554432000 4194304 4587354 140735627324128 18446744073709551615 4238616 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/8708/statm: 209045 39232 337 96 0 205607 0
[pid=8709] ppid=8707 vsize=70484 CPUtime=4842.43 cores=1
/proc/8709/stat : 8709 (clasp) R 8707 8707 7925 0 -1 4202496 13918 0 0 0 484240 3 0 0 25 0 1 0 508509352 72175616 13804 33554432000 4194304 4785740 140734635452032 18446744073709551615 4553743 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/8709/statm: 17621 13804 341 145 0 14666 0
[pid=8710] ppid=8707 vsize=455964 CPUtime=4842.27 cores=2
/proc/8710/stat : 8710 (TNM) R 8707 8707 7925 0 -1 4202496 383 0 0 0 484225 2 0 0 25 0 1 0 508509352 466907136 280 33554432000 134512640 134534564 4290130736 18446744073709551615 134530632 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/8710/statm: 113991 280 103 6 0 112657 0
[pid=8711] ppid=8707 vsize=839140 CPUtime=4842.45 cores=3
/proc/8711/stat : 8711 (march_hi) R 8707 8707 7925 0 -1 4202496 162360 0 0 0 484115 130 0 0 25 0 1 0 508509352 859279360 162216 33554432000 4194304 4331988 140735343494240 18446744073709551615 4229471 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/8711/statm: 209785 162216 173 34 0 208227 0
[pid=8712] ppid=8707 vsize=280588 CPUtime=19342.1 cores=4-7
/proc/8712/stat : 8712 (plingeling) S 8707 8707 7925 0 -1 4202496 869303 1248 0 0 1934082 131 0 0 25 0 5 0 508509352 287322112 42253 33554432000 4194304 4356188 140734446460080 18446744073709551615 228107253733 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/8712/statm: 70147 42253 164 40 0 68691 0
[pid=8712/tid=8719] ppid=8707 vsize=280588 CPUtime=4842.42 cores=4-7
/proc/8712/task/8719/stat : 8719 (plingeling) R 8707 8707 7925 0 -1 4202560 219408 1248 0 0 484211 31 0 0 25 0 5 0 508509353 287322112 42253 33554432000 4194304 4356188 140734446460080 18446744073709551615 4331106 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=8712/tid=8720] ppid=8707 vsize=280588 CPUtime=4841.8 cores=4-7
/proc/8712/task/8720/stat : 8720 (plingeling) R 8707 8707 7925 0 -1 4202560 221041 1248 0 0 484146 34 0 0 25 0 5 0 508509353 287322112 42253 33554432000 4194304 4356188 140734446460080 18446744073709551615 4330964 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=8712/tid=8721] ppid=8707 vsize=280588 CPUtime=4841.84 cores=4-7
/proc/8712/task/8721/stat : 8721 (plingeling) R 8707 8707 7925 0 -1 4202560 206568 1248 0 0 484154 30 0 0 25 0 5 0 508509353 287322112 42253 33554432000 4194304 4356188 140734446460080 18446744073709551615 4330969 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=8712/tid=8722] ppid=8707 vsize=280588 CPUtime=4816.03 cores=4-7
/proc/8712/task/8722/stat : 8722 (plingeling) R 8707 8707 7925 0 -1 4202560 221751 1248 0 0 481570 33 0 0 25 0 5 0 508509353 287322112 42253 33554432000 4194304 4356188 140734446460080 18446744073709551615 4330915 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 38711.7
Current children cumulated vsize (KiB) 2500680

[startup+4902.3 s]
/proc/loadavg: 8.11 8.08 8.01 9/180 8873
/proc/meminfo: memFree=28283720/32951124 swapFree=67111348/67111528
[pid=8707] ppid=8705 vsize=18324 CPUtime=0.01 cores=0-7
/proc/8707/stat : 8707 (ppfolio) S 8705 8707 7925 0 -1 4202496 520 0 0 0 0 1 0 0 15 0 1 0 508509352 18763776 389 33554432000 4194304 4287625 140735072924016 18446744073709551615 228095471119 0 0 4096 65536 4593004220654813183 0 0 17 6 0 0 0
/proc/8707/statm: 4581 389 341 23 0 91 0
[pid=8708] ppid=8707 vsize=835736 CPUtime=4902.44 cores=0
/proc/8708/stat : 8708 (cryptominisat) R 8707 8707 7925 0 -1 4202496 391588 0 0 0 490067 177 0 0 25 0 1 0 508509352 855793664 38700 33554432000 4194304 4587354 140735627324128 18446744073709551615 4237695 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/8708/statm: 208934 38700 337 96 0 205496 0
[pid=8709] ppid=8707 vsize=70824 CPUtime=4902.43 cores=1
/proc/8709/stat : 8709 (clasp) R 8707 8707 7925 0 -1 4202496 13993 0 0 0 490240 3 0 0 25 0 1 0 508509352 72523776 13879 33554432000 4194304 4785740 140734635452032 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/8709/statm: 17706 13879 341 145 0 14751 0
[pid=8710] ppid=8707 vsize=455964 CPUtime=4902.27 cores=2
/proc/8710/stat : 8710 (TNM) R 8707 8707 7925 0 -1 4202496 383 0 0 0 490225 2 0 0 25 0 1 0 508509352 466907136 280 33554432000 134512640 134534564 4290130736 18446744073709551615 134530773 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/8710/statm: 113991 280 103 6 0 112657 0
[pid=8711] ppid=8707 vsize=839140 CPUtime=4902.45 cores=3
/proc/8711/stat : 8711 (march_hi) R 8707 8707 7925 0 -1 4202496 164323 0 0 0 490113 132 0 0 25 0 1 0 508509352 859279360 164179 33554432000 4194304 4331988 140735343494240 18446744073709551615 4229363 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/8711/statm: 209785 164179 173 34 0 208227 0
[pid=8712] ppid=8707 vsize=248972 CPUtime=19581.8 cores=4-7
/proc/8712/stat : 8712 (plingeling) S 8707 8707 7925 0 -1 4202496 876855 1248 0 0 1958049 132 0 0 25 0 5 0 508509352 254947328 34349 33554432000 4194304 4356188 140734446460080 18446744073709551615 228107253733 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/8712/statm: 62243 34349 164 40 0 60787 0
[pid=8712/tid=8719] ppid=8707 vsize=248972 CPUtime=4902.42 cores=4-7
/proc/8712/task/8719/stat : 8719 (plingeling) R 8707 8707 7925 0 -1 4202560 221712 1248 0 0 490211 31 0 0 25 0 5 0 508509353 254947328 34349 33554432000 4194304 4356188 140734446460080 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=8712/tid=8720] ppid=8707 vsize=248972 CPUtime=4901.8 cores=4-7
/proc/8712/task/8720/stat : 8720 (plingeling) R 8707 8707 7925 0 -1 4202560 222321 1248 0 0 490146 34 0 0 25 0 5 0 508509353 254947328 34349 33554432000 4194304 4356188 140734446460080 18446744073709551615 4331268 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=8712/tid=8721] ppid=8707 vsize=248972 CPUtime=4901.84 cores=4-7
/proc/8712/task/8721/stat : 8721 (plingeling) R 8707 8707 7925 0 -1 4202560 209256 1248 0 0 490153 31 0 0 25 0 5 0 508509353 254947328 34349 33554432000 4194304 4356188 140734446460080 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=8712/tid=8722] ppid=8707 vsize=248972 CPUtime=4875.72 cores=4-7
/proc/8712/task/8722/stat : 8722 (plingeling) R 8707 8707 7925 0 -1 4202560 223031 1248 0 0 487538 34 0 0 25 0 5 0 508509353 254947328 34349 33554432000 4194304 4356188 140734446460080 18446744073709551615 4331264 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 39191.4
Current children cumulated vsize (KiB) 2468960

[startup+4962.3 s]
/proc/loadavg: 8.10 8.08 8.01 9/180 8875
/proc/meminfo: memFree=28246876/32951124 swapFree=67111348/67111528
[pid=8707] ppid=8705 vsize=18324 CPUtime=0.01 cores=0-7
/proc/8707/stat : 8707 (ppfolio) S 8705 8707 7925 0 -1 4202496 520 0 0 0 0 1 0 0 15 0 1 0 508509352 18763776 389 33554432000 4194304 4287625 140735072924016 18446744073709551615 228095471119 0 0 4096 65536 4593004220654813183 0 0 17 6 0 0 0
/proc/8707/statm: 4581 389 341 23 0 91 0
[pid=8708] ppid=8707 vsize=835736 CPUtime=4962.44 cores=0
/proc/8708/stat : 8708 (cryptominisat) R 8707 8707 7925 0 -1 4202496 394013 0 0 0 496066 178 0 0 25 0 1 0 508509352 855793664 41062 33554432000 4194304 4587354 140735627324128 18446744073709551615 4238690 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/8708/statm: 208934 41062 337 96 0 205496 0
[pid=8709] ppid=8707 vsize=70824 CPUtime=4962.43 cores=1
/proc/8709/stat : 8709 (clasp) R 8707 8707 7925 0 -1 4202496 14014 0 0 0 496240 3 0 0 25 0 1 0 508509352 72523776 13900 33554432000 4194304 4785740 140734635452032 18446744073709551615 4550928 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/8709/statm: 17706 13900 341 145 0 14751 0
[pid=8710] ppid=8707 vsize=455964 CPUtime=4962.28 cores=2
/proc/8710/stat : 8710 (TNM) R 8707 8707 7925 0 -1 4202496 383 0 0 0 496226 2 0 0 25 0 1 0 508509352 466907136 280 33554432000 134512640 134534564 4290130736 18446744073709551615 134528687 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/8710/statm: 113991 280 103 6 0 112657 0
[pid=8711] ppid=8707 vsize=839140 CPUtime=4962.44 cores=3
/proc/8711/stat : 8711 (march_hi) R 8707 8707 7925 0 -1 4202496 166266 0 0 0 496111 133 0 0 25 0 1 0 508509352 859279360 166122 33554432000 4194304 4331988 140735343494240 18446744073709551615 4229539 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/8711/statm: 209785 166122 173 34 0 208227 0
[pid=8712] ppid=8707 vsize=269836 CPUtime=19821.5 cores=4-7
/proc/8712/stat : 8712 (plingeling) S 8707 8707 7925 0 -1 4202496 884535 1248 0 0 1982015 133 0 0 25 0 5 0 508509352 276312064 39565 33554432000 4194304 4356188 140734446460080 18446744073709551615 228107253733 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/8712/statm: 67459 39565 164 40 0 66003 0
[pid=8712/tid=8719] ppid=8707 vsize=269836 CPUtime=4962.43 cores=4-7
/proc/8712/task/8719/stat : 8719 (plingeling) R 8707 8707 7925 0 -1 4202560 223920 1248 0 0 496211 32 0 0 25 0 5 0 508509353 276312064 39565 33554432000 4194304 4356188 140734446460080 18446744073709551615 4331807 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=8712/tid=8720] ppid=8707 vsize=269836 CPUtime=4961.8 cores=4-7
/proc/8712/task/8720/stat : 8720 (plingeling) R 8707 8707 7925 0 -1 4202560 224017 1248 0 0 496146 34 0 0 25 0 5 0 508509353 276312064 39565 33554432000 4194304 4356188 140734446460080 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=8712/tid=8721] ppid=8707 vsize=269836 CPUtime=4961.83 cores=4-7
/proc/8712/task/8721/stat : 8721 (plingeling) R 8707 8707 7925 0 -1 4202560 211304 1248 0 0 496152 31 0 0 25 0 5 0 508509353 276312064 39565 33554432000 4194304 4356188 140734446460080 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=8712/tid=8722] ppid=8707 vsize=269836 CPUtime=4935.39 cores=4-7
/proc/8712/task/8722/stat : 8722 (plingeling) R 8707 8707 7925 0 -1 4202560 224759 1248 0 0 493505 34 0 0 25 0 5 0 508509353 276312064 39565 33554432000 4194304 4356188 140734446460080 18446744073709551615 4331355 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 39671.1
Current children cumulated vsize (KiB) 2489824



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+5000 s]
/proc/loadavg: 8.13 8.08 8.01 9/180 8876
/proc/meminfo: memFree=28252816/32951124 swapFree=67111348/67111528
[pid=8707] ppid=8705 vsize=18324 CPUtime=0.01 cores=0-7
/proc/8707/stat : 8707 (ppfolio) S 8705 8707 7925 0 -1 4202496 520 0 0 0 0 1 0 0 15 0 1 0 508509352 18763776 389 33554432000 4194304 4287625 140735072924016 18446744073709551615 228095471119 0 0 4096 65536 4593004220654813183 0 0 17 6 0 0 0
/proc/8707/statm: 4581 389 341 23 0 91 0
[pid=8708] ppid=8707 vsize=835716 CPUtime=5000.15 cores=0
/proc/8708/stat : 8708 (cryptominisat) R 8707 8707 7925 0 -1 4202496 394297 0 0 0 499836 179 0 0 25 0 1 0 508509352 855773184 38700 33554432000 4194304 4587354 140735627324128 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/8708/statm: 208929 38700 337 96 0 205491 0
[pid=8709] ppid=8707 vsize=70824 CPUtime=5000.14 cores=1
/proc/8709/stat : 8709 (clasp) R 8707 8707 7925 0 -1 4202496 14015 0 0 0 500011 3 0 0 25 0 1 0 508509352 72523776 13901 33554432000 4194304 4785740 140734635452032 18446744073709551615 4553003 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/8709/statm: 17706 13901 341 145 0 14751 0
[pid=8710] ppid=8707 vsize=455964 CPUtime=4999.98 cores=2
/proc/8710/stat : 8710 (TNM) R 8707 8707 7925 0 -1 4202496 383 0 0 0 499996 2 0 0 25 0 1 0 508509352 466907136 280 33554432000 134512640 134534564 4290130736 18446744073709551615 134529887 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/8710/statm: 113991 280 103 6 0 112657 0
[pid=8711] ppid=8707 vsize=839140 CPUtime=5000.15 cores=3
/proc/8711/stat : 8711 (march_hi) R 8707 8707 7925 0 -1 4202496 167445 0 0 0 499881 134 0 0 25 0 1 0 508509352 859279360 167301 33554432000 4194304 4331988 140735343494240 18446744073709551615 4226471 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/8711/statm: 209785 167301 173 34 0 208227 0
[pid=8712] ppid=8707 vsize=265612 CPUtime=19972.1 cores=4-7
/proc/8712/stat : 8712 (plingeling) S 8707 8707 7925 0 -1 4202496 890935 1248 0 0 1997075 134 0 0 25 0 5 0 508509352 271986688 38509 33554432000 4194304 4356188 140734446460080 18446744073709551615 228107253733 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/8712/statm: 66403 38509 164 40 0 64947 0
[pid=8712/tid=8719] ppid=8707 vsize=265612 CPUtime=5000.13 cores=4-7
/proc/8712/task/8719/stat : 8719 (plingeling) R 8707 8707 7925 0 -1 4202560 223920 1248 0 0 499981 32 0 0 25 0 5 0 508509353 271986688 38509 33554432000 4194304 4356188 140734446460080 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=8712/tid=8720] ppid=8707 vsize=265612 CPUtime=4999.51 cores=4-7
/proc/8712/task/8720/stat : 8720 (plingeling) R 8707 8707 7925 0 -1 4202560 224785 1248 0 0 499916 35 0 0 25 0 5 0 508509353 271986688 38509 33554432000 4194304 4356188 140734446460080 18446744073709551615 4332162 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=8712/tid=8721] ppid=8707 vsize=265612 CPUtime=4999.53 cores=4-7
/proc/8712/task/8721/stat : 8721 (plingeling) R 8707 8707 7925 0 -1 4202560 212072 1248 0 0 499922 31 0 0 25 0 5 0 508509353 271986688 38509 33554432000 4194304 4356188 140734446460080 18446744073709551615 4331264 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=8712/tid=8722] ppid=8707 vsize=265612 CPUtime=4972.88 cores=4-7
/proc/8712/task/8722/stat : 8722 (plingeling) R 8707 8707 7925 0 -1 4202560 229623 1248 0 0 497253 35 0 0 25 0 5 0 508509353 271986688 38509 33554432000 4194304 4356188 140734446460080 18446744073709551615 4332046 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 39972.5
Current children cumulated vsize (KiB) 2485580

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 8707 and gives
#  childrusage.ru_utime.tv_sec=14998
#  childrusage.ru_utime.tv_usec=445889
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=881713
# CPU time returned by wait4() is 15000.3
# while last known CPU time is 39972.5
#
# 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.5
CPU user time (s): 39968
CPU system time (s): 4.53
CPU usage (%): 799.448
Max. virtual memory (cumulated for all children) (KiB): 2909844

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 14998.4
system time used= 1.88171
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 409230
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= 552
involuntary context switches= 90181

runsolver used 7.77582 second user time and 19.495 second system time

The end

Launcher Data

Begin job on node142 at 2011-04-30 12:55:39
IDJOB=3221145
IDBENCH=82874
IDSOLVER=1638
FILE ID=node142/3221145-1304160939
RUNJOBID= node142-1304145261-7939
PBS_JOBID= 13170874
Free space on /tmp= 73324 MiB

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

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

MD5SUM BENCH= d85bdfa4ee68fd1c7d18743407334b5d
RANDOM SEED=514412602

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.846
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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      29285228 kB
Buffers:       1102936 kB
Cached:        1997988 kB
SwapCached:        176 kB
Active:         478548 kB
Inactive:      2686384 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      29285228 kB
SwapTotal:    67111528 kB
SwapFree:     67111348 kB
Dirty:           10404 kB
Writeback:          20 kB
AnonPages:       64136 kB
Mapped:          14280 kB
Slab:           432540 kB
PageTables:       4616 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   186404 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= 73312 MiB
End job on node142 at 2011-04-30 14:19:01