Trace number 3310259

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 311.545 39.3197

General information on the benchmark

Nameapplication/jarvisalo/smtqfbv-aigs/
smtlib-qfbv-aigs-lfsr_008_063_080-tseitin.cnf
MD5SUMceca868d07951273fdc2de08c57f2b6a
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark5.59315
Satisfiable
(Un)Satisfiability was proved
Number of variables259762
Number of clauses656573
Sum of the clauses size1532001
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2437714
Number of clauses of size 3218857
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

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
310.74/39.29	s UNSATISFIABLE
311.44/39.31	solver [5] plingeling 276-6264d55-100731 answered
311.44/39.31	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-3310259-1304007680/watcher-3310259-1304007680 -o /tmp/evaluation-result-3310259-1304007680/solver-3310259-1304007680 -C 40000 -W 5100 -M 31000 ppfolio HOME/instance-3310259-1304007680.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.79 7.80 7.83 1/170 5892
/proc/meminfo: memFree=15205048/32950928 swapFree=67111528/67111528
[pid=5892] ppid=5890 vsize=18324 CPUtime=0 cores=0-7
/proc/5892/stat : 5892 (ppfolio) S 5890 5892 5540 0 -1 4202496 518 0 0 0 0 0 0 0 21 0 1 0 512366736 18763776 389 33554432000 4194304 4287625 140733365386064 18446744073709551615 251814260239 0 0 4096 65536 2826088480826 0 0 17 4 0 0 0
/proc/5892/statm: 4581 389 341 23 0 91 0

[startup+0.10201 s]
/proc/loadavg: 7.79 7.80 7.83 1/170 5892
/proc/meminfo: memFree=15205048/32950928 swapFree=67111528/67111528
[pid=5892] ppid=5890 vsize=18324 CPUtime=0 cores=0-7
/proc/5892/stat : 5892 (ppfolio) S 5890 5892 5540 0 -1 4202496 519 0 0 0 0 0 0 0 25 0 1 0 512366736 18763776 389 33554432000 4194304 4287625 140733365386064 18446744073709551615 251814260239 0 0 4096 65536 4590857149323673599 0 0 17 4 0 0 0
/proc/5892/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.20099 s]
/proc/loadavg: 7.79 7.80 7.83 1/170 5892
/proc/meminfo: memFree=15205048/32950928 swapFree=67111528/67111528
[pid=5892] ppid=5890 vsize=18324 CPUtime=0 cores=0-7
/proc/5892/stat : 5892 (ppfolio) S 5890 5892 5540 0 -1 4202496 519 0 0 0 0 0 0 0 25 0 1 0 512366736 18763776 389 33554432000 4194304 4287625 140733365386064 18446744073709551615 251814260239 0 0 4096 65536 4590857149323673599 0 0 17 4 0 0 0
/proc/5892/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.300976 s]
/proc/loadavg: 7.79 7.80 7.83 1/170 5892
/proc/meminfo: memFree=15205048/32950928 swapFree=67111528/67111528
[pid=5892] ppid=5890 vsize=18324 CPUtime=0 cores=0-7
/proc/5892/stat : 5892 (ppfolio) S 5890 5892 5540 0 -1 4202496 519 0 0 0 0 0 0 0 23 0 1 0 512366736 18763776 389 33554432000 4194304 4287625 140733365386064 18446744073709551615 251814260239 0 0 4096 65536 4590857149323673599 0 0 17 4 0 0 0
/proc/5892/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.700908 s]
/proc/loadavg: 7.79 7.80 7.83 1/170 5892
/proc/meminfo: memFree=15205048/32950928 swapFree=67111528/67111528
[pid=5892] ppid=5890 vsize=18324 CPUtime=0 cores=0-7
/proc/5892/stat : 5892 (ppfolio) S 5890 5892 5540 0 -1 4202496 519 0 0 0 0 0 0 0 23 0 1 0 512366736 18763776 389 33554432000 4194304 4287625 140733365386064 18446744073709551615 251814260239 0 0 4096 65536 4590857149323673599 0 0 17 4 0 0 0
/proc/5892/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.50078 s]
/proc/loadavg: 7.57 7.75 7.81 9/180 5907
/proc/meminfo: memFree=14688880/32950928 swapFree=67111528/67111528
[pid=5892] ppid=5890 vsize=18324 CPUtime=0 cores=0-7
/proc/5892/stat : 5892 (ppfolio) S 5890 5892 5540 0 -1 4202496 519 0 0 0 0 0 0 0 23 0 1 0 512366736 18763776 389 33554432000 4194304 4287625 140733365386064 18446744073709551615 251814260239 0 0 4096 65536 4590857149323673599 0 0 17 4 0 0 0
/proc/5892/statm: 4581 389 341 23 0 91 0
[pid=5893] ppid=5892 vsize=107140 CPUtime=1.49 cores=0
/proc/5893/stat : 5893 (cryptominisat) R 5892 5892 5540 0 -1 4202496 20754 0 0 0 146 3 0 0 20 0 1 0 512366736 109711360 20224 33554432000 4194304 4587354 140733427742432 18446744073709551615 4237679 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/5893/statm: 26785 20224 306 96 0 23347 0
[pid=5894] ppid=5892 vsize=138900 CPUtime=1.49 cores=1
/proc/5894/stat : 5894 (clasp) R 5892 5892 5540 0 -1 4202496 36451 0 0 0 145 4 0 0 20 0 1 0 512366736 142233600 30926 33554432000 4194304 4785740 140734150817296 18446744073709551615 251813900997 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/5894/statm: 34725 30926 319 145 0 31770 0
[pid=5895] ppid=5892 vsize=498856 CPUtime=1.49 cores=2
/proc/5895/stat : 5895 (TNM) R 5892 5892 5540 0 -1 4202496 24737 0 0 0 145 4 0 0 20 0 1 0 512366736 510828544 24634 33554432000 134512640 134534564 4287879520 18446744073709551615 134529374 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/5895/statm: 124714 24634 95 6 0 123380 0
[pid=5896] ppid=5892 vsize=154672 CPUtime=1.48 cores=3
/proc/5896/stat : 5896 (march_hi) R 5892 5892 5540 0 -1 4202496 78389 0 0 0 139 9 0 0 20 0 1 0 512366736 158384128 30816 33554432000 4194304 4331988 140736954354192 18446744073709551615 4250082 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/5896/statm: 38668 30816 141 34 0 37110 0
[pid=5897] ppid=5892 vsize=212280 CPUtime=3.41 cores=4-7
/proc/5897/stat : 5897 (plingeling) S 5892 5892 5540 0 -1 4202496 43068 1249 0 0 335 6 0 0 21 0 5 0 512366736 217374720 41477 33554432000 4194304 4356188 140736034736944 18446744073709551615 251826042853 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/5897/statm: 53070 41477 145 40 0 51614 0
[pid=5897/tid=5904] ppid=5892 vsize=212280 CPUtime=0.64 cores=4-7
/proc/5897/task/5904/stat : 5904 (plingeling) R 5892 5892 5540 0 -1 4202560 3027 1249 0 0 64 0 0 0 24 0 5 0 512366821 217374720 41477 33554432000 4194304 4356188 140736034736944 18446744073709551615 4324038 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=5897/tid=5905] ppid=5892 vsize=212280 CPUtime=0.64 cores=4-7
/proc/5897/task/5905/stat : 5905 (plingeling) R 5892 5892 5540 0 -1 4202560 3245 1249 0 0 64 0 0 0 24 0 5 0 512366821 217374720 41477 33554432000 4194304 4356188 140736034736944 18446744073709551615 4237251 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=5897/tid=5906] ppid=5892 vsize=212280 CPUtime=0.63 cores=4-7
/proc/5897/task/5906/stat : 5906 (plingeling) R 5892 5892 5540 0 -1 4202560 3203 1249 0 0 63 0 0 0 25 0 5 0 512366821 217374720 41477 33554432000 4194304 4356188 140736034736944 18446744073709551615 4211026 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=5897/tid=5907] ppid=5892 vsize=212280 CPUtime=0.63 cores=4-7
/proc/5897/task/5907/stat : 5907 (plingeling) R 5892 5892 5540 0 -1 4202560 644 1249 0 0 63 0 0 0 25 0 5 0 512366821 217374720 41477 33554432000 4194304 4356188 140736034736944 18446744073709551615 4236928 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 9.36
Current children cumulated vsize (KiB) 1130172

