Trace number 3380886

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 302.193 58.0209

General information on the benchmark

Nameapplication/jarvisalo/
HWMCC10-combination-timeframe-expansion/hwmcc10-timeframe-expansion-k45-pdtviseisenberg1-tseitin.cnf
MD5SUMab962ce6f14e7741edd1ff987decb0b7
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark21.7437
Satisfiable
(Un)Satisfiability was proved
Number of variables102621
Number of clauses307469
Sum of the clauses size717425
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2204978
Number of clauses of size 3102489
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

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-3380886-1305494313.cnf
0.36/0.67	c INFO: computing task features
1.25/1.56	c INFO: computed variable-clause graph statistics
1.35/1.60	c INFO: computed clause balance statistics
6.36/6.69	c INFO: computed variable balance statistics
10.25/10.53	c INFO: computed small-clause counts
10.25/10.57	c INFO: computed Horn-clause counts
22.55/22.88	c INFO: computed variable graph statistics
22.55/22.88	c INFO: collected features for HOME/instance-3380886-1305494313.cnf in 22.19 s
22.65/22.90	c INFO: running lingeling-276@0 for 97 with 4977 remaining (b = 0.41)
22.65/22.93	c INFO: running cryptominisat-2.9.0@0 for 485 with 4977 remaining (b = 0.35)
22.65/22.95	c INFO: running lingeling-276@0 for 1261 with 4977 remaining (b = 0.49)
22.65/22.98	c INFO: running cryptominisat-2.9.0@0 for 1940 with 4977 remaining (b = 0.56)
22.65/23.01	c INFO: running lingeling-276@0 for 1261 with 4977 remaining (b = 0.41)
22.94/23.03	c INFO: running SApperloT@0 for 97 with 4977 remaining (b = 0.03)
22.94/23.06	c INFO: running precosat-570@0 for 291 with 4977 remaining (b = 0.18)
22.94/23.09	c INFO: running lingeling-276@0 for 1067 with 4977 remaining (b = 0.28)
301.41/57.98	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-3380886-1305494313/watcher-3380886-1305494313 -o /tmp/evaluation-result-3380886-1305494313/solver-3380886-1305494313 -C 40000 -W 5100 -M 31000 python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3380886-1305494313.cnf -seed 341436303 -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: 3.95 2.63 3.35 1/321 21018
/proc/meminfo: memFree=8872008/32950928 swapFree=64721848/67111528
[pid=21018] ppid=21016 vsize=15776 CPUtime=0 cores=0-7
/proc/21018/stat : 21018 (python) R 21016 21018 20410 0 -1 4202496 875 0 0 0 0 0 0 0 21 0 1 0 661031179 16154624 758 33554432000 4194304 5683644 140735753723808 18446744073709551615 248089359045 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/21018/statm: 3944 758 343 364 0 431 0

[startup+0.0627609 s]
/proc/loadavg: 3.95 2.63 3.35 1/321 21018
/proc/meminfo: memFree=8872008/32950928 swapFree=64721848/67111528
[pid=21018] ppid=21016 vsize=29788 CPUtime=0.04 cores=0-7
/proc/21018/stat : 21018 (python) R 21016 21018 20410 0 -1 4202496 1458 0 0 0 3 1 0 0 21 0 1 0 661031179 30502912 1299 33554432000 4194304 5683644 140735753723808 18446744073709551615 4540219 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/21018/statm: 7447 1299 443 364 0 817 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 29788

[startup+0.100761 s]
/proc/loadavg: 3.95 2.63 3.35 1/321 21018
/proc/meminfo: memFree=8872008/32950928 swapFree=64721848/67111528
[pid=21018] ppid=21016 vsize=87708 CPUtime=0.06 cores=0-7
/proc/21018/stat : 21018 (python) R 21016 21018 20410 0 -1 4202496 2637 0 0 0 4 2 0 0 17 0 1 0 661031179 89812992 2355 33554432000 4194304 5683644 140735753723808 18446744073709551615 248089698048 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/21018/statm: 21927 2355 717 364 0 1623 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 87708

[startup+0.300827 s]
/proc/loadavg: 3.95 2.63 3.35 1/321 21018
/proc/meminfo: memFree=8872008/32950928 swapFree=64721848/67111528
[pid=21018] ppid=21016 vsize=135752 CPUtime=0.18 cores=0-7
/proc/21018/stat : 21018 (python) S 21016 21018 20410 0 -1 4202496 5961 934 1 0 13 5 0 0 18 0 1 0 661031179 139010048 4151 33554432000 4194304 5683644 140735753723808 18446744073709551615 248089694213 0 2147483391 16781312 2 18446744071699199166 0 0 17 4 0 0 0
/proc/21018/statm: 33938 4151 1032 364 0 3124 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 135752

[startup+0.700724 s]
/proc/loadavg: 3.95 2.63 3.35 1/321 21018
/proc/meminfo: memFree=8872008/32950928 swapFree=64721848/67111528
[pid=21018] ppid=21016 vsize=285124 CPUtime=0.44 cores=0-7
/proc/21018/stat : 21018 (python) R 21016 21018 20410 0 -1 4202496 10920 934 1 0 32 12 0 0 17 0 1 0 661031179 291966976 8604 33554432000 4194304 5683644 140735753723808 18446744073709551615 248089059076 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/21018/statm: 71281 8604 1761 364 0 7205 0
Current children cumulated CPU time (s) 0.44
Current children cumulated vsize (KiB) 285124

[startup+1.50058 s]
/proc/loadavg: 3.95 2.63 3.35 2/322 21023
/proc/meminfo: memFree=8824508/32950928 swapFree=64721848/67111528
[pid=21018] ppid=21016 vsize=340720 CPUtime=1.25 cores=0-7
/proc/21018/stat : 21018 (python) R 21016 21018 20410 0 -1 4202496 31724 934 1 0 110 15 0 0 18 0 1 0 661031179 348897280 22530 33554432000 4194304 5683644 140735753723808 18446744073709551615 248089395577 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/21018/statm: 85180 22549 1814 364 0 21104 0
Current children cumulated CPU time (s) 1.25
Current children cumulated vsize (KiB) 340720

[startup+3.10022 s]
/proc/loadavg: 3.95 2.63 3.35 2/322 21023
/proc/meminfo: memFree=8792640/32950928 swapFree=64721848/67111528
[pid=21018] ppid=21016 vsize=335916 CPUtime=2.85 cores=0-7
/proc/21018/stat : 21018 (python) R 21016 21018 20410 0 -1 4202496 33531 934 1 0 270 15 0 0 21 0 1 0 661031179 343977984 21364 33554432000 4194304 5683644 140735753723808 18446744073709551615 4451563 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/21018/statm: 83979 21364 1826 364 0 19903 0
Current children cumulated CPU time (s) 2.85
Current children cumulated vsize (KiB) 335916

