Trace number 3310227

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 3377.37 422.887

General information on the benchmark

Nameapplication/rintanen/SATPlanning/
sokoban-sequential-p145-microban-sequential.040-NOTKNOWN.cnf
MD5SUM36e8e2178d03f08fa4223da0e3d9beb5
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark477.605
Satisfiable
(Un)Satisfiability was proved
Number of variables87884
Number of clauses1413816
Sum of the clauses size3227576
Maximum clause length78
Minimum clause length1
Number of clauses of size 1696
Number of clauses of size 21364160
Number of clauses of size 33840
Number of clauses of size 417760
Number of clauses of size 57680
Number of clauses of size over 519680

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
3376.88/422.86	s UNSATISFIABLE
3376.88/422.88	solver [5] plingeling 276-6264d55-100731 answered
3376.88/422.88	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-3310227-1304005207/watcher-3310227-1304005207 -o /tmp/evaluation-result-3310227-1304005207/solver-3310227-1304005207 -C 40000 -W 5100 -M 31000 ppfolio HOME/instance-3310227-1304005207.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: 3.71 1.85 1.38 1/170 19115
/proc/meminfo: memFree=17576036/32950940 swapFree=67111528/67111528
[pid=19115] ppid=19113 vsize=18324 CPUtime=0 cores=0-7
/proc/19115/stat : 19115 (ppfolio) S 19113 19115 19046 0 -1 4202496 520 0 0 0 0 0 0 0 25 0 1 0 590751601 18763776 389 33554432000 4194304 4287625 140733491097008 18446744073709551615 215988612623 0 0 4096 65536 3492629751128915967 0 0 17 6 0 0 0
/proc/19115/statm: 4581 389 341 23 0 91 0

[startup+0.00868012 s]
/proc/loadavg: 3.71 1.85 1.38 1/170 19115
/proc/meminfo: memFree=17576036/32950940 swapFree=67111528/67111528
[pid=19115] ppid=19113 vsize=18324 CPUtime=0 cores=0-7
/proc/19115/stat : 19115 (ppfolio) S 19113 19115 19046 0 -1 4202496 520 0 0 0 0 0 0 0 25 0 1 0 590751601 18763776 389 33554432000 4194304 4287625 140733491097008 18446744073709551615 215988612623 0 0 4096 65536 3492629751128915967 0 0 17 6 0 0 0
/proc/19115/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.100547 s]
/proc/loadavg: 3.71 1.85 1.38 1/170 19115
/proc/meminfo: memFree=17576036/32950940 swapFree=67111528/67111528
[pid=19115] ppid=19113 vsize=18324 CPUtime=0 cores=0-7
/proc/19115/stat : 19115 (ppfolio) S 19113 19115 19046 0 -1 4202496 520 0 0 0 0 0 0 0 25 0 1 0 590751601 18763776 389 33554432000 4194304 4287625 140733491097008 18446744073709551615 215988612623 0 0 4096 65536 3492629751128915967 0 0 17 6 0 0 0
/proc/19115/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.300509 s]
/proc/loadavg: 3.71 1.85 1.38 1/170 19115
/proc/meminfo: memFree=17576036/32950940 swapFree=67111528/67111528
[pid=19115] ppid=19113 vsize=18324 CPUtime=0 cores=0-7
/proc/19115/stat : 19115 (ppfolio) S 19113 19115 19046 0 -1 4202496 520 0 0 0 0 0 0 0 25 0 1 0 590751601 18763776 389 33554432000 4194304 4287625 140733491097008 18446744073709551615 215988612623 0 0 4096 65536 3492629751128915967 0 0 17 6 0 0 0
/proc/19115/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.70044 s]
/proc/loadavg: 3.71 1.85 1.38 1/170 19115
/proc/meminfo: memFree=17576036/32950940 swapFree=67111528/67111528
[pid=19115] ppid=19113 vsize=18324 CPUtime=0 cores=0-7
/proc/19115/stat : 19115 (ppfolio) S 19113 19115 19046 0 -1 4202496 520 0 0 0 0 0 0 0 22 0 1 0 590751601 18763776 389 33554432000 4194304 4287625 140733491097008 18446744073709551615 215988612623 0 0 4096 65536 3492629751128915967 0 0 17 6 0 0 0
/proc/19115/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.50131 s]
/proc/loadavg: 3.71 1.85 1.38 6/176 19126
/proc/meminfo: memFree=17176196/32950940 swapFree=67111528/67111528
[pid=19115] ppid=19113 vsize=18324 CPUtime=0 cores=0-7
/proc/19115/stat : 19115 (ppfolio) S 19113 19115 19046 0 -1 4202496 520 0 0 0 0 0 0 0 17 0 1 0 590751601 18763776 389 33554432000 4194304 4287625 140733491097008 18446744073709551615 215988612623 0 0 4096 65536 3492629751128915967 0 0 17 6 0 0 0
/proc/19115/statm: 4581 389 341 23 0 91 0
[pid=19116] ppid=19115 vsize=124688 CPUtime=1.49 cores=0
/proc/19116/stat : 19116 (cryptominisat) R 19115 19115 19046 0 -1 4202496 25958 0 0 0 145 4 0 0 25 0 1 0 590751601 127680512 25720 33554432000 4194304 4587354 140734535141808 18446744073709551615 4364913 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/19116/statm: 31172 25720 311 96 0 27734 0
[pid=19117] ppid=19115 vsize=84684 CPUtime=1.49 cores=1
/proc/19117/stat : 19117 (clasp) R 19115 19115 19046 0 -1 4202496 25472 0 0 0 145 4 0 0 20 0 1 0 590751601 86716416 18264 33554432000 4194304 4785740 140736038924656 18446744073709551615 4290592 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/19117/statm: 21171 18264 333 145 0 18216 0
[pid=19118] ppid=19115 vsize=526048 CPUtime=1.48 cores=2
/proc/19118/stat : 19118 (TNM) R 19115 19115 19046 0 -1 4202496 24755 0 0 0 144 4 0 0 25 0 1 0 590751601 538673152 24652 33554432000 134512640 134534564 4294020016 18446744073709551615 134524508 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/19118/statm: 131512 24652 91 6 0 130178 0
[pid=19119] ppid=19115 vsize=146884 CPUtime=1.49 cores=3
/proc/19119/stat : 19119 (march_hi) R 19115 19115 19046 0 -1 4194304 30271 0 0 0 144 5 0 0 20 0 1 0 590751601 150409216 21467 33554432000 4194304 4331988 140734700808000 18446744073709551615 4257024 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/19119/statm: 36721 21467 129 34 0 35163 0
[pid=19120] ppid=19115 vsize=208240 CPUtime=2.84 cores=4-7
/proc/19120/stat : 19120 (plingeling) S 19115 19115 19046 0 -1 4202496 27244 1250 0 0 280 4 0 0 21 0 5 0 590751602 213237760 24112 33554432000 4194304 4356188 140736025027888 18446744073709551615 216000395237 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/19120/statm: 52060 24112 141 40 0 50604 0
Current children cumulated CPU time (s) 8.79
Current children cumulated vsize (KiB) 1108868