[startup+3.10051 s]
/proc/loadavg: 7.57 7.75 7.81 9/180 5907
/proc/meminfo: memFree=14636800/32950928 swapFree=67111528/67111528
[pid=5892] ppid=5890 vsize=18324 CPUtime=0 cores=0-7
/proc/5892/stat : 5892 (ppfolio) S 5890 5892 5540 0 -1 4202496 519 0 0 0 0 0 0 0 16 0 1 0 512366736 18763776 389 33554432000 4194304 4287625 140733365386064 18446744073709551615 251814260239 0 0 4096 65536 4590857149323673599 0 0 17 4 0 0 0
/proc/5892/statm: 4581 389 341 23 0 91 0
[pid=5893] ppid=5892 vsize=154612 CPUtime=3.09 cores=0
/proc/5893/stat : 5893 (cryptominisat) R 5892 5892 5540 0 -1 4202496 32588 0 0 0 304 5 0 0 25 0 1 0 512366736 158322688 32058 33554432000 4194304 4587354 140733427742432 18446744073709551615 4421256 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/5893/statm: 38653 32058 312 96 0 35215 0
[pid=5894] ppid=5892 vsize=125408 CPUtime=3.08 cores=1
/proc/5894/stat : 5894 (clasp) R 5892 5892 5540 0 -1 4202496 36983 0 0 0 304 4 0 0 25 0 1 0 512366736 128417792 27638 33554432000 4194304 4785740 140734150817296 18446744073709551615 4319144 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/5894/statm: 31352 27638 340 145 0 28397 0
[pid=5895] ppid=5892 vsize=498856 CPUtime=3.09 cores=2
/proc/5895/stat : 5895 (TNM) R 5892 5892 5540 0 -1 4202496 24737 0 0 0 305 4 0 0 25 0 1 0 512366736 510828544 24634 33554432000 134512640 134534564 4287879520 18446744073709551615 134529964 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/5895/statm: 124714 24634 95 6 0 123380 0
[pid=5896] ppid=5892 vsize=154716 CPUtime=3.09 cores=3
/proc/5896/stat : 5896 (march_hi) R 5892 5892 5540 0 -1 4202496 169178 0 0 0 287 22 0 0 25 0 1 0 512366736 158429184 30819 33554432000 4194304 4331988 140736954354192 18446744073709551615 4252174 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/5896/statm: 38679 30819 144 34 0 37121 0
[pid=5897] ppid=5892 vsize=278328 CPUtime=9.8 cores=4-7
/proc/5897/stat : 5897 (plingeling) S 5892 5892 5540 0 -1 4202496 78293 1249 0 0 969 11 0 0 21 0 5 0 512366736 285007872 41653 33554432000 4194304 4356188 140736034736944 18446744073709551615 251826042853 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/5897/statm: 69582 41653 160 40 0 68126 0
[pid=5897/tid=5904] ppid=5892 vsize=278328 CPUtime=2.23 cores=4-7
/proc/5897/task/5904/stat : 5904 (plingeling) R 5892 5892 5540 0 -1 4202560 5795 1249 0 0 223 0 0 0 25 0 5 0 512366821 285007872 41653 33554432000 4194304 4356188 140736034736944 18446744073709551615 4322106 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=5897/tid=5905] ppid=5892 vsize=278328 CPUtime=2.23 cores=4-7
/proc/5897/task/5905/stat : 5905 (plingeling) R 5892 5892 5540 0 -1 4202560 12372 1249 0 0 222 1 0 0 25 0 5 0 512366821 285007872 41653 33554432000 4194304 4356188 140736034736944 18446744073709551615 4322106 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=5897/tid=5906] ppid=5892 vsize=278328 CPUtime=2.24 cores=4-7
/proc/5897/task/5906/stat : 5906 (plingeling) R 5892 5892 5540 0 -1 4202560 14961 1249 0 0 222 2 0 0 25 0 5 0 512366821 285007872 41653 33554432000 4194304 4356188 140736034736944 18446744073709551615 4321963 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=5897/tid=5907] ppid=5892 vsize=278328 CPUtime=2.22 cores=4-7
/proc/5897/task/5907/stat : 5907 (plingeling) R 5892 5892 5540 0 -1 4202560 12216 1249 0 0 221 1 0 0 25 0 5 0 512366821 285007872 41653 33554432000 4194304 4356188 140736034736944 18446744073709551615 4283920 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 22.15
Current children cumulated vsize (KiB) 1230244

