Trace number 3219915

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) 39972 5000.02

General information on the benchmark

Namerandom/large/
unif-k7-r85-v400-c34000-S586055573-067-UNKNOWN.cnf
MD5SUMd673a60901b4a946b283fdbb02f99fdc
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables400
Number of clauses34000
Sum of the clauses size238000
Maximum clause length7
Minimum clause length7
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 534000

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

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

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


[startup+0 s]
/proc/loadavg: 7.53 8.04 8.08 2/174 30100
/proc/meminfo: memFree=25850948/32951124 swapFree=67111412/67111528
[pid=30100] ppid=30098 vsize=18324 CPUtime=0 cores=0-7
/proc/30100/stat : 30100 (ppfolio) S 30098 30100 30074 0 -1 4202496 522 0 0 0 0 0 0 0 25 0 1 0 527082362 18763776 390 33554432000 4194304 4287625 140735099589728 18446744073709551615 232335912463 0 0 4096 65536 3961602796456771583 0 0 17 6 0 0 0
/proc/30100/statm: 4581 390 341 23 0 91 0

[startup+0.0399521 s]
/proc/loadavg: 7.53 8.04 8.08 2/174 30100
/proc/meminfo: memFree=25850948/32951124 swapFree=67111412/67111528
[pid=30100] ppid=30098 vsize=18324 CPUtime=0 cores=0-7
/proc/30100/stat : 30100 (ppfolio) S 30098 30100 30074 0 -1 4202496 522 0 0 0 0 0 0 0 25 0 1 0 527082362 18763776 390 33554432000 4194304 4287625 140735099589728 18446744073709551615 232335912463 0 0 4096 65536 3961602796456771583 0 0 17 4 0 0 0
/proc/30100/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.895753 s]
/proc/loadavg: 7.53 8.04 8.08 2/174 30100
/proc/meminfo: memFree=25850948/32951124 swapFree=67111412/67111528
[pid=30100] ppid=30098 vsize=18324 CPUtime=0 cores=0-7
/proc/30100/stat : 30100 (ppfolio) S 30098 30100 30074 0 -1 4202496 522 0 0 0 0 0 0 0 25 0 1 0 527082362 18763776 390 33554432000 4194304 4287625 140735099589728 18446744073709551615 232335912463 0 0 4096 65536 3961602796456771583 0 0 17 4 0 0 0
/proc/30100/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.900749 s]
/proc/loadavg: 7.53 8.04 8.08 2/174 30100
/proc/meminfo: memFree=25850948/32951124 swapFree=67111412/67111528
[pid=30100] ppid=30098 vsize=18324 CPUtime=0 cores=0-7
/proc/30100/stat : 30100 (ppfolio) S 30098 30100 30074 0 -1 4202496 522 0 0 0 0 0 0 0 25 0 1 0 527082362 18763776 390 33554432000 4194304 4287625 140735099589728 18446744073709551615 232335912463 0 0 4096 65536 3961602796456771583 0 0 17 4 0 0 0
/proc/30100/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.00073 s]
/proc/loadavg: 7.53 8.04 8.08 2/174 30100
/proc/meminfo: memFree=25850948/32951124 swapFree=67111412/67111528
[pid=30100] ppid=30098 vsize=18324 CPUtime=0 cores=0-7
/proc/30100/stat : 30100 (ppfolio) S 30098 30100 30074 0 -1 4202496 522 0 0 0 0 0 0 0 17 0 1 0 527082362 18763776 390 33554432000 4194304 4287625 140735099589728 18446744073709551615 232335912463 0 0 4096 65536 3961602796456771583 0 0 17 4 0 0 0
/proc/30100/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.50065 s]
/proc/loadavg: 7.53 8.04 8.08 2/174 30100
/proc/meminfo: memFree=25850948/32951124 swapFree=67111412/67111528
[pid=30100] ppid=30098 vsize=18324 CPUtime=0 cores=0-7
/proc/30100/stat : 30100 (ppfolio) S 30098 30100 30074 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 527082362 18763776 390 33554432000 4194304 4287625 140735099589728 18446744073709551615 232335912463 0 0 4096 65536 3961602796456771583 0 0 17 4 0 0 0
/proc/30100/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+3.10137 s]
/proc/loadavg: 7.53 8.04 8.08 9/184 30115
/proc/meminfo: memFree=25794616/32951124 swapFree=67111412/67111528
[pid=30100] ppid=30098 vsize=18324 CPUtime=0 cores=0-7
/proc/30100/stat : 30100 (ppfolio) S 30098 30100 30074 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 527082362 18763776 390 33554432000 4194304 4287625 140735099589728 18446744073709551615 232335912463 0 0 4096 65536 3961602796456771583 0 0 17 4 0 0 0
/proc/30100/statm: 4581 390 341 23 0 91 0
[pid=30101] ppid=30100 vsize=407096 CPUtime=3.09 cores=0
/proc/30101/stat : 30101 (cryptominisat) R 30100 30100 30074 0 -1 4202496 9451 0 0 0 308 1 0 0 25 0 1 0 527082363 416866304 2773 33554432000 4194304 4587354 140735677467040 18446744073709551615 4238421 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/30101/statm: 101774 2773 327 96 0 98336 0
[pid=30102] ppid=30100 vsize=25456 CPUtime=3.09 cores=1
/proc/30102/stat : 30102 (clasp) R 30100 30100 30074 0 -1 4202496 3956 0 0 0 309 0 0 0 25 0 1 0 527082363 26066944 3687 33554432000 4194304 4785740 140735305341168 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/30102/statm: 6364 3687 340 145 0 3409 0
[pid=30103] ppid=30100 vsize=456220 CPUtime=3.09 cores=2
/proc/30103/stat : 30103 (TNM) R 30100 30100 30074 0 -1 4202496 1458 0 0 0 309 0 0 0 25 0 1 0 527082363 467169280 1354 33554432000 134512640 134534564 4289866960 18446744073709551615 134524727 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/30103/statm: 114055 1354 91 6 0 112721 0
[pid=30104] ppid=30100 vsize=17024 CPUtime=3.09 cores=3
/proc/30104/stat : 30104 (march_hi) R 30100 30100 30074 0 -1 4202496 7763 0 0 0 309 0 0 0 25 0 1 0 527082363 17432576 2242 33554432000 4194304 4331988 140733347224656 18446744073709551615 4265440 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/30104/statm: 4256 2242 174 34 0 2698 0
[pid=30105] ppid=30100 vsize=127608 CPUtime=12.15 cores=4-7
/proc/30105/stat : 30105 (plingeling) S 30100 30100 30074 0 -1 4202496 9462 1251 0 0 1214 1 0 0 25 0 5 0 527082363 130670592 3976 33554432000 4194304 4356188 140736359067504 18446744073709551615 232347695077 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/30105/statm: 31902 3976 162 40 0 30446 0
[pid=30105/tid=30112] ppid=30100 vsize=127608 CPUtime=3.01 cores=4-7
/proc/30105/task/30112/stat : 30112 (plingeling) R 30100 30100 30074 0 -1 4202560 1231 1251 0 0 301 0 0 0 25 0 5 0 527082370 130670592 3976 33554432000 4194304 4356188 140736359067504 18446744073709551615 4331074 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=30105/tid=30113] ppid=30100 vsize=127608 CPUtime=3.02 cores=4-7
/proc/30105/task/30113/stat : 30113 (plingeling) R 30100 30100 30074 0 -1 4202560 1155 1251 0 0 302 0 0 0 25 0 5 0 527082370 130670592 3976 33554432000 4194304 4356188 140736359067504 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=30105/tid=30114] ppid=30100 vsize=127608 CPUtime=3.02 cores=4-7
/proc/30105/task/30114/stat : 30114 (plingeling) R 30100 30100 30074 0 -1 4202560 1196 1251 0 0 302 0 0 0 25 0 5 0 527082370 130670592 3976 33554432000 4194304 4356188 140736359067504 18446744073709551615 4332704 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=30105/tid=30115] ppid=30100 vsize=127608 CPUtime=3.02 cores=4-7
/proc/30105/task/30115/stat : 30115 (plingeling) R 30100 30100 30074 0 -1 4202560 1302 1251 0 0 302 0 0 0 25 0 5 0 527082370 130670592 3976 33554432000 4194304 4356188 140736359067504 18446744073709551615 4281627 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 24.51
Current children cumulated vsize (KiB) 1051728

