Trace number 3484505

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 429.327 429.136

General information on the benchmark

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

Solver Data

0.32/0.45	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.32/0.46	c INFO: solving HOME/instance-3484505-1307749806.cnf
0.32/0.46	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.32/0.50	c INFO: computed variable balance statistics
0.41/0.53	c INFO: computed small-clause counts
0.41/0.53	c INFO: computed Horn-clause counts
0.41/0.53	c INFO: computed variable graph statistics
0.41/0.53	c INFO: collected features for HOME/instance-3484505-1307749806.cnf in 0.07 s
0.41/0.54	c INFO: running gnovelty+2@0 for 97 with 1199 remaining (b = 0.56)
99.60/99.67	c INFO: running march_hi@0 for 388 with 1100 remaining (b = 0.37)
429.23/429.11	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-3484505-1307749806/watcher-3484505-1307749806 -o /tmp/evaluation-result-3484505-1307749806/solver-3484505-1307749806 -C 1200 -W 1300 -M 7680 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3484505-1307749806.cnf -seed 1186132600 -budget 1200 

running on 2 cores: 0,2

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: 3.78 3.95 3.78 4/223 12560
/proc/meminfo: memFree=31481572/32951124 swapFree=67056964/67111528
[pid=12560] ppid=12558 vsize=15388 CPUtime=0 cores=0,2
/proc/12560/stat : 12560 (python) R 12558 12560 10649 0 -1 4202496 816 0 0 0 0 0 0 0 25 0 1 0 867396480 15757312 700 33554432000 4194304 5683644 140734241609840 18446744073709551615 4540219 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/12560/statm: 3847 702 334 364 0 334 0

[startup+0.0575029 s]
/proc/loadavg: 3.78 3.95 3.78 4/223 12560
/proc/meminfo: memFree=31481572/32951124 swapFree=67056964/67111528
[pid=12560] ppid=12558 vsize=36840 CPUtime=0.03 cores=0,2
/proc/12560/stat : 12560 (python) S 12558 12560 10649 0 -1 4202496 1624 0 0 0 3 0 0 0 25 0 1 0 867396480 37724160 1452 33554432000 4194304 5683644 140734241609840 18446744073709551615 233510295552 0 2147483391 16781312 2 18446744071699207358 0 0 17 2 0 0 0
/proc/12560/statm: 9210 1452 452 364 0 1027 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 36840

[startup+0.100789 s]
/proc/loadavg: 3.78 3.95 3.78 4/223 12560
/proc/meminfo: memFree=31481572/32951124 swapFree=67056964/67111528
[pid=12560] ppid=12558 vsize=104616 CPUtime=0.07 cores=0,2
/proc/12560/stat : 12560 (python) S 12558 12560 10649 0 -1 4202496 3144 0 0 0 5 2 0 0 17 0 1 0 867396480 107126784 2821 33554432000 4194304 5683644 140734241609840 18446744073709551615 233510295552 0 2147483391 16781312 2 18446744071699207358 0 0 17 2 0 0 0
/proc/12560/statm: 26154 2821 847 364 0 1902 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 104616

[startup+0.307486 s]
/proc/loadavg: 3.78 3.95 3.78 4/223 12560
/proc/meminfo: memFree=31481572/32951124 swapFree=67056964/67111528
[pid=12560] ppid=12558 vsize=198920 CPUtime=0.23 cores=0,2
/proc/12560/stat : 12560 (python) R 12558 12560 10649 0 -1 4202496 7025 934 1 0 17 6 0 0 18 0 1 0 867396480 203694080 5053 33554432000 4194304 5683644 140734241609840 18446744073709551615 4620076 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/12560/statm: 49730 5053 1466 364 0 3757 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 198920

[startup+0.700437 s]
/proc/loadavg: 3.78 3.95 3.78 4/223 12560
/proc/meminfo: memFree=31481572/32951124 swapFree=67056964/67111528
[pid=12560] ppid=12558 vsize=288712 CPUtime=0.45 cores=0,2
/proc/12560/stat : 12560 (python) S 12558 12560 10649 0 -1 4202496 9779 934 1 0 37 8 0 0 20 0 2 0 867396480 295641088 7057 33554432000 4194304 5683644 140734241609840 18446744073709551615 233522124235 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/12560/statm: 72178 7057 1867 364 0 8096 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 288712

[startup+1.5003 s]
/proc/loadavg: 3.78 3.95 3.78 5/227 12568
/proc/meminfo: memFree=31457192/32951124 swapFree=67056964/67111528
[pid=12560] ppid=12558 vsize=288712 CPUtime=0.45 cores=0,2
/proc/12560/stat : 12560 (python) S 12558 12560 10649 0 -1 4202496 9779 934 1 0 37 8 0 0 20 0 2 0 867396480 295641088 7057 33554432000 4194304 5683644 140734241609840 18446744073709551615 233522124235 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/12560/statm: 72178 7057 1867 364 0 8096 0
[pid=12566] ppid=12560 vsize=278468 CPUtime=0 cores=0,2
/proc/12566/stat : 12566 (python) S 12560 12560 10649 0 -1 4202560 733 0 0 0 0 0 0 0 19 0 1 0 867396534 285151232 5540 33554432000 4194304 5683644 140734241609840 18446744073709551615 233510317583 0 0 16781312 514 15584240321880391679 0 0 17 2 0 0 0
/proc/12566/statm: 69617 5540 354 364 0 5535 0
[pid=12568] ppid=12566 vsize=1017800 CPUtime=0.95 cores=0,2
/proc/12568/stat : 12568 (gnovelty+2) R 12566 12568 12568 0 -1 4202496 436 0 0 0 95 0 0 0 23 0 1 0 867396534 1042227200 173 33554432000 134512640 135663704 4292165280 18446744073709551615 134525678 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/12568/statm: 254450 173 113 282 0 254166 0
[pid=12560/tid=12567] ppid=12558 vsize=288712 CPUtime=0 cores=0,2
/proc/12560/task/12567/stat : 12567 (python) S 12558 12560 10649 0 -1 4202560 30 934 0 0 0 0 0 0 20 0 2 0 867396534 295641088 7057 33554432000 4194304 5683644 140734241609840 18446744073709551615 233522121137 0 0 16781312 2 18446604444907540672 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1.4
Current children cumulated vsize (KiB) 1584980

