Trace number 3220689

Some explanations

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

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

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

Solver answer on this benchmark

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

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v700-c2982-S942849-099.UNKNOWN.cnf
MD5SUM0036a3d124136652b3b413bfd876692d
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.07	This is pico-portfolio, a naive parallel portfolio
0.00/0.07	Copyright (C) 2011 Olivier Roussel
0.00/0.07	Using 8 processing units
0.00/0.07	This portfolio uses the following solvers:
0.00/0.07	[1] cryptominisat 2.7.1 (Mate Soos)
0.00/0.07	[2] clasp 1.3.6 (Martin Gebser, Benjamin Kaufmann, and Torsten Schaub)
0.00/0.07	[3] TNM 2009 (Wanxia Wei and Chu Min Li)
0.00/0.07	[4] march_hi 2009 (Marijn Heule and Hans Van Maaren)
0.00/0.07	[5] plingeling 276-6264d55-100731 (Armin Biere)
0.00/0.07	Starting cryptominisat 2.7.1 on core(s) 0
0.00/0.07	Starting clasp 1.3.6 on core(s) 1
0.00/0.07	Starting TNM 2009 on core(s) 2
0.00/0.07	Starting march_hi 2009 on core(s) 3
0.00/0.07	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-3220689-1304159597/watcher-3220689-1304159597 -o /tmp/evaluation-result-3220689-1304159597/solver-3220689-1304159597 -C 40000 -W 5000 -M 31000 ppfolio HOME/instance-3220689-1304159597.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.14 8.08 8.01 3/170 6131
/proc/meminfo: memFree=25129680/32951124 swapFree=67111524/67111528
[pid=6131] ppid=6129 vsize=5856 CPUtime=0 cores=0-7
/proc/6131/stat : 6131 (ppfolio) D 6129 6131 5706 0 -1 4194304 98 0 0 0 0 0 0 0 25 0 1 0 508375561 5996544 50 33554432000 4194304 4287625 140737035865808 18446744073709551615 233505373831 0 0 4096 0 18446744071696489144 0 0 17 6 0 0 0
/proc/6131/statm: 1464 50 38 23 0 44 0

