Trace number 3275841

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) 40000.8 5003.72

General information on the benchmark

NameSAT03/handmade/anton/UNSAT/
SGI_30_60_24_40_2-log.shuffled-as.sat03-119.cnf
MD5SUMcf96a8eea16f98b3cec72117cedd0285
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark2742.7
Satisfiable
(Un)Satisfiability was proved
Number of variables120
Number of clauses48342
Sum of the clauses size483180
Maximum clause length10
Minimum clause length5
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 548
Number of clauses of size over 548294

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-3275841-1304171025/watcher-3275841-1304171025 -o /tmp/evaluation-result-3275841-1304171025/solver-3275841-1304171025 -C 40000 -W 5100 -M 31000 ppfolio HOME/instance-3275841-1304171025.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): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 8.09 8.11 8.09 1/174 18079
/proc/meminfo: memFree=29973208/32951124 swapFree=67102748/67111528
[pid=18079] ppid=18077 vsize=18324 CPUtime=0 cores=0-7
/proc/18079/stat : 18079 (ppfolio) S 18077 18079 17494 0 -1 4202496 523 0 0 0 0 0 0 0 22 0 1 0 528700694 18763776 390 33554432000 4194304 4287625 140735106275536 18446744073709551615 246516854287 0 0 4096 65536 8474534666206969855 0 0 17 4 0 0 0
/proc/18079/statm: 4581 390 341 23 0 91 0

[startup+0.0347881 s]
/proc/loadavg: 8.09 8.11 8.09 1/174 18079
/proc/meminfo: memFree=29973208/32951124 swapFree=67102748/67111528
[pid=18079] ppid=18077 vsize=18324 CPUtime=0 cores=0-7
/proc/18079/stat : 18079 (ppfolio) S 18077 18079 17494 0 -1 4202496 523 0 0 0 0 0 0 0 22 0 1 0 528700694 18763776 390 33554432000 4194304 4287625 140735106275536 18446744073709551615 246516854287 0 0 4096 65536 8474534666206969855 0 0 17 4 0 0 0
/proc/18079/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.100777 s]
/proc/loadavg: 8.09 8.11 8.09 1/174 18079
/proc/meminfo: memFree=29973208/32951124 swapFree=67102748/67111528
[pid=18079] ppid=18077 vsize=18324 CPUtime=0 cores=0-7
/proc/18079/stat : 18079 (ppfolio) S 18077 18079 17494 0 -1 4202496 523 0 0 0 0 0 0 0 22 0 1 0 528700694 18763776 390 33554432000 4194304 4287625 140735106275536 18446744073709551615 246516854287 0 0 4096 65536 8474534666206969855 0 0 17 4 0 0 0
/proc/18079/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.300711 s]
/proc/loadavg: 8.09 8.11 8.09 1/174 18079
/proc/meminfo: memFree=29973208/32951124 swapFree=67102748/67111528
[pid=18079] ppid=18077 vsize=18324 CPUtime=0 cores=0-7
/proc/18079/stat : 18079 (ppfolio) S 18077 18079 17494 0 -1 4202496 523 0 0 0 0 0 0 0 22 0 1 0 528700694 18763776 390 33554432000 4194304 4287625 140735106275536 18446744073709551615 246516854287 0 0 4096 65536 8474534666206969855 0 0 17 4 0 0 0
/proc/18079/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.700636 s]
/proc/loadavg: 8.09 8.11 8.09 1/174 18079
/proc/meminfo: memFree=29973208/32951124 swapFree=67102748/67111528
[pid=18079] ppid=18077 vsize=18324 CPUtime=0 cores=0-7
/proc/18079/stat : 18079 (ppfolio) S 18077 18079 17494 0 -1 4202496 523 0 0 0 0 0 0 0 22 0 1 0 528700694 18763776 390 33554432000 4194304 4287625 140735106275536 18446744073709551615 246516854287 0 0 4096 65536 8474534666206969855 0 0 17 4 0 0 0
/proc/18079/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.50049 s]
/proc/loadavg: 8.09 8.11 8.09 9/184 18094
/proc/meminfo: memFree=29896620/32951124 swapFree=67102748/67111528
[pid=18079] ppid=18077 vsize=18324 CPUtime=0 cores=0-7
/proc/18079/stat : 18079 (ppfolio) S 18077 18079 17494 0 -1 4202496 523 0 0 0 0 0 0 0 22 0 1 0 528700694 18763776 390 33554432000 4194304 4287625 140735106275536 18446744073709551615 246516854287 0 0 4096 65536 8474534666206969855 0 0 17 4 0 0 0
/proc/18079/statm: 4581 390 341 23 0 91 0
[pid=18080] ppid=18079 vsize=27796 CPUtime=1.49 cores=0
/proc/18080/stat : 18080 (cryptominisat) R 18079 18079 17494 0 -1 4202496 2235 0 0 0 149 0 0 0 20 0 1 0 528700694 28463104 2072 33554432000 4194304 4587354 140733973133584 18446744073709551615 4238392 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/18080/statm: 6949 2072 306 96 0 3511 0
[pid=18081] ppid=18079 vsize=18600 CPUtime=1.49 cores=1
/proc/18081/stat : 18081 (clasp) R 18079 18079 17494 0 -1 4202496 2218 0 0 0 149 0 0 0 20 0 1 0 528700694 19046400 1939 33554432000 4194304 4785740 140734114007056 18446744073709551615 4495638 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/18081/statm: 4650 1939 314 145 0 1695 0
[pid=18082] ppid=18079 vsize=460104 CPUtime=1.49 cores=2
/proc/18082/stat : 18082 (TNM) R 18079 18079 17494 0 -1 4202496 2490 0 0 0 149 0 0 0 25 0 1 0 528700694 471146496 2387 33554432000 134512640 134534564 4286911184 18446744073709551615 134524568 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/18082/statm: 115026 2387 91 6 0 113692 0
[pid=18083] ppid=18079 vsize=17712 CPUtime=1.49 cores=3
/proc/18083/stat : 18083 (march_hi) R 18079 18079 17494 0 -1 4202496 12644 0 0 0 147 2 0 0 25 0 1 0 528700694 18137088 2509 33554432000 4194304 4331988 140733365024208 18446744073709551615 4271184 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/18083/statm: 4428 2509 150 34 0 2870 0
[pid=18084] ppid=18079 vsize=159336 CPUtime=5.58 cores=4-7
/proc/18084/stat : 18084 (plingeling) S 18079 18079 17494 0 -1 4202496 14346 1259 0 0 556 2 0 0 18 0 5 0 528700694 163160064 11874 33554432000 4194304 4356188 140735640512368 18446744073709551615 246528636901 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/18084/statm: 39834 11874 161 40 0 38378 0
[pid=18084/tid=18091] ppid=18079 vsize=159336 CPUtime=1.37 cores=4-7
/proc/18084/task/18091/stat : 18091 (plingeling) R 18079 18079 17494 0 -1 4202560 2259 1259 0 0 137 0 0 0 25 0 5 0 528700706 163160064 11874 33554432000 4194304 4356188 140735640512368 18446744073709551615 4277076 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=18084/tid=18092] ppid=18079 vsize=159336 CPUtime=1.36 cores=4-7
/proc/18084/task/18092/stat : 18092 (plingeling) R 18079 18079 17494 0 -1 4202560 2256 1259 0 0 136 0 0 0 25 0 5 0 528700706 163160064 11874 33554432000 4194304 4356188 140735640512368 18446744073709551615 4270866 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=18084/tid=18093] ppid=18079 vsize=159336 CPUtime=1.36 cores=4-7
/proc/18084/task/18093/stat : 18093 (plingeling) R 18079 18079 17494 0 -1 4202560 2255 1259 0 0 136 0 0 0 23 0 5 0 528700706 163160064 11874 33554432000 4194304 4356188 140735640512368 18446744073709551615 4312430 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=18084/tid=18094] ppid=18079 vsize=159336 CPUtime=1.35 cores=4-7
/proc/18084/task/18094/stat : 18094 (plingeling) R 18079 18079 17494 0 -1 4202560 956 1259 0 0 135 0 0 0 23 0 5 0 528700706 163160064 11874 33554432000 4194304 4356188 140735640512368 18446744073709551615 4331050 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 11.54
Current children cumulated vsize (KiB) 701872

