Trace number 3498426

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
borg-sat 11.03.02-seq-industrial (fixed)UNSAT 438.91 438.71

General information on the benchmark

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

Solver Data

0.37/0.76	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.37/0.76	c INFO: solving HOME/instance-3498426-1307953899.cnf
0.37/0.76	c INFO: computing task features
3.25/3.66	c INFO: computed variable-clause graph statistics
3.35/3.73	c INFO: computed clause balance statistics
17.86/18.20	c INFO: computed variable balance statistics
28.16/28.54	c INFO: computed small-clause counts
28.16/28.59	c INFO: computed Horn-clause counts
29.96/30.34	c INFO: computed variable graph statistics
29.96/30.34	c INFO: collected features for HOME/instance-3498426-1307953899.cnf in 29.49 s
29.96/30.37	c INFO: running lingeling-276@0 for 97 with 4970 remaining (b = 0.17)
130.25/130.51	c INFO: running cryptominisat-2.9.0@0 for 485 with 4870 remaining (b = 0.16)
438.73/438.65	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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

command line: BIN/runsolver --timestamp -w /var/tmp/evaluation-result-3498426-1307953899/watcher-3498426-1307953899 -o /var/tmp/evaluation-result-3498426-1307953899/solver-3498426-1307953899 -C 5000 -W 5100 -M 15500 python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3498426-1307953899.cnf -seed 1381976871 -budget 5000 

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

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


[startup+0 s]
/proc/loadavg: 1.92 1.83 1.10 3/177 13930
/proc/meminfo: memFree=29374540/32950928 swapFree=67048888/67111528
[pid=13930] ppid=13928 vsize=15184 CPUtime=0 cores=1,3,5,7
/proc/13930/stat : 13930 (python) S 13928 13930 13667 0 -1 4202496 726 0 0 0 0 0 0 0 24 0 1 0 906988765 15548416 615 33554432000 4194304 5683644 140737335101600 18446744073709551615 268272687104 0 2147483391 16781312 2 18446744071699199166 0 0 17 3 0 0 0
/proc/13930/statm: 3796 615 321 364 0 283 0

[startup+0.047016 s]
/proc/loadavg: 1.92 1.83 1.10 3/177 13930
/proc/meminfo: memFree=29374540/32950928 swapFree=67048888/67111528
[pid=13930] ppid=13928 vsize=18892 CPUtime=0.03 cores=1,3,5,7
/proc/13930/stat : 13930 (python) R 13928 13930 13667 0 -1 4202496 1287 0 0 0 2 1 0 0 24 0 1 0 906988765 19345408 1138 33554432000 4194304 5683644 140737335101600 18446744073709551615 4539725 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/13930/statm: 4723 1138 421 364 0 692 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 18892

[startup+0.101008 s]
/proc/loadavg: 1.92 1.83 1.10 3/177 13930
/proc/meminfo: memFree=29374540/32950928 swapFree=67048888/67111528
[pid=13930] ppid=13928 vsize=85628 CPUtime=0.06 cores=1,3,5,7
/proc/13930/stat : 13930 (python) R 13928 13930 13667 0 -1 4202496 2632 0 0 0 4 2 0 0 17 0 1 0 906988765 87683072 2349 33554432000 4194304 5683644 140737335101600 18446744073709551615 4988821 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/13930/statm: 21407 2349 713 364 0 1624 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 85628

[startup+0.301014 s]
/proc/loadavg: 1.92 1.83 1.10 3/177 13930
/proc/meminfo: memFree=29374540/32950928 swapFree=67048888/67111528
[pid=13930] ppid=13928 vsize=135752 CPUtime=0.19 cores=1,3,5,7
/proc/13930/stat : 13930 (python) S 13928 13930 13667 0 -1 4202496 5972 934 1 0 13 6 0 0 17 0 1 0 906988765 139010048 4149 33554432000 4194304 5683644 140737335101600 18446744073709551615 268272685061 0 2147483391 16781312 2 18446744071699199166 0 0 17 7 0 0 0
/proc/13930/statm: 33938 4149 1032 364 0 3124 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 135752

[startup+0.700903 s]
/proc/loadavg: 1.92 1.83 1.10 3/177 13930
/proc/meminfo: memFree=29374540/32950928 swapFree=67048888/67111528
[pid=13930] ppid=13928 vsize=249176 CPUtime=0.37 cores=1,3,5,7
/proc/13930/stat : 13930 (python) S 13928 13930 13667 0 -1 4202496 8300 934 1 0 27 10 0 0 15 0 1 0 906988765 255156224 6187 33554432000 4194304 5683644 140737335101600 18446744073709551615 268272687104 0 2147483391 16781312 2 18446744071699199166 0 0 17 7 0 0 0
/proc/13930/statm: 62294 6187 1627 364 0 4771 0
Current children cumulated CPU time (s) 0.37
Current children cumulated vsize (KiB) 249176

[startup+1.50076 s]
/proc/loadavg: 1.92 1.83 1.10 3/178 13935
/proc/meminfo: memFree=29321228/32950928 swapFree=67048888/67111528
[pid=13930] ppid=13928 vsize=341728 CPUtime=1.16 cores=1,3,5,7
/proc/13930/stat : 13930 (python) R 13928 13930 13667 0 -1 4202496 25046 934 1 0 101 15 0 0 16 0 1 0 906988765 349929472 22716 33554432000 4194304 5683644 140737335101600 18446744073709551615 268272349893 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/13930/statm: 85432 22716 1761 364 0 21356 0
Current children cumulated CPU time (s) 1.16
Current children cumulated vsize (KiB) 341728

