Trace number 3321441

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-industrialUNSAT 3734.58 570.365

General information on the benchmark

NameAPPLICATIONS/diagnosis/
UTI-20-10p0.cnf
MD5SUM209f7789e3588d11f275f2003f2c6a67
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark335.143
Satisfiable
(Un)Satisfiability was proved
Number of variables259616
Number of clauses1374599
Sum of the clauses size3310772
Maximum clause length10
Minimum clause length1
Number of clauses of size 113149
Number of clauses of size 2982807
Number of clauses of size 3313283
Number of clauses of size 47260
Number of clauses of size 529040
Number of clauses of size over 529060

Solver Data

0.36/0.67	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.36/0.67	c INFO: solving HOME/instance-3321441-1304340762.cnf
0.36/0.67	c INFO: computing task features
4.83/5.18	c INFO: computed variable-clause graph statistics
5.03/5.32	c INFO: computed clause balance statistics
24.14/24.46	c INFO: computed variable balance statistics
38.84/39.15	c INFO: computed small-clause counts
39.24/39.51	c INFO: computed Horn-clause counts
116.54/116.83	c INFO: computed variable graph statistics
116.54/116.83	c INFO: collected features for HOME/instance-3321441-1304340762.cnf in 116.05 s
116.54/116.86	c INFO: running SApperloT@0 for 97 with 39883 remaining (b = 0.07)
116.54/116.89	c INFO: running cryptominisat-2.9.0@0 for 485 with 39883 remaining (b = 0.28)
116.63/116.93	c INFO: running lingeling-276@0 for 97 with 39883 remaining (b = 0.13)
116.63/116.97	c INFO: running cryptominisat-2.9.0@0 for 1649 with 39883 remaining (b = 0.39)
116.73/117.00	c INFO: running lingeling-276@0 for 1261 with 39883 remaining (b = 0.29)
116.73/117.04	c INFO: running cryptominisat-2.9.0@0 for 1649 with 39883 remaining (b = 0.32)
116.73/117.08	c INFO: running lingeling-276@0 for 1261 with 39883 remaining (b = 0.22)
116.83/117.12	c INFO: running cryptominisat-2.9.0@0 for 1940 with 39883 remaining (b = 0.29)
915.73/217.09	c INFO: running cryptominisat-2.9.0@0 for 1940 with 39783 remaining (b = 0.23)
916.52/217.17	c INFO: running lingeling-276@0 for 1164 with 39783 remaining (b = 0.16)
3734.29/570.29	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.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-3321441-1304340762/watcher-3321441-1304340762 -o /tmp/evaluation-result-3321441-1304340762/solver-3321441-1304340762 -C 40000 -W 5100 -M 31000 python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3321441-1304340762.cnf -seed 771845936 -budget 40000 -cores 8 

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: 5.81 6.91 7.50 2/248 2231
/proc/meminfo: memFree=28170740/32951124 swapFree=67111348/67111528
[pid=2231] ppid=2229 vsize=15080 CPUtime=0 cores=0-7
/proc/2231/stat : 2231 (python) S 2229 2231 2039 0 -1 4202496 616 0 0 0 0 0 0 0 20 0 1 0 526491690 15441920 513 33554432000 4194304 5683644 140736035538688 18446744073709551615 254261614592 0 2147483391 16781312 2 18446744071699207358 0 0 17 4 0 0 0
/proc/2231/statm: 3770 513 300 364 0 257 0

[startup+0.010375 s]
/proc/loadavg: 5.81 6.91 7.50 2/248 2231
/proc/meminfo: memFree=28170740/32951124 swapFree=67111348/67111528
[pid=2231] ppid=2229 vsize=15764 CPUtime=0 cores=0-7
/proc/2231/stat : 2231 (python) R 2229 2231 2039 0 -1 4202496 844 0 0 0 0 0 0 0 20 0 1 0 526491690 16142336 727 33554432000 4194304 5683644 140736035538688 18446744073709551615 254261614592 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/2231/statm: 3941 727 334 364 0 428 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 15764

[startup+0.10039 s]
/proc/loadavg: 5.81 6.91 7.50 2/248 2231
/proc/meminfo: memFree=28170740/32951124 swapFree=67111348/67111528
[pid=2231] ppid=2229 vsize=87708 CPUtime=0.05 cores=0-7
/proc/2231/stat : 2231 (python) R 2229 2231 2039 0 -1 4202496 2638 0 0 0 4 1 0 0 20 0 1 0 526491690 89812992 2354 33554432000 4194304 5683644 140736035538688 18446744073709551615 254261612389 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/2231/statm: 21927 2354 717 364 0 1623 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 87708

[startup+0.300364 s]
/proc/loadavg: 5.81 6.91 7.50 2/248 2231
/proc/meminfo: memFree=28170740/32951124 swapFree=67111348/67111528
[pid=2231] ppid=2229 vsize=135752 CPUtime=0.18 cores=0-7
/proc/2231/stat : 2231 (python) S 2229 2231 2039 0 -1 4202496 5964 935 1 0 13 5 0 0 17 0 1 0 526491690 139010048 4150 33554432000 4194304 5683644 140736035538688 18446744073709551615 254261612549 0 2147483391 16781312 2 18446744071699207358 0 0 17 4 0 0 0
/proc/2231/statm: 33938 4150 1032 364 0 3124 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 135752

[startup+0.700285 s]
/proc/loadavg: 5.81 6.91 7.50 2/248 2231
/proc/meminfo: memFree=28170740/32951124 swapFree=67111348/67111528
[pid=2231] ppid=2229 vsize=305096 CPUtime=0.44 cores=0-7
/proc/2231/stat : 2231 (python) R 2229 2231 2039 0 -1 4202496 15915 935 1 0 30 14 0 0 16 0 1 0 526491690 312418304 13593 33554432000 4194304 5683644 140736035538688 18446744073709551615 4603055 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/2231/statm: 76274 13593 1761 364 0 12198 0
Current children cumulated CPU time (s) 0.44
Current children cumulated vsize (KiB) 305096

[startup+1.50115 s]
/proc/loadavg: 5.81 6.91 7.50 2/249 2236
/proc/meminfo: memFree=28101340/32951124 swapFree=67111348/67111528
[pid=2231] ppid=2229 vsize=361396 CPUtime=1.24 cores=0-7
/proc/2231/stat : 2231 (python) R 2229 2231 2039 0 -1 4202496 29899 935 1 0 108 16 0 0 17 0 1 0 526491690 370069504 27577 33554432000 4194304 5683644 140736035538688 18446744073709551615 5007174 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/2231/statm: 90349 27578 1761 364 0 26273 0
Current children cumulated CPU time (s) 1.24
Current children cumulated vsize (KiB) 361396

