Trace number 3386995

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-random (fixed)UNSAT 259.673 258.652

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v450-c1917-S116041094-082.UNKNOWN.cnf
MD5SUMc3607b4797e262c1da0dfb143eedc361
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark145.128
Satisfiable
(Un)Satisfiability was proved
Number of variables450
Number of clauses1917
Sum of the clauses size5751
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 31917
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.32/0.46	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.32/0.47	c INFO: solving HOME/instance-3386995-1305595928.cnf
0.32/0.47	c INFO: computing task features
0.32/0.47	c INFO: computed variable-clause graph statistics
0.32/0.47	c INFO: computed clause balance statistics
0.40/0.51	c INFO: computed variable balance statistics
0.40/0.54	c INFO: computed small-clause counts
0.40/0.54	c INFO: computed Horn-clause counts
0.40/0.54	c INFO: computed variable graph statistics
0.40/0.54	c INFO: collected features for HOME/instance-3386995-1305595928.cnf in 0.08 s
0.40/0.57	c INFO: running gnovelty+2@0 for 97 with 4999 remaining (b = 0.56)
99.15/99.01	c INFO: running march_hi@0 for 388 with 4901 remaining (b = 0.37)
259.56/258.63	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3386995-1305595928/watcher-3386995-1305595928 -o /tmp/evaluation-result-3386995-1305595928/solver-3386995-1305595928 -C 5000 -W 5100 -M 15500 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3386995-1305595928.cnf -seed 605400460 -budget 5000 

running on 4 cores: 0,2,4,6

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.95 2.04 2.00 2/548 641
/proc/meminfo: memFree=18936624/32951124 swapFree=51873468/67111528
[pid=641] ppid=639 vsize=15080 CPUtime=0 cores=0,2,4,6
/proc/641/stat : 641 (python) S 639 641 31886 0 -1 4202496 648 0 0 0 0 0 0 0 25 0 1 0 652009034 15441920 545 33554432000 4194304 5683644 140736895415056 18446744073709551615 212039653376 0 2147483391 16781312 2 18446744071699199166 0 0 17 4 0 0 0
/proc/641/statm: 3770 545 312 364 0 257 0

[startup+0.0602119 s]
/proc/loadavg: 1.95 2.04 2.00 2/548 641
/proc/meminfo: memFree=18936624/32951124 swapFree=51873468/67111528
[pid=641] ppid=639 vsize=38904 CPUtime=0.04 cores=0,2,4,6
/proc/641/stat : 641 (python) R 639 641 31886 0 -1 4202496 1663 0 0 0 3 1 0 0 25 0 1 0 652009034 39837696 1491 33554432000 4194304 5683644 140736895415056 18446744073709551615 212034731655 0 2147483391 16781312 2 0 0 0 17 6 0 0 0
/proc/641/statm: 9726 1491 455 364 0 1026 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 38904

[startup+0.100247 s]
/proc/loadavg: 1.95 2.04 2.00 2/548 641
/proc/meminfo: memFree=18936624/32951124 swapFree=51873468/67111528
[pid=641] ppid=639 vsize=104228 CPUtime=0.07 cores=0,2,4,6
/proc/641/stat : 641 (python) S 639 641 31886 0 -1 4202496 3065 0 0 0 5 2 0 0 17 0 1 0 652009034 106729472 2748 33554432000 4194304 5683644 140736895415056 18446744073709551615 212039653376 0 2147483391 16781312 2 18446744071699199166 0 0 17 6 0 0 0
/proc/641/statm: 26057 2748 847 364 0 1805 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 104228

[startup+0.301277 s]
/proc/loadavg: 1.95 2.04 2.00 2/548 641
/proc/meminfo: memFree=18936624/32951124 swapFree=51873468/67111528
[pid=641] ppid=639 vsize=187688 CPUtime=0.23 cores=0,2,4,6
/proc/641/stat : 641 (python) S 639 641 31886 0 -1 4202496 6831 934 1 0 17 6 0 0 17 0 1 0 652009034 192192512 4884 33554432000 4194304 5683644 140736895415056 18446744073709551615 212039653376 0 2147483391 16781312 2 18446744071699199166 0 0 17 6 0 0 0
/proc/641/statm: 46922 4884 1399 364 0 3723 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 187688

[startup+0.701173 s]
/proc/loadavg: 1.95 2.04 2.00 2/548 641
/proc/meminfo: memFree=18936624/32951124 swapFree=51873468/67111528
[pid=641] ppid=639 vsize=288708 CPUtime=0.47 cores=0,2,4,6
/proc/641/stat : 641 (python) S 639 641 31886 0 -1 4202496 9793 934 1 0 39 8 0 0 19 0 2 0 652009034 295636992 7077 33554432000 4194304 5683644 140736895415056 18446744073709551615 212051482059 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/641/statm: 72177 7077 1875 364 0 8095 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 288708