[startup+6.30074 s]
/proc/loadavg: 3.72 2.61 3.34 2/322 21023
/proc/meminfo: memFree=8793456/32950928 swapFree=64721848/67111528
[pid=21018] ppid=21016 vsize=335916 CPUtime=6.05 cores=0-7
/proc/21018/stat : 21018 (python) R 21016 21018 20410 0 -1 4202496 33531 934 1 0 590 15 0 0 25 0 1 0 661031179 343977984 21364 33554432000 4194304 5683644 140735753723808 18446744073709551615 4531493 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/21018/statm: 83979 21364 1826 364 0 19903 0
Current children cumulated CPU time (s) 6.05
Current children cumulated vsize (KiB) 335916

[startup+12.7005 s]
/proc/loadavg: 3.50 2.58 3.32 2/322 21023
/proc/meminfo: memFree=8791532/32950928 swapFree=64721848/67111528
[pid=21018] ppid=21016 vsize=338320 CPUtime=12.45 cores=0-7
/proc/21018/stat : 21018 (python) R 21016 21018 20410 0 -1 4202496 34139 934 1 0 1230 15 0 0 25 0 1 0 661031179 346439680 21972 33554432000 4194304 5683644 140735753723808 18446744073709551615 47500778539148 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/21018/statm: 84580 21972 1833 364 0 20504 0
Current children cumulated CPU time (s) 12.45
Current children cumulated vsize (KiB) 338320