[startup+6.30097 s]
/proc/loadavg: 7.60 7.76 7.82 9/180 5907
/proc/meminfo: memFree=14327296/32950928 swapFree=67111528/67111528
[pid=5892] ppid=5890 vsize=18324 CPUtime=0 cores=0-7
/proc/5892/stat : 5892 (ppfolio) S 5890 5892 5540 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 512366736 18763776 389 33554432000 4194304 4287625 140733365386064 18446744073709551615 251814260239 0 0 4096 65536 4590857149323673599 0 0 17 4 0 0 0
/proc/5892/statm: 4581 389 341 23 0 91 0
[pid=5893] ppid=5892 vsize=176292 CPUtime=6.29 cores=0
/proc/5893/stat : 5893 (cryptominisat) R 5892 5892 5540 0 -1 4202496 49333 0 0 0 622 7 0 0 25 0 1 0 512366736 180523008 37751 33554432000 4194304 4587354 140733427742432 18446744073709551615 251813900997 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/5893/statm: 44073 37751 317 96 0 40635 0
[pid=5894] ppid=5892 vsize=125408 CPUtime=6.28 cores=1
/proc/5894/stat : 5894 (clasp) R 5892 5892 5540 0 -1 4202496 37018 0 0 0 624 4 0 0 25 0 1 0 512366736 128417792 27673 33554432000 4194304 4785740 140734150817296 18446744073709551615 4319144 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/5894/statm: 31352 27673 340 145 0 28397 0
[pid=5895] ppid=5892 vsize=498856 CPUtime=6.29 cores=2
/proc/5895/stat : 5895 (TNM) R 5892 5892 5540 0 -1 4202496 24737 0 0 0 625 4 0 0 25 0 1 0 512366736 510828544 24634 33554432000 134512640 134534564 4287879520 18446744073709551615 134529366 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/5895/statm: 124714 24634 95 6 0 123380 0
[pid=5896] ppid=5892 vsize=479524 CPUtime=6.29 cores=3
/proc/5896/stat : 5896 (march_hi) R 5892 5892 5540 0 -1 4202496 275825 0 0 0 594 35 0 0 25 0 1 0 512366736 491032576 106475 33554432000 4194304 4331988 140736954354192 18446744073709551615 4263216 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/5896/statm: 119881 106475 173 34 0 118323 0
[pid=5897] ppid=5892 vsize=339776 CPUtime=22.58 cores=4-7
/proc/5897/stat : 5897 (plingeling) S 5892 5892 5540 0 -1 4202496 93677 1249 0 0 2245 13 0 0 21 0 5 0 512366736 347930624 57037 33554432000 4194304 4356188 140736034736944 18446744073709551615 251826042853 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/5897/statm: 84944 57037 164 40 0 83488 0
[pid=5897/tid=5904] ppid=5892 vsize=339776 CPUtime=5.44 cores=4-7
/proc/5897/task/5904/stat : 5904 (plingeling) R 5892 5892 5540 0 -1 4202560 7849 1249 0 0 543 1 0 0 25 0 5 0 512366821 347930624 57037 33554432000 4194304 4356188 140736034736944 18446744073709551615 4231370 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=5897/tid=5905] ppid=5892 vsize=339776 CPUtime=5.44 cores=4-7
/proc/5897/task/5905/stat : 5905 (plingeling) R 5892 5892 5540 0 -1 4202560 19547 1249 0 0 542 2 0 0 25 0 5 0 512366821 347930624 57037 33554432000 4194304 4356188 140736034736944 18446744073709551615 4254282 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=5897/tid=5906] ppid=5892 vsize=339776 CPUtime=5.43 cores=4-7
/proc/5897/task/5906/stat : 5906 (plingeling) R 5892 5892 5540 0 -1 4202560 21116 1249 0 0 541 2 0 0 25 0 5 0 512366821 347930624 57037 33554432000 4194304 4356188 140736034736944 18446744073709551615 4301904 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=5897/tid=5907] ppid=5892 vsize=339776 CPUtime=5.4 cores=4-7
/proc/5897/task/5907/stat : 5907 (plingeling) R 5892 5892 5540 0 -1 4202560 12216 1249 0 0 539 1 0 0 25 0 5 0 512366821 347930624 57037 33554432000 4194304 4356188 140736034736944 18446744073709551615 4210557 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 47.73
Current children cumulated vsize (KiB) 1638180

