Trace number 3276131

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.2 5003.42

General information on the benchmark

NameSAT05/crafted/sabharwal05/counting/fphp/unsat/
harder/fphp-020-019.shuffled-as.sat05-1232.cnf
MD5SUMabb32bff5eb954e790612a6209864b5d
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark2.08668
Satisfiable
(Un)Satisfiability was proved
Number of variables380
Number of clauses7050
Sum of the clauses size14440
Maximum clause length19
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 27030
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 520

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-3276131-1304173800/watcher-3276131-1304173800 -o /tmp/evaluation-result-3276131-1304173800/solver-3276131-1304173800 -C 40000 -W 5100 -M 31000 ppfolio HOME/instance-3276131-1304173800.cnf 

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

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


[startup+0 s]
/proc/loadavg: 8.08 8.03 8.00 2/170 5118
/proc/meminfo: memFree=30583728/32950928 swapFree=67111464/67111528
[pid=5118] ppid=5116 vsize=18324 CPUtime=0 cores=0-7
/proc/5118/stat : 5118 (ppfolio) S 5116 5118 5034 0 -1 4202496 521 0 0 0 0 0 0 0 25 0 1 0 528976649 18763776 390 33554432000 4194304 4287625 140734651203088 18446744073709551615 254500711951 0 0 4096 65536 2772318243296116735 0 0 17 4 0 0 0
/proc/5118/statm: 4581 390 341 23 0 91 0

[startup+0.072593 s]
/proc/loadavg: 8.08 8.03 8.00 2/170 5118
/proc/meminfo: memFree=30583728/32950928 swapFree=67111464/67111528
[pid=5118] ppid=5116 vsize=18324 CPUtime=0 cores=0-7
/proc/5118/stat : 5118 (ppfolio) S 5116 5118 5034 0 -1 4202496 521 0 0 0 0 0 0 0 25 0 1 0 528976649 18763776 390 33554432000 4194304 4287625 140734651203088 18446744073709551615 254500711951 0 0 4096 65536 2772318243296116735 0 0 17 7 0 0 0
/proc/5118/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.100586 s]
/proc/loadavg: 8.08 8.03 8.00 2/170 5118
/proc/meminfo: memFree=30583728/32950928 swapFree=67111464/67111528
[pid=5118] ppid=5116 vsize=18324 CPUtime=0 cores=0-7
/proc/5118/stat : 5118 (ppfolio) S 5116 5118 5034 0 -1 4202496 521 0 0 0 0 0 0 0 25 0 1 0 528976649 18763776 390 33554432000 4194304 4287625 140734651203088 18446744073709551615 254500711951 0 0 4096 65536 2772318243296116735 0 0 17 7 0 0 0
/proc/5118/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.300549 s]
/proc/loadavg: 8.08 8.03 8.00 2/170 5118
/proc/meminfo: memFree=30583728/32950928 swapFree=67111464/67111528
[pid=5118] ppid=5116 vsize=18324 CPUtime=0 cores=0-7
/proc/5118/stat : 5118 (ppfolio) R 5116 5118 5034 0 -1 4202496 521 0 0 0 0 0 0 0 24 0 1 0 528976649 18763776 390 33554432000 4194304 4287625 140734651203088 18446744073709551615 254500711951 0 0 4096 65536 0 0 0 17 7 0 0 0
/proc/5118/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.70047 s]
/proc/loadavg: 8.08 8.03 8.00 2/170 5118
/proc/meminfo: memFree=30583728/32950928 swapFree=67111464/67111528
[pid=5118] ppid=5116 vsize=18324 CPUtime=0 cores=0-7
/proc/5118/stat : 5118 (ppfolio) S 5116 5118 5034 0 -1 4202496 521 0 0 0 0 0 0 0 22 0 1 0 528976649 18763776 390 33554432000 4194304 4287625 140734651203088 18446744073709551615 254500711951 0 0 4096 65536 2772318243296116735 0 0 17 7 0 0 0
/proc/5118/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.50131 s]
/proc/loadavg: 8.08 8.03 8.00 9/180 5133
/proc/meminfo: memFree=30548060/32950928 swapFree=67111464/67111528
[pid=5118] ppid=5116 vsize=18324 CPUtime=0 cores=0-7
/proc/5118/stat : 5118 (ppfolio) S 5116 5118 5034 0 -1 4202496 521 0 0 0 0 0 0 0 18 0 1 0 528976649 18763776 390 33554432000 4194304 4287625 140734651203088 18446744073709551615 254500711951 0 0 4096 65536 2772318243296116735 0 0 17 0 0 0 0
/proc/5118/statm: 4581 390 341 23 0 91 0
[pid=5119] ppid=5118 vsize=1579272 CPUtime=1.49 cores=0
/proc/5119/stat : 5119 (cryptominisat) R 5118 5118 5034 0 -1 4202496 7269 0 0 0 148 1 0 0 20 0 1 0 528976650 1617174528 4832 33554432000 4194304 4587354 140737162866672 18446744073709551615 4365152 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/5119/statm: 394818 4832 337 96 0 391380 0
[pid=5120] ppid=5118 vsize=17064 CPUtime=1.49 cores=1
/proc/5120/stat : 5120 (clasp) R 5118 5118 5034 0 -1 4202496 1727 0 0 0 149 0 0 0 20 0 1 0 528976650 17473536 1616 33554432000 4194304 4785740 140736343768432 18446744073709551615 4287028 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/5120/statm: 4266 1616 340 145 0 1311 0
[pid=5121] ppid=5118 vsize=456088 CPUtime=1.49 cores=2
/proc/5121/stat : 5121 (TNM) R 5118 5118 5034 0 -1 4202496 430 0 0 0 149 0 0 0 25 0 1 0 528976650 467034112 327 33554432000 134512640 134534564 4289450864 18446744073709551615 134528988 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/5121/statm: 114022 327 95 6 0 112688 0
[pid=5122] ppid=5118 vsize=8312 CPUtime=1.49 cores=3
/proc/5122/stat : 5122 (march_hi) R 5118 5118 5034 0 -1 4202496 670 0 0 0 149 0 0 0 20 0 1 0 528976650 8511488 491 33554432000 4194304 4331988 140733601171824 18446744073709551615 4308710 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/5122/statm: 2078 491 175 34 0 520 0
[pid=5123] ppid=5118 vsize=205852 CPUtime=5.92 cores=4-7
/proc/5123/stat : 5123 (plingeling) S 5118 5118 5034 0 -1 4202496 13607 1248 0 0 590 2 0 0 19 0 5 0 528976650 210792448 7218 33554432000 4194304 4356188 140737278033712 18446744073709551615 254512494565 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/5123/statm: 51463 7218 163 40 0 50007 0
[pid=5123/tid=5130] ppid=5118 vsize=205852 CPUtime=1.48 cores=4-7
/proc/5123/task/5130/stat : 5130 (plingeling) R 5118 5118 5034 0 -1 4202560 3335 1248 0 0 148 0 0 0 20 0 5 0 528976651 210792448 7218 33554432000 4194304 4356188 140737278033712 18446744073709551615 4331039 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=5123/tid=5131] ppid=5118 vsize=205852 CPUtime=1.48 cores=4-7
/proc/5123/task/5131/stat : 5131 (plingeling) R 5118 5118 5034 0 -1 4202560 3304 1248 0 0 148 0 0 0 23 0 5 0 528976651 210792448 7218 33554432000 4194304 4356188 140737278033712 18446744073709551615 4331060 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=5123/tid=5132] ppid=5118 vsize=205852 CPUtime=1.47 cores=4-7
/proc/5123/task/5132/stat : 5132 (plingeling) R 5118 5118 5034 0 -1 4202560 3567 1248 0 0 147 0 0 0 23 0 5 0 528976651 210792448 7218 33554432000 4194304 4356188 140737278033712 18446744073709551615 4211015 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=5123/tid=5133] ppid=5118 vsize=205852 CPUtime=1.45 cores=4-7
/proc/5123/task/5133/stat : 5133 (plingeling) R 5118 5118 5034 0 -1 4202560 2772 1248 0 0 145 0 0 0 25 0 5 0 528976651 210792448 7218 33554432000 4194304 4356188 140737278033712 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 11.88
Current children cumulated vsize (KiB) 2284912

