Trace number 3275091

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.7 5003.62

General information on the benchmark

NameCRAFTED/rbsat/random/
forced/rbsat-v2640c305320gyes3.cnf
MD5SUMd6877629cc818d7e31dc245fb95f0588
Bench CategoryCRAFTED (crafted 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 variables2640
Number of clauses305320
Sum of the clauses size613120
Maximum clause length33
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2305240
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 580

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-3275091-1304145261/watcher-3275091-1304145261 -o /tmp/evaluation-result-3275091-1304145261/solver-3275091-1304145261 -C 40000 -W 5100 -M 31000 ppfolio HOME/instance-3275091-1304145261.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: 1.93 3.39 3.71 2/170 7951
/proc/meminfo: memFree=29294300/32951124 swapFree=67111348/67111528
[pid=7951] ppid=7949 vsize=18324 CPUtime=0 cores=0-7
/proc/7951/stat : 7951 (ppfolio) S 7949 7951 7925 0 -1 4202496 523 0 0 0 0 0 0 0 25 0 1 0 506941578 18763776 390 33554432000 4194304 4287625 140735559284880 18446744073709551615 228095471119 0 0 4096 65536 4326393816517967871 0 0 17 6 0 0 0
/proc/7951/statm: 4581 390 341 23 0 91 0

[startup+0.017488 s]
/proc/loadavg: 1.93 3.39 3.71 2/170 7951
/proc/meminfo: memFree=29294300/32951124 swapFree=67111348/67111528
[pid=7951] ppid=7949 vsize=18324 CPUtime=0 cores=0-7
/proc/7951/stat : 7951 (ppfolio) S 7949 7951 7925 0 -1 4202496 523 0 0 0 0 0 0 0 25 0 1 0 506941578 18763776 390 33554432000 4194304 4287625 140735559284880 18446744073709551615 228095471119 0 0 4096 65536 4326393816517967871 0 0 17 6 0 0 0
/proc/7951/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.100474 s]
/proc/loadavg: 1.93 3.39 3.71 2/170 7951
/proc/meminfo: memFree=29294300/32951124 swapFree=67111348/67111528
[pid=7951] ppid=7949 vsize=18324 CPUtime=0 cores=0-7
/proc/7951/stat : 7951 (ppfolio) S 7949 7951 7925 0 -1 4202496 523 0 0 0 0 0 0 0 25 0 1 0 506941578 18763776 390 33554432000 4194304 4287625 140735559284880 18446744073709551615 228095471119 0 0 4096 65536 4326393816517967871 0 0 17 6 0 0 0
/proc/7951/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.300406 s]
/proc/loadavg: 1.93 3.39 3.71 2/170 7951
/proc/meminfo: memFree=29294300/32951124 swapFree=67111348/67111528
[pid=7951] ppid=7949 vsize=18324 CPUtime=0 cores=0-7
/proc/7951/stat : 7951 (ppfolio) S 7949 7951 7925 0 -1 4202496 523 0 0 0 0 0 0 0 24 0 1 0 506941578 18763776 390 33554432000 4194304 4287625 140735559284880 18446744073709551615 228095471119 0 0 4096 65536 4326393816517967871 0 0 17 6 0 0 0
/proc/7951/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.700331 s]
/proc/loadavg: 1.93 3.39 3.71 2/170 7951
/proc/meminfo: memFree=29294300/32951124 swapFree=67111348/67111528
[pid=7951] ppid=7949 vsize=18324 CPUtime=0 cores=0-7
/proc/7951/stat : 7951 (ppfolio) S 7949 7951 7925 0 -1 4202496 523 0 0 0 0 0 0 0 19 0 1 0 506941578 18763776 390 33554432000 4194304 4287625 140735559284880 18446744073709551615 228095471119 0 0 4096 65536 4326393816517967871 0 0 17 6 0 0 0
/proc/7951/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.50118 s]
/proc/loadavg: 1.93 3.39 3.71 9/180 7966
/proc/meminfo: memFree=29137236/32951124 swapFree=67111348/67111528
[pid=7951] ppid=7949 vsize=18324 CPUtime=0 cores=0-7
/proc/7951/stat : 7951 (ppfolio) S 7949 7951 7925 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 506941578 18763776 390 33554432000 4194304 4287625 140735559284880 18446744073709551615 228095471119 0 0 4096 65536 4326393816517967871 0 0 17 6 0 0 0
/proc/7951/statm: 4581 390 341 23 0 91 0
[pid=7952] ppid=7951 vsize=71480 CPUtime=1.49 cores=0
/proc/7952/stat : 7952 (cryptominisat) R 7951 7951 7925 0 -1 4202496 16711 0 0 0 147 2 0 0 25 0 1 0 506941578 73195520 12612 33554432000 4194304 4587354 140733280901216 18446744073709551615 228095147718 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/7952/statm: 17870 12612 326 96 0 14432 0
[pid=7953] ppid=7951 vsize=33948 CPUtime=1.49 cores=1
/proc/7953/stat : 7953 (clasp) R 7951 7951 7925 0 -1 4202496 7085 0 0 0 148 1 0 0 20 0 1 0 506941578 34762752 5802 33554432000 4194304 4785740 140736222783328 18446744073709551615 4482895 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/7953/statm: 8487 5802 317 145 0 5532 0
[pid=7954] ppid=7951 vsize=466252 CPUtime=1.49 cores=2
/proc/7954/stat : 7954 (TNM) R 7951 7951 7925 0 -1 4202496 5031 0 0 0 148 1 0 0 20 0 1 0 506941578 477442048 4928 33554432000 134512640 134534564 4293475792 18446744073709551615 134524491 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/7954/statm: 116563 4928 91 6 0 115229 0
[pid=7955] ppid=7951 vsize=48044 CPUtime=1.49 cores=3
/proc/7955/stat : 7955 (march_hi) R 7951 7951 7925 0 -1 4202496 23244 0 0 0 146 3 0 0 20 0 1 0 506941578 49197056 5355 33554432000 4194304 4331988 140733823505312 18446744073709551615 4210412 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/7955/statm: 12011 5355 175 34 0 10453 0
[pid=7956] ppid=7951 vsize=99836 CPUtime=5.35 cores=4-7
/proc/7956/stat : 7956 (plingeling) S 7951 7951 7925 0 -1 4202496 17689 1248 0 0 533 2 0 0 21 0 5 0 506941578 102232064 13384 33554432000 4194304 4356188 140733348870080 18446744073709551615 228107253733 0 0 4096 17442 18446744073709551615 0 0 17 7 0 0 0
/proc/7956/statm: 24959 13384 163 40 0 23503 0
[pid=7956/tid=7963] ppid=7951 vsize=99836 CPUtime=1.28 cores=4-7
/proc/7956/task/7963/stat : 7963 (plingeling) R 7951 7951 7925 0 -1 4202560 2570 1248 0 0 128 0 0 0 19 0 5 0 506941599 102232064 13384 33554432000 4194304 4356188 140733348870080 18446744073709551615 4270848 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=7956/tid=7964] ppid=7951 vsize=99836 CPUtime=1.28 cores=4-7
/proc/7956/task/7964/stat : 7964 (plingeling) R 7951 7951 7925 0 -1 4202560 2504 1248 0 0 128 0 0 0 25 0 5 0 506941599 102232064 13384 33554432000 4194304 4356188 140733348870080 18446744073709551615 4270872 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=7956/tid=7965] ppid=7951 vsize=99836 CPUtime=1.28 cores=4-7
/proc/7956/task/7965/stat : 7965 (plingeling) R 7951 7951 7925 0 -1 4202560 1395 1248 0 0 128 0 0 0 25 0 5 0 506941599 102232064 13384 33554432000 4194304 4356188 140733348870080 18446744073709551615 4270512 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=7956/tid=7966] ppid=7951 vsize=99836 CPUtime=1.28 cores=4-7
/proc/7956/task/7966/stat : 7966 (plingeling) R 7951 7951 7925 0 -1 4202560 2438 1248 0 0 128 0 0 0 25 0 5 0 506941599 102232064 13384 33554432000 4194304 4356188 140733348870080 18446744073709551615 4210842 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 11.31
Current children cumulated vsize (KiB) 737884

