Trace number 3498430

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 445.55 445.293

General information on the benchmark

Nameapplication/manthey/traffic/
traffic_pcb_unknown.cnf
MD5SUMe669f2d68684ca746cc80f142ad8d0dc
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark102.934
Satisfiable
(Un)Satisfiability was proved
Number of variables33320
Number of clauses766757
Sum of the clauses size2858079
Maximum clause length4
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 253534
Number of clauses of size 3101881
Number of clauses of size 4611342
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.40/0.70	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.40/0.70	c INFO: solving HOME/instance-3498430-1307953947.cnf
0.40/0.70	c INFO: computing task features
3.70/4.02	c INFO: computed variable-clause graph statistics
3.70/4.09	c INFO: computed clause balance statistics
18.60/18.95	c INFO: computed variable balance statistics
28.80/29.11	c INFO: computed small-clause counts
28.80/29.17	c INFO: computed Horn-clause counts
30.51/30.84	c INFO: computed variable graph statistics
30.51/30.84	c INFO: collected features for HOME/instance-3498430-1307953947.cnf in 30.03 s
30.51/30.86	c INFO: running lingeling-276@0 for 97 with 4969 remaining (b = 0.18)
130.80/131.00	c INFO: running cryptominisat-2.9.0@0 for 485 with 4869 remaining (b = 0.16)
445.38/445.23	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 /tmp/evaluation-result-3498430-1307953947/watcher-3498430-1307953947 -o /tmp/evaluation-result-3498430-1307953947/solver-3498430-1307953947 -C 5000 -W 5100 -M 15500 python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3498430-1307953947.cnf -seed 356937537 -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.85 1.14 2/188 11361
/proc/meminfo: memFree=28268856/32951124 swapFree=67050540/67111528
[pid=11361] ppid=11359 vsize=15184 CPUtime=0 cores=1,3,5,7
/proc/11361/stat : 11361 (python) S 11359 11361 11136 0 -1 4202496 726 0 0 0 0 0 0 0 21 0 1 0 906997147 15548416 615 33554432000 4194304 5683644 140733411014736 18446744073709551615 212436015104 0 2147483391 16781312 2 18446744071699207358 0 0 17 5 0 0 0
/proc/11361/statm: 3796 615 321 364 0 283 0

[startup+0.0819181 s]
/proc/loadavg: 1.99 1.85 1.14 2/188 11361
/proc/meminfo: memFree=28268856/32951124 swapFree=67050540/67111528
[pid=11361] ppid=11359 vsize=45816 CPUtime=0.05 cores=1,3,5,7
/proc/11361/stat : 11361 (python) R 11359 11361 11136 0 -1 4202496 1930 0 0 0 3 2 0 0 17 0 1 0 906997147 46915584 1701 33554432000 4194304 5683644 140733411014736 18446744073709551615 212436015104 0 2147483391 16781312 2 0 0 0 17 5 0 0 0
/proc/11361/statm: 11454 1701 470 364 0 1203 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 45816

[startup+0.100916 s]
/proc/loadavg: 1.99 1.85 1.14 2/188 11361
/proc/meminfo: memFree=28268856/32951124 swapFree=67050540/67111528
[pid=11361] ppid=11359 vsize=85620 CPUtime=0.06 cores=1,3,5,7
/proc/11361/stat : 11361 (python) R 11359 11361 11136 0 -1 4202496 2630 0 0 0 4 2 0 0 17 0 1 0 906997147 87674880 2348 33554432000 4194304 5683644 140733411014736 18446744073709551615 4540219 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/11361/statm: 21405 2348 713 364 0 1622 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 85620

[startup+0.300847 s]
/proc/loadavg: 1.99 1.85 1.14 2/188 11361
/proc/meminfo: memFree=28268856/32951124 swapFree=67050540/67111528
[pid=11361] ppid=11359 vsize=135748 CPUtime=0.18 cores=1,3,5,7
/proc/11361/stat : 11361 (python) S 11359 11361 11136 0 -1 4202496 5976 932 1 0 13 5 0 0 17 0 1 0 906997147 139005952 4148 33554432000 4194304 5683644 140733411014736 18446744073709551615 212436013061 0 2147483391 16781312 2 18446744071699207358 0 0 17 7 0 0 0
/proc/11361/statm: 33937 4148 1032 364 0 3123 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 135748

[startup+0.700873 s]
/proc/loadavg: 1.99 1.85 1.14 2/188 11361
/proc/meminfo: memFree=28268856/32951124 swapFree=67050540/67111528
[pid=11361] ppid=11359 vsize=270756 CPUtime=0.4 cores=1,3,5,7
/proc/11361/stat : 11361 (python) S 11359 11361 11136 0 -1 4202496 8896 932 1 0 29 11 0 0 15 0 1 0 906997147 277254144 6645 33554432000 4194304 5683644 140733411014736 18446744073709551615 212431093383 0 2147483391 16781312 2 18446744071699207358 0 0 17 3 0 0 0
/proc/11361/statm: 68221 6647 1713 364 0 5291 0
Current children cumulated CPU time (s) 0.4
Current children cumulated vsize (KiB) 270756

[startup+1.50066 s]
/proc/loadavg: 1.99 1.85 1.14 3/189 11366
/proc/meminfo: memFree=28209576/32951124 swapFree=67050540/67111528
[pid=11361] ppid=11359 vsize=345860 CPUtime=1.2 cores=1,3,5,7
/proc/11361/stat : 11361 (python) R 11359 11361 11136 0 -1 4202496 25604 932 1 0 106 14 0 0 16 0 1 0 906997147 354160640 23269 33554432000 4194304 5683644 140733411014736 18446744073709551615 4603502 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/11361/statm: 86465 23270 1761 364 0 22389 0
Current children cumulated CPU time (s) 1.2
Current children cumulated vsize (KiB) 345860

