Trace number 3380916

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-par-industrial (fixed)UNSAT 2943.22 394.579

General information on the benchmark

Nameapplication/manthey/traffic/
traffic_kkb_unknown.cnf
MD5SUM254fcd4eae8129ad5842f186e24e0793
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark105.068
Satisfiable
(Un)Satisfiability was proved
Number of variables34510
Number of clauses701694
Sum of the clauses size2616281
Maximum clause length4
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 252869
Number of clauses of size 384757
Number of clauses of size 4564068
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.34/0.67	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.34/0.67	c INFO: solving HOME/instance-3380916-1305494700.cnf
0.34/0.67	c INFO: computing task features
3.32/3.69	c INFO: computed variable-clause graph statistics
3.42/3.75	c INFO: computed clause balance statistics
17.12/17.43	c INFO: computed variable balance statistics
27.02/27.31	c INFO: computed small-clause counts
27.02/27.36	c INFO: computed Horn-clause counts
28.82/29.10	c INFO: computed variable graph statistics
28.82/29.10	c INFO: collected features for HOME/instance-3380916-1305494700.cnf in 28.33 s
28.82/29.12	c INFO: running lingeling-276@0 for 97 with 4971 remaining (b = 0.17)
28.82/29.15	c INFO: running cryptominisat-2.9.0@0 for 485 with 4971 remaining (b = 0.16)
28.82/29.18	c INFO: running lingeling-276@0 for 1261 with 4971 remaining (b = 0.33)
28.91/29.21	c INFO: running SApperloT@0 for 97 with 4971 remaining (b = 0.02)
28.91/29.24	c INFO: running cryptominisat-2.9.0@0 for 1649 with 4971 remaining (b = 0.35)
28.91/29.27	c INFO: running lingeling-276@0 for 1261 with 4971 remaining (b = 0.26)
29.01/29.31	c INFO: running precosat-570@0 for 291 with 4971 remaining (b = 0.05)
29.01/29.34	c INFO: running cryptominisat-2.9.0@0 for 1649 with 4971 remaining (b = 0.28)
821.45/128.56	c INFO: running lingeling-276@0 for 1261 with 4872 remaining (b = 0.19)
828.59/129.46	c INFO: running SApperloT@0 for 97 with 4871 remaining (b = 0.01)
1628.64/229.80	c INFO: running cryptominisat-2.9.0@0 for 1940 with 4770 remaining (b = 0.26)
2414.33/328.26	c INFO: running precosat-570@0 for 291 with 4672 remaining (b = 0.04)
2943.07/394.51	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: 961)

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-3380916-1305494700/watcher-3380916-1305494700 -o /tmp/evaluation-result-3380916-1305494700/solver-3380916-1305494700 -C 40000 -W 5100 -M 31000 python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3380916-1305494700.cnf -seed 1098030043 -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: 6.39 7.19 5.45 2/392 26136
/proc/meminfo: memFree=12216212/32951124 swapFree=56316152/67111528
[pid=26136] ppid=26134 vsize=15772 CPUtime=0 cores=0-7
/proc/26136/stat : 26136 (python) R 26134 26136 26110 0 -1 4202496 933 0 0 0 0 0 0 0 17 0 1 0 661072432 16150528 813 33554432000 4194304 5683644 140734373940608 18446744073709551615 212436060295 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/26136/statm: 3943 813 356 364 0 430 0

[startup+0.0335631 s]
/proc/loadavg: 6.39 7.19 5.45 2/392 26136
/proc/meminfo: memFree=12216212/32951124 swapFree=56316152/67111528
[pid=26136] ppid=26134 vsize=16532 CPUtime=0.01 cores=0-7
/proc/26136/stat : 26136 (python) S 26134 26136 26110 0 -1 4202496 1188 0 0 0 1 0 0 0 17 0 1 0 661072432 16928768 1049 33554432000 4194304 5683644 140734373940608 18446744073709551615 212436015104 0 2147483391 16781312 2 18446744071699207358 0 0 17 2 0 0 0
/proc/26136/statm: 4133 1049 417 364 0 620 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 16532

[startup+0.100534 s]
/proc/loadavg: 6.39 7.19 5.45 2/392 26136
/proc/meminfo: memFree=12216212/32951124 swapFree=56316152/67111528
[pid=26136] ppid=26134 vsize=87704 CPUtime=0.06 cores=0-7
/proc/26136/stat : 26136 (python) R 26134 26136 26110 0 -1 4202496 2636 0 0 0 4 2 0 0 17 0 1 0 661072432 89808896 2353 33554432000 4194304 5683644 140734373940608 18446744073709551615 212436060295 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/26136/statm: 21925 2353 717 364 0 1621 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 87704

[startup+0.300504 s]
/proc/loadavg: 6.39 7.19 5.45 2/392 26136
/proc/meminfo: memFree=12216212/32951124 swapFree=56316152/67111528
[pid=26136] ppid=26134 vsize=135748 CPUtime=0.18 cores=0-7
/proc/26136/stat : 26136 (python) R 26134 26136 26110 0 -1 4202496 5962 933 1 0 13 5 0 0 18 0 1 0 661072432 139005952 4150 33554432000 4194304 5683644 140734373940608 18446744073709551615 212436013061 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/26136/statm: 33937 4150 1032 364 0 3123 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 135748

[startup+0.7004 s]
/proc/loadavg: 6.39 7.19 5.45 2/392 26136
/proc/meminfo: memFree=12216212/32951124 swapFree=56316152/67111528
[pid=26136] ppid=26134 vsize=296340 CPUtime=0.42 cores=0-7
/proc/26136/stat : 26136 (python) R 26134 26136 26110 0 -1 4202496 13721 933 1 0 30 12 0 0 17 0 1 0 661072432 303452160 11404 33554432000 4194304 5683644 140734373940608 18446744073709551615 4422904 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/26136/statm: 74085 11405 1761 364 0 10009 0
Current children cumulated CPU time (s) 0.42
Current children cumulated vsize (KiB) 296340

[startup+1.50025 s]
/proc/loadavg: 6.39 7.19 5.45 2/393 26141
/proc/meminfo: memFree=12158544/32951124 swapFree=56316152/67111528
[pid=26136] ppid=26134 vsize=345720 CPUtime=1.22 cores=0-7
/proc/26136/stat : 26136 (python) R 26134 26136 26110 0 -1 4202496 25799 933 1 0 108 14 0 0 18 0 1 0 661072432 354017280 23482 33554432000 4194304 5683644 140734373940608 18446744073709551615 47246577741422 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/26136/statm: 86430 23484 1761 364 0 22354 0
Current children cumulated CPU time (s) 1.22
Current children cumulated vsize (KiB) 345720

