Trace number 3317818

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
borg-sat 11.03.02-industrialUNSAT 144.016 55.0322

General information on the benchmark

Namevelev-pipe-o-uns-1.1-6.cnf
MD5SUMd986f0b849e7c714ed5d3a26373567af
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark12.6861
Satisfiable
(Un)Satisfiability was proved
Number of variables17710
Number of clauses304026
Sum of the clauses size890580
Maximum clause length131
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2268354
Number of clauses of size 326401
Number of clauses of size 4173
Number of clauses of size 5120
Number of clauses of size over 58977

Solver Data

0.36/0.63	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.36/0.63	c INFO: solving HOME/instance-3317818-1304268547.cnf
0.36/0.63	c INFO: computing task features
1.35/1.65	c INFO: computed variable-clause graph statistics
1.35/1.68	c INFO: computed clause balance statistics
6.25/6.54	c INFO: computed variable balance statistics
9.44/9.78	c INFO: computed small-clause counts
9.54/9.81	c INFO: computed Horn-clause counts
10.14/10.42	c INFO: computed variable graph statistics
10.14/10.42	c INFO: collected features for HOME/instance-3317818-1304268547.cnf in 9.75 s
10.14/10.44	c INFO: running lingeling-276@0 for 97 with 4790 remaining (b = 0.19)
10.14/10.47	c INFO: running cryptominisat-2.9.0@0 for 485 with 4790 remaining (b = 0.22)
10.14/10.49	c INFO: running lingeling-276@0 for 1261 with 4790 remaining (b = 0.39)
10.24/10.52	c INFO: running lingeling-276@0 for 1261 with 4790 remaining (b = 0.33)
143.61/54.99	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3317818-1304268547/watcher-3317818-1304268547 -o /tmp/evaluation-result-3317818-1304268547/solver-3317818-1304268547 -C 4800 -W 1300 -M 15500 python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3317818-1304268547.cnf -seed 2121985107 -budget 4800 -cores 4 

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

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


[startup+0 s]
/proc/loadavg: 7.95 7.99 5.87 6/210 21307
/proc/meminfo: memFree=29418860/32951124 swapFree=67111336/67111528
[pid=21307] ppid=21305 vsize=15384 CPUtime=0 cores=1,3,5,7
/proc/21307/stat : 21307 (python) R 21305 21307 21052 0 -1 4202496 788 0 0 0 0 0 0 0 22 0 1 0 538452618 15753216 677 33554432000 4194304 5683644 140733894239760 18446744073709551615 4540219 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/21307/statm: 3846 678 322 364 0 333 0

[startup+0.104229 s]
/proc/loadavg: 7.95 7.99 5.87 6/210 21307
/proc/meminfo: memFree=29418860/32951124 swapFree=67111336/67111528
[pid=21307] ppid=21305 vsize=94184 CPUtime=0.06 cores=1,3,5,7
/proc/21307/stat : 21307 (python) S 21305 21307 21052 0 -1 4202496 2767 0 0 0 4 2 0 0 22 0 1 0 538452618 96444416 2475 33554432000 4194304 5683644 140733894239760 18446744073709551615 271550535680 0 2147483391 16781312 2 18446744071699469502 0 0 17 1 0 0 0
/proc/21307/statm: 23546 2475 764 364 0 1678 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 94184

[startup+0.200208 s]
/proc/loadavg: 7.95 7.99 5.87 6/210 21307
/proc/meminfo: memFree=29418860/32951124 swapFree=67111336/67111528
[pid=21307] ppid=21305 vsize=126300 CPUtime=0.11 cores=1,3,5,7
/proc/21307/stat : 21307 (python) R 21305 21307 21052 0 -1 4202496 4536 467 1 0 8 3 0 0 18 0 1 0 538452618 129331200 3895 33554432000 4194304 5683644 140733894239760 18446744073709551615 271550357909 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/21307/statm: 31575 3895 1001 364 0 2870 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 126300

[startup+0.300219 s]
/proc/loadavg: 7.95 7.99 5.87 6/210 21307
/proc/meminfo: memFree=29418860/32951124 swapFree=67111336/67111528
[pid=21307] ppid=21305 vsize=135752 CPUtime=0.18 cores=1,3,5,7
/proc/21307/stat : 21307 (python) R 21305 21307 21052 0 -1 4202496 5965 937 1 0 13 5 0 0 17 0 1 0 538452618 139010048 4150 33554432000 4194304 5683644 140733894239760 18446744073709551615 271550533637 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/21307/statm: 33938 4150 1032 364 0 3124 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 135752

[startup+0.70112 s]
/proc/loadavg: 7.95 7.99 5.87 6/210 21307
/proc/meminfo: memFree=29418860/32951124 swapFree=67111336/67111528
[pid=21307] ppid=21305 vsize=287364 CPUtime=0.45 cores=1,3,5,7
/proc/21307/stat : 21307 (python) R 21305 21307 21052 0 -1 4202496 11582 937 1 0 34 11 0 0 16 0 1 0 538452618 294260736 9130 33554432000 4194304 5683644 140733894239760 18446744073709551615 5007973 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/21307/statm: 71841 9130 1761 364 0 7765 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 287364

[startup+1.50098 s]
/proc/loadavg: 7.95 7.99 5.87 7/211 21312
/proc/meminfo: memFree=29298944/32951124 swapFree=67111336/67111528
[pid=21307] ppid=21305 vsize=338072 CPUtime=1.24 cores=1,3,5,7
/proc/21307/stat : 21307 (python) R 21305 21307 21052 0 -1 4202496 23798 937 1 0 112 12 0 0 16 0 1 0 538452618 346185728 21347 33554432000 4194304 5683644 140733894239760 18446744073709551615 47415183022789 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/21307/statm: 84518 21348 1761 364 0 20442 0
Current children cumulated CPU time (s) 1.24
Current children cumulated vsize (KiB) 338072

[startup+3.10068 s]
/proc/loadavg: 7.95 7.99 5.87 7/211 21312
/proc/meminfo: memFree=29207184/32951124 swapFree=67111336/67111528
[pid=21307] ppid=21305 vsize=347228 CPUtime=2.84 cores=1,3,5,7
/proc/21307/stat : 21307 (python) R 21305 21307 21052 0 -1 4202496 34673 937 1 0 270 14 0 0 18 0 1 0 538452618 355561472 24191 33554432000 4194304 5683644 140733894239760 18446744073709551615 4623632 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/21307/statm: 86807 24191 1826 364 0 22731 0
Current children cumulated CPU time (s) 2.84
Current children cumulated vsize (KiB) 347228

