Trace number 3484480

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)? 1197.69 1196.97

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v600-c2556-S506401817-075.UNKNOWN.cnf
MD5SUM2d7407b1b64ab354711b83851f166439
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables600
Number of clauses2556
Sum of the clauses size7668
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 32556
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.35/0.51	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.35/0.51	c INFO: solving HOME/instance-3484480-1307749738.cnf
0.35/0.51	c INFO: computing task features
0.35/0.52	c INFO: computed variable-clause graph statistics
0.35/0.52	c INFO: computed clause balance statistics
0.35/0.56	c INFO: computed variable balance statistics
0.45/0.60	c INFO: computed small-clause counts
0.45/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-3484480-1307749738.cnf in 0.09 s
0.45/0.61	c INFO: running gnovelty+2@0 for 97 with 1199 remaining (b = 0.58)
100.57/100.73	c INFO: running gnovelty+2@0 for 97 with 1099 remaining (b = 0.06)
200.70/200.84	c INFO: running march_hi@0 for 679 with 999 remaining (b = 0.43)
886.16/885.97	c INFO: running march_hi@0 for 194 with 315 remaining (b = 0.17)
1083.54/1083.09	c INFO: running march_hi@684 for 118 with 118 remaining (b = 0.06)
1197.51/1196.94	s UNKNOWN

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: UNKNOWN

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

running on 2 cores: 5,7

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


[startup+0 s]
/proc/loadavg: 2.94 2.99 2.87 5/201 11817
/proc/meminfo: memFree=31334876/32951124 swapFree=67064580/67111528
[pid=11817] ppid=11815 vsize=15384 CPUtime=0 cores=5,7
/proc/11817/stat : 11817 (python) S 11815 11817 10281 0 -1 4202496 795 0 0 0 0 0 0 0 25 0 1 0 867389416 15753216 681 33554432000 4194304 5683644 140734558283504 18446744073709551615 264726403072 0 2147483391 16781312 2 18446744071699207358 0 0 17 5 0 0 0
/proc/11817/statm: 3846 681 322 364 0 333 0

[startup+0.0797369 s]
/proc/loadavg: 2.94 2.99 2.87 5/201 11817
/proc/meminfo: memFree=31334876/32951124 swapFree=67064580/67111528
[pid=11817] ppid=11815 vsize=27352 CPUtime=0.02 cores=5,7
/proc/11817/stat : 11817 (python) R 11815 11817 10281 0 -1 4202496 1352 0 0 0 2 0 0 0 17 0 1 0 867389416 28008448 1197 33554432000 4194304 5683644 140734558283504 18446744073709551615 264726403072 0 2147483391 16781312 2 0 0 0 17 5 0 0 0
/proc/11817/statm: 6838 1197 440 364 0 725 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 27352

[startup+0.100774 s]
/proc/loadavg: 2.94 2.99 2.87 5/201 11817
/proc/meminfo: memFree=31334876/32951124 swapFree=67064580/67111528
[pid=11817] ppid=11815 vsize=36512 CPUtime=0.04 cores=5,7
/proc/11817/stat : 11817 (python) S 11815 11817 10281 0 -1 4202496 1611 0 0 0 3 1 0 0 17 0 1 0 867389416 37388288 1444 33554432000 4194304 5683644 140734558283504 18446744073709551615 264726403072 0 2147483391 16781312 2 18446744071699207358 0 0 17 5 0 0 0
/proc/11817/statm: 9128 1444 452 364 0 945 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 36512

[startup+0.300703 s]
/proc/loadavg: 2.94 2.99 2.87 5/201 11817
/proc/meminfo: memFree=31334876/32951124 swapFree=67064580/67111528
[pid=11817] ppid=11815 vsize=135752 CPUtime=0.2 cores=5,7
/proc/11817/stat : 11817 (python) S 11815 11817 10281 0 -1 4202496 5983 934 1 0 15 5 0 0 17 0 1 0 867389416 139010048 4154 33554432000 4194304 5683644 140734558283504 18446744073709551615 264726403072 0 2147483391 16781312 2 18446744071699207358 0 0 17 5 0 0 0
/proc/11817/statm: 33938 4154 1032 364 0 3124 0
Current children cumulated CPU time (s) 0.2
Current children cumulated vsize (KiB) 135752

[startup+0.700619 s]
/proc/loadavg: 2.94 2.99 2.87 5/201 11817
/proc/meminfo: memFree=31334876/32951124 swapFree=67064580/67111528
[pid=11817] ppid=11815 vsize=288876 CPUtime=0.46 cores=5,7
/proc/11817/stat : 11817 (python) S 11815 11817 10281 0 -1 4202496 9802 934 1 0 38 8 0 0 19 0 2 0 867389416 295809024 7081 33554432000 4194304 5683644 140734558283504 18446744073709551615 264738231755 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/11817/statm: 72219 7081 1867 364 0 8137 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 288876

[startup+1.5005 s]
/proc/loadavg: 3.11 3.02 2.88 4/205 11825
/proc/meminfo: memFree=31310540/32951124 swapFree=67064580/67111528
[pid=11817] ppid=11815 vsize=288876 CPUtime=0.46 cores=5,7
/proc/11817/stat : 11817 (python) S 11815 11817 10281 0 -1 4202496 9802 934 1 0 38 8 0 0 19 0 2 0 867389416 295809024 7081 33554432000 4194304 5683644 140734558283504 18446744073709551615 264738231755 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/11817/statm: 72219 7081 1867 364 0 8137 0
[pid=11823] ppid=11817 vsize=278632 CPUtime=0 cores=5,7
/proc/11823/stat : 11823 (python) S 11817 11817 10281 0 -1 4202560 736 0 0 0 0 0 0 0 18 0 1 0 867389477 285319168 5564 33554432000 4194304 5683644 140734558283504 18446744073709551615 264726425103 0 0 16781312 514 4459619441432330239 0 0 17 5 0 0 0
/proc/11823/statm: 69658 5564 354 364 0 5576 0
[pid=11825] ppid=11823 vsize=1017932 CPUtime=0.87 cores=5,7
/proc/11825/stat : 11825 (gnovelty+2) R 11823 11825 11825 0 -1 4202496 448 0 0 0 87 0 0 0 21 0 1 0 867389477 1042362368 185 33554432000 134512640 135663704 4288647488 18446744073709551615 134544204 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/11825/statm: 254483 185 113 282 0 254199 0
[pid=11817/tid=11824] ppid=11815 vsize=288876 CPUtime=0 cores=5,7
/proc/11817/task/11824/stat : 11824 (python) S 11815 11817 10281 0 -1 4202560 29 934 0 0 0 0 0 0 19 0 2 0 867389477 295809024 7081 33554432000 4194304 5683644 140734558283504 18446744073709551615 264738228657 0 0 16781312 2 18446604471099040896 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1.33
Current children cumulated vsize (KiB) 1585440

