Trace number 3275606

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) 36504.6 5100.02

General information on the benchmark

Namecrafted/skvortsov/battleship/
battleship-15-15-unsat.cnf
MD5SUM647576009a3d34cc33c6dfd3ecb1a2ef
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 variables225
Number of clauses1800
Sum of the clauses size6525
Maximum clause length15
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 21575
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 5225

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

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

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


[startup+0 s]
/proc/loadavg: 7.98 8.04 8.00 1/170 11010
/proc/meminfo: memFree=28988504/32951124 swapFree=67111356/67111528
[pid=11010] ppid=11008 vsize=18324 CPUtime=0 cores=0-7
/proc/11010/stat : 11010 (ppfolio) S 11008 11010 10232 0 -1 4202496 518 0 0 0 0 0 0 0 25 0 1 0 528396144 18763776 389 33554432000 4194304 4287625 140734739409504 18446744073709551615 218905751055 0 0 4096 65536 59962558110498815 0 0 17 4 0 0 0
/proc/11010/statm: 4581 389 341 23 0 91 0

[startup+0.0443169 s]
/proc/loadavg: 7.98 8.04 8.00 1/170 11010
/proc/meminfo: memFree=28988504/32951124 swapFree=67111356/67111528
[pid=11010] ppid=11008 vsize=18324 CPUtime=0 cores=0-7
/proc/11010/stat : 11010 (ppfolio) R 11008 11010 10232 0 -1 4202496 518 0 0 0 0 0 0 0 25 0 1 0 528396144 18763776 389 33554432000 4194304 4287625 140734739409504 18446744073709551615 218905751055 0 0 4096 65536 0 0 0 17 4 0 0 0
/proc/11010/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.100307 s]
/proc/loadavg: 7.98 8.04 8.00 1/170 11010
/proc/meminfo: memFree=28988504/32951124 swapFree=67111356/67111528
[pid=11010] ppid=11008 vsize=18324 CPUtime=0 cores=0-7
/proc/11010/stat : 11010 (ppfolio) R 11008 11010 10232 0 -1 4202496 518 0 0 0 0 0 0 0 25 0 1 0 528396144 18763776 389 33554432000 4194304 4287625 140734739409504 18446744073709551615 218905751008 0 0 4096 65536 0 0 0 17 4 0 0 0
/proc/11010/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.30027 s]
/proc/loadavg: 7.98 8.04 8.00 1/170 11010
/proc/meminfo: memFree=28988504/32951124 swapFree=67111356/67111528
[pid=11010] ppid=11008 vsize=18324 CPUtime=0 cores=0-7
/proc/11010/stat : 11010 (ppfolio) R 11008 11010 10232 0 -1 4202496 518 0 0 0 0 0 0 0 25 0 1 0 528396144 18763776 389 33554432000 4194304 4287625 140734739409504 18446744073709551615 218905751055 0 0 4096 65536 0 0 0 17 4 0 0 0
/proc/11010/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.700198 s]
/proc/loadavg: 7.98 8.04 8.00 1/170 11010
/proc/meminfo: memFree=28988504/32951124 swapFree=67111356/67111528
[pid=11010] ppid=11008 vsize=18324 CPUtime=0 cores=0-7
/proc/11010/stat : 11010 (ppfolio) S 11008 11010 10232 0 -1 4202496 518 0 0 0 0 0 0 0 23 0 1 0 528396144 18763776 389 33554432000 4194304 4287625 140734739409504 18446744073709551615 218905751055 0 0 4096 65536 59962558110498815 0 0 17 4 0 0 0
/proc/11010/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.50105 s]
/proc/loadavg: 8.07 8.05 8.00 9/180 11025
/proc/meminfo: memFree=28967716/32951124 swapFree=67111356/67111528
[pid=11010] ppid=11008 vsize=18324 CPUtime=0 cores=0-7
/proc/11010/stat : 11010 (ppfolio) S 11008 11010 10232 0 -1 4202496 518 0 0 0 0 0 0 0 15 0 1 0 528396144 18763776 389 33554432000 4194304 4287625 140734739409504 18446744073709551615 218905751055 0 0 4096 65536 59962558110498815 0 0 17 4 0 0 0
/proc/11010/statm: 4581 389 341 23 0 91 0
[pid=11011] ppid=11010 vsize=974748 CPUtime=1.49 cores=0
/proc/11011/stat : 11011 (cryptominisat) R 11010 11010 10232 0 -1 4202496 6479 0 0 0 148 1 0 0 20 0 1 0 528396145 998141952 4318 33554432000 4194304 4587354 140734484892944 18446744073709551615 4357632 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/11011/statm: 243687 4318 337 96 0 240249 0
[pid=11012] ppid=11010 vsize=14284 CPUtime=1.49 cores=1
/proc/11012/stat : 11012 (clasp) R 11010 11010 10232 0 -1 4202496 1043 0 0 0 149 0 0 0 20 0 1 0 528396145 14626816 934 33554432000 4194304 4785740 140735333411792 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/11012/statm: 3571 934 340 145 0 616 0
[pid=11013] ppid=11010 vsize=455960 CPUtime=1.49 cores=2
/proc/11013/stat : 11013 (TNM) R 11010 11010 10232 0 -1 4202496 350 0 0 0 149 0 0 0 20 0 1 0 528396145 466903040 247 33554432000 134512640 134534564 4291653616 18446744073709551615 134528726 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/11013/statm: 113990 247 95 6 0 112656 0
[pid=11014] ppid=11010 vsize=7608 CPUtime=1.49 cores=3
/proc/11014/stat : 11014 (march_hi) R 11010 11010 10232 0 -1 4202496 530 0 0 0 149 0 0 0 20 0 1 0 528396145 7790592 423 33554432000 4194304 4331988 140735698613664 18446744073709551615 4210459 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/11014/statm: 1902 423 175 34 0 344 0
[pid=11015] ppid=11010 vsize=128300 CPUtime=5.95 cores=4-7
/proc/11015/stat : 11015 (plingeling) S 11010 11010 10232 0 -1 4202496 4982 1249 0 0 595 0 0 0 18 0 5 0 528396145 131379200 4162 33554432000 4194304 4356188 140734330323920 18446744073709551615 218917533669 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/11015/statm: 32075 4162 162 40 0 30619 0
[pid=11015/tid=11022] ppid=11010 vsize=128300 CPUtime=1.49 cores=4-7
/proc/11015/task/11022/stat : 11022 (plingeling) R 11010 11010 10232 0 -1 4202560 1104 1249 0 0 149 0 0 0 20 0 5 0 528396145 131379200 4162 33554432000 4194304 4356188 140734330323920 18446744073709551615 4331964 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=11015/tid=11023] ppid=11010 vsize=128300 CPUtime=1.48 cores=4-7
/proc/11015/task/11023/stat : 11023 (plingeling) R 11010 11010 10232 0 -1 4202560 1053 1249 0 0 148 0 0 0 23 0 5 0 528396145 131379200 4162 33554432000 4194304 4356188 140734330323920 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=11015/tid=11024] ppid=11010 vsize=128300 CPUtime=1.48 cores=4-7
/proc/11015/task/11024/stat : 11024 (plingeling) R 11010 11010 10232 0 -1 4202560 1321 1249 0 0 148 0 0 0 23 0 5 0 528396145 131379200 4162 33554432000 4194304 4356188 140734330323920 18446744073709551615 4331350 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=11015/tid=11025] ppid=11010 vsize=128300 CPUtime=1.48 cores=4-7
/proc/11015/task/11025/stat : 11025 (plingeling) R 11010 11010 10232 0 -1 4202560 1143 1249 0 0 148 0 0 0 25 0 5 0 528396145 131379200 4162 33554432000 4194304 4356188 140734330323920 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 11.91
Current children cumulated vsize (KiB) 1599224