[startup+3.10102 s]
/proc/loadavg: 3.71 1.85 1.38 9/180 19130
/proc/meminfo: memFree=17054780/32950940 swapFree=67111528/67111528
[pid=19115] ppid=19113 vsize=18324 CPUtime=0 cores=0-7
/proc/19115/stat : 19115 (ppfolio) S 19113 19115 19046 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 590751601 18763776 389 33554432000 4194304 4287625 140733491097008 18446744073709551615 215988612623 0 0 4096 65536 3492629751128915967 0 0 17 6 0 0 0
/proc/19115/statm: 4581 389 341 23 0 91 0
[pid=19116] ppid=19115 vsize=125016 CPUtime=3.09 cores=0
/proc/19116/stat : 19116 (cryptominisat) R 19115 19115 19046 0 -1 4202496 26041 0 0 0 305 4 0 0 25 0 1 0 590751601 128016384 25803 33554432000 4194304 4587354 140734535141808 18446744073709551615 4421100 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/19116/statm: 31254 25803 312 96 0 27816 0
[pid=19117] ppid=19115 vsize=84684 CPUtime=3.09 cores=1
/proc/19117/stat : 19117 (clasp) R 19115 19115 19046 0 -1 4202496 25479 0 0 0 305 4 0 0 25 0 1 0 590751601 86716416 18271 33554432000 4194304 4785740 140736038924656 18446744073709551615 4287028 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/19117/statm: 21171 18271 340 145 0 18216 0
[pid=19118] ppid=19115 vsize=526048 CPUtime=3.08 cores=2
/proc/19118/stat : 19118 (TNM) R 19115 19115 19046 0 -1 4202496 24755 0 0 0 304 4 0 0 25 0 1 0 590751601 538673152 24652 33554432000 134512640 134534564 4294020016 18446744073709551615 134524541 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/19118/statm: 131512 24652 91 6 0 130178 0
[pid=19119] ppid=19115 vsize=146872 CPUtime=3.09 cores=3
/proc/19119/stat : 19119 (march_hi) R 19115 19115 19046 0 -1 4202496 30294 0 0 0 304 5 0 0 25 0 1 0 590751601 150396928 21487 33554432000 4194304 4331988 140734700808000 18446744073709551615 215988248475 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/19119/statm: 36718 21487 150 34 0 35160 0
[pid=19120] ppid=19115 vsize=280664 CPUtime=9.23 cores=4-7
/proc/19120/stat : 19120 (plingeling) S 19115 19115 19046 0 -1 4202496 68049 1250 0 0 913 10 0 0 21 0 5 0 590751602 287399936 42238 33554432000 4194304 4356188 140736025027888 18446744073709551615 216000395237 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/19120/statm: 70166 42238 161 40 0 68710 0
[pid=19120/tid=19127] ppid=19115 vsize=280664 CPUtime=2.04 cores=4-7
/proc/19120/task/19127/stat : 19127 (plingeling) R 19115 19115 19046 0 -1 4202560 12252 1250 0 0 203 1 0 0 21 0 5 0 590751706 287399936 42238 33554432000 4194304 4356188 140736025027888 18446744073709551615 4322000 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=19120/tid=19128] ppid=19115 vsize=280664 CPUtime=2.03 cores=4-7
/proc/19120/task/19128/stat : 19128 (plingeling) R 19115 19115 19046 0 -1 4202560 9914 1250 0 0 202 1 0 0 21 0 5 0 590751706 287399936 42238 33554432000 4194304 4356188 140736025027888 18446744073709551615 4290607 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=19120/tid=19129] ppid=19115 vsize=280664 CPUtime=2.04 cores=4-7
/proc/19120/task/19129/stat : 19129 (plingeling) R 19115 19115 19046 0 -1 4202560 11589 1250 0 0 202 2 0 0 25 0 5 0 590751706 287399936 42238 33554432000 4194304 4356188 140736025027888 18446744073709551615 4289310 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=19120/tid=19130] ppid=19115 vsize=280664 CPUtime=2.03 cores=4-7
/proc/19120/task/19130/stat : 19130 (plingeling) R 19115 19115 19046 0 -1 4202560 7300 1250 0 0 203 0 0 0 21 0 5 0 590751706 287399936 42238 33554432000 4194304 4356188 140736025027888 18446744073709551615 4284178 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 21.58
Current children cumulated vsize (KiB) 1181608