[startup+3.10048 s]
/proc/loadavg: 1.92 1.83 1.10 3/178 13935
/proc/meminfo: memFree=29250424/32950928 swapFree=67048888/67111528
[pid=13930] ppid=13928 vsize=444796 CPUtime=2.75 cores=1,3,5,7
/proc/13930/stat : 13930 (python) R 13928 13930 13667 0 -1 4202496 48414 934 1 0 258 17 0 0 18 0 1 0 906988765 455471104 46084 33554432000 4194304 5683644 140737335101600 18446744073709551615 47506616797893 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/13930/statm: 111199 46085 1761 364 0 47123 0
Current children cumulated CPU time (s) 2.75
Current children cumulated vsize (KiB) 444796

[startup+6.3009 s]
/proc/loadavg: 1.93 1.84 1.11 3/178 13935
/proc/meminfo: memFree=29161024/32950928 swapFree=67048888/67111528
[pid=13930] ppid=13928 vsize=470400 CPUtime=5.96 cores=1,3,5,7
/proc/13930/stat : 13930 (python) R 13928 13930 13667 0 -1 4202496 80342 934 1 0 574 22 0 0 25 0 1 0 906988765 481689600 54984 33554432000 4194304 5683644 140737335101600 18446744073709551615 4531794 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/13930/statm: 117600 54984 1826 364 0 53524 0
Current children cumulated CPU time (s) 5.96
Current children cumulated vsize (KiB) 470400

[startup+12.7008 s]
/proc/loadavg: 1.93 1.84 1.11 3/178 13935
/proc/meminfo: memFree=29161024/32950928 swapFree=67048888/67111528
[pid=13930] ppid=13928 vsize=470400 CPUtime=12.36 cores=1,3,5,7
/proc/13930/stat : 13930 (python) R 13928 13930 13667 0 -1 4202496 80342 934 1 0 1214 22 0 0 25 0 1 0 906988765 481689600 54984 33554432000 4194304 5683644 140737335101600 18446744073709551615 268272346945 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/13930/statm: 117600 54984 1826 364 0 53524 0
Current children cumulated CPU time (s) 12.36
Current children cumulated vsize (KiB) 470400

[startup+25.5005 s]
/proc/loadavg: 1.95 1.85 1.13 3/178 13936
/proc/meminfo: memFree=29161740/32950928 swapFree=67048888/67111528
[pid=13930] ppid=13928 vsize=470400 CPUtime=25.16 cores=1,3,5,7
/proc/13930/stat : 13930 (python) R 13928 13930 13667 0 -1 4202496 80343 934 1 0 2494 22 0 0 25 0 1 0 906988765 481689600 54985 33554432000 4194304 5683644 140737335101600 18446744073709551615 4415616 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/13930/statm: 117600 54985 1827 364 0 53524 0
Current children cumulated CPU time (s) 25.16
Current children cumulated vsize (KiB) 470400

[startup+51.1009 s]
/proc/loadavg: 1.96 1.86 1.15 3/181 13939
/proc/meminfo: memFree=29119508/32950928 swapFree=67048888/67111528
[pid=13930] ppid=13928 vsize=465148 CPUtime=30.02 cores=1,3,5,7
/proc/13930/stat : 13930 (python) S 13928 13930 13667 0 -1 4202496 80723 934 1 0 2980 22 0 0 20 0 2 0 906988765 476311552 51157 33554432000 4194304 5683644 140737335101600 18446744073709551615 268284515787 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/13930/statm: 116287 51157 1875 364 0 52205 0
[pid=13937] ppid=13930 vsize=454904 CPUtime=0.01 cores=1,3,5,7
/proc/13937/stat : 13937 (python) S 13930 13930 13667 0 -1 4202560 968 0 0 0 0 1 0 0 18 0 1 0 906991802 465821696 49659 33554432000 4194304 5683644 140737335101600 18446744073709551615 268272709135 0 0 16781312 514 18156420227418521864 0 0 17 5 0 0 0
/proc/13937/statm: 113726 49659 381 364 0 49644 0
[pid=13939] ppid=13937 vsize=58116 CPUtime=20.7 cores=1,3,5,7
/proc/13939/stat : 13939 (lingeling) R 13937 13939 13939 0 -1 4202496 20786 0 0 0 2067 3 0 0 25 0 1 0 906991803 59510784 13699 33554432000 4194304 4352236 140733693577360 18446744073709551615 4312900 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/13939/statm: 14529 13699 129 39 0 13609 0
[pid=13930/tid=13938] ppid=13928 vsize=465148 CPUtime=0 cores=1,3,5,7
/proc/13930/task/13938/stat : 13938 (python) S 13928 13930 13667 0 -1 4202560 26 934 0 0 0 0 0 0 20 0 2 0 906991803 476311552 51157 33554432000 4194304 5683644 140737335101600 18446744073709551615 268284512689 0 0 16781312 2 18446604471161295040 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 50.73
Current children cumulated vsize (KiB) 978168

[startup+102.307 s]
/proc/loadavg: 1.98 1.88 1.19 3/181 13941
/proc/meminfo: memFree=29119596/32950928 swapFree=67048888/67111528
[pid=13930] ppid=13928 vsize=465148 CPUtime=30.02 cores=1,3,5,7
/proc/13930/stat : 13930 (python) S 13928 13930 13667 0 -1 4202496 80723 934 1 0 2980 22 0 0 20 0 2 0 906988765 476311552 51157 33554432000 4194304 5683644 140737335101600 18446744073709551615 268284515787 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/13930/statm: 116287 51157 1875 364 0 52205 0
[pid=13937] ppid=13930 vsize=454904 CPUtime=0.08 cores=1,3,5,7
/proc/13937/stat : 13937 (python) S 13930 13930 13667 0 -1 4202560 985 0 0 0 4 4 0 0 18 0 1 0 906991802 465821696 49659 33554432000 4194304 5683644 140737335101600 18446744073709551615 268272709135 0 0 16781312 514 18156420227418521864 0 0 17 5 0 0 0
/proc/13937/statm: 113726 49659 381 364 0 49644 0
[pid=13939] ppid=13937 vsize=58032 CPUtime=71.91 cores=1,3,5,7
/proc/13939/stat : 13939 (lingeling) R 13937 13939 13939 0 -1 4202496 20990 0 0 0 7188 3 0 0 25 0 1 0 906991803 59424768 13678 33554432000 4194304 4352236 140733693577360 18446744073709551615 4328194 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/13939/statm: 14508 13678 129 39 0 13588 0
[pid=13930/tid=13938] ppid=13928 vsize=465148 CPUtime=0 cores=1,3,5,7
/proc/13930/task/13938/stat : 13938 (python) S 13928 13930 13667 0 -1 4202560 26 934 0 0 0 0 0 0 20 0 2 0 906991803 476311552 51157 33554432000 4194304 5683644 140737335101600 18446744073709551615 268284512689 0 0 16781312 2 18446604471161295040 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 102.01
Current children cumulated vsize (KiB) 978084