[startup+1.50104 s]
/proc/loadavg: 1.95 2.04 2.00 3/552 649
/proc/meminfo: memFree=18910924/32951124 swapFree=51873468/67111528
[pid=641] ppid=639 vsize=288708 CPUtime=0.47 cores=0,2,4,6
/proc/641/stat : 641 (python) S 639 641 31886 0 -1 4202496 9793 934 1 0 39 8 0 0 19 0 2 0 652009034 295636992 7077 33554432000 4194304 5683644 140736895415056 18446744073709551615 212051482059 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/641/statm: 72177 7077 1875 364 0 8095 0
[pid=647] ppid=641 vsize=278464 CPUtime=0 cores=0,2,4,6
/proc/647/stat : 647 (python) S 641 641 31886 0 -1 4202560 737 0 0 0 0 0 0 0 18 0 1 0 652009092 285147136 5552 33554432000 4194304 5683644 140736895415056 18446744073709551615 212039675407 0 0 16781312 514 11956295878039306239 0 0 17 6 0 0 0
/proc/647/statm: 69616 5552 354 364 0 5534 0
[pid=649] ppid=647 vsize=1017800 CPUtime=0.91 cores=0,2,4,6
/proc/649/stat : 649 (gnovelty+2) R 647 649 649 0 -1 4202496 438 0 0 0 91 0 0 0 21 0 1 0 652009092 1042227200 174 33554432000 134512640 135663704 4287259232 18446744073709551615 134525255 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/649/statm: 254450 174 113 282 0 254166 0
[pid=641/tid=648] ppid=639 vsize=288708 CPUtime=0 cores=0,2,4,6
/proc/641/task/648/stat : 648 (python) S 639 641 31886 0 -1 4202560 28 934 0 0 0 0 0 0 19 0 2 0 652009092 295636992 7077 33554432000 4194304 5683644 140736895415056 18446744073709551615 212051478961 0 0 16781312 2 18446604451014798144 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1.38
Current children cumulated vsize (KiB) 1584972

[startup+3.10076 s]
/proc/loadavg: 1.95 2.04 2.00 3/552 649
/proc/meminfo: memFree=18909684/32951124 swapFree=51873468/67111528
[pid=641] ppid=639 vsize=288708 CPUtime=0.47 cores=0,2,4,6
/proc/641/stat : 641 (python) S 639 641 31886 0 -1 4202496 9793 934 1 0 39 8 0 0 19 0 2 0 652009034 295636992 7077 33554432000 4194304 5683644 140736895415056 18446744073709551615 212051482059 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/641/statm: 72177 7077 1875 364 0 8095 0
[pid=647] ppid=641 vsize=278464 CPUtime=0 cores=0,2,4,6
/proc/647/stat : 647 (python) S 641 641 31886 0 -1 4202560 737 0 0 0 0 0 0 0 18 0 1 0 652009092 285147136 5552 33554432000 4194304 5683644 140736895415056 18446744073709551615 212039675407 0 0 16781312 514 11956295878039273731 0 0 17 6 0 0 0
/proc/647/statm: 69616 5552 354 364 0 5534 0
[pid=649] ppid=647 vsize=1017800 CPUtime=2.51 cores=0,2,4,6
/proc/649/stat : 649 (gnovelty+2) R 647 649 649 0 -1 4202496 438 0 0 0 251 0 0 0 25 0 1 0 652009092 1042227200 174 33554432000 134512640 135663704 4287259232 18446744073709551615 134525309 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/649/statm: 254450 174 113 282 0 254166 0
[pid=641/tid=648] ppid=639 vsize=288708 CPUtime=0 cores=0,2,4,6
/proc/641/task/648/stat : 648 (python) S 639 641 31886 0 -1 4202560 28 934 0 0 0 0 0 0 19 0 2 0 652009092 295636992 7077 33554432000 4194304 5683644 140736895415056 18446744073709551615 212051478961 0 0 16781312 2 18446604451014798144 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2.98
Current children cumulated vsize (KiB) 1584972

[startup+6.30113 s]
/proc/loadavg: 1.96 2.04 2.00 3/552 649
/proc/meminfo: memFree=18908816/32951124 swapFree=51873468/67111528
[pid=641] ppid=639 vsize=288708 CPUtime=0.47 cores=0,2,4,6
/proc/641/stat : 641 (python) S 639 641 31886 0 -1 4202496 9793 934 1 0 39 8 0 0 19 0 2 0 652009034 295636992 7077 33554432000 4194304 5683644 140736895415056 18446744073709551615 212051482059 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/641/statm: 72177 7077 1875 364 0 8095 0
[pid=647] ppid=641 vsize=278464 CPUtime=0.02 cores=0,2,4,6
/proc/647/stat : 647 (python) S 641 641 31886 0 -1 4202560 891 0 0 0 1 1 0 0 18 0 1 0 652009092 285147136 5574 33554432000 4194304 5683644 140736895415056 18446744073709551615 212039675407 0 0 16781312 514 11956295878039273731 0 0 17 6 0 0 0
/proc/647/statm: 69616 5574 376 364 0 5534 0
[pid=649] ppid=647 vsize=1017800 CPUtime=5.72 cores=0,2,4,6
/proc/649/stat : 649 (gnovelty+2) R 647 649 649 0 -1 4202496 438 0 0 0 572 0 0 0 25 0 1 0 652009092 1042227200 174 33554432000 134512640 135663704 4287259232 18446744073709551615 134524507 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/649/statm: 254450 174 113 282 0 254166 0
[pid=641/tid=648] ppid=639 vsize=288708 CPUtime=0 cores=0,2,4,6
/proc/641/task/648/stat : 648 (python) S 639 641 31886 0 -1 4202560 28 934 0 0 0 0 0 0 19 0 2 0 652009092 295636992 7077 33554432000 4194304 5683644 140736895415056 18446744073709551615 212051478961 0 0 16781312 2 18446604451014798144 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 1584972