[startup+3.101 s]
/proc/loadavg: 3.78 3.95 3.78 5/227 12568
/proc/meminfo: memFree=31456324/32951124 swapFree=67056964/67111528
[pid=12560] ppid=12558 vsize=288712 CPUtime=0.45 cores=0,2
/proc/12560/stat : 12560 (python) S 12558 12560 10649 0 -1 4202496 9779 934 1 0 37 8 0 0 20 0 2 0 867396480 295641088 7057 33554432000 4194304 5683644 140734241609840 18446744073709551615 233522124235 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/12560/statm: 72178 7057 1867 364 0 8096 0
[pid=12566] ppid=12560 vsize=278468 CPUtime=0 cores=0,2
/proc/12566/stat : 12566 (python) S 12560 12560 10649 0 -1 4202560 733 0 0 0 0 0 0 0 18 0 1 0 867396534 285151232 5540 33554432000 4194304 5683644 140734241609840 18446744073709551615 233510317583 0 0 16781312 514 15584240321880359169 0 0 17 2 0 0 0
/proc/12566/statm: 69617 5540 354 364 0 5535 0
[pid=12568] ppid=12566 vsize=1017800 CPUtime=2.55 cores=0,2
/proc/12568/stat : 12568 (gnovelty+2) R 12566 12568 12568 0 -1 4202496 436 0 0 0 255 0 0 0 25 0 1 0 867396534 1042227200 173 33554432000 134512640 135663704 4292165280 18446744073709551615 134525678 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/12568/statm: 254450 173 113 282 0 254166 0
[pid=12560/tid=12567] ppid=12558 vsize=288712 CPUtime=0 cores=0,2
/proc/12560/task/12567/stat : 12567 (python) S 12558 12560 10649 0 -1 4202560 30 934 0 0 0 0 0 0 20 0 2 0 867396534 295641088 7057 33554432000 4194304 5683644 140734241609840 18446744073709551615 233522121137 0 0 16781312 2 18446604444907540672 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 1584980

[startup+6.30043 s]
/proc/loadavg: 3.96 3.98 3.79 5/227 12568
/proc/meminfo: memFree=31454900/32951124 swapFree=67056964/67111528
[pid=12560] ppid=12558 vsize=288712 CPUtime=0.45 cores=0,2
/proc/12560/stat : 12560 (python) S 12558 12560 10649 0 -1 4202496 9779 934 1 0 37 8 0 0 20 0 2 0 867396480 295641088 7057 33554432000 4194304 5683644 140734241609840 18446744073709551615 233522124235 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/12560/statm: 72178 7057 1867 364 0 8096 0
[pid=12566] ppid=12560 vsize=278468 CPUtime=0 cores=0,2
/proc/12566/stat : 12566 (python) S 12560 12560 10649 0 -1 4202560 873 0 0 0 0 0 0 0 18 0 1 0 867396534 285151232 5562 33554432000 4194304 5683644 140734241609840 18446744073709551615 233510317583 0 0 16781312 514 15584240321880359169 0 0 17 2 0 0 0
/proc/12566/statm: 69617 5562 376 364 0 5535 0
[pid=12568] ppid=12566 vsize=1017800 CPUtime=5.75 cores=0,2
/proc/12568/stat : 12568 (gnovelty+2) R 12566 12568 12568 0 -1 4202496 436 0 0 0 575 0 0 0 25 0 1 0 867396534 1042227200 173 33554432000 134512640 135663704 4292165280 18446744073709551615 134524509 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/12568/statm: 254450 173 113 282 0 254166 0
[pid=12560/tid=12567] ppid=12558 vsize=288712 CPUtime=0 cores=0,2
/proc/12560/task/12567/stat : 12567 (python) S 12558 12560 10649 0 -1 4202560 30 934 0 0 0 0 0 0 20 0 2 0 867396534 295641088 7057 33554432000 4194304 5683644 140734241609840 18446744073709551615 233522121137 0 0 16781312 2 18446604444907540672 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 1584980

[startup+12.7003 s]
/proc/loadavg: 3.96 3.98 3.79 5/227 12568
/proc/meminfo: memFree=31453304/32951124 swapFree=67056964/67111528
[pid=12560] ppid=12558 vsize=288712 CPUtime=0.45 cores=0,2
/proc/12560/stat : 12560 (python) S 12558 12560 10649 0 -1 4202496 9779 934 1 0 37 8 0 0 20 0 2 0 867396480 295641088 7057 33554432000 4194304 5683644 140734241609840 18446744073709551615 233522124235 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/12560/statm: 72178 7057 1867 364 0 8096 0
[pid=12566] ppid=12560 vsize=278468 CPUtime=0.01 cores=0,2
/proc/12566/stat : 12566 (python) S 12560 12560 10649 0 -1 4202560 877 0 0 0 1 0 0 0 18 0 1 0 867396534 285151232 5563 33554432000 4194304 5683644 140734241609840 18446744073709551615 233510317583 0 0 16781312 514 14730394771826639105 0 0 17 2 0 0 0
/proc/12566/statm: 69617 5563 377 364 0 5535 0
[pid=12568] ppid=12566 vsize=1017800 CPUtime=12.15 cores=0,2
/proc/12568/stat : 12568 (gnovelty+2) R 12566 12568 12568 0 -1 4202496 436 0 0 0 1215 0 0 0 25 0 1 0 867396534 1042227200 173 33554432000 134512640 135663704 4292165280 18446744073709551615 134525049 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/12568/statm: 254450 173 113 282 0 254166 0
[pid=12560/tid=12567] ppid=12558 vsize=288712 CPUtime=0 cores=0,2
/proc/12560/task/12567/stat : 12567 (python) S 12558 12560 10649 0 -1 4202560 30 934 0 0 0 0 0 0 20 0 2 0 867396534 295641088 7057 33554432000 4194304 5683644 140734241609840 18446744073709551615 233522121137 0 0 16781312 2 18446604444907540672 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 12.61
Current children cumulated vsize (KiB) 1584980