[startup+25.5013 s]
/proc/loadavg: 3.50 2.62 3.32 9/346 21047
/proc/meminfo: memFree=8300436/32950928 swapFree=64721848/67111528
[pid=21018] ppid=21016 vsize=481204 CPUtime=22.84 cores=0-7
/proc/21018/stat : 21018 (python) S 21016 21018 20410 0 -1 4202496 39377 934 1 0 2267 17 0 0 25 0 9 0 661031179 492752896 21015 33554432000 4194304 5683644 140735753723808 18446744073709551615 248101524939 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/21018/statm: 120301 21015 1889 364 0 56198 0
[pid=21024] ppid=21018 vsize=333632 CPUtime=0 cores=0-7
/proc/21024/stat : 21024 (python) S 21018 21018 20410 0 -1 4202560 817 0 0 0 0 0 0 0 18 0 1 0 661033470 341639168 19319 33554432000 4194304 5683644 140735753723808 18446744073709551615 248089718287 0 0 16781312 514 2923246280295547137 0 0 17 1 0 0 0
/proc/21024/statm: 83408 19319 358 364 0 19326 0
[pid=21026] ppid=21024 vsize=25024 CPUtime=2.57 cores=0-7
/proc/21026/stat : 21026 (lingeling) R 21024 21026 21026 0 -1 4202496 11176 0 0 0 256 1 0 0 25 0 1 0 661033471 25624576 5424 33554432000 4194304 4352236 140736529758624 18446744073709551615 4300208 0 0 16781312 17506 0 0 0 17 2 0 0 0
/proc/21026/statm: 6256 5424 127 39 0 5336 0
[pid=21027] ppid=21018 vsize=343888 CPUtime=0 cores=0-7
/proc/21027/stat : 21027 (python) S 21018 21018 20410 0 -1 4202560 745 0 0 0 0 0 0 0 18 0 1 0 661033473 352141312 19312 33554432000 4194304 5683644 140735753723808 18446744073709551615 248089718342 0 0 16781312 514 2923250128586244356 0 0 17 1 0 0 0
/proc/21027/statm: 85972 19312 347 364 0 21887 0
[pid=21029] ppid=21027 vsize=193776 CPUtime=2.55 cores=0-7
/proc/21029/stat : 21029 (cryptominisat-2) R 21027 21029 21029 0 -1 4202496 43655 0 0 0 247 8 0 0 25 0 1 0 661033473 198426624 41174 33554432000 4194304 4677096 140734052218400 18446744073709551615 248089359045 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/21029/statm: 48444 41174 362 118 0 43403 0
[pid=21030] ppid=21018 vsize=419680 CPUtime=0 cores=0-7
/proc/21030/stat : 21030 (python) S 21018 21018 20410 0 -1 4202560 706 0 0 0 0 0 0 0 18 0 1 0 661033475 429752320 19434 33554432000 4194304 5683644 140735753723808 18446744073709551615 248089718342 0 0 16781312 514 2923242432004849924 0 0 17 7 0 0 0
/proc/21030/statm: 104920 19434 348 364 0 40832 0
[pid=21032] ppid=21030 vsize=24972 CPUtime=2.53 cores=0-7
/proc/21032/stat : 21032 (lingeling) R 21030 21032 21032 0 -1 4202496 11164 0 0 0 251 2 0 0 25 0 1 0 661033476 25571328 5411 33554432000 4194304 4352236 140736023267616 18446744073709551615 4229934 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/21032/statm: 6243 5411 127 39 0 5323 0
[pid=21033] ppid=21018 vsize=429936 CPUtime=0 cores=0-7
/proc/21033/stat : 21033 (python) S 21018 21018 20410 0 -1 4202560 722 0 0 0 0 0 0 0 18 0 1 0 661033478 440254464 19410 33554432000 4194304 5683644 140735753723808 18446744073709551615 248089718342 0 0 16781312 514 11982288607797805316 0 0 17 0 0 0 0
/proc/21033/statm: 107484 19410 348 364 0 43393 0
[pid=21035] ppid=21033 vsize=189408 CPUtime=2.5 cores=0-7
/proc/21035/stat : 21035 (cryptominisat-2) R 21033 21035 21035 0 -1 4202496 42566 0 0 0 243 7 0 0 25 0 1 0 661033478 193953792 40096 33554432000 4194304 4677096 140737480710624 18446744073709551615 248089359045 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/21035/statm: 47352 40096 362 118 0 42311 0
[pid=21036] ppid=21018 vsize=440192 CPUtime=0 cores=0-7
/proc/21036/stat : 21036 (python) S 21018 21018 20410 0 -1 4202560 723 0 0 0 0 0 0 0 18 0 1 0 661033480 450756608 19436 33554432000 4194304 5683644 140735753723808 18446744073709551615 248089718342 0 0 16781312 514 10848137965700350210 0 0 17 1 0 0 0
/proc/21036/statm: 110048 19436 348 364 0 45954 0
[pid=21038] ppid=21036 vsize=23628 CPUtime=2.47 cores=0-7
/proc/21038/stat : 21038 (lingeling) R 21036 21038 21038 0 -1 4202496 10814 0 0 0 246 1 0 0 25 0 1 0 661033481 24195072 5075 33554432000 4194304 4352236 140734583650640 18446744073709551615 4228390 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/21038/statm: 5907 5075 127 39 0 4987 0
[pid=21039] ppid=21018 vsize=450448 CPUtime=0 cores=0-7
/proc/21039/stat : 21039 (python) S 21018 21018 20410 0 -1 4202560 732 0 0 0 0 0 0 0 18 0 1 0 661033483 461258752 19428 33554432000 4194304 5683644 140735753723808 18446744073709551615 248089718342 0 0 16781312 514 1570050656834650369 0 0 17 1 0 0 0
/proc/21039/statm: 112612 19428 348 364 0 48515 0
[pid=21041] ppid=21039 vsize=17848 CPUtime=2.42 cores=0-7
/proc/21041/stat : 21041 (SApperloT-base) R 21039 21041 21041 0 -1 4202496 4271 0 0 0 241 1 0 0 25 0 1 0 661033483 18276352 3914 33554432000 134512640 135674940 4291783648 18446744073709551615 134564453 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/21041/statm: 4462 3914 99 284 0 4176 0
[pid=21042] ppid=21018 vsize=460704 CPUtime=0 cores=0-7
/proc/21042/stat : 21042 (python) S 21018 21018 20410 0 -1 4202560 742 0 0 0 0 0 0 0 18 0 1 0 661033486 471760896 19444 33554432000 4194304 5683644 140735753723808 18446744073709551615 248089718342 0 0 16781312 514 1570054505125347586 0 0 17 1 0 0 0
/proc/21042/statm: 115176 19444 348 364 0 51076 0
[pid=21044] ppid=21042 vsize=93216 CPUtime=2.39 cores=0-7
/proc/21044/stat : 21044 (precosat) R 21042 21044 21044 0 -1 4202496 24000 0 0 0 236 3 0 0 25 0 1 0 661033488 95453184 22136 33554432000 4194304 4890832 140734570427616 18446744073709551615 4293291 0 0 16781312 17442 0 0 0 17 4 0 0 0
/proc/21044/statm: 23304 22136 86 171 0 23131 0
[pid=21045] ppid=21018 vsize=470960 CPUtime=0 cores=0-7
/proc/21045/stat : 21045 (python) S 21018 21018 20410 0 -1 4202560 784 0 0 0 0 0 0 0 18 0 1 0 661033489 482263040 19476 33554432000 4194304 5683644 140735753723808 18446744073709551615 248089718342 0 0 16781312 514 4118132570321813761 0 0 17 4 0 0 0
/proc/21045/statm: 117740 19476 354 364 0 53637 0
[pid=21047] ppid=21045 vsize=23632 CPUtime=2.39 cores=0-7
/proc/21047/stat : 21047 (lingeling) R 21045 21047 21047 0 -1 4202496 10823 0 0 0 238 1 0 0 25 0 1 0 661033489 24199168 5076 33554432000 4194304 4352236 140735673161824 18446744073709551615 4233389 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/21047/statm: 5908 5076 127 39 0 4988 0
[pid=21018/tid=21025] ppid=21016 vsize=481204 CPUtime=0 cores=0-7
/proc/21018/task/21025/stat : 21025 (python) S 21016 21018 20410 0 -1 4202560 24 934 0 0 0 0 0 0 25 0 9 0 661033470 492752896 21015 33554432000 4194304 5683644 140735753723808 18446744073709551615 248101521841 0 0 16781312 2 18446604446969386304 0 0 -1 0 0 0 0
[pid=21018/tid=21028] ppid=21016 vsize=481204 CPUtime=0 cores=0-7
/proc/21018/task/21028/stat : 21028 (python) S 21016 21018 20410 0 -1 4202560 23 934 0 0 0 0 0 0 25 0 9 0 661033473 492752896 21015 33554432000 4194304 5683644 140735753723808 18446744073709551615 248101521841 0 0 16781312 2 18446604446969386304 0 0 -1 3 0 0 0
[pid=21018/tid=21031] ppid=21016 vsize=481204 CPUtime=0 cores=0-7
/proc/21018/task/21031/stat : 21031 (python) S 21016 21018 20410 0 -1 4202560 65 934 0 0 0 0 0 0 25 0 9 0 661033475 492752896 21015 33554432000 4194304 5683644 140735753723808 18446744073709551615 248101521841 0 0 16781312 2 18446604446969386304 0 0 -1 6 0 0 0
[pid=21018/tid=21034] ppid=21016 vsize=481204 CPUtime=0 cores=0-7
/proc/21018/task/21034/stat : 21034 (python) S 21016 21018 20410 0 -1 4202560 31 934 0 0 0 0 0 0 25 0 9 0 661033478 492752896 21015 33554432000 4194304 5683644 140735753723808 18446744073709551615 248101521841 0 0 16781312 2 18446604446969386304 0 0 -1 0 0 0 0
[pid=21018/tid=21037] ppid=21016 vsize=481204 CPUtime=0 cores=0-7
/proc/21018/task/21037/stat : 21037 (python) S 21016 21018 20410 0 -1 4202560 34 934 0 0 0 0 0 0 25 0 9 0 661033481 492752896 21015 33554432000 4194304 5683644 140735753723808 18446744073709551615 248101521841 0 0 16781312 2 18446604446969386304 0 0 -1 0 0 0 0
[pid=21018/tid=21040] ppid=21016 vsize=481204 CPUtime=0 cores=0-7
/proc/21018/task/21040/stat : 21040 (python) S 21016 21018 20410 0 -1 4202560 31 934 0 0 0 0 0 0 25 0 9 0 661033483 492752896 21015 33554432000 4194304 5683644 140735753723808 18446744073709551615 248101521841 0 0 16781312 2 18446604446969386304 0 0 -1 7 0 0 0
[pid=21018/tid=21043] ppid=21016 vsize=481204 CPUtime=0 cores=0-7
/proc/21018/task/21043/stat : 21043 (python) S 21016 21018 20410 0 -1 4202560 38 934 0 0 0 0 0 0 25 0 9 0 661033486 492752896 21015 33554432000 4194304 5683644 140735753723808 18446744073709551615 248101521841 0 0 16781312 2 18446604446969386304 0 0 -1 4 0 0 0
[pid=21018/tid=21046] ppid=21016 vsize=481204 CPUtime=0 cores=0-7
/proc/21018/task/21046/stat : 21046 (python) S 21016 21018 20410 0 -1 4202560 34 934 0 0 0 0 0 0 25 0 9 0 661033489 492752896 21015 33554432000 4194304 5683644 140735753723808 18446744073709551615 248101521841 0 0 16781312 2 18446604446969386304 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 42.66
Current children cumulated vsize (KiB) 4422148