[startup+6.30047 s]
/proc/loadavg: 4.05 1.95 1.42 9/180 19130
/proc/meminfo: memFree=16917388/32950940 swapFree=67111528/67111528
[pid=19115] ppid=19113 vsize=18324 CPUtime=0 cores=0-7
/proc/19115/stat : 19115 (ppfolio) S 19113 19115 19046 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 590751601 18763776 389 33554432000 4194304 4287625 140733491097008 18446744073709551615 215988612623 0 0 4096 65536 3492629751128915967 0 0 17 6 0 0 0
/proc/19115/statm: 4581 389 341 23 0 91 0
[pid=19116] ppid=19115 vsize=176852 CPUtime=6.29 cores=0
/proc/19116/stat : 19116 (cryptominisat) R 19115 19115 19046 0 -1 4202496 42271 0 0 0 623 6 0 0 25 0 1 0 590751601 181096448 37125 33554432000 4194304 4587354 140734535141808 18446744073709551615 4241080 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/19116/statm: 44213 37126 330 96 0 40775 0
[pid=19117] ppid=19115 vsize=84684 CPUtime=6.29 cores=1
/proc/19117/stat : 19117 (clasp) R 19115 19115 19046 0 -1 4202496 25479 0 0 0 625 4 0 0 25 0 1 0 590751601 86716416 18271 33554432000 4194304 4785740 140736038924656 18446744073709551615 4552628 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/19117/statm: 21171 18271 340 145 0 18216 0
[pid=19118] ppid=19115 vsize=550892 CPUtime=6.28 cores=2
/proc/19118/stat : 19118 (TNM) R 19115 19115 19046 0 -1 4202496 37419 0 0 0 623 5 0 0 25 0 1 0 590751601 564113408 37316 33554432000 134512640 134534564 4294020016 18446744073709551615 134530659 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/19118/statm: 137723 37316 95 6 0 136389 0
[pid=19119] ppid=19115 vsize=275656 CPUtime=6.28 cores=3
/proc/19119/stat : 19119 (march_hi) R 19115 19115 19046 0 -1 4202496 54769 0 0 0 621 7 0 0 25 0 1 0 590751601 282271744 30470 33554432000 4194304 4331988 140734700808000 18446744073709551615 4226237 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/19119/statm: 68914 30470 172 34 0 67356 0
[pid=19120] ppid=19115 vsize=280664 CPUtime=22.01 cores=4-7
/proc/19120/stat : 19120 (plingeling) S 19115 19115 19046 0 -1 4202496 68070 1250 0 0 2191 10 0 0 21 0 5 0 590751602 287399936 42259 33554432000 4194304 4356188 140736025027888 18446744073709551615 216000395237 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/19120/statm: 70166 42259 164 40 0 68710 0
[pid=19120/tid=19127] ppid=19115 vsize=280664 CPUtime=5.24 cores=4-7
/proc/19120/task/19127/stat : 19127 (plingeling) R 19115 19115 19046 0 -1 4202560 12258 1250 0 0 523 1 0 0 25 0 5 0 590751706 287399936 42259 33554432000 4194304 4356188 140736025027888 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=19120/tid=19128] ppid=19115 vsize=280664 CPUtime=5.23 cores=4-7
/proc/19120/task/19128/stat : 19128 (plingeling) R 19115 19115 19046 0 -1 4202560 9920 1250 0 0 522 1 0 0 25 0 5 0 590751706 287399936 42259 33554432000 4194304 4356188 140736025027888 18446744073709551615 4281722 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=19120/tid=19129] ppid=19115 vsize=280664 CPUtime=5.24 cores=4-7
/proc/19120/task/19129/stat : 19129 (plingeling) R 19115 19115 19046 0 -1 4202560 11598 1250 0 0 522 2 0 0 25 0 5 0 590751706 287399936 42259 33554432000 4194304 4356188 140736025027888 18446744073709551615 4259331 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=19120/tid=19130] ppid=19115 vsize=280664 CPUtime=5.21 cores=4-7
/proc/19120/task/19130/stat : 19130 (plingeling) R 19115 19115 19046 0 -1 4202560 7300 1250 0 0 521 0 0 0 25 0 5 0 590751706 287399936 42259 33554432000 4194304 4356188 140736025027888 18446744073709551615 4279474 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 47.15
Current children cumulated vsize (KiB) 1387072

