Trace number 3275586

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
ppfolio par? (TO) 40000.3 5003.62

General information on the benchmark

Namecrafted/skvortsov/battleship/
battleship-16-16-unsat.cnf
MD5SUMc07743bac800f91e403382f26717b1d0
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables256
Number of clauses2176
Sum of the clauses size7936
Maximum clause length16
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 21920
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 5256

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-3275586-1304167936/watcher-3275586-1304167936 -o /tmp/evaluation-result-3275586-1304167936/solver-3275586-1304167936 -C 40000 -W 5100 -M 31000 ppfolio HOME/instance-3275586-1304167936.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.17 8.14 8.10 2/174 10613
/proc/meminfo: memFree=30813268/32951124 swapFree=67111336/67111528
[pid=10613] ppid=10611 vsize=18324 CPUtime=0 cores=0-7
/proc/10613/stat : 10613 (ppfolio) S 10611 10613 10103 0 -1 4202496 521 0 0 0 0 0 0 0 25 0 1 0 528391482 18763776 390 33554432000 4194304 4287625 140734338993728 18446744073709551615 271550557711 0 0 4096 65536 4267091381995962367 0 0 17 4 0 0 0
/proc/10613/statm: 4581 390 341 23 0 91 0

[startup+0.0465679 s]
/proc/loadavg: 8.17 8.14 8.10 2/174 10613
/proc/meminfo: memFree=30813268/32951124 swapFree=67111336/67111528
[pid=10613] ppid=10611 vsize=18324 CPUtime=0 cores=0-7
/proc/10613/stat : 10613 (ppfolio) R 10611 10613 10103 0 -1 4202496 521 0 0 0 0 0 0 0 25 0 1 0 528391482 18763776 390 33554432000 4194304 4287625 140734338993728 18446744073709551615 271550557711 0 0 4096 65536 0 0 0 17 4 0 0 0
/proc/10613/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.100558 s]
/proc/loadavg: 8.17 8.14 8.10 2/174 10613
/proc/meminfo: memFree=30813268/32951124 swapFree=67111336/67111528
[pid=10613] ppid=10611 vsize=18324 CPUtime=0 cores=0-7
/proc/10613/stat : 10613 (ppfolio) R 10611 10613 10103 0 -1 4202496 521 0 0 0 0 0 0 0 25 0 1 0 528391482 18763776 390 33554432000 4194304 4287625 140734338993728 18446744073709551615 271550557711 0 0 4096 65536 0 0 0 17 4 0 0 0
/proc/10613/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.300521 s]
/proc/loadavg: 8.17 8.14 8.10 2/174 10613
/proc/meminfo: memFree=30813268/32951124 swapFree=67111336/67111528
[pid=10613] ppid=10611 vsize=18324 CPUtime=0 cores=0-7
/proc/10613/stat : 10613 (ppfolio) S 10611 10613 10103 0 -1 4202496 521 0 0 0 0 0 0 0 25 0 1 0 528391482 18763776 390 33554432000 4194304 4287625 140734338993728 18446744073709551615 271550557711 0 0 4096 65536 4267091381995962367 0 0 17 4 0 0 0
/proc/10613/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.700449 s]
/proc/loadavg: 8.17 8.14 8.10 2/174 10613
/proc/meminfo: memFree=30813268/32951124 swapFree=67111336/67111528
[pid=10613] ppid=10611 vsize=18324 CPUtime=0 cores=0-7
/proc/10613/stat : 10613 (ppfolio) S 10611 10613 10103 0 -1 4202496 521 0 0 0 0 0 0 0 23 0 1 0 528391482 18763776 390 33554432000 4194304 4287625 140734338993728 18446744073709551615 271550557711 0 0 4096 65536 4267091381995962367 0 0 17 4 0 0 0
/proc/10613/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.50131 s]
/proc/loadavg: 8.17 8.14 8.10 9/184 10628
/proc/meminfo: memFree=30787636/32951124 swapFree=67111336/67111528
[pid=10613] ppid=10611 vsize=18324 CPUtime=0 cores=0-7
/proc/10613/stat : 10613 (ppfolio) S 10611 10613 10103 0 -1 4202496 521 0 0 0 0 0 0 0 17 0 1 0 528391482 18763776 390 33554432000 4194304 4287625 140734338993728 18446744073709551615 271550557711 0 0 4096 65536 4267091381995962367 0 0 17 4 0 0 0
/proc/10613/statm: 4581 390 341 23 0 91 0
[pid=10614] ppid=10613 vsize=132168 CPUtime=1.49 cores=0
/proc/10614/stat : 10614 (cryptominisat) R 10613 10613 10103 0 -1 4202496 7303 0 0 0 148 1 0 0 20 0 1 0 528391482 135340032 4807 33554432000 4194304 4587354 140734309397792 18446744073709551615 4357555 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/10614/statm: 33042 4807 337 96 0 29604 0
[pid=10615] ppid=10613 vsize=14696 CPUtime=1.49 cores=1
/proc/10615/stat : 10615 (clasp) R 10613 10613 10103 0 -1 4202496 1118 0 0 0 149 0 0 0 19 0 1 0 528391482 15048704 1008 33554432000 4194304 4785740 140734704666784 18446744073709551615 4309494 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/10615/statm: 3674 1008 340 145 0 719 0
[pid=10616] ppid=10613 vsize=455960 CPUtime=1.49 cores=2
/proc/10616/stat : 10616 (TNM) R 10613 10613 10103 0 -1 4202496 372 0 0 0 149 0 0 0 20 0 1 0 528391482 466903040 269 33554432000 134512640 134534564 4286669936 18446744073709551615 134530701 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/10616/statm: 113990 269 95 6 0 112656 0
[pid=10617] ppid=10613 vsize=7804 CPUtime=1.49 cores=3
/proc/10617/stat : 10617 (march_hi) R 10613 10613 10103 0 -1 4202496 550 0 0 0 149 0 0 0 20 0 1 0 528391482 7991296 443 33554432000 4194304 4331988 140735507728976 18446744073709551615 4210459 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/10617/statm: 1951 443 175 34 0 393 0
[pid=10618] ppid=10613 vsize=127300 CPUtime=5.95 cores=4-7
/proc/10618/stat : 10618 (plingeling) S 10613 10613 10103 0 -1 4202496 5520 1259 0 0 595 0 0 0 18 0 5 0 528391482 130355200 3930 33554432000 4194304 4356188 140733325966496 18446744073709551615 271562340325 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/10618/statm: 31825 3930 162 40 0 30369 0
[pid=10618/tid=10625] ppid=10613 vsize=127300 CPUtime=1.48 cores=4-7
/proc/10618/task/10625/stat : 10625 (plingeling) R 10613 10613 10103 0 -1 4202560 1159 1259 0 0 148 0 0 0 23 0 5 0 528391483 130355200 3930 33554432000 4194304 4356188 140733325966496 18446744073709551615 4331984 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=10618/tid=10626] ppid=10613 vsize=127300 CPUtime=1.48 cores=4-7
/proc/10618/task/10626/stat : 10626 (plingeling) R 10613 10613 10103 0 -1 4202560 1160 1259 0 0 148 0 0 0 23 0 5 0 528391483 130355200 3930 33554432000 4194304 4356188 140733325966496 18446744073709551615 4330986 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=10618/tid=10627] ppid=10613 vsize=127300 CPUtime=1.48 cores=4-7
/proc/10618/task/10627/stat : 10627 (plingeling) R 10613 10613 10103 0 -1 4202560 1716 1259 0 0 148 0 0 0 23 0 5 0 528391483 130355200 3930 33554432000 4194304 4356188 140733325966496 18446744073709551615 4332239 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=10618/tid=10628] ppid=10613 vsize=127300 CPUtime=1.48 cores=4-7
/proc/10618/task/10628/stat : 10628 (plingeling) R 10613 10613 10103 0 -1 4202560 1086 1259 0 0 148 0 0 0 25 0 5 0 528391483 130355200 3930 33554432000 4194304 4356188 140733325966496 18446744073709551615 4330969 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 11.91
Current children cumulated vsize (KiB) 756252

