Trace number 3498380

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
borg-sat 11.03.02-seq-industrial (fixed)UNSAT 310.925 311.056

General information on the benchmark

Nameapplication/jarvisalo/AAAI2010-SATPlanning/
aaai10-planning-ipc5-pathways-17-step20.cnf
MD5SUM8f0e3738453893efc8a2d1abcf0d190d
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark130.866
Satisfiable
(Un)Satisfiability was proved
Number of variables50277
Number of clauses283903
Sum of the clauses size636342
Maximum clause length61
Minimum clause length1
Number of clauses of size 1414
Number of clauses of size 2248375
Number of clauses of size 327490
Number of clauses of size 45332
Number of clauses of size 5458
Number of clauses of size over 51834

Solver Data

0.38/0.95	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.38/0.95	c INFO: solving HOME/instance-3498380-1307953414.cnf
0.38/0.95	c INFO: computing task features
1.16/1.70	c INFO: computed variable-clause graph statistics
1.16/1.74	c INFO: computed clause balance statistics
4.86/5.42	c INFO: computed variable balance statistics
7.66/8.27	c INFO: computed small-clause counts
7.66/8.29	c INFO: computed Horn-clause counts
10.76/11.39	c INFO: computed variable graph statistics
10.76/11.39	c INFO: collected features for HOME/instance-3498380-1307953414.cnf in 10.41 s
10.86/11.41	c INFO: running lingeling-276@0 for 97 with 4989 remaining (b = 0.26)
111.05/111.55	c INFO: running cryptominisat-2.9.0@0 for 485 with 4889 remaining (b = 0.25)
310.82/311.02	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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 /var/tmp/evaluation-result-3498380-1307953414/watcher-3498380-1307953414 -o /var/tmp/evaluation-result-3498380-1307953414/solver-3498380-1307953414 -C 5000 -W 5100 -M 15500 python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3498380-1307953414.cnf -seed 1246401360 -budget 5000 

running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 1.97 1.18 0.49 2/177 2126
/proc/meminfo: memFree=5120360/32951124 swapFree=67062556/67111528
[pid=2126] ppid=2124 vsize=15080 CPUtime=0 cores=1,3,5,7
/proc/2126/stat : 2126 (python) R 2124 2126 1923 0 -1 4202496 616 0 0 0 0 0 0 0 21 0 1 0 985571932 15441920 512 33554432000 4194304 5683644 140736148553328 18446744073709551615 252458061669 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/2126/statm: 3770 512 300 364 0 257 0

[startup+0.00745807 s]
/proc/loadavg: 1.97 1.18 0.49 2/177 2126
/proc/meminfo: memFree=5120360/32951124 swapFree=67062556/67111528
[pid=2126] ppid=2124 vsize=15384 CPUtime=0 cores=1,3,5,7
/proc/2126/stat : 2126 (python) R 2124 2126 1923 0 -1 4202496 789 0 0 0 0 0 0 0 18 0 1 0 985571932 15753216 677 33554432000 4194304 5683644 140736148553328 18446744073709551615 4992599 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/2126/statm: 3845 679 322 364 0 332 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 15384

[startup+0.100479 s]
/proc/loadavg: 1.97 1.18 0.49 2/177 2126
/proc/meminfo: memFree=5120360/32951124 swapFree=67062556/67111528
[pid=2126] ppid=2124 vsize=85360 CPUtime=0.06 cores=1,3,5,7
/proc/2126/stat : 2126 (python) R 2124 2126 1923 0 -1 4202496 2617 0 0 0 4 2 0 0 17 0 1 0 985571932 87408640 2336 33554432000 4194304 5683644 140736148553328 18446744073709551615 4540219 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/2126/statm: 21404 2339 713 364 0 1621 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 85360

[startup+0.300449 s]
/proc/loadavg: 1.97 1.18 0.49 2/177 2126
/proc/meminfo: memFree=5120360/32951124 swapFree=67062556/67111528
[pid=2126] ppid=2124 vsize=126800 CPUtime=0.16 cores=1,3,5,7
/proc/2126/stat : 2126 (python) D 2124 2126 1923 0 -1 4202496 5403 934 1 0 11 5 0 0 18 0 1 0 985571932 129843200 3999 33554432000 4194304 5683644 140736148553328 18446744073709551615 252458071607 0 0 16781312 2 18446744071562154983 0 0 17 3 0 0 0
/proc/2126/statm: 31700 3999 1003 364 0 2995 0
Current children cumulated CPU time (s) 0.16
Current children cumulated vsize (KiB) 126800

[startup+0.75936 s]
/proc/loadavg: 1.97 1.18 0.49 2/177 2126
/proc/meminfo: memFree=5120360/32951124 swapFree=67062556/67111528
[pid=2126] ppid=2124 vsize=198916 CPUtime=0.28 cores=1,3,5,7
/proc/2126/stat : 2126 (python) R 2124 2126 1923 0 -1 4202496 6978 934 1 0 18 10 0 0 16 0 1 0 985571932 203689984 5018 33554432000 4194304 5683644 140736148553328 18446744073709551615 252458061748 0 0 16781312 2 0 0 0 17 3 0 0 26
/proc/2126/statm: 49729 5018 1454 364 0 3756 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 198916

[startup+1.50022 s]
/proc/loadavg: 1.98 1.19 0.50 3/178 2131
/proc/meminfo: memFree=5070776/32951124 swapFree=67062556/67111528
[pid=2126] ppid=2124 vsize=317532 CPUtime=0.96 cores=1,3,5,7
/proc/2126/stat : 2126 (python) R 2124 2126 1923 0 -1 4202496 18835 934 1 0 83 13 0 0 16 0 1 0 985571932 325152768 16503 33554432000 4194304 5683644 140736148553328 18446744073709551615 4623648 0 0 16781312 2 0 0 0 17 3 0 0 26
/proc/2126/statm: 79383 16503 1761 364 0 15307 0
Current children cumulated CPU time (s) 0.96
Current children cumulated vsize (KiB) 317532

