Trace number 3484349

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 532.764 532.235

General information on the benchmark

Namerandom/medium/
unif-k5-r21.3-v100-c2130-S206772908-015.UNKNOWN.cnf
MD5SUM74f6f450e8e5ce3811b2d7ad1f57d348
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark326.484
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of clauses2130
Sum of the clauses size10650
Maximum clause length5
Minimum clause length5
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 52130
Number of clauses of size over 50

Solver Data

0.28/0.49	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.28/0.49	c INFO: solving HOME/instance-3484349-1307749041.cnf
0.28/0.49	c INFO: computing task features
0.36/0.50	c INFO: computed variable-clause graph statistics
0.36/0.50	c INFO: computed clause balance statistics
0.36/0.56	c INFO: computed variable balance statistics
0.36/0.59	c INFO: computed small-clause counts
0.36/0.60	c INFO: computed Horn-clause counts
0.45/0.60	c INFO: computed variable graph statistics
0.45/0.60	c INFO: collected features for HOME/instance-3484349-1307749041.cnf in 0.11 s
0.45/0.61	c INFO: running gnovelty+2@0 for 97 with 1199 remaining (b = 0.62)
100.59/100.74	c INFO: running gnovelty+2@0 for 97 with 1099 remaining (b = 0.07)
200.69/200.87	c INFO: running march_hi@0 for 679 with 999 remaining (b = 0.46)
532.67/532.21	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-3484349-1307749041/watcher-3484349-1307749041 -o /tmp/evaluation-result-3484349-1307749041/solver-3484349-1307749041 -C 1200 -W 1300 -M 7680 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3484349-1307749041.cnf -seed 371687132 -budget 1200 

running on 2 cores: 1,3

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


[startup+0 s]
/proc/loadavg: 4.04 4.02 3.77 5/226 14666
/proc/meminfo: memFree=30756892/32951124 swapFree=67051744/67111528
[pid=14666] ppid=14664 vsize=15184 CPUtime=0 cores=1,3
/proc/14666/stat : 14666 (python) R 14664 14666 13569 0 -1 4202496 728 0 0 0 0 0 0 0 25 0 1 0 886502061 15548416 616 33554432000 4194304 5683644 140734751359792 18446744073709551615 228122712064 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/14666/statm: 3796 616 322 364 0 283 0

[startup+0.0100681 s]
/proc/loadavg: 4.04 4.02 3.77 5/226 14666
/proc/meminfo: memFree=30756892/32951124 swapFree=67051744/67111528
[pid=14666] ppid=14664 vsize=15772 CPUtime=0 cores=1,3
/proc/14666/stat : 14666 (python) R 14664 14666 13569 0 -1 4202496 877 0 0 0 0 0 0 0 25 0 1 0 886502061 16150528 757 33554432000 4194304 5683644 140734751359792 18446744073709551615 228122374853 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/14666/statm: 3943 758 343 364 0 430 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 15772

[startup+0.10105 s]
/proc/loadavg: 4.04 4.02 3.77 5/226 14666
/proc/meminfo: memFree=30756892/32951124 swapFree=67051744/67111528
[pid=14666] ppid=14664 vsize=102008 CPUtime=0.06 cores=1,3
/proc/14666/stat : 14666 (python) R 14664 14666 13569 0 -1 4202496 3003 0 0 0 4 2 0 0 17 0 1 0 886502061 104456192 2694 33554432000 4194304 5683644 140734751359792 18446744073709551615 228122757255 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/14666/statm: 25502 2694 841 364 0 1802 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 102008

[startup+0.301088 s]
/proc/loadavg: 4.04 4.02 3.77 5/226 14666
/proc/meminfo: memFree=30756892/32951124 swapFree=67051744/67111528
[pid=14666] ppid=14664 vsize=154340 CPUtime=0.21 cores=1,3
/proc/14666/stat : 14666 (python) S 14664 14666 13569 0 -1 4202496 6359 934 1 0 15 6 0 0 18 0 1 0 886502061 158044160 4473 33554432000 4194304 5683644 140734751359792 18446744073709551615 228122712064 0 2147483391 16781312 2 18446744071699207358 0 0 17 3 0 0 0
/proc/14666/statm: 38585 4473 1250 364 0 3213 0
Current children cumulated CPU time (s) 0.21
Current children cumulated vsize (KiB) 154340

[startup+0.700902 s]
/proc/loadavg: 4.04 4.02 3.77 5/226 14666
/proc/meminfo: memFree=30756892/32951124 swapFree=67051744/67111528
[pid=14666] ppid=14664 vsize=288728 CPUtime=0.47 cores=1,3
/proc/14666/stat : 14666 (python) S 14664 14666 13569 0 -1 4202496 9772 934 1 0 39 8 0 0 19 0 2 0 886502061 295657472 7051 33554432000 4194304 5683644 140734751359792 18446744073709551615 228134540747 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/14666/statm: 72182 7051 1867 364 0 8100 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 288728

[startup+1.50079 s]
/proc/loadavg: 4.04 4.02 3.77 5/230 14674
/proc/meminfo: memFree=30732644/32951124 swapFree=67051744/67111528
[pid=14666] ppid=14664 vsize=288728 CPUtime=0.47 cores=1,3
/proc/14666/stat : 14666 (python) S 14664 14666 13569 0 -1 4202496 9772 934 1 0 39 8 0 0 19 0 2 0 886502061 295657472 7051 33554432000 4194304 5683644 140734751359792 18446744073709551615 228134540747 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/14666/statm: 72182 7051 1867 364 0 8100 0
[pid=14672] ppid=14666 vsize=278484 CPUtime=0 cores=1,3
/proc/14672/stat : 14672 (python) S 14666 14666 13569 0 -1 4202560 734 0 0 0 0 0 0 0 18 0 1 0 886502122 285167616 5534 33554432000 4194304 5683644 140734751359792 18446744073709551615 228122734095 0 0 16781312 514 7163046130127732735 0 0 17 1 0 0 0
/proc/14672/statm: 69621 5534 354 364 0 5539 0
[pid=14674] ppid=14672 vsize=1017800 CPUtime=0.88 cores=1,3
/proc/14674/stat : 14674 (gnovelty+2) R 14672 14674 14674 0 -1 4202496 435 0 0 0 88 0 0 0 21 0 1 0 886502122 1042227200 172 33554432000 134512640 135663704 4292773872 18446744073709551615 134524918 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/14674/statm: 254450 172 113 282 0 254166 0
[pid=14666/tid=14673] ppid=14664 vsize=288728 CPUtime=0 cores=1,3
/proc/14666/task/14673/stat : 14673 (python) S 14664 14666 13569 0 -1 4202560 29 934 0 0 0 0 0 0 19 0 2 0 886502122 295657472 7051 33554432000 4194304 5683644 140734751359792 18446744073709551615 228134537649 0 0 16781312 2 18446604471106920512 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1.35
Current children cumulated vsize (KiB) 1585012