[startup+3.10076 s]
/proc/loadavg: 8.07 8.05 8.00 9/180 11025
/proc/meminfo: memFree=28950232/32951124 swapFree=67111356/67111528
[pid=11010] ppid=11008 vsize=18324 CPUtime=0 cores=0-7
/proc/11010/stat : 11010 (ppfolio) S 11008 11010 10232 0 -1 4202496 518 0 0 0 0 0 0 0 15 0 1 0 528396144 18763776 389 33554432000 4194304 4287625 140734739409504 18446744073709551615 218905751055 0 0 4096 65536 59962558110498815 0 0 17 4 0 0 0
/proc/11010/statm: 4581 389 341 23 0 91 0
[pid=11011] ppid=11010 vsize=973576 CPUtime=3.09 cores=0
/proc/11011/stat : 11011 (cryptominisat) R 11010 11010 10232 0 -1 4202496 7371 0 0 0 308 1 0 0 25 0 1 0 528396145 996941824 4363 33554432000 4194304 4587354 140734484892944 18446744073709551615 218905427646 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/11011/statm: 243394 4363 337 96 0 239956 0
[pid=11012] ppid=11010 vsize=15096 CPUtime=3.09 cores=1
/proc/11012/stat : 11012 (clasp) R 11010 11010 10232 0 -1 4202496 1224 0 0 0 309 0 0 0 25 0 1 0 528396145 15458304 1115 33554432000 4194304 4785740 140735333411792 18446744073709551615 4287158 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/11012/statm: 3774 1115 340 145 0 819 0
[pid=11013] ppid=11010 vsize=455960 CPUtime=3.09 cores=2
/proc/11013/stat : 11013 (TNM) R 11010 11010 10232 0 -1 4202496 350 0 0 0 309 0 0 0 25 0 1 0 528396145 466903040 247 33554432000 134512640 134534564 4291653616 18446744073709551615 134528491 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/11013/statm: 113990 247 95 6 0 112656 0
[pid=11014] ppid=11010 vsize=8356 CPUtime=3.09 cores=3
/proc/11014/stat : 11014 (march_hi) R 11010 11010 10232 0 -1 4202496 656 0 0 0 309 0 0 0 25 0 1 0 528396145 8556544 549 33554432000 4194304 4331988 140735698613664 18446744073709551615 4210416 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/11014/statm: 2089 549 175 34 0 531 0
[pid=11015] ppid=11010 vsize=128664 CPUtime=12.34 cores=4-7
/proc/11015/stat : 11015 (plingeling) S 11010 11010 10232 0 -1 4202496 5881 1249 0 0 1234 0 0 0 18 0 5 0 528396145 131751936 4253 33554432000 4194304 4356188 140734330323920 18446744073709551615 218917533669 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/11015/statm: 32166 4253 162 40 0 30710 0
[pid=11015/tid=11022] ppid=11010 vsize=128664 CPUtime=3.09 cores=4-7
/proc/11015/task/11022/stat : 11022 (plingeling) R 11010 11010 10232 0 -1 4202560 1297 1249 0 0 309 0 0 0 25 0 5 0 528396145 131751936 4253 33554432000 4194304 4356188 140734330323920 18446744073709551615 4332109 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=11015/tid=11023] ppid=11010 vsize=128664 CPUtime=3.07 cores=4-7
/proc/11015/task/11023/stat : 11023 (plingeling) R 11010 11010 10232 0 -1 4202560 1246 1249 0 0 307 0 0 0 25 0 5 0 528396145 131751936 4253 33554432000 4194304 4356188 140734330323920 18446744073709551615 4331111 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=11015/tid=11024] ppid=11010 vsize=128664 CPUtime=3.08 cores=4-7
/proc/11015/task/11024/stat : 11024 (plingeling) R 11010 11010 10232 0 -1 4202560 1706 1249 0 0 308 0 0 0 25 0 5 0 528396145 131751936 4253 33554432000 4194304 4356188 140734330323920 18446744073709551615 4330969 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=11015/tid=11025] ppid=11010 vsize=128664 CPUtime=3.08 cores=4-7
/proc/11015/task/11025/stat : 11025 (plingeling) R 11010 11010 10232 0 -1 4202560 1271 1249 0 0 308 0 0 0 25 0 5 0 528396145 131751936 4253 33554432000 4194304 4356188 140734330323920 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 24.7
Current children cumulated vsize (KiB) 1599976