[startup+3.10092 s]
/proc/loadavg: 1.98 1.19 0.50 3/178 2131
/proc/meminfo: memFree=5045652/32951124 swapFree=67062556/67111528
[pid=2126] ppid=2124 vsize=329424 CPUtime=2.56 cores=1,3,5,7
/proc/2126/stat : 2126 (python) R 2124 2126 1923 0 -1 4202496 30963 934 1 0 241 15 0 0 18 0 1 0 985571932 337330176 19741 33554432000 4194304 5683644 140736148553328 18446744073709551615 47754632230607 0 0 16781312 2 0 0 0 17 3 0 0 26
/proc/2126/statm: 82356 19741 1826 364 0 18280 0
Current children cumulated CPU time (s) 2.56
Current children cumulated vsize (KiB) 329424

[startup+6.30032 s]
/proc/loadavg: 1.98 1.21 0.51 3/182 2135
/proc/meminfo: memFree=4865944/32951124 swapFree=67062556/67111528
[pid=2126] ppid=2124 vsize=329424 CPUtime=5.76 cores=1,3,5,7
/proc/2126/stat : 2126 (python) R 2124 2126 1923 0 -1 4202496 30964 934 1 0 561 15 0 0 25 0 1 0 985571932 337330176 19742 33554432000 4194304 5683644 140736148553328 18446744073709551615 47754632028784 0 0 16781312 2 0 0 0 17 3 0 0 26
/proc/2126/statm: 82356 19742 1827 364 0 18280 0
Current children cumulated CPU time (s) 5.76
Current children cumulated vsize (KiB) 329424

[startup+12.7011 s]
/proc/loadavg: 1.98 1.22 0.52 3/185 2138
/proc/meminfo: memFree=4445192/32951124 swapFree=67062556/67111528
[pid=2126] ppid=2124 vsize=337688 CPUtime=10.87 cores=1,3,5,7
/proc/2126/stat : 2126 (python) S 2124 2126 1923 0 -1 4202496 31896 934 1 0 1072 15 0 0 25 0 2 0 985571932 345792512 19293 33554432000 4194304 5683644 140736148553328 18446744073709551615 252469892555 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 26
/proc/2126/statm: 84422 19293 1875 364 0 20340 0
[pid=2136] ppid=2126 vsize=327444 CPUtime=0 cores=1,3,5,7
/proc/2136/stat : 2136 (python) S 2126 2126 1923 0 -1 4202560 806 0 0 0 0 0 0 0 18 0 1 0 985573074 335302656 17772 33554432000 4194304 5683644 140736148553328 18446744073709551615 252458085903 0 0 16781312 514 4591230708399210495 0 0 17 1 0 0 0
/proc/2136/statm: 81861 17772 358 364 0 17779 0
[pid=2138] ppid=2136 vsize=17880 CPUtime=1.27 cores=1,3,5,7
/proc/2138/stat : 2138 (lingeling) R 2136 2138 2138 0 -1 4202496 6464 0 0 0 126 1 0 0 25 0 1 0 985573074 18309120 3625 33554432000 4194304 4352236 140736943986096 18446744073709551615 4318995 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/2138/statm: 4470 3625 120 39 0 3550 0
[pid=2126/tid=2137] ppid=2124 vsize=337688 CPUtime=0 cores=1,3,5,7
/proc/2126/task/2137/stat : 2137 (python) S 2124 2126 1923 0 -1 4202560 28 934 0 0 0 0 0 0 25 0 2 0 985573074 345792512 19293 33554432000 4194304 5683644 140736148553328 18446744073709551615 252469889457 0 0 16781312 2 18446604470733883584 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 12.14
Current children cumulated vsize (KiB) 683012

[startup+25.5007 s]
/proc/loadavg: 1.98 1.26 0.54 3/185 2138
/proc/meminfo: memFree=4428524/32951124 swapFree=67062556/67111528
[pid=2126] ppid=2124 vsize=337688 CPUtime=10.87 cores=1,3,5,7
/proc/2126/stat : 2126 (python) S 2124 2126 1923 0 -1 4202496 31896 934 1 0 1072 15 0 0 25 0 2 0 985571932 345792512 19293 33554432000 4194304 5683644 140736148553328 18446744073709551615 252469892555 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 26
/proc/2126/statm: 84422 19293 1875 364 0 20340 0
[pid=2136] ppid=2126 vsize=327444 CPUtime=0.01 cores=1,3,5,7
/proc/2136/stat : 2136 (python) S 2126 2126 1923 0 -1 4202560 955 0 0 0 0 1 0 0 18 0 1 0 985573074 335302656 17795 33554432000 4194304 5683644 140736148553328 18446744073709551615 252458085903 0 0 16781312 514 13463018504814821640 0 0 17 1 0 0 0
/proc/2136/statm: 81861 17795 381 364 0 17779 0
[pid=2138] ppid=2136 vsize=28460 CPUtime=14.07 cores=1,3,5,7
/proc/2138/stat : 2138 (lingeling) R 2136 2138 2138 0 -1 4202496 9492 0 0 0 1406 1 0 0 25 0 1 0 985573074 29143040 6285 33554432000 4194304 4352236 140736943986096 18446744073709551615 4233869 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/2138/statm: 7115 6285 129 39 0 6195 0
[pid=2126/tid=2137] ppid=2124 vsize=337688 CPUtime=0 cores=1,3,5,7
/proc/2126/task/2137/stat : 2137 (python) S 2124 2126 1923 0 -1 4202560 28 934 0 0 0 0 0 0 25 0 2 0 985573074 345792512 19293 33554432000 4194304 5683644 140736148553328 18446744073709551615 252469889457 0 0 16781312 2 18446604470733883584 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 24.95
Current children cumulated vsize (KiB) 693592