[startup+3.10035 s]
/proc/loadavg: 1.99 1.85 1.14 3/189 11366
/proc/meminfo: memFree=28140512/32951124 swapFree=67050540/67111528
[pid=11361] ppid=11359 vsize=438780 CPUtime=2.8 cores=1,3,5,7
/proc/11361/stat : 11361 (python) R 11359 11361 11136 0 -1 4202496 48251 932 1 0 263 17 0 0 18 0 1 0 906997147 449310720 45916 33554432000 4194304 5683644 140733411014736 18446744073709551615 47896814432758 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/11361/statm: 109695 45916 1761 364 0 45619 0
Current children cumulated CPU time (s) 2.8
Current children cumulated vsize (KiB) 438780

[startup+6.30074 s]
/proc/loadavg: 1.99 1.86 1.14 3/189 11366
/proc/meminfo: memFree=28026300/32951124 swapFree=67050540/67111528
[pid=11361] ppid=11359 vsize=488128 CPUtime=6 cores=1,3,5,7
/proc/11361/stat : 11361 (python) R 11359 11361 11136 0 -1 4202496 86909 932 1 0 578 22 0 0 25 0 1 0 906997147 499843072 59417 33554432000 4194304 5683644 140733411014736 18446744073709551615 212435675357 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/11361/statm: 122032 59417 1826 364 0 57956 0
Current children cumulated CPU time (s) 6
Current children cumulated vsize (KiB) 488128

[startup+12.7005 s]
/proc/loadavg: 1.99 1.86 1.15 3/189 11366
/proc/meminfo: memFree=27923628/32951124 swapFree=67050540/67111528
[pid=11361] ppid=11359 vsize=488128 CPUtime=12.4 cores=1,3,5,7
/proc/11361/stat : 11361 (python) R 11359 11361 11136 0 -1 4202496 86909 932 1 0 1218 22 0 0 25 0 1 0 906997147 499843072 59417 33554432000 4194304 5683644 140733411014736 18446744073709551615 4294352 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/11361/statm: 122032 59417 1826 364 0 57956 0
Current children cumulated CPU time (s) 12.4
Current children cumulated vsize (KiB) 488128

[startup+25.5001 s]
/proc/loadavg: 1.99 1.86 1.16 3/189 11367
/proc/meminfo: memFree=27915952/32951124 swapFree=67050540/67111528
[pid=11361] ppid=11359 vsize=488128 CPUtime=25.2 cores=1,3,5,7
/proc/11361/stat : 11361 (python) R 11359 11361 11136 0 -1 4202496 86910 932 1 0 2498 22 0 0 25 0 1 0 906997147 499843072 59418 33554432000 4194304 5683644 140733411014736 18446744073709551615 212435703491 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/11361/statm: 122032 59418 1827 364 0 57956 0
Current children cumulated CPU time (s) 25.2
Current children cumulated vsize (KiB) 488128

[startup+51.1003 s]
/proc/loadavg: 1.99 1.87 1.18 3/193 11371
/proc/meminfo: memFree=27868508/32951124 swapFree=67050540/67111528
[pid=11361] ppid=11359 vsize=481440 CPUtime=30.58 cores=1,3,5,7
/proc/11361/stat : 11361 (python) S 11359 11361 11136 0 -1 4202496 87272 932 1 0 3035 23 0 0 25 0 2 0 906997147 492994560 55223 33554432000 4194304 5683644 140733411014736 18446744073709551615 212447843787 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/11361/statm: 120360 55223 1867 364 0 56278 0
[pid=11369] ppid=11361 vsize=471196 CPUtime=0.02 cores=1,3,5,7
/proc/11369/stat : 11369 (python) S 11361 11361 11136 0 -1 4202560 961 0 0 0 1 1 0 0 18 0 1 0 907000234 482504704 53733 33554432000 4194304 5683644 140733411014736 18446744073709551615 212436037135 0 0 16781312 514 15388483267376152840 0 0 17 3 0 0 0
/proc/11369/statm: 117799 53733 381 364 0 53717 0
[pid=11371] ppid=11369 vsize=60160 CPUtime=20.21 cores=1,3,5,7
/proc/11371/stat : 11371 (lingeling) R 11369 11371 11371 0 -1 4202496 21490 0 0 0 2019 2 0 0 25 0 1 0 907000235 61603840 14209 33554432000 4194304 4352236 140734053597216 18446744073709551615 4319056 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/11371/statm: 15040 14209 129 39 0 14120 0
[pid=11361/tid=11370] ppid=11359 vsize=481440 CPUtime=0 cores=1,3,5,7
/proc/11361/task/11370/stat : 11370 (python) S 11359 11361 11136 0 -1 4202560 26 932 0 0 0 0 0 0 25 0 2 0 907000235 492994560 55223 33554432000 4194304 5683644 140733411014736 18446744073709551615 212447840689 0 0 16781312 2 18446604471107935168 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 50.81
Current children cumulated vsize (KiB) 1012796

