Trace number 3484214

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, 1200 s timeout)UNSAT 309.078 308.734

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v450-c1917-S367251957-028.UNKNOWN.cnf
MD5SUM6ae9d83c80bad27a7e5f57fa7d9ee7b1
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark206.501
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.42/0.63	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.42/0.63	c INFO: solving HOME/instance-3484214-1307748386.cnf
0.42/0.63	c INFO: computing task features
0.42/0.64	c INFO: computed variable-clause graph statistics
0.42/0.64	c INFO: computed clause balance statistics
0.42/0.68	c INFO: computed variable balance statistics
0.42/0.70	c INFO: computed small-clause counts
0.42/0.70	c INFO: computed Horn-clause counts
0.42/0.70	c INFO: computed variable graph statistics
0.42/0.70	c INFO: collected features for HOME/instance-3484214-1307748386.cnf in 0.07 s
0.52/0.71	c INFO: running gnovelty+2@0 for 97 with 1199 remaining (b = 0.57)
99.73/99.85	c INFO: running march_hi@0 for 388 with 1100 remaining (b = 0.36)
309.00/308.71	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: 988)

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-3484214-1307748386/watcher-3484214-1307748386 -o /tmp/evaluation-result-3484214-1307748386/solver-3484214-1307748386 -C 1200 -W 1300 -M 7680 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3484214-1307748386.cnf -seed 815363443 -budget 1200 

running on 2 cores: 5,7

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


[startup+0 s]
/proc/loadavg: 4.02 3.97 3.08 4/219 32000
/proc/meminfo: memFree=31266256/32950928 swapFree=67055948/67111528
[pid=32000] ppid=31998 vsize=15184 CPUtime=0 cores=5,7
/proc/32000/stat : 32000 (python) R 31998 32000 31379 0 -1 4202496 735 0 0 0 0 0 0 0 25 0 1 0 886438283 15548416 622 33554432000 4194304 5683644 140735299552112 18446744073709551615 208080230400 0 2147483391 16781312 2 0 0 0 17 5 0 0 0
/proc/32000/statm: 3796 622 322 364 0 283 0

[startup+0.098271 s]
/proc/loadavg: 4.02 3.97 3.08 4/219 32000
/proc/meminfo: memFree=31266256/32950928 swapFree=67055948/67111528
[pid=32000] ppid=31998 vsize=87704 CPUtime=0.07 cores=5,7
/proc/32000/stat : 32000 (python) S 31998 32000 31379 0 -1 4202496 2640 0 0 0 5 2 0 0 25 0 1 0 886438283 89808896 2354 33554432000 4194304 5683644 140735299552112 18446744073709551615 208080230400 0 2147483391 16781312 2 18446744071699207358 0 0 17 5 0 0 0
/proc/32000/statm: 21926 2354 717 364 0 1622 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 87704

[startup+0.100268 s]
/proc/loadavg: 4.02 3.97 3.08 4/219 32000
/proc/meminfo: memFree=31266256/32950928 swapFree=67055948/67111528
[pid=32000] ppid=31998 vsize=93960 CPUtime=0.07 cores=5,7
/proc/32000/stat : 32000 (python) R 31998 32000 31379 0 -1 4202496 2694 0 0 0 5 2 0 0 25 0 1 0 886438283 96215040 2407 33554432000 4194304 5683644 140735299552112 18446744073709551615 208080230400 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/32000/statm: 23490 2407 764 364 0 1622 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 93960

[startup+0.300304 s]
/proc/loadavg: 4.02 3.97 3.08 4/219 32000
/proc/meminfo: memFree=31266256/32950928 swapFree=67055948/67111528
[pid=32000] ppid=31998 vsize=135748 CPUtime=0.21 cores=5,7
/proc/32000/stat : 32000 (python) S 31998 32000 31379 0 -1 4202496 5974 934 1 0 13 8 0 0 18 0 1 0 886438283 139005952 4149 33554432000 4194304 5683644 140735299552112 18446744073709551615 208080228357 0 2147483391 16781312 2 18446744071699207358 0 0 17 7 0 0 0
/proc/32000/statm: 33937 4149 1032 364 0 3123 0
Current children cumulated CPU time (s) 0.21
Current children cumulated vsize (KiB) 135748

[startup+0.709963 s]
/proc/loadavg: 4.02 3.97 3.08 4/219 32000
/proc/meminfo: memFree=31266256/32950928 swapFree=67055948/67111528
[pid=32000] ppid=31998 vsize=278260 CPUtime=0.52 cores=5,7
/proc/32000/stat : 32000 (python) S 31998 32000 31379 0 -1 4202496 9332 934 1 0 33 19 0 0 16 0 1 0 886438283 284938240 6986 33554432000 4194304 5683644 140735299552112 18446744073709551615 208080230400 0 2147483391 16781312 2 18446744071699207358 0 0 17 7 0 0 0
/proc/32000/statm: 69565 6986 1835 364 0 5489 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 278260