[startup+6.3008 s]
/proc/loadavg: 7.57 8.04 8.08 9/184 30115
/proc/meminfo: memFree=25773544/32951124 swapFree=67111412/67111528
[pid=30100] ppid=30098 vsize=18324 CPUtime=0 cores=0-7
/proc/30100/stat : 30100 (ppfolio) S 30098 30100 30074 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 527082362 18763776 390 33554432000 4194304 4287625 140735099589728 18446744073709551615 232335912463 0 0 4096 65536 3961602796456771583 0 0 17 4 0 0 0
/proc/30100/statm: 4581 390 341 23 0 91 0
[pid=30101] ppid=30100 vsize=424892 CPUtime=6.28 cores=0
/proc/30101/stat : 30101 (cryptominisat) R 30100 30100 30074 0 -1 4202496 15339 0 0 0 627 1 0 0 25 0 1 0 527082363 435089408 7216 33554432000 4194304 4587354 140735677467040 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/30101/statm: 106223 7216 337 96 0 102785 0
[pid=30102] ppid=30100 vsize=27608 CPUtime=6.28 cores=1
/proc/30102/stat : 30102 (clasp) R 30100 30100 30074 0 -1 4202496 4500 0 0 0 628 0 0 0 25 0 1 0 527082363 28270592 4231 33554432000 4194304 4785740 140735305341168 18446744073709551615 4546069 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/30102/statm: 6902 4231 340 145 0 3947 0
[pid=30103] ppid=30100 vsize=460712 CPUtime=6.29 cores=2
/proc/30103/stat : 30103 (TNM) R 30100 30100 30074 0 -1 4202496 1817 0 0 0 629 0 0 0 25 0 1 0 527082363 471769088 1713 33554432000 134512640 134534564 4289866960 18446744073709551615 134528404 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/30103/statm: 115178 1713 95 6 0 113844 0
[pid=30104] ppid=30100 vsize=17024 CPUtime=6.29 cores=3
/proc/30104/stat : 30104 (march_hi) R 30100 30100 30074 0 -1 4202496 7764 0 0 0 629 0 0 0 25 0 1 0 527082363 17432576 2243 33554432000 4194304 4331988 140733347224656 18446744073709551615 4265363 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/30104/statm: 4256 2243 174 34 0 2698 0
[pid=30105] ppid=30100 vsize=132740 CPUtime=24.92 cores=4-7
/proc/30105/stat : 30105 (plingeling) S 30100 30100 30074 0 -1 4202496 11769 1251 0 0 2491 1 0 0 25 0 5 0 527082363 135925760 5259 33554432000 4194304 4356188 140736359067504 18446744073709551615 232347695077 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/30105/statm: 33185 5259 162 40 0 31729 0
[pid=30105/tid=30112] ppid=30100 vsize=132740 CPUtime=6.19 cores=4-7
/proc/30105/task/30112/stat : 30112 (plingeling) R 30100 30100 30074 0 -1 4202560 1999 1251 0 0 619 0 0 0 25 0 5 0 527082370 135925760 5259 33554432000 4194304 4356188 140736359067504 18446744073709551615 4281624 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=30105/tid=30113] ppid=30100 vsize=132740 CPUtime=6.22 cores=4-7
/proc/30105/task/30113/stat : 30113 (plingeling) R 30100 30100 30074 0 -1 4202560 1412 1251 0 0 622 0 0 0 25 0 5 0 527082370 135925760 5259 33554432000 4194304 4356188 140736359067504 18446744073709551615 4332260 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=30105/tid=30114] ppid=30100 vsize=132740 CPUtime=6.22 cores=4-7
/proc/30105/task/30114/stat : 30114 (plingeling) R 30100 30100 30074 0 -1 4202560 1292 1251 0 0 622 0 0 0 25 0 5 0 527082370 135925760 5259 33554432000 4194304 4356188 140736359067504 18446744073709551615 4330969 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=30105/tid=30115] ppid=30100 vsize=132740 CPUtime=6.21 cores=4-7
/proc/30105/task/30115/stat : 30115 (plingeling) R 30100 30100 30074 0 -1 4202560 2488 1251 0 0 621 0 0 0 25 0 5 0 527082370 135925760 5259 33554432000 4194304 4356188 140736359067504 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 50.06
Current children cumulated vsize (KiB) 1081300