[startup+12.7009 s]
/proc/loadavg: 7.63 7.76 7.82 9/180 5907
/proc/meminfo: memFree=14046544/32950928 swapFree=67111528/67111528
[pid=5892] ppid=5890 vsize=18324 CPUtime=0 cores=0-7
/proc/5892/stat : 5892 (ppfolio) S 5890 5892 5540 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 512366736 18763776 389 33554432000 4194304 4287625 140733365386064 18446744073709551615 251814260239 0 0 4096 65536 4590857149323673599 0 0 17 4 0 0 0
/proc/5892/statm: 4581 389 341 23 0 91 0
[pid=5893] ppid=5892 vsize=286620 CPUtime=12.69 cores=0
/proc/5893/stat : 5893 (cryptominisat) R 5892 5892 5540 0 -1 4202496 79753 0 0 0 1258 11 0 0 25 0 1 0 512366736 293498880 60110 33554432000 4194304 4587354 140733427742432 18446744073709551615 4237679 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/5893/statm: 71655 60110 332 96 0 68217 0
[pid=5894] ppid=5892 vsize=125408 CPUtime=12.68 cores=1
/proc/5894/stat : 5894 (clasp) R 5892 5892 5540 0 -1 4202496 37055 0 0 0 1264 4 0 0 25 0 1 0 512366736 128417792 27710 33554432000 4194304 4785740 140734150817296 18446744073709551615 4319104 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/5894/statm: 31352 27710 340 145 0 28397 0
[pid=5895] ppid=5892 vsize=498856 CPUtime=12.69 cores=2
/proc/5895/stat : 5895 (TNM) R 5892 5892 5540 0 -1 4202496 24737 0 0 0 1265 4 0 0 25 0 1 0 512366736 510828544 24634 33554432000 134512640 134534564 4287879520 18446744073709551615 134530126 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/5895/statm: 124714 24634 95 6 0 123380 0
[pid=5896] ppid=5892 vsize=487392 CPUtime=12.68 cores=3
/proc/5896/stat : 5896 (march_hi) R 5892 5892 5540 0 -1 4202496 278073 0 0 0 1233 35 0 0 25 0 1 0 512366736 499089408 108723 33554432000 4194304 4331988 140736954354192 18446744073709551615 4228901 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/5896/statm: 121848 108723 173 34 0 120290 0
[pid=5897] ppid=5892 vsize=388928 CPUtime=48.14 cores=4-7
/proc/5897/stat : 5897 (plingeling) S 5892 5892 5540 0 -1 4202496 105965 1249 0 0 4800 14 0 0 21 0 5 0 512366736 398262272 69325 33554432000 4194304 4356188 140736034736944 18446744073709551615 251826042853 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/5897/statm: 97232 69325 164 40 0 95776 0
[pid=5897/tid=5904] ppid=5892 vsize=388928 CPUtime=11.84 cores=4-7
/proc/5897/task/5904/stat : 5904 (plingeling) R 5892 5892 5540 0 -1 4202560 11945 1249 0 0 1183 1 0 0 25 0 5 0 512366821 398262272 69325 33554432000 4194304 4356188 140736034736944 18446744073709551615 4217704 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=5897/tid=5905] ppid=5892 vsize=388928 CPUtime=11.83 cores=4-7
/proc/5897/task/5905/stat : 5905 (plingeling) R 5892 5892 5540 0 -1 4202560 23643 1249 0 0 1181 2 0 0 25 0 5 0 512366821 398262272 69325 33554432000 4194304 4356188 140736034736944 18446744073709551615 4231361 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=5897/tid=5906] ppid=5892 vsize=388928 CPUtime=11.83 cores=4-7
/proc/5897/task/5906/stat : 5906 (plingeling) R 5892 5892 5540 0 -1 4202560 25212 1249 0 0 1179 4 0 0 25 0 5 0 512366821 398262272 69325 33554432000 4194304 4356188 140736034736944 18446744073709551615 4217742 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=5897/tid=5907] ppid=5892 vsize=388928 CPUtime=11.76 cores=4-7
/proc/5897/task/5907/stat : 5907 (plingeling) R 5892 5892 5540 0 -1 4202560 12216 1249 0 0 1175 1 0 0 25 0 5 0 512366821 398262272 69325 33554432000 4194304 4356188 140736034736944 18446744073709551615 4283959 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 98.88
Current children cumulated vsize (KiB) 1805528

[startup+25.5007 s]
/proc/loadavg: 7.71 7.77 7.82 9/180 5907
/proc/meminfo: memFree=14086108/32950928 swapFree=67111528/67111528
[pid=5892] ppid=5890 vsize=18324 CPUtime=0 cores=0-7
/proc/5892/stat : 5892 (ppfolio) S 5890 5892 5540 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 512366736 18763776 389 33554432000 4194304 4287625 140733365386064 18446744073709551615 251814260239 0 0 4096 65536 4590857149323673599 0 0 17 4 0 0 0
/proc/5892/statm: 4581 389 341 23 0 91 0
[pid=5893] ppid=5892 vsize=279292 CPUtime=25.49 cores=0
/proc/5893/stat : 5893 (cryptominisat) R 5892 5892 5540 0 -1 4202496 90613 0 0 0 2535 14 0 0 25 0 1 0 512366736 285995008 59736 33554432000 4194304 4587354 140733427742432 18446744073709551615 4250258 0 0 4096 2 0 0 0 17 0 0 0 0

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

