Trace number 3310256

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
ppfolio parUNSAT 2978.47 372.865

General information on the benchmark

Nameapplication/jarvisalo/AAAI2010-SATPlanning/
aaai10-planning-ipc5-TPP-21-step11.cnf
MD5SUM00d93f117a3253605ad3ac6a153ec61f
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark218.303
Satisfiable
(Un)Satisfiability was proved
Number of variables99736
Number of clauses783991
Sum of the clauses size1708562
Maximum clause length91
Minimum clause length1
Number of clauses of size 1139
Number of clauses of size 2756759
Number of clauses of size 37636
Number of clauses of size 411357
Number of clauses of size 5745
Number of clauses of size over 57355

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
2978.07/372.84	s UNSATISFIABLE
2978.07/372.86	solver [5] plingeling 276-6264d55-100731 answered
2978.07/372.86	Done

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3310256-1304007646/watcher-3310256-1304007646 -o /tmp/evaluation-result-3310256-1304007646/solver-3310256-1304007646 -C 40000 -W 5100 -M 31000 ppfolio HOME/instance-3310256-1304007646.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.36 7.89 7.93 2/170 15867
/proc/meminfo: memFree=15991676/32950928 swapFree=67087032/67111528
[pid=15867] ppid=15865 vsize=18324 CPUtime=0 cores=0-7
/proc/15867/stat : 15867 (ppfolio) S 15865 15867 15599 0 -1 4202496 521 0 0 0 0 0 0 0 22 0 1 0 512361696 18763776 390 33554432000 4194304 4287625 140734538125184 18446744073709551615 239476715023 0 0 4096 65536 4594594801663344639 0 0 17 6 0 0 0
/proc/15867/statm: 4581 390 341 23 0 91 0

[startup+0.05021 s]
/proc/loadavg: 7.36 7.89 7.93 2/170 15867
/proc/meminfo: memFree=15991676/32950928 swapFree=67087032/67111528
[pid=15867] ppid=15865 vsize=18324 CPUtime=0 cores=0-7
/proc/15867/stat : 15867 (ppfolio) S 15865 15867 15599 0 -1 4202496 521 0 0 0 0 0 0 0 22 0 1 0 512361696 18763776 390 33554432000 4194304 4287625 140734538125184 18446744073709551615 239476715023 0 0 4096 65536 4594594801663344639 0 0 17 6 0 0 0
/proc/15867/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.101198 s]
/proc/loadavg: 7.36 7.89 7.93 2/170 15867
/proc/meminfo: memFree=15991676/32950928 swapFree=67087032/67111528
[pid=15867] ppid=15865 vsize=18324 CPUtime=0 cores=0-7
/proc/15867/stat : 15867 (ppfolio) S 15865 15867 15599 0 -1 4202496 521 0 0 0 0 0 0 0 22 0 1 0 512361696 18763776 390 33554432000 4194304 4287625 140734538125184 18446744073709551615 239476715023 0 0 4096 65536 4594594801663344639 0 0 17 6 0 0 0
/proc/15867/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.301164 s]
/proc/loadavg: 7.36 7.89 7.93 2/170 15867
/proc/meminfo: memFree=15991676/32950928 swapFree=67087032/67111528
[pid=15867] ppid=15865 vsize=18324 CPUtime=0 cores=0-7
/proc/15867/stat : 15867 (ppfolio) S 15865 15867 15599 0 -1 4202496 521 0 0 0 0 0 0 0 22 0 1 0 512361696 18763776 390 33554432000 4194304 4287625 140734538125184 18446744073709551615 239476715023 0 0 4096 65536 4594594801663344639 0 0 17 6 0 0 0
/proc/15867/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.701089 s]
/proc/loadavg: 7.36 7.89 7.93 2/170 15867
/proc/meminfo: memFree=15991676/32950928 swapFree=67087032/67111528
[pid=15867] ppid=15865 vsize=18324 CPUtime=0 cores=0-7
/proc/15867/stat : 15867 (ppfolio) S 15865 15867 15599 0 -1 4202496 521 0 0 0 0 0 0 0 20 0 1 0 512361696 18763776 390 33554432000 4194304 4287625 140734538125184 18446744073709551615 239476715023 0 0 4096 65536 4594594801663344639 0 0 17 6 0 0 0
/proc/15867/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.50088 s]
/proc/loadavg: 7.36 7.89 7.93 9/180 15882
/proc/meminfo: memFree=15636460/32950928 swapFree=67087032/67111528
[pid=15867] ppid=15865 vsize=18324 CPUtime=0 cores=0-7
/proc/15867/stat : 15867 (ppfolio) S 15865 15867 15599 0 -1 4202496 521 0 0 0 0 0 0 0 17 0 1 0 512361696 18763776 390 33554432000 4194304 4287625 140734538125184 18446744073709551615 239476715023 0 0 4096 65536 4594594801663344639 0 0 17 6 0 0 0
/proc/15867/statm: 4581 390 341 23 0 91 0
[pid=15868] ppid=15867 vsize=109404 CPUtime=1.48 cores=0
/proc/15868/stat : 15868 (cryptominisat) R 15867 15867 15599 0 -1 4202496 21186 0 0 0 146 2 0 0 20 0 1 0 512361697 112029696 20898 33554432000 4194304 4587354 140734055926448 18446744073709551615 4364583 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/15868/statm: 27351 20898 311 96 0 23913 0
[pid=15869] ppid=15867 vsize=80424 CPUtime=1.49 cores=1
/proc/15869/stat : 15869 (clasp) R 15867 15867 15599 0 -1 4202496 23605 0 0 0 148 1 0 0 20 0 1 0 512361697 82354176 16966 33554432000 4194304 4785740 140733914224432 18446744073709551615 4536803 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/15869/statm: 20106 16966 339 145 0 17151 0
[pid=15870] ppid=15867 vsize=511396 CPUtime=1.48 cores=2
/proc/15870/stat : 15870 (TNM) R 15867 15867 15599 0 -1 4202496 24563 0 0 0 145 3 0 0 20 0 1 0 512361697 523669504 24460 33554432000 134512640 134534564 4292246496 18446744073709551615 134529964 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/15870/statm: 127849 24460 95 6 0 126515 0
[pid=15871] ppid=15867 vsize=120664 CPUtime=1.48 cores=3
/proc/15871/stat : 15871 (march_hi) R 15867 15867 15599 0 -1 4194304 46277 0 0 0 143 5 0 0 25 0 1 0 512361697 123559936 21056 33554432000 4194304 4331988 140733381035680 18446744073709551615 239476343901 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/15871/statm: 30166 21056 129 34 0 28608 0
[pid=15872] ppid=15867 vsize=142864 CPUtime=3.66 cores=4-7
/proc/15872/stat : 15872 (plingeling) S 15867 15867 15599 0 -1 4202496 26674 1249 0 0 363 3 0 0 18 0 5 0 512361697 146292736 24156 33554432000 4194304 4356188 140734826432480 18446744073709551615 239488497637 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/15872/statm: 35716 24156 146 40 0 34260 0
[pid=15872/tid=15879] ppid=15867 vsize=142864 CPUtime=0.74 cores=4-7
/proc/15872/task/15879/stat : 15879 (plingeling) R 15867 15867 15599 0 -1 4202560 166 1249 0 0 74 0 0 0 18 0 5 0 512361772 146292736 24156 33554432000 4194304 4356188 140734826432480 18446744073709551615 4236939 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=15872/tid=15880] ppid=15867 vsize=142864 CPUtime=0.69 cores=4-7
/proc/15872/task/15880/stat : 15880 (plingeling) R 15867 15867 15599 0 -1 4202560 164 1249 0 0 69 0 0 0 25 0 5 0 512361772 146292736 24156 33554432000 4194304 4356188 140734826432480 18446744073709551615 4238570 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=15872/tid=15881] ppid=15867 vsize=142864 CPUtime=0.74 cores=4-7
/proc/15872/task/15881/stat : 15881 (plingeling) R 15867 15867 15599 0 -1 4202560 233 1249 0 0 74 0 0 0 25 0 5 0 512361772 146292736 24156 33554432000 4194304 4356188 140734826432480 18446744073709551615 4238257 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=15872/tid=15882] ppid=15867 vsize=142864 CPUtime=0.74 cores=4-7
/proc/15872/task/15882/stat : 15882 (plingeling) R 15867 15867 15599 0 -1 4202560 207 1249 0 0 74 0 0 0 18 0 5 0 512361772 146292736 24156 33554432000 4194304 4356188 140734826432480 18446744073709551615 4241631 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 9.59
Current children cumulated vsize (KiB) 983076