[startup+3.1012 s]
/proc/loadavg: 8.08 8.11 8.09 10/184 18094
/proc/meminfo: memFree=29881884/32951124 swapFree=67102748/67111528
[pid=18079] ppid=18077 vsize=18324 CPUtime=0 cores=0-7
/proc/18079/stat : 18079 (ppfolio) S 18077 18079 17494 0 -1 4202496 523 0 0 0 0 0 0 0 17 0 1 0 528700694 18763776 390 33554432000 4194304 4287625 140735106275536 18446744073709551615 246516854287 0 0 4096 65536 8474534666206969855 0 0 17 4 0 0 0
/proc/18079/statm: 4581 390 341 23 0 91 0
[pid=18080] ppid=18079 vsize=43256 CPUtime=3.09 cores=0
/proc/18080/stat : 18080 (cryptominisat) R 18079 18079 17494 0 -1 4202496 8411 0 0 0 308 1 0 0 25 0 1 0 528700694 44294144 5682 33554432000 4194304 4587354 140733973133584 18446744073709551615 4388277 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/18080/statm: 10814 5682 315 96 0 7376 0
[pid=18081] ppid=18079 vsize=18600 CPUtime=3.09 cores=1
/proc/18081/stat : 18081 (clasp) R 18079 18079 17494 0 -1 4202496 2227 0 0 0 309 0 0 0 25 0 1 0 528700694 19046400 1948 33554432000 4194304 4785740 140734114007056 18446744073709551615 4495520 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/18081/statm: 4650 1948 314 145 0 1695 0
[pid=18082] ppid=18079 vsize=460104 CPUtime=3.08 cores=2
/proc/18082/stat : 18082 (TNM) R 18079 18079 17494 0 -1 4202496 2490 0 0 0 308 0 0 0 25 0 1 0 528700694 471146496 2387 33554432000 134512640 134534564 4286911184 18446744073709551615 134524546 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/18082/statm: 115026 2387 91 6 0 113692 0
[pid=18083] ppid=18079 vsize=17712 CPUtime=3.09 cores=3
/proc/18083/stat : 18083 (march_hi) R 18079 18079 17494 0 -1 4202496 12663 0 0 0 307 2 0 0 25 0 1 0 528700694 18137088 2528 33554432000 4194304 4331988 140733365024208 18446744073709551615 4271184 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/18083/statm: 4428 2528 150 34 0 2870 0
[pid=18084] ppid=18079 vsize=155800 CPUtime=11.97 cores=4-7
/proc/18084/stat : 18084 (plingeling) S 18079 18079 17494 0 -1 4202496 14669 1259 0 0 1195 2 0 0 18 0 5 0 528700694 159539200 11021 33554432000 4194304 4356188 140735640512368 18446744073709551615 246528636901 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/18084/statm: 38950 11021 161 40 0 37494 0
[pid=18084/tid=18091] ppid=18079 vsize=155800 CPUtime=2.97 cores=4-7
/proc/18084/task/18091/stat : 18091 (plingeling) R 18079 18079 17494 0 -1 4202560 2259 1259 0 0 297 0 0 0 25 0 5 0 528700706 159539200 11021 33554432000 4194304 4356188 140735640512368 18446744073709551615 4270872 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=18084/tid=18092] ppid=18079 vsize=155800 CPUtime=2.96 cores=4-7
/proc/18084/task/18092/stat : 18092 (plingeling) R 18079 18079 17494 0 -1 4202560 2256 1259 0 0 296 0 0 0 25 0 5 0 528700706 159539200 11021 33554432000 4194304 4356188 140735640512368 18446744073709551615 4331305 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=18084/tid=18093] ppid=18079 vsize=155800 CPUtime=2.96 cores=4-7
/proc/18084/task/18093/stat : 18093 (plingeling) R 18079 18079 17494 0 -1 4202560 2255 1259 0 0 296 0 0 0 25 0 5 0 528700706 159539200 11021 33554432000 4194304 4356188 140735640512368 18446744073709551615 4270759 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=18084/tid=18094] ppid=18079 vsize=155800 CPUtime=2.95 cores=4-7
/proc/18084/task/18094/stat : 18094 (plingeling) R 18079 18079 17494 0 -1 4202560 1279 1259 0 0 295 0 0 0 25 0 5 0 528700706 159539200 11021 33554432000 4194304 4356188 140735640512368 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 24.32
Current children cumulated vsize (KiB) 713796