[startup+1.501 s]
/proc/loadavg: 4.02 3.97 3.08 5/223 32008
/proc/meminfo: memFree=31241820/32950928 swapFree=67055948/67111528
[pid=32000] ppid=31998 vsize=288704 CPUtime=0.53 cores=5,7
/proc/32000/stat : 32000 (python) S 31998 32000 31379 0 -1 4202496 9778 934 1 0 34 19 0 0 17 0 2 0 886438283 295632896 7056 33554432000 4194304 5683644 140735299552112 18446744073709551615 208092059083 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/32000/statm: 72176 7056 1867 364 0 8094 0
[pid=32006] ppid=32000 vsize=278460 CPUtime=0 cores=5,7
/proc/32006/stat : 32006 (python) S 32000 32000 31379 0 -1 4202560 733 0 0 0 0 0 0 0 18 0 1 0 886438355 285143040 5539 33554432000 4194304 5683644 140735299552112 18446744073709551615 208080252431 0 0 16781312 514 8912909265006493695 0 0 17 7 0 0 0
/proc/32006/statm: 69615 5539 354 364 0 5533 0
[pid=32008] ppid=32006 vsize=1017800 CPUtime=0.77 cores=5,7
/proc/32008/stat : 32008 (gnovelty+2) R 32006 32008 32008 0 -1 4202496 436 0 0 0 77 0 0 0 21 0 1 0 886438355 1042227200 173 33554432000 134512640 135663704 4293259456 18446744073709551615 134546967 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/32008/statm: 254450 173 113 282 0 254166 0
[pid=32000/tid=32007] ppid=31998 vsize=288704 CPUtime=0 cores=5,7
/proc/32000/task/32007/stat : 32007 (python) S 31998 32000 31379 0 -1 4202560 29 934 0 0 0 0 0 0 18 0 2 0 886438355 295632896 7056 33554432000 4194304 5683644 140735299552112 18446744073709551615 208092055985 0 0 16781312 2 18446604471145003200 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1.3
Current children cumulated vsize (KiB) 1584964

[startup+3.10069 s]
/proc/loadavg: 4.01 3.97 3.08 5/223 32008
/proc/meminfo: memFree=31241560/32950928 swapFree=67055948/67111528
[pid=32000] ppid=31998 vsize=288704 CPUtime=0.53 cores=5,7
/proc/32000/stat : 32000 (python) S 31998 32000 31379 0 -1 4202496 9778 934 1 0 34 19 0 0 17 0 2 0 886438283 295632896 7056 33554432000 4194304 5683644 140735299552112 18446744073709551615 208092059083 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/32000/statm: 72176 7056 1867 364 0 8094 0
[pid=32006] ppid=32000 vsize=278460 CPUtime=0 cores=5,7
/proc/32006/stat : 32006 (python) S 32000 32000 31379 0 -1 4202560 733 0 0 0 0 0 0 0 18 0 1 0 886438355 285143040 5539 33554432000 4194304 5683644 140735299552112 18446744073709551615 208080252431 0 0 16781312 514 8912909265006461189 0 0 17 7 0 0 0
/proc/32006/statm: 69615 5539 354 364 0 5533 0
[pid=32008] ppid=32006 vsize=1017800 CPUtime=2.37 cores=5,7
/proc/32008/stat : 32008 (gnovelty+2) R 32006 32008 32008 0 -1 4202496 436 0 0 0 237 0 0 0 25 0 1 0 886438355 1042227200 173 33554432000 134512640 135663704 4293259456 18446744073709551615 134544264 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/32008/statm: 254450 173 113 282 0 254166 0
[pid=32000/tid=32007] ppid=31998 vsize=288704 CPUtime=0 cores=5,7
/proc/32000/task/32007/stat : 32007 (python) S 31998 32000 31379 0 -1 4202560 29 934 0 0 0 0 0 0 18 0 2 0 886438355 295632896 7056 33554432000 4194304 5683644 140735299552112 18446744073709551615 208092055985 0 0 16781312 2 18446604471145003200 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2.9
Current children cumulated vsize (KiB) 1584964

[startup+6.30108 s]
/proc/loadavg: 4.01 3.97 3.08 5/223 32008
/proc/meminfo: memFree=31240112/32950928 swapFree=67055948/67111528
[pid=32000] ppid=31998 vsize=288704 CPUtime=0.53 cores=5,7
/proc/32000/stat : 32000 (python) S 31998 32000 31379 0 -1 4202496 9778 934 1 0 34 19 0 0 17 0 2 0 886438283 295632896 7056 33554432000 4194304 5683644 140735299552112 18446744073709551615 208092059083 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/32000/statm: 72176 7056 1867 364 0 8094 0
[pid=32006] ppid=32000 vsize=278460 CPUtime=0 cores=5,7
/proc/32006/stat : 32006 (python) S 32000 32000 31379 0 -1 4202560 875 0 0 0 0 0 0 0 18 0 1 0 886438355 285143040 5561 33554432000 4194304 5683644 140735299552112 18446744073709551615 208080252431 0 0 16781312 514 8912909265006461189 0 0 17 7 0 0 0
/proc/32006/statm: 69615 5561 376 364 0 5533 0
[pid=32008] ppid=32006 vsize=1017800 CPUtime=5.57 cores=5,7
/proc/32008/stat : 32008 (gnovelty+2) R 32006 32008 32008 0 -1 4202496 436 0 0 0 557 0 0 0 25 0 1 0 886438355 1042227200 173 33554432000 134512640 135663704 4293259456 18446744073709551615 134544212 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/32008/statm: 254450 173 113 282 0 254166 0
[pid=32000/tid=32007] ppid=31998 vsize=288704 CPUtime=0 cores=5,7
/proc/32000/task/32007/stat : 32007 (python) S 31998 32000 31379 0 -1 4202560 29 934 0 0 0 0 0 0 18 0 2 0 886438355 295632896 7056 33554432000 4194304 5683644 140735299552112 18446744073709551615 208092055985 0 0 16781312 2 18446604471145003200 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 6.1
Current children cumulated vsize (KiB) 1584964