[startup+3.10089 s]
/proc/loadavg: 2.50 3.49 3.74 9/180 7966
/proc/meminfo: memFree=29115660/32951124 swapFree=67111348/67111528
[pid=7951] ppid=7949 vsize=18324 CPUtime=0 cores=0-7
/proc/7951/stat : 7951 (ppfolio) S 7949 7951 7925 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 506941578 18763776 390 33554432000 4194304 4287625 140735559284880 18446744073709551615 228095471119 0 0 4096 65536 4326393816517967871 0 0 17 6 0 0 0
/proc/7951/statm: 4581 390 341 23 0 91 0
[pid=7952] ppid=7951 vsize=1005016 CPUtime=3.08 cores=0
/proc/7952/stat : 7952 (cryptominisat) R 7951 7951 7925 0 -1 4202496 18917 0 0 0 306 2 0 0 25 0 1 0 506941578 1029136384 12926 33554432000 4194304 4587354 140733280901216 18446744073709551615 4243106 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/7952/statm: 251254 12926 331 96 0 247816 0
[pid=7953] ppid=7951 vsize=32512 CPUtime=3.09 cores=1
/proc/7953/stat : 7953 (clasp) R 7951 7951 7925 0 -1 4202496 7331 0 0 0 308 1 0 0 25 0 1 0 506941578 33292288 5451 33554432000 4194304 4785740 140736222783328 18446744073709551615 4552550 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/7953/statm: 8128 5451 341 145 0 5173 0
[pid=7954] ppid=7951 vsize=472460 CPUtime=3.08 cores=2
/proc/7954/stat : 7954 (TNM) R 7951 7951 7925 0 -1 4202496 7211 0 0 0 307 1 0 0 25 0 1 0 506941578 483799040 7108 33554432000 134512640 134534564 4293475792 18446744073709551615 134530367 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/7954/statm: 118115 7108 95 6 0 116781 0
[pid=7955] ppid=7951 vsize=48712 CPUtime=3.08 cores=3
/proc/7955/stat : 7955 (march_hi) R 7951 7951 7925 0 -1 4202496 23427 0 0 0 305 3 0 0 25 0 1 0 506941578 49881088 5538 33554432000 4194304 4331988 140733823505312 18446744073709551615 4210448 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/7955/statm: 12178 5538 175 34 0 10620 0
[pid=7956] ppid=7951 vsize=114172 CPUtime=11.74 cores=4-7
/proc/7956/stat : 7956 (plingeling) S 7951 7951 7925 0 -1 4202496 21273 1248 0 0 1171 3 0 0 21 0 5 0 506941578 116912128 16968 33554432000 4194304 4356188 140733348870080 18446744073709551615 228107253733 0 0 4096 17442 18446744073709551615 0 0 17 7 0 0 0
/proc/7956/statm: 28543 16968 163 40 0 27087 0
[pid=7956/tid=7963] ppid=7951 vsize=114172 CPUtime=2.88 cores=4-7
/proc/7956/task/7963/stat : 7963 (plingeling) R 7951 7951 7925 0 -1 4202560 3337 1248 0 0 288 0 0 0 23 0 5 0 506941599 116912128 16968 33554432000 4194304 4356188 140733348870080 18446744073709551615 4331035 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=7956/tid=7964] ppid=7951 vsize=114172 CPUtime=2.88 cores=4-7
/proc/7956/task/7964/stat : 7964 (plingeling) R 7951 7951 7925 0 -1 4202560 3016 1248 0 0 288 0 0 0 25 0 5 0 506941599 116912128 16968 33554432000 4194304 4356188 140733348870080 18446744073709551615 4331350 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=7956/tid=7965] ppid=7951 vsize=114172 CPUtime=2.87 cores=4-7
/proc/7956/task/7965/stat : 7965 (plingeling) R 7951 7951 7925 0 -1 4202560 2419 1248 0 0 287 0 0 0 25 0 5 0 506941599 116912128 16968 33554432000 4194304 4356188 140733348870080 18446744073709551615 4210992 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=7956/tid=7966] ppid=7951 vsize=114172 CPUtime=2.88 cores=4-7
/proc/7956/task/7966/stat : 7966 (plingeling) R 7951 7951 7925 0 -1 4202560 3719 1248 0 0 288 0 0 0 25 0 5 0 506941599 116912128 16968 33554432000 4194304 4356188 140733348870080 18446744073709551615 4331035 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 24.07
Current children cumulated vsize (KiB) 1691196