[startup+6.30061 s]
/proc/loadavg: 8.08 8.11 8.09 9/184 18095
/proc/meminfo: memFree=29885852/32951124 swapFree=67102748/67111528
[pid=18079] ppid=18077 vsize=18324 CPUtime=0 cores=0-7
/proc/18079/stat : 18079 (ppfolio) S 18077 18079 17494 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 528700694 18763776 390 33554432000 4194304 4287625 140735106275536 18446744073709551615 246516854287 0 0 4096 65536 8474534666206969855 0 0 17 4 0 0 0
/proc/18079/statm: 4581 390 341 23 0 91 0
[pid=18080] ppid=18079 vsize=49368 CPUtime=6.29 cores=0
/proc/18080/stat : 18080 (cryptominisat) R 18079 18079 17494 0 -1 4202496 13617 0 0 0 627 2 0 0 25 0 1 0 528700694 50552832 6513 33554432000 4194304 4587354 140733973133584 18446744073709551615 4365152 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/18080/statm: 12342 6513 337 96 0 8904 0
[pid=18081] ppid=18079 vsize=22276 CPUtime=6.29 cores=1
/proc/18081/stat : 18081 (clasp) R 18079 18079 17494 0 -1 4202496 3304 0 0 0 629 0 0 0 25 0 1 0 528700694 22810624 2869 33554432000 4194304 4785740 140734114007056 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/18081/statm: 5569 2869 340 145 0 2614 0
[pid=18082] ppid=18079 vsize=460104 CPUtime=6.28 cores=2
/proc/18082/stat : 18082 (TNM) R 18079 18079 17494 0 -1 4202496 2490 0 0 0 628 0 0 0 25 0 1 0 528700694 471146496 2387 33554432000 134512640 134534564 4286911184 18446744073709551615 134524541 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/18082/statm: 115026 2387 91 6 0 113692 0
[pid=18083] ppid=18079 vsize=18096 CPUtime=6.29 cores=3
/proc/18083/stat : 18083 (march_hi) R 18079 18079 17494 0 -1 4202496 12701 0 0 0 627 2 0 0 25 0 1 0 528700694 18530304 2566 33554432000 4194304 4331988 140733365024208 18446744073709551615 4226645 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/18083/statm: 4524 2566 150 34 0 2966 0
[pid=18084] ppid=18079 vsize=150284 CPUtime=24.75 cores=4-7
/proc/18084/stat : 18084 (plingeling) S 18079 18079 17494 0 -1 4202496 18514 1259 0 0 2472 3 0 0 18 0 5 0 528700694 153890816 9643 33554432000 4194304 4356188 140735640512368 18446744073709551615 246528636901 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/18084/statm: 37571 9643 161 40 0 36115 0
[pid=18084/tid=18091] ppid=18079 vsize=150284 CPUtime=6.17 cores=4-7
/proc/18084/task/18091/stat : 18091 (plingeling) R 18079 18079 17494 0 -1 4202560 2901 1259 0 0 617 0 0 0 25 0 5 0 528700706 153890816 9643 33554432000 4194304 4356188 140735640512368 18446744073709551615 4330973 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=18084/tid=18092] ppid=18079 vsize=150284 CPUtime=6.15 cores=4-7
/proc/18084/task/18092/stat : 18092 (plingeling) R 18079 18079 17494 0 -1 4202560 3083 1259 0 0 615 0 0 0 25 0 5 0 528700706 153890816 9643 33554432000 4194304 4356188 140735640512368 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=18084/tid=18093] ppid=18079 vsize=150284 CPUtime=6.16 cores=4-7
/proc/18084/task/18093/stat : 18093 (plingeling) R 18079 18079 17494 0 -1 4202560 2675 1259 0 0 616 0 0 0 25 0 5 0 528700706 153890816 9643 33554432000 4194304 4356188 140735640512368 18446744073709551615 4331072 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=18084/tid=18094] ppid=18079 vsize=150284 CPUtime=6.13 cores=4-7
/proc/18084/task/18094/stat : 18094 (plingeling) R 18079 18079 17494 0 -1 4202560 3235 1259 0 0 613 0 0 0 25 0 5 0 528700706 153890816 9643 33554432000 4194304 4356188 140735640512368 18446744073709551615 4210544 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 49.9
Current children cumulated vsize (KiB) 718452

