Trace number 3498427

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 436.99 436.855

General information on the benchmark

Nameapplication/manthey/traffic/
traffic_f_unknown.cnf
MD5SUMf03ed12a281977a642336980ec847847
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark108.831
Satisfiable
(Un)Satisfiability was proved
Number of variables33320
Number of clauses763101
Sum of the clauses size2854525
Maximum clause length4
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 252598
Number of clauses of size 392683
Number of clauses of size 4617820
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.31/0.68	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.31/0.68	c INFO: solving HOME/instance-3498427-1307953900.cnf
0.31/0.68	c INFO: computing task features
3.48/3.83	c INFO: computed variable-clause graph statistics
3.58/3.90	c INFO: computed clause balance statistics
19.08/19.42	c INFO: computed variable balance statistics
30.28/30.65	c INFO: computed small-clause counts
30.38/30.71	c INFO: computed Horn-clause counts
31.98/32.38	c INFO: computed variable graph statistics
31.98/32.38	c INFO: collected features for HOME/instance-3498427-1307953900.cnf in 31.59 s
32.07/32.40	c INFO: running lingeling-276@0 for 97 with 4968 remaining (b = 0.18)
132.28/132.54	c INFO: running cryptominisat-2.9.0@0 for 485 with 4868 remaining (b = 0.16)
436.78/436.79	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-3498427-1307953900/watcher-3498427-1307953900 -o /var/tmp/evaluation-result-3498427-1307953900/solver-3498427-1307953900 -C 5000 -W 5100 -M 15500 python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3498427-1307953900.cnf -seed 1878568651 -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.99 1.84 1.11 2/177 28894
/proc/meminfo: memFree=4209388/32951124 swapFree=67064380/67111528
[pid=28894] ppid=28892 vsize=15188 CPUtime=0 cores=1,3,5,7
/proc/28894/stat : 28894 (python) R 28892 28894 28636 0 -1 4202496 726 0 0 0 0 0 0 0 21 0 1 0 906990545 15552512 615 33554432000 4194304 5683644 140733649574464 18446744073709551615 4620076 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/28894/statm: 3796 615 321 364 0 283 0

[startup+0.0784331 s]
/proc/loadavg: 1.99 1.84 1.11 2/177 28894
/proc/meminfo: memFree=4209388/32951124 swapFree=67064380/67111528
[pid=28894] ppid=28892 vsize=45688 CPUtime=0.03 cores=1,3,5,7
/proc/28894/stat : 28894 (python) R 28892 28894 28636 0 -1 4202496 1890 0 0 0 3 0 0 0 17 0 1 0 906990545 46784512 1662 33554432000 4194304 5683644 140733649574464 18446744073709551615 244446943232 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/28894/statm: 11422 1662 470 364 0 1171 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 45688

[startup+0.100432 s]
/proc/loadavg: 1.99 1.84 1.11 2/177 28894
/proc/meminfo: memFree=4209388/32951124 swapFree=67064380/67111528
[pid=28894] ppid=28892 vsize=85624 CPUtime=0.05 cores=1,3,5,7
/proc/28894/stat : 28894 (python) S 28892 28894 28636 0 -1 4202496 2631 0 0 0 4 1 0 0 17 0 1 0 906990545 87678976 2348 33554432000 4194304 5683644 140733649574464 18446744073709551615 244446943232 0 2147483391 16781312 2 18446744071699199166 0 0 17 1 0 0 0
/proc/28894/statm: 21406 2348 713 364 0 1623 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 85624

[startup+0.300403 s]
/proc/loadavg: 1.99 1.84 1.11 2/177 28894
/proc/meminfo: memFree=4209388/32951124 swapFree=67064380/67111528
[pid=28894] ppid=28892 vsize=135752 CPUtime=0.16 cores=1,3,5,7
/proc/28894/stat : 28894 (python) S 28892 28894 28636 0 -1 4202496 5971 935 1 0 12 4 0 0 17 0 1 0 906990545 139010048 4149 33554432000 4194304 5683644 140733649574464 18446744073709551615 244446943232 0 2147483391 16781312 2 18446744071699199166 0 0 17 7 0 0 0
/proc/28894/statm: 33938 4149 1032 364 0 3124 0
Current children cumulated CPU time (s) 0.16
Current children cumulated vsize (KiB) 135752

[startup+0.70032 s]
/proc/loadavg: 1.99 1.84 1.11 2/177 28894
/proc/meminfo: memFree=4209388/32951124 swapFree=67064380/67111528
[pid=28894] ppid=28892 vsize=297016 CPUtime=0.38 cores=1,3,5,7
/proc/28894/stat : 28894 (python) R 28892 28894 28636 0 -1 4202496 13926 935 1 0 27 11 0 0 15 0 1 0 906990545 304144384 11598 33554432000 4194304 5683644 140733649574464 18446744073709551615 4570212 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/28894/statm: 74292 11611 1761 364 0 10216 0
Current children cumulated CPU time (s) 0.38
Current children cumulated vsize (KiB) 297016

[startup+1.50018 s]
/proc/loadavg: 1.99 1.84 1.11 3/178 28899
/proc/meminfo: memFree=4147908/32951124 swapFree=67064380/67111528
[pid=28894] ppid=28892 vsize=348968 CPUtime=1.18 cores=1,3,5,7
/proc/28894/stat : 28894 (python) R 28892 28894 28636 0 -1 4202496 26853 935 1 0 105 13 0 0 16 0 1 0 906990545 357343232 24525 33554432000 4194304 5683644 140733649574464 18446744073709551615 244446606021 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/28894/statm: 87242 24526 1761 364 0 23166 0
Current children cumulated CPU time (s) 1.18
Current children cumulated vsize (KiB) 348968