[startup+6.30118 s]
/proc/loadavg: 8.06 8.05 8.00 9/180 11025
/proc/meminfo: memFree=28929032/32951124 swapFree=67111356/67111528
[pid=11010] ppid=11008 vsize=18324 CPUtime=0 cores=0-7
/proc/11010/stat : 11010 (ppfolio) S 11008 11010 10232 0 -1 4202496 518 0 0 0 0 0 0 0 15 0 1 0 528396144 18763776 389 33554432000 4194304 4287625 140734739409504 18446744073709551615 218905751055 0 0 4096 65536 59962558110498815 0 0 17 4 0 0 0
/proc/11010/statm: 4581 389 341 23 0 91 0
[pid=11011] ppid=11010 vsize=982940 CPUtime=6.28 cores=0
/proc/11011/stat : 11011 (cryptominisat) R 11010 11010 10232 0 -1 4202496 10740 0 0 0 627 1 0 0 25 0 1 0 528396145 1006530560 6790 33554432000 4194304 4587354 140734484892944 18446744073709551615 4365236 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/11011/statm: 245735 6790 337 96 0 242297 0
[pid=11012] ppid=11010 vsize=16316 CPUtime=6.29 cores=1
/proc/11012/stat : 11012 (clasp) R 11010 11010 10232 0 -1 4202496 1535 0 0 0 629 0 0 0 25 0 1 0 528396145 16707584 1426 33554432000 4194304 4785740 140735333411792 18446744073709551615 4287028 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/11012/statm: 4079 1426 340 145 0 1124 0
[pid=11013] ppid=11010 vsize=455960 CPUtime=6.29 cores=2
/proc/11013/stat : 11013 (TNM) R 11010 11010 10232 0 -1 4202496 350 0 0 0 629 0 0 0 25 0 1 0 528396145 466903040 247 33554432000 134512640 134534564 4291653616 18446744073709551615 134528497 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/11013/statm: 113990 247 95 6 0 112656 0
[pid=11014] ppid=11010 vsize=9632 CPUtime=6.29 cores=3
/proc/11014/stat : 11014 (march_hi) R 11010 11010 10232 0 -1 4202496 928 0 0 0 629 0 0 0 25 0 1 0 528396145 9863168 821 33554432000 4194304 4331988 140735698613664 18446744073709551615 4240039 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/11014/statm: 2408 821 175 34 0 850 0
[pid=11015] ppid=11010 vsize=137116 CPUtime=25.13 cores=4-7
/proc/11015/stat : 11015 (plingeling) S 11010 11010 10232 0 -1 4202496 9850 1249 0 0 2512 1 0 0 18 0 5 0 528396145 140406784 6366 33554432000 4194304 4356188 140734330323920 18446744073709551615 218917533669 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/11015/statm: 34279 6366 162 40 0 32823 0
[pid=11015/tid=11022] ppid=11010 vsize=137116 CPUtime=6.28 cores=4-7
/proc/11015/task/11022/stat : 11022 (plingeling) R 11010 11010 10232 0 -1 4202560 2001 1249 0 0 628 0 0 0 25 0 5 0 528396145 140406784 6366 33554432000 4194304 4356188 140734330323920 18446744073709551615 4331151 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=11015/tid=11023] ppid=11010 vsize=137116 CPUtime=6.25 cores=4-7
/proc/11015/task/11023/stat : 11023 (plingeling) R 11010 11010 10232 0 -1 4202560 2526 1249 0 0 625 0 0 0 25 0 5 0 528396145 140406784 6366 33554432000 4194304 4356188 140734330323920 18446744073709551615 4332260 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=11015/tid=11024] ppid=11010 vsize=137116 CPUtime=6.28 cores=4-7
/proc/11015/task/11024/stat : 11024 (plingeling) R 11010 11010 10232 0 -1 4202560 2730 1249 0 0 628 0 0 0 25 0 5 0 528396145 140406784 6366 33554432000 4194304 4356188 140734330323920 18446744073709551615 4331039 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=11015/tid=11025] ppid=11010 vsize=137116 CPUtime=6.28 cores=4-7
/proc/11015/task/11025/stat : 11025 (plingeling) R 11010 11010 10232 0 -1 4202560 2232 1249 0 0 628 0 0 0 25 0 5 0 528396145 140406784 6366 33554432000 4194304 4356188 140734330323920 18446744073709551615 4331045 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 50.28
Current children cumulated vsize (KiB) 1620288