[startup+12.7013 s]
/proc/loadavg: 4.37 2.05 1.45 9/180 19131
/proc/meminfo: memFree=16867180/32950940 swapFree=67111528/67111528
[pid=19115] ppid=19113 vsize=18324 CPUtime=0 cores=0-7
/proc/19115/stat : 19115 (ppfolio) S 19113 19115 19046 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 590751601 18763776 389 33554432000 4194304 4287625 140733491097008 18446744073709551615 215988612623 0 0 4096 65536 3492629751128915967 0 0 17 6 0 0 0
/proc/19115/statm: 4581 389 341 23 0 91 0
[pid=19116] ppid=19115 vsize=214356 CPUtime=12.69 cores=0
/proc/19116/stat : 19116 (cryptominisat) R 19115 19115 19046 0 -1 4202496 45159 0 0 0 1262 7 0 0 25 0 1 0 590751601 219500544 40012 33554432000 4194304 4587354 140734535141808 18446744073709551615 4237679 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/19116/statm: 53589 40012 330 96 0 50151 0
[pid=19117] ppid=19115 vsize=84684 CPUtime=12.69 cores=1
/proc/19117/stat : 19117 (clasp) R 19115 19115 19046 0 -1 4202496 25479 0 0 0 1265 4 0 0 25 0 1 0 590751601 86716416 18271 33554432000 4194304 4785740 140736038924656 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/19117/statm: 21171 18271 340 145 0 18216 0
[pid=19118] ppid=19115 vsize=550892 CPUtime=12.68 cores=2
/proc/19118/stat : 19118 (TNM) R 19115 19115 19046 0 -1 4202496 37419 0 0 0 1263 5 0 0 25 0 1 0 590751601 564113408 37316 33554432000 134512640 134534564 4294020016 18446744073709551615 134528966 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/19118/statm: 137723 37316 95 6 0 136389 0
[pid=19119] ppid=19115 vsize=279472 CPUtime=12.69 cores=3
/proc/19119/stat : 19119 (march_hi) R 19115 19115 19046 0 -1 4202496 55676 0 0 0 1261 8 0 0 25 0 1 0 590751601 286179328 31377 33554432000 4194304 4331988 140734700808000 18446744073709551615 4226260 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/19119/statm: 69868 31377 172 34 0 68310 0
[pid=19120] ppid=19115 vsize=318044 CPUtime=47.58 cores=4-7
/proc/19120/stat : 19120 (plingeling) S 19115 19115 19046 0 -1 4202496 77389 1250 0 0 4746 12 0 0 21 0 5 0 590751602 325677056 51572 33554432000 4194304 4356188 140736025027888 18446744073709551615 216000395237 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/19120/statm: 79511 51572 164 40 0 78055 0
[pid=19120/tid=19127] ppid=19115 vsize=318044 CPUtime=11.65 cores=4-7
/proc/19120/task/19127/stat : 19127 (plingeling) R 19115 19115 19046 0 -1 4202560 12790 1250 0 0 1164 1 0 0 25 0 5 0 590751706 325677056 51572 33554432000 4194304 4356188 140736025027888 18446744073709551615 4281652 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=19120/tid=19128] ppid=19115 vsize=318044 CPUtime=11.64 cores=4-7
/proc/19120/task/19128/stat : 19128 (plingeling) R 19115 19115 19046 0 -1 4202560 18465 1250 0 0 1161 3 0 0 25 0 5 0 590751706 325677056 51572 33554432000 4194304 4356188 140736025027888 18446744073709551615 4210587 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=19120/tid=19129] ppid=19115 vsize=318044 CPUtime=11.64 cores=4-7
/proc/19120/task/19129/stat : 19129 (plingeling) R 19115 19115 19046 0 -1 4202560 11712 1250 0 0 1162 2 0 0 25 0 5 0 590751706 325677056 51572 33554432000 4194304 4356188 140736025027888 18446744073709551615 4237473 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=19120/tid=19130] ppid=19115 vsize=318044 CPUtime=11.58 cores=4-7
/proc/19120/task/19130/stat : 19130 (plingeling) R 19115 19115 19046 0 -1 4202560 7428 1250 0 0 1158 0 0 0 25 0 5 0 590751706 325677056 51572 33554432000 4194304 4356188 140736025027888 18446744073709551615 4331504 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 98.33
Current children cumulated vsize (KiB) 1465772

[startup+25.5011 s]
/proc/loadavg: 5.17 2.34 1.56 9/180 19131
/proc/meminfo: memFree=16821176/32950940 swapFree=67111528/67111528
[pid=19115] ppid=19113 vsize=18324 CPUtime=0 cores=0-7
/proc/19115/stat : 19115 (ppfolio) S 19113 19115 19046 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 590751601 18763776 389 33554432000 4194304 4287625 140733491097008 18446744073709551615 215988612623 0 0 4096 65536 3492629751128915967 0 0 17 6 0 0 0
/proc/19115/statm: 4581 389 341 23 0 91 0
[pid=19116] ppid=19115 vsize=214356 CPUtime=25.49 cores=0
/proc/19116/stat : 19116 (cryptominisat) R 19115 19115 19046 0 -1 4202496 50918 0 0 0 2539 10 0 0 25 0 1 0 590751601 219500544 45760 33554432000 4194304 4587354 140734535141808 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/19116/statm: 53589 45760 330 96 0 50151 0
[pid=19117] ppid=19115 vsize=84684 CPUtime=25.49 cores=1
/proc/19117/stat : 19117 (clasp) R 19115 19115 19046 0 -1 4202496 25479 0 0 0 2545 4 0 0 25 0 1 0 590751601 86716416 18271 33554432000 4194304 4785740 140736038924656 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/19117/statm: 21171 18271 340 145 0 18216 0
[pid=19118] ppid=19115 vsize=550892 CPUtime=25.49 cores=2
/proc/19118/stat : 19118 (TNM) R 19115 19115 19046 0 -1 4202496 37419 0 0 0 2543 6 0 0 25 0 1 0 590751601 564113408 37316 33554432000 134512640 134534564 4294020016 18446744073709551615 134528957 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/19118/statm: 137723 37316 95 6 0 136389 0
[pid=19119] ppid=19115 vsize=279604 CPUtime=25.49 cores=3

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

[pid=19120/tid=19127] ppid=19115 vsize=681808 CPUtime=418.05 cores=4-7
/proc/19120/task/19127/stat : 19127 (plingeling) R 19115 19115 19046 0 -1 4202560 98030 1250 0 0 41792 13 0 0 25 0 5 0 590751706 698171392 141490 33554432000 4194304 4356188 140736025027888 18446744073709551615 4330839 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=19120/tid=19128] ppid=19115 vsize=681808 CPUtime=418.01 cores=4-7
/proc/19120/task/19128/stat : 19128 (plingeling) R 19115 19115 19046 0 -1 4202560 103773 1250 0 0 41786 15 0 0 25 0 5 0 590751706 698171392 141490 33554432000 4194304 4356188 140736025027888 18446744073709551615 4242651 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=19120/tid=19129] ppid=19115 vsize=681808 CPUtime=418.05 cores=4-7
/proc/19120/task/19129/stat : 19129 (plingeling) R 19115 19115 19046 0 -1 4202560 99803 1250 0 0 41792 13 0 0 25 0 5 0 590751706 698171392 141490 33554432000 4194304 4356188 140736025027888 18446744073709551615 4225618 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=19120/tid=19130] ppid=19115 vsize=681808 CPUtime=415.77 cores=4-7
/proc/19120/task/19130/stat : 19130 (plingeling) R 19115 19115 19046 0 -1 4202560 93785 1250 0 0 41567 10 0 0 25 0 5 0 590751706 698171392 141490 33554432000 4194304 4356188 140736025027888 18446744073709551615 4237264 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3347.36
Current children cumulated vsize (KiB) 3311540