[startup+3.10088 s]
/proc/loadavg: 1.99 1.84 1.11 3/178 28899
/proc/meminfo: memFree=3927828/32951124 swapFree=67064380/67111528
[pid=28894] ppid=28892 vsize=460760 CPUtime=2.78 cores=1,3,5,7
/proc/28894/stat : 28894 (python) R 28892 28894 28636 0 -1 4202496 49213 935 1 0 262 16 0 0 18 0 1 0 906990545 471818240 46885 33554432000 4194304 5683644 140733649574464 18446744073709551615 47847659592389 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/28894/statm: 115190 46886 1761 364 0 51114 0
Current children cumulated CPU time (s) 2.78
Current children cumulated vsize (KiB) 460760

[startup+6.30028 s]
/proc/loadavg: 1.99 1.84 1.11 3/178 28899
/proc/meminfo: memFree=3957588/32951124 swapFree=67064380/67111528
[pid=28894] ppid=28892 vsize=487512 CPUtime=5.98 cores=1,3,5,7
/proc/28894/stat : 28894 (python) R 28892 28894 28636 0 -1 4202496 86695 935 1 0 578 20 0 0 25 0 1 0 906990545 499212288 59262 33554432000 4194304 5683644 140733649574464 18446744073709551615 47847659561261 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/28894/statm: 121878 59262 1826 364 0 57802 0
Current children cumulated CPU time (s) 5.98
Current children cumulated vsize (KiB) 487512

[startup+12.7011 s]
/proc/loadavg: 1.99 1.84 1.12 3/178 28899
/proc/meminfo: memFree=3958176/32951124 swapFree=67064380/67111528
[pid=28894] ppid=28892 vsize=487512 CPUtime=12.38 cores=1,3,5,7
/proc/28894/stat : 28894 (python) R 28892 28894 28636 0 -1 4202496 86695 935 1 0 1218 20 0 0 25 0 1 0 906990545 499212288 59262 33554432000 4194304 5683644 140733649574464 18446744073709551615 244450353845 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/28894/statm: 121878 59262 1826 364 0 57802 0
Current children cumulated CPU time (s) 12.38
Current children cumulated vsize (KiB) 487512

[startup+25.5007 s]
/proc/loadavg: 1.99 1.85 1.13 3/178 28900
/proc/meminfo: memFree=3958428/32951124 swapFree=67064380/67111528
[pid=28894] ppid=28892 vsize=487512 CPUtime=25.18 cores=1,3,5,7
/proc/28894/stat : 28894 (python) R 28892 28894 28636 0 -1 4202496 86696 935 1 0 2498 20 0 0 25 0 1 0 906990545 499212288 59263 33554432000 4194304 5683644 140733649574464 18446744073709551615 4510864 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/28894/statm: 121878 59263 1827 364 0 57802 0
Current children cumulated CPU time (s) 25.18
Current children cumulated vsize (KiB) 487512

[startup+51.101 s]
/proc/loadavg: 1.99 1.86 1.15 3/181 28903
/proc/meminfo: memFree=3917256/32951124 swapFree=67064380/67111528
[pid=28894] ppid=28892 vsize=480856 CPUtime=32.09 cores=1,3,5,7
/proc/28894/stat : 28894 (python) S 28892 28894 28636 0 -1 4202496 87073 935 1 0 3188 21 0 0 19 0 2 0 906990545 492396544 55084 33554432000 4194304 5683644 140733649574464 18446744073709551615 244458771915 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/28894/statm: 120214 55084 1875 364 0 56132 0
[pid=28901] ppid=28894 vsize=470612 CPUtime=0.02 cores=1,3,5,7
/proc/28901/stat : 28901 (python) S 28894 28894 28636 0 -1 4202560 960 0 0 0 1 1 0 0 18 0 1 0 906993786 481906688 53586 33554432000 4194304 5683644 140733649574464 18446744073709551615 244446965263 0 0 16781312 514 7184543227423195400 0 0 17 7 0 0 0
/proc/28901/statm: 117653 53586 381 364 0 53571 0
[pid=28903] ppid=28901 vsize=59312 CPUtime=18.68 cores=1,3,5,7
/proc/28903/stat : 28903 (lingeling) R 28901 28903 28903 0 -1 4202496 21172 0 0 0 1865 3 0 0 25 0 1 0 906993787 60735488 13998 33554432000 4194304 4352236 140737221170032 18446744073709551615 4222658 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/28903/statm: 14828 13998 129 39 0 13908 0
[pid=28894/tid=28902] ppid=28892 vsize=480856 CPUtime=0 cores=1,3,5,7
/proc/28894/task/28902/stat : 28902 (python) S 28892 28894 28636 0 -1 4202560 28 935 0 0 0 0 0 0 19 0 2 0 906993786 492396544 55084 33554432000 4194304 5683644 140733649574464 18446744073709551615 244458768817 0 0 16781312 2 18446604463666622848 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 50.79
Current children cumulated vsize (KiB) 1010780

[startup+102.306 s]
/proc/loadavg: 1.99 1.88 1.20 3/185 28909
/proc/meminfo: memFree=3032848/32951124 swapFree=67064380/67111528
[pid=28894] ppid=28892 vsize=480856 CPUtime=32.09 cores=1,3,5,7
/proc/28894/stat : 28894 (python) S 28892 28894 28636 0 -1 4202496 87073 935 1 0 3188 21 0 0 19 0 2 0 906990545 492396544 55084 33554432000 4194304 5683644 140733649574464 18446744073709551615 244458771915 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/28894/statm: 120214 55084 1875 364 0 56132 0
[pid=28901] ppid=28894 vsize=470612 CPUtime=0.07 cores=1,3,5,7
/proc/28901/stat : 28901 (python) S 28894 28894 28636 0 -1 4202560 974 0 0 0 3 4 0 0 18 0 1 0 906993786 481906688 53586 33554432000 4194304 5683644 140733649574464 18446744073709551615 244446965263 0 0 16781312 514 7184543227423195400 0 0 17 7 0 0 0
/proc/28901/statm: 117653 53586 381 364 0 53571 0
[pid=28903] ppid=28901 vsize=60016 CPUtime=69.88 cores=1,3,5,7
/proc/28903/stat : 28903 (lingeling) R 28901 28903 28903 0 -1 4202496 21609 0 0 0 6985 3 0 0 25 0 1 0 906993787 61456384 14174 33554432000 4194304 4352236 140737221170032 18446744073709551615 4328191 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/28903/statm: 15004 14174 129 39 0 14084 0
[pid=28894/tid=28902] ppid=28892 vsize=480856 CPUtime=0 cores=1,3,5,7
/proc/28894/task/28902/stat : 28902 (python) S 28892 28894 28636 0 -1 4202560 28 935 0 0 0 0 0 0 19 0 2 0 906993786 492396544 55084 33554432000 4194304 5683644 140733649574464 18446744073709551615 244458768817 0 0 16781312 2 18446604463666622848 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 102.04
Current children cumulated vsize (KiB) 1011484