[startup+3.10021 s]
/proc/loadavg: 3.11 3.02 2.88 4/205 11825
/proc/meminfo: memFree=31310044/32951124 swapFree=67064580/67111528
[pid=11817] ppid=11815 vsize=288876 CPUtime=0.46 cores=5,7
/proc/11817/stat : 11817 (python) S 11815 11817 10281 0 -1 4202496 9802 934 1 0 38 8 0 0 19 0 2 0 867389416 295809024 7081 33554432000 4194304 5683644 140734558283504 18446744073709551615 264738231755 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/11817/statm: 72219 7081 1867 364 0 8137 0
[pid=11823] ppid=11817 vsize=278632 CPUtime=0 cores=5,7
/proc/11823/stat : 11823 (python) S 11817 11817 10281 0 -1 4202560 736 0 0 0 0 0 0 0 18 0 1 0 867389477 285319168 5564 33554432000 4194304 5683644 140734558283504 18446744073709551615 264726425103 0 0 16781312 514 4459619441432297732 0 0 17 5 0 0 0
/proc/11823/statm: 69658 5564 354 364 0 5576 0
[pid=11825] ppid=11823 vsize=1017932 CPUtime=2.47 cores=5,7
/proc/11825/stat : 11825 (gnovelty+2) R 11823 11825 11825 0 -1 4202496 448 0 0 0 247 0 0 0 25 0 1 0 867389477 1042362368 185 33554432000 134512640 135663704 4288647488 18446744073709551615 134525276 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/11825/statm: 254483 185 113 282 0 254199 0
[pid=11817/tid=11824] ppid=11815 vsize=288876 CPUtime=0 cores=5,7
/proc/11817/task/11824/stat : 11824 (python) S 11815 11817 10281 0 -1 4202560 29 934 0 0 0 0 0 0 19 0 2 0 867389477 295809024 7081 33554432000 4194304 5683644 140734558283504 18446744073709551615 264738228657 0 0 16781312 2 18446604471099040896 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 2.93
Current children cumulated vsize (KiB) 1585440

[startup+6.30059 s]
/proc/loadavg: 3.10 3.02 2.88 4/205 11825
/proc/meminfo: memFree=31309936/32951124 swapFree=67064580/67111528
[pid=11817] ppid=11815 vsize=288876 CPUtime=0.46 cores=5,7
/proc/11817/stat : 11817 (python) S 11815 11817 10281 0 -1 4202496 9802 934 1 0 38 8 0 0 19 0 2 0 867389416 295809024 7081 33554432000 4194304 5683644 140734558283504 18446744073709551615 264738231755 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/11817/statm: 72219 7081 1867 364 0 8137 0
[pid=11823] ppid=11817 vsize=278632 CPUtime=0 cores=5,7
/proc/11823/stat : 11823 (python) S 11817 11817 10281 0 -1 4202560 882 0 0 0 0 0 0 0 18 0 1 0 867389477 285319168 5586 33554432000 4194304 5683644 140734558283504 18446744073709551615 264726425103 0 0 16781312 514 4459619441432297732 0 0 17 5 0 0 0
/proc/11823/statm: 69658 5586 376 364 0 5576 0
[pid=11825] ppid=11823 vsize=1017932 CPUtime=5.67 cores=5,7
/proc/11825/stat : 11825 (gnovelty+2) R 11823 11825 11825 0 -1 4202496 449 0 0 0 567 0 0 0 25 0 1 0 867389477 1042362368 186 33554432000 134512640 135663704 4288647488 18446744073709551615 134545611 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/11825/statm: 254483 186 113 282 0 254199 0
[pid=11817/tid=11824] ppid=11815 vsize=288876 CPUtime=0 cores=5,7
/proc/11817/task/11824/stat : 11824 (python) S 11815 11817 10281 0 -1 4202560 29 934 0 0 0 0 0 0 19 0 2 0 867389477 295809024 7081 33554432000 4194304 5683644 140734558283504 18446744073709551615 264738228657 0 0 16781312 2 18446604471099040896 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 6.13
Current children cumulated vsize (KiB) 1585440

[startup+12.7004 s]
/proc/loadavg: 3.09 3.02 2.88 4/209 11829
/proc/meminfo: memFree=31304820/32951124 swapFree=67064580/67111528
[pid=11817] ppid=11815 vsize=288876 CPUtime=0.46 cores=5,7
/proc/11817/stat : 11817 (python) S 11815 11817 10281 0 -1 4202496 9802 934 1 0 38 8 0 0 19 0 2 0 867389416 295809024 7081 33554432000 4194304 5683644 140734558283504 18446744073709551615 264738231755 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/11817/statm: 72219 7081 1867 364 0 8137 0
[pid=11823] ppid=11817 vsize=278632 CPUtime=0 cores=5,7
/proc/11823/stat : 11823 (python) S 11817 11817 10281 0 -1 4202560 885 0 0 0 0 0 0 0 18 0 1 0 867389477 285319168 5586 33554432000 4194304 5683644 140734558283504 18446744073709551615 264726425103 0 0 16781312 514 10534165819024179460 0 0 17 5 0 0 0
/proc/11823/statm: 69658 5586 376 364 0 5576 0
[pid=11825] ppid=11823 vsize=1017932 CPUtime=12.06 cores=5,7
/proc/11825/stat : 11825 (gnovelty+2) R 11823 11825 11825 0 -1 4202496 449 0 0 0 1206 0 0 0 25 0 1 0 867389477 1042362368 186 33554432000 134512640 135663704 4288647488 18446744073709551615 134525278 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/11825/statm: 254483 186 113 282 0 254199 0
[pid=11817/tid=11824] ppid=11815 vsize=288876 CPUtime=0 cores=5,7
/proc/11817/task/11824/stat : 11824 (python) S 11815 11817 10281 0 -1 4202560 29 934 0 0 0 0 0 0 19 0 2 0 867389477 295809024 7081 33554432000 4194304 5683644 140734558283504 18446744073709551615 264738228657 0 0 16781312 2 18446604471099040896 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 12.52
Current children cumulated vsize (KiB) 1585440