[startup+12.7007 s]
/proc/loadavg: 7.60 8.04 8.08 9/184 30115
/proc/meminfo: memFree=25743800/32951124 swapFree=67111412/67111528
[pid=30100] ppid=30098 vsize=18324 CPUtime=0 cores=0-7
/proc/30100/stat : 30100 (ppfolio) S 30098 30100 30074 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 527082362 18763776 390 33554432000 4194304 4287625 140735099589728 18446744073709551615 232335912463 0 0 4096 65536 3961602796456771583 0 0 17 4 0 0 0
/proc/30100/statm: 4581 390 341 23 0 91 0
[pid=30101] ppid=30100 vsize=436052 CPUtime=12.69 cores=0
/proc/30101/stat : 30101 (cryptominisat) R 30100 30100 30074 0 -1 4202496 21836 0 0 0 1267 2 0 0 25 0 1 0 527082363 446517248 12131 33554432000 4194304 4587354 140735677467040 18446744073709551615 4364908 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/30101/statm: 109013 12131 337 96 0 105575 0
[pid=30102] ppid=30100 vsize=32364 CPUtime=12.7 cores=1
/proc/30102/stat : 30102 (clasp) R 30100 30100 30074 0 -1 4202496 5634 0 0 0 1269 1 0 0 25 0 1 0 527082363 33140736 5365 33554432000 4194304 4785740 140735305341168 18446744073709551615 4309494 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/30102/statm: 8091 5365 340 145 0 5136 0
[pid=30103] ppid=30100 vsize=460712 CPUtime=12.69 cores=2
/proc/30103/stat : 30103 (TNM) R 30100 30100 30074 0 -1 4202496 1817 0 0 0 1269 0 0 0 25 0 1 0 527082363 471769088 1713 33554432000 134512640 134534564 4289866960 18446744073709551615 134530379 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/30103/statm: 115178 1713 95 6 0 113844 0
[pid=30104] ppid=30100 vsize=17024 CPUtime=12.69 cores=3
/proc/30104/stat : 30104 (march_hi) R 30100 30100 30074 0 -1 4202496 7764 0 0 0 1269 0 0 0 25 0 1 0 527082363 17432576 2243 33554432000 4194304 4331988 140733347224656 18446744073709551615 4210459 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/30104/statm: 4256 2243 174 34 0 2698 0
[pid=30105] ppid=30100 vsize=136088 CPUtime=50.51 cores=4-7
/proc/30105/stat : 30105 (plingeling) S 30100 30100 30074 0 -1 4202496 15870 1251 0 0 5049 2 0 0 25 0 5 0 527082363 139354112 6095 33554432000 4194304 4356188 140736359067504 18446744073709551615 232347695077 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/30105/statm: 34022 6095 162 40 0 32566 0
[pid=30105/tid=30112] ppid=30100 vsize=136088 CPUtime=12.55 cores=4-7
/proc/30105/task/30112/stat : 30112 (plingeling) R 30100 30100 30074 0 -1 4202560 3129 1251 0 0 1255 0 0 0 25 0 5 0 527082370 139354112 6095 33554432000 4194304 4356188 140736359067504 18446744073709551615 4331176 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=30105/tid=30113] ppid=30100 vsize=136088 CPUtime=12.62 cores=4-7
/proc/30105/task/30113/stat : 30113 (plingeling) R 30100 30100 30074 0 -1 4202560 2846 1251 0 0 1262 0 0 0 25 0 5 0 527082370 139354112 6095 33554432000 4194304 4356188 140736359067504 18446744073709551615 4330986 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=30105/tid=30114] ppid=30100 vsize=136088 CPUtime=12.62 cores=4-7
/proc/30105/task/30114/stat : 30114 (plingeling) R 30100 30100 30074 0 -1 4202560 1997 1251 0 0 1262 0 0 0 25 0 5 0 527082370 139354112 6095 33554432000 4194304 4356188 140736359067504 18446744073709551615 4238831 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=30105/tid=30115] ppid=30100 vsize=136088 CPUtime=12.62 cores=4-7
/proc/30105/task/30115/stat : 30115 (plingeling) R 30100 30100 30074 0 -1 4202560 3320 1251 0 0 1262 0 0 0 25 0 5 0 527082370 139354112 6095 33554432000 4194304 4356188 140736359067504 18446744073709551615 4331193 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 101.28
Current children cumulated vsize (KiB) 1100564