[startup+420.701 s]
/proc/loadavg: 8.07 6.53 3.80 9/180 19141
/proc/meminfo: memFree=15992276/32950940 swapFree=67111528/67111528
[pid=19115] ppid=19113 vsize=18324 CPUtime=0 cores=0-7
/proc/19115/stat : 19115 (ppfolio) S 19113 19115 19046 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 590751601 18763776 389 33554432000 4194304 4287625 140733491097008 18446744073709551615 215988612623 0 0 4096 65536 3492629751128915967 0 0 17 6 0 0 0
/proc/19115/statm: 4581 389 341 23 0 91 0
[pid=19116] ppid=19115 vsize=1200580 CPUtime=420.67 cores=0
/proc/19116/stat : 19116 (cryptominisat) R 19115 19115 19046 0 -1 4202496 357029 0 0 0 41982 85 0 0 25 0 1 0 590751601 1229393920 43841 33554432000 4194304 4587354 140734535141808 18446744073709551615 4238423 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/19116/statm: 300145 43841 338 96 0 296707 0
[pid=19117] ppid=19115 vsize=515296 CPUtime=420.69 cores=1
/proc/19117/stat : 19117 (clasp) R 19115 19115 19046 0 -1 4202496 133044 0 0 0 42025 44 0 0 25 0 1 0 590751601 527663104 125836 33554432000 4194304 4785740 140736038924656 18446744073709551615 4553402 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/19117/statm: 128824 125836 340 145 0 125869 0
[pid=19118] ppid=19115 vsize=550892 CPUtime=420.69 cores=2
/proc/19118/stat : 19118 (TNM) R 19115 19115 19046 0 -1 4202496 37419 0 0 0 42063 6 0 0 25 0 1 0 590751601 564113408 37316 33554432000 134512640 134534564 4294020016 18446744073709551615 134530126 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/19118/statm: 137723 37316 95 6 0 136389 0
[pid=19119] ppid=19115 vsize=347948 CPUtime=420.7 cores=3
/proc/19119/stat : 19119 (march_hi) R 19115 19115 19046 0 -1 4202496 72374 0 0 0 42058 12 0 0 25 0 1 0 590751601 356298752 48029 33554432000 4194304 4331988 140734700808000 18446744073709551615 4237391 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/19119/statm: 86987 48029 175 34 0 85429 0
[pid=19120] ppid=19115 vsize=681808 CPUtime=1677.34 cores=4-7
/proc/19120/stat : 19120 (plingeling) S 19115 19115 19046 0 -1 4202496 422385 1250 0 0 167676 58 0 0 21 0 5 0 590751602 698171392 141490 33554432000 4194304 4356188 140736025027888 18446744073709551615 216000395237 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/19120/statm: 170452 141490 164 40 0 168996 0
[pid=19120/tid=19127] ppid=19115 vsize=681808 CPUtime=419.65 cores=4-7
/proc/19120/task/19127/stat : 19127 (plingeling) R 19115 19115 19046 0 -1 4202560 98030 1250 0 0 41952 13 0 0 25 0 5 0 590751706 698171392 141490 33554432000 4194304 4356188 140736025027888 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=19120/tid=19128] ppid=19115 vsize=681808 CPUtime=419.6 cores=4-7
/proc/19120/task/19128/stat : 19128 (plingeling) R 19115 19115 19046 0 -1 4202560 103773 1250 0 0 41945 15 0 0 25 0 5 0 590751706 698171392 141490 33554432000 4194304 4356188 140736025027888 18446744073709551615 4244400 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=19120/tid=19129] ppid=19115 vsize=681808 CPUtime=419.64 cores=4-7
/proc/19120/task/19129/stat : 19129 (plingeling) R 19115 19115 19046 0 -1 4202560 99803 1250 0 0 41951 13 0 0 25 0 5 0 590751706 698171392 141490 33554432000 4194304 4356188 140736025027888 18446744073709551615 4236874 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=19120/tid=19130] ppid=19115 vsize=681808 CPUtime=417.36 cores=4-7
/proc/19120/task/19130/stat : 19130 (plingeling) R 19115 19115 19046 0 -1 4202560 93785 1250 0 0 41726 10 0 0 25 0 5 0 590751706 698171392 141490 33554432000 4194304 4356188 140736025027888 18446744073709551615 4236874 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3360.09
Current children cumulated vsize (KiB) 3314848