[startup+25.501 s]
/proc/loadavg: 4.04 4.00 3.80 5/227 12569
/proc/meminfo: memFree=31450332/32951124 swapFree=67056964/67111528
[pid=12560] ppid=12558 vsize=288712 CPUtime=0.45 cores=0,2
/proc/12560/stat : 12560 (python) S 12558 12560 10649 0 -1 4202496 9779 934 1 0 37 8 0 0 20 0 2 0 867396480 295641088 7057 33554432000 4194304 5683644 140734241609840 18446744073709551615 233522124235 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/12560/statm: 72178 7057 1867 364 0 8096 0
[pid=12566] ppid=12560 vsize=278468 CPUtime=0.03 cores=0,2
/proc/12566/stat : 12566 (python) S 12560 12560 10649 0 -1 4202560 882 0 0 0 2 1 0 0 18 0 1 0 867396534 285151232 5563 33554432000 4194304 5683644 140734241609840 18446744073709551615 233510317583 0 0 16781312 514 14730394771826639105 0 0 17 2 0 0 0
/proc/12566/statm: 69617 5563 377 364 0 5535 0
[pid=12568] ppid=12566 vsize=1017800 CPUtime=24.95 cores=0,2
/proc/12568/stat : 12568 (gnovelty+2) R 12566 12568 12568 0 -1 4202496 436 0 0 0 2495 0 0 0 25 0 1 0 867396534 1042227200 173 33554432000 134512640 135663704 4292165280 18446744073709551615 134564723 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/12568/statm: 254450 173 113 282 0 254166 0
[pid=12560/tid=12567] ppid=12558 vsize=288712 CPUtime=0 cores=0,2
/proc/12560/task/12567/stat : 12567 (python) S 12558 12560 10649 0 -1 4202560 30 934 0 0 0 0 0 0 20 0 2 0 867396534 295641088 7057 33554432000 4194304 5683644 140734241609840 18446744073709551615 233522121137 0 0 16781312 2 18446604444907540672 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 25.43
Current children cumulated vsize (KiB) 1584980

[startup+51.1004 s]
/proc/loadavg: 4.03 4.00 3.80 5/227 12569
/proc/meminfo: memFree=31443828/32951124 swapFree=67056964/67111528
[pid=12560] ppid=12558 vsize=288712 CPUtime=0.45 cores=0,2
/proc/12560/stat : 12560 (python) S 12558 12560 10649 0 -1 4202496 9779 934 1 0 37 8 0 0 20 0 2 0 867396480 295641088 7057 33554432000 4194304 5683644 140734241609840 18446744073709551615 233522124235 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/12560/statm: 72178 7057 1867 364 0 8096 0
[pid=12566] ppid=12560 vsize=278468 CPUtime=0.05 cores=0,2
/proc/12566/stat : 12566 (python) S 12560 12560 10649 0 -1 4202560 896 0 0 0 3 2 0 0 18 0 1 0 867396534 285151232 5563 33554432000 4194304 5683644 140734241609840 18446744073709551615 233510317583 0 0 16781312 514 14730394771826639105 0 0 17 2 0 0 0
/proc/12566/statm: 69617 5563 377 364 0 5535 0
[pid=12568] ppid=12566 vsize=1017800 CPUtime=50.55 cores=0,2
/proc/12568/stat : 12568 (gnovelty+2) R 12566 12568 12568 0 -1 4202496 436 0 0 0 5055 0 0 0 25 0 1 0 867396534 1042227200 173 33554432000 134512640 135663704 4292165280 18446744073709551615 134545183 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/12568/statm: 254450 173 113 282 0 254166 0
[pid=12560/tid=12567] ppid=12558 vsize=288712 CPUtime=0 cores=0,2
/proc/12560/task/12567/stat : 12567 (python) S 12558 12560 10649 0 -1 4202560 30 934 0 0 0 0 0 0 20 0 2 0 867396534 295641088 7057 33554432000 4194304 5683644 140734241609840 18446744073709551615 233522121137 0 0 16781312 2 18446604444907540672 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 1584980