[startup+3.10099 s]
/proc/loadavg: 8.07 8.03 8.00 9/180 5133
/proc/meminfo: memFree=30526620/32950928 swapFree=67111464/67111528
[pid=5118] ppid=5116 vsize=18324 CPUtime=0 cores=0-7
/proc/5118/stat : 5118 (ppfolio) S 5116 5118 5034 0 -1 4202496 521 0 0 0 0 0 0 0 16 0 1 0 528976649 18763776 390 33554432000 4194304 4287625 140734651203088 18446744073709551615 254500711951 0 0 4096 65536 2772318243296116735 0 0 17 0 0 0 0
/proc/5118/statm: 4581 390 341 23 0 91 0
[pid=5119] ppid=5118 vsize=1576776 CPUtime=3.09 cores=0
/proc/5119/stat : 5119 (cryptominisat) R 5118 5118 5034 0 -1 4202496 8299 0 0 0 308 1 0 0 25 0 1 0 528976650 1614618624 4952 33554432000 4194304 4587354 140737162866672 18446744073709551615 4236496 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/5119/statm: 394194 4952 337 96 0 390756 0
[pid=5120] ppid=5118 vsize=18644 CPUtime=3.09 cores=1
/proc/5120/stat : 5120 (clasp) R 5118 5118 5034 0 -1 4202496 2093 0 0 0 309 0 0 0 25 0 1 0 528976650 19091456 1982 33554432000 4194304 4785740 140736343768432 18446744073709551615 4287019 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/5120/statm: 4661 1982 340 145 0 1706 0
[pid=5121] ppid=5118 vsize=456088 CPUtime=3.09 cores=2
/proc/5121/stat : 5121 (TNM) R 5118 5118 5034 0 -1 4202496 430 0 0 0 309 0 0 0 25 0 1 0 528976650 467034112 327 33554432000 134512640 134534564 4289450864 18446744073709551615 134528957 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/5121/statm: 114022 327 95 6 0 112688 0
[pid=5122] ppid=5118 vsize=8564 CPUtime=3.09 cores=3
/proc/5122/stat : 5122 (march_hi) R 5118 5118 5034 0 -1 4202496 725 0 0 0 309 0 0 0 25 0 1 0 528976650 8769536 546 33554432000 4194304 4331988 140733601171824 18446744073709551615 4237382 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/5122/statm: 2141 546 175 34 0 583 0
[pid=5123] ppid=5118 vsize=214092 CPUtime=12.31 cores=4-7
/proc/5123/stat : 5123 (plingeling) S 5118 5118 5034 0 -1 4202496 22488 1248 0 0 1228 3 0 0 19 0 5 0 528976650 219230208 9278 33554432000 4194304 4356188 140737278033712 18446744073709551615 254512494565 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/5123/statm: 53523 9278 163 40 0 52067 0
[pid=5123/tid=5130] ppid=5118 vsize=214092 CPUtime=3.07 cores=4-7
/proc/5123/task/5130/stat : 5130 (plingeling) R 5118 5118 5034 0 -1 4202560 5320 1248 0 0 307 0 0 0 25 0 5 0 528976651 219230208 9278 33554432000 4194304 4356188 140737278033712 18446744073709551615 4332260 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=5123/tid=5131] ppid=5118 vsize=214092 CPUtime=3.08 cores=4-7
/proc/5123/task/5131/stat : 5131 (plingeling) R 5118 5118 5034 0 -1 4202560 6072 1248 0 0 307 1 0 0 25 0 5 0 528976651 219230208 9278 33554432000 4194304 4356188 140737278033712 18446744073709551615 4210605 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=5123/tid=5132] ppid=5118 vsize=214092 CPUtime=3.07 cores=4-7
/proc/5123/task/5132/stat : 5132 (plingeling) R 5118 5118 5034 0 -1 4202560 5615 1248 0 0 307 0 0 0 25 0 5 0 528976651 219230208 9278 33554432000 4194304 4356188 140737278033712 18446744073709551615 4283899 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=5123/tid=5133] ppid=5118 vsize=214092 CPUtime=3.04 cores=4-7
/proc/5123/task/5133/stat : 5133 (plingeling) R 5118 5118 5034 0 -1 4202560 4852 1248 0 0 304 0 0 0 25 0 5 0 528976651 219230208 9278 33554432000 4194304 4356188 140737278033712 18446744073709551615 4330986 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 24.67
Current children cumulated vsize (KiB) 2292488