[startup+162.3 s]
/proc/loadavg: 1.99 1.90 1.24 3/189 28914
/proc/meminfo: memFree=2572120/32951124 swapFree=67064380/67111528
[pid=28894] ppid=28892 vsize=491112 CPUtime=32.12 cores=1,3,5,7
/proc/28894/stat : 28894 (python) S 28892 28894 28636 0 -1 4202496 87860 935 1 0 3190 22 0 0 20 0 3 0 906990545 502898688 55091 33554432000 4194304 5683644 140733649574464 18446744073709551615 244458771915 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/28894/statm: 122778 55091 1878 364 0 58693 0
[pid=28901] ppid=28894 vsize=480856 CPUtime=0.11 cores=1,3,5,7
/proc/28901/stat : 28901 (python) S 28894 28894 28636 0 -1 4202560 1147 0 0 0 5 6 0 0 19 0 2 0 906993786 492396544 53624 33554432000 4194304 5683644 140733649574464 18446744073709551615 244458771915 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/28901/statm: 120214 53624 414 364 0 56132 0
[pid=28903] ppid=28901 vsize=59952 CPUtime=100.1 cores=1,3,5,7
/proc/28903/stat : 28903 (lingeling) T 28901 28903 28903 0 -1 4202496 24232 0 0 0 10007 3 0 0 25 0 1 0 906993787 61390848 14158 33554432000 4194304 4352236 140737221170032 18446744073709551615 4328009 0 0 16781312 17506 18446744071562691360 0 0 17 5 0 0 0
/proc/28903/statm: 14988 14158 129 39 0 14068 0
[pid=28901/tid=28911] ppid=28894 vsize=480856 CPUtime=0 cores=1,3,5,7
/proc/28901/task/28911/stat : 28911 (python) S 28894 28894 28636 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 907003798 492396544 53624 33554432000 4194304 5683644 140733649574464 18446744073709551615 244458768817 0 0 16781312 514 18446604471161181312 0 0 -1 1 0 0 0
[pid=28912] ppid=28894 vsize=480868 CPUtime=0.04 cores=1,3,5,7
/proc/28912/stat : 28912 (python) S 28894 28894 28636 0 -1 4202560 912 0 0 0 2 2 0 0 15 0 1 0 907003800 492408832 53579 33554432000 4194304 5683644 140733649574464 18446744073709551615 244446965318 0 0 16781312 514 5625668839996883208 0 0 17 3 0 0 0
/proc/28912/statm: 120217 53579 370 364 0 56132 0
[pid=28914] ppid=28912 vsize=289708 CPUtime=29.64 cores=1,3,5,7
/proc/28914/stat : 28914 (cryptominisat-2) R 28912 28914 28914 0 -1 4202496 65625 0 1 0 2953 11 0 0 25 0 1 0 907003801 296660992 56913 33554432000 4194304 4677096 140733790360192 18446744073709551615 4318898 0 0 16781312 2 0 0 0 17 5 0 0 8
/proc/28914/statm: 72427 56913 390 118 0 67386 0
[pid=28894/tid=28902] ppid=28892 vsize=491112 CPUtime=0 cores=1,3,5,7
/proc/28894/task/28902/stat : 28902 (python) S 28892 28894 28636 0 -1 4202560 28 935 0 0 0 0 0 0 19 0 3 0 906993786 502898688 55091 33554432000 4194304 5683644 140733649574464 18446744073709551615 244458768817 0 0 16781312 2 18446604463666622848 0 0 -1 1 0 0 0
[pid=28894/tid=28913] ppid=28892 vsize=491112 CPUtime=0 cores=1,3,5,7
/proc/28894/task/28913/stat : 28913 (python) S 28892 28894 28636 0 -1 4202560 27 935 0 0 0 0 0 0 20 0 3 0 907003801 502898688 55091 33554432000 4194304 5683644 140733649574464 18446744073709551615 244458768817 0 0 16781312 2 18446604463666622848 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 162.01
Current children cumulated vsize (KiB) 1802496