[startup+102.301 s]
/proc/loadavg: 3.97 3.98 3.81 5/210 12717
/proc/meminfo: memFree=31736204/32951124 swapFree=67056964/67111528
[pid=12560] ppid=12558 vsize=299540 CPUtime=0.45 cores=0,2
/proc/12560/stat : 12560 (python) S 12558 12560 10649 0 -1 4202496 10592 934 1 0 37 8 0 0 19 0 3 0 867396480 306728960 7207 33554432000 4194304 5683644 140734241609840 18446744073709551615 233522124235 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/12560/statm: 74885 7207 1870 364 0 10800 0
[pid=12566] ppid=12560 vsize=288712 CPUtime=0.12 cores=0,2
/proc/12566/stat : 12566 (python) S 12560 12560 10649 0 -1 4202560 1146 0 0 0 7 5 0 0 19 0 2 0 867396534 295641088 5607 33554432000 4194304 5683644 140734241609840 18446744073709551615 233522124235 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/12566/statm: 72178 5607 416 364 0 8096 0
[pid=12568] ppid=12566 vsize=1017800 CPUtime=99.11 cores=0,2
/proc/12568/stat : 12568 (gnovelty+2) T 12566 12568 12568 0 -1 4202496 436 0 0 0 9911 0 0 0 25 0 1 0 867396534 1042227200 173 33554432000 134512640 135663704 4292165280 18446744073709551615 134545619 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/12568/statm: 254450 173 113 282 0 254166 0
[pid=12566/tid=12714] ppid=12560 vsize=288712 CPUtime=0 cores=0,2
/proc/12566/task/12714/stat : 12714 (python) S 12560 12560 10649 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 867406446 295641088 5607 33554432000 4194304 5683644 140734241609840 18446744073709551615 233522121137 0 0 16781312 514 18446604447951247360 0 0 -1 2 0 0 0
[pid=12715] ppid=12560 vsize=289296 CPUtime=0 cores=0,2
/proc/12715/stat : 12715 (python) S 12560 12560 10649 0 -1 4202560 752 0 0 0 0 0 0 0 15 0 1 0 867406447 296239104 5681 33554432000 4194304 5683644 140734241609840 18446744073709551615 233510317638 0 0 16781312 514 4457912724508082436 0 0 17 0 0 0 0
/proc/12715/statm: 72324 5681 348 364 0 8239 0
[pid=12717] ppid=12715 vsize=2160 CPUtime=2.61 cores=0,2
/proc/12717/stat : 12717 (march_hi) R 12715 12717 12717 0 -1 4202496 615 0 0 0 261 0 0 0 25 0 1 0 867406447 2211840 351 33554432000 4194304 4955518 140733898114800 18446744073709551615 4227583 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/12717/statm: 540 351 104 186 0 353 0
[pid=12560/tid=12567] ppid=12558 vsize=299540 CPUtime=0 cores=0,2
/proc/12560/task/12567/stat : 12567 (python) S 12558 12560 10649 0 -1 4202560 30 934 0 0 0 0 0 0 20 0 3 0 867396534 306728960 7207 33554432000 4194304 5683644 140734241609840 18446744073709551615 233522121137 0 0 16781312 2 18446604444907540672 0 0 -1 0 0 0 0
[pid=12560/tid=12716] ppid=12558 vsize=299540 CPUtime=0 cores=0,2
/proc/12560/task/12716/stat : 12716 (python) S 12558 12560 10649 0 -1 4202560 27 934 0 0 0 0 0 0 20 0 3 0 867406447 306728960 7207 33554432000 4194304 5683644 140734241609840 18446744073709551615 233522121137 0 0 16781312 2 18446604444907540672 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 1897508

[startup+162.3 s]
/proc/loadavg: 3.91 3.97 3.81 4/205 12751
/proc/meminfo: memFree=31786012/32951124 swapFree=67056964/67111528
[pid=12560] ppid=12558 vsize=299540 CPUtime=0.45 cores=0,2
/proc/12560/stat : 12560 (python) S 12558 12560 10649 0 -1 4202496 10592 934 1 0 37 8 0 0 19 0 3 0 867396480 306728960 7207 33554432000 4194304 5683644 140734241609840 18446744073709551615 233522124235 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/12560/statm: 74885 7207 1870 364 0 10800 0
[pid=12566] ppid=12560 vsize=288712 CPUtime=0.12 cores=0,2

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

/proc/12717/stat : 12717 (march_hi) R 12715 12717 12717 0 -1 4202496 2405 0 0 0 30987 0 0 0 25 0 1 0 867406447 11325440 2141 33554432000 4194304 4955518 140733898114800 18446744073709551615 4261387 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/12717/statm: 2765 2141 104 186 0 2578 0
[pid=12560/tid=12567] ppid=12558 vsize=299540 CPUtime=0 cores=0,2
/proc/12560/task/12567/stat : 12567 (python) S 12558 12560 10649 0 -1 4202560 30 934 0 0 0 0 0 0 20 0 3 0 867396534 306728960 7207 33554432000 4194304 5683644 140734241609840 18446744073709551615 233522121137 0 0 16781312 2 18446604444907540672 0 0 -1 0 0 0 0
[pid=12560/tid=12716] ppid=12558 vsize=299540 CPUtime=0 cores=0,2
/proc/12560/task/12716/stat : 12716 (python) S 12558 12560 10649 0 -1 4202560 27 934 0 0 0 0 0 0 20 0 3 0 867406447 306728960 7207 33554432000 4194304 5683644 140734241609840 18446744073709551615 233522121137 0 0 16781312 2 18446604444907540672 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 410.02
Current children cumulated vsize (KiB) 1906408