[startup+3.10057 s]
/proc/loadavg: 7.36 7.89 7.93 9/180 15882
/proc/meminfo: memFree=15589248/32950928 swapFree=67087032/67111528
[pid=15867] ppid=15865 vsize=18324 CPUtime=0 cores=0-7
/proc/15867/stat : 15867 (ppfolio) S 15865 15867 15599 0 -1 4202496 521 0 0 0 0 0 0 0 16 0 1 0 512361696 18763776 390 33554432000 4194304 4287625 140734538125184 18446744073709551615 239476715023 0 0 4096 65536 4594594801663344639 0 0 17 6 0 0 0
/proc/15867/statm: 4581 390 341 23 0 91 0
[pid=15868] ppid=15867 vsize=109796 CPUtime=3.08 cores=0
/proc/15868/stat : 15868 (cryptominisat) R 15867 15867 15599 0 -1 4202496 21296 0 0 0 306 2 0 0 25 0 1 0 512361697 112431104 21008 33554432000 4194304 4587354 140734055926448 18446744073709551615 4421214 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/15868/statm: 27449 21008 312 96 0 24011 0
[pid=15869] ppid=15867 vsize=80424 CPUtime=3.09 cores=1
/proc/15869/stat : 15869 (clasp) R 15867 15867 15599 0 -1 4202496 23606 0 0 0 308 1 0 0 25 0 1 0 512361697 82354176 16967 33554432000 4194304 4785740 140733914224432 18446744073709551615 4416773 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/15869/statm: 20106 16967 340 145 0 17151 0
[pid=15870] ppid=15867 vsize=511396 CPUtime=3.09 cores=2
/proc/15870/stat : 15870 (TNM) R 15867 15867 15599 0 -1 4202496 24563 0 0 0 305 4 0 0 25 0 1 0 512361697 523669504 24460 33554432000 134512640 134534564 4292246496 18446744073709551615 134529352 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/15870/statm: 127849 24460 95 6 0 126515 0
[pid=15871] ppid=15867 vsize=98704 CPUtime=3.09 cores=3
/proc/15871/stat : 15871 (march_hi) R 15867 15867 15599 0 -1 4202496 94974 0 0 0 297 12 0 0 25 0 1 0 512361697 101072896 14841 33554432000 4194304 4331988 140733381035680 18446744073709551615 239476353369 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/15871/statm: 24676 14841 150 34 0 23118 0
[pid=15872] ppid=15867 vsize=139472 CPUtime=10.06 cores=4-7
/proc/15872/stat : 15872 (plingeling) S 15867 15867 15599 0 -1 4202496 39862 1249 0 0 1000 6 0 0 18 0 5 0 512361697 142819328 23299 33554432000 4194304 4356188 140734826432480 18446744073709551615 239488497637 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/15872/statm: 34868 23299 164 40 0 33412 0
[pid=15872/tid=15879] ppid=15867 vsize=139472 CPUtime=2.33 cores=4-7
/proc/15872/task/15879/stat : 15879 (plingeling) R 15867 15867 15599 0 -1 4202560 2736 1249 0 0 233 0 0 0 22 0 5 0 512361772 142819328 23299 33554432000 4194304 4356188 140734826432480 18446744073709551615 4322215 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=15872/tid=15880] ppid=15867 vsize=139472 CPUtime=2.28 cores=4-7
/proc/15872/task/15880/stat : 15880 (plingeling) R 15867 15867 15599 0 -1 4202560 2390 1249 0 0 228 0 0 0 25 0 5 0 512361772 142819328 23299 33554432000 4194304 4356188 140734826432480 18446744073709551615 4210544 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=15872/tid=15881] ppid=15867 vsize=139472 CPUtime=2.33 cores=4-7
/proc/15872/task/15881/stat : 15881 (plingeling) R 15867 15867 15599 0 -1 4202560 4602 1249 0 0 233 0 0 0 25 0 5 0 512361772 142819328 23299 33554432000 4194304 4356188 140734826432480 18446744073709551615 4255526 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=15872/tid=15882] ppid=15867 vsize=139472 CPUtime=2.33 cores=4-7
/proc/15872/task/15882/stat : 15882 (plingeling) R 15867 15867 15599 0 -1 4202560 4230 1249 0 0 233 0 0 0 21 0 5 0 512361772 142819328 23299 33554432000 4194304 4356188 140734826432480 18446744073709551615 4279717 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 22.41
Current children cumulated vsize (KiB) 958116