[startup+3.10082 s]
/proc/loadavg: 5.81 6.91 7.50 2/249 2236
/proc/meminfo: memFree=28024460/32951124 swapFree=67111348/67111528
[pid=2231] ppid=2229 vsize=477228 CPUtime=2.83 cores=0-7
/proc/2231/stat : 2231 (python) R 2229 2231 2039 0 -1 4202496 57332 935 1 0 265 18 0 0 19 0 1 0 526491690 488681472 55010 33554432000 4194304 5683644 140736035538688 18446744073709551615 47377344631817 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/2231/statm: 119307 55011 1761 364 0 55231 0
Current children cumulated CPU time (s) 2.83
Current children cumulated vsize (KiB) 477228

[startup+6.30025 s]
/proc/loadavg: 5.51 6.83 7.47 2/249 2236
/proc/meminfo: memFree=27866404/32951124 swapFree=67111348/67111528
[pid=2231] ppid=2229 vsize=561272 CPUtime=6.03 cores=0-7
/proc/2231/stat : 2231 (python) R 2229 2231 2039 0 -1 4202496 112116 935 1 0 579 24 0 0 25 0 1 0 526491690 574742528 77702 33554432000 4194304 5683644 140736035538688 18446744073709551615 4527925 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/2231/statm: 140318 77702 1826 364 0 76242 0
Current children cumulated CPU time (s) 6.03
Current children cumulated vsize (KiB) 561272

[startup+12.7011 s]
/proc/loadavg: 5.14 6.73 7.44 2/249 2236
/proc/meminfo: memFree=27866880/32951124 swapFree=67111348/67111528
[pid=2231] ppid=2229 vsize=561272 CPUtime=12.44 cores=0-7
/proc/2231/stat : 2231 (python) R 2229 2231 2039 0 -1 4202496 112116 935 1 0 1220 24 0 0 25 0 1 0 526491690 574742528 77702 33554432000 4194304 5683644 140736035538688 18446744073709551615 47377176557314 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/2231/statm: 140318 77702 1826 364 0 76242 0
Current children cumulated CPU time (s) 12.44
Current children cumulated vsize (KiB) 561272

[startup+25.5009 s]
/proc/loadavg: 4.23 6.45 7.34 2/249 2236
/proc/meminfo: memFree=27868152/32951124 swapFree=67111348/67111528
[pid=2231] ppid=2229 vsize=561272 CPUtime=25.24 cores=0-7
/proc/2231/stat : 2231 (python) R 2229 2231 2039 0 -1 4202496 112117 935 1 0 2500 24 0 0 25 0 1 0 526491690 574742528 77703 33554432000 4194304 5683644 140736035538688 18446744073709551615 4570865 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/2231/statm: 140318 77703 1827 364 0 76242 0
Current children cumulated CPU time (s) 25.24
Current children cumulated vsize (KiB) 561272

[startup+51.1003 s]
/proc/loadavg: 3.12 6.01 7.17 2/249 2237
/proc/meminfo: memFree=27868324/32951124 swapFree=67111348/67111528
[pid=2231] ppid=2229 vsize=561272 CPUtime=50.84 cores=0-7
/proc/2231/stat : 2231 (python) R 2229 2231 2039 0 -1 4202496 112123 935 1 0 5060 24 0 0 25 0 1 0 526491690 574742528 77709 33554432000 4194304 5683644 140736035538688 18446744073709551615 47377173780608 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/2231/statm: 140318 77709 1833 364 0 76242 0
Current children cumulated CPU time (s) 50.84
Current children cumulated vsize (KiB) 561272

[startup+102.308 s]
/proc/loadavg: 1.92 5.24 6.84 2/249 2238
/proc/meminfo: memFree=27867808/32951124 swapFree=67111348/67111528
[pid=2231] ppid=2229 vsize=561272 CPUtime=102.04 cores=0-7
/proc/2231/stat : 2231 (python) R 2229 2231 2039 0 -1 4202496 112123 935 1 0 10180 24 0 0 25 0 1 0 526491690 574742528 77709 33554432000 4194304 5683644 140736035538688 18446744073709551615 47377173780620 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/2231/statm: 140318 77709 1833 364 0 76242 0
Current children cumulated CPU time (s) 102.04
Current children cumulated vsize (KiB) 561272