[startup+51.1018 s]
/proc/loadavg: 5.04 3.05 3.45 9/346 21048
/proc/meminfo: memFree=8038420/32950928 swapFree=64721848/67111528
[pid=21018] ppid=21016 vsize=481204 CPUtime=22.84 cores=0-7
/proc/21018/stat : 21018 (python) S 21016 21018 20410 0 -1 4202496 39377 934 1 0 2267 17 0 0 25 0 9 0 661031179 492752896 21015 33554432000 4194304 5683644 140735753723808 18446744073709551615 248101524939 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/21018/statm: 120301 21015 1889 364 0 56198 0
[pid=21024] ppid=21018 vsize=333632 CPUtime=0.07 cores=0-7
/proc/21024/stat : 21024 (python) S 21018 21018 20410 0 -1 4202560 1005 0 0 0 3 4 0 0 18 0 1 0 661033470 341639168 19342 33554432000 4194304 5683644 140735753723808 18446744073709551615 248089718287 0 0 16781312 514 11528810425789415681 0 0 17 1 0 0 0
/proc/21024/statm: 83408 19342 381 364 0 19326 0
[pid=21026] ppid=21024 vsize=27144 CPUtime=28.18 cores=0-7
/proc/21026/stat : 21026 (lingeling) R 21024 21026 21026 0 -1 4202496 21952 0 0 0 2814 4 0 0 25 0 1 0 661033471 27795456 5956 33554432000 4194304 4352236 140736529758624 18446744073709551615 4328432 0 0 16781312 17506 0 0 0 17 2 0 0 0
/proc/21026/statm: 6786 5956 129 39 0 5866 0
[pid=21027] ppid=21018 vsize=343888 CPUtime=0.07 cores=0-7
/proc/21027/stat : 21027 (python) S 21018 21018 20410 0 -1 4202560 919 0 0 0 4 3 0 0 15 0 1 0 661033473 352141312 19335 33554432000 4194304 5683644 140735753723808 18446744073709551615 248089718342 0 0 16781312 514 11666394519091249412 0 0 17 3 0 0 0
/proc/21027/statm: 85972 19335 370 364 0 21887 0
[pid=21029] ppid=21027 vsize=298264 CPUtime=28.12 cores=0-7
/proc/21029/stat : 21029 (cryptominisat-2) R 21027 21029 21029 0 -1 4202496 72198 0 0 0 2800 12 0 0 25 0 1 0 661033473 305422336 64058 33554432000 4194304 4677096 140734052218400 18446744073709551615 4319799 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/21029/statm: 74566 64058 391 118 0 69525 0
[pid=21030] ppid=21018 vsize=419680 CPUtime=0.07 cores=0-7
/proc/21030/stat : 21030 (python) S 21018 21018 20410 0 -1 4202560 783 0 0 0 4 3 0 0 18 0 1 0 661033475 429752320 19457 33554432000 4194304 5683644 140735753723808 18446744073709551615 248089718342 0 0 16781312 514 11528810425789415684 0 0 17 7 0 0 0
/proc/21030/statm: 104920 19457 371 364 0 40832 0
[pid=21032] ppid=21030 vsize=27884 CPUtime=28.12 cores=0-7
/proc/21032/stat : 21032 (lingeling) R 21030 21032 21032 0 -1 4202496 23744 0 0 0 2809 3 0 0 25 0 1 0 661033476 28553216 6141 33554432000 4194304 4352236 140736023267616 18446744073709551615 4278965 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/21032/statm: 6971 6141 129 39 0 6051 0
[pid=21033] ppid=21018 vsize=429936 CPUtime=0.08 cores=0-7
/proc/21033/stat : 21033 (python) S 21018 21018 20410 0 -1 4202560 804 0 0 0 4 4 0 0 15 0 1 0 661033478 440254464 19434 33554432000 4194304 5683644 140735753723808 18446744073709551615 248089718342 0 0 16781312 514 11982288607797805316 0 0 17 0 0 0 0
/proc/21033/statm: 107484 19434 371 364 0 43393 0

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

/proc/21018/task/21028/stat : 21028 (python) S 21016 21018 20410 0 -1 4202560 23 934 0 0 0 0 0 0 25 0 9 0 661033473 492752896 21015 33554432000 4194304 5683644 140735753723808 18446744073709551615 248101521841 0 0 16781312 2 18446604446969386304 0 0 -1 3 0 0 0
[pid=21018/tid=21031] ppid=21016 vsize=481204 CPUtime=0 cores=0-7
/proc/21018/task/21031/stat : 21031 (python) S 21016 21018 20410 0 -1 4202560 65 934 0 0 0 0 0 0 25 0 9 0 661033475 492752896 21015 33554432000 4194304 5683644 140735753723808 18446744073709551615 248101521841 0 0 16781312 2 18446604446969386304 0 0 -1 6 0 0 0
[pid=21018/tid=21034] ppid=21016 vsize=481204 CPUtime=0 cores=0-7
/proc/21018/task/21034/stat : 21034 (python) S 21016 21018 20410 0 -1 4202560 31 934 0 0 0 0 0 0 25 0 9 0 661033478 492752896 21015 33554432000 4194304 5683644 140735753723808 18446744073709551615 248101521841 0 0 16781312 2 18446604446969386304 0 0 -1 0 0 0 0
[pid=21018/tid=21037] ppid=21016 vsize=481204 CPUtime=0 cores=0-7
/proc/21018/task/21037/stat : 21037 (python) S 21016 21018 20410 0 -1 4202560 34 934 0 0 0 0 0 0 25 0 9 0 661033481 492752896 21015 33554432000 4194304 5683644 140735753723808 18446744073709551615 248101521841 0 0 16781312 2 18446604446969386304 0 0 -1 0 0 0 0
[pid=21018/tid=21040] ppid=21016 vsize=481204 CPUtime=0 cores=0-7
/proc/21018/task/21040/stat : 21040 (python) S 21016 21018 20410 0 -1 4202560 31 934 0 0 0 0 0 0 25 0 9 0 661033483 492752896 21015 33554432000 4194304 5683644 140735753723808 18446744073709551615 248101521841 0 0 16781312 2 18446604446969386304 0 0 -1 7 0 0 0
[pid=21018/tid=21043] ppid=21016 vsize=481204 CPUtime=0 cores=0-7
/proc/21018/task/21043/stat : 21043 (python) S 21016 21018 20410 0 -1 4202560 38 934 0 0 0 0 0 0 25 0 9 0 661033486 492752896 21015 33554432000 4194304 5683644 140735753723808 18446744073709551615 248101521841 0 0 16781312 2 18446604446969386304 0 0 -1 4 0 0 0
[pid=21018/tid=21046] ppid=21016 vsize=481204 CPUtime=0 cores=0-7
/proc/21018/task/21046/stat : 21046 (python) S 21016 21018 20410 0 -1 4202560 34 934 0 0 0 0 0 0 25 0 9 0 661033489 492752896 21015 33554432000 4194304 5683644 140735753723808 18446744073709551615 248101521841 0 0 16781312 2 18446604446969386304 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 291.83
Current children cumulated vsize (KiB) 4383476