[startup+6.3011 s]
/proc/loadavg: 7.87 7.98 5.87 7/211 21312
/proc/meminfo: memFree=29103868/32951124 swapFree=67111336/67111528
[pid=21307] ppid=21305 vsize=347228 CPUtime=6.05 cores=1,3,5,7
/proc/21307/stat : 21307 (python) R 21305 21307 21052 0 -1 4202496 34673 937 1 0 591 14 0 0 25 0 1 0 538452618 355561472 24191 33554432000 4194304 5683644 140733894239760 18446744073709551615 5005930 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/21307/statm: 86807 24191 1826 364 0 22731 0
Current children cumulated CPU time (s) 6.05
Current children cumulated vsize (KiB) 347228

[startup+12.7009 s]
/proc/loadavg: 7.72 7.94 5.87 10/223 21324
/proc/meminfo: memFree=28918988/32951124 swapFree=67111336/67111528
[pid=21307] ppid=21305 vsize=382724 CPUtime=10.27 cores=1,3,5,7
/proc/21307/stat : 21307 (python) S 21305 21307 21052 0 -1 4202496 37384 937 1 0 1012 15 0 0 23 0 5 0 538452618 391909376 22877 33554432000 4194304 5683644 140733894239760 18446744073709551615 271562364363 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/21307/statm: 95681 22877 1881 364 0 31590 0
[pid=21313] ppid=21307 vsize=341712 CPUtime=0 cores=1,3,5,7
/proc/21313/stat : 21313 (python) S 21307 21307 21052 0 -1 4202560 808 0 0 0 0 0 0 0 18 0 1 0 538453663 349913088 21338 33554432000 4194304 5683644 140733894239760 18446744073709551615 271550557711 0 0 16781312 514 16331248796669280520 0 0 17 7 0 0 0
/proc/21313/statm: 85428 21338 358 364 0 21346 0
[pid=21315] ppid=21313 vsize=21632 CPUtime=2.24 cores=1,3,5,7
/proc/21315/stat : 21315 (lingeling) R 21313 21315 21315 0 -1 4202496 6613 0 0 0 223 1 0 0 25 0 1 0 538453663 22151168 4320 33554432000 4194304 4352236 140735762800992 18446744073709551615 4267768 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/21315/statm: 5408 4320 127 39 0 4488 0
[pid=21316] ppid=21307 vsize=351968 CPUtime=0 cores=1,3,5,7
/proc/21316/stat : 21316 (python) S 21307 21307 21052 0 -1 4202560 746 0 0 0 0 0 0 0 15 0 1 0 538453665 360415232 21331 33554432000 4194304 5683644 140733894239760 18446744073709551615 271550557766 0 0 16781312 514 4606399570815975688 0 0 17 1 0 0 0
/proc/21316/statm: 87992 21331 347 364 0 23907 0
[pid=21318] ppid=21316 vsize=73036 CPUtime=1.19 cores=1,3,5,7
/proc/21318/stat : 21318 (cryptominisat-2) R 21316 21318 21318 0 -1 4202496 12369 0 0 0 117 2 0 0 25 0 1 0 538453665 74788864 11620 33554432000 4194304 4677096 140736487974480 18446744073709551615 4519700 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/21318/statm: 18259 11620 365 118 0 13218 0
[pid=21319] ppid=21307 vsize=362224 CPUtime=0 cores=1,3,5,7
/proc/21319/stat : 21319 (python) S 21307 21307 21052 0 -1 4202560 745 0 0 0 0 0 0 0 18 0 1 0 538453668 370917376 21335 33554432000 4194304 5683644 140733894239760 18446744073709551615 271550557766 0 0 16781312 514 4492992093236461828 0 0 17 7 0 0 0
/proc/21319/statm: 90556 21335 347 364 0 26468 0
[pid=21323] ppid=21319 vsize=21668 CPUtime=2.16 cores=1,3,5,7
/proc/21323/stat : 21323 (lingeling) R 21319 21323 21323 0 -1 4202496 6622 0 0 0 215 1 0 0 25 0 1 0 538453671 22188032 4329 33554432000 4194304 4352236 140737063023408 18446744073709551615 4207584 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/21323/statm: 5417 4329 127 39 0 4497 0
[pid=21321] ppid=21307 vsize=372480 CPUtime=0 cores=1,3,5,7
/proc/21321/stat : 21321 (python) S 21307 21307 21052 0 -1 4202560 755 0 0 0 0 0 0 0 18 0 1 0 538453670 381419520 21339 33554432000 4194304 5683644 140733894239760 18446744073709551615 271550557766 0 0 16781312 514 4480959862615802120 0 0 17 7 0 0 0
/proc/21321/statm: 93120 21339 347 364 0 29029 0
[pid=21324] ppid=21321 vsize=19392 CPUtime=1.02 cores=1,3,5,7
/proc/21324/stat : 21324 (lingeling) R 21321 21324 21324 0 -1 4202496 6055 0 0 0 101 1 0 0 25 0 1 0 538453671 19857408 3761 33554432000 4194304 4352236 140734158353872 18446744073709551615 4290752 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/21324/statm: 4848 3761 127 39 0 3928 0
[pid=21307/tid=21314] ppid=21305 vsize=382724 CPUtime=0 cores=1,3,5,7
/proc/21307/task/21314/stat : 21314 (python) S 21305 21307 21052 0 -1 4202560 22 937 0 0 0 0 0 0 25 0 5 0 538453663 391909376 22877 33554432000 4194304 5683644 140733894239760 18446744073709551615 271562361265 0 0 16781312 2 18446604468682725568 0 0 -1 5 0 0 0
[pid=21307/tid=21317] ppid=21305 vsize=382724 CPUtime=0 cores=1,3,5,7
/proc/21307/task/21317/stat : 21317 (python) S 21305 21307 21052 0 -1 4202560 21 937 0 0 0 0 0 0 20 0 5 0 538453665 391909376 22877 33554432000 4194304 5683644 140733894239760 18446744073709551615 271562361265 0 0 16781312 2 18446604468682725568 0 0 -1 1 0 0 0
[pid=21307/tid=21320] ppid=21305 vsize=382724 CPUtime=0 cores=1,3,5,7
/proc/21307/task/21320/stat : 21320 (python) S 21305 21307 21052 0 -1 4202560 41 937 0 0 0 0 0 0 22 0 5 0 538453668 391909376 22877 33554432000 4194304 5683644 140733894239760 18446744073709551615 271562361265 0 0 16781312 2 18446604468682725568 0 0 -1 7 0 0 0
[pid=21307/tid=21322] ppid=21305 vsize=382724 CPUtime=0 cores=1,3,5,7
/proc/21307/task/21322/stat : 21322 (python) S 21305 21307 21052 0 -1 4202560 20 937 0 0 0 0 0 0 25 0 5 0 538453671 391909376 22877 33554432000 4194304 5683644 140733894239760 18446744073709551615 271562361265 0 0 16781312 2 18446604468682725568 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 16.88
Current children cumulated vsize (KiB) 1946836