[startup+162.302 s]
/proc/loadavg: 5.10 5.46 6.81 9/273 2264
/proc/meminfo: memFree=25392960/32951124 swapFree=67111348/67111528
[pid=2231] ppid=2229 vsize=621788 CPUtime=116.86 cores=0-7
/proc/2231/stat : 2231 (python) S 2229 2231 2039 0 -1 4202496 118039 935 1 0 11655 31 0 0 23 0 9 0 526491690 636710912 72411 33554432000 4194304 5683644 140736035538688 18446744073709551615 254273443275 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/2231/statm: 155447 72411 1889 364 0 91344 0
[pid=2240] ppid=2231 vsize=539752 CPUtime=0.07 cores=0-7
/proc/2240/stat : 2240 (python) S 2231 2231 2039 0 -1 4202560 929 0 0 0 3 4 0 0 18 0 1 0 526503376 552706048 70866 33554432000 4194304 5683644 140736035538688 18446744073709551615 254261636623 0 0 16781312 514 15605993055629312257 0 0 17 1 0 0 0
/proc/2240/statm: 134938 70866 376 364 0 70856 0
[pid=2242] ppid=2240 vsize=114744 CPUtime=45.41 cores=0-7
/proc/2242/stat : 2242 (SApperloT-base) R 2240 2242 2242 0 -1 4202496 28062 0 0 0 4533 8 0 0 25 0 1 0 526503377 117497856 27097 33554432000 134512640 135674940 4294187984 18446744073709551615 134551295 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/2242/statm: 28686 27097 99 284 0 28400 0
[pid=2243] ppid=2231 vsize=550008 CPUtime=0.09 cores=0-7
/proc/2243/stat : 2243 (python) S 2231 2231 2039 0 -1 4202560 928 0 0 0 5 4 0 0 15 0 1 0 526503380 563208192 70864 33554432000 4194304 5683644 140736035538688 18446744073709551615 254261636678 0 0 16781312 514 15605993055629312260 0 0 17 0 0 0 0
/proc/2243/statm: 137502 70864 370 364 0 73417 0
[pid=2245] ppid=2243 vsize=652828 CPUtime=45.37 cores=0-7
/proc/2245/stat : 2245 (cryptominisat-2) R 2243 2245 2245 0 -1 4202496 145574 0 0 0 4512 25 0 0 25 0 1 0 526503381 668495872 131123 33554432000 4194304 4677096 140734054613232 18446744073709551615 4564230 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/2245/statm: 163207 131123 388 118 0 158166 0
[pid=2246] ppid=2231 vsize=560264 CPUtime=0.08 cores=0-7
/proc/2246/stat : 2246 (python) S 2231 2231 2039 0 -1 4202560 946 0 0 0 4 4 0 0 18 0 1 0 526503383 573710336 70868 33554432000 4194304 5683644 140736035538688 18446744073709551615 254261636678 0 0 16781312 514 15605993055629312257 0 0 17 6 0 0 0
/proc/2246/statm: 140066 70868 370 364 0 75978 0
[pid=2248] ppid=2246 vsize=94676 CPUtime=45.25 cores=0-7
/proc/2248/stat : 2248 (lingeling) R 2246 2248 2248 0 -1 4202496 36472 0 0 0 4518 7 0 0 25 0 1 0 526503384 96948224 22838 33554432000 4194304 4352236 140735600005056 18446744073709551615 4319056 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/2248/statm: 23669 22838 129 39 0 22749 0
[pid=2249] ppid=2231 vsize=570520 CPUtime=0.09 cores=0-7
/proc/2249/stat : 2249 (python) S 2231 2231 2039 0 -1 4202560 956 0 0 0 4 5 0 0 16 0 1 0 526503387 584212480 70872 33554432000 4194304 5683644 140736035538688 18446744073709551615 254261636678 0 0 16781312 514 15605993055629312260 0 0 17 2 0 0 0
/proc/2249/statm: 142630 70872 370 364 0 78539 0
[pid=2251] ppid=2249 vsize=655892 CPUtime=45.3 cores=0-7
/proc/2251/stat : 2251 (cryptominisat-2) R 2249 2251 2251 0 -1 4202496 146229 0 0 0 4507 23 0 0 25 0 1 0 526503388 671633408 131910 33554432000 4194304 4677096 140733580150160 18446744073709551615 4319726 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/2251/statm: 163973 131910 388 118 0 158932 0
[pid=2252] ppid=2231 vsize=580776 CPUtime=0.08 cores=0-7
/proc/2252/stat : 2252 (python) S 2231 2231 2039 0 -1 4202560 948 0 0 0 3 5 0 0 18 0 1 0 526503391 594714624 70876 33554432000 4194304 5683644 140736035538688 18446744073709551615 254261636678 0 0 16781312 514 15605993055629312257 0 0 17 1 0 0 0
/proc/2252/statm: 145194 70876 370 364 0 81100 0
[pid=2254] ppid=2252 vsize=85552 CPUtime=44.82 cores=0-7
/proc/2254/stat : 2254 (lingeling) R 2252 2254 2254 0 -1 4202496 34155 0 0 0 4476 6 0 0 25 0 1 0 526503392 87605248 20558 33554432000 4194304 4352236 140735359850016 18446744073709551615 4319146 0 0 16781312 17506 0 0 0 17 7 0 0 0
/proc/2254/statm: 21388 20558 129 39 0 20468 0
[pid=2255] ppid=2231 vsize=591032 CPUtime=0.09 cores=0-7
/proc/2255/stat : 2255 (python) S 2231 2231 2039 0 -1 4202560 966 0 0 0 4 5 0 0 15 0 1 0 526503394 605216768 70880 33554432000 4194304 5683644 140736035538688 18446744073709551615 254261636678 0 0 16781312 514 15605993055629312257 0 0 17 6 0 0 0
/proc/2255/statm: 147758 70880 370 364 0 83661 0
[pid=2257] ppid=2255 vsize=653156 CPUtime=45.06 cores=0-7
/proc/2257/stat : 2257 (cryptominisat-2) R 2255 2257 2257 0 -1 4202496 145682 0 0 0 4483 23 0 0 25 0 1 0 526503395 668831744 131089 33554432000 4194304 4677096 140735392370528 18446744073709551615 4317747 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/2257/statm: 163289 131089 388 118 0 158248 0
[pid=2258] ppid=2231 vsize=601288 CPUtime=0.08 cores=0-7
/proc/2258/stat : 2258 (python) S 2231 2231 2039 0 -1 4202560 954 0 0 0 3 5 0 0 18 0 1 0 526503398 615718912 70884 33554432000 4194304 5683644 140736035538688 18446744073709551615 254261636678 0 0 16781312 514 15605993055629312260 0 0 17 1 0 0 0
/proc/2258/statm: 150322 70884 370 364 0 86222 0
[pid=2260] ppid=2258 vsize=94764 CPUtime=44.93 cores=0-7
/proc/2260/stat : 2260 (lingeling) R 2258 2260 2260 0 -1 4202496 36515 0 0 0 4487 6 0 0 25 0 1 0 526503400 97038336 22861 33554432000 4194304 4352236 140733295933936 18446744073709551615 4215267 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/2260/statm: 23691 22861 129 39 0 22771 0
[pid=2261] ppid=2231 vsize=611544 CPUtime=0.09 cores=0-7
/proc/2261/stat : 2261 (python) S 2231 2231 2039 0 -1 4202560 1021 0 0 0 5 4 0 0 15 0 1 0 526503402 626221056 70894 33554432000 4194304 5683644 140736035538688 18446744073709551615 254261636678 0 0 16781312 514 15605993055629312260 0 0 17 2 0 0 0
/proc/2261/statm: 152886 70894 376 364 0 88783 0
[pid=2263] ppid=2261 vsize=647724 CPUtime=44.96 cores=0-7
/proc/2263/stat : 2263 (cryptominisat-2) R 2261 2263 2263 0 -1 4202496 143734 0 0 0 4475 21 0 0 25 0 1 0 526503403 663269376 129383 33554432000 4194304 4677096 140735250344416 18446744073709551615 4504197 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/2263/statm: 161931 129383 387 118 0 156890 0
[pid=2231/tid=2241] ppid=2229 vsize=621788 CPUtime=0 cores=0-7
/proc/2231/task/2241/stat : 2241 (python) S 2229 2231 2039 0 -1 4202560 27 935 0 0 0 0 0 0 25 0 9 0 526503377 636710912 72411 33554432000 4194304 5683644 140736035538688 18446744073709551615 254273440177 0 0 16781312 2 18446604441401395136 0 0 -1 2 0 0 0
[pid=2231/tid=2244] ppid=2229 vsize=621788 CPUtime=0 cores=0-7
/proc/2231/task/2244/stat : 2244 (python) S 2229 2231 2039 0 -1 4202560 20 935 0 0 0 0 0 0 20 0 9 0 526503381 636710912 72411 33554432000 4194304 5683644 140736035538688 18446744073709551615 254273440177 0 0 16781312 2 18446604441401395136 0 0 -1 2 0 0 0
[pid=2231/tid=2247] ppid=2229 vsize=621788 CPUtime=0 cores=0-7
/proc/2231/task/2247/stat : 2247 (python) S 2229 2231 2039 0 -1 4202560 25 935 0 0 0 0 0 0 20 0 9 0 526503384 636710912 72411 33554432000 4194304 5683644 140736035538688 18446744073709551615 254273440177 0 0 16781312 2 18446604441401395136 0 0 -1 0 0 0 0
[pid=2231/tid=2250] ppid=2229 vsize=621788 CPUtime=0 cores=0-7
/proc/2231/task/2250/stat : 2250 (python) S 2229 2231 2039 0 -1 4202560 23 935 0 0 0 0 0 0 20 0 9 0 526503388 636710912 72411 33554432000 4194304 5683644 140736035538688 18446744073709551615 254273440177 0 0 16781312 2 18446604441401395136 0 0 -1 4 0 0 0
[pid=2231/tid=2253] ppid=2229 vsize=621788 CPUtime=0 cores=0-7
/proc/2231/task/2253/stat : 2253 (python) S 2229 2231 2039 0 -1 4202560 27 935 0 0 0 0 0 0 19 0 9 0 526503391 636710912 72411 33554432000 4194304 5683644 140736035538688 18446744073709551615 254273440177 0 0 16781312 2 18446604441401395136 0 0 -1 2 0 0 0
[pid=2231/tid=2256] ppid=2229 vsize=621788 CPUtime=0 cores=0-7
/proc/2231/task/2256/stat : 2256 (python) S 2229 2231 2039 0 -1 4202560 24 935 0 0 0 0 0 0 20 0 9 0 526503395 636710912 72411 33554432000 4194304 5683644 140736035538688 18446744073709551615 254273440177 0 0 16781312 2 18446604441401395136 0 0 -1 6 0 0 0
[pid=2231/tid=2259] ppid=2229 vsize=621788 CPUtime=0 cores=0-7
/proc/2231/task/2259/stat : 2259 (python) S 2229 2231 2039 0 -1 4202560 23 935 0 0 0 0 0 0 21 0 9 0 526503399 636710912 72411 33554432000 4194304 5683644 140736035538688 18446744073709551615 254273440177 0 0 16781312 2 18446604441401395136 0 0 -1 1 0 0 0
[pid=2231/tid=2262] ppid=2229 vsize=621788 CPUtime=0 cores=0-7
/proc/2231/task/2262/stat : 2262 (python) S 2229 2231 2039 0 -1 4202560 31 935 0 0 0 0 0 0 23 0 9 0 526503403 636710912 72411 33554432000 4194304 5683644 140736035538688 18446744073709551615 254273440177 0 0 16781312 2 18446604441401395136 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 478.63
Current children cumulated vsize (KiB) 8226308


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