[startup+12.7004 s]
/proc/loadavg: 8.15 8.12 8.09 9/184 18095
/proc/meminfo: memFree=29854992/32951124 swapFree=67102748/67111528
[pid=18079] ppid=18077 vsize=18324 CPUtime=0 cores=0-7
/proc/18079/stat : 18079 (ppfolio) S 18077 18079 17494 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 528700694 18763776 390 33554432000 4194304 4287625 140735106275536 18446744073709551615 246516854287 0 0 4096 65536 8474534666206969855 0 0 17 4 0 0 0
/proc/18079/statm: 4581 390 341 23 0 91 0
[pid=18080] ppid=18079 vsize=6713536 CPUtime=12.69 cores=0
/proc/18080/stat : 18080 (cryptominisat) R 18079 18079 17494 0 -1 4202496 16669 0 0 0 1267 2 0 0 25 0 1 0 528700694 6874660864 8528 33554432000 4194304 4587354 140733973133584 18446744073709551615 4388368 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/18080/statm: 1678384 8528 337 96 0 1674946 0
[pid=18081] ppid=18079 vsize=24740 CPUtime=12.69 cores=1
/proc/18081/stat : 18081 (clasp) R 18079 18079 17494 0 -1 4202496 3882 0 0 0 1269 0 0 0 25 0 1 0 528700694 25333760 3447 33554432000 4194304 4785740 140734114007056 18446744073709551615 4286912 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/18081/statm: 6185 3447 340 145 0 3230 0
[pid=18082] ppid=18079 vsize=460104 CPUtime=12.68 cores=2
/proc/18082/stat : 18082 (TNM) R 18079 18079 17494 0 -1 4202496 2490 0 0 0 1268 0 0 0 25 0 1 0 528700694 471146496 2387 33554432000 134512640 134534564 4286911184 18446744073709551615 134524491 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/18082/statm: 115026 2387 91 6 0 113692 0
[pid=18083] ppid=18079 vsize=19008 CPUtime=12.69 cores=3
/proc/18083/stat : 18083 (march_hi) R 18079 18079 17494 0 -1 4202496 12924 0 0 0 1267 2 0 0 25 0 1 0 528700694 19464192 2789 33554432000 4194304 4331988 140733365024208 18446744073709551615 4226645 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/18083/statm: 4752 2789 150 34 0 3194 0
[pid=18084] ppid=18079 vsize=167492 CPUtime=50.32 cores=4-7
/proc/18084/stat : 18084 (plingeling) S 18079 18079 17494 0 -1 4202496 27251 1259 0 0 5027 5 0 0 18 0 5 0 528700694 171511808 13936 33554432000 4194304 4356188 140735640512368 18446744073709551615 246528636901 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/18084/statm: 41873 13936 161 40 0 40417 0
[pid=18084/tid=18091] ppid=18079 vsize=167492 CPUtime=12.57 cores=4-7
/proc/18084/task/18091/stat : 18091 (plingeling) R 18079 18079 17494 0 -1 4202560 5498 1259 0 0 1256 1 0 0 25 0 5 0 528700706 171511808 13936 33554432000 4194304 4356188 140735640512368 18446744073709551615 4331106 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=18084/tid=18092] ppid=18079 vsize=167492 CPUtime=12.55 cores=4-7
/proc/18084/task/18092/stat : 18092 (plingeling) R 18079 18079 17494 0 -1 4202560 5498 1259 0 0 1254 1 0 0 25 0 5 0 528700706 171511808 13936 33554432000 4194304 4356188 140735640512368 18446744073709551615 4331264 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=18084/tid=18093] ppid=18079 vsize=167492 CPUtime=12.56 cores=4-7
/proc/18084/task/18093/stat : 18093 (plingeling) R 18079 18079 17494 0 -1 4202560 4534 1259 0 0 1256 0 0 0 25 0 5 0 528700706 171511808 13936 33554432000 4194304 4356188 140735640512368 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=18084/tid=18094] ppid=18079 vsize=167492 CPUtime=12.49 cores=4-7
/proc/18084/task/18094/stat : 18094 (plingeling) R 18079 18079 17494 0 -1 4202560 5101 1259 0 0 1249 0 0 0 25 0 5 0 528700706 171511808 13936 33554432000 4194304 4356188 140735640512368 18446744073709551615 4331060 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 101.07
Current children cumulated vsize (KiB) 7403204

[startup+25.5011 s]
/proc/loadavg: 8.13 8.12 8.09 9/184 18095
/proc/meminfo: memFree=29838116/32951124 swapFree=67102748/67111528
[pid=18079] ppid=18077 vsize=18324 CPUtime=0 cores=0-7
/proc/18079/stat : 18079 (ppfolio) S 18077 18079 17494 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 528700694 18763776 390 33554432000 4194304 4287625 140735106275536 18446744073709551615 246516854287 0 0 4096 65536 8474534666206969855 0 0 17 4 0 0 0
/proc/18079/statm: 4581 390 341 23 0 91 0
[pid=18080] ppid=18079 vsize=51760 CPUtime=25.49 cores=0
/proc/18080/stat : 18080 (cryptominisat) R 18079 18079 17494 0 -1 4202496 17644 0 0 0 2547 2 0 0 25 0 1 0 528700694 53002240 9501 33554432000 4194304 4587354 140733973133584 18446744073709551615 4238525 0 0 4096 2 0 0 0 17 0 0 0 0

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