[startup+3.10095 s]
/proc/loadavg: 5.96 7.08 5.43 2/393 26141
/proc/meminfo: memFree=12091708/32951124 swapFree=56316152/67111528
[pid=26136] ppid=26134 vsize=444788 CPUtime=2.82 cores=0-7
/proc/26136/stat : 26136 (python) R 26134 26136 26110 0 -1 4202496 48233 933 1 0 264 18 0 0 21 0 1 0 661072432 455462912 45916 33554432000 4194304 5683644 140734373940608 18446744073709551615 47246407060165 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/26136/statm: 111197 45917 1761 364 0 47121 0
Current children cumulated CPU time (s) 2.82
Current children cumulated vsize (KiB) 444788

[startup+6.30034 s]
/proc/loadavg: 5.96 7.08 5.43 2/393 26141
/proc/meminfo: memFree=12002692/32951124 swapFree=56316152/67111528
[pid=26136] ppid=26134 vsize=470392 CPUtime=6.02 cores=0-7
/proc/26136/stat : 26136 (python) R 26134 26136 26110 0 -1 4202496 80327 933 1 0 581 21 0 0 25 0 1 0 661072432 481681408 54983 33554432000 4194304 5683644 140734373940608 18446744073709551615 47246406822112 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/26136/statm: 117598 54983 1826 364 0 53522 0
Current children cumulated CPU time (s) 6.02
Current children cumulated vsize (KiB) 470392

[startup+12.7011 s]
/proc/loadavg: 5.20 6.88 5.38 2/393 26141
/proc/meminfo: memFree=12003616/32951124 swapFree=56316152/67111528
[pid=26136] ppid=26134 vsize=470392 CPUtime=12.42 cores=0-7
/proc/26136/stat : 26136 (python) R 26134 26136 26110 0 -1 4202496 80327 933 1 0 1221 21 0 0 25 0 1 0 661072432 481681408 54983 33554432000 4194304 5683644 140734373940608 18446744073709551615 4324449 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/26136/statm: 117598 54983 1826 364 0 53522 0
Current children cumulated CPU time (s) 12.42
Current children cumulated vsize (KiB) 470392

[startup+25.5007 s]
/proc/loadavg: 4.55 6.69 5.33 2/393 26142
/proc/meminfo: memFree=12004964/32951124 swapFree=56316152/67111528
[pid=26136] ppid=26134 vsize=470392 CPUtime=25.22 cores=0-7
/proc/26136/stat : 26136 (python) R 26134 26136 26110 0 -1 4202496 80328 933 1 0 2501 21 0 0 25 0 1 0 661072432 481681408 54984 33554432000 4194304 5683644 140734373940608 18446744073709551615 212435676008 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/26136/statm: 117598 54984 1827 364 0 53522 0
Current children cumulated CPU time (s) 25.22
Current children cumulated vsize (KiB) 470392