[startup+3.1005 s]
/proc/loadavg: 4.04 4.02 3.77 5/230 14674
/proc/meminfo: memFree=30732608/32951124 swapFree=67051744/67111528
[pid=14666] ppid=14664 vsize=288728 CPUtime=0.47 cores=1,3
/proc/14666/stat : 14666 (python) S 14664 14666 13569 0 -1 4202496 9772 934 1 0 39 8 0 0 19 0 2 0 886502061 295657472 7051 33554432000 4194304 5683644 140734751359792 18446744073709551615 228134540747 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/14666/statm: 72182 7051 1867 364 0 8100 0
[pid=14672] ppid=14666 vsize=278484 CPUtime=0 cores=1,3
/proc/14672/stat : 14672 (python) S 14666 14666 13569 0 -1 4202560 734 0 0 0 0 0 0 0 18 0 1 0 886502122 285167616 5534 33554432000 4194304 5683644 140734751359792 18446744073709551615 228122734095 0 0 16781312 514 7163046130127700231 0 0 17 1 0 0 0
/proc/14672/statm: 69621 5534 354 364 0 5539 0
[pid=14674] ppid=14672 vsize=1017800 CPUtime=2.48 cores=1,3
/proc/14674/stat : 14674 (gnovelty+2) R 14672 14674 14674 0 -1 4202496 435 0 0 0 248 0 0 0 25 0 1 0 886502122 1042227200 172 33554432000 134512640 135663704 4292773872 18446744073709551615 134525213 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/14674/statm: 254450 172 113 282 0 254166 0
[pid=14666/tid=14673] ppid=14664 vsize=288728 CPUtime=0 cores=1,3
/proc/14666/task/14673/stat : 14673 (python) S 14664 14666 13569 0 -1 4202560 29 934 0 0 0 0 0 0 19 0 2 0 886502122 295657472 7051 33554432000 4194304 5683644 140734751359792 18446744073709551615 228134537649 0 0 16781312 2 18446604471106920512 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.95
Current children cumulated vsize (KiB) 1585012

[startup+6.30092 s]
/proc/loadavg: 4.03 4.02 3.77 5/230 14674
/proc/meminfo: memFree=30731184/32951124 swapFree=67051744/67111528
[pid=14666] ppid=14664 vsize=288728 CPUtime=0.47 cores=1,3
/proc/14666/stat : 14666 (python) S 14664 14666 13569 0 -1 4202496 9772 934 1 0 39 8 0 0 19 0 2 0 886502061 295657472 7051 33554432000 4194304 5683644 140734751359792 18446744073709551615 228134540747 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/14666/statm: 72182 7051 1867 364 0 8100 0
[pid=14672] ppid=14666 vsize=278484 CPUtime=0 cores=1,3
/proc/14672/stat : 14672 (python) S 14666 14666 13569 0 -1 4202560 879 0 0 0 0 0 0 0 18 0 1 0 886502122 285167616 5556 33554432000 4194304 5683644 140734751359792 18446744073709551615 228122734095 0 0 16781312 514 7163046130127700231 0 0 17 1 0 0 0
/proc/14672/statm: 69621 5556 376 364 0 5539 0
[pid=14674] ppid=14672 vsize=1017800 CPUtime=5.67 cores=1,3
/proc/14674/stat : 14674 (gnovelty+2) R 14672 14674 14674 0 -1 4202496 435 0 0 0 567 0 0 0 25 0 1 0 886502122 1042227200 172 33554432000 134512640 135663704 4292773872 18446744073709551615 134525691 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/14674/statm: 254450 172 113 282 0 254166 0
[pid=14666/tid=14673] ppid=14664 vsize=288728 CPUtime=0 cores=1,3
/proc/14666/task/14673/stat : 14673 (python) S 14664 14666 13569 0 -1 4202560 29 934 0 0 0 0 0 0 19 0 2 0 886502122 295657472 7051 33554432000 4194304 5683644 140734751359792 18446744073709551615 228134537649 0 0 16781312 2 18446604471106920512 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 6.14
Current children cumulated vsize (KiB) 1585012

[startup+12.7008 s]
/proc/loadavg: 4.03 4.02 3.77 5/230 14674
/proc/meminfo: memFree=30731536/32951124 swapFree=67051744/67111528
[pid=14666] ppid=14664 vsize=288728 CPUtime=0.47 cores=1,3
/proc/14666/stat : 14666 (python) S 14664 14666 13569 0 -1 4202496 9772 934 1 0 39 8 0 0 19 0 2 0 886502061 295657472 7051 33554432000 4194304 5683644 140734751359792 18446744073709551615 228134540747 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/14666/statm: 72182 7051 1867 364 0 8100 0
[pid=14672] ppid=14666 vsize=278484 CPUtime=0.01 cores=1,3
/proc/14672/stat : 14672 (python) S 14666 14666 13569 0 -1 4202560 882 0 0 0 0 1 0 0 18 0 1 0 886502122 285167616 5556 33554432000 4194304 5683644 140734751359792 18446744073709551615 228122734095 0 0 16781312 514 12590023864546722055 0 0 17 1 0 0 0
/proc/14672/statm: 69621 5556 376 364 0 5539 0
[pid=14674] ppid=14672 vsize=1017800 CPUtime=12.07 cores=1,3
/proc/14674/stat : 14674 (gnovelty+2) R 14672 14674 14674 0 -1 4202496 435 0 0 0 1207 0 0 0 25 0 1 0 886502122 1042227200 172 33554432000 134512640 135663704 4292773872 18446744073709551615 134525218 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/14674/statm: 254450 172 113 282 0 254166 0
[pid=14666/tid=14673] ppid=14664 vsize=288728 CPUtime=0 cores=1,3
/proc/14666/task/14673/stat : 14673 (python) S 14664 14666 13569 0 -1 4202560 29 934 0 0 0 0 0 0 19 0 2 0 886502122 295657472 7051 33554432000 4194304 5683644 140734751359792 18446744073709551615 228134537649 0 0 16781312 2 18446604471106920512 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 12.55
Current children cumulated vsize (KiB) 1585012