[startup+6.30096 s]
/proc/loadavg: 7.41 7.90 7.93 9/180 15882
/proc/meminfo: memFree=15517576/32950928 swapFree=67087032/67111528
[pid=15867] ppid=15865 vsize=18324 CPUtime=0 cores=0-7
/proc/15867/stat : 15867 (ppfolio) S 15865 15867 15599 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 512361696 18763776 390 33554432000 4194304 4287625 140734538125184 18446744073709551615 239476715023 0 0 4096 65536 4594594801663344639 0 0 17 6 0 0 0
/proc/15867/statm: 4581 390 341 23 0 91 0
[pid=15868] ppid=15867 vsize=137500 CPUtime=6.29 cores=0
/proc/15868/stat : 15868 (cryptominisat) R 15867 15867 15599 0 -1 4202496 36021 0 0 0 624 5 0 0 25 0 1 0 512361697 140800000 27070 33554432000 4194304 4587354 140734055926448 18446744073709551615 4237679 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/15868/statm: 34375 27070 330 96 0 30937 0
[pid=15869] ppid=15867 vsize=80424 CPUtime=6.29 cores=1
/proc/15869/stat : 15869 (clasp) R 15867 15867 15599 0 -1 4202496 23606 0 0 0 628 1 0 0 25 0 1 0 512361697 82354176 16967 33554432000 4194304 4785740 140733914224432 18446744073709551615 4552628 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/15869/statm: 20106 16967 340 145 0 17151 0
[pid=15870] ppid=15867 vsize=511396 CPUtime=6.29 cores=2
/proc/15870/stat : 15870 (TNM) R 15867 15867 15599 0 -1 4202496 24563 0 0 0 625 4 0 0 25 0 1 0 512361697 523669504 24460 33554432000 134512640 134534564 4292246496 18446744073709551615 134528661 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/15870/statm: 127849 24460 95 6 0 126515 0
[pid=15871] ppid=15867 vsize=264020 CPUtime=6.29 cores=3
/proc/15871/stat : 15871 (march_hi) R 15867 15867 15599 0 -1 4202496 147595 0 0 0 609 20 0 0 25 0 1 0 512361697 270356480 31509 33554432000 4194304 4331988 140733381035680 18446744073709551615 4228205 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/15871/statm: 66005 31509 175 34 0 64447 0
[pid=15872] ppid=15867 vsize=122836 CPUtime=22.84 cores=4-7
/proc/15872/stat : 15872 (plingeling) S 15867 15867 15599 0 -1 4202496 39874 1249 0 0 2278 6 0 0 18 0 5 0 512361697 125784064 19152 33554432000 4194304 4356188 140734826432480 18446744073709551615 239488497637 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/15872/statm: 30709 19152 164 40 0 29253 0
[pid=15872/tid=15879] ppid=15867 vsize=122836 CPUtime=5.53 cores=4-7
/proc/15872/task/15879/stat : 15879 (plingeling) R 15867 15867 15599 0 -1 4202560 2742 1249 0 0 553 0 0 0 25 0 5 0 512361772 125784064 19152 33554432000 4194304 4356188 140734826432480 18446744073709551615 4237640 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=15872/tid=15880] ppid=15867 vsize=122836 CPUtime=5.46 cores=4-7
/proc/15872/task/15880/stat : 15880 (plingeling) R 15867 15867 15599 0 -1 4202560 2396 1249 0 0 546 0 0 0 25 0 5 0 512361772 125784064 19152 33554432000 4194304 4356188 140734826432480 18446744073709551615 4330969 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=15872/tid=15881] ppid=15867 vsize=122836 CPUtime=5.53 cores=4-7
/proc/15872/task/15881/stat : 15881 (plingeling) R 15867 15867 15599 0 -1 4202560 4602 1249 0 0 553 0 0 0 25 0 5 0 512361772 125784064 19152 33554432000 4194304 4356188 140734826432480 18446744073709551615 4279749 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=15872/tid=15882] ppid=15867 vsize=122836 CPUtime=5.53 cores=4-7
/proc/15872/task/15882/stat : 15882 (plingeling) R 15867 15867 15599 0 -1 4202560 4230 1249 0 0 553 0 0 0 25 0 5 0 512361772 125784064 19152 33554432000 4194304 4356188 140734826432480 18446744073709551615 4331946 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 48
Current children cumulated vsize (KiB) 1134500