[startup+6.30135 s]
/proc/loadavg: 8.07 8.03 8.00 9/180 5133
/proc/meminfo: memFree=30504920/32950928 swapFree=67111464/67111528
[pid=5118] ppid=5116 vsize=18324 CPUtime=0 cores=0-7
/proc/5118/stat : 5118 (ppfolio) S 5116 5118 5034 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 528976649 18763776 390 33554432000 4194304 4287625 140734651203088 18446744073709551615 254500711951 0 0 4096 65536 2772318243296116735 0 0 17 0 0 0 0
/proc/5118/statm: 4581 390 341 23 0 91 0
[pid=5119] ppid=5118 vsize=1580312 CPUtime=6.29 cores=0
/proc/5119/stat : 5119 (cryptominisat) R 5118 5118 5034 0 -1 4202496 12354 0 0 0 628 1 0 0 25 0 1 0 528976650 1618239488 5777 33554432000 4194304 4587354 140737162866672 18446744073709551615 4364806 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/5119/statm: 395078 5777 337 96 0 391640 0
[pid=5120] ppid=5118 vsize=20772 CPUtime=6.29 cores=1
/proc/5120/stat : 5120 (clasp) R 5118 5118 5034 0 -1 4202496 2582 0 0 0 629 0 0 0 25 0 1 0 528976650 21270528 2471 33554432000 4194304 4785740 140736343768432 18446744073709551615 4287053 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/5120/statm: 5193 2471 340 145 0 2238 0
[pid=5121] ppid=5118 vsize=456088 CPUtime=6.29 cores=2
/proc/5121/stat : 5121 (TNM) R 5118 5118 5034 0 -1 4202496 430 0 0 0 629 0 0 0 25 0 1 0 528976650 467034112 327 33554432000 134512640 134534564 4289450864 18446744073709551615 134530664 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/5121/statm: 114022 327 95 6 0 112688 0
[pid=5122] ppid=5118 vsize=9132 CPUtime=6.29 cores=3
/proc/5122/stat : 5122 (march_hi) R 5118 5118 5034 0 -1 4202496 854 0 0 0 629 0 0 0 25 0 1 0 528976650 9351168 675 33554432000 4194304 4331988 140733601171824 18446744073709551615 254500087377 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/5122/statm: 2283 675 175 34 0 725 0
[pid=5123] ppid=5118 vsize=234580 CPUtime=25.09 cores=4-7
/proc/5123/stat : 5123 (plingeling) S 5118 5118 5034 0 -1 4202496 38170 1248 0 0 2503 6 0 0 19 0 5 0 528976650 240209920 14400 33554432000 4194304 4356188 140737278033712 18446744073709551615 254512494565 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/5123/statm: 58645 14400 163 40 0 57189 0
[pid=5123/tid=5130] ppid=5118 vsize=234580 CPUtime=6.28 cores=4-7
/proc/5123/task/5130/stat : 5130 (plingeling) R 5118 5118 5034 0 -1 4202560 8840 1248 0 0 627 1 0 0 25 0 5 0 528976651 240209920 14400 33554432000 4194304 4356188 140737278033712 18446744073709551615 4281624 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=5123/tid=5131] ppid=5118 vsize=234580 CPUtime=6.28 cores=4-7
/proc/5123/task/5131/stat : 5131 (plingeling) R 5118 5118 5034 0 -1 4202560 9977 1248 0 0 626 2 0 0 25 0 5 0 528976651 240209920 14400 33554432000 4194304 4356188 140737278033712 18446744073709551615 4283944 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=5123/tid=5132] ppid=5118 vsize=234580 CPUtime=6.27 cores=4-7
/proc/5123/task/5132/stat : 5132 (plingeling) R 5118 5118 5034 0 -1 4202560 10351 1248 0 0 627 0 0 0 25 0 5 0 528976651 240209920 14400 33554432000 4194304 4356188 140737278033712 18446744073709551615 4330976 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=5123/tid=5133] ppid=5118 vsize=234580 CPUtime=6.23 cores=4-7
/proc/5123/task/5133/stat : 5133 (plingeling) R 5118 5118 5034 0 -1 4202560 8373 1248 0 0 622 1 0 0 25 0 5 0 528976651 240209920 14400 33554432000 4194304 4356188 140737278033712 18446744073709551615 4234139 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 50.25
Current children cumulated vsize (KiB) 2319208

