Trace number 3275591

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 parUNSAT 109.036 15.1781

General information on the benchmark

Namecrafted/skvortsov/battleship/
battleship-12-12-unsat.cnf
MD5SUM9255daf8fc8e7a0c753f68fd095283c9
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark33.025
Satisfiable
(Un)Satisfiability was proved
Number of variables144
Number of clauses936
Sum of the clauses size3312
Maximum clause length12
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2792
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 5144

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
108.47/15.17	s UNSATISFIABLE
108.47/15.17	solver [4] march_hi 2009 answered
108.47/15.17	Done

Verifier Data

No possible verification on an UNSAT instance

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

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

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


[startup+0 s]
/proc/loadavg: 8.09 8.06 8.00 1/170 10886
/proc/meminfo: memFree=28990324/32951124 swapFree=67111356/67111528
[pid=10886] ppid=10884 vsize=18324 CPUtime=0 cores=0-7
/proc/10886/stat : 10886 (ppfolio) R 10884 10886 10232 0 -1 4202496 519 0 0 0 0 0 0 0 25 0 1 0 528394573 18763776 389 33554432000 4194304 4287625 140734439584496 18446744073709551615 218905751055 0 0 4096 65536 0 0 0 17 6 0 0 0
/proc/10886/statm: 4581 389 341 23 0 91 0

[startup+0.163446 s]
/proc/loadavg: 8.09 8.06 8.00 1/170 10886
/proc/meminfo: memFree=28990324/32951124 swapFree=67111356/67111528
[pid=10886] ppid=10884 vsize=18324 CPUtime=0 cores=0-7
/proc/10886/stat : 10886 (ppfolio) R 10884 10886 10232 0 -1 4202496 520 0 0 0 0 0 0 0 25 0 1 0 528394573 18763776 389 33554432000 4194304 4287625 140734439584496 18446744073709551615 218905751055 0 0 4096 65536 0 0 0 17 3 0 0 0
/proc/10886/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.258659 s]
/proc/loadavg: 8.09 8.06 8.00 1/170 10886
/proc/meminfo: memFree=28990324/32951124 swapFree=67111356/67111528
[pid=10886] ppid=10884 vsize=18324 CPUtime=0 cores=0-7
/proc/10886/stat : 10886 (ppfolio) R 10884 10886 10232 0 -1 4202496 520 0 0 0 0 0 0 0 25 0 1 0 528394573 18763776 389 33554432000 4194304 4287625 140734439584496 18446744073709551615 218905751055 0 0 4096 65536 0 0 0 17 3 0 0 0
/proc/10886/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.300652 s]
/proc/loadavg: 8.09 8.06 8.00 1/170 10886
/proc/meminfo: memFree=28990324/32951124 swapFree=67111356/67111528
[pid=10886] ppid=10884 vsize=18324 CPUtime=0 cores=0-7
/proc/10886/stat : 10886 (ppfolio) R 10884 10886 10232 0 -1 4202496 520 0 0 0 0 0 0 0 25 0 1 0 528394573 18763776 389 33554432000 4194304 4287625 140734439584496 18446744073709551615 218905751055 0 0 4096 65536 0 0 0 17 3 0 0 0
/proc/10886/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.700579 s]
/proc/loadavg: 8.09 8.06 8.00 1/170 10886
/proc/meminfo: memFree=28990324/32951124 swapFree=67111356/67111528
[pid=10886] ppid=10884 vsize=18324 CPUtime=0 cores=0-7
/proc/10886/stat : 10886 (ppfolio) R 10884 10886 10232 0 -1 4202496 520 0 0 0 0 0 0 0 25 0 1 0 528394573 18763776 389 33554432000 4194304 4287625 140734439584496 18446744073709551615 218905751055 0 0 4096 65536 0 0 0 17 3 0 0 0
/proc/10886/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.50043 s]
/proc/loadavg: 8.16 8.07 8.01 10/180 10901
/proc/meminfo: memFree=28968048/32951124 swapFree=67111356/67111528
[pid=10886] ppid=10884 vsize=18324 CPUtime=0 cores=0-7
/proc/10886/stat : 10886 (ppfolio) S 10884 10886 10232 0 -1 4202496 520 0 0 0 0 0 0 0 19 0 1 0 528394573 18763776 389 33554432000 4194304 4287625 140734439584496 18446744073709551615 218905751055 0 0 4096 65536 11154985135294644223 0 0 17 3 0 0 0
/proc/10886/statm: 4581 389 341 23 0 91 0
[pid=10887] ppid=10886 vsize=1239848 CPUtime=1.49 cores=0
/proc/10887/stat : 10887 (cryptominisat) R 10886 10886 10232 0 -1 4202496 4804 0 0 0 148 1 0 0 20 0 1 0 528394574 1269604352 3281 33554432000 4194304 4587354 140735072778416 18446744073709551615 4365345 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/10887/statm: 309962 3281 337 96 0 306524 0
[pid=10888] ppid=10886 vsize=13484 CPUtime=1.49 cores=1
/proc/10888/stat : 10888 (clasp) R 10886 10886 10232 0 -1 4202496 836 0 0 0 149 0 0 0 19 0 1 0 528394574 13807616 728 33554432000 4194304 4785740 140736160045424 18446744073709551615 4287055 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/10888/statm: 3371 728 340 145 0 416 0
[pid=10889] ppid=10886 vsize=455828 CPUtime=1.49 cores=2
/proc/10889/stat : 10889 (TNM) R 10886 10886 10232 0 -1 4202496 298 0 0 0 149 0 0 0 20 0 1 0 528394574 466767872 195 33554432000 134512640 134534564 4294653184 18446744073709551615 134528633 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/10889/statm: 113957 195 95 6 0 112623 0
[pid=10890] ppid=10886 vsize=6880 CPUtime=1.49 cores=3
/proc/10890/stat : 10890 (march_hi) R 10886 10886 10232 0 -1 4202496 386 0 0 0 149 0 0 0 20 0 1 0 528394574 7045120 279 33554432000 4194304 4331988 140736544252416 18446744073709551615 4237398 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/10890/statm: 1720 279 174 34 0 162 0
[pid=10891] ppid=10886 vsize=128504 CPUtime=5.96 cores=4-7
/proc/10891/stat : 10891 (plingeling) S 10886 10886 10232 0 -1 4202496 5721 1250 0 0 595 1 0 0 18 0 5 0 528394574 131588096 4288 33554432000 4194304 4356188 140737227233904 18446744073709551615 218917533669 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/10891/statm: 32126 4288 162 40 0 30670 0
[pid=10891/tid=10898] ppid=10886 vsize=128504 CPUtime=1.49 cores=4-7
/proc/10891/task/10898/stat : 10898 (plingeling) R 10886 10886 10232 0 -1 4202560 1366 1250 0 0 149 0 0 0 20 0 5 0 528394574 131588096 4288 33554432000 4194304 4356188 140737227233904 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=10891/tid=10899] ppid=10886 vsize=128504 CPUtime=1.48 cores=4-7
/proc/10891/task/10899/stat : 10899 (plingeling) R 10886 10886 10232 0 -1 4202560 1305 1250 0 0 148 0 0 0 25 0 5 0 528394574 131588096 4288 33554432000 4194304 4356188 140737227233904 18446744073709551615 4330990 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=10891/tid=10900] ppid=10886 vsize=128504 CPUtime=1.48 cores=4-7
/proc/10891/task/10900/stat : 10900 (plingeling) R 10886 10886 10232 0 -1 4202560 1464 1250 0 0 148 0 0 0 20 0 5 0 528394574 131588096 4288 33554432000 4194304 4356188 140737227233904 18446744073709551615 4331350 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=10891/tid=10901] ppid=10886 vsize=128504 CPUtime=1.48 cores=4-7
/proc/10891/task/10901/stat : 10901 (plingeling) R 10886 10886 10232 0 -1 4202560 1253 1250 0 0 148 0 0 0 20 0 5 0 528394574 131588096 4288 33554432000 4194304 4356188 140737227233904 18446744073709551615 4331055 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 11.92
Current children cumulated vsize (KiB) 1862868