[startup+51.1018 s]
/proc/loadavg: 5.39 6.70 5.37 9/417 26166
/proc/meminfo: memFree=10975076/32951124 swapFree=56316152/67111528
[pid=26136] ppid=26134 vsize=536932 CPUtime=29.05 cores=0-7
/proc/26136/stat : 26136 (python) S 26134 26136 26110 0 -1 4202496 86306 933 1 0 2878 27 0 0 25 0 9 0 661072432 549818368 51198 33554432000 4194304 5683644 140734373940608 18446744073709551615 212447843787 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/26136/statm: 134233 51198 1889 364 0 70130 0
[pid=26143] ppid=26136 vsize=454896 CPUtime=0.05 cores=0-7
/proc/26143/stat : 26143 (python) S 26136 26136 26110 0 -1 4202560 981 0 0 0 2 3 0 0 18 0 1 0 661075344 465813504 49658 33554432000 4194304 5683644 140734373940608 18446744073709551615 212436037135 0 0 16781312 514 7368751007494275332 0 0 17 1 0 0 0
/proc/26143/statm: 113724 49658 381 364 0 49642 0
[pid=26145] ppid=26143 vsize=58116 CPUtime=21.95 cores=0-7
/proc/26145/stat : 26145 (lingeling) R 26143 26145 26145 0 -1 4202496 20787 0 0 0 2191 4 0 0 25 0 1 0 661075345 59510784 13699 33554432000 4194304 4352236 140733735302912 18446744073709551615 4329086 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/26145/statm: 14529 13699 129 39 0 13609 0
[pid=26146] ppid=26136 vsize=465152 CPUtime=0.08 cores=0-7
/proc/26146/stat : 26146 (python) S 26136 26136 26110 0 -1 4202560 933 0 0 0 4 4 0 0 15 0 1 0 661075347 476315648 49651 33554432000 4194304 5683644 140734373940608 18446744073709551615 212436037190 0 0 16781312 514 14364547675141931267 0 0 17 4 0 0 0
/proc/26146/statm: 116288 49651 370 364 0 52203 0
[pid=26148] ppid=26146 vsize=275772 CPUtime=21.93 cores=0-7
/proc/26148/stat : 26148 (cryptominisat-2) R 26146 26148 26148 0 -1 4202496 63947 0 0 0 2184 9 0 0 25 0 1 0 661075348 282390528 55255 33554432000 4194304 4677096 140735502213776 18446744073709551615 4320231 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/26148/statm: 68943 55255 390 118 0 63902 0
[pid=26149] ppid=26136 vsize=475408 CPUtime=0.05 cores=0-7
/proc/26149/stat : 26149 (python) S 26136 26136 26110 0 -1 4202560 926 0 0 0 2 3 0 0 18 0 1 0 661075350 486817792 49655 33554432000 4194304 5683644 140734373940608 18446744073709551615 212436037190 0 0 16781312 514 7368751007494275330 0 0 17 7 0 0 0
/proc/26149/statm: 118852 49655 370 364 0 54764 0
[pid=26151] ppid=26149 vsize=58204 CPUtime=21.88 cores=0-7
/proc/26151/stat : 26151 (lingeling) R 26149 26151 26151 0 -1 4202496 20795 0 0 0 2184 4 0 0 25 0 1 0 661075351 59600896 13721 33554432000 4194304 4352236 140735927585216 18446744073709551615 4235472 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/26151/statm: 14551 13721 129 39 0 13631 0
[pid=26152] ppid=26136 vsize=485664 CPUtime=0.05 cores=0-7
/proc/26152/stat : 26152 (python) S 26136 26136 26110 0 -1 4202560 938 0 0 0 2 3 0 0 18 0 1 0 661075353 497319936 49659 33554432000 4194304 5683644 140734373940608 18446744073709551615 212436037190 0 0 16781312 514 7368751007494275332 0 0 17 4 0 0 0
/proc/26152/statm: 121416 49659 370 364 0 57325 0
[pid=26154] ppid=26152 vsize=53936 CPUtime=21.48 cores=0-7
/proc/26154/stat : 26154 (SApperloT-base) R 26152 26154 26154 0 -1 4202496 13365 0 0 0 2145 3 0 0 25 0 1 0 661075354 55230464 13069 33554432000 134512640 135674940 4289157616 18446744073709551615 134564660 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/26154/statm: 13484 13069 100 284 0 13198 0
[pid=26155] ppid=26136 vsize=495920 CPUtime=0.08 cores=0-7
/proc/26155/stat : 26155 (python) S 26136 26136 26110 0 -1 4202560 981 0 0 0 4 4 0 0 16 0 1 0 661075356 507822080 49663 33554432000 4194304 5683644 140734373940608 18446744073709551615 212436037190 0 0 16781312 514 7368751007494275329 0 0 17 6 0 0 0
/proc/26155/statm: 123980 49663 370 364 0 59886 0
[pid=26157] ppid=26155 vsize=275696 CPUtime=21.78 cores=0-7
/proc/26157/stat : 26157 (cryptominisat-2) R 26155 26157 26157 0 -1 4202496 66812 0 0 0 2169 9 0 0 25 0 1 0 661075357 282312704 55212 33554432000 4194304 4677096 140733203380512 18446744073709551615 4319550 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/26157/statm: 68924 55212 390 118 0 63883 0
[pid=26158] ppid=26136 vsize=506176 CPUtime=0.05 cores=0-7
/proc/26158/stat : 26158 (python) S 26136 26136 26110 0 -1 4202560 948 0 0 0 3 2 0 0 18 0 1 0 661075359 518324224 49667 33554432000 4194304 5683644 140734373940608 18446744073709551615 212436037190 0 0 16781312 514 7368751007494275329 0 0 17 0 0 0 0
/proc/26158/statm: 126544 49667 370 364 0 62447 0
[pid=26160] ppid=26158 vsize=58180 CPUtime=21.65 cores=0-7
/proc/26160/stat : 26160 (lingeling) R 26158 26160 26160 0 -1 4202496 20796 0 0 0 2163 2 0 0 25 0 1 0 661075360 59576320 13715 33554432000 4194304 4352236 140735457751936 18446744073709551615 4235610 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/26160/statm: 14545 13715 129 39 0 13625 0
[pid=26161] ppid=26136 vsize=516432 CPUtime=0.05 cores=0-7
/proc/26161/stat : 26161 (python) S 26136 26136 26110 0 -1 4202560 952 0 0 0 2 3 0 0 18 0 1 0 661075363 528826368 49671 33554432000 4194304 5683644 140734373940608 18446744073709551615 212436037190 0 0 16781312 514 7368751007494275332 0 0 17 6 0 0 0
/proc/26161/statm: 129108 49671 370 364 0 65008 0
[pid=26163] ppid=26161 vsize=136740 CPUtime=21.58 cores=0-7
/proc/26163/stat : 26163 (precosat) R 26161 26163 26163 0 -1 4202496 34293 0 0 0 2152 6 0 0 25 0 1 0 661075364 140021760 33484 33554432000 4194304 4890832 140737419804736 18446744073709551615 4238657 0 0 16781312 17442 0 0 0 17 0 0 0 0
/proc/26163/statm: 34185 33484 86 171 0 34012 0
[pid=26164] ppid=26136 vsize=526688 CPUtime=0.08 cores=0-7
/proc/26164/stat : 26164 (python) S 26136 26136 26110 0 -1 4202560 1004 0 0 0 3 5 0 0 15 0 1 0 661075366 539328512 49681 33554432000 4194304 5683644 140734373940608 18446744073709551615 212436037190 0 0 16781312 514 639766238079189251 0 0 17 0 0 0 0
/proc/26164/statm: 131672 49681 376 364 0 67569 0
[pid=26166] ppid=26164 vsize=275640 CPUtime=21.6 cores=0-7
/proc/26166/stat : 26166 (cryptominisat-2) R 26164 26166 26166 0 -1 4202496 63812 0 0 0 2152 8 0 0 25 0 1 0 661075367 282255360 55120 33554432000 4194304 4677096 140734178177024 18446744073709551615 4319581 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/26166/statm: 68910 55120 390 118 0 63869 0
[pid=26136/tid=26144] ppid=26134 vsize=536932 CPUtime=0 cores=0-7
/proc/26136/task/26144/stat : 26144 (python) S 26134 26136 26110 0 -1 4202560 25 933 0 0 0 0 0 0 25 0 9 0 661075345 549818368 51198 33554432000 4194304 5683644 140734373940608 18446744073709551615 212447840689 0 0 16781312 2 18446604453903145792 0 0 -1 6 0 0 0
[pid=26136/tid=26147] ppid=26134 vsize=536932 CPUtime=0 cores=0-7
/proc/26136/task/26147/stat : 26147 (python) S 26134 26136 26110 0 -1 4202560 21 933 0 0 0 0 0 0 25 0 9 0 661075348 549818368 51198 33554432000 4194304 5683644 140734373940608 18446744073709551615 212447840689 0 0 16781312 2 18446604453903145792 0 0 -1 2 0 0 0
[pid=26136/tid=26150] ppid=26134 vsize=536932 CPUtime=0 cores=0-7
/proc/26136/task/26150/stat : 26150 (python) S 26134 26136 26110 0 -1 4202560 23 933 0 0 0 0 0 0 25 0 9 0 661075351 549818368 51198 33554432000 4194304 5683644 140734373940608 18446744073709551615 212447840689 0 0 16781312 2 18446604453903145792 0 0 -1 0 0 0 0
[pid=26136/tid=26153] ppid=26134 vsize=536932 CPUtime=0 cores=0-7
/proc/26136/task/26153/stat : 26153 (python) S 26134 26136 26110 0 -1 4202560 24 933 0 0 0 0 0 0 20 0 9 0 661075354 549818368 51198 33554432000 4194304 5683644 140734373940608 18446744073709551615 212447840689 0 0 16781312 2 18446604453903145792 0 0 -1 4 0 0 0
[pid=26136/tid=26156] ppid=26134 vsize=536932 CPUtime=0 cores=0-7
/proc/26136/task/26156/stat : 26156 (python) S 26134 26136 26110 0 -1 4202560 24 933 0 0 0 0 0 0 18 0 9 0 661075357 549818368 51198 33554432000 4194304 5683644 140734373940608 18446744073709551615 212447840689 0 0 16781312 2 18446604453903145792 0 0 -1 6 0 0 0
[pid=26136/tid=26159] ppid=26134 vsize=536932 CPUtime=0 cores=0-7
/proc/26136/task/26159/stat : 26159 (python) S 26134 26136 26110 0 -1 4202560 24 933 0 0 0 0 0 0 17 0 9 0 661075360 549818368 51198 33554432000 4194304 5683644 140734373940608 18446744073709551615 212447840689 0 0 16781312 2 18446604453903145792 0 0 -1 6 0 0 0
[pid=26136/tid=26162] ppid=26134 vsize=536932 CPUtime=0 cores=0-7
/proc/26136/task/26162/stat : 26162 (python) S 26134 26136 26110 0 -1 4202560 26 933 0 0 0 0 0 0 24 0 9 0 661075364 549818368 51198 33554432000 4194304 5683644 140734373940608 18446744073709551615 212447840689 0 0 16781312 2 18446604453903145792 0 0 -1 6 0 0 0
[pid=26136/tid=26165] ppid=26134 vsize=536932 CPUtime=0 cores=0-7
/proc/26136/task/26165/stat : 26165 (python) S 26134 26136 26110 0 -1 4202560 27 933 0 0 0 0 0 0 25 0 9 0 661075367 549818368 51198 33554432000 4194304 5683644 140734373940608 18446744073709551615 212447840689 0 0 16781312 2 18446604453903145792 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 203.39
Current children cumulated vsize (KiB) 5655552

