Trace number 3275026

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

General information on the benchmark

NameCRAFTED/rbsat/random/unforced/
rbsat-v2100c215164g4.cnf
MD5SUM399c54da7337981a88a374a67e87ba30
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 variables2100
Number of clauses215164
Sum of the clauses size432288
Maximum clause length30
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2215094
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 570

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-3275026-1304144720/watcher-3275026-1304144720 -o /tmp/evaluation-result-3275026-1304144720/solver-3275026-1304144720 -C 40000 -W 5100 -M 31000 ppfolio HOME/instance-3275026-1304144720.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: 7.55 4.93 4.27 2/170 16946
/proc/meminfo: memFree=29488184/32951124 swapFree=67111348/67111528
[pid=16946] ppid=16944 vsize=18324 CPUtime=0 cores=0-7
/proc/16946/stat : 16946 (ppfolio) R 16944 16946 16831 0 -1 4202496 522 0 0 0 0 0 0 0 25 0 1 0 506887331 18763776 390 33554432000 4194304 4287625 140733407315728 18446744073709551615 254261636623 0 0 4096 65536 0 0 0 17 6 0 0 0
/proc/16946/statm: 4581 390 341 23 0 91 0

[startup+0.0155021 s]
/proc/loadavg: 7.55 4.93 4.27 2/170 16946
/proc/meminfo: memFree=29488184/32951124 swapFree=67111348/67111528
[pid=16946] ppid=16944 vsize=18324 CPUtime=0 cores=0-7
/proc/16946/stat : 16946 (ppfolio) S 16944 16946 16831 0 -1 4202496 522 0 0 0 0 0 0 0 25 0 1 0 506887331 18763776 390 33554432000 4194304 4287625 140733407315728 18446744073709551615 254261636623 0 0 4096 65536 1149086962099945471 0 0 17 6 0 0 0
/proc/16946/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.100494 s]
/proc/loadavg: 7.55 4.93 4.27 2/170 16946
/proc/meminfo: memFree=29488184/32951124 swapFree=67111348/67111528
[pid=16946] ppid=16944 vsize=18324 CPUtime=0 cores=0-7
/proc/16946/stat : 16946 (ppfolio) S 16944 16946 16831 0 -1 4202496 522 0 0 0 0 0 0 0 25 0 1 0 506887331 18763776 390 33554432000 4194304 4287625 140733407315728 18446744073709551615 254261636623 0 0 4096 65536 1149086962099945471 0 0 17 6 0 0 0
/proc/16946/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.300418 s]
/proc/loadavg: 7.55 4.93 4.27 2/170 16946
/proc/meminfo: memFree=29488184/32951124 swapFree=67111348/67111528
[pid=16946] ppid=16944 vsize=18324 CPUtime=0 cores=0-7
/proc/16946/stat : 16946 (ppfolio) S 16944 16946 16831 0 -1 4202496 522 0 0 0 0 0 0 0 24 0 1 0 506887331 18763776 390 33554432000 4194304 4287625 140733407315728 18446744073709551615 254261636623 0 0 4096 65536 1149086962099945471 0 0 17 6 0 0 0
/proc/16946/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.700343 s]
/proc/loadavg: 7.55 4.93 4.27 2/170 16946
/proc/meminfo: memFree=29488184/32951124 swapFree=67111348/67111528
[pid=16946] ppid=16944 vsize=18324 CPUtime=0 cores=0-7
/proc/16946/stat : 16946 (ppfolio) S 16944 16946 16831 0 -1 4202496 522 0 0 0 0 0 0 0 20 0 1 0 506887331 18763776 390 33554432000 4194304 4287625 140733407315728 18446744073709551615 254261636623 0 0 4096 65536 1149086962099945471 0 0 17 6 0 0 0
/proc/16946/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.5012 s]
/proc/loadavg: 7.55 4.93 4.27 9/180 16961
/proc/meminfo: memFree=29363112/32951124 swapFree=67111348/67111528
[pid=16946] ppid=16944 vsize=18324 CPUtime=0 cores=0-7
/proc/16946/stat : 16946 (ppfolio) S 16944 16946 16831 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 506887331 18763776 390 33554432000 4194304 4287625 140733407315728 18446744073709551615 254261636623 0 0 4096 65536 1149086962099945471 0 0 17 6 0 0 0
/proc/16946/statm: 4581 390 341 23 0 91 0
[pid=16947] ppid=16946 vsize=58752 CPUtime=1.49 cores=0
/proc/16947/stat : 16947 (cryptominisat) R 16946 16946 16831 0 -1 4202496 14258 0 0 0 147 2 0 0 25 0 1 0 506887331 60162048 9626 33554432000 4194304 4587354 140735939228784 18446744073709551615 254261313176 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/16947/statm: 14688 9626 326 96 0 11250 0
[pid=16948] ppid=16946 vsize=26780 CPUtime=1.48 cores=1
/proc/16948/stat : 16948 (clasp) R 16946 16946 16831 0 -1 4202496 5657 0 0 0 148 0 0 0 20 0 1 0 506887331 27422720 3958 33554432000 4194304 4785740 140736220874048 18446744073709551615 4553399 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/16948/statm: 6695 3958 340 145 0 3740 0
[pid=16949] ppid=16946 vsize=467476 CPUtime=1.48 cores=2
/proc/16949/stat : 16949 (TNM) R 16946 16946 16831 0 -1 4202496 5161 0 0 0 148 0 0 0 20 0 1 0 506887331 478695424 5057 33554432000 134512640 134534564 4287746816 18446744073709551615 134530320 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/16949/statm: 116869 5057 95 6 0 115535 0
[pid=16950] ppid=16946 vsize=36704 CPUtime=1.49 cores=3
/proc/16950/stat : 16950 (march_hi) R 16946 16946 16831 0 -1 4202496 16411 0 0 0 147 2 0 0 20 0 1 0 506887331 37584896 4031 33554432000 4194304 4331988 140736385519136 18446744073709551615 4226263 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/16950/statm: 9176 4031 175 34 0 7618 0
[pid=16951] ppid=16946 vsize=158640 CPUtime=5.54 cores=4-7
/proc/16951/stat : 16951 (plingeling) S 16946 16946 16831 0 -1 4202496 16089 1250 0 0 552 2 0 0 20 0 5 0 506887331 162447360 11733 33554432000 4194304 4356188 140734857061248 18446744073709551615 254273419237 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/16951/statm: 39660 11733 162 40 0 38204 0
[pid=16951/tid=16958] ppid=16946 vsize=158640 CPUtime=1.34 cores=4-7
/proc/16951/task/16958/stat : 16958 (plingeling) R 16946 16946 16831 0 -1 4202560 2798 1250 0 0 134 0 0 0 25 0 5 0 506887345 162447360 11733 33554432000 4194304 4356188 140734857061248 18446744073709551615 4211529 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=16951/tid=16959] ppid=16946 vsize=158640 CPUtime=1.34 cores=4-7
/proc/16951/task/16959/stat : 16959 (plingeling) R 16946 16946 16831 0 -1 4202560 3285 1250 0 0 134 0 0 0 25 0 5 0 506887345 162447360 11733 33554432000 4194304 4356188 140734857061248 18446744073709551615 4270728 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=16951/tid=16960] ppid=16946 vsize=158640 CPUtime=1.34 cores=4-7
/proc/16951/task/16960/stat : 16960 (plingeling) R 16946 16946 16831 0 -1 4202560 3139 1250 0 0 134 0 0 0 25 0 5 0 506887345 162447360 11733 33554432000 4194304 4356188 140734857061248 18446744073709551615 4270848 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=16951/tid=16961] ppid=16946 vsize=158640 CPUtime=1.34 cores=4-7
/proc/16951/task/16961/stat : 16961 (plingeling) R 16946 16946 16831 0 -1 4202560 2171 1250 0 0 134 0 0 0 25 0 5 0 506887345 162447360 11733 33554432000 4194304 4356188 140734857061248 18446744073709551615 4279432 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 11.48
Current children cumulated vsize (KiB) 766676