[startup+162.301 s]
/proc/loadavg: 2.07 1.91 1.24 3/185 13946
/proc/meminfo: memFree=28886368/32950928 swapFree=67048888/67111528
[pid=13930] ppid=13928 vsize=475404 CPUtime=30.05 cores=1,3,5,7
/proc/13930/stat : 13930 (python) S 13928 13930 13667 0 -1 4202496 81509 934 1 0 2982 23 0 0 19 0 3 0 906988765 486813696 51164 33554432000 4194304 5683644 140737335101600 18446744073709551615 268284515787 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/13930/statm: 118851 51164 1878 364 0 54766 0
[pid=13937] ppid=13930 vsize=465148 CPUtime=0.12 cores=1,3,5,7
/proc/13937/stat : 13937 (python) S 13930 13930 13667 0 -1 4202560 1157 0 0 0 6 6 0 0 19 0 2 0 906991802 476311552 49697 33554432000 4194304 5683644 140737335101600 18446744073709551615 268284515787 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/13937/statm: 116287 49697 414 364 0 52205 0
[pid=13939] ppid=13937 vsize=58000 CPUtime=100.09 cores=1,3,5,7
/proc/13939/stat : 13939 (lingeling) T 13937 13939 13939 0 -1 4202496 21022 0 0 0 10006 3 0 0 25 0 1 0 906991803 59392000 13702 33554432000 4194304 4352236 140733693577360 18446744073709551615 4328013 0 0 16781312 17506 18446744071562691360 0 0 17 3 0 0 0
/proc/13939/statm: 14500 13702 129 39 0 13580 0
[pid=13937/tid=13942] ppid=13930 vsize=465148 CPUtime=0 cores=1,3,5,7
/proc/13937/task/13942/stat : 13942 (python) S 13930 13930 13667 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 907001814 476311552 49697 33554432000 4194304 5683644 140737335101600 18446744073709551615 268284512689 0 0 16781312 514 18446604471122446272 0 0 -1 5 0 0 0
[pid=13943] ppid=13930 vsize=465160 CPUtime=0.04 cores=1,3,5,7
/proc/13943/stat : 13943 (python) S 13930 13930 13667 0 -1 4202560 932 0 0 0 2 2 0 0 15 0 1 0 907001816 476323840 49653 33554432000 4194304 5683644 140737335101600 18446744073709551615 268272709190 0 0 16781312 514 18156420227418521864 0 0 17 3 0 0 0
/proc/13943/statm: 116290 49653 371 364 0 52205 0
[pid=13945] ppid=13943 vsize=292392 CPUtime=31.76 cores=1,3,5,7
/proc/13945/stat : 13945 (cryptominisat-2) R 13943 13945 13945 0 -1 4202496 66396 0 0 0 3167 9 0 0 25 0 1 0 907001817 299409408 57370 33554432000 4194304 4677096 140736867379648 18446744073709551615 4320122 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/13945/statm: 73098 57370 390 118 0 68057 0
[pid=13930/tid=13938] ppid=13928 vsize=475404 CPUtime=0 cores=1,3,5,7
/proc/13930/task/13938/stat : 13938 (python) S 13928 13930 13667 0 -1 4202560 26 934 0 0 0 0 0 0 20 0 3 0 906991803 486813696 51164 33554432000 4194304 5683644 140737335101600 18446744073709551615 268284512689 0 0 16781312 2 18446604471161295040 0 0 -1 3 0 0 0
[pid=13930/tid=13944] ppid=13928 vsize=475404 CPUtime=0 cores=1,3,5,7
/proc/13930/task/13944/stat : 13944 (python) S 13928 13930 13667 0 -1 4202560 23 934 0 0 0 0 0 0 20 0 3 0 907001817 486813696 51164 33554432000 4194304 5683644 140737335101600 18446744073709551615 268284512689 0 0 16781312 2 18446604471161295040 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 162.06
Current children cumulated vsize (KiB) 1756104