[pid=18082] ppid=18079 vsize=464068 CPUtime=4842.1 cores=2
/proc/18082/stat : 18082 (TNM) R 18079 18079 17494 0 -1 4202496 2773 0 0 0 484207 3 0 0 25 0 1 0 528700694 475205632 2670 33554432000 134512640 134534564 4286911184 18446744073709551615 134528968 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/18082/statm: 116017 2670 95 6 0 114683 0
[pid=18083] ppid=18079 vsize=51896 CPUtime=4842.43 cores=3
/proc/18083/stat : 18083 (march_hi) R 18079 18079 17494 0 -1 4202496 30157 0 0 0 484237 6 0 0 25 0 1 0 528700694 53141504 9362 33554432000 4194304 4331988 140733365024208 18446744073709551615 4299269 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/18083/statm: 12974 9362 175 34 0 11416 0
[pid=18084] ppid=18079 vsize=447112 CPUtime=19341.8 cores=4-7
/proc/18084/stat : 18084 (plingeling) S 18079 18079 17494 0 -1 4202496 1374100 1259 0 0 1933966 214 0 0 18 0 5 0 528700694 457842688 83850 33554432000 4194304 4356188 140735640512368 18446744073709551615 246528636901 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/18084/statm: 111778 83850 161 40 0 110322 0
[pid=18084/tid=18091] ppid=18079 vsize=447112 CPUtime=4841.18 cores=4-7
/proc/18084/task/18091/stat : 18091 (plingeling) R 18079 18079 17494 0 -1 4202560 341661 1259 0 0 484060 58 0 0 25 0 5 0 528700706 457842688 83850 33554432000 4194304 4356188 140735640512368 18446744073709551615 4331074 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=18084/tid=18092] ppid=18079 vsize=447112 CPUtime=4842.3 cores=4-7
/proc/18084/task/18092/stat : 18092 (plingeling) R 18079 18079 17494 0 -1 4202560 349223 1259 0 0 484179 51 0 0 25 0 5 0 528700706 457842688 83850 33554432000 4194304 4356188 140735640512368 18446744073709551615 4330986 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=18084/tid=18093] ppid=18079 vsize=447112 CPUtime=4842.3 cores=4-7
/proc/18084/task/18093/stat : 18093 (plingeling) R 18079 18079 17494 0 -1 4202560 330589 1259 0 0 484177 53 0 0 25 0 5 0 528700706 457842688 83850 33554432000 4194304 4356188 140735640512368 18446744073709551615 4331337 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=18084/tid=18094] ppid=18079 vsize=447112 CPUtime=4815.86 cores=4-7
/proc/18084/task/18094/stat : 18094 (plingeling) R 18079 18079 17494 0 -1 4202560 346007 1259 0 0 481537 49 0 0 25 0 5 0 528700706 457842688 83850 33554432000 4194304 4356188 140735640512368 18446744073709551615 4331126 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 38711.2
Current children cumulated vsize (KiB) 1671900

[startup+4902.3 s]
/proc/loadavg: 8.29 8.18 8.11 9/184 18249
/proc/meminfo: memFree=29440860/32951124 swapFree=67102748/67111528
[pid=18079] ppid=18077 vsize=18324 CPUtime=0 cores=0-7
/proc/18079/stat : 18079 (ppfolio) S 18077 18079 17494 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 528700694 18763776 390 33554432000 4194304 4287625 140735106275536 18446744073709551615 246516854287 0 0 4096 65536 8474534666206969855 0 0 17 4 0 0 0
/proc/18079/statm: 4581 390 341 23 0 91 0
[pid=18080] ppid=18079 vsize=93712 CPUtime=4902.41 cores=0
/proc/18080/stat : 18080 (cryptominisat) R 18079 18079 17494 0 -1 4202496 571866 0 0 0 490027 214 0 0 25 0 1 0 528700694 95961088 19440 33554432000 4194304 4587354 140733973133584 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/18080/statm: 23428 19440 337 96 0 19990 0
[pid=18081] ppid=18079 vsize=98192 CPUtime=4902.43 cores=1
/proc/18081/stat : 18081 (clasp) R 18079 18079 17494 0 -1 4202496 21572 0 0 0 490238 5 0 0 25 0 1 0 528700694 100548608 20010 33554432000 4194304 4785740 140734114007056 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/18081/statm: 24548 20010 340 145 0 21593 0
[pid=18082] ppid=18079 vsize=464068 CPUtime=4902.01 cores=2
/proc/18082/stat : 18082 (TNM) R 18079 18079 17494 0 -1 4202496 2773 0 0 0 490198 3 0 0 25 0 1 0 528700694 475205632 2670 33554432000 134512640 134534564 4286911184 18446744073709551615 134530320 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/18082/statm: 116017 2670 95 6 0 114683 0
[pid=18083] ppid=18079 vsize=51896 CPUtime=4902.43 cores=3
/proc/18083/stat : 18083 (march_hi) R 18079 18079 17494 0 -1 4202496 30185 0 0 0 490237 6 0 0 25 0 1 0 528700694 53141504 9390 33554432000 4194304 4331988 140733365024208 18446744073709551615 4299264 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/18083/statm: 12974 9390 175 34 0 11416 0
[pid=18084] ppid=18079 vsize=440072 CPUtime=19580.8 cores=4-7
/proc/18084/stat : 18084 (plingeling) S 18079 18079 17494 0 -1 4202496 1383060 1259 0 0 1957866 216 0 0 18 0 5 0 528700694 450633728 82090 33554432000 4194304 4356188 140735640512368 18446744073709551615 246528636901 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/18084/statm: 110018 82090 161 40 0 108562 0
[pid=18084/tid=18091] ppid=18079 vsize=440072 CPUtime=4901.17 cores=4-7
/proc/18084/task/18091/stat : 18091 (plingeling) R 18079 18079 17494 0 -1 4202560 343613 1259 0 0 490058 59 0 0 25 0 5 0 528700706 450633728 82090 33554432000 4194304 4356188 140735640512368 18446744073709551615 4331060 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=18084/tid=18092] ppid=18079 vsize=440072 CPUtime=4902.3 cores=4-7
/proc/18084/task/18092/stat : 18092 (plingeling) R 18079 18079 17494 0 -1 4202560 352007 1259 0 0 490179 51 0 0 25 0 5 0 528700706 450633728 82090 33554432000 4194304 4356188 140735640512368 18446744073709551615 4331015 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=18084/tid=18093] ppid=18079 vsize=440072 CPUtime=4901.66 cores=4-7
/proc/18084/task/18093/stat : 18093 (plingeling) R 18079 18079 17494 0 -1 4202560 332029 1259 0 0 490112 54 0 0 25 0 5 0 528700706 450633728 82090 33554432000 4194304 4356188 140735640512368 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=18084/tid=18094] ppid=18079 vsize=440072 CPUtime=4875.55 cores=4-7
/proc/18084/task/18094/stat : 18094 (plingeling) R 18079 18079 17494 0 -1 4202560 348791 1259 0 0 487505 50 0 0 25 0 5 0 528700706 450633728 82090 33554432000 4194304 4356188 140735640512368 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 39190.1
Current children cumulated vsize (KiB) 1166264