/proc/5894/stat : 5894 (clasp) R 5892 5892 5540 0 -1 4202496 38664 0 0 0 3514 5 0 0 25 0 1 0 512366736 134795264 29319 33554432000 4194304 4785740 140734150817296 18446744073709551615 4552646 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/5894/statm: 32909 29319 340 145 0 29954 0
[pid=5895] ppid=5892 vsize=498856 CPUtime=35.19 cores=2
/proc/5895/stat : 5895 (TNM) R 5892 5892 5540 0 -1 4202496 24737 0 0 0 3515 4 0 0 25 0 1 0 512366736 510828544 24634 33554432000 134512640 134534564 4287879520 18446744073709551615 134528220 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/5895/statm: 124714 24634 95 6 0 123380 0
[pid=5896] ppid=5892 vsize=510956 CPUtime=35.19 cores=3
/proc/5896/stat : 5896 (march_hi) R 5892 5892 5540 0 -1 4202496 282807 0 0 0 3482 37 0 0 25 0 1 0 512366736 523218944 113457 33554432000 4194304 4331988 140736954354192 18446744073709551615 4228970 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/5896/statm: 127739 113457 173 34 0 126181 0
[pid=5897] ppid=5892 vsize=300028 CPUtime=138.04 cores=4-7
/proc/5897/stat : 5897 (plingeling) S 5892 5892 5540 0 -1 4202496 105965 1249 0 0 13789 15 0 0 21 0 5 0 512366736 307228672 47100 33554432000 4194304 4356188 140736034736944 18446744073709551615 251826042853 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/5897/statm: 75007 47100 164 40 0 73551 0
[pid=5897/tid=5904] ppid=5892 vsize=300028 CPUtime=34.35 cores=4-7
/proc/5897/task/5904/stat : 5904 (plingeling) R 5892 5892 5540 0 -1 4202560 11945 1249 0 0 3434 1 0 0 25 0 5 0 512366821 307228672 47100 33554432000 4194304 4356188 140736034736944 18446744073709551615 4331039 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=5897/tid=5905] ppid=5892 vsize=300028 CPUtime=34.34 cores=4-7
/proc/5897/task/5905/stat : 5905 (plingeling) R 5892 5892 5540 0 -1 4202560 23643 1249 0 0 3432 2 0 0 25 0 5 0 512366821 307228672 47100 33554432000 4194304 4356188 140736034736944 18446744073709551615 4237401 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=5897/tid=5906] ppid=5892 vsize=300028 CPUtime=34.33 cores=4-7
/proc/5897/task/5906/stat : 5906 (plingeling) R 5892 5892 5540 0 -1 4202560 25212 1249 0 0 3429 4 0 0 25 0 5 0 512366821 307228672 47100 33554432000 4194304 4356188 140736034736944 18446744073709551615 4283885 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=5897/tid=5907] ppid=5892 vsize=300028 CPUtime=34.14 cores=4-7
/proc/5897/task/5907/stat : 5907 (plingeling) R 5892 5892 5540 0 -1 4202560 12216 1249 0 0 3413 1 0 0 25 0 5 0 512366821 307228672 47100 33554432000 4194304 4356188 140736034736944 18446744073709551615 4242762 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 278.8
Current children cumulated vsize (KiB) 1749196

[startup+36.8008 s]
/proc/loadavg: 7.76 7.78 7.82 9/180 5907
/proc/meminfo: memFree=14089564/32950928 swapFree=67111528/67111528
[pid=5892] ppid=5890 vsize=18324 CPUtime=0 cores=0-7
/proc/5892/stat : 5892 (ppfolio) S 5890 5892 5540 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 512366736 18763776 389 33554432000 4194304 4287625 140733365386064 18446744073709551615 251814260239 0 0 4096 65536 4590857149323673599 0 0 17 4 0 0 0
/proc/5892/statm: 4581 389 341 23 0 91 0
[pid=5893] ppid=5892 vsize=289396 CPUtime=36.79 cores=0
/proc/5893/stat : 5893 (cryptominisat) R 5892 5892 5540 0 -1 4202496 95813 0 0 0 3664 15 0 0 25 0 1 0 512366736 296341504 64851 33554432000 4194304 4587354 140733427742432 18446744073709551615 4238770 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/5893/statm: 72349 64851 338 96 0 68911 0
[pid=5894] ppid=5892 vsize=131772 CPUtime=36.79 cores=1
/proc/5894/stat : 5894 (clasp) R 5892 5892 5540 0 -1 4202496 38668 0 0 0 3674 5 0 0 25 0 1 0 512366736 134934528 29323 33554432000 4194304 4785740 140734150817296 18446744073709551615 4319144 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/5894/statm: 32943 29323 340 145 0 29988 0
[pid=5895] ppid=5892 vsize=498856 CPUtime=36.79 cores=2
/proc/5895/stat : 5895 (TNM) R 5892 5892 5540 0 -1 4202496 24737 0 0 0 3675 4 0 0 25 0 1 0 512366736 510828544 24634 33554432000 134512640 134534564 4287879520 18446744073709551615 134530712 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/5895/statm: 124714 24634 95 6 0 123380 0
[pid=5896] ppid=5892 vsize=510956 CPUtime=36.79 cores=3
/proc/5896/stat : 5896 (march_hi) R 5892 5892 5540 0 -1 4202496 282825 0 0 0 3642 37 0 0 25 0 1 0 512366736 523218944 113475 33554432000 4194304 4331988 140736954354192 18446744073709551615 4228981 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/5896/statm: 127739 113475 173 34 0 126181 0
[pid=5897] ppid=5892 vsize=299968 CPUtime=144.41 cores=4-7
/proc/5897/stat : 5897 (plingeling) S 5892 5892 5540 0 -1 4202496 105965 1249 0 0 14426 15 0 0 21 0 5 0 512366736 307167232 47085 33554432000 4194304 4356188 140736034736944 18446744073709551615 251826042853 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/5897/statm: 74992 47085 164 40 0 73536 0
[pid=5897/tid=5904] ppid=5892 vsize=299968 CPUtime=35.94 cores=4-7
/proc/5897/task/5904/stat : 5904 (plingeling) R 5892 5892 5540 0 -1 4202560 11945 1249 0 0 3593 1 0 0 25 0 5 0 512366821 307167232 47085 33554432000 4194304 4356188 140736034736944 18446744073709551615 4237470 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=5897/tid=5905] ppid=5892 vsize=299968 CPUtime=35.93 cores=4-7
/proc/5897/task/5905/stat : 5905 (plingeling) R 5892 5892 5540 0 -1 4202560 23643 1249 0 0 3591 2 0 0 25 0 5 0 512366821 307167232 47085 33554432000 4194304 4356188 140736034736944 18446744073709551615 4234306 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=5897/tid=5906] ppid=5892 vsize=299968 CPUtime=35.93 cores=4-7
/proc/5897/task/5906/stat : 5906 (plingeling) R 5892 5892 5540 0 -1 4202560 25212 1249 0 0 3589 4 0 0 25 0 5 0 512366821 307167232 47085 33554432000 4194304 4356188 140736034736944 18446744073709551615 4301225 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=5897/tid=5907] ppid=5892 vsize=299968 CPUtime=35.73 cores=4-7
/proc/5897/task/5907/stat : 5907 (plingeling) R 5892 5892 5540 0 -1 4202560 12216 1249 0 0 3572 1 0 0 25 0 5 0 512366821 307167232 47085 33554432000 4194304 4356188 140736034736944 18446744073709551615 4241549 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 291.57
Current children cumulated vsize (KiB) 1749272

