Trace number 3377766

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 1118.6 1116.54

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v500-c2130-S670753028-051.UNKNOWN.cnf
MD5SUM540d28f0e1785b746f299d2e1070ed2a
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark912.297
Satisfiable
(Un)Satisfiability was proved
Number of variables500
Number of clauses2130
Sum of the clauses size6390
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 32130
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.32/0.45	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.32/0.45	c INFO: solving HOME/instance-3377766-1305457913.cnf
0.32/0.45	c INFO: computing task features
0.32/0.46	c INFO: computed variable-clause graph statistics
0.32/0.46	c INFO: computed clause balance statistics
0.40/0.50	c INFO: computed variable balance statistics
0.40/0.53	c INFO: computed small-clause counts
0.40/0.53	c INFO: computed Horn-clause counts
0.40/0.53	c INFO: computed variable graph statistics
0.40/0.53	c INFO: collected features for HOME/instance-3377766-1305457913.cnf in 0.08 s
0.40/0.54	c INFO: running gnovelty+2@0 for 97 with 2399 remaining (b = 0.57)
98.97/98.87	c INFO: running gnovelty+2@0 for 97 with 2301 remaining (b = 0.06)
197.54/197.19	c INFO: running march_hi@0 for 2203 with 2203 remaining (b = 0.71)
1118.53/1116.51	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-3377766-1305457913/watcher-3377766-1305457913 -o /tmp/evaluation-result-3377766-1305457913/solver-3377766-1305457913 -C 2400 -W 1300 -M 7680 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3377766-1305457913.cnf -seed 542347409 -budget 2400 

running on 2 cores: 5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 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.00 3.03 3.08 6/411 19994
/proc/meminfo: memFree=22318584/32951124 swapFree=51873460/67111528
[pid=19994] ppid=19992 vsize=16236 CPUtime=0 cores=5,7
/proc/19994/stat : 19994 (python) R 19992 19994 17591 0 -1 4202496 1040 0 0 0 0 0 0 0 25 0 1 0 638207559 16625664 912 33554432000 4194304 5683644 140737073913104 18446744073709551615 4540219 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/19994/statm: 4059 912 380 364 0 546 0

[startup+0.101373 s]
/proc/loadavg: 4.00 3.03 3.08 6/411 19994
/proc/meminfo: memFree=22318584/32951124 swapFree=51873460/67111528
[pid=19994] ppid=19992 vsize=104612 CPUtime=0.07 cores=5,7
/proc/19994/stat : 19994 (python) S 19992 19994 17591 0 -1 4202496 3143 0 0 0 5 2 0 0 17 0 1 0 638207559 107122688 2821 33554432000 4194304 5683644 140737073913104 18446744073709551615 212039653376 0 2147483391 16781312 2 18446744071699199166 0 0 17 7 0 0 0
/proc/19994/statm: 26153 2821 847 364 0 1901 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 104612

[startup+0.204239 s]
/proc/loadavg: 4.00 3.03 3.08 6/411 19994
/proc/meminfo: memFree=22318584/32951124 swapFree=51873460/67111528
[pid=19994] ppid=19992 vsize=131288 CPUtime=0.15 cores=5,7
/proc/19994/stat : 19994 (python) R 19992 19994 17591 0 -1 4202496 5734 932 1 0 12 3 0 0 18 0 1 0 638207559 134438912 4102 33554432000 4194304 5683644 140737073913104 18446744073709551615 5213030 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/19994/statm: 32822 4102 1015 364 0 3083 0
Current children cumulated CPU time (s) 0.15
Current children cumulated vsize (KiB) 131288

[startup+0.305219 s]
/proc/loadavg: 4.00 3.03 3.08 6/411 19994
/proc/meminfo: memFree=22318584/32951124 swapFree=51873460/67111528
[pid=19994] ppid=19992 vsize=198916 CPUtime=0.24 cores=5,7
/proc/19994/stat : 19994 (python) R 19992 19994 17591 0 -1 4202496 7026 932 1 0 17 7 0 0 17 0 1 0 638207559 203689984 5053 33554432000 4194304 5683644 140737073913104 18446744073709551615 4620076 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/19994/statm: 49729 5053 1466 364 0 3756 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 198916

[startup+0.701099 s]
/proc/loadavg: 4.00 3.03 3.08 6/411 19994
/proc/meminfo: memFree=22318584/32951124 swapFree=51873460/67111528
[pid=19994] ppid=19992 vsize=288756 CPUtime=0.45 cores=5,7
/proc/19994/stat : 19994 (python) S 19992 19994 17591 0 -1 4202496 9784 932 1 0 36 9 0 0 19 0 2 0 638207559 295686144 7069 33554432000 4194304 5683644 140737073913104 18446744073709551615 212051482059 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/19994/statm: 72189 7069 1867 364 0 8107 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 288756

[startup+1.50096 s]
/proc/loadavg: 4.00 3.03 3.08 6/415 20002
/proc/meminfo: memFree=22293504/32951124 swapFree=51873460/67111528
[pid=19994] ppid=19992 vsize=288756 CPUtime=0.45 cores=5,7
/proc/19994/stat : 19994 (python) S 19992 19994 17591 0 -1 4202496 9784 932 1 0 36 9 0 0 19 0 2 0 638207559 295686144 7069 33554432000 4194304 5683644 140737073913104 18446744073709551615 212051482059 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/19994/statm: 72189 7069 1867 364 0 8107 0
[pid=20000] ppid=19994 vsize=278512 CPUtime=0 cores=5,7
/proc/20000/stat : 20000 (python) S 19994 19994 17591 0 -1 4202560 735 0 0 0 0 0 0 0 18 0 1 0 638207614 285196288 5552 33554432000 4194304 5683644 140737073913104 18446744073709551615 212039675407 0 0 16781312 514 8951277822769364991 0 0 17 7 0 0 0
/proc/20000/statm: 69628 5552 354 364 0 5546 0
[pid=20002] ppid=20000 vsize=1017800 CPUtime=0.94 cores=5,7
/proc/20002/stat : 20002 (gnovelty+2) R 20000 20002 20002 0 -1 4202496 441 0 0 0 94 0 0 0 21 0 1 0 638207614 1042227200 177 33554432000 134512640 135663704 4290167968 18446744073709551615 134524925 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/20002/statm: 254450 177 113 282 0 254166 0
[pid=19994/tid=20001] ppid=19992 vsize=288756 CPUtime=0 cores=5,7
/proc/19994/task/20001/stat : 20001 (python) S 19992 19994 17591 0 -1 4202560 28 932 0 0 0 0 0 0 19 0 2 0 638207614 295686144 7069 33554432000 4194304 5683644 140737073913104 18446744073709551615 212051478961 0 0 16781312 2 18446604468054424448 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1.39
Current children cumulated vsize (KiB) 1585068