[startup+4962.3 s]
/proc/loadavg: 8.32 8.21 8.12 9/184 18251
/proc/meminfo: memFree=29407964/32951124 swapFree=67102748/67111528
[pid=18079] ppid=18077 vsize=18324 CPUtime=0 cores=0-7
/proc/18079/stat : 18079 (ppfolio) S 18077 18079 17494 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 528700694 18763776 390 33554432000 4194304 4287625 140735106275536 18446744073709551615 246516854287 0 0 4096 65536 8474534666206969855 0 0 17 4 0 0 0
/proc/18079/statm: 4581 390 341 23 0 91 0
[pid=18080] ppid=18079 vsize=93772 CPUtime=4962.42 cores=0
/proc/18080/stat : 18080 (cryptominisat) R 18079 18079 17494 0 -1 4202496 577598 0 0 0 496025 217 0 0 25 0 1 0 528700694 96022528 18433 33554432000 4194304 4587354 140733973133584 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/18080/statm: 23443 18433 337 96 0 20005 0
[pid=18081] ppid=18079 vsize=98192 CPUtime=4962.43 cores=1
/proc/18081/stat : 18081 (clasp) R 18079 18079 17494 0 -1 4202496 21585 0 0 0 496238 5 0 0 25 0 1 0 528700694 100548608 20023 33554432000 4194304 4785740 140734114007056 18446744073709551615 4553380 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/18081/statm: 24548 20023 340 145 0 21593 0
[pid=18082] ppid=18079 vsize=464068 CPUtime=4962.01 cores=2
/proc/18082/stat : 18082 (TNM) R 18079 18079 17494 0 -1 4202496 2773 0 0 0 496198 3 0 0 25 0 1 0 528700694 475205632 2670 33554432000 134512640 134534564 4286911184 18446744073709551615 134528511 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/18082/statm: 116017 2670 95 6 0 114683 0
[pid=18083] ppid=18079 vsize=51896 CPUtime=4962.44 cores=3
/proc/18083/stat : 18083 (march_hi) R 18079 18079 17494 0 -1 4202496 30219 0 0 0 496238 6 0 0 25 0 1 0 528700694 53141504 9424 33554432000 4194304 4331988 140733365024208 18446744073709551615 4299269 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/18083/statm: 12974 9424 175 34 0 11416 0
[pid=18084] ppid=18079 vsize=476424 CPUtime=19820.5 cores=4-7
/proc/18084/stat : 18084 (plingeling) S 18079 18079 17494 0 -1 4202496 1399988 1259 0 0 1981832 218 0 0 18 0 5 0 528700694 487858176 91178 33554432000 4194304 4356188 140735640512368 18446744073709551615 246528636901 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/18084/statm: 119106 91178 161 40 0 117650 0
[pid=18084/tid=18091] ppid=18079 vsize=476424 CPUtime=4961.16 cores=4-7
/proc/18084/task/18091/stat : 18091 (plingeling) R 18079 18079 17494 0 -1 4202560 346813 1259 0 0 496057 59 0 0 25 0 5 0 528700706 487858176 91178 33554432000 4194304 4356188 140735640512368 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=18084/tid=18092] ppid=18079 vsize=476424 CPUtime=4962.31 cores=4-7
/proc/18084/task/18092/stat : 18092 (plingeling) R 18079 18079 17494 0 -1 4202560 354663 1259 0 0 496179 52 0 0 25 0 5 0 528700706 487858176 91178 33554432000 4194304 4356188 140735640512368 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=18084/tid=18093] ppid=18079 vsize=476424 CPUtime=4961.66 cores=4-7
/proc/18084/task/18093/stat : 18093 (plingeling) R 18079 18079 17494 0 -1 4202560 342077 1259 0 0 496111 55 0 0 25 0 5 0 528700706 487858176 91178 33554432000 4194304 4356188 140735640512368 18446744073709551615 4331144 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=18084/tid=18094] ppid=18079 vsize=476424 CPUtime=4935.22 cores=4-7
/proc/18084/task/18094/stat : 18094 (plingeling) R 18079 18079 17494 0 -1 4202560 349815 1259 0 0 493472 50 0 0 25 0 5 0 528700706 487858176 91178 33554432000 4194304 4356188 140735640512368 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 39669.8
Current children cumulated vsize (KiB) 1202676



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5003.7 s]
/proc/loadavg: 8.16 8.18 8.11 9/184 18252
/proc/meminfo: memFree=29347300/32951124 swapFree=67102748/67111528
[pid=18079] ppid=18077 vsize=18324 CPUtime=0 cores=0-7
/proc/18079/stat : 18079 (ppfolio) S 18077 18079 17494 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 528700694 18763776 390 33554432000 4194304 4287625 140735106275536 18446744073709551615 246516854287 0 0 4096 65536 8474534666206969855 0 0 17 4 0 0 0
/proc/18079/statm: 4581 390 341 23 0 91 0
[pid=18080] ppid=18079 vsize=185364 CPUtime=5003.82 cores=0
/proc/18080/stat : 18080 (cryptominisat) R 18079 18079 17494 0 -1 4202496 579716 0 0 0 500164 218 0 0 25 0 1 0 528700694 189812736 20459 33554432000 4194304 4587354 140733973133584 18446744073709551615 4238578 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/18080/statm: 46341 20459 337 96 0 42903 0
[pid=18081] ppid=18079 vsize=98192 CPUtime=5003.84 cores=1
/proc/18081/stat : 18081 (clasp) R 18079 18079 17494 0 -1 4202496 21585 0 0 0 500379 5 0 0 25 0 1 0 528700694 100548608 20023 33554432000 4194304 4785740 140734114007056 18446744073709551615 4287011 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/18081/statm: 24548 20023 340 145 0 21593 0
[pid=18082] ppid=18079 vsize=464068 CPUtime=5003.41 cores=2
/proc/18082/stat : 18082 (TNM) R 18079 18079 17494 0 -1 4202496 2773 0 0 0 500338 3 0 0 25 0 1 0 528700694 475205632 2670 33554432000 134512640 134534564 4286911184 18446744073709551615 134528464 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/18082/statm: 116017 2670 95 6 0 114683 0
[pid=18083] ppid=18079 vsize=51896 CPUtime=5003.84 cores=3
/proc/18083/stat : 18083 (march_hi) R 18079 18079 17494 0 -1 4202496 30244 0 0 0 500378 6 0 0 25 0 1 0 528700694 53141504 9449 33554432000 4194304 4331988 140733365024208 18446744073709551615 4299264 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/18083/statm: 12974 9449 175 34 0 11416 0
[pid=18084] ppid=18079 vsize=529796 CPUtime=19985.9 cores=4-7
/proc/18084/stat : 18084 (plingeling) S 18079 18079 17494 0 -1 4202496 1416116 1259 0 0 1998369 220 0 0 18 0 5 0 528700694 542511104 104521 33554432000 4194304 4356188 140735640512368 18446744073709551615 246528636901 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/18084/statm: 132449 104521 161 40 0 130993 0
[pid=18084/tid=18091] ppid=18079 vsize=529796 CPUtime=5002.57 cores=4-7
/proc/18084/task/18091/stat : 18091 (plingeling) R 18079 18079 17494 0 -1 4202560 348253 1259 0 0 500198 59 0 0 25 0 5 0 528700706 542511104 104521 33554432000 4194304 4356188 140735640512368 18446744073709551615 4330999 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=18084/tid=18092] ppid=18079 vsize=529796 CPUtime=5003.71 cores=4-7
/proc/18084/task/18092/stat : 18092 (plingeling) R 18079 18079 17494 0 -1 4202560 364871 1259 0 0 500319 52 0 0 25 0 5 0 528700706 542511104 104521 33554432000 4194304 4356188 140735640512368 18446744073709551615 4331055 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=18084/tid=18093] ppid=18079 vsize=529796 CPUtime=5003.06 cores=4-7
/proc/18084/task/18093/stat : 18093 (plingeling) R 18079 18079 17494 0 -1 4202560 344669 1259 0 0 500251 55 0 0 25 0 5 0 528700706 542511104 104521 33554432000 4194304 4356188 140735640512368 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=18084/tid=18094] ppid=18079 vsize=529796 CPUtime=4976.39 cores=4-7
/proc/18084/task/18094/stat : 18094 (plingeling) R 18079 18079 17494 0 -1 4202560 351703 1259 0 0 497589 50 0 0 25 0 5 0 528700706 542511104 104521 33554432000 4194304 4356188 140735640512368 18446744073709551615 4330973 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 40000.8
Current children cumulated vsize (KiB) 1347640

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

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