[startup+3.10102 s]
/proc/loadavg: 8.17 8.14 8.10 9/184 10628
/proc/meminfo: memFree=30771764/32951124 swapFree=67111336/67111528
[pid=10613] ppid=10611 vsize=18324 CPUtime=0 cores=0-7
/proc/10613/stat : 10613 (ppfolio) S 10611 10613 10103 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 528391482 18763776 390 33554432000 4194304 4287625 140734338993728 18446744073709551615 271550557711 0 0 4096 65536 4267091381995962367 0 0 17 4 0 0 0
/proc/10613/statm: 4581 390 341 23 0 91 0
[pid=10614] ppid=10613 vsize=133244 CPUtime=3.09 cores=0
/proc/10614/stat : 10614 (cryptominisat) R 10613 10613 10103 0 -1 4202496 7509 0 0 0 308 1 0 0 25 0 1 0 528391482 136441856 5013 33554432000 4194304 4587354 140734309397792 18446744073709551615 4365162 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/10614/statm: 33311 5013 337 96 0 29873 0
[pid=10615] ppid=10613 vsize=15504 CPUtime=3.09 cores=1
/proc/10615/stat : 10615 (clasp) R 10613 10613 10103 0 -1 4202496 1337 0 0 0 309 0 0 0 25 0 1 0 528391482 15876096 1227 33554432000 4194304 4785740 140734704666784 18446744073709551615 4550928 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/10615/statm: 3876 1227 340 145 0 921 0
[pid=10616] ppid=10613 vsize=455960 CPUtime=3.09 cores=2
/proc/10616/stat : 10616 (TNM) R 10613 10613 10103 0 -1 4202496 372 0 0 0 309 0 0 0 25 0 1 0 528391482 466903040 269 33554432000 134512640 134534564 4286669936 18446744073709551615 134528737 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/10616/statm: 113990 269 95 6 0 112656 0
[pid=10617] ppid=10613 vsize=8372 CPUtime=3.09 cores=3
/proc/10617/stat : 10617 (march_hi) R 10613 10613 10103 0 -1 4202496 666 0 0 0 309 0 0 0 25 0 1 0 528391482 8572928 559 33554432000 4194304 4331988 140735507728976 18446744073709551615 4237226 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/10617/statm: 2093 559 175 34 0 535 0
[pid=10618] ppid=10613 vsize=132300 CPUtime=12.34 cores=4-7
/proc/10618/stat : 10618 (plingeling) S 10613 10613 10103 0 -1 4202496 8594 1259 0 0 1233 1 0 0 18 0 5 0 528391482 135475200 5180 33554432000 4194304 4356188 140733325966496 18446744073709551615 271562340325 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/10618/statm: 33075 5180 162 40 0 31619 0
[pid=10618/tid=10625] ppid=10613 vsize=132300 CPUtime=3.08 cores=4-7
/proc/10618/task/10625/stat : 10625 (plingeling) R 10613 10613 10103 0 -1 4202560 1864 1259 0 0 308 0 0 0 25 0 5 0 528391483 135475200 5180 33554432000 4194304 4356188 140733325966496 18446744073709551615 4330969 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=10618/tid=10626] ppid=10613 vsize=132300 CPUtime=3.08 cores=4-7
/proc/10618/task/10626/stat : 10626 (plingeling) R 10613 10613 10103 0 -1 4202560 1896 1259 0 0 308 0 0 0 25 0 5 0 528391483 135475200 5180 33554432000 4194304 4356188 140733325966496 18446744073709551615 4331165 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=10618/tid=10627] ppid=10613 vsize=132300 CPUtime=3.08 cores=4-7
/proc/10618/task/10627/stat : 10627 (plingeling) R 10613 10613 10103 0 -1 4202560 2580 1259 0 0 308 0 0 0 25 0 5 0 528391483 135475200 5180 33554432000 4194304 4356188 140733325966496 18446744073709551615 4237407 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=10618/tid=10628] ppid=10613 vsize=132300 CPUtime=3.07 cores=4-7
/proc/10618/task/10628/stat : 10628 (plingeling) R 10613 10613 10103 0 -1 4202560 1855 1259 0 0 307 0 0 0 25 0 5 0 528391483 135475200 5180 33554432000 4194304 4356188 140733325966496 18446744073709551615 4279755 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 24.7
Current children cumulated vsize (KiB) 763704