[startup+222.301 s]
/proc/loadavg: 2.02 1.92 1.29 3/188 13951
/proc/meminfo: memFree=28368712/32950928 swapFree=67048888/67111528
[pid=13930] ppid=13928 vsize=475404 CPUtime=30.05 cores=1,3,5,7
/proc/13930/stat : 13930 (python) S 13928 13930 13667 0 -1 4202496 81509 934 1 0 2982 23 0 0 19 0 3 0 906988765 486813696 51164 33554432000 4194304 5683644 140737335101600 18446744073709551615 268284515787 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/13930/statm: 118851 51164 1878 364 0 54766 0
[pid=13937] ppid=13930 vsize=465148 CPUtime=0.12 cores=1,3,5,7
/proc/13937/stat : 13937 (python) S 13930 13930 13667 0 -1 4202560 1157 0 0 0 6 6 0 0 19 0 2 0 906991802 476311552 49697 33554432000 4194304 5683644 140737335101600 18446744073709551615 268284515787 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/13937/statm: 116287 49697 414 364 0 52205 0
[pid=13939] ppid=13937 vsize=58000 CPUtime=100.09 cores=1,3,5,7
/proc/13939/stat : 13939 (lingeling) T 13937 13939 13939 0 -1 4202496 21022 0 0 0 10006 3 0 0 25 0 1 0 906991803 59392000 13702 33554432000 4194304 4352236 140733693577360 18446744073709551615 4328013 0 0 16781312 17506 18446744071562691360 0 0 17 3 0 0 0
/proc/13939/statm: 14500 13702 129 39 0 13580 0
[pid=13937/tid=13942] ppid=13930 vsize=465148 CPUtime=0 cores=1,3,5,7
/proc/13937/task/13942/stat : 13942 (python) S 13930 13930 13667 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 907001814 476311552 49697 33554432000 4194304 5683644 140737335101600 18446744073709551615 268284512689 0 0 16781312 514 18446604471122446272 0 0 -1 5 0 0 0
[pid=13943] ppid=13930 vsize=465160 CPUtime=0.12 cores=1,3,5,7
/proc/13943/stat : 13943 (python) S 13930 13930 13667 0 -1 4202560 954 0 0 0 7 5 0 0 15 0 1 0 907001816 476323840 49653 33554432000 4194304 5683644 140737335101600 18446744073709551615 268272709190 0 0 16781312 514 18156420227418521864 0 0 17 3 0 0 0
/proc/13943/statm: 116290 49653 371 364 0 52205 0
[pid=13945] ppid=13943 vsize=306300 CPUtime=91.77 cores=1,3,5,7
/proc/13945/stat : 13945 (cryptominisat-2) R 13943 13945 13945 0 -1 4202496 75540 0 0 0 9166 11 0 0 25 0 1 0 907001817 313651200 59557 33554432000 4194304 4677096 140736867379648 18446744073709551615 4319571 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/13945/statm: 76575 59557 390 118 0 71534 0
[pid=13930/tid=13938] ppid=13928 vsize=475404 CPUtime=0 cores=1,3,5,7
/proc/13930/task/13938/stat : 13938 (python) S 13928 13930 13667 0 -1 4202560 26 934 0 0 0 0 0 0 20 0 3 0 906991803 486813696 51164 33554432000 4194304 5683644 140737335101600 18446744073709551615 268284512689 0 0 16781312 2 18446604471161295040 0 0 -1 3 0 0 0
[pid=13930/tid=13944] ppid=13928 vsize=475404 CPUtime=0 cores=1,3,5,7
/proc/13930/task/13944/stat : 13944 (python) S 13928 13930 13667 0 -1 4202560 23 934 0 0 0 0 0 0 20 0 3 0 907001817 486813696 51164 33554432000 4194304 5683644 140737335101600 18446744073709551615 268284512689 0 0 16781312 2 18446604471161295040 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 222.15
Current children cumulated vsize (KiB) 1770012

[startup+282.301 s]
/proc/loadavg: 2.09 1.95 1.34 3/188 13952
/proc/meminfo: memFree=28326492/32950928 swapFree=67048888/67111528

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

[startup+422.301 s]
/proc/loadavg: 2.09 1.98 1.43 3/188 13956
/proc/meminfo: memFree=21559408/32950928 swapFree=67048888/67111528
[pid=13930] ppid=13928 vsize=475404 CPUtime=30.05 cores=1,3,5,7
/proc/13930/stat : 13930 (python) S 13928 13930 13667 0 -1 4202496 81509 934 1 0 2982 23 0 0 19 0 3 0 906988765 486813696 51164 33554432000 4194304 5683644 140737335101600 18446744073709551615 268284515787 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/13930/statm: 118851 51164 1878 364 0 54766 0
[pid=13937] ppid=13930 vsize=465148 CPUtime=0.12 cores=1,3,5,7
/proc/13937/stat : 13937 (python) S 13930 13930 13667 0 -1 4202560 1157 0 0 0 6 6 0 0 19 0 2 0 906991802 476311552 49697 33554432000 4194304 5683644 140737335101600 18446744073709551615 268284515787 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/13937/statm: 116287 49697 414 364 0 52205 0
[pid=13939] ppid=13937 vsize=58000 CPUtime=100.09 cores=1,3,5,7
/proc/13939/stat : 13939 (lingeling) T 13937 13939 13939 0 -1 4202496 21022 0 0 0 10006 3 0 0 25 0 1 0 906991803 59392000 13702 33554432000 4194304 4352236 140733693577360 18446744073709551615 4328013 0 0 16781312 17506 18446744071562691360 0 0 17 3 0 0 0
/proc/13939/statm: 14500 13702 129 39 0 13580 0
[pid=13937/tid=13942] ppid=13930 vsize=465148 CPUtime=0 cores=1,3,5,7
/proc/13937/task/13942/stat : 13942 (python) S 13930 13930 13667 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 907001814 476311552 49697 33554432000 4194304 5683644 140737335101600 18446744073709551615 268284512689 0 0 16781312 514 18446604471122446272 0 0 -1 5 0 0 0
[pid=13943] ppid=13930 vsize=465160 CPUtime=0.38 cores=1,3,5,7
/proc/13943/stat : 13943 (python) S 13930 13930 13667 0 -1 4202560 1006 0 0 0 22 16 0 0 15 0 1 0 907001816 476323840 49653 33554432000 4194304 5683644 140737335101600 18446744073709551615 268272709190 0 0 16781312 514 18156420227418521864 0 0 17 3 0 0 0
/proc/13943/statm: 116290 49653 371 364 0 52205 0
[pid=13945] ppid=13943 vsize=307028 CPUtime=291.78 cores=1,3,5,7
/proc/13945/stat : 13945 (cryptominisat-2) R 13943 13945 13945 0 -1 4202496 107623 0 0 0 29161 17 0 0 25 0 1 0 907001817 314396672 60060 33554432000 4194304 4677096 140736867379648 18446744073709551615 4319550 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/13945/statm: 76757 60060 390 118 0 71716 0
[pid=13930/tid=13938] ppid=13928 vsize=475404 CPUtime=0 cores=1,3,5,7
/proc/13930/task/13938/stat : 13938 (python) S 13928 13930 13667 0 -1 4202560 26 934 0 0 0 0 0 0 20 0 3 0 906991803 486813696 51164 33554432000 4194304 5683644 140737335101600 18446744073709551615 268284512689 0 0 16781312 2 18446604471161295040 0 0 -1 3 0 0 0
[pid=13930/tid=13944] ppid=13928 vsize=475404 CPUtime=0 cores=1,3,5,7
/proc/13930/task/13944/stat : 13944 (python) S 13928 13930 13667 0 -1 4202560 23 934 0 0 0 0 0 0 20 0 3 0 907001817 486813696 51164 33554432000 4194304 5683644 140737335101600 18446744073709551615 268284512689 0 0 16781312 2 18446604471161295040 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 422.42
Current children cumulated vsize (KiB) 1770740