[startup+25.5016 s]
/proc/loadavg: 8.01 7.99 5.92 10/223 21325
/proc/meminfo: memFree=28848308/32951124 swapFree=67111336/67111528
[pid=21307] ppid=21305 vsize=382724 CPUtime=10.27 cores=1,3,5,7
/proc/21307/stat : 21307 (python) S 21305 21307 21052 0 -1 4202496 37384 937 1 0 1012 15 0 0 23 0 5 0 538452618 391909376 22877 33554432000 4194304 5683644 140733894239760 18446744073709551615 271562364363 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/21307/statm: 95681 22877 1881 364 0 31590 0
[pid=21313] ppid=21307 vsize=341712 CPUtime=0.01 cores=1,3,5,7
/proc/21313/stat : 21313 (python) S 21307 21307 21052 0 -1 4202560 979 0 0 0 1 0 0 0 18 0 1 0 538453663 349913088 21361 33554432000 4194304 5683644 140733894239760 18446744073709551615 271550557711 0 0 16781312 514 12832971953820107016 0 0 17 7 0 0 0
/proc/21313/statm: 85428 21361 381 364 0 21346 0
[pid=21315] ppid=21313 vsize=23992 CPUtime=15.03 cores=1,3,5,7
/proc/21315/stat : 21315 (lingeling) R 21313 21315 21315 0 -1 4202496 8984 0 0 0 1502 1 0 0 25 0 1 0 538453663 24567808 5177 33554432000 4194304 4352236 140735762800992 18446744073709551615 4328291 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/21315/statm: 5998 5177 129 39 0 5078 0
[pid=21316] ppid=21307 vsize=351968 CPUtime=0.01 cores=1,3,5,7
/proc/21316/stat : 21316 (python) S 21307 21307 21052 0 -1 4202560 905 0 0 0 0 1 0 0 15 0 1 0 538453665 360415232 21354 33554432000 4194304 5683644 140733894239760 18446744073709551615 271550557766 0 0 16781312 514 4606399570815975688 0 0 17 1 0 0 0
/proc/21316/statm: 87992 21354 370 364 0 23907 0
[pid=21318] ppid=21316 vsize=117568 CPUtime=7.59 cores=1,3,5,7
/proc/21318/stat : 21318 (cryptominisat-2) R 21316 21318 21318 0 -1 4202496 25297 0 0 0 755 4 0 0 25 0 1 0 538453665 120389632 21531 33554432000 4194304 4677096 140736487974480 18446744073709551615 4334301 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/21318/statm: 29392 21531 391 118 0 24351 0
[pid=21319] ppid=21307 vsize=362224 CPUtime=0.01 cores=1,3,5,7
/proc/21319/stat : 21319 (python) S 21307 21307 21052 0 -1 4202560 905 0 0 0 0 1 0 0 18 0 1 0 538453668 370917376 21358 33554432000 4194304 5683644 140733894239760 18446744073709551615 271550557766 0 0 16781312 514 12832971953820107012 0 0 17 7 0 0 0
/proc/21319/statm: 90556 21358 370 364 0 26468 0
[pid=21323] ppid=21319 vsize=24056 CPUtime=14.94 cores=1,3,5,7
/proc/21323/stat : 21323 (lingeling) R 21319 21323 21323 0 -1 4202496 8957 0 0 0 1493 1 0 0 25 0 1 0 538453671 24633344 5127 33554432000 4194304 4352236 140737063023408 18446744073709551615 4295408 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/21323/statm: 6014 5127 129 39 0 5094 0
[pid=21321] ppid=21307 vsize=372480 CPUtime=0.01 cores=1,3,5,7
/proc/21321/stat : 21321 (python) S 21307 21307 21052 0 -1 4202560 926 0 0 0 0 1 0 0 18 0 1 0 538453670 381419520 21362 33554432000 4194304 5683644 140733894239760 18446744073709551615 271550557766 0 0 16781312 514 12832971953820107016 0 0 17 7 0 0 0
/proc/21321/statm: 93120 21362 370 364 0 29029 0
[pid=21324] ppid=21321 vsize=24144 CPUtime=7.41 cores=1,3,5,7
/proc/21324/stat : 21324 (lingeling) R 21321 21324 21324 0 -1 4202496 8141 0 0 0 740 1 0 0 25 0 1 0 538453671 24723456 4695 33554432000 4194304 4352236 140734158353872 18446744073709551615 4328109 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/21324/statm: 6036 4695 129 39 0 5116 0
[pid=21307/tid=21314] ppid=21305 vsize=382724 CPUtime=0 cores=1,3,5,7
/proc/21307/task/21314/stat : 21314 (python) S 21305 21307 21052 0 -1 4202560 22 937 0 0 0 0 0 0 25 0 5 0 538453663 391909376 22877 33554432000 4194304 5683644 140733894239760 18446744073709551615 271562361265 0 0 16781312 2 18446604468682725568 0 0 -1 5 0 0 0
[pid=21307/tid=21317] ppid=21305 vsize=382724 CPUtime=0 cores=1,3,5,7
/proc/21307/task/21317/stat : 21317 (python) S 21305 21307 21052 0 -1 4202560 21 937 0 0 0 0 0 0 20 0 5 0 538453665 391909376 22877 33554432000 4194304 5683644 140733894239760 18446744073709551615 271562361265 0 0 16781312 2 18446604468682725568 0 0 -1 1 0 0 0
[pid=21307/tid=21320] ppid=21305 vsize=382724 CPUtime=0 cores=1,3,5,7
/proc/21307/task/21320/stat : 21320 (python) S 21305 21307 21052 0 -1 4202560 41 937 0 0 0 0 0 0 22 0 5 0 538453668 391909376 22877 33554432000 4194304 5683644 140733894239760 18446744073709551615 271562361265 0 0 16781312 2 18446604468682725568 0 0 -1 7 0 0 0
[pid=21307/tid=21322] ppid=21305 vsize=382724 CPUtime=0 cores=1,3,5,7
/proc/21307/task/21322/stat : 21322 (python) S 21305 21307 21052 0 -1 4202560 20 937 0 0 0 0 0 0 25 0 5 0 538453671 391909376 22877 33554432000 4194304 5683644 140733894239760 18446744073709551615 271562361265 0 0 16781312 2 18446604468682725568 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 55.28
Current children cumulated vsize (KiB) 2000868