[startup+12.7011 s]
/proc/loadavg: 8.06 8.03 8.00 9/180 5133
/proc/meminfo: memFree=30467604/32950928 swapFree=67111464/67111528
[pid=5118] ppid=5116 vsize=18324 CPUtime=0 cores=0-7
/proc/5118/stat : 5118 (ppfolio) S 5116 5118 5034 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 528976649 18763776 390 33554432000 4194304 4287625 140734651203088 18446744073709551615 254500711951 0 0 4096 65536 2772318243296116735 0 0 17 0 0 0 0
/proc/5118/statm: 4581 390 341 23 0 91 0
[pid=5119] ppid=5118 vsize=1600096 CPUtime=12.69 cores=0
/proc/5119/stat : 5119 (cryptominisat) R 5118 5118 5034 0 -1 4202496 20070 0 0 0 1267 2 0 0 25 0 1 0 528976650 1638498304 10824 33554432000 4194304 4587354 140737162866672 18446744073709551615 4364793 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/5119/statm: 400024 10824 337 96 0 396586 0
[pid=5120] ppid=5118 vsize=22848 CPUtime=12.69 cores=1
/proc/5120/stat : 5120 (clasp) R 5118 5118 5034 0 -1 4202496 3100 0 0 0 1269 0 0 0 25 0 1 0 528976650 23396352 2989 33554432000 4194304 4785740 140736343768432 18446744073709551615 4538896 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/5120/statm: 5712 2989 340 145 0 2757 0
[pid=5121] ppid=5118 vsize=456088 CPUtime=12.69 cores=2
/proc/5121/stat : 5121 (TNM) R 5118 5118 5034 0 -1 4202496 430 0 0 0 1269 0 0 0 25 0 1 0 528976650 467034112 327 33554432000 134512640 134534564 4289450864 18446744073709551615 134528877 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/5121/statm: 114022 327 95 6 0 112688 0
[pid=5122] ppid=5118 vsize=10408 CPUtime=12.69 cores=3
/proc/5122/stat : 5122 (march_hi) R 5118 5118 5034 0 -1 4202496 1089 0 0 0 1269 0 0 0 25 0 1 0 528976650 10657792 910 33554432000 4194304 4331988 140733601171824 18446744073709551615 4210418 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/5122/statm: 2602 910 175 34 0 1044 0
[pid=5123] ppid=5118 vsize=243284 CPUtime=50.65 cores=4-7
/proc/5123/stat : 5123 (plingeling) S 5118 5118 5034 0 -1 4202496 64506 1248 0 0 5055 10 0 0 19 0 5 0 528976650 249122816 16544 33554432000 4194304 4356188 140737278033712 18446744073709551615 254512494565 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/5123/statm: 60821 16544 163 40 0 59365 0
[pid=5123/tid=5130] ppid=5118 vsize=243284 CPUtime=12.68 cores=4-7
/proc/5123/task/5130/stat : 5130 (plingeling) R 5118 5118 5034 0 -1 4202560 15496 1248 0 0 1266 2 0 0 25 0 5 0 528976651 249122816 16544 33554432000 4194304 4356188 140737278033712 18446744073709551615 4331144 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=5123/tid=5131] ppid=5118 vsize=243284 CPUtime=12.68 cores=4-7
/proc/5123/task/5131/stat : 5131 (plingeling) R 5118 5118 5034 0 -1 4202560 17785 1248 0 0 1265 3 0 0 25 0 5 0 528976651 249122816 16544 33554432000 4194304 4356188 140737278033712 18446744073709551615 4331050 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=5123/tid=5132] ppid=5118 vsize=243284 CPUtime=12.67 cores=4-7
/proc/5123/task/5132/stat : 5132 (plingeling) R 5118 5118 5034 0 -1 4202560 18415 1248 0 0 1265 2 0 0 25 0 5 0 528976651 249122816 16544 33554432000 4194304 4356188 140737278033712 18446744073709551615 4331621 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=5123/tid=5133] ppid=5118 vsize=243284 CPUtime=12.59 cores=4-7
/proc/5123/task/5133/stat : 5133 (plingeling) R 5118 5118 5034 0 -1 4202560 12181 1248 0 0 1258 1 0 0 25 0 5 0 528976651 249122816 16544 33554432000 4194304 4356188 140737278033712 18446744073709551615 4210554 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 101.41
Current children cumulated vsize (KiB) 2351048

[startup+25.5005 s]
/proc/loadavg: 8.05 8.03 8.00 9/180 5134
/proc/meminfo: memFree=30438864/32950928 swapFree=67111464/67111528
[pid=5118] ppid=5116 vsize=18324 CPUtime=0 cores=0-7
/proc/5118/stat : 5118 (ppfolio) S 5116 5118 5034 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 528976649 18763776 390 33554432000 4194304 4287625 140734651203088 18446744073709551615 254500711951 0 0 4096 65536 2772318243296116735 0 0 17 0 0 0 0
/proc/5118/statm: 4581 390 341 23 0 91 0
[pid=5119] ppid=5118 vsize=1601312 CPUtime=25.49 cores=0
/proc/5119/stat : 5119 (cryptominisat) R 5118 5118 5034 0 -1 4202496 28354 0 0 0 2545 4 0 0 25 0 1 0 528976650 1639743488 11782 33554432000 4194304 4587354 140737162866672 18446744073709551615 4243106 0 0 4096 2 0 0 0 17 0 0 0 0

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