[startup+57.5016 s]
/proc/loadavg: 5.27 3.13 3.47 12/346 21048
/proc/meminfo: memFree=8276116/32950928 swapFree=64721848/67111528
[pid=21018] ppid=21016 vsize=481204 CPUtime=22.84 cores=0-7
/proc/21018/stat : 21018 (python) S 21016 21018 20410 0 -1 4202496 39377 934 1 0 2267 17 0 0 25 0 9 0 661031179 492752896 21015 33554432000 4194304 5683644 140735753723808 18446744073709551615 248101524939 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/21018/statm: 120301 21015 1889 364 0 56198 0
[pid=21024] ppid=21018 vsize=333632 CPUtime=0.08 cores=0-7
/proc/21024/stat : 21024 (python) S 21018 21018 20410 0 -1 4202560 1008 0 0 0 4 4 0 0 18 0 1 0 661033470 341639168 19342 33554432000 4194304 5683644 140735753723808 18446744073709551615 248089718287 0 0 16781312 514 11528810425789415681 0 0 17 1 0 0 0
/proc/21024/statm: 83408 19342 381 364 0 19326 0
[pid=21026] ppid=21024 vsize=29532 CPUtime=34.58 cores=0-7
/proc/21026/stat : 21026 (lingeling) R 21024 21026 21026 0 -1 4202496 22562 0 0 0 3454 4 0 0 25 0 1 0 661033471 30240768 6553 33554432000 4194304 4352236 140736529758624 18446744073709551615 4267768 0 0 16781312 17506 0 0 0 17 2 0 0 0
/proc/21026/statm: 7383 6553 129 39 0 6463 0
[pid=21027] ppid=21018 vsize=343888 CPUtime=1.77 cores=0-7
/proc/21027/stat : 21027 (python) R 21018 21018 20410 0 -1 4202560 926 0 0 0 145 32 0 0 17 0 1 0 661033473 352141312 19335 33554432000 4194304 5683644 140735753723808 18446744073709551615 248089718342 0 0 16781312 514 0 0 0 17 3 0 0 0
/proc/21027/statm: 85972 19335 370 364 0 21887 0
[pid=21029] ppid=21027 vsize=0 CPUtime=32.83 cores=0-7
/proc/21029/stat : 21029 (cryptominisat-2) R 21027 21029 21029 0 -1 4202500 73341 0 0 0 3270 13 0 0 25 0 1 0 661033473 0 0 33554432000 0 0 0 0 0 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/21029/statm: 0 0 0 0 0 0 0
[pid=21030] ppid=21018 vsize=419680 CPUtime=0.08 cores=0-7
/proc/21030/stat : 21030 (python) S 21018 21018 20410 0 -1 4202560 783 0 0 0 5 3 0 0 18 0 1 0 661033475 429752320 19457 33554432000 4194304 5683644 140735753723808 18446744073709551615 248089718342 0 0 16781312 514 11528810425789415684 0 0 17 7 0 0 0
/proc/21030/statm: 104920 19457 371 364 0 40832 0
[pid=21032] ppid=21030 vsize=30384 CPUtime=34.53 cores=0-7
/proc/21032/stat : 21032 (lingeling) R 21030 21032 21032 0 -1 4202496 25404 0 0 0 3449 4 0 0 25 0 1 0 661033476 31113216 6766 33554432000 4194304 4352236 140736023267616 18446744073709551615 4329004 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/21032/statm: 7596 6766 129 39 0 6676 0
[pid=21033] ppid=21018 vsize=429936 CPUtime=0.1 cores=0-7
/proc/21033/stat : 21033 (python) S 21018 21018 20410 0 -1 4202560 807 0 0 0 5 5 0 0 15 0 1 0 661033478 440254464 19435 33554432000 4194304 5683644 140735753723808 18446744073709551615 248089718342 0 0 16781312 514 11982288607797805316 0 0 17 0 0 0 0
/proc/21033/statm: 107484 19435 371 364 0 43393 0
[pid=21035] ppid=21033 vsize=297676 CPUtime=34.5 cores=0-7
/proc/21035/stat : 21035 (cryptominisat-2) R 21033 21035 21035 0 -1 4202496 73566 0 0 0 3437 13 0 0 25 0 1 0 661033478 304820224 65392 33554432000 4194304 4677096 140737480710624 18446744073709551615 4338982 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/21035/statm: 74419 65392 391 118 0 69378 0
[pid=21036] ppid=21018 vsize=440192 CPUtime=0.09 cores=0-7
/proc/21036/stat : 21036 (python) S 21018 21018 20410 0 -1 4202560 801 0 0 0 4 5 0 0 18 0 1 0 661033480 450756608 19459 33554432000 4194304 5683644 140735753723808 18446744073709551615 248089718342 0 0 16781312 514 11528810425789415682 0 0 17 1 0 0 0
/proc/21036/statm: 110048 19459 371 364 0 45954 0
[pid=21038] ppid=21036 vsize=29896 CPUtime=34.36 cores=0-7
/proc/21038/stat : 21038 (lingeling) R 21036 21038 21038 0 -1 4202496 25694 0 0 0 3433 3 0 0 25 0 1 0 661033481 30613504 6644 33554432000 4194304 4352236 140734583650640 18446744073709551615 4328109 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/21038/statm: 7474 6644 129 39 0 6554 0
[pid=21039] ppid=21018 vsize=450448 CPUtime=0.08 cores=0-7
/proc/21039/stat : 21039 (python) S 21018 21018 20410 0 -1 4202560 813 0 0 0 4 4 0 0 18 0 1 0 661033483 461258752 19451 33554432000 4194304 5683644 140735753723808 18446744073709551615 248089718342 0 0 16781312 514 11528810425789415681 0 0 17 1 0 0 0
/proc/21039/statm: 112612 19451 371 364 0 48515 0
[pid=21041] ppid=21039 vsize=34000 CPUtime=33.94 cores=0-7
/proc/21041/stat : 21041 (SApperloT-base) R 21039 21041 21041 0 -1 4202496 8245 0 0 0 3392 2 0 0 25 0 1 0 661033483 34816000 7888 33554432000 134512640 135674940 4291783648 18446744073709551615 134564059 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/21041/statm: 8500 7888 100 284 0 8214 0
[pid=21042] ppid=21018 vsize=460704 CPUtime=0.08 cores=0-7
/proc/21042/stat : 21042 (python) S 21018 21018 20410 0 -1 4202560 821 0 0 0 4 4 0 0 18 0 1 0 661033486 471760896 19467 33554432000 4194304 5683644 140735753723808 18446744073709551615 248089718342 0 0 16781312 514 11528810425789415682 0 0 17 1 0 0 0
/proc/21042/statm: 115176 19467 371 364 0 51076 0
[pid=21044] ppid=21042 vsize=98828 CPUtime=34.3 cores=0-7
/proc/21044/stat : 21044 (precosat) R 21042 21044 21044 0 -1 4202496 25419 0 0 0 3427 3 0 0 25 0 1 0 661033488 101199872 23555 33554432000 4194304 4890832 140734570427616 18446744073709551615 4238599 0 0 16781312 17442 0 0 0 17 4 0 0 0
/proc/21044/statm: 24707 23555 86 171 0 24534 0
[pid=21045] ppid=21018 vsize=470960 CPUtime=0.08 cores=0-7
/proc/21045/stat : 21045 (python) S 21018 21018 20410 0 -1 4202560 867 0 0 0 5 3 0 0 18 0 1 0 661033489 482263040 19499 33554432000 4194304 5683644 140735753723808 18446744073709551615 248089718342 0 0 16781312 514 11528810425789415681 0 0 17 4 0 0 0
/proc/21045/statm: 117740 19499 377 364 0 53637 0
[pid=21047] ppid=21045 vsize=32780 CPUtime=33.98 cores=0-7
/proc/21047/stat : 21047 (lingeling) R 21045 21047 21047 0 -1 4202496 22148 0 0 0 3396 2 0 0 25 0 1 0 661033489 33566720 7397 33554432000 4194304 4352236 140735673161824 18446744073709551615 4277611 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/21047/statm: 8195 7397 129 39 0 7275 0
[pid=21018/tid=21025] ppid=21016 vsize=481204 CPUtime=0 cores=0-7
/proc/21018/task/21025/stat : 21025 (python) S 21016 21018 20410 0 -1 4202560 24 934 0 0 0 0 0 0 25 0 9 0 661033470 492752896 21015 33554432000 4194304 5683644 140735753723808 18446744073709551615 248101521841 0 0 16781312 2 18446604446969386304 0 0 -1 0 0 0 0
[pid=21018/tid=21028] ppid=21016 vsize=481204 CPUtime=0 cores=0-7
/proc/21018/task/21028/stat : 21028 (python) S 21016 21018 20410 0 -1 4202560 23 934 0 0 0 0 0 0 25 0 9 0 661033473 492752896 21015 33554432000 4194304 5683644 140735753723808 18446744073709551615 248101521841 0 0 16781312 2 18446604446969386304 0 0 -1 3 0 0 0
[pid=21018/tid=21031] ppid=21016 vsize=481204 CPUtime=0 cores=0-7
/proc/21018/task/21031/stat : 21031 (python) S 21016 21018 20410 0 -1 4202560 65 934 0 0 0 0 0 0 25 0 9 0 661033475 492752896 21015 33554432000 4194304 5683644 140735753723808 18446744073709551615 248101521841 0 0 16781312 2 18446604446969386304 0 0 -1 6 0 0 0
[pid=21018/tid=21034] ppid=21016 vsize=481204 CPUtime=0 cores=0-7
/proc/21018/task/21034/stat : 21034 (python) S 21016 21018 20410 0 -1 4202560 31 934 0 0 0 0 0 0 25 0 9 0 661033478 492752896 21015 33554432000 4194304 5683644 140735753723808 18446744073709551615 248101521841 0 0 16781312 2 18446604446969386304 0 0 -1 0 0 0 0
[pid=21018/tid=21037] ppid=21016 vsize=481204 CPUtime=0 cores=0-7
/proc/21018/task/21037/stat : 21037 (python) S 21016 21018 20410 0 -1 4202560 34 934 0 0 0 0 0 0 25 0 9 0 661033481 492752896 21015 33554432000 4194304 5683644 140735753723808 18446744073709551615 248101521841 0 0 16781312 2 18446604446969386304 0 0 -1 0 0 0 0
[pid=21018/tid=21040] ppid=21016 vsize=481204 CPUtime=0 cores=0-7
/proc/21018/task/21040/stat : 21040 (python) S 21016 21018 20410 0 -1 4202560 31 934 0 0 0 0 0 0 25 0 9 0 661033483 492752896 21015 33554432000 4194304 5683644 140735753723808 18446744073709551615 248101521841 0 0 16781312 2 18446604446969386304 0 0 -1 7 0 0 0
[pid=21018/tid=21043] ppid=21016 vsize=481204 CPUtime=0 cores=0-7
/proc/21018/task/21043/stat : 21043 (python) S 21016 21018 20410 0 -1 4202560 38 934 0 0 0 0 0 0 25 0 9 0 661033486 492752896 21015 33554432000 4194304 5683644 140735753723808 18446744073709551615 248101521841 0 0 16781312 2 18446604446969386304 0 0 -1 4 0 0 0
[pid=21018/tid=21046] ppid=21016 vsize=481204 CPUtime=0 cores=0-7
/proc/21018/task/21046/stat : 21046 (python) S 21016 21018 20410 0 -1 4202560 34 934 0 0 0 0 0 0 25 0 9 0 661033489 492752896 21015 33554432000 4194304 5683644 140735753723808 18446744073709551615 248101521841 0 0 16781312 2 18446604446969386304 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 298.22
Current children cumulated vsize (KiB) 4383740