[startup+3.10067 s]
/proc/loadavg: 4.00 3.03 3.08 6/415 20002
/proc/meminfo: memFree=22292836/32951124 swapFree=51873460/67111528
[pid=19994] ppid=19992 vsize=288756 CPUtime=0.45 cores=5,7
/proc/19994/stat : 19994 (python) S 19992 19994 17591 0 -1 4202496 9784 932 1 0 36 9 0 0 19 0 2 0 638207559 295686144 7069 33554432000 4194304 5683644 140737073913104 18446744073709551615 212051482059 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/19994/statm: 72189 7069 1867 364 0 8107 0
[pid=20000] ppid=19994 vsize=278512 CPUtime=0 cores=5,7
/proc/20000/stat : 20000 (python) S 19994 19994 17591 0 -1 4202560 735 0 0 0 0 0 0 0 18 0 1 0 638207614 285196288 5552 33554432000 4194304 5683644 140737073913104 18446744073709551615 212039675407 0 0 16781312 514 8951277822769332485 0 0 17 7 0 0 0
/proc/20000/statm: 69628 5552 354 364 0 5546 0
[pid=20002] ppid=20000 vsize=1017800 CPUtime=2.54 cores=5,7
/proc/20002/stat : 20002 (gnovelty+2) R 20000 20002 20002 0 -1 4202496 441 0 0 0 254 0 0 0 25 0 1 0 638207614 1042227200 177 33554432000 134512640 135663704 4290167968 18446744073709551615 134524610 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/20002/statm: 254450 177 113 282 0 254166 0
[pid=19994/tid=20001] ppid=19992 vsize=288756 CPUtime=0 cores=5,7
/proc/19994/task/20001/stat : 20001 (python) S 19992 19994 17591 0 -1 4202560 28 932 0 0 0 0 0 0 19 0 2 0 638207614 295686144 7069 33554432000 4194304 5683644 140737073913104 18446744073709551615 212051478961 0 0 16781312 2 18446604468054424448 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2.99
Current children cumulated vsize (KiB) 1585068

[startup+6.3011 s]
/proc/loadavg: 4.08 3.06 3.09 6/415 20002
/proc/meminfo: memFree=22291116/32951124 swapFree=51873460/67111528
[pid=19994] ppid=19992 vsize=288756 CPUtime=0.45 cores=5,7
/proc/19994/stat : 19994 (python) S 19992 19994 17591 0 -1 4202496 9784 932 1 0 36 9 0 0 19 0 2 0 638207559 295686144 7069 33554432000 4194304 5683644 140737073913104 18446744073709551615 212051482059 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/19994/statm: 72189 7069 1867 364 0 8107 0
[pid=20000] ppid=19994 vsize=278512 CPUtime=0.01 cores=5,7
/proc/20000/stat : 20000 (python) S 19994 19994 17591 0 -1 4202560 877 0 0 0 1 0 0 0 18 0 1 0 638207614 285196288 5575 33554432000 4194304 5683644 140737073913104 18446744073709551615 212039675407 0 0 16781312 514 8951277822769332485 0 0 17 7 0 0 0
/proc/20000/statm: 69628 5575 377 364 0 5546 0
[pid=20002] ppid=20000 vsize=1017800 CPUtime=5.74 cores=5,7
/proc/20002/stat : 20002 (gnovelty+2) R 20000 20002 20002 0 -1 4202496 441 0 0 0 574 0 0 0 25 0 1 0 638207614 1042227200 177 33554432000 134512640 135663704 4290167968 18446744073709551615 134524509 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/20002/statm: 254450 177 113 282 0 254166 0
[pid=19994/tid=20001] ppid=19992 vsize=288756 CPUtime=0 cores=5,7
/proc/19994/task/20001/stat : 20001 (python) S 19992 19994 17591 0 -1 4202560 28 932 0 0 0 0 0 0 19 0 2 0 638207614 295686144 7069 33554432000 4194304 5683644 140737073913104 18446744073709551615 212051478961 0 0 16781312 2 18446604468054424448 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 1585068

[startup+12.701 s]
/proc/loadavg: 4.07 3.08 3.09 6/415 20002
/proc/meminfo: memFree=22290164/32951124 swapFree=51873460/67111528
[pid=19994] ppid=19992 vsize=288756 CPUtime=0.45 cores=5,7
/proc/19994/stat : 19994 (python) S 19992 19994 17591 0 -1 4202496 9784 932 1 0 36 9 0 0 19 0 2 0 638207559 295686144 7069 33554432000 4194304 5683644 140737073913104 18446744073709551615 212051482059 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/19994/statm: 72189 7069 1867 364 0 8107 0
[pid=20000] ppid=19994 vsize=278512 CPUtime=0.03 cores=5,7
/proc/20000/stat : 20000 (python) S 19994 19994 17591 0 -1 4202560 980 0 0 0 2 1 0 0 18 0 1 0 638207614 285196288 5580 33554432000 4194304 5683644 140737073913104 18446744073709551615 212039675407 0 0 16781312 514 18199397937925030149 0 0 17 7 0 0 0
/proc/20000/statm: 69628 5580 382 364 0 5546 0
[pid=20002] ppid=20000 vsize=1017800 CPUtime=12.14 cores=5,7
/proc/20002/stat : 20002 (gnovelty+2) R 20000 20002 20002 0 -1 4202496 441 0 0 0 1214 0 0 0 25 0 1 0 638207614 1042227200 177 33554432000 134512640 135663704 4290167968 18446744073709551615 134545622 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/20002/statm: 254450 177 113 282 0 254166 0
[pid=19994/tid=20001] ppid=19992 vsize=288756 CPUtime=0 cores=5,7
/proc/19994/task/20001/stat : 20001 (python) S 19992 19994 17591 0 -1 4202560 28 932 0 0 0 0 0 0 19 0 2 0 638207614 295686144 7069 33554432000 4194304 5683644 140737073913104 18446744073709551615 212051478961 0 0 16781312 2 18446604468054424448 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 12.62
Current children cumulated vsize (KiB) 1585068