[pid=5121] ppid=5118 vsize=456092 CPUtime=4782.5 cores=2
/proc/5121/stat : 5121 (TNM) R 5118 5118 5034 0 -1 4202496 439 0 0 0 478249 1 0 0 25 0 1 0 528976650 467038208 336 33554432000 134512640 134534564 4289450864 18446744073709551615 134528288 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/5121/statm: 114023 336 103 6 0 112689 0
[pid=5122] ppid=5118 vsize=1016744 CPUtime=4782.5 cores=3
/proc/5122/stat : 5122 (march_hi) R 5118 5118 5034 0 -1 4202496 219444 0 0 0 478153 97 0 0 25 0 1 0 528976650 1041145856 219249 33554432000 4194304 4331988 140733601171824 18446744073709551615 4226474 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/5122/statm: 254186 219249 175 34 0 252628 0
[pid=5123] ppid=5118 vsize=779412 CPUtime=19102.6 cores=4-7
/proc/5123/stat : 5123 (plingeling) S 5118 5118 5034 0 -1 4202496 4901634 1248 0 0 1909623 632 0 0 19 0 5 0 528976650 798117888 150608 33554432000 4194304 4356188 140737278033712 18446744073709551615 254512494565 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/5123/statm: 194853 150608 163 40 0 193397 0
[pid=5123/tid=5130] ppid=5118 vsize=779412 CPUtime=4782.49 cores=4-7
/proc/5123/task/5130/stat : 5130 (plingeling) R 5118 5118 5034 0 -1 4202560 1364906 1248 0 0 478077 172 0 0 25 0 5 0 528976651 798117888 150608 33554432000 4194304 4356188 140737278033712 18446744073709551615 4331305 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=5123/tid=5131] ppid=5118 vsize=779412 CPUtime=4781.41 cores=4-7
/proc/5123/task/5131/stat : 5131 (plingeling) R 5118 5118 5034 0 -1 4202560 1337339 1248 0 0 477967 174 0 0 25 0 5 0 528976651 798117888 150608 33554432000 4194304 4356188 140737278033712 18446744073709551615 4331319 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=5123/tid=5132] ppid=5118 vsize=779412 CPUtime=4782.34 cores=4-7
/proc/5123/task/5132/stat : 5132 (plingeling) R 5118 5118 5034 0 -1 4202560 1329425 1248 0 0 478062 172 0 0 25 0 5 0 528976651 798117888 150608 33554432000 4194304 4356188 140737278033712 18446744073709551615 4330964 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=5123/tid=5133] ppid=5118 vsize=779412 CPUtime=4756.26 cores=4-7
/proc/5123/task/5133/stat : 5133 (plingeling) R 5118 5118 5034 0 -1 4202560 869335 1248 0 0 475515 111 0 0 25 0 5 0 528976651 798117888 150608 33554432000 4194304 4356188 140737278033712 18446744073709551615 4330995 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 38232.5
Current children cumulated vsize (KiB) 4354992

[startup+4842.3 s]
/proc/loadavg: 8.13 8.07 8.01 9/180 5274
/proc/meminfo: memFree=28554120/32950928 swapFree=67111464/67111528
[pid=5118] ppid=5116 vsize=18324 CPUtime=0 cores=0-7
/proc/5118/stat : 5118 (ppfolio) S 5116 5118 5034 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 528976649 18763776 390 33554432000 4194304 4287625 140734651203088 18446744073709551615 254500711951 0 0 4096 65536 2772318243296116735 0 0 17 0 0 0 0
/proc/5118/statm: 4581 390 341 23 0 91 0
[pid=5119] ppid=5118 vsize=1986804 CPUtime=4842.5 cores=0
/proc/5119/stat : 5119 (cryptominisat) R 5118 5118 5034 0 -1 4202496 2108617 0 0 0 483762 488 0 0 25 0 1 0 528976650 2034487296 109256 33554432000 4194304 4587354 140737162866672 18446744073709551615 4236256 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/5119/statm: 496701 109256 337 96 0 493263 0
[pid=5120] ppid=5118 vsize=97880 CPUtime=4842.51 cores=1
/proc/5120/stat : 5120 (clasp) R 5118 5118 5034 0 -1 4202496 20093 0 0 0 484248 3 0 0 25 0 1 0 528976650 100229120 19946 33554432000 4194304 4785740 140736343768432 18446744073709551615 4287022 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/5120/statm: 24470 19946 341 145 0 21515 0
[pid=5121] ppid=5118 vsize=456092 CPUtime=4842.51 cores=2
/proc/5121/stat : 5121 (TNM) R 5118 5118 5034 0 -1 4202496 439 0 0 0 484250 1 0 0 25 0 1 0 528976650 467038208 336 33554432000 134512640 134534564 4289450864 18446744073709551615 134528273 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/5121/statm: 114023 336 103 6 0 112689 0
[pid=5122] ppid=5118 vsize=1016744 CPUtime=4842.49 cores=3
/proc/5122/stat : 5122 (march_hi) R 5118 5118 5034 0 -1 4202496 223205 0 0 0 484151 98 0 0 25 0 1 0 528976650 1041145856 223010 33554432000 4194304 4331988 140733601171824 18446744073709551615 4226369 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/5122/statm: 254186 223010 175 34 0 252628 0
[pid=5123] ppid=5118 vsize=801940 CPUtime=19342.2 cores=4-7
/proc/5123/stat : 5123 (plingeling) S 5118 5118 5034 0 -1 4202496 4952834 1248 0 0 1933584 638 0 0 19 0 5 0 528976650 821186560 156240 33554432000 4194304 4356188 140737278033712 18446744073709551615 254512494565 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/5123/statm: 200485 156240 163 40 0 199029 0
[pid=5123/tid=5130] ppid=5118 vsize=801940 CPUtime=4842.5 cores=4-7
/proc/5123/task/5130/stat : 5130 (plingeling) R 5118 5118 5034 0 -1 4202560 1377194 1248 0 0 484076 174 0 0 25 0 5 0 528976651 821186560 156240 33554432000 4194304 4356188 140737278033712 18446744073709551615 4330960 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=5123/tid=5131] ppid=5118 vsize=801940 CPUtime=4841.41 cores=4-7
/proc/5123/task/5131/stat : 5131 (plingeling) R 5118 5118 5034 0 -1 4202560 1351675 1248 0 0 483964 177 0 0 25 0 5 0 528976651 821186560 156240 33554432000 4194304 4356188 140737278033712 18446744073709551615 4330960 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=5123/tid=5132] ppid=5118 vsize=801940 CPUtime=4842.34 cores=4-7
/proc/5123/task/5132/stat : 5132 (plingeling) R 5118 5118 5034 0 -1 4202560 1345809 1248 0 0 484060 174 0 0 25 0 5 0 528976651 821186560 156240 33554432000 4194304 4356188 140737278033712 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=5123/tid=5133] ppid=5118 vsize=801940 CPUtime=4815.94 cores=4-7
/proc/5123/task/5133/stat : 5133 (plingeling) R 5118 5118 5034 0 -1 4202560 877527 1248 0 0 481482 112 0 0 25 0 5 0 528976651 821186560 156240 33554432000 4194304 4356188 140737278033712 18446744073709551615 4331065 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 38712.2
Current children cumulated vsize (KiB) 4377784