[startup+102.316 s]
/proc/loadavg: 6.96 6.92 5.52 9/417 26168
/proc/meminfo: memFree=10940956/32951124 swapFree=56316152/67111528
[pid=26136] ppid=26134 vsize=536932 CPUtime=29.05 cores=0-7
/proc/26136/stat : 26136 (python) S 26134 26136 26110 0 -1 4202496 86306 933 1 0 2878 27 0 0 25 0 9 0 661072432 549818368 51198 33554432000 4194304 5683644 140734373940608 18446744073709551615 212447843787 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/26136/statm: 134233 51198 1889 364 0 70130 0
[pid=26143] ppid=26136 vsize=454896 CPUtime=0.21 cores=0-7
/proc/26143/stat : 26143 (python) S 26136 26136 26110 0 -1 4202560 1004 0 0 0 11 10 0 0 18 0 1 0 661075344 465813504 49658 33554432000 4194304 5683644 140734373940608 18446744073709551615 212436037135 0 0 16781312 514 7368751007494275332 0 0 17 1 0 0 0
/proc/26143/statm: 113724 49658 381 364 0 49642 0
[pid=26145] ppid=26143 vsize=58020 CPUtime=73.17 cores=0-7
/proc/26145/stat : 26145 (lingeling) R 26143 26145 26145 0 -1 4202496 20979 0 0 0 7313 4 0 0 25 0 1 0 661075345 59412480 13675 33554432000 4194304 4352236 140733735302912 18446744073709551615 4328022 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/26145/statm: 14505 13675 129 39 0 13585 0
[pid=26146] ppid=26136 vsize=465152 CPUtime=0.25 cores=0-7
/proc/26146/stat : 26146 (python) S 26136 26136 26110 0 -1 4202560 955 0 0 0 13 12 0 0 15 0 1 0 661075347 476315648 49651 33554432000 4194304 5683644 140734373940608 18446744073709551615 212436037190 0 0 16781312 514 14364547675141931267 0 0 17 4 0 0 0
/proc/26146/statm: 116288 49651 370 364 0 52203 0
[pid=26148] ppid=26146 vsize=292108 CPUtime=73.14 cores=0-7
/proc/26148/stat : 26148 (cryptominisat-2) R 26146 26148 26148 0 -1 4202496 70901 0 0 0 7303 11 0 0 25 0 1 0 661075348 299118592 57791 33554432000 4194304 4677096 140735502213776 18446744073709551615 4320251 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/26148/statm: 73027 57791 390 118 0 67986 0

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

[pid=26136/tid=26150] ppid=26134 vsize=633236 CPUtime=0 cores=0-7
/proc/26136/task/26150/stat : 26150 (python) S 26134 26136 26110 0 -1 4202560 23 933 0 0 0 0 0 0 25 0 12 0 661075351 648433664 51219 33554432000 4194304 5683644 140734373940608 18446744073709551615 212447840689 0 0 16781312 2 18446604453903145792 0 0 -1 0 0 0 0
[pid=26136/tid=26153] ppid=26134 vsize=633236 CPUtime=0 cores=0-7
/proc/26136/task/26153/stat : 26153 (python) S 26134 26136 26110 0 -1 4202560 24 933 0 0 0 0 0 0 20 0 12 0 661075354 648433664 51219 33554432000 4194304 5683644 140734373940608 18446744073709551615 212447840689 0 0 16781312 2 18446604453903145792 0 0 -1 4 0 0 0
[pid=26136/tid=26156] ppid=26134 vsize=633236 CPUtime=0 cores=0-7
/proc/26136/task/26156/stat : 26156 (python) S 26134 26136 26110 0 -1 4202560 24 933 0 0 0 0 0 0 18 0 12 0 661075357 648433664 51219 33554432000 4194304 5683644 140734373940608 18446744073709551615 212447840689 0 0 16781312 2 18446604453903145792 0 0 -1 6 0 0 0
[pid=26136/tid=26159] ppid=26134 vsize=633236 CPUtime=0 cores=0-7
/proc/26136/task/26159/stat : 26159 (python) S 26134 26136 26110 0 -1 4202560 24 933 0 0 0 0 0 0 17 0 12 0 661075360 648433664 51219 33554432000 4194304 5683644 140734373940608 18446744073709551615 212447840689 0 0 16781312 2 18446604453903145792 0 0 -1 6 0 0 0
[pid=26136/tid=26162] ppid=26134 vsize=633236 CPUtime=0 cores=0-7
/proc/26136/task/26162/stat : 26162 (python) S 26134 26136 26110 0 -1 4202560 29 933 0 0 0 0 0 0 18 0 12 0 661075364 648433664 51219 33554432000 4194304 5683644 140734373940608 18446744073709551615 212447840689 0 0 16781312 2 18446604453903145792 0 0 -1 6 0 0 0
[pid=26136/tid=26165] ppid=26134 vsize=633236 CPUtime=0 cores=0-7
/proc/26136/task/26165/stat : 26165 (python) S 26134 26136 26110 0 -1 4202560 27 933 0 0 0 0 0 0 25 0 12 0 661075367 648433664 51219 33554432000 4194304 5683644 140734373940608 18446744073709551615 212447840689 0 0 16781312 2 18446604453903145792 0 0 -1 0 0 0 0
[pid=26136/tid=26171] ppid=26134 vsize=633236 CPUtime=0 cores=0-7
/proc/26136/task/26171/stat : 26171 (python) S 26134 26136 26110 0 -1 4202560 22 933 0 0 0 0 0 0 20 0 12 0 661085288 648433664 51219 33554432000 4194304 5683644 140734373940608 18446744073709551615 212447840689 0 0 16781312 2 18446604453903145792 0 0 -1 1 0 0 0
[pid=26136/tid=26175] ppid=26134 vsize=633236 CPUtime=0 cores=0-7
/proc/26136/task/26175/stat : 26175 (python) S 26134 26136 26110 0 -1 4202560 29 933 0 0 0 0 0 0 20 0 12 0 661085379 648433664 51219 33554432000 4194304 5683644 140734373940608 18446744073709551615 212447840689 0 0 16781312 2 18446604453903145792 0 0 -1 0 0 0 0
[pid=26136/tid=26182] ppid=26134 vsize=633236 CPUtime=0 cores=0-7
/proc/26136/task/26182/stat : 26182 (python) S 26134 26136 26110 0 -1 4202560 25 933 0 0 0 0 0 0 20 0 12 0 661095413 648433664 51219 33554432000 4194304 5683644 140734373940608 18446744073709551615 212447840689 0 0 16781312 2 18446604453903145792 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2935.17
Current children cumulated vsize (KiB) 8077208