[pid=2240/tid=2275] ppid=2231 vsize=549996 CPUtime=0 cores=0-7
/proc/2240/task/2275/stat : 2275 (python) S 2231 2231 2039 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 526513396 563195904 70904 33554432000 4194304 5683644 140736035538688 18446744073709551615 254273440177 0 0 16781312 514 18446604453905603328 0 0 -1 1 0 0 0
[pid=2243] ppid=2231 vsize=550008 CPUtime=0.92 cores=0-7
/proc/2243/stat : 2243 (python) S 2231 2231 2039 0 -1 4202560 998 0 0 0 51 41 0 0 15 0 1 0 526503380 563208192 70865 33554432000 4194304 5683644 140736035538688 18446744073709551615 254261636678 0 0 16781312 514 15605993055629312260 0 0 17 0 0 0 0
/proc/2243/statm: 137502 70865 371 364 0 73417 0
[pid=2245] ppid=2243 vsize=1829584 CPUtime=452.58 cores=0-7
/proc/2245/stat : 2245 (cryptominisat-2) R 2243 2245 2245 0 -1 4202496 411578 0 0 0 45172 86 0 0 25 0 1 0 526503381 1873494016 381937 33554432000 4194304 4677096 140734054613232 18446744073709551615 4337483 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/2245/statm: 457396 381937 391 118 0 452355 0
[pid=2246] ppid=2231 vsize=560264 CPUtime=0.82 cores=0-7
/proc/2246/stat : 2246 (python) S 2231 2231 2039 0 -1 4202560 1151 0 0 0 42 40 0 0 18 0 2 0 526503383 573710336 70898 33554432000 4194304 5683644 140736035538688 18446744073709551615 254261636678 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/2246/statm: 140066 70898 399 364 0 75978 0
[pid=2248] ppid=2246 vsize=135124 CPUtime=450.39 cores=0-7
/proc/2248/stat : 2248 (lingeling) R 2246 2248 2248 0 -1 4202496 87596 0 0 0 45025 14 0 0 25 0 1 0 526503384 138366976 30903 33554432000 4194304 4352236 140735600005056 18446744073709551615 4241440 0 0 16781312 17506 0 0 0 17 2 0 0 0
/proc/2248/statm: 33781 30903 129 39 0 32861 0
[pid=2246/tid=2279] ppid=2231 vsize=560264 CPUtime=0 cores=0-7
/proc/2246/task/2279/stat : 2279 (python) S 2231 2231 2039 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 526513404 573710336 70898 33554432000 4194304 5683644 140736035538688 18446744073709551615 254273440177 0 0 16781312 514 18446604453905600640 0 0 -1 6 0 0 0
[pid=2249] ppid=2231 vsize=570520 CPUtime=0.92 cores=0-7
/proc/2249/stat : 2249 (python) S 2231 2231 2039 0 -1 4202560 1018 0 0 0 46 46 0 0 15 0 1 0 526503387 584212480 70872 33554432000 4194304 5683644 140736035538688 18446744073709551615 254261636678 0 0 16781312 514 15605993055629312260 0 0 17 2 0 0 0
/proc/2249/statm: 142630 70872 370 364 0 78539 0
[pid=2251] ppid=2249 vsize=1746732 CPUtime=452.51 cores=0-7
/proc/2251/stat : 2251 (cryptominisat-2) R 2249 2251 2251 0 -1 4202496 394442 0 0 0 45180 71 0 0 25 0 1 0 526503388 1788653568 366708 33554432000 4194304 4677096 140733580150160 18446744073709551615 4317855 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/2251/statm: 436683 366708 391 118 0 431642 0
[pid=2252] ppid=2231 vsize=580776 CPUtime=0.84 cores=0-7
/proc/2252/stat : 2252 (python) S 2231 2231 2039 0 -1 4202560 1003 0 0 0 39 45 0 0 18 0 1 0 526503391 594714624 70876 33554432000 4194304 5683644 140736035538688 18446744073709551615 254261636678 0 0 16781312 514 15605993055629312257 0 0 17 1 0 0 0
/proc/2252/statm: 145194 70876 370 364 0 81100 0
[pid=2254] ppid=2252 vsize=130208 CPUtime=445.12 cores=0-7
/proc/2254/stat : 2254 (lingeling) R 2252 2254 2254 0 -1 4202496 104667 0 0 0 44497 15 0 0 25 0 1 0 526503392 133332992 31722 33554432000 4194304 4352236 140735359850016 18446744073709551615 4207874 0 0 16781312 17506 0 0 0 17 7 0 0 0
/proc/2254/statm: 32552 31722 129 39 0 31632 0
[pid=2255] ppid=2231 vsize=591032 CPUtime=0.91 cores=0-7
/proc/2255/stat : 2255 (python) S 2231 2231 2039 0 -1 4202560 1026 0 0 0 49 42 0 0 15 0 1 0 526503394 605216768 70880 33554432000 4194304 5683644 140736035538688 18446744073709551615 254261636678 0 0 16781312 514 15605993055629312257 0 0 17 6 0 0 0
/proc/2255/statm: 147758 70880 370 364 0 83661 0
[pid=2257] ppid=2255 vsize=1796076 CPUtime=450.7 cores=0-7
/proc/2257/stat : 2257 (cryptominisat-2) R 2255 2257 2257 0 -1 4202496 410571 0 0 0 44999 71 0 0 25 0 1 0 526503395 1839181824 375381 33554432000 4194304 4677096 140735392370528 18446744073709551615 4318801 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/2257/statm: 449019 375381 391 118 0 443978 0
[pid=2258] ppid=2231 vsize=601288 CPUtime=0.86 cores=0-7
/proc/2258/stat : 2258 (python) S 2231 2231 2039 0 -1 4202560 1006 0 0 0 46 40 0 0 18 0 1 0 526503398 615718912 70884 33554432000 4194304 5683644 140736035538688 18446744073709551615 254261636678 0 0 16781312 514 15605993055629312260 0 0 17 1 0 0 0
/proc/2258/statm: 150322 70884 370 364 0 86222 0
[pid=2260] ppid=2258 vsize=126608 CPUtime=451.83 cores=0-7
/proc/2260/stat : 2260 (lingeling) R 2258 2260 2260 0 -1 4202496 95637 0 0 0 45170 13 0 0 25 0 1 0 526503400 129646592 30822 33554432000 4194304 4352236 140733295933936 18446744073709551615 4328447 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/2260/statm: 31652 30822 129 39 0 30732 0
[pid=2261] ppid=2231 vsize=611544 CPUtime=0.95 cores=0-7
/proc/2261/stat : 2261 (python) S 2231 2231 2039 0 -1 4202560 1073 0 0 0 51 44 0 0 15 0 1 0 526503402 626221056 70894 33554432000 4194304 5683644 140736035538688 18446744073709551615 254261636678 0 0 16781312 514 14237712411808203012 0 0 17 1 0 0 0
/proc/2261/statm: 152886 70894 376 364 0 88783 0
[pid=2263] ppid=2261 vsize=1824020 CPUtime=450.4 cores=0-7
/proc/2263/stat : 2263 (cryptominisat-2) R 2261 2263 2263 0 -1 4202496 397846 0 0 0 44968 72 0 0 25 0 1 0 526503403 1867796480 368394 33554432000 4194304 4677096 140735250344416 18446744073709551615 4319726 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/2263/statm: 456005 368394 391 118 0 450964 0
[pid=2276] ppid=2231 vsize=621800 CPUtime=0.72 cores=0-7
/proc/2276/stat : 2276 (python) S 2231 2231 2039 0 -1 4202560 1043 0 0 0 39 33 0 0 15 0 1 0 526513399 636723200 70892 33554432000 4194304 5683644 140736035538688 18446744073709551615 254261636678 0 0 16781312 514 15605993055629312260 0 0 17 0 0 0 0
/proc/2276/statm: 155450 70892 370 364 0 91344 0
[pid=2278] ppid=2276 vsize=1767248 CPUtime=351.51 cores=0-7
/proc/2278/stat : 2278 (cryptominisat-2) R 2276 2278 2278 0 -1 4202496 393647 0 0 0 35079 72 0 0 25 0 1 0 526513400 1809661952 366595 33554432000 4194304 4677096 140735130907744 18446744073709551615 254261313180 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/2278/statm: 441812 366595 391 118 0 436771 0
[pid=2231/tid=2241] ppid=2229 vsize=697580 CPUtime=0 cores=0-7
/proc/2231/task/2241/stat : 2241 (python) S 2229 2231 2039 0 -1 4202560 27 935 0 0 0 0 0 0 25 0 10 0 526503377 714321920 72535 33554432000 4194304 5683644 140736035538688 18446744073709551615 254273440177 0 0 16781312 2 18446604441401395136 0 0 -1 2 0 0 0
[pid=2231/tid=2244] ppid=2229 vsize=697580 CPUtime=0 cores=0-7
/proc/2231/task/2244/stat : 2244 (python) S 2229 2231 2039 0 -1 4202560 20 935 0 0 0 0 0 0 20 0 10 0 526503381 714321920 72535 33554432000 4194304 5683644 140736035538688 18446744073709551615 254273440177 0 0 16781312 2 18446604441401395136 0 0 -1 2 0 0 0
[pid=2231/tid=2247] ppid=2229 vsize=697580 CPUtime=0 cores=0-7
/proc/2231/task/2247/stat : 2247 (python) S 2229 2231 2039 0 -1 4202560 30 935 0 0 0 0 0 0 18 0 10 0 526503384 714321920 72535 33554432000 4194304 5683644 140736035538688 18446744073709551615 254273440177 0 0 16781312 2 18446604441401395136 0 0 -1 0 0 0 0
[pid=2231/tid=2250] ppid=2229 vsize=697580 CPUtime=0 cores=0-7
/proc/2231/task/2250/stat : 2250 (python) S 2229 2231 2039 0 -1 4202560 23 935 0 0 0 0 0 0 20 0 10 0 526503388 714321920 72535 33554432000 4194304 5683644 140736035538688 18446744073709551615 254273440177 0 0 16781312 2 18446604441401395136 0 0 -1 4 0 0 0
[pid=2231/tid=2253] ppid=2229 vsize=697580 CPUtime=0 cores=0-7
/proc/2231/task/2253/stat : 2253 (python) S 2229 2231 2039 0 -1 4202560 27 935 0 0 0 0 0 0 19 0 10 0 526503391 714321920 72535 33554432000 4194304 5683644 140736035538688 18446744073709551615 254273440177 0 0 16781312 2 18446604441401395136 0 0 -1 2 0 0 0
[pid=2231/tid=2256] ppid=2229 vsize=697580 CPUtime=0 cores=0-7
/proc/2231/task/2256/stat : 2256 (python) S 2229 2231 2039 0 -1 4202560 24 935 0 0 0 0 0 0 20 0 10 0 526503395 714321920 72535 33554432000 4194304 5683644 140736035538688 18446744073709551615 254273440177 0 0 16781312 2 18446604441401395136 0 0 -1 6 0 0 0
[pid=2231/tid=2259] ppid=2229 vsize=697580 CPUtime=0 cores=0-7
/proc/2231/task/2259/stat : 2259 (python) S 2229 2231 2039 0 -1 4202560 23 935 0 0 0 0 0 0 21 0 10 0 526503399 714321920 72535 33554432000 4194304 5683644 140736035538688 18446744073709551615 254273440177 0 0 16781312 2 18446604441401395136 0 0 -1 1 0 0 0
[pid=2231/tid=2262] ppid=2229 vsize=697580 CPUtime=0 cores=0-7
/proc/2231/task/2262/stat : 2262 (python) S 2229 2231 2039 0 -1 4202560 31 935 0 0 0 0 0 0 23 0 10 0 526503403 714321920 72535 33554432000 4194304 5683644 140736035538688 18446744073709551615 254273440177 0 0 16781312 2 18446604441401395136 0 0 -1 2 0 0 0
[pid=2231/tid=2277] ppid=2229 vsize=697580 CPUtime=0 cores=0-7
/proc/2231/task/2277/stat : 2277 (python) S 2229 2231 2039 0 -1 4202560 33 935 0 0 0 0 0 0 20 0 10 0 526513400 714321920 72535 33554432000 4194304 5683644 140736035538688 18446744073709551615 254273440177 0 0 16781312 2 18446604441401395136 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3729.26
Current children cumulated vsize (KiB) 15454748