[startup+422.701 s]
/proc/loadavg: 2.04 2.86 3.38 3/196 12787
/proc/meminfo: memFree=31793380/32951124 swapFree=67056964/67111528
[pid=12560] ppid=12558 vsize=299540 CPUtime=0.45 cores=0,2
/proc/12560/stat : 12560 (python) S 12558 12560 10649 0 -1 4202496 10592 934 1 0 37 8 0 0 19 0 3 0 867396480 306728960 7207 33554432000 4194304 5683644 140734241609840 18446744073709551615 233522124235 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/12560/statm: 74885 7207 1870 364 0 10800 0
[pid=12566] ppid=12560 vsize=288712 CPUtime=0.12 cores=0,2
/proc/12566/stat : 12566 (python) S 12560 12560 10649 0 -1 4202560 1146 0 0 0 7 5 0 0 19 0 2 0 867396534 295641088 5607 33554432000 4194304 5683644 140734241609840 18446744073709551615 233522124235 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/12566/statm: 72178 5607 416 364 0 8096 0
[pid=12568] ppid=12566 vsize=1017800 CPUtime=99.11 cores=0,2
/proc/12568/stat : 12568 (gnovelty+2) T 12566 12568 12568 0 -1 4202496 436 0 0 0 9911 0 0 0 25 0 1 0 867396534 1042227200 173 33554432000 134512640 135663704 4292165280 18446744073709551615 134545619 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/12568/statm: 254450 173 113 282 0 254166 0
[pid=12566/tid=12714] ppid=12560 vsize=288712 CPUtime=0 cores=0,2
/proc/12566/task/12714/stat : 12714 (python) S 12560 12560 10649 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 867406446 295641088 5607 33554432000 4194304 5683644 140734241609840 18446744073709551615 233522121137 0 0 16781312 514 18446604447951247360 0 0 -1 2 0 0 0
[pid=12715] ppid=12560 vsize=289296 CPUtime=0.49 cores=0,2
/proc/12715/stat : 12715 (python) S 12560 12560 10649 0 -1 4202560 995 0 0 0 28 21 0 0 15 0 1 0 867406447 296239104 5704 33554432000 4194304 5683644 140734241609840 18446744073709551615 233510317638 0 0 16781312 514 4457912724508082436 0 0 17 0 0 0 0
/proc/12715/statm: 72324 5704 371 364 0 8239 0
[pid=12717] ppid=12715 vsize=11908 CPUtime=322.66 cores=0,2
/proc/12717/stat : 12717 (march_hi) R 12715 12717 12717 0 -1 4202496 2588 0 0 0 32266 0 0 0 25 0 1 0 867406447 12193792 2324 33554432000 4194304 4955518 140733898114800 18446744073709551615 4224541 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/12717/statm: 2977 2324 104 186 0 2790 0
[pid=12560/tid=12567] ppid=12558 vsize=299540 CPUtime=0 cores=0,2
/proc/12560/task/12567/stat : 12567 (python) S 12558 12560 10649 0 -1 4202560 30 934 0 0 0 0 0 0 20 0 3 0 867396534 306728960 7207 33554432000 4194304 5683644 140734241609840 18446744073709551615 233522121137 0 0 16781312 2 18446604444907540672 0 0 -1 0 0 0 0
[pid=12560/tid=12716] ppid=12558 vsize=299540 CPUtime=0 cores=0,2
/proc/12560/task/12716/stat : 12716 (python) S 12558 12560 10649 0 -1 4202560 27 934 0 0 0 0 0 0 20 0 3 0 867406447 306728960 7207 33554432000 4194304 5683644 140734241609840 18446744073709551615 233522121137 0 0 16781312 2 18446604444907540672 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 422.83
Current children cumulated vsize (KiB) 1907256

[startup+425.901 s]
/proc/loadavg: 2.03 2.85 3.38 3/196 12787
/proc/meminfo: memFree=31792880/32951124 swapFree=67056964/67111528
[pid=12560] ppid=12558 vsize=299540 CPUtime=0.45 cores=0,2
/proc/12560/stat : 12560 (python) S 12558 12560 10649 0 -1 4202496 10592 934 1 0 37 8 0 0 19 0 3 0 867396480 306728960 7207 33554432000 4194304 5683644 140734241609840 18446744073709551615 233522124235 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/12560/statm: 74885 7207 1870 364 0 10800 0
[pid=12566] ppid=12560 vsize=288712 CPUtime=0.12 cores=0,2
/proc/12566/stat : 12566 (python) S 12560 12560 10649 0 -1 4202560 1146 0 0 0 7 5 0 0 19 0 2 0 867396534 295641088 5607 33554432000 4194304 5683644 140734241609840 18446744073709551615 233522124235 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/12566/statm: 72178 5607 416 364 0 8096 0
[pid=12568] ppid=12566 vsize=1017800 CPUtime=99.11 cores=0,2
/proc/12568/stat : 12568 (gnovelty+2) T 12566 12568 12568 0 -1 4202496 436 0 0 0 9911 0 0 0 25 0 1 0 867396534 1042227200 173 33554432000 134512640 135663704 4292165280 18446744073709551615 134545619 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/12568/statm: 254450 173 113 282 0 254166 0
[pid=12566/tid=12714] ppid=12560 vsize=288712 CPUtime=0 cores=0,2
/proc/12566/task/12714/stat : 12714 (python) S 12560 12560 10649 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 867406446 295641088 5607 33554432000 4194304 5683644 140734241609840 18446744073709551615 233522121137 0 0 16781312 514 18446604447951247360 0 0 -1 2 0 0 0
[pid=12715] ppid=12560 vsize=289296 CPUtime=0.49 cores=0,2
/proc/12715/stat : 12715 (python) S 12560 12560 10649 0 -1 4202560 995 0 0 0 28 21 0 0 15 0 1 0 867406447 296239104 5704 33554432000 4194304 5683644 140734241609840 18446744073709551615 233510317638 0 0 16781312 514 4457912724508082436 0 0 17 0 0 0 0
/proc/12715/statm: 72324 5704 371 364 0 8239 0
[pid=12717] ppid=12715 vsize=11908 CPUtime=325.85 cores=0,2
/proc/12717/stat : 12717 (march_hi) R 12715 12717 12717 0 -1 4202496 2638 0 0 0 32585 0 0 0 25 0 1 0 867406447 12193792 2374 33554432000 4194304 4955518 140733898114800 18446744073709551615 4209730 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/12717/statm: 2977 2374 104 186 0 2790 0
[pid=12560/tid=12567] ppid=12558 vsize=299540 CPUtime=0 cores=0,2
/proc/12560/task/12567/stat : 12567 (python) S 12558 12560 10649 0 -1 4202560 30 934 0 0 0 0 0 0 20 0 3 0 867396534 306728960 7207 33554432000 4194304 5683644 140734241609840 18446744073709551615 233522121137 0 0 16781312 2 18446604444907540672 0 0 -1 0 0 0 0
[pid=12560/tid=12716] ppid=12558 vsize=299540 CPUtime=0 cores=0,2
/proc/12560/task/12716/stat : 12716 (python) S 12558 12560 10649 0 -1 4202560 27 934 0 0 0 0 0 0 20 0 3 0 867406447 306728960 7207 33554432000 4194304 5683644 140734241609840 18446744073709551615 233522121137 0 0 16781312 2 18446604444907540672 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 426.02
Current children cumulated vsize (KiB) 1907256