[startup+12.7009 s]
/proc/loadavg: 4.01 3.97 3.09 5/223 32009
/proc/meminfo: memFree=31240508/32950928 swapFree=67055948/67111528
[pid=32000] ppid=31998 vsize=288704 CPUtime=0.53 cores=5,7
/proc/32000/stat : 32000 (python) S 31998 32000 31379 0 -1 4202496 9778 934 1 0 34 19 0 0 17 0 2 0 886438283 295632896 7056 33554432000 4194304 5683644 140735299552112 18446744073709551615 208092059083 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/32000/statm: 72176 7056 1867 364 0 8094 0
[pid=32006] ppid=32000 vsize=278460 CPUtime=0.01 cores=5,7
/proc/32006/stat : 32006 (python) S 32000 32000 31379 0 -1 4202560 880 0 0 0 1 0 0 0 18 0 1 0 886438355 285143040 5562 33554432000 4194304 5683644 140735299552112 18446744073709551615 208080252431 0 0 16781312 514 8912909265006461189 0 0 17 7 0 0 0
/proc/32006/statm: 69615 5562 377 364 0 5533 0
[pid=32008] ppid=32006 vsize=1017800 CPUtime=11.97 cores=5,7
/proc/32008/stat : 32008 (gnovelty+2) R 32006 32008 32008 0 -1 4202496 436 0 0 0 1197 0 0 0 25 0 1 0 886438355 1042227200 173 33554432000 134512640 135663704 4293259456 18446744073709551615 134545631 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/32008/statm: 254450 173 113 282 0 254166 0
[pid=32000/tid=32007] ppid=31998 vsize=288704 CPUtime=0 cores=5,7
/proc/32000/task/32007/stat : 32007 (python) S 31998 32000 31379 0 -1 4202560 29 934 0 0 0 0 0 0 18 0 2 0 886438355 295632896 7056 33554432000 4194304 5683644 140735299552112 18446744073709551615 208092055985 0 0 16781312 2 18446604471145003200 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 12.51
Current children cumulated vsize (KiB) 1584964

[startup+25.5004 s]
/proc/loadavg: 4.01 3.97 3.10 5/223 32009
/proc/meminfo: memFree=31241032/32950928 swapFree=67055948/67111528
[pid=32000] ppid=31998 vsize=288704 CPUtime=0.53 cores=5,7
/proc/32000/stat : 32000 (python) S 31998 32000 31379 0 -1 4202496 9778 934 1 0 34 19 0 0 17 0 2 0 886438283 295632896 7056 33554432000 4194304 5683644 140735299552112 18446744073709551615 208092059083 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/32000/statm: 72176 7056 1867 364 0 8094 0
[pid=32006] ppid=32000 vsize=278460 CPUtime=0.03 cores=5,7
/proc/32006/stat : 32006 (python) S 32000 32000 31379 0 -1 4202560 885 0 0 0 2 1 0 0 18 0 1 0 886438355 285143040 5562 33554432000 4194304 5683644 140735299552112 18446744073709551615 208080252431 0 0 16781312 514 10724284573606183173 0 0 17 7 0 0 0
/proc/32006/statm: 69615 5562 377 364 0 5533 0
[pid=32008] ppid=32006 vsize=1017800 CPUtime=24.77 cores=5,7
/proc/32008/stat : 32008 (gnovelty+2) R 32006 32008 32008 0 -1 4202496 436 0 0 0 2477 0 0 0 25 0 1 0 886438355 1042227200 173 33554432000 134512640 135663704 4293259456 18446744073709551615 134525213 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/32008/statm: 254450 173 113 282 0 254166 0
[pid=32000/tid=32007] ppid=31998 vsize=288704 CPUtime=0 cores=5,7
/proc/32000/task/32007/stat : 32007 (python) S 31998 32000 31379 0 -1 4202560 29 934 0 0 0 0 0 0 18 0 2 0 886438355 295632896 7056 33554432000 4194304 5683644 140735299552112 18446744073709551615 208092055985 0 0 16781312 2 18446604471145003200 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 25.33
Current children cumulated vsize (KiB) 1584964

[startup+51.1005 s]
/proc/loadavg: 4.00 3.97 3.12 5/234 32021
/proc/meminfo: memFree=31191732/32950928 swapFree=67055948/67111528
[pid=32000] ppid=31998 vsize=288704 CPUtime=0.53 cores=5,7
/proc/32000/stat : 32000 (python) S 31998 32000 31379 0 -1 4202496 9778 934 1 0 34 19 0 0 17 0 2 0 886438283 295632896 7056 33554432000 4194304 5683644 140735299552112 18446744073709551615 208092059083 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/32000/statm: 72176 7056 1867 364 0 8094 0
[pid=32006] ppid=32000 vsize=278460 CPUtime=0.06 cores=5,7
/proc/32006/stat : 32006 (python) S 32000 32000 31379 0 -1 4202560 899 0 0 0 3 3 0 0 18 0 1 0 886438355 285143040 5562 33554432000 4194304 5683644 140735299552112 18446744073709551615 208080252431 0 0 16781312 514 10724284573606183173 0 0 17 7 0 0 0
/proc/32006/statm: 69615 5562 377 364 0 5533 0
[pid=32008] ppid=32006 vsize=1017800 CPUtime=50.37 cores=5,7
/proc/32008/stat : 32008 (gnovelty+2) R 32006 32008 32008 0 -1 4202496 436 0 0 0 5037 0 0 0 25 0 1 0 886438355 1042227200 173 33554432000 134512640 135663704 4293259456 18446744073709551615 134524561 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/32008/statm: 254450 173 113 282 0 254166 0
[pid=32000/tid=32007] ppid=31998 vsize=288704 CPUtime=0 cores=5,7
/proc/32000/task/32007/stat : 32007 (python) S 31998 32000 31379 0 -1 4202560 29 934 0 0 0 0 0 0 18 0 2 0 886438355 295632896 7056 33554432000 4194304 5683644 140735299552112 18446744073709551615 208092055985 0 0 16781312 2 18446604471145003200 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 50.96
Current children cumulated vsize (KiB) 1584964