[startup+12.701 s]
/proc/loadavg: 1.96 2.04 2.00 3/552 649
/proc/meminfo: memFree=18906708/32951124 swapFree=51873468/67111528
[pid=641] ppid=639 vsize=288708 CPUtime=0.47 cores=0,2,4,6
/proc/641/stat : 641 (python) S 639 641 31886 0 -1 4202496 9793 934 1 0 39 8 0 0 19 0 2 0 652009034 295636992 7077 33554432000 4194304 5683644 140736895415056 18446744073709551615 212051482059 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/641/statm: 72177 7077 1875 364 0 8095 0
[pid=647] ppid=641 vsize=278464 CPUtime=0.04 cores=0,2,4,6
/proc/647/stat : 647 (python) S 641 641 31886 0 -1 4202560 894 0 0 0 2 2 0 0 18 0 1 0 652009092 285147136 5575 33554432000 4194304 5683644 140736895415056 18446744073709551615 212039675407 0 0 16781312 514 5456392423536034051 0 0 17 6 0 0 0
/proc/647/statm: 69616 5575 377 364 0 5534 0
[pid=649] ppid=647 vsize=1017800 CPUtime=12.12 cores=0,2,4,6
/proc/649/stat : 649 (gnovelty+2) R 647 649 649 0 -1 4202496 438 0 0 0 1212 0 0 0 25 0 1 0 652009092 1042227200 174 33554432000 134512640 135663704 4287259232 18446744073709551615 134525224 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/649/statm: 254450 174 113 282 0 254166 0
[pid=641/tid=648] ppid=639 vsize=288708 CPUtime=0 cores=0,2,4,6
/proc/641/task/648/stat : 648 (python) S 639 641 31886 0 -1 4202560 28 934 0 0 0 0 0 0 19 0 2 0 652009092 295636992 7077 33554432000 4194304 5683644 140736895415056 18446744073709551615 212051478961 0 0 16781312 2 18446604451014798144 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 12.63
Current children cumulated vsize (KiB) 1584972

[startup+25.5007 s]
/proc/loadavg: 1.97 2.03 2.00 3/552 650
/proc/meminfo: memFree=18905936/32951124 swapFree=51873468/67111528
[pid=641] ppid=639 vsize=288708 CPUtime=0.47 cores=0,2,4,6
/proc/641/stat : 641 (python) S 639 641 31886 0 -1 4202496 9793 934 1 0 39 8 0 0 19 0 2 0 652009034 295636992 7077 33554432000 4194304 5683644 140736895415056 18446744073709551615 212051482059 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/641/statm: 72177 7077 1875 364 0 8095 0
[pid=647] ppid=641 vsize=278464 CPUtime=0.09 cores=0,2,4,6
/proc/647/stat : 647 (python) S 641 641 31886 0 -1 4202560 899 0 0 0 5 4 0 0 18 0 1 0 652009092 285147136 5575 33554432000 4194304 5683644 140736895415056 18446744073709551615 212039675407 0 0 16781312 514 5456392423536034051 0 0 17 6 0 0 0
/proc/647/statm: 69616 5575 377 364 0 5534 0
[pid=649] ppid=647 vsize=1017800 CPUtime=24.92 cores=0,2,4,6
/proc/649/stat : 649 (gnovelty+2) R 647 649 649 0 -1 4202496 438 0 0 0 2492 0 0 0 25 0 1 0 652009092 1042227200 174 33554432000 134512640 135663704 4287259232 18446744073709551615 134525490 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/649/statm: 254450 174 113 282 0 254166 0
[pid=641/tid=648] ppid=639 vsize=288708 CPUtime=0 cores=0,2,4,6
/proc/641/task/648/stat : 648 (python) S 639 641 31886 0 -1 4202560 28 934 0 0 0 0 0 0 19 0 2 0 652009092 295636992 7077 33554432000 4194304 5683644 140736895415056 18446744073709551615 212051478961 0 0 16781312 2 18446604451014798144 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 1584972

[startup+51.1012 s]
/proc/loadavg: 1.98 2.03 2.00 3/552 650
/proc/meminfo: memFree=18903104/32951124 swapFree=51873468/67111528
[pid=641] ppid=639 vsize=288708 CPUtime=0.47 cores=0,2,4,6
/proc/641/stat : 641 (python) S 639 641 31886 0 -1 4202496 9793 934 1 0 39 8 0 0 19 0 2 0 652009034 295636992 7077 33554432000 4194304 5683644 140736895415056 18446744073709551615 212051482059 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/641/statm: 72177 7077 1875 364 0 8095 0
[pid=647] ppid=641 vsize=278464 CPUtime=0.2 cores=0,2,4,6
/proc/647/stat : 647 (python) S 641 641 31886 0 -1 4202560 911 0 0 0 11 9 0 0 18 0 1 0 652009092 285147136 5575 33554432000 4194304 5683644 140736895415056 18446744073709551615 212039675407 0 0 16781312 514 5456392423536034051 0 0 17 4 0 0 0
/proc/647/statm: 69616 5575 377 364 0 5534 0
[pid=649] ppid=647 vsize=1017800 CPUtime=50.52 cores=0,2,4,6
/proc/649/stat : 649 (gnovelty+2) R 647 649 649 0 -1 4202496 438 0 0 0 5052 0 0 0 25 0 1 0 652009092 1042227200 174 33554432000 134512640 135663704 4287259232 18446744073709551615 134525172 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/649/statm: 254450 174 113 282 0 254166 0
[pid=641/tid=648] ppid=639 vsize=288708 CPUtime=0 cores=0,2,4,6
/proc/641/task/648/stat : 648 (python) S 639 641 31886 0 -1 4202560 28 934 0 0 0 0 0 0 19 0 2 0 652009092 295636992 7077 33554432000 4194304 5683644 140736895415056 18446744073709551615 212051478961 0 0 16781312 2 18446604451014798144 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 51.19
Current children cumulated vsize (KiB) 1584972