[startup+51.101 s]
/proc/loadavg: 1.99 1.32 0.58 3/185 2139
/proc/meminfo: memFree=4420384/32951124 swapFree=67062556/67111528
[pid=2126] ppid=2124 vsize=337688 CPUtime=10.87 cores=1,3,5,7
/proc/2126/stat : 2126 (python) S 2124 2126 1923 0 -1 4202496 31896 934 1 0 1072 15 0 0 25 0 2 0 985571932 345792512 19293 33554432000 4194304 5683644 140736148553328 18446744073709551615 252469892555 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 26
/proc/2126/statm: 84422 19293 1875 364 0 20340 0
[pid=2136] ppid=2126 vsize=327444 CPUtime=0.04 cores=1,3,5,7
/proc/2136/stat : 2136 (python) S 2126 2126 1923 0 -1 4202560 963 0 0 0 2 2 0 0 18 0 1 0 985573074 335302656 17795 33554432000 4194304 5683644 140736148553328 18446744073709551615 252458085903 0 0 16781312 514 13463018504814821640 0 0 17 1 0 0 0
/proc/2136/statm: 81861 17795 381 364 0 17779 0
[pid=2138] ppid=2136 vsize=32800 CPUtime=39.67 cores=1,3,5,7
/proc/2138/stat : 2138 (lingeling) R 2136 2138 2138 0 -1 4202496 10632 0 0 0 3966 1 0 0 25 0 1 0 985573074 33587200 7115 33554432000 4194304 4352236 140736943986096 18446744073709551615 4276696 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/2138/statm: 8200 7115 129 39 0 7280 0
[pid=2126/tid=2137] ppid=2124 vsize=337688 CPUtime=0 cores=1,3,5,7
/proc/2126/task/2137/stat : 2137 (python) S 2124 2126 1923 0 -1 4202560 28 934 0 0 0 0 0 0 25 0 2 0 985573074 345792512 19293 33554432000 4194304 5683644 140736148553328 18446744073709551615 252469889457 0 0 16781312 2 18446604470733883584 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 50.58
Current children cumulated vsize (KiB) 697932

[startup+102.3 s]
/proc/loadavg: 1.99 1.42 0.65 3/185 2140
/proc/meminfo: memFree=4402724/32951124 swapFree=67062556/67111528
[pid=2126] ppid=2124 vsize=337688 CPUtime=10.87 cores=1,3,5,7
/proc/2126/stat : 2126 (python) S 2124 2126 1923 0 -1 4202496 31896 934 1 0 1072 15 0 0 25 0 2 0 985571932 345792512 19293 33554432000 4194304 5683644 140736148553328 18446744073709551615 252469892555 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 26
/proc/2126/statm: 84422 19293 1875 364 0 20340 0
[pid=2136] ppid=2126 vsize=327444 CPUtime=0.09 cores=1,3,5,7
/proc/2136/stat : 2136 (python) S 2126 2126 1923 0 -1 4202560 980 0 0 0 5 4 0 0 18 0 1 0 985573074 335302656 17795 33554432000 4194304 5683644 140736148553328 18446744073709551615 252458085903 0 0 16781312 514 13463018504814821640 0 0 17 1 0 0 0
/proc/2136/statm: 81861 17795 381 364 0 17779 0
[pid=2138] ppid=2136 vsize=35928 CPUtime=90.87 cores=1,3,5,7
/proc/2138/stat : 2138 (lingeling) R 2136 2138 2138 0 -1 4202496 12135 0 0 0 9086 1 0 0 25 0 1 0 985573074 36790272 8152 33554432000 4194304 4352236 140736943986096 18446744073709551615 4328026 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/2138/statm: 8982 8152 129 39 0 8062 0
[pid=2126/tid=2137] ppid=2124 vsize=337688 CPUtime=0 cores=1,3,5,7
/proc/2126/task/2137/stat : 2137 (python) S 2124 2126 1923 0 -1 4202560 28 934 0 0 0 0 0 0 25 0 2 0 985573074 345792512 19293 33554432000 4194304 5683644 140736148553328 18446744073709551615 252469889457 0 0 16781312 2 18446604470733883584 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 101.83
Current children cumulated vsize (KiB) 701060

[startup+162.301 s]
/proc/loadavg: 1.99 1.52 0.73 3/189 2146
/proc/meminfo: memFree=1075688/32951124 swapFree=67062556/67111528
[pid=2126] ppid=2124 vsize=347944 CPUtime=10.91 cores=1,3,5,7
/proc/2126/stat : 2126 (python) S 2124 2126 1923 0 -1 4202496 32651 934 1 0 1075 16 0 0 20 0 3 0 985571932 356294656 19300 33554432000 4194304 5683644 140736148553328 18446744073709551615 252469892555 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 26
/proc/2126/statm: 86986 19300 1878 364 0 22901 0
[pid=2136] ppid=2126 vsize=337688 CPUtime=0.11 cores=1,3,5,7
/proc/2136/stat : 2136 (python) S 2126 2126 1923 0 -1 4202560 1146 0 0 0 6 5 0 0 19 0 2 0 985573074 345792512 17833 33554432000 4194304 5683644 140736148553328 18446744073709551615 252469892555 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/2136/statm: 84422 17833 414 364 0 20340 0
[pid=2138] ppid=2136 vsize=37968 CPUtime=100.09 cores=1,3,5,7
/proc/2138/stat : 2138 (lingeling) T 2136 2138 2138 0 -1 4202496 12647 0 0 0 10008 1 0 0 25 0 1 0 985573074 38879232 8662 33554432000 4194304 4352236 140736943986096 18446744073709551615 4327902 0 0 16781312 17506 18446744071562691360 0 0 17 3 0 0 0
/proc/2138/statm: 9492 8662 129 39 0 8572 0
[pid=2136/tid=2142] ppid=2126 vsize=337688 CPUtime=0 cores=1,3,5,7
/proc/2136/task/2142/stat : 2142 (python) S 2126 2126 1923 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 985583085 345792512 17833 33554432000 4194304 5683644 140736148553328 18446744073709551615 252469889457 0 0 16781312 514 18446604471161541632 0 0 -1 1 0 0 0
[pid=2143] ppid=2126 vsize=337700 CPUtime=0.07 cores=1,3,5,7
/proc/2143/stat : 2143 (python) S 2126 2126 1923 0 -1 4202560 923 0 0 0 4 3 0 0 15 0 1 0 985583087 345804800 17788 33554432000 4194304 5683644 140736148553328 18446744073709551615 252458085958 0 0 16781312 514 5631786522693828872 0 0 17 3 0 0 0
/proc/2143/statm: 84425 17788 370 364 0 20340 0
[pid=2145] ppid=2143 vsize=616492 CPUtime=50.73 cores=1,3,5,7
/proc/2145/stat : 2145 (cryptominisat-2) R 2143 2145 2145 0 -1 4202496 124399 0 0 0 5058 15 0 0 25 0 1 0 985583087 631287808 118601 33554432000 4194304 4677096 140733485378944 18446744073709551615 4339319 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/2145/statm: 154123 118601 391 118 0 149082 0
[pid=2126/tid=2137] ppid=2124 vsize=347944 CPUtime=0 cores=1,3,5,7
/proc/2126/task/2137/stat : 2137 (python) S 2124 2126 1923 0 -1 4202560 28 934 0 0 0 0 0 0 25 0 3 0 985573074 356294656 19300 33554432000 4194304 5683644 140736148553328 18446744073709551615 252469889457 0 0 16781312 2 18446604470733883584 0 0 -1 3 0 0 0
[pid=2126/tid=2144] ppid=2124 vsize=347944 CPUtime=0 cores=1,3,5,7
/proc/2126/task/2144/stat : 2144 (python) S 2124 2126 1923 0 -1 4202560 26 934 0 0 0 0 0 0 20 0 3 0 985583087 356294656 19300 33554432000 4194304 5683644 140736148553328 18446744073709551615 252469889457 0 0 16781312 2 18446604470733883584 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 161.91
Current children cumulated vsize (KiB) 1677792

