Trace number 3386645

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
borg-sat 11.03.02-seq-random (fixed)UNSAT 4637.41 4620.67

General information on the benchmark

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

Solver Data

0.31/0.46	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.31/0.46	c INFO: solving HOME/instance-3386645-1305589795.cnf
0.31/0.46	c INFO: computing task features
0.31/0.47	c INFO: computed variable-clause graph statistics
0.31/0.47	c INFO: computed clause balance statistics
0.41/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.54	c INFO: computed variable graph statistics
0.41/0.54	c INFO: collected features for HOME/instance-3386645-1305589795.cnf in 0.08 s
0.41/0.57	c INFO: running gnovelty+2@0 for 97 with 4999 remaining (b = 0.57)
100.09/99.94	c INFO: running march_hi@0 for 388 with 4900 remaining (b = 0.34)
492.93/491.40	c INFO: running march_hi@0 for 97 with 4509 remaining (b = 0.11)
594.26/592.43	c INFO: running march_hi@391 for 97 with 4408 remaining (b = 0.10)
689.23/687.04	c INFO: running march_hi@485 for 97 with 4313 remaining (b = 0.09)
789.35/786.87	c INFO: running march_hi@585 for 97 with 4213 remaining (b = 0.11)
888.42/885.58	c INFO: running march_hi@100 for 291 with 4115 remaining (b = 0.21)
1181.80/1177.81	c INFO: running march_hi@0 for 97 with 3822 remaining (b = 0.10)
1284.46/1280.29	c INFO: running march_hi@393 for 97 with 3720 remaining (b = 0.09)
1382.02/1377.47	c INFO: running march_hi@490 for 97 with 3623 remaining (b = 0.08)
1478.99/1474.05	c INFO: running march_hi@586 for 97 with 3526 remaining (b = 0.09)
1573.30/1568.08	c INFO: running gnovelty+2@0 for 97 with 3432 remaining (b = 0.07)
1674.01/1668.44	c INFO: running march_hi@102 for 291 with 3332 remaining (b = 0.21)
1963.66/1956.99	c INFO: running march_hi@0 for 97 with 3044 remaining (b = 0.10)
2063.15/2056.03	c INFO: running march_hi@390 for 97 with 2945 remaining (b = 0.08)
2158.31/2150.85	c INFO: running march_hi@485 for 194 with 2850 remaining (b = 0.13)
2354.85/2346.62	c INFO: running march_hi@98 for 291 with 2654 remaining (b = 0.19)
2646.95/2637.86	c INFO: running march_hi@0 for 388 with 2363 remaining (b = 0.24)
3038.00/3027.44	c INFO: running march_hi@0 for 97 with 1974 remaining (b = 0.07)
3140.80/3129.88	c INFO: running march_hi@389 for 97 with 1871 remaining (b = 0.06)
3241.26/3229.98	c INFO: running march_hi@102 for 291 with 1771 remaining (b = 0.15)
3531.06/3518.60	c INFO: running march_hi@684 for 1483 with 1483 remaining (b = 0.47)
4637.17/4620.64	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

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

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

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 4.08 4.07 4.05 4/434 5056
/proc/meminfo: memFree=19762440/32951124 swapFree=49826708/67111528
[pid=5056] ppid=5054 vsize=15184 CPUtime=0 cores=0,2,4,6
/proc/5056/stat : 5056 (python) S 5054 5056 4581 0 -1 4202496 727 0 0 0 0 0 0 0 25 0 1 0 670577466 15548416 617 33554432000 4194304 5683644 140735182804832 18446744073709551615 228122712064 0 2147483391 16781312 2 18446744071699207358 0 0 17 2 0 0 0
/proc/5056/statm: 3796 617 322 364 0 283 0

[startup+0.070834 s]
/proc/loadavg: 4.08 4.07 4.05 4/434 5056
/proc/meminfo: memFree=19762440/32951124 swapFree=49826708/67111528
[pid=5056] ppid=5054 vsize=54536 CPUtime=0.05 cores=0,2,4,6
/proc/5056/stat : 5056 (python) R 5054 5056 4581 0 -1 4202496 2021 0 0 0 4 1 0 0 25 0 1 0 670577466 55844864 1780 33554432000 4194304 5683644 140735182804832 18446744073709551615 228117767939 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/5056/statm: 13634 1783 490 364 0 1284 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 54536

[startup+0.10083 s]
/proc/loadavg: 4.08 4.07 4.05 4/434 5056
/proc/meminfo: memFree=19762440/32951124 swapFree=49826708/67111528
[pid=5056] ppid=5054 vsize=104224 CPUtime=0.06 cores=0,2,4,6
/proc/5056/stat : 5056 (python) R 5054 5056 4581 0 -1 4202496 3054 0 0 0 5 1 0 0 25 0 1 0 670577466 106725376 2738 33554432000 4194304 5683644 140735182804832 18446744073709551615 4540219 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/5056/statm: 26055 2740 847 364 0 1803 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 104224

[startup+0.300794 s]
/proc/loadavg: 4.08 4.07 4.05 4/434 5056
/proc/meminfo: memFree=19762440/32951124 swapFree=49826708/67111528
[pid=5056] ppid=5054 vsize=196848 CPUtime=0.22 cores=0,2,4,6
/proc/5056/stat : 5056 (python) S 5054 5056 4581 0 -1 4202496 6966 930 1 0 17 5 0 0 18 0 1 0 670577466 201572352 5006 33554432000 4194304 5683644 140735182804832 18446744073709551615 228122712064 0 2147483391 16781312 2 18446744071699207358 0 0 17 2 0 0 0
/proc/5056/statm: 49212 5006 1446 364 0 3756 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 196848

[startup+0.70072 s]
/proc/loadavg: 4.08 4.07 4.05 4/434 5056
/proc/meminfo: memFree=19762440/32951124 swapFree=49826708/67111528
[pid=5056] ppid=5054 vsize=288896 CPUtime=0.47 cores=0,2,4,6
/proc/5056/stat : 5056 (python) S 5054 5056 4581 0 -1 4202496 9836 930 1 0 39 8 0 0 20 0 2 0 670577466 295829504 7102 33554432000 4194304 5683644 140735182804832 18446744073709551615 228134540747 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/5056/statm: 72224 7102 1875 364 0 8142 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 288896