[startup+57.9016 s]
/proc/loadavg: 5.27 3.13 3.47 12/346 21048
/proc/meminfo: memFree=8276116/32950928 swapFree=64721848/67111528
[pid=21018] ppid=21016 vsize=481204 CPUtime=22.84 cores=0-7
/proc/21018/stat : 21018 (python) S 21016 21018 20410 0 -1 4202496 39377 934 1 0 2267 17 0 0 25 0 9 0 661031179 492752896 21015 33554432000 4194304 5683644 140735753723808 18446744073709551615 248101524939 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/21018/statm: 120301 21015 1889 364 0 56198 0
[pid=21024] ppid=21018 vsize=333632 CPUtime=0.08 cores=0-7
/proc/21024/stat : 21024 (python) S 21018 21018 20410 0 -1 4202560 1008 0 0 0 4 4 0 0 18 0 1 0 661033470 341639168 19342 33554432000 4194304 5683644 140735753723808 18446744073709551615 248089718287 0 0 16781312 514 11528810425789415681 0 0 17 1 0 0 0
/proc/21024/statm: 83408 19342 381 364 0 19326 0
[pid=21026] ppid=21024 vsize=29532 CPUtime=34.98 cores=0-7
/proc/21026/stat : 21026 (lingeling) R 21024 21026 21026 0 -1 4202496 22562 0 0 0 3494 4 0 0 25 0 1 0 661033471 30240768 6553 33554432000 4194304 4352236 140736529758624 18446744073709551615 4267912 0 0 16781312 17506 0 0 0 17 2 0 0 0
/proc/21026/statm: 7383 6553 129 39 0 6463 0
[pid=21027] ppid=21018 vsize=343888 CPUtime=2.16 cores=0-7
/proc/21027/stat : 21027 (python) R 21018 21018 20410 0 -1 4202560 926 0 0 0 176 40 0 0 18 0 1 0 661033473 352141312 19335 33554432000 4194304 5683644 140735753723808 18446744073709551615 248101528383 0 0 16781312 514 0 0 0 17 3 0 0 0
/proc/21027/statm: 85972 19335 370 364 0 21887 0
[pid=21029] ppid=21027 vsize=0 CPUtime=32.83 cores=0-7
/proc/21029/stat : 21029 (cryptominisat-2) R 21027 21029 21029 0 -1 4202500 73341 0 0 0 3270 13 0 0 25 0 1 0 661033473 0 0 33554432000 0 0 0 0 0 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/21029/statm: 0 0 0 0 0 0 0
[pid=21030] ppid=21018 vsize=419680 CPUtime=0.08 cores=0-7
/proc/21030/stat : 21030 (python) S 21018 21018 20410 0 -1 4202560 783 0 0 0 5 3 0 0 18 0 1 0 661033475 429752320 19457 33554432000 4194304 5683644 140735753723808 18446744073709551615 248089718342 0 0 16781312 514 11528810425789415684 0 0 17 7 0 0 0
/proc/21030/statm: 104920 19457 371 364 0 40832 0
[pid=21032] ppid=21030 vsize=30384 CPUtime=34.93 cores=0-7
/proc/21032/stat : 21032 (lingeling) R 21030 21032 21032 0 -1 4202496 25404 0 0 0 3489 4 0 0 25 0 1 0 661033476 31113216 6766 33554432000 4194304 4352236 140736023267616 18446744073709551615 4328055 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/21032/statm: 7596 6766 129 39 0 6676 0
[pid=21033] ppid=21018 vsize=429936 CPUtime=0.1 cores=0-7
/proc/21033/stat : 21033 (python) S 21018 21018 20410 0 -1 4202560 807 0 0 0 5 5 0 0 15 0 1 0 661033478 440254464 19435 33554432000 4194304 5683644 140735753723808 18446744073709551615 248089718342 0 0 16781312 514 11982288607797805316 0 0 17 0 0 0 0
/proc/21033/statm: 107484 19435 371 364 0 43393 0
[pid=21035] ppid=21033 vsize=308232 CPUtime=34.9 cores=0-7
/proc/21035/stat : 21035 (cryptominisat-2) R 21033 21035 21035 0 -1 4202496 74049 0 0 0 3477 13 0 0 25 0 1 0 661033478 315629568 65875 33554432000 4194304 4677096 140737480710624 18446744073709551615 4320976 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/21035/statm: 77058 65875 391 118 0 72017 0
[pid=21036] ppid=21018 vsize=440192 CPUtime=0.09 cores=0-7
/proc/21036/stat : 21036 (python) S 21018 21018 20410 0 -1 4202560 801 0 0 0 4 5 0 0 18 0 1 0 661033480 450756608 19459 33554432000 4194304 5683644 140735753723808 18446744073709551615 248089718342 0 0 16781312 514 11528810425789415682 0 0 17 1 0 0 0
/proc/21036/statm: 110048 19459 371 364 0 45954 0
[pid=21038] ppid=21036 vsize=29896 CPUtime=34.76 cores=0-7
/proc/21038/stat : 21038 (lingeling) R 21036 21038 21038 0 -1 4202496 25694 0 0 0 3473 3 0 0 25 0 1 0 661033481 30613504 6644 33554432000 4194304 4352236 140734583650640 18446744073709551615 4328075 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/21038/statm: 7474 6644 129 39 0 6554 0
[pid=21039] ppid=21018 vsize=450448 CPUtime=0.08 cores=0-7
/proc/21039/stat : 21039 (python) S 21018 21018 20410 0 -1 4202560 813 0 0 0 4 4 0 0 18 0 1 0 661033483 461258752 19451 33554432000 4194304 5683644 140735753723808 18446744073709551615 248089718342 0 0 16781312 514 11528810425789415681 0 0 17 1 0 0 0
/proc/21039/statm: 112612 19451 371 364 0 48515 0
[pid=21041] ppid=21039 vsize=34264 CPUtime=34.34 cores=0-7
/proc/21041/stat : 21041 (SApperloT-base) R 21039 21041 21041 0 -1 4202496 8304 0 0 0 3432 2 0 0 25 0 1 0 661033483 35086336 7947 33554432000 134512640 135674940 4291783648 18446744073709551615 134564608 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/21041/statm: 8566 7947 100 284 0 8280 0
[pid=21042] ppid=21018 vsize=460704 CPUtime=0.08 cores=0-7
/proc/21042/stat : 21042 (python) S 21018 21018 20410 0 -1 4202560 821 0 0 0 4 4 0 0 18 0 1 0 661033486 471760896 19467 33554432000 4194304 5683644 140735753723808 18446744073709551615 248089718342 0 0 16781312 514 11528810425789415682 0 0 17 1 0 0 0
/proc/21042/statm: 115176 19467 371 364 0 51076 0
[pid=21044] ppid=21042 vsize=98828 CPUtime=34.7 cores=0-7
/proc/21044/stat : 21044 (precosat) R 21042 21044 21044 0 -1 4202496 25419 0 0 0 3467 3 0 0 25 0 1 0 661033488 101199872 23555 33554432000 4194304 4890832 140734570427616 18446744073709551615 4238950 0 0 16781312 17442 0 0 0 17 4 0 0 0
/proc/21044/statm: 24707 23555 86 171 0 24534 0
[pid=21045] ppid=21018 vsize=470960 CPUtime=0.08 cores=0-7
/proc/21045/stat : 21045 (python) S 21018 21018 20410 0 -1 4202560 867 0 0 0 5 3 0 0 18 0 1 0 661033489 482263040 19499 33554432000 4194304 5683644 140735753723808 18446744073709551615 248089718342 0 0 16781312 514 11528810425789415681 0 0 17 4 0 0 0
/proc/21045/statm: 117740 19499 377 364 0 53637 0
[pid=21047] ppid=21045 vsize=32780 CPUtime=34.38 cores=0-7
/proc/21047/stat : 21047 (lingeling) R 21045 21047 21047 0 -1 4202496 22148 0 0 0 3436 2 0 0 25 0 1 0 661033489 33566720 7397 33554432000 4194304 4352236 140735673161824 18446744073709551615 4329060 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/21047/statm: 8195 7397 129 39 0 7275 0
[pid=21018/tid=21025] ppid=21016 vsize=481204 CPUtime=0 cores=0-7
/proc/21018/task/21025/stat : 21025 (python) S 21016 21018 20410 0 -1 4202560 24 934 0 0 0 0 0 0 25 0 9 0 661033470 492752896 21015 33554432000 4194304 5683644 140735753723808 18446744073709551615 248101521841 0 0 16781312 2 18446604446969386304 0 0 -1 0 0 0 0
[pid=21018/tid=21028] ppid=21016 vsize=481204 CPUtime=0 cores=0-7
/proc/21018/task/21028/stat : 21028 (python) S 21016 21018 20410 0 -1 4202560 23 934 0 0 0 0 0 0 25 0 9 0 661033473 492752896 21015 33554432000 4194304 5683644 140735753723808 18446744073709551615 248101521841 0 0 16781312 2 18446604446969386304 0 0 -1 3 0 0 0
[pid=21018/tid=21031] ppid=21016 vsize=481204 CPUtime=0 cores=0-7
/proc/21018/task/21031/stat : 21031 (python) S 21016 21018 20410 0 -1 4202560 65 934 0 0 0 0 0 0 25 0 9 0 661033475 492752896 21015 33554432000 4194304 5683644 140735753723808 18446744073709551615 248101521841 0 0 16781312 2 18446604446969386304 0 0 -1 6 0 0 0
[pid=21018/tid=21034] ppid=21016 vsize=481204 CPUtime=0 cores=0-7
/proc/21018/task/21034/stat : 21034 (python) S 21016 21018 20410 0 -1 4202560 31 934 0 0 0 0 0 0 25 0 9 0 661033478 492752896 21015 33554432000 4194304 5683644 140735753723808 18446744073709551615 248101521841 0 0 16781312 2 18446604446969386304 0 0 -1 0 0 0 0
[pid=21018/tid=21037] ppid=21016 vsize=481204 CPUtime=0 cores=0-7
/proc/21018/task/21037/stat : 21037 (python) S 21016 21018 20410 0 -1 4202560 34 934 0 0 0 0 0 0 25 0 9 0 661033481 492752896 21015 33554432000 4194304 5683644 140735753723808 18446744073709551615 248101521841 0 0 16781312 2 18446604446969386304 0 0 -1 0 0 0 0
[pid=21018/tid=21040] ppid=21016 vsize=481204 CPUtime=0 cores=0-7
/proc/21018/task/21040/stat : 21040 (python) S 21016 21018 20410 0 -1 4202560 31 934 0 0 0 0 0 0 25 0 9 0 661033483 492752896 21015 33554432000 4194304 5683644 140735753723808 18446744073709551615 248101521841 0 0 16781312 2 18446604446969386304 0 0 -1 7 0 0 0
[pid=21018/tid=21043] ppid=21016 vsize=481204 CPUtime=0 cores=0-7
/proc/21018/task/21043/stat : 21043 (python) S 21016 21018 20410 0 -1 4202560 38 934 0 0 0 0 0 0 25 0 9 0 661033486 492752896 21015 33554432000 4194304 5683644 140735753723808 18446744073709551615 248101521841 0 0 16781312 2 18446604446969386304 0 0 -1 4 0 0 0
[pid=21018/tid=21046] ppid=21016 vsize=481204 CPUtime=0 cores=0-7
/proc/21018/task/21046/stat : 21046 (python) S 21016 21018 20410 0 -1 4202560 34 934 0 0 0 0 0 0 25 0 9 0 661033489 492752896 21015 33554432000 4194304 5683644 140735753723808 18446744073709551615 248101521841 0 0 16781312 2 18446604446969386304 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 301.41
Current children cumulated vsize (KiB) 4394560