[startup+222.301 s]
/proc/loadavg: 1.99 1.91 1.29 3/190 28917
/proc/meminfo: memFree=2570076/32951124 swapFree=67064380/67111528
[pid=28894] ppid=28892 vsize=491112 CPUtime=32.12 cores=1,3,5,7
/proc/28894/stat : 28894 (python) S 28892 28894 28636 0 -1 4202496 87860 935 1 0 3190 22 0 0 20 0 3 0 906990545 502898688 55091 33554432000 4194304 5683644 140733649574464 18446744073709551615 244458771915 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/28894/statm: 122778 55091 1878 364 0 58693 0
[pid=28901] ppid=28894 vsize=480856 CPUtime=0.11 cores=1,3,5,7
/proc/28901/stat : 28901 (python) S 28894 28894 28636 0 -1 4202560 1147 0 0 0 5 6 0 0 19 0 2 0 906993786 492396544 53624 33554432000 4194304 5683644 140733649574464 18446744073709551615 244458771915 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/28901/statm: 120214 53624 414 364 0 56132 0
[pid=28903] ppid=28901 vsize=59952 CPUtime=100.1 cores=1,3,5,7
/proc/28903/stat : 28903 (lingeling) T 28901 28903 28903 0 -1 4202496 24232 0 0 0 10007 3 0 0 25 0 1 0 906993787 61390848 14158 33554432000 4194304 4352236 140737221170032 18446744073709551615 4328009 0 0 16781312 17506 18446744071562691360 0 0 17 5 0 0 0
/proc/28903/statm: 14988 14158 129 39 0 14068 0
[pid=28901/tid=28911] ppid=28894 vsize=480856 CPUtime=0 cores=1,3,5,7
/proc/28901/task/28911/stat : 28911 (python) S 28894 28894 28636 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 907003798 492396544 53624 33554432000 4194304 5683644 140733649574464 18446744073709551615 244458768817 0 0 16781312 514 18446604471161181312 0 0 -1 1 0 0 0
[pid=28912] ppid=28894 vsize=480868 CPUtime=0.12 cores=1,3,5,7
/proc/28912/stat : 28912 (python) S 28894 28894 28636 0 -1 4202560 944 0 0 0 6 6 0 0 15 0 1 0 907003800 492408832 53579 33554432000 4194304 5683644 140733649574464 18446744073709551615 244446965318 0 0 16781312 514 7184543227423195400 0 0 17 3 0 0 0
/proc/28912/statm: 120217 53579 370 364 0 56132 0
[pid=28914] ppid=28912 vsize=290076 CPUtime=89.64 cores=1,3,5,7
/proc/28914/stat : 28914 (cryptominisat-2) R 28912 28914 28914 0 -1 4202496 74997 0 1 0 8951 13 0 0 25 0 1 0 907003801 297037824 57144 33554432000 4194304 4677096 140733790360192 18446744073709551615 4320006 0 0 16781312 2 0 0 0 17 5 0 0 8
/proc/28914/statm: 72519 57144 390 118 0 67478 0
[pid=28894/tid=28902] ppid=28892 vsize=491112 CPUtime=0 cores=1,3,5,7
/proc/28894/task/28902/stat : 28902 (python) S 28892 28894 28636 0 -1 4202560 28 935 0 0 0 0 0 0 19 0 3 0 906993786 502898688 55091 33554432000 4194304 5683644 140733649574464 18446744073709551615 244458768817 0 0 16781312 2 18446604463666622848 0 0 -1 1 0 0 0
[pid=28894/tid=28913] ppid=28892 vsize=491112 CPUtime=0 cores=1,3,5,7
/proc/28894/task/28913/stat : 28913 (python) S 28892 28894 28636 0 -1 4202560 27 935 0 0 0 0 0 0 20 0 3 0 907003801 502898688 55091 33554432000 4194304 5683644 140733649574464 18446744073709551615 244458768817 0 0 16781312 2 18446604463666622848 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 222.09
Current children cumulated vsize (KiB) 1802864

[startup+282.301 s]
/proc/loadavg: 1.99 1.93 1.33 3/190 28918
/proc/meminfo: memFree=2569408/32951124 swapFree=67064380/67111528

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

/proc/meminfo: memFree=2555424/32951124 swapFree=67064380/67111528
[pid=28894] ppid=28892 vsize=491112 CPUtime=32.12 cores=1,3,5,7
/proc/28894/stat : 28894 (python) S 28892 28894 28636 0 -1 4202496 87860 935 1 0 3190 22 0 0 20 0 3 0 906990545 502898688 55091 33554432000 4194304 5683644 140733649574464 18446744073709551615 244458771915 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/28894/statm: 122778 55091 1878 364 0 58693 0
[pid=28901] ppid=28894 vsize=480856 CPUtime=0.11 cores=1,3,5,7
/proc/28901/stat : 28901 (python) S 28894 28894 28636 0 -1 4202560 1147 0 0 0 5 6 0 0 19 0 2 0 906993786 492396544 53624 33554432000 4194304 5683644 140733649574464 18446744073709551615 244458771915 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/28901/statm: 120214 53624 414 364 0 56132 0
[pid=28903] ppid=28901 vsize=59952 CPUtime=100.1 cores=1,3,5,7
/proc/28903/stat : 28903 (lingeling) T 28901 28903 28903 0 -1 4202496 24232 0 0 0 10007 3 0 0 25 0 1 0 906993787 61390848 14158 33554432000 4194304 4352236 140737221170032 18446744073709551615 4328009 0 0 16781312 17506 18446744071562691360 0 0 17 5 0 0 0
/proc/28903/statm: 14988 14158 129 39 0 14068 0
[pid=28901/tid=28911] ppid=28894 vsize=480856 CPUtime=0 cores=1,3,5,7
/proc/28901/task/28911/stat : 28911 (python) S 28894 28894 28636 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 907003798 492396544 53624 33554432000 4194304 5683644 140733649574464 18446744073709551615 244458768817 0 0 16781312 514 18446604471161181312 0 0 -1 1 0 0 0
[pid=28912] ppid=28894 vsize=480868 CPUtime=0.38 cores=1,3,5,7
/proc/28912/stat : 28912 (python) S 28894 28894 28636 0 -1 4202560 999 0 0 0 18 20 0 0 15 0 1 0 907003800 492408832 53579 33554432000 4194304 5683644 140733649574464 18446744073709551615 244446965318 0 0 16781312 514 5625668839996883208 0 0 17 3 0 0 0
/proc/28912/statm: 120217 53579 370 364 0 56132 0
[pid=28914] ppid=28912 vsize=307812 CPUtime=296.05 cores=1,3,5,7
/proc/28914/stat : 28914 (cryptominisat-2) R 28912 28914 28914 0 -1 4202496 103102 0 1 0 29586 19 0 0 25 0 1 0 907003801 315199488 60557 33554432000 4194304 4677096 140733790360192 18446744073709551615 4320016 0 0 16781312 2 0 0 0 17 5 0 0 8
/proc/28914/statm: 76953 60557 390 118 0 71912 0
[pid=28894/tid=28902] ppid=28892 vsize=491112 CPUtime=0 cores=1,3,5,7
/proc/28894/task/28902/stat : 28902 (python) S 28892 28894 28636 0 -1 4202560 28 935 0 0 0 0 0 0 19 0 3 0 906993786 502898688 55091 33554432000 4194304 5683644 140733649574464 18446744073709551615 244458768817 0 0 16781312 2 18446604463666622848 0 0 -1 1 0 0 0
[pid=28894/tid=28913] ppid=28892 vsize=491112 CPUtime=0 cores=1,3,5,7
/proc/28894/task/28913/stat : 28913 (python) S 28892 28894 28636 0 -1 4202560 27 935 0 0 0 0 0 0 20 0 3 0 907003801 502898688 55091 33554432000 4194304 5683644 140733649574464 18446744073709551615 244458768817 0 0 16781312 2 18446604463666622848 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 428.76
Current children cumulated vsize (KiB) 1820600