[startup+3.10092 s]
/proc/loadavg: 7.59 4.98 4.29 9/180 16961
/proc/meminfo: memFree=29352448/32951124 swapFree=67111348/67111528
[pid=16946] ppid=16944 vsize=18324 CPUtime=0 cores=0-7
/proc/16946/stat : 16946 (ppfolio) S 16944 16946 16831 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 506887331 18763776 390 33554432000 4194304 4287625 140733407315728 18446744073709551615 254261636623 0 0 4096 65536 1149086962099945471 0 0 17 6 0 0 0
/proc/16946/statm: 4581 390 341 23 0 91 0
[pid=16947] ppid=16946 vsize=204892 CPUtime=3.08 cores=0
/proc/16947/stat : 16947 (cryptominisat) R 16946 16946 16831 0 -1 4202496 15902 0 0 0 306 2 0 0 25 0 1 0 506887331 209809408 9812 33554432000 4194304 4587354 140735939228784 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/16947/statm: 51223 9812 337 96 0 47785 0
[pid=16948] ppid=16946 vsize=27444 CPUtime=3.09 cores=1
/proc/16948/stat : 16948 (clasp) R 16946 16946 16831 0 -1 4202496 5908 0 0 0 308 1 0 0 25 0 1 0 506887331 28102656 4209 33554432000 4194304 4785740 140736220874048 18446744073709551615 4550894 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/16948/statm: 6861 4209 340 145 0 3906 0
[pid=16949] ppid=16946 vsize=467476 CPUtime=3.08 cores=2
/proc/16949/stat : 16949 (TNM) R 16946 16946 16831 0 -1 4202496 5161 0 0 0 308 0 0 0 25 0 1 0 506887331 478695424 5057 33554432000 134512640 134534564 4287746816 18446744073709551615 134530571 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/16949/statm: 116869 5057 95 6 0 115535 0
[pid=16950] ppid=16946 vsize=36996 CPUtime=3.09 cores=3
/proc/16950/stat : 16950 (march_hi) R 16946 16946 16831 0 -1 4202496 16472 0 0 0 307 2 0 0 25 0 1 0 506887331 37883904 4092 33554432000 4194304 4331988 140736385519136 18446744073709551615 4228247 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/16950/statm: 9249 4092 175 34 0 7691 0
[pid=16951] ppid=16946 vsize=170928 CPUtime=11.92 cores=4-7
/proc/16951/stat : 16951 (plingeling) S 16946 16946 16831 0 -1 4202496 19161 1250 0 0 1190 2 0 0 20 0 5 0 506887331 175030272 14805 33554432000 4194304 4356188 140734857061248 18446744073709551615 254273419237 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/16951/statm: 42732 14805 162 40 0 41276 0
[pid=16951/tid=16958] ppid=16946 vsize=170928 CPUtime=2.94 cores=4-7
/proc/16951/task/16958/stat : 16958 (plingeling) R 16946 16946 16831 0 -1 4202560 3437 1250 0 0 294 0 0 0 25 0 5 0 506887345 175030272 14805 33554432000 4194304 4356188 140734857061248 18446744073709551615 4331319 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=16951/tid=16959] ppid=16946 vsize=170928 CPUtime=2.94 cores=4-7
/proc/16951/task/16959/stat : 16959 (plingeling) R 16946 16946 16831 0 -1 4202560 4053 1250 0 0 294 0 0 0 25 0 5 0 506887345 175030272 14805 33554432000 4194304 4356188 140734857061248 18446744073709551615 4281706 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=16951/tid=16960] ppid=16946 vsize=170928 CPUtime=2.94 cores=4-7
/proc/16951/task/16960/stat : 16960 (plingeling) R 16946 16946 16831 0 -1 4202560 3523 1250 0 0 294 0 0 0 25 0 5 0 506887345 175030272 14805 33554432000 4194304 4356188 140734857061248 18446744073709551615 4331296 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=16951/tid=16961] ppid=16946 vsize=170928 CPUtime=2.93 cores=4-7
/proc/16951/task/16961/stat : 16961 (plingeling) R 16946 16946 16831 0 -1 4202560 3452 1250 0 0 293 0 0 0 25 0 5 0 506887345 175030272 14805 33554432000 4194304 4356188 140734857061248 18446744073709551615 4331296 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 24.26
Current children cumulated vsize (KiB) 926060