[startup+25.5004 s]
/proc/loadavg: 4.02 4.02 3.78 5/230 14675
/proc/meminfo: memFree=30731900/32951124 swapFree=67051744/67111528
[pid=14666] ppid=14664 vsize=288728 CPUtime=0.47 cores=1,3
/proc/14666/stat : 14666 (python) S 14664 14666 13569 0 -1 4202496 9772 934 1 0 39 8 0 0 19 0 2 0 886502061 295657472 7051 33554432000 4194304 5683644 140734751359792 18446744073709551615 228134540747 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/14666/statm: 72182 7051 1867 364 0 8100 0
[pid=14672] ppid=14666 vsize=278484 CPUtime=0.02 cores=1,3
/proc/14672/stat : 14672 (python) S 14666 14666 13569 0 -1 4202560 887 0 0 0 1 1 0 0 18 0 1 0 886502122 285167616 5557 33554432000 4194304 5683644 140734751359792 18446744073709551615 228122734095 0 0 16781312 514 12590023864546722055 0 0 17 1 0 0 0
/proc/14672/statm: 69621 5557 377 364 0 5539 0
[pid=14674] ppid=14672 vsize=1017800 CPUtime=24.86 cores=1,3
/proc/14674/stat : 14674 (gnovelty+2) R 14672 14674 14674 0 -1 4202496 435 0 0 0 2486 0 0 0 25 0 1 0 886502122 1042227200 172 33554432000 134512640 135663704 4292773872 18446744073709551615 134524888 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/14674/statm: 254450 172 113 282 0 254166 0
[pid=14666/tid=14673] ppid=14664 vsize=288728 CPUtime=0 cores=1,3
/proc/14666/task/14673/stat : 14673 (python) S 14664 14666 13569 0 -1 4202560 29 934 0 0 0 0 0 0 19 0 2 0 886502122 295657472 7051 33554432000 4194304 5683644 140734751359792 18446744073709551615 228134537649 0 0 16781312 2 18446604471106920512 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 25.35
Current children cumulated vsize (KiB) 1585012

[startup+51.1008 s]
/proc/loadavg: 4.01 4.02 3.78 5/230 14675
/proc/meminfo: memFree=30731960/32951124 swapFree=67051744/67111528
[pid=14666] ppid=14664 vsize=288728 CPUtime=0.47 cores=1,3
/proc/14666/stat : 14666 (python) S 14664 14666 13569 0 -1 4202496 9772 934 1 0 39 8 0 0 19 0 2 0 886502061 295657472 7051 33554432000 4194304 5683644 140734751359792 18446744073709551615 228134540747 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/14666/statm: 72182 7051 1867 364 0 8100 0
[pid=14672] ppid=14666 vsize=278484 CPUtime=0.06 cores=1,3
/proc/14672/stat : 14672 (python) S 14666 14666 13569 0 -1 4202560 900 0 0 0 3 3 0 0 18 0 1 0 886502122 285167616 5557 33554432000 4194304 5683644 140734751359792 18446744073709551615 228122734095 0 0 16781312 514 12590023864546722055 0 0 17 1 0 0 0
/proc/14672/statm: 69621 5557 377 364 0 5539 0
[pid=14674] ppid=14672 vsize=1017800 CPUtime=50.44 cores=1,3
/proc/14674/stat : 14674 (gnovelty+2) R 14672 14674 14674 0 -1 4202496 435 0 0 0 5044 0 0 0 25 0 1 0 886502122 1042227200 172 33554432000 134512640 135663704 4292773872 18446744073709551615 134525678 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/14674/statm: 254450 172 113 282 0 254166 0
[pid=14666/tid=14673] ppid=14664 vsize=288728 CPUtime=0 cores=1,3
/proc/14666/task/14673/stat : 14673 (python) S 14664 14666 13569 0 -1 4202560 29 934 0 0 0 0 0 0 19 0 2 0 886502122 295657472 7051 33554432000 4194304 5683644 140734751359792 18446744073709551615 228134537649 0 0 16781312 2 18446604471106920512 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 50.97
Current children cumulated vsize (KiB) 1585012