[startup+6.30044 s]
/proc/loadavg: 8.16 8.14 8.09 9/184 10628
/proc/meminfo: memFree=30746356/32951124 swapFree=67111336/67111528
[pid=10613] ppid=10611 vsize=18324 CPUtime=0 cores=0-7
/proc/10613/stat : 10613 (ppfolio) S 10611 10613 10103 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 528391482 18763776 390 33554432000 4194304 4287625 140734338993728 18446744073709551615 271550557711 0 0 4096 65536 4267091381995962367 0 0 17 4 0 0 0
/proc/10613/statm: 4581 390 341 23 0 91 0
[pid=10614] ppid=10613 vsize=140540 CPUtime=6.29 cores=0
/proc/10614/stat : 10614 (cryptominisat) R 10613 10613 10103 0 -1 4202496 11856 0 0 0 627 2 0 0 25 0 1 0 528391482 143912960 7420 33554432000 4194304 4587354 140734309397792 18446744073709551615 4365232 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/10614/statm: 35135 7420 337 96 0 31697 0
[pid=10615] ppid=10613 vsize=17020 CPUtime=6.29 cores=1
/proc/10615/stat : 10615 (clasp) R 10613 10613 10103 0 -1 4202496 1706 0 0 0 629 0 0 0 25 0 1 0 528391482 17428480 1596 33554432000 4194304 4785740 140734704666784 18446744073709551615 4549833 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/10615/statm: 4255 1596 340 145 0 1300 0
[pid=10616] ppid=10613 vsize=455960 CPUtime=6.29 cores=2
/proc/10616/stat : 10616 (TNM) R 10613 10613 10103 0 -1 4202496 372 0 0 0 629 0 0 0 25 0 1 0 528391482 466903040 269 33554432000 134512640 134534564 4286669936 18446744073709551615 134528888 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/10616/statm: 113990 269 95 6 0 112656 0
[pid=10617] ppid=10613 vsize=9792 CPUtime=6.29 cores=3
/proc/10617/stat : 10617 (march_hi) R 10613 10613 10103 0 -1 4202496 912 0 0 0 629 0 0 0 25 0 1 0 528391482 10027008 805 33554432000 4194304 4331988 140735507728976 18446744073709551615 4239602 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/10617/statm: 2448 805 175 34 0 890 0
[pid=10618] ppid=10613 vsize=148436 CPUtime=25.12 cores=4-7
/proc/10618/stat : 10618 (plingeling) S 10613 10613 10103 0 -1 4202496 15924 1259 0 0 2509 3 0 0 18 0 5 0 528391482 151998464 9214 33554432000 4194304 4356188 140733325966496 18446744073709551615 271562340325 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/10618/statm: 37109 9214 162 40 0 35653 0
[pid=10618/tid=10625] ppid=10613 vsize=148436 CPUtime=6.28 cores=4-7
/proc/10618/task/10625/stat : 10625 (plingeling) R 10613 10613 10103 0 -1 4202560 3945 1259 0 0 628 0 0 0 25 0 5 0 528391483 151998464 9214 33554432000 4194304 4356188 140733325966496 18446744073709551615 4332125 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=10618/tid=10626] ppid=10613 vsize=148436 CPUtime=6.28 cores=4-7
/proc/10618/task/10626/stat : 10626 (plingeling) R 10613 10613 10103 0 -1 4202560 3144 1259 0 0 628 0 0 0 25 0 5 0 528391483 151998464 9214 33554432000 4194304 4356188 140733325966496 18446744073709551615 4330986 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=10618/tid=10627] ppid=10613 vsize=148436 CPUtime=6.28 cores=4-7
/proc/10618/task/10627/stat : 10627 (plingeling) R 10613 10613 10103 0 -1 4202560 4532 1259 0 0 628 0 0 0 25 0 5 0 528391483 151998464 9214 33554432000 4194304 4356188 140733325966496 18446744073709551615 4332046 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=10618/tid=10628] ppid=10613 vsize=148436 CPUtime=6.25 cores=4-7
/proc/10618/task/10628/stat : 10628 (plingeling) R 10613 10613 10103 0 -1 4202560 3904 1259 0 0 625 0 0 0 25 0 5 0 528391483 151998464 9214 33554432000 4194304 4356188 140733325966496 18446744073709551615 4331996 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 50.28
Current children cumulated vsize (KiB) 790072