[startup+102.308 s]
/proc/loadavg: 4.07 3.99 3.18 5/238 32026
/proc/meminfo: memFree=31186152/32950928 swapFree=67055948/67111528
[pid=32000] ppid=31998 vsize=299568 CPUtime=0.54 cores=5,7
/proc/32000/stat : 32000 (python) S 31998 32000 31379 0 -1 4202496 10619 934 1 0 35 19 0 0 20 0 3 0 886438283 306757632 7215 33554432000 4194304 5683644 140735299552112 18446744073709551615 208092059083 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/32000/statm: 74892 7215 1870 364 0 10807 0
[pid=32006] ppid=32000 vsize=288704 CPUtime=0.13 cores=5,7
/proc/32006/stat : 32006 (python) S 32000 32000 31379 0 -1 4202560 1160 0 0 0 7 6 0 0 19 0 2 0 886438355 295632896 5606 33554432000 4194304 5683644 140735299552112 18446744073709551615 208092059083 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/32006/statm: 72176 5606 416 364 0 8094 0
[pid=32008] ppid=32006 vsize=1017800 CPUtime=99.12 cores=5,7
/proc/32008/stat : 32008 (gnovelty+2) T 32006 32008 32008 0 -1 4202496 436 0 0 0 9912 0 0 0 25 0 1 0 886438355 1042227200 173 33554432000 134512640 135663704 4293259456 18446744073709551615 134525265 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/32008/statm: 254450 173 113 282 0 254166 0
[pid=32006/tid=32023] ppid=32000 vsize=288704 CPUtime=0 cores=5,7
/proc/32006/task/32023/stat : 32023 (python) S 32000 32000 31379 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 886448267 295632896 5606 33554432000 4194304 5683644 140735299552112 18446744073709551615 208092055985 0 0 16781312 514 18446604454987891648 0 0 -1 5 0 0 0
[pid=32024] ppid=32000 vsize=289324 CPUtime=0 cores=5,7
/proc/32024/stat : 32024 (python) S 32000 32000 31379 0 -1 4202560 752 0 0 0 0 0 0 0 15 0 1 0 886448268 296267776 5689 33554432000 4194304 5683644 140735299552112 18446744073709551615 208080252486 0 0 16781312 514 5726291746124431624 0 0 17 7 0 0 0
/proc/32024/statm: 72331 5689 348 364 0 8246 0
[pid=32026] ppid=32024 vsize=2748 CPUtime=2.44 cores=5,7
/proc/32026/stat : 32026 (march_hi) R 32024 32026 32026 0 -1 4202496 711 0 0 0 244 0 0 0 25 0 1 0 886448268 2813952 449 33554432000 4194304 4955518 140733557113360 18446744073709551615 4282461 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/32026/statm: 687 449 104 186 0 500 0
[pid=32000/tid=32007] ppid=31998 vsize=299568 CPUtime=0 cores=5,7
/proc/32000/task/32007/stat : 32007 (python) S 31998 32000 31379 0 -1 4202560 29 934 0 0 0 0 0 0 18 0 3 0 886438355 306757632 7215 33554432000 4194304 5683644 140735299552112 18446744073709551615 208092055985 0 0 16781312 2 18446604471145003200 0 0 -1 7 0 0 0
[pid=32000/tid=32025] ppid=31998 vsize=299568 CPUtime=0 cores=5,7
/proc/32000/task/32025/stat : 32025 (python) S 31998 32000 31379 0 -1 4202560 30 934 0 0 0 0 0 0 20 0 3 0 886448268 306757632 7215 33554432000 4194304 5683644 140735299552112 18446744073709551615 208092055985 0 0 16781312 2 18446604471145003200 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 1898144

[startup+162.3 s]
/proc/loadavg: 4.10 4.00 3.23 5/247 32037
/proc/meminfo: memFree=31154300/32950928 swapFree=67055948/67111528
[pid=32000] ppid=31998 vsize=299568 CPUtime=0.54 cores=5,7
/proc/32000/stat : 32000 (python) S 31998 32000 31379 0 -1 4202496 10619 934 1 0 35 19 0 0 20 0 3 0 886438283 306757632 7215 33554432000 4194304 5683644 140735299552112 18446744073709551615 208092059083 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/32000/statm: 74892 7215 1870 364 0 10807 0
[pid=32006] ppid=32000 vsize=288704 CPUtime=0.13 cores=5,7

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

/proc/32026/stat : 32026 (march_hi) R 32024 32026 32026 0 -1 4202496 6410 0 0 0 19443 1 0 0 25 0 1 0 886448268 36237312 6148 33554432000 4194304 4955518 140733557113360 18446744073709551615 4225388 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/32026/statm: 8847 6148 104 186 0 8660 0
[pid=32000/tid=32007] ppid=31998 vsize=299568 CPUtime=0 cores=5,7
/proc/32000/task/32007/stat : 32007 (python) S 31998 32000 31379 0 -1 4202560 29 934 0 0 0 0 0 0 18 0 3 0 886438355 306757632 7215 33554432000 4194304 5683644 140735299552112 18446744073709551615 208092055985 0 0 16781312 2 18446604471145003200 0 0 -1 7 0 0 0
[pid=32000/tid=32025] ppid=31998 vsize=299568 CPUtime=0 cores=5,7
/proc/32000/task/32025/stat : 32025 (python) S 31998 32000 31379 0 -1 4202560 30 934 0 0 0 0 0 0 20 0 3 0 886448268 306757632 7215 33554432000 4194304 5683644 140735299552112 18446744073709551615 208092055985 0 0 16781312 2 18446604471145003200 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 294.56
Current children cumulated vsize (KiB) 1930784