[startup+102.32 s]
/proc/loadavg: 2.15 2.06 2.01 3/556 656
/proc/meminfo: memFree=18890632/32951124 swapFree=51873468/67111528
[pid=641] ppid=639 vsize=299548 CPUtime=0.51 cores=0,2,4,6
/proc/641/stat : 641 (python) S 639 641 31886 0 -1 4202496 10610 934 1 0 43 8 0 0 18 0 3 0 652009034 306737152 7218 33554432000 4194304 5683644 140736895415056 18446744073709551615 212051482059 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/641/statm: 74887 7218 1878 364 0 10802 0
[pid=647] ppid=641 vsize=288708 CPUtime=0.38 cores=0,2,4,6
/proc/647/stat : 647 (python) S 641 641 31886 0 -1 4202560 1080 0 0 0 22 16 0 0 19 0 2 0 652009092 295636992 5613 33554432000 4194304 5683644 140736895415056 18446744073709551615 212051482059 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/647/statm: 72177 5613 410 364 0 8095 0
[pid=649] ppid=647 vsize=1017800 CPUtime=98.4 cores=0,2,4,6
/proc/649/stat : 649 (gnovelty+2) T 647 649 649 0 -1 4202496 438 0 0 0 9840 0 0 0 25 0 1 0 652009092 1042227200 174 33554432000 134512640 135663704 4287259232 18446744073709551615 134524921 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/649/statm: 254450 174 113 282 0 254166 0
[pid=647/tid=653] ppid=641 vsize=288708 CPUtime=0 cores=0,2,4,6
/proc/647/task/653/stat : 653 (python) S 641 641 31886 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 652018932 295636992 5613 33554432000 4194304 5683644 140736895415056 18446744073709551615 212051478961 0 0 16781312 514 18446604447106550720 0 0 -1 0 0 0 0
[pid=654] ppid=641 vsize=289304 CPUtime=0 cores=0,2,4,6
/proc/654/stat : 654 (python) S 641 641 31886 0 -1 4202560 756 0 0 0 0 0 0 0 15 0 1 0 652018936 296247296 5684 33554432000 4194304 5683644 140736895415056 18446744073709551615 212039675462 0 0 16781312 514 17411756190592893188 0 0 17 4 0 0 0
/proc/654/statm: 72326 5684 348 364 0 8241 0
[pid=656] ppid=654 vsize=2760 CPUtime=3.29 cores=0,2,4,6
/proc/656/stat : 656 (march_hi) R 654 656 656 0 -1 4202496 736 0 0 0 329 0 0 0 25 0 1 0 652018936 2826240 471 33554432000 4194304 4955518 140733526811968 18446744073709551615 4209733 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/656/statm: 690 471 104 186 0 503 0
[pid=641/tid=648] ppid=639 vsize=299548 CPUtime=0 cores=0,2,4,6
/proc/641/task/648/stat : 648 (python) S 639 641 31886 0 -1 4202560 28 934 0 0 0 0 0 0 19 0 3 0 652009092 306737152 7218 33554432000 4194304 5683644 140736895415056 18446744073709551615 212051478961 0 0 16781312 2 18446604451014798144 0 0 -1 6 0 0 0
[pid=641/tid=655] ppid=639 vsize=299548 CPUtime=0 cores=0,2,4,6
/proc/641/task/655/stat : 655 (python) S 639 641 31886 0 -1 4202560 26 934 0 0 0 0 0 0 20 0 3 0 652018936 306737152 7218 33554432000 4194304 5683644 140736895415056 18446744073709551615 212051478961 0 0 16781312 2 18446604451014798144 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 102.58
Current children cumulated vsize (KiB) 1898120

[startup+162.301 s]
/proc/loadavg: 2.13 2.06 2.01 3/556 657
/proc/meminfo: memFree=18874332/32951124 swapFree=51873468/67111528
[pid=641] ppid=639 vsize=299548 CPUtime=0.51 cores=0,2,4,6
/proc/641/stat : 641 (python) S 639 641 31886 0 -1 4202496 10610 934 1 0 43 8 0 0 18 0 3 0 652009034 306737152 7218 33554432000 4194304 5683644 140736895415056 18446744073709551615 212051482059 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/641/statm: 74887 7218 1878 364 0 10802 0
[pid=647] ppid=641 vsize=288708 CPUtime=0.38 cores=0,2,4,6

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

/proc/656/stat : 656 (march_hi) R 654 656 656 0 -1 4202496 4719 0 0 0 15046 1 0 0 25 0 1 0 652018936 27070464 4454 33554432000 4194304 4955518 140733526811968 18446744073709551615 4209711 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/656/statm: 6609 4454 104 186 0 6422 0
[pid=641/tid=648] ppid=639 vsize=299548 CPUtime=0 cores=0,2,4,6
/proc/641/task/648/stat : 648 (python) S 639 641 31886 0 -1 4202560 28 934 0 0 0 0 0 0 19 0 3 0 652009092 306737152 7218 33554432000 4194304 5683644 140736895415056 18446744073709551615 212051478961 0 0 16781312 2 18446604451014798144 0 0 -1 6 0 0 0
[pid=641/tid=655] ppid=639 vsize=299548 CPUtime=0 cores=0,2,4,6
/proc/641/task/655/stat : 655 (python) S 639 641 31886 0 -1 4202560 26 934 0 0 0 0 0 0 20 0 3 0 652018936 306737152 7218 33554432000 4194304 5683644 140736895415056 18446744073709551615 212051478961 0 0 16781312 2 18446604451014798144 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 250.41
Current children cumulated vsize (KiB) 1921796