[startup+222.301 s]
/proc/loadavg: 1.99 1.61 0.81 3/189 2148
/proc/meminfo: memFree=133080/32951124 swapFree=67062556/67111528
[pid=2126] ppid=2124 vsize=347944 CPUtime=10.91 cores=1,3,5,7
/proc/2126/stat : 2126 (python) S 2124 2126 1923 0 -1 4202496 32651 934 1 0 1075 16 0 0 20 0 3 0 985571932 356294656 19300 33554432000 4194304 5683644 140736148553328 18446744073709551615 252469892555 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 26
/proc/2126/statm: 86986 19300 1878 364 0 22901 0
[pid=2136] ppid=2126 vsize=337688 CPUtime=0.11 cores=1,3,5,7
/proc/2136/stat : 2136 (python) S 2126 2126 1923 0 -1 4202560 1146 0 0 0 6 5 0 0 19 0 2 0 985573074 345792512 17833 33554432000 4194304 5683644 140736148553328 18446744073709551615 252469892555 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/2136/statm: 84422 17833 414 364 0 20340 0
[pid=2138] ppid=2136 vsize=37968 CPUtime=100.09 cores=1,3,5,7
/proc/2138/stat : 2138 (lingeling) T 2136 2138 2138 0 -1 4202496 12647 0 0 0 10008 1 0 0 25 0 1 0 985573074 38879232 8662 33554432000 4194304 4352236 140736943986096 18446744073709551615 4327902 0 0 16781312 17506 18446744071562691360 0 0 17 3 0 0 0
/proc/2138/statm: 9492 8662 129 39 0 8572 0
[pid=2136/tid=2142] ppid=2126 vsize=337688 CPUtime=0 cores=1,3,5,7
/proc/2136/task/2142/stat : 2142 (python) S 2126 2126 1923 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 985583085 345792512 17833 33554432000 4194304 5683644 140736148553328 18446744073709551615 252469889457 0 0 16781312 514 18446604471161541632 0 0 -1 1 0 0 0

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

/proc/2145/stat : 2145 (cryptominisat-2) R 2143 2145 2145 0 -1 4202496 155716 0 0 0 18282 21 0 0 25 0 1 0 985583087 646787072 123724 33554432000 4194304 4677096 140733485378944 18446744073709551615 4340595 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/2145/statm: 157907 123724 391 118 0 152866 0
[pid=2126/tid=2137] ppid=2124 vsize=347944 CPUtime=0 cores=1,3,5,7
/proc/2126/task/2137/stat : 2137 (python) S 2124 2126 1923 0 -1 4202560 28 934 0 0 0 0 0 0 25 0 3 0 985573074 356294656 19300 33554432000 4194304 5683644 140736148553328 18446744073709551615 252469889457 0 0 16781312 2 18446604470733883584 0 0 -1 3 0 0 0
[pid=2126/tid=2144] ppid=2124 vsize=347944 CPUtime=0 cores=1,3,5,7
/proc/2126/task/2144/stat : 2144 (python) S 2124 2126 1923 0 -1 4202560 26 934 0 0 0 0 0 0 20 0 3 0 985583087 356294656 19300 33554432000 4194304 5683644 140736148553328 18446744073709551615 252469889457 0 0 16781312 2 18446604470733883584 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 294.39
Current children cumulated vsize (KiB) 1692928