[startup+12.7007 s]
/proc/loadavg: 7.46 7.90 7.93 9/180 15882
/proc/meminfo: memFree=15487160/32950928 swapFree=67087032/67111528
[pid=15867] ppid=15865 vsize=18324 CPUtime=0 cores=0-7
/proc/15867/stat : 15867 (ppfolio) S 15865 15867 15599 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 512361696 18763776 390 33554432000 4194304 4287625 140734538125184 18446744073709551615 239476715023 0 0 4096 65536 4594594801663344639 0 0 17 6 0 0 0
/proc/15867/statm: 4581 390 341 23 0 91 0
[pid=15868] ppid=15867 vsize=137500 CPUtime=12.69 cores=0
/proc/15868/stat : 15868 (cryptominisat) R 15867 15867 15599 0 -1 4202496 37413 0 0 0 1264 5 0 0 25 0 1 0 512361697 140800000 28455 33554432000 4194304 4587354 140734055926448 18446744073709551615 4236479 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/15868/statm: 34375 28455 330 96 0 30937 0
[pid=15869] ppid=15867 vsize=80424 CPUtime=12.69 cores=1
/proc/15869/stat : 15869 (clasp) R 15867 15867 15599 0 -1 4202496 23606 0 0 0 1268 1 0 0 25 0 1 0 512361697 82354176 16967 33554432000 4194304 4785740 140733914224432 18446744073709551615 4278587 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/15869/statm: 20106 16967 340 145 0 17151 0
[pid=15870] ppid=15867 vsize=511396 CPUtime=12.69 cores=2
/proc/15870/stat : 15870 (TNM) R 15867 15867 15599 0 -1 4202496 24563 0 0 0 1265 4 0 0 25 0 1 0 512361697 523669504 24460 33554432000 134512640 134534564 4292246496 18446744073709551615 134530632 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/15870/statm: 127849 24460 95 6 0 126515 0
[pid=15871] ppid=15867 vsize=265772 CPUtime=12.69 cores=3
/proc/15871/stat : 15871 (march_hi) R 15867 15867 15599 0 -1 4202496 148291 0 0 0 1249 20 0 0 25 0 1 0 512361697 272150528 32205 33554432000 4194304 4331988 140733381035680 18446744073709551615 4297607 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/15871/statm: 66443 32205 175 34 0 64885 0
[pid=15872] ppid=15867 vsize=146048 CPUtime=48.4 cores=4-7
/proc/15872/stat : 15872 (plingeling) S 15867 15867 15599 0 -1 4202496 45797 1249 0 0 4833 7 0 0 18 0 5 0 512361697 149553152 24956 33554432000 4194304 4356188 140734826432480 18446744073709551615 239488497637 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/15872/statm: 36512 24956 164 40 0 35056 0
[pid=15872/tid=15879] ppid=15867 vsize=146048 CPUtime=11.93 cores=4-7
/proc/15872/task/15879/stat : 15879 (plingeling) R 15867 15867 15599 0 -1 4202560 5060 1249 0 0 1193 0 0 0 25 0 5 0 512361772 149553152 24956 33554432000 4194304 4356188 140734826432480 18446744073709551615 4331076 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=15872/tid=15880] ppid=15867 vsize=146048 CPUtime=11.83 cores=4-7
/proc/15872/task/15880/stat : 15880 (plingeling) R 15867 15867 15599 0 -1 4202560 2396 1249 0 0 1183 0 0 0 25 0 5 0 512361772 149553152 24956 33554432000 4194304 4356188 140734826432480 18446744073709551615 4210856 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=15872/tid=15881] ppid=15867 vsize=146048 CPUtime=11.92 cores=4-7
/proc/15872/task/15881/stat : 15881 (plingeling) R 15867 15867 15599 0 -1 4202560 7034 1249 0 0 1192 0 0 0 25 0 5 0 512361772 149553152 24956 33554432000 4194304 4356188 140734826432480 18446744073709551615 4279717 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=15872/tid=15882] ppid=15867 vsize=146048 CPUtime=11.93 cores=4-7
/proc/15872/task/15882/stat : 15882 (plingeling) R 15867 15867 15599 0 -1 4202560 5403 1249 0 0 1193 0 0 0 25 0 5 0 512361772 149553152 24956 33554432000 4194304 4356188 140734826432480 18446744073709551615 4271935 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 99.16
Current children cumulated vsize (KiB) 1159464

[startup+25.5013 s]
/proc/loadavg: 7.58 7.90 7.93 9/180 15883
/proc/meminfo: memFree=15474824/32950928 swapFree=67087032/67111528
[pid=15867] ppid=15865 vsize=18324 CPUtime=0 cores=0-7
/proc/15867/stat : 15867 (ppfolio) S 15865 15867 15599 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 512361696 18763776 390 33554432000 4194304 4287625 140734538125184 18446744073709551615 239476715023 0 0 4096 65536 4594594801663344639 0 0 17 6 0 0 0
/proc/15867/statm: 4581 390 341 23 0 91 0
[pid=15868] ppid=15867 vsize=2119340 CPUtime=25.49 cores=0
/proc/15868/stat : 15868 (cryptominisat) R 15867 15867 15599 0 -1 4202496 41342 0 0 0 2542 7 0 0 25 0 1 0 512361697 2170204160 28957 33554432000 4194304 4587354 140734055926448 18446744073709551615 4237467 0 0 4096 2 0 0 0 17 0 0 0 0

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

[pid=15872/tid=15879] ppid=15867 vsize=201976 CPUtime=367.13 cores=4-7
/proc/15872/task/15879/stat : 15879 (plingeling) R 15867 15867 15599 0 -1 4202560 8537 1249 0 0 36712 1 0 0 25 0 5 0 512361772 206823424 38938 33554432000 4194304 4356188 140734826432480 18446744073709551615 4331047 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=15872/tid=15880] ppid=15867 vsize=201976 CPUtime=365.1 cores=4-7
/proc/15872/task/15880/stat : 15880 (plingeling) R 15867 15867 15599 0 -1 4202560 5936 1249 0 0 36510 0 0 0 25 0 5 0 512361772 206823424 38938 33554432000 4194304 4356188 140734826432480 18446744073709551615 4210567 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=15872/tid=15881] ppid=15867 vsize=201976 CPUtime=367.11 cores=4-7
/proc/15872/task/15881/stat : 15881 (plingeling) R 15867 15867 15599 0 -1 4202560 8795 1249 0 0 36710 1 0 0 25 0 5 0 512361772 206823424 38938 33554432000 4194304 4356188 140734826432480 18446744073709551615 4238067 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=15872/tid=15882] ppid=15867 vsize=201976 CPUtime=367.15 cores=4-7
/proc/15872/task/15882/stat : 15882 (plingeling) R 15867 15867 15599 0 -1 4202560 17592 1249 0 0 36713 2 0 0 25 0 5 0 512361772 206823424 38938 33554432000 4194304 4356188 140734826432480 18446744073709551615 4238570 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 2938.87
Current children cumulated vsize (KiB) 3529568