[startup+5003.7 s]
/proc/loadavg: 8.16 8.18 8.11 9/184 18252
/proc/meminfo: memFree=29347300/32951124 swapFree=67102748/67111528
[pid=18079] ppid=18077 vsize=18324 CPUtime=0 cores=0-7
/proc/18079/stat : 18079 (ppfolio) S 18077 18079 17494 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 528700694 18763776 390 33554432000 4194304 4287625 140735106275536 18446744073709551615 246516854287 0 0 4096 65536 8474534666206969855 0 0 17 4 0 0 0
/proc/18079/statm: 4581 390 341 23 0 91 0
[pid=18080] ppid=18079 vsize=185364 CPUtime=5003.82 cores=0
/proc/18080/stat : 18080 (cryptominisat) R 18079 18079 17494 0 -1 4202496 579716 0 0 0 500164 218 0 0 25 0 1 0 528700694 189812736 20459 33554432000 4194304 4587354 140733973133584 18446744073709551615 4238578 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/18080/statm: 46341 20459 337 96 0 42903 0
[pid=18081] ppid=18079 vsize=98192 CPUtime=5003.84 cores=1
/proc/18081/stat : 18081 (clasp) R 18079 18079 17494 0 -1 4202496 21585 0 0 0 500379 5 0 0 25 0 1 0 528700694 100548608 20023 33554432000 4194304 4785740 140734114007056 18446744073709551615 4287011 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/18081/statm: 24548 20023 340 145 0 21593 0
[pid=18082] ppid=18079 vsize=464068 CPUtime=5003.41 cores=2
/proc/18082/stat : 18082 (TNM) R 18079 18079 17494 0 -1 4202496 2773 0 0 0 500338 3 0 0 25 0 1 0 528700694 475205632 2670 33554432000 134512640 134534564 4286911184 18446744073709551615 134528464 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/18082/statm: 116017 2670 95 6 0 114683 0
[pid=18083] ppid=18079 vsize=51896 CPUtime=5003.84 cores=3
/proc/18083/stat : 18083 (march_hi) R 18079 18079 17494 0 -1 4202496 30244 0 0 0 500378 6 0 0 25 0 1 0 528700694 53141504 9449 33554432000 4194304 4331988 140733365024208 18446744073709551615 4299264 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/18083/statm: 12974 9449 175 34 0 11416 0
[pid=18084] ppid=18079 vsize=529796 CPUtime=19985.9 cores=4-7
/proc/18084/stat : 18084 (plingeling) S 18079 18079 17494 0 -1 4202496 1416116 1259 0 0 1998369 220 0 0 18 0 5 0 528700694 542511104 104521 33554432000 4194304 4356188 140735640512368 18446744073709551615 246528636901 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/18084/statm: 132449 104521 161 40 0 130993 0
[pid=18084/tid=18091] ppid=18079 vsize=529796 CPUtime=5002.57 cores=4-7
/proc/18084/task/18091/stat : 18091 (plingeling) R 18079 18079 17494 0 -1 4202560 348253 1259 0 0 500198 59 0 0 25 0 5 0 528700706 542511104 104521 33554432000 4194304 4356188 140735640512368 18446744073709551615 4330999 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=18084/tid=18092] ppid=18079 vsize=529796 CPUtime=5003.71 cores=4-7
/proc/18084/task/18092/stat : 18092 (plingeling) R 18079 18079 17494 0 -1 4202560 364871 1259 0 0 500319 52 0 0 25 0 5 0 528700706 542511104 104521 33554432000 4194304 4356188 140735640512368 18446744073709551615 4331055 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=18084/tid=18093] ppid=18079 vsize=529796 CPUtime=5003.06 cores=4-7
/proc/18084/task/18093/stat : 18093 (plingeling) R 18079 18079 17494 0 -1 4202560 344669 1259 0 0 500251 55 0 0 25 0 5 0 528700706 542511104 104521 33554432000 4194304 4356188 140735640512368 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=18084/tid=18094] ppid=18079 vsize=529796 CPUtime=4976.39 cores=4-7
/proc/18084/task/18094/stat : 18094 (plingeling) R 18079 18079 17494 0 -1 4202560 351703 1259 0 0 497589 50 0 0 25 0 5 0 528700706 542511104 104521 33554432000 4194304 4356188 140735640512368 18446744073709551615 4330973 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 40000.8
Current children cumulated vsize (KiB) 1347640

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 18079 and gives
#  childrusage.ru_utime.tv_sec=20012
#  childrusage.ru_utime.tv_usec=617619
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=363640
# CPU time returned by wait4() is 20015
# while last known CPU time is 40000.8
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 5003.72
CPU time (s): 40000.8
CPU user time (s): 39996.3
CPU system time (s): 4.52
CPU usage (%): 799.422
Max. virtual memory (cumulated for all children) (KiB): 7407080

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 20012.6
system time used= 2.36364
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 634858
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= 569
involuntary context switches= 41627