[startup+300.701 s]
/proc/loadavg: 4.01 4.00 3.33 5/258 32051
/proc/meminfo: memFree=31087252/32950928 swapFree=67055948/67111528
[pid=32000] ppid=31998 vsize=299568 CPUtime=0.54 cores=5,7
/proc/32000/stat : 32000 (python) S 31998 32000 31379 0 -1 4202496 10619 934 1 0 35 19 0 0 20 0 3 0 886438283 306757632 7215 33554432000 4194304 5683644 140735299552112 18446744073709551615 208092059083 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/32000/statm: 74892 7215 1870 364 0 10807 0
[pid=32006] ppid=32000 vsize=288704 CPUtime=0.13 cores=5,7
/proc/32006/stat : 32006 (python) S 32000 32000 31379 0 -1 4202560 1160 0 0 0 7 6 0 0 19 0 2 0 886438355 295632896 5606 33554432000 4194304 5683644 140735299552112 18446744073709551615 208092059083 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/32006/statm: 72176 5606 416 364 0 8094 0
[pid=32008] ppid=32006 vsize=1017800 CPUtime=99.12 cores=5,7
/proc/32008/stat : 32008 (gnovelty+2) T 32006 32008 32008 0 -1 4202496 436 0 0 0 9912 0 0 0 25 0 1 0 886438355 1042227200 173 33554432000 134512640 135663704 4293259456 18446744073709551615 134525265 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/32008/statm: 254450 173 113 282 0 254166 0
[pid=32006/tid=32023] ppid=32000 vsize=288704 CPUtime=0 cores=5,7
/proc/32006/task/32023/stat : 32023 (python) S 32000 32000 31379 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 886448267 295632896 5606 33554432000 4194304 5683644 140735299552112 18446744073709551615 208092055985 0 0 16781312 514 18446604454987891648 0 0 -1 5 0 0 0
[pid=32024] ppid=32000 vsize=289324 CPUtime=0.36 cores=5,7
/proc/32024/stat : 32024 (python) S 32000 32000 31379 0 -1 4202560 1003 0 0 0 20 16 0 0 15 0 1 0 886448268 296267776 5712 33554432000 4194304 5683644 140735299552112 18446744073709551615 208080252486 0 0 16781312 514 5726291746124431624 0 0 17 7 0 0 0
/proc/32024/statm: 72331 5712 371 364 0 8246 0
[pid=32026] ppid=32024 vsize=35388 CPUtime=200.84 cores=5,7
/proc/32026/stat : 32026 (march_hi) R 32024 32026 32026 0 -1 4202496 6560 0 0 0 20083 1 0 0 25 0 1 0 886448268 36237312 6298 33554432000 4194304 4955518 140733557113360 18446744073709551615 4238968 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/32026/statm: 8847 6298 104 186 0 8660 0
[pid=32000/tid=32007] ppid=31998 vsize=299568 CPUtime=0 cores=5,7
/proc/32000/task/32007/stat : 32007 (python) S 31998 32000 31379 0 -1 4202560 29 934 0 0 0 0 0 0 18 0 3 0 886438355 306757632 7215 33554432000 4194304 5683644 140735299552112 18446744073709551615 208092055985 0 0 16781312 2 18446604471145003200 0 0 -1 7 0 0 0
[pid=32000/tid=32025] ppid=31998 vsize=299568 CPUtime=0 cores=5,7
/proc/32000/task/32025/stat : 32025 (python) S 31998 32000 31379 0 -1 4202560 30 934 0 0 0 0 0 0 20 0 3 0 886448268 306757632 7215 33554432000 4194304 5683644 140735299552112 18446744073709551615 208092055985 0 0 16781312 2 18446604471145003200 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 300.99
Current children cumulated vsize (KiB) 1930784

[startup+303.9 s]
/proc/loadavg: 4.01 4.00 3.33 5/258 32051
/proc/meminfo: memFree=31087004/32950928 swapFree=67055948/67111528
[pid=32000] ppid=31998 vsize=299568 CPUtime=0.54 cores=5,7
/proc/32000/stat : 32000 (python) S 31998 32000 31379 0 -1 4202496 10619 934 1 0 35 19 0 0 20 0 3 0 886438283 306757632 7215 33554432000 4194304 5683644 140735299552112 18446744073709551615 208092059083 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/32000/statm: 74892 7215 1870 364 0 10807 0
[pid=32006] ppid=32000 vsize=288704 CPUtime=0.13 cores=5,7
/proc/32006/stat : 32006 (python) S 32000 32000 31379 0 -1 4202560 1160 0 0 0 7 6 0 0 19 0 2 0 886438355 295632896 5606 33554432000 4194304 5683644 140735299552112 18446744073709551615 208092059083 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/32006/statm: 72176 5606 416 364 0 8094 0
[pid=32008] ppid=32006 vsize=1017800 CPUtime=99.12 cores=5,7
/proc/32008/stat : 32008 (gnovelty+2) T 32006 32008 32008 0 -1 4202496 436 0 0 0 9912 0 0 0 25 0 1 0 886438355 1042227200 173 33554432000 134512640 135663704 4293259456 18446744073709551615 134525265 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/32008/statm: 254450 173 113 282 0 254166 0
[pid=32006/tid=32023] ppid=32000 vsize=288704 CPUtime=0 cores=5,7
/proc/32006/task/32023/stat : 32023 (python) S 32000 32000 31379 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 886448267 295632896 5606 33554432000 4194304 5683644 140735299552112 18446744073709551615 208092055985 0 0 16781312 514 18446604454987891648 0 0 -1 5 0 0 0
[pid=32024] ppid=32000 vsize=289324 CPUtime=0.36 cores=5,7
/proc/32024/stat : 32024 (python) S 32000 32000 31379 0 -1 4202560 1003 0 0 0 20 16 0 0 15 0 1 0 886448268 296267776 5712 33554432000 4194304 5683644 140735299552112 18446744073709551615 208080252486 0 0 16781312 514 5726291746124431624 0 0 17 7 0 0 0
/proc/32024/statm: 72331 5712 371 364 0 8246 0
[pid=32026] ppid=32024 vsize=35388 CPUtime=204.04 cores=5,7
/proc/32026/stat : 32026 (march_hi) R 32024 32026 32026 0 -1 4202496 6636 0 0 0 20403 1 0 0 25 0 1 0 886448268 36237312 6374 33554432000 4194304 4955518 140733557113360 18446744073709551615 4227741 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/32026/statm: 8847 6374 104 186 0 8660 0
[pid=32000/tid=32007] ppid=31998 vsize=299568 CPUtime=0 cores=5,7
/proc/32000/task/32007/stat : 32007 (python) S 31998 32000 31379 0 -1 4202560 29 934 0 0 0 0 0 0 18 0 3 0 886438355 306757632 7215 33554432000 4194304 5683644 140735299552112 18446744073709551615 208092055985 0 0 16781312 2 18446604471145003200 0 0 -1 7 0 0 0
[pid=32000/tid=32025] ppid=31998 vsize=299568 CPUtime=0 cores=5,7
/proc/32000/task/32025/stat : 32025 (python) S 31998 32000 31379 0 -1 4202560 30 934 0 0 0 0 0 0 20 0 3 0 886448268 306757632 7215 33554432000 4194304 5683644 140735299552112 18446744073709551615 208092055985 0 0 16781312 2 18446604471145003200 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 304.19
Current children cumulated vsize (KiB) 1930784