[startup+371.101 s]
/proc/loadavg: 8.06 8.02 7.97 9/180 15892
/proc/meminfo: memFree=15078600/32950928 swapFree=67087032/67111528
[pid=15867] ppid=15865 vsize=18324 CPUtime=0 cores=0-7
/proc/15867/stat : 15867 (ppfolio) S 15865 15867 15599 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 512361696 18763776 390 33554432000 4194304 4287625 140734538125184 18446744073709551615 239476715023 0 0 4096 65536 4594594801663344639 0 0 17 6 0 0 0
/proc/15867/statm: 4581 390 341 23 0 91 0
[pid=15868] ppid=15867 vsize=2154912 CPUtime=371.1 cores=0
/proc/15868/stat : 15868 (cryptominisat) R 15867 15867 15599 0 -1 4202496 66785 0 0 0 37093 17 0 0 25 0 1 0 512361697 2206629888 42294 33554432000 4194304 4587354 140734055926448 18446744073709551615 4238639 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/15868/statm: 538728 42294 338 96 0 535290 0
[pid=15869] ppid=15867 vsize=379636 CPUtime=371.1 cores=1
/proc/15869/stat : 15869 (clasp) R 15867 15867 15599 0 -1 4202496 97995 0 0 0 37068 42 0 0 25 0 1 0 512361697 388747264 91356 33554432000 4194304 4785740 140733914224432 18446744073709551615 4286953 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/15869/statm: 94909 91356 340 145 0 91954 0
[pid=15870] ppid=15867 vsize=511396 CPUtime=371.1 cores=2
/proc/15870/stat : 15870 (TNM) R 15867 15867 15599 0 -1 4202496 24563 0 0 0 37106 4 0 0 25 0 1 0 512361697 523669504 24460 33554432000 134512640 134534564 4292246496 18446744073709551615 134530158 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/15870/statm: 127849 24460 95 6 0 126515 0
[pid=15871] ppid=15867 vsize=267340 CPUtime=371.1 cores=3
/proc/15871/stat : 15871 (march_hi) R 15867 15867 15599 0 -1 4202496 148688 0 0 0 37090 20 0 0 25 0 1 0 512361697 273756160 32602 33554432000 4194304 4331988 140733381035680 18446744073709551615 4297607 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/15871/statm: 66835 32602 175 34 0 65277 0
[pid=15872] ppid=15867 vsize=201976 CPUtime=1480.05 cores=4-7
/proc/15872/stat : 15872 (plingeling) S 15867 15867 15599 0 -1 4202496 66764 1249 0 0 147996 9 0 0 18 0 5 0 512361697 206823424 38938 33554432000 4194304 4356188 140734826432480 18446744073709551615 239488497637 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/15872/statm: 50494 38938 164 40 0 49038 0
[pid=15872/tid=15879] ppid=15867 vsize=201976 CPUtime=370.33 cores=4-7
/proc/15872/task/15879/stat : 15879 (plingeling) R 15867 15867 15599 0 -1 4202560 8537 1249 0 0 37032 1 0 0 25 0 5 0 512361772 206823424 38938 33554432000 4194304 4356188 140734826432480 18446744073709551615 4331076 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=15872/tid=15880] ppid=15867 vsize=201976 CPUtime=368.28 cores=4-7
/proc/15872/task/15880/stat : 15880 (plingeling) R 15867 15867 15599 0 -1 4202560 5936 1249 0 0 36828 0 0 0 25 0 5 0 512361772 206823424 38938 33554432000 4194304 4356188 140734826432480 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=15872/tid=15881] ppid=15867 vsize=201976 CPUtime=370.31 cores=4-7
/proc/15872/task/15881/stat : 15881 (plingeling) R 15867 15867 15599 0 -1 4202560 8795 1249 0 0 37030 1 0 0 25 0 5 0 512361772 206823424 38938 33554432000 4194304 4356188 140734826432480 18446744073709551615 4331060 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=15872/tid=15882] ppid=15867 vsize=201976 CPUtime=370.35 cores=4-7
/proc/15872/task/15882/stat : 15882 (plingeling) R 15867 15867 15599 0 -1 4202560 17592 1249 0 0 37033 2 0 0 25 0 5 0 512361772 206823424 38938 33554432000 4194304 4356188 140734826432480 18446744073709551615 4330862 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 2964.45
Current children cumulated vsize (KiB) 3533584