[startup+12.701 s]
/proc/loadavg: 8.06 8.05 8.00 9/180 11025
/proc/meminfo: memFree=28914488/32951124 swapFree=67111356/67111528
[pid=11010] ppid=11008 vsize=18324 CPUtime=0 cores=0-7
/proc/11010/stat : 11010 (ppfolio) S 11008 11010 10232 0 -1 4202496 518 0 0 0 0 0 0 0 15 0 1 0 528396144 18763776 389 33554432000 4194304 4287625 140734739409504 18446744073709551615 218905751055 0 0 4096 65536 59962558110498815 0 0 17 4 0 0 0
/proc/11010/statm: 4581 389 341 23 0 91 0
[pid=11011] ppid=11010 vsize=970804 CPUtime=12.69 cores=0
/proc/11011/stat : 11011 (cryptominisat) R 11010 11010 10232 0 -1 4202496 15678 0 0 0 1266 3 0 0 25 0 1 0 528396145 994103296 3924 33554432000 4194304 4587354 140734484892944 18446744073709551615 4243659 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/11011/statm: 242701 3924 337 96 0 239263 0
[pid=11012] ppid=11010 vsize=17636 CPUtime=12.69 cores=1
/proc/11012/stat : 11012 (clasp) R 11010 11010 10232 0 -1 4202496 1829 0 0 0 1269 0 0 0 25 0 1 0 528396145 18059264 1720 33554432000 4194304 4785740 140735333411792 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/11012/statm: 4409 1720 340 145 0 1454 0
[pid=11013] ppid=11010 vsize=455960 CPUtime=12.69 cores=2
/proc/11013/stat : 11013 (TNM) R 11010 11010 10232 0 -1 4202496 350 0 0 0 1269 0 0 0 25 0 1 0 528396145 466903040 247 33554432000 134512640 134534564 4291653616 18446744073709551615 134528473 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/11013/statm: 113990 247 95 6 0 112656 0
[pid=11014] ppid=11010 vsize=12744 CPUtime=12.69 cores=3
/proc/11014/stat : 11014 (march_hi) R 11010 11010 10232 0 -1 4202496 1503 0 0 0 1269 0 0 0 25 0 1 0 528396145 13049856 1396 33554432000 4194304 4331988 140735698613664 18446744073709551615 4239564 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/11014/statm: 3186 1396 175 34 0 1628 0
[pid=11015] ppid=11010 vsize=147208 CPUtime=50.7 cores=4-7
/proc/11015/stat : 11015 (plingeling) S 11010 11010 10232 0 -1 4202496 17789 1249 0 0 5067 3 0 0 18 0 5 0 528396145 150740992 8889 33554432000 4194304 4356188 140734330323920 18446744073709551615 218917533669 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/11015/statm: 36802 8889 162 40 0 35346 0
[pid=11015/tid=11022] ppid=11010 vsize=147208 CPUtime=12.68 cores=4-7
/proc/11015/task/11022/stat : 11022 (plingeling) R 11010 11010 10232 0 -1 4202560 5202 1249 0 0 1268 0 0 0 25 0 5 0 528396145 150740992 8889 33554432000 4194304 4356188 140734330323920 18446744073709551615 4331126 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=11015/tid=11023] ppid=11010 vsize=147208 CPUtime=12.62 cores=4-7
/proc/11015/task/11023/stat : 11023 (plingeling) R 11010 11010 10232 0 -1 4202560 3550 1249 0 0 1262 0 0 0 25 0 5 0 528396145 150740992 8889 33554432000 4194304 4356188 140734330323920 18446744073709551615 4332149 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=11015/tid=11024] ppid=11010 vsize=147208 CPUtime=12.68 cores=4-7
/proc/11015/task/11024/stat : 11024 (plingeling) R 11010 11010 10232 0 -1 4202560 3370 1249 0 0 1268 0 0 0 25 0 5 0 528396145 150740992 8889 33554432000 4194304 4356188 140734330323920 18446744073709551615 4279731 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=11015/tid=11025] ppid=11010 vsize=147208 CPUtime=12.68 cores=4-7
/proc/11015/task/11025/stat : 11025 (plingeling) R 11010 11010 10232 0 -1 4202560 5306 1249 0 0 1268 0 0 0 25 0 5 0 528396145 150740992 8889 33554432000 4194304 4356188 140734330323920 18446744073709551615 4331144 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 101.46
Current children cumulated vsize (KiB) 1622676

[startup+25.5007 s]
/proc/loadavg: 8.05 8.05 8.00 9/180 11026
/proc/meminfo: memFree=28886024/32951124 swapFree=67111356/67111528
[pid=11010] ppid=11008 vsize=18324 CPUtime=0 cores=0-7
/proc/11010/stat : 11010 (ppfolio) S 11008 11010 10232 0 -1 4202496 518 0 0 0 0 0 0 0 15 0 1 0 528396144 18763776 389 33554432000 4194304 4287625 140734739409504 18446744073709551615 218905751055 0 0 4096 65536 59962558110498815 0 0 17 4 0 0 0
/proc/11010/statm: 4581 389 341 23 0 91 0
[pid=11011] ppid=11010 vsize=995576 CPUtime=25.49 cores=0
/proc/11011/stat : 11011 (cryptominisat) R 11010 11010 10232 0 -1 4202496 26006 0 0 0 2545 4 0 0 25 0 1 0 528396145 1019469824 9238 33554432000 4194304 4587354 140734484892944 18446744073709551615 218905427601 0 0 4096 2 0 0 0 17 0 0 0 0

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