[startup+58.0015 s]
/proc/loadavg: 5.27 3.13 3.47 12/346 21048
/proc/meminfo: memFree=8276116/32950928 swapFree=64721848/67111528
[pid=21018] ppid=21016 vsize=429876 CPUtime=302.16 cores=0-7
/proc/21018/stat : 21018 (python) R 21016 21018 20410 0 -1 4202496 44464 285253 1 0 2268 18 27803 127 17 0 1 0 661031179 440193024 20945 33554432000 4194304 5683644 140735753723808 18446744073709551615 248089353655 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/21018/statm: 107469 20945 1873 364 0 43393 0
Current children cumulated CPU time (s) 302.16
Current children cumulated vsize (KiB) 429876

Child status: 0
Real time (s): 58.0209
CPU time (s): 302.193
CPU user time (s): 300.726
CPU system time (s): 1.46678
CPU usage (%): 520.835
Max. virtual memory (cumulated for all children) (KiB): 4679188

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 300.726
system time used= 1.46678
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 335149
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= 3972
involuntary context switches= 2033

runsolver used 0.184971 second user time and 0.444932 second system time

The end

Launcher Data

Begin job on node123 at 2011-05-15 23:18:34
IDJOB=3380886
IDBENCH=82473
IDSOLVER=1864
FILE ID=node123/3380886-1305494313
RUNJOBID= node123-1305487703-20424
PBS_JOBID= 13325394
Free space on /tmp= 73400 MiB

SOLVER NAME= borg-sat 11.03.02-par-industrial (fixed)
BENCH NAME= SAT11/application/jarvisalo/HWMCC10-combination-timeframe-expansion/hwmcc10-timeframe-expansion-k45-pdtviseisenberg1-tseitin.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-3380886-1305494313/watcher-3380886-1305494313 -o /tmp/evaluation-result-3380886-1305494313/solver-3380886-1305494313 -C 40000 -W 5100 -M 31000  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3380886-1305494313.cnf -seed 341436303 -budget 40000 -cores 8

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

MD5SUM BENCH= ab962ce6f14e7741edd1ff987decb0b7
RANDOM SEED=341436303

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:       8872164 kB
Buffers:        333004 kB
Cached:        4472132 kB
SwapCached:      10528 kB
Active:       20693004 kB
Inactive:      3077132 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:       8872164 kB
SwapTotal:    67111528 kB
SwapFree:     64721848 kB
Dirty:           36992 kB
Writeback:           0 kB
AnonPages:    18963076 kB
Mapped:          24852 kB
Slab:           181292 kB
PageTables:      59424 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 69837948 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= 73368 MiB
End job on node123 at 2011-05-15 23:19:32