[startup+421.501 s]
/proc/loadavg: 8.07 6.53 3.80 9/180 19142
/proc/meminfo: memFree=15990044/32950940 swapFree=67111528/67111528
[pid=19115] ppid=19113 vsize=18324 CPUtime=0 cores=0-7
/proc/19115/stat : 19115 (ppfolio) S 19113 19115 19046 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 590751601 18763776 389 33554432000 4194304 4287625 140733491097008 18446744073709551615 215988612623 0 0 4096 65536 3492629751128915967 0 0 17 6 0 0 0
/proc/19115/statm: 4581 389 341 23 0 91 0
[pid=19116] ppid=19115 vsize=1200580 CPUtime=421.47 cores=0
/proc/19116/stat : 19116 (cryptominisat) R 19115 19115 19046 0 -1 4202496 357029 0 0 0 42062 85 0 0 25 0 1 0 590751601 1229393920 43841 33554432000 4194304 4587354 140734535141808 18446744073709551615 4238271 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/19116/statm: 300145 43841 338 96 0 296707 0
[pid=19117] ppid=19115 vsize=516824 CPUtime=421.5 cores=1
/proc/19117/stat : 19117 (clasp) R 19115 19115 19046 0 -1 4202496 133449 0 0 0 42105 45 0 0 25 0 1 0 590751601 529227776 126241 33554432000 4194304 4785740 140736038924656 18446744073709551615 4553344 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/19117/statm: 129206 126241 340 145 0 126251 0
[pid=19118] ppid=19115 vsize=550892 CPUtime=421.49 cores=2
/proc/19118/stat : 19118 (TNM) R 19115 19115 19046 0 -1 4202496 37419 0 0 0 42143 6 0 0 25 0 1 0 590751601 564113408 37316 33554432000 134512640 134534564 4294020016 18446744073709551615 134530632 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/19118/statm: 137723 37316 95 6 0 136389 0
[pid=19119] ppid=19115 vsize=347948 CPUtime=421.5 cores=3
/proc/19119/stat : 19119 (march_hi) R 19115 19115 19046 0 -1 4202496 72375 0 0 0 42138 12 0 0 25 0 1 0 590751601 356298752 48030 33554432000 4194304 4331988 140734700808000 18446744073709551615 4239564 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/19119/statm: 86987 48030 175 34 0 85429 0
[pid=19120] ppid=19115 vsize=681808 CPUtime=1680.53 cores=4-7
/proc/19120/stat : 19120 (plingeling) S 19115 19115 19046 0 -1 4202496 422385 1250 0 0 167995 58 0 0 21 0 5 0 590751602 698171392 141490 33554432000 4194304 4356188 140736025027888 18446744073709551615 216000395237 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/19120/statm: 170452 141490 164 40 0 168996 0
[pid=19120/tid=19127] ppid=19115 vsize=681808 CPUtime=420.45 cores=4-7
/proc/19120/task/19127/stat : 19127 (plingeling) R 19115 19115 19046 0 -1 4202560 98030 1250 0 0 42032 13 0 0 25 0 5 0 590751706 698171392 141490 33554432000 4194304 4356188 140736025027888 18446744073709551615 4210834 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=19120/tid=19128] ppid=19115 vsize=681808 CPUtime=420.4 cores=4-7
/proc/19120/task/19128/stat : 19128 (plingeling) R 19115 19115 19046 0 -1 4202560 103773 1250 0 0 42025 15 0 0 25 0 5 0 590751706 698171392 141490 33554432000 4194304 4356188 140736025027888 18446744073709551615 4332293 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=19120/tid=19129] ppid=19115 vsize=681808 CPUtime=420.44 cores=4-7
/proc/19120/task/19129/stat : 19129 (plingeling) R 19115 19115 19046 0 -1 4202560 99803 1250 0 0 42031 13 0 0 25 0 5 0 590751706 698171392 141490 33554432000 4194304 4356188 140736025027888 18446744073709551615 4236939 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=19120/tid=19130] ppid=19115 vsize=681808 CPUtime=418.15 cores=4-7
/proc/19120/task/19130/stat : 19130 (plingeling) R 19115 19115 19046 0 -1 4202560 93785 1250 0 0 41805 10 0 0 25 0 5 0 590751706 698171392 141490 33554432000 4194304 4356188 140736025027888 18446744073709551615 4236939 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3366.49
Current children cumulated vsize (KiB) 3316376

[startup+422.301 s]
/proc/loadavg: 8.07 6.53 3.80 9/180 19142
/proc/meminfo: memFree=15987932/32950940 swapFree=67111528/67111528
[pid=19115] ppid=19113 vsize=18324 CPUtime=0 cores=0-7
/proc/19115/stat : 19115 (ppfolio) S 19113 19115 19046 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 590751601 18763776 389 33554432000 4194304 4287625 140733491097008 18446744073709551615 215988612623 0 0 4096 65536 3492629751128915967 0 0 17 6 0 0 0
/proc/19115/statm: 4581 389 341 23 0 91 0
[pid=19116] ppid=19115 vsize=1200580 CPUtime=422.28 cores=0
/proc/19116/stat : 19116 (cryptominisat) R 19115 19115 19046 0 -1 4202496 357029 0 0 0 42143 85 0 0 25 0 1 0 590751601 1229393920 43841 33554432000 4194304 4587354 140734535141808 18446744073709551615 4237679 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/19116/statm: 300145 43841 338 96 0 296707 0
[pid=19117] ppid=19115 vsize=518236 CPUtime=422.3 cores=1
/proc/19117/stat : 19117 (clasp) R 19115 19115 19046 0 -1 4202496 133787 0 0 0 42185 45 0 0 25 0 1 0 590751601 530673664 126579 33554432000 4194304 4785740 140736038924656 18446744073709551615 4290592 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/19117/statm: 129559 126579 340 145 0 126604 0
[pid=19118] ppid=19115 vsize=550892 CPUtime=422.29 cores=2
/proc/19118/stat : 19118 (TNM) R 19115 19115 19046 0 -1 4202496 37419 0 0 0 42223 6 0 0 25 0 1 0 590751601 564113408 37316 33554432000 134512640 134534564 4294020016 18446744073709551615 134528993 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/19118/statm: 137723 37316 95 6 0 136389 0
[pid=19119] ppid=19115 vsize=347948 CPUtime=422.3 cores=3
/proc/19119/stat : 19119 (march_hi) R 19115 19115 19046 0 -1 4202496 72401 0 0 0 42218 12 0 0 25 0 1 0 590751601 356298752 48056 33554432000 4194304 4331988 140734700808000 18446744073709551615 4226530 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/19119/statm: 86987 48056 175 34 0 85429 0
[pid=19120] ppid=19115 vsize=681808 CPUtime=1683.74 cores=4-7
/proc/19120/stat : 19120 (plingeling) S 19115 19115 19046 0 -1 4202496 422385 1250 0 0 168316 58 0 0 21 0 5 0 590751602 698171392 141490 33554432000 4194304 4356188 140736025027888 18446744073709551615 216000395237 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/19120/statm: 170452 141490 164 40 0 168996 0
[pid=19120/tid=19127] ppid=19115 vsize=681808 CPUtime=421.25 cores=4-7
/proc/19120/task/19127/stat : 19127 (plingeling) R 19115 19115 19046 0 -1 4202560 98030 1250 0 0 42112 13 0 0 25 0 5 0 590751706 698171392 141490 33554432000 4194304 4356188 140736025027888 18446744073709551615 4331060 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=19120/tid=19128] ppid=19115 vsize=681808 CPUtime=421.21 cores=4-7
/proc/19120/task/19128/stat : 19128 (plingeling) R 19115 19115 19046 0 -1 4202560 103773 1250 0 0 42106 15 0 0 25 0 5 0 590751706 698171392 141490 33554432000 4194304 4356188 140736025027888 18446744073709551615 4279717 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=19120/tid=19129] ppid=19115 vsize=681808 CPUtime=421.25 cores=4-7
/proc/19120/task/19129/stat : 19129 (plingeling) R 19115 19115 19046 0 -1 4202560 99803 1250 0 0 42112 13 0 0 25 0 5 0 590751706 698171392 141490 33554432000 4194304 4356188 140736025027888 18446744073709551615 4210544 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=19120/tid=19130] ppid=19115 vsize=681808 CPUtime=418.95 cores=4-7
/proc/19120/task/19130/stat : 19130 (plingeling) R 19115 19115 19046 0 -1 4202560 93785 1250 0 0 41885 10 0 0 25 0 5 0 590751706 698171392 141490 33554432000 4194304 4356188 140736025027888 18446744073709551615 4210992 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3372.91
Current children cumulated vsize (KiB) 3317788