[startup+51.1009 s]
/proc/loadavg: 8.42 8.09 6.01 10/223 21325
/proc/meminfo: memFree=28702368/32951124 swapFree=67111336/67111528
[pid=21307] ppid=21305 vsize=382724 CPUtime=10.27 cores=1,3,5,7
/proc/21307/stat : 21307 (python) S 21305 21307 21052 0 -1 4202496 37384 937 1 0 1012 15 0 0 23 0 5 0 538452618 391909376 22877 33554432000 4194304 5683644 140733894239760 18446744073709551615 271562364363 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/21307/statm: 95681 22877 1881 364 0 31590 0
[pid=21313] ppid=21307 vsize=341712 CPUtime=0.05 cores=1,3,5,7
/proc/21313/stat : 21313 (python) S 21307 21307 21052 0 -1 4202560 994 0 0 0 3 2 0 0 18 0 1 0 538453663 349913088 21361 33554432000 4194304 5683644 140733894239760 18446744073709551615 271550557711 0 0 16781312 514 12832971953820107016 0 0 17 7 0 0 0
/proc/21313/statm: 85428 21361 381 364 0 21346 0
[pid=21315] ppid=21313 vsize=28008 CPUtime=40.63 cores=1,3,5,7
/proc/21315/stat : 21315 (lingeling) R 21313 21315 21315 0 -1 4202496 9874 0 0 0 4062 1 0 0 25 0 1 0 538453663 28680192 5660 33554432000 4194304 4352236 140735762800992 18446744073709551615 4329205 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/21315/statm: 7002 5660 129 39 0 6082 0
[pid=21316] ppid=21307 vsize=351968 CPUtime=0.06 cores=1,3,5,7
/proc/21316/stat : 21316 (python) S 21307 21307 21052 0 -1 4202560 918 0 0 0 3 3 0 0 15 0 1 0 538453665 360415232 21354 33554432000 4194304 5683644 140733894239760 18446744073709551615 271550557766 0 0 16781312 514 4606399570815975688 0 0 17 1 0 0 0
/proc/21316/statm: 87992 21354 370 364 0 23907 0
[pid=21318] ppid=21316 vsize=140096 CPUtime=20.39 cores=1,3,5,7
/proc/21318/stat : 21318 (cryptominisat-2) R 21316 21318 21318 0 -1 4202496 32732 0 0 0 2034 5 0 0 25 0 1 0 538453665 143458304 27074 33554432000 4194304 4677096 140736487974480 18446744073709551615 4448707 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/21318/statm: 35024 27074 391 118 0 29983 0
[pid=21319] ppid=21307 vsize=362224 CPUtime=0.05 cores=1,3,5,7
/proc/21319/stat : 21319 (python) S 21307 21307 21052 0 -1 4202560 916 0 0 0 2 3 0 0 18 0 1 0 538453668 370917376 21358 33554432000 4194304 5683644 140733894239760 18446744073709551615 271550557766 0 0 16781312 514 12832971953820107012 0 0 17 7 0 0 0
/proc/21319/statm: 90556 21358 370 364 0 26468 0
[pid=21323] ppid=21319 vsize=28988 CPUtime=40.49 cores=1,3,5,7
/proc/21323/stat : 21323 (lingeling) R 21319 21323 21323 0 -1 4202496 10663 0 0 0 4048 1 0 0 25 0 1 0 538453671 29683712 6416 33554432000 4194304 4352236 140737063023408 18446744073709551615 4207645 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/21323/statm: 7247 6416 129 39 0 6327 0
[pid=21321] ppid=21307 vsize=372480 CPUtime=0.05 cores=1,3,5,7
/proc/21321/stat : 21321 (python) S 21307 21307 21052 0 -1 4202560 939 0 0 0 3 2 0 0 18 0 1 0 538453670 381419520 21362 33554432000 4194304 5683644 140733894239760 18446744073709551615 271550557766 0 0 16781312 514 12832971953820107016 0 0 17 7 0 0 0
/proc/21321/statm: 93120 21362 370 364 0 29029 0

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