[startup+301 s]
/proc/loadavg: 1.99 1.70 0.90 3/189 2150
/proc/meminfo: memFree=95056/32951124 swapFree=67062556/67111528
[pid=2126] ppid=2124 vsize=347944 CPUtime=10.91 cores=1,3,5,7
/proc/2126/stat : 2126 (python) S 2124 2126 1923 0 -1 4202496 32651 934 1 0 1075 16 0 0 20 0 3 0 985571932 356294656 19300 33554432000 4194304 5683644 140736148553328 18446744073709551615 252469892555 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 26
/proc/2126/statm: 86986 19300 1878 364 0 22901 0
[pid=2136] ppid=2126 vsize=337688 CPUtime=0.11 cores=1,3,5,7
/proc/2136/stat : 2136 (python) S 2126 2126 1923 0 -1 4202560 1146 0 0 0 6 5 0 0 19 0 2 0 985573074 345792512 17833 33554432000 4194304 5683644 140736148553328 18446744073709551615 252469892555 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/2136/statm: 84422 17833 414 364 0 20340 0
[pid=2138] ppid=2136 vsize=37968 CPUtime=100.09 cores=1,3,5,7
/proc/2138/stat : 2138 (lingeling) T 2136 2138 2138 0 -1 4202496 12647 0 0 0 10008 1 0 0 25 0 1 0 985573074 38879232 8662 33554432000 4194304 4352236 140736943986096 18446744073709551615 4327902 0 0 16781312 17506 18446744071562691360 0 0 17 3 0 0 0
/proc/2138/statm: 9492 8662 129 39 0 8572 0
[pid=2136/tid=2142] ppid=2126 vsize=337688 CPUtime=0 cores=1,3,5,7
/proc/2136/task/2142/stat : 2142 (python) S 2126 2126 1923 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 985583085 345792512 17833 33554432000 4194304 5683644 140736148553328 18446744073709551615 252469889457 0 0 16781312 514 18446604471161541632 0 0 -1 1 0 0 0
[pid=2143] ppid=2126 vsize=337700 CPUtime=0.26 cores=1,3,5,7
/proc/2143/stat : 2143 (python) S 2126 2126 1923 0 -1 4202560 990 0 0 0 14 12 0 0 15 0 1 0 985583087 345804800 17788 33554432000 4194304 5683644 140736148553328 18446744073709551615 252458085958 0 0 16781312 514 5631786522693828872 0 0 17 3 0 0 0
/proc/2143/statm: 84425 17788 370 364 0 20340 0
[pid=2145] ppid=2143 vsize=642284 CPUtime=189.43 cores=1,3,5,7
/proc/2145/stat : 2145 (cryptominisat-2) R 2143 2145 2145 0 -1 4202496 156639 0 0 0 18921 22 0 0 25 0 1 0 985583087 657698816 124647 33554432000 4194304 4677096 140733485378944 18446744073709551615 4319799 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/2145/statm: 160571 124647 391 118 0 155530 0
[pid=2126/tid=2137] ppid=2124 vsize=347944 CPUtime=0 cores=1,3,5,7
/proc/2126/task/2137/stat : 2137 (python) S 2124 2126 1923 0 -1 4202560 28 934 0 0 0 0 0 0 25 0 3 0 985573074 356294656 19300 33554432000 4194304 5683644 140736148553328 18446744073709551615 252469889457 0 0 16781312 2 18446604470733883584 0 0 -1 3 0 0 0
[pid=2126/tid=2144] ppid=2124 vsize=347944 CPUtime=0 cores=1,3,5,7
/proc/2126/task/2144/stat : 2144 (python) S 2124 2126 1923 0 -1 4202560 26 934 0 0 0 0 0 0 20 0 3 0 985583087 356294656 19300 33554432000 4194304 5683644 140736148553328 18446744073709551615 252469889457 0 0 16781312 2 18446604470733883584 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 300.8
Current children cumulated vsize (KiB) 1703584

[startup+307.401 s]
/proc/loadavg: 1.99 1.70 0.91 3/189 2150
/proc/meminfo: memFree=97620/32951124 swapFree=67062556/67111528
[pid=2126] ppid=2124 vsize=347944 CPUtime=10.91 cores=1,3,5,7
/proc/2126/stat : 2126 (python) S 2124 2126 1923 0 -1 4202496 32651 934 1 0 1075 16 0 0 20 0 3 0 985571932 356294656 19300 33554432000 4194304 5683644 140736148553328 18446744073709551615 252469892555 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 26
/proc/2126/statm: 86986 19300 1878 364 0 22901 0
[pid=2136] ppid=2126 vsize=337688 CPUtime=0.11 cores=1,3,5,7
/proc/2136/stat : 2136 (python) S 2126 2126 1923 0 -1 4202560 1146 0 0 0 6 5 0 0 19 0 2 0 985573074 345792512 17833 33554432000 4194304 5683644 140736148553328 18446744073709551615 252469892555 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/2136/statm: 84422 17833 414 364 0 20340 0
[pid=2138] ppid=2136 vsize=37968 CPUtime=100.09 cores=1,3,5,7
/proc/2138/stat : 2138 (lingeling) T 2136 2138 2138 0 -1 4202496 12647 0 0 0 10008 1 0 0 25 0 1 0 985573074 38879232 8662 33554432000 4194304 4352236 140736943986096 18446744073709551615 4327902 0 0 16781312 17506 18446744071562691360 0 0 17 3 0 0 0
/proc/2138/statm: 9492 8662 129 39 0 8572 0
[pid=2136/tid=2142] ppid=2126 vsize=337688 CPUtime=0 cores=1,3,5,7
/proc/2136/task/2142/stat : 2142 (python) S 2126 2126 1923 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 985583085 345792512 17833 33554432000 4194304 5683644 140736148553328 18446744073709551615 252469889457 0 0 16781312 514 18446604471161541632 0 0 -1 1 0 0 0
[pid=2143] ppid=2126 vsize=337700 CPUtime=0.27 cores=1,3,5,7
/proc/2143/stat : 2143 (python) S 2126 2126 1923 0 -1 4202560 992 0 0 0 14 13 0 0 15 0 1 0 985583087 345804800 17788 33554432000 4194304 5683644 140736148553328 18446744073709551615 252458085958 0 0 16781312 514 5631786522693828872 0 0 17 3 0 0 0
/proc/2143/statm: 84425 17788 370 364 0 20340 0
[pid=2145] ppid=2143 vsize=642284 CPUtime=195.83 cores=1,3,5,7
/proc/2145/stat : 2145 (cryptominisat-2) R 2143 2145 2145 0 -1 4202496 157580 0 0 0 19561 22 0 0 25 0 1 0 985583087 657698816 125588 33554432000 4194304 4677096 140733485378944 18446744073709551615 4317816 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/2145/statm: 160571 125588 391 118 0 155530 0
[pid=2126/tid=2137] ppid=2124 vsize=347944 CPUtime=0 cores=1,3,5,7
/proc/2126/task/2137/stat : 2137 (python) S 2124 2126 1923 0 -1 4202560 28 934 0 0 0 0 0 0 25 0 3 0 985573074 356294656 19300 33554432000 4194304 5683644 140736148553328 18446744073709551615 252469889457 0 0 16781312 2 18446604470733883584 0 0 -1 3 0 0 0
[pid=2126/tid=2144] ppid=2124 vsize=347944 CPUtime=0 cores=1,3,5,7
/proc/2126/task/2144/stat : 2144 (python) S 2124 2126 1923 0 -1 4202560 26 934 0 0 0 0 0 0 20 0 3 0 985583087 356294656 19300 33554432000 4194304 5683644 140736148553328 18446744073709551615 252469889457 0 0 16781312 2 18446604470733883584 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 307.21
Current children cumulated vsize (KiB) 1703584