[startup+102.307 s]
/proc/loadavg: 1.99 1.89 1.22 3/193 11373
/proc/meminfo: memFree=27860388/32951124 swapFree=67050540/67111528
[pid=11361] ppid=11359 vsize=481440 CPUtime=30.58 cores=1,3,5,7
/proc/11361/stat : 11361 (python) S 11359 11361 11136 0 -1 4202496 87272 932 1 0 3035 23 0 0 25 0 2 0 906997147 492994560 55223 33554432000 4194304 5683644 140733411014736 18446744073709551615 212447843787 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/11361/statm: 120360 55223 1867 364 0 56278 0
[pid=11369] ppid=11361 vsize=471196 CPUtime=0.08 cores=1,3,5,7
/proc/11369/stat : 11369 (python) S 11361 11361 11136 0 -1 4202560 980 0 0 0 4 4 0 0 18 0 1 0 907000234 482504704 53733 33554432000 4194304 5683644 140733411014736 18446744073709551615 212436037135 0 0 16781312 514 15388483267376152840 0 0 17 3 0 0 0
/proc/11369/statm: 117799 53733 381 364 0 53717 0
[pid=11371] ppid=11369 vsize=59832 CPUtime=71.42 cores=1,3,5,7
/proc/11371/stat : 11371 (lingeling) R 11369 11371 11371 0 -1 4202496 21669 0 0 0 7140 2 0 0 25 0 1 0 907000235 61267968 14127 33554432000 4194304 4352236 140734053597216 18446744073709551615 4329086 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/11371/statm: 14958 14127 129 39 0 14038 0
[pid=11361/tid=11370] ppid=11359 vsize=481440 CPUtime=0 cores=1,3,5,7
/proc/11361/task/11370/stat : 11370 (python) S 11359 11361 11136 0 -1 4202560 26 932 0 0 0 0 0 0 25 0 2 0 907000235 492994560 55223 33554432000 4194304 5683644 140733411014736 18446744073709551615 212447840689 0 0 16781312 2 18446604471107935168 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 102.08
Current children cumulated vsize (KiB) 1012468

[startup+162.301 s]
/proc/loadavg: 1.99 1.91 1.27 3/197 11378
/proc/meminfo: memFree=27600244/32951124 swapFree=67050540/67111528
[pid=11361] ppid=11359 vsize=491696 CPUtime=30.6 cores=1,3,5,7
/proc/11361/stat : 11361 (python) S 11359 11361 11136 0 -1 4202496 88071 932 1 0 3037 23 0 0 19 0 3 0 906997147 503496704 55238 33554432000 4194304 5683644 140733411014736 18446744073709551615 212447843787 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/11361/statm: 122924 55238 1878 364 0 58839 0
[pid=11369] ppid=11361 vsize=481440 CPUtime=0.11 cores=1,3,5,7
/proc/11369/stat : 11369 (python) S 11361 11361 11136 0 -1 4202560 1144 0 0 0 5 6 0 0 19 0 2 0 907000234 492994560 53771 33554432000 4194304 5683644 140733411014736 18446744073709551615 212447843787 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/11369/statm: 120360 53771 414 364 0 56278 0
[pid=11371] ppid=11369 vsize=59764 CPUtime=100.09 cores=1,3,5,7
/proc/11371/stat : 11371 (lingeling) T 11369 11371 11371 0 -1 4202496 21669 0 0 0 10007 2 0 0 25 0 1 0 907000235 61198336 14110 33554432000 4194304 4352236 140734053597216 18446744073709551615 4328100 0 0 16781312 17506 18446744071562691360 0 0 17 5 0 0 0
/proc/11371/statm: 14941 14110 129 39 0 14021 0
[pid=11369/tid=11375] ppid=11361 vsize=481440 CPUtime=0 cores=1,3,5,7
/proc/11369/task/11375/stat : 11375 (python) S 11361 11361 11136 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 907010246 492994560 53771 33554432000 4194304 5683644 140733411014736 18446744073709551615 212447840689 0 0 16781312 514 18446604471107934272 0 0 -1 3 0 0 0
[pid=11376] ppid=11361 vsize=481452 CPUtime=0.03 cores=1,3,5,7
/proc/11376/stat : 11376 (python) S 11361 11361 11136 0 -1 4202560 925 0 0 0 2 1 0 0 15 0 1 0 907010248 493006848 53726 33554432000 4194304 5683644 140733411014736 18446744073709551615 212436037190 0 0 16781312 514 4523821849523486984 0 0 17 1 0 0 0
/proc/11376/statm: 120363 53726 370 364 0 56278 0
[pid=11378] ppid=11376 vsize=321276 CPUtime=31.27 cores=1,3,5,7
/proc/11378/stat : 11378 (cryptominisat-2) R 11376 11378 11378 0 -1 4202496 73774 0 0 0 3118 9 0 0 25 0 1 0 907010249 328986624 64010 33554432000 4194304 4677096 140735946987952 18446744073709551615 4320002 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/11378/statm: 80319 64010 390 118 0 75278 0
[pid=11361/tid=11370] ppid=11359 vsize=491696 CPUtime=0 cores=1,3,5,7
/proc/11361/task/11370/stat : 11370 (python) S 11359 11361 11136 0 -1 4202560 26 932 0 0 0 0 0 0 25 0 3 0 907000235 503496704 55238 33554432000 4194304 5683644 140733411014736 18446744073709551615 212447840689 0 0 16781312 2 18446604471107935168 0 0 -1 1 0 0 0
[pid=11361/tid=11377] ppid=11359 vsize=491696 CPUtime=0 cores=1,3,5,7
/proc/11361/task/11377/stat : 11377 (python) S 11359 11361 11136 0 -1 4202560 25 932 0 0 0 0 0 0 20 0 3 0 907010249 503496704 55238 33554432000 4194304 5683644 140733411014736 18446744073709551615 212447840689 0 0 16781312 2 18446604471107935168 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 162.1
Current children cumulated vsize (KiB) 1835628