[startup+6.3013 s]
/proc/loadavg: 2.50 3.49 3.74 9/180 7966
/proc/meminfo: memFree=29097700/32951124 swapFree=67111348/67111528
[pid=7951] ppid=7949 vsize=18324 CPUtime=0 cores=0-7
/proc/7951/stat : 7951 (ppfolio) S 7949 7951 7925 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 506941578 18763776 390 33554432000 4194304 4287625 140735559284880 18446744073709551615 228095471119 0 0 4096 65536 4326393816517967871 0 0 17 6 0 0 0
/proc/7951/statm: 4581 390 341 23 0 91 0
[pid=7952] ppid=7951 vsize=1005016 CPUtime=6.29 cores=0
/proc/7952/stat : 7952 (cryptominisat) R 7951 7951 7925 0 -1 4202496 19313 0 0 0 627 2 0 0 25 0 1 0 506941578 1029136384 13318 33554432000 4194304 4587354 140733280901216 18446744073709551615 4422503 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/7952/statm: 251254 13318 337 96 0 247816 0
[pid=7953] ppid=7951 vsize=39272 CPUtime=6.29 cores=1
/proc/7953/stat : 7953 (clasp) R 7951 7951 7925 0 -1 4202496 9038 0 0 0 627 2 0 0 25 0 1 0 506941578 40214528 7158 33554432000 4194304 4785740 140736222783328 18446744073709551615 4553402 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/7953/statm: 9818 7158 341 145 0 6863 0
[pid=7954] ppid=7951 vsize=472460 CPUtime=6.29 cores=2
/proc/7954/stat : 7954 (TNM) R 7951 7951 7925 0 -1 4202496 7211 0 0 0 627 2 0 0 25 0 1 0 506941578 483799040 7108 33554432000 134512640 134534564 4293475792 18446744073709551615 134528730 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/7954/statm: 118115 7108 95 6 0 116781 0
[pid=7955] ppid=7951 vsize=49164 CPUtime=6.29 cores=3
/proc/7955/stat : 7955 (march_hi) R 7951 7951 7925 0 -1 4202496 23520 0 0 0 626 3 0 0 25 0 1 0 506941578 50343936 5630 33554432000 4194304 4331988 140733823505312 18446744073709551615 4210448 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/7955/statm: 12291 5630 175 34 0 10733 0
[pid=7956] ppid=7951 vsize=187584 CPUtime=24.53 cores=4-7
/proc/7956/stat : 7956 (plingeling) S 7951 7951 7925 0 -1 4202496 23279 1248 0 0 2450 3 0 0 21 0 5 0 506941578 192086016 18974 33554432000 4194304 4356188 140733348870080 18446744073709551615 228107253733 0 0 4096 17442 18446744073709551615 0 0 17 7 0 0 0
/proc/7956/statm: 46896 18974 163 40 0 45440 0
[pid=7956/tid=7963] ppid=7951 vsize=187584 CPUtime=6.08 cores=4-7
/proc/7956/task/7963/stat : 7963 (plingeling) R 7951 7951 7925 0 -1 4202560 4261 1248 0 0 608 0 0 0 25 0 5 0 506941599 192086016 18974 33554432000 4194304 4356188 140733348870080 18446744073709551615 4270866 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=7956/tid=7964] ppid=7951 vsize=187584 CPUtime=6.08 cores=4-7
/proc/7956/task/7964/stat : 7964 (plingeling) R 7951 7951 7925 0 -1 4202560 4098 1248 0 0 608 0 0 0 25 0 5 0 506941599 192086016 18974 33554432000 4194304 4356188 140733348870080 18446744073709551615 4234212 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=7956/tid=7965] ppid=7951 vsize=187584 CPUtime=6.05 cores=4-7
/proc/7956/task/7965/stat : 7965 (plingeling) R 7951 7951 7925 0 -1 4202560 2419 1248 0 0 605 0 0 0 25 0 5 0 506941599 192086016 18974 33554432000 4194304 4356188 140733348870080 18446744073709551615 4211120 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=7956/tid=7966] ppid=7951 vsize=187584 CPUtime=6.08 cores=4-7
/proc/7956/task/7966/stat : 7966 (plingeling) R 7951 7951 7925 0 -1 4202560 3719 1248 0 0 608 0 0 0 25 0 5 0 506941599 192086016 18974 33554432000 4194304 4356188 140733348870080 18446744073709551615 4330986 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 49.69
Current children cumulated vsize (KiB) 1771820