[startup+371.901 s]
/proc/loadavg: 8.06 8.02 7.97 9/180 15892
/proc/meminfo: memFree=15076368/32950928 swapFree=67087032/67111528
[pid=15867] ppid=15865 vsize=18324 CPUtime=0 cores=0-7
/proc/15867/stat : 15867 (ppfolio) S 15865 15867 15599 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 512361696 18763776 390 33554432000 4194304 4287625 140734538125184 18446744073709551615 239476715023 0 0 4096 65536 4594594801663344639 0 0 17 6 0 0 0
/proc/15867/statm: 4581 390 341 23 0 91 0
[pid=15868] ppid=15867 vsize=2154912 CPUtime=371.9 cores=0
/proc/15868/stat : 15868 (cryptominisat) R 15867 15867 15599 0 -1 4202496 66929 0 0 0 37173 17 0 0 25 0 1 0 512361697 2206629888 42437 33554432000 4194304 4587354 140734055926448 18446744073709551615 4238399 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/15868/statm: 538728 42437 338 96 0 535290 0
[pid=15869] ppid=15867 vsize=380508 CPUtime=371.9 cores=1
/proc/15869/stat : 15869 (clasp) R 15867 15867 15599 0 -1 4202496 98190 0 0 0 37148 42 0 0 25 0 1 0 512361697 389640192 91551 33554432000 4194304 4785740 140733914224432 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/15869/statm: 95127 91551 340 145 0 92172 0
[pid=15870] ppid=15867 vsize=511396 CPUtime=371.9 cores=2
/proc/15870/stat : 15870 (TNM) R 15867 15867 15599 0 -1 4202496 24563 0 0 0 37186 4 0 0 25 0 1 0 512361697 523669504 24460 33554432000 134512640 134534564 4292246496 18446744073709551615 9180579 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/15870/statm: 127849 24460 95 6 0 126515 0
[pid=15871] ppid=15867 vsize=267340 CPUtime=371.9 cores=3
/proc/15871/stat : 15871 (march_hi) R 15867 15867 15599 0 -1 4202496 148689 0 0 0 37170 20 0 0 25 0 1 0 512361697 273756160 32603 33554432000 4194304 4331988 140733381035680 18446744073709551615 4228196 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/15871/statm: 66835 32603 175 34 0 65277 0
[pid=15872] ppid=15867 vsize=201976 CPUtime=1483.24 cores=4-7
/proc/15872/stat : 15872 (plingeling) S 15867 15867 15599 0 -1 4202496 66764 1249 0 0 148315 9 0 0 18 0 5 0 512361697 206823424 38938 33554432000 4194304 4356188 140734826432480 18446744073709551615 239488497637 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/15872/statm: 50494 38938 164 40 0 49038 0
[pid=15872/tid=15879] ppid=15867 vsize=201976 CPUtime=371.13 cores=4-7
/proc/15872/task/15879/stat : 15879 (plingeling) R 15867 15867 15599 0 -1 4202560 8537 1249 0 0 37112 1 0 0 25 0 5 0 512361772 206823424 38938 33554432000 4194304 4356188 140734826432480 18446744073709551615 4330986 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=15872/tid=15880] ppid=15867 vsize=201976 CPUtime=369.07 cores=4-7
/proc/15872/task/15880/stat : 15880 (plingeling) R 15867 15867 15599 0 -1 4202560 5936 1249 0 0 36907 0 0 0 25 0 5 0 512361772 206823424 38938 33554432000 4194304 4356188 140734826432480 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=15872/tid=15881] ppid=15867 vsize=201976 CPUtime=371.11 cores=4-7
/proc/15872/task/15881/stat : 15881 (plingeling) R 15867 15867 15599 0 -1 4202560 8795 1249 0 0 37110 1 0 0 25 0 5 0 512361772 206823424 38938 33554432000 4194304 4356188 140734826432480 18446744073709551615 4331340 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=15872/tid=15882] ppid=15867 vsize=201976 CPUtime=371.15 cores=4-7
/proc/15872/task/15882/stat : 15882 (plingeling) R 15867 15867 15599 0 -1 4202560 17592 1249 0 0 37113 2 0 0 25 0 5 0 512361772 206823424 38938 33554432000 4194304 4356188 140734826432480 18446744073709551615 4210834 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 2970.84
Current children cumulated vsize (KiB) 3534456

[startup+372.301 s]
/proc/loadavg: 8.06 8.02 7.97 9/180 15892
/proc/meminfo: memFree=15076368/32950928 swapFree=67087032/67111528
[pid=15867] ppid=15865 vsize=18324 CPUtime=0 cores=0-7
/proc/15867/stat : 15867 (ppfolio) S 15865 15867 15599 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 512361696 18763776 390 33554432000 4194304 4287625 140734538125184 18446744073709551615 239476715023 0 0 4096 65536 4594594801663344639 0 0 17 6 0 0 0
/proc/15867/statm: 4581 390 341 23 0 91 0
[pid=15868] ppid=15867 vsize=2154912 CPUtime=372.31 cores=0
/proc/15868/stat : 15868 (cryptominisat) R 15867 15867 15599 0 -1 4202496 66991 0 0 0 37213 18 0 0 25 0 1 0 512361697 2206629888 42499 33554432000 4194304 4587354 140734055926448 18446744073709551615 4238658 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/15868/statm: 538728 42499 338 96 0 535290 0
[pid=15869] ppid=15867 vsize=381012 CPUtime=372.3 cores=1
/proc/15869/stat : 15869 (clasp) R 15867 15867 15599 0 -1 4202496 98276 0 0 0 37188 42 0 0 25 0 1 0 512361697 390156288 91637 33554432000 4194304 4785740 140733914224432 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/15869/statm: 95253 91637 340 145 0 92298 0
[pid=15870] ppid=15867 vsize=511396 CPUtime=372.3 cores=2
/proc/15870/stat : 15870 (TNM) R 15867 15867 15599 0 -1 4202496 24563 0 0 0 37226 4 0 0 25 0 1 0 512361697 523669504 24460 33554432000 134512640 134534564 4292246496 18446744073709551615 134530614 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/15870/statm: 127849 24460 95 6 0 126515 0
[pid=15871] ppid=15867 vsize=267340 CPUtime=372.3 cores=3
/proc/15871/stat : 15871 (march_hi) R 15867 15867 15599 0 -1 4202496 148690 0 0 0 37210 20 0 0 25 0 1 0 512361697 273756160 32604 33554432000 4194304 4331988 140733381035680 18446744073709551615 4228205 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/15871/statm: 66835 32604 175 34 0 65277 0
[pid=15872] ppid=15867 vsize=201976 CPUtime=1484.84 cores=4-7
/proc/15872/stat : 15872 (plingeling) S 15867 15867 15599 0 -1 4202496 66764 1249 0 0 148475 9 0 0 18 0 5 0 512361697 206823424 38938 33554432000 4194304 4356188 140734826432480 18446744073709551615 239488497637 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/15872/statm: 50494 38938 164 40 0 49038 0
[pid=15872/tid=15879] ppid=15867 vsize=201976 CPUtime=371.53 cores=4-7
/proc/15872/task/15879/stat : 15879 (plingeling) R 15867 15867 15599 0 -1 4202560 8537 1249 0 0 37152 1 0 0 25 0 5 0 512361772 206823424 38938 33554432000 4194304 4356188 140734826432480 18446744073709551615 4283885 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=15872/tid=15880] ppid=15867 vsize=201976 CPUtime=369.47 cores=4-7
/proc/15872/task/15880/stat : 15880 (plingeling) R 15867 15867 15599 0 -1 4202560 5936 1249 0 0 36947 0 0 0 25 0 5 0 512361772 206823424 38938 33554432000 4194304 4356188 140734826432480 18446744073709551615 4330862 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=15872/tid=15881] ppid=15867 vsize=201976 CPUtime=371.51 cores=4-7
/proc/15872/task/15881/stat : 15881 (plingeling) R 15867 15867 15599 0 -1 4202560 8795 1249 0 0 37150 1 0 0 25 0 5 0 512361772 206823424 38938 33554432000 4194304 4356188 140734826432480 18446744073709551615 4331887 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=15872/tid=15882] ppid=15867 vsize=201976 CPUtime=371.55 cores=4-7
/proc/15872/task/15882/stat : 15882 (plingeling) R 15867 15867 15599 0 -1 4202560 17592 1249 0 0 37153 2 0 0 25 0 5 0 512361772 206823424 38938 33554432000 4194304 4356188 140734826432480 18446744073709551615 4331002 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 2974.05
Current children cumulated vsize (KiB) 3534960