[startup+6.30135 s]
/proc/loadavg: 7.59 4.98 4.29 9/180 16961
/proc/meminfo: memFree=29315744/32951124 swapFree=67111348/67111528
[pid=16946] ppid=16944 vsize=18324 CPUtime=0 cores=0-7
/proc/16946/stat : 16946 (ppfolio) S 16944 16946 16831 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 506887331 18763776 390 33554432000 4194304 4287625 140733407315728 18446744073709551615 254261636623 0 0 4096 65536 1149086962099945471 0 0 17 6 0 0 0
/proc/16946/statm: 4581 390 341 23 0 91 0
[pid=16947] ppid=16946 vsize=214472 CPUtime=6.29 cores=0
/proc/16947/stat : 16947 (cryptominisat) R 16946 16946 16831 0 -1 4202496 18005 0 0 0 626 3 0 0 25 0 1 0 506887331 219619328 11913 33554432000 4194304 4587354 140735939228784 18446744073709551615 4364672 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/16947/statm: 53618 11913 337 96 0 50180 0
[pid=16948] ppid=16946 vsize=37980 CPUtime=6.29 cores=1
/proc/16948/stat : 16948 (clasp) R 16946 16946 16831 0 -1 4202496 8538 0 0 0 627 2 0 0 25 0 1 0 506887331 38891520 6839 33554432000 4194304 4785740 140736220874048 18446744073709551615 4287241 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/16948/statm: 9495 6839 340 145 0 6540 0
[pid=16949] ppid=16946 vsize=467476 CPUtime=6.28 cores=2
/proc/16949/stat : 16949 (TNM) R 16946 16946 16831 0 -1 4202496 5161 0 0 0 628 0 0 0 25 0 1 0 506887331 478695424 5057 33554432000 134512640 134534564 4287746816 18446744073709551615 134530360 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/16949/statm: 116869 5057 95 6 0 115535 0
[pid=16950] ppid=16946 vsize=37420 CPUtime=6.29 cores=3
/proc/16950/stat : 16950 (march_hi) R 16946 16946 16831 0 -1 4202496 16576 0 0 0 627 2 0 0 25 0 1 0 506887331 38318080 4196 33554432000 4194304 4331988 140736385519136 18446744073709551615 4226483 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/16950/statm: 9355 4196 175 34 0 7797 0
[pid=16951] ppid=16946 vsize=183216 CPUtime=24.72 cores=4-7
/proc/16951/stat : 16951 (plingeling) S 16946 16946 16831 0 -1 4202496 21900 1250 0 0 2469 3 0 0 20 0 5 0 506887331 187613184 17544 33554432000 4194304 4356188 140734857061248 18446744073709551615 254273419237 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/16951/statm: 45804 17544 162 40 0 44348 0
[pid=16951/tid=16958] ppid=16946 vsize=183216 CPUtime=6.15 cores=4-7
/proc/16951/task/16958/stat : 16958 (plingeling) R 16946 16946 16831 0 -1 4202560 4126 1250 0 0 615 0 0 0 25 0 5 0 506887345 187613184 17544 33554432000 4194304 4356188 140734857061248 18446744073709551615 4330969 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=16951/tid=16959] ppid=16946 vsize=183216 CPUtime=6.14 cores=4-7
/proc/16951/task/16959/stat : 16959 (plingeling) R 16946 16946 16831 0 -1 4202560 4438 1250 0 0 614 0 0 0 25 0 5 0 506887345 187613184 17544 33554432000 4194304 4356188 140734857061248 18446744073709551615 4331074 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=16951/tid=16960] ppid=16946 vsize=183216 CPUtime=6.14 cores=4-7
/proc/16951/task/16960/stat : 16960 (plingeling) R 16946 16946 16831 0 -1 4202560 3523 1250 0 0 614 0 0 0 25 0 5 0 506887345 187613184 17544 33554432000 4194304 4356188 140734857061248 18446744073709551615 4281755 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=16951/tid=16961] ppid=16946 vsize=183216 CPUtime=6.11 cores=4-7
/proc/16951/task/16961/stat : 16961 (plingeling) R 16946 16946 16831 0 -1 4202560 5117 1250 0 0 611 0 0 0 25 0 5 0 506887345 187613184 17544 33554432000 4194304 4356188 140734857061248 18446744073709551615 4331350 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 49.87
Current children cumulated vsize (KiB) 958888