[startup+394.302 s]
/proc/loadavg: 8.09 7.66 6.21 9/430 26188
/proc/meminfo: memFree=10515176/32951124 swapFree=56316152/67111528
[pid=26136] ppid=26134 vsize=633236 CPUtime=29.2 cores=0-7
/proc/26136/stat : 26136 (python) S 26134 26136 26110 0 -1 4202496 89400 933 1 0 2890 30 0 0 18 0 12 0 661072432 648433664 51219 33554432000 4194304 5683644 140734373940608 18446744073709551615 212447843787 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/26136/statm: 158309 51219 1896 364 0 94197 0
[pid=26143] ppid=26136 vsize=465140 CPUtime=0.3 cores=0-7
/proc/26143/stat : 26143 (python) S 26136 26136 26110 0 -1 4202560 1172 0 0 0 15 15 0 0 19 0 2 0 661075344 476303360 49696 33554432000 4194304 5683644 140734373940608 18446744073709551615 212447843787 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/26143/statm: 116285 49696 414 364 0 52203 0
[pid=26145] ppid=26143 vsize=58004 CPUtime=100.29 cores=0-7
/proc/26145/stat : 26145 (lingeling) T 26143 26145 26145 0 -1 4202496 20979 0 0 0 10025 4 0 0 25 0 1 0 661075345 59396096 13671 33554432000 4194304 4352236 140733735302912 18446744073709551615 4328000 0 0 16781312 17506 18446744071562691360 0 0 17 3 0 0 0
/proc/26145/statm: 14501 13671 129 39 0 13581 0
[pid=26143/tid=26173] ppid=26136 vsize=465140 CPUtime=0 cores=0-7
/proc/26143/task/26173/stat : 26173 (python) S 26136 26136 26110 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 661085375 476303360 49696 33554432000 4194304 5683644 140734373940608 18446744073709551615 212447840689 0 0 16781312 514 18446604440902724608 0 0 -1 1 0 0 0
[pid=26146] ppid=26136 vsize=465152 CPUtime=1.19 cores=0-7
/proc/26146/stat : 26146 (python) S 26136 26136 26110 0 -1 4202560 993 0 0 0 61 58 0 0 15 0 1 0 661075347 476315648 49652 33554432000 4194304 5683644 140734373940608 18446744073709551615 212436037190 0 0 16781312 514 14364547675141931267 0 0 17 4 0 0 0
/proc/26146/statm: 116288 49652 371 364 0 52203 0
[pid=26148] ppid=26146 vsize=308248 CPUtime=365.14 cores=0-7
/proc/26148/stat : 26148 (cryptominisat-2) R 26146 26148 26148 0 -1 4202496 105514 0 0 0 36491 23 0 0 25 0 1 0 661075348 315645952 60654 33554432000 4194304 4677096 140735502213776 18446744073709551615 4320006 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/26148/statm: 77062 60654 390 118 0 72021 0
[pid=26149] ppid=26136 vsize=475408 CPUtime=1.15 cores=0-7
/proc/26149/stat : 26149 (python) S 26136 26136 26110 0 -1 4202560 988 0 0 0 58 57 0 0 18 0 1 0 661075350 486817792 49655 33554432000 4194304 5683644 140734373940608 18446744073709551615 212436037190 0 0 16781312 514 7368751007494275330 0 0 17 7 0 0 0
/proc/26149/statm: 118852 49655 370 364 0 54764 0
[pid=26151] ppid=26149 vsize=61644 CPUtime=365.09 cores=0-7
/proc/26151/stat : 26151 (lingeling) R 26149 26151 26151 0 -1 4202496 21941 0 0 0 36504 5 0 0 25 0 1 0 661075351 63123456 14581 33554432000 4194304 4352236 140735927585216 18446744073709551615 4328205 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/26151/statm: 15411 14581 129 39 0 14491 0
[pid=26152] ppid=26136 vsize=485664 CPUtime=0.31 cores=0-7
/proc/26152/stat : 26152 (python) S 26136 26136 26110 0 -1 4202560 1124 0 0 0 17 14 0 0 19 0 2 0 661075353 497319936 49689 33554432000 4194304 5683644 140734373940608 18446744073709551615 212447843787 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/26152/statm: 121416 49689 399 364 0 57325 0
[pid=26154] ppid=26152 vsize=73148 CPUtime=97.51 cores=0-7
/proc/26154/stat : 26154 (SApperloT-base) T 26152 26154 26154 0 -1 4202496 18107 0 0 0 9746 5 0 0 25 0 1 0 661075354 74903552 17617 33554432000 134512640 135674940 4289157616 18446744073709551615 134564258 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/26154/statm: 18287 17617 100 284 0 18001 0
[pid=26152/tid=26169] ppid=26136 vsize=485664 CPUtime=0 cores=0-7
/proc/26152/task/26169/stat : 26169 (python) S 26136 26136 26110 0 -1 4202560 51 0 0 0 0 0 0 0 19 0 2 0 661085285 497319936 49689 33554432000 4194304 5683644 140734373940608 18446744073709551615 212447840689 0 0 16781312 514 18446604444540565376 0 0 -1 7 0 0 0
[pid=26155] ppid=26136 vsize=495920 CPUtime=1.19 cores=0-7
/proc/26155/stat : 26155 (python) S 26136 26136 26110 0 -1 4202560 1040 0 0 0 60 59 0 0 15 0 1 0 661075356 507822080 49663 33554432000 4194304 5683644 140734373940608 18446744073709551615 212436037190 0 0 16781312 514 7368751007494275329 0 0 17 6 0 0 0
/proc/26155/statm: 123980 49663 370 364 0 59886 0
[pid=26157] ppid=26155 vsize=306540 CPUtime=364.71 cores=0-7
/proc/26157/stat : 26157 (cryptominisat-2) R 26155 26157 26157 0 -1 4202496 114761 0 0 0 36445 26 0 0 25 0 1 0 661075357 313896960 60253 33554432000 4194304 4677096 140733203380512 18446744073709551615 4337817 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/26157/statm: 76635 60253 390 118 0 71594 0
[pid=26158] ppid=26136 vsize=506176 CPUtime=1.12 cores=0-7
/proc/26158/stat : 26158 (python) S 26136 26136 26110 0 -1 4202560 1010 0 0 0 58 54 0 0 18 0 1 0 661075359 518324224 49667 33554432000 4194304 5683644 140734373940608 18446744073709551615 212436037190 0 0 16781312 514 7368751007494275329 0 0 17 0 0 0 0
/proc/26158/statm: 126544 49667 370 364 0 62447 0
[pid=26160] ppid=26158 vsize=61308 CPUtime=363.42 cores=0-7
/proc/26160/stat : 26160 (lingeling) R 26158 26160 26160 0 -1 4202496 21877 0 0 0 36339 3 0 0 25 0 1 0 661075360 62779392 14497 33554432000 4194304 4352236 140735457751936 18446744073709551615 4328000 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/26160/statm: 15327 14497 129 39 0 14407 0
[pid=26161] ppid=26136 vsize=516432 CPUtime=1.1 cores=0-7
/proc/26161/stat : 26161 (python) S 26136 26136 26110 0 -1 4202560 1175 0 0 0 54 56 0 0 18 0 2 0 661075363 528826368 49701 33554432000 4194304 5683644 140734373940608 18446744073709551615 212436037190 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/26161/statm: 129108 49701 399 364 0 65008 0
[pid=26163] ppid=26161 vsize=136740 CPUtime=358.38 cores=0-7
/proc/26163/stat : 26163 (precosat) R 26161 26163 26163 0 -1 4202496 35094 0 0 0 35830 8 0 0 25 0 1 0 661075364 140021760 33485 33554432000 4194304 4890832 140737419804736 18446744073709551615 4293451 0 0 16781312 17442 0 0 0 17 0 0 0 0
/proc/26163/statm: 34185 33485 86 171 0 34012 0
[pid=26161/tid=26187] ppid=26136 vsize=516432 CPUtime=0 cores=0-7
/proc/26161/task/26187/stat : 26187 (python) S 26136 26136 26110 0 -1 4202560 50 0 0 0 0 0 0 0 19 0 2 0 661105255 528826368 49701 33554432000 4194304 5683644 140734373940608 18446744073709551615 212447840689 0 0 16781312 514 18446604443698791424 0 0 -1 7 0 0 0
[pid=26164] ppid=26136 vsize=526688 CPUtime=1.19 cores=0-7
/proc/26164/stat : 26164 (python) S 26136 26136 26110 0 -1 4202560 1078 0 0 0 60 59 0 0 15 0 1 0 661075366 539328512 49682 33554432000 4194304 5683644 140734373940608 18446744073709551615 212436037190 0 0 16781312 514 639766238079189251 0 0 17 6 0 0 0
/proc/26164/statm: 131672 49682 377 364 0 67569 0
[pid=26166] ppid=26164 vsize=306928 CPUtime=362.39 cores=0-7
/proc/26166/stat : 26166 (cryptominisat-2) R 26164 26166 26166 0 -1 4202496 107615 0 0 0 36217 22 0 0 25 0 1 0 661075367 314294272 60281 33554432000 4194304 4677096 140734178177024 18446744073709551615 4320006 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/26166/statm: 76732 60281 390 118 0 71691 0
[pid=26170] ppid=26136 vsize=536944 CPUtime=0.8 cores=0-7
/proc/26170/stat : 26170 (python) S 26136 26136 26110 0 -1 4202560 1015 0 0 0 42 38 0 0 18 0 1 0 661085288 549830656 49679 33554432000 4194304 5683644 140734373940608 18446744073709551615 212436037190 0 0 16781312 514 7368751007494275332 0 0 17 0 0 0 0
/proc/26170/statm: 134236 49679 370 364 0 70130 0
[pid=26172] ppid=26170 vsize=59520 CPUtime=265.71 cores=0-7
/proc/26172/stat : 26172 (lingeling) R 26170 26172 26172 0 -1 4202496 21405 0 0 0 26568 3 0 0 25 0 1 0 661085289 60948480 14050 33554432000 4194304 4352236 140733350459696 18446744073709551615 4329086 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/26172/statm: 14880 14050 129 39 0 13960 0
[pid=26174] ppid=26136 vsize=612736 CPUtime=0.31 cores=0-7
/proc/26174/stat : 26174 (python) S 26136 26136 26110 0 -1 4202560 1134 0 0 0 16 15 0 0 19 0 2 0 661085378 627441664 49715 33554432000 4194304 5683644 140734373940608 18446744073709551615 212447843787 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/26174/statm: 153184 49715 399 364 0 89075 0
[pid=26176] ppid=26174 vsize=70408 CPUtime=99.03 cores=0-7
/proc/26176/stat : 26176 (SApperloT-base) T 26174 26176 26176 0 -1 4202496 17458 0 0 0 9897 6 0 0 25 0 1 0 661085379 72097792 16963 33554432000 134512640 135674940 4288455808 18446744073709551615 134564680 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/26176/statm: 17602 16963 100 284 0 17316 0
[pid=26174/tid=26180] ppid=26136 vsize=612736 CPUtime=0 cores=0-7
/proc/26174/task/26180/stat : 26180 (python) S 26136 26136 26110 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 661095409 627441664 49715 33554432000 4194304 5683644 140734373940608 18446744073709551615 212447840689 0 0 16781312 514 18446604445288707008 0 0 -1 1 0 0 0
[pid=26181] ppid=26136 vsize=622992 CPUtime=0.55 cores=0-7
/proc/26181/stat : 26181 (python) S 26136 26136 26110 0 -1 4202560 1037 0 0 0 30 25 0 0 16 0 1 0 661095412 637943808 49689 33554432000 4194304 5683644 140734373940608 18446744073709551615 212436037190 0 0 16781312 514 7368751007494275330 0 0 17 0 0 0 0
/proc/26181/statm: 155748 49689 370 364 0 91636 0
[pid=26183] ppid=26181 vsize=292232 CPUtime=161.46 cores=0-7
/proc/26183/stat : 26183 (cryptominisat-2) R 26181 26183 26183 0 -1 4202496 80975 0 0 0 16128 18 0 0 25 0 1 0 661095413 299245568 57936 33554432000 4194304 4677096 140736344457056 18446744073709551615 4320006 0 0 16781312 2 0 0 0 17 7 0 0 0
/proc/26183/statm: 73058 57936 390 118 0 68017 0
[pid=26136/tid=26144] ppid=26134 vsize=633236 CPUtime=0 cores=0-7
/proc/26136/task/26144/stat : 26144 (python) S 26134 26136 26110 0 -1 4202560 25 933 0 0 0 0 0 0 25 0 12 0 661075345 648433664 51219 33554432000 4194304 5683644 140734373940608 18446744073709551615 212447840689 0 0 16781312 2 18446604453903145792 0 0 -1 6 0 0 0
[pid=26136/tid=26147] ppid=26134 vsize=633236 CPUtime=0 cores=0-7
/proc/26136/task/26147/stat : 26147 (python) S 26134 26136 26110 0 -1 4202560 21 933 0 0 0 0 0 0 25 0 12 0 661075348 648433664 51219 33554432000 4194304 5683644 140734373940608 18446744073709551615 212447840689 0 0 16781312 2 18446604453903145792 0 0 -1 2 0 0 0
[pid=26136/tid=26150] ppid=26134 vsize=633236 CPUtime=0 cores=0-7
/proc/26136/task/26150/stat : 26150 (python) S 26134 26136 26110 0 -1 4202560 23 933 0 0 0 0 0 0 25 0 12 0 661075351 648433664 51219 33554432000 4194304 5683644 140734373940608 18446744073709551615 212447840689 0 0 16781312 2 18446604453903145792 0 0 -1 0 0 0 0
[pid=26136/tid=26153] ppid=26134 vsize=633236 CPUtime=0 cores=0-7
/proc/26136/task/26153/stat : 26153 (python) S 26134 26136 26110 0 -1 4202560 24 933 0 0 0 0 0 0 20 0 12 0 661075354 648433664 51219 33554432000 4194304 5683644 140734373940608 18446744073709551615 212447840689 0 0 16781312 2 18446604453903145792 0 0 -1 4 0 0 0
[pid=26136/tid=26156] ppid=26134 vsize=633236 CPUtime=0 cores=0-7
/proc/26136/task/26156/stat : 26156 (python) S 26134 26136 26110 0 -1 4202560 24 933 0 0 0 0 0 0 18 0 12 0 661075357 648433664 51219 33554432000 4194304 5683644 140734373940608 18446744073709551615 212447840689 0 0 16781312 2 18446604453903145792 0 0 -1 6 0 0 0
[pid=26136/tid=26159] ppid=26134 vsize=633236 CPUtime=0 cores=0-7
/proc/26136/task/26159/stat : 26159 (python) S 26134 26136 26110 0 -1 4202560 24 933 0 0 0 0 0 0 17 0 12 0 661075360 648433664 51219 33554432000 4194304 5683644 140734373940608 18446744073709551615 212447840689 0 0 16781312 2 18446604453903145792 0 0 -1 6 0 0 0
[pid=26136/tid=26162] ppid=26134 vsize=633236 CPUtime=0 cores=0-7
/proc/26136/task/26162/stat : 26162 (python) S 26134 26136 26110 0 -1 4202560 29 933 0 0 0 0 0 0 18 0 12 0 661075364 648433664 51219 33554432000 4194304 5683644 140734373940608 18446744073709551615 212447840689 0 0 16781312 2 18446604453903145792 0 0 -1 6 0 0 0
[pid=26136/tid=26165] ppid=26134 vsize=633236 CPUtime=0 cores=0-7
/proc/26136/task/26165/stat : 26165 (python) S 26134 26136 26110 0 -1 4202560 27 933 0 0 0 0 0 0 25 0 12 0 661075367 648433664 51219 33554432000 4194304 5683644 140734373940608 18446744073709551615 212447840689 0 0 16781312 2 18446604453903145792 0 0 -1 0 0 0 0
[pid=26136/tid=26171] ppid=26134 vsize=633236 CPUtime=0 cores=0-7
/proc/26136/task/26171/stat : 26171 (python) S 26134 26136 26110 0 -1 4202560 22 933 0 0 0 0 0 0 20 0 12 0 661085288 648433664 51219 33554432000 4194304 5683644 140734373940608 18446744073709551615 212447840689 0 0 16781312 2 18446604453903145792 0 0 -1 1 0 0 0
[pid=26136/tid=26175] ppid=26134 vsize=633236 CPUtime=0 cores=0-7
/proc/26136/task/26175/stat : 26175 (python) S 26134 26136 26110 0 -1 4202560 29 933 0 0 0 0 0 0 20 0 12 0 661085379 648433664 51219 33554432000 4194304 5683644 140734373940608 18446744073709551615 212447840689 0 0 16781312 2 18446604453903145792 0 0 -1 0 0 0 0
[pid=26136/tid=26182] ppid=26134 vsize=633236 CPUtime=0 cores=0-7
/proc/26136/task/26182/stat : 26182 (python) S 26134 26136 26110 0 -1 4202560 25 933 0 0 0 0 0 0 20 0 12 0 661095413 648433664 51219 33554432000 4194304 5683644 140734373940608 18446744073709551615 212447840689 0 0 16781312 2 18446604453903145792 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2941.54
Current children cumulated vsize (KiB) 8077208