[startup+372.701 s]
/proc/loadavg: 8.06 8.02 7.97 9/180 15892
/proc/meminfo: memFree=15076368/32950928 swapFree=67087032/67111528
[pid=15867] ppid=15865 vsize=18324 CPUtime=0 cores=0-7
/proc/15867/stat : 15867 (ppfolio) S 15865 15867 15599 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 512361696 18763776 390 33554432000 4194304 4287625 140734538125184 18446744073709551615 239476715023 0 0 4096 65536 4594594801663344639 0 0 17 6 0 0 0
/proc/15867/statm: 4581 390 341 23 0 91 0
[pid=15868] ppid=15867 vsize=2154912 CPUtime=372.7 cores=0
/proc/15868/stat : 15868 (cryptominisat) R 15867 15867 15599 0 -1 4202496 67058 0 0 0 37252 18 0 0 25 0 1 0 512361697 2206629888 42564 33554432000 4194304 4587354 140734055926448 18446744073709551615 4244512 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/15868/statm: 538728 42564 338 96 0 535290 0
[pid=15869] ppid=15867 vsize=381332 CPUtime=372.7 cores=1
/proc/15869/stat : 15869 (clasp) R 15867 15867 15599 0 -1 4202496 98359 0 0 0 37228 42 0 0 25 0 1 0 512361697 390483968 91720 33554432000 4194304 4785740 140733914224432 18446744073709551615 4287008 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/15869/statm: 95333 91720 340 145 0 92378 0
[pid=15870] ppid=15867 vsize=511396 CPUtime=372.7 cores=2
/proc/15870/stat : 15870 (TNM) R 15867 15867 15599 0 -1 4202496 24563 0 0 0 37266 4 0 0 25 0 1 0 512361697 523669504 24460 33554432000 134512640 134534564 4292246496 18446744073709551615 134530712 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/15870/statm: 127849 24460 95 6 0 126515 0
[pid=15871] ppid=15867 vsize=267340 CPUtime=372.7 cores=3
/proc/15871/stat : 15871 (march_hi) R 15867 15867 15599 0 -1 4202496 148690 0 0 0 37250 20 0 0 25 0 1 0 512361697 273756160 32604 33554432000 4194304 4331988 140733381035680 18446744073709551615 4228205 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/15871/statm: 66835 32604 175 34 0 65277 0
[pid=15872] ppid=15867 vsize=201976 CPUtime=1486.44 cores=4-7
/proc/15872/stat : 15872 (plingeling) S 15867 15867 15599 0 -1 4202496 66764 1249 0 0 148635 9 0 0 18 0 5 0 512361697 206823424 38938 33554432000 4194304 4356188 140734826432480 18446744073709551615 239488497637 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/15872/statm: 50494 38938 164 40 0 49038 0
[pid=15872/tid=15879] ppid=15867 vsize=201976 CPUtime=371.93 cores=4-7
/proc/15872/task/15879/stat : 15879 (plingeling) R 15867 15867 15599 0 -1 4202560 8537 1249 0 0 37192 1 0 0 25 0 5 0 512361772 206823424 38938 33554432000 4194304 4356188 140734826432480 18446744073709551615 4279731 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=15872/tid=15880] ppid=15867 vsize=201976 CPUtime=369.87 cores=4-7
/proc/15872/task/15880/stat : 15880 (plingeling) R 15867 15867 15599 0 -1 4202560 5936 1249 0 0 36987 0 0 0 25 0 5 0 512361772 206823424 38938 33554432000 4194304 4356188 140734826432480 18446744073709551615 4330986 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=15872/tid=15881] ppid=15867 vsize=201976 CPUtime=371.91 cores=4-7
/proc/15872/task/15881/stat : 15881 (plingeling) R 15867 15867 15599 0 -1 4202560 8795 1249 0 0 37190 1 0 0 25 0 5 0 512361772 206823424 38938 33554432000 4194304 4356188 140734826432480 18446744073709551615 4244192 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=15872/tid=15882] ppid=15867 vsize=201976 CPUtime=371.95 cores=4-7
/proc/15872/task/15882/stat : 15882 (plingeling) R 15867 15867 15599 0 -1 4202560 17592 1249 0 0 37193 2 0 0 25 0 5 0 512361772 206823424 38938 33554432000 4194304 4356188 140734826432480 18446744073709551615 4330986 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 2977.24
Current children cumulated vsize (KiB) 3535280