[startup+25.5007 s]
/proc/loadavg: 4.06 3.12 3.10 6/415 20002
/proc/meminfo: memFree=22291028/32951124 swapFree=51873460/67111528
[pid=19994] ppid=19992 vsize=288756 CPUtime=0.45 cores=5,7
/proc/19994/stat : 19994 (python) S 19992 19994 17591 0 -1 4202496 9784 932 1 0 36 9 0 0 19 0 2 0 638207559 295686144 7069 33554432000 4194304 5683644 140737073913104 18446744073709551615 212051482059 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/19994/statm: 72189 7069 1867 364 0 8107 0
[pid=20000] ppid=19994 vsize=278512 CPUtime=0.05 cores=5,7
/proc/20000/stat : 20000 (python) S 19994 19994 17591 0 -1 4202560 984 0 0 0 3 2 0 0 18 0 1 0 638207614 285196288 5580 33554432000 4194304 5683644 140737073913104 18446744073709551615 212039675407 0 0 16781312 514 18199397937925030149 0 0 17 7 0 0 0
/proc/20000/statm: 69628 5580 382 364 0 5546 0
[pid=20002] ppid=20000 vsize=1017800 CPUtime=24.94 cores=5,7
/proc/20002/stat : 20002 (gnovelty+2) R 20000 20002 20002 0 -1 4202496 441 0 0 0 2494 0 0 0 25 0 1 0 638207614 1042227200 177 33554432000 134512640 135663704 4290167968 18446744073709551615 135008500 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/20002/statm: 254450 177 113 282 0 254166 0
[pid=19994/tid=20001] ppid=19992 vsize=288756 CPUtime=0 cores=5,7
/proc/19994/task/20001/stat : 20001 (python) S 19992 19994 17591 0 -1 4202560 28 932 0 0 0 0 0 0 19 0 2 0 638207614 295686144 7069 33554432000 4194304 5683644 140737073913104 18446744073709551615 212051478961 0 0 16781312 2 18446604468054424448 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 25.44
Current children cumulated vsize (KiB) 1585068

[startup+51.1011 s]
/proc/loadavg: 4.22 3.24 3.14 6/415 20003
/proc/meminfo: memFree=22291276/32951124 swapFree=51873460/67111528
[pid=19994] ppid=19992 vsize=288756 CPUtime=0.45 cores=5,7
/proc/19994/stat : 19994 (python) S 19992 19994 17591 0 -1 4202496 9784 932 1 0 36 9 0 0 19 0 2 0 638207559 295686144 7069 33554432000 4194304 5683644 140737073913104 18446744073709551615 212051482059 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/19994/statm: 72189 7069 1867 364 0 8107 0
[pid=20000] ppid=19994 vsize=278512 CPUtime=0.13 cores=5,7
/proc/20000/stat : 20000 (python) S 19994 19994 17591 0 -1 4202560 996 0 0 0 7 6 0 0 18 0 1 0 638207614 285196288 5580 33554432000 4194304 5683644 140737073913104 18446744073709551615 212039675407 0 0 16781312 514 18199397937925030149 0 0 17 7 0 0 0
/proc/20000/statm: 69628 5580 382 364 0 5546 0
[pid=20002] ppid=20000 vsize=1017800 CPUtime=50.54 cores=5,7
/proc/20002/stat : 20002 (gnovelty+2) R 20000 20002 20002 0 -1 4202496 441 0 0 0 5054 0 0 0 25 0 1 0 638207614 1042227200 177 33554432000 134512640 135663704 4290167968 18446744073709551615 134564723 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/20002/statm: 254450 177 113 282 0 254166 0
[pid=19994/tid=20001] ppid=19992 vsize=288756 CPUtime=0 cores=5,7
/proc/19994/task/20001/stat : 20001 (python) S 19992 19994 17591 0 -1 4202560 28 932 0 0 0 0 0 0 19 0 2 0 638207614 295686144 7069 33554432000 4194304 5683644 140737073913104 18446744073709551615 212051478961 0 0 16781312 2 18446604468054424448 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 51.12
Current children cumulated vsize (KiB) 1585068