[startup+222.301 s]
/proc/loadavg: 1.99 1.92 1.31 3/197 11380
/proc/meminfo: memFree=27599192/32951124 swapFree=67050540/67111528
[pid=11361] ppid=11359 vsize=491696 CPUtime=30.6 cores=1,3,5,7
/proc/11361/stat : 11361 (python) S 11359 11361 11136 0 -1 4202496 88071 932 1 0 3037 23 0 0 19 0 3 0 906997147 503496704 55238 33554432000 4194304 5683644 140733411014736 18446744073709551615 212447843787 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/11361/statm: 122924 55238 1878 364 0 58839 0
[pid=11369] ppid=11361 vsize=481440 CPUtime=0.11 cores=1,3,5,7
/proc/11369/stat : 11369 (python) S 11361 11361 11136 0 -1 4202560 1144 0 0 0 5 6 0 0 19 0 2 0 907000234 492994560 53771 33554432000 4194304 5683644 140733411014736 18446744073709551615 212447843787 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/11369/statm: 120360 53771 414 364 0 56278 0
[pid=11371] ppid=11369 vsize=59764 CPUtime=100.09 cores=1,3,5,7
/proc/11371/stat : 11371 (lingeling) T 11369 11371 11371 0 -1 4202496 21669 0 0 0 10007 2 0 0 25 0 1 0 907000235 61198336 14110 33554432000 4194304 4352236 140734053597216 18446744073709551615 4328100 0 0 16781312 17506 18446744071562691360 0 0 17 5 0 0 0
/proc/11371/statm: 14941 14110 129 39 0 14021 0
[pid=11369/tid=11375] ppid=11361 vsize=481440 CPUtime=0 cores=1,3,5,7
/proc/11369/task/11375/stat : 11375 (python) S 11361 11361 11136 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 907010246 492994560 53771 33554432000 4194304 5683644 140733411014736 18446744073709551615 212447840689 0 0 16781312 514 18446604471107934272 0 0 -1 3 0 0 0
[pid=11376] ppid=11361 vsize=481452 CPUtime=0.12 cores=1,3,5,7
/proc/11376/stat : 11376 (python) S 11361 11361 11136 0 -1 4202560 958 0 0 0 7 5 0 0 15 0 1 0 907010248 493006848 53727 33554432000 4194304 5683644 140733411014736 18446744073709551615 212436037190 0 0 16781312 514 15388483267376152840 0 0 17 1 0 0 0
/proc/11376/statm: 120363 53727 371 364 0 56278 0
[pid=11378] ppid=11376 vsize=321492 CPUtime=91.27 cores=1,3,5,7
/proc/11378/stat : 11378 (cryptominisat-2) R 11376 11378 11378 0 -1 4202496 83300 0 0 0 9115 12 0 0 25 0 1 0 907010249 329207808 64087 33554432000 4194304 4677096 140735946987952 18446744073709551615 4319571 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/11378/statm: 80373 64087 390 118 0 75332 0
[pid=11361/tid=11370] ppid=11359 vsize=491696 CPUtime=0 cores=1,3,5,7
/proc/11361/task/11370/stat : 11370 (python) S 11359 11361 11136 0 -1 4202560 26 932 0 0 0 0 0 0 25 0 3 0 907000235 503496704 55238 33554432000 4194304 5683644 140733411014736 18446744073709551615 212447840689 0 0 16781312 2 18446604471107935168 0 0 -1 1 0 0 0
[pid=11361/tid=11377] ppid=11359 vsize=491696 CPUtime=0 cores=1,3,5,7
/proc/11361/task/11377/stat : 11377 (python) S 11359 11361 11136 0 -1 4202560 25 932 0 0 0 0 0 0 20 0 3 0 907010249 503496704 55238 33554432000 4194304 5683644 140733411014736 18446744073709551615 212447840689 0 0 16781312 2 18446604471107935168 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 222.19
Current children cumulated vsize (KiB) 1835844

[startup+282.301 s]
/proc/loadavg: 1.99 1.93 1.35 3/197 11382
/proc/meminfo: memFree=27570508/32951124 swapFree=67050540/67111528

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

/proc/11378/stat : 11378 (cryptominisat-2) R 11376 11378 11378 0 -1 4202496 115921 0 0 0 30389 19 0 0 25 0 1 0 907010249 347344896 67552 33554432000 4194304 4677096 140735946987952 18446744073709551615 4310230 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/11378/statm: 84801 67552 390 118 0 79760 0
[pid=11361/tid=11370] ppid=11359 vsize=491696 CPUtime=0 cores=1,3,5,7
/proc/11361/task/11370/stat : 11370 (python) S 11359 11361 11136 0 -1 4202560 26 932 0 0 0 0 0 0 25 0 3 0 907000235 503496704 55238 33554432000 4194304 5683644 140733411014736 18446744073709551615 212447840689 0 0 16781312 2 18446604471107935168 0 0 -1 1 0 0 0
[pid=11361/tid=11377] ppid=11359 vsize=491696 CPUtime=0 cores=1,3,5,7
/proc/11361/task/11377/stat : 11377 (python) S 11359 11361 11136 0 -1 4202560 25 932 0 0 0 0 0 0 20 0 3 0 907010249 503496704 55238 33554432000 4194304 5683644 140733411014736 18446744073709551615 212447840689 0 0 16781312 2 18446604471107935168 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 435.27
Current children cumulated vsize (KiB) 1853556