[startup+4902.3 s]
/proc/loadavg: 8.05 8.06 8.00 9/180 5276
/proc/meminfo: memFree=28400328/32950928 swapFree=67111464/67111528
[pid=5118] ppid=5116 vsize=18324 CPUtime=0 cores=0-7
/proc/5118/stat : 5118 (ppfolio) S 5116 5118 5034 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 528976649 18763776 390 33554432000 4194304 4287625 140734651203088 18446744073709551615 254500711951 0 0 4096 65536 2772318243296116735 0 0 17 0 0 0 0
/proc/5118/statm: 4581 390 341 23 0 91 0
[pid=5119] ppid=5118 vsize=1986592 CPUtime=4902.5 cores=0
/proc/5119/stat : 5119 (cryptominisat) R 5118 5118 5034 0 -1 4202496 2134007 0 0 0 489755 495 0 0 25 0 1 0 528976650 2034270208 119801 33554432000 4194304 4587354 140737162866672 18446744073709551615 4243830 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/5119/statm: 496648 119801 337 96 0 493210 0
[pid=5120] ppid=5118 vsize=98840 CPUtime=4902.52 cores=1
/proc/5120/stat : 5120 (clasp) R 5118 5118 5034 0 -1 4202496 20285 0 0 0 490249 3 0 0 25 0 1 0 528976650 101212160 20138 33554432000 4194304 4785740 140736343768432 18446744073709551615 4287017 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/5120/statm: 24710 20138 341 145 0 21755 0
[pid=5121] ppid=5118 vsize=456092 CPUtime=4902.51 cores=2
/proc/5121/stat : 5121 (TNM) R 5118 5118 5034 0 -1 4202496 439 0 0 0 490250 1 0 0 25 0 1 0 528976650 467038208 336 33554432000 134512640 134534564 4289450864 18446744073709551615 4037633 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/5121/statm: 114023 336 103 6 0 112689 0
[pid=5122] ppid=5118 vsize=1016744 CPUtime=4902.5 cores=3
/proc/5122/stat : 5122 (march_hi) R 5118 5118 5034 0 -1 4202496 227080 0 0 0 490150 100 0 0 25 0 1 0 528976650 1041145856 226885 33554432000 4194304 4331988 140733601171824 18446744073709551615 4228311 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/5122/statm: 254186 226885 175 34 0 252628 0
[pid=5123] ppid=5118 vsize=892052 CPUtime=19581.9 cores=4-7
/proc/5123/stat : 5123 (plingeling) S 5118 5118 5034 0 -1 4202496 4996866 1248 0 0 1957547 643 0 0 19 0 5 0 528976650 913461248 178768 33554432000 4194304 4356188 140737278033712 18446744073709551615 254512494565 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/5123/statm: 223013 178768 163 40 0 221557 0
[pid=5123/tid=5130] ppid=5118 vsize=892052 CPUtime=4902.5 cores=4-7
/proc/5123/task/5130/stat : 5130 (plingeling) R 5118 5118 5034 0 -1 4202560 1385386 1248 0 0 490076 174 0 0 25 0 5 0 528976651 913461248 178768 33554432000 4194304 4356188 140737278033712 18446744073709551615 4331576 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=5123/tid=5131] ppid=5118 vsize=892052 CPUtime=4901.4 cores=4-7
/proc/5123/task/5131/stat : 5131 (plingeling) R 5118 5118 5034 0 -1 4202560 1370107 1248 0 0 489961 179 0 0 25 0 5 0 528976651 913461248 178768 33554432000 4194304 4356188 140737278033712 18446744073709551615 4332109 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=5123/tid=5132] ppid=5118 vsize=892052 CPUtime=4902.34 cores=4-7
/proc/5123/task/5132/stat : 5132 (plingeling) R 5118 5118 5034 0 -1 4202560 1346833 1248 0 0 490060 174 0 0 25 0 5 0 528976651 913461248 178768 33554432000 4194304 4356188 140737278033712 18446744073709551615 4331352 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=5123/tid=5133] ppid=5118 vsize=892052 CPUtime=4875.62 cores=4-7
/proc/5123/task/5133/stat : 5133 (plingeling) R 5118 5118 5034 0 -1 4202560 893911 1248 0 0 487448 114 0 0 25 0 5 0 528976651 913461248 178768 33554432000 4194304 4356188 140737278033712 18446744073709551615 4331045 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 39191.9
Current children cumulated vsize (KiB) 4468644