[startup+431.901 s]
/proc/loadavg: 1.99 1.95 1.42 3/190 28922
/proc/meminfo: memFree=2548604/32951124 swapFree=67064380/67111528
[pid=28894] ppid=28892 vsize=491112 CPUtime=32.12 cores=1,3,5,7
/proc/28894/stat : 28894 (python) S 28892 28894 28636 0 -1 4202496 87860 935 1 0 3190 22 0 0 20 0 3 0 906990545 502898688 55091 33554432000 4194304 5683644 140733649574464 18446744073709551615 244458771915 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/28894/statm: 122778 55091 1878 364 0 58693 0
[pid=28901] ppid=28894 vsize=480856 CPUtime=0.11 cores=1,3,5,7
/proc/28901/stat : 28901 (python) S 28894 28894 28636 0 -1 4202560 1147 0 0 0 5 6 0 0 19 0 2 0 906993786 492396544 53624 33554432000 4194304 5683644 140733649574464 18446744073709551615 244458771915 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/28901/statm: 120214 53624 414 364 0 56132 0
[pid=28903] ppid=28901 vsize=59952 CPUtime=100.1 cores=1,3,5,7
/proc/28903/stat : 28903 (lingeling) T 28901 28903 28903 0 -1 4202496 24232 0 0 0 10007 3 0 0 25 0 1 0 906993787 61390848 14158 33554432000 4194304 4352236 140737221170032 18446744073709551615 4328009 0 0 16781312 17506 18446744071562691360 0 0 17 5 0 0 0
/proc/28903/statm: 14988 14158 129 39 0 14068 0
[pid=28901/tid=28911] ppid=28894 vsize=480856 CPUtime=0 cores=1,3,5,7
/proc/28901/task/28911/stat : 28911 (python) S 28894 28894 28636 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 907003798 492396544 53624 33554432000 4194304 5683644 140733649574464 18446744073709551615 244458768817 0 0 16781312 514 18446604471161181312 0 0 -1 1 0 0 0
[pid=28912] ppid=28894 vsize=480868 CPUtime=0.39 cores=1,3,5,7
/proc/28912/stat : 28912 (python) S 28894 28894 28636 0 -1 4202560 999 0 0 0 19 20 0 0 15 0 1 0 907003800 492408832 53579 33554432000 4194304 5683644 140733649574464 18446744073709551615 244446965318 0 0 16781312 514 5625668839996883208 0 0 17 3 0 0 0
/proc/28912/statm: 120217 53579 370 364 0 56132 0
[pid=28914] ppid=28912 vsize=323780 CPUtime=299.25 cores=1,3,5,7
/proc/28914/stat : 28914 (cryptominisat-2) R 28912 28914 28914 0 -1 4202496 104880 0 1 0 29906 19 0 0 25 0 1 0 907003801 331550720 62335 33554432000 4194304 4677096 140733790360192 18446744073709551615 4319568 0 0 16781312 2 0 0 0 17 5 0 0 8
/proc/28914/statm: 80945 62335 390 118 0 75904 0
[pid=28894/tid=28902] ppid=28892 vsize=491112 CPUtime=0 cores=1,3,5,7
/proc/28894/task/28902/stat : 28902 (python) S 28892 28894 28636 0 -1 4202560 28 935 0 0 0 0 0 0 19 0 3 0 906993786 502898688 55091 33554432000 4194304 5683644 140733649574464 18446744073709551615 244458768817 0 0 16781312 2 18446604463666622848 0 0 -1 1 0 0 0
[pid=28894/tid=28913] ppid=28892 vsize=491112 CPUtime=0 cores=1,3,5,7
/proc/28894/task/28913/stat : 28913 (python) S 28892 28894 28636 0 -1 4202560 27 935 0 0 0 0 0 0 20 0 3 0 907003801 502898688 55091 33554432000 4194304 5683644 140733649574464 18446744073709551615 244458768817 0 0 16781312 2 18446604463666622848 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 431.97
Current children cumulated vsize (KiB) 1836568