[startup+3.10114 s]
/proc/loadavg: 8.16 8.07 8.01 9/180 10901
/proc/meminfo: memFree=28954864/32951124 swapFree=67111356/67111528
[pid=10886] ppid=10884 vsize=18324 CPUtime=2.92 cores=0-7
/proc/10886/stat : 10886 (ppfolio) S 10884 10886 10232 0 -1 4202496 521 5584 0 0 0 0 291 1 15 0 1 0 528394573 18763776 390 33554432000 4194304 4287625 140734439584496 18446744073709551615 218905751055 0 0 4096 65536 9224195742862639364 0 0 17 3 0 0 0
/proc/10886/statm: 4581 390 342 23 0 91 0
[pid=10888] ppid=10886 vsize=13888 CPUtime=3.09 cores=1
/proc/10888/stat : 10888 (clasp) R 10886 10886 10232 0 -1 4202496 934 0 0 0 309 0 0 0 25 0 1 0 528394574 14221312 826 33554432000 4194304 4785740 140736160045424 18446744073709551615 4287104 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/10888/statm: 3472 826 340 145 0 517 0
[pid=10889] ppid=10886 vsize=455828 CPUtime=3.09 cores=2
/proc/10889/stat : 10889 (TNM) R 10886 10886 10232 0 -1 4202496 298 0 0 0 309 0 0 0 25 0 1 0 528394574 466767872 195 33554432000 134512640 134534564 4294653184 18446744073709551615 134528719 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/10889/statm: 113957 195 95 6 0 112623 0
[pid=10890] ppid=10886 vsize=7020 CPUtime=3.09 cores=3
/proc/10890/stat : 10890 (march_hi) R 10886 10886 10232 0 -1 4202496 399 0 0 0 309 0 0 0 25 0 1 0 528394574 7188480 292 33554432000 4194304 4331988 140736544252416 18446744073709551615 4237192 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/10890/statm: 1755 292 174 34 0 197 0
[pid=10891] ppid=10886 vsize=135172 CPUtime=12.35 cores=4-7
/proc/10891/stat : 10891 (plingeling) S 10886 10886 10232 0 -1 4202496 8764 1250 0 0 1234 1 0 0 18 0 5 0 528394574 138416128 5955 33554432000 4194304 4356188 140737227233904 18446744073709551615 218917533669 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/10891/statm: 33793 5955 162 40 0 32337 0
[pid=10891/tid=10898] ppid=10886 vsize=135172 CPUtime=3.09 cores=4-7
/proc/10891/task/10898/stat : 10898 (plingeling) R 10886 10886 10232 0 -1 4202560 2295 1250 0 0 309 0 0 0 25 0 5 0 528394574 138416128 5955 33554432000 4194304 4356188 140737227233904 18446744073709551615 4331065 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=10891/tid=10899] ppid=10886 vsize=135172 CPUtime=3.08 cores=4-7
/proc/10891/task/10899/stat : 10899 (plingeling) R 10886 10886 10232 0 -1 4202560 1722 1250 0 0 308 0 0 0 25 0 5 0 528394574 138416128 5955 33554432000 4194304 4356188 140737227233904 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=10891/tid=10900] ppid=10886 vsize=135172 CPUtime=3.08 cores=4-7
/proc/10891/task/10900/stat : 10900 (plingeling) R 10886 10886 10232 0 -1 4202560 2297 1250 0 0 308 0 0 0 25 0 5 0 528394574 138416128 5955 33554432000 4194304 4356188 140737227233904 18446744073709551615 4332145 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=10891/tid=10901] ppid=10886 vsize=135172 CPUtime=3.07 cores=4-7
/proc/10891/task/10901/stat : 10901 (plingeling) R 10886 10886 10232 0 -1 4202560 2117 1250 0 0 307 0 0 0 25 0 5 0 528394574 138416128 5955 33554432000 4194304 4356188 140737227233904 18446744073709551615 4331268 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 24.54
Current children cumulated vsize (KiB) 630232