[startup+12.7011 s]
/proc/loadavg: 3.34 3.63 3.78 9/180 7966
/proc/meminfo: memFree=29047588/32951124 swapFree=67111348/67111528
[pid=7951] ppid=7949 vsize=18324 CPUtime=0 cores=0-7
/proc/7951/stat : 7951 (ppfolio) S 7949 7951 7925 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 506941578 18763776 390 33554432000 4194304 4287625 140735559284880 18446744073709551615 228095471119 0 0 4096 65536 4326393816517967871 0 0 17 6 0 0 0
/proc/7951/statm: 4581 390 341 23 0 91 0
[pid=7952] ppid=7951 vsize=1034892 CPUtime=12.69 cores=0
/proc/7952/stat : 7952 (cryptominisat) R 7951 7951 7925 0 -1 4202496 26362 0 0 0 1265 4 0 0 25 0 1 0 506941578 1059729408 20366 33554432000 4194304 4587354 140733280901216 18446744073709551615 4365356 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/7952/statm: 258723 20366 337 96 0 255285 0
[pid=7953] ppid=7951 vsize=58108 CPUtime=12.69 cores=1
/proc/7953/stat : 7953 (clasp) R 7951 7951 7925 0 -1 4202496 13742 0 0 0 1265 4 0 0 25 0 1 0 506941578 59502592 11862 33554432000 4194304 4785740 140736222783328 18446744073709551615 4286941 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/7953/statm: 14527 11862 341 145 0 11572 0
[pid=7954] ppid=7951 vsize=472460 CPUtime=12.69 cores=2
/proc/7954/stat : 7954 (TNM) R 7951 7951 7925 0 -1 4202496 7211 0 0 0 1267 2 0 0 25 0 1 0 506941578 483799040 7108 33554432000 134512640 134534564 4293475792 18446744073709551615 134530551 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/7954/statm: 118115 7108 95 6 0 116781 0
[pid=7955] ppid=7951 vsize=49648 CPUtime=12.69 cores=3
/proc/7955/stat : 7955 (march_hi) R 7951 7951 7925 0 -1 4202496 23651 0 0 0 1266 3 0 0 25 0 1 0 506941578 50839552 5761 33554432000 4194304 4331988 140733823505312 18446744073709551615 4228226 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/7955/statm: 12412 5761 176 34 0 10854 0
[pid=7956] ppid=7951 vsize=195476 CPUtime=50.08 cores=4-7
/proc/7956/stat : 7956 (plingeling) S 7951 7951 7925 0 -1 4202496 25252 1248 0 0 5005 3 0 0 21 0 5 0 506941578 200167424 20943 33554432000 4194304 4356188 140733348870080 18446744073709551615 228107253733 0 0 4096 17442 18446744073709551615 0 0 17 7 0 0 0
/proc/7956/statm: 48869 20943 163 40 0 47413 0
[pid=7956/tid=7963] ppid=7951 vsize=195476 CPUtime=12.48 cores=4-7
/proc/7956/task/7963/stat : 7963 (plingeling) R 7951 7951 7925 0 -1 4202560 4261 1248 0 0 1248 0 0 0 25 0 5 0 506941599 200167424 20943 33554432000 4194304 4356188 140733348870080 18446744073709551615 4330976 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=7956/tid=7964] ppid=7951 vsize=195476 CPUtime=12.48 cores=4-7
/proc/7956/task/7964/stat : 7964 (plingeling) R 7951 7951 7925 0 -1 4202560 5123 1248 0 0 1248 0 0 0 25 0 5 0 506941599 200167424 20943 33554432000 4194304 4356188 140733348870080 18446744073709551615 4244456 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=7956/tid=7965] ppid=7951 vsize=195476 CPUtime=12.42 cores=4-7
/proc/7956/task/7965/stat : 7965 (plingeling) R 7951 7951 7925 0 -1 4202560 2419 1248 0 0 1242 0 0 0 25 0 5 0 506941599 200167424 20943 33554432000 4194304 4356188 140733348870080 18446744073709551615 4238118 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=7956/tid=7966] ppid=7951 vsize=195476 CPUtime=12.48 cores=4-7
/proc/7956/task/7966/stat : 7966 (plingeling) R 7951 7951 7925 0 -1 4202560 4667 1248 0 0 1248 0 0 0 25 0 5 0 506941599 200167424 20943 33554432000 4194304 4356188 140733348870080 18446744073709551615 4297520 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 100.84
Current children cumulated vsize (KiB) 1828908

[startup+25.5008 s]
/proc/loadavg: 4.06 3.78 3.83 9/180 7966
/proc/meminfo: memFree=28989536/32951124 swapFree=67111348/67111528
[pid=7951] ppid=7949 vsize=18324 CPUtime=0 cores=0-7
/proc/7951/stat : 7951 (ppfolio) S 7949 7951 7925 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 506941578 18763776 390 33554432000 4194304 4287625 140735559284880 18446744073709551615 228095471119 0 0 4096 65536 4326393816517967871 0 0 17 6 0 0 0
/proc/7951/statm: 4581 390 341 23 0 91 0
[pid=7952] ppid=7951 vsize=1028348 CPUtime=25.49 cores=0
/proc/7952/stat : 7952 (cryptominisat) R 7951 7951 7925 0 -1 4202496 30569 0 0 0 2545 4 0 0 25 0 1 0 506941578 1053028352 21683 33554432000 4194304 4587354 140733280901216 18446744073709551615 4238690 0 0 4096 2 0 0 0 17 0 0 0 0

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