[startup+428.7 s]
/proc/loadavg: 2.08 1.98 1.43 3/188 13956
/proc/meminfo: memFree=21309780/32950928 swapFree=67048888/67111528
[pid=13930] ppid=13928 vsize=475404 CPUtime=30.05 cores=1,3,5,7
/proc/13930/stat : 13930 (python) S 13928 13930 13667 0 -1 4202496 81509 934 1 0 2982 23 0 0 19 0 3 0 906988765 486813696 51164 33554432000 4194304 5683644 140737335101600 18446744073709551615 268284515787 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/13930/statm: 118851 51164 1878 364 0 54766 0
[pid=13937] ppid=13930 vsize=465148 CPUtime=0.12 cores=1,3,5,7
/proc/13937/stat : 13937 (python) S 13930 13930 13667 0 -1 4202560 1157 0 0 0 6 6 0 0 19 0 2 0 906991802 476311552 49697 33554432000 4194304 5683644 140737335101600 18446744073709551615 268284515787 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/13937/statm: 116287 49697 414 364 0 52205 0
[pid=13939] ppid=13937 vsize=58000 CPUtime=100.09 cores=1,3,5,7
/proc/13939/stat : 13939 (lingeling) T 13937 13939 13939 0 -1 4202496 21022 0 0 0 10006 3 0 0 25 0 1 0 906991803 59392000 13702 33554432000 4194304 4352236 140733693577360 18446744073709551615 4328013 0 0 16781312 17506 18446744071562691360 0 0 17 3 0 0 0
/proc/13939/statm: 14500 13702 129 39 0 13580 0
[pid=13937/tid=13942] ppid=13930 vsize=465148 CPUtime=0 cores=1,3,5,7
/proc/13937/task/13942/stat : 13942 (python) S 13930 13930 13667 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 907001814 476311552 49697 33554432000 4194304 5683644 140737335101600 18446744073709551615 268284512689 0 0 16781312 514 18446604471122446272 0 0 -1 5 0 0 0
[pid=13943] ppid=13930 vsize=465160 CPUtime=0.39 cores=1,3,5,7
/proc/13943/stat : 13943 (python) S 13930 13930 13667 0 -1 4202560 1006 0 0 0 23 16 0 0 15 0 1 0 907001816 476323840 49653 33554432000 4194304 5683644 140737335101600 18446744073709551615 268272709190 0 0 16781312 514 5626337343066571016 0 0 17 3 0 0 0
/proc/13943/statm: 116290 49653 371 364 0 52205 0
[pid=13945] ppid=13943 vsize=307028 CPUtime=298.17 cores=1,3,5,7
/proc/13945/stat : 13945 (cryptominisat-2) R 13943 13945 13945 0 -1 4202496 108000 0 0 0 29800 17 0 0 25 0 1 0 907001817 314396672 60437 33554432000 4194304 4677096 140736867379648 18446744073709551615 4336232 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/13945/statm: 76757 60437 390 118 0 71716 0
[pid=13930/tid=13938] ppid=13928 vsize=475404 CPUtime=0 cores=1,3,5,7
/proc/13930/task/13938/stat : 13938 (python) S 13928 13930 13667 0 -1 4202560 26 934 0 0 0 0 0 0 20 0 3 0 906991803 486813696 51164 33554432000 4194304 5683644 140737335101600 18446744073709551615 268284512689 0 0 16781312 2 18446604471161295040 0 0 -1 3 0 0 0
[pid=13930/tid=13944] ppid=13928 vsize=475404 CPUtime=0 cores=1,3,5,7
/proc/13930/task/13944/stat : 13944 (python) S 13928 13930 13667 0 -1 4202560 23 934 0 0 0 0 0 0 20 0 3 0 907001817 486813696 51164 33554432000 4194304 5683644 140737335101600 18446744073709551615 268284512689 0 0 16781312 2 18446604471161295040 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 428.82
Current children cumulated vsize (KiB) 1770740