[startup+0.073902 s]
/proc/loadavg: 8.14 8.08 8.01 3/170 6131
/proc/meminfo: memFree=25129680/32951124 swapFree=67111524/67111528
[pid=6131] ppid=6129 vsize=18324 CPUtime=0 cores=0-7
/proc/6131/stat : 6131 (ppfolio) S 6129 6131 5706 0 -1 4202496 521 0 0 0 0 0 0 0 25 0 1 0 508375561 18763776 390 33554432000 4194304 4287625 140737035865808 18446744073709551615 233510317583 0 0 4096 65536 4578814610781503487 0 0 17 4 0 0 0
/proc/6131/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.103064 s]
/proc/loadavg: 8.14 8.08 8.01 3/170 6131
/proc/meminfo: memFree=25129680/32951124 swapFree=67111524/67111528
[pid=6131] ppid=6129 vsize=18324 CPUtime=0 cores=0-7
/proc/6131/stat : 6131 (ppfolio) S 6129 6131 5706 0 -1 4202496 521 0 0 0 0 0 0 0 25 0 1 0 508375561 18763776 390 33554432000 4194304 4287625 140737035865808 18446744073709551615 233510317583 0 0 4096 65536 4578814610781503487 0 0 17 4 0 0 0
/proc/6131/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.00369 s]
/proc/loadavg: 8.14 8.08 8.01 3/170 6131
/proc/meminfo: memFree=25129680/32951124 swapFree=67111524/67111528
[pid=6131] ppid=6129 vsize=18324 CPUtime=0 cores=0-7
/proc/6131/stat : 6131 (ppfolio) S 6129 6131 5706 0 -1 4202496 521 0 0 0 0 0 0 0 21 0 1 0 508375561 18763776 390 33554432000 4194304 4287625 140737035865808 18446744073709551615 233510317583 0 0 4096 65536 4578814610781503487 0 0 17 4 0 0 0
/proc/6131/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.10368 s]
/proc/loadavg: 8.14 8.08 8.01 3/170 6131
/proc/meminfo: memFree=25129680/32951124 swapFree=67111524/67111528
[pid=6131] ppid=6129 vsize=18324 CPUtime=0 cores=0-7
/proc/6131/stat : 6131 (ppfolio) S 6129 6131 5706 0 -1 4202496 521 0 0 0 0 0 0 0 21 0 1 0 508375561 18763776 390 33554432000 4194304 4287625 140737035865808 18446744073709551615 233510317583 0 0 4096 65536 4578814610781503487 0 0 17 4 0 0 0
/proc/6131/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.50361 s]
/proc/loadavg: 8.14 8.08 8.01 3/170 6131
/proc/meminfo: memFree=25129680/32951124 swapFree=67111524/67111528
[pid=6131] ppid=6129 vsize=18324 CPUtime=0 cores=0-7
/proc/6131/stat : 6131 (ppfolio) S 6129 6131 5706 0 -1 4202496 521 0 0 0 0 0 0 0 18 0 1 0 508375561 18763776 390 33554432000 4194304 4287625 140737035865808 18446744073709551615 233510317583 0 0 4096 65536 4578814610781503487 0 0 17 4 0 0 0
/proc/6131/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+3.10132 s]
/proc/loadavg: 8.12 8.08 8.01 9/180 6146
/proc/meminfo: memFree=25103436/32951124 swapFree=67111524/67111528
[pid=6131] ppid=6129 vsize=18324 CPUtime=0 cores=0-7
/proc/6131/stat : 6131 (ppfolio) S 6129 6131 5706 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 508375561 18763776 390 33554432000 4194304 4287625 140737035865808 18446744073709551615 233510317583 0 0 4096 65536 4578814610781503487 0 0 17 4 0 0 0
/proc/6131/statm: 4581 390 341 23 0 91 0
[pid=6133] ppid=6131 vsize=431228 CPUtime=3.02 cores=0
/proc/6133/stat : 6133 (cryptominisat) R 6131 6131 5706 0 -1 4202496 4903 0 0 0 302 0 0 0 25 0 1 0 508375568 441577472 2569 33554432000 4194304 4587354 140737018107056 18446744073709551615 4237695 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/6133/statm: 107807 2569 337 96 0 104369 0
[pid=6134] ppid=6131 vsize=15656 CPUtime=3.02 cores=1
/proc/6134/stat : 6134 (clasp) R 6131 6131 5706 0 -1 4202496 1391 0 0 0 302 0 0 0 25 0 1 0 508375568 16031744 1277 33554432000 4194304 4785740 140733982885328 18446744073709551615 4550444 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/6134/statm: 3914 1277 340 145 0 959 0
[pid=6135] ppid=6131 vsize=455960 CPUtime=3.02 cores=2
/proc/6135/stat : 6135 (TNM) R 6131 6131 5706 0 -1 4202496 373 0 0 0 302 0 0 0 25 0 1 0 508375568 466903040 270 33554432000 134512640 134534564 4293719840 18446744073709551615 134529823 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/6135/statm: 113990 270 95 6 0 112656 0
[pid=6136] ppid=6131 vsize=9024 CPUtime=3.02 cores=3
/proc/6136/stat : 6136 (march_hi) R 6131 6131 5706 0 -1 4202496 790 0 0 0 302 0 0 0 25 0 1 0 508375568 9240576 683 33554432000 4194304 4331988 140735834592624 18446744073709551615 4286817 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/6136/statm: 2256 683 173 34 0 698 0
[pid=6137] ppid=6131 vsize=123204 CPUtime=12.07 cores=4-7
/proc/6137/stat : 6137 (plingeling) S 6131 6131 5706 0 -1 4202496 3944 1248 0 0 1207 0 0 0 18 0 5 0 508375568 126160896 2933 33554432000 4194304 4356188 140735256020208 18446744073709551615 233522100197 0 0 4096 17442 18446744073709551615 0 0 17 7 0 0 0
/proc/6137/statm: 30801 2933 164 40 0 29345 0
[pid=6137/tid=6143] ppid=6131 vsize=123204 CPUtime=3.02 cores=4-7
/proc/6137/task/6143/stat : 6143 (plingeling) R 6131 6131 5706 0 -1 4202560 858 1248 0 0 302 0 0 0 25 0 5 0 508375569 126160896 2933 33554432000 4194304 4356188 140735256020208 18446744073709551615 4331401 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=6137/tid=6144] ppid=6131 vsize=123204 CPUtime=3 cores=4-7
/proc/6137/task/6144/stat : 6144 (plingeling) R 6131 6131 5706 0 -1 4202560 856 1248 0 0 300 0 0 0 25 0 5 0 508375569 126160896 2933 33554432000 4194304 4356188 140735256020208 18446744073709551615 4331074 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=6137/tid=6145] ppid=6131 vsize=123204 CPUtime=3.01 cores=4-7
/proc/6137/task/6145/stat : 6145 (plingeling) R 6131 6131 5706 0 -1 4202560 951 1248 0 0 301 0 0 0 25 0 5 0 508375569 126160896 2933 33554432000 4194304 4356188 140735256020208 18446744073709551615 4332293 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=6137/tid=6146] ppid=6131 vsize=123204 CPUtime=3.01 cores=4-7
/proc/6137/task/6146/stat : 6146 (plingeling) R 6131 6131 5706 0 -1 4202560 749 1248 0 0 301 0 0 0 25 0 5 0 508375569 126160896 2933 33554432000 4194304 4356188 140735256020208 18446744073709551615 4273757 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 24.15
Current children cumulated vsize (KiB) 1053396