[startup+309.001 s]
/proc/loadavg: 1.99 1.70 0.91 3/189 2150
/proc/meminfo: memFree=102524/32951124 swapFree=67062556/67111528
[pid=2126] ppid=2124 vsize=347944 CPUtime=10.91 cores=1,3,5,7
/proc/2126/stat : 2126 (python) S 2124 2126 1923 0 -1 4202496 32651 934 1 0 1075 16 0 0 20 0 3 0 985571932 356294656 19300 33554432000 4194304 5683644 140736148553328 18446744073709551615 252469892555 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 26
/proc/2126/statm: 86986 19300 1878 364 0 22901 0
[pid=2136] ppid=2126 vsize=337688 CPUtime=0.11 cores=1,3,5,7
/proc/2136/stat : 2136 (python) S 2126 2126 1923 0 -1 4202560 1146 0 0 0 6 5 0 0 19 0 2 0 985573074 345792512 17833 33554432000 4194304 5683644 140736148553328 18446744073709551615 252469892555 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/2136/statm: 84422 17833 414 364 0 20340 0
[pid=2138] ppid=2136 vsize=37968 CPUtime=100.09 cores=1,3,5,7
/proc/2138/stat : 2138 (lingeling) T 2136 2138 2138 0 -1 4202496 12647 0 0 0 10008 1 0 0 25 0 1 0 985573074 38879232 8662 33554432000 4194304 4352236 140736943986096 18446744073709551615 4327902 0 0 16781312 17506 18446744071562691360 0 0 17 3 0 0 0
/proc/2138/statm: 9492 8662 129 39 0 8572 0
[pid=2136/tid=2142] ppid=2126 vsize=337688 CPUtime=0 cores=1,3,5,7
/proc/2136/task/2142/stat : 2142 (python) S 2126 2126 1923 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 985583085 345792512 17833 33554432000 4194304 5683644 140736148553328 18446744073709551615 252469889457 0 0 16781312 514 18446604471161541632 0 0 -1 1 0 0 0
[pid=2143] ppid=2126 vsize=337700 CPUtime=0.27 cores=1,3,5,7
/proc/2143/stat : 2143 (python) S 2126 2126 1923 0 -1 4202560 992 0 0 0 14 13 0 0 15 0 1 0 985583087 345804800 17788 33554432000 4194304 5683644 140736148553328 18446744073709551615 252458085958 0 0 16781312 514 5631786522693828872 0 0 17 3 0 0 0
/proc/2143/statm: 84425 17788 370 364 0 20340 0
[pid=2145] ppid=2143 vsize=631628 CPUtime=197.43 cores=1,3,5,7
/proc/2145/stat : 2145 (cryptominisat-2) R 2143 2145 2145 0 -1 4202496 157618 0 0 0 19721 22 0 0 25 0 1 0 985583087 646787072 123931 33554432000 4194304 4677096 140733485378944 18446744073709551615 4319573 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/2145/statm: 157907 123931 391 118 0 152866 0
[pid=2126/tid=2137] ppid=2124 vsize=347944 CPUtime=0 cores=1,3,5,7
/proc/2126/task/2137/stat : 2137 (python) S 2124 2126 1923 0 -1 4202560 28 934 0 0 0 0 0 0 25 0 3 0 985573074 356294656 19300 33554432000 4194304 5683644 140736148553328 18446744073709551615 252469889457 0 0 16781312 2 18446604470733883584 0 0 -1 3 0 0 0
[pid=2126/tid=2144] ppid=2124 vsize=347944 CPUtime=0 cores=1,3,5,7
/proc/2126/task/2144/stat : 2144 (python) S 2124 2126 1923 0 -1 4202560 26 934 0 0 0 0 0 0 20 0 3 0 985583087 356294656 19300 33554432000 4194304 5683644 140736148553328 18446744073709551615 252469889457 0 0 16781312 2 18446604470733883584 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 308.81
Current children cumulated vsize (KiB) 1692928