[startup+25.501 s]
/proc/loadavg: 3.07 3.02 2.88 4/209 11830
/proc/meminfo: memFree=31304396/32951124 swapFree=67064580/67111528
[pid=11817] ppid=11815 vsize=288876 CPUtime=0.46 cores=5,7
/proc/11817/stat : 11817 (python) S 11815 11817 10281 0 -1 4202496 9802 934 1 0 38 8 0 0 19 0 2 0 867389416 295809024 7081 33554432000 4194304 5683644 140734558283504 18446744073709551615 264738231755 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/11817/statm: 72219 7081 1867 364 0 8137 0
[pid=11823] ppid=11817 vsize=278632 CPUtime=0.02 cores=5,7
/proc/11823/stat : 11823 (python) S 11817 11817 10281 0 -1 4202560 891 0 0 0 1 1 0 0 18 0 1 0 867389477 285319168 5586 33554432000 4194304 5683644 140734558283504 18446744073709551615 264726425103 0 0 16781312 514 10534165819024179460 0 0 17 5 0 0 0
/proc/11823/statm: 69658 5586 376 364 0 5576 0
[pid=11825] ppid=11823 vsize=1017932 CPUtime=24.85 cores=5,7
/proc/11825/stat : 11825 (gnovelty+2) R 11823 11825 11825 0 -1 4202496 449 0 0 0 2485 0 0 0 25 0 1 0 867389477 1042362368 186 33554432000 134512640 135663704 4288647488 18446744073709551615 134545619 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/11825/statm: 254483 186 113 282 0 254199 0
[pid=11817/tid=11824] ppid=11815 vsize=288876 CPUtime=0 cores=5,7
/proc/11817/task/11824/stat : 11824 (python) S 11815 11817 10281 0 -1 4202560 29 934 0 0 0 0 0 0 19 0 2 0 867389477 295809024 7081 33554432000 4194304 5683644 140734558283504 18446744073709551615 264738228657 0 0 16781312 2 18446604471099040896 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 25.33
Current children cumulated vsize (KiB) 1585440

[startup+51.1011 s]
/proc/loadavg: 3.04 3.02 2.88 4/193 11922
/proc/meminfo: memFree=31328296/32951124 swapFree=67064580/67111528
[pid=11817] ppid=11815 vsize=288876 CPUtime=0.46 cores=5,7
/proc/11817/stat : 11817 (python) S 11815 11817 10281 0 -1 4202496 9802 934 1 0 38 8 0 0 19 0 2 0 867389416 295809024 7081 33554432000 4194304 5683644 140734558283504 18446744073709551615 264738231755 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/11817/statm: 72219 7081 1867 364 0 8137 0
[pid=11823] ppid=11817 vsize=278632 CPUtime=0.05 cores=5,7
/proc/11823/stat : 11823 (python) S 11817 11817 10281 0 -1 4202560 904 0 0 0 3 2 0 0 18 0 1 0 867389477 285319168 5587 33554432000 4194304 5683644 140734558283504 18446744073709551615 264726425103 0 0 16781312 514 10534165819024179460 0 0 17 5 0 0 0
/proc/11823/statm: 69658 5587 377 364 0 5576 0
[pid=11825] ppid=11823 vsize=1017932 CPUtime=50.43 cores=5,7
/proc/11825/stat : 11825 (gnovelty+2) R 11823 11825 11825 0 -1 4202496 449 0 0 0 5043 0 0 0 25 0 1 0 867389477 1042362368 186 33554432000 134512640 135663704 4288647488 18446744073709551615 134524744 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/11825/statm: 254483 186 113 282 0 254199 0
[pid=11817/tid=11824] ppid=11815 vsize=288876 CPUtime=0 cores=5,7
/proc/11817/task/11824/stat : 11824 (python) S 11815 11817 10281 0 -1 4202560 29 934 0 0 0 0 0 0 19 0 2 0 867389477 295809024 7081 33554432000 4194304 5683644 140734558283504 18446744073709551615 264738228657 0 0 16781312 2 18446604471099040896 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 50.94
Current children cumulated vsize (KiB) 1585440