[startup+441.501 s]
/proc/loadavg: 2.01 1.97 1.45 3/197 11386
/proc/meminfo: memFree=27566424/32951124 swapFree=67050540/67111528
[pid=11361] ppid=11359 vsize=491696 CPUtime=30.6 cores=1,3,5,7
/proc/11361/stat : 11361 (python) S 11359 11361 11136 0 -1 4202496 88071 932 1 0 3037 23 0 0 19 0 3 0 906997147 503496704 55238 33554432000 4194304 5683644 140733411014736 18446744073709551615 212447843787 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/11361/statm: 122924 55238 1878 364 0 58839 0
[pid=11369] ppid=11361 vsize=481440 CPUtime=0.11 cores=1,3,5,7
/proc/11369/stat : 11369 (python) S 11361 11361 11136 0 -1 4202560 1144 0 0 0 5 6 0 0 19 0 2 0 907000234 492994560 53771 33554432000 4194304 5683644 140733411014736 18446744073709551615 212447843787 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/11369/statm: 120360 53771 414 364 0 56278 0
[pid=11371] ppid=11369 vsize=59764 CPUtime=100.09 cores=1,3,5,7
/proc/11371/stat : 11371 (lingeling) T 11369 11371 11371 0 -1 4202496 21669 0 0 0 10007 2 0 0 25 0 1 0 907000235 61198336 14110 33554432000 4194304 4352236 140734053597216 18446744073709551615 4328100 0 0 16781312 17506 18446744071562691360 0 0 17 5 0 0 0
/proc/11371/statm: 14941 14110 129 39 0 14021 0
[pid=11369/tid=11375] ppid=11361 vsize=481440 CPUtime=0 cores=1,3,5,7
/proc/11369/task/11375/stat : 11375 (python) S 11361 11361 11136 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 907010246 492994560 53771 33554432000 4194304 5683644 140733411014736 18446744073709551615 212447840689 0 0 16781312 514 18446604471107934272 0 0 -1 3 0 0 0
[pid=11376] ppid=11361 vsize=481452 CPUtime=0.39 cores=1,3,5,7
/proc/11376/stat : 11376 (python) S 11361 11361 11136 0 -1 4202560 1001 0 0 0 23 16 0 0 15 0 1 0 907010248 493006848 53727 33554432000 4194304 5683644 140733411014736 18446744073709551615 212436037190 0 0 16781312 514 4523821849523486984 0 0 17 1 0 0 0
/proc/11376/statm: 120363 53727 371 364 0 56278 0
[pid=11378] ppid=11376 vsize=323196 CPUtime=310.48 cores=1,3,5,7
/proc/11378/stat : 11378 (cryptominisat-2) R 11376 11378 11378 0 -1 4202496 115922 0 0 0 31029 19 0 0 25 0 1 0 907010249 330952704 64995 33554432000 4194304 4677096 140735946987952 18446744073709551615 4320006 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/11378/statm: 80799 64995 390 118 0 75758 0
[pid=11361/tid=11370] ppid=11359 vsize=491696 CPUtime=0 cores=1,3,5,7
/proc/11361/task/11370/stat : 11370 (python) S 11359 11361 11136 0 -1 4202560 26 932 0 0 0 0 0 0 25 0 3 0 907000235 503496704 55238 33554432000 4194304 5683644 140733411014736 18446744073709551615 212447840689 0 0 16781312 2 18446604471107935168 0 0 -1 1 0 0 0
[pid=11361/tid=11377] ppid=11359 vsize=491696 CPUtime=0 cores=1,3,5,7
/proc/11361/task/11377/stat : 11377 (python) S 11359 11361 11136 0 -1 4202560 25 932 0 0 0 0 0 0 20 0 3 0 907010249 503496704 55238 33554432000 4194304 5683644 140733411014736 18446744073709551615 212447840689 0 0 16781312 2 18446604471107935168 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 441.67
Current children cumulated vsize (KiB) 1837548

[startup+443.101 s]
/proc/loadavg: 2.01 1.97 1.45 4/197 11386
/proc/meminfo: memFree=27566544/32951124 swapFree=67050540/67111528
[pid=11361] ppid=11359 vsize=491696 CPUtime=30.6 cores=1,3,5,7
/proc/11361/stat : 11361 (python) S 11359 11361 11136 0 -1 4202496 88071 932 1 0 3037 23 0 0 19 0 3 0 906997147 503496704 55238 33554432000 4194304 5683644 140733411014736 18446744073709551615 212447843787 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/11361/statm: 122924 55238 1878 364 0 58839 0
[pid=11369] ppid=11361 vsize=481440 CPUtime=0.11 cores=1,3,5,7
/proc/11369/stat : 11369 (python) S 11361 11361 11136 0 -1 4202560 1144 0 0 0 5 6 0 0 19 0 2 0 907000234 492994560 53771 33554432000 4194304 5683644 140733411014736 18446744073709551615 212447843787 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/11369/statm: 120360 53771 414 364 0 56278 0
[pid=11371] ppid=11369 vsize=59764 CPUtime=100.09 cores=1,3,5,7
/proc/11371/stat : 11371 (lingeling) T 11369 11371 11371 0 -1 4202496 21669 0 0 0 10007 2 0 0 25 0 1 0 907000235 61198336 14110 33554432000 4194304 4352236 140734053597216 18446744073709551615 4328100 0 0 16781312 17506 18446744071562691360 0 0 17 5 0 0 0
/proc/11371/statm: 14941 14110 129 39 0 14021 0
[pid=11369/tid=11375] ppid=11361 vsize=481440 CPUtime=0 cores=1,3,5,7
/proc/11369/task/11375/stat : 11375 (python) S 11361 11361 11136 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 907010246 492994560 53771 33554432000 4194304 5683644 140733411014736 18446744073709551615 212447840689 0 0 16781312 514 18446604471107934272 0 0 -1 3 0 0 0
[pid=11376] ppid=11361 vsize=481452 CPUtime=0.4 cores=1,3,5,7
/proc/11376/stat : 11376 (python) S 11361 11361 11136 0 -1 4202560 1001 0 0 0 23 17 0 0 15 0 1 0 907010248 493006848 53727 33554432000 4194304 5683644 140733411014736 18446744073709551615 212436037190 0 0 16781312 514 15388483267376152840 0 0 17 1 0 0 0
/proc/11376/statm: 120363 53727 371 364 0 56278 0
[pid=11378] ppid=11376 vsize=323196 CPUtime=312.08 cores=1,3,5,7
/proc/11378/stat : 11378 (cryptominisat-2) R 11376 11378 11378 0 -1 4202496 115922 0 0 0 31189 19 0 0 25 0 1 0 907010249 330952704 64995 33554432000 4194304 4677096 140735946987952 18446744073709551615 4318914 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/11378/statm: 80799 64995 390 118 0 75758 0
[pid=11361/tid=11370] ppid=11359 vsize=491696 CPUtime=0 cores=1,3,5,7
/proc/11361/task/11370/stat : 11370 (python) S 11359 11361 11136 0 -1 4202560 26 932 0 0 0 0 0 0 25 0 3 0 907000235 503496704 55238 33554432000 4194304 5683644 140733411014736 18446744073709551615 212447840689 0 0 16781312 2 18446604471107935168 0 0 -1 1 0 0 0
[pid=11361/tid=11377] ppid=11359 vsize=491696 CPUtime=0 cores=1,3,5,7
/proc/11361/task/11377/stat : 11377 (python) S 11359 11361 11136 0 -1 4202560 25 932 0 0 0 0 0 0 20 0 3 0 907010249 503496704 55238 33554432000 4194304 5683644 140733411014736 18446744073709551615 212447840689 0 0 16781312 2 18446604471107935168 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 443.28
Current children cumulated vsize (KiB) 1837548