[startup+12.7012 s]
/proc/loadavg: 7.65 5.08 4.33 9/180 16961
/proc/meminfo: memFree=29280044/32951124 swapFree=67111348/67111528
[pid=16946] ppid=16944 vsize=18324 CPUtime=0 cores=0-7
/proc/16946/stat : 16946 (ppfolio) S 16944 16946 16831 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 506887331 18763776 390 33554432000 4194304 4287625 140733407315728 18446744073709551615 254261636623 0 0 4096 65536 1149086962099945471 0 0 17 6 0 0 0
/proc/16946/statm: 4581 390 341 23 0 91 0
[pid=16947] ppid=16946 vsize=224416 CPUtime=12.68 cores=0
/proc/16947/stat : 16947 (cryptominisat) R 16946 16946 16831 0 -1 4202496 23171 0 0 0 1265 3 0 0 25 0 1 0 506887331 229801984 14885 33554432000 4194304 4587354 140735939228784 18446744073709551615 4365241 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/16947/statm: 56104 14885 337 96 0 52666 0
[pid=16948] ppid=16946 vsize=53256 CPUtime=12.69 cores=1
/proc/16948/stat : 16948 (clasp) R 16946 16946 16831 0 -1 4202496 12303 0 0 0 1265 4 0 0 25 0 1 0 506887331 54534144 10604 33554432000 4194304 4785740 140736220874048 18446744073709551615 4553437 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/16948/statm: 13314 10604 340 145 0 10359 0
[pid=16949] ppid=16946 vsize=467476 CPUtime=12.68 cores=2
/proc/16949/stat : 16949 (TNM) R 16946 16946 16831 0 -1 4202496 5161 0 0 0 1268 0 0 0 25 0 1 0 506887331 478695424 5057 33554432000 134512640 134534564 4287746816 18446744073709551615 134529632 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/16949/statm: 116869 5057 95 6 0 115535 0
[pid=16950] ppid=16946 vsize=38528 CPUtime=12.69 cores=3
/proc/16950/stat : 16950 (march_hi) R 16946 16946 16831 0 -1 4202496 16822 0 0 0 1267 2 0 0 25 0 1 0 506887331 39452672 4442 33554432000 4194304 4331988 140736385519136 18446744073709551615 4226231 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/16950/statm: 9632 4442 176 34 0 8074 0
[pid=16951] ppid=16946 vsize=192432 CPUtime=50.28 cores=4-7
/proc/16951/stat : 16951 (plingeling) S 16946 16946 16831 0 -1 4202496 24282 1250 0 0 5025 3 0 0 20 0 5 0 506887331 197050368 19926 33554432000 4194304 4356188 140734857061248 18446744073709551615 254273419237 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/16951/statm: 48108 19926 162 40 0 46652 0
[pid=16951/tid=16958] ppid=16946 vsize=192432 CPUtime=12.55 cores=4-7
/proc/16951/task/16958/stat : 16958 (plingeling) R 16946 16946 16831 0 -1 4202560 4637 1250 0 0 1255 0 0 0 25 0 5 0 506887345 197050368 19926 33554432000 4194304 4356188 140734857061248 18446744073709551615 4212559 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=16951/tid=16959] ppid=16946 vsize=192432 CPUtime=12.54 cores=4-7
/proc/16951/task/16959/stat : 16959 (plingeling) R 16946 16946 16831 0 -1 4202560 5207 1250 0 0 1254 0 0 0 25 0 5 0 506887345 197050368 19926 33554432000 4194304 4356188 140734857061248 18446744073709551615 4274287 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=16951/tid=16960] ppid=16946 vsize=192432 CPUtime=12.54 cores=4-7
/proc/16951/task/16960/stat : 16960 (plingeling) R 16946 16946 16831 0 -1 4202560 3651 1250 0 0 1254 0 0 0 25 0 5 0 506887345 197050368 19926 33554432000 4194304 4356188 140734857061248 18446744073709551615 4331319 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=16951/tid=16961] ppid=16946 vsize=192432 CPUtime=12.47 cores=4-7
/proc/16951/task/16961/stat : 16961 (plingeling) R 16946 16946 16831 0 -1 4202560 6091 1250 0 0 1247 0 0 0 25 0 5 0 506887345 197050368 19926 33554432000 4194304 4356188 140734857061248 18446744073709551615 4330986 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 101.02
Current children cumulated vsize (KiB) 994432

[startup+25.5009 s]
/proc/loadavg: 7.70 5.18 4.37 9/180 16961
/proc/meminfo: memFree=29234084/32951124 swapFree=67111348/67111528
[pid=16946] ppid=16944 vsize=18324 CPUtime=0 cores=0-7
/proc/16946/stat : 16946 (ppfolio) S 16944 16946 16831 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 506887331 18763776 390 33554432000 4194304 4287625 140733407315728 18446744073709551615 254261636623 0 0 4096 65536 1149086962099945471 0 0 17 6 0 0 0
/proc/16946/statm: 4581 390 341 23 0 91 0
[pid=16947] ppid=16946 vsize=238216 CPUtime=25.49 cores=0
/proc/16947/stat : 16947 (cryptominisat) R 16946 16946 16831 0 -1 4202496 30742 0 0 0 2544 5 0 0 25 0 1 0 506887331 243933184 20269 33554432000 4194304 4587354 140735939228784 18446744073709551615 4239225 0 0 4096 2 0 0 0 17 0 0 0 0

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