[startup+25.5014 s]
/proc/loadavg: 7.69 8.04 8.08 9/184 30115
/proc/meminfo: memFree=25732560/32951124 swapFree=67111412/67111528
[pid=30100] ppid=30098 vsize=18324 CPUtime=0 cores=0-7
/proc/30100/stat : 30100 (ppfolio) S 30098 30100 30074 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 527082362 18763776 390 33554432000 4194304 4287625 140735099589728 18446744073709551615 232335912463 0 0 4096 65536 3961602796456771583 0 0 17 4 0 0 0
/proc/30100/statm: 4581 390 341 23 0 91 0
[pid=30101] ppid=30100 vsize=442128 CPUtime=25.49 cores=0
/proc/30101/stat : 30101 (cryptominisat) R 30100 30100 30074 0 -1 4202496 31539 0 0 0 2545 4 0 0 25 0 1 0 527082363 452739072 13149 33554432000 4194304 4587354 140735677467040 18446744073709551615 4364784 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/30101/statm: 110532 13149 337 96 0 107094 0
[pid=30102] ppid=30100 vsize=37560 CPUtime=25.49 cores=1
/proc/30102/stat : 30102 (clasp) R 30100 30100 30074 0 -1 4202496 6891 0 0 0 2547 2 0 0 25 0 1 0 527082363 38461440 6622 33554432000 4194304 4785740 140735305341168 18446744073709551615 4287158 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/30102/statm: 9390 6622 340 145 0 6435 0
[pid=30103] ppid=30100 vsize=460712 CPUtime=25.49 cores=2
/proc/30103/stat : 30103 (TNM) R 30100 30100 30074 0 -1 4202496 1817 0 0 0 2549 0 0 0 25 0 1 0 527082363 471769088 1713 33554432000 134512640 134534564 4289866960 18446744073709551615 134528842 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/30103/statm: 115178 1713 95 6 0 113844 0
[pid=30104] ppid=30100 vsize=19324 CPUtime=25.49 cores=3
/proc/30104/stat : 30104 (march_hi) R 30100 30100 30074 0 -1 4202496 8235 0 0 0 2548 1 0 0 25 0 1 0 527082363 19787776 2714 33554432000 4194304 4331988 140733347224656 18446744073709551615 4210448 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/30104/statm: 4831 2714 174 34 0 3273 0
[pid=30105] ppid=30100 vsize=137068 CPUtime=101.63 cores=4-7
/proc/30105/stat : 30105 (plingeling) S 30100 30100 30074 0 -1 4202496 19638 1251 0 0 10160 3 0 0 25 0 5 0 527082363 140357632 6309 33554432000 4194304 4356188 140736359067504 18446744073709551615 232347695077 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/30105/statm: 34267 6309 162 40 0 32811 0
[pid=30105/tid=30112] ppid=30100 vsize=137068 CPUtime=25.28 cores=4-7
/proc/30105/task/30112/stat : 30112 (plingeling) R 30100 30100 30074 0 -1 4202560 3946 1251 0 0 2528 0 0 0 25 0 5 0 527082370 140357632 6309 33554432000 4194304 4356188 140736359067504 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=30105/tid=30113] ppid=30100 vsize=137068 CPUtime=25.42 cores=4-7
/proc/30105/task/30113/stat : 30113 (plingeling) R 30100 30100 30074 0 -1 4202560 3648 1251 0 0 2542 0 0 0 25 0 5 0 527082370 140357632 6309 33554432000 4194304 4356188 140736359067504 18446744073709551615 4331074 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=30105/tid=30114] ppid=30100 vsize=137068 CPUtime=25.41 cores=4-7
/proc/30105/task/30114/stat : 30114 (plingeling) R 30100 30100 30074 0 -1 4202560 3342 1251 0 0 2541 0 0 0 25 0 5 0 527082370 140357632 6309 33554432000 4194304 4356188 140736359067504 18446744073709551615 4281643 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=30105/tid=30115] ppid=30100 vsize=137068 CPUtime=25.41 cores=4-7
/proc/30105/task/30115/stat : 30115 (plingeling) R 30100 30100 30074 0 -1 4202560 4124 1251 0 0 2541 0 0 0 25 0 5 0 527082370 140357632 6309 33554432000 4194304 4356188 140736359067504 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 203.59
Current children cumulated vsize (KiB) 1115116

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