[startup+6.30675 s]
/proc/loadavg: 8.12 8.08 8.01 9/180 6147
/proc/meminfo: memFree=25095996/32951124 swapFree=67111524/67111528
[pid=6131] ppid=6129 vsize=18324 CPUtime=0 cores=0-7
/proc/6131/stat : 6131 (ppfolio) S 6129 6131 5706 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 508375561 18763776 390 33554432000 4194304 4287625 140737035865808 18446744073709551615 233510317583 0 0 4096 65536 4578814610781503487 0 0 17 4 0 0 0
/proc/6131/statm: 4581 390 341 23 0 91 0
[pid=6133] ppid=6131 vsize=451712 CPUtime=6.23 cores=0
/proc/6133/stat : 6133 (cryptominisat) R 6131 6131 5706 0 -1 4202496 5953 0 0 0 622 1 0 0 25 0 1 0 508375568 462553088 3592 33554432000 4194304 4587354 140737018107056 18446744073709551615 4238690 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/6133/statm: 112928 3592 337 96 0 109490 0
[pid=6134] ppid=6131 vsize=16884 CPUtime=6.23 cores=1
/proc/6134/stat : 6134 (clasp) R 6131 6131 5706 0 -1 4202496 1680 0 0 0 623 0 0 0 25 0 1 0 508375568 17289216 1566 33554432000 4194304 4785740 140733982885328 18446744073709551615 4286912 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/6134/statm: 4221 1566 340 145 0 1266 0
[pid=6135] ppid=6131 vsize=455960 CPUtime=6.23 cores=2
/proc/6135/stat : 6135 (TNM) R 6131 6131 5706 0 -1 4202496 373 0 0 0 623 0 0 0 25 0 1 0 508375568 466903040 270 33554432000 134512640 134534564 4293719840 18446744073709551615 134528302 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/6135/statm: 113990 270 95 6 0 112656 0
[pid=6136] ppid=6131 vsize=9364 CPUtime=6.23 cores=3
/proc/6136/stat : 6136 (march_hi) R 6131 6131 5706 0 -1 4202496 930 0 0 0 623 0 0 0 25 0 1 0 508375568 9588736 823 33554432000 4194304 4331988 140735834592624 18446744073709551615 4313854 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/6136/statm: 2341 823 173 34 0 783 0
[pid=6137] ppid=6131 vsize=124496 CPUtime=24.87 cores=4-7
/proc/6137/stat : 6137 (plingeling) S 6131 6131 5706 0 -1 4202496 6253 1248 0 0 2486 1 0 0 18 0 5 0 508375568 127483904 3288 33554432000 4194304 4356188 140735256020208 18446744073709551615 233522100197 0 0 4096 17442 18446744073709551615 0 0 17 7 0 0 0
/proc/6137/statm: 31124 3288 164 40 0 29668 0
[pid=6137/tid=6143] ppid=6131 vsize=124496 CPUtime=6.22 cores=4-7
/proc/6137/task/6143/stat : 6143 (plingeling) R 6131 6131 5706 0 -1 4202560 1437 1248 0 0 622 0 0 0 25 0 5 0 508375569 127483904 3288 33554432000 4194304 4356188 140735256020208 18446744073709551615 4331305 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=6137/tid=6144] ppid=6131 vsize=124496 CPUtime=6.19 cores=4-7
/proc/6137/task/6144/stat : 6144 (plingeling) R 6131 6131 5706 0 -1 4202560 1432 1248 0 0 619 0 0 0 25 0 5 0 508375569 127483904 3288 33554432000 4194304 4356188 140735256020208 18446744073709551615 4331807 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=6137/tid=6145] ppid=6131 vsize=124496 CPUtime=6.22 cores=4-7
/proc/6137/task/6145/stat : 6145 (plingeling) R 6131 6131 5706 0 -1 4202560 1495 1248 0 0 622 0 0 0 25 0 5 0 508375569 127483904 3288 33554432000 4194304 4356188 140735256020208 18446744073709551615 4284045 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=6137/tid=6146] ppid=6131 vsize=124496 CPUtime=6.22 cores=4-7
/proc/6137/task/6146/stat : 6146 (plingeling) R 6131 6131 5706 0 -1 4202560 1359 1248 0 0 622 0 0 0 25 0 5 0 508375569 127483904 3288 33554432000 4194304 4356188 140735256020208 18446744073709551615 4330827 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 49.79
Current children cumulated vsize (KiB) 1076740

[startup+12.7006 s]
/proc/loadavg: 8.11 8.08 8.01 9/180 6147
/proc/meminfo: memFree=25084980/32951124 swapFree=67111524/67111528
[pid=6131] ppid=6129 vsize=18324 CPUtime=0 cores=0-7
/proc/6131/stat : 6131 (ppfolio) S 6129 6131 5706 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 508375561 18763776 390 33554432000 4194304 4287625 140737035865808 18446744073709551615 233510317583 0 0 4096 65536 4578814610781503487 0 0 17 4 0 0 0
/proc/6131/statm: 4581 390 341 23 0 91 0
[pid=6133] ppid=6131 vsize=438260 CPUtime=12.62 cores=0
/proc/6133/stat : 6133 (cryptominisat) R 6131 6131 5706 0 -1 4202496 10956 0 0 0 1261 1 0 0 25 0 1 0 508375568 448778240 3763 33554432000 4194304 4587354 140737018107056 18446744073709551615 4238591 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/6133/statm: 109565 3763 337 96 0 106127 0
[pid=6134] ppid=6131 vsize=18396 CPUtime=12.62 cores=1
/proc/6134/stat : 6134 (clasp) R 6131 6131 5706 0 -1 4202496 2043 0 0 0 1262 0 0 0 25 0 1 0 508375568 18837504 1929 33554432000 4194304 4785740 140733982885328 18446744073709551615 4553068 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/6134/statm: 4599 1929 340 145 0 1644 0
[pid=6135] ppid=6131 vsize=455960 CPUtime=12.62 cores=2
/proc/6135/stat : 6135 (TNM) R 6131 6131 5706 0 -1 4202496 373 0 0 0 1262 0 0 0 25 0 1 0 508375568 466903040 270 33554432000 134512640 134534564 4293719840 18446744073709551615 134529640 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/6135/statm: 113990 270 95 6 0 112656 0
[pid=6136] ppid=6131 vsize=10948 CPUtime=12.62 cores=3
/proc/6136/stat : 6136 (march_hi) R 6131 6131 5706 0 -1 4202496 1225 0 0 0 1262 0 0 0 25 0 1 0 508375568 11210752 1118 33554432000 4194304 4331988 140735834592624 18446744073709551615 4246574 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/6136/statm: 2737 1118 173 34 0 1179 0
[pid=6137] ppid=6131 vsize=130540 CPUtime=50.41 cores=4-7
/proc/6137/stat : 6137 (plingeling) S 6131 6131 5706 0 -1 4202496 11140 1248 0 0 5040 1 0 0 18 0 5 0 508375568 133672960 4815 33554432000 4194304 4356188 140735256020208 18446744073709551615 233522100197 0 0 4096 17442 18446744073709551615 0 0 17 7 0 0 0
/proc/6137/statm: 32635 4815 164 40 0 31179 0
[pid=6137/tid=6143] ppid=6131 vsize=130540 CPUtime=12.61 cores=4-7
/proc/6137/task/6143/stat : 6143 (plingeling) R 6131 6131 5706 0 -1 4202560 2606 1248 0 0 1261 0 0 0 25 0 5 0 508375569 133672960 4815 33554432000 4194304 4356188 140735256020208 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=6137/tid=6144] ppid=6131 vsize=130540 CPUtime=12.55 cores=4-7
/proc/6137/task/6144/stat : 6144 (plingeling) R 6131 6131 5706 0 -1 4202560 2523 1248 0 0 1255 0 0 0 25 0 5 0 508375569 133672960 4815 33554432000 4194304 4356188 140735256020208 18446744073709551615 4331015 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=6137/tid=6145] ppid=6131 vsize=130540 CPUtime=12.61 cores=4-7
/proc/6137/task/6145/stat : 6145 (plingeling) R 6131 6131 5706 0 -1 4202560 2840 1248 0 0 1261 0 0 0 25 0 5 0 508375569 133672960 4815 33554432000 4194304 4356188 140735256020208 18446744073709551615 4332322 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=6137/tid=6146] ppid=6131 vsize=130540 CPUtime=12.61 cores=4-7
/proc/6137/task/6146/stat : 6146 (plingeling) R 6131 6131 5706 0 -1 4202560 2641 1248 0 0 1261 0 0 0 25 0 5 0 508375569 133672960 4815 33554432000 4194304 4356188 140735256020208 18446744073709551615 4279978 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 100.89
Current children cumulated vsize (KiB) 1072428