[startup+102.308 s]
/proc/loadavg: 4.00 4.01 3.79 5/246 14693
/proc/meminfo: memFree=30709256/32951124 swapFree=67051744/67111528
[pid=14666] ppid=14664 vsize=299512 CPUtime=0.47 cores=1,3
/proc/14666/stat : 14666 (python) S 14664 14666 13569 0 -1 4202496 10602 934 1 0 39 8 0 0 20 0 3 0 886502061 306700288 7201 33554432000 4194304 5683644 140734751359792 18446744073709551615 228134540747 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/14666/statm: 74878 7201 1870 364 0 10793 0
[pid=14672] ppid=14666 vsize=288728 CPUtime=0.13 cores=1,3
/proc/14672/stat : 14672 (python) S 14666 14666 13569 0 -1 4202560 1157 0 0 0 7 6 0 0 19 0 2 0 886502122 295657472 5601 33554432000 4194304 5683644 140734751359792 18446744073709551615 228134540747 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/14672/statm: 72182 5601 416 364 0 8100 0
[pid=14674] ppid=14672 vsize=1017800 CPUtime=100.03 cores=1,3
/proc/14674/stat : 14674 (gnovelty+2) T 14672 14674 14674 0 -1 4202496 435 0 0 0 10003 0 0 0 25 0 1 0 886502122 1042227200 172 33554432000 134512640 135663704 4292773872 18446744073709551615 134525107 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/14674/statm: 254450 172 113 282 0 254166 0
[pid=14672/tid=14690] ppid=14666 vsize=288728 CPUtime=0 cores=1,3
/proc/14672/task/14690/stat : 14690 (python) S 14666 14666 13569 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 886512134 295657472 5601 33554432000 4194304 5683644 140734751359792 18446744073709551615 228134537649 0 0 16781312 514 18446604458875437184 0 0 -1 3 0 0 0
[pid=14691] ppid=14666 vsize=289268 CPUtime=0 cores=1,3
/proc/14691/stat : 14691 (python) S 14666 14666 13569 0 -1 4202560 734 0 0 0 0 0 0 0 18 0 1 0 886512135 296210432 5675 33554432000 4194304 5683644 140734751359792 18446744073709551615 228122734150 0 0 16781312 514 7163053826709094664 0 0 17 1 0 0 0
/proc/14691/statm: 72317 5675 348 364 0 8232 0
[pid=14693] ppid=14691 vsize=1017800 CPUtime=1.55 cores=1,3
/proc/14693/stat : 14693 (gnovelty+2) R 14691 14693 14693 0 -1 4202496 435 0 0 0 155 0 0 0 25 0 1 0 886512135 1042227200 171 33554432000 134512640 135663704 4286930928 18446744073709551615 134525276 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/14693/statm: 254450 171 113 282 0 254166 0
[pid=14666/tid=14673] ppid=14664 vsize=299512 CPUtime=0 cores=1,3
/proc/14666/task/14673/stat : 14673 (python) S 14664 14666 13569 0 -1 4202560 29 934 0 0 0 0 0 0 19 0 3 0 886502122 306700288 7201 33554432000 4194304 5683644 140734751359792 18446744073709551615 228134537649 0 0 16781312 2 18446604471106920512 0 0 -1 1 0 0 0
[pid=14666/tid=14692] ppid=14664 vsize=299512 CPUtime=0 cores=1,3
/proc/14666/task/14692/stat : 14692 (python) S 14664 14666 13569 0 -1 4202560 27 934 0 0 0 0 0 0 20 0 3 0 886512135 306700288 7201 33554432000 4194304 5683644 140734751359792 18446744073709551615 228134537649 0 0 16781312 2 18446604471106920512 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 102.18
Current children cumulated vsize (KiB) 2913108

[startup+162.301 s]
/proc/loadavg: 4.07 4.02 3.81 5/246 14694
/proc/meminfo: memFree=30707568/32951124 swapFree=67051744/67111528
[pid=14666] ppid=14664 vsize=299512 CPUtime=0.47 cores=1,3
/proc/14666/stat : 14666 (python) S 14664 14666 13569 0 -1 4202496 10602 934 1 0 39 8 0 0 20 0 3 0 886502061 306700288 7201 33554432000 4194304 5683644 140734751359792 18446744073709551615 228134540747 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/14666/statm: 74878 7201 1870 364 0 10793 0
[pid=14672] ppid=14666 vsize=288728 CPUtime=0.13 cores=1,3

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

[pid=14691] ppid=14666 vsize=289268 CPUtime=0.13 cores=1,3
/proc/14691/stat : 14691 (python) S 14666 14666 13569 0 -1 4202560 1074 0 0 0 8 5 0 0 19 0 2 0 886512135 296210432 5728 33554432000 4194304 5683644 140734751359792 18446744073709551615 228134540747 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/14691/statm: 72317 5728 400 364 0 8232 0
[pid=14693] ppid=14691 vsize=1017800 CPUtime=100.01 cores=1,3
/proc/14693/stat : 14693 (gnovelty+2) T 14691 14693 14693 0 -1 4202496 435 0 0 0 10001 0 0 0 25 0 1 0 886512135 1042227200 171 33554432000 134512640 135663704 4286930928 18446744073709551615 134545682 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/14693/statm: 254450 171 113 282 0 254166 0
[pid=14691/tid=14704] ppid=14666 vsize=289268 CPUtime=0 cores=1,3
/proc/14691/task/14704/stat : 14704 (python) S 14666 14666 13569 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 886522148 296210432 5728 33554432000 4194304 5683644 140734751359792 18446744073709551615 228134537649 0 0 16781312 514 18446604458875438976 0 0 -1 3 0 0 0
[pid=14705] ppid=14666 vsize=299100 CPUtime=0.56 cores=1,3
/proc/14705/stat : 14705 (python) S 14666 14666 13569 0 -1 4202560 989 0 0 0 30 26 0 0 15 0 1 0 886522149 306278400 5611 33554432000 4194304 5683644 140734751359792 18446744073709551615 228122734150 0 0 16781312 514 4586815069702029576 0 0 17 3 0 0 0
/proc/14705/statm: 74775 5611 371 364 0 10687 0
[pid=14707] ppid=14705 vsize=19852 CPUtime=328.62 cores=1,3
/proc/14707/stat : 14707 (march_hi) R 14705 14707 14707 0 -1 4202496 4690 0 0 0 32862 0 0 0 25 0 1 0 886522149 20328448 4410 33554432000 4194304 4955518 140733252824544 18446744073709551615 4208667 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/14707/statm: 4963 4410 106 186 0 4776 0
[pid=14666/tid=14673] ppid=14664 vsize=309344 CPUtime=0 cores=1,3
/proc/14666/task/14673/stat : 14673 (python) S 14664 14666 13569 0 -1 4202560 29 934 0 0 0 0 0 0 19 0 4 0 886502122 316768256 7116 33554432000 4194304 5683644 140734751359792 18446744073709551615 228134537649 0 0 16781312 2 18446604471106920512 0 0 -1 1 0 0 0
[pid=14666/tid=14692] ppid=14664 vsize=309344 CPUtime=0 cores=1,3
/proc/14666/task/14692/stat : 14692 (python) S 14664 14666 13569 0 -1 4202560 27 934 0 0 0 0 0 0 20 0 4 0 886512135 316768256 7116 33554432000 4194304 5683644 140734751359792 18446744073709551615 228134537649 0 0 16781312 2 18446604471106920512 0 0 -1 3 0 0 0
[pid=14666/tid=14706] ppid=14664 vsize=309344 CPUtime=0 cores=1,3
/proc/14666/task/14706/stat : 14706 (python) S 14664 14666 13569 0 -1 4202560 24 934 0 0 0 0 0 0 20 0 4 0 886522149 316768256 7116 33554432000 4194304 5683644 140734751359792 18446744073709551615 228134537649 0 0 16781312 2 18446604471106920512 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 529.96
Current children cumulated vsize (KiB) 3241892