[startup+252.701 s]
/proc/loadavg: 2.03 2.04 2.00 3/556 660
/proc/meminfo: memFree=18853400/32951124 swapFree=51873468/67111528
[pid=641] ppid=639 vsize=299548 CPUtime=0.51 cores=0,2,4,6
/proc/641/stat : 641 (python) S 639 641 31886 0 -1 4202496 10610 934 1 0 43 8 0 0 18 0 3 0 652009034 306737152 7218 33554432000 4194304 5683644 140736895415056 18446744073709551615 212051482059 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/641/statm: 74887 7218 1878 364 0 10802 0
[pid=647] ppid=641 vsize=288708 CPUtime=0.38 cores=0,2,4,6
/proc/647/stat : 647 (python) S 641 641 31886 0 -1 4202560 1080 0 0 0 22 16 0 0 19 0 2 0 652009092 295636992 5613 33554432000 4194304 5683644 140736895415056 18446744073709551615 212051482059 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/647/statm: 72177 5613 410 364 0 8095 0
[pid=649] ppid=647 vsize=1017800 CPUtime=98.4 cores=0,2,4,6
/proc/649/stat : 649 (gnovelty+2) T 647 649 649 0 -1 4202496 438 0 0 0 9840 0 0 0 25 0 1 0 652009092 1042227200 174 33554432000 134512640 135663704 4287259232 18446744073709551615 134524921 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/649/statm: 254450 174 113 282 0 254166 0
[pid=647/tid=653] ppid=641 vsize=288708 CPUtime=0 cores=0,2,4,6
/proc/647/task/653/stat : 653 (python) S 641 641 31886 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 652018932 295636992 5613 33554432000 4194304 5683644 140736895415056 18446744073709551615 212051478961 0 0 16781312 514 18446604447106550720 0 0 -1 0 0 0 0
[pid=654] ppid=641 vsize=289304 CPUtime=0.67 cores=0,2,4,6
/proc/654/stat : 654 (python) S 641 641 31886 0 -1 4202560 958 0 0 0 35 32 0 0 15 0 1 0 652018936 296247296 5707 33554432000 4194304 5683644 140736895415056 18446744073709551615 212039675462 0 0 16781312 514 17411756190592893188 0 0 17 6 0 0 0
/proc/654/statm: 72326 5707 371 364 0 8241 0
[pid=656] ppid=654 vsize=26436 CPUtime=153.67 cores=0,2,4,6
/proc/656/stat : 656 (march_hi) R 654 656 656 0 -1 4202496 4786 0 0 0 15366 1 0 0 25 0 1 0 652018936 27070464 4521 33554432000 4194304 4955518 140733526811968 18446744073709551615 4227679 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/656/statm: 6609 4521 104 186 0 6422 0
[pid=641/tid=648] ppid=639 vsize=299548 CPUtime=0 cores=0,2,4,6
/proc/641/task/648/stat : 648 (python) S 639 641 31886 0 -1 4202560 28 934 0 0 0 0 0 0 19 0 3 0 652009092 306737152 7218 33554432000 4194304 5683644 140736895415056 18446744073709551615 212051478961 0 0 16781312 2 18446604451014798144 0 0 -1 6 0 0 0
[pid=641/tid=655] ppid=639 vsize=299548 CPUtime=0 cores=0,2,4,6
/proc/641/task/655/stat : 655 (python) S 639 641 31886 0 -1 4202560 26 934 0 0 0 0 0 0 20 0 3 0 652018936 306737152 7218 33554432000 4194304 5683644 140736895415056 18446744073709551615 212051478961 0 0 16781312 2 18446604451014798144 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 253.63
Current children cumulated vsize (KiB) 1921796

[startup+255.9 s]
/proc/loadavg: 2.02 2.04 2.00 3/556 660
/proc/meminfo: memFree=18852652/32951124 swapFree=51873468/67111528
[pid=641] ppid=639 vsize=299548 CPUtime=0.51 cores=0,2,4,6
/proc/641/stat : 641 (python) S 639 641 31886 0 -1 4202496 10610 934 1 0 43 8 0 0 18 0 3 0 652009034 306737152 7218 33554432000 4194304 5683644 140736895415056 18446744073709551615 212051482059 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/641/statm: 74887 7218 1878 364 0 10802 0
[pid=647] ppid=641 vsize=288708 CPUtime=0.38 cores=0,2,4,6
/proc/647/stat : 647 (python) S 641 641 31886 0 -1 4202560 1080 0 0 0 22 16 0 0 19 0 2 0 652009092 295636992 5613 33554432000 4194304 5683644 140736895415056 18446744073709551615 212051482059 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/647/statm: 72177 5613 410 364 0 8095 0
[pid=649] ppid=647 vsize=1017800 CPUtime=98.4 cores=0,2,4,6
/proc/649/stat : 649 (gnovelty+2) T 647 649 649 0 -1 4202496 438 0 0 0 9840 0 0 0 25 0 1 0 652009092 1042227200 174 33554432000 134512640 135663704 4287259232 18446744073709551615 134524921 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/649/statm: 254450 174 113 282 0 254166 0
[pid=647/tid=653] ppid=641 vsize=288708 CPUtime=0 cores=0,2,4,6
/proc/647/task/653/stat : 653 (python) S 641 641 31886 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 652018932 295636992 5613 33554432000 4194304 5683644 140736895415056 18446744073709551615 212051478961 0 0 16781312 514 18446604447106550720 0 0 -1 0 0 0 0
[pid=654] ppid=641 vsize=289304 CPUtime=0.7 cores=0,2,4,6
/proc/654/stat : 654 (python) S 641 641 31886 0 -1 4202560 959 0 0 0 37 33 0 0 15 0 1 0 652018936 296247296 5707 33554432000 4194304 5683644 140736895415056 18446744073709551615 212039675462 0 0 16781312 514 17411756190592893188 0 0 17 6 0 0 0
/proc/654/statm: 72326 5707 371 364 0 8241 0
[pid=656] ppid=654 vsize=26436 CPUtime=156.87 cores=0,2,4,6
/proc/656/stat : 656 (march_hi) R 654 656 656 0 -1 4202496 4854 0 0 0 15686 1 0 0 25 0 1 0 652018936 27070464 4589 33554432000 4194304 4955518 140733526811968 18446744073709551615 4224615 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/656/statm: 6609 4589 104 186 0 6422 0
[pid=641/tid=648] ppid=639 vsize=299548 CPUtime=0 cores=0,2,4,6
/proc/641/task/648/stat : 648 (python) S 639 641 31886 0 -1 4202560 28 934 0 0 0 0 0 0 19 0 3 0 652009092 306737152 7218 33554432000 4194304 5683644 140736895415056 18446744073709551615 212051478961 0 0 16781312 2 18446604451014798144 0 0 -1 6 0 0 0
[pid=641/tid=655] ppid=639 vsize=299548 CPUtime=0 cores=0,2,4,6
/proc/641/task/655/stat : 655 (python) S 639 641 31886 0 -1 4202560 26 934 0 0 0 0 0 0 20 0 3 0 652018936 306737152 7218 33554432000 4194304 5683644 140736895415056 18446744073709551615 212051478961 0 0 16781312 2 18446604451014798144 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 256.86
Current children cumulated vsize (KiB) 1921796