[startup+102.301 s]
/proc/loadavg: 4.10 3.35 3.19 6/421 20030
/proc/meminfo: memFree=22303596/32951124 swapFree=51873460/67111528
[pid=19994] ppid=19992 vsize=299620 CPUtime=0.46 cores=5,7
/proc/19994/stat : 19994 (python) S 19992 19994 17591 0 -1 4202496 10657 932 1 0 37 9 0 0 20 0 3 0 638207559 306810880 7236 33554432000 4194304 5683644 140737073913104 18446744073709551615 212051482059 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/19994/statm: 74905 7236 1878 364 0 10820 0
[pid=20000] ppid=19994 vsize=288756 CPUtime=0.28 cores=5,7
/proc/20000/stat : 20000 (python) S 19994 19994 17591 0 -1 4202560 1157 0 0 0 14 14 0 0 19 0 2 0 638207614 295686144 5618 33554432000 4194304 5683644 140737073913104 18446744073709551615 212051482059 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/20000/statm: 72189 5618 415 364 0 8107 0
[pid=20002] ppid=20000 vsize=1017800 CPUtime=98.31 cores=5,7
/proc/20002/stat : 20002 (gnovelty+2) T 20000 20002 20002 0 -1 4202496 441 0 0 0 9831 0 0 0 25 0 1 0 638207614 1042227200 177 33554432000 134512640 135663704 4290167968 18446744073709551615 134524945 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/20002/statm: 254450 177 113 282 0 254166 0
[pid=20000/tid=20017] ppid=19994 vsize=288756 CPUtime=0 cores=5,7
/proc/20000/task/20017/stat : 20017 (python) S 19994 19994 17591 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 638217445 295686144 5618 33554432000 4194304 5683644 140737073913104 18446744073709551615 212051478961 0 0 16781312 514 18446604463586759616 0 0 -1 5 0 0 0
[pid=20018] ppid=19994 vsize=289376 CPUtime=0 cores=5,7
/proc/20018/stat : 20018 (python) S 19994 19994 17591 0 -1 4202560 737 0 0 0 0 0 0 0 18 0 1 0 638217446 296321024 5702 33554432000 4194304 5683644 140737073913104 18446744073709551615 212039675462 0 0 16781312 514 5177874587643248904 0 0 17 7 0 0 0
/proc/20018/statm: 72344 5702 348 364 0 8259 0
[pid=20020] ppid=20018 vsize=1017800 CPUtime=3.43 cores=5,7
/proc/20020/stat : 20020 (gnovelty+2) R 20018 20020 20020 0 -1 4202496 441 0 0 0 343 0 0 0 25 0 1 0 638217447 1042227200 178 33554432000 134512640 135663704 4286703904 18446744073709551615 134525678 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/20020/statm: 254450 178 113 282 0 254166 0
[pid=19994/tid=20001] ppid=19992 vsize=299620 CPUtime=0 cores=5,7
/proc/19994/task/20001/stat : 20001 (python) S 19992 19994 17591 0 -1 4202560 28 932 0 0 0 0 0 0 19 0 3 0 638207614 306810880 7236 33554432000 4194304 5683644 140737073913104 18446744073709551615 212051478961 0 0 16781312 2 18446604468054424448 0 0 -1 7 0 0 0
[pid=19994/tid=20019] ppid=19992 vsize=299620 CPUtime=0 cores=5,7
/proc/19994/task/20019/stat : 20019 (python) S 19992 19994 17591 0 -1 4202560 25 932 0 0 0 0 0 0 20 0 3 0 638217447 306810880 7236 33554432000 4194304 5683644 140737073913104 18446744073709551615 212051478961 0 0 16781312 2 18446604468054424448 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 102.48
Current children cumulated vsize (KiB) 2913352

[startup+162.301 s]
/proc/loadavg: 4.09 3.48 3.24 5/415 20092
/proc/meminfo: memFree=22290524/32951124 swapFree=51873460/67111528
[pid=19994] ppid=19992 vsize=299620 CPUtime=0.46 cores=5,7
/proc/19994/stat : 19994 (python) S 19992 19994 17591 0 -1 4202496 10657 932 1 0 37 9 0 0 20 0 3 0 638207559 306810880 7236 33554432000 4194304 5683644 140737073913104 18446744073709551615 212051482059 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/19994/statm: 74905 7236 1878 364 0 10820 0
[pid=20000] ppid=19994 vsize=288756 CPUtime=0.28 cores=5,7

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

[pid=20018] ppid=19994 vsize=289376 CPUtime=0.29 cores=5,7
/proc/20018/stat : 20018 (python) S 19994 19994 17591 0 -1 4202560 1084 0 0 0 15 14 0 0 19 0 2 0 638217446 296321024 5755 33554432000 4194304 5683644 140737073913104 18446744073709551615 212051482059 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/20018/statm: 72344 5755 400 364 0 8259 0
[pid=20020] ppid=20018 vsize=1017800 CPUtime=98.3 cores=5,7
/proc/20020/stat : 20020 (gnovelty+2) T 20018 20020 20020 0 -1 4202496 441 0 0 0 9830 0 0 0 25 0 1 0 638217447 1042227200 178 33554432000 134512640 135663704 4286703904 18446744073709551615 134525684 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/20020/statm: 254450 178 113 282 0 254166 0
[pid=20018/tid=20094] ppid=19994 vsize=289376 CPUtime=0 cores=5,7
/proc/20018/task/20094/stat : 20094 (python) S 19994 19994 17591 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 638227276 296321024 5755 33554432000 4194304 5683644 140737073913104 18446744073709551615 212051478961 0 0 16781312 514 18446604458413228416 0 0 -1 5 0 0 0
[pid=20095] ppid=19994 vsize=299168 CPUtime=2.71 cores=5,7
/proc/20095/stat : 20095 (python) S 19994 19994 17591 0 -1 4202560 997 0 0 0 139 132 0 0 15 0 1 0 638227278 306348032 5628 33554432000 4194304 5683644 140737073913104 18446744073709551615 212039675462 0 0 16781312 514 2205105758171791621 0 0 17 5 0 0 0
/proc/20095/statm: 74792 5628 371 364 0 10704 0
[pid=20097] ppid=20095 vsize=120820 CPUtime=915.22 cores=5,7
/proc/20097/stat : 20097 (march_hi) R 20095 20097 20097 0 -1 4202496 26309 0 0 0 91517 5 0 0 25 0 1 0 638227278 123719680 26044 33554432000 4194304 4955518 140737379793824 18446744073709551615 4209740 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/20097/statm: 30205 26044 104 186 0 30018 0
[pid=19994/tid=20001] ppid=19992 vsize=309412 CPUtime=0 cores=5,7
/proc/19994/task/20001/stat : 20001 (python) S 19992 19994 17591 0 -1 4202560 28 932 0 0 0 0 0 0 19 0 4 0 638207614 316837888 7141 33554432000 4194304 5683644 140737073913104 18446744073709551615 212051478961 0 0 16781312 2 18446604468054424448 0 0 -1 7 0 0 0
[pid=19994/tid=20019] ppid=19992 vsize=309412 CPUtime=0 cores=5,7
/proc/19994/task/20019/stat : 20019 (python) S 19992 19994 17591 0 -1 4202560 25 932 0 0 0 0 0 0 20 0 4 0 638217447 316837888 7141 33554432000 4194304 5683644 140737073913104 18446744073709551615 212051478961 0 0 16781312 2 18446604468054424448 0 0 -1 7 0 0 0
[pid=19994/tid=20096] ppid=19992 vsize=309412 CPUtime=0 cores=5,7
/proc/19994/task/20096/stat : 20096 (python) S 19992 19994 17591 0 -1 4202560 27 932 0 0 0 0 0 0 20 0 4 0 638227278 316837888 7141 33554432000 4194304 5683644 140737073913104 18446744073709551615 212051478961 0 0 16781312 2 18446604468054424448 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1115.59
Current children cumulated vsize (KiB) 3343132