[startup+12.7013 s]
/proc/loadavg: 8.15 8.14 8.09 9/184 10628
/proc/meminfo: memFree=30728284/32951124 swapFree=67111336/67111528
[pid=10613] ppid=10611 vsize=18324 CPUtime=0 cores=0-7
/proc/10613/stat : 10613 (ppfolio) S 10611 10613 10103 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 528391482 18763776 390 33554432000 4194304 4287625 140734338993728 18446744073709551615 271550557711 0 0 4096 65536 4267091381995962367 0 0 17 4 0 0 0
/proc/10613/statm: 4581 390 341 23 0 91 0
[pid=10614] ppid=10613 vsize=142376 CPUtime=12.69 cores=0
/proc/10614/stat : 10614 (cryptominisat) R 10613 10613 10103 0 -1 4202496 16118 0 0 0 1267 2 0 0 25 0 1 0 528391482 145793024 9136 33554432000 4194304 4587354 140734309397792 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/10614/statm: 35594 9136 337 96 0 32156 0
[pid=10615] ppid=10613 vsize=18320 CPUtime=12.69 cores=1
/proc/10615/stat : 10615 (clasp) R 10613 10613 10103 0 -1 4202496 2005 0 0 0 1269 0 0 0 25 0 1 0 528391482 18759680 1895 33554432000 4194304 4785740 140734704666784 18446744073709551615 4550325 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/10615/statm: 4580 1895 340 145 0 1625 0
[pid=10616] ppid=10613 vsize=455960 CPUtime=12.68 cores=2
/proc/10616/stat : 10616 (TNM) R 10613 10613 10103 0 -1 4202496 372 0 0 0 1268 0 0 0 25 0 1 0 528391482 466903040 269 33554432000 134512640 134534564 4286669936 18446744073709551615 134528620 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/10616/statm: 113990 269 95 6 0 112656 0
[pid=10617] ppid=10613 vsize=12860 CPUtime=12.69 cores=3
/proc/10617/stat : 10617 (march_hi) R 10613 10613 10103 0 -1 4202496 1490 0 0 0 1269 0 0 0 25 0 1 0 528391482 13168640 1383 33554432000 4194304 4331988 140735507728976 18446744073709551615 4265456 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/10617/statm: 3215 1383 175 34 0 1657 0
[pid=10618] ppid=10613 vsize=153816 CPUtime=50.69 cores=4-7
/proc/10618/stat : 10618 (plingeling) S 10613 10613 10103 0 -1 4202496 26485 1259 0 0 5065 4 0 0 18 0 5 0 528391482 157507584 10559 33554432000 4194304 4356188 140733325966496 18446744073709551615 271562340325 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/10618/statm: 38454 10559 162 40 0 36998 0
[pid=10618/tid=10625] ppid=10613 vsize=153816 CPUtime=12.68 cores=4-7
/proc/10618/task/10625/stat : 10625 (plingeling) R 10613 10613 10103 0 -1 4202560 6441 1259 0 0 1267 1 0 0 25 0 5 0 528391483 157507584 10559 33554432000 4194304 4356188 140733325966496 18446744073709551615 4281480 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=10618/tid=10626] ppid=10613 vsize=153816 CPUtime=12.68 cores=4-7
/proc/10618/task/10626/stat : 10626 (plingeling) R 10613 10613 10103 0 -1 4202560 5449 1259 0 0 1268 0 0 0 25 0 5 0 528391483 157507584 10559 33554432000 4194304 4356188 140733325966496 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=10618/tid=10627] ppid=10613 vsize=153816 CPUtime=12.67 cores=4-7
/proc/10618/task/10627/stat : 10627 (plingeling) R 10613 10613 10103 0 -1 4202560 7860 1259 0 0 1267 0 0 0 25 0 5 0 528391483 157507584 10559 33554432000 4194304 4356188 140733325966496 18446744073709551615 4332046 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=10618/tid=10628] ppid=10613 vsize=153816 CPUtime=12.62 cores=4-7
/proc/10618/task/10628/stat : 10628 (plingeling) R 10613 10613 10103 0 -1 4202560 6336 1259 0 0 1261 1 0 0 25 0 5 0 528391483 157507584 10559 33554432000 4194304 4356188 140733325966496 18446744073709551615 4331028 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 101.44
Current children cumulated vsize (KiB) 801656

[startup+25.501 s]
/proc/loadavg: 8.19 8.15 8.10 9/184 10629
/proc/meminfo: memFree=30700580/32951124 swapFree=67111336/67111528
[pid=10613] ppid=10611 vsize=18324 CPUtime=0 cores=0-7
/proc/10613/stat : 10613 (ppfolio) S 10611 10613 10103 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 528391482 18763776 390 33554432000 4194304 4287625 140734338993728 18446744073709551615 271550557711 0 0 4096 65536 4267091381995962367 0 0 17 4 0 0 0
/proc/10613/statm: 4581 390 341 23 0 91 0
[pid=10614] ppid=10613 vsize=154664 CPUtime=25.49 cores=0
/proc/10614/stat : 10614 (cryptominisat) R 10613 10613 10103 0 -1 4202496 30572 0 0 0 2544 5 0 0 25 0 1 0 528391482 158375936 10728 33554432000 4194304 4587354 140734309397792 18446744073709551615 4238578 0 0 4096 2 0 0 0 17 0 0 0 0

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