[pid=16949] ppid=16946 vsize=467476 CPUtime=4781.95 cores=2
/proc/16949/stat : 16949 (TNM) R 16946 16946 16831 0 -1 4202496 5161 0 0 0 478194 1 0 0 25 0 1 0 506887331 478695424 5057 33554432000 134512640 134534564 4287746816 18446744073709551615 134529858 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/16949/statm: 116869 5057 95 6 0 115535 0
[pid=16950] ppid=16946 vsize=480004 CPUtime=4782.41 cores=3
/proc/16950/stat : 16950 (march_hi) R 16946 16946 16831 0 -1 4202496 113680 0 0 0 478166 75 0 0 25 0 1 0 506887331 491524096 101299 33554432000 4194304 4331988 140736385519136 18446744073709551615 4228247 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/16950/statm: 120001 101299 175 34 0 118443 0
[pid=16951] ppid=16946 vsize=591360 CPUtime=19102.2 cores=4-7
/proc/16951/stat : 16951 (plingeling) S 16946 16946 16831 0 -1 4202496 2599533 1250 0 0 1909851 367 0 0 20 0 5 0 506887331 605552640 119945 33554432000 4194304 4356188 140734857061248 18446744073709551615 254273419237 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/16951/statm: 147840 119945 162 40 0 146384 0
[pid=16951/tid=16958] ppid=16946 vsize=591360 CPUtime=4782.27 cores=4-7
/proc/16951/task/16958/stat : 16958 (plingeling) R 16946 16946 16831 0 -1 4202560 771619 1250 0 0 478119 108 0 0 25 0 5 0 506887345 605552640 119945 33554432000 4194304 4356188 140734857061248 18446744073709551615 4330969 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=16951/tid=16959] ppid=16946 vsize=591360 CPUtime=4782.14 cores=4-7
/proc/16951/task/16959/stat : 16959 (plingeling) R 16946 16946 16831 0 -1 4202560 608709 1250 0 0 478128 86 0 0 25 0 5 0 506887345 605552640 119945 33554432000 4194304 4356188 140734857061248 18446744073709551615 4331984 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=16951/tid=16960] ppid=16946 vsize=591360 CPUtime=4782.24 cores=4-7
/proc/16951/task/16960/stat : 16960 (plingeling) R 16946 16946 16831 0 -1 4202560 569051 1250 0 0 478142 82 0 0 25 0 5 0 506887345 605552640 119945 33554432000 4194304 4356188 140734857061248 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=16951/tid=16961] ppid=16946 vsize=591360 CPUtime=4755.37 cores=4-7
/proc/16951/task/16961/stat : 16961 (plingeling) R 16946 16946 16831 0 -1 4202560 645458 1250 0 0 475448 89 0 0 25 0 5 0 506887345 605552640 119945 33554432000 4194304 4356188 140734857061248 18446744073709551615 4331079 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 38231.3
Current children cumulated vsize (KiB) 2234880

[startup+4842.3 s]
/proc/loadavg: 8.00 8.03 8.00 9/180 17102
/proc/meminfo: memFree=28066836/32951124 swapFree=67111348/67111528
[pid=16946] ppid=16944 vsize=18324 CPUtime=0 cores=0-7
/proc/16946/stat : 16946 (ppfolio) S 16944 16946 16831 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 506887331 18763776 390 33554432000 4194304 4287625 140733407315728 18446744073709551615 254261636623 0 0 4096 65536 1149086962099945471 0 0 17 6 0 0 0
/proc/16946/statm: 4581 390 341 23 0 91 0
[pid=16947] ppid=16946 vsize=379672 CPUtime=4842.4 cores=0
/proc/16947/stat : 16947 (cryptominisat) R 16946 16946 16831 0 -1 4202496 1079194 0 0 0 483738 502 0 0 25 0 1 0 506887331 388784128 53974 33554432000 4194304 4587354 140735939228784 18446744073709551615 4237679 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/16947/statm: 94918 53974 337 96 0 91480 0
[pid=16948] ppid=16946 vsize=305164 CPUtime=4842.4 cores=1
/proc/16948/stat : 16948 (clasp) R 16946 16946 16831 0 -1 4202496 71320 0 0 0 484213 27 0 0 25 0 1 0 506887331 312487936 69621 33554432000 4194304 4785740 140736220874048 18446744073709551615 4287244 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/16948/statm: 76291 69621 340 145 0 73336 0
[pid=16949] ppid=16946 vsize=467476 CPUtime=4841.95 cores=2
/proc/16949/stat : 16949 (TNM) R 16946 16946 16831 0 -1 4202496 5161 0 0 0 484194 1 0 0 25 0 1 0 506887331 478695424 5057 33554432000 134512640 134534564 4287746816 18446744073709551615 134528534 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/16949/statm: 116869 5057 95 6 0 115535 0
[pid=16950] ppid=16946 vsize=480004 CPUtime=4842.41 cores=3
/proc/16950/stat : 16950 (march_hi) R 16946 16946 16831 0 -1 4202496 114822 0 0 0 484165 76 0 0 25 0 1 0 506887331 491524096 102441 33554432000 4194304 4331988 140736385519136 18446744073709551615 4228247 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/16950/statm: 120001 102441 175 34 0 118443 0
[pid=16951] ppid=16946 vsize=611840 CPUtime=19341.9 cores=4-7
/proc/16951/stat : 16951 (plingeling) S 16946 16946 16831 0 -1 4202496 2644589 1250 0 0 1933813 373 0 0 20 0 5 0 506887331 626524160 125065 33554432000 4194304 4356188 140734857061248 18446744073709551615 254273419237 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/16951/statm: 152960 125065 162 40 0 151504 0
[pid=16951/tid=16958] ppid=16946 vsize=611840 CPUtime=4842.27 cores=4-7
/proc/16951/task/16958/stat : 16958 (plingeling) R 16946 16946 16831 0 -1 4202560 786979 1250 0 0 484117 110 0 0 25 0 5 0 506887345 626524160 125065 33554432000 4194304 4356188 140734857061248 18446744073709551615 4234087 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=16951/tid=16959] ppid=16946 vsize=611840 CPUtime=4842.15 cores=4-7
/proc/16951/task/16959/stat : 16959 (plingeling) R 16946 16946 16831 0 -1 4202560 616901 1250 0 0 484127 88 0 0 25 0 5 0 506887345 626524160 125065 33554432000 4194304 4356188 140734857061248 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=16951/tid=16960] ppid=16946 vsize=611840 CPUtime=4842.24 cores=4-7
/proc/16951/task/16960/stat : 16960 (plingeling) R 16946 16946 16831 0 -1 4202560 577243 1250 0 0 484141 83 0 0 25 0 5 0 506887345 626524160 125065 33554432000 4194304 4356188 140734857061248 18446744073709551615 4331002 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=16951/tid=16961] ppid=16946 vsize=611840 CPUtime=4815.03 cores=4-7
/proc/16951/task/16961/stat : 16961 (plingeling) R 16946 16946 16831 0 -1 4202560 658770 1250 0 0 481413 90 0 0 25 0 5 0 506887345 626524160 125065 33554432000 4194304 4356188 140734857061248 18446744073709551615 4281802 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 38711
Current children cumulated vsize (KiB) 2262480