[startup+394.502 s]
/proc/loadavg: 8.09 7.66 6.21 9/430 26188
/proc/meminfo: memFree=10515176/32951124 swapFree=56316152/67111528
[pid=26136] ppid=26134 vsize=633236 CPUtime=1850.94 cores=0-7
/proc/26136/stat : 26136 (python) S 26134 26136 26110 0 -1 4202496 89414 403756 1 0 2890 30 181795 379 17 0 12 0 661072432 648433664 51219 33554432000 4194304 5683644 140734373940608 18446744073709551615 212447847231 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/26136/statm: 158309 51219 1896 364 0 94197 0
[pid=26149] ppid=26136 vsize=475408 CPUtime=1.15 cores=0-7
/proc/26149/stat : 26149 (python) S 26136 26136 26110 0 -1 4202560 988 0 0 0 58 57 0 0 18 0 1 0 661075350 486817792 49655 33554432000 4194304 5683644 140734373940608 18446744073709551615 212436037190 0 0 16781312 514 7368751007494275330 0 0 17 7 0 0 0
/proc/26149/statm: 118852 49655 370 364 0 54764 0
[pid=26151] ppid=26149 vsize=61644 CPUtime=365.29 cores=0-7
/proc/26151/stat : 26151 (lingeling) R 26149 26151 26151 0 -1 4202496 21941 0 0 0 36524 5 0 0 25 0 1 0 661075351 63123456 14581 33554432000 4194304 4352236 140735927585216 18446744073709551615 4328026 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/26151/statm: 15411 14581 129 39 0 14491 0
[pid=26155] ppid=26136 vsize=0 CPUtime=366.01 cores=0-7
/proc/26155/stat : 26155 (python) Z 26136 26136 26110 0 -1 4202588 1271 114772 0 0 60 60 36454 27 16 0 1 0 661075356 0 0 33554432000 0 0 0 0 0 0 0 16781824 2 18446744073709551615 0 0 17 6 0 0 0
/proc/26155/statm: 0 0 0 0 0 0 0
[pid=26161] ppid=26136 vsize=0 CPUtime=359.68 cores=0-7
/proc/26161/stat : 26161 (python) Z 26136 26136 26110 0 -1 4202588 1204 35094 0 0 55 56 35849 8 17 0 2 0 661075363 0 0 33554432000 0 0 0 0 0 0 0 16781824 2 18446744073709551615 0 0 17 2 0 0 0
/proc/26161/statm: 0 0 0 0 0 0 0
[pid=26161/tid=26187] ppid=26136 vsize=0 CPUtime=358.57 cores=0-7
/proc/26161/task/26187/stat : 26187 (python) R 26136 26136 26110 0 -1 4203588 60 35094 0 0 0 0 35849 8 18 0 2 0 661105255 0 0 33554432000 0 0 0 0 0 0 0 16781824 2 18446744073709551615 0 0 -1 7 0 0 0
[pid=26136/tid=26144] ppid=26134 vsize=633236 CPUtime=1821.74 cores=0-7
/proc/26136/task/26144/stat : 26144 (python) S 26134 26136 26110 0 -1 4202560 25 403756 0 0 0 0 181795 379 25 0 12 0 661075345 648433664 51219 33554432000 4194304 5683644 140734373940608 18446744073709551615 212447840689 0 0 16781312 2 18446604453903145792 0 0 -1 6 0 0 0
[pid=26136/tid=26147] ppid=26134 vsize=633236 CPUtime=1821.74 cores=0-7
/proc/26136/task/26147/stat : 26147 (python) S 26134 26136 26110 0 -1 4202560 21 403756 0 0 0 0 181795 379 25 0 12 0 661075348 648433664 51219 33554432000 4194304 5683644 140734373940608 18446744073709551615 212447840689 0 0 16781312 2 18446604453903145792 0 0 -1 2 0 0 0
[pid=26136/tid=26150] ppid=26134 vsize=633236 CPUtime=1821.74 cores=0-7
/proc/26136/task/26150/stat : 26150 (python) S 26134 26136 26110 0 -1 4202560 23 403756 0 0 0 0 181795 379 25 0 12 0 661075351 648433664 51219 33554432000 4194304 5683644 140734373940608 18446744073709551615 212447840689 0 0 16781312 2 18446604453903145792 0 0 -1 0 0 0 0
[pid=26136/tid=26153] ppid=26134 vsize=633236 CPUtime=1821.74 cores=0-7
/proc/26136/task/26153/stat : 26153 (python) S 26134 26136 26110 0 -1 4202560 24 403756 0 0 0 0 181795 379 20 0 12 0 661075354 648433664 51219 33554432000 4194304 5683644 140734373940608 18446744073709551615 212447840689 0 0 16781312 2 18446604453903145792 0 0 -1 4 0 0 0
[pid=26136/tid=26156] ppid=26134 vsize=633236 CPUtime=1821.74 cores=0-7
/proc/26136/task/26156/stat : 26156 (python) S 26134 26136 26110 0 -1 4202560 24 403756 0 0 0 0 181795 379 18 0 12 0 661075357 648433664 51219 33554432000 4194304 5683644 140734373940608 18446744073709551615 212447840689 0 0 16781312 2 18446604453903145792 0 0 -1 6 0 0 0
[pid=26136/tid=26159] ppid=26134 vsize=633236 CPUtime=1821.74 cores=0-7
/proc/26136/task/26159/stat : 26159 (python) S 26134 26136 26110 0 -1 4202560 24 403756 0 0 0 0 181795 379 17 0 12 0 661075360 648433664 51219 33554432000 4194304 5683644 140734373940608 18446744073709551615 212447840689 0 0 16781312 2 18446604453903145792 0 0 -1 6 0 0 0
[pid=26136/tid=26162] ppid=26134 vsize=633236 CPUtime=1821.74 cores=0-7
/proc/26136/task/26162/stat : 26162 (python) S 26134 26136 26110 0 -1 4202560 29 403756 0 0 0 0 181795 379 18 0 12 0 661075364 648433664 51219 33554432000 4194304 5683644 140734373940608 18446744073709551615 212447840689 0 0 16781312 2 18446604453903145792 0 0 -1 6 0 0 0
[pid=26136/tid=26165] ppid=26134 vsize=633236 CPUtime=1821.74 cores=0-7
/proc/26136/task/26165/stat : 26165 (python) S 26134 26136 26110 0 -1 4202560 27 403756 0 0 0 0 181795 379 25 0 12 0 661075367 648433664 51219 33554432000 4194304 5683644 140734373940608 18446744073709551615 212447840689 0 0 16781312 2 18446604453903145792 0 0 -1 0 0 0 0
[pid=26136/tid=26171] ppid=26134 vsize=633236 CPUtime=1821.74 cores=0-7
/proc/26136/task/26171/stat : 26171 (python) S 26134 26136 26110 0 -1 4202560 22 403756 0 0 0 0 181795 379 20 0 12 0 661085288 648433664 51219 33554432000 4194304 5683644 140734373940608 18446744073709551615 212447840689 0 0 16781312 2 18446604453903145792 0 0 -1 1 0 0 0
[pid=26136/tid=26175] ppid=26134 vsize=633236 CPUtime=1821.74 cores=0-7
/proc/26136/task/26175/stat : 26175 (python) S 26134 26136 26110 0 -1 4202560 29 403756 0 0 0 0 181795 379 20 0 12 0 661085379 648433664 51219 33554432000 4194304 5683644 140734373940608 18446744073709551615 212447840689 0 0 16781312 2 18446604453903145792 0 0 -1 0 0 0 0
[pid=26136/tid=26182] ppid=26134 vsize=633236 CPUtime=1821.74 cores=0-7
/proc/26136/task/26182/stat : 26182 (python) S 26134 26136 26110 0 -1 4202560 25 403756 0 0 0 0 181795 379 20 0 12 0 661095413 648433664 51219 33554432000 4194304 5683644 140734373940608 18446744073709551615 212447840689 0 0 16781312 2 18446604453903145792 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2943.07
Current children cumulated vsize (KiB) 1170288