[startup+1.50064 s]
/proc/loadavg: 4.08 4.07 4.05 5/438 5064
/proc/meminfo: memFree=19736988/32951124 swapFree=49826708/67111528
[pid=5056] ppid=5054 vsize=288896 CPUtime=0.47 cores=0,2,4,6
/proc/5056/stat : 5056 (python) S 5054 5056 4581 0 -1 4202496 9836 930 1 0 39 8 0 0 20 0 2 0 670577466 295829504 7102 33554432000 4194304 5683644 140735182804832 18446744073709551615 228134540747 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/5056/statm: 72224 7102 1875 364 0 8142 0
[pid=5062] ppid=5056 vsize=278652 CPUtime=0 cores=0,2,4,6
/proc/5062/stat : 5062 (python) S 5056 5056 4581 0 -1 4202560 745 0 0 0 0 0 0 0 19 0 1 0 670577523 285339648 5577 33554432000 4194304 5683644 140735182804832 18446744073709551615 228122734095 0 0 16781312 514 4320108733175693311 0 0 17 2 0 0 0
/proc/5062/statm: 69663 5577 354 364 0 5581 0
[pid=5064] ppid=5062 vsize=1017800 CPUtime=0.91 cores=0,2,4,6
/proc/5064/stat : 5064 (gnovelty+2) R 5062 5064 5064 0 -1 4202496 440 0 0 0 91 0 0 0 23 0 1 0 670577524 1042227200 178 33554432000 134512640 135663704 4287976656 18446744073709551615 134545631 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/5064/statm: 254450 178 113 282 0 254166 0
[pid=5056/tid=5063] ppid=5054 vsize=288896 CPUtime=0 cores=0,2,4,6
/proc/5056/task/5063/stat : 5063 (python) S 5054 5056 4581 0 -1 4202560 30 930 0 0 0 0 0 0 20 0 2 0 670577523 295829504 7102 33554432000 4194304 5683644 140735182804832 18446744073709551615 228134537649 0 0 16781312 2 18446604446792955904 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1.38
Current children cumulated vsize (KiB) 1585348

[startup+3.10035 s]
/proc/loadavg: 4.07 4.06 4.05 5/438 5064
/proc/meminfo: memFree=19736244/32951124 swapFree=49826708/67111528
[pid=5056] ppid=5054 vsize=288896 CPUtime=0.47 cores=0,2,4,6
/proc/5056/stat : 5056 (python) S 5054 5056 4581 0 -1 4202496 9836 930 1 0 39 8 0 0 20 0 2 0 670577466 295829504 7102 33554432000 4194304 5683644 140735182804832 18446744073709551615 228134540747 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/5056/statm: 72224 7102 1875 364 0 8142 0
[pid=5062] ppid=5056 vsize=278652 CPUtime=0 cores=0,2,4,6
/proc/5062/stat : 5062 (python) S 5056 5056 4581 0 -1 4202560 745 0 0 0 0 0 0 0 18 0 1 0 670577523 285339648 5577 33554432000 4194304 5683644 140735182804832 18446744073709551615 228122734095 0 0 16781312 514 4320108733175660802 0 0 17 2 0 0 0
/proc/5062/statm: 69663 5577 354 364 0 5581 0
[pid=5064] ppid=5062 vsize=1017800 CPUtime=2.51 cores=0,2,4,6
/proc/5064/stat : 5064 (gnovelty+2) R 5062 5064 5064 0 -1 4202496 440 0 0 0 251 0 0 0 25 0 1 0 670577524 1042227200 178 33554432000 134512640 135663704 4287976656 18446744073709551615 134546746 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/5064/statm: 254450 178 113 282 0 254166 0
[pid=5056/tid=5063] ppid=5054 vsize=288896 CPUtime=0 cores=0,2,4,6
/proc/5056/task/5063/stat : 5063 (python) S 5054 5056 4581 0 -1 4202560 30 930 0 0 0 0 0 0 20 0 2 0 670577523 295829504 7102 33554432000 4194304 5683644 140735182804832 18446744073709551615 228134537649 0 0 16781312 2 18446604446792955904 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.98
Current children cumulated vsize (KiB) 1585348

[startup+6.30078 s]
/proc/loadavg: 4.07 4.06 4.05 5/438 5064
/proc/meminfo: memFree=19734876/32951124 swapFree=49826708/67111528
[pid=5056] ppid=5054 vsize=288896 CPUtime=0.47 cores=0,2,4,6
/proc/5056/stat : 5056 (python) S 5054 5056 4581 0 -1 4202496 9836 930 1 0 39 8 0 0 20 0 2 0 670577466 295829504 7102 33554432000 4194304 5683644 140735182804832 18446744073709551615 228134540747 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/5056/statm: 72224 7102 1875 364 0 8142 0
[pid=5062] ppid=5056 vsize=278652 CPUtime=0.02 cores=0,2,4,6
/proc/5062/stat : 5062 (python) S 5056 5056 4581 0 -1 4202560 895 0 0 0 1 1 0 0 18 0 1 0 670577523 285339648 5599 33554432000 4194304 5683644 140735182804832 18446744073709551615 228122734095 0 0 16781312 514 4320108733175660802 0 0 17 2 0 0 0
/proc/5062/statm: 69663 5599 376 364 0 5581 0
[pid=5064] ppid=5062 vsize=1017800 CPUtime=5.72 cores=0,2,4,6
/proc/5064/stat : 5064 (gnovelty+2) R 5062 5064 5064 0 -1 4202496 440 0 0 0 572 0 0 0 25 0 1 0 670577524 1042227200 178 33554432000 134512640 135663704 4287976656 18446744073709551615 134544196 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/5064/statm: 254450 178 113 282 0 254166 0
[pid=5056/tid=5063] ppid=5054 vsize=288896 CPUtime=0 cores=0,2,4,6
/proc/5056/task/5063/stat : 5063 (python) S 5054 5056 4581 0 -1 4202560 30 930 0 0 0 0 0 0 20 0 2 0 670577523 295829504 7102 33554432000 4194304 5683644 140735182804832 18446744073709551615 228134537649 0 0 16781312 2 18446604446792955904 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 1585348

[startup+12.7006 s]
/proc/loadavg: 4.06 4.06 4.05 5/438 5065
/proc/meminfo: memFree=19734228/32951124 swapFree=49826708/67111528
[pid=5056] ppid=5054 vsize=288896 CPUtime=0.47 cores=0,2,4,6
/proc/5056/stat : 5056 (python) S 5054 5056 4581 0 -1 4202496 9836 930 1 0 39 8 0 0 20 0 2 0 670577466 295829504 7102 33554432000 4194304 5683644 140735182804832 18446744073709551615 228134540747 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/5056/statm: 72224 7102 1875 364 0 8142 0
[pid=5062] ppid=5056 vsize=278652 CPUtime=0.03 cores=0,2,4,6
/proc/5062/stat : 5062 (python) S 5056 5056 4581 0 -1 4202560 898 0 0 0 2 1 0 0 18 0 1 0 670577523 285339648 5600 33554432000 4194304 5683644 140735182804832 18446744073709551615 228122734095 0 0 16781312 514 16169875394910978306 0 0 17 2 0 0 0
/proc/5062/statm: 69663 5600 377 364 0 5581 0
[pid=5064] ppid=5062 vsize=1017800 CPUtime=12.12 cores=0,2,4,6
/proc/5064/stat : 5064 (gnovelty+2) R 5062 5064 5064 0 -1 4202496 440 0 0 0 1212 0 0 0 25 0 1 0 670577524 1042227200 178 33554432000 134512640 135663704 4287976656 18446744073709551615 134545682 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/5064/statm: 254450 178 113 282 0 254166 0
[pid=5056/tid=5063] ppid=5054 vsize=288896 CPUtime=0 cores=0,2,4,6
/proc/5056/task/5063/stat : 5063 (python) S 5054 5056 4581 0 -1 4202560 30 930 0 0 0 0 0 0 20 0 2 0 670577523 295829504 7102 33554432000 4194304 5683644 140735182804832 18446744073709551615 228134537649 0 0 16781312 2 18446604446792955904 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 12.62
Current children cumulated vsize (KiB) 1585348