Current children cumulated CPU time (s) 34702
Current children cumulated vsize (KiB) 3512600

[startup+4902.3 s]
/proc/loadavg: 7.12 7.06 7.02 8/179 11180
/proc/meminfo: memFree=26284288/32951124 swapFree=67111356/67111528
[pid=11010] ppid=11008 vsize=18324 CPUtime=832.27 cores=0-7
/proc/11010/stat : 11010 (ppfolio) S 11008 11010 10232 0 -1 4202496 520 182171 0 0 0 0 83172 55 15 0 1 0 528396144 18763776 391 33554432000 4194304 4287625 140734739409504 18446744073709551615 218905751055 0 0 4096 65536 9224195742862639362 0 0 17 4 0 0 0
/proc/11010/statm: 4581 391 342 23 0 91 0
[pid=11012] ppid=11010 vsize=40328 CPUtime=4902.28 cores=1
/proc/11012/stat : 11012 (clasp) R 11010 11010 10232 0 -1 4202496 6941 0 0 0 490227 1 0 0 25 0 1 0 528396145 41295872 6832 33554432000 4194304 4785740 140735333411792 18446744073709551615 4287201 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/11012/statm: 10082 6832 341 145 0 7127 0
[pid=11013] ppid=11010 vsize=455964 CPUtime=4901.25 cores=2
/proc/11013/stat : 11013 (TNM) R 11010 11010 10232 0 -1 4202496 359 0 0 0 490120 5 0 0 25 0 1 0 528396145 466907136 256 33554432000 134512640 134534564 4291653616 18446744073709551615 134528687 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/11013/statm: 113991 256 103 6 0 112657 0
[pid=11014] ppid=11010 vsize=2513076 CPUtime=4902.43 cores=3
/proc/11014/stat : 11014 (march_hi) R 11010 11010 10232 0 -1 4202496 600899 0 0 0 489867 376 0 0 25 0 1 0 528396145 2573389824 600792 33554432000 4194304 4331988 140735698613664 18446744073709551615 4226440 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/11014/statm: 628269 600792 175 34 0 626711 0
[pid=11015] ppid=11010 vsize=383532 CPUtime=19583.5 cores=4-7
/proc/11015/stat : 11015 (plingeling) S 11010 11010 10232 0 -1 4202496 1542250 1249 0 0 1958130 216 0 0 18 0 5 0 528396145 392736768 67970 33554432000 4194304 4356188 140734330323920 18446744073709551615 218917533669 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/11015/statm: 95883 67970 162 40 0 94427 0
[pid=11015/tid=11022] ppid=11010 vsize=383532 CPUtime=4902.42 cores=4-7
/proc/11015/task/11022/stat : 11022 (plingeling) R 11010 11010 10232 0 -1 4202560 410390 1249 0 0 490186 56 0 0 25 0 5 0 528396145 392736768 67970 33554432000 4194304 4356188 140734330323920 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=11015/tid=11023] ppid=11010 vsize=383532 CPUtime=4876.18 cores=4-7
/proc/11015/task/11023/stat : 11023 (plingeling) R 11010 11010 10232 0 -1 4202560 311522 1249 0 0 487577 41 0 0 25 0 5 0 528396145 392736768 67970 33554432000 4194304 4356188 140734330323920 18446744073709551615 4332162 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=11015/tid=11024] ppid=11010 vsize=383532 CPUtime=4902.41 cores=4-7
/proc/11015/task/11024/stat : 11024 (plingeling) R 11010 11010 10232 0 -1 4202560 412493 1249 0 0 490183 58 0 0 25 0 5 0 528396145 392736768 67970 33554432000 4194304 4356188 140734330323920 18446744073709551615 4331055 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=11015/tid=11025] ppid=11010 vsize=383532 CPUtime=4902.41 cores=4-7
/proc/11015/task/11025/stat : 11025 (plingeling) R 11010 11010 10232 0 -1 4202560 407484 1249 0 0 490182 59 0 0 25 0 5 0 528396145 392736768 67970 33554432000 4194304 4356188 140734330323920 18446744073709551615 4234220 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 35121.7
Current children cumulated vsize (KiB) 3411224