[pid=7954] ppid=7951 vsize=472460 CPUtime=4781.65 cores=2
/proc/7954/stat : 7954 (TNM) R 7951 7951 7925 0 -1 4202496 7211 0 0 0 478160 5 0 0 25 0 1 0 506941578 483799040 7108 33554432000 134512640 134534564 4293475792 18446744073709551615 134528302 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/7954/statm: 118115 7108 95 6 0 116781 0
[pid=7955] ppid=7951 vsize=325828 CPUtime=4782.44 cores=3
/proc/7955/stat : 7955 (march_hi) R 7951 7951 7925 0 -1 4202496 83499 0 0 0 478198 46 0 0 25 0 1 0 506941578 333647872 64154 33554432000 4194304 4331988 140733823505312 18446744073709551615 4228235 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/7955/statm: 81457 64154 175 34 0 79899 0
[pid=7956] ppid=7951 vsize=545816 CPUtime=19102.5 cores=4-7
/proc/7956/stat : 7956 (plingeling) S 7951 7951 7925 0 -1 4202496 2894533 1248 0 0 1909829 417 0 0 21 0 5 0 506941578 558915584 108560 33554432000 4194304 4356188 140733348870080 18446744073709551615 228107253733 0 0 4096 17442 18446744073709551615 0 0 17 7 0 0 0
/proc/7956/statm: 136454 108560 163 40 0 134998 0
[pid=7956/tid=7963] ppid=7951 vsize=545816 CPUtime=4782.22 cores=4-7
/proc/7956/task/7963/stat : 7963 (plingeling) R 7951 7951 7925 0 -1 4202560 813343 1248 0 0 478107 115 0 0 25 0 5 0 506941599 558915584 108560 33554432000 4194304 4356188 140733348870080 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=7956/tid=7964] ppid=7951 vsize=545816 CPUtime=4782.22 cores=4-7
/proc/7956/task/7964/stat : 7964 (plingeling) R 7951 7951 7925 0 -1 4202560 739468 1248 0 0 478116 106 0 0 25 0 5 0 506941599 558915584 108560 33554432000 4194304 4356188 140733348870080 18446744073709551615 4331296 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=7956/tid=7965] ppid=7951 vsize=545816 CPUtime=4756.16 cores=4-7
/proc/7956/task/7965/stat : 7965 (plingeling) R 7951 7951 7925 0 -1 4202560 637815 1248 0 0 475528 88 0 0 25 0 5 0 506941599 558915584 108560 33554432000 4194304 4356188 140733348870080 18446744073709551615 4331323 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=7956/tid=7966] ppid=7951 vsize=545816 CPUtime=4781.63 cores=4-7
/proc/7956/task/7966/stat : 7966 (plingeling) R 7951 7951 7925 0 -1 4202560 695125 1248 0 0 478058 105 0 0 25 0 5 0 506941599 558915584 108560 33554432000 4194304 4356188 140733348870080 18446744073709551615 4281475 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 38231.4
Current children cumulated vsize (KiB) 3077000

[startup+4842.3 s]
/proc/loadavg: 8.09 8.04 7.97 9/180 8107
/proc/meminfo: memFree=27808732/32951124 swapFree=67111348/67111528
[pid=7951] ppid=7949 vsize=18324 CPUtime=0 cores=0-7
/proc/7951/stat : 7951 (ppfolio) S 7949 7951 7925 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 506941578 18763776 390 33554432000 4194304 4287625 140735559284880 18446744073709551615 228095471119 0 0 4096 65536 4326393816517967871 0 0 17 6 0 0 0
/proc/7951/statm: 4581 390 341 23 0 91 0
[pid=7952] ppid=7951 vsize=1293108 CPUtime=4842.44 cores=0
/proc/7952/stat : 7952 (cryptominisat) R 7951 7951 7925 0 -1 4202496 1595156 0 0 0 483532 712 0 0 25 0 1 0 506941578 1324142592 92704 33554432000 4194304 4587354 140733280901216 18446744073709551615 4243610 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/7952/statm: 323277 92704 337 96 0 319839 0
[pid=7953] ppid=7951 vsize=396588 CPUtime=4842.43 cores=1
/proc/7953/stat : 7953 (clasp) R 7951 7951 7925 0 -1 4202496 94450 0 0 0 484205 38 0 0 25 0 1 0 506941578 406106112 92570 33554432000 4194304 4785740 140736222783328 18446744073709551615 4287017 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/7953/statm: 99147 92570 341 145 0 96192 0
[pid=7954] ppid=7951 vsize=472460 CPUtime=4841.65 cores=2
/proc/7954/stat : 7954 (TNM) R 7951 7951 7925 0 -1 4202496 7211 0 0 0 484160 5 0 0 25 0 1 0 506941578 483799040 7108 33554432000 134512640 134534564 4293475792 18446744073709551615 134530551 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/7954/statm: 118115 7108 95 6 0 116781 0
[pid=7955] ppid=7951 vsize=392128 CPUtime=4842.44 cores=3
/proc/7955/stat : 7955 (march_hi) R 7951 7951 7925 0 -1 4202496 84079 0 0 0 484198 46 0 0 25 0 1 0 506941578 401539072 64734 33554432000 4194304 4331988 140733823505312 18446744073709551615 4226471 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/7955/statm: 98032 64734 175 34 0 96474 0
[pid=7956] ppid=7951 vsize=569368 CPUtime=19342.1 cores=4-7
/proc/7956/stat : 7956 (plingeling) S 7951 7951 7925 0 -1 4202496 2931653 1248 0 0 1933791 422 0 0 21 0 5 0 506941578 583032832 114448 33554432000 4194304 4356188 140733348870080 18446744073709551615 228107253733 0 0 4096 17442 18446744073709551615 0 0 17 7 0 0 0
/proc/7956/statm: 142342 114448 163 40 0 140886 0
[pid=7956/tid=7963] ppid=7951 vsize=569368 CPUtime=4842.22 cores=4-7
/proc/7956/task/7963/stat : 7963 (plingeling) R 7951 7951 7925 0 -1 4202560 824863 1248 0 0 484105 117 0 0 25 0 5 0 506941599 583032832 114448 33554432000 4194304 4356188 140733348870080 18446744073709551615 4332125 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=7956/tid=7964] ppid=7951 vsize=569368 CPUtime=4842.23 cores=4-7
/proc/7956/task/7964/stat : 7964 (plingeling) R 7951 7951 7925 0 -1 4202560 751756 1248 0 0 484115 108 0 0 25 0 5 0 506941599 583032832 114448 33554432000 4194304 4356188 140733348870080 18446744073709551615 4331074 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=7956/tid=7965] ppid=7951 vsize=569368 CPUtime=4815.83 cores=4-7
/proc/7956/task/7965/stat : 7965 (plingeling) R 7951 7951 7925 0 -1 4202560 646007 1248 0 0 481494 89 0 0 25 0 5 0 506941599 583032832 114448 33554432000 4194304 4356188 140733348870080 18446744073709551615 4330999 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=7956/tid=7966] ppid=7951 vsize=569368 CPUtime=4841.63 cores=4-7
/proc/7956/task/7966/stat : 7966 (plingeling) R 7951 7951 7925 0 -1 4202560 700245 1248 0 0 484057 106 0 0 25 0 5 0 506941599 583032832 114448 33554432000 4194304 4356188 140733348870080 18446744073709551615 4331305 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 38711.1
Current children cumulated vsize (KiB) 3141976