[pid=10616] ppid=10613 vsize=455964 CPUtime=4781.93 cores=2
/proc/10616/stat : 10616 (TNM) R 10613 10613 10103 0 -1 4202496 381 0 0 0 478191 2 0 0 25 0 1 0 528391482 466907136 278 33554432000 134512640 134534564 4286669936 18446744073709551615 134530504 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/10616/statm: 113991 278 103 6 0 112657 0
[pid=10617] ppid=10613 vsize=2534968 CPUtime=4782.42 cores=3
/proc/10617/stat : 10617 (march_hi) R 10613 10613 10103 0 -1 4202496 533319 0 0 0 477948 294 0 0 25 0 1 0 528391482 2595807232 533212 33554432000 4194304 4331988 140735507728976 18446744073709551615 4226485 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/10617/statm: 633742 533212 175 34 0 632184 0
[pid=10618] ppid=10613 vsize=479340 CPUtime=19102 cores=4-7
/proc/10618/stat : 10618 (plingeling) S 10613 10613 10103 0 -1 4202496 2088554 1259 0 0 1909916 284 0 0 18 0 5 0 528391482 490844160 91940 33554432000 4194304 4356188 140733325966496 18446744073709551615 271562340325 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/10618/statm: 119835 91940 162 40 0 118379 0
[pid=10618/tid=10625] ppid=10613 vsize=479340 CPUtime=4782.42 cores=4-7
/proc/10618/task/10625/stat : 10625 (plingeling) R 10613 10613 10103 0 -1 4202560 581551 1259 0 0 478172 70 0 0 25 0 5 0 528391483 490844160 91940 33554432000 4194304 4356188 140733325966496 18446744073709551615 4330969 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=10618/tid=10626] ppid=10613 vsize=479340 CPUtime=4782.41 cores=4-7
/proc/10618/task/10626/stat : 10626 (plingeling) R 10613 10613 10103 0 -1 4202560 340204 1259 0 0 478189 52 0 0 25 0 5 0 528391483 490844160 91940 33554432000 4194304 4356188 140733325966496 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=10618/tid=10627] ppid=10613 vsize=479340 CPUtime=4782.41 cores=4-7
/proc/10618/task/10627/stat : 10627 (plingeling) R 10613 10613 10103 0 -1 4202560 561786 1259 0 0 478161 80 0 0 25 0 5 0 528391483 490844160 91940 33554432000 4194304 4356188 140733325966496 18446744073709551615 4331268 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=10618/tid=10628] ppid=10613 vsize=479340 CPUtime=4754.74 cores=4-7
/proc/10618/task/10628/stat : 10628 (plingeling) R 10613 10613 10103 0 -1 4202560 604614 1259 0 0 475393 81 0 0 25 0 5 0 528391483 490844160 91940 33554432000 4194304 4356188 140733325966496 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 38231.1
Current children cumulated vsize (KiB) 7640064

[startup+4842.3 s]
/proc/loadavg: 8.35 8.21 8.13 9/184 10781
/proc/meminfo: memFree=27982616/32951124 swapFree=67111336/67111528
[pid=10613] ppid=10611 vsize=18324 CPUtime=0 cores=0-7
/proc/10613/stat : 10613 (ppfolio) S 10611 10613 10103 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 528391482 18763776 390 33554432000 4194304 4287625 140734338993728 18446744073709551615 271550557711 0 0 4096 65536 4267091381995962367 0 0 17 4 0 0 0
/proc/10613/statm: 4581 390 341 23 0 91 0
[pid=10614] ppid=10613 vsize=4066756 CPUtime=4842.3 cores=0
/proc/10614/stat : 10614 (cryptominisat) R 10613 10613 10103 0 -1 4202496 833500 0 0 0 483933 297 0 0 25 0 1 0 528391482 4164358144 68597 33554432000 4194304 4587354 140734309397792 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/10614/statm: 1016689 68597 337 96 0 1013251 0
[pid=10615] ppid=10613 vsize=46088 CPUtime=4842.42 cores=1
/proc/10615/stat : 10615 (clasp) R 10613 10613 10103 0 -1 4202496 8628 0 0 0 484240 2 0 0 25 0 1 0 528391482 47194112 8475 33554432000 4194304 4785740 140734704666784 18446744073709551615 4307176 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/10615/statm: 11522 8475 341 145 0 8567 0
[pid=10616] ppid=10613 vsize=455964 CPUtime=4841.93 cores=2
/proc/10616/stat : 10616 (TNM) R 10613 10613 10103 0 -1 4202496 381 0 0 0 484191 2 0 0 25 0 1 0 528391482 466907136 278 33554432000 134512640 134534564 4286669936 18446744073709551615 134530353 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/10616/statm: 113991 278 103 6 0 112657 0
[pid=10617] ppid=10613 vsize=2534968 CPUtime=4842.42 cores=3
/proc/10617/stat : 10617 (march_hi) R 10613 10613 10103 0 -1 4202496 539795 0 0 0 483945 297 0 0 25 0 1 0 528391482 2595807232 539688 33554432000 4194304 4331988 140735507728976 18446744073709551615 4226263 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/10617/statm: 633742 539688 175 34 0 632184 0
[pid=10618] ppid=10613 vsize=473964 CPUtime=19341.7 cores=4-7
/proc/10618/stat : 10618 (plingeling) S 10613 10613 10103 0 -1 4202496 2110122 1259 0 0 1933882 286 0 0 18 0 5 0 528391482 485339136 90596 33554432000 4194304 4356188 140733325966496 18446744073709551615 271562340325 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/10618/statm: 118491 90596 162 40 0 117035 0
[pid=10618/tid=10625] ppid=10613 vsize=473964 CPUtime=4842.42 cores=4-7
/proc/10618/task/10625/stat : 10625 (plingeling) R 10613 10613 10103 0 -1 4202560 581551 1259 0 0 484172 70 0 0 25 0 5 0 528391483 485339136 90596 33554432000 4194304 4356188 140733325966496 18446744073709551615 4331340 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=10618/tid=10626] ppid=10613 vsize=473964 CPUtime=4842.41 cores=4-7
/proc/10618/task/10626/stat : 10626 (plingeling) R 10613 10613 10103 0 -1 4202560 346412 1259 0 0 484188 53 0 0 25 0 5 0 528391483 485339136 90596 33554432000 4194304 4356188 140733325966496 18446744073709551615 4330969 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=10618/tid=10627] ppid=10613 vsize=473964 CPUtime=4842.41 cores=4-7
/proc/10618/task/10627/stat : 10627 (plingeling) R 10613 10613 10103 0 -1 4202560 564858 1259 0 0 484161 80 0 0 25 0 5 0 528391483 485339136 90596 33554432000 4194304 4356188 140733325966496 18446744073709551615 4331173 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=10618/tid=10628] ppid=10613 vsize=473964 CPUtime=4814.41 cores=4-7
/proc/10618/task/10628/stat : 10628 (plingeling) R 10613 10613 10103 0 -1 4202560 616902 1259 0 0 481359 82 0 0 25 0 5 0 528391483 485339136 90596 33554432000 4194304 4356188 140733325966496 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 38710.8
Current children cumulated vsize (KiB) 7596064