[startup+102.306 s]
/proc/loadavg: 3.02 3.01 2.89 4/197 11978
/proc/meminfo: memFree=31323344/32951124 swapFree=67064580/67111528
[pid=11817] ppid=11815 vsize=299640 CPUtime=0.47 cores=5,7
/proc/11817/stat : 11817 (python) S 11815 11817 10281 0 -1 4202496 10646 934 1 0 39 8 0 0 20 0 3 0 867389416 306831360 7232 33554432000 4194304 5683644 140734558283504 18446744073709551615 264738231755 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/11817/statm: 74910 7232 1870 364 0 10825 0
[pid=11823] ppid=11817 vsize=288876 CPUtime=0.11 cores=5,7
/proc/11823/stat : 11823 (python) S 11817 11817 10281 0 -1 4202560 1158 0 0 0 6 5 0 0 19 0 2 0 867389477 295809024 5631 33554432000 4194304 5683644 140734558283504 18446744073709551615 264738231755 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/11823/statm: 72219 5631 416 364 0 8137 0
[pid=11825] ppid=11823 vsize=1017932 CPUtime=100.02 cores=5,7
/proc/11825/stat : 11825 (gnovelty+2) T 11823 11825 11825 0 -1 4202496 449 0 0 0 10002 0 0 0 25 0 1 0 867389477 1042362368 186 33554432000 134512640 135663704 4288647488 18446744073709551615 134524518 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/11825/statm: 254483 186 113 282 0 254199 0
[pid=11823/tid=11975] ppid=11817 vsize=288876 CPUtime=0 cores=5,7
/proc/11823/task/11975/stat : 11975 (python) S 11817 11817 10281 0 -1 4202560 44 0 0 0 0 0 0 0 19 0 2 0 867399488 295809024 5631 33554432000 4194304 5683644 140734558283504 18446744073709551615 264738228657 0 0 16781312 514 18446604471130898496 0 0 -1 7 0 0 0
[pid=11976] ppid=11817 vsize=289396 CPUtime=0 cores=5,7
/proc/11976/stat : 11976 (python) S 11817 11817 10281 0 -1 4202560 734 0 0 0 0 0 0 0 18 0 1 0 867399489 296341504 5706 33554432000 4194304 5683644 140734558283504 18446744073709551615 264726425158 0 0 16781312 514 4479017575325335816 0 0 17 5 0 0 0
/proc/11976/statm: 72349 5706 348 364 0 8264 0
[pid=11978] ppid=11976 vsize=1017932 CPUtime=1.57 cores=5,7
/proc/11978/stat : 11978 (gnovelty+2) R 11976 11978 11978 0 -1 4202496 449 0 0 0 157 0 0 0 25 0 1 0 867399489 1042362368 185 33554432000 134512640 135663704 4294713904 18446744073709551615 134545772 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/11978/statm: 254483 185 113 282 0 254199 0
[pid=11817/tid=11824] ppid=11815 vsize=299640 CPUtime=0 cores=5,7
/proc/11817/task/11824/stat : 11824 (python) S 11815 11817 10281 0 -1 4202560 29 934 0 0 0 0 0 0 19 0 3 0 867389477 306831360 7232 33554432000 4194304 5683644 140734558283504 18446744073709551615 264738228657 0 0 16781312 2 18446604471099040896 0 0 -1 5 0 0 0
[pid=11817/tid=11977] ppid=11815 vsize=299640 CPUtime=0 cores=5,7
/proc/11817/task/11977/stat : 11977 (python) S 11815 11817 10281 0 -1 4202560 29 934 0 0 0 0 0 0 20 0 3 0 867399489 306831360 7232 33554432000 4194304 5683644 140734558283504 18446744073709551615 264738228657 0 0 16781312 2 18446604471099040896 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 102.17
Current children cumulated vsize (KiB) 2913776

[startup+162.301 s]
/proc/loadavg: 3.00 3.01 2.90 4/201 11983
/proc/meminfo: memFree=31318436/32951124 swapFree=67064580/67111528
[pid=11817] ppid=11815 vsize=299640 CPUtime=0.47 cores=5,7
/proc/11817/stat : 11817 (python) S 11815 11817 10281 0 -1 4202496 10646 934 1 0 39 8 0 0 20 0 3 0 867389416 306831360 7232 33554432000 4194304 5683644 140734558283504 18446744073709551615 264738231755 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/11817/statm: 74910 7232 1870 364 0 10825 0
[pid=11823] ppid=11817 vsize=288876 CPUtime=0.11 cores=5,7

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

[pid=11992] ppid=11990 vsize=126264 CPUtime=796.47 cores=5,7
/proc/11992/stat : 11992 (march_hi) R 11990 11992 11992 0 -1 4202496 25824 0 0 0 79642 5 0 0 25 0 1 0 867409501 129294336 25559 33554432000 4194304 4955518 140736364066176 18446744073709551615 4227565 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/11992/statm: 31566 25559 104 186 0 31379 0
[pid=11990/tid=12029] ppid=11817 vsize=299228 CPUtime=0 cores=5,7
/proc/11990/task/12029/stat : 12029 (python) S 11817 11817 10281 0 -1 4202560 45 0 0 0 0 0 0 0 17 0 2 0 867478012 306409472 5672 33554432000 4194304 5683644 140734558283504 18446744073709551615 264738228657 0 0 16781312 514 18446604471138052224 0 0 -1 5 0 0 0
[pid=12030] ppid=11817 vsize=310104 CPUtime=0.27 cores=5,7
/proc/12030/stat : 12030 (python) S 11817 11817 10281 0 -1 4202560 1131 0 0 0 16 11 0 0 16 0 2 0 867478013 317546496 5799 33554432000 4194304 5683644 140734558283504 18446744073709551615 264738231755 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/12030/statm: 77526 5799 400 364 0 13435 0
[pid=12032] ppid=12030 vsize=37672 CPUtime=197.11 cores=5,7
/proc/12032/stat : 12032 (march_hi) T 12030 12032 12032 0 -1 4202496 7504 0 0 0 19710 1 0 0 25 0 1 0 867478013 38576128 7245 33554432000 4194304 4955518 140734057567808 18446744073709551615 4209643 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/12032/statm: 9418 7245 104 186 0 9231 0
[pid=12030/tid=12043] ppid=11817 vsize=310104 CPUtime=0 cores=5,7
/proc/12030/task/12043/stat : 12043 (python) S 11817 11817 10281 0 -1 4202560 45 0 0 0 0 0 0 0 16 0 2 0 867497725 317546496 5799 33554432000 4194304 5683644 140734558283504 18446744073709551615 264738228657 0 0 16781312 514 18446604471135913920 0 0 -1 7 0 0 0
[pid=11817/tid=11824] ppid=11815 vsize=320348 CPUtime=0 cores=5,7
/proc/11817/task/11824/stat : 11824 (python) S 11815 11817 10281 0 -1 4202560 29 934 0 0 0 0 0 0 19 0 5 0 867389477 328036352 7299 33554432000 4194304 5683644 140734558283504 18446744073709551615 264738228657 0 0 16781312 2 18446604471099040896 0 0 -1 5 0 0 0
[pid=11817/tid=11977] ppid=11815 vsize=320348 CPUtime=0 cores=5,7
/proc/11817/task/11977/stat : 11977 (python) S 11815 11817 10281 0 -1 4202560 29 934 0 0 0 0 0 0 20 0 5 0 867399489 328036352 7299 33554432000 4194304 5683644 140734558283504 18446744073709551615 264738228657 0 0 16781312 2 18446604471099040896 0 0 -1 5 0 0 0
[pid=11817/tid=11991] ppid=11815 vsize=320348 CPUtime=0 cores=5,7
/proc/11817/task/11991/stat : 11991 (python) S 11815 11817 10281 0 -1 4202560 33 934 0 0 0 0 0 0 18 0 5 0 867409501 328036352 7299 33554432000 4194304 5683644 140734558283504 18446744073709551615 264738228657 0 0 16781312 2 18446604471099040896 0 0 -1 5 0 0 0
[pid=11817/tid=12031] ppid=11815 vsize=320348 CPUtime=0 cores=5,7
/proc/11817/task/12031/stat : 12031 (python) S 11815 11817 10281 0 -1 4202560 23 934 0 0 0 0 0 0 20 0 5 0 867478013 328036352 7299 33554432000 4194304 5683644 140734558283504 18446744073709551615 264738228657 0 0 16781312 2 18446604471099040896 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1195.71
Current children cumulated vsize (KiB) 3707752