[startup+257.501 s]
/proc/loadavg: 2.02 2.04 2.00 3/556 660
/proc/meminfo: memFree=18852156/32951124 swapFree=51873468/67111528
[pid=641] ppid=639 vsize=299548 CPUtime=0.51 cores=0,2,4,6
/proc/641/stat : 641 (python) S 639 641 31886 0 -1 4202496 10610 934 1 0 43 8 0 0 18 0 3 0 652009034 306737152 7218 33554432000 4194304 5683644 140736895415056 18446744073709551615 212051482059 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/641/statm: 74887 7218 1878 364 0 10802 0
[pid=647] ppid=641 vsize=288708 CPUtime=0.38 cores=0,2,4,6
/proc/647/stat : 647 (python) S 641 641 31886 0 -1 4202560 1080 0 0 0 22 16 0 0 19 0 2 0 652009092 295636992 5613 33554432000 4194304 5683644 140736895415056 18446744073709551615 212051482059 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/647/statm: 72177 5613 410 364 0 8095 0
[pid=649] ppid=647 vsize=1017800 CPUtime=98.4 cores=0,2,4,6
/proc/649/stat : 649 (gnovelty+2) T 647 649 649 0 -1 4202496 438 0 0 0 9840 0 0 0 25 0 1 0 652009092 1042227200 174 33554432000 134512640 135663704 4287259232 18446744073709551615 134524921 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/649/statm: 254450 174 113 282 0 254166 0
[pid=647/tid=653] ppid=641 vsize=288708 CPUtime=0 cores=0,2,4,6
/proc/647/task/653/stat : 653 (python) S 641 641 31886 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 652018932 295636992 5613 33554432000 4194304 5683644 140736895415056 18446744073709551615 212051478961 0 0 16781312 514 18446604447106550720 0 0 -1 0 0 0 0
[pid=654] ppid=641 vsize=289304 CPUtime=0.7 cores=0,2,4,6
/proc/654/stat : 654 (python) S 641 641 31886 0 -1 4202560 959 0 0 0 37 33 0 0 15 0 1 0 652018936 296247296 5707 33554432000 4194304 5683644 140736895415056 18446744073709551615 212039675462 0 0 16781312 514 17411756190592893188 0 0 17 6 0 0 0
/proc/654/statm: 72326 5707 371 364 0 8241 0
[pid=656] ppid=654 vsize=26436 CPUtime=158.47 cores=0,2,4,6
/proc/656/stat : 656 (march_hi) R 654 656 656 0 -1 4202496 4885 0 0 0 15846 1 0 0 25 0 1 0 652018936 27070464 4620 33554432000 4194304 4955518 140733526811968 18446744073709551615 4238756 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/656/statm: 6609 4620 104 186 0 6422 0
[pid=641/tid=648] ppid=639 vsize=299548 CPUtime=0 cores=0,2,4,6
/proc/641/task/648/stat : 648 (python) S 639 641 31886 0 -1 4202560 28 934 0 0 0 0 0 0 19 0 3 0 652009092 306737152 7218 33554432000 4194304 5683644 140736895415056 18446744073709551615 212051478961 0 0 16781312 2 18446604451014798144 0 0 -1 6 0 0 0
[pid=641/tid=655] ppid=639 vsize=299548 CPUtime=0 cores=0,2,4,6
/proc/641/task/655/stat : 655 (python) S 639 641 31886 0 -1 4202560 26 934 0 0 0 0 0 0 20 0 3 0 652018936 306737152 7218 33554432000 4194304 5683644 140736895415056 18446744073709551615 212051478961 0 0 16781312 2 18446604451014798144 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 258.46
Current children cumulated vsize (KiB) 1921796