[startup+1115.2 s]
/proc/loadavg: 1.00 1.25 2.09 2/388 20194
/proc/meminfo: memFree=22368360/32951124 swapFree=51873460/67111528
[pid=19994] ppid=19992 vsize=309412 CPUtime=0.48 cores=5,7
/proc/19994/stat : 19994 (python) S 19992 19994 17591 0 -1 4202496 11481 932 1 0 39 9 0 0 19 0 4 0 638207559 316837888 7141 33554432000 4194304 5683644 140737073913104 18446744073709551615 212051482059 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/19994/statm: 77353 7141 1880 364 0 13265 0
[pid=20000] ppid=19994 vsize=288756 CPUtime=0.28 cores=5,7
/proc/20000/stat : 20000 (python) S 19994 19994 17591 0 -1 4202560 1157 0 0 0 14 14 0 0 19 0 2 0 638207614 295686144 5618 33554432000 4194304 5683644 140737073913104 18446744073709551615 212051482059 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/20000/statm: 72189 5618 415 364 0 8107 0
[pid=20002] ppid=20000 vsize=1017800 CPUtime=98.31 cores=5,7
/proc/20002/stat : 20002 (gnovelty+2) T 20000 20002 20002 0 -1 4202496 441 0 0 0 9831 0 0 0 25 0 1 0 638207614 1042227200 177 33554432000 134512640 135663704 4290167968 18446744073709551615 134524945 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/20002/statm: 254450 177 113 282 0 254166 0
[pid=20000/tid=20017] ppid=19994 vsize=288756 CPUtime=0 cores=5,7
/proc/20000/task/20017/stat : 20017 (python) S 19994 19994 17591 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 638217445 295686144 5618 33554432000 4194304 5683644 140737073913104 18446744073709551615 212051478961 0 0 16781312 514 18446604463586759616 0 0 -1 5 0 0 0
[pid=20018] ppid=19994 vsize=289376 CPUtime=0.29 cores=5,7
/proc/20018/stat : 20018 (python) S 19994 19994 17591 0 -1 4202560 1084 0 0 0 15 14 0 0 19 0 2 0 638217446 296321024 5755 33554432000 4194304 5683644 140737073913104 18446744073709551615 212051482059 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/20018/statm: 72344 5755 400 364 0 8259 0
[pid=20020] ppid=20018 vsize=1017800 CPUtime=98.3 cores=5,7
/proc/20020/stat : 20020 (gnovelty+2) T 20018 20020 20020 0 -1 4202496 441 0 0 0 9830 0 0 0 25 0 1 0 638217447 1042227200 178 33554432000 134512640 135663704 4286703904 18446744073709551615 134525684 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/20020/statm: 254450 178 113 282 0 254166 0
[pid=20018/tid=20094] ppid=19994 vsize=289376 CPUtime=0 cores=5,7
/proc/20018/task/20094/stat : 20094 (python) S 19994 19994 17591 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 638227276 296321024 5755 33554432000 4194304 5683644 140737073913104 18446744073709551615 212051478961 0 0 16781312 514 18446604458413228416 0 0 -1 5 0 0 0
[pid=20095] ppid=19994 vsize=299168 CPUtime=2.72 cores=5,7
/proc/20095/stat : 20095 (python) S 19994 19994 17591 0 -1 4202560 999 0 0 0 140 132 0 0 15 0 1 0 638227278 306348032 5628 33554432000 4194304 5683644 140737073913104 18446744073709551615 212039675462 0 0 16781312 514 2205105758171791621 0 0 17 5 0 0 0
/proc/20095/statm: 74792 5628 371 364 0 10704 0
[pid=20097] ppid=20095 vsize=120820 CPUtime=916.82 cores=5,7
/proc/20097/stat : 20097 (march_hi) R 20095 20097 20097 0 -1 4202496 26341 0 0 0 91677 5 0 0 25 0 1 0 638227278 123719680 26076 33554432000 4194304 4955518 140737379793824 18446744073709551615 4227741 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/20097/statm: 30205 26076 104 186 0 30018 0
[pid=19994/tid=20001] ppid=19992 vsize=309412 CPUtime=0 cores=5,7
/proc/19994/task/20001/stat : 20001 (python) S 19992 19994 17591 0 -1 4202560 28 932 0 0 0 0 0 0 19 0 4 0 638207614 316837888 7141 33554432000 4194304 5683644 140737073913104 18446744073709551615 212051478961 0 0 16781312 2 18446604468054424448 0 0 -1 7 0 0 0
[pid=19994/tid=20019] ppid=19992 vsize=309412 CPUtime=0 cores=5,7
/proc/19994/task/20019/stat : 20019 (python) S 19992 19994 17591 0 -1 4202560 25 932 0 0 0 0 0 0 20 0 4 0 638217447 316837888 7141 33554432000 4194304 5683644 140737073913104 18446744073709551615 212051478961 0 0 16781312 2 18446604468054424448 0 0 -1 7 0 0 0
[pid=19994/tid=20096] ppid=19992 vsize=309412 CPUtime=0 cores=5,7
/proc/19994/task/20096/stat : 20096 (python) S 19992 19994 17591 0 -1 4202560 27 932 0 0 0 0 0 0 20 0 4 0 638227278 316837888 7141 33554432000 4194304 5683644 140737073913104 18446744073709551615 212051478961 0 0 16781312 2 18446604468054424448 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1117.2
Current children cumulated vsize (KiB) 3343132