[pid=30103] ppid=30100 vsize=460712 CPUtime=4842.4 cores=2
/proc/30103/stat : 30103 (TNM) R 30100 30100 30074 0 -1 4202496 1817 0 0 0 484238 2 0 0 25 0 1 0 527082363 471769088 1713 33554432000 134512640 134534564 4289866960 18446744073709551615 134530593 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/30103/statm: 115178 1713 95 6 0 113844 0
[pid=30104] ppid=30100 vsize=695960 CPUtime=4842.4 cores=3
/proc/30104/stat : 30104 (march_hi) R 30100 30100 30074 0 -1 4202496 121183 0 0 0 484156 84 0 0 25 0 1 0 527082363 712663040 115662 33554432000 4194304 4331988 140733347224656 18446744073709551615 4226440 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/30104/statm: 173990 115662 175 34 0 172432 0
[pid=30105] ppid=30100 vsize=223616 CPUtime=19341.6 cores=4-7
/proc/30105/stat : 30105 (plingeling) S 30100 30100 30074 0 -1 4202496 385227 1251 0 0 1934092 69 0 0 25 0 5 0 527082363 228982784 27978 33554432000 4194304 4356188 140736359067504 18446744073709551615 232347695077 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/30105/statm: 55904 27978 162 40 0 54448 0
[pid=30105/tid=30112] ppid=30100 vsize=223616 CPUtime=4815.12 cores=4-7
/proc/30105/task/30112/stat : 30112 (plingeling) R 30100 30100 30074 0 -1 4202560 110191 1251 0 0 481494 18 0 0 25 0 5 0 527082370 228982784 27978 33554432000 4194304 4356188 140736359067504 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=30105/tid=30113] ppid=30100 vsize=223616 CPUtime=4842.21 cores=4-7
/proc/30105/task/30113/stat : 30113 (plingeling) R 30100 30100 30074 0 -1 4202560 85285 1251 0 0 484205 16 0 0 25 0 5 0 527082370 228982784 27978 33554432000 4194304 4356188 140736359067504 18446744073709551615 4210596 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=30105/tid=30114] ppid=30100 vsize=223616 CPUtime=4842.34 cores=4-7
/proc/30105/task/30114/stat : 30114 (plingeling) R 30100 30100 30074 0 -1 4202560 82004 1251 0 0 484221 13 0 0 25 0 5 0 527082370 228982784 27978 33554432000 4194304 4356188 140736359067504 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=30105/tid=30115] ppid=30100 vsize=223616 CPUtime=4841.84 cores=4-7
/proc/30105/task/30115/stat : 30115 (plingeling) R 30100 30100 30074 0 -1 4202560 103169 1251 0 0 484164 20 0 0 25 0 5 0 527082370 228982784 27978 33554432000 4194304 4356188 140736359067504 18446744073709551615 4331332 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 38711.2
Current children cumulated vsize (KiB) 2090300

[startup+4902.31 s]
/proc/loadavg: 8.25 8.17 8.11 9/184 30257
/proc/meminfo: memFree=24988460/32951124 swapFree=67111412/67111528
[pid=30100] ppid=30098 vsize=18324 CPUtime=0 cores=0-7
/proc/30100/stat : 30100 (ppfolio) S 30098 30100 30074 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 527082362 18763776 390 33554432000 4194304 4287625 140735099589728 18446744073709551615 232335912463 0 0 4096 65536 3961602796456771583 0 0 17 4 0 0 0
/proc/30100/statm: 4581 390 341 23 0 91 0
[pid=30101] ppid=30100 vsize=485808 CPUtime=4902.4 cores=0
/proc/30101/stat : 30101 (cryptominisat) R 30100 30100 30074 0 -1 4202496 1225273 0 0 0 489731 509 0 0 25 0 1 0 527082363 497467392 23122 33554432000 4194304 4587354 140735677467040 18446744073709551615 4238582 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/30101/statm: 121452 23122 337 96 0 118014 0
[pid=30102] ppid=30100 vsize=205880 CPUtime=4902.42 cores=1
/proc/30102/stat : 30102 (clasp) R 30100 30100 30074 0 -1 4202496 44877 0 0 0 490229 13 0 0 25 0 1 0 527082363 210821120 44166 33554432000 4194304 4785740 140735305341168 18446744073709551615 4287244 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/30102/statm: 51470 44166 340 145 0 48515 0
[pid=30103] ppid=30100 vsize=460712 CPUtime=4902.41 cores=2
/proc/30103/stat : 30103 (TNM) R 30100 30100 30074 0 -1 4202496 1817 0 0 0 490239 2 0 0 25 0 1 0 527082363 471769088 1713 33554432000 134512640 134534564 4289866960 18446744073709551615 134528979 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/30103/statm: 115178 1713 95 6 0 113844 0
[pid=30104] ppid=30100 vsize=695960 CPUtime=4902.41 cores=3
/proc/30104/stat : 30104 (march_hi) R 30100 30100 30074 0 -1 4202496 122579 0 0 0 490156 85 0 0 25 0 1 0 527082363 712663040 117058 33554432000 4194304 4331988 140733347224656 18446744073709551615 4299269 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/30104/statm: 173990 117058 175 34 0 172432 0
[pid=30105] ppid=30100 vsize=233856 CPUtime=19581.3 cores=4-7
/proc/30105/stat : 30105 (plingeling) S 30100 30100 30074 0 -1 4202496 389835 1251 0 0 1958061 70 0 0 25 0 5 0 527082363 239468544 30538 33554432000 4194304 4356188 140736359067504 18446744073709551615 232347695077 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/30105/statm: 58464 30538 162 40 0 57008 0
[pid=30105/tid=30112] ppid=30100 vsize=233856 CPUtime=4874.79 cores=4-7
/proc/30105/task/30112/stat : 30112 (plingeling) R 30100 30100 30074 0 -1 4202560 110383 1251 0 0 487461 18 0 0 25 0 5 0 527082370 239468544 30538 33554432000 4194304 4356188 140736359067504 18446744073709551615 4331060 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=30105/tid=30113] ppid=30100 vsize=233856 CPUtime=4902.22 cores=4-7
/proc/30105/task/30113/stat : 30113 (plingeling) R 30100 30100 30074 0 -1 4202560 85413 1251 0 0 490206 16 0 0 25 0 5 0 527082370 239468544 30538 33554432000 4194304 4356188 140736359067504 18446744073709551615 4331328 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=30105/tid=30114] ppid=30100 vsize=233856 CPUtime=4902.35 cores=4-7
/proc/30105/task/30114/stat : 30114 (plingeling) R 30100 30100 30074 0 -1 4202560 82004 1251 0 0 490222 13 0 0 25 0 5 0 527082370 239468544 30538 33554432000 4194304 4356188 140736359067504 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=30105/tid=30115] ppid=30100 vsize=233856 CPUtime=4901.85 cores=4-7
/proc/30105/task/30115/stat : 30115 (plingeling) R 30100 30100 30074 0 -1 4202560 107457 1251 0 0 490164 21 0 0 25 0 5 0 527082370 239468544 30538 33554432000 4194304 4356188 140736359067504 18446744073709551615 4332046 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 39190.9
Current children cumulated vsize (KiB) 2100540