[startup+6.30057 s]
/proc/loadavg: 8.16 8.07 8.01 8/179 10902
/proc/meminfo: memFree=28956252/32951124 swapFree=67111356/67111528
[pid=10886] ppid=10884 vsize=18324 CPUtime=2.92 cores=0-7
/proc/10886/stat : 10886 (ppfolio) S 10884 10886 10232 0 -1 4202496 521 5584 0 0 0 0 291 1 15 0 1 0 528394573 18763776 390 33554432000 4194304 4287625 140734439584496 18446744073709551615 218905751055 0 0 4096 65536 9224195742862639364 0 0 17 3 0 0 0
/proc/10886/statm: 4581 390 342 23 0 91 0
[pid=10888] ppid=10886 vsize=14444 CPUtime=6.29 cores=1
/proc/10888/stat : 10888 (clasp) R 10886 10886 10232 0 -1 4202496 1077 0 0 0 629 0 0 0 25 0 1 0 528394574 14790656 969 33554432000 4194304 4785740 140736160045424 18446744073709551615 4287028 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/10888/statm: 3611 969 340 145 0 656 0
[pid=10889] ppid=10886 vsize=455828 CPUtime=6.29 cores=2
/proc/10889/stat : 10889 (TNM) R 10886 10886 10232 0 -1 4202496 298 0 0 0 629 0 0 0 25 0 1 0 528394574 466767872 195 33554432000 134512640 134534564 4294653184 18446744073709551615 134528288 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/10889/statm: 113957 195 95 6 0 112623 0
[pid=10890] ppid=10886 vsize=7020 CPUtime=6.29 cores=3
/proc/10890/stat : 10890 (march_hi) R 10886 10886 10232 0 -1 4202496 404 0 0 0 629 0 0 0 25 0 1 0 528394574 7188480 297 33554432000 4194304 4331988 140736544252416 18446744073709551615 4226270 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/10890/statm: 1755 297 174 34 0 197 0
[pid=10891] ppid=10886 vsize=142608 CPUtime=25.13 cores=4-7
/proc/10891/stat : 10891 (plingeling) S 10886 10886 10232 0 -1 4202496 12703 1250 0 0 2511 2 0 0 18 0 5 0 528394574 146030592 7814 33554432000 4194304 4356188 140737227233904 18446744073709551615 218917533669 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/10891/statm: 35652 7814 162 40 0 34196 0
[pid=10891/tid=10898] ppid=10886 vsize=142608 CPUtime=6.28 cores=4-7
/proc/10891/task/10898/stat : 10898 (plingeling) R 10886 10886 10232 0 -1 4202560 3064 1250 0 0 628 0 0 0 25 0 5 0 528394574 146030592 7814 33554432000 4194304 4356188 140737227233904 18446744073709551615 4282035 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=10891/tid=10899] ppid=10886 vsize=142608 CPUtime=6.28 cores=4-7
/proc/10891/task/10899/stat : 10899 (plingeling) R 10886 10886 10232 0 -1 4202560 2842 1250 0 0 628 0 0 0 25 0 5 0 528394574 146030592 7814 33554432000 4194304 4356188 140737227233904 18446744073709551615 4279494 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=10891/tid=10900] ppid=10886 vsize=142608 CPUtime=6.28 cores=4-7
/proc/10891/task/10900/stat : 10900 (plingeling) R 10886 10886 10232 0 -1 4202560 3385 1250 0 0 628 0 0 0 25 0 5 0 528394574 146030592 7814 33554432000 4194304 4356188 140737227233904 18446744073709551615 4331060 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=10891/tid=10901] ppid=10886 vsize=142608 CPUtime=6.25 cores=4-7
/proc/10891/task/10901/stat : 10901 (plingeling) R 10886 10886 10232 0 -1 4202560 3079 1250 0 0 625 0 0 0 25 0 5 0 528394574 146030592 7814 33554432000 4194304 4356188 140737227233904 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 46.92
Current children cumulated vsize (KiB) 638224