/proc/meminfo: memFree=28702368/32951124 swapFree=67111336/67111528
[pid=21307] ppid=21305 vsize=382724 CPUtime=10.27 cores=1,3,5,7
/proc/21307/stat : 21307 (python) S 21305 21307 21052 0 -1 4202496 37384 937 1 0 1012 15 0 0 23 0 5 0 538452618 391909376 22877 33554432000 4194304 5683644 140733894239760 18446744073709551615 271562364363 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/21307/statm: 95681 22877 1881 364 0 31590 0
[pid=21313] ppid=21307 vsize=341712 CPUtime=0.05 cores=1,3,5,7
/proc/21313/stat : 21313 (python) S 21307 21307 21052 0 -1 4202560 994 0 0 0 3 2 0 0 18 0 1 0 538453663 349913088 21361 33554432000 4194304 5683644 140733894239760 18446744073709551615 271550557711 0 0 16781312 514 12832971953820107016 0 0 17 7 0 0 0
/proc/21313/statm: 85428 21361 381 364 0 21346 0
[pid=21315] ppid=21313 vsize=28008 CPUtime=40.73 cores=1,3,5,7
/proc/21315/stat : 21315 (lingeling) R 21313 21315 21315 0 -1 4202496 9874 0 0 0 4072 1 0 0 25 0 1 0 538453663 28680192 5660 33554432000 4194304 4352236 140735762800992 18446744073709551615 4331524 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/21315/statm: 7002 5660 129 39 0 6082 0
[pid=21316] ppid=21307 vsize=351968 CPUtime=0.06 cores=1,3,5,7
/proc/21316/stat : 21316 (python) S 21307 21307 21052 0 -1 4202560 918 0 0 0 3 3 0 0 15 0 1 0 538453665 360415232 21354 33554432000 4194304 5683644 140733894239760 18446744073709551615 271550557766 0 0 16781312 514 4606399570815975688 0 0 17 1 0 0 0
/proc/21316/statm: 87992 21354 370 364 0 23907 0
[pid=21318] ppid=21316 vsize=140096 CPUtime=20.41 cores=1,3,5,7
/proc/21318/stat : 21318 (cryptominisat-2) R 21316 21318 21318 0 -1 4202496 32732 0 0 0 2036 5 0 0 25 0 1 0 538453665 143458304 27074 33554432000 4194304 4677096 140736487974480 18446744073709551615 4462764 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/21318/statm: 35024 27074 391 118 0 29983 0
[pid=21319] ppid=21307 vsize=362224 CPUtime=0.05 cores=1,3,5,7
/proc/21319/stat : 21319 (python) S 21307 21307 21052 0 -1 4202560 916 0 0 0 2 3 0 0 18 0 1 0 538453668 370917376 21358 33554432000 4194304 5683644 140733894239760 18446744073709551615 271550557766 0 0 16781312 514 12832971953820107012 0 0 17 7 0 0 0
/proc/21319/statm: 90556 21358 370 364 0 26468 0
[pid=21323] ppid=21319 vsize=28988 CPUtime=40.59 cores=1,3,5,7
/proc/21323/stat : 21323 (lingeling) R 21319 21323 21323 0 -1 4202496 10663 0 0 0 4058 1 0 0 25 0 1 0 538453671 29683712 6416 33554432000 4194304 4352236 140737063023408 18446744073709551615 4208940 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/21323/statm: 7247 6416 129 39 0 6327 0
[pid=21321] ppid=21307 vsize=372480 CPUtime=0.05 cores=1,3,5,7
/proc/21321/stat : 21321 (python) S 21307 21307 21052 0 -1 4202560 939 0 0 0 3 2 0 0 18 0 1 0 538453670 381419520 21362 33554432000 4194304 5683644 140733894239760 18446744073709551615 271550557766 0 0 16781312 514 12832971953820107016 0 0 17 7 0 0 0
/proc/21321/statm: 93120 21362 370 364 0 29029 0
[pid=21324] ppid=21321 vsize=26908 CPUtime=20.29 cores=1,3,5,7
/proc/21324/stat : 21324 (lingeling) R 21321 21324 21324 0 -1 4202496 9242 0 0 0 2028 1 0 0 25 0 1 0 538453671 27553792 5386 33554432000 4194304 4352236 140734158353872 18446744073709551615 4231098 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/21324/statm: 6727 5386 129 39 0 5807 0
[pid=21307/tid=21314] ppid=21305 vsize=382724 CPUtime=0 cores=1,3,5,7
/proc/21307/task/21314/stat : 21314 (python) S 21305 21307 21052 0 -1 4202560 22 937 0 0 0 0 0 0 25 0 5 0 538453663 391909376 22877 33554432000 4194304 5683644 140733894239760 18446744073709551615 271562361265 0 0 16781312 2 18446604468682725568 0 0 -1 5 0 0 0
[pid=21307/tid=21317] ppid=21305 vsize=382724 CPUtime=0 cores=1,3,5,7
/proc/21307/task/21317/stat : 21317 (python) S 21305 21307 21052 0 -1 4202560 21 937 0 0 0 0 0 0 20 0 5 0 538453665 391909376 22877 33554432000 4194304 5683644 140733894239760 18446744073709551615 271562361265 0 0 16781312 2 18446604468682725568 0 0 -1 1 0 0 0
[pid=21307/tid=21320] ppid=21305 vsize=382724 CPUtime=0 cores=1,3,5,7
/proc/21307/task/21320/stat : 21320 (python) S 21305 21307 21052 0 -1 4202560 41 937 0 0 0 0 0 0 22 0 5 0 538453668 391909376 22877 33554432000 4194304 5683644 140733894239760 18446744073709551615 271562361265 0 0 16781312 2 18446604468682725568 0 0 -1 7 0 0 0
[pid=21307/tid=21322] ppid=21305 vsize=382724 CPUtime=0 cores=1,3,5,7
/proc/21307/task/21322/stat : 21322 (python) S 21305 21307 21052 0 -1 4202560 20 937 0 0 0 0 0 0 25 0 5 0 538453671 391909376 22877 33554432000 4194304 5683644 140733894239760 18446744073709551615 271562361265 0 0 16781312 2 18446604468682725568 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 132.5
Current children cumulated vsize (KiB) 2035108