[startup+4962.3 s]
/proc/loadavg: 7.12 7.06 7.02 8/179 11181
/proc/meminfo: memFree=26241236/32951124 swapFree=67111356/67111528
[pid=11010] ppid=11008 vsize=18324 CPUtime=832.27 cores=0-7
/proc/11010/stat : 11010 (ppfolio) S 11008 11010 10232 0 -1 4202496 520 182171 0 0 0 0 83172 55 15 0 1 0 528396144 18763776 391 33554432000 4194304 4287625 140734739409504 18446744073709551615 218905751055 0 0 4096 65536 9224195742862639362 0 0 17 4 0 0 0
/proc/11010/statm: 4581 391 342 23 0 91 0
[pid=11012] ppid=11010 vsize=40328 CPUtime=4962.28 cores=1
/proc/11012/stat : 11012 (clasp) R 11010 11010 10232 0 -1 4202496 6941 0 0 0 496227 1 0 0 25 0 1 0 528396145 41295872 6832 33554432000 4194304 4785740 140735333411792 18446744073709551615 4553437 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/11012/statm: 10082 6832 341 145 0 7127 0
[pid=11013] ppid=11010 vsize=455964 CPUtime=4961.25 cores=2
/proc/11013/stat : 11013 (TNM) R 11010 11010 10232 0 -1 4202496 359 0 0 0 496120 5 0 0 25 0 1 0 528396145 466907136 256 33554432000 134512640 134534564 4291653616 18446744073709551615 134528295 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/11013/statm: 113991 256 103 6 0 112657 0
[pid=11014] ppid=11010 vsize=3645880 CPUtime=4962.43 cores=3
/proc/11014/stat : 11014 (march_hi) R 11010 11010 10232 0 -1 4202496 608067 0 0 0 495863 380 0 0 25 0 1 0 528396145 3733381120 607960 33554432000 4194304 4331988 140735698613664 18446744073709551615 4226620 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/11014/statm: 911470 607960 175 34 0 909912 0
[pid=11015] ppid=11010 vsize=397612 CPUtime=19823.2 cores=4-7
/proc/11015/stat : 11015 (plingeling) S 11010 11010 10232 0 -1 4202496 1556970 1249 0 0 1982097 218 0 0 18 0 5 0 528396145 407154688 71490 33554432000 4194304 4356188 140734330323920 18446744073709551615 218917533669 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/11015/statm: 99403 71490 162 40 0 97947 0
[pid=11015/tid=11022] ppid=11010 vsize=397612 CPUtime=4962.42 cores=4-7
/proc/11015/task/11022/stat : 11022 (plingeling) R 11010 11010 10232 0 -1 4202560 417110 1249 0 0 496185 57 0 0 25 0 5 0 528396145 407154688 71490 33554432000 4194304 4356188 140734330323920 18446744073709551615 4331350 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=11015/tid=11023] ppid=11010 vsize=397612 CPUtime=4935.86 cores=4-7
/proc/11015/task/11023/stat : 11023 (plingeling) R 11010 11010 10232 0 -1 4202560 311778 1249 0 0 493545 41 0 0 25 0 5 0 528396145 407154688 71490 33554432000 4194304 4356188 140734330323920 18446744073709551615 4331311 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=11015/tid=11024] ppid=11010 vsize=397612 CPUtime=4962.41 cores=4-7
/proc/11015/task/11024/stat : 11024 (plingeling) R 11010 11010 10232 0 -1 4202560 419661 1249 0 0 496182 59 0 0 25 0 5 0 528396145 407154688 71490 33554432000 4194304 4356188 140734330323920 18446744073709551615 4331319 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=11015/tid=11025] ppid=11010 vsize=397612 CPUtime=4962.41 cores=4-7
/proc/11015/task/11025/stat : 11025 (plingeling) R 11010 11010 10232 0 -1 4202560 408060 1249 0 0 496182 59 0 0 25 0 5 0 528396145 407154688 71490 33554432000 4194304 4356188 140734330323920 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 35541.4
Current children cumulated vsize (KiB) 4558108

[startup+5022.3 s]
/proc/loadavg: 7.04 7.05 7.02 8/179 11183
/proc/meminfo: memFree=26161732/32951124 swapFree=67111356/67111528
[pid=11010] ppid=11008 vsize=18324 CPUtime=832.27 cores=0-7
/proc/11010/stat : 11010 (ppfolio) S 11008 11010 10232 0 -1 4202496 520 182171 0 0 0 0 83172 55 15 0 1 0 528396144 18763776 391 33554432000 4194304 4287625 140734739409504 18446744073709551615 218905751055 0 0 4096 65536 9224195742862639362 0 0 17 4 0 0 0
/proc/11010/statm: 4581 391 342 23 0 91 0
[pid=11012] ppid=11010 vsize=40328 CPUtime=5022.28 cores=1
/proc/11012/stat : 11012 (clasp) R 11010 11010 10232 0 -1 4202496 6941 0 0 0 502227 1 0 0 25 0 1 0 528396145 41295872 6832 33554432000 4194304 4785740 140735333411792 18446744073709551615 4287244 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/11012/statm: 10082 6832 341 145 0 7127 0
[pid=11013] ppid=11010 vsize=455964 CPUtime=5021.26 cores=2
/proc/11013/stat : 11013 (TNM) R 11010 11010 10232 0 -1 4202496 359 0 0 0 502120 6 0 0 25 0 1 0 528396145 466907136 256 33554432000 134512640 134534564 4291653616 18446744073709551615 134528748 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/11013/statm: 113991 256 103 6 0 112657 0
[pid=11014] ppid=11010 vsize=3645880 CPUtime=5022.44 cores=3
/proc/11014/stat : 11014 (march_hi) R 11010 11010 10232 0 -1 4202496 614966 0 0 0 501859 385 0 0 25 0 1 0 528396145 3733381120 614859 33554432000 4194304 4331988 140735698613664 18446744073709551615 4210416 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/11014/statm: 911470 614859 175 34 0 909912 0
[pid=11015] ppid=11010 vsize=450604 CPUtime=20062.8 cores=4-7
/proc/11015/stat : 11015 (plingeling) S 11010 11010 10232 0 -1 4202496 1583786 1249 0 0 2006062 221 0 0 18 0 5 0 528396145 461418496 84738 33554432000 4194304 4356188 140734330323920 18446744073709551615 218917533669 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/11015/statm: 112651 84738 162 40 0 111195 0
[pid=11015/tid=11022] ppid=11010 vsize=450604 CPUtime=5022.42 cores=4-7
/proc/11015/task/11022/stat : 11022 (plingeling) R 11010 11010 10232 0 -1 4202560 424214 1249 0 0 502184 58 0 0 25 0 5 0 528396145 461418496 84738 33554432000 4194304 4356188 140734330323920 18446744073709551615 4332003 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=11015/tid=11023] ppid=11010 vsize=450604 CPUtime=4995.54 cores=4-7
/proc/11015/task/11023/stat : 11023 (plingeling) R 11010 11010 10232 0 -1 4202560 321762 1249 0 0 499512 42 0 0 25 0 5 0 528396145 461418496 84738 33554432000 4194304 4356188 140734330323920 18446744073709551615 4331337 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=11015/tid=11024] ppid=11010 vsize=450604 CPUtime=5022.41 cores=4-7
/proc/11015/task/11024/stat : 11024 (plingeling) R 11010 11010 10232 0 -1 4202560 427341 1249 0 0 502181 60 0 0 25 0 5 0 528396145 461418496 84738 33554432000 4194304 4356188 140734330323920 18446744073709551615 4330986 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=11015/tid=11025] ppid=11010 vsize=450604 CPUtime=5022.41 cores=4-7
/proc/11015/task/11025/stat : 11025 (plingeling) R 11010 11010 10232 0 -1 4202560 410108 1249 0 0 502182 59 0 0 25 0 5 0 528396145 461418496 84738 33554432000 4194304 4356188 140734330323920 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 35961.1
Current children cumulated vsize (KiB) 4611100