[startup+4962.3 s]
/proc/loadavg: 8.09 8.13 8.09 10/184 30259
/proc/meminfo: memFree=25003688/32951124 swapFree=67111412/67111528
[pid=30100] ppid=30098 vsize=18324 CPUtime=0 cores=0-7
/proc/30100/stat : 30100 (ppfolio) S 30098 30100 30074 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 527082362 18763776 390 33554432000 4194304 4287625 140735099589728 18446744073709551615 232335912463 0 0 4096 65536 3961602796456771583 0 0 17 4 0 0 0
/proc/30100/statm: 4581 390 341 23 0 91 0
[pid=30101] ppid=30100 vsize=494136 CPUtime=4962.4 cores=0
/proc/30101/stat : 30101 (cryptominisat) R 30100 30100 30074 0 -1 4202496 1237818 0 0 0 495725 515 0 0 25 0 1 0 527082363 505995264 20163 33554432000 4194304 4587354 140735677467040 18446744073709551615 4238616 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/30101/statm: 123534 20163 337 96 0 120096 0
[pid=30102] ppid=30100 vsize=206304 CPUtime=4962.41 cores=1
/proc/30102/stat : 30102 (clasp) R 30100 30100 30074 0 -1 4202496 44987 0 0 0 496228 13 0 0 25 0 1 0 527082363 211255296 44276 33554432000 4194304 4785740 140735305341168 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/30102/statm: 51576 44276 340 145 0 48621 0
[pid=30103] ppid=30100 vsize=460712 CPUtime=4962.41 cores=2
/proc/30103/stat : 30103 (TNM) R 30100 30100 30074 0 -1 4202496 1817 0 0 0 496239 2 0 0 25 0 1 0 527082363 471769088 1713 33554432000 134512640 134534564 4289866960 18446744073709551615 134528913 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/30103/statm: 115178 1713 95 6 0 113844 0
[pid=30104] ppid=30100 vsize=695960 CPUtime=4962.41 cores=3
/proc/30104/stat : 30104 (march_hi) R 30100 30100 30074 0 -1 4202496 124018 0 0 0 496154 87 0 0 25 0 1 0 527082363 712663040 118497 33554432000 4194304 4331988 140733347224656 18446744073709551615 4263319 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/30104/statm: 173990 118497 175 34 0 172432 0
[pid=30105] ppid=30100 vsize=223104 CPUtime=19820.9 cores=4-7
/proc/30105/stat : 30105 (plingeling) S 30100 30100 30074 0 -1 4202496 396491 1251 0 0 1982024 71 0 0 25 0 5 0 527082363 228458496 27850 33554432000 4194304 4356188 140736359067504 18446744073709551615 232347695077 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/30105/statm: 55776 27850 162 40 0 54320 0
[pid=30105/tid=30112] ppid=30100 vsize=223104 CPUtime=4934.46 cores=4-7
/proc/30105/task/30112/stat : 30112 (plingeling) R 30100 30100 30074 0 -1 4202560 112623 1251 0 0 493428 18 0 0 25 0 5 0 527082370 228458496 27850 33554432000 4194304 4356188 140736359067504 18446744073709551615 4331007 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=30105/tid=30113] ppid=30100 vsize=223104 CPUtime=4962.22 cores=4-7
/proc/30105/task/30113/stat : 30113 (plingeling) R 30100 30100 30074 0 -1 4202560 87589 1251 0 0 496205 17 0 0 25 0 5 0 527082370 228458496 27850 33554432000 4194304 4356188 140736359067504 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=30105/tid=30114] ppid=30100 vsize=223104 CPUtime=4962.34 cores=4-7
/proc/30105/task/30114/stat : 30114 (plingeling) R 30100 30100 30074 0 -1 4202560 84244 1251 0 0 496221 13 0 0 25 0 5 0 527082370 228458496 27850 33554432000 4194304 4356188 140736359067504 18446744073709551615 4331323 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=30105/tid=30115] ppid=30100 vsize=223104 CPUtime=4961.83 cores=4-7
/proc/30105/task/30115/stat : 30115 (plingeling) R 30100 30100 30074 0 -1 4202560 107457 1251 0 0 496162 21 0 0 25 0 5 0 527082370 228458496 27850 33554432000 4194304 4356188 140736359067504 18446744073709551615 4331504 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 39670.6
Current children cumulated vsize (KiB) 2098540



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+5000 s]
/proc/loadavg: 8.12 8.13 8.09 9/184 30260
/proc/meminfo: memFree=24988176/32951124 swapFree=67111412/67111528
[pid=30100] ppid=30098 vsize=18324 CPUtime=0 cores=0-7
/proc/30100/stat : 30100 (ppfolio) S 30098 30100 30074 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 527082362 18763776 390 33554432000 4194304 4287625 140735099589728 18446744073709551615 232335912463 0 0 4096 65536 3961602796456771583 0 0 17 4 0 0 0
/proc/30100/statm: 4581 390 341 23 0 91 0
[pid=30101] ppid=30100 vsize=494136 CPUtime=5000.11 cores=0
/proc/30101/stat : 30101 (cryptominisat) R 30100 30100 30074 0 -1 4202496 1242908 0 0 0 499493 518 0 0 25 0 1 0 527082363 505995264 25202 33554432000 4194304 4587354 140735677467040 18446744073709551615 4238618 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/30101/statm: 123534 25202 337 96 0 120096 0
[pid=30102] ppid=30100 vsize=206304 CPUtime=5000.12 cores=1
/proc/30102/stat : 30102 (clasp) R 30100 30100 30074 0 -1 4202496 44989 0 0 0 499999 13 0 0 25 0 1 0 527082363 211255296 44278 33554432000 4194304 4785740 140735305341168 18446744073709551615 4286953 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/30102/statm: 51576 44278 340 145 0 48621 0
[pid=30103] ppid=30100 vsize=460712 CPUtime=5000.11 cores=2
/proc/30103/stat : 30103 (TNM) R 30100 30100 30074 0 -1 4202496 1817 0 0 0 500009 2 0 0 25 0 1 0 527082363 471769088 1713 33554432000 134512640 134534564 4289866960 18446744073709551615 134530606 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/30103/statm: 115178 1713 95 6 0 113844 0
[pid=30104] ppid=30100 vsize=695960 CPUtime=5000.12 cores=3
/proc/30104/stat : 30104 (march_hi) R 30100 30100 30074 0 -1 4202496 124982 0 0 0 499924 88 0 0 25 0 1 0 527082363 712663040 119461 33554432000 4194304 4331988 140733347224656 18446744073709551615 4226219 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/30104/statm: 173990 119461 175 34 0 172432 0
[pid=30105] ppid=30100 vsize=213376 CPUtime=19971.6 cores=4-7
/proc/30105/stat : 30105 (plingeling) S 30100 30100 30074 0 -1 4202496 396491 1251 0 0 1997085 71 0 0 25 0 5 0 527082363 218497024 25418 33554432000 4194304 4356188 140736359067504 18446744073709551615 232347695077 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/30105/statm: 53344 25418 162 40 0 51888 0
[pid=30105/tid=30112] ppid=30100 vsize=213376 CPUtime=4971.96 cores=4-7
/proc/30105/task/30112/stat : 30112 (plingeling) R 30100 30100 30074 0 -1 4202560 112623 1251 0 0 497178 18 0 0 25 0 5 0 527082370 218497024 25418 33554432000 4194304 4356188 140736359067504 18446744073709551615 4331141 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=30105/tid=30113] ppid=30100 vsize=213376 CPUtime=4999.92 cores=4-7
/proc/30105/task/30113/stat : 30113 (plingeling) R 30100 30100 30074 0 -1 4202560 87589 1251 0 0 499975 17 0 0 25 0 5 0 527082370 218497024 25418 33554432000 4194304 4356188 140736359067504 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=30105/tid=30114] ppid=30100 vsize=213376 CPUtime=5000.05 cores=4-7
/proc/30105/task/30114/stat : 30114 (plingeling) R 30100 30100 30074 0 -1 4202560 84244 1251 0 0 499992 13 0 0 25 0 5 0 527082370 218497024 25418 33554432000 4194304 4356188 140736359067504 18446744073709551615 4330969 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=30105/tid=30115] ppid=30100 vsize=213376 CPUtime=4999.54 cores=4-7
/proc/30105/task/30115/stat : 30115 (plingeling) R 30100 30100 30074 0 -1 4202560 107457 1251 0 0 499933 21 0 0 25 0 5 0 527082370 218497024 25418 33554432000 4194304 4356188 140736359067504 18446744073709551615 4332046 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 39972
Current children cumulated vsize (KiB) 2088812

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

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