[startup+427.501 s]
/proc/loadavg: 2.03 2.85 3.38 3/196 12787
/proc/meminfo: memFree=31792260/32951124 swapFree=67056964/67111528
[pid=12560] ppid=12558 vsize=299540 CPUtime=0.45 cores=0,2
/proc/12560/stat : 12560 (python) S 12558 12560 10649 0 -1 4202496 10592 934 1 0 37 8 0 0 19 0 3 0 867396480 306728960 7207 33554432000 4194304 5683644 140734241609840 18446744073709551615 233522124235 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/12560/statm: 74885 7207 1870 364 0 10800 0
[pid=12566] ppid=12560 vsize=288712 CPUtime=0.12 cores=0,2
/proc/12566/stat : 12566 (python) S 12560 12560 10649 0 -1 4202560 1146 0 0 0 7 5 0 0 19 0 2 0 867396534 295641088 5607 33554432000 4194304 5683644 140734241609840 18446744073709551615 233522124235 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/12566/statm: 72178 5607 416 364 0 8096 0
[pid=12568] ppid=12566 vsize=1017800 CPUtime=99.11 cores=0,2
/proc/12568/stat : 12568 (gnovelty+2) T 12566 12568 12568 0 -1 4202496 436 0 0 0 9911 0 0 0 25 0 1 0 867396534 1042227200 173 33554432000 134512640 135663704 4292165280 18446744073709551615 134545619 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/12568/statm: 254450 173 113 282 0 254166 0
[pid=12566/tid=12714] ppid=12560 vsize=288712 CPUtime=0 cores=0,2
/proc/12566/task/12714/stat : 12714 (python) S 12560 12560 10649 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 867406446 295641088 5607 33554432000 4194304 5683644 140734241609840 18446744073709551615 233522121137 0 0 16781312 514 18446604447951247360 0 0 -1 2 0 0 0
[pid=12715] ppid=12560 vsize=289296 CPUtime=0.5 cores=0,2
/proc/12715/stat : 12715 (python) S 12560 12560 10649 0 -1 4202560 995 0 0 0 28 22 0 0 15 0 1 0 867406447 296239104 5704 33554432000 4194304 5683644 140734241609840 18446744073709551615 233510317638 0 0 16781312 514 4457912724508082436 0 0 17 0 0 0 0
/proc/12715/statm: 72324 5704 371 364 0 8239 0
[pid=12717] ppid=12715 vsize=11908 CPUtime=327.45 cores=0,2
/proc/12717/stat : 12717 (march_hi) R 12715 12717 12717 0 -1 4202496 2663 0 0 0 32745 0 0 0 25 0 1 0 867406447 12193792 2399 33554432000 4194304 4955518 140733898114800 18446744073709551615 4209701 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/12717/statm: 2977 2399 104 186 0 2790 0
[pid=12560/tid=12567] ppid=12558 vsize=299540 CPUtime=0 cores=0,2
/proc/12560/task/12567/stat : 12567 (python) S 12558 12560 10649 0 -1 4202560 30 934 0 0 0 0 0 0 20 0 3 0 867396534 306728960 7207 33554432000 4194304 5683644 140734241609840 18446744073709551615 233522121137 0 0 16781312 2 18446604444907540672 0 0 -1 0 0 0 0
[pid=12560/tid=12716] ppid=12558 vsize=299540 CPUtime=0 cores=0,2
/proc/12560/task/12716/stat : 12716 (python) S 12558 12560 10649 0 -1 4202560 27 934 0 0 0 0 0 0 20 0 3 0 867406447 306728960 7207 33554432000 4194304 5683644 140734241609840 18446744073709551615 233522121137 0 0 16781312 2 18446604444907540672 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 427.63
Current children cumulated vsize (KiB) 1907256