[startup+25.5013 s]
/proc/loadavg: 4.13 4.07 4.05 5/438 5065
/proc/meminfo: memFree=19734092/32951124 swapFree=49826708/67111528
[pid=5056] ppid=5054 vsize=288896 CPUtime=0.47 cores=0,2,4,6
/proc/5056/stat : 5056 (python) S 5054 5056 4581 0 -1 4202496 9836 930 1 0 39 8 0 0 20 0 2 0 670577466 295829504 7102 33554432000 4194304 5683644 140735182804832 18446744073709551615 228134540747 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/5056/statm: 72224 7102 1875 364 0 8142 0
[pid=5062] ppid=5056 vsize=278652 CPUtime=0.07 cores=0,2,4,6
/proc/5062/stat : 5062 (python) S 5056 5056 4581 0 -1 4202560 902 0 0 0 4 3 0 0 18 0 1 0 670577523 285339648 5600 33554432000 4194304 5683644 140735182804832 18446744073709551615 228122734095 0 0 16781312 514 16169875394910978306 0 0 17 2 0 0 0
/proc/5062/statm: 69663 5600 377 364 0 5581 0
[pid=5064] ppid=5062 vsize=1017800 CPUtime=24.92 cores=0,2,4,6
/proc/5064/stat : 5064 (gnovelty+2) R 5062 5064 5064 0 -1 4202496 440 0 0 0 2492 0 0 0 25 0 1 0 670577524 1042227200 178 33554432000 134512640 135663704 4287976656 18446744073709551615 134524553 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/5064/statm: 254450 178 113 282 0 254166 0
[pid=5056/tid=5063] ppid=5054 vsize=288896 CPUtime=0 cores=0,2,4,6
/proc/5056/task/5063/stat : 5063 (python) S 5054 5056 4581 0 -1 4202560 30 930 0 0 0 0 0 0 20 0 2 0 670577523 295829504 7102 33554432000 4194304 5683644 140735182804832 18446744073709551615 228134537649 0 0 16781312 2 18446604446792955904 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 1585348

[startup+51.1007 s]
/proc/loadavg: 4.09 4.07 4.05 5/438 5066
/proc/meminfo: memFree=19731400/32951124 swapFree=49826708/67111528
[pid=5056] ppid=5054 vsize=288896 CPUtime=0.47 cores=0,2,4,6
/proc/5056/stat : 5056 (python) S 5054 5056 4581 0 -1 4202496 9836 930 1 0 39 8 0 0 20 0 2 0 670577466 295829504 7102 33554432000 4194304 5683644 140735182804832 18446744073709551615 228134540747 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/5056/statm: 72224 7102 1875 364 0 8142 0
[pid=5062] ppid=5056 vsize=278652 CPUtime=0.14 cores=0,2,4,6
/proc/5062/stat : 5062 (python) S 5056 5056 4581 0 -1 4202560 911 0 0 0 8 6 0 0 18 0 1 0 670577523 285339648 5600 33554432000 4194304 5683644 140735182804832 18446744073709551615 228122734095 0 0 16781312 514 16169875394910978306 0 0 17 2 0 0 0
/proc/5062/statm: 69663 5600 377 364 0 5581 0
[pid=5064] ppid=5062 vsize=1017800 CPUtime=50.52 cores=0,2,4,6
/proc/5064/stat : 5064 (gnovelty+2) R 5062 5064 5064 0 -1 4202496 440 0 0 0 5052 0 0 0 25 0 1 0 670577524 1042227200 178 33554432000 134512640 135663704 4287976656 18446744073709551615 134545619 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/5064/statm: 254450 178 113 282 0 254166 0
[pid=5056/tid=5063] ppid=5054 vsize=288896 CPUtime=0 cores=0,2,4,6
/proc/5056/task/5063/stat : 5063 (python) S 5054 5056 4581 0 -1 4202560 30 930 0 0 0 0 0 0 20 0 2 0 670577523 295829504 7102 33554432000 4194304 5683644 140735182804832 18446744073709551615 228134537649 0 0 16781312 2 18446604446792955904 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 51.13
Current children cumulated vsize (KiB) 1585348