[startup+38.4006 s]
/proc/loadavg: 7.76 7.78 7.82 9/180 5907
/proc/meminfo: memFree=14088404/32950928 swapFree=67111528/67111528
[pid=5892] ppid=5890 vsize=18324 CPUtime=0 cores=0-7
/proc/5892/stat : 5892 (ppfolio) S 5890 5892 5540 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 512366736 18763776 389 33554432000 4194304 4287625 140733365386064 18446744073709551615 251814260239 0 0 4096 65536 4590857149323673599 0 0 17 4 0 0 0
/proc/5892/statm: 4581 389 341 23 0 91 0
[pid=5893] ppid=5892 vsize=294920 CPUtime=38.38 cores=0
/proc/5893/stat : 5893 (cryptominisat) R 5892 5892 5540 0 -1 4202496 97706 0 0 0 3823 15 0 0 25 0 1 0 512366736 301998080 66710 33554432000 4194304 4587354 140733427742432 18446744073709551615 4388261 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/5893/statm: 73730 66710 338 96 0 70292 0
[pid=5894] ppid=5892 vsize=132208 CPUtime=38.39 cores=1
/proc/5894/stat : 5894 (clasp) R 5892 5892 5540 0 -1 4202496 38772 0 0 0 3834 5 0 0 25 0 1 0 512366736 135380992 29427 33554432000 4194304 4785740 140734150817296 18446744073709551615 4312619 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/5894/statm: 33052 29427 340 145 0 30097 0
[pid=5895] ppid=5892 vsize=498856 CPUtime=38.39 cores=2
/proc/5895/stat : 5895 (TNM) R 5892 5892 5540 0 -1 4202496 24737 0 0 0 3835 4 0 0 25 0 1 0 512366736 510828544 24634 33554432000 134512640 134534564 4287879520 18446744073709551615 134528824 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/5895/statm: 124714 24634 95 6 0 123380 0
[pid=5896] ppid=5892 vsize=511088 CPUtime=38.39 cores=3
/proc/5896/stat : 5896 (march_hi) R 5892 5892 5540 0 -1 4202496 282854 0 0 0 3802 37 0 0 25 0 1 0 512366736 523354112 113504 33554432000 4194304 4331988 140736954354192 18446744073709551615 4299847 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/5896/statm: 127772 113504 173 34 0 126214 0
[pid=5897] ppid=5892 vsize=297548 CPUtime=150.8 cores=4-7
/proc/5897/stat : 5897 (plingeling) S 5892 5892 5540 0 -1 4202496 105965 1249 0 0 15065 15 0 0 21 0 5 0 512366736 304689152 46480 33554432000 4194304 4356188 140736034736944 18446744073709551615 251826042853 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/5897/statm: 74387 46480 164 40 0 72931 0
[pid=5897/tid=5904] ppid=5892 vsize=297548 CPUtime=37.54 cores=4-7
/proc/5897/task/5904/stat : 5904 (plingeling) R 5892 5892 5540 0 -1 4202560 11945 1249 0 0 3753 1 0 0 25 0 5 0 512366821 304689152 46480 33554432000 4194304 4356188 140736034736944 18446744073709551615 4330986 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=5897/tid=5905] ppid=5892 vsize=297548 CPUtime=37.53 cores=4-7
/proc/5897/task/5905/stat : 5905 (plingeling) R 5892 5892 5540 0 -1 4202560 23643 1249 0 0 3751 2 0 0 25 0 5 0 512366821 304689152 46480 33554432000 4194304 4356188 140736034736944 18446744073709551615 4270740 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=5897/tid=5906] ppid=5892 vsize=297548 CPUtime=37.53 cores=4-7
/proc/5897/task/5906/stat : 5906 (plingeling) R 5892 5892 5540 0 -1 4202560 25212 1249 0 0 3749 4 0 0 25 0 5 0 512366821 304689152 46480 33554432000 4194304 4356188 140736034736944 18446744073709551615 4270878 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=5897/tid=5907] ppid=5892 vsize=297548 CPUtime=37.32 cores=4-7
/proc/5897/task/5907/stat : 5907 (plingeling) R 5892 5892 5540 0 -1 4202560 12216 1249 0 0 3731 1 0 0 25 0 5 0 512366821 304689152 46480 33554432000 4194304 4356188 140736034736944 18446744073709551615 4236939 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 304.35
Current children cumulated vsize (KiB) 1752944