[startup+5000 s]
/proc/loadavg: 8.12 8.13 8.09 9/184 30260
/proc/meminfo: memFree=24988176/32951124 swapFree=67111412/67111528
[pid=30100] ppid=30098 vsize=18324 CPUtime=0 cores=0-7
/proc/30100/stat : 30100 (ppfolio) S 30098 30100 30074 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 527082362 18763776 390 33554432000 4194304 4287625 140735099589728 18446744073709551615 232335912463 0 0 4096 65536 3961602796456771583 0 0 17 4 0 0 0
/proc/30100/statm: 4581 390 341 23 0 91 0
[pid=30101] ppid=30100 vsize=494136 CPUtime=5000.11 cores=0
/proc/30101/stat : 30101 (cryptominisat) R 30100 30100 30074 0 -1 4202496 1242908 0 0 0 499493 518 0 0 25 0 1 0 527082363 505995264 25202 33554432000 4194304 4587354 140735677467040 18446744073709551615 4238618 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/30101/statm: 123534 25202 337 96 0 120096 0
[pid=30102] ppid=30100 vsize=206304 CPUtime=5000.12 cores=1
/proc/30102/stat : 30102 (clasp) R 30100 30100 30074 0 -1 4202496 44989 0 0 0 499999 13 0 0 25 0 1 0 527082363 211255296 44278 33554432000 4194304 4785740 140735305341168 18446744073709551615 4286953 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/30102/statm: 51576 44278 340 145 0 48621 0
[pid=30103] ppid=30100 vsize=460712 CPUtime=5000.11 cores=2
/proc/30103/stat : 30103 (TNM) R 30100 30100 30074 0 -1 4202496 1817 0 0 0 500009 2 0 0 25 0 1 0 527082363 471769088 1713 33554432000 134512640 134534564 4289866960 18446744073709551615 134530606 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/30103/statm: 115178 1713 95 6 0 113844 0
[pid=30104] ppid=30100 vsize=695960 CPUtime=5000.12 cores=3
/proc/30104/stat : 30104 (march_hi) R 30100 30100 30074 0 -1 4202496 124982 0 0 0 499924 88 0 0 25 0 1 0 527082363 712663040 119461 33554432000 4194304 4331988 140733347224656 18446744073709551615 4226219 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/30104/statm: 173990 119461 175 34 0 172432 0
[pid=30105] ppid=30100 vsize=213376 CPUtime=19971.6 cores=4-7
/proc/30105/stat : 30105 (plingeling) S 30100 30100 30074 0 -1 4202496 396491 1251 0 0 1997085 71 0 0 25 0 5 0 527082363 218497024 25418 33554432000 4194304 4356188 140736359067504 18446744073709551615 232347695077 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/30105/statm: 53344 25418 162 40 0 51888 0
[pid=30105/tid=30112] ppid=30100 vsize=213376 CPUtime=4971.96 cores=4-7
/proc/30105/task/30112/stat : 30112 (plingeling) R 30100 30100 30074 0 -1 4202560 112623 1251 0 0 497178 18 0 0 25 0 5 0 527082370 218497024 25418 33554432000 4194304 4356188 140736359067504 18446744073709551615 4331141 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=30105/tid=30113] ppid=30100 vsize=213376 CPUtime=4999.92 cores=4-7
/proc/30105/task/30113/stat : 30113 (plingeling) R 30100 30100 30074 0 -1 4202560 87589 1251 0 0 499975 17 0 0 25 0 5 0 527082370 218497024 25418 33554432000 4194304 4356188 140736359067504 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=30105/tid=30114] ppid=30100 vsize=213376 CPUtime=5000.05 cores=4-7
/proc/30105/task/30114/stat : 30114 (plingeling) R 30100 30100 30074 0 -1 4202560 84244 1251 0 0 499992 13 0 0 25 0 5 0 527082370 218497024 25418 33554432000 4194304 4356188 140736359067504 18446744073709551615 4330969 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=30105/tid=30115] ppid=30100 vsize=213376 CPUtime=4999.54 cores=4-7
/proc/30105/task/30115/stat : 30115 (plingeling) R 30100 30100 30074 0 -1 4202560 107457 1251 0 0 499933 21 0 0 25 0 5 0 527082370 218497024 25418 33554432000 4194304 4356188 140736359067504 18446744073709551615 4332046 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 39972
Current children cumulated vsize (KiB) 2088812

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 30100 and gives
#  childrusage.ru_utime.tv_sec=9995
#  childrusage.ru_utime.tv_usec=36523
#  childrusage.ru_stime.tv_sec=5
#  childrusage.ru_stime.tv_usec=219206
# CPU time returned by wait4() is 10000.3
# while last known CPU time is 39972
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 5000.02
CPU time (s): 39972
CPU user time (s): 39965.1
CPU system time (s): 6.92
CPU usage (%): 799.438
Max. virtual memory (cumulated for all children) (KiB): 2359708

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 9995.04
system time used= 5.21921
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1245248
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= 507
involuntary context switches= 17034