[startup+4962.3 s]
/proc/loadavg: 8.02 8.04 8.00 9/180 5277
/proc/meminfo: memFree=28509660/32950928 swapFree=67111464/67111528
[pid=5118] ppid=5116 vsize=18324 CPUtime=0 cores=0-7
/proc/5118/stat : 5118 (ppfolio) S 5116 5118 5034 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 528976649 18763776 390 33554432000 4194304 4287625 140734651203088 18446744073709551615 254500711951 0 0 4096 65536 2772318243296116735 0 0 17 0 0 0 0
/proc/5118/statm: 4581 390 341 23 0 91 0
[pid=5119] ppid=5118 vsize=1986488 CPUtime=4962.5 cores=0
/proc/5119/stat : 5119 (cryptominisat) R 5118 5118 5034 0 -1 4202496 2153431 0 0 0 495751 499 0 0 25 0 1 0 528976650 2034163712 109875 33554432000 4194304 4587354 140737162866672 18446744073709551615 4243360 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/5119/statm: 496622 109875 337 96 0 493184 0
[pid=5120] ppid=5118 vsize=99032 CPUtime=4962.52 cores=1
/proc/5120/stat : 5120 (clasp) R 5118 5118 5034 0 -1 4202496 20329 0 0 0 496249 3 0 0 25 0 1 0 528976650 101408768 20182 33554432000 4194304 4785740 140736343768432 18446744073709551615 4550292 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/5120/statm: 24758 20182 341 145 0 21803 0
[pid=5121] ppid=5118 vsize=456092 CPUtime=4962.51 cores=2
/proc/5121/stat : 5121 (TNM) R 5118 5118 5034 0 -1 4202496 439 0 0 0 496250 1 0 0 25 0 1 0 528976650 467038208 336 33554432000 134512640 134534564 4289450864 18446744073709551615 134530832 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/5121/statm: 114023 336 103 6 0 112689 0
[pid=5122] ppid=5118 vsize=1016744 CPUtime=4962.5 cores=3
/proc/5122/stat : 5122 (march_hi) R 5118 5118 5034 0 -1 4202496 231185 0 0 0 496148 102 0 0 25 0 1 0 528976650 1041145856 230990 33554432000 4194304 4331988 140733601171824 18446744073709551615 4237192 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/5122/statm: 254186 230990 175 34 0 252628 0
[pid=5123] ppid=5118 vsize=803988 CPUtime=19821.6 cores=4-7
/proc/5123/stat : 5123 (plingeling) S 5118 5118 5034 0 -1 4202496 5024514 1248 0 0 1981512 646 0 0 19 0 5 0 528976650 823283712 156752 33554432000 4194304 4356188 140737278033712 18446744073709551615 254512494565 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/5123/statm: 200997 156752 163 40 0 199541 0
[pid=5123/tid=5130] ppid=5118 vsize=803988 CPUtime=4962.5 cores=4-7
/proc/5123/task/5130/stat : 5130 (plingeling) R 5118 5118 5034 0 -1 4202560 1393578 1248 0 0 496075 175 0 0 25 0 5 0 528976651 823283712 156752 33554432000 4194304 4356188 140737278033712 18446744073709551615 4210591 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=5123/tid=5131] ppid=5118 vsize=803988 CPUtime=4961.4 cores=4-7
/proc/5123/task/5131/stat : 5131 (plingeling) R 5118 5118 5034 0 -1 4202560 1370107 1248 0 0 495961 179 0 0 25 0 5 0 528976651 823283712 156752 33554432000 4194304 4356188 140737278033712 18446744073709551615 4331035 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=5123/tid=5132] ppid=5118 vsize=803988 CPUtime=4962.35 cores=4-7
/proc/5123/task/5132/stat : 5132 (plingeling) R 5118 5118 5034 0 -1 4202560 1366289 1248 0 0 496059 176 0 0 25 0 5 0 528976651 823283712 156752 33554432000 4194304 4356188 140737278033712 18446744073709551615 4330969 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=5123/tid=5133] ppid=5118 vsize=803988 CPUtime=4935.29 cores=4-7
/proc/5123/task/5133/stat : 5133 (plingeling) R 5118 5118 5034 0 -1 4202560 893911 1248 0 0 493415 114 0 0 25 0 5 0 528976651 823283712 156752 33554432000 4194304 4356188 140737278033712 18446744073709551615 4281627 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 39671.6
Current children cumulated vsize (KiB) 4380668



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5003.4 s]
/proc/loadavg: 8.01 8.04 8.00 9/180 5278
/proc/meminfo: memFree=28404112/32950928 swapFree=67111464/67111528
[pid=5118] ppid=5116 vsize=18324 CPUtime=0 cores=0-7
/proc/5118/stat : 5118 (ppfolio) S 5116 5118 5034 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 528976649 18763776 390 33554432000 4194304 4287625 140734651203088 18446744073709551615 254500711951 0 0 4096 65536 2772318243296116735 0 0 17 0 0 0 0
/proc/5118/statm: 4581 390 341 23 0 91 0
[pid=5119] ppid=5118 vsize=1986488 CPUtime=5003.61 cores=0
/proc/5119/stat : 5119 (cryptominisat) R 5118 5118 5034 0 -1 4202496 2169129 0 0 0 499858 503 0 0 25 0 1 0 528976650 2034163712 110436 33554432000 4194304 4587354 140737162866672 18446744073709551615 4237686 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/5119/statm: 496622 110436 337 96 0 493184 0
[pid=5120] ppid=5118 vsize=99416 CPUtime=5003.63 cores=1
/proc/5120/stat : 5120 (clasp) R 5118 5118 5034 0 -1 4202496 20403 0 0 0 500360 3 0 0 25 0 1 0 528976650 101801984 20256 33554432000 4194304 4785740 140736343768432 18446744073709551615 4287028 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/5120/statm: 24854 20256 341 145 0 21899 0
[pid=5121] ppid=5118 vsize=456092 CPUtime=5003.62 cores=2
/proc/5121/stat : 5121 (TNM) R 5118 5118 5034 0 -1 4202496 439 0 0 0 500361 1 0 0 25 0 1 0 528976650 467038208 336 33554432000 134512640 134534564 4289450864 18446744073709551615 134528918 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/5121/statm: 114023 336 103 6 0 112689 0
[pid=5122] ppid=5118 vsize=1016744 CPUtime=5003.61 cores=3
/proc/5122/stat : 5122 (march_hi) R 5118 5118 5034 0 -1 4202496 234110 0 0 0 500257 104 0 0 25 0 1 0 528976650 1041145856 233915 33554432000 4194304 4331988 140733601171824 18446744073709551615 4226539 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/5122/statm: 254186 233915 175 34 0 252628 0
[pid=5123] ppid=5118 vsize=896148 CPUtime=19985.8 cores=4-7
/proc/5123/stat : 5123 (plingeling) S 5118 5118 5034 0 -1 4202496 5056770 1248 0 0 1997929 649 0 0 19 0 5 0 528976650 917655552 179792 33554432000 4194304 4356188 140737278033712 18446744073709551615 254512494565 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/5123/statm: 224037 179792 163 40 0 222581 0
[pid=5123/tid=5130] ppid=5118 vsize=896148 CPUtime=5003.61 cores=4-7
/proc/5123/task/5130/stat : 5130 (plingeling) R 5118 5118 5034 0 -1 4202560 1401770 1248 0 0 500185 176 0 0 25 0 5 0 528976651 917655552 179792 33554432000 4194304 4356188 140737278033712 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=5123/tid=5131] ppid=5118 vsize=896148 CPUtime=5002.5 cores=4-7
/proc/5123/task/5131/stat : 5131 (plingeling) R 5118 5118 5034 0 -1 4202560 1370619 1248 0 0 500071 179 0 0 25 0 5 0 528976651 917655552 179792 33554432000 4194304 4356188 140737278033712 18446744073709551615 4331111 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=5123/tid=5132] ppid=5118 vsize=896148 CPUtime=5003.45 cores=4-7
/proc/5123/task/5132/stat : 5132 (plingeling) R 5118 5118 5034 0 -1 4202560 1378577 1248 0 0 500168 177 0 0 25 0 5 0 528976651 917655552 179792 33554432000 4194304 4356188 140737278033712 18446744073709551615 4330969 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=5123/tid=5133] ppid=5118 vsize=896148 CPUtime=4976.17 cores=4-7
/proc/5123/task/5133/stat : 5133 (plingeling) R 5118 5118 5034 0 -1 4202560 905175 1248 0 0 497502 115 0 0 25 0 5 0 528976651 917655552 179792 33554432000 4194304 4356188 140737278033712 18446744073709551615 4330964 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 40000.2
Current children cumulated vsize (KiB) 4473212

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 5118 and gives
#  childrusage.ru_utime.tv_sec=10007
#  childrusage.ru_utime.tv_usec=217671
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=58991
# CPU time returned by wait4() is 10007.3
# while last known CPU time is 40000.2
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 5003.42
CPU time (s): 40000.2
CPU user time (s): 39987.6
CPU system time (s): 12.6
CPU usage (%): 799.459
Max. virtual memory (cumulated for all children) (KiB): 5938168

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 10007.2
system time used= 0.058991
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 21378
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= 635
involuntary context switches= 26541