[startup+12.7004 s]
/proc/loadavg: 7.98 8.04 8.00 8/179 10902
/proc/meminfo: memFree=28944960/32951124 swapFree=67111356/67111528
[pid=10886] ppid=10884 vsize=18324 CPUtime=2.92 cores=0-7
/proc/10886/stat : 10886 (ppfolio) S 10884 10886 10232 0 -1 4202496 521 5584 0 0 0 0 291 1 15 0 1 0 528394573 18763776 390 33554432000 4194304 4287625 140734439584496 18446744073709551615 218905751055 0 0 4096 65536 9224195742862639364 0 0 17 3 0 0 0
/proc/10886/statm: 4581 390 342 23 0 91 0
[pid=10888] ppid=10886 vsize=15260 CPUtime=12.69 cores=1
/proc/10888/stat : 10888 (clasp) R 10886 10886 10232 0 -1 4202496 1253 0 0 0 1269 0 0 0 25 0 1 0 528394574 15626240 1145 33554432000 4194304 4785740 140736160045424 18446744073709551615 218905389733 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/10888/statm: 3815 1145 340 145 0 860 0
[pid=10889] ppid=10886 vsize=455828 CPUtime=12.68 cores=2
/proc/10889/stat : 10889 (TNM) R 10886 10886 10232 0 -1 4202496 298 0 0 0 1268 0 0 0 25 0 1 0 528394574 466767872 195 33554432000 134512640 134534564 4294653184 18446744073709551615 134529777 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/10889/statm: 113957 195 95 6 0 112623 0
[pid=10890] ppid=10886 vsize=7020 CPUtime=12.69 cores=3
/proc/10890/stat : 10890 (march_hi) R 10886 10886 10232 0 -1 4202496 412 0 0 0 1269 0 0 0 25 0 1 0 528394574 7188480 305 33554432000 4194304 4331988 140736544252416 18446744073709551615 4226474 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/10890/statm: 1755 305 174 34 0 197 0
[pid=10891] ppid=10886 vsize=155032 CPUtime=50.7 cores=4-7
/proc/10891/stat : 10891 (plingeling) S 10886 10886 10232 0 -1 4202496 19393 1250 0 0 5066 4 0 0 18 0 5 0 528394574 158752768 10920 33554432000 4194304 4356188 140737227233904 18446744073709551615 218917533669 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/10891/statm: 38758 10920 162 40 0 37302 0
[pid=10891/tid=10898] ppid=10886 vsize=155032 CPUtime=12.68 cores=4-7
/proc/10891/task/10898/stat : 10898 (plingeling) R 10886 10886 10232 0 -1 4202560 4088 1250 0 0 1268 0 0 0 25 0 5 0 528394574 158752768 10920 33554432000 4194304 4356188 140737227233904 18446744073709551615 4332041 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=10891/tid=10899] ppid=10886 vsize=155032 CPUtime=12.68 cores=4-7
/proc/10891/task/10899/stat : 10899 (plingeling) R 10886 10886 10232 0 -1 4202560 4187 1250 0 0 1267 1 0 0 25 0 5 0 528394574 158752768 10920 33554432000 4194304 4356188 140737227233904 18446744073709551615 4331212 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=10891/tid=10900] ppid=10886 vsize=155032 CPUtime=12.69 cores=4-7
/proc/10891/task/10900/stat : 10900 (plingeling) R 10886 10886 10232 0 -1 4202560 5530 1250 0 0 1268 1 0 0 25 0 5 0 528394574 158752768 10920 33554432000 4194304 4356188 140737227233904 18446744073709551615 4331578 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=10891/tid=10901] ppid=10886 vsize=155032 CPUtime=12.61 cores=4-7
/proc/10891/task/10901/stat : 10901 (plingeling) R 10886 10886 10232 0 -1 4202560 5255 1250 0 0 1261 0 0 0 25 0 5 0 528394574 158752768 10920 33554432000 4194304 4356188 140737227233904 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 91.68
Current children cumulated vsize (KiB) 651464

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