[startup+309.801 s]
/proc/loadavg: 1.99 1.70 0.91 3/189 2150
/proc/meminfo: memFree=100912/32951124 swapFree=67062556/67111528
[pid=2126] ppid=2124 vsize=347944 CPUtime=10.91 cores=1,3,5,7
/proc/2126/stat : 2126 (python) S 2124 2126 1923 0 -1 4202496 32651 934 1 0 1075 16 0 0 20 0 3 0 985571932 356294656 19300 33554432000 4194304 5683644 140736148553328 18446744073709551615 252469892555 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 26
/proc/2126/statm: 86986 19300 1878 364 0 22901 0
[pid=2136] ppid=2126 vsize=337688 CPUtime=0.11 cores=1,3,5,7
/proc/2136/stat : 2136 (python) S 2126 2126 1923 0 -1 4202560 1146 0 0 0 6 5 0 0 19 0 2 0 985573074 345792512 17833 33554432000 4194304 5683644 140736148553328 18446744073709551615 252469892555 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/2136/statm: 84422 17833 414 364 0 20340 0
[pid=2138] ppid=2136 vsize=37968 CPUtime=100.09 cores=1,3,5,7
/proc/2138/stat : 2138 (lingeling) T 2136 2138 2138 0 -1 4202496 12647 0 0 0 10008 1 0 0 25 0 1 0 985573074 38879232 8662 33554432000 4194304 4352236 140736943986096 18446744073709551615 4327902 0 0 16781312 17506 18446744071562691360 0 0 17 3 0 0 0
/proc/2138/statm: 9492 8662 129 39 0 8572 0
[pid=2136/tid=2142] ppid=2126 vsize=337688 CPUtime=0 cores=1,3,5,7
/proc/2136/task/2142/stat : 2142 (python) S 2126 2126 1923 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 985583085 345792512 17833 33554432000 4194304 5683644 140736148553328 18446744073709551615 252469889457 0 0 16781312 514 18446604471161541632 0 0 -1 1 0 0 0
[pid=2143] ppid=2126 vsize=337700 CPUtime=0.28 cores=1,3,5,7
/proc/2143/stat : 2143 (python) S 2126 2126 1923 0 -1 4202560 993 0 0 0 15 13 0 0 15 0 1 0 985583087 345804800 17788 33554432000 4194304 5683644 140736148553328 18446744073709551615 252458085958 0 0 16781312 514 5631786522693828872 0 0 17 3 0 0 0
/proc/2143/statm: 84425 17788 370 364 0 20340 0
[pid=2145] ppid=2143 vsize=631628 CPUtime=198.23 cores=1,3,5,7
/proc/2145/stat : 2145 (cryptominisat-2) R 2143 2145 2145 0 -1 4202496 157618 0 0 0 19801 22 0 0 25 0 1 0 985583087 646787072 123931 33554432000 4194304 4677096 140733485378944 18446744073709551615 4319273 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/2145/statm: 157907 123931 391 118 0 152866 0
[pid=2126/tid=2137] ppid=2124 vsize=347944 CPUtime=0 cores=1,3,5,7
/proc/2126/task/2137/stat : 2137 (python) S 2124 2126 1923 0 -1 4202560 28 934 0 0 0 0 0 0 25 0 3 0 985573074 356294656 19300 33554432000 4194304 5683644 140736148553328 18446744073709551615 252469889457 0 0 16781312 2 18446604470733883584 0 0 -1 3 0 0 0
[pid=2126/tid=2144] ppid=2124 vsize=347944 CPUtime=0 cores=1,3,5,7
/proc/2126/task/2144/stat : 2144 (python) S 2124 2126 1923 0 -1 4202560 26 934 0 0 0 0 0 0 20 0 3 0 985583087 356294656 19300 33554432000 4194304 5683644 140736148553328 18446744073709551615 252469889457 0 0 16781312 2 18446604470733883584 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 309.62
Current children cumulated vsize (KiB) 1692928

[startup+310.601 s]
/proc/loadavg: 1.99 1.70 0.91 3/189 2150
/proc/meminfo: memFree=99176/32951124 swapFree=67062556/67111528
[pid=2126] ppid=2124 vsize=347944 CPUtime=10.91 cores=1,3,5,7
/proc/2126/stat : 2126 (python) S 2124 2126 1923 0 -1 4202496 32651 934 1 0 1075 16 0 0 20 0 3 0 985571932 356294656 19300 33554432000 4194304 5683644 140736148553328 18446744073709551615 252469892555 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 26
/proc/2126/statm: 86986 19300 1878 364 0 22901 0
[pid=2136] ppid=2126 vsize=337688 CPUtime=0.11 cores=1,3,5,7
/proc/2136/stat : 2136 (python) S 2126 2126 1923 0 -1 4202560 1146 0 0 0 6 5 0 0 19 0 2 0 985573074 345792512 17833 33554432000 4194304 5683644 140736148553328 18446744073709551615 252469892555 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/2136/statm: 84422 17833 414 364 0 20340 0
[pid=2138] ppid=2136 vsize=37968 CPUtime=100.09 cores=1,3,5,7
/proc/2138/stat : 2138 (lingeling) T 2136 2138 2138 0 -1 4202496 12647 0 0 0 10008 1 0 0 25 0 1 0 985573074 38879232 8662 33554432000 4194304 4352236 140736943986096 18446744073709551615 4327902 0 0 16781312 17506 18446744071562691360 0 0 17 3 0 0 0
/proc/2138/statm: 9492 8662 129 39 0 8572 0
[pid=2136/tid=2142] ppid=2126 vsize=337688 CPUtime=0 cores=1,3,5,7
/proc/2136/task/2142/stat : 2142 (python) S 2126 2126 1923 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 985583085 345792512 17833 33554432000 4194304 5683644 140736148553328 18446744073709551615 252469889457 0 0 16781312 514 18446604471161541632 0 0 -1 1 0 0 0
[pid=2143] ppid=2126 vsize=337700 CPUtime=0.28 cores=1,3,5,7
/proc/2143/stat : 2143 (python) S 2126 2126 1923 0 -1 4202560 993 0 0 0 15 13 0 0 15 0 1 0 985583087 345804800 17788 33554432000 4194304 5683644 140736148553328 18446744073709551615 252458085958 0 0 16781312 514 5631786522693828872 0 0 17 3 0 0 0
/proc/2143/statm: 84425 17788 370 364 0 20340 0
[pid=2145] ppid=2143 vsize=631628 CPUtime=199.03 cores=1,3,5,7
/proc/2145/stat : 2145 (cryptominisat-2) R 2143 2145 2145 0 -1 4202496 157618 0 0 0 19881 22 0 0 25 0 1 0 985583087 646787072 123931 33554432000 4194304 4677096 140733485378944 18446744073709551615 4318914 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/2145/statm: 157907 123931 391 118 0 152866 0
[pid=2126/tid=2137] ppid=2124 vsize=347944 CPUtime=0 cores=1,3,5,7
/proc/2126/task/2137/stat : 2137 (python) S 2124 2126 1923 0 -1 4202560 28 934 0 0 0 0 0 0 25 0 3 0 985573074 356294656 19300 33554432000 4194304 5683644 140736148553328 18446744073709551615 252469889457 0 0 16781312 2 18446604470733883584 0 0 -1 3 0 0 0
[pid=2126/tid=2144] ppid=2124 vsize=347944 CPUtime=0 cores=1,3,5,7
/proc/2126/task/2144/stat : 2144 (python) S 2124 2126 1923 0 -1 4202560 26 934 0 0 0 0 0 0 20 0 3 0 985583087 356294656 19300 33554432000 4194304 5683644 140736148553328 18446744073709551615 252469889457 0 0 16781312 2 18446604470733883584 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 310.42
Current children cumulated vsize (KiB) 1692928