[startup+4902.3 s]
/proc/loadavg: 8.00 8.02 8.00 9/180 17103
/proc/meminfo: memFree=28108252/32951124 swapFree=67111348/67111528
[pid=16946] ppid=16944 vsize=18324 CPUtime=0 cores=0-7
/proc/16946/stat : 16946 (ppfolio) S 16944 16946 16831 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 506887331 18763776 390 33554432000 4194304 4287625 140733407315728 18446744073709551615 254261636623 0 0 4096 65536 1149086962099945471 0 0 17 6 0 0 0
/proc/16946/statm: 4581 390 341 23 0 91 0
[pid=16947] ppid=16946 vsize=354660 CPUtime=4902.4 cores=0
/proc/16947/stat : 16947 (cryptominisat) R 16946 16946 16831 0 -1 4202496 1088686 0 0 0 489733 507 0 0 25 0 1 0 506887331 363171840 54659 33554432000 4194304 4587354 140735939228784 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/16947/statm: 88665 54659 337 96 0 85227 0
[pid=16948] ppid=16946 vsize=306064 CPUtime=4902.41 cores=1
/proc/16948/stat : 16948 (clasp) R 16946 16946 16831 0 -1 4202496 71525 0 0 0 490213 28 0 0 25 0 1 0 506887331 313409536 69826 33554432000 4194304 4785740 140736220874048 18446744073709551615 4553388 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/16948/statm: 76516 69826 340 145 0 73561 0
[pid=16949] ppid=16946 vsize=467476 CPUtime=4901.94 cores=2
/proc/16949/stat : 16949 (TNM) R 16946 16946 16831 0 -1 4202496 5161 0 0 0 490193 1 0 0 25 0 1 0 506887331 478695424 5057 33554432000 134512640 134534564 4287746816 18446744073709551615 134530568 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/16949/statm: 116869 5057 95 6 0 115535 0
[pid=16950] ppid=16946 vsize=480004 CPUtime=4902.41 cores=3
/proc/16950/stat : 16950 (march_hi) R 16946 16946 16831 0 -1 4202496 116121 0 0 0 490164 77 0 0 25 0 1 0 506887331 491524096 103740 33554432000 4194304 4331988 140736385519136 18446744073709551615 4292195 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/16950/statm: 120001 103740 175 34 0 118443 0
[pid=16951] ppid=16946 vsize=562688 CPUtime=19581.5 cores=4-7
/proc/16951/stat : 16951 (plingeling) S 16946 16946 16831 0 -1 4202496 2678381 1250 0 0 1957775 379 0 0 20 0 5 0 506887331 576192512 112777 33554432000 4194304 4356188 140734857061248 18446744073709551615 254273419237 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/16951/statm: 140672 112777 162 40 0 139216 0
[pid=16951/tid=16958] ppid=16946 vsize=562688 CPUtime=4902.27 cores=4-7
/proc/16951/task/16958/stat : 16958 (plingeling) R 16946 16946 16831 0 -1 4202560 796195 1250 0 0 490116 111 0 0 25 0 5 0 506887345 576192512 112777 33554432000 4194304 4356188 140734857061248 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=16951/tid=16959] ppid=16946 vsize=562688 CPUtime=4902.14 cores=4-7
/proc/16951/task/16959/stat : 16959 (plingeling) R 16946 16946 16831 0 -1 4202560 629189 1250 0 0 490124 90 0 0 25 0 5 0 506887345 576192512 112777 33554432000 4194304 4356188 140734857061248 18446744073709551615 4332046 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=16951/tid=16960] ppid=16946 vsize=562688 CPUtime=4902.25 cores=4-7
/proc/16951/task/16960/stat : 16960 (plingeling) R 16946 16946 16831 0 -1 4202560 585435 1250 0 0 490141 84 0 0 25 0 5 0 506887345 576192512 112777 33554432000 4194304 4356188 140734857061248 18446744073709551615 4332003 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=16951/tid=16961] ppid=16946 vsize=562688 CPUtime=4874.71 cores=4-7
/proc/16951/task/16961/stat : 16961 (plingeling) R 16946 16946 16831 0 -1 4202560 662866 1250 0 0 487380 91 0 0 25 0 5 0 506887345 576192512 112777 33554432000 4194304 4356188 140734857061248 18446744073709551615 4331015 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 39190.7
Current children cumulated vsize (KiB) 2189216