[startup+443.901 s]
/proc/loadavg: 2.01 1.97 1.45 3/197 11386
/proc/meminfo: memFree=27558236/32951124 swapFree=67050540/67111528
[pid=11361] ppid=11359 vsize=491696 CPUtime=30.6 cores=1,3,5,7
/proc/11361/stat : 11361 (python) S 11359 11361 11136 0 -1 4202496 88071 932 1 0 3037 23 0 0 19 0 3 0 906997147 503496704 55238 33554432000 4194304 5683644 140733411014736 18446744073709551615 212447843787 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/11361/statm: 122924 55238 1878 364 0 58839 0
[pid=11369] ppid=11361 vsize=481440 CPUtime=0.11 cores=1,3,5,7
/proc/11369/stat : 11369 (python) S 11361 11361 11136 0 -1 4202560 1144 0 0 0 5 6 0 0 19 0 2 0 907000234 492994560 53771 33554432000 4194304 5683644 140733411014736 18446744073709551615 212447843787 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/11369/statm: 120360 53771 414 364 0 56278 0
[pid=11371] ppid=11369 vsize=59764 CPUtime=100.09 cores=1,3,5,7
/proc/11371/stat : 11371 (lingeling) T 11369 11371 11371 0 -1 4202496 21669 0 0 0 10007 2 0 0 25 0 1 0 907000235 61198336 14110 33554432000 4194304 4352236 140734053597216 18446744073709551615 4328100 0 0 16781312 17506 18446744071562691360 0 0 17 5 0 0 0
/proc/11371/statm: 14941 14110 129 39 0 14021 0
[pid=11369/tid=11375] ppid=11361 vsize=481440 CPUtime=0 cores=1,3,5,7
/proc/11369/task/11375/stat : 11375 (python) S 11361 11361 11136 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 907010246 492994560 53771 33554432000 4194304 5683644 140733411014736 18446744073709551615 212447840689 0 0 16781312 514 18446604471107934272 0 0 -1 3 0 0 0
[pid=11376] ppid=11361 vsize=481452 CPUtime=0.4 cores=1,3,5,7
/proc/11376/stat : 11376 (python) S 11361 11361 11136 0 -1 4202560 1001 0 0 0 23 17 0 0 15 0 1 0 907010248 493006848 53727 33554432000 4194304 5683644 140733411014736 18446744073709551615 212436037190 0 0 16781312 514 4523821849523486984 0 0 17 1 0 0 0
/proc/11376/statm: 120363 53727 371 364 0 56278 0
[pid=11378] ppid=11376 vsize=323196 CPUtime=312.88 cores=1,3,5,7
/proc/11378/stat : 11378 (cryptominisat-2) R 11376 11378 11378 0 -1 4202496 115922 0 0 0 31269 19 0 0 25 0 1 0 907010249 330952704 64995 33554432000 4194304 4677096 140735946987952 18446744073709551615 4320006 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/11378/statm: 80799 64995 390 118 0 75758 0
[pid=11361/tid=11370] ppid=11359 vsize=491696 CPUtime=0 cores=1,3,5,7
/proc/11361/task/11370/stat : 11370 (python) S 11359 11361 11136 0 -1 4202560 26 932 0 0 0 0 0 0 25 0 3 0 907000235 503496704 55238 33554432000 4194304 5683644 140733411014736 18446744073709551615 212447840689 0 0 16781312 2 18446604471107935168 0 0 -1 1 0 0 0
[pid=11361/tid=11377] ppid=11359 vsize=491696 CPUtime=0 cores=1,3,5,7
/proc/11361/task/11377/stat : 11377 (python) S 11359 11361 11136 0 -1 4202560 25 932 0 0 0 0 0 0 20 0 3 0 907010249 503496704 55238 33554432000 4194304 5683644 140733411014736 18446744073709551615 212447840689 0 0 16781312 2 18446604471107935168 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 444.08
Current children cumulated vsize (KiB) 1837548