[startup+311.001 s]
/proc/loadavg: 1.99 1.70 0.91 3/189 2150
/proc/meminfo: memFree=99176/32951124 swapFree=67062556/67111528
[pid=2126] ppid=2124 vsize=347944 CPUtime=10.91 cores=1,3,5,7
/proc/2126/stat : 2126 (python) S 2124 2126 1923 0 -1 4202496 32651 934 1 0 1075 16 0 0 20 0 3 0 985571932 356294656 19300 33554432000 4194304 5683644 140736148553328 18446744073709551615 252469892555 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 26
/proc/2126/statm: 86986 19300 1878 364 0 22901 0
[pid=2136] ppid=2126 vsize=337688 CPUtime=0.11 cores=1,3,5,7
/proc/2136/stat : 2136 (python) S 2126 2126 1923 0 -1 4202560 1146 0 0 0 6 5 0 0 19 0 2 0 985573074 345792512 17833 33554432000 4194304 5683644 140736148553328 18446744073709551615 252469892555 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/2136/statm: 84422 17833 414 364 0 20340 0
[pid=2138] ppid=2136 vsize=37968 CPUtime=100.09 cores=1,3,5,7
/proc/2138/stat : 2138 (lingeling) T 2136 2138 2138 0 -1 4202496 12647 0 0 0 10008 1 0 0 25 0 1 0 985573074 38879232 8662 33554432000 4194304 4352236 140736943986096 18446744073709551615 4327902 0 0 16781312 17506 18446744071562691360 0 0 17 3 0 0 0
/proc/2138/statm: 9492 8662 129 39 0 8572 0
[pid=2136/tid=2142] ppid=2126 vsize=337688 CPUtime=0 cores=1,3,5,7
/proc/2136/task/2142/stat : 2142 (python) S 2126 2126 1923 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 985583085 345792512 17833 33554432000 4194304 5683644 140736148553328 18446744073709551615 252469889457 0 0 16781312 514 18446604471161541632 0 0 -1 1 0 0 0
[pid=2143] ppid=2126 vsize=337700 CPUtime=0.28 cores=1,3,5,7
/proc/2143/stat : 2143 (python) S 2126 2126 1923 0 -1 4202560 993 0 0 0 15 13 0 0 15 0 1 0 985583087 345804800 17788 33554432000 4194304 5683644 140736148553328 18446744073709551615 252458085958 0 0 16781312 514 5617618482146279688 0 0 17 3 0 0 0
/proc/2143/statm: 84425 17788 370 364 0 20340 0
[pid=2145] ppid=2143 vsize=625364 CPUtime=199.43 cores=1,3,5,7
/proc/2145/stat : 2145 (cryptominisat-2) R 2143 2145 2145 0 -1 4202496 157624 0 0 0 19921 22 0 0 25 0 1 0 985583087 640372736 122757 33554432000 4194304 4677096 140733485378944 18446744073709551615 252457723666 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/2145/statm: 156341 122757 396 118 0 151300 0
[pid=2126/tid=2137] ppid=2124 vsize=347944 CPUtime=0 cores=1,3,5,7
/proc/2126/task/2137/stat : 2137 (python) S 2124 2126 1923 0 -1 4202560 28 934 0 0 0 0 0 0 25 0 3 0 985573074 356294656 19300 33554432000 4194304 5683644 140736148553328 18446744073709551615 252469889457 0 0 16781312 2 18446604470733883584 0 0 -1 3 0 0 0
[pid=2126/tid=2144] ppid=2124 vsize=347944 CPUtime=0 cores=1,3,5,7
/proc/2126/task/2144/stat : 2144 (python) S 2124 2126 1923 0 -1 4202560 26 934 0 0 0 0 0 0 20 0 3 0 985583087 356294656 19300 33554432000 4194304 5683644 140736148553328 18446744073709551615 252469889457 0 0 16781312 2 18446604470733883584 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 310.82
Current children cumulated vsize (KiB) 1686664

Child status: 0
Real time (s): 311.056
CPU time (s): 310.925
CPU user time (s): 310.295
CPU system time (s): 0.629904
CPU usage (%): 99.9578
Max. virtual memory (cumulated for all children) (KiB): 1703584

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 310.295
system time used= 0.629904
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 216084
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3408
involuntary context switches= 662

runsolver used 0.489925 second user time and 1.19282 second system time

The end

Launcher Data

Begin job on node111 at 2011-06-13 10:23:34
IDJOB=3498380
IDBENCH=82422
IDSOLVER=1991
FILE ID=node111/3498380-1307953414
RUNJOBID= node111-1307953127-1942
PBS_JOBID= 13559717
Free space on /var/tmp= 2832 MiB

SOLVER NAME= borg-sat 11.03.02-seq-industrial (fixed)
BENCH NAME= SAT11/application/jarvisalo/AAAI2010-SATPlanning/aaai10-planning-ipc5-pathways-17-step20.cnf
COMMAND LINE= python DIR/solve DIR/etc/borg-mix+class.industrial.pickle BENCHNAME -seed RANDOMSEED -budget TIMEOUT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /var/tmp/evaluation-result-3498380-1307953414/watcher-3498380-1307953414 -o /var/tmp/evaluation-result-3498380-1307953414/solver-3498380-1307953414 -C 5000 -W 5100 -M 15500  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3498380-1307953414.cnf -seed 1246401360 -budget 5000

TIME LIMIT= 5000 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= 8f0e3738453893efc8a2d1abcf0d190d
RANDOM SEED=1246401360

node111.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	: 5428.12
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.75
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.86
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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:       5120912 kB
Buffers:        101784 kB
Cached:       26592604 kB
SwapCached:      11344 kB
Active:       11762560 kB
Inactive:     15204608 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:       5120912 kB
SwapTotal:    67111528 kB
SwapFree:     67062556 kB
Dirty:           36504 kB
Writeback:           0 kB
AnonPages:      270288 kB
Mapped:          15832 kB
Slab:           796772 kB
PageTables:       6188 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   633084 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 /var/tmp at the end= 2800 MiB
End job on node111 at 2011-06-13 10:28:46