[startup+52.8006 s]
/proc/loadavg: 8.42 8.09 6.01 10/223 21325
/proc/meminfo: memFree=28697780/32951124 swapFree=67111336/67111528
[pid=21307] ppid=21305 vsize=382724 CPUtime=10.27 cores=1,3,5,7
/proc/21307/stat : 21307 (python) S 21305 21307 21052 0 -1 4202496 37384 937 1 0 1012 15 0 0 23 0 5 0 538452618 391909376 22877 33554432000 4194304 5683644 140733894239760 18446744073709551615 271562364363 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/21307/statm: 95681 22877 1881 364 0 31590 0
[pid=21313] ppid=21307 vsize=341712 CPUtime=0.05 cores=1,3,5,7
/proc/21313/stat : 21313 (python) S 21307 21307 21052 0 -1 4202560 994 0 0 0 3 2 0 0 18 0 1 0 538453663 349913088 21361 33554432000 4194304 5683644 140733894239760 18446744073709551615 271550557711 0 0 16781312 514 12832971953820107016 0 0 17 7 0 0 0
/proc/21313/statm: 85428 21361 381 364 0 21346 0
[pid=21315] ppid=21313 vsize=28008 CPUtime=42.34 cores=1,3,5,7
/proc/21315/stat : 21315 (lingeling) R 21313 21315 21315 0 -1 4202496 9874 0 0 0 4233 1 0 0 25 0 1 0 538453663 28680192 5660 33554432000 4194304 4352236 140735762800992 18446744073709551615 4328100 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/21315/statm: 7002 5660 129 39 0 6082 0
[pid=21316] ppid=21307 vsize=351968 CPUtime=0.07 cores=1,3,5,7
/proc/21316/stat : 21316 (python) S 21307 21307 21052 0 -1 4202560 919 0 0 0 3 4 0 0 15 0 1 0 538453665 360415232 21354 33554432000 4194304 5683644 140733894239760 18446744073709551615 271550557766 0 0 16781312 514 5601790986494640392 0 0 17 1 0 0 0
/proc/21316/statm: 87992 21354 370 364 0 23907 0
[pid=21318] ppid=21316 vsize=140096 CPUtime=21.21 cores=1,3,5,7
/proc/21318/stat : 21318 (cryptominisat-2) R 21316 21318 21318 0 -1 4202496 33062 0 0 0 2116 5 0 0 25 0 1 0 538453665 143458304 27404 33554432000 4194304 4677096 140736487974480 18446744073709551615 4319729 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/21318/statm: 35024 27404 391 118 0 29983 0
[pid=21319] ppid=21307 vsize=362224 CPUtime=0.05 cores=1,3,5,7
/proc/21319/stat : 21319 (python) S 21307 21307 21052 0 -1 4202560 916 0 0 0 2 3 0 0 18 0 1 0 538453668 370917376 21358 33554432000 4194304 5683644 140733894239760 18446744073709551615 271550557766 0 0 16781312 514 12832971953820107012 0 0 17 7 0 0 0
/proc/21319/statm: 90556 21358 370 364 0 26468 0
[pid=21323] ppid=21319 vsize=28984 CPUtime=42.19 cores=1,3,5,7
/proc/21323/stat : 21323 (lingeling) R 21319 21323 21323 0 -1 4202496 10663 0 0 0 4218 1 0 0 25 0 1 0 538453671 29679616 6415 33554432000 4194304 4352236 140737063023408 18446744073709551615 4327792 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/21323/statm: 7246 6415 129 39 0 6326 0
[pid=21321] ppid=21307 vsize=372480 CPUtime=0.05 cores=1,3,5,7
/proc/21321/stat : 21321 (python) S 21307 21307 21052 0 -1 4202560 939 0 0 0 3 2 0 0 18 0 1 0 538453670 381419520 21362 33554432000 4194304 5683644 140733894239760 18446744073709551615 271550557766 0 0 16781312 514 12832971953820107016 0 0 17 7 0 0 0
/proc/21321/statm: 93120 21362 370 364 0 29029 0
[pid=21324] ppid=21321 vsize=26908 CPUtime=21.1 cores=1,3,5,7
/proc/21324/stat : 21324 (lingeling) R 21321 21324 21324 0 -1 4202496 9242 0 0 0 2109 1 0 0 25 0 1 0 538453671 27553792 5386 33554432000 4194304 4352236 140734158353872 18446744073709551615 4327902 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/21324/statm: 6727 5386 129 39 0 5807 0
[pid=21307/tid=21314] ppid=21305 vsize=382724 CPUtime=0 cores=1,3,5,7
/proc/21307/task/21314/stat : 21314 (python) S 21305 21307 21052 0 -1 4202560 22 937 0 0 0 0 0 0 25 0 5 0 538453663 391909376 22877 33554432000 4194304 5683644 140733894239760 18446744073709551615 271562361265 0 0 16781312 2 18446604468682725568 0 0 -1 5 0 0 0
[pid=21307/tid=21317] ppid=21305 vsize=382724 CPUtime=0 cores=1,3,5,7
/proc/21307/task/21317/stat : 21317 (python) S 21305 21307 21052 0 -1 4202560 21 937 0 0 0 0 0 0 20 0 5 0 538453665 391909376 22877 33554432000 4194304 5683644 140733894239760 18446744073709551615 271562361265 0 0 16781312 2 18446604468682725568 0 0 -1 1 0 0 0
[pid=21307/tid=21320] ppid=21305 vsize=382724 CPUtime=0 cores=1,3,5,7
/proc/21307/task/21320/stat : 21320 (python) S 21305 21307 21052 0 -1 4202560 41 937 0 0 0 0 0 0 22 0 5 0 538453668 391909376 22877 33554432000 4194304 5683644 140733894239760 18446744073709551615 271562361265 0 0 16781312 2 18446604468682725568 0 0 -1 7 0 0 0
[pid=21307/tid=21322] ppid=21305 vsize=382724 CPUtime=0 cores=1,3,5,7
/proc/21307/task/21322/stat : 21322 (python) S 21305 21307 21052 0 -1 4202560 20 937 0 0 0 0 0 0 25 0 5 0 538453671 391909376 22877 33554432000 4194304 5683644 140733894239760 18446744073709551615 271562361265 0 0 16781312 2 18446604468682725568 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 137.33
Current children cumulated vsize (KiB) 2035104