[startup+435.101 s]
/proc/loadavg: 1.99 1.95 1.43 3/190 28923
/proc/meminfo: memFree=2547492/32951124 swapFree=67064380/67111528
[pid=28894] ppid=28892 vsize=491112 CPUtime=32.12 cores=1,3,5,7
/proc/28894/stat : 28894 (python) S 28892 28894 28636 0 -1 4202496 87860 935 1 0 3190 22 0 0 20 0 3 0 906990545 502898688 55091 33554432000 4194304 5683644 140733649574464 18446744073709551615 244458771915 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/28894/statm: 122778 55091 1878 364 0 58693 0
[pid=28901] ppid=28894 vsize=480856 CPUtime=0.11 cores=1,3,5,7
/proc/28901/stat : 28901 (python) S 28894 28894 28636 0 -1 4202560 1147 0 0 0 5 6 0 0 19 0 2 0 906993786 492396544 53624 33554432000 4194304 5683644 140733649574464 18446744073709551615 244458771915 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/28901/statm: 120214 53624 414 364 0 56132 0
[pid=28903] ppid=28901 vsize=59952 CPUtime=100.1 cores=1,3,5,7
/proc/28903/stat : 28903 (lingeling) T 28901 28903 28903 0 -1 4202496 24232 0 0 0 10007 3 0 0 25 0 1 0 906993787 61390848 14158 33554432000 4194304 4352236 140737221170032 18446744073709551615 4328009 0 0 16781312 17506 18446744071562691360 0 0 17 5 0 0 0
/proc/28903/statm: 14988 14158 129 39 0 14068 0
[pid=28901/tid=28911] ppid=28894 vsize=480856 CPUtime=0 cores=1,3,5,7
/proc/28901/task/28911/stat : 28911 (python) S 28894 28894 28636 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 907003798 492396544 53624 33554432000 4194304 5683644 140733649574464 18446744073709551615 244458768817 0 0 16781312 514 18446604471161181312 0 0 -1 1 0 0 0
[pid=28912] ppid=28894 vsize=480868 CPUtime=0.39 cores=1,3,5,7
/proc/28912/stat : 28912 (python) S 28894 28894 28636 0 -1 4202560 999 0 0 0 19 20 0 0 15 0 1 0 907003800 492408832 53579 33554432000 4194304 5683644 140733649574464 18446744073709551615 244446965318 0 0 16781312 514 5625668839996883208 0 0 17 3 0 0 0
/proc/28912/statm: 120217 53579 370 364 0 56132 0
[pid=28914] ppid=28912 vsize=323780 CPUtime=302.45 cores=1,3,5,7
/proc/28914/stat : 28914 (cryptominisat-2) R 28912 28914 28914 0 -1 4202496 105083 0 1 0 30226 19 0 0 25 0 1 0 907003801 331550720 62538 33554432000 4194304 4677096 140733790360192 18446744073709551615 4320031 0 0 16781312 2 0 0 0 17 5 0 0 8
/proc/28914/statm: 80945 62538 390 118 0 75904 0
[pid=28894/tid=28902] ppid=28892 vsize=491112 CPUtime=0 cores=1,3,5,7
/proc/28894/task/28902/stat : 28902 (python) S 28892 28894 28636 0 -1 4202560 28 935 0 0 0 0 0 0 19 0 3 0 906993786 502898688 55091 33554432000 4194304 5683644 140733649574464 18446744073709551615 244458768817 0 0 16781312 2 18446604463666622848 0 0 -1 1 0 0 0
[pid=28894/tid=28913] ppid=28892 vsize=491112 CPUtime=0 cores=1,3,5,7
/proc/28894/task/28913/stat : 28913 (python) S 28892 28894 28636 0 -1 4202560 27 935 0 0 0 0 0 0 20 0 3 0 907003801 502898688 55091 33554432000 4194304 5683644 140733649574464 18446744073709551615 244458768817 0 0 16781312 2 18446604463666622848 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 435.17
Current children cumulated vsize (KiB) 1836568

[startup+435.901 s]
/proc/loadavg: 1.99 1.95 1.43 3/190 28923
/proc/meminfo: memFree=2547364/32951124 swapFree=67064380/67111528
[pid=28894] ppid=28892 vsize=491112 CPUtime=32.12 cores=1,3,5,7
/proc/28894/stat : 28894 (python) S 28892 28894 28636 0 -1 4202496 87860 935 1 0 3190 22 0 0 20 0 3 0 906990545 502898688 55091 33554432000 4194304 5683644 140733649574464 18446744073709551615 244458771915 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/28894/statm: 122778 55091 1878 364 0 58693 0
[pid=28901] ppid=28894 vsize=480856 CPUtime=0.11 cores=1,3,5,7
/proc/28901/stat : 28901 (python) S 28894 28894 28636 0 -1 4202560 1147 0 0 0 5 6 0 0 19 0 2 0 906993786 492396544 53624 33554432000 4194304 5683644 140733649574464 18446744073709551615 244458771915 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/28901/statm: 120214 53624 414 364 0 56132 0
[pid=28903] ppid=28901 vsize=59952 CPUtime=100.1 cores=1,3,5,7
/proc/28903/stat : 28903 (lingeling) T 28901 28903 28903 0 -1 4202496 24232 0 0 0 10007 3 0 0 25 0 1 0 906993787 61390848 14158 33554432000 4194304 4352236 140737221170032 18446744073709551615 4328009 0 0 16781312 17506 18446744071562691360 0 0 17 5 0 0 0
/proc/28903/statm: 14988 14158 129 39 0 14068 0
[pid=28901/tid=28911] ppid=28894 vsize=480856 CPUtime=0 cores=1,3,5,7
/proc/28901/task/28911/stat : 28911 (python) S 28894 28894 28636 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 907003798 492396544 53624 33554432000 4194304 5683644 140733649574464 18446744073709551615 244458768817 0 0 16781312 514 18446604471161181312 0 0 -1 1 0 0 0
[pid=28912] ppid=28894 vsize=480868 CPUtime=0.39 cores=1,3,5,7
/proc/28912/stat : 28912 (python) S 28894 28894 28636 0 -1 4202560 999 0 0 0 19 20 0 0 15 0 1 0 907003800 492408832 53579 33554432000 4194304 5683644 140733649574464 18446744073709551615 244446965318 0 0 16781312 514 5625668839996883208 0 0 17 3 0 0 0
/proc/28912/statm: 120217 53579 370 364 0 56132 0
[pid=28914] ppid=28912 vsize=323780 CPUtime=303.25 cores=1,3,5,7
/proc/28914/stat : 28914 (cryptominisat-2) R 28912 28914 28914 0 -1 4202496 105136 0 1 0 30306 19 0 0 25 0 1 0 907003801 331550720 62591 33554432000 4194304 4677096 140733790360192 18446744073709551615 4320065 0 0 16781312 2 0 0 0 17 5 0 0 8
/proc/28914/statm: 80945 62591 390 118 0 75904 0
[pid=28894/tid=28902] ppid=28892 vsize=491112 CPUtime=0 cores=1,3,5,7
/proc/28894/task/28902/stat : 28902 (python) S 28892 28894 28636 0 -1 4202560 28 935 0 0 0 0 0 0 19 0 3 0 906993786 502898688 55091 33554432000 4194304 5683644 140733649574464 18446744073709551615 244458768817 0 0 16781312 2 18446604463666622848 0 0 -1 1 0 0 0
[pid=28894/tid=28913] ppid=28892 vsize=491112 CPUtime=0 cores=1,3,5,7
/proc/28894/task/28913/stat : 28913 (python) S 28892 28894 28636 0 -1 4202560 27 935 0 0 0 0 0 0 20 0 3 0 907003801 502898688 55091 33554432000 4194304 5683644 140733649574464 18446744073709551615 244458768817 0 0 16781312 2 18446604463666622848 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 435.97
Current children cumulated vsize (KiB) 1836568