[startup+307.101 s]
/proc/loadavg: 4.01 4.00 3.33 5/258 32052
/proc/meminfo: memFree=31086632/32950928 swapFree=67055948/67111528
[pid=32000] ppid=31998 vsize=299568 CPUtime=0.54 cores=5,7
/proc/32000/stat : 32000 (python) S 31998 32000 31379 0 -1 4202496 10619 934 1 0 35 19 0 0 20 0 3 0 886438283 306757632 7215 33554432000 4194304 5683644 140735299552112 18446744073709551615 208092059083 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/32000/statm: 74892 7215 1870 364 0 10807 0
[pid=32006] ppid=32000 vsize=288704 CPUtime=0.13 cores=5,7
/proc/32006/stat : 32006 (python) S 32000 32000 31379 0 -1 4202560 1160 0 0 0 7 6 0 0 19 0 2 0 886438355 295632896 5606 33554432000 4194304 5683644 140735299552112 18446744073709551615 208092059083 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/32006/statm: 72176 5606 416 364 0 8094 0
[pid=32008] ppid=32006 vsize=1017800 CPUtime=99.12 cores=5,7
/proc/32008/stat : 32008 (gnovelty+2) T 32006 32008 32008 0 -1 4202496 436 0 0 0 9912 0 0 0 25 0 1 0 886438355 1042227200 173 33554432000 134512640 135663704 4293259456 18446744073709551615 134525265 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/32008/statm: 254450 173 113 282 0 254166 0
[pid=32006/tid=32023] ppid=32000 vsize=288704 CPUtime=0 cores=5,7
/proc/32006/task/32023/stat : 32023 (python) S 32000 32000 31379 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 886448267 295632896 5606 33554432000 4194304 5683644 140735299552112 18446744073709551615 208092055985 0 0 16781312 514 18446604454987891648 0 0 -1 5 0 0 0
[pid=32024] ppid=32000 vsize=289324 CPUtime=0.37 cores=5,7
/proc/32024/stat : 32024 (python) S 32000 32000 31379 0 -1 4202560 1003 0 0 0 21 16 0 0 15 0 1 0 886448268 296267776 5712 33554432000 4194304 5683644 140735299552112 18446744073709551615 208080252486 0 0 16781312 514 5726291746124431624 0 0 17 7 0 0 0
/proc/32024/statm: 72331 5712 371 364 0 8246 0
[pid=32026] ppid=32024 vsize=35388 CPUtime=207.24 cores=5,7
/proc/32026/stat : 32026 (march_hi) R 32024 32026 32026 0 -1 4202496 6707 0 0 0 20723 1 0 0 25 0 1 0 886448268 36237312 6445 33554432000 4194304 4955518 140733557113360 18446744073709551615 4286689 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/32026/statm: 8847 6445 104 186 0 8660 0
[pid=32000/tid=32007] ppid=31998 vsize=299568 CPUtime=0 cores=5,7
/proc/32000/task/32007/stat : 32007 (python) S 31998 32000 31379 0 -1 4202560 29 934 0 0 0 0 0 0 18 0 3 0 886438355 306757632 7215 33554432000 4194304 5683644 140735299552112 18446744073709551615 208092055985 0 0 16781312 2 18446604471145003200 0 0 -1 7 0 0 0
[pid=32000/tid=32025] ppid=31998 vsize=299568 CPUtime=0 cores=5,7
/proc/32000/task/32025/stat : 32025 (python) S 31998 32000 31379 0 -1 4202560 30 934 0 0 0 0 0 0 20 0 3 0 886448268 306757632 7215 33554432000 4194304 5683644 140735299552112 18446744073709551615 208092055985 0 0 16781312 2 18446604471145003200 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 307.4
Current children cumulated vsize (KiB) 1930784