[startup+12.8014 s]
/proc/loadavg: 7.98 8.04 8.00 8/179 10902
/proc/meminfo: memFree=28944960/32951124 swapFree=67111356/67111528
[pid=10886] ppid=10884 vsize=18324 CPUtime=2.92 cores=0-7
/proc/10886/stat : 10886 (ppfolio) S 10884 10886 10232 0 -1 4202496 521 5584 0 0 0 0 291 1 15 0 1 0 528394573 18763776 390 33554432000 4194304 4287625 140734439584496 18446744073709551615 218905751055 0 0 4096 65536 9224195742862639364 0 0 17 3 0 0 0
/proc/10886/statm: 4581 390 342 23 0 91 0
[pid=10888] ppid=10886 vsize=15260 CPUtime=12.79 cores=1
/proc/10888/stat : 10888 (clasp) R 10886 10886 10232 0 -1 4202496 1254 0 0 0 1279 0 0 0 25 0 1 0 528394574 15626240 1146 33554432000 4194304 4785740 140736160045424 18446744073709551615 4287140 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/10888/statm: 3815 1146 340 145 0 860 0
[pid=10889] ppid=10886 vsize=455828 CPUtime=12.78 cores=2
/proc/10889/stat : 10889 (TNM) R 10886 10886 10232 0 -1 4202496 298 0 0 0 1278 0 0 0 25 0 1 0 528394574 466767872 195 33554432000 134512640 134534564 4294653184 18446744073709551615 134530260 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/10889/statm: 113957 195 95 6 0 112623 0
[pid=10890] ppid=10886 vsize=7020 CPUtime=12.79 cores=3
/proc/10890/stat : 10890 (march_hi) R 10886 10886 10232 0 -1 4202496 412 0 0 0 1279 0 0 0 25 0 1 0 528394574 7188480 305 33554432000 4194304 4331988 140736544252416 18446744073709551615 4226263 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/10890/statm: 1755 305 174 34 0 197 0
[pid=10891] ppid=10886 vsize=153880 CPUtime=51.1 cores=4-7
/proc/10891/stat : 10891 (plingeling) S 10886 10886 10232 0 -1 4202496 19393 1250 0 0 5106 4 0 0 18 0 5 0 528394574 157573120 10632 33554432000 4194304 4356188 140737227233904 18446744073709551615 218917533669 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/10891/statm: 38470 10632 162 40 0 37014 0
[pid=10891/tid=10898] ppid=10886 vsize=153880 CPUtime=12.78 cores=4-7
/proc/10891/task/10898/stat : 10898 (plingeling) R 10886 10886 10232 0 -1 4202560 4088 1250 0 0 1278 0 0 0 25 0 5 0 528394574 157573120 10632 33554432000 4194304 4356188 140737227233904 18446744073709551615 4330960 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=10891/tid=10899] ppid=10886 vsize=153880 CPUtime=12.78 cores=4-7
/proc/10891/task/10899/stat : 10899 (plingeling) R 10886 10886 10232 0 -1 4202560 4187 1250 0 0 1277 1 0 0 25 0 5 0 528394574 157573120 10632 33554432000 4194304 4356188 140737227233904 18446744073709551615 4332046 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=10891/tid=10900] ppid=10886 vsize=153880 CPUtime=12.79 cores=4-7
/proc/10891/task/10900/stat : 10900 (plingeling) R 10886 10886 10232 0 -1 4202560 5530 1250 0 0 1278 1 0 0 25 0 5 0 528394574 157573120 10632 33554432000 4194304 4356188 140737227233904 18446744073709551615 4331849 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=10891/tid=10901] ppid=10886 vsize=153880 CPUtime=12.71 cores=4-7
/proc/10891/task/10901/stat : 10901 (plingeling) R 10886 10886 10232 0 -1 4202560 5255 1250 0 0 1271 0 0 0 25 0 5 0 528394574 157573120 10632 33554432000 4194304 4356188 140737227233904 18446744073709551615 4332026 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 92.38
Current children cumulated vsize (KiB) 650312

[startup+14.4061 s]
/proc/loadavg: 7.98 8.04 8.00 8/179 10902
/proc/meminfo: memFree=28940636/32951124 swapFree=67111356/67111528
[pid=10886] ppid=10884 vsize=18324 CPUtime=2.92 cores=0-7
/proc/10886/stat : 10886 (ppfolio) S 10884 10886 10232 0 -1 4202496 521 5584 0 0 0 0 291 1 15 0 1 0 528394573 18763776 390 33554432000 4194304 4287625 140734439584496 18446744073709551615 218905751055 0 0 4096 65536 9224195742862639364 0 0 17 3 0 0 0
/proc/10886/statm: 4581 390 342 23 0 91 0
[pid=10888] ppid=10886 vsize=15400 CPUtime=14.39 cores=1
/proc/10888/stat : 10888 (clasp) R 10886 10886 10232 0 -1 4202496 1290 0 0 0 1439 0 0 0 25 0 1 0 528394574 15769600 1182 33554432000 4194304 4785740 140736160045424 18446744073709551615 4309551 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/10888/statm: 3850 1182 340 145 0 895 0
[pid=10889] ppid=10886 vsize=455828 CPUtime=14.39 cores=2
/proc/10889/stat : 10889 (TNM) R 10886 10886 10232 0 -1 4202496 298 0 0 0 1439 0 0 0 25 0 1 0 528394574 466767872 195 33554432000 134512640 134534564 4294653184 18446744073709551615 134530619 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/10889/statm: 113957 195 95 6 0 112623 0
[pid=10890] ppid=10886 vsize=7020 CPUtime=14.39 cores=3
/proc/10890/stat : 10890 (march_hi) R 10886 10886 10232 0 -1 4202496 414 0 0 0 1439 0 0 0 25 0 1 0 528394574 7188480 307 33554432000 4194304 4331988 140736544252416 18446744073709551615 4263314 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/10890/statm: 1755 307 174 34 0 197 0
[pid=10891] ppid=10886 vsize=159128 CPUtime=57.5 cores=4-7
/proc/10891/stat : 10891 (plingeling) S 10886 10886 10232 0 -1 4202496 21505 1250 0 0 5746 4 0 0 18 0 5 0 528394574 162947072 11944 33554432000 4194304 4356188 140737227233904 18446744073709551615 218917533669 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/10891/statm: 39782 11944 162 40 0 38326 0
[pid=10891/tid=10898] ppid=10886 vsize=159128 CPUtime=14.38 cores=4-7
/proc/10891/task/10898/stat : 10898 (plingeling) R 10886 10886 10232 0 -1 4202560 4248 1250 0 0 1438 0 0 0 25 0 5 0 528394574 162947072 11944 33554432000 4194304 4356188 140737227233904 18446744073709551615 4332046 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=10891/tid=10899] ppid=10886 vsize=159128 CPUtime=14.38 cores=4-7
/proc/10891/task/10899/stat : 10899 (plingeling) R 10886 10886 10232 0 -1 4202560 5307 1250 0 0 1437 1 0 0 25 0 5 0 528394574 162947072 11944 33554432000 4194304 4356188 140737227233904 18446744073709551615 4331964 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=10891/tid=10900] ppid=10886 vsize=159128 CPUtime=14.39 cores=4-7
/proc/10891/task/10900/stat : 10900 (plingeling) R 10886 10886 10232 0 -1 4202560 6170 1250 0 0 1438 1 0 0 25 0 5 0 528394574 162947072 11944 33554432000 4194304 4356188 140737227233904 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=10891/tid=10901] ppid=10886 vsize=159128 CPUtime=14.31 cores=4-7
/proc/10891/task/10901/stat : 10901 (plingeling) R 10886 10886 10232 0 -1 4202560 5447 1250 0 0 1431 0 0 0 25 0 5 0 528394574 162947072 11944 33554432000 4194304 4356188 140737227233904 18446744073709551615 4332165 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 103.59
Current children cumulated vsize (KiB) 655700