[startup+38.8005 s]
/proc/loadavg: 7.76 7.78 7.82 9/180 5907
/proc/meminfo: memFree=14085304/32950928 swapFree=67111528/67111528
[pid=5892] ppid=5890 vsize=18324 CPUtime=0 cores=0-7
/proc/5892/stat : 5892 (ppfolio) S 5890 5892 5540 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 512366736 18763776 389 33554432000 4194304 4287625 140733365386064 18446744073709551615 251814260239 0 0 4096 65536 4590857149323673599 0 0 17 4 0 0 0
/proc/5892/statm: 4581 389 341 23 0 91 0
[pid=5893] ppid=5892 vsize=294920 CPUtime=38.78 cores=0
/proc/5893/stat : 5893 (cryptominisat) R 5892 5892 5540 0 -1 4202496 97787 0 0 0 3863 15 0 0 25 0 1 0 512366736 301998080 66782 33554432000 4194304 4587354 140733427742432 18446744073709551615 4237695 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/5893/statm: 73730 66782 338 96 0 70292 0
[pid=5894] ppid=5892 vsize=132208 CPUtime=38.79 cores=1
/proc/5894/stat : 5894 (clasp) R 5892 5892 5540 0 -1 4202496 38779 0 0 0 3874 5 0 0 25 0 1 0 512366736 135380992 29434 33554432000 4194304 4785740 140734150817296 18446744073709551615 4319144 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/5894/statm: 33052 29434 340 145 0 30097 0
[pid=5895] ppid=5892 vsize=498856 CPUtime=38.79 cores=2
/proc/5895/stat : 5895 (TNM) R 5892 5892 5540 0 -1 4202496 24737 0 0 0 3875 4 0 0 25 0 1 0 512366736 510828544 24634 33554432000 134512640 134534564 4287879520 18446744073709551615 134530126 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/5895/statm: 124714 24634 95 6 0 123380 0
[pid=5896] ppid=5892 vsize=511088 CPUtime=38.79 cores=3
/proc/5896/stat : 5896 (march_hi) R 5892 5892 5540 0 -1 4202496 282860 0 0 0 3842 37 0 0 25 0 1 0 512366736 523354112 113510 33554432000 4194304 4331988 140736954354192 18446744073709551615 4263152 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/5896/statm: 127772 113510 173 34 0 126214 0
[pid=5897] ppid=5892 vsize=295488 CPUtime=152.39 cores=4-7
/proc/5897/stat : 5897 (plingeling) S 5892 5892 5540 0 -1 4202496 105965 1249 0 0 15224 15 0 0 21 0 5 0 512366736 302579712 45965 33554432000 4194304 4356188 140736034736944 18446744073709551615 251826042853 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/5897/statm: 73872 45965 164 40 0 72416 0
[pid=5897/tid=5904] ppid=5892 vsize=295488 CPUtime=37.94 cores=4-7
/proc/5897/task/5904/stat : 5904 (plingeling) R 5892 5892 5540 0 -1 4202560 11945 1249 0 0 3793 1 0 0 25 0 5 0 512366821 302579712 45965 33554432000 4194304 4356188 140736034736944 18446744073709551615 4211032 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=5897/tid=5905] ppid=5892 vsize=295488 CPUtime=37.94 cores=4-7
/proc/5897/task/5905/stat : 5905 (plingeling) R 5892 5892 5540 0 -1 4202560 23643 1249 0 0 3791 3 0 0 25 0 5 0 512366821 302579712 45965 33554432000 4194304 4356188 140736034736944 18446744073709551615 4330879 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=5897/tid=5906] ppid=5892 vsize=295488 CPUtime=37.93 cores=4-7
/proc/5897/task/5906/stat : 5906 (plingeling) R 5892 5892 5540 0 -1 4202560 25212 1249 0 0 3789 4 0 0 25 0 5 0 512366821 302579712 45965 33554432000 4194304 4356188 140736034736944 18446744073709551615 4270780 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=5897/tid=5907] ppid=5892 vsize=295488 CPUtime=37.72 cores=4-7
/proc/5897/task/5907/stat : 5907 (plingeling) R 5892 5892 5540 0 -1 4202560 12216 1249 0 0 3771 1 0 0 25 0 5 0 512366821 302579712 45965 33554432000 4194304 4356188 140736034736944 18446744073709551615 4334575 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 307.54
Current children cumulated vsize (KiB) 1750884

[startup+39.2004 s]
/proc/loadavg: 7.76 7.78 7.82 9/180 5907
/proc/meminfo: memFree=14085304/32950928 swapFree=67111528/67111528
[pid=5892] ppid=5890 vsize=18324 CPUtime=0 cores=0-7
/proc/5892/stat : 5892 (ppfolio) S 5890 5892 5540 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 512366736 18763776 389 33554432000 4194304 4287625 140733365386064 18446744073709551615 251814260239 0 0 4096 65536 4590857149323673599 0 0 17 4 0 0 0
/proc/5892/statm: 4581 389 341 23 0 91 0
[pid=5893] ppid=5892 vsize=294920 CPUtime=39.18 cores=0
/proc/5893/stat : 5893 (cryptominisat) R 5892 5892 5540 0 -1 4202496 97953 0 0 0 3903 15 0 0 25 0 1 0 512366736 301998080 66941 33554432000 4194304 4587354 140733427742432 18446744073709551615 4243728 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/5893/statm: 73730 66941 338 96 0 70292 0
[pid=5894] ppid=5892 vsize=132208 CPUtime=39.19 cores=1
/proc/5894/stat : 5894 (clasp) R 5892 5892 5540 0 -1 4202496 38779 0 0 0 3914 5 0 0 25 0 1 0 512366736 135380992 29434 33554432000 4194304 4785740 140734150817296 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/5894/statm: 33052 29434 340 145 0 30097 0
[pid=5895] ppid=5892 vsize=498856 CPUtime=39.19 cores=2
/proc/5895/stat : 5895 (TNM) R 5892 5892 5540 0 -1 4202496 24737 0 0 0 3915 4 0 0 25 0 1 0 512366736 510828544 24634 33554432000 134512640 134534564 4287879520 18446744073709551615 134526037 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/5895/statm: 124714 24634 95 6 0 123380 0
[pid=5896] ppid=5892 vsize=511088 CPUtime=39.19 cores=3
/proc/5896/stat : 5896 (march_hi) R 5892 5892 5540 0 -1 4202496 282864 0 0 0 3882 37 0 0 25 0 1 0 512366736 523354112 113514 33554432000 4194304 4331988 140736954354192 18446744073709551615 4228963 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/5896/statm: 127772 113514 173 34 0 126214 0
[pid=5897] ppid=5892 vsize=292376 CPUtime=153.99 cores=4-7
/proc/5897/stat : 5897 (plingeling) S 5892 5892 5540 0 -1 4202496 105965 1249 0 0 15384 15 0 0 21 0 5 0 512366736 299393024 45187 33554432000 4194304 4356188 140736034736944 18446744073709551615 251826042853 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/5897/statm: 73094 45187 164 40 0 71638 0
[pid=5897/tid=5904] ppid=5892 vsize=292376 CPUtime=38.34 cores=4-7
/proc/5897/task/5904/stat : 5904 (plingeling) R 5892 5892 5540 0 -1 4202560 11945 1249 0 0 3833 1 0 0 25 0 5 0 512366821 299393024 45187 33554432000 4194304 4356188 140736034736944 18446744073709551615 4331328 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=5897/tid=5905] ppid=5892 vsize=292376 CPUtime=38.34 cores=4-7
/proc/5897/task/5905/stat : 5905 (plingeling) R 5892 5892 5540 0 -1 4202560 23643 1249 0 0 3831 3 0 0 25 0 5 0 512366821 299393024 45187 33554432000 4194304 4356188 140736034736944 18446744073709551615 4250534 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=5897/tid=5906] ppid=5892 vsize=292376 CPUtime=38.33 cores=4-7
/proc/5897/task/5906/stat : 5906 (plingeling) R 5892 5892 5540 0 -1 4202560 25212 1249 0 0 3829 4 0 0 25 0 5 0 512366821 299393024 45187 33554432000 4194304 4356188 140736034736944 18446744073709551615 4284178 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=5897/tid=5907] ppid=5892 vsize=292376 CPUtime=38.12 cores=4-7
/proc/5897/task/5907/stat : 5907 (plingeling) R 5892 5892 5540 0 -1 4202560 12216 1249 0 0 3811 1 0 0 25 0 5 0 512366821 299393024 45187 33554432000 4194304 4356188 140736034736944 18446744073709551615 4244400 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 310.74
Current children cumulated vsize (KiB) 1747772