[startup+25.5013 s]
/proc/loadavg: 8.09 8.07 8.01 9/180 6147
/proc/meminfo: memFree=25070684/32951124 swapFree=67111524/67111528
[pid=6131] ppid=6129 vsize=18324 CPUtime=0 cores=0-7
/proc/6131/stat : 6131 (ppfolio) S 6129 6131 5706 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 508375561 18763776 390 33554432000 4194304 4287625 140737035865808 18446744073709551615 233510317583 0 0 4096 65536 4578814610781503487 0 0 17 4 0 0 0
/proc/6131/statm: 4581 390 341 23 0 91 0
[pid=6133] ppid=6131 vsize=446168 CPUtime=25.42 cores=0
/proc/6133/stat : 6133 (cryptominisat) R 6131 6131 5706 0 -1 4202496 16785 0 0 0 2539 3 0 0 25 0 1 0 508375568 456876032 4973 33554432000 4194304 4587354 140737018107056 18446744073709551615 4238418 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/6133/statm: 111542 4973 337 96 0 108104 0
[pid=6134] ppid=6131 vsize=21012 CPUtime=25.42 cores=1
/proc/6134/stat : 6134 (clasp) R 6131 6131 5706 0 -1 4202496 2698 0 0 0 2542 0 0 0 25 0 1 0 508375568 21516288 2584 33554432000 4194304 4785740 140733982885328 18446744073709551615 4309557 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/6134/statm: 5253 2584 341 145 0 2298 0
[pid=6135] ppid=6131 vsize=455960 CPUtime=25.42 cores=2
/proc/6135/stat : 6135 (TNM) R 6131 6131 5706 0 -1 4202496 373 0 0 0 2542 0 0 0 25 0 1 0 508375568 466903040 270 33554432000 134512640 134534564 4293719840 18446744073709551615 134529080 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/6135/statm: 113990 270 95 6 0 112656 0
[pid=6136] ppid=6131 vsize=14132 CPUtime=25.42 cores=3
/proc/6136/stat : 6136 (march_hi) R 6131 6131 5706 0 -1 4202496 1710 0 0 0 2542 0 0 0 25 0 1 0 508375568 14471168 1603 33554432000 4194304 4331988 140735834592624 18446744073709551615 4229443 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/6136/statm: 3533 1603 173 34 0 1975 0
[pid=6137] ppid=6131 vsize=141180 CPUtime=101.54 cores=4-7
/proc/6137/stat : 6137 (plingeling) S 6131 6131 5706 0 -1 4202496 21739 1248 0 0 10151 3 0 0 18 0 5 0 508375568 144568320 7430 33554432000 4194304 4356188 140735256020208 18446744073709551615 233522100197 0 0 4096 17442 18446744073709551615 0 0 17 7 0 0 0
/proc/6137/statm: 35295 7430 164 40 0 33839 0
[pid=6137/tid=6143] ppid=6131 vsize=141180 CPUtime=25.41 cores=4-7
/proc/6137/task/6143/stat : 6143 (plingeling) R 6131 6131 5706 0 -1 4202560 5169 1248 0 0 2540 1 0 0 25 0 5 0 508375569 144568320 7430 33554432000 4194304 4356188 140735256020208 18446744073709551615 4331055 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=6137/tid=6144] ppid=6131 vsize=141180 CPUtime=25.28 cores=4-7
/proc/6137/task/6144/stat : 6144 (plingeling) R 6131 6131 5706 0 -1 4202560 4924 1248 0 0 2528 0 0 0 25 0 5 0 508375569 144568320 7430 33554432000 4194304 4356188 140735256020208 18446744073709551615 4331019 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=6137/tid=6145] ppid=6131 vsize=141180 CPUtime=25.41 cores=4-7
/proc/6137/task/6145/stat : 6145 (plingeling) R 6131 6131 5706 0 -1 4202560 5754 1248 0 0 2541 0 0 0 25 0 5 0 508375569 144568320 7430 33554432000 4194304 4356188 140735256020208 18446744073709551615 4332003 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=6137/tid=6146] ppid=6131 vsize=141180 CPUtime=25.41 cores=4-7
/proc/6137/task/6146/stat : 6146 (plingeling) R 6131 6131 5706 0 -1 4202560 5362 1248 0 0 2540 1 0 0 25 0 5 0 508375569 144568320 7430 33554432000 4194304 4356188 140735256020208 18446744073709551615 4331328 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 203.22
Current children cumulated vsize (KiB) 1096776

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