[startup+428.307 s]
/proc/loadavg: 2.03 2.83 3.37 3/196 12787
/proc/meminfo: memFree=31791764/32951124 swapFree=67056964/67111528
[pid=12560] ppid=12558 vsize=299540 CPUtime=0.45 cores=0,2
/proc/12560/stat : 12560 (python) S 12558 12560 10649 0 -1 4202496 10592 934 1 0 37 8 0 0 19 0 3 0 867396480 306728960 7207 33554432000 4194304 5683644 140734241609840 18446744073709551615 233522124235 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/12560/statm: 74885 7207 1870 364 0 10800 0
[pid=12566] ppid=12560 vsize=288712 CPUtime=0.12 cores=0,2
/proc/12566/stat : 12566 (python) S 12560 12560 10649 0 -1 4202560 1146 0 0 0 7 5 0 0 19 0 2 0 867396534 295641088 5607 33554432000 4194304 5683644 140734241609840 18446744073709551615 233522124235 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/12566/statm: 72178 5607 416 364 0 8096 0
[pid=12568] ppid=12566 vsize=1017800 CPUtime=99.11 cores=0,2
/proc/12568/stat : 12568 (gnovelty+2) T 12566 12568 12568 0 -1 4202496 436 0 0 0 9911 0 0 0 25 0 1 0 867396534 1042227200 173 33554432000 134512640 135663704 4292165280 18446744073709551615 134545619 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/12568/statm: 254450 173 113 282 0 254166 0
[pid=12566/tid=12714] ppid=12560 vsize=288712 CPUtime=0 cores=0,2
/proc/12566/task/12714/stat : 12714 (python) S 12560 12560 10649 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 867406446 295641088 5607 33554432000 4194304 5683644 140734241609840 18446744073709551615 233522121137 0 0 16781312 514 18446604447951247360 0 0 -1 2 0 0 0
[pid=12715] ppid=12560 vsize=289296 CPUtime=0.5 cores=0,2
/proc/12715/stat : 12715 (python) S 12560 12560 10649 0 -1 4202560 995 0 0 0 28 22 0 0 15 0 1 0 867406447 296239104 5704 33554432000 4194304 5683644 140734241609840 18446744073709551615 233510317638 0 0 16781312 514 4457912724508082436 0 0 17 0 0 0 0
/proc/12715/statm: 72324 5704 371 364 0 8239 0
[pid=12717] ppid=12715 vsize=11908 CPUtime=328.25 cores=0,2
/proc/12717/stat : 12717 (march_hi) R 12715 12717 12717 0 -1 4202496 2676 0 0 0 32825 0 0 0 25 0 1 0 867406447 12193792 2412 33554432000 4194304 4955518 140733898114800 18446744073709551615 4224656 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/12717/statm: 2977 2412 104 186 0 2790 0
[pid=12560/tid=12567] ppid=12558 vsize=299540 CPUtime=0 cores=0,2
/proc/12560/task/12567/stat : 12567 (python) S 12558 12560 10649 0 -1 4202560 30 934 0 0 0 0 0 0 20 0 3 0 867396534 306728960 7207 33554432000 4194304 5683644 140734241609840 18446744073709551615 233522121137 0 0 16781312 2 18446604444907540672 0 0 -1 0 0 0 0
[pid=12560/tid=12716] ppid=12558 vsize=299540 CPUtime=0 cores=0,2
/proc/12560/task/12716/stat : 12716 (python) S 12558 12560 10649 0 -1 4202560 27 934 0 0 0 0 0 0 20 0 3 0 867406447 306728960 7207 33554432000 4194304 5683644 140734241609840 18446744073709551615 233522121137 0 0 16781312 2 18446604444907540672 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 428.43
Current children cumulated vsize (KiB) 1907256

[startup+428.701 s]
/proc/loadavg: 2.03 2.83 3.37 3/196 12787
/proc/meminfo: memFree=31791764/32951124 swapFree=67056964/67111528
[pid=12560] ppid=12558 vsize=299540 CPUtime=0.45 cores=0,2
/proc/12560/stat : 12560 (python) S 12558 12560 10649 0 -1 4202496 10592 934 1 0 37 8 0 0 19 0 3 0 867396480 306728960 7207 33554432000 4194304 5683644 140734241609840 18446744073709551615 233522124235 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/12560/statm: 74885 7207 1870 364 0 10800 0
[pid=12566] ppid=12560 vsize=288712 CPUtime=0.12 cores=0,2
/proc/12566/stat : 12566 (python) S 12560 12560 10649 0 -1 4202560 1146 0 0 0 7 5 0 0 19 0 2 0 867396534 295641088 5607 33554432000 4194304 5683644 140734241609840 18446744073709551615 233522124235 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/12566/statm: 72178 5607 416 364 0 8096 0
[pid=12568] ppid=12566 vsize=1017800 CPUtime=99.11 cores=0,2
/proc/12568/stat : 12568 (gnovelty+2) T 12566 12568 12568 0 -1 4202496 436 0 0 0 9911 0 0 0 25 0 1 0 867396534 1042227200 173 33554432000 134512640 135663704 4292165280 18446744073709551615 134545619 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/12568/statm: 254450 173 113 282 0 254166 0
[pid=12566/tid=12714] ppid=12560 vsize=288712 CPUtime=0 cores=0,2
/proc/12566/task/12714/stat : 12714 (python) S 12560 12560 10649 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 867406446 295641088 5607 33554432000 4194304 5683644 140734241609840 18446744073709551615 233522121137 0 0 16781312 514 18446604447951247360 0 0 -1 2 0 0 0
[pid=12715] ppid=12560 vsize=289296 CPUtime=0.5 cores=0,2
/proc/12715/stat : 12715 (python) S 12560 12560 10649 0 -1 4202560 995 0 0 0 28 22 0 0 15 0 1 0 867406447 296239104 5704 33554432000 4194304 5683644 140734241609840 18446744073709551615 233510317638 0 0 16781312 514 4457912724508082436 0 0 17 0 0 0 0
/proc/12715/statm: 72324 5704 371 364 0 8239 0
[pid=12717] ppid=12715 vsize=11908 CPUtime=328.65 cores=0,2
/proc/12717/stat : 12717 (march_hi) R 12715 12717 12717 0 -1 4202496 2682 0 0 0 32865 0 0 0 25 0 1 0 867406447 12193792 2418 33554432000 4194304 4955518 140733898114800 18446744073709551615 4238743 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/12717/statm: 2977 2418 104 186 0 2790 0
[pid=12560/tid=12567] ppid=12558 vsize=299540 CPUtime=0 cores=0,2
/proc/12560/task/12567/stat : 12567 (python) S 12558 12560 10649 0 -1 4202560 30 934 0 0 0 0 0 0 20 0 3 0 867396534 306728960 7207 33554432000 4194304 5683644 140734241609840 18446744073709551615 233522121137 0 0 16781312 2 18446604444907540672 0 0 -1 0 0 0 0
[pid=12560/tid=12716] ppid=12558 vsize=299540 CPUtime=0 cores=0,2
/proc/12560/task/12716/stat : 12716 (python) S 12558 12560 10649 0 -1 4202560 27 934 0 0 0 0 0 0 20 0 3 0 867406447 306728960 7207 33554432000 4194304 5683644 140734241609840 18446744073709551615 233522121137 0 0 16781312 2 18446604444907540672 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 428.83
Current children cumulated vsize (KiB) 1907256