[startup+39.3014 s]
/proc/loadavg: 7.76 7.78 7.82 9/180 5907
/proc/meminfo: memFree=14085304/32950928 swapFree=67111528/67111528
[pid=5892] ppid=5890 vsize=18324 CPUtime=154.31 cores=0-7
/proc/5892/stat : 5892 (ppfolio) S 5890 5892 5540 0 -1 4202496 520 107217 0 0 0 0 15415 16 15 0 1 0 512366736 18763776 390 33554432000 4194304 4287625 140733365386064 18446744073709551615 251814260239 0 0 4096 65536 9224195386380386304 0 0 17 4 0 0 0
/proc/5892/statm: 4581 390 342 23 0 91 0
[pid=5893] ppid=5892 vsize=0 CPUtime=39.29 cores=0
/proc/5893/stat : 5893 (cryptominisat) R 5892 5892 5540 0 -1 4203524 97987 0 0 0 3913 16 0 0 25 0 1 0 512366736 0 0 33554432000 0 0 0 0 0 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/5893/statm: 0 0 0 0 0 0 0
[pid=5894] ppid=5892 vsize=0 CPUtime=39.28 cores=1
/proc/5894/stat : 5894 (clasp) R 5892 5892 5540 0 -1 4203524 38779 0 0 0 3923 5 0 0 25 0 1 0 512366736 0 0 33554432000 0 0 0 0 0 0 0 4096 16386 18446744073709551615 0 0 17 1 0 0 0
/proc/5894/statm: 0 0 0 0 0 0 0
[pid=5895] ppid=5892 vsize=0 CPUtime=39.28 cores=2
/proc/5895/stat : 5895 (TNM) R 5892 5892 5540 0 -1 4203524 24737 0 0 0 3924 4 0 0 25 0 1 0 512366736 0 0 33554432000 0 0 0 0 0 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/5895/statm: 0 0 0 0 0 0 0
[pid=5896] ppid=5892 vsize=0 CPUtime=39.28 cores=3
/proc/5896/stat : 5896 (march_hi) R 5892 5892 5540 0 -1 4203524 282866 0 0 0 3891 37 0 0 25 0 1 0 512366736 0 0 33554432000 0 0 0 0 0 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/5896/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 311.44
Current children cumulated vsize (KiB) 18324

Child status: 0
Real time (s): 39.3197
CPU time (s): 311.545
CPU user time (s): 310.692
CPU system time (s): 0.85287
CPU usage (%): 792.337
Max. virtual memory (cumulated for all children) (KiB): 1820296

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 310.692
system time used= 0.85287
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 552123
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= 665
involuntary context switches= 1548

runsolver used 0.06499 second user time and 0.151976 second system time

The end

Launcher Data

Begin job on node126 at 2011-04-28 18:21:20
IDJOB=3310259
IDBENCH=82435
IDSOLVER=1638
FILE ID=node126/3310259-1304007680
RUNJOBID= node126-1304003442-5554
PBS_JOBID= 13168804
Free space on /tmp= 71588 MiB

SOLVER NAME= ppfolio par
BENCH NAME= SAT11/application/jarvisalo/smtqfbv-aigs/smtlib-qfbv-aigs-lfsr_008_063_080-tseitin.cnf
COMMAND LINE= ppfolio BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3310259-1304007680/watcher-3310259-1304007680 -o /tmp/evaluation-result-3310259-1304007680/solver-3310259-1304007680 -C 40000 -W 5100 -M 31000  ppfolio HOME/instance-3310259-1304007680.cnf

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

MD5SUM BENCH= ceca868d07951273fdc2de08c57f2b6a
RANDOM SEED=1674699614

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

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.783
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.80
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.783
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.783
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.783
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.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      15205328 kB
Buffers:       1838564 kB
Cached:       15255400 kB
SwapCached:          0 kB
Active:        6601284 kB
Inactive:     10559936 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      15205328 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           21756 kB
Writeback:           0 kB
AnonPages:       67416 kB
Mapped:          14912 kB
Slab:           519348 kB
PageTables:       4272 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   187060 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= 71576 MiB
End job on node126 at 2011-04-28 18:22:00