runsolver used 7.8978 second user time and 19.4001 second system time

The end

Launcher Data

Begin job on node149 at 2011-04-30 16:30:00
IDJOB=3276131
IDBENCH=85542
IDSOLVER=1638
FILE ID=node149/3276131-1304173800
RUNJOBID= node149-1304173174-5048
PBS_JOBID= 13170968
Free space on /tmp= 73324 MiB

SOLVER NAME= ppfolio par
BENCH NAME= SAT05/crafted/sabharwal05/counting/fphp/unsat/harder/fphp-020-019.shuffled-as.sat05-1232.cnf
COMMAND LINE= ppfolio BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3276131-1304173800/watcher-3276131-1304173800 -o /tmp/evaluation-result-3276131-1304173800/solver-3276131-1304173800 -C 40000 -W 5100 -M 31000  ppfolio HOME/instance-3276131-1304173800.cnf

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

MD5SUM BENCH= abb32bff5eb954e790612a6209864b5d
RANDOM SEED=1639802654

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

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.806
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.806
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.806
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:     32950928 kB
MemFree:      30584132 kB
Buffers:        510728 kB
Cached:        1414488 kB
SwapCached:         60 kB
Active:         187676 kB
Inactive:      1801568 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      30584132 kB
SwapTotal:    67111528 kB
SwapFree:     67111464 kB
Dirty:           10100 kB
Writeback:           0 kB
AnonPages:       64856 kB
Mapped:          14756 kB
Slab:           312184 kB
PageTables:       5568 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   184844 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= 73316 MiB
End job on node149 at 2011-04-30 17:53:25