[startup+4902.3 s]
/proc/loadavg: 8.09 8.05 7.97 9/180 8108
/proc/meminfo: memFree=27817512/32951124 swapFree=67111348/67111528
[pid=7951] ppid=7949 vsize=18324 CPUtime=0 cores=0-7
/proc/7951/stat : 7951 (ppfolio) S 7949 7951 7925 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 506941578 18763776 390 33554432000 4194304 4287625 140735559284880 18446744073709551615 228095471119 0 0 4096 65536 4326393816517967871 0 0 17 6 0 0 0
/proc/7951/statm: 4581 390 341 23 0 91 0
[pid=7952] ppid=7951 vsize=1309500 CPUtime=4902.44 cores=0
/proc/7952/stat : 7952 (cryptominisat) R 7951 7951 7925 0 -1 4202496 1613851 0 0 0 489524 720 0 0 25 0 1 0 506941578 1340928000 98148 33554432000 4194304 4587354 140733280901216 18446744073709551615 4238431 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/7952/statm: 327375 98148 337 96 0 323937 0
[pid=7953] ppid=7951 vsize=397756 CPUtime=4902.44 cores=1
/proc/7953/stat : 7953 (clasp) R 7951 7951 7925 0 -1 4202496 94673 0 0 0 490206 38 0 0 25 0 1 0 506941578 407302144 92793 33554432000 4194304 4785740 140736222783328 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/7953/statm: 99439 92793 341 145 0 96484 0
[pid=7954] ppid=7951 vsize=472460 CPUtime=4901.65 cores=2
/proc/7954/stat : 7954 (TNM) R 7951 7951 7925 0 -1 4202496 7211 0 0 0 490160 5 0 0 25 0 1 0 506941578 483799040 7108 33554432000 134512640 134534564 4293475792 18446744073709551615 134530367 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/7954/statm: 118115 7108 95 6 0 116781 0
[pid=7955] ppid=7951 vsize=392128 CPUtime=4902.45 cores=3
/proc/7955/stat : 7955 (march_hi) R 7951 7951 7925 0 -1 4202496 84655 0 0 0 490198 47 0 0 25 0 1 0 506941578 401539072 65310 33554432000 4194304 4331988 140733823505312 18446744073709551615 4228247 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/7955/statm: 98032 65310 175 34 0 96474 0
[pid=7956] ppid=7951 vsize=544792 CPUtime=19581.8 cores=4-7
/proc/7956/stat : 7956 (plingeling) S 7951 7951 7925 0 -1 4202496 2973125 1248 0 0 1957753 428 0 0 21 0 5 0 506941578 557867008 108304 33554432000 4194304 4356188 140733348870080 18446744073709551615 228107253733 0 0 4096 17442 18446744073709551615 0 0 17 7 0 0 0
/proc/7956/statm: 136198 108304 163 40 0 134742 0
[pid=7956/tid=7963] ppid=7951 vsize=544792 CPUtime=4902.22 cores=4-7
/proc/7956/task/7963/stat : 7963 (plingeling) R 7951 7951 7925 0 -1 4202560 836639 1248 0 0 490104 118 0 0 25 0 5 0 506941599 557867008 108304 33554432000 4194304 4356188 140733348870080 18446744073709551615 4330969 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=7956/tid=7964] ppid=7951 vsize=544792 CPUtime=4902.22 cores=4-7
/proc/7956/task/7964/stat : 7964 (plingeling) R 7951 7951 7925 0 -1 4202560 763020 1248 0 0 490113 109 0 0 25 0 5 0 506941599 557867008 108304 33554432000 4194304 4356188 140733348870080 18446744073709551615 4211007 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=7956/tid=7965] ppid=7951 vsize=544792 CPUtime=4875.51 cores=4-7
/proc/7956/task/7965/stat : 7965 (plingeling) R 7951 7951 7925 0 -1 4202560 660343 1248 0 0 487460 91 0 0 25 0 5 0 506941599 557867008 108304 33554432000 4194304 4356188 140733348870080 18446744073709551615 4330986 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=7956/tid=7966] ppid=7951 vsize=544792 CPUtime=4901.63 cores=4-7
/proc/7956/task/7966/stat : 7966 (plingeling) R 7951 7951 7925 0 -1 4202560 704341 1248 0 0 490056 107 0 0 25 0 5 0 506941599 557867008 108304 33554432000 4194304 4356188 140733348870080 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 39190.8
Current children cumulated vsize (KiB) 3134960