[startup+444.701 s]
/proc/loadavg: 2.01 1.97 1.45 3/197 11386
/proc/meminfo: memFree=27558236/32951124 swapFree=67050540/67111528
[pid=11361] ppid=11359 vsize=491696 CPUtime=30.6 cores=1,3,5,7
/proc/11361/stat : 11361 (python) S 11359 11361 11136 0 -1 4202496 88071 932 1 0 3037 23 0 0 19 0 3 0 906997147 503496704 55238 33554432000 4194304 5683644 140733411014736 18446744073709551615 212447843787 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/11361/statm: 122924 55238 1878 364 0 58839 0
[pid=11369] ppid=11361 vsize=481440 CPUtime=0.11 cores=1,3,5,7
/proc/11369/stat : 11369 (python) S 11361 11361 11136 0 -1 4202560 1144 0 0 0 5 6 0 0 19 0 2 0 907000234 492994560 53771 33554432000 4194304 5683644 140733411014736 18446744073709551615 212447843787 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/11369/statm: 120360 53771 414 364 0 56278 0
[pid=11371] ppid=11369 vsize=59764 CPUtime=100.09 cores=1,3,5,7
/proc/11371/stat : 11371 (lingeling) T 11369 11371 11371 0 -1 4202496 21669 0 0 0 10007 2 0 0 25 0 1 0 907000235 61198336 14110 33554432000 4194304 4352236 140734053597216 18446744073709551615 4328100 0 0 16781312 17506 18446744071562691360 0 0 17 5 0 0 0
/proc/11371/statm: 14941 14110 129 39 0 14021 0
[pid=11369/tid=11375] ppid=11361 vsize=481440 CPUtime=0 cores=1,3,5,7
/proc/11369/task/11375/stat : 11375 (python) S 11361 11361 11136 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 907010246 492994560 53771 33554432000 4194304 5683644 140733411014736 18446744073709551615 212447840689 0 0 16781312 514 18446604471107934272 0 0 -1 3 0 0 0
[pid=11376] ppid=11361 vsize=481452 CPUtime=0.4 cores=1,3,5,7
/proc/11376/stat : 11376 (python) S 11361 11361 11136 0 -1 4202560 1001 0 0 0 23 17 0 0 15 0 1 0 907010248 493006848 53727 33554432000 4194304 5683644 140733411014736 18446744073709551615 212436037190 0 0 16781312 514 4523821849523486984 0 0 17 1 0 0 0
/proc/11376/statm: 120363 53727 371 364 0 56278 0
[pid=11378] ppid=11376 vsize=323196 CPUtime=313.68 cores=1,3,5,7
/proc/11378/stat : 11378 (cryptominisat-2) R 11376 11378 11378 0 -1 4202496 115922 0 0 0 31349 19 0 0 25 0 1 0 907010249 330952704 64995 33554432000 4194304 4677096 140735946987952 18446744073709551615 4320203 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/11378/statm: 80799 64995 390 118 0 75758 0
[pid=11361/tid=11370] ppid=11359 vsize=491696 CPUtime=0 cores=1,3,5,7
/proc/11361/task/11370/stat : 11370 (python) S 11359 11361 11136 0 -1 4202560 26 932 0 0 0 0 0 0 25 0 3 0 907000235 503496704 55238 33554432000 4194304 5683644 140733411014736 18446744073709551615 212447840689 0 0 16781312 2 18446604471107935168 0 0 -1 1 0 0 0
[pid=11361/tid=11377] ppid=11359 vsize=491696 CPUtime=0 cores=1,3,5,7
/proc/11361/task/11377/stat : 11377 (python) S 11359 11361 11136 0 -1 4202560 25 932 0 0 0 0 0 0 20 0 3 0 907010249 503496704 55238 33554432000 4194304 5683644 140733411014736 18446744073709551615 212447840689 0 0 16781312 2 18446604471107935168 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 444.88
Current children cumulated vsize (KiB) 1837548

[startup+445.101 s]
/proc/loadavg: 2.01 1.97 1.45 3/197 11386
/proc/meminfo: memFree=27558236/32951124 swapFree=67050540/67111528
[pid=11361] ppid=11359 vsize=491696 CPUtime=30.6 cores=1,3,5,7
/proc/11361/stat : 11361 (python) S 11359 11361 11136 0 -1 4202496 88071 932 1 0 3037 23 0 0 19 0 3 0 906997147 503496704 55238 33554432000 4194304 5683644 140733411014736 18446744073709551615 212447843787 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/11361/statm: 122924 55238 1878 364 0 58839 0
[pid=11369] ppid=11361 vsize=481440 CPUtime=0.11 cores=1,3,5,7
/proc/11369/stat : 11369 (python) S 11361 11361 11136 0 -1 4202560 1144 0 0 0 5 6 0 0 19 0 2 0 907000234 492994560 53771 33554432000 4194304 5683644 140733411014736 18446744073709551615 212447843787 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/11369/statm: 120360 53771 414 364 0 56278 0
[pid=11371] ppid=11369 vsize=59764 CPUtime=100.09 cores=1,3,5,7
/proc/11371/stat : 11371 (lingeling) T 11369 11371 11371 0 -1 4202496 21669 0 0 0 10007 2 0 0 25 0 1 0 907000235 61198336 14110 33554432000 4194304 4352236 140734053597216 18446744073709551615 4328100 0 0 16781312 17506 18446744071562691360 0 0 17 5 0 0 0
/proc/11371/statm: 14941 14110 129 39 0 14021 0
[pid=11369/tid=11375] ppid=11361 vsize=481440 CPUtime=0 cores=1,3,5,7
/proc/11369/task/11375/stat : 11375 (python) S 11361 11361 11136 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 907010246 492994560 53771 33554432000 4194304 5683644 140733411014736 18446744073709551615 212447840689 0 0 16781312 514 18446604471107934272 0 0 -1 3 0 0 0
[pid=11376] ppid=11361 vsize=481452 CPUtime=0.4 cores=1,3,5,7
/proc/11376/stat : 11376 (python) S 11361 11361 11136 0 -1 4202560 1001 0 0 0 23 17 0 0 15 0 1 0 907010248 493006848 53727 33554432000 4194304 5683644 140733411014736 18446744073709551615 212436037190 0 0 16781312 514 4523821849523486984 0 0 17 1 0 0 0
/proc/11376/statm: 120363 53727 371 364 0 56278 0
[pid=11378] ppid=11376 vsize=323196 CPUtime=314.08 cores=1,3,5,7
/proc/11378/stat : 11378 (cryptominisat-2) R 11376 11378 11378 0 -1 4202496 115922 0 0 0 31389 19 0 0 25 0 1 0 907010249 330952704 64995 33554432000 4194304 4677096 140735946987952 18446744073709551615 4319256 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/11378/statm: 80799 64995 390 118 0 75758 0
[pid=11361/tid=11370] ppid=11359 vsize=491696 CPUtime=0 cores=1,3,5,7
/proc/11361/task/11370/stat : 11370 (python) S 11359 11361 11136 0 -1 4202560 26 932 0 0 0 0 0 0 25 0 3 0 907000235 503496704 55238 33554432000 4194304 5683644 140733411014736 18446744073709551615 212447840689 0 0 16781312 2 18446604471107935168 0 0 -1 1 0 0 0
[pid=11361/tid=11377] ppid=11359 vsize=491696 CPUtime=0 cores=1,3,5,7
/proc/11361/task/11377/stat : 11377 (python) S 11359 11361 11136 0 -1 4202560 25 932 0 0 0 0 0 0 20 0 3 0 907010249 503496704 55238 33554432000 4194304 5683644 140733411014736 18446744073709551615 212447840689 0 0 16781312 2 18446604471107935168 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 445.28
Current children cumulated vsize (KiB) 1837548