[startup+422.701 s]
/proc/loadavg: 8.07 6.53 3.80 9/180 19142
/proc/meminfo: memFree=15987932/32950940 swapFree=67111528/67111528
[pid=19115] ppid=19113 vsize=18324 CPUtime=0 cores=0-7
/proc/19115/stat : 19115 (ppfolio) S 19113 19115 19046 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 590751601 18763776 389 33554432000 4194304 4287625 140733491097008 18446744073709551615 215988612623 0 0 4096 65536 3492629751128915967 0 0 17 6 0 0 0
/proc/19115/statm: 4581 389 341 23 0 91 0
[pid=19116] ppid=19115 vsize=1200580 CPUtime=422.67 cores=0
/proc/19116/stat : 19116 (cryptominisat) R 19115 19115 19046 0 -1 4202496 357029 0 0 0 42182 85 0 0 25 0 1 0 590751601 1229393920 43841 33554432000 4194304 4587354 140734535141808 18446744073709551615 4237679 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/19116/statm: 300145 43841 338 96 0 296707 0
[pid=19117] ppid=19115 vsize=518236 CPUtime=422.7 cores=1
/proc/19117/stat : 19117 (clasp) R 19115 19115 19046 0 -1 4202496 133787 0 0 0 42225 45 0 0 25 0 1 0 590751601 530673664 126579 33554432000 4194304 4785740 140736038924656 18446744073709551615 4290648 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/19117/statm: 129559 126579 340 145 0 126604 0
[pid=19118] ppid=19115 vsize=550892 CPUtime=422.69 cores=2
/proc/19118/stat : 19118 (TNM) R 19115 19115 19046 0 -1 4202496 37419 0 0 0 42263 6 0 0 25 0 1 0 590751601 564113408 37316 33554432000 134512640 134534564 4294020016 18446744073709551615 7960959 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/19118/statm: 137723 37316 95 6 0 136389 0
[pid=19119] ppid=19115 vsize=347948 CPUtime=422.7 cores=3
/proc/19119/stat : 19119 (march_hi) R 19115 19115 19046 0 -1 4202496 72403 0 0 0 42258 12 0 0 25 0 1 0 590751601 356298752 48058 33554432000 4194304 4331988 140734700808000 18446744073709551615 4210516 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/19119/statm: 86987 48058 175 34 0 85429 0
[pid=19120] ppid=19115 vsize=681808 CPUtime=1685.32 cores=4-7
/proc/19120/stat : 19120 (plingeling) S 19115 19115 19046 0 -1 4202496 422385 1250 0 0 168474 58 0 0 21 0 5 0 590751602 698171392 141490 33554432000 4194304 4356188 140736025027888 18446744073709551615 216000395237 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/19120/statm: 170452 141490 164 40 0 168996 0
[pid=19120/tid=19127] ppid=19115 vsize=681808 CPUtime=421.65 cores=4-7
/proc/19120/task/19127/stat : 19127 (plingeling) R 19115 19115 19046 0 -1 4202560 98030 1250 0 0 42152 13 0 0 25 0 5 0 590751706 698171392 141490 33554432000 4194304 4356188 140736025027888 18446744073709551615 4210834 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=19120/tid=19128] ppid=19115 vsize=681808 CPUtime=421.6 cores=4-7
/proc/19120/task/19128/stat : 19128 (plingeling) R 19115 19115 19046 0 -1 4202560 103773 1250 0 0 42145 15 0 0 25 0 5 0 590751706 698171392 141490 33554432000 4194304 4356188 140736025027888 18446744073709551615 4261969 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=19120/tid=19129] ppid=19115 vsize=681808 CPUtime=421.64 cores=4-7
/proc/19120/task/19129/stat : 19129 (plingeling) R 19115 19115 19046 0 -1 4202560 99803 1250 0 0 42151 13 0 0 25 0 5 0 590751706 698171392 141490 33554432000 4194304 4356188 140736025027888 18446744073709551615 4210554 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=19120/tid=19130] ppid=19115 vsize=681808 CPUtime=419.35 cores=4-7
/proc/19120/task/19130/stat : 19130 (plingeling) R 19115 19115 19046 0 -1 4202560 93785 1250 0 0 41925 10 0 0 25 0 5 0 590751706 698171392 141490 33554432000 4194304 4356188 140736025027888 18446744073709551615 4242687 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3376.08
Current children cumulated vsize (KiB) 3317788