[startup+102.316 s]
/proc/loadavg: 4.03 4.05 4.04 5/446 5075
/proc/meminfo: memFree=19705936/32951124 swapFree=49826708/67111528
[pid=5056] ppid=5054 vsize=299620 CPUtime=0.51 cores=0,2,4,6
/proc/5056/stat : 5056 (python) S 5054 5056 4581 0 -1 4202496 10667 930 1 0 43 8 0 0 19 0 3 0 670577466 306810880 7236 33554432000 4194304 5683644 140735182804832 18446744073709551615 228134540747 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/5056/statm: 74905 7236 1878 364 0 10820 0
[pid=5062] ppid=5056 vsize=288896 CPUtime=0.32 cores=0,2,4,6
/proc/5062/stat : 5062 (python) S 5056 5056 4581 0 -1 4202560 1079 0 0 0 17 15 0 0 19 0 2 0 670577523 295829504 5638 33554432000 4194304 5683644 140735182804832 18446744073709551615 228134540747 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/5062/statm: 72224 5638 410 364 0 8142 0
[pid=5064] ppid=5062 vsize=1017800 CPUtime=99.32 cores=0,2,4,6
/proc/5064/stat : 5064 (gnovelty+2) T 5062 5064 5064 0 -1 4202496 440 0 0 0 9932 0 0 0 25 0 1 0 670577524 1042227200 178 33554432000 134512640 135663704 4287976656 18446744073709551615 134524534 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/5064/statm: 254450 178 113 282 0 254166 0
[pid=5062/tid=5072] ppid=5056 vsize=288896 CPUtime=0 cores=0,2,4,6
/proc/5062/task/5072/stat : 5072 (python) S 5056 5056 4581 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 670587457 295829504 5638 33554432000 4194304 5683644 140735182804832 18446744073709551615 228134537649 0 0 16781312 514 18446604445328612352 0 0 -1 6 0 0 0
[pid=5073] ppid=5056 vsize=289376 CPUtime=0 cores=0,2,4,6
/proc/5073/stat : 5073 (python) S 5056 5056 4581 0 -1 4202560 750 0 0 0 0 0 0 0 15 0 1 0 670587460 296321024 5702 33554432000 4194304 5683644 140735182804832 18446744073709551615 228122734150 0 0 16781312 514 15820886010503332098 0 0 17 0 0 0 0
/proc/5073/statm: 72344 5702 348 364 0 8259 0
[pid=5075] ppid=5073 vsize=2984 CPUtime=2.37 cores=0,2,4,6
/proc/5075/stat : 5075 (march_hi) R 5073 5075 5075 0 -1 4202496 780 0 0 0 237 0 0 0 25 0 1 0 670587460 3055616 516 33554432000 4194304 4955518 140734048809008 18446744073709551615 4261364 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/5075/statm: 746 516 104 186 0 559 0
[pid=5056/tid=5063] ppid=5054 vsize=299620 CPUtime=0 cores=0,2,4,6
/proc/5056/task/5063/stat : 5063 (python) S 5054 5056 4581 0 -1 4202560 30 930 0 0 0 0 0 0 20 0 3 0 670577523 306810880 7236 33554432000 4194304 5683644 140735182804832 18446744073709551615 228134537649 0 0 16781312 2 18446604446792955904 0 0 -1 0 0 0 0
[pid=5056/tid=5074] ppid=5054 vsize=299620 CPUtime=0 cores=0,2,4,6
/proc/5056/task/5074/stat : 5074 (python) S 5054 5056 4581 0 -1 4202560 25 930 0 0 0 0 0 0 20 0 3 0 670587460 306810880 7236 33554432000 4194304 5683644 140735182804832 18446744073709551615 228134537649 0 0 16781312 2 18446604446792955904 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 102.52
Current children cumulated vsize (KiB) 1898676

[startup+162.301 s]
/proc/loadavg: 4.01 4.04 4.04 5/446 5077
/proc/meminfo: memFree=19689392/32951124 swapFree=49826708/67111528
[pid=5056] ppid=5054 vsize=299620 CPUtime=0.51 cores=0,2,4,6
/proc/5056/stat : 5056 (python) S 5054 5056 4581 0 -1 4202496 10667 930 1 0 43 8 0 0 19 0 3 0 670577466 306810880 7236 33554432000 4194304 5683644 140735182804832 18446744073709551615 228134540747 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/5056/statm: 74905 7236 1878 364 0 10820 0
[pid=5062] ppid=5056 vsize=288896 CPUtime=0.32 cores=0,2,4,6

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