[startup+435.101 s]
/proc/loadavg: 2.07 1.98 1.44 3/188 13957
/proc/meminfo: memFree=21095132/32950928 swapFree=67048888/67111528
[pid=13930] ppid=13928 vsize=475404 CPUtime=30.05 cores=1,3,5,7
/proc/13930/stat : 13930 (python) S 13928 13930 13667 0 -1 4202496 81509 934 1 0 2982 23 0 0 19 0 3 0 906988765 486813696 51164 33554432000 4194304 5683644 140737335101600 18446744073709551615 268284515787 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/13930/statm: 118851 51164 1878 364 0 54766 0
[pid=13937] ppid=13930 vsize=465148 CPUtime=0.12 cores=1,3,5,7
/proc/13937/stat : 13937 (python) S 13930 13930 13667 0 -1 4202560 1157 0 0 0 6 6 0 0 19 0 2 0 906991802 476311552 49697 33554432000 4194304 5683644 140737335101600 18446744073709551615 268284515787 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/13937/statm: 116287 49697 414 364 0 52205 0
[pid=13939] ppid=13937 vsize=58000 CPUtime=100.09 cores=1,3,5,7
/proc/13939/stat : 13939 (lingeling) T 13937 13939 13939 0 -1 4202496 21022 0 0 0 10006 3 0 0 25 0 1 0 906991803 59392000 13702 33554432000 4194304 4352236 140733693577360 18446744073709551615 4328013 0 0 16781312 17506 18446744071562691360 0 0 17 3 0 0 0
/proc/13939/statm: 14500 13702 129 39 0 13580 0
[pid=13937/tid=13942] ppid=13930 vsize=465148 CPUtime=0 cores=1,3,5,7
/proc/13937/task/13942/stat : 13942 (python) S 13930 13930 13667 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 907001814 476311552 49697 33554432000 4194304 5683644 140737335101600 18446744073709551615 268284512689 0 0 16781312 514 18446604471122446272 0 0 -1 5 0 0 0
[pid=13943] ppid=13930 vsize=465160 CPUtime=0.4 cores=1,3,5,7
/proc/13943/stat : 13943 (python) S 13930 13930 13667 0 -1 4202560 1006 0 0 0 23 17 0 0 15 0 1 0 907001816 476323840 49653 33554432000 4194304 5683644 140737335101600 18446744073709551615 268272709190 0 0 16781312 514 5626337343066571016 0 0 17 3 0 0 0
/proc/13943/statm: 116290 49653 371 364 0 52205 0
[pid=13945] ppid=13943 vsize=292876 CPUtime=304.57 cores=1,3,5,7
/proc/13945/stat : 13945 (cryptominisat-2) R 13943 13945 13945 0 -1 4202496 108007 0 0 0 30440 17 0 0 25 0 1 0 907001817 299905024 57889 33554432000 4194304 4677096 140736867379648 18446744073709551615 4336222 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/13945/statm: 73219 57889 390 118 0 68178 0
[pid=13930/tid=13938] ppid=13928 vsize=475404 CPUtime=0 cores=1,3,5,7
/proc/13930/task/13938/stat : 13938 (python) S 13928 13930 13667 0 -1 4202560 26 934 0 0 0 0 0 0 20 0 3 0 906991803 486813696 51164 33554432000 4194304 5683644 140737335101600 18446744073709551615 268284512689 0 0 16781312 2 18446604471161295040 0 0 -1 3 0 0 0
[pid=13930/tid=13944] ppid=13928 vsize=475404 CPUtime=0 cores=1,3,5,7
/proc/13930/task/13944/stat : 13944 (python) S 13928 13930 13667 0 -1 4202560 23 934 0 0 0 0 0 0 20 0 3 0 907001817 486813696 51164 33554432000 4194304 5683644 140737335101600 18446744073709551615 268284512689 0 0 16781312 2 18446604471161295040 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 435.23
Current children cumulated vsize (KiB) 1756588

[startup+436.707 s]
/proc/loadavg: 2.07 1.98 1.44 3/188 13957
/proc/meminfo: memFree=20915828/32950928 swapFree=67048888/67111528
[pid=13930] ppid=13928 vsize=475404 CPUtime=30.05 cores=1,3,5,7
/proc/13930/stat : 13930 (python) S 13928 13930 13667 0 -1 4202496 81509 934 1 0 2982 23 0 0 19 0 3 0 906988765 486813696 51164 33554432000 4194304 5683644 140737335101600 18446744073709551615 268284515787 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/13930/statm: 118851 51164 1878 364 0 54766 0
[pid=13937] ppid=13930 vsize=465148 CPUtime=0.12 cores=1,3,5,7
/proc/13937/stat : 13937 (python) S 13930 13930 13667 0 -1 4202560 1157 0 0 0 6 6 0 0 19 0 2 0 906991802 476311552 49697 33554432000 4194304 5683644 140737335101600 18446744073709551615 268284515787 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/13937/statm: 116287 49697 414 364 0 52205 0
[pid=13939] ppid=13937 vsize=58000 CPUtime=100.09 cores=1,3,5,7
/proc/13939/stat : 13939 (lingeling) T 13937 13939 13939 0 -1 4202496 21022 0 0 0 10006 3 0 0 25 0 1 0 906991803 59392000 13702 33554432000 4194304 4352236 140733693577360 18446744073709551615 4328013 0 0 16781312 17506 18446744071562691360 0 0 17 3 0 0 0
/proc/13939/statm: 14500 13702 129 39 0 13580 0
[pid=13937/tid=13942] ppid=13930 vsize=465148 CPUtime=0 cores=1,3,5,7
/proc/13937/task/13942/stat : 13942 (python) S 13930 13930 13667 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 907001814 476311552 49697 33554432000 4194304 5683644 140737335101600 18446744073709551615 268284512689 0 0 16781312 514 18446604471122446272 0 0 -1 5 0 0 0
[pid=13943] ppid=13930 vsize=465160 CPUtime=0.4 cores=1,3,5,7
/proc/13943/stat : 13943 (python) S 13930 13930 13667 0 -1 4202560 1006 0 0 0 23 17 0 0 15 0 1 0 907001816 476323840 49653 33554432000 4194304 5683644 140737335101600 18446744073709551615 268272709190 0 0 16781312 514 5626337343066571016 0 0 17 3 0 0 0
/proc/13943/statm: 116290 49653 371 364 0 52205 0
[pid=13945] ppid=13943 vsize=292876 CPUtime=306.18 cores=1,3,5,7
/proc/13945/stat : 13945 (cryptominisat-2) R 13943 13945 13945 0 -1 4202496 108051 0 0 0 30601 17 0 0 25 0 1 0 907001817 299905024 57933 33554432000 4194304 4677096 140736867379648 18446744073709551615 4320112 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/13945/statm: 73219 57933 390 118 0 68178 0
[pid=13930/tid=13938] ppid=13928 vsize=475404 CPUtime=0 cores=1,3,5,7
/proc/13930/task/13938/stat : 13938 (python) S 13928 13930 13667 0 -1 4202560 26 934 0 0 0 0 0 0 20 0 3 0 906991803 486813696 51164 33554432000 4194304 5683644 140737335101600 18446744073709551615 268284512689 0 0 16781312 2 18446604471161295040 0 0 -1 3 0 0 0
[pid=13930/tid=13944] ppid=13928 vsize=475404 CPUtime=0 cores=1,3,5,7
/proc/13930/task/13944/stat : 13944 (python) S 13928 13930 13667 0 -1 4202560 23 934 0 0 0 0 0 0 20 0 3 0 907001817 486813696 51164 33554432000 4194304 5683644 140737335101600 18446744073709551615 268284512689 0 0 16781312 2 18446604471161295040 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 436.84
Current children cumulated vsize (KiB) 1756588