[pid=6135] ppid=6131 vsize=455964 CPUtime=4782.18 cores=2
/proc/6135/stat : 6135 (TNM) R 6131 6131 5706 0 -1 4202496 382 0 0 0 478217 1 0 0 25 0 1 0 508375568 466907136 279 33554432000 134512640 134534564 4293719840 18446744073709551615 134528737 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/6135/statm: 113991 279 103 6 0 112657 0
[pid=6136] ppid=6131 vsize=837868 CPUtime=4782.35 cores=3
/proc/6136/stat : 6136 (march_hi) R 6131 6131 5706 0 -1 4202496 156287 0 0 0 478109 126 0 0 25 0 1 0 508375568 857976832 156180 33554432000 4194304 4331988 140735834592624 18446744073709551615 4229456 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/6136/statm: 209467 156180 173 34 0 207909 0
[pid=6137] ppid=6131 vsize=265012 CPUtime=19102.2 cores=4-7
/proc/6137/stat : 6137 (plingeling) S 6131 6131 5706 0 -1 4202496 858045 1248 0 0 1910086 134 0 0 18 0 5 0 508375568 271372288 38388 33554432000 4194304 4356188 140735256020208 18446744073709551615 233522100197 0 0 4096 17442 18446744073709551615 0 0 17 7 0 0 0
/proc/6137/statm: 66253 38388 164 40 0 64797 0
[pid=6137/tid=6143] ppid=6131 vsize=265012 CPUtime=4781.22 cores=4-7
/proc/6137/task/6143/stat : 6143 (plingeling) R 6131 6131 5706 0 -1 4202560 216599 1248 0 0 478087 35 0 0 25 0 5 0 508375569 271372288 38388 33554432000 4194304 4356188 140735256020208 18446744073709551615 4331352 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=6137/tid=6144] ppid=6131 vsize=265012 CPUtime=4756.27 cores=4-7
/proc/6137/task/6144/stat : 6144 (plingeling) R 6131 6131 5706 0 -1 4202560 215423 1248 0 0 475596 31 0 0 25 0 5 0 508375569 271372288 38388 33554432000 4194304 4356188 140735256020208 18446744073709551615 4331264 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=6137/tid=6145] ppid=6131 vsize=265012 CPUtime=4782.34 cores=4-7
/proc/6137/task/6145/stat : 6145 (plingeling) R 6131 6131 5706 0 -1 4202560 211486 1248 0 0 478201 33 0 0 25 0 5 0 508375569 271372288 38388 33554432000 4194304 4356188 140735256020208 18446744073709551615 4210842 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=6137/tid=6146] ppid=6131 vsize=265012 CPUtime=4782.34 cores=4-7
/proc/6137/task/6146/stat : 6146 (plingeling) R 6131 6131 5706 0 -1 4202560 214007 1248 0 0 478201 33 0 0 25 0 5 0 508375569 271372288 38388 33554432000 4194304 4356188 140735256020208 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 38231.3
Current children cumulated vsize (KiB) 2215088

[startup+4842.3 s]
/proc/loadavg: 8.00 8.01 8.00 9/180 6287
/proc/meminfo: memFree=24142124/32951124 swapFree=67111524/67111528
[pid=6131] ppid=6129 vsize=18324 CPUtime=0 cores=0-7
/proc/6131/stat : 6131 (ppfolio) S 6129 6131 5706 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 508375561 18763776 390 33554432000 4194304 4287625 140737035865808 18446744073709551615 233510317583 0 0 4096 65536 4578814610781503487 0 0 17 4 0 0 0
/proc/6131/statm: 4581 390 341 23 0 91 0
[pid=6133] ppid=6131 vsize=558348 CPUtime=4842.33 cores=0
/proc/6133/stat : 6133 (cryptominisat) R 6131 6131 5706 0 -1 4202496 346838 0 0 0 484075 158 0 0 25 0 1 0 508375568 571748352 33242 33554432000 4194304 4587354 140737018107056 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/6133/statm: 139587 33242 337 96 0 136149 0
[pid=6134] ppid=6131 vsize=71744 CPUtime=4842.2 cores=1
/proc/6134/stat : 6134 (clasp) R 6131 6131 5706 0 -1 4202496 14258 0 0 0 484217 3 0 0 25 0 1 0 508375568 73465856 14144 33554432000 4194304 4785740 140733982885328 18446744073709551615 4553283 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/6134/statm: 17936 14144 341 145 0 14981 0
[pid=6135] ppid=6131 vsize=455964 CPUtime=4842.18 cores=2
/proc/6135/stat : 6135 (TNM) R 6131 6131 5706 0 -1 4202496 382 0 0 0 484217 1 0 0 25 0 1 0 508375568 466907136 279 33554432000 134512640 134534564 4293719840 18446744073709551615 134528661 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/6135/statm: 113991 279 103 6 0 112657 0
[pid=6136] ppid=6131 vsize=837868 CPUtime=4842.35 cores=3
/proc/6136/stat : 6136 (march_hi) R 6131 6131 5706 0 -1 4202496 158227 0 0 0 484108 127 0 0 25 0 1 0 508375568 857976832 158120 33554432000 4194304 4331988 140735834592624 18446744073709551615 4240519 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/6136/statm: 209467 158120 173 34 0 207909 0
[pid=6137] ppid=6131 vsize=279348 CPUtime=19341.9 cores=4-7
/proc/6137/stat : 6137 (plingeling) S 6131 6131 5706 0 -1 4202496 871229 1248 0 0 1934050 136 0 0 18 0 5 0 508375568 286052352 41972 33554432000 4194304 4356188 140735256020208 18446744073709551615 233522100197 0 0 4096 17442 18446744073709551615 0 0 17 7 0 0 0
/proc/6137/statm: 69837 41972 164 40 0 68381 0
[pid=6137/tid=6143] ppid=6131 vsize=279348 CPUtime=4841.22 cores=4-7
/proc/6137/task/6143/stat : 6143 (plingeling) R 6131 6131 5706 0 -1 4202560 217399 1248 0 0 484086 36 0 0 25 0 5 0 508375569 286052352 41972 33554432000 4194304 4356188 140735256020208 18446744073709551615 4332046 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=6137/tid=6144] ppid=6131 vsize=279348 CPUtime=4815.94 cores=4-7
/proc/6137/task/6144/stat : 6144 (plingeling) R 6131 6131 5706 0 -1 4202560 216863 1248 0 0 481563 31 0 0 25 0 5 0 508375569 286052352 41972 33554432000 4194304 4356188 140735256020208 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=6137/tid=6145] ppid=6131 vsize=279348 CPUtime=4842.34 cores=4-7
/proc/6137/task/6145/stat : 6145 (plingeling) R 6131 6131 5706 0 -1 4202560 216126 1248 0 0 484200 34 0 0 25 0 5 0 508375569 286052352 41972 33554432000 4194304 4356188 140735256020208 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=6137/tid=6146] ppid=6131 vsize=279348 CPUtime=4842.34 cores=4-7
/proc/6137/task/6146/stat : 6146 (plingeling) R 6131 6131 5706 0 -1 4202560 220311 1248 0 0 484200 34 0 0 25 0 5 0 508375569 286052352 41972 33554432000 4194304 4356188 140735256020208 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 38710.9
Current children cumulated vsize (KiB) 2221596