[startup+531.101 s]
/proc/loadavg: 4.05 4.03 3.87 5/259 14771
/proc/meminfo: memFree=30667676/32951124 swapFree=67051744/67111528
[pid=14666] ppid=14664 vsize=309344 CPUtime=0.48 cores=1,3
/proc/14666/stat : 14666 (python) S 14664 14666 13569 0 -1 4202496 11424 934 1 0 40 8 0 0 20 0 4 0 886502061 316768256 7116 33554432000 4194304 5683644 140734751359792 18446744073709551615 228134540747 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/14666/statm: 77336 7116 1872 364 0 13248 0
[pid=14672] ppid=14666 vsize=288728 CPUtime=0.13 cores=1,3
/proc/14672/stat : 14672 (python) S 14666 14666 13569 0 -1 4202560 1157 0 0 0 7 6 0 0 19 0 2 0 886502122 295657472 5601 33554432000 4194304 5683644 140734751359792 18446744073709551615 228134540747 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/14672/statm: 72182 5601 416 364 0 8100 0
[pid=14674] ppid=14672 vsize=1017800 CPUtime=100.03 cores=1,3
/proc/14674/stat : 14674 (gnovelty+2) T 14672 14674 14674 0 -1 4202496 435 0 0 0 10003 0 0 0 25 0 1 0 886502122 1042227200 172 33554432000 134512640 135663704 4292773872 18446744073709551615 134525107 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/14674/statm: 254450 172 113 282 0 254166 0
[pid=14672/tid=14690] ppid=14666 vsize=288728 CPUtime=0 cores=1,3
/proc/14672/task/14690/stat : 14690 (python) S 14666 14666 13569 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 886512134 295657472 5601 33554432000 4194304 5683644 140734751359792 18446744073709551615 228134537649 0 0 16781312 514 18446604458875437184 0 0 -1 3 0 0 0
[pid=14691] ppid=14666 vsize=289268 CPUtime=0.13 cores=1,3
/proc/14691/stat : 14691 (python) S 14666 14666 13569 0 -1 4202560 1074 0 0 0 8 5 0 0 19 0 2 0 886512135 296210432 5728 33554432000 4194304 5683644 140734751359792 18446744073709551615 228134540747 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/14691/statm: 72317 5728 400 364 0 8232 0
[pid=14693] ppid=14691 vsize=1017800 CPUtime=100.01 cores=1,3
/proc/14693/stat : 14693 (gnovelty+2) T 14691 14693 14693 0 -1 4202496 435 0 0 0 10001 0 0 0 25 0 1 0 886512135 1042227200 171 33554432000 134512640 135663704 4286930928 18446744073709551615 134545682 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/14693/statm: 254450 171 113 282 0 254166 0
[pid=14691/tid=14704] ppid=14666 vsize=289268 CPUtime=0 cores=1,3
/proc/14691/task/14704/stat : 14704 (python) S 14666 14666 13569 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 886522148 296210432 5728 33554432000 4194304 5683644 140734751359792 18446744073709551615 228134537649 0 0 16781312 514 18446604458875438976 0 0 -1 3 0 0 0
[pid=14705] ppid=14666 vsize=299100 CPUtime=0.56 cores=1,3
/proc/14705/stat : 14705 (python) S 14666 14666 13569 0 -1 4202560 991 0 0 0 30 26 0 0 15 0 1 0 886522149 306278400 5611 33554432000 4194304 5683644 140734751359792 18446744073709551615 228122734150 0 0 16781312 514 4471998567971520776 0 0 17 3 0 0 0
/proc/14705/statm: 74775 5611 371 364 0 10687 0
[pid=14707] ppid=14705 vsize=19852 CPUtime=330.22 cores=1,3
/proc/14707/stat : 14707 (march_hi) R 14705 14707 14707 0 -1 4202496 4723 0 0 0 33022 0 0 0 25 0 1 0 886522149 20328448 4443 33554432000 4194304 4955518 140733252824544 18446744073709551615 4208624 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/14707/statm: 4963 4443 106 186 0 4776 0
[pid=14666/tid=14673] ppid=14664 vsize=309344 CPUtime=0 cores=1,3
/proc/14666/task/14673/stat : 14673 (python) S 14664 14666 13569 0 -1 4202560 29 934 0 0 0 0 0 0 19 0 4 0 886502122 316768256 7116 33554432000 4194304 5683644 140734751359792 18446744073709551615 228134537649 0 0 16781312 2 18446604471106920512 0 0 -1 1 0 0 0
[pid=14666/tid=14692] ppid=14664 vsize=309344 CPUtime=0 cores=1,3
/proc/14666/task/14692/stat : 14692 (python) S 14664 14666 13569 0 -1 4202560 27 934 0 0 0 0 0 0 20 0 4 0 886512135 316768256 7116 33554432000 4194304 5683644 140734751359792 18446744073709551615 228134537649 0 0 16781312 2 18446604471106920512 0 0 -1 3 0 0 0
[pid=14666/tid=14706] ppid=14664 vsize=309344 CPUtime=0 cores=1,3
/proc/14666/task/14706/stat : 14706 (python) S 14664 14666 13569 0 -1 4202560 24 934 0 0 0 0 0 0 20 0 4 0 886522149 316768256 7116 33554432000 4194304 5683644 140734751359792 18446744073709551615 228134537649 0 0 16781312 2 18446604471106920512 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 531.56
Current children cumulated vsize (KiB) 3241892