[startup+307.901 s]
/proc/loadavg: 4.01 4.00 3.33 5/258 32052
/proc/meminfo: memFree=31086508/32950928 swapFree=67055948/67111528
[pid=32000] ppid=31998 vsize=299568 CPUtime=0.54 cores=5,7
/proc/32000/stat : 32000 (python) S 31998 32000 31379 0 -1 4202496 10619 934 1 0 35 19 0 0 20 0 3 0 886438283 306757632 7215 33554432000 4194304 5683644 140735299552112 18446744073709551615 208092059083 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/32000/statm: 74892 7215 1870 364 0 10807 0
[pid=32006] ppid=32000 vsize=288704 CPUtime=0.13 cores=5,7
/proc/32006/stat : 32006 (python) S 32000 32000 31379 0 -1 4202560 1160 0 0 0 7 6 0 0 19 0 2 0 886438355 295632896 5606 33554432000 4194304 5683644 140735299552112 18446744073709551615 208092059083 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/32006/statm: 72176 5606 416 364 0 8094 0
[pid=32008] ppid=32006 vsize=1017800 CPUtime=99.12 cores=5,7
/proc/32008/stat : 32008 (gnovelty+2) T 32006 32008 32008 0 -1 4202496 436 0 0 0 9912 0 0 0 25 0 1 0 886438355 1042227200 173 33554432000 134512640 135663704 4293259456 18446744073709551615 134525265 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/32008/statm: 254450 173 113 282 0 254166 0
[pid=32006/tid=32023] ppid=32000 vsize=288704 CPUtime=0 cores=5,7
/proc/32006/task/32023/stat : 32023 (python) S 32000 32000 31379 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 886448267 295632896 5606 33554432000 4194304 5683644 140735299552112 18446744073709551615 208092055985 0 0 16781312 514 18446604454987891648 0 0 -1 5 0 0 0
[pid=32024] ppid=32000 vsize=289324 CPUtime=0.37 cores=5,7
/proc/32024/stat : 32024 (python) S 32000 32000 31379 0 -1 4202560 1003 0 0 0 21 16 0 0 15 0 1 0 886448268 296267776 5712 33554432000 4194304 5683644 140735299552112 18446744073709551615 208080252486 0 0 16781312 514 5726291746124431624 0 0 17 7 0 0 0
/proc/32024/statm: 72331 5712 371 364 0 8246 0
[pid=32026] ppid=32024 vsize=35388 CPUtime=208.04 cores=5,7
/proc/32026/stat : 32026 (march_hi) R 32024 32026 32026 0 -1 4202496 6724 0 0 0 20803 1 0 0 25 0 1 0 886448268 36237312 6462 33554432000 4194304 4955518 140733557113360 18446744073709551615 4206595 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/32026/statm: 8847 6462 104 186 0 8660 0
[pid=32000/tid=32007] ppid=31998 vsize=299568 CPUtime=0 cores=5,7
/proc/32000/task/32007/stat : 32007 (python) S 31998 32000 31379 0 -1 4202560 29 934 0 0 0 0 0 0 18 0 3 0 886438355 306757632 7215 33554432000 4194304 5683644 140735299552112 18446744073709551615 208092055985 0 0 16781312 2 18446604471145003200 0 0 -1 7 0 0 0
[pid=32000/tid=32025] ppid=31998 vsize=299568 CPUtime=0 cores=5,7
/proc/32000/task/32025/stat : 32025 (python) S 31998 32000 31379 0 -1 4202560 30 934 0 0 0 0 0 0 20 0 3 0 886448268 306757632 7215 33554432000 4194304 5683644 140735299552112 18446744073709551615 208092055985 0 0 16781312 2 18446604471145003200 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 308.2
Current children cumulated vsize (KiB) 1930784

[startup+308.3 s]
/proc/loadavg: 4.01 4.00 3.33 5/258 32052
/proc/meminfo: memFree=31086508/32950928 swapFree=67055948/67111528
[pid=32000] ppid=31998 vsize=299568 CPUtime=0.54 cores=5,7
/proc/32000/stat : 32000 (python) S 31998 32000 31379 0 -1 4202496 10619 934 1 0 35 19 0 0 20 0 3 0 886438283 306757632 7215 33554432000 4194304 5683644 140735299552112 18446744073709551615 208092059083 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/32000/statm: 74892 7215 1870 364 0 10807 0
[pid=32006] ppid=32000 vsize=288704 CPUtime=0.13 cores=5,7
/proc/32006/stat : 32006 (python) S 32000 32000 31379 0 -1 4202560 1160 0 0 0 7 6 0 0 19 0 2 0 886438355 295632896 5606 33554432000 4194304 5683644 140735299552112 18446744073709551615 208092059083 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/32006/statm: 72176 5606 416 364 0 8094 0
[pid=32008] ppid=32006 vsize=1017800 CPUtime=99.12 cores=5,7
/proc/32008/stat : 32008 (gnovelty+2) T 32006 32008 32008 0 -1 4202496 436 0 0 0 9912 0 0 0 25 0 1 0 886438355 1042227200 173 33554432000 134512640 135663704 4293259456 18446744073709551615 134525265 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/32008/statm: 254450 173 113 282 0 254166 0
[pid=32006/tid=32023] ppid=32000 vsize=288704 CPUtime=0 cores=5,7
/proc/32006/task/32023/stat : 32023 (python) S 32000 32000 31379 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 886448267 295632896 5606 33554432000 4194304 5683644 140735299552112 18446744073709551615 208092055985 0 0 16781312 514 18446604454987891648 0 0 -1 5 0 0 0
[pid=32024] ppid=32000 vsize=289324 CPUtime=0.37 cores=5,7
/proc/32024/stat : 32024 (python) S 32000 32000 31379 0 -1 4202560 1003 0 0 0 21 16 0 0 15 0 1 0 886448268 296267776 5712 33554432000 4194304 5683644 140735299552112 18446744073709551615 208080252486 0 0 16781312 514 5726291746124431624 0 0 17 7 0 0 0
/proc/32024/statm: 72331 5712 371 364 0 8246 0
[pid=32026] ppid=32024 vsize=35388 CPUtime=208.44 cores=5,7
/proc/32026/stat : 32026 (march_hi) R 32024 32026 32026 0 -1 4202496 6732 0 0 0 20843 1 0 0 25 0 1 0 886448268 36237312 6470 33554432000 4194304 4955518 140733557113360 18446744073709551615 4286797 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/32026/statm: 8847 6470 104 186 0 8660 0
[pid=32000/tid=32007] ppid=31998 vsize=299568 CPUtime=0 cores=5,7
/proc/32000/task/32007/stat : 32007 (python) S 31998 32000 31379 0 -1 4202560 29 934 0 0 0 0 0 0 18 0 3 0 886438355 306757632 7215 33554432000 4194304 5683644 140735299552112 18446744073709551615 208092055985 0 0 16781312 2 18446604471145003200 0 0 -1 7 0 0 0
[pid=32000/tid=32025] ppid=31998 vsize=299568 CPUtime=0 cores=5,7
/proc/32000/task/32025/stat : 32025 (python) S 31998 32000 31379 0 -1 4202560 30 934 0 0 0 0 0 0 20 0 3 0 886448268 306757632 7215 33554432000 4194304 5683644 140735299552112 18446744073709551615 208092055985 0 0 16781312 2 18446604471145003200 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 308.6
Current children cumulated vsize (KiB) 1930784