[startup+429.1 s]
/proc/loadavg: 2.03 2.83 3.37 3/196 12787
/proc/meminfo: memFree=31791764/32951124 swapFree=67056964/67111528
[pid=12560] ppid=12558 vsize=299540 CPUtime=0.45 cores=0,2
/proc/12560/stat : 12560 (python) S 12558 12560 10649 0 -1 4202496 10592 934 1 0 37 8 0 0 19 0 3 0 867396480 306728960 7207 33554432000 4194304 5683644 140734241609840 18446744073709551615 233522124235 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/12560/statm: 74885 7207 1870 364 0 10800 0
[pid=12566] ppid=12560 vsize=288712 CPUtime=0.12 cores=0,2
/proc/12566/stat : 12566 (python) S 12560 12560 10649 0 -1 4202560 1146 0 0 0 7 5 0 0 19 0 2 0 867396534 295641088 5607 33554432000 4194304 5683644 140734241609840 18446744073709551615 233522124235 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/12566/statm: 72178 5607 416 364 0 8096 0
[pid=12568] ppid=12566 vsize=1017800 CPUtime=99.11 cores=0,2
/proc/12568/stat : 12568 (gnovelty+2) T 12566 12568 12568 0 -1 4202496 436 0 0 0 9911 0 0 0 25 0 1 0 867396534 1042227200 173 33554432000 134512640 135663704 4292165280 18446744073709551615 134545619 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/12568/statm: 254450 173 113 282 0 254166 0
[pid=12566/tid=12714] ppid=12560 vsize=288712 CPUtime=0 cores=0,2
/proc/12566/task/12714/stat : 12714 (python) S 12560 12560 10649 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 867406446 295641088 5607 33554432000 4194304 5683644 140734241609840 18446744073709551615 233522121137 0 0 16781312 514 18446604447951247360 0 0 -1 2 0 0 0
[pid=12715] ppid=12560 vsize=289296 CPUtime=0.5 cores=0,2
/proc/12715/stat : 12715 (python) S 12560 12560 10649 0 -1 4202560 996 0 0 0 28 22 0 0 15 0 1 0 867406447 296239104 5704 33554432000 4194304 5683644 140734241609840 18446744073709551615 233510317638 0 0 16781312 514 5616744494956249348 0 0 17 0 0 0 0
/proc/12715/statm: 72324 5704 371 364 0 8239 0
[pid=12717] ppid=12715 vsize=11908 CPUtime=329.05 cores=0,2
/proc/12717/stat : 12717 (march_hi) R 12715 12717 12717 0 -1 4202496 2689 0 0 0 32905 0 0 0 18 0 1 0 867406447 12193792 2425 33554432000 4194304 4955518 140733898114800 18446744073709551615 4209727 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/12717/statm: 2977 2425 104 186 0 2790 0
[pid=12560/tid=12567] ppid=12558 vsize=299540 CPUtime=0 cores=0,2
/proc/12560/task/12567/stat : 12567 (python) S 12558 12560 10649 0 -1 4202560 30 934 0 0 0 0 0 0 20 0 3 0 867396534 306728960 7207 33554432000 4194304 5683644 140734241609840 18446744073709551615 233522121137 0 0 16781312 2 18446604444907540672 0 0 -1 0 0 0 0
[pid=12560/tid=12716] ppid=12558 vsize=299540 CPUtime=0 cores=0,2
/proc/12560/task/12716/stat : 12716 (python) S 12558 12560 10649 0 -1 4202560 27 934 0 0 0 0 0 0 20 0 3 0 867406447 306728960 7207 33554432000 4194304 5683644 140734241609840 18446744073709551615 233522121137 0 0 16781312 2 18446604444907540672 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 429.23
Current children cumulated vsize (KiB) 1907256

Child status: 0
Real time (s): 429.136
CPU time (s): 429.327
CPU user time (s): 428.933
CPU system time (s): 0.39394
CPU usage (%): 100.044
Max. virtual memory (cumulated for all children) (KiB): 1907256

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 428.933
system time used= 0.39394
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 21392
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= 1991
involuntary context switches= 2138

runsolver used 0.739887 second user time and 1.39179 second system time

The end

Launcher Data

Begin job on node145 at 2011-06-11 01:50:06
IDJOB=3484505
IDBENCH=83016
IDSOLVER=1975
FILE ID=node145/3484505-1307749806
RUNJOBID= node145-1307746987-10667
PBS_JOBID= 13550815
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-S1879031150-062.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-3484505-1307749806/watcher-3484505-1307749806 -o /tmp/evaluation-result-3484505-1307749806/solver-3484505-1307749806 -C 1200 -W 1300 -M 7680  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3484505-1307749806.cnf -seed 1186132600 -budget 1200

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

MD5SUM BENCH= dea41a8eae52b60f8e05be01aec1734d
RANDOM SEED=1186132600

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      31482256 kB
Buffers:        122420 kB
Cached:         812628 kB
SwapCached:       7976 kB
Active:         763936 kB
Inactive:       549868 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31482256 kB
SwapTotal:    67111528 kB
SwapFree:     67056964 kB
Dirty:           63912 kB
Writeback:           0 kB
AnonPages:      376216 kB
Mapped:          21488 kB
Slab:            82144 kB
PageTables:      12516 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  5210436 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= 74032 MiB
End job on node145 at 2011-06-11 01:57:15