[startup+4902.3 s]
/proc/loadavg: 8.33 8.23 8.14 9/184 10783
/proc/meminfo: memFree=27918472/32951124 swapFree=67111336/67111528
[pid=10613] ppid=10611 vsize=18324 CPUtime=0 cores=0-7
/proc/10613/stat : 10613 (ppfolio) S 10611 10613 10103 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 528391482 18763776 390 33554432000 4194304 4287625 140734338993728 18446744073709551615 271550557711 0 0 4096 65536 4267091381995962367 0 0 17 4 0 0 0
/proc/10613/statm: 4581 390 341 23 0 91 0
[pid=10614] ppid=10613 vsize=404384 CPUtime=4902.3 cores=0
/proc/10614/stat : 10614 (cryptominisat) R 10613 10613 10103 0 -1 4202496 848946 0 0 0 489927 303 0 0 25 0 1 0 528391482 414089216 75220 33554432000 4194304 4587354 140734309397792 18446744073709551615 4238406 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/10614/statm: 101096 75220 337 96 0 97658 0
[pid=10615] ppid=10613 vsize=46088 CPUtime=4902.42 cores=1
/proc/10615/stat : 10615 (clasp) R 10613 10613 10103 0 -1 4202496 8628 0 0 0 490240 2 0 0 25 0 1 0 528391482 47194112 8475 33554432000 4194304 4785740 140734704666784 18446744073709551615 4277711 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/10615/statm: 11522 8475 341 145 0 8567 0
[pid=10616] ppid=10613 vsize=455964 CPUtime=4901.92 cores=2
/proc/10616/stat : 10616 (TNM) R 10613 10613 10103 0 -1 4202496 381 0 0 0 490190 2 0 0 25 0 1 0 528391482 466907136 278 33554432000 134512640 134534564 4286669936 18446744073709551615 134528748 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/10616/statm: 113991 278 103 6 0 112657 0
[pid=10617] ppid=10613 vsize=2534968 CPUtime=4902.42 cores=3
/proc/10617/stat : 10617 (march_hi) R 10613 10613 10103 0 -1 4202496 546831 0 0 0 489941 301 0 0 25 0 1 0 528391482 2595807232 546724 33554432000 4194304 4331988 140735507728976 18446744073709551615 4226263 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/10617/statm: 633742 546724 175 34 0 632184 0
[pid=10618] ppid=10613 vsize=484204 CPUtime=19581.4 cores=4-7
/proc/10618/stat : 10618 (plingeling) S 10613 10613 10103 0 -1 4202496 2125226 1259 0 0 1957848 288 0 0 18 0 5 0 528391482 495824896 93156 33554432000 4194304 4356188 140733325966496 18446744073709551615 271562340325 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/10618/statm: 121051 93156 162 40 0 119595 0
[pid=10618/tid=10625] ppid=10613 vsize=484204 CPUtime=4902.43 cores=4-7
/proc/10618/task/10625/stat : 10625 (plingeling) R 10613 10613 10103 0 -1 4202560 588335 1259 0 0 490172 71 0 0 25 0 5 0 528391483 495824896 93156 33554432000 4194304 4356188 140733325966496 18446744073709551615 4331055 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=10618/tid=10626] ppid=10613 vsize=484204 CPUtime=4902.41 cores=4-7
/proc/10618/task/10626/stat : 10626 (plingeling) R 10613 10613 10103 0 -1 4202560 346540 1259 0 0 490188 53 0 0 25 0 5 0 528391483 495824896 93156 33554432000 4194304 4356188 140733325966496 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=10618/tid=10627] ppid=10613 vsize=484204 CPUtime=4902.41 cores=4-7
/proc/10618/task/10627/stat : 10627 (plingeling) R 10613 10613 10103 0 -1 4202560 573050 1259 0 0 490160 81 0 0 25 0 5 0 528391483 495824896 93156 33554432000 4194304 4356188 140733325966496 18446744073709551615 4332041 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=10618/tid=10628] ppid=10613 vsize=484204 CPUtime=4874.08 cores=4-7
/proc/10618/task/10628/stat : 10628 (plingeling) R 10613 10613 10103 0 -1 4202560 616902 1259 0 0 487326 82 0 0 25 0 5 0 528391483 495824896 93156 33554432000 4194304 4356188 140733325966496 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 39190.4
Current children cumulated vsize (KiB) 3943932