[startup+1195.9 s]
/proc/loadavg: 3.00 3.00 2.93 4/228 12047
/proc/meminfo: memFree=30823992/32951124 swapFree=67064580/67111528
[pid=11817] ppid=11815 vsize=320348 CPUtime=0.49 cores=5,7
/proc/11817/stat : 11817 (python) S 11815 11817 10281 0 -1 4202496 12882 934 1 0 40 9 0 0 18 0 5 0 867389416 328036352 7299 33554432000 4194304 5683644 140734558283504 18446744073709551615 264738231755 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/11817/statm: 80087 7299 1874 364 0 15996 0
[pid=11823] ppid=11817 vsize=288876 CPUtime=0.11 cores=5,7
/proc/11823/stat : 11823 (python) S 11817 11817 10281 0 -1 4202560 1158 0 0 0 6 5 0 0 19 0 2 0 867389477 295809024 5631 33554432000 4194304 5683644 140734558283504 18446744073709551615 264738231755 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/11823/statm: 72219 5631 416 364 0 8137 0
[pid=11825] ppid=11823 vsize=1017932 CPUtime=100.02 cores=5,7
/proc/11825/stat : 11825 (gnovelty+2) T 11823 11825 11825 0 -1 4202496 449 0 0 0 10002 0 0 0 25 0 1 0 867389477 1042362368 186 33554432000 134512640 135663704 4288647488 18446744073709551615 134524518 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/11825/statm: 254483 186 113 282 0 254199 0
[pid=11823/tid=11975] ppid=11817 vsize=288876 CPUtime=0 cores=5,7
/proc/11823/task/11975/stat : 11975 (python) S 11817 11817 10281 0 -1 4202560 44 0 0 0 0 0 0 0 19 0 2 0 867399488 295809024 5631 33554432000 4194304 5683644 140734558283504 18446744073709551615 264738228657 0 0 16781312 514 18446604471130898496 0 0 -1 7 0 0 0
[pid=11976] ppid=11817 vsize=289396 CPUtime=0.11 cores=5,7
/proc/11976/stat : 11976 (python) S 11817 11817 10281 0 -1 4202560 1089 0 0 0 6 5 0 0 19 0 2 0 867399489 296341504 5759 33554432000 4194304 5683644 140734558283504 18446744073709551615 264738231755 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/11976/statm: 72349 5759 400 364 0 8264 0
[pid=11978] ppid=11976 vsize=1017932 CPUtime=100.02 cores=5,7
/proc/11978/stat : 11978 (gnovelty+2) T 11976 11978 11978 0 -1 4202496 449 0 0 0 10002 0 0 0 25 0 1 0 867399489 1042362368 185 33554432000 134512640 135663704 4294713904 18446744073709551615 134545598 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/11978/statm: 254483 185 113 282 0 254199 0
[pid=11976/tid=11989] ppid=11817 vsize=289396 CPUtime=0 cores=5,7
/proc/11976/task/11989/stat : 11989 (python) S 11817 11817 10281 0 -1 4202560 44 0 0 0 0 0 0 0 19 0 2 0 867409500 296341504 5759 33554432000 4194304 5683644 140734558283504 18446744073709551615 264738228657 0 0 16781312 514 18446604471135414976 0 0 -1 7 0 0 0
[pid=11990] ppid=11817 vsize=299228 CPUtime=1.11 cores=5,7
/proc/11990/stat : 11990 (python) S 11817 11817 10281 0 -1 4202560 1130 0 0 0 54 57 0 0 15 0 2 0 867409500 306409472 5672 33554432000 4194304 5683644 140734558283504 18446744073709551615 264726425158 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/11990/statm: 74807 5672 400 364 0 10719 0
[pid=11992] ppid=11990 vsize=126264 CPUtime=797.27 cores=5,7
/proc/11992/stat : 11992 (march_hi) R 11990 11992 11992 0 -1 4202496 25849 0 0 0 79722 5 0 0 25 0 1 0 867409501 129294336 25584 33554432000 4194304 4955518 140736364066176 18446744073709551615 4244549 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/11992/statm: 31566 25584 104 186 0 31379 0
[pid=11990/tid=12029] ppid=11817 vsize=299228 CPUtime=0 cores=5,7
/proc/11990/task/12029/stat : 12029 (python) S 11817 11817 10281 0 -1 4202560 45 0 0 0 0 0 0 0 17 0 2 0 867478012 306409472 5672 33554432000 4194304 5683644 140734558283504 18446744073709551615 264738228657 0 0 16781312 514 18446604471138052224 0 0 -1 5 0 0 0
[pid=12030] ppid=11817 vsize=310104 CPUtime=0.27 cores=5,7
/proc/12030/stat : 12030 (python) S 11817 11817 10281 0 -1 4202560 1131 0 0 0 16 11 0 0 16 0 2 0 867478013 317546496 5799 33554432000 4194304 5683644 140734558283504 18446744073709551615 264738231755 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/12030/statm: 77526 5799 400 364 0 13435 0
[pid=12032] ppid=12030 vsize=37672 CPUtime=197.11 cores=5,7
/proc/12032/stat : 12032 (march_hi) T 12030 12032 12032 0 -1 4202496 7504 0 0 0 19710 1 0 0 25 0 1 0 867478013 38576128 7245 33554432000 4194304 4955518 140734057567808 18446744073709551615 4209643 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/12032/statm: 9418 7245 104 186 0 9231 0
[pid=12030/tid=12043] ppid=11817 vsize=310104 CPUtime=0 cores=5,7
/proc/12030/task/12043/stat : 12043 (python) S 11817 11817 10281 0 -1 4202560 45 0 0 0 0 0 0 0 16 0 2 0 867497725 317546496 5799 33554432000 4194304 5683644 140734558283504 18446744073709551615 264738228657 0 0 16781312 514 18446604471135913920 0 0 -1 7 0 0 0
[pid=11817/tid=11824] ppid=11815 vsize=320348 CPUtime=0 cores=5,7
/proc/11817/task/11824/stat : 11824 (python) S 11815 11817 10281 0 -1 4202560 29 934 0 0 0 0 0 0 19 0 5 0 867389477 328036352 7299 33554432000 4194304 5683644 140734558283504 18446744073709551615 264738228657 0 0 16781312 2 18446604471099040896 0 0 -1 5 0 0 0
[pid=11817/tid=11977] ppid=11815 vsize=320348 CPUtime=0 cores=5,7
/proc/11817/task/11977/stat : 11977 (python) S 11815 11817 10281 0 -1 4202560 29 934 0 0 0 0 0 0 20 0 5 0 867399489 328036352 7299 33554432000 4194304 5683644 140734558283504 18446744073709551615 264738228657 0 0 16781312 2 18446604471099040896 0 0 -1 5 0 0 0
[pid=11817/tid=11991] ppid=11815 vsize=320348 CPUtime=0 cores=5,7
/proc/11817/task/11991/stat : 11991 (python) S 11815 11817 10281 0 -1 4202560 33 934 0 0 0 0 0 0 18 0 5 0 867409501 328036352 7299 33554432000 4194304 5683644 140734558283504 18446744073709551615 264738228657 0 0 16781312 2 18446604471099040896 0 0 -1 5 0 0 0
[pid=11817/tid=12031] ppid=11815 vsize=320348 CPUtime=0 cores=5,7
/proc/11817/task/12031/stat : 12031 (python) S 11815 11817 10281 0 -1 4202560 23 934 0 0 0 0 0 0 20 0 5 0 867478013 328036352 7299 33554432000 4194304 5683644 140734558283504 18446744073709551615 264738228657 0 0 16781312 2 18446604471099040896 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1196.51
Current children cumulated vsize (KiB) 3707752