[startup+569.901 s]
/proc/loadavg: 8.02 7.40 7.25 9/278 2298
/proc/meminfo: memFree=19864344/32951124 swapFree=67111348/67111528
[pid=2231] ppid=2229 vsize=697580 CPUtime=116.94 cores=0-7
/proc/2231/stat : 2231 (python) S 2229 2231 2039 0 -1 4202496 119316 935 1 0 11662 32 0 0 19 0 10 0 526491690 714321920 72535 33554432000 4194304 5683644 140736035538688 18446744073709551615 254273443275 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/2231/statm: 174395 72535 1892 364 0 110289 0
[pid=2240] ppid=2231 vsize=549996 CPUtime=0.18 cores=0-7
/proc/2240/stat : 2240 (python) S 2231 2231 2039 0 -1 4202560 1103 0 0 0 8 10 0 0 19 0 2 0 526503376 563195904 70904 33554432000 4194304 5683644 140736035538688 18446744073709551615 254273443275 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/2240/statm: 137499 70904 409 364 0 73417 0
[pid=2242] ppid=2240 vsize=164340 CPUtime=100.16 cores=0-7
/proc/2242/stat : 2242 (SApperloT-base) T 2240 2242 2242 0 -1 4202496 41253 0 0 0 10004 12 0 0 25 0 1 0 526503377 168284160 38750 33554432000 134512640 135674940 4294187984 18446744073709551615 134552180 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/2242/statm: 41085 38750 99 284 0 40799 0
[pid=2240/tid=2275] ppid=2231 vsize=549996 CPUtime=0 cores=0-7
/proc/2240/task/2275/stat : 2275 (python) S 2231 2231 2039 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 526513396 563195904 70904 33554432000 4194304 5683644 140736035538688 18446744073709551615 254273440177 0 0 16781312 514 18446604453905603328 0 0 -1 1 0 0 0
[pid=2243] ppid=2231 vsize=550008 CPUtime=0.92 cores=0-7
/proc/2243/stat : 2243 (python) S 2231 2231 2039 0 -1 4202560 1000 0 0 0 51 41 0 0 15 0 1 0 526503380 563208192 70865 33554432000 4194304 5683644 140736035538688 18446744073709551615 254261636678 0 0 16781312 514 5602103372350980356 0 0 17 0 0 0 0
/proc/2243/statm: 137502 70865 371 364 0 73417 0
[pid=2245] ppid=2243 vsize=0 CPUtime=452.99 cores=0-7
/proc/2245/stat : 2245 (cryptominisat-2) R 2243 2245 2245 0 -1 4202500 411619 0 0 0 45211 88 0 0 25 0 1 0 526503381 0 0 33554432000 0 0 0 0 0 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/2245/statm: 0 0 0 0 0 0 0
[pid=2246] ppid=2231 vsize=560264 CPUtime=0.82 cores=0-7
/proc/2246/stat : 2246 (python) S 2231 2231 2039 0 -1 4202560 1151 0 0 0 42 40 0 0 18 0 2 0 526503383 573710336 70898 33554432000 4194304 5683644 140736035538688 18446744073709551615 254261636678 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/2246/statm: 140066 70898 399 364 0 75978 0
[pid=2248] ppid=2246 vsize=135124 CPUtime=450.79 cores=0-7
/proc/2248/stat : 2248 (lingeling) R 2246 2248 2248 0 -1 4202496 87596 0 0 0 45065 14 0 0 25 0 1 0 526503384 138366976 30903 33554432000 4194304 4352236 140735600005056 18446744073709551615 4327971 0 0 16781312 17506 0 0 0 17 2 0 0 0
/proc/2248/statm: 33781 30903 129 39 0 32861 0
[pid=2246/tid=2279] ppid=2231 vsize=560264 CPUtime=0 cores=0-7
/proc/2246/task/2279/stat : 2279 (python) S 2231 2231 2039 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 526513404 573710336 70898 33554432000 4194304 5683644 140736035538688 18446744073709551615 254273440177 0 0 16781312 514 18446604453905600640 0 0 -1 6 0 0 0
[pid=2249] ppid=2231 vsize=570520 CPUtime=0.92 cores=0-7
/proc/2249/stat : 2249 (python) S 2231 2231 2039 0 -1 4202560 1018 0 0 0 46 46 0 0 15 0 1 0 526503387 584212480 70872 33554432000 4194304 5683644 140736035538688 18446744073709551615 254261636678 0 0 16781312 514 2803288462193557764 0 0 17 2 0 0 0
/proc/2249/statm: 142630 70872 370 364 0 78539 0
[pid=2251] ppid=2249 vsize=1746732 CPUtime=452.91 cores=0-7
/proc/2251/stat : 2251 (cryptominisat-2) R 2249 2251 2251 0 -1 4202496 394442 0 0 0 45220 71 0 0 25 0 1 0 526503388 1788653568 366708 33554432000 4194304 4677096 140733580150160 18446744073709551615 4319292 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/2251/statm: 436683 366708 391 118 0 431642 0
[pid=2252] ppid=2231 vsize=580776 CPUtime=0.84 cores=0-7
/proc/2252/stat : 2252 (python) S 2231 2231 2039 0 -1 4202560 1003 0 0 0 39 45 0 0 18 0 1 0 526503391 594714624 70876 33554432000 4194304 5683644 140736035538688 18446744073709551615 254261636678 0 0 16781312 514 15605993055629312257 0 0 17 1 0 0 0
/proc/2252/statm: 145194 70876 370 364 0 81100 0
[pid=2254] ppid=2252 vsize=130208 CPUtime=445.51 cores=0-7
/proc/2254/stat : 2254 (lingeling) R 2252 2254 2254 0 -1 4202496 104667 0 0 0 44536 15 0 0 25 0 1 0 526503392 133332992 31722 33554432000 4194304 4352236 140735359850016 18446744073709551615 4207915 0 0 16781312 17506 0 0 0 17 7 0 0 0
/proc/2254/statm: 32552 31722 129 39 0 31632 0
[pid=2255] ppid=2231 vsize=591032 CPUtime=0.91 cores=0-7
/proc/2255/stat : 2255 (python) S 2231 2231 2039 0 -1 4202560 1026 0 0 0 49 42 0 0 15 0 1 0 526503394 605216768 70880 33554432000 4194304 5683644 140736035538688 18446744073709551615 254261636678 0 0 16781312 514 15605993055629312257 0 0 17 6 0 0 0
/proc/2255/statm: 147758 70880 370 364 0 83661 0
[pid=2257] ppid=2255 vsize=1796076 CPUtime=451.1 cores=0-7
/proc/2257/stat : 2257 (cryptominisat-2) R 2255 2257 2257 0 -1 4202496 410626 0 0 0 45039 71 0 0 25 0 1 0 526503395 1839181824 375436 33554432000 4194304 4677096 140735392370528 18446744073709551615 4320006 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/2257/statm: 449019 375436 391 118 0 443978 0
[pid=2258] ppid=2231 vsize=601288 CPUtime=0.86 cores=0-7
/proc/2258/stat : 2258 (python) S 2231 2231 2039 0 -1 4202560 1006 0 0 0 46 40 0 0 18 0 1 0 526503398 615718912 70884 33554432000 4194304 5683644 140736035538688 18446744073709551615 254261636678 0 0 16781312 514 15605993055629312260 0 0 17 1 0 0 0
/proc/2258/statm: 150322 70884 370 364 0 86222 0
[pid=2260] ppid=2258 vsize=126608 CPUtime=452.23 cores=0-7
/proc/2260/stat : 2260 (lingeling) R 2258 2260 2260 0 -1 4202496 95637 0 0 0 45210 13 0 0 25 0 1 0 526503400 129646592 30822 33554432000 4194304 4352236 140733295933936 18446744073709551615 4276696 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/2260/statm: 31652 30822 129 39 0 30732 0
[pid=2261] ppid=2231 vsize=611544 CPUtime=0.95 cores=0-7
/proc/2261/stat : 2261 (python) S 2231 2231 2039 0 -1 4202560 1073 0 0 0 51 44 0 0 15 0 1 0 526503402 626221056 70894 33554432000 4194304 5683644 140736035538688 18446744073709551615 254261636678 0 0 16781312 514 14237712411808203012 0 0 17 1 0 0 0
/proc/2261/statm: 152886 70894 376 364 0 88783 0
[pid=2263] ppid=2261 vsize=1780528 CPUtime=450.8 cores=0-7
/proc/2263/stat : 2263 (cryptominisat-2) R 2261 2263 2263 0 -1 4202496 399188 0 0 0 45008 72 0 0 25 0 1 0 526503403 1823260672 369280 33554432000 4194304 4677096 140735250344416 18446744073709551615 4319726 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/2263/statm: 445132 369280 391 118 0 440091 0
[pid=2276] ppid=2231 vsize=621800 CPUtime=0.72 cores=0-7
/proc/2276/stat : 2276 (python) S 2231 2231 2039 0 -1 4202560 1043 0 0 0 39 33 0 0 15 0 1 0 526513399 636723200 70892 33554432000 4194304 5683644 140736035538688 18446744073709551615 254261636678 0 0 16781312 514 15605993055629312260 0 0 17 0 0 0 0
/proc/2276/statm: 155450 70892 370 364 0 91344 0
[pid=2278] ppid=2276 vsize=1767248 CPUtime=351.91 cores=0-7
/proc/2278/stat : 2278 (cryptominisat-2) R 2276 2278 2278 0 -1 4202496 393701 0 0 0 35119 72 0 0 25 0 1 0 526513400 1809661952 366649 33554432000 4194304 4677096 140735130907744 18446744073709551615 4319726 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/2278/statm: 441812 366649 391 118 0 436771 0
[pid=2231/tid=2241] ppid=2229 vsize=697580 CPUtime=0 cores=0-7
/proc/2231/task/2241/stat : 2241 (python) S 2229 2231 2039 0 -1 4202560 27 935 0 0 0 0 0 0 25 0 10 0 526503377 714321920 72535 33554432000 4194304 5683644 140736035538688 18446744073709551615 254273440177 0 0 16781312 2 18446604441401395136 0 0 -1 2 0 0 0
[pid=2231/tid=2244] ppid=2229 vsize=697580 CPUtime=0 cores=0-7
/proc/2231/task/2244/stat : 2244 (python) S 2229 2231 2039 0 -1 4202560 20 935 0 0 0 0 0 0 20 0 10 0 526503381 714321920 72535 33554432000 4194304 5683644 140736035538688 18446744073709551615 254273440177 0 0 16781312 2 18446604441401395136 0 0 -1 2 0 0 0
[pid=2231/tid=2247] ppid=2229 vsize=697580 CPUtime=0 cores=0-7
/proc/2231/task/2247/stat : 2247 (python) S 2229 2231 2039 0 -1 4202560 30 935 0 0 0 0 0 0 18 0 10 0 526503384 714321920 72535 33554432000 4194304 5683644 140736035538688 18446744073709551615 254273440177 0 0 16781312 2 18446604441401395136 0 0 -1 0 0 0 0
[pid=2231/tid=2250] ppid=2229 vsize=697580 CPUtime=0 cores=0-7
/proc/2231/task/2250/stat : 2250 (python) S 2229 2231 2039 0 -1 4202560 23 935 0 0 0 0 0 0 20 0 10 0 526503388 714321920 72535 33554432000 4194304 5683644 140736035538688 18446744073709551615 254273440177 0 0 16781312 2 18446604441401395136 0 0 -1 4 0 0 0
[pid=2231/tid=2253] ppid=2229 vsize=697580 CPUtime=0 cores=0-7
/proc/2231/task/2253/stat : 2253 (python) S 2229 2231 2039 0 -1 4202560 27 935 0 0 0 0 0 0 19 0 10 0 526503391 714321920 72535 33554432000 4194304 5683644 140736035538688 18446744073709551615 254273440177 0 0 16781312 2 18446604441401395136 0 0 -1 2 0 0 0
[pid=2231/tid=2256] ppid=2229 vsize=697580 CPUtime=0 cores=0-7
/proc/2231/task/2256/stat : 2256 (python) S 2229 2231 2039 0 -1 4202560 24 935 0 0 0 0 0 0 20 0 10 0 526503395 714321920 72535 33554432000 4194304 5683644 140736035538688 18446744073709551615 254273440177 0 0 16781312 2 18446604441401395136 0 0 -1 6 0 0 0
[pid=2231/tid=2259] ppid=2229 vsize=697580 CPUtime=0 cores=0-7
/proc/2231/task/2259/stat : 2259 (python) S 2229 2231 2039 0 -1 4202560 23 935 0 0 0 0 0 0 21 0 10 0 526503399 714321920 72535 33554432000 4194304 5683644 140736035538688 18446744073709551615 254273440177 0 0 16781312 2 18446604441401395136 0 0 -1 1 0 0 0
[pid=2231/tid=2262] ppid=2229 vsize=697580 CPUtime=0 cores=0-7
/proc/2231/task/2262/stat : 2262 (python) S 2229 2231 2039 0 -1 4202560 31 935 0 0 0 0 0 0 23 0 10 0 526503403 714321920 72535 33554432000 4194304 5683644 140736035538688 18446744073709551615 254273440177 0 0 16781312 2 18446604441401395136 0 0 -1 2 0 0 0
[pid=2231/tid=2277] ppid=2229 vsize=697580 CPUtime=0 cores=0-7
/proc/2231/task/2277/stat : 2277 (python) S 2229 2231 2039 0 -1 4202560 33 935 0 0 0 0 0 0 20 0 10 0 526513400 714321920 72535 33554432000 4194304 5683644 140736035538688 18446744073709551615 254273440177 0 0 16781312 2 18446604441401395136 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3732.46
Current children cumulated vsize (KiB) 13581672