[startup+436.301 s]
/proc/loadavg: 1.99 1.95 1.43 3/190 28923
/proc/meminfo: memFree=2547364/32951124 swapFree=67064380/67111528
[pid=28894] ppid=28892 vsize=491112 CPUtime=32.12 cores=1,3,5,7
/proc/28894/stat : 28894 (python) S 28892 28894 28636 0 -1 4202496 87860 935 1 0 3190 22 0 0 20 0 3 0 906990545 502898688 55091 33554432000 4194304 5683644 140733649574464 18446744073709551615 244458771915 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/28894/statm: 122778 55091 1878 364 0 58693 0
[pid=28901] ppid=28894 vsize=480856 CPUtime=0.11 cores=1,3,5,7
/proc/28901/stat : 28901 (python) S 28894 28894 28636 0 -1 4202560 1147 0 0 0 5 6 0 0 19 0 2 0 906993786 492396544 53624 33554432000 4194304 5683644 140733649574464 18446744073709551615 244458771915 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/28901/statm: 120214 53624 414 364 0 56132 0
[pid=28903] ppid=28901 vsize=59952 CPUtime=100.1 cores=1,3,5,7
/proc/28903/stat : 28903 (lingeling) T 28901 28903 28903 0 -1 4202496 24232 0 0 0 10007 3 0 0 25 0 1 0 906993787 61390848 14158 33554432000 4194304 4352236 140737221170032 18446744073709551615 4328009 0 0 16781312 17506 18446744071562691360 0 0 17 5 0 0 0
/proc/28903/statm: 14988 14158 129 39 0 14068 0
[pid=28901/tid=28911] ppid=28894 vsize=480856 CPUtime=0 cores=1,3,5,7
/proc/28901/task/28911/stat : 28911 (python) S 28894 28894 28636 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 907003798 492396544 53624 33554432000 4194304 5683644 140733649574464 18446744073709551615 244458768817 0 0 16781312 514 18446604471161181312 0 0 -1 1 0 0 0
[pid=28912] ppid=28894 vsize=480868 CPUtime=0.4 cores=1,3,5,7
/proc/28912/stat : 28912 (python) S 28894 28894 28636 0 -1 4202560 999 0 0 0 19 21 0 0 15 0 1 0 907003800 492408832 53579 33554432000 4194304 5683644 140733649574464 18446744073709551615 244446965318 0 0 16781312 514 7184543227423195400 0 0 17 3 0 0 0
/proc/28912/statm: 120217 53579 370 364 0 56132 0
[pid=28914] ppid=28912 vsize=323780 CPUtime=303.65 cores=1,3,5,7
/proc/28914/stat : 28914 (cryptominisat-2) R 28912 28914 28914 0 -1 4202496 105163 0 1 0 30346 19 0 0 25 0 1 0 907003801 331550720 62618 33554432000 4194304 4677096 140733790360192 18446744073709551615 244446641820 0 0 16781312 2 0 0 0 17 5 0 0 8
/proc/28914/statm: 80945 62618 390 118 0 75904 0
[pid=28894/tid=28902] ppid=28892 vsize=491112 CPUtime=0 cores=1,3,5,7
/proc/28894/task/28902/stat : 28902 (python) S 28892 28894 28636 0 -1 4202560 28 935 0 0 0 0 0 0 19 0 3 0 906993786 502898688 55091 33554432000 4194304 5683644 140733649574464 18446744073709551615 244458768817 0 0 16781312 2 18446604463666622848 0 0 -1 1 0 0 0
[pid=28894/tid=28913] ppid=28892 vsize=491112 CPUtime=0 cores=1,3,5,7
/proc/28894/task/28913/stat : 28913 (python) S 28892 28894 28636 0 -1 4202560 27 935 0 0 0 0 0 0 20 0 3 0 907003801 502898688 55091 33554432000 4194304 5683644 140733649574464 18446744073709551615 244458768817 0 0 16781312 2 18446604463666622848 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 436.38
Current children cumulated vsize (KiB) 1836568