[startup+1196.7 s]
/proc/loadavg: 3.00 3.00 2.93 4/228 12047
/proc/meminfo: memFree=30823248/32951124 swapFree=67064580/67111528
[pid=11817] ppid=11815 vsize=320348 CPUtime=0.49 cores=5,7
/proc/11817/stat : 11817 (python) S 11815 11817 10281 0 -1 4202496 12882 934 1 0 40 9 0 0 18 0 5 0 867389416 328036352 7299 33554432000 4194304 5683644 140734558283504 18446744073709551615 264738231755 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/11817/statm: 80087 7299 1874 364 0 15996 0
[pid=11823] ppid=11817 vsize=288876 CPUtime=0.11 cores=5,7
/proc/11823/stat : 11823 (python) S 11817 11817 10281 0 -1 4202560 1158 0 0 0 6 5 0 0 19 0 2 0 867389477 295809024 5631 33554432000 4194304 5683644 140734558283504 18446744073709551615 264738231755 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/11823/statm: 72219 5631 416 364 0 8137 0
[pid=11825] ppid=11823 vsize=1017932 CPUtime=100.02 cores=5,7
/proc/11825/stat : 11825 (gnovelty+2) T 11823 11825 11825 0 -1 4202496 449 0 0 0 10002 0 0 0 25 0 1 0 867389477 1042362368 186 33554432000 134512640 135663704 4288647488 18446744073709551615 134524518 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/11825/statm: 254483 186 113 282 0 254199 0
[pid=11823/tid=11975] ppid=11817 vsize=288876 CPUtime=0 cores=5,7
/proc/11823/task/11975/stat : 11975 (python) S 11817 11817 10281 0 -1 4202560 44 0 0 0 0 0 0 0 19 0 2 0 867399488 295809024 5631 33554432000 4194304 5683644 140734558283504 18446744073709551615 264738228657 0 0 16781312 514 18446604471130898496 0 0 -1 7 0 0 0
[pid=11976] ppid=11817 vsize=289396 CPUtime=0.11 cores=5,7
/proc/11976/stat : 11976 (python) S 11817 11817 10281 0 -1 4202560 1089 0 0 0 6 5 0 0 19 0 2 0 867399489 296341504 5759 33554432000 4194304 5683644 140734558283504 18446744073709551615 264738231755 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/11976/statm: 72349 5759 400 364 0 8264 0
[pid=11978] ppid=11976 vsize=1017932 CPUtime=100.02 cores=5,7
/proc/11978/stat : 11978 (gnovelty+2) T 11976 11978 11978 0 -1 4202496 449 0 0 0 10002 0 0 0 25 0 1 0 867399489 1042362368 185 33554432000 134512640 135663704 4294713904 18446744073709551615 134545598 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/11978/statm: 254483 185 113 282 0 254199 0
[pid=11976/tid=11989] ppid=11817 vsize=289396 CPUtime=0 cores=5,7
/proc/11976/task/11989/stat : 11989 (python) S 11817 11817 10281 0 -1 4202560 44 0 0 0 0 0 0 0 19 0 2 0 867409500 296341504 5759 33554432000 4194304 5683644 140734558283504 18446744073709551615 264738228657 0 0 16781312 514 18446604471135414976 0 0 -1 7 0 0 0
[pid=11990] ppid=11817 vsize=299228 CPUtime=1.11 cores=5,7
/proc/11990/stat : 11990 (python) S 11817 11817 10281 0 -1 4202560 1130 0 0 0 54 57 0 0 15 0 2 0 867409500 306409472 5672 33554432000 4194304 5683644 140734558283504 18446744073709551615 264726425158 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/11990/statm: 74807 5672 400 364 0 10719 0
[pid=11992] ppid=11990 vsize=126264 CPUtime=798.08 cores=5,7
/proc/11992/stat : 11992 (march_hi) R 11990 11992 11992 0 -1 4202496 25873 0 0 0 79803 5 0 0 25 0 1 0 867409501 129294336 25608 33554432000 4194304 4955518 140736364066176 18446744073709551615 4224693 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/11992/statm: 31566 25608 104 186 0 31379 0
[pid=11990/tid=12029] ppid=11817 vsize=299228 CPUtime=0 cores=5,7
/proc/11990/task/12029/stat : 12029 (python) S 11817 11817 10281 0 -1 4202560 45 0 0 0 0 0 0 0 17 0 2 0 867478012 306409472 5672 33554432000 4194304 5683644 140734558283504 18446744073709551615 264738228657 0 0 16781312 514 18446604471138052224 0 0 -1 5 0 0 0
[pid=12030] ppid=11817 vsize=310104 CPUtime=0.27 cores=5,7
/proc/12030/stat : 12030 (python) S 11817 11817 10281 0 -1 4202560 1131 0 0 0 16 11 0 0 16 0 2 0 867478013 317546496 5799 33554432000 4194304 5683644 140734558283504 18446744073709551615 264738231755 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/12030/statm: 77526 5799 400 364 0 13435 0
[pid=12032] ppid=12030 vsize=37672 CPUtime=197.11 cores=5,7
/proc/12032/stat : 12032 (march_hi) T 12030 12032 12032 0 -1 4202496 7504 0 0 0 19710 1 0 0 25 0 1 0 867478013 38576128 7245 33554432000 4194304 4955518 140734057567808 18446744073709551615 4209643 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/12032/statm: 9418 7245 104 186 0 9231 0
[pid=12030/tid=12043] ppid=11817 vsize=310104 CPUtime=0 cores=5,7
/proc/12030/task/12043/stat : 12043 (python) S 11817 11817 10281 0 -1 4202560 45 0 0 0 0 0 0 0 16 0 2 0 867497725 317546496 5799 33554432000 4194304 5683644 140734558283504 18446744073709551615 264738228657 0 0 16781312 514 18446604471135913920 0 0 -1 7 0 0 0
[pid=11817/tid=11824] ppid=11815 vsize=320348 CPUtime=0 cores=5,7
/proc/11817/task/11824/stat : 11824 (python) S 11815 11817 10281 0 -1 4202560 29 934 0 0 0 0 0 0 19 0 5 0 867389477 328036352 7299 33554432000 4194304 5683644 140734558283504 18446744073709551615 264738228657 0 0 16781312 2 18446604471099040896 0 0 -1 5 0 0 0
[pid=11817/tid=11977] ppid=11815 vsize=320348 CPUtime=0 cores=5,7
/proc/11817/task/11977/stat : 11977 (python) S 11815 11817 10281 0 -1 4202560 29 934 0 0 0 0 0 0 20 0 5 0 867399489 328036352 7299 33554432000 4194304 5683644 140734558283504 18446744073709551615 264738228657 0 0 16781312 2 18446604471099040896 0 0 -1 5 0 0 0
[pid=11817/tid=11991] ppid=11815 vsize=320348 CPUtime=0 cores=5,7
/proc/11817/task/11991/stat : 11991 (python) S 11815 11817 10281 0 -1 4202560 33 934 0 0 0 0 0 0 18 0 5 0 867409501 328036352 7299 33554432000 4194304 5683644 140734558283504 18446744073709551615 264738228657 0 0 16781312 2 18446604471099040896 0 0 -1 5 0 0 0
[pid=11817/tid=12031] ppid=11815 vsize=320348 CPUtime=0 cores=5,7
/proc/11817/task/12031/stat : 12031 (python) S 11815 11817 10281 0 -1 4202560 23 934 0 0 0 0 0 0 20 0 5 0 867478013 328036352 7299 33554432000 4194304 5683644 140734558283504 18446744073709551615 264738228657 0 0 16781312 2 18446604471099040896 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1197.32
Current children cumulated vsize (KiB) 3707752