[startup+4962.3 s]
/proc/loadavg: 8.09 8.05 7.98 9/180 8110
/proc/meminfo: memFree=27764548/32951124 swapFree=67111348/67111528
[pid=7951] ppid=7949 vsize=18324 CPUtime=0 cores=0-7
/proc/7951/stat : 7951 (ppfolio) S 7949 7951 7925 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 506941578 18763776 390 33554432000 4194304 4287625 140735559284880 18446744073709551615 228095471119 0 0 4096 65536 4326393816517967871 0 0 17 6 0 0 0
/proc/7951/statm: 4581 390 341 23 0 91 0
[pid=7952] ppid=7951 vsize=1298500 CPUtime=4962.45 cores=0
/proc/7952/stat : 7952 (cryptominisat) R 7951 7951 7925 0 -1 4202496 1631577 0 0 0 495515 730 0 0 25 0 1 0 506941578 1329664000 102932 33554432000 4194304 4587354 140733280901216 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/7952/statm: 324625 102932 337 96 0 321187 0
[pid=7953] ppid=7951 vsize=400024 CPUtime=4962.43 cores=1
/proc/7953/stat : 7953 (clasp) R 7951 7951 7925 0 -1 4202496 95298 0 0 0 496205 38 0 0 25 0 1 0 506941578 409624576 93418 33554432000 4194304 4785740 140736222783328 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/7953/statm: 100006 93418 341 145 0 97051 0
[pid=7954] ppid=7951 vsize=472460 CPUtime=4961.65 cores=2
/proc/7954/stat : 7954 (TNM) R 7951 7951 7925 0 -1 4202496 7211 0 0 0 496160 5 0 0 25 0 1 0 506941578 483799040 7108 33554432000 134512640 134534564 4293475792 18446744073709551615 134528991 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/7954/statm: 118115 7108 95 6 0 116781 0
[pid=7955] ppid=7951 vsize=392128 CPUtime=4962.44 cores=3
/proc/7955/stat : 7955 (march_hi) R 7951 7951 7925 0 -1 4202496 85236 0 0 0 496197 47 0 0 25 0 1 0 506941578 401539072 65891 33554432000 4194304 4331988 140733823505312 18446744073709551615 4228224 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/7955/statm: 98032 65891 175 34 0 96474 0
[pid=7956] ppid=7951 vsize=567320 CPUtime=19821.5 cores=4-7
/proc/7956/stat : 7956 (plingeling) S 7951 7951 7925 0 -1 4202496 3016133 1248 0 0 1981714 433 0 0 21 0 5 0 506941578 580935680 113936 33554432000 4194304 4356188 140733348870080 18446744073709551615 228107253733 0 0 4096 17442 18446744073709551615 0 0 17 7 0 0 0
/proc/7956/statm: 141830 113936 163 40 0 140374 0
[pid=7956/tid=7963] ppid=7951 vsize=567320 CPUtime=4962.22 cores=4-7
/proc/7956/task/7963/stat : 7963 (plingeling) R 7951 7951 7925 0 -1 4202560 850975 1248 0 0 496102 120 0 0 25 0 5 0 506941599 580935680 113936 33554432000 4194304 4356188 140733348870080 18446744073709551615 4281548 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=7956/tid=7964] ppid=7951 vsize=567320 CPUtime=4962.23 cores=4-7
/proc/7956/task/7964/stat : 7964 (plingeling) R 7951 7951 7925 0 -1 4202560 770188 1248 0 0 496113 110 0 0 25 0 5 0 506941599 580935680 113936 33554432000 4194304 4356188 140733348870080 18446744073709551615 4331141 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=7956/tid=7965] ppid=7951 vsize=567320 CPUtime=4935.17 cores=4-7
/proc/7956/task/7965/stat : 7965 (plingeling) R 7951 7951 7925 0 -1 4202560 670583 1248 0 0 493425 92 0 0 25 0 5 0 506941599 580935680 113936 33554432000 4194304 4356188 140733348870080 18446744073709551615 4331984 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=7956/tid=7966] ppid=7951 vsize=567320 CPUtime=4961.61 cores=4-7
/proc/7956/task/7966/stat : 7966 (plingeling) R 7951 7951 7925 0 -1 4202560 715605 1248 0 0 496053 108 0 0 25 0 5 0 506941599 580935680 113936 33554432000 4194304 4356188 140733348870080 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 39670.4
Current children cumulated vsize (KiB) 3148756



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5003.6 s]
/proc/loadavg: 8.12 8.06 7.98 10/180 8111
/proc/meminfo: memFree=27747912/32951124 swapFree=67111348/67111528
[pid=7951] ppid=7949 vsize=18324 CPUtime=0 cores=0-7
/proc/7951/stat : 7951 (ppfolio) S 7949 7951 7925 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 506941578 18763776 390 33554432000 4194304 4287625 140735559284880 18446744073709551615 228095471119 0 0 4096 65536 4326393816517967871 0 0 17 6 0 0 0
/proc/7951/statm: 4581 390 341 23 0 91 0
[pid=7952] ppid=7951 vsize=1305316 CPUtime=5003.75 cores=0
/proc/7952/stat : 7952 (cryptominisat) R 7951 7951 7925 0 -1 4202496 1643285 0 0 0 499639 736 0 0 25 0 1 0 506941578 1336643584 101771 33554432000 4194304 4587354 140733280901216 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/7952/statm: 326329 101771 337 96 0 322891 0
[pid=7953] ppid=7951 vsize=403892 CPUtime=5003.75 cores=1
/proc/7953/stat : 7953 (clasp) R 7951 7951 7925 0 -1 4202496 96169 0 0 0 500336 39 0 0 25 0 1 0 506941578 413585408 94289 33554432000 4194304 4785740 140736222783328 18446744073709551615 4549596 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/7953/statm: 100973 94289 341 145 0 98018 0
[pid=7954] ppid=7951 vsize=472460 CPUtime=5002.96 cores=2
/proc/7954/stat : 7954 (TNM) R 7951 7951 7925 0 -1 4202496 7211 0 0 0 500291 5 0 0 25 0 1 0 506941578 483799040 7108 33554432000 134512640 134534564 4293475792 18446744073709551615 134528957 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/7954/statm: 118115 7108 95 6 0 116781 0
[pid=7955] ppid=7951 vsize=392128 CPUtime=5003.75 cores=3
/proc/7955/stat : 7955 (march_hi) R 7951 7951 7925 0 -1 4202496 85609 0 0 0 500328 47 0 0 25 0 1 0 506941578 401539072 66264 33554432000 4194304 4331988 140733823505312 18446744073709551615 4228243 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/7955/statm: 98032 66264 175 34 0 96474 0
[pid=7956] ppid=7951 vsize=581656 CPUtime=19986.5 cores=4-7
/proc/7956/stat : 7956 (plingeling) S 7951 7951 7925 0 -1 4202496 3037637 1248 0 0 1998211 436 0 0 21 0 5 0 506941578 595615744 117520 33554432000 4194304 4356188 140733348870080 18446744073709551615 228107253733 0 0 4096 17442 18446744073709551615 0 0 17 7 0 0 0
/proc/7956/statm: 145414 117520 163 40 0 143958 0
[pid=7956/tid=7963] ppid=7951 vsize=581656 CPUtime=5003.53 cores=4-7
/proc/7956/task/7963/stat : 7963 (plingeling) R 7951 7951 7925 0 -1 4202560 854047 1248 0 0 500233 120 0 0 25 0 5 0 506941599 595615744 117520 33554432000 4194304 4356188 140733348870080 18446744073709551615 4279461 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=7956/tid=7964] ppid=7951 vsize=581656 CPUtime=5003.53 cores=4-7
/proc/7956/task/7964/stat : 7964 (plingeling) R 7951 7951 7925 0 -1 4202560 780428 1248 0 0 500242 111 0 0 25 0 5 0 506941599 595615744 117520 33554432000 4194304 4356188 140733348870080 18446744073709551615 4281755 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=7956/tid=7965] ppid=7951 vsize=581656 CPUtime=4976.25 cores=4-7
/proc/7956/task/7965/stat : 7965 (plingeling) R 7951 7951 7925 0 -1 4202560 676727 1248 0 0 497532 93 0 0 25 0 5 0 506941599 595615744 117520 33554432000 4194304 4356188 140733348870080 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=7956/tid=7966] ppid=7951 vsize=581656 CPUtime=5002.91 cores=4-7
/proc/7956/task/7966/stat : 7966 (plingeling) R 7951 7951 7925 0 -1 4202560 717653 1248 0 0 500183 108 0 0 25 0 5 0 506941599 595615744 117520 33554432000 4194304 4356188 140733348870080 18446744073709551615 4284224 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 40000.7
Current children cumulated vsize (KiB) 3173776

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 7951 and gives
#  childrusage.ru_utime.tv_sec=5002
#  childrusage.ru_utime.tv_usec=918440
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=66989
# CPU time returned by wait4() is 5002.99
# while last known CPU time is 40000.7
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 5003.62
CPU time (s): 40000.7
CPU user time (s): 39988
CPU system time (s): 12.63
CPU usage (%): 799.435
Max. virtual memory (cumulated for all children) (KiB): 4049636

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 5002.92
system time used= 0.066989
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 7736
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= 525
involuntary context switches= 12478