[startup+4902.3 s]
/proc/loadavg: 8.00 8.01 8.00 9/180 6289
/proc/meminfo: memFree=24129696/32951124 swapFree=67111524/67111528
[pid=6131] ppid=6129 vsize=18324 CPUtime=0 cores=0-7
/proc/6131/stat : 6131 (ppfolio) S 6129 6131 5706 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 508375561 18763776 390 33554432000 4194304 4287625 140737035865808 18446744073709551615 233510317583 0 0 4096 65536 4578814610781503487 0 0 17 4 0 0 0
/proc/6131/statm: 4581 390 341 23 0 91 0
[pid=6133] ppid=6131 vsize=558348 CPUtime=4902.33 cores=0
/proc/6133/stat : 6133 (cryptominisat) R 6131 6131 5706 0 -1 4202496 350768 0 0 0 490073 160 0 0 25 0 1 0 508375568 571748352 37045 33554432000 4194304 4587354 140737018107056 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/6133/statm: 139587 37045 337 96 0 136149 0
[pid=6134] ppid=6131 vsize=71744 CPUtime=4902.2 cores=1
/proc/6134/stat : 6134 (clasp) R 6131 6131 5706 0 -1 4202496 14276 0 0 0 490217 3 0 0 25 0 1 0 508375568 73465856 14162 33554432000 4194304 4785740 140733982885328 18446744073709551615 4287050 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/6134/statm: 17936 14162 341 145 0 14981 0
[pid=6135] ppid=6131 vsize=455964 CPUtime=4902.19 cores=2
/proc/6135/stat : 6135 (TNM) R 6131 6131 5706 0 -1 4202496 382 0 0 0 490218 1 0 0 25 0 1 0 508375568 466907136 279 33554432000 134512640 134534564 4293719840 18446744073709551615 134530714 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/6135/statm: 113991 279 103 6 0 112657 0
[pid=6136] ppid=6131 vsize=837868 CPUtime=4902.35 cores=3
/proc/6136/stat : 6136 (march_hi) R 6131 6131 5706 0 -1 4202496 160027 0 0 0 490107 128 0 0 25 0 1 0 508375568 857976832 159920 33554432000 4194304 4331988 140735834592624 18446744073709551615 4208387 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/6136/statm: 209467 159920 173 34 0 207909 0
[pid=6137] ppid=6131 vsize=269876 CPUtime=19581.6 cores=4-7
/proc/6137/stat : 6137 (plingeling) S 6131 6131 5706 0 -1 4202496 881149 1248 0 0 1958019 137 0 0 18 0 5 0 508375568 276353024 39604 33554432000 4194304 4356188 140735256020208 18446744073709551615 233522100197 0 0 4096 17442 18446744073709551615 0 0 17 7 0 0 0
/proc/6137/statm: 67469 39604 164 40 0 66013 0
[pid=6137/tid=6143] ppid=6131 vsize=269876 CPUtime=4901.22 cores=4-7
/proc/6137/task/6143/stat : 6143 (plingeling) R 6131 6131 5706 0 -1 4202560 223799 1248 0 0 490086 36 0 0 25 0 5 0 508375569 276353024 39604 33554432000 4194304 4356188 140735256020208 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=6137/tid=6144] ppid=6131 vsize=269876 CPUtime=4875.61 cores=4-7
/proc/6137/task/6144/stat : 6144 (plingeling) R 6131 6131 5706 0 -1 4202560 217759 1248 0 0 487530 31 0 0 25 0 5 0 508375569 276353024 39604 33554432000 4194304 4356188 140735256020208 18446744073709551615 4330999 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=6137/tid=6145] ppid=6131 vsize=269876 CPUtime=4902.34 cores=4-7
/proc/6137/task/6145/stat : 6145 (plingeling) R 6131 6131 5706 0 -1 4202560 217950 1248 0 0 490200 34 0 0 25 0 5 0 508375569 276353024 39604 33554432000 4194304 4356188 140735256020208 18446744073709551615 4330986 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=6137/tid=6146] ppid=6131 vsize=269876 CPUtime=4902.34 cores=4-7
/proc/6137/task/6146/stat : 6146 (plingeling) R 6131 6131 5706 0 -1 4202560 221111 1248 0 0 490200 34 0 0 25 0 5 0 508375569 276353024 39604 33554432000 4194304 4356188 140735256020208 18446744073709551615 4237410 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 39190.6
Current children cumulated vsize (KiB) 2212124