[startup+258.301 s]
/proc/loadavg: 2.02 2.04 2.00 3/556 660
/proc/meminfo: memFree=18852156/32951124 swapFree=51873468/67111528
[pid=641] ppid=639 vsize=299548 CPUtime=0.51 cores=0,2,4,6
/proc/641/stat : 641 (python) S 639 641 31886 0 -1 4202496 10610 934 1 0 43 8 0 0 18 0 3 0 652009034 306737152 7218 33554432000 4194304 5683644 140736895415056 18446744073709551615 212051482059 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/641/statm: 74887 7218 1878 364 0 10802 0
[pid=647] ppid=641 vsize=288708 CPUtime=0.38 cores=0,2,4,6
/proc/647/stat : 647 (python) S 641 641 31886 0 -1 4202560 1080 0 0 0 22 16 0 0 19 0 2 0 652009092 295636992 5613 33554432000 4194304 5683644 140736895415056 18446744073709551615 212051482059 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/647/statm: 72177 5613 410 364 0 8095 0
[pid=649] ppid=647 vsize=1017800 CPUtime=98.4 cores=0,2,4,6
/proc/649/stat : 649 (gnovelty+2) T 647 649 649 0 -1 4202496 438 0 0 0 9840 0 0 0 25 0 1 0 652009092 1042227200 174 33554432000 134512640 135663704 4287259232 18446744073709551615 134524921 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/649/statm: 254450 174 113 282 0 254166 0
[pid=647/tid=653] ppid=641 vsize=288708 CPUtime=0 cores=0,2,4,6
/proc/647/task/653/stat : 653 (python) S 641 641 31886 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 652018932 295636992 5613 33554432000 4194304 5683644 140736895415056 18446744073709551615 212051478961 0 0 16781312 514 18446604447106550720 0 0 -1 0 0 0 0
[pid=654] ppid=641 vsize=289304 CPUtime=0.7 cores=0,2,4,6
/proc/654/stat : 654 (python) S 641 641 31886 0 -1 4202560 959 0 0 0 37 33 0 0 15 0 1 0 652018936 296247296 5707 33554432000 4194304 5683644 140736895415056 18446744073709551615 212039675462 0 0 16781312 514 17411756190592893188 0 0 17 6 0 0 0
/proc/654/statm: 72326 5707 371 364 0 8241 0
[pid=656] ppid=654 vsize=26436 CPUtime=159.27 cores=0,2,4,6
/proc/656/stat : 656 (march_hi) R 654 656 656 0 -1 4202496 4901 0 0 0 15926 1 0 0 25 0 1 0 652018936 27070464 4636 33554432000 4194304 4955518 140733526811968 18446744073709551615 4227571 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/656/statm: 6609 4636 104 186 0 6422 0
[pid=641/tid=648] ppid=639 vsize=299548 CPUtime=0 cores=0,2,4,6
/proc/641/task/648/stat : 648 (python) S 639 641 31886 0 -1 4202560 28 934 0 0 0 0 0 0 19 0 3 0 652009092 306737152 7218 33554432000 4194304 5683644 140736895415056 18446744073709551615 212051478961 0 0 16781312 2 18446604451014798144 0 0 -1 6 0 0 0
[pid=641/tid=655] ppid=639 vsize=299548 CPUtime=0 cores=0,2,4,6
/proc/641/task/655/stat : 655 (python) S 639 641 31886 0 -1 4202560 26 934 0 0 0 0 0 0 20 0 3 0 652018936 306737152 7218 33554432000 4194304 5683644 140736895415056 18446744073709551615 212051478961 0 0 16781312 2 18446604451014798144 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 259.26
Current children cumulated vsize (KiB) 1921796

[startup+258.52 s]
/proc/loadavg: 2.02 2.04 2.00 3/556 660
/proc/meminfo: memFree=18851660/32951124 swapFree=51873468/67111528
[pid=641] ppid=639 vsize=299548 CPUtime=0.51 cores=0,2,4,6
/proc/641/stat : 641 (python) S 639 641 31886 0 -1 4202496 10610 934 1 0 43 8 0 0 18 0 3 0 652009034 306737152 7218 33554432000 4194304 5683644 140736895415056 18446744073709551615 212051482059 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/641/statm: 74887 7218 1878 364 0 10802 0
[pid=647] ppid=641 vsize=288708 CPUtime=0.38 cores=0,2,4,6
/proc/647/stat : 647 (python) S 641 641 31886 0 -1 4202560 1080 0 0 0 22 16 0 0 19 0 2 0 652009092 295636992 5613 33554432000 4194304 5683644 140736895415056 18446744073709551615 212051482059 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/647/statm: 72177 5613 410 364 0 8095 0
[pid=649] ppid=647 vsize=1017800 CPUtime=98.4 cores=0,2,4,6
/proc/649/stat : 649 (gnovelty+2) T 647 649 649 0 -1 4202496 438 0 0 0 9840 0 0 0 25 0 1 0 652009092 1042227200 174 33554432000 134512640 135663704 4287259232 18446744073709551615 134524921 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/649/statm: 254450 174 113 282 0 254166 0
[pid=647/tid=653] ppid=641 vsize=288708 CPUtime=0 cores=0,2,4,6
/proc/647/task/653/stat : 653 (python) S 641 641 31886 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 652018932 295636992 5613 33554432000 4194304 5683644 140736895415056 18446744073709551615 212051478961 0 0 16781312 514 18446604447106550720 0 0 -1 0 0 0 0
[pid=654] ppid=641 vsize=289304 CPUtime=0.7 cores=0,2,4,6
/proc/654/stat : 654 (python) R 641 641 31886 0 -1 4202560 960 0 0 0 37 33 0 0 15 0 1 0 652018936 296247296 5707 33554432000 4194304 5683644 140736895415056 18446744073709551615 212039675462 0 0 16781312 514 0 0 0 17 6 0 0 0
/proc/654/statm: 72326 5707 371 364 0 8241 0
[pid=656] ppid=654 vsize=26436 CPUtime=159.49 cores=0,2,4,6
/proc/656/stat : 656 (march_hi) R 654 656 656 0 -1 4202496 4905 0 0 0 15948 1 0 0 25 0 1 0 652018936 27070464 4640 33554432000 4194304 4955518 140733526811968 18446744073709551615 4421280 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/656/statm: 6609 4640 104 186 0 6422 0
[pid=641/tid=648] ppid=639 vsize=299548 CPUtime=0 cores=0,2,4,6
/proc/641/task/648/stat : 648 (python) S 639 641 31886 0 -1 4202560 28 934 0 0 0 0 0 0 19 0 3 0 652009092 306737152 7218 33554432000 4194304 5683644 140736895415056 18446744073709551615 212051478961 0 0 16781312 2 18446604451014798144 0 0 -1 6 0 0 0
[pid=641/tid=655] ppid=639 vsize=299548 CPUtime=0 cores=0,2,4,6
/proc/641/task/655/stat : 655 (python) S 639 641 31886 0 -1 4202560 26 934 0 0 0 0 0 0 20 0 3 0 652018936 306737152 7218 33554432000 4194304 5683644 140736895415056 18446744073709551615 212051478961 0 0 16781312 2 18446604451014798144 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 259.48
Current children cumulated vsize (KiB) 1921796