[startup+4962.3 s]
/proc/loadavg: 8.25 8.22 8.14 9/184 10784
/proc/meminfo: memFree=27949552/32951124 swapFree=67111336/67111528
[pid=10613] ppid=10611 vsize=18324 CPUtime=0 cores=0-7
/proc/10613/stat : 10613 (ppfolio) S 10611 10613 10103 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 528391482 18763776 390 33554432000 4194304 4287625 140734338993728 18446744073709551615 271550557711 0 0 4096 65536 4267091381995962367 0 0 17 4 0 0 0
/proc/10613/statm: 4581 390 341 23 0 91 0
[pid=10614] ppid=10613 vsize=4066756 CPUtime=4962.3 cores=0
/proc/10614/stat : 10614 (cryptominisat) R 10613 10613 10103 0 -1 4202496 860070 0 0 0 495922 308 0 0 25 0 1 0 528391482 4164358144 69194 33554432000 4194304 4587354 140734309397792 18446744073709551615 4238418 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/10614/statm: 1016689 69194 337 96 0 1013251 0
[pid=10615] ppid=10613 vsize=46172 CPUtime=4962.42 cores=1
/proc/10615/stat : 10615 (clasp) R 10613 10613 10103 0 -1 4202496 8635 0 0 0 496240 2 0 0 25 0 1 0 528391482 47280128 8482 33554432000 4194304 4785740 140734704666784 18446744073709551615 4286973 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/10615/statm: 11543 8482 341 145 0 8588 0
[pid=10616] ppid=10613 vsize=455964 CPUtime=4961.92 cores=2
/proc/10616/stat : 10616 (TNM) R 10613 10613 10103 0 -1 4202496 381 0 0 0 496190 2 0 0 25 0 1 0 528391482 466907136 278 33554432000 134512640 134534564 4286669936 18446744073709551615 134529031 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/10616/statm: 113991 278 103 6 0 112657 0
[pid=10617] ppid=10613 vsize=2534968 CPUtime=4962.43 cores=3
/proc/10617/stat : 10617 (march_hi) R 10613 10613 10103 0 -1 4202496 553540 0 0 0 495937 306 0 0 25 0 1 0 528391482 2595807232 553433 33554432000 4194304 4331988 140735507728976 18446744073709551615 4239717 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/10617/statm: 633742 553433 175 34 0 632184 0
[pid=10618] ppid=10613 vsize=450412 CPUtime=19821 cores=4-7
/proc/10618/stat : 10618 (plingeling) S 10613 10613 10103 0 -1 4202496 2134698 1259 0 0 1981815 289 0 0 18 0 5 0 528391482 461221888 84708 33554432000 4194304 4356188 140733325966496 18446744073709551615 271562340325 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/10618/statm: 112603 84708 162 40 0 111147 0
[pid=10618/tid=10625] ppid=10613 vsize=450412 CPUtime=4962.43 cores=4-7
/proc/10618/task/10625/stat : 10625 (plingeling) R 10613 10613 10103 0 -1 4202560 588847 1259 0 0 496172 71 0 0 25 0 5 0 528391483 461221888 84708 33554432000 4194304 4356188 140733325966496 18446744073709551615 4331984 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=10618/tid=10626] ppid=10613 vsize=450412 CPUtime=4962.41 cores=4-7
/proc/10618/task/10626/stat : 10626 (plingeling) R 10613 10613 10103 0 -1 4202560 350636 1259 0 0 496188 53 0 0 25 0 5 0 528391483 461221888 84708 33554432000 4194304 4356188 140733325966496 18446744073709551615 4331281 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=10618/tid=10627] ppid=10613 vsize=450412 CPUtime=4962.41 cores=4-7
/proc/10618/task/10627/stat : 10627 (plingeling) R 10613 10613 10103 0 -1 4202560 575354 1259 0 0 496160 81 0 0 25 0 5 0 528391483 461221888 84708 33554432000 4194304 4356188 140733325966496 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=10618/tid=10628] ppid=10613 vsize=450412 CPUtime=4933.75 cores=4-7
/proc/10618/task/10628/stat : 10628 (plingeling) R 10613 10613 10103 0 -1 4202560 619462 1259 0 0 493293 82 0 0 25 0 5 0 528391483 461221888 84708 33554432000 4194304 4356188 140733325966496 18446744073709551615 4331047 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 39670.1
Current children cumulated vsize (KiB) 7572596



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5003.6 s]
/proc/loadavg: 8.25 8.22 8.14 9/184 10785
/proc/meminfo: memFree=27893736/32951124 swapFree=67111336/67111528
[pid=10613] ppid=10611 vsize=18324 CPUtime=0 cores=0-7
/proc/10613/stat : 10613 (ppfolio) S 10611 10613 10103 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 528391482 18763776 390 33554432000 4194304 4287625 140734338993728 18446744073709551615 271550557711 0 0 4096 65536 4267091381995962367 0 0 17 4 0 0 0
/proc/10613/statm: 4581 390 341 23 0 91 0
[pid=10614] ppid=10613 vsize=4105976 CPUtime=5003.6 cores=0
/proc/10614/stat : 10614 (cryptominisat) R 10613 10613 10103 0 -1 4202496 874640 0 0 0 500048 312 0 0 25 0 1 0 528391482 4204519424 76952 33554432000 4194304 4587354 140734309397792 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/10614/statm: 1026494 76952 337 96 0 1023056 0
[pid=10615] ppid=10613 vsize=46172 CPUtime=5003.73 cores=1
/proc/10615/stat : 10615 (clasp) R 10613 10613 10103 0 -1 4202496 8643 0 0 0 500371 2 0 0 25 0 1 0 528391482 47280128 8490 33554432000 4194304 4785740 140734704666784 18446744073709551615 4287178 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/10615/statm: 11543 8490 341 145 0 8588 0
[pid=10616] ppid=10613 vsize=455964 CPUtime=5003.22 cores=2
/proc/10616/stat : 10616 (TNM) R 10613 10613 10103 0 -1 4202496 381 0 0 0 500320 2 0 0 25 0 1 0 528391482 466907136 278 33554432000 134512640 134534564 4286669936 18446744073709551615 134528295 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/10616/statm: 113991 278 103 6 0 112657 0
[pid=10617] ppid=10613 vsize=2534968 CPUtime=5003.73 cores=3
/proc/10617/stat : 10617 (march_hi) R 10613 10613 10103 0 -1 4202496 558316 0 0 0 500065 308 0 0 25 0 1 0 528391482 2595807232 558209 33554432000 4194304 4331988 140735507728976 18446744073709551615 4210459 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/10617/statm: 633742 558209 175 34 0 632184 0
[pid=10618] ppid=10613 vsize=453996 CPUtime=19986 cores=4-7
/proc/10618/stat : 10618 (plingeling) S 10613 10613 10103 0 -1 4202496 2148394 1259 0 0 1998313 291 0 0 18 0 5 0 528391482 464891904 85604 33554432000 4194304 4356188 140733325966496 18446744073709551615 271562340325 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/10618/statm: 113499 85604 162 40 0 112043 0
[pid=10618/tid=10625] ppid=10613 vsize=453996 CPUtime=5003.73 cores=4-7
/proc/10618/task/10625/stat : 10625 (plingeling) R 10613 10613 10103 0 -1 4202560 588847 1259 0 0 500302 71 0 0 25 0 5 0 528391483 464891904 85604 33554432000 4194304 4356188 140733325966496 18446744073709551615 4281627 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=10618/tid=10626] ppid=10613 vsize=453996 CPUtime=5003.72 cores=4-7
/proc/10618/task/10626/stat : 10626 (plingeling) R 10613 10613 10103 0 -1 4202560 352684 1259 0 0 500318 54 0 0 25 0 5 0 528391483 464891904 85604 33554432000 4194304 4356188 140733325966496 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=10618/tid=10627] ppid=10613 vsize=453996 CPUtime=5003.72 cores=4-7
/proc/10618/task/10627/stat : 10627 (plingeling) R 10613 10613 10103 0 -1 4202560 577402 1259 0 0 500290 82 0 0 25 0 5 0 528391483 464891904 85604 33554432000 4194304 4356188 140733325966496 18446744073709551615 4330986 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=10618/tid=10628] ppid=10613 vsize=453996 CPUtime=4974.83 cores=4-7
/proc/10618/task/10628/stat : 10628 (plingeling) R 10613 10613 10103 0 -1 4202560 629062 1259 0 0 497400 83 0 0 25 0 5 0 528391483 464891904 85604 33554432000 4194304 4356188 140733325966496 18446744073709551615 4331086 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 40000.3
Current children cumulated vsize (KiB) 7615400

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

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

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 10613 and gives
#  childrusage.ru_utime.tv_sec=10006
#  childrusage.ru_utime.tv_usec=923716
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=63990
# CPU time returned by wait4() is 10007
# while last known CPU time is 40000.3
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 5003.62
CPU time (s): 40000.3
CPU user time (s): 39991.2
CPU system time (s): 9.15
CPU usage (%): 799.428
Max. virtual memory (cumulated for all children) (KiB): 11417572

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 10006.9
system time used= 0.06399
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 9560
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= 891
involuntary context switches= 233487

runsolver used 7.67383 second user time and 19.627 second system time

The end

Launcher Data

Begin job on node133 at 2011-04-30 14:52:16
IDJOB=3275586
IDBENCH=83223
IDSOLVER=1638
FILE ID=node133/3275586-1304167936
RUNJOBID= node133-1304162563-10117
PBS_JOBID= 13170940
Free space on /tmp= 72756 MiB

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

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

MD5SUM BENCH= c07743bac800f91e403382f26717b1d0
RANDOM SEED=1987731381

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.834
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	: 6741.12
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.834
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.74
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.834
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.83
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.834
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.74
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.834
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:      30813672 kB
Buffers:        545796 kB
Cached:        1180800 kB
SwapCached:        124 kB
Active:         237184 kB
Inactive:      1552684 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30813672 kB
SwapTotal:    67111528 kB
SwapFree:     67111336 kB
Dirty:           10348 kB
Writeback:           0 kB
AnonPages:       63200 kB
Mapped:          14780 kB
Slab:           280844 kB
PageTables:       5024 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   188344 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= 72744 MiB
End job on node133 at 2011-04-30 16:15:42