[startup+4962.3 s]
/proc/loadavg: 8.00 8.00 8.00 9/180 6291
/proc/meminfo: memFree=24176428/32951124 swapFree=67111524/67111528
[pid=6131] ppid=6129 vsize=18324 CPUtime=0 cores=0-7
/proc/6131/stat : 6131 (ppfolio) S 6129 6131 5706 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 508375561 18763776 390 33554432000 4194304 4287625 140737035865808 18446744073709551615 233510317583 0 0 4096 65536 4578814610781503487 0 0 17 4 0 0 0
/proc/6131/statm: 4581 390 341 23 0 91 0
[pid=6133] ppid=6131 vsize=579280 CPUtime=4962.33 cores=0
/proc/6133/stat : 6133 (cryptominisat) R 6131 6131 5706 0 -1 4202496 351715 0 0 0 496072 161 0 0 25 0 1 0 508375568 593182720 30702 33554432000 4194304 4587354 140737018107056 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/6133/statm: 144820 30702 337 96 0 141382 0
[pid=6134] ppid=6131 vsize=71912 CPUtime=4962.2 cores=1
/proc/6134/stat : 6134 (clasp) R 6131 6131 5706 0 -1 4202496 14303 0 0 0 496217 3 0 0 25 0 1 0 508375568 73637888 14189 33554432000 4194304 4785740 140733982885328 18446744073709551615 4291965 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/6134/statm: 17978 14189 341 145 0 15023 0
[pid=6135] ppid=6131 vsize=455964 CPUtime=4962.18 cores=2
/proc/6135/stat : 6135 (TNM) R 6131 6131 5706 0 -1 4202496 382 0 0 0 496217 1 0 0 25 0 1 0 508375568 466907136 279 33554432000 134512640 134534564 4293719840 18446744073709551615 134528200 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/6135/statm: 113991 279 103 6 0 112657 0
[pid=6136] ppid=6131 vsize=837868 CPUtime=4962.35 cores=3
/proc/6136/stat : 6136 (march_hi) R 6131 6131 5706 0 -1 4202496 161973 0 0 0 496105 130 0 0 25 0 1 0 508375568 857976832 161866 33554432000 4194304 4331988 140735834592624 18446744073709551615 4310662 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/6136/statm: 209467 161866 173 34 0 207909 0
[pid=6137] ppid=6131 vsize=239924 CPUtime=19821.2 cores=4-7
/proc/6137/stat : 6137 (plingeling) S 6131 6131 5706 0 -1 4202496 885469 1248 0 0 1981984 138 0 0 18 0 5 0 508375568 245682176 32116 33554432000 4194304 4356188 140735256020208 18446744073709551615 233522100197 0 0 4096 17442 18446744073709551615 0 0 17 7 0 0 0
/proc/6137/statm: 59981 32116 164 40 0 58525 0
[pid=6137/tid=6143] ppid=6131 vsize=239924 CPUtime=4961.22 cores=4-7
/proc/6137/task/6143/stat : 6143 (plingeling) R 6131 6131 5706 0 -1 4202560 223927 1248 0 0 496085 37 0 0 25 0 5 0 508375569 245682176 32116 33554432000 4194304 4356188 140735256020208 18446744073709551615 4330986 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=6137/tid=6144] ppid=6131 vsize=239924 CPUtime=4935.29 cores=4-7
/proc/6137/task/6144/stat : 6144 (plingeling) R 6131 6131 5706 0 -1 4202560 219455 1248 0 0 493497 32 0 0 25 0 5 0 508375569 245682176 32116 33554432000 4194304 4356188 140735256020208 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=6137/tid=6145] ppid=6131 vsize=239924 CPUtime=4962.34 cores=4-7
/proc/6137/task/6145/stat : 6145 (plingeling) R 6131 6131 5706 0 -1 4202560 218750 1248 0 0 496200 34 0 0 25 0 5 0 508375569 245682176 32116 33554432000 4194304 4356188 140735256020208 18446744073709551615 4334538 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=6137/tid=6146] ppid=6131 vsize=239924 CPUtime=4962.34 cores=4-7
/proc/6137/task/6146/stat : 6146 (plingeling) R 6131 6131 5706 0 -1 4202560 222807 1248 0 0 496200 34 0 0 25 0 5 0 508375569 245682176 32116 33554432000 4194304 4356188 140735256020208 18446744073709551615 4331268 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 39670.3
Current children cumulated vsize (KiB) 2203272



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+5000 s]
/proc/loadavg: 8.00 8.00 8.00 9/180 6292
/proc/meminfo: memFree=24147508/32951124 swapFree=67111524/67111528
[pid=6131] ppid=6129 vsize=18324 CPUtime=0 cores=0-7
/proc/6131/stat : 6131 (ppfolio) S 6129 6131 5706 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 508375561 18763776 390 33554432000 4194304 4287625 140737035865808 18446744073709551615 233510317583 0 0 4096 65536 4578814610781503487 0 0 17 4 0 0 0
/proc/6131/statm: 4581 390 341 23 0 91 0
[pid=6133] ppid=6131 vsize=579280 CPUtime=5000.03 cores=0
/proc/6133/stat : 6133 (cryptominisat) R 6131 6131 5706 0 -1 4202496 353621 0 0 0 499841 162 0 0 25 0 1 0 508375568 593182720 32561 33554432000 4194304 4587354 140737018107056 18446744073709551615 4238616 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/6133/statm: 144820 32561 337 96 0 141382 0
[pid=6134] ppid=6131 vsize=71912 CPUtime=4999.9 cores=1
/proc/6134/stat : 6134 (clasp) R 6131 6131 5706 0 -1 4202496 14306 0 0 0 499987 3 0 0 25 0 1 0 508375568 73637888 14192 33554432000 4194304 4785740 140733982885328 18446744073709551615 4287241 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/6134/statm: 17978 14192 341 145 0 15023 0
[pid=6135] ppid=6131 vsize=455964 CPUtime=4999.89 cores=2
/proc/6135/stat : 6135 (TNM) R 6131 6131 5706 0 -1 4202496 382 0 0 0 499988 1 0 0 25 0 1 0 508375568 466907136 279 33554432000 134512640 134534564 4293719840 18446744073709551615 134530619 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/6135/statm: 113991 279 103 6 0 112657 0
[pid=6136] ppid=6131 vsize=837868 CPUtime=5000.06 cores=3
/proc/6136/stat : 6136 (march_hi) R 6131 6131 5706 0 -1 4202496 163208 0 0 0 499875 131 0 0 25 0 1 0 508375568 857976832 163101 33554432000 4194304 4331988 140735834592624 18446744073709551615 4226499 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/6136/statm: 209467 163101 173 34 0 207909 0
[pid=6137] ppid=6131 vsize=256820 CPUtime=19971.8 cores=4-7
/proc/6137/stat : 6137 (plingeling) S 6131 6131 5706 0 -1 4202496 889693 1248 0 0 1997044 139 0 0 18 0 5 0 508375568 262983680 36340 33554432000 4194304 4356188 140735256020208 18446744073709551615 233522100197 0 0 4096 17442 18446744073709551615 0 0 17 7 0 0 0
/proc/6137/statm: 64205 36340 164 40 0 62749 0
[pid=6137/tid=6143] ppid=6131 vsize=256820 CPUtime=4998.92 cores=4-7
/proc/6137/task/6143/stat : 6143 (plingeling) R 6131 6131 5706 0 -1 4202560 225079 1248 0 0 499855 37 0 0 25 0 5 0 508375569 262983680 36340 33554432000 4194304 4356188 140735256020208 18446744073709551615 4332125 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=6137/tid=6144] ppid=6131 vsize=256820 CPUtime=4972.79 cores=4-7
/proc/6137/task/6144/stat : 6144 (plingeling) R 6131 6131 5706 0 -1 4202560 219455 1248 0 0 497247 32 0 0 25 0 5 0 508375569 262983680 36340 33554432000 4194304 4356188 140735256020208 18446744073709551615 4332046 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=6137/tid=6145] ppid=6131 vsize=256820 CPUtime=5000.05 cores=4-7
/proc/6137/task/6145/stat : 6145 (plingeling) R 6131 6131 5706 0 -1 4202560 221822 1248 0 0 499970 35 0 0 25 0 5 0 508375569 262983680 36340 33554432000 4194304 4356188 140735256020208 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=6137/tid=6146] ppid=6131 vsize=256820 CPUtime=5000.04 cores=4-7
/proc/6137/task/6146/stat : 6146 (plingeling) R 6131 6131 5706 0 -1 4202560 222807 1248 0 0 499970 34 0 0 25 0 5 0 508375569 262983680 36340 33554432000 4194304 4356188 140735256020208 18446744073709551615 4330973 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 39971.7
Current children cumulated vsize (KiB) 2220168

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 6131 and gives
#  childrusage.ru_utime.tv_sec=14998
#  childrusage.ru_utime.tv_usec=185929
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=697741
# CPU time returned by wait4() is 14999.9
# while last known CPU time is 39971.7
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 5000.02
CPU time (s): 39971.7
CPU user time (s): 39967.4
CPU system time (s): 4.36
CPU usage (%): 799.432
Max. virtual memory (cumulated for all children) (KiB): 2470040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 14998.2
system time used= 1.69774
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 368845
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= 723
involuntary context switches= 89871

runsolver used 7.84381 second user time and 19.429 second system time

The end

Launcher Data

Begin job on node145 at 2011-04-30 12:33:17
IDJOB=3220689
IDBENCH=82798
IDSOLVER=1638
FILE ID=node145/3220689-1304159597
RUNJOBID= node145-1304154457-5720
PBS_JOBID= 13170907
Free space on /tmp= 73028 MiB

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

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

MD5SUM BENCH= 0036a3d124136652b3b413bfd876692d
RANDOM SEED=725379986

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      25129960 kB
Buffers:       1290128 kB
Cached:        5935636 kB
SwapCached:          4 kB
Active:         858264 kB
Inactive:      6430956 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      25129960 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:           10124 kB
Writeback:           0 kB
AnonPages:       63344 kB
Mapped:          14764 kB
Slab:           466520 kB
PageTables:       4320 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   184964 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73020 MiB
End job on node145 at 2011-04-30 13:56:39