[startup+1196.9 s]
/proc/loadavg: 3.00 3.00 2.93 4/228 12047
/proc/meminfo: memFree=30823248/32951124 swapFree=67064580/67111528
[pid=11817] ppid=11815 vsize=320348 CPUtime=0.49 cores=5,7
/proc/11817/stat : 11817 (python) S 11815 11817 10281 0 -1 4202496 12882 934 1 0 40 9 0 0 18 0 5 0 867389416 328036352 7299 33554432000 4194304 5683644 140734558283504 18446744073709551615 264738231755 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/11817/statm: 80087 7299 1874 364 0 15996 0
[pid=11823] ppid=11817 vsize=288876 CPUtime=0.11 cores=5,7
/proc/11823/stat : 11823 (python) S 11817 11817 10281 0 -1 4202560 1158 0 0 0 6 5 0 0 19 0 2 0 867389477 295809024 5631 33554432000 4194304 5683644 140734558283504 18446744073709551615 264738231755 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/11823/statm: 72219 5631 416 364 0 8137 0
[pid=11825] ppid=11823 vsize=1017932 CPUtime=100.02 cores=5,7
/proc/11825/stat : 11825 (gnovelty+2) T 11823 11825 11825 0 -1 4202496 449 0 0 0 10002 0 0 0 25 0 1 0 867389477 1042362368 186 33554432000 134512640 135663704 4288647488 18446744073709551615 134524518 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/11825/statm: 254483 186 113 282 0 254199 0
[pid=11823/tid=11975] ppid=11817 vsize=288876 CPUtime=0 cores=5,7
/proc/11823/task/11975/stat : 11975 (python) S 11817 11817 10281 0 -1 4202560 44 0 0 0 0 0 0 0 19 0 2 0 867399488 295809024 5631 33554432000 4194304 5683644 140734558283504 18446744073709551615 264738228657 0 0 16781312 514 18446604471130898496 0 0 -1 7 0 0 0
[pid=11976] ppid=11817 vsize=289396 CPUtime=0.11 cores=5,7
/proc/11976/stat : 11976 (python) S 11817 11817 10281 0 -1 4202560 1089 0 0 0 6 5 0 0 19 0 2 0 867399489 296341504 5759 33554432000 4194304 5683644 140734558283504 18446744073709551615 264738231755 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/11976/statm: 72349 5759 400 364 0 8264 0
[pid=11978] ppid=11976 vsize=1017932 CPUtime=100.02 cores=5,7
/proc/11978/stat : 11978 (gnovelty+2) T 11976 11978 11978 0 -1 4202496 449 0 0 0 10002 0 0 0 25 0 1 0 867399489 1042362368 185 33554432000 134512640 135663704 4294713904 18446744073709551615 134545598 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/11978/statm: 254483 185 113 282 0 254199 0
[pid=11976/tid=11989] ppid=11817 vsize=289396 CPUtime=0 cores=5,7
/proc/11976/task/11989/stat : 11989 (python) S 11817 11817 10281 0 -1 4202560 44 0 0 0 0 0 0 0 19 0 2 0 867409500 296341504 5759 33554432000 4194304 5683644 140734558283504 18446744073709551615 264738228657 0 0 16781312 514 18446604471135414976 0 0 -1 7 0 0 0
[pid=11990] ppid=11817 vsize=299228 CPUtime=1.11 cores=5,7
/proc/11990/stat : 11990 (python) S 11817 11817 10281 0 -1 4202560 1130 0 0 0 54 57 0 0 15 0 2 0 867409500 306409472 5672 33554432000 4194304 5683644 140734558283504 18446744073709551615 264726425158 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/11990/statm: 74807 5672 400 364 0 10719 0
[pid=11992] ppid=11990 vsize=126264 CPUtime=798.27 cores=5,7
/proc/11992/stat : 11992 (march_hi) R 11990 11992 11992 0 -1 4202496 25880 0 0 0 79822 5 0 0 25 0 1 0 867409501 129294336 25615 33554432000 4194304 4955518 140736364066176 18446744073709551615 4309708 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/11992/statm: 31566 25615 104 186 0 31379 0
[pid=11990/tid=12029] ppid=11817 vsize=299228 CPUtime=0 cores=5,7
/proc/11990/task/12029/stat : 12029 (python) S 11817 11817 10281 0 -1 4202560 45 0 0 0 0 0 0 0 17 0 2 0 867478012 306409472 5672 33554432000 4194304 5683644 140734558283504 18446744073709551615 264738228657 0 0 16781312 514 18446604471138052224 0 0 -1 5 0 0 0
[pid=12030] ppid=11817 vsize=310104 CPUtime=0.27 cores=5,7
/proc/12030/stat : 12030 (python) S 11817 11817 10281 0 -1 4202560 1131 0 0 0 16 11 0 0 16 0 2 0 867478013 317546496 5799 33554432000 4194304 5683644 140734558283504 18446744073709551615 264738231755 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/12030/statm: 77526 5799 400 364 0 13435 0
[pid=12032] ppid=12030 vsize=37672 CPUtime=197.11 cores=5,7
/proc/12032/stat : 12032 (march_hi) T 12030 12032 12032 0 -1 4202496 7504 0 0 0 19710 1 0 0 25 0 1 0 867478013 38576128 7245 33554432000 4194304 4955518 140734057567808 18446744073709551615 4209643 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/12032/statm: 9418 7245 104 186 0 9231 0
[pid=12030/tid=12043] ppid=11817 vsize=310104 CPUtime=0 cores=5,7
/proc/12030/task/12043/stat : 12043 (python) S 11817 11817 10281 0 -1 4202560 45 0 0 0 0 0 0 0 16 0 2 0 867497725 317546496 5799 33554432000 4194304 5683644 140734558283504 18446744073709551615 264738228657 0 0 16781312 514 18446604471135913920 0 0 -1 7 0 0 0
[pid=11817/tid=11824] ppid=11815 vsize=320348 CPUtime=0 cores=5,7
/proc/11817/task/11824/stat : 11824 (python) S 11815 11817 10281 0 -1 4202560 29 934 0 0 0 0 0 0 19 0 5 0 867389477 328036352 7299 33554432000 4194304 5683644 140734558283504 18446744073709551615 264738228657 0 0 16781312 2 18446604471099040896 0 0 -1 5 0 0 0
[pid=11817/tid=11977] ppid=11815 vsize=320348 CPUtime=0 cores=5,7
/proc/11817/task/11977/stat : 11977 (python) S 11815 11817 10281 0 -1 4202560 29 934 0 0 0 0 0 0 20 0 5 0 867399489 328036352 7299 33554432000 4194304 5683644 140734558283504 18446744073709551615 264738228657 0 0 16781312 2 18446604471099040896 0 0 -1 5 0 0 0
[pid=11817/tid=11991] ppid=11815 vsize=320348 CPUtime=0 cores=5,7
/proc/11817/task/11991/stat : 11991 (python) S 11815 11817 10281 0 -1 4202560 33 934 0 0 0 0 0 0 18 0 5 0 867409501 328036352 7299 33554432000 4194304 5683644 140734558283504 18446744073709551615 264738228657 0 0 16781312 2 18446604471099040896 0 0 -1 5 0 0 0
[pid=11817/tid=12031] ppid=11815 vsize=320348 CPUtime=0 cores=5,7
/proc/11817/task/12031/stat : 12031 (python) S 11815 11817 10281 0 -1 4202560 23 934 0 0 0 0 0 0 20 0 5 0 867478013 328036352 7299 33554432000 4194304 5683644 140734558283504 18446744073709551615 264738228657 0 0 16781312 2 18446604471099040896 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1197.51
Current children cumulated vsize (KiB) 3707752