[startup+437.501 s]
/proc/loadavg: 2.07 1.98 1.44 3/188 13957
/proc/meminfo: memFree=20915828/32950928 swapFree=67048888/67111528
[pid=13930] ppid=13928 vsize=475404 CPUtime=30.05 cores=1,3,5,7
/proc/13930/stat : 13930 (python) S 13928 13930 13667 0 -1 4202496 81509 934 1 0 2982 23 0 0 19 0 3 0 906988765 486813696 51164 33554432000 4194304 5683644 140737335101600 18446744073709551615 268284515787 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/13930/statm: 118851 51164 1878 364 0 54766 0
[pid=13937] ppid=13930 vsize=465148 CPUtime=0.12 cores=1,3,5,7
/proc/13937/stat : 13937 (python) S 13930 13930 13667 0 -1 4202560 1157 0 0 0 6 6 0 0 19 0 2 0 906991802 476311552 49697 33554432000 4194304 5683644 140737335101600 18446744073709551615 268284515787 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/13937/statm: 116287 49697 414 364 0 52205 0
[pid=13939] ppid=13937 vsize=58000 CPUtime=100.09 cores=1,3,5,7
/proc/13939/stat : 13939 (lingeling) T 13937 13939 13939 0 -1 4202496 21022 0 0 0 10006 3 0 0 25 0 1 0 906991803 59392000 13702 33554432000 4194304 4352236 140733693577360 18446744073709551615 4328013 0 0 16781312 17506 18446744071562691360 0 0 17 3 0 0 0
/proc/13939/statm: 14500 13702 129 39 0 13580 0
[pid=13937/tid=13942] ppid=13930 vsize=465148 CPUtime=0 cores=1,3,5,7
/proc/13937/task/13942/stat : 13942 (python) S 13930 13930 13667 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 907001814 476311552 49697 33554432000 4194304 5683644 140737335101600 18446744073709551615 268284512689 0 0 16781312 514 18446604471122446272 0 0 -1 5 0 0 0
[pid=13943] ppid=13930 vsize=465160 CPUtime=0.4 cores=1,3,5,7
/proc/13943/stat : 13943 (python) S 13930 13930 13667 0 -1 4202560 1006 0 0 0 23 17 0 0 15 0 1 0 907001816 476323840 49653 33554432000 4194304 5683644 140737335101600 18446744073709551615 268272709190 0 0 16781312 514 5626337343066571016 0 0 17 3 0 0 0
/proc/13943/statm: 116290 49653 371 364 0 52205 0
[pid=13945] ppid=13943 vsize=292876 CPUtime=306.97 cores=1,3,5,7
/proc/13945/stat : 13945 (cryptominisat-2) R 13943 13945 13945 0 -1 4202496 108103 0 0 0 30680 17 0 0 25 0 1 0 907001817 299905024 57985 33554432000 4194304 4677096 140736867379648 18446744073709551615 4336189 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/13945/statm: 73219 57985 390 118 0 68178 0
[pid=13930/tid=13938] ppid=13928 vsize=475404 CPUtime=0 cores=1,3,5,7
/proc/13930/task/13938/stat : 13938 (python) S 13928 13930 13667 0 -1 4202560 26 934 0 0 0 0 0 0 20 0 3 0 906991803 486813696 51164 33554432000 4194304 5683644 140737335101600 18446744073709551615 268284512689 0 0 16781312 2 18446604471161295040 0 0 -1 3 0 0 0
[pid=13930/tid=13944] ppid=13928 vsize=475404 CPUtime=0 cores=1,3,5,7
/proc/13930/task/13944/stat : 13944 (python) S 13928 13930 13667 0 -1 4202560 23 934 0 0 0 0 0 0 20 0 3 0 907001817 486813696 51164 33554432000 4194304 5683644 140737335101600 18446744073709551615 268284512689 0 0 16781312 2 18446604471161295040 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 437.63
Current children cumulated vsize (KiB) 1756588