runsolver used 7.70683 second user time and 19.576 second system time

The end

Launcher Data

Begin job on node132 at 2011-04-30 11:14:02
IDJOB=3219915
IDBENCH=82669
IDSOLVER=1638
FILE ID=node132/3219915-1304154842
RUNJOBID= node132-1304154842-30088
PBS_JOBID= 13170908
Free space on /tmp= 72172 MiB

SOLVER NAME= ppfolio par
BENCH NAME= SAT11/random/large/unif-k7-r85-v400-c34000-S586055573-067-UNKNOWN.cnf
COMMAND LINE= ppfolio BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3219915-1304154842/watcher-3219915-1304154842 -o /tmp/evaluation-result-3219915-1304154842/solver-3219915-1304154842 -C 40000 -W 5000 -M 31000  ppfolio HOME/instance-3219915-1304154842.cnf

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

MD5SUM BENCH= d673a60901b4a946b283fdbb02f99fdc
RANDOM SEED=190742422

node132.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	: 5332.74
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.76
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.75
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.77
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.67
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.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.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:      25851352 kB
Buffers:        693308 kB
Cached:        5860064 kB
SwapCached:        112 kB
Active:        1518264 kB
Inactive:      5099340 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      25851352 kB
SwapTotal:    67111528 kB
SwapFree:     67111412 kB
Dirty:           11012 kB
Writeback:           0 kB
AnonPages:       64416 kB
Mapped:          14652 kB
Slab:           418048 kB
PageTables:       4328 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   184376 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 72164 MiB
End job on node132 at 2011-04-30 12:37:24