runsolver used 7.51286 second user time and 19.793 second system time

The end

Launcher Data

Begin job on node134 at 2011-04-30 15:43:45
IDJOB=3275841
IDBENCH=83894
IDSOLVER=1638
FILE ID=node134/3275841-1304171025
RUNJOBID= node134-1304160700-17508
PBS_JOBID= 13170924
Free space on /tmp= 72512 MiB

SOLVER NAME= ppfolio par
BENCH NAME= SAT03/handmade/anton/UNSAT/SGI_30_60_24_40_2-log.shuffled-as.sat03-119.cnf
COMMAND LINE= ppfolio BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3275841-1304171025/watcher-3275841-1304171025 -o /tmp/evaluation-result-3275841-1304171025/solver-3275841-1304171025 -C 40000 -W 5100 -M 31000  ppfolio HOME/instance-3275841-1304171025.cnf

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

MD5SUM BENCH= cf96a8eea16f98b3cec72117cedd0285
RANDOM SEED=1487380038

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      29973488 kB
Buffers:       1035612 kB
Cached:        1482212 kB
SwapCached:       4600 kB
Active:         215464 kB
Inactive:      2361748 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      29973488 kB
SwapTotal:    67111528 kB
SwapFree:     67102748 kB
Dirty:           11664 kB
Writeback:           4 kB
AnonPages:       57208 kB
Mapped:          14524 kB
Slab:           335560 kB
PageTables:       4416 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   187280 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 72500 MiB
End job on node134 at 2011-04-30 17:07:11