[startup+445.201 s]
/proc/loadavg: 2.01 1.97 1.45 3/197 11386
/proc/meminfo: memFree=27558236/32951124 swapFree=67050540/67111528
[pid=11361] ppid=11359 vsize=491696 CPUtime=30.6 cores=1,3,5,7
/proc/11361/stat : 11361 (python) S 11359 11361 11136 0 -1 4202496 88071 932 1 0 3037 23 0 0 19 0 3 0 906997147 503496704 55238 33554432000 4194304 5683644 140733411014736 18446744073709551615 212447843787 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/11361/statm: 122924 55238 1878 364 0 58839 0
[pid=11369] ppid=11361 vsize=481440 CPUtime=0.11 cores=1,3,5,7
/proc/11369/stat : 11369 (python) S 11361 11361 11136 0 -1 4202560 1144 0 0 0 5 6 0 0 19 0 2 0 907000234 492994560 53771 33554432000 4194304 5683644 140733411014736 18446744073709551615 212447843787 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/11369/statm: 120360 53771 414 364 0 56278 0
[pid=11371] ppid=11369 vsize=59764 CPUtime=100.09 cores=1,3,5,7
/proc/11371/stat : 11371 (lingeling) T 11369 11371 11371 0 -1 4202496 21669 0 0 0 10007 2 0 0 25 0 1 0 907000235 61198336 14110 33554432000 4194304 4352236 140734053597216 18446744073709551615 4328100 0 0 16781312 17506 18446744071562691360 0 0 17 5 0 0 0
/proc/11371/statm: 14941 14110 129 39 0 14021 0
[pid=11369/tid=11375] ppid=11361 vsize=481440 CPUtime=0 cores=1,3,5,7
/proc/11369/task/11375/stat : 11375 (python) S 11361 11361 11136 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 907010246 492994560 53771 33554432000 4194304 5683644 140733411014736 18446744073709551615 212447840689 0 0 16781312 514 18446604471107934272 0 0 -1 3 0 0 0
[pid=11376] ppid=11361 vsize=481452 CPUtime=0.4 cores=1,3,5,7
/proc/11376/stat : 11376 (python) S 11361 11361 11136 0 -1 4202560 1001 0 0 0 23 17 0 0 15 0 1 0 907010248 493006848 53727 33554432000 4194304 5683644 140733411014736 18446744073709551615 212436037190 0 0 16781312 514 5617621346889466120 0 0 17 1 0 0 0
/proc/11376/statm: 120363 53727 371 364 0 56278 0
[pid=11378] ppid=11376 vsize=323196 CPUtime=314.18 cores=1,3,5,7
/proc/11378/stat : 11378 (cryptominisat-2) R 11376 11378 11378 0 -1 4202496 115928 0 0 0 31399 19 0 0 25 0 1 0 907010249 330952704 65000 33554432000 4194304 4677096 140735946987952 18446744073709551615 212435674090 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/11378/statm: 80799 65000 395 118 0 75758 0
[pid=11361/tid=11370] ppid=11359 vsize=491696 CPUtime=0 cores=1,3,5,7
/proc/11361/task/11370/stat : 11370 (python) S 11359 11361 11136 0 -1 4202560 26 932 0 0 0 0 0 0 25 0 3 0 907000235 503496704 55238 33554432000 4194304 5683644 140733411014736 18446744073709551615 212447840689 0 0 16781312 2 18446604471107935168 0 0 -1 1 0 0 0
[pid=11361/tid=11377] ppid=11359 vsize=491696 CPUtime=0 cores=1,3,5,7
/proc/11361/task/11377/stat : 11377 (python) S 11359 11361 11136 0 -1 4202560 25 932 0 0 0 0 0 0 20 0 3 0 907010249 503496704 55238 33554432000 4194304 5683644 140733411014736 18446744073709551615 212447840689 0 0 16781312 2 18446604471107935168 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 445.38
Current children cumulated vsize (KiB) 1837548

Child status: 0
Real time (s): 445.293
CPU time (s): 445.55
CPU user time (s): 444.796
CPU system time (s): 0.753885
CPU usage (%): 100.058
Max. virtual memory (cumulated for all children) (KiB): 1853556

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 444.796
system time used= 0.753885
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 255074
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= 3517
involuntary context switches= 1386

runsolver used 0.704892 second user time and 1.70274 second system time

The end

Launcher Data

Begin job on node102 at 2011-06-13 10:32:28
IDJOB=3498430
IDBENCH=82500
IDSOLVER=1991
FILE ID=node102/3498430-1307953947
RUNJOBID= node102-1307953128-11155
PBS_JOBID= 13559726
Free space on /tmp= 74076 MiB

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

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

MD5SUM BENCH= e669f2d68684ca746cc80f142ad8d0dc
RANDOM SEED=356937537

node102.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      28269508 kB
Buffers:        173880 kB
Cached:         350620 kB
SwapCached:      25152 kB
Active:        4240488 kB
Inactive:       230332 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      28269508 kB
SwapTotal:    67111528 kB
SwapFree:     67050540 kB
Dirty:           50432 kB
Writeback:           0 kB
AnonPages:     3943684 kB
Mapped:          15820 kB
Slab:           134368 kB
PageTables:      15636 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  4741352 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 74044 MiB
End job on node102 at 2011-06-13 10:39:53