[startup+372.801 s]
/proc/loadavg: 8.06 8.02 7.97 9/180 15892
/proc/meminfo: memFree=15074632/32950928 swapFree=67087032/67111528
[pid=15867] ppid=15865 vsize=18324 CPUtime=0 cores=0-7
/proc/15867/stat : 15867 (ppfolio) S 15865 15867 15599 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 512361696 18763776 390 33554432000 4194304 4287625 140734538125184 18446744073709551615 239476715023 0 0 4096 65536 4594594801663344639 0 0 17 6 0 0 0
/proc/15867/statm: 4581 390 341 23 0 91 0
[pid=15868] ppid=15867 vsize=2154912 CPUtime=372.81 cores=0
/proc/15868/stat : 15868 (cryptominisat) R 15867 15867 15599 0 -1 4202496 67071 0 0 0 37263 18 0 0 25 0 1 0 512361697 2206629888 42577 33554432000 4194304 4587354 140734055926448 18446744073709551615 4238668 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/15868/statm: 538728 42577 338 96 0 535290 0
[pid=15869] ppid=15867 vsize=381504 CPUtime=372.81 cores=1
/proc/15869/stat : 15869 (clasp) R 15867 15867 15599 0 -1 4202496 98422 0 0 0 37239 42 0 0 25 0 1 0 512361697 390660096 91783 33554432000 4194304 4785740 140733914224432 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/15869/statm: 95376 91783 340 145 0 92421 0
[pid=15870] ppid=15867 vsize=511396 CPUtime=372.8 cores=2
/proc/15870/stat : 15870 (TNM) R 15867 15867 15599 0 -1 4202496 24563 0 0 0 37276 4 0 0 25 0 1 0 512361697 523669504 24460 33554432000 134512640 134534564 4292246496 18446744073709551615 134526088 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/15870/statm: 127849 24460 95 6 0 126515 0
[pid=15871] ppid=15867 vsize=267340 CPUtime=372.8 cores=3
/proc/15871/stat : 15871 (march_hi) R 15867 15867 15599 0 -1 4202496 148690 0 0 0 37260 20 0 0 25 0 1 0 512361697 273756160 32604 33554432000 4194304 4331988 140733381035680 18446744073709551615 4298776 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/15871/statm: 66835 32604 175 34 0 65277 0
[pid=15872] ppid=15867 vsize=201976 CPUtime=1486.85 cores=4-7
/proc/15872/stat : 15872 (plingeling) S 15867 15867 15599 0 -1 4202496 66764 1249 0 0 148676 9 0 0 18 0 5 0 512361697 206823424 38938 33554432000 4194304 4356188 140734826432480 18446744073709551615 239488497637 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/15872/statm: 50494 38938 164 40 0 49038 0
[pid=15872/tid=15879] ppid=15867 vsize=201976 CPUtime=372.04 cores=4-7
/proc/15872/task/15879/stat : 15879 (plingeling) R 15867 15867 15599 0 -1 4202560 8537 1249 0 0 37203 1 0 0 25 0 5 0 512361772 206823424 38938 33554432000 4194304 4356188 140734826432480 18446744073709551615 4330862 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=15872/tid=15880] ppid=15867 vsize=201976 CPUtime=369.97 cores=4-7
/proc/15872/task/15880/stat : 15880 (plingeling) R 15867 15867 15599 0 -1 4202560 5936 1249 0 0 36997 0 0 0 25 0 5 0 512361772 206823424 38938 33554432000 4194304 4356188 140734826432480 18446744073709551615 4330986 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=15872/tid=15881] ppid=15867 vsize=201976 CPUtime=372.01 cores=4-7
/proc/15872/task/15881/stat : 15881 (plingeling) R 15867 15867 15599 0 -1 4202560 8795 1249 0 0 37200 1 0 0 25 0 5 0 512361772 206823424 38938 33554432000 4194304 4356188 140734826432480 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=15872/tid=15882] ppid=15867 vsize=201976 CPUtime=372.06 cores=4-7
/proc/15872/task/15882/stat : 15882 (plingeling) R 15867 15867 15599 0 -1 4202560 17592 1249 0 0 37204 2 0 0 25 0 5 0 512361772 206823424 38938 33554432000 4194304 4356188 140734826432480 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 2978.07
Current children cumulated vsize (KiB) 3535452

Child status: 0
Real time (s): 372.865
CPU time (s): 2978.47
CPU user time (s): 2977.47
CPU system time (s): 1.00885
CPU usage (%): 798.807
Max. virtual memory (cumulated for all children) (KiB): 5158608

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2977.47
system time used= 1.00885
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 407309
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= 350
involuntary context switches= 14127

runsolver used 0.551916 second user time and 1.48877 second system time

The end

Launcher Data

Begin job on node148 at 2011-04-28 18:20:46
IDJOB=3310256
IDBENCH=82431
IDSOLVER=1638
FILE ID=node148/3310256-1304007646
RUNJOBID= node148-1304002541-15613
PBS_JOBID= 13168795
Free space on /tmp= 71424 MiB

SOLVER NAME= ppfolio par
BENCH NAME= SAT11/application/jarvisalo/AAAI2010-SATPlanning/aaai10-planning-ipc5-TPP-21-step11.cnf
COMMAND LINE= ppfolio BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3310256-1304007646/watcher-3310256-1304007646 -o /tmp/evaluation-result-3310256-1304007646/solver-3310256-1304007646 -C 40000 -W 5100 -M 31000  ppfolio HOME/instance-3310256-1304007646.cnf

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

MD5SUM BENCH= 00d93f117a3253605ad3ac6a153ec61f
RANDOM SEED=436426849

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.854
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:     32950928 kB
MemFree:      15991956 kB
Buffers:       2083624 kB
Cached:       14261668 kB
SwapCached:       5264 kB
Active:        6863264 kB
Inactive:      9526172 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      15991956 kB
SwapTotal:    67111528 kB
SwapFree:     67087032 kB
Dirty:           22332 kB
Writeback:           0 kB
AnonPages:       40824 kB
Mapped:          13528 kB
Slab:           504592 kB
PageTables:       4320 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   183764 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= 71412 MiB
End job on node148 at 2011-04-28 18:26:59