[startup+570.301 s]
/proc/loadavg: 8.02 7.40 7.25 9/278 2298
/proc/meminfo: memFree=19864344/32951124 swapFree=67111348/67111528
[pid=2231] ppid=2229 vsize=656488 CPUtime=3734.5 cores=0-7
/proc/2231/stat : 2231 (python) R 2229 2231 2039 0 -1 4202496 121545 2349764 1 0 11663 33 360936 818 16 0 3 0 526491690 672243712 72467 33554432000 4194304 5683644 140736035538688 18446744073709551615 254261271991 0 0 16781312 0 18446744073709551615 0 0 17 2 0 0 0
/proc/2231/statm: 164122 72467 1874 364 0 100045 0
[pid=2231/tid=2241] ppid=2229 vsize=656488 CPUtime=3617.54 cores=0-7
/proc/2231/task/2241/stat : 2241 (python) S 2229 2231 2039 0 -1 4202560 32 2349764 0 0 0 0 360936 818 18 0 3 0 526503377 672243712 72467 33554432000 4194304 5683644 140736035538688 18446744073709551615 254273440177 0 0 16781312 0 18446604441401395136 0 0 -1 6 0 0 0
[pid=2231/tid=2244] ppid=2229 vsize=656488 CPUtime=3617.54 cores=0-7
/proc/2231/task/2244/stat : 2244 (python) S 2229 2231 2039 0 -1 4202560 21 2349764 0 0 0 0 360936 818 18 0 3 0 526503381 672243712 72467 33554432000 4194304 5683644 140736035538688 18446744073709551615 254273440177 0 0 16781312 0 18446604441401395136 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3734.5
Current children cumulated vsize (KiB) 656488