/proc/5062/stat : 5062 (python) S 5056 5056 4581 0 -1 4202560 1079 0 0 0 17 15 0 0 19 0 2 0 670577523 295829504 5638 33554432000 4194304 5683644 140735182804832 18446744073709551615 228134540747 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/5062/statm: 72224 5638 410 364 0 8142 0
[pid=5064] ppid=5062 vsize=1017800 CPUtime=99.32 cores=0,2,4,6
/proc/5064/stat : 5064 (gnovelty+2) T 5062 5064 5064 0 -1 4202496 440 0 0 0 9932 0 0 0 25 0 1 0 670577524 1042227200 178 33554432000 134512640 135663704 4287976656 18446744073709551615 134524534 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/5064/statm: 254450 178 113 282 0 254166 0
[pid=5062/tid=5072] ppid=5056 vsize=288896 CPUtime=0 cores=0,2,4,6
/proc/5062/task/5072/stat : 5072 (python) S 5056 5056 4581 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 670587457 295829504 5638 33554432000 4194304 5683644 140735182804832 18446744073709551615 228134537649 0 0 16781312 514 18446604445328612352 0 0 -1 6 0 0 0
[pid=5073] ppid=5056 vsize=289376 CPUtime=6.51 cores=0,2,4,6
/proc/5073/stat : 5073 (python) S 5056 5056 4581 0 -1 4202560 1145 0 0 0 353 298 0 0 15 0 2 0 670587460 296321024 5755 33554432000 4194304 5683644 140735182804832 18446744073709551615 228122734150 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/5073/statm: 72344 5755 400 364 0 8259 0
[pid=5075] ppid=5073 vsize=261208 CPUtime=1786.39 cores=0,2,4,6
/proc/5075/stat : 5075 (march_hi) R 5073 5075 5075 0 -1 4202496 47077 0 0 0 178618 21 0 0 18 0 1 0 670587460 267476992 46813 33554432000 4194304 4955518 140734048809008 18446744073709551615 4209628 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/5075/statm: 65302 46813 104 186 0 65115 0
[pid=5073/tid=5098] ppid=5056 vsize=289376 CPUtime=0 cores=0,2,4,6
/proc/5073/task/5098/stat : 5098 (python) S 5056 5056 4581 0 -1 4202560 44 0 0 0 0 0 0 0 15 0 2 0 670626604 296321024 5755 33554432000 4194304 5683644 140735182804832 18446744073709551615 228134537649 0 0 16781312 514 18446604450828735808 0 0 -1 6 0 0 0
[pid=5099] ppid=5056 vsize=299300 CPUtime=2.52 cores=0,2,4,6
/proc/5099/stat : 5099 (python) S 5056 5056 4581 0 -1 4202560 1146 0 0 0 140 112 0 0 15 0 2 0 670626607 306483200 5667 33554432000 4194304 5683644 140735182804832 18446744073709551615 228134540747 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/5099/statm: 74825 5667 400 364 0 10737 0
[pid=5101] ppid=5099 vsize=120792 CPUtime=680.86 cores=0,2,4,6
/proc/5101/stat : 5101 (march_hi) T 5099 5101 5101 0 -1 4202496 21861 0 0 0 68078 8 0 0 25 0 1 0 670626607 123691008 21596 33554432000 4194304 4955518 140733287162640 18446744073709551615 4209624 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/5101/statm: 30198 21596 104 186 0 30011 0
[pid=5099/tid=5109] ppid=5056 vsize=299300 CPUtime=0 cores=0,2,4,6
/proc/5099/task/5109/stat : 5109 (python) S 5056 5056 4581 0 -1 4202560 48 0 0 0 0 0 0 0 15 0 2 0 670636706 306483200 5667 33554432000 4194304 5683644 140735182804832 18446744073709551615 228134537649 0 0 16781312 514 18446604453469634880 0 0 -1 6 0 0 0
[pid=5158] ppid=5056 vsize=310228 CPUtime=2.6 cores=0,2,4,6
/proc/5158/stat : 5158 (python) S 5056 5056 4581 0 -1 4202560 1161 0 0 0 143 117 0 0 15 0 2 0 670695247 317673472 5831 33554432000 4194304 5683644 140735182804832 18446744073709551615 228134540747 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/5158/statm: 77557 5831 400 364 0 13466 0
[pid=5160] ppid=5158 vsize=120792 CPUtime=681.43 cores=0,2,4,6
/proc/5160/stat : 5160 (march_hi) T 5158 5160 5160 0 -1 4202496 20483 0 0 0 68132 11 0 0 25 0 1 0 670695248 123691008 20218 33554432000 4194304 4955518 140733946366160 18446744073709551615 4227679 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/5160/statm: 30198 20218 104 186 0 30011 0
[pid=5158/tid=5163] ppid=5056 vsize=310228 CPUtime=0 cores=0,2,4,6
/proc/5158/task/5163/stat : 5163 (python) S 5056 5056 4581 0 -1 4202560 46 0 0 0 0 0 0 0 15 0 2 0 670705493 317673472 5831 33554432000 4194304 5683644 140735182804832 18446744073709551615 228134537649 0 0 16781312 514 18446604440955860224 0 0 -1 2 0 0 0
[pid=5180] ppid=5056 vsize=320484 CPUtime=0.34 cores=0,2,4,6
/proc/5180/stat : 5180 (python) S 5056 5056 4581 0 -1 4202560 1104 0 0 0 19 15 0 0 19 0 2 0 670734274 328175616 5842 33554432000 4194304 5683644 140735182804832 18446744073709551615 228134540747 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/5180/statm: 80121 5842 400 364 0 16027 0
[pid=5182] ppid=5180 vsize=1017800 CPUtime=100.29 cores=0,2,4,6
/proc/5182/stat : 5182 (gnovelty+2) T 5180 5182 5182 0 -1 4202496 444 0 0 0 10029 0 0 0 25 0 1 0 670734275 1042227200 178 33554432000 134512640 135663704 4293291888 18446744073709551615 134545682 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/5182/statm: 254450 178 113 282 0 254166 0
[pid=5180/tid=5190] ppid=5056 vsize=320484 CPUtime=0 cores=0,2,4,6
/proc/5180/task/5190/stat : 5190 (python) S 5056 5056 4581 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 670744308 328175616 5842 33554432000 4194304 5683644 140735182804832 18446744073709551615 228134537649 0 0 16781312 514 18446604446572139584 0 0 -1 6 0 0 0
[pid=5202] ppid=5056 vsize=330740 CPUtime=2.01 cores=0,2,4,6
/proc/5202/stat : 5202 (python) S 5056 5056 4581 0 -1 4202560 1151 0 0 0 110 91 0 0 15 0 2 0 670773165 338677760 5854 33554432000 4194304 5683644 140735182804832 18446744073709551615 228134540747 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/5202/statm: 82685 5854 400 364 0 18588 0
[pid=5204] ppid=5202 vsize=76428 CPUtime=489.96 cores=0,2,4,6
/proc/5204/stat : 5204 (march_hi) T 5202 5204 5204 0 -1 4202496 15318 0 0 0 48987 9 0 0 25 0 1 0 670773166 78262272 15052 33554432000 4194304 4955518 140734520107392 18446744073709551615 4224619 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/5204/statm: 19107 15052 104 186 0 18920 0
[pid=5202/tid=5208] ppid=5056 vsize=330740 CPUtime=0 cores=0,2,4,6
/proc/5202/task/5208/stat : 5208 (python) S 5056 5056 4581 0 -1 4202560 48 0 0 0 0 0 0 0 15 0 2 0 670783067 338677760 5854 33554432000 4194304 5683644 140735182804832 18446744073709551615 228134537649 0 0 16781312 514 18446604453469636672 0 0 -1 0 0 0 0
[pid=5225] ppid=5056 vsize=341060 CPUtime=1.47 cores=0,2,4,6
/proc/5225/stat : 5225 (python) S 5056 5056 4581 0 -1 4202560 1159 0 0 0 81 66 0 0 16 0 2 0 670841253 349245440 5859 33554432000 4194304 5683644 140735182804832 18446744073709551615 228134540747 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/5225/statm: 85265 5859 400 364 0 21165 0
[pid=5227] ppid=5225 vsize=56652 CPUtime=389.55 cores=0,2,4,6
/proc/5227/stat : 5227 (march_hi) T 5225 5227 5227 0 -1 4202496 12372 0 0 0 38950 5 0 0 25 0 1 0 670841253 58011648 12108 33554432000 4194304 4955518 140735738291168 18446744073709551615 4227525 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/5227/statm: 14163 12108 104 186 0 13976 0
[pid=5225/tid=5238] ppid=5056 vsize=341060 CPUtime=0 cores=0,2,4,6
/proc/5225/task/5238/stat : 5238 (python) S 5056 5056 4581 0 -1 4202560 48 0 0 0 0 0 0 0 16 0 2 0 670880209 349245440 5859 33554432000 4194304 5683644 140735182804832 18446744073709551615 228134537649 0 0 16781312 514 18446604442344002496 0 0 -1 6 0 0 0
[pid=5239] ppid=5056 vsize=351316 CPUtime=1.49 cores=0,2,4,6
/proc/5239/stat : 5239 (python) S 5056 5056 4581 0 -1 4202560 1200 0 0 0 82 67 0 0 15 0 2 0 670880211 359747584 5869 33554432000 4194304 5683644 140735182804832 18446744073709551615 228134540747 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/5239/statm: 87829 5869 406 364 0 23726 0
[pid=5241] ppid=5239 vsize=56652 CPUtime=391.03 cores=0,2,4,6
/proc/5241/stat : 5241 (march_hi) T 5239 5241 5241 0 -1 4202496 12556 0 0 0 39099 4 0 0 25 0 1 0 670880211 58011648 12282 33554432000 4194304 4955518 140733293407488 18446744073709551615 4227741 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/5241/statm: 14163 12282 104 186 0 13976 0
[pid=5239/tid=5245] ppid=5056 vsize=351316 CPUtime=0 cores=0,2,4,6
/proc/5239/task/5245/stat : 5245 (python) S 5056 5056 4581 0 -1 4202560 50 0 0 0 0 0 0 0 15 0 2 0 670890453 359747584 5869 33554432000 4194304 5683644 140735182804832 18446744073709551615 228134537649 0 0 16781312 514 18446604441742960512 0 0 -1 6 0 0 0
[pid=5056/tid=5063] ppid=5054 vsize=361728 CPUtime=0 cores=0,2,4,6
/proc/5056/task/5063/stat : 5063 (python) S 5054 5056 4581 0 -1 4202560 30 930 0 0 0 0 0 0 20 0 9 0 670577523 370409472 7398 33554432000 4194304 5683644 140735182804832 18446744073709551615 228134537649 0 0 16781312 2 18446604446792955904 0 0 -1 0 0 0 0
[pid=5056/tid=5074] ppid=5054 vsize=361728 CPUtime=0 cores=0,2,4,6
/proc/5056/task/5074/stat : 5074 (python) S 5054 5056 4581 0 -1 4202560 32 930 0 0 0 0 0 0 18 0 9 0 670587460 370409472 7398 33554432000 4194304 5683644 140735182804832 18446744073709551615 228134537649 0 0 16781312 2 18446604446792955904 0 0 -1 0 0 0 0
[pid=5056/tid=5100] ppid=5054 vsize=361728 CPUtime=0 cores=0,2,4,6
/proc/5056/task/5100/stat : 5100 (python) S 5054 5056 4581 0 -1 4202560 34 930 0 0 0 0 0 0 15 0 9 0 670626607 370409472 7398 33554432000 4194304 5683644 140735182804832 18446744073709551615 228134537649 0 0 16781312 2 18446604446792955904 0 0 -1 0 0 0 0
[pid=5056/tid=5159] ppid=5054 vsize=361728 CPUtime=0 cores=0,2,4,6
/proc/5056/task/5159/stat : 5159 (python) S 5054 5056 4581 0 -1 4202560 35 930 0 0 0 0 0 0 18 0 9 0 670695248 370409472 7398 33554432000 4194304 5683644 140735182804832 18446744073709551615 228134537649 0 0 16781312 2 18446604446792955904 0 0 -1 2 0 0 0
[pid=5056/tid=5181] ppid=5054 vsize=361728 CPUtime=0 cores=0,2,4,6
/proc/5056/task/5181/stat : 5181 (python) S 5054 5056 4581 0 -1 4202560 28 930 0 0 0 0 0 0 20 0 9 0 670734274 370409472 7398 33554432000 4194304 5683644 140735182804832 18446744073709551615 228134537649 0 0 16781312 2 18446604446792955904 0 0 -1 2 0 0 0
[pid=5056/tid=5203] ppid=5054 vsize=361728 CPUtime=0 cores=0,2,4,6
/proc/5056/task/5203/stat : 5203 (python) S 5054 5056 4581 0 -1 4202560 36 930 0 0 0 0 0 0 18 0 9 0 670773165 370409472 7398 33554432000 4194304 5683644 140735182804832 18446744073709551615 228134537649 0 0 16781312 2 18446604446792955904 0 0 -1 0 0 0 0
[pid=5056/tid=5226] ppid=5054 vsize=361728 CPUtime=0 cores=0,2,4,6
/proc/5056/task/5226/stat : 5226 (python) S 5054 5056 4581 0 -1 4202560 31 930 0 0 0 0 0 0 20 0 9 0 670841253 370409472 7398 33554432000 4194304 5683644 140735182804832 18446744073709551615 228134537649 0 0 16781312 2 18446604446792955904 0 0 -1 6 0 0 0
[pid=5056/tid=5240] ppid=5054 vsize=361728 CPUtime=0 cores=0,2,4,6
/proc/5056/task/5240/stat : 5240 (python) S 5054 5056 4581 0 -1 4202560 27 930 0 0 0 0 0 0 18 0 9 0 670880211 370409472 7398 33554432000 4194304 5683644 140735182804832 18446744073709551615 228134537649 0 0 16781312 2 18446604446792955904 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4637.07
Current children cumulated vsize (KiB) 5621252