[startup+54.4013 s]
/proc/loadavg: 8.42 8.09 6.01 10/223 21325
/proc/meminfo: memFree=28697904/32951124 swapFree=67111336/67111528
[pid=21307] ppid=21305 vsize=382724 CPUtime=10.27 cores=1,3,5,7
/proc/21307/stat : 21307 (python) S 21305 21307 21052 0 -1 4202496 37384 937 1 0 1012 15 0 0 23 0 5 0 538452618 391909376 22877 33554432000 4194304 5683644 140733894239760 18446744073709551615 271562364363 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/21307/statm: 95681 22877 1881 364 0 31590 0
[pid=21313] ppid=21307 vsize=341712 CPUtime=0.05 cores=1,3,5,7
/proc/21313/stat : 21313 (python) S 21307 21307 21052 0 -1 4202560 994 0 0 0 3 2 0 0 18 0 1 0 538453663 349913088 21361 33554432000 4194304 5683644 140733894239760 18446744073709551615 271550557711 0 0 16781312 514 12832971953820107016 0 0 17 7 0 0 0
/proc/21313/statm: 85428 21361 381 364 0 21346 0
[pid=21315] ppid=21313 vsize=26840 CPUtime=43.93 cores=1,3,5,7
/proc/21315/stat : 21315 (lingeling) R 21313 21315 21315 0 -1 4202496 10385 0 0 0 4392 1 0 0 25 0 1 0 538453663 27484160 5879 33554432000 4194304 4352236 140735762800992 18446744073709551615 4327916 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/21315/statm: 6710 5879 129 39 0 5790 0
[pid=21316] ppid=21307 vsize=351968 CPUtime=0.07 cores=1,3,5,7
/proc/21316/stat : 21316 (python) S 21307 21307 21052 0 -1 4202560 919 0 0 0 3 4 0 0 15 0 1 0 538453665 360415232 21354 33554432000 4194304 5683644 140733894239760 18446744073709551615 271550557766 0 0 16781312 514 5601790986494640392 0 0 17 1 0 0 0
/proc/21316/statm: 87992 21354 370 364 0 23907 0
[pid=21318] ppid=21316 vsize=140544 CPUtime=22.01 cores=1,3,5,7
/proc/21318/stat : 21318 (cryptominisat-2) R 21316 21318 21318 0 -1 4202496 33174 0 0 0 2196 5 0 0 25 0 1 0 538453665 143917056 27516 33554432000 4194304 4677096 140736487974480 18446744073709551615 4318898 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/21318/statm: 35136 27516 391 118 0 30095 0
[pid=21319] ppid=21307 vsize=362224 CPUtime=0.05 cores=1,3,5,7
/proc/21319/stat : 21319 (python) S 21307 21307 21052 0 -1 4202560 916 0 0 0 2 3 0 0 18 0 1 0 538453668 370917376 21358 33554432000 4194304 5683644 140733894239760 18446744073709551615 271550557766 0 0 16781312 514 12832971953820107012 0 0 17 7 0 0 0
/proc/21319/statm: 90556 21358 370 364 0 26468 0
[pid=21323] ppid=21319 vsize=28984 CPUtime=43.79 cores=1,3,5,7
/proc/21323/stat : 21323 (lingeling) R 21319 21323 21323 0 -1 4202496 10663 0 0 0 4377 2 0 0 25 0 1 0 538453671 29679616 6415 33554432000 4194304 4352236 140737063023408 18446744073709551615 4328090 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/21323/statm: 7246 6415 129 39 0 6326 0
[pid=21321] ppid=21307 vsize=372480 CPUtime=0.05 cores=1,3,5,7
/proc/21321/stat : 21321 (python) S 21307 21307 21052 0 -1 4202560 939 0 0 0 3 2 0 0 18 0 1 0 538453670 381419520 21362 33554432000 4194304 5683644 140733894239760 18446744073709551615 271550557766 0 0 16781312 514 12832971953820107016 0 0 17 7 0 0 0
/proc/21321/statm: 93120 21362 370 364 0 29029 0
[pid=21324] ppid=21321 vsize=26908 CPUtime=21.89 cores=1,3,5,7
/proc/21324/stat : 21324 (lingeling) R 21321 21324 21324 0 -1 4202496 9242 0 0 0 2188 1 0 0 25 0 1 0 538453671 27553792 5386 33554432000 4194304 4352236 140734158353872 18446744073709551615 4328095 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/21324/statm: 6727 5386 129 39 0 5807 0
[pid=21307/tid=21314] ppid=21305 vsize=382724 CPUtime=0 cores=1,3,5,7
/proc/21307/task/21314/stat : 21314 (python) S 21305 21307 21052 0 -1 4202560 22 937 0 0 0 0 0 0 25 0 5 0 538453663 391909376 22877 33554432000 4194304 5683644 140733894239760 18446744073709551615 271562361265 0 0 16781312 2 18446604468682725568 0 0 -1 5 0 0 0
[pid=21307/tid=21317] ppid=21305 vsize=382724 CPUtime=0 cores=1,3,5,7
/proc/21307/task/21317/stat : 21317 (python) S 21305 21307 21052 0 -1 4202560 21 937 0 0 0 0 0 0 20 0 5 0 538453665 391909376 22877 33554432000 4194304 5683644 140733894239760 18446744073709551615 271562361265 0 0 16781312 2 18446604468682725568 0 0 -1 1 0 0 0
[pid=21307/tid=21320] ppid=21305 vsize=382724 CPUtime=0 cores=1,3,5,7
/proc/21307/task/21320/stat : 21320 (python) S 21305 21307 21052 0 -1 4202560 41 937 0 0 0 0 0 0 22 0 5 0 538453668 391909376 22877 33554432000 4194304 5683644 140733894239760 18446744073709551615 271562361265 0 0 16781312 2 18446604468682725568 0 0 -1 7 0 0 0
[pid=21307/tid=21322] ppid=21305 vsize=382724 CPUtime=0 cores=1,3,5,7
/proc/21307/task/21322/stat : 21322 (python) S 21305 21307 21052 0 -1 4202560 20 937 0 0 0 0 0 0 25 0 5 0 538453671 391909376 22877 33554432000 4194304 5683644 140733894239760 18446744073709551615 271562361265 0 0 16781312 2 18446604468682725568 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 142.11
Current children cumulated vsize (KiB) 2034384