[startup+4962.3 s]
/proc/loadavg: 8.00 8.02 8.00 9/180 17105
/proc/meminfo: memFree=28080456/32951124 swapFree=67111348/67111528
[pid=16946] ppid=16944 vsize=18324 CPUtime=0 cores=0-7
/proc/16946/stat : 16946 (ppfolio) S 16944 16946 16831 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 506887331 18763776 390 33554432000 4194304 4287625 140733407315728 18446744073709551615 254261636623 0 0 4096 65536 1149086962099945471 0 0 17 6 0 0 0
/proc/16946/statm: 4581 390 341 23 0 91 0
[pid=16947] ppid=16946 vsize=359856 CPUtime=4962.4 cores=0
/proc/16947/stat : 16947 (cryptominisat) R 16946 16946 16831 0 -1 4202496 1100863 0 0 0 495728 512 0 0 25 0 1 0 506887331 368492544 57800 33554432000 4194304 4587354 140735939228784 18446744073709551615 254261313176 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/16947/statm: 89964 57800 337 96 0 86526 0
[pid=16948] ppid=16946 vsize=306064 CPUtime=4962.41 cores=1
/proc/16948/stat : 16948 (clasp) R 16946 16946 16831 0 -1 4202496 71527 0 0 0 496213 28 0 0 25 0 1 0 506887331 313409536 69828 33554432000 4194304 4785740 140736220874048 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/16948/statm: 76516 69828 340 145 0 73561 0
[pid=16949] ppid=16946 vsize=467476 CPUtime=4961.94 cores=2
/proc/16949/stat : 16949 (TNM) R 16946 16946 16831 0 -1 4202496 5161 0 0 0 496193 1 0 0 25 0 1 0 506887331 478695424 5057 33554432000 134512640 134534564 4287746816 18446744073709551615 134528273 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/16949/statm: 116869 5057 95 6 0 115535 0
[pid=16950] ppid=16946 vsize=480004 CPUtime=4962.41 cores=3
/proc/16950/stat : 16950 (march_hi) R 16946 16946 16831 0 -1 4202496 117827 0 0 0 496162 79 0 0 25 0 1 0 506887331 491524096 105446 33554432000 4194304 4331988 140736385519136 18446744073709551615 4246743 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/16950/statm: 120001 105446 175 34 0 118443 0
[pid=16951] ppid=16946 vsize=570880 CPUtime=19821.2 cores=4-7
/proc/16951/stat : 16951 (plingeling) S 16946 16946 16831 0 -1 4202496 2720365 1250 0 0 1981736 386 0 0 20 0 5 0 506887331 584581120 114825 33554432000 4194304 4356188 140734857061248 18446744073709551615 254273419237 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/16951/statm: 142720 114825 162 40 0 141264 0
[pid=16951/tid=16958] ppid=16946 vsize=570880 CPUtime=4962.28 cores=4-7
/proc/16951/task/16958/stat : 16958 (plingeling) R 16946 16946 16831 0 -1 4202560 809507 1250 0 0 496114 114 0 0 25 0 5 0 506887345 584581120 114825 33554432000 4194304 4356188 140734857061248 18446744073709551615 4331350 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=16951/tid=16959] ppid=16946 vsize=570880 CPUtime=4962.14 cores=4-7
/proc/16951/task/16959/stat : 16959 (plingeling) R 16946 16946 16831 0 -1 4202560 636357 1250 0 0 496123 91 0 0 25 0 5 0 506887345 584581120 114825 33554432000 4194304 4356188 140734857061248 18446744073709551615 4234339 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=16951/tid=16960] ppid=16946 vsize=570880 CPUtime=4962.24 cores=4-7
/proc/16951/task/16960/stat : 16960 (plingeling) R 16946 16946 16831 0 -1 4202560 597723 1250 0 0 496139 85 0 0 25 0 5 0 506887345 584581120 114825 33554432000 4194304 4356188 140734857061248 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=16951/tid=16961] ppid=16946 vsize=570880 CPUtime=4934.39 cores=4-7
/proc/16951/task/16961/stat : 16961 (plingeling) R 16946 16946 16831 0 -1 4202560 672082 1250 0 0 493345 94 0 0 25 0 5 0 506887345 584581120 114825 33554432000 4194304 4356188 140734857061248 18446744073709551615 4330986 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 39670.4
Current children cumulated vsize (KiB) 2202604



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5003.6 s]
/proc/loadavg: 8.00 8.01 8.00 9/180 17106
/proc/meminfo: memFree=28046596/32951124 swapFree=67111348/67111528
[pid=16946] ppid=16944 vsize=18324 CPUtime=0 cores=0-7
/proc/16946/stat : 16946 (ppfolio) S 16944 16946 16831 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 506887331 18763776 390 33554432000 4194304 4287625 140733407315728 18446744073709551615 254261636623 0 0 4096 65536 1149086962099945471 0 0 17 6 0 0 0
/proc/16946/statm: 4581 390 341 23 0 91 0
[pid=16947] ppid=16946 vsize=364596 CPUtime=5003.71 cores=0
/proc/16947/stat : 16947 (cryptominisat) R 16946 16946 16831 0 -1 4202496 1108023 0 0 0 499856 515 0 0 25 0 1 0 506887331 373346304 56002 33554432000 4194304 4587354 140735939228784 18446744073709551615 4238611 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/16947/statm: 91149 56002 337 96 0 87711 0
[pid=16948] ppid=16946 vsize=306776 CPUtime=5003.72 cores=1
/proc/16948/stat : 16948 (clasp) R 16946 16946 16831 0 -1 4202496 71688 0 0 0 500344 28 0 0 25 0 1 0 506887331 314138624 69989 33554432000 4194304 4785740 140736220874048 18446744073709551615 4287017 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/16948/statm: 76694 69989 340 145 0 73739 0
[pid=16949] ppid=16946 vsize=467476 CPUtime=5003.24 cores=2
/proc/16949/stat : 16949 (TNM) R 16946 16946 16831 0 -1 4202496 5161 0 0 0 500323 1 0 0 25 0 1 0 506887331 478695424 5057 33554432000 134512640 134534564 4287746816 18446744073709551615 134530593 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/16949/statm: 116869 5057 95 6 0 115535 0
[pid=16950] ppid=16946 vsize=480004 CPUtime=5003.71 cores=3
/proc/16950/stat : 16950 (march_hi) R 16946 16946 16831 0 -1 4202496 118491 0 0 0 500292 79 0 0 25 0 1 0 506887331 491524096 106110 33554432000 4194304 4331988 140736385519136 18446744073709551615 4228235 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/16950/statm: 120001 106110 175 34 0 118443 0
[pid=16951] ppid=16946 vsize=607744 CPUtime=19986.2 cores=4-7
/proc/16951/stat : 16951 (plingeling) S 16946 16946 16831 0 -1 4202496 2761325 1250 0 0 1998230 391 0 0 20 0 5 0 506887331 622329856 124041 33554432000 4194304 4356188 140734857061248 18446744073709551615 254273419237 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/16951/statm: 151936 124041 162 40 0 150480 0
[pid=16951/tid=16958] ppid=16946 vsize=607744 CPUtime=5003.58 cores=4-7
/proc/16951/task/16958/stat : 16958 (plingeling) R 16946 16946 16831 0 -1 4202560 821795 1250 0 0 500243 115 0 0 25 0 5 0 506887345 622329856 124041 33554432000 4194304 4356188 140734857061248 18446744073709551615 4331015 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=16951/tid=16959] ppid=16946 vsize=607744 CPUtime=5003.45 cores=4-7
/proc/16951/task/16959/stat : 16959 (plingeling) R 16946 16946 16831 0 -1 4202560 648645 1250 0 0 500252 93 0 0 25 0 5 0 506887345 622329856 124041 33554432000 4194304 4356188 140734857061248 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=16951/tid=16960] ppid=16946 vsize=607744 CPUtime=5003.55 cores=4-7
/proc/16951/task/16960/stat : 16960 (plingeling) R 16946 16946 16831 0 -1 4202560 605915 1250 0 0 500269 86 0 0 25 0 5 0 506887345 622329856 124041 33554432000 4194304 4356188 140734857061248 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=16951/tid=16961] ppid=16946 vsize=607744 CPUtime=4975.47 cores=4-7
/proc/16951/task/16961/stat : 16961 (plingeling) R 16946 16946 16831 0 -1 4202560 680274 1250 0 0 497452 95 0 0 25 0 5 0 506887345 622329856 124041 33554432000 4194304 4356188 140734857061248 18446744073709551615 4279478 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 40000.6
Current children cumulated vsize (KiB) 2244920

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 16946 and gives
#  childrusage.ru_utime.tv_sec=5003
#  childrusage.ru_utime.tv_usec=240391
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=23996
# CPU time returned by wait4() is 5003.26
# while last known CPU time is 40000.6
#
# 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.6
CPU user time (s): 39990.5
CPU system time (s): 10.14
CPU usage (%): 799.433
Max. virtual memory (cumulated for all children) (KiB): 2411836

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 5003.24
system time used= 0.023996
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 5685
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= 555
involuntary context switches= 14628

runsolver used 8.22375 second user time and 19.0751 second system time

The end

Launcher Data

Begin job on node140 at 2011-04-30 08:25:20
IDJOB=3275026
IDBENCH=71308
IDSOLVER=1638
FILE ID=node140/3275026-1304144720
RUNJOBID= node140-1304144585-16845
PBS_JOBID= 13170861
Free space on /tmp= 73292 MiB

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

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

MD5SUM BENCH= 399c54da7337981a88a374a67e87ba30
RANDOM SEED=46406363

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.833
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.833
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:      29488464 kB
Buffers:       1053376 kB
Cached:        1847860 kB
SwapCached:        180 kB
Active:         342172 kB
Inactive:      2621188 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      29488464 kB
SwapTotal:    67111528 kB
SwapFree:     67111348 kB
Dirty:           14616 kB
Writeback:           0 kB
AnonPages:       62856 kB
Mapped:          14816 kB
Slab:           432804 kB
PageTables:       4724 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   185288 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= 73280 MiB
End job on node140 at 2011-04-30 09:48:46