[startup+4620.6 s]
/proc/loadavg: 3.08 3.07 3.09 4/480 5396
/proc/meminfo: memFree=21472376/32951124 swapFree=49826708/67111528
[pid=5056] ppid=5054 vsize=361728 CPUtime=0.98 cores=0,2,4,6
/proc/5056/stat : 5056 (python) S 5054 5056 4581 0 -1 4202496 17092 930 1 0 88 10 0 0 18 0 9 0 670577466 370409472 7398 33554432000 4194304 5683644 140735182804832 18446744073709551615 228134540747 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/5056/statm: 90432 7398 1890 364 0 26329 0
[pid=5062] ppid=5056 vsize=288896 CPUtime=0.32 cores=0,2,4,6
/proc/5062/stat : 5062 (python) S 5056 5056 4581 0 -1 4202560 1079 0 0 0 17 15 0 0 19 0 2 0 670577523 295829504 5638 33554432000 4194304 5683644 140735182804832 18446744073709551615 228134540747 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/5062/statm: 72224 5638 410 364 0 8142 0
[pid=5064] ppid=5062 vsize=1017800 CPUtime=99.32 cores=0,2,4,6
/proc/5064/stat : 5064 (gnovelty+2) T 5062 5064 5064 0 -1 4202496 440 0 0 0 9932 0 0 0 25 0 1 0 670577524 1042227200 178 33554432000 134512640 135663704 4287976656 18446744073709551615 134524534 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/5064/statm: 254450 178 113 282 0 254166 0
[pid=5062/tid=5072] ppid=5056 vsize=288896 CPUtime=0 cores=0,2,4,6
/proc/5062/task/5072/stat : 5072 (python) S 5056 5056 4581 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 670587457 295829504 5638 33554432000 4194304 5683644 140735182804832 18446744073709551615 228134537649 0 0 16781312 514 18446604445328612352 0 0 -1 6 0 0 0
[pid=5073] ppid=5056 vsize=289376 CPUtime=6.51 cores=0,2,4,6
/proc/5073/stat : 5073 (python) S 5056 5056 4581 0 -1 4202560 1146 0 0 0 353 298 0 0 15 0 2 0 670587460 296321024 5755 33554432000 4194304 5683644 140735182804832 18446744073709551615 228122734150 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/5073/statm: 72344 5755 400 364 0 8259 0
[pid=5075] ppid=5073 vsize=261208 CPUtime=1786.49 cores=0,2,4,6
/proc/5075/stat : 5075 (march_hi) R 5073 5075 5075 0 -1 4202496 47078 0 0 0 178628 21 0 0 18 0 1 0 670587460 267476992 46814 33554432000 4194304 4955518 140734048809008 18446744073709551615 4285068 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/5075/statm: 65302 46814 104 186 0 65115 0
[pid=5073/tid=5098] ppid=5056 vsize=289376 CPUtime=0 cores=0,2,4,6
/proc/5073/task/5098/stat : 5098 (python) S 5056 5056 4581 0 -1 4202560 44 0 0 0 0 0 0 0 15 0 2 0 670626604 296321024 5755 33554432000 4194304 5683644 140735182804832 18446744073709551615 228134537649 0 0 16781312 514 18446604450828735808 0 0 -1 6 0 0 0
[pid=5099] ppid=5056 vsize=299300 CPUtime=2.52 cores=0,2,4,6
/proc/5099/stat : 5099 (python) S 5056 5056 4581 0 -1 4202560 1146 0 0 0 140 112 0 0 15 0 2 0 670626607 306483200 5667 33554432000 4194304 5683644 140735182804832 18446744073709551615 228134540747 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/5099/statm: 74825 5667 400 364 0 10737 0
[pid=5101] ppid=5099 vsize=120792 CPUtime=680.86 cores=0,2,4,6
/proc/5101/stat : 5101 (march_hi) T 5099 5101 5101 0 -1 4202496 21861 0 0 0 68078 8 0 0 25 0 1 0 670626607 123691008 21596 33554432000 4194304 4955518 140733287162640 18446744073709551615 4209624 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/5101/statm: 30198 21596 104 186 0 30011 0
[pid=5099/tid=5109] ppid=5056 vsize=299300 CPUtime=0 cores=0,2,4,6
/proc/5099/task/5109/stat : 5109 (python) S 5056 5056 4581 0 -1 4202560 48 0 0 0 0 0 0 0 15 0 2 0 670636706 306483200 5667 33554432000 4194304 5683644 140735182804832 18446744073709551615 228134537649 0 0 16781312 514 18446604453469634880 0 0 -1 6 0 0 0
[pid=5158] ppid=5056 vsize=310228 CPUtime=2.6 cores=0,2,4,6
/proc/5158/stat : 5158 (python) S 5056 5056 4581 0 -1 4202560 1161 0 0 0 143 117 0 0 15 0 2 0 670695247 317673472 5831 33554432000 4194304 5683644 140735182804832 18446744073709551615 228134540747 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/5158/statm: 77557 5831 400 364 0 13466 0
[pid=5160] ppid=5158 vsize=120792 CPUtime=681.43 cores=0,2,4,6
/proc/5160/stat : 5160 (march_hi) T 5158 5160 5160 0 -1 4202496 20483 0 0 0 68132 11 0 0 25 0 1 0 670695248 123691008 20218 33554432000 4194304 4955518 140733946366160 18446744073709551615 4227679 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/5160/statm: 30198 20218 104 186 0 30011 0
[pid=5158/tid=5163] ppid=5056 vsize=310228 CPUtime=0 cores=0,2,4,6
/proc/5158/task/5163/stat : 5163 (python) S 5056 5056 4581 0 -1 4202560 46 0 0 0 0 0 0 0 15 0 2 0 670705493 317673472 5831 33554432000 4194304 5683644 140735182804832 18446744073709551615 228134537649 0 0 16781312 514 18446604440955860224 0 0 -1 2 0 0 0
[pid=5180] ppid=5056 vsize=320484 CPUtime=0.34 cores=0,2,4,6
/proc/5180/stat : 5180 (python) S 5056 5056 4581 0 -1 4202560 1104 0 0 0 19 15 0 0 19 0 2 0 670734274 328175616 5842 33554432000 4194304 5683644 140735182804832 18446744073709551615 228134540747 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/5180/statm: 80121 5842 400 364 0 16027 0
[pid=5182] ppid=5180 vsize=1017800 CPUtime=100.29 cores=0,2,4,6
/proc/5182/stat : 5182 (gnovelty+2) T 5180 5182 5182 0 -1 4202496 444 0 0 0 10029 0 0 0 25 0 1 0 670734275 1042227200 178 33554432000 134512640 135663704 4293291888 18446744073709551615 134545682 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/5182/statm: 254450 178 113 282 0 254166 0
[pid=5180/tid=5190] ppid=5056 vsize=320484 CPUtime=0 cores=0,2,4,6
/proc/5180/task/5190/stat : 5190 (python) S 5056 5056 4581 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 670744308 328175616 5842 33554432000 4194304 5683644 140735182804832 18446744073709551615 228134537649 0 0 16781312 514 18446604446572139584 0 0 -1 6 0 0 0
[pid=5202] ppid=5056 vsize=330740 CPUtime=2.01 cores=0,2,4,6
/proc/5202/stat : 5202 (python) S 5056 5056 4581 0 -1 4202560 1151 0 0 0 110 91 0 0 15 0 2 0 670773165 338677760 5854 33554432000 4194304 5683644 140735182804832 18446744073709551615 228134540747 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/5202/statm: 82685 5854 400 364 0 18588 0
[pid=5204] ppid=5202 vsize=76428 CPUtime=489.96 cores=0,2,4,6
/proc/5204/stat : 5204 (march_hi) T 5202 5204 5204 0 -1 4202496 15318 0 0 0 48987 9 0 0 25 0 1 0 670773166 78262272 15052 33554432000 4194304 4955518 140734520107392 18446744073709551615 4224619 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/5204/statm: 19107 15052 104 186 0 18920 0
[pid=5202/tid=5208] ppid=5056 vsize=330740 CPUtime=0 cores=0,2,4,6
/proc/5202/task/5208/stat : 5208 (python) S 5056 5056 4581 0 -1 4202560 48 0 0 0 0 0 0 0 15 0 2 0 670783067 338677760 5854 33554432000 4194304 5683644 140735182804832 18446744073709551615 228134537649 0 0 16781312 514 18446604453469636672 0 0 -1 0 0 0 0
[pid=5225] ppid=5056 vsize=341060 CPUtime=1.47 cores=0,2,4,6
/proc/5225/stat : 5225 (python) S 5056 5056 4581 0 -1 4202560 1159 0 0 0 81 66 0 0 16 0 2 0 670841253 349245440 5859 33554432000 4194304 5683644 140735182804832 18446744073709551615 228134540747 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/5225/statm: 85265 5859 400 364 0 21165 0
[pid=5227] ppid=5225 vsize=56652 CPUtime=389.55 cores=0,2,4,6
/proc/5227/stat : 5227 (march_hi) T 5225 5227 5227 0 -1 4202496 12372 0 0 0 38950 5 0 0 25 0 1 0 670841253 58011648 12108 33554432000 4194304 4955518 140735738291168 18446744073709551615 4227525 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/5227/statm: 14163 12108 104 186 0 13976 0
[pid=5225/tid=5238] ppid=5056 vsize=341060 CPUtime=0 cores=0,2,4,6
/proc/5225/task/5238/stat : 5238 (python) S 5056 5056 4581 0 -1 4202560 48 0 0 0 0 0 0 0 16 0 2 0 670880209 349245440 5859 33554432000 4194304 5683644 140735182804832 18446744073709551615 228134537649 0 0 16781312 514 18446604442344002496 0 0 -1 6 0 0 0
[pid=5239] ppid=5056 vsize=351316 CPUtime=1.49 cores=0,2,4,6
/proc/5239/stat : 5239 (python) S 5056 5056 4581 0 -1 4202560 1200 0 0 0 82 67 0 0 15 0 2 0 670880211 359747584 5869 33554432000 4194304 5683644 140735182804832 18446744073709551615 228134540747 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/5239/statm: 87829 5869 406 364 0 23726 0
[pid=5241] ppid=5239 vsize=56652 CPUtime=391.03 cores=0,2,4,6
/proc/5241/stat : 5241 (march_hi) T 5239 5241 5241 0 -1 4202496 12556 0 0 0 39099 4 0 0 25 0 1 0 670880211 58011648 12282 33554432000 4194304 4955518 140733293407488 18446744073709551615 4227741 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/5241/statm: 14163 12282 104 186 0 13976 0
[pid=5239/tid=5245] ppid=5056 vsize=351316 CPUtime=0 cores=0,2,4,6
/proc/5239/task/5245/stat : 5245 (python) S 5056 5056 4581 0 -1 4202560 50 0 0 0 0 0 0 0 15 0 2 0 670890453 359747584 5869 33554432000 4194304 5683644 140735182804832 18446744073709551615 228134537649 0 0 16781312 514 18446604441742960512 0 0 -1 6 0 0 0
[pid=5056/tid=5063] ppid=5054 vsize=361728 CPUtime=0 cores=0,2,4,6
/proc/5056/task/5063/stat : 5063 (python) S 5054 5056 4581 0 -1 4202560 30 930 0 0 0 0 0 0 20 0 9 0 670577523 370409472 7398 33554432000 4194304 5683644 140735182804832 18446744073709551615 228134537649 0 0 16781312 2 18446604446792955904 0 0 -1 0 0 0 0
[pid=5056/tid=5074] ppid=5054 vsize=361728 CPUtime=0 cores=0,2,4,6
/proc/5056/task/5074/stat : 5074 (python) S 5054 5056 4581 0 -1 4202560 32 930 0 0 0 0 0 0 18 0 9 0 670587460 370409472 7398 33554432000 4194304 5683644 140735182804832 18446744073709551615 228134537649 0 0 16781312 2 18446604446792955904 0 0 -1 0 0 0 0
[pid=5056/tid=5100] ppid=5054 vsize=361728 CPUtime=0 cores=0,2,4,6
/proc/5056/task/5100/stat : 5100 (python) S 5054 5056 4581 0 -1 4202560 34 930 0 0 0 0 0 0 15 0 9 0 670626607 370409472 7398 33554432000 4194304 5683644 140735182804832 18446744073709551615 228134537649 0 0 16781312 2 18446604446792955904 0 0 -1 0 0 0 0
[pid=5056/tid=5159] ppid=5054 vsize=361728 CPUtime=0 cores=0,2,4,6
/proc/5056/task/5159/stat : 5159 (python) S 5054 5056 4581 0 -1 4202560 35 930 0 0 0 0 0 0 18 0 9 0 670695248 370409472 7398 33554432000 4194304 5683644 140735182804832 18446744073709551615 228134537649 0 0 16781312 2 18446604446792955904 0 0 -1 2 0 0 0
[pid=5056/tid=5181] ppid=5054 vsize=361728 CPUtime=0 cores=0,2,4,6
/proc/5056/task/5181/stat : 5181 (python) S 5054 5056 4581 0 -1 4202560 28 930 0 0 0 0 0 0 20 0 9 0 670734274 370409472 7398 33554432000 4194304 5683644 140735182804832 18446744073709551615 228134537649 0 0 16781312 2 18446604446792955904 0 0 -1 2 0 0 0
[pid=5056/tid=5203] ppid=5054 vsize=361728 CPUtime=0 cores=0,2,4,6
/proc/5056/task/5203/stat : 5203 (python) S 5054 5056 4581 0 -1 4202560 36 930 0 0 0 0 0 0 18 0 9 0 670773165 370409472 7398 33554432000 4194304 5683644 140735182804832 18446744073709551615 228134537649 0 0 16781312 2 18446604446792955904 0 0 -1 0 0 0 0
[pid=5056/tid=5226] ppid=5054 vsize=361728 CPUtime=0 cores=0,2,4,6
/proc/5056/task/5226/stat : 5226 (python) S 5054 5056 4581 0 -1 4202560 31 930 0 0 0 0 0 0 20 0 9 0 670841253 370409472 7398 33554432000 4194304 5683644 140735182804832 18446744073709551615 228134537649 0 0 16781312 2 18446604446792955904 0 0 -1 6 0 0 0
[pid=5056/tid=5240] ppid=5054 vsize=361728 CPUtime=0 cores=0,2,4,6
/proc/5056/task/5240/stat : 5240 (python) S 5054 5056 4581 0 -1 4202560 27 930 0 0 0 0 0 0 18 0 9 0 670880211 370409472 7398 33554432000 4194304 5683644 140735182804832 18446744073709551615 228134537649 0 0 16781312 2 18446604446792955904 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4637.17
Current children cumulated vsize (KiB) 5621252