[startup+14.801 s]
/proc/loadavg: 7.98 8.04 8.00 8/179 10902
/proc/meminfo: memFree=28940636/32951124 swapFree=67111356/67111528
[pid=10886] ppid=10884 vsize=18324 CPUtime=2.92 cores=0-7
/proc/10886/stat : 10886 (ppfolio) S 10884 10886 10232 0 -1 4202496 521 5584 0 0 0 0 291 1 15 0 1 0 528394573 18763776 390 33554432000 4194304 4287625 140734439584496 18446744073709551615 218905751055 0 0 4096 65536 9224195742862639364 0 0 17 3 0 0 0
/proc/10886/statm: 4581 390 342 23 0 91 0
[pid=10888] ppid=10886 vsize=15400 CPUtime=14.79 cores=1
/proc/10888/stat : 10888 (clasp) R 10886 10886 10232 0 -1 4202496 1290 0 0 0 1479 0 0 0 25 0 1 0 528394574 15769600 1182 33554432000 4194304 4785740 140736160045424 18446744073709551615 4550325 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/10888/statm: 3850 1182 340 145 0 895 0
[pid=10889] ppid=10886 vsize=455828 CPUtime=14.78 cores=2
/proc/10889/stat : 10889 (TNM) R 10886 10886 10232 0 -1 4202496 298 0 0 0 1478 0 0 0 25 0 1 0 528394574 466767872 195 33554432000 134512640 134534564 4294653184 18446744073709551615 134528730 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/10889/statm: 113957 195 95 6 0 112623 0
[pid=10890] ppid=10886 vsize=7020 CPUtime=14.79 cores=3
/proc/10890/stat : 10890 (march_hi) R 10886 10886 10232 0 -1 4202496 414 0 0 0 1479 0 0 0 25 0 1 0 528394574 7188480 307 33554432000 4194304 4331988 140736544252416 18446744073709551615 4210418 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/10890/statm: 1755 307 174 34 0 197 0
[pid=10891] ppid=10886 vsize=159640 CPUtime=59.08 cores=4-7
/proc/10891/stat : 10891 (plingeling) S 10886 10886 10232 0 -1 4202496 21633 1250 0 0 5904 4 0 0 18 0 5 0 528394574 163471360 12072 33554432000 4194304 4356188 140737227233904 18446744073709551615 218917533669 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/10891/statm: 39910 12072 162 40 0 38454 0
[pid=10891/tid=10898] ppid=10886 vsize=159640 CPUtime=14.78 cores=4-7
/proc/10891/task/10898/stat : 10898 (plingeling) R 10886 10886 10232 0 -1 4202560 4312 1250 0 0 1478 0 0 0 25 0 5 0 528394574 163471360 12072 33554432000 4194304 4356188 140737227233904 18446744073709551615 4332026 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=10891/tid=10899] ppid=10886 vsize=159640 CPUtime=14.78 cores=4-7
/proc/10891/task/10899/stat : 10899 (plingeling) R 10886 10886 10232 0 -1 4202560 5371 1250 0 0 1477 1 0 0 25 0 5 0 528394574 163471360 12072 33554432000 4194304 4356188 140737227233904 18446744073709551615 4233920 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=10891/tid=10900] ppid=10886 vsize=159640 CPUtime=14.78 cores=4-7
/proc/10891/task/10900/stat : 10900 (plingeling) R 10886 10886 10232 0 -1 4202560 6170 1250 0 0 1477 1 0 0 25 0 5 0 528394574 163471360 12072 33554432000 4194304 4356188 140737227233904 18446744073709551615 4330969 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=10891/tid=10901] ppid=10886 vsize=159640 CPUtime=14.7 cores=4-7
/proc/10891/task/10901/stat : 10901 (plingeling) R 10886 10886 10232 0 -1 4202560 5447 1250 0 0 1470 0 0 0 25 0 5 0 528394574 163471360 12072 33554432000 4194304 4356188 140737227233904 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 106.36
Current children cumulated vsize (KiB) 656212