[startup+5082.3 s]
/proc/loadavg: 7.01 7.04 7.01 8/179 11184
/proc/meminfo: memFree=26135168/32951124 swapFree=67111356/67111528
[pid=11010] ppid=11008 vsize=18324 CPUtime=832.27 cores=0-7
/proc/11010/stat : 11010 (ppfolio) S 11008 11010 10232 0 -1 4202496 520 182171 0 0 0 0 83172 55 15 0 1 0 528396144 18763776 391 33554432000 4194304 4287625 140734739409504 18446744073709551615 218905751055 0 0 4096 65536 9224195742862639362 0 0 17 4 0 0 0
/proc/11010/statm: 4581 391 342 23 0 91 0
[pid=11012] ppid=11010 vsize=40328 CPUtime=5082.28 cores=1
/proc/11012/stat : 11012 (clasp) R 11010 11010 10232 0 -1 4202496 6956 0 0 0 508227 1 0 0 25 0 1 0 528396145 41295872 6847 33554432000 4194304 4785740 140735333411792 18446744073709551615 218905428594 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/11012/statm: 10082 6847 341 145 0 7127 0
[pid=11013] ppid=11010 vsize=455964 CPUtime=5081.25 cores=2
/proc/11013/stat : 11013 (TNM) R 11010 11010 10232 0 -1 4202496 359 0 0 0 508119 6 0 0 25 0 1 0 528396145 466907136 256 33554432000 134512640 134534564 4291653616 18446744073709551615 134530630 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/11013/statm: 113991 256 103 6 0 112657 0
[pid=11014] ppid=11010 vsize=3645880 CPUtime=5082.43 cores=3
/proc/11014/stat : 11014 (march_hi) R 11010 11010 10232 0 -1 4202496 621688 0 0 0 507854 389 0 0 25 0 1 0 528396145 3733381120 621581 33554432000 4194304 4331988 140735698613664 18446744073709551615 4228235 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/11014/statm: 911470 621581 175 34 0 909912 0
[pid=11015] ppid=11010 vsize=449068 CPUtime=20302.5 cores=4-7
/proc/11015/stat : 11015 (plingeling) S 11010 11010 10232 0 -1 4202496 1610602 1249 0 0 2030025 226 0 0 18 0 5 0 528396145 459845632 84354 33554432000 4194304 4356188 140734330323920 18446744073709551615 218917533669 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/11015/statm: 112267 84354 162 40 0 110811 0
[pid=11015/tid=11022] ppid=11010 vsize=449068 CPUtime=5082.43 cores=4-7
/proc/11015/task/11022/stat : 11022 (plingeling) R 11010 11010 10232 0 -1 4202560 432406 1249 0 0 508183 60 0 0 25 0 5 0 528396145 459845632 84354 33554432000 4194304 4356188 140734330323920 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=11015/tid=11023] ppid=11010 vsize=449068 CPUtime=5055.21 cores=4-7
/proc/11015/task/11023/stat : 11023 (plingeling) R 11010 11010 10232 0 -1 4202560 321762 1249 0 0 505479 42 0 0 25 0 5 0 528396145 459845632 84354 33554432000 4194304 4356188 140734330323920 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=11015/tid=11024] ppid=11010 vsize=449068 CPUtime=5082.42 cores=4-7
/proc/11015/task/11024/stat : 11024 (plingeling) R 11010 11010 10232 0 -1 4202560 435533 1249 0 0 508180 62 0 0 25 0 5 0 528396145 459845632 84354 33554432000 4194304 4356188 140734330323920 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=11015/tid=11025] ppid=11010 vsize=449068 CPUtime=5082.42 cores=4-7
/proc/11015/task/11025/stat : 11025 (plingeling) R 11010 11010 10232 0 -1 4202560 420540 1249 0 0 508181 61 0 0 25 0 5 0 528396145 459845632 84354 33554432000 4194304 4356188 140734330323920 18446744073709551615 4331340 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 36380.7
Current children cumulated vsize (KiB) 4609564



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+5100 s]
/proc/loadavg: 7.01 7.03 7.01 8/179 11185
/proc/meminfo: memFree=26159584/32951124 swapFree=67111356/67111528
[pid=11010] ppid=11008 vsize=18324 CPUtime=832.27 cores=0-7
/proc/11010/stat : 11010 (ppfolio) S 11008 11010 10232 0 -1 4202496 520 182171 0 0 0 0 83172 55 15 0 1 0 528396144 18763776 391 33554432000 4194304 4287625 140734739409504 18446744073709551615 218905751055 0 0 4096 65536 9224195742862639362 0 0 17 4 0 0 0
/proc/11010/statm: 4581 391 342 23 0 91 0
[pid=11012] ppid=11010 vsize=40496 CPUtime=5099.98 cores=1
/proc/11012/stat : 11012 (clasp) R 11010 11010 10232 0 -1 4202496 6973 0 0 0 509997 1 0 0 25 0 1 0 528396145 41467904 6864 33554432000 4194304 4785740 140735333411792 18446744073709551615 4291548 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/11012/statm: 10124 6864 341 145 0 7169 0
[pid=11013] ppid=11010 vsize=455964 CPUtime=5098.95 cores=2
/proc/11013/stat : 11013 (TNM) R 11010 11010 10232 0 -1 4202496 359 0 0 0 509889 6 0 0 25 0 1 0 528396145 466907136 256 33554432000 134512640 134534564 4291653616 18446744073709551615 134529841 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/11013/statm: 113991 256 103 6 0 112657 0
[pid=11014] ppid=11010 vsize=3645880 CPUtime=5100.14 cores=3
/proc/11014/stat : 11014 (march_hi) R 11010 11010 10232 0 -1 4202496 623602 0 0 0 509624 390 0 0 25 0 1 0 528396145 3733381120 623495 33554432000 4194304 4331988 140735698613664 18446744073709551615 4226474 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/11014/statm: 911470 623495 175 34 0 909912 0
[pid=11015] ppid=11010 vsize=417324 CPUtime=20373.2 cores=4-7
/proc/11015/stat : 11015 (plingeling) S 11010 11010 10232 0 -1 4202496 1612394 1249 0 0 2037097 226 0 0 18 0 5 0 528396145 427339776 76418 33554432000 4194304 4356188 140734330323920 18446744073709551615 218917533669 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/11015/statm: 104331 76418 162 40 0 102875 0
[pid=11015/tid=11022] ppid=11010 vsize=417324 CPUtime=5100.14 cores=4-7
/proc/11015/task/11022/stat : 11022 (plingeling) R 11010 11010 10232 0 -1 4202560 432918 1249 0 0 509954 60 0 0 25 0 5 0 528396145 427339776 76418 33554432000 4194304 4356188 140734330323920 18446744073709551615 4330964 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=11015/tid=11023] ppid=11010 vsize=417324 CPUtime=5072.82 cores=4-7
/proc/11015/task/11023/stat : 11023 (plingeling) R 11010 11010 10232 0 -1 4202560 323042 1249 0 0 507240 42 0 0 25 0 5 0 528396145 427339776 76418 33554432000 4194304 4356188 140734330323920 18446744073709551615 4210544 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=11015/tid=11024] ppid=11010 vsize=417324 CPUtime=5100.13 cores=4-7
/proc/11015/task/11024/stat : 11024 (plingeling) R 11010 11010 10232 0 -1 4202560 435533 1249 0 0 509951 62 0 0 25 0 5 0 528396145 427339776 76418 33554432000 4194304 4356188 140734330323920 18446744073709551615 4330986 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=11015/tid=11025] ppid=11010 vsize=417324 CPUtime=5100.12 cores=4-7
/proc/11015/task/11025/stat : 11025 (plingeling) R 11010 11010 10232 0 -1 4202560 420540 1249 0 0 509951 61 0 0 25 0 5 0 528396145 427339776 76418 33554432000 4194304 4356188 140734330323920 18446744073709551615 4332037 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 36504.6
Current children cumulated vsize (KiB) 4577988

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 11010 and gives
#  childrusage.ru_utime.tv_sec=11030
#  childrusage.ru_utime.tv_usec=603093
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=640902
# CPU time returned by wait4() is 11031.2
# while last known CPU time is 36504.6
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 5100.02
CPU time (s): 36504.6
CPU user time (s): 36497.8
CPU system time (s): 6.78
CPU usage (%): 715.773
Max. virtual memory (cumulated for all children) (KiB): 18297832

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 11030.6
system time used= 0.640902
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 190037
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= 983
involuntary context switches= 45173

runsolver used 8.5137 second user time and 18.8091 second system time

The end

Launcher Data

Begin job on node137 at 2011-04-30 14:53:04
IDJOB=3275606
IDBENCH=83230
IDSOLVER=1638
FILE ID=node137/3275606-1304167984
RUNJOBID= node137-1304157805-10246
PBS_JOBID= 13170913
Free space on /tmp= 73212 MiB

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

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

MD5SUM BENCH= 647576009a3d34cc33c6dfd3ecb1a2ef
RANDOM SEED=1673398592

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:      28988784 kB
Buffers:        923260 kB
Cached:        2517164 kB
SwapCached:         48 kB
Active:         202144 kB
Inactive:      3300824 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      28988784 kB
SwapTotal:    67111528 kB
SwapFree:     67111356 kB
Dirty:           10312 kB
Writeback:           0 kB
AnonPages:       62444 kB
Mapped:          14596 kB
Slab:           392812 kB
PageTables:       4836 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   187504 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= 73200 MiB
End job on node137 at 2011-04-30 16:18:06