[startup+1116 s]
/proc/loadavg: 1.00 1.25 2.09 2/388 20194
/proc/meminfo: memFree=22368360/32951124 swapFree=51873460/67111528
[pid=19994] ppid=19992 vsize=309412 CPUtime=0.48 cores=5,7
/proc/19994/stat : 19994 (python) S 19992 19994 17591 0 -1 4202496 11481 932 1 0 39 9 0 0 19 0 4 0 638207559 316837888 7141 33554432000 4194304 5683644 140737073913104 18446744073709551615 212051482059 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/19994/statm: 77353 7141 1880 364 0 13265 0
[pid=20000] ppid=19994 vsize=288756 CPUtime=0.28 cores=5,7
/proc/20000/stat : 20000 (python) S 19994 19994 17591 0 -1 4202560 1157 0 0 0 14 14 0 0 19 0 2 0 638207614 295686144 5618 33554432000 4194304 5683644 140737073913104 18446744073709551615 212051482059 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/20000/statm: 72189 5618 415 364 0 8107 0
[pid=20002] ppid=20000 vsize=1017800 CPUtime=98.31 cores=5,7
/proc/20002/stat : 20002 (gnovelty+2) T 20000 20002 20002 0 -1 4202496 441 0 0 0 9831 0 0 0 25 0 1 0 638207614 1042227200 177 33554432000 134512640 135663704 4290167968 18446744073709551615 134524945 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/20002/statm: 254450 177 113 282 0 254166 0
[pid=20000/tid=20017] ppid=19994 vsize=288756 CPUtime=0 cores=5,7
/proc/20000/task/20017/stat : 20017 (python) S 19994 19994 17591 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 638217445 295686144 5618 33554432000 4194304 5683644 140737073913104 18446744073709551615 212051478961 0 0 16781312 514 18446604463586759616 0 0 -1 5 0 0 0
[pid=20018] ppid=19994 vsize=289376 CPUtime=0.29 cores=5,7
/proc/20018/stat : 20018 (python) S 19994 19994 17591 0 -1 4202560 1084 0 0 0 15 14 0 0 19 0 2 0 638217446 296321024 5755 33554432000 4194304 5683644 140737073913104 18446744073709551615 212051482059 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/20018/statm: 72344 5755 400 364 0 8259 0
[pid=20020] ppid=20018 vsize=1017800 CPUtime=98.3 cores=5,7
/proc/20020/stat : 20020 (gnovelty+2) T 20018 20020 20020 0 -1 4202496 441 0 0 0 9830 0 0 0 25 0 1 0 638217447 1042227200 178 33554432000 134512640 135663704 4286703904 18446744073709551615 134525684 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/20020/statm: 254450 178 113 282 0 254166 0
[pid=20018/tid=20094] ppid=19994 vsize=289376 CPUtime=0 cores=5,7
/proc/20018/task/20094/stat : 20094 (python) S 19994 19994 17591 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 638227276 296321024 5755 33554432000 4194304 5683644 140737073913104 18446744073709551615 212051478961 0 0 16781312 514 18446604458413228416 0 0 -1 5 0 0 0
[pid=20095] ppid=19994 vsize=299168 CPUtime=2.72 cores=5,7
/proc/20095/stat : 20095 (python) S 19994 19994 17591 0 -1 4202560 1001 0 0 0 140 132 0 0 15 0 1 0 638227278 306348032 5628 33554432000 4194304 5683644 140737073913104 18446744073709551615 212039675462 0 0 16781312 514 2205105758171791621 0 0 17 5 0 0 0
/proc/20095/statm: 74792 5628 371 364 0 10704 0
[pid=20097] ppid=20095 vsize=120820 CPUtime=917.62 cores=5,7
/proc/20097/stat : 20097 (march_hi) R 20095 20097 20097 0 -1 4202496 26355 0 0 0 91757 5 0 0 25 0 1 0 638227278 123719680 26090 33554432000 4194304 4955518 140737379793824 18446744073709551615 4209701 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/20097/statm: 30205 26090 104 186 0 30018 0
[pid=19994/tid=20001] ppid=19992 vsize=309412 CPUtime=0 cores=5,7
/proc/19994/task/20001/stat : 20001 (python) S 19992 19994 17591 0 -1 4202560 28 932 0 0 0 0 0 0 19 0 4 0 638207614 316837888 7141 33554432000 4194304 5683644 140737073913104 18446744073709551615 212051478961 0 0 16781312 2 18446604468054424448 0 0 -1 7 0 0 0
[pid=19994/tid=20019] ppid=19992 vsize=309412 CPUtime=0 cores=5,7
/proc/19994/task/20019/stat : 20019 (python) S 19992 19994 17591 0 -1 4202560 25 932 0 0 0 0 0 0 20 0 4 0 638217447 316837888 7141 33554432000 4194304 5683644 140737073913104 18446744073709551615 212051478961 0 0 16781312 2 18446604468054424448 0 0 -1 7 0 0 0
[pid=19994/tid=20096] ppid=19992 vsize=309412 CPUtime=0 cores=5,7
/proc/19994/task/20096/stat : 20096 (python) S 19992 19994 17591 0 -1 4202560 27 932 0 0 0 0 0 0 20 0 4 0 638227278 316837888 7141 33554432000 4194304 5683644 140737073913104 18446744073709551615 212051478961 0 0 16781312 2 18446604468054424448 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1118
Current children cumulated vsize (KiB) 3343132