[startup+15.001 s]
/proc/loadavg: 7.98 8.04 8.00 8/179 10902
/proc/meminfo: memFree=28940636/32951124 swapFree=67111356/67111528
[pid=10886] ppid=10884 vsize=18324 CPUtime=2.92 cores=0-7
/proc/10886/stat : 10886 (ppfolio) S 10884 10886 10232 0 -1 4202496 521 5584 0 0 0 0 291 1 15 0 1 0 528394573 18763776 390 33554432000 4194304 4287625 140734439584496 18446744073709551615 218905751055 0 0 4096 65536 9224195742862639364 0 0 17 3 0 0 0
/proc/10886/statm: 4581 390 342 23 0 91 0
[pid=10888] ppid=10886 vsize=15400 CPUtime=14.99 cores=1
/proc/10888/stat : 10888 (clasp) R 10886 10886 10232 0 -1 4202496 1291 0 0 0 1499 0 0 0 25 0 1 0 528394574 15769600 1183 33554432000 4194304 4785740 140736160045424 18446744073709551615 4278093 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/10888/statm: 3850 1183 340 145 0 895 0
[pid=10889] ppid=10886 vsize=455828 CPUtime=14.98 cores=2
/proc/10889/stat : 10889 (TNM) R 10886 10886 10232 0 -1 4202496 298 0 0 0 1498 0 0 0 25 0 1 0 528394574 466767872 195 33554432000 134512640 134534564 4294653184 18446744073709551615 134528687 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/10889/statm: 113957 195 95 6 0 112623 0
[pid=10890] ppid=10886 vsize=7020 CPUtime=14.99 cores=3
/proc/10890/stat : 10890 (march_hi) R 10886 10886 10232 0 -1 4202496 414 0 0 0 1499 0 0 0 25 0 1 0 528394574 7188480 307 33554432000 4194304 4331988 140736544252416 18446744073709551615 4226479 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/10890/statm: 1755 307 174 34 0 197 0
[pid=10891] ppid=10886 vsize=164760 CPUtime=59.89 cores=4-7
/proc/10891/stat : 10891 (plingeling) S 10886 10886 10232 0 -1 4202496 22913 1250 0 0 5984 5 0 0 18 0 5 0 528394574 168714240 13352 33554432000 4194304 4356188 140737227233904 18446744073709551615 218917533669 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/10891/statm: 41190 13352 162 40 0 39734 0
[pid=10891/tid=10898] ppid=10886 vsize=164760 CPUtime=14.98 cores=4-7
/proc/10891/task/10898/stat : 10898 (plingeling) R 10886 10886 10232 0 -1 4202560 5464 1250 0 0 1498 0 0 0 25 0 5 0 528394574 168714240 13352 33554432000 4194304 4356188 140737227233904 18446744073709551615 4332046 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=10891/tid=10899] ppid=10886 vsize=164760 CPUtime=14.98 cores=4-7
/proc/10891/task/10899/stat : 10899 (plingeling) R 10886 10886 10232 0 -1 4202560 5435 1250 0 0 1497 1 0 0 25 0 5 0 528394574 168714240 13352 33554432000 4194304 4356188 140737227233904 18446744073709551615 4331086 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=10891/tid=10900] ppid=10886 vsize=164760 CPUtime=14.98 cores=4-7
/proc/10891/task/10900/stat : 10900 (plingeling) R 10886 10886 10232 0 -1 4202560 6170 1250 0 0 1497 1 0 0 25 0 5 0 528394574 168714240 13352 33554432000 4194304 4356188 140737227233904 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=10891/tid=10901] ppid=10886 vsize=164760 CPUtime=14.9 cores=4-7
/proc/10891/task/10901/stat : 10901 (plingeling) R 10886 10886 10232 0 -1 4202560 5511 1250 0 0 1490 0 0 0 25 0 5 0 528394574 168714240 13352 33554432000 4194304 4356188 140737227233904 18446744073709551615 4330986 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 107.77
Current children cumulated vsize (KiB) 661332