Child status: 0
Real time (s): 394.579
CPU time (s): 2943.22
CPU user time (s): 2936.93
CPU system time (s): 6.29804
CPU usage (%): 745.914
Max. virtual memory (cumulated for all children) (KiB): 8090332

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2936.93
system time used= 6.29804
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 692422
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= 7943
involuntary context switches= 17581

runsolver used 2.15467 second user time and 5.84111 second system time

The end

Launcher Data

Begin job on node102 at 2011-05-15 23:25:01
IDJOB=3380916
IDBENCH=82496
IDSOLVER=1864
FILE ID=node102/3380916-1305494700
RUNJOBID= node102-1305494700-26124
PBS_JOBID= 13325433
Free space on /tmp= 73588 MiB

SOLVER NAME= borg-sat 11.03.02-par-industrial (fixed)
BENCH NAME= SAT11/application/manthey/traffic/traffic_kkb_unknown.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-3380916-1305494700/watcher-3380916-1305494700 -o /tmp/evaluation-result-3380916-1305494700/solver-3380916-1305494700 -C 40000 -W 5100 -M 31000  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3380916-1305494700.cnf -seed 1098030043 -budget 40000 -cores 8

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

MD5SUM BENCH= 254fcd4eae8129ad5842f186e24e0793
RANDOM SEED=1098030043

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

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.828
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:      12216740 kB
Buffers:         70348 kB
Cached:         856576 kB
SwapCached:      33020 kB
Active:       12067612 kB
Inactive:      8445812 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      12216740 kB
SwapTotal:    67111528 kB
SwapFree:     56316152 kB
Dirty:           49228 kB
Writeback:           0 kB
AnonPages:    19565144 kB
Mapped:          19808 kB
Slab:            65952 kB
PageTables:      85956 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 102327540 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= 73556 MiB
End job on node102 at 2011-05-15 23:31:35