[startup+54.8012 s]
/proc/loadavg: 8.42 8.09 6.01 10/223 21325
/proc/meminfo: memFree=28697904/32951124 swapFree=67111336/67111528
[pid=21307] ppid=21305 vsize=382724 CPUtime=10.27 cores=1,3,5,7
/proc/21307/stat : 21307 (python) S 21305 21307 21052 0 -1 4202496 37384 937 1 0 1012 15 0 0 23 0 5 0 538452618 391909376 22877 33554432000 4194304 5683644 140733894239760 18446744073709551615 271562364363 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/21307/statm: 95681 22877 1881 364 0 31590 0
[pid=21313] ppid=21307 vsize=341712 CPUtime=0.05 cores=1,3,5,7
/proc/21313/stat : 21313 (python) S 21307 21307 21052 0 -1 4202560 994 0 0 0 3 2 0 0 18 0 1 0 538453663 349913088 21361 33554432000 4194304 5683644 140733894239760 18446744073709551615 271550557711 0 0 16781312 514 12832971953820107016 0 0 17 7 0 0 0
/proc/21313/statm: 85428 21361 381 364 0 21346 0
[pid=21315] ppid=21313 vsize=26840 CPUtime=44.33 cores=1,3,5,7
/proc/21315/stat : 21315 (lingeling) R 21313 21315 21315 0 -1 4202496 10385 0 0 0 4432 1 0 0 25 0 1 0 538453663 27484160 5879 33554432000 4194304 4352236 140735762800992 18446744073709551615 4328126 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/21315/statm: 6710 5879 129 39 0 5790 0
[pid=21316] ppid=21307 vsize=351968 CPUtime=0.07 cores=1,3,5,7
/proc/21316/stat : 21316 (python) S 21307 21307 21052 0 -1 4202560 919 0 0 0 3 4 0 0 15 0 1 0 538453665 360415232 21354 33554432000 4194304 5683644 140733894239760 18446744073709551615 271550557766 0 0 16781312 514 5601790986494640392 0 0 17 1 0 0 0
/proc/21316/statm: 87992 21354 370 364 0 23907 0
[pid=21318] ppid=21316 vsize=140544 CPUtime=22.21 cores=1,3,5,7
/proc/21318/stat : 21318 (cryptominisat-2) R 21316 21318 21318 0 -1 4202496 33174 0 0 0 2216 5 0 0 25 0 1 0 538453665 143917056 27516 33554432000 4194304 4677096 140736487974480 18446744073709551615 4334830 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/21318/statm: 35136 27516 391 118 0 30095 0
[pid=21319] ppid=21307 vsize=362224 CPUtime=0.05 cores=1,3,5,7
/proc/21319/stat : 21319 (python) S 21307 21307 21052 0 -1 4202560 916 0 0 0 2 3 0 0 18 0 1 0 538453668 370917376 21358 33554432000 4194304 5683644 140733894239760 18446744073709551615 271550557766 0 0 16781312 514 12832971953820107012 0 0 17 7 0 0 0
/proc/21319/statm: 90556 21358 370 364 0 26468 0
[pid=21323] ppid=21319 vsize=28980 CPUtime=44.19 cores=1,3,5,7
/proc/21323/stat : 21323 (lingeling) R 21319 21323 21323 0 -1 4202496 10663 0 0 0 4417 2 0 0 25 0 1 0 538453671 29675520 6414 33554432000 4194304 4352236 140737063023408 18446744073709551615 4235847 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/21323/statm: 7245 6414 129 39 0 6325 0
[pid=21321] ppid=21307 vsize=372480 CPUtime=0.05 cores=1,3,5,7
/proc/21321/stat : 21321 (python) S 21307 21307 21052 0 -1 4202560 939 0 0 0 3 2 0 0 18 0 1 0 538453670 381419520 21362 33554432000 4194304 5683644 140733894239760 18446744073709551615 271550557766 0 0 16781312 514 12832971953820107016 0 0 17 7 0 0 0
/proc/21321/statm: 93120 21362 370 364 0 29029 0
[pid=21324] ppid=21321 vsize=26908 CPUtime=22.09 cores=1,3,5,7
/proc/21324/stat : 21324 (lingeling) R 21321 21324 21324 0 -1 4202496 9370 0 0 0 2208 1 0 0 25 0 1 0 538453671 27553792 5514 33554432000 4194304 4352236 140734158353872 18446744073709551615 4209731 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/21324/statm: 6727 5514 129 39 0 5807 0
[pid=21307/tid=21314] ppid=21305 vsize=382724 CPUtime=0 cores=1,3,5,7
/proc/21307/task/21314/stat : 21314 (python) S 21305 21307 21052 0 -1 4202560 22 937 0 0 0 0 0 0 25 0 5 0 538453663 391909376 22877 33554432000 4194304 5683644 140733894239760 18446744073709551615 271562361265 0 0 16781312 2 18446604468682725568 0 0 -1 5 0 0 0
[pid=21307/tid=21317] ppid=21305 vsize=382724 CPUtime=0 cores=1,3,5,7
/proc/21307/task/21317/stat : 21317 (python) S 21305 21307 21052 0 -1 4202560 21 937 0 0 0 0 0 0 20 0 5 0 538453665 391909376 22877 33554432000 4194304 5683644 140733894239760 18446744073709551615 271562361265 0 0 16781312 2 18446604468682725568 0 0 -1 1 0 0 0
[pid=21307/tid=21320] ppid=21305 vsize=382724 CPUtime=0 cores=1,3,5,7
/proc/21307/task/21320/stat : 21320 (python) S 21305 21307 21052 0 -1 4202560 41 937 0 0 0 0 0 0 22 0 5 0 538453668 391909376 22877 33554432000 4194304 5683644 140733894239760 18446744073709551615 271562361265 0 0 16781312 2 18446604468682725568 0 0 -1 7 0 0 0
[pid=21307/tid=21322] ppid=21305 vsize=382724 CPUtime=0 cores=1,3,5,7
/proc/21307/task/21322/stat : 21322 (python) S 21305 21307 21052 0 -1 4202560 20 937 0 0 0 0 0 0 25 0 5 0 538453671 391909376 22877 33554432000 4194304 5683644 140733894239760 18446744073709551615 271562361265 0 0 16781312 2 18446604468682725568 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 143.31
Current children cumulated vsize (KiB) 2034380

[startup+55.0012 s]
/proc/loadavg: 8.46 8.11 6.03 7/211 21326
/proc/meminfo: memFree=28889028/32951124 swapFree=67111336/67111528
[pid=21307] ppid=21305 vsize=372420 CPUtime=143.97 cores=1,3,5,7
/proc/21307/stat : 21307 (python) R 21305 21307 21052 0 -1 4202496 39746 68672 1 0 1012 15 13345 25 17 0 1 0 538452618 381358080 22865 33554432000 4194304 5683644 140733894239760 18446744073709551615 271550193079 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/21307/statm: 93105 22865 1873 364 0 29029 0
Current children cumulated CPU time (s) 143.97
Current children cumulated vsize (KiB) 372420

Child status: 0
Real time (s): 55.0322
CPU time (s): 144.016
CPU user time (s): 143.593
CPU system time (s): 0.422935
CPU usage (%): 261.694
Max. virtual memory (cumulated for all children) (KiB): 2035160

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 143.593
system time used= 0.422935
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 117264
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= 3225
involuntary context switches= 1368

runsolver used 0.111982 second user time and 0.235964 second system time

The end

Launcher Data

Begin job on node133 at 2011-05-01 18:49:07
IDJOB=3317818
IDBENCH=71718
IDSOLVER=1706
FILE ID=node133/3317818-1304268547
RUNJOBID= node133-1304267282-21071
PBS_JOBID= 13173946
Free space on /tmp= 72856 MiB

SOLVER NAME= borg-sat 11.03.02-industrial
BENCH NAME= SAT_RACE06/velev-pipe-o-uns-1.1-6.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-3317818-1304268547/watcher-3317818-1304268547 -o /tmp/evaluation-result-3317818-1304268547/solver-3317818-1304268547 -C 4800 -W 1300 -M 15500  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3317818-1304268547.cnf -seed 2121985107 -budget 4800 -cores 4

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

MD5SUM BENCH= d986f0b849e7c714ed5d3a26373567af
RANDOM SEED=2121985107

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

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.834
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.834
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:      29418892 kB
Buffers:        568552 kB
Cached:        1309512 kB
SwapCached:        124 kB
Active:        1476336 kB
Inactive:      1699512 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      29418892 kB
SwapTotal:    67111528 kB
SwapFree:     67111336 kB
Dirty:           37356 kB
Writeback:           0 kB
AnonPages:     1297780 kB
Mapped:          23008 kB
Slab:           285236 kB
PageTables:      12640 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  2336492 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 72824 MiB
End job on node133 at 2011-05-01 18:50:03