[startup+15.101 s]
/proc/loadavg: 7.98 8.04 8.00 8/179 10902
/proc/meminfo: memFree=28940636/32951124 swapFree=67111356/67111528
[pid=10886] ppid=10884 vsize=18324 CPUtime=2.92 cores=0-7
/proc/10886/stat : 10886 (ppfolio) S 10884 10886 10232 0 -1 4202496 521 5584 0 0 0 0 291 1 15 0 1 0 528394573 18763776 390 33554432000 4194304 4287625 140734439584496 18446744073709551615 218905751055 0 0 4096 65536 9224195742862639364 0 0 17 3 0 0 0
/proc/10886/statm: 4581 390 342 23 0 91 0
[pid=10888] ppid=10886 vsize=15400 CPUtime=15.09 cores=1
/proc/10888/stat : 10888 (clasp) R 10886 10886 10232 0 -1 4202496 1291 0 0 0 1509 0 0 0 25 0 1 0 528394574 15769600 1183 33554432000 4194304 4785740 140736160045424 18446744073709551615 4287024 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/10888/statm: 3850 1183 340 145 0 895 0
[pid=10889] ppid=10886 vsize=455828 CPUtime=15.08 cores=2
/proc/10889/stat : 10889 (TNM) R 10886 10886 10232 0 -1 4202496 298 0 0 0 1508 0 0 0 25 0 1 0 528394574 466767872 195 33554432000 134512640 134534564 4294653184 18446744073709551615 134528918 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/10889/statm: 113957 195 95 6 0 112623 0
[pid=10890] ppid=10886 vsize=7020 CPUtime=15.09 cores=3
/proc/10890/stat : 10890 (march_hi) R 10886 10886 10232 0 -1 4202496 414 0 0 0 1509 0 0 0 25 0 1 0 528394574 7188480 307 33554432000 4194304 4331988 140736544252416 18446744073709551615 218905427468 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/10890/statm: 1755 307 174 34 0 197 0
[pid=10891] ppid=10886 vsize=164760 CPUtime=60.29 cores=4-7
/proc/10891/stat : 10891 (plingeling) S 10886 10886 10232 0 -1 4202496 22913 1250 0 0 6024 5 0 0 18 0 5 0 528394574 168714240 13352 33554432000 4194304 4356188 140737227233904 18446744073709551615 218917533669 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/10891/statm: 41190 13352 162 40 0 39734 0
[pid=10891/tid=10898] ppid=10886 vsize=164760 CPUtime=15.08 cores=4-7
/proc/10891/task/10898/stat : 10898 (plingeling) R 10886 10886 10232 0 -1 4202560 5464 1250 0 0 1508 0 0 0 25 0 5 0 528394574 168714240 13352 33554432000 4194304 4356188 140737227233904 18446744073709551615 4330986 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=10891/tid=10899] ppid=10886 vsize=164760 CPUtime=15.08 cores=4-7
/proc/10891/task/10899/stat : 10899 (plingeling) R 10886 10886 10232 0 -1 4202560 5435 1250 0 0 1507 1 0 0 25 0 5 0 528394574 168714240 13352 33554432000 4194304 4356188 140737227233904 18446744073709551615 4332020 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=10891/tid=10900] ppid=10886 vsize=164760 CPUtime=15.08 cores=4-7
/proc/10891/task/10900/stat : 10900 (plingeling) R 10886 10886 10232 0 -1 4202560 6170 1250 0 0 1507 1 0 0 25 0 5 0 528394574 168714240 13352 33554432000 4194304 4356188 140737227233904 18446744073709551615 4331193 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=10891/tid=10901] ppid=10886 vsize=164760 CPUtime=15 cores=4-7
/proc/10891/task/10901/stat : 10901 (plingeling) R 10886 10886 10232 0 -1 4202560 5511 1250 0 0 1500 0 0 0 25 0 5 0 528394574 168714240 13352 33554432000 4194304 4356188 140737227233904 18446744073709551615 4331946 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 108.47
Current children cumulated vsize (KiB) 661332

Child status: 0
Real time (s): 15.1781
CPU time (s): 109.036
CPU user time (s): 108.949
CPU system time (s): 0.086986
CPU usage (%): 718.381
Max. virtual memory (cumulated for all children) (KiB): 16917840

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 108.949
system time used= 0.086986
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 32356
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= 853
involuntary context switches= 793

runsolver used 0.015997 second user time and 0.068989 second system time

The end

Launcher Data

Begin job on node137 at 2011-04-30 14:52:49
IDJOB=3275591
IDBENCH=83224
IDSOLVER=1638
FILE ID=node137/3275591-1304167969
RUNJOBID= node137-1304157805-10246
PBS_JOBID= 13170913
Free space on /tmp= 73212 MiB

SOLVER NAME= ppfolio par
BENCH NAME= SAT11/crafted/skvortsov/battleship/battleship-12-12-unsat.cnf
COMMAND LINE= ppfolio BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3275591-1304167969/watcher-3275591-1304167969 -o /tmp/evaluation-result-3275591-1304167969/solver-3275591-1304167969 -C 40000 -W 5100 -M 31000  ppfolio HOME/instance-3275591-1304167969.cnf

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

MD5SUM BENCH= 9255daf8fc8e7a0c753f68fd095283c9
RANDOM SEED=1885658120

node137.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.844
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.68
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.844
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.75
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.844
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.74
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.844
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.74
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.844
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.844
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.844
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.83
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.844
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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      28990604 kB
Buffers:        923108 kB
Cached:        2517016 kB
SwapCached:         48 kB
Active:         201252 kB
Inactive:      3301492 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      28990604 kB
SwapTotal:    67111528 kB
SwapFree:     67111356 kB
Dirty:           10120 kB
Writeback:           0 kB
AnonPages:       63096 kB
Mapped:          14700 kB
Slab:           392220 kB
PageTables:       4244 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   186692 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= 73204 MiB
End job on node137 at 2011-04-30 14:53:04