[startup+1116.4 s]
/proc/loadavg: 1.00 1.25 2.09 2/388 20194
/proc/meminfo: memFree=22368360/32951124 swapFree=51873460/67111528
[pid=19994] ppid=19992 vsize=309412 CPUtime=0.48 cores=5,7
/proc/19994/stat : 19994 (python) S 19992 19994 17591 0 -1 4202496 11481 932 1 0 39 9 0 0 19 0 4 0 638207559 316837888 7141 33554432000 4194304 5683644 140737073913104 18446744073709551615 212051482059 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/19994/statm: 77353 7141 1880 364 0 13265 0
[pid=20000] ppid=19994 vsize=288756 CPUtime=0.28 cores=5,7
/proc/20000/stat : 20000 (python) S 19994 19994 17591 0 -1 4202560 1157 0 0 0 14 14 0 0 19 0 2 0 638207614 295686144 5618 33554432000 4194304 5683644 140737073913104 18446744073709551615 212051482059 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/20000/statm: 72189 5618 415 364 0 8107 0
[pid=20002] ppid=20000 vsize=1017800 CPUtime=98.31 cores=5,7
/proc/20002/stat : 20002 (gnovelty+2) T 20000 20002 20002 0 -1 4202496 441 0 0 0 9831 0 0 0 25 0 1 0 638207614 1042227200 177 33554432000 134512640 135663704 4290167968 18446744073709551615 134524945 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/20002/statm: 254450 177 113 282 0 254166 0
[pid=20000/tid=20017] ppid=19994 vsize=288756 CPUtime=0 cores=5,7
/proc/20000/task/20017/stat : 20017 (python) S 19994 19994 17591 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 638217445 295686144 5618 33554432000 4194304 5683644 140737073913104 18446744073709551615 212051478961 0 0 16781312 514 18446604463586759616 0 0 -1 5 0 0 0
[pid=20018] ppid=19994 vsize=289376 CPUtime=0.29 cores=5,7
/proc/20018/stat : 20018 (python) S 19994 19994 17591 0 -1 4202560 1084 0 0 0 15 14 0 0 19 0 2 0 638217446 296321024 5755 33554432000 4194304 5683644 140737073913104 18446744073709551615 212051482059 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/20018/statm: 72344 5755 400 364 0 8259 0
[pid=20020] ppid=20018 vsize=1017800 CPUtime=98.3 cores=5,7
/proc/20020/stat : 20020 (gnovelty+2) T 20018 20020 20020 0 -1 4202496 441 0 0 0 9830 0 0 0 25 0 1 0 638217447 1042227200 178 33554432000 134512640 135663704 4286703904 18446744073709551615 134525684 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/20020/statm: 254450 178 113 282 0 254166 0
[pid=20018/tid=20094] ppid=19994 vsize=289376 CPUtime=0 cores=5,7
/proc/20018/task/20094/stat : 20094 (python) S 19994 19994 17591 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 638227276 296321024 5755 33554432000 4194304 5683644 140737073913104 18446744073709551615 212051478961 0 0 16781312 514 18446604458413228416 0 0 -1 5 0 0 0
[pid=20095] ppid=19994 vsize=299168 CPUtime=2.73 cores=5,7
/proc/20095/stat : 20095 (python) S 19994 19994 17591 0 -1 4202560 1001 0 0 0 140 133 0 0 15 0 1 0 638227278 306348032 5628 33554432000 4194304 5683644 140737073913104 18446744073709551615 212039675462 0 0 16781312 514 2205105758171791621 0 0 17 5 0 0 0
/proc/20095/statm: 74792 5628 371 364 0 10704 0
[pid=20097] ppid=20095 vsize=120820 CPUtime=918.02 cores=5,7
/proc/20097/stat : 20097 (march_hi) R 20095 20097 20097 0 -1 4202496 26363 0 0 0 91797 5 0 0 25 0 1 0 638227278 123719680 26098 33554432000 4194304 4955518 140737379793824 18446744073709551615 4227647 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/20097/statm: 30205 26098 104 186 0 30018 0
[pid=19994/tid=20001] ppid=19992 vsize=309412 CPUtime=0 cores=5,7
/proc/19994/task/20001/stat : 20001 (python) S 19992 19994 17591 0 -1 4202560 28 932 0 0 0 0 0 0 19 0 4 0 638207614 316837888 7141 33554432000 4194304 5683644 140737073913104 18446744073709551615 212051478961 0 0 16781312 2 18446604468054424448 0 0 -1 7 0 0 0
[pid=19994/tid=20019] ppid=19992 vsize=309412 CPUtime=0 cores=5,7
/proc/19994/task/20019/stat : 20019 (python) S 19992 19994 17591 0 -1 4202560 25 932 0 0 0 0 0 0 20 0 4 0 638217447 316837888 7141 33554432000 4194304 5683644 140737073913104 18446744073709551615 212051478961 0 0 16781312 2 18446604468054424448 0 0 -1 7 0 0 0
[pid=19994/tid=20096] ppid=19992 vsize=309412 CPUtime=0 cores=5,7
/proc/19994/task/20096/stat : 20096 (python) S 19992 19994 17591 0 -1 4202560 27 932 0 0 0 0 0 0 20 0 4 0 638227278 316837888 7141 33554432000 4194304 5683644 140737073913104 18446744073709551615 212051478961 0 0 16781312 2 18446604468054424448 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1118.41
Current children cumulated vsize (KiB) 3343132