[startup+308.7 s]
/proc/loadavg: 4.01 4.00 3.33 5/258 32052
/proc/meminfo: memFree=31086508/32950928 swapFree=67055948/67111528
[pid=32000] ppid=31998 vsize=299568 CPUtime=0.54 cores=5,7
/proc/32000/stat : 32000 (python) S 31998 32000 31379 0 -1 4202496 10619 934 1 0 35 19 0 0 20 0 3 0 886438283 306757632 7215 33554432000 4194304 5683644 140735299552112 18446744073709551615 208092059083 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/32000/statm: 74892 7215 1870 364 0 10807 0
[pid=32006] ppid=32000 vsize=288704 CPUtime=0.13 cores=5,7
/proc/32006/stat : 32006 (python) S 32000 32000 31379 0 -1 4202560 1160 0 0 0 7 6 0 0 19 0 2 0 886438355 295632896 5606 33554432000 4194304 5683644 140735299552112 18446744073709551615 208092059083 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/32006/statm: 72176 5606 416 364 0 8094 0
[pid=32008] ppid=32006 vsize=1017800 CPUtime=99.12 cores=5,7
/proc/32008/stat : 32008 (gnovelty+2) T 32006 32008 32008 0 -1 4202496 436 0 0 0 9912 0 0 0 25 0 1 0 886438355 1042227200 173 33554432000 134512640 135663704 4293259456 18446744073709551615 134525265 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/32008/statm: 254450 173 113 282 0 254166 0
[pid=32006/tid=32023] ppid=32000 vsize=288704 CPUtime=0 cores=5,7
/proc/32006/task/32023/stat : 32023 (python) S 32000 32000 31379 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 886448267 295632896 5606 33554432000 4194304 5683644 140735299552112 18446744073709551615 208092055985 0 0 16781312 514 18446604454987891648 0 0 -1 5 0 0 0
[pid=32024] ppid=32000 vsize=289324 CPUtime=0.37 cores=5,7
/proc/32024/stat : 32024 (python) S 32000 32000 31379 0 -1 4202560 1003 0 0 0 21 16 0 0 15 0 1 0 886448268 296267776 5712 33554432000 4194304 5683644 140735299552112 18446744073709551615 208080252486 0 0 16781312 514 5616737880706613512 0 0 17 7 0 0 0
/proc/32024/statm: 72331 5712 371 364 0 8246 0
[pid=32026] ppid=32024 vsize=35388 CPUtime=208.84 cores=5,7
/proc/32026/stat : 32026 (march_hi) R 32024 32026 32026 0 -1 4202496 6739 0 0 0 20883 1 0 0 25 0 1 0 886448268 36237312 6477 33554432000 4194304 4955518 140733557113360 18446744073709551615 4286740 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/32026/statm: 8847 6477 104 186 0 8660 0
[pid=32000/tid=32007] ppid=31998 vsize=299568 CPUtime=0 cores=5,7
/proc/32000/task/32007/stat : 32007 (python) S 31998 32000 31379 0 -1 4202560 29 934 0 0 0 0 0 0 18 0 3 0 886438355 306757632 7215 33554432000 4194304 5683644 140735299552112 18446744073709551615 208092055985 0 0 16781312 2 18446604471145003200 0 0 -1 7 0 0 0
[pid=32000/tid=32025] ppid=31998 vsize=299568 CPUtime=0 cores=5,7
/proc/32000/task/32025/stat : 32025 (python) S 31998 32000 31379 0 -1 4202560 30 934 0 0 0 0 0 0 20 0 3 0 886448268 306757632 7215 33554432000 4194304 5683644 140735299552112 18446744073709551615 208092055985 0 0 16781312 2 18446604471145003200 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 309
Current children cumulated vsize (KiB) 1930784

Child status: 0
Real time (s): 308.734
CPU time (s): 309.078
CPU user time (s): 308.62
CPU system time (s): 0.45793
CPU usage (%): 100.111
Max. virtual memory (cumulated for all children) (KiB): 1930784

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 308.62
system time used= 0.45793
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 25491
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= 3756
involuntary context switches= 340

runsolver used 0.583911 second user time and 1.2808 second system time

The end

Launcher Data

Begin job on node127 at 2011-06-11 01:26:26
IDJOB=3484214
IDBENCH=82725
IDSOLVER=1975
FILE ID=node127/3484214-1307748386
RUNJOBID= node127-1307747008-31400
PBS_JOBID= 13550830
Free space on /tmp= 74000 MiB

SOLVER NAME= borg-sat 11.03.02-seq-random (fixed, 1200 s timeout)
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v450-c1917-S367251957-028.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-3484214-1307748386/watcher-3484214-1307748386 -o /tmp/evaluation-result-3484214-1307748386/solver-3484214-1307748386 -C 1200 -W 1300 -M 7680  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3484214-1307748386.cnf -seed 815363443 -budget 1200

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 7680 MiB
NBCORE= 2

MD5SUM BENCH= 6ae9d83c80bad27a7e5f57fa7d9ee7b1
RANDOM SEED=815363443

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      31266932 kB
Buffers:        271464 kB
Cached:         978744 kB
SwapCached:       9372 kB
Active:         822960 kB
Inactive:       655156 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      31266932 kB
SwapTotal:    67111528 kB
SwapFree:     67055948 kB
Dirty:           31892 kB
Writeback:           0 kB
AnonPages:      225532 kB
Mapped:          20684 kB
Slab:           132756 kB
PageTables:      12256 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:  6109680 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= 73964 MiB
End job on node127 at 2011-06-11 01:31:35