[startup+436.706 s]
/proc/loadavg: 1.99 1.95 1.43 3/190 28923
/proc/meminfo: memFree=2547116/32951124 swapFree=67064380/67111528
[pid=28894] ppid=28892 vsize=491112 CPUtime=32.12 cores=1,3,5,7
/proc/28894/stat : 28894 (python) S 28892 28894 28636 0 -1 4202496 87860 935 1 0 3190 22 0 0 20 0 3 0 906990545 502898688 55091 33554432000 4194304 5683644 140733649574464 18446744073709551615 244458771915 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/28894/statm: 122778 55091 1878 364 0 58693 0
[pid=28901] ppid=28894 vsize=480856 CPUtime=0.11 cores=1,3,5,7
/proc/28901/stat : 28901 (python) S 28894 28894 28636 0 -1 4202560 1147 0 0 0 5 6 0 0 19 0 2 0 906993786 492396544 53624 33554432000 4194304 5683644 140733649574464 18446744073709551615 244458771915 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/28901/statm: 120214 53624 414 364 0 56132 0
[pid=28903] ppid=28901 vsize=59952 CPUtime=100.1 cores=1,3,5,7
/proc/28903/stat : 28903 (lingeling) T 28901 28903 28903 0 -1 4202496 24232 0 0 0 10007 3 0 0 25 0 1 0 906993787 61390848 14158 33554432000 4194304 4352236 140737221170032 18446744073709551615 4328009 0 0 16781312 17506 18446744071562691360 0 0 17 5 0 0 0
/proc/28903/statm: 14988 14158 129 39 0 14068 0
[pid=28901/tid=28911] ppid=28894 vsize=480856 CPUtime=0 cores=1,3,5,7
/proc/28901/task/28911/stat : 28911 (python) S 28894 28894 28636 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 907003798 492396544 53624 33554432000 4194304 5683644 140733649574464 18446744073709551615 244458768817 0 0 16781312 514 18446604471161181312 0 0 -1 1 0 0 0
[pid=28912] ppid=28894 vsize=480868 CPUtime=0.4 cores=1,3,5,7
/proc/28912/stat : 28912 (python) S 28894 28894 28636 0 -1 4202560 999 0 0 0 19 21 0 0 15 0 1 0 907003800 492408832 53579 33554432000 4194304 5683644 140733649574464 18446744073709551615 244446965318 0 0 16781312 514 5625668839996883208 0 0 17 3 0 0 0
/proc/28912/statm: 120217 53579 370 364 0 56132 0
[pid=28914] ppid=28912 vsize=323780 CPUtime=304.05 cores=1,3,5,7
/proc/28914/stat : 28914 (cryptominisat-2) R 28912 28914 28914 0 -1 4202496 105185 0 1 0 30386 19 0 0 25 0 1 0 907003801 331550720 62640 33554432000 4194304 4677096 140733790360192 18446744073709551615 4320122 0 0 16781312 2 0 0 0 17 5 0 0 8
/proc/28914/statm: 80945 62640 390 118 0 75904 0
[pid=28894/tid=28902] ppid=28892 vsize=491112 CPUtime=0 cores=1,3,5,7
/proc/28894/task/28902/stat : 28902 (python) S 28892 28894 28636 0 -1 4202560 28 935 0 0 0 0 0 0 19 0 3 0 906993786 502898688 55091 33554432000 4194304 5683644 140733649574464 18446744073709551615 244458768817 0 0 16781312 2 18446604463666622848 0 0 -1 1 0 0 0
[pid=28894/tid=28913] ppid=28892 vsize=491112 CPUtime=0 cores=1,3,5,7
/proc/28894/task/28913/stat : 28913 (python) S 28892 28894 28636 0 -1 4202560 27 935 0 0 0 0 0 0 20 0 3 0 907003801 502898688 55091 33554432000 4194304 5683644 140733649574464 18446744073709551615 244458768817 0 0 16781312 2 18446604463666622848 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 436.78
Current children cumulated vsize (KiB) 1836568

[startup+436.8 s]
/proc/loadavg: 1.99 1.95 1.43 3/190 28923
/proc/meminfo: memFree=2547116/32951124 swapFree=67064380/67111528
[pid=28894] ppid=28892 vsize=491076 CPUtime=436.91 cores=1,3,5,7
/proc/28894/stat : 28894 (python) R 28892 28894 28636 0 -1 4202496 88868 132752 1 1 3190 22 40426 53 17 0 2 0 906990545 502861824 55086 33554432000 4194304 5683644 140733649574464 18446744073709551615 5116756 0 0 16781312 0 18446744073709551615 0 0 17 5 0 0 0
/proc/28894/statm: 122769 55086 1873 364 0 58693 0
[pid=28894/tid=28913] ppid=28892 vsize=491076 CPUtime=404.79 cores=1,3,5,7
/proc/28894/task/28913/stat : 28913 (python) S 28892 28894 28636 0 -1 4202560 27 132752 0 1 0 0 40426 53 18 0 2 0 907003801 502861824 55086 33554432000 4194304 5683644 140733649574464 18446744073709551615 244458768817 0 0 16781312 0 18446604463666622848 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 436.91
Current children cumulated vsize (KiB) 491076

Child status: 0
Real time (s): 436.855
CPU time (s): 436.99
CPU user time (s): 436.206
CPU system time (s): 0.78388
CPU usage (%): 100.031
Max. virtual memory (cumulated for all children) (KiB): 1836568

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 436.206
system time used= 0.78388
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 246606
page faults= 2
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3467
involuntary context switches= 570

runsolver used 0.730888 second user time and 1.61575 second system time

The end

Launcher Data

Begin job on node105 at 2011-06-13 10:31:41
IDJOB=3498427
IDBENCH=82497
IDSOLVER=1991
FILE ID=node105/3498427-1307953900
RUNJOBID= node105-1307953128-28655
PBS_JOBID= 13559723
Free space on /var/tmp= 2660 MiB

SOLVER NAME= borg-sat 11.03.02-seq-industrial (fixed)
BENCH NAME= SAT11/application/manthey/traffic/traffic_f_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-3498427-1307953900/watcher-3498427-1307953900 -o /var/tmp/evaluation-result-3498427-1307953900/solver-3498427-1307953900 -C 5000 -W 5100 -M 15500  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3498427-1307953900.cnf -seed 1878568651 -budget 5000

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

MD5SUM BENCH= f03ed12a281977a642336980ec847847
RANDOM SEED=1878568651

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

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

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.825
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:       4210080 kB
Buffers:        102088 kB
Cached:       26714208 kB
SwapCached:      19904 kB
Active:       12437136 kB
Inactive:     15435524 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:       4210080 kB
SwapTotal:    67111528 kB
SwapFree:     67064380 kB
Dirty:          144964 kB
Writeback:           0 kB
AnonPages:     1053952 kB
Mapped:          15852 kB
Slab:           799948 kB
PageTables:       8876 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  2072496 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= 2628 MiB
End job on node105 at 2011-06-13 10:38:58