runsolver used 7.95579 second user time and 19.3441 second system time

The end

Launcher Data

Begin job on node142 at 2011-04-30 08:34:21
IDJOB=3275091
IDBENCH=71423
IDSOLVER=1638
FILE ID=node142/3275091-1304145261
RUNJOBID= node142-1304145261-7939
PBS_JOBID= 13170874
Free space on /tmp= 73320 MiB

SOLVER NAME= ppfolio par
BENCH NAME= SAT09/CRAFTED/rbsat/random/forced/rbsat-v2640c305320gyes3.cnf
COMMAND LINE= ppfolio BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3275091-1304145261/watcher-3275091-1304145261 -o /tmp/evaluation-result-3275091-1304145261/solver-3275091-1304145261 -C 40000 -W 5100 -M 31000  ppfolio HOME/instance-3275091-1304145261.cnf

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

MD5SUM BENCH= d6877629cc818d7e31dc245fb95f0588
RANDOM SEED=977538041

node142.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      29294456 kB
Buffers:       1095380 kB
Cached:        1999740 kB
SwapCached:        176 kB
Active:         478684 kB
Inactive:      2680308 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      29294456 kB
SwapTotal:    67111528 kB
SwapFree:     67111348 kB
Dirty:           14168 kB
Writeback:           0 kB
AnonPages:       63984 kB
Mapped:          13464 kB
Slab:           432052 kB
PageTables:       4248 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   184548 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= 73308 MiB
End job on node142 at 2011-04-30 09:57:47