Child status: 0
Real time (s): 1196.97
CPU time (s): 1197.69
CPU user time (s): 1196.7
CPU system time (s): 0.990849
CPU usage (%): 100.06
Max. virtual memory (cumulated for all children) (KiB): 3707756

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1196.7
system time used= 0.990849
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 56794
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= 2693
involuntary context switches= 3033

runsolver used 2.04169 second user time and 4.45232 second system time

The end

Launcher Data

Begin job on node141 at 2011-06-11 01:48:58
IDJOB=3484480
IDBENCH=82991
IDSOLVER=1975
FILE ID=node141/3484480-1307749738
RUNJOBID= node141-1307746989-10302
PBS_JOBID= 13550819
Free space on /tmp= 74036 MiB

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

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

MD5SUM BENCH= 2d7407b1b64ab354711b83851f166439
RANDOM SEED=2144032306

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.806
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:      31335552 kB
Buffers:        246216 kB
Cached:        1096400 kB
SwapCached:       8728 kB
Active:         615312 kB
Inactive:       812608 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31335552 kB
SwapTotal:    67111528 kB
SwapFree:     67064580 kB
Dirty:           64284 kB
Writeback:          16 kB
AnonPages:       83292 kB
Mapped:          16912 kB
Slab:           117844 kB
PageTables:       9052 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  3848944 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= 74004 MiB
End job on node141 at 2011-06-11 02:08:55