[startup+1116.5 s]
/proc/loadavg: 1.00 1.25 2.09 2/388 20194
/proc/meminfo: memFree=22368236/32951124 swapFree=51873460/67111528
[pid=19994] ppid=19992 vsize=309412 CPUtime=0.48 cores=5,7
/proc/19994/stat : 19994 (python) S 19992 19994 17591 0 -1 4202496 11481 932 1 0 39 9 0 0 19 0 4 0 638207559 316837888 7141 33554432000 4194304 5683644 140737073913104 18446744073709551615 212051482059 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/19994/statm: 77353 7141 1880 364 0 13265 0
[pid=20000] ppid=19994 vsize=288756 CPUtime=0.28 cores=5,7
/proc/20000/stat : 20000 (python) S 19994 19994 17591 0 -1 4202560 1157 0 0 0 14 14 0 0 19 0 2 0 638207614 295686144 5618 33554432000 4194304 5683644 140737073913104 18446744073709551615 212051482059 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/20000/statm: 72189 5618 415 364 0 8107 0
[pid=20002] ppid=20000 vsize=1017800 CPUtime=98.31 cores=5,7
/proc/20002/stat : 20002 (gnovelty+2) T 20000 20002 20002 0 -1 4202496 441 0 0 0 9831 0 0 0 25 0 1 0 638207614 1042227200 177 33554432000 134512640 135663704 4290167968 18446744073709551615 134524945 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/20002/statm: 254450 177 113 282 0 254166 0
[pid=20000/tid=20017] ppid=19994 vsize=288756 CPUtime=0 cores=5,7
/proc/20000/task/20017/stat : 20017 (python) S 19994 19994 17591 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 638217445 295686144 5618 33554432000 4194304 5683644 140737073913104 18446744073709551615 212051478961 0 0 16781312 514 18446604463586759616 0 0 -1 5 0 0 0
[pid=20018] ppid=19994 vsize=289376 CPUtime=0.29 cores=5,7
/proc/20018/stat : 20018 (python) S 19994 19994 17591 0 -1 4202560 1084 0 0 0 15 14 0 0 19 0 2 0 638217446 296321024 5755 33554432000 4194304 5683644 140737073913104 18446744073709551615 212051482059 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/20018/statm: 72344 5755 400 364 0 8259 0
[pid=20020] ppid=20018 vsize=1017800 CPUtime=98.3 cores=5,7
/proc/20020/stat : 20020 (gnovelty+2) T 20018 20020 20020 0 -1 4202496 441 0 0 0 9830 0 0 0 25 0 1 0 638217447 1042227200 178 33554432000 134512640 135663704 4286703904 18446744073709551615 134525684 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/20020/statm: 254450 178 113 282 0 254166 0
[pid=20018/tid=20094] ppid=19994 vsize=289376 CPUtime=0 cores=5,7
/proc/20018/task/20094/stat : 20094 (python) S 19994 19994 17591 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 638227276 296321024 5755 33554432000 4194304 5683644 140737073913104 18446744073709551615 212051478961 0 0 16781312 514 18446604458413228416 0 0 -1 5 0 0 0
[pid=20095] ppid=19994 vsize=299168 CPUtime=2.74 cores=5,7
/proc/20095/stat : 20095 (python) R 19994 19994 17591 0 -1 4202560 1005 0 0 0 141 133 0 0 15 0 1 0 638227278 306348032 5628 33554432000 4194304 5683644 140737073913104 18446744073709551615 212039675462 0 0 16781312 514 0 0 0 17 5 0 0 0
/proc/20095/statm: 74792 5628 371 364 0 10704 0
[pid=20097] ppid=20095 vsize=0 CPUtime=918.13 cores=5,7
/proc/20097/stat : 20097 (march_hi) R 20095 20097 20097 0 -1 4202500 26365 0 0 0 91807 6 0 0 25 0 1 0 638227278 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 5 0 0 0
/proc/20097/statm: 0 0 0 0 0 0 0
[pid=19994/tid=20001] ppid=19992 vsize=309412 CPUtime=0 cores=5,7
/proc/19994/task/20001/stat : 20001 (python) S 19992 19994 17591 0 -1 4202560 28 932 0 0 0 0 0 0 19 0 4 0 638207614 316837888 7141 33554432000 4194304 5683644 140737073913104 18446744073709551615 212051478961 0 0 16781312 2 18446604468054424448 0 0 -1 7 0 0 0
[pid=19994/tid=20019] ppid=19992 vsize=309412 CPUtime=0 cores=5,7
/proc/19994/task/20019/stat : 20019 (python) S 19992 19994 17591 0 -1 4202560 25 932 0 0 0 0 0 0 20 0 4 0 638217447 316837888 7141 33554432000 4194304 5683644 140737073913104 18446744073709551615 212051478961 0 0 16781312 2 18446604468054424448 0 0 -1 7 0 0 0
[pid=19994/tid=20096] ppid=19992 vsize=309412 CPUtime=0 cores=5,7
/proc/19994/task/20096/stat : 20096 (python) S 19992 19994 17591 0 -1 4202560 27 932 0 0 0 0 0 0 20 0 4 0 638227278 316837888 7141 33554432000 4194304 5683644 140737073913104 18446744073709551615 212051478961 0 0 16781312 2 18446604468054424448 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1118.53
Current children cumulated vsize (KiB) 3222312

Child status: 0
Real time (s): 1116.54
CPU time (s): 1118.6
CPU user time (s): 1116.81
CPU system time (s): 1.78673
CPU usage (%): 100.185
Max. virtual memory (cumulated for all children) (KiB): 3343136

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1116.81
system time used= 1.78673
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 47547
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= 2866
involuntary context switches= 7920

runsolver used 3.9624 second user time and 9.46556 second system time

The end

Launcher Data

Begin job on node146 at 2011-05-15 13:11:53
IDJOB=3377766
IDBENCH=83075
IDSOLVER=1857
FILE ID=node146/3377766-1305457913
RUNJOBID= node146-1305457699-19511
PBS_JOBID= 13324873
Free space on /tmp= 73232 MiB

SOLVER NAME= borg-sat 11.03.02-seq-random (fixed)
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v500-c2130-S670753028-051.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-3377766-1305457913/watcher-3377766-1305457913 -o /tmp/evaluation-result-3377766-1305457913/solver-3377766-1305457913 -C 2400 -W 1300 -M 7680  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3377766-1305457913.cnf -seed 542347409 -budget 2400

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

MD5SUM BENCH= 540d28f0e1785b746f299d2e1070ed2a
RANDOM SEED=542347409

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:      22318740 kB
Buffers:        135836 kB
Cached:        1082676 kB
SwapCached:      56148 kB
Active:        7873512 kB
Inactive:      2497740 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      22318740 kB
SwapTotal:    67111528 kB
SwapFree:     51873460 kB
Dirty:           97400 kB
Writeback:           0 kB
AnonPages:     9104248 kB
Mapped:          26296 kB
Slab:           114100 kB
PageTables:      79420 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 93423568 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= 73296 MiB
End job on node146 at 2011-05-15 13:30:30