Child status: 0
Real time (s): 4620.67
CPU time (s): 4637.41
CPU user time (s): 4628.78
CPU system time (s): 8.63369
CPU usage (%): 100.362
Max. virtual memory (cumulated for all children) (KiB): 5621252

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4628.78
system time used= 8.63369
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 162090
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= 8217
involuntary context switches= 7135

runsolver used 29.4065 second user time and 58.947 second system time

The end

Launcher Data

Begin job on node138 at 2011-05-17 01:49:55
IDJOB=3386645
IDBENCH=82710
IDSOLVER=1872
FILE ID=node138/3386645-1305589795
RUNJOBID= node138-1305586144-4599
PBS_JOBID= 13350340
Free space on /tmp= 73384 MiB

SOLVER NAME= borg-sat 11.03.02-seq-random (fixed)
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v500-c2130-S1762880211-075.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-3386645-1305589795/watcher-3386645-1305589795 -o /tmp/evaluation-result-3386645-1305589795/solver-3386645-1305589795 -C 5000 -W 5100 -M 15500  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3386645-1305589795.cnf -seed 1389877036 -budget 5000

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

MD5SUM BENCH= 57a2cff28dc53061839e3102dd9b3447
RANDOM SEED=1389877036

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:      19762596 kB
Buffers:         13512 kB
Cached:         252124 kB
SwapCached:      70944 kB
Active:        2936984 kB
Inactive:     10010112 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      19762596 kB
SwapTotal:    67111528 kB
SwapFree:     49826708 kB
Dirty:           32816 kB
Writeback:           4 kB
AnonPages:    12620716 kB
Mapped:          21596 kB
Slab:            78808 kB
PageTables:      94948 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 117268136 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= 73340 MiB
End job on node138 at 2011-05-17 03:06:56