[startup+422.801 s]
/proc/loadavg: 8.07 6.53 3.80 9/180 19142
/proc/meminfo: memFree=15987932/32950940 swapFree=67111528/67111528
[pid=19115] ppid=19113 vsize=18324 CPUtime=0 cores=0-7
/proc/19115/stat : 19115 (ppfolio) S 19113 19115 19046 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 590751601 18763776 389 33554432000 4194304 4287625 140733491097008 18446744073709551615 215988612623 0 0 4096 65536 3492629751128915967 0 0 17 6 0 0 0
/proc/19115/statm: 4581 389 341 23 0 91 0
[pid=19116] ppid=19115 vsize=1200580 CPUtime=422.77 cores=0
/proc/19116/stat : 19116 (cryptominisat) R 19115 19115 19046 0 -1 4202496 357029 0 0 0 42192 85 0 0 25 0 1 0 590751601 1229393920 43841 33554432000 4194304 4587354 140734535141808 18446744073709551615 4449060 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/19116/statm: 300145 43841 338 96 0 296707 0
[pid=19117] ppid=19115 vsize=518236 CPUtime=422.8 cores=1
/proc/19117/stat : 19117 (clasp) R 19115 19115 19046 0 -1 4202496 133787 0 0 0 42235 45 0 0 25 0 1 0 590751601 530673664 126579 33554432000 4194304 4785740 140736038924656 18446744073709551615 4290648 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/19117/statm: 129559 126579 340 145 0 126604 0
[pid=19118] ppid=19115 vsize=550892 CPUtime=422.79 cores=2
/proc/19118/stat : 19118 (TNM) R 19115 19115 19046 0 -1 4202496 37419 0 0 0 42273 6 0 0 25 0 1 0 590751601 564113408 37316 33554432000 134512640 134534564 4294020016 18446744073709551615 134528877 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/19118/statm: 137723 37316 95 6 0 136389 0
[pid=19119] ppid=19115 vsize=347948 CPUtime=422.8 cores=3
/proc/19119/stat : 19119 (march_hi) R 19115 19115 19046 0 -1 4202496 72403 0 0 0 42268 12 0 0 25 0 1 0 590751601 356298752 48058 33554432000 4194304 4331988 140734700808000 18446744073709551615 4239681 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/19119/statm: 86987 48058 175 34 0 85429 0
[pid=19120] ppid=19115 vsize=681800 CPUtime=1685.72 cores=4-7
/proc/19120/stat : 19120 (plingeling) S 19115 19115 19046 0 -1 4202496 422385 1250 0 0 168514 58 0 0 21 0 5 0 590751602 698163200 141488 33554432000 4194304 4356188 140736025027888 18446744073709551615 216000395237 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/19120/statm: 170450 141488 164 40 0 168994 0
[pid=19120/tid=19127] ppid=19115 vsize=681800 CPUtime=421.75 cores=4-7
/proc/19120/task/19127/stat : 19127 (plingeling) R 19115 19115 19046 0 -1 4202560 98030 1250 0 0 42162 13 0 0 25 0 5 0 590751706 698163200 141488 33554432000 4194304 4356188 140736025027888 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=19120/tid=19128] ppid=19115 vsize=681800 CPUtime=421.7 cores=4-7
/proc/19120/task/19128/stat : 19128 (plingeling) R 19115 19115 19046 0 -1 4202560 103773 1250 0 0 42155 15 0 0 25 0 5 0 590751706 698163200 141488 33554432000 4194304 4356188 140736025027888 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=19120/tid=19129] ppid=19115 vsize=681800 CPUtime=421.74 cores=4-7
/proc/19120/task/19129/stat : 19129 (plingeling) R 19115 19115 19046 0 -1 4202560 99803 1250 0 0 42161 13 0 0 25 0 5 0 590751706 698163200 141488 33554432000 4194304 4356188 140736025027888 18446744073709551615 4241549 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=19120/tid=19130] ppid=19115 vsize=681800 CPUtime=419.45 cores=4-7
/proc/19120/task/19130/stat : 19130 (plingeling) R 19115 19115 19046 0 -1 4202560 93785 1250 0 0 41935 10 0 0 25 0 5 0 590751706 698163200 141488 33554432000 4194304 4356188 140736025027888 18446744073709551615 4236874 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3376.88
Current children cumulated vsize (KiB) 3317780

Child status: 0
Real time (s): 422.887
CPU time (s): 3377.37
CPU user time (s): 3375.2
CPU system time (s): 2.17167
CPU usage (%): 798.648
Max. virtual memory (cumulated for all children) (KiB): 3576828

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3375.2
system time used= 2.17167
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1024819
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= 924
involuntary context switches= 15717

runsolver used 0.694894 second user time and 1.61575 second system time

The end

Launcher Data

Begin job on node117 at 2011-04-28 17:40:08
IDJOB=3310227
IDBENCH=82378
IDSOLVER=1638
FILE ID=node117/3310227-1304005207
RUNJOBID= node117-1304005129-19060
PBS_JOBID= 13168821
Free space on /tmp= 71660 MiB

SOLVER NAME= ppfolio par
BENCH NAME= SAT11/application/rintanen/SATPlanning/sokoban-sequential-p145-microban-sequential.040-NOTKNOWN.cnf
COMMAND LINE= ppfolio BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3310227-1304005207/watcher-3310227-1304005207 -o /tmp/evaluation-result-3310227-1304005207/solver-3310227-1304005207 -C 40000 -W 5100 -M 31000  ppfolio HOME/instance-3310227-1304005207.cnf

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

MD5SUM BENCH= 36e8e2178d03f08fa4223da0e3d9beb5
RANDOM SEED=978372163

node117.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.849
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.69
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.849
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.849
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.849
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.849
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.75
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.849
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.74
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.849
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.75
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.849
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	: 5267.44
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950940 kB
MemFree:      17576316 kB
Buffers:       2374268 kB
Cached:       12351300 kB
SwapCached:          0 kB
Active:        8080476 kB
Inactive:      6712080 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950940 kB
LowFree:      17576316 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           33744 kB
Writeback:           0 kB
AnonPages:       66240 kB
Mapped:          14548 kB
Slab:           517988 kB
PageTables:       4276 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586996 kB
Committed_AS:   186156 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= 71648 MiB
End job on node117 at 2011-04-28 17:47:11