Child status: 0
Real time (s): 570.365
CPU time (s): 3734.58
CPU user time (s): 3726.03
CPU system time (s): 8.5517
CPU usage (%): 654.77
Max. virtual memory (cumulated for all children) (KiB): 15553880

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3726.03
system time used= 8.5517
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2501281
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= 7834
involuntary context switches= 20791

runsolver used 2.34864 second user time and 5.83311 second system time

The end

Launcher Data

Begin job on node140 at 2011-05-02 14:52:43
IDJOB=3321441
IDBENCH=71037
IDSOLVER=1710
FILE ID=node140/3321441-1304340762
RUNJOBID= node140-1304338032-2053
PBS_JOBID= 13178052
Free space on /tmp= 73556 MiB

SOLVER NAME= borg-sat 11.03.02-industrial
BENCH NAME= SAT09/APPLICATIONS/diagnosis/UTI-20-10p0.cnf
COMMAND LINE= python DIR/solve DIR/etc/borg-mix+class.industrial.pickle BENCHNAME -seed RANDOMSEED -budget TIMEOUT -cores NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3321441-1304340762/watcher-3321441-1304340762 -o /tmp/evaluation-result-3321441-1304340762/solver-3321441-1304340762 -C 40000 -W 5100 -M 31000  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3321441-1304340762.cnf -seed 771845936 -budget 40000 -cores 8

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

MD5SUM BENCH= 209f7789e3588d11f275f2003f2c6a67
RANDOM SEED=771845936

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      28170896 kB
Buffers:       1000072 kB
Cached:        1965560 kB
SwapCached:        176 kB
Active:        1578800 kB
Inactive:      2686044 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      28170896 kB
SwapTotal:    67111528 kB
SwapFree:     67111348 kB
Dirty:           57848 kB
Writeback:           0 kB
AnonPages:     1299316 kB
Mapped:          21692 kB
Slab:           437012 kB
PageTables:      15324 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 37394744 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= 73524 MiB
End job on node140 at 2011-05-02 15:02:14