[startup+438.301 s]
/proc/loadavg: 2.07 1.98 1.44 3/188 13957
/proc/meminfo: memFree=20799636/32950928 swapFree=67048888/67111528
[pid=13930] ppid=13928 vsize=475404 CPUtime=30.05 cores=1,3,5,7
/proc/13930/stat : 13930 (python) S 13928 13930 13667 0 -1 4202496 81509 934 1 0 2982 23 0 0 19 0 3 0 906988765 486813696 51164 33554432000 4194304 5683644 140737335101600 18446744073709551615 268284515787 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/13930/statm: 118851 51164 1878 364 0 54766 0
[pid=13937] ppid=13930 vsize=465148 CPUtime=0.12 cores=1,3,5,7
/proc/13937/stat : 13937 (python) S 13930 13930 13667 0 -1 4202560 1157 0 0 0 6 6 0 0 19 0 2 0 906991802 476311552 49697 33554432000 4194304 5683644 140737335101600 18446744073709551615 268284515787 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/13937/statm: 116287 49697 414 364 0 52205 0
[pid=13939] ppid=13937 vsize=58000 CPUtime=100.09 cores=1,3,5,7
/proc/13939/stat : 13939 (lingeling) T 13937 13939 13939 0 -1 4202496 21022 0 0 0 10006 3 0 0 25 0 1 0 906991803 59392000 13702 33554432000 4194304 4352236 140733693577360 18446744073709551615 4328013 0 0 16781312 17506 18446744071562691360 0 0 17 3 0 0 0
/proc/13939/statm: 14500 13702 129 39 0 13580 0
[pid=13937/tid=13942] ppid=13930 vsize=465148 CPUtime=0 cores=1,3,5,7
/proc/13937/task/13942/stat : 13942 (python) S 13930 13930 13667 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 907001814 476311552 49697 33554432000 4194304 5683644 140737335101600 18446744073709551615 268284512689 0 0 16781312 514 18446604471122446272 0 0 -1 5 0 0 0
[pid=13943] ppid=13930 vsize=465160 CPUtime=0.4 cores=1,3,5,7
/proc/13943/stat : 13943 (python) S 13930 13930 13667 0 -1 4202560 1006 0 0 0 23 17 0 0 15 0 1 0 907001816 476323840 49653 33554432000 4194304 5683644 140737335101600 18446744073709551615 268272709190 0 0 16781312 514 5626337343066571016 0 0 17 3 0 0 0
/proc/13943/statm: 116290 49653 371 364 0 52205 0
[pid=13945] ppid=13943 vsize=292876 CPUtime=307.77 cores=1,3,5,7
/proc/13945/stat : 13945 (cryptominisat-2) R 13943 13945 13945 0 -1 4202496 108143 0 0 0 30760 17 0 0 25 0 1 0 907001817 299905024 58025 33554432000 4194304 4677096 140736867379648 18446744073709551615 4355223 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/13945/statm: 73219 58025 390 118 0 68178 0
[pid=13930/tid=13938] ppid=13928 vsize=475404 CPUtime=0 cores=1,3,5,7
/proc/13930/task/13938/stat : 13938 (python) S 13928 13930 13667 0 -1 4202560 26 934 0 0 0 0 0 0 20 0 3 0 906991803 486813696 51164 33554432000 4194304 5683644 140737335101600 18446744073709551615 268284512689 0 0 16781312 2 18446604471161295040 0 0 -1 3 0 0 0
[pid=13930/tid=13944] ppid=13928 vsize=475404 CPUtime=0 cores=1,3,5,7
/proc/13930/task/13944/stat : 13944 (python) S 13928 13930 13667 0 -1 4202560 23 934 0 0 0 0 0 0 20 0 3 0 907001817 486813696 51164 33554432000 4194304 5683644 140737335101600 18446744073709551615 268284512689 0 0 16781312 2 18446604471161295040 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 438.43
Current children cumulated vsize (KiB) 1756588

[startup+438.701 s]
/proc/loadavg: 2.07 1.98 1.44 3/188 13957
/proc/meminfo: memFree=20799636/32950928 swapFree=67048888/67111528
[pid=13930] ppid=13928 vsize=0 CPUtime=438.88 cores=1,3,5,7
/proc/13930/stat : 13930 (python) R 13928 13930 13667 0 -1 4202500 105747 132534 1 0 2985 25 40831 47 17 0 1 0 906988765 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 5 0 0 0
/proc/13930/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 438.88
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 438.71
CPU time (s): 438.91
CPU user time (s): 438.172
CPU system time (s): 0.737887
CPU usage (%): 100.046
Max. virtual memory (cumulated for all children) (KiB): 1772388

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 438.172
system time used= 0.737887
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 238281
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= 3570
involuntary context switches= 448

runsolver used 0.683896 second user time and 1.65675 second system time

The end

Launcher Data

Begin job on node122 at 2011-06-13 10:31:39
IDJOB=3498426
IDBENCH=82496
IDSOLVER=1991
FILE ID=node122/3498426-1307953899
RUNJOBID= node122-1307953121-13686
PBS_JOBID= 13559706
Free space on /var/tmp= 2772 MiB

SOLVER NAME= borg-sat 11.03.02-seq-industrial (fixed)
BENCH NAME= SAT11/application/manthey/traffic/traffic_kkb_unknown.cnf
COMMAND LINE= python DIR/solve DIR/etc/borg-mix+class.industrial.pickle BENCHNAME -seed RANDOMSEED -budget TIMEOUT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /var/tmp/evaluation-result-3498426-1307953899/watcher-3498426-1307953899 -o /var/tmp/evaluation-result-3498426-1307953899/solver-3498426-1307953899 -C 5000 -W 5100 -M 15500  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3498426-1307953899.cnf -seed 1381976871 -budget 5000

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

MD5SUM BENCH= 254fcd4eae8129ad5842f186e24e0793
RANDOM SEED=1381976871

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

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      29374844 kB
Buffers:         22000 kB
Cached:        2637844 kB
SwapCached:      15100 kB
Active:         971752 kB
Inactive:      2399760 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      29374844 kB
SwapTotal:    67111528 kB
SwapFree:     67048888 kB
Dirty:           49028 kB
Writeback:           0 kB
AnonPages:      708472 kB
Mapped:          14660 kB
Slab:           136740 kB
PageTables:       6500 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   905368 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /var/tmp at the end= 2740 MiB
End job on node122 at 2011-06-13 10:38:59