[startup+531.901 s]
/proc/loadavg: 4.05 4.03 3.87 5/259 14771
/proc/meminfo: memFree=30667428/32951124 swapFree=67051744/67111528
[pid=14666] ppid=14664 vsize=309344 CPUtime=0.48 cores=1,3
/proc/14666/stat : 14666 (python) S 14664 14666 13569 0 -1 4202496 11424 934 1 0 40 8 0 0 20 0 4 0 886502061 316768256 7116 33554432000 4194304 5683644 140734751359792 18446744073709551615 228134540747 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/14666/statm: 77336 7116 1872 364 0 13248 0
[pid=14672] ppid=14666 vsize=288728 CPUtime=0.13 cores=1,3
/proc/14672/stat : 14672 (python) S 14666 14666 13569 0 -1 4202560 1157 0 0 0 7 6 0 0 19 0 2 0 886502122 295657472 5601 33554432000 4194304 5683644 140734751359792 18446744073709551615 228134540747 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/14672/statm: 72182 5601 416 364 0 8100 0
[pid=14674] ppid=14672 vsize=1017800 CPUtime=100.03 cores=1,3
/proc/14674/stat : 14674 (gnovelty+2) T 14672 14674 14674 0 -1 4202496 435 0 0 0 10003 0 0 0 25 0 1 0 886502122 1042227200 172 33554432000 134512640 135663704 4292773872 18446744073709551615 134525107 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/14674/statm: 254450 172 113 282 0 254166 0
[pid=14672/tid=14690] ppid=14666 vsize=288728 CPUtime=0 cores=1,3
/proc/14672/task/14690/stat : 14690 (python) S 14666 14666 13569 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 886512134 295657472 5601 33554432000 4194304 5683644 140734751359792 18446744073709551615 228134537649 0 0 16781312 514 18446604458875437184 0 0 -1 3 0 0 0
[pid=14691] ppid=14666 vsize=289268 CPUtime=0.13 cores=1,3
/proc/14691/stat : 14691 (python) S 14666 14666 13569 0 -1 4202560 1074 0 0 0 8 5 0 0 19 0 2 0 886512135 296210432 5728 33554432000 4194304 5683644 140734751359792 18446744073709551615 228134540747 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/14691/statm: 72317 5728 400 364 0 8232 0
[pid=14693] ppid=14691 vsize=1017800 CPUtime=100.01 cores=1,3
/proc/14693/stat : 14693 (gnovelty+2) T 14691 14693 14693 0 -1 4202496 435 0 0 0 10001 0 0 0 25 0 1 0 886512135 1042227200 171 33554432000 134512640 135663704 4286930928 18446744073709551615 134545682 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/14693/statm: 254450 171 113 282 0 254166 0
[pid=14691/tid=14704] ppid=14666 vsize=289268 CPUtime=0 cores=1,3
/proc/14691/task/14704/stat : 14704 (python) S 14666 14666 13569 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 886522148 296210432 5728 33554432000 4194304 5683644 140734751359792 18446744073709551615 228134537649 0 0 16781312 514 18446604458875438976 0 0 -1 3 0 0 0
[pid=14705] ppid=14666 vsize=299100 CPUtime=0.57 cores=1,3
/proc/14705/stat : 14705 (python) S 14666 14666 13569 0 -1 4202560 995 0 0 0 31 26 0 0 15 0 1 0 886522149 306278400 5611 33554432000 4194304 5683644 140734751359792 18446744073709551615 228122734150 0 0 16781312 514 5616741651687899400 0 0 17 3 0 0 0
/proc/14705/statm: 74775 5611 371 364 0 10687 0
[pid=14707] ppid=14705 vsize=19852 CPUtime=331.02 cores=1,3
/proc/14707/stat : 14707 (march_hi) R 14705 14707 14707 0 -1 4202496 4740 0 0 0 33102 0 0 0 25 0 1 0 886522149 20328448 4460 33554432000 4194304 4955518 140733252824544 18446744073709551615 4208667 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/14707/statm: 4963 4460 106 186 0 4776 0
[pid=14666/tid=14673] ppid=14664 vsize=309344 CPUtime=0 cores=1,3
/proc/14666/task/14673/stat : 14673 (python) S 14664 14666 13569 0 -1 4202560 29 934 0 0 0 0 0 0 19 0 4 0 886502122 316768256 7116 33554432000 4194304 5683644 140734751359792 18446744073709551615 228134537649 0 0 16781312 2 18446604471106920512 0 0 -1 1 0 0 0
[pid=14666/tid=14692] ppid=14664 vsize=309344 CPUtime=0 cores=1,3
/proc/14666/task/14692/stat : 14692 (python) S 14664 14666 13569 0 -1 4202560 27 934 0 0 0 0 0 0 20 0 4 0 886512135 316768256 7116 33554432000 4194304 5683644 140734751359792 18446744073709551615 228134537649 0 0 16781312 2 18446604471106920512 0 0 -1 3 0 0 0
[pid=14666/tid=14706] ppid=14664 vsize=309344 CPUtime=0 cores=1,3
/proc/14666/task/14706/stat : 14706 (python) S 14664 14666 13569 0 -1 4202560 24 934 0 0 0 0 0 0 20 0 4 0 886522149 316768256 7116 33554432000 4194304 5683644 140734751359792 18446744073709551615 228134537649 0 0 16781312 2 18446604471106920512 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 532.37
Current children cumulated vsize (KiB) 3241892