[startup+258.601 s]
/proc/loadavg: 2.02 2.04 2.00 3/556 660
/proc/meminfo: memFree=18851660/32951124 swapFree=51873468/67111528
[pid=641] ppid=639 vsize=299548 CPUtime=0.51 cores=0,2,4,6
/proc/641/stat : 641 (python) S 639 641 31886 0 -1 4202496 10610 934 1 0 43 8 0 0 18 0 3 0 652009034 306737152 7218 33554432000 4194304 5683644 140736895415056 18446744073709551615 212051482059 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/641/statm: 74887 7218 1878 364 0 10802 0
[pid=647] ppid=641 vsize=288708 CPUtime=0.38 cores=0,2,4,6
/proc/647/stat : 647 (python) S 641 641 31886 0 -1 4202560 1080 0 0 0 22 16 0 0 19 0 2 0 652009092 295636992 5613 33554432000 4194304 5683644 140736895415056 18446744073709551615 212051482059 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/647/statm: 72177 5613 410 364 0 8095 0
[pid=649] ppid=647 vsize=1017800 CPUtime=98.4 cores=0,2,4,6
/proc/649/stat : 649 (gnovelty+2) T 647 649 649 0 -1 4202496 438 0 0 0 9840 0 0 0 25 0 1 0 652009092 1042227200 174 33554432000 134512640 135663704 4287259232 18446744073709551615 134524921 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/649/statm: 254450 174 113 282 0 254166 0
[pid=647/tid=653] ppid=641 vsize=288708 CPUtime=0 cores=0,2,4,6
/proc/647/task/653/stat : 653 (python) S 641 641 31886 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 652018932 295636992 5613 33554432000 4194304 5683644 140736895415056 18446744073709551615 212051478961 0 0 16781312 514 18446604447106550720 0 0 -1 0 0 0 0
[pid=654] ppid=641 vsize=289304 CPUtime=0.7 cores=0,2,4,6
/proc/654/stat : 654 (python) S 641 641 31886 0 -1 4202560 960 0 0 0 37 33 0 0 15 0 1 0 652018936 296247296 5707 33554432000 4194304 5683644 140736895415056 18446744073709551615 212039675462 0 0 16781312 514 5607492924947267844 0 0 17 6 0 0 0
/proc/654/statm: 72326 5707 371 364 0 8241 0
[pid=656] ppid=654 vsize=26436 CPUtime=159.57 cores=0,2,4,6
/proc/656/stat : 656 (march_hi) R 654 656 656 0 -1 4202496 4906 0 0 0 15956 1 0 0 25 0 1 0 652018936 27070464 4641 33554432000 4194304 4955518 140733526811968 18446744073709551615 4227699 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/656/statm: 6609 4641 104 186 0 6422 0
[pid=641/tid=648] ppid=639 vsize=299548 CPUtime=0 cores=0,2,4,6
/proc/641/task/648/stat : 648 (python) S 639 641 31886 0 -1 4202560 28 934 0 0 0 0 0 0 19 0 3 0 652009092 306737152 7218 33554432000 4194304 5683644 140736895415056 18446744073709551615 212051478961 0 0 16781312 2 18446604451014798144 0 0 -1 6 0 0 0
[pid=641/tid=655] ppid=639 vsize=299548 CPUtime=0 cores=0,2,4,6
/proc/641/task/655/stat : 655 (python) S 639 641 31886 0 -1 4202560 26 934 0 0 0 0 0 0 20 0 3 0 652018936 306737152 7218 33554432000 4194304 5683644 140736895415056 18446744073709551615 212051478961 0 0 16781312 2 18446604451014798144 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 259.56
Current children cumulated vsize (KiB) 1921796

Child status: 0
Real time (s): 258.652
CPU time (s): 259.673
CPU user time (s): 259.055
CPU system time (s): 0.617906
CPU usage (%): 100.395
Max. virtual memory (cumulated for all children) (KiB): 1921796

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 259.055
system time used= 0.617906
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 23539
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= 1838
involuntary context switches= 715

runsolver used 1.45478 second user time and 2.93955 second system time

The end

Launcher Data

Begin job on node146 at 2011-05-17 03:32:08
IDJOB=3386995
IDBENCH=83060
IDSOLVER=1872
FILE ID=node146/3386995-1305595928
RUNJOBID= node146-1305586142-31904
PBS_JOBID= 13350332
Free space on /tmp= 73148 MiB

SOLVER NAME= borg-sat 11.03.02-seq-random (fixed)
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v450-c1917-S116041094-082.UNKNOWN.cnf
COMMAND LINE= python DIR/solve DIR/etc/borg-mix+class.random.pickle BENCHNAME -seed RANDOMSEED -budget TIMEOUT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3386995-1305595928/watcher-3386995-1305595928 -o /tmp/evaluation-result-3386995-1305595928/solver-3386995-1305595928 -C 5000 -W 5100 -M 15500  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3386995-1305595928.cnf -seed 605400460 -budget 5000

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

MD5SUM BENCH= c3607b4797e262c1da0dfb143eedc361
RANDOM SEED=605400460

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

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

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
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:      18936780 kB
Buffers:        232732 kB
Cached:        1516888 kB
SwapCached:      56140 kB
Active:       10875388 kB
Inactive:      2849016 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      18936780 kB
SwapTotal:    67111528 kB
SwapFree:     51873468 kB
Dirty:           32224 kB
Writeback:           0 kB
AnonPages:    11925568 kB
Mapped:          35276 kB
Slab:           118996 kB
PageTables:     100432 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 160692500 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= 73116 MiB
End job on node146 at 2011-05-17 03:36:26