[startup+532.101 s]
/proc/loadavg: 4.05 4.03 3.87 5/259 14771
/proc/meminfo: memFree=30667428/32951124 swapFree=67051744/67111528
[pid=14666] ppid=14664 vsize=309344 CPUtime=0.48 cores=1,3
/proc/14666/stat : 14666 (python) S 14664 14666 13569 0 -1 4202496 11424 934 1 0 40 8 0 0 20 0 4 0 886502061 316768256 7116 33554432000 4194304 5683644 140734751359792 18446744073709551615 228134540747 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/14666/statm: 77336 7116 1872 364 0 13248 0
[pid=14672] ppid=14666 vsize=288728 CPUtime=0.13 cores=1,3
/proc/14672/stat : 14672 (python) S 14666 14666 13569 0 -1 4202560 1157 0 0 0 7 6 0 0 19 0 2 0 886502122 295657472 5601 33554432000 4194304 5683644 140734751359792 18446744073709551615 228134540747 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/14672/statm: 72182 5601 416 364 0 8100 0
[pid=14674] ppid=14672 vsize=1017800 CPUtime=100.03 cores=1,3
/proc/14674/stat : 14674 (gnovelty+2) T 14672 14674 14674 0 -1 4202496 435 0 0 0 10003 0 0 0 25 0 1 0 886502122 1042227200 172 33554432000 134512640 135663704 4292773872 18446744073709551615 134525107 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/14674/statm: 254450 172 113 282 0 254166 0
[pid=14672/tid=14690] ppid=14666 vsize=288728 CPUtime=0 cores=1,3
/proc/14672/task/14690/stat : 14690 (python) S 14666 14666 13569 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 886512134 295657472 5601 33554432000 4194304 5683644 140734751359792 18446744073709551615 228134537649 0 0 16781312 514 18446604458875437184 0 0 -1 3 0 0 0
[pid=14691] ppid=14666 vsize=289268 CPUtime=0.13 cores=1,3
/proc/14691/stat : 14691 (python) S 14666 14666 13569 0 -1 4202560 1074 0 0 0 8 5 0 0 19 0 2 0 886512135 296210432 5728 33554432000 4194304 5683644 140734751359792 18446744073709551615 228134540747 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/14691/statm: 72317 5728 400 364 0 8232 0
[pid=14693] ppid=14691 vsize=1017800 CPUtime=100.01 cores=1,3
/proc/14693/stat : 14693 (gnovelty+2) T 14691 14693 14693 0 -1 4202496 435 0 0 0 10001 0 0 0 25 0 1 0 886512135 1042227200 171 33554432000 134512640 135663704 4286930928 18446744073709551615 134545682 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/14693/statm: 254450 171 113 282 0 254166 0
[pid=14691/tid=14704] ppid=14666 vsize=289268 CPUtime=0 cores=1,3
/proc/14691/task/14704/stat : 14704 (python) S 14666 14666 13569 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 886522148 296210432 5728 33554432000 4194304 5683644 140734751359792 18446744073709551615 228134537649 0 0 16781312 514 18446604458875438976 0 0 -1 3 0 0 0
[pid=14705] ppid=14666 vsize=299100 CPUtime=0.57 cores=1,3
/proc/14705/stat : 14705 (python) S 14666 14666 13569 0 -1 4202560 995 0 0 0 31 26 0 0 15 0 1 0 886522149 306278400 5611 33554432000 4194304 5683644 140734751359792 18446744073709551615 228122734150 0 0 16781312 514 5616741651687899400 0 0 17 3 0 0 0
/proc/14705/statm: 74775 5611 371 364 0 10687 0
[pid=14707] ppid=14705 vsize=19852 CPUtime=331.22 cores=1,3
/proc/14707/stat : 14707 (march_hi) R 14705 14707 14707 0 -1 4202496 4744 0 0 0 33122 0 0 0 25 0 1 0 886522149 20328448 4464 33554432000 4194304 4955518 140733252824544 18446744073709551615 4285902 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/14707/statm: 4963 4464 106 186 0 4776 0
[pid=14666/tid=14673] ppid=14664 vsize=309344 CPUtime=0 cores=1,3
/proc/14666/task/14673/stat : 14673 (python) S 14664 14666 13569 0 -1 4202560 29 934 0 0 0 0 0 0 19 0 4 0 886502122 316768256 7116 33554432000 4194304 5683644 140734751359792 18446744073709551615 228134537649 0 0 16781312 2 18446604471106920512 0 0 -1 1 0 0 0
[pid=14666/tid=14692] ppid=14664 vsize=309344 CPUtime=0 cores=1,3
/proc/14666/task/14692/stat : 14692 (python) S 14664 14666 13569 0 -1 4202560 27 934 0 0 0 0 0 0 20 0 4 0 886512135 316768256 7116 33554432000 4194304 5683644 140734751359792 18446744073709551615 228134537649 0 0 16781312 2 18446604471106920512 0 0 -1 3 0 0 0
[pid=14666/tid=14706] ppid=14664 vsize=309344 CPUtime=0 cores=1,3
/proc/14666/task/14706/stat : 14706 (python) S 14664 14666 13569 0 -1 4202560 24 934 0 0 0 0 0 0 20 0 4 0 886522149 316768256 7116 33554432000 4194304 5683644 140734751359792 18446744073709551615 228134537649 0 0 16781312 2 18446604471106920512 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 532.57
Current children cumulated vsize (KiB) 3241892

[startup+532.201 s]
/proc/loadavg: 4.05 4.03 3.87 5/259 14771
/proc/meminfo: memFree=30667428/32951124 swapFree=67051744/67111528
[pid=14666] ppid=14664 vsize=309344 CPUtime=0.48 cores=1,3
/proc/14666/stat : 14666 (python) S 14664 14666 13569 0 -1 4202496 11424 934 1 0 40 8 0 0 20 0 4 0 886502061 316768256 7116 33554432000 4194304 5683644 140734751359792 18446744073709551615 228134540747 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/14666/statm: 77336 7116 1872 364 0 13248 0
[pid=14672] ppid=14666 vsize=288728 CPUtime=0.13 cores=1,3
/proc/14672/stat : 14672 (python) S 14666 14666 13569 0 -1 4202560 1157 0 0 0 7 6 0 0 19 0 2 0 886502122 295657472 5601 33554432000 4194304 5683644 140734751359792 18446744073709551615 228134540747 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/14672/statm: 72182 5601 416 364 0 8100 0
[pid=14674] ppid=14672 vsize=1017800 CPUtime=100.03 cores=1,3
/proc/14674/stat : 14674 (gnovelty+2) T 14672 14674 14674 0 -1 4202496 435 0 0 0 10003 0 0 0 25 0 1 0 886502122 1042227200 172 33554432000 134512640 135663704 4292773872 18446744073709551615 134525107 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/14674/statm: 254450 172 113 282 0 254166 0
[pid=14672/tid=14690] ppid=14666 vsize=288728 CPUtime=0 cores=1,3
/proc/14672/task/14690/stat : 14690 (python) S 14666 14666 13569 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 886512134 295657472 5601 33554432000 4194304 5683644 140734751359792 18446744073709551615 228134537649 0 0 16781312 514 18446604458875437184 0 0 -1 3 0 0 0
[pid=14691] ppid=14666 vsize=289268 CPUtime=0.13 cores=1,3
/proc/14691/stat : 14691 (python) S 14666 14666 13569 0 -1 4202560 1074 0 0 0 8 5 0 0 19 0 2 0 886512135 296210432 5728 33554432000 4194304 5683644 140734751359792 18446744073709551615 228134540747 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/14691/statm: 72317 5728 400 364 0 8232 0
[pid=14693] ppid=14691 vsize=1017800 CPUtime=100.01 cores=1,3
/proc/14693/stat : 14693 (gnovelty+2) T 14691 14693 14693 0 -1 4202496 435 0 0 0 10001 0 0 0 25 0 1 0 886512135 1042227200 171 33554432000 134512640 135663704 4286930928 18446744073709551615 134545682 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/14693/statm: 254450 171 113 282 0 254166 0
[pid=14691/tid=14704] ppid=14666 vsize=289268 CPUtime=0 cores=1,3
/proc/14691/task/14704/stat : 14704 (python) S 14666 14666 13569 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 886522148 296210432 5728 33554432000 4194304 5683644 140734751359792 18446744073709551615 228134537649 0 0 16781312 514 18446604458875438976 0 0 -1 3 0 0 0
[pid=14705] ppid=14666 vsize=299100 CPUtime=0.57 cores=1,3
/proc/14705/stat : 14705 (python) S 14666 14666 13569 0 -1 4202560 996 0 0 0 31 26 0 0 15 0 1 0 886522149 306278400 5611 33554432000 4194304 5683644 140734751359792 18446744073709551615 228122734150 0 0 16781312 514 4586815069702029576 0 0 17 3 0 0 0
/proc/14705/statm: 74775 5611 371 364 0 10687 0
[pid=14707] ppid=14705 vsize=19852 CPUtime=331.32 cores=1,3
/proc/14707/stat : 14707 (march_hi) R 14705 14707 14707 0 -1 4202496 4746 0 0 0 33132 0 0 0 25 0 1 0 886522149 20328448 4466 33554432000 4194304 4955518 140733252824544 18446744073709551615 4208624 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/14707/statm: 4963 4466 106 186 0 4776 0
[pid=14666/tid=14673] ppid=14664 vsize=309344 CPUtime=0 cores=1,3
/proc/14666/task/14673/stat : 14673 (python) S 14664 14666 13569 0 -1 4202560 29 934 0 0 0 0 0 0 19 0 4 0 886502122 316768256 7116 33554432000 4194304 5683644 140734751359792 18446744073709551615 228134537649 0 0 16781312 2 18446604471106920512 0 0 -1 1 0 0 0
[pid=14666/tid=14692] ppid=14664 vsize=309344 CPUtime=0 cores=1,3
/proc/14666/task/14692/stat : 14692 (python) S 14664 14666 13569 0 -1 4202560 27 934 0 0 0 0 0 0 20 0 4 0 886512135 316768256 7116 33554432000 4194304 5683644 140734751359792 18446744073709551615 228134537649 0 0 16781312 2 18446604471106920512 0 0 -1 3 0 0 0
[pid=14666/tid=14706] ppid=14664 vsize=309344 CPUtime=0 cores=1,3
/proc/14666/task/14706/stat : 14706 (python) S 14664 14666 13569 0 -1 4202560 24 934 0 0 0 0 0 0 20 0 4 0 886522149 316768256 7116 33554432000 4194304 5683644 140734751359792 18446744073709551615 228134537649 0 0 16781312 2 18446604471106920512 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 532.67
Current children cumulated vsize (KiB) 3241892

Child status: 0
Real time (s): 532.235
CPU time (s): 532.764
CPU user time (s): 532.269
CPU system time (s): 0.494924
CPU usage (%): 100.099
Max. virtual memory (cumulated for all children) (KiB): 3241892

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 532.269
system time used= 0.494924
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 25829
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= 2180
involuntary context switches= 1943

runsolver used 1.02084 second user time and 2.19966 second system time

The end

Launcher Data

Begin job on node138 at 2011-06-11 01:37:21
IDJOB=3484349
IDBENCH=82860
IDSOLVER=1975
FILE ID=node138/3484349-1307749041
RUNJOBID= node138-1307746989-13589
PBS_JOBID= 13550821
Free space on /tmp= 73988 MiB

SOLVER NAME= borg-sat 11.03.02-seq-random (fixed, 1200 s timeout)
BENCH NAME= SAT11/random/medium/unif-k5-r21.3-v100-c2130-S206772908-015.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-3484349-1307749041/watcher-3484349-1307749041 -o /tmp/evaluation-result-3484349-1307749041/solver-3484349-1307749041 -C 1200 -W 1300 -M 7680  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3484349-1307749041.cnf -seed 371687132 -budget 1200

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

MD5SUM BENCH= 74f6f450e8e5ce3811b2d7ad1f57d348
RANDOM SEED=371687132

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.854
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:      30757568 kB
Buffers:        249068 kB
Cached:        1610072 kB
SwapCached:      13468 kB
Active:         715096 kB
Inactive:      1275220 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30757568 kB
SwapTotal:    67111528 kB
SwapFree:     67051744 kB
Dirty:           63740 kB
Writeback:          20 kB
AnonPages:      128964 kB
Mapped:          17168 kB
Slab:           130012 kB
PageTables:      13052 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  8525136 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= 73956 MiB
End job on node138 at 2011-06-11 01:46:13