Trace number 3386836

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 460.516 458.567

General information on the benchmark

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

Solver Data

0.37/0.64	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.37/0.64	c INFO: solving HOME/instance-3386836-1305593235.cnf
0.37/0.64	c INFO: computing task features
0.37/0.65	c INFO: computed variable-clause graph statistics
0.37/0.66	c INFO: computed clause balance statistics
0.47/0.71	c INFO: computed variable balance statistics
0.47/0.74	c INFO: computed small-clause counts
0.47/0.74	c INFO: computed Horn-clause counts
0.47/0.74	c INFO: computed variable graph statistics
0.47/0.74	c INFO: collected features for HOME/instance-3386836-1305593235.cnf in 0.10 s
0.47/0.77	c INFO: running gnovelty+2@0 for 97 with 4999 remaining (b = 0.62)
98.35/98.24	c INFO: running march_hi@0 for 194 with 4902 remaining (b = 0.19)
297.39/296.37	c INFO: running march_hi@198 for 194 with 4704 remaining (b = 0.18)
460.41/458.54	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-3386836-1305593235/watcher-3386836-1305593235 -o /tmp/evaluation-result-3386836-1305593235/solver-3386836-1305593235 -C 5000 -W 5100 -M 15500 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3386836-1305593235.cnf -seed 448214935 -budget 5000 

running on 4 cores: 1,3,5,7

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.06 4.08 4.02 4/591 11470
/proc/meminfo: memFree=12540788/32951124 swapFree=67111348/67111528
[pid=11470] ppid=11468 vsize=15776 CPUtime=0 cores=1,3,5,7
/proc/11470/stat : 11470 (python) R 11468 11470 10801 0 -1 4202496 900 0 0 0 0 0 0 0 25 0 1 0 670921215 16154624 782 33554432000 4194304 5683644 140735830437008 18446744073709551615 4426576 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/11470/statm: 3944 782 345 364 0 431 0

[startup+0.058549 s]
/proc/loadavg: 4.06 4.08 4.02 4/591 11470
/proc/meminfo: memFree=12540788/32951124 swapFree=67111348/67111528
[pid=11470] ppid=11468 vsize=29792 CPUtime=0.03 cores=1,3,5,7
/proc/11470/stat : 11470 (python) R 11468 11470 10801 0 -1 4202496 1439 0 0 0 2 1 0 0 25 0 1 0 670921215 30507008 1283 33554432000 4194304 5683644 140735830437008 18446744073709551615 212687673344 0 2147483391 16781312 2 0 0 0 17 3 0 0 0
/proc/11470/statm: 7448 1283 443 364 0 818 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 29792

[startup+0.100571 s]
/proc/loadavg: 4.06 4.08 4.02 4/591 11470
/proc/meminfo: memFree=12540788/32951124 swapFree=67111348/67111528
[pid=11470] ppid=11468 vsize=89772 CPUtime=0.06 cores=1,3,5,7
/proc/11470/stat : 11470 (python) R 11468 11470 10801 0 -1 4202496 2671 0 0 0 4 2 0 0 17 0 1 0 670921215 91926528 2388 33554432000 4194304 5683644 140735830437008 18446744073709551615 212682751623 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/11470/statm: 22443 2388 750 364 0 1623 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 89772

[startup+0.300475 s]
/proc/loadavg: 4.06 4.08 4.02 4/591 11470
/proc/meminfo: memFree=12540788/32951124 swapFree=67111348/67111528
[pid=11470] ppid=11468 vsize=135752 CPUtime=0.17 cores=1,3,5,7
/proc/11470/stat : 11470 (python) S 11468 11470 10801 0 -1 4202496 5968 934 1 0 13 4 0 0 17 0 1 0 670921215 139010048 4149 33554432000 4194304 5683644 140735830437008 18446744073709551615 212687671301 0 2147483391 16781312 2 18446744071699199166 0 0 17 7 0 0 0
/proc/11470/statm: 33938 4149 1032 364 0 3124 0
Current children cumulated CPU time (s) 0.17
Current children cumulated vsize (KiB) 135752

[startup+0.707454 s]
/proc/loadavg: 4.06 4.08 4.02 4/591 11470
/proc/meminfo: memFree=12540788/32951124 swapFree=67111348/67111528
[pid=11470] ppid=11468 vsize=278468 CPUtime=0.47 cores=1,3,5,7
/proc/11470/stat : 11470 (python) R 11468 11470 10801 0 -1 4202496 9341 934 1 0 35 12 0 0 15 0 1 0 670921215 285151232 7001 33554432000 4194304 5683644 140735830437008 18446744073709551615 46915213738487 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/11470/statm: 69617 7001 1826 364 0 5541 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 278468

[startup+1.50028 s]
/proc/loadavg: 4.06 4.08 4.02 5/595 11478
/proc/meminfo: memFree=12514344/32951124 swapFree=67111348/67111528
[pid=11470] ppid=11468 vsize=288736 CPUtime=0.53 cores=1,3,5,7
/proc/11470/stat : 11470 (python) S 11468 11470 10801 0 -1 4202496 9800 934 1 0 41 12 0 0 18 0 2 0 670921215 295665664 7071 33554432000 4194304 5683644 140735830437008 18446744073709551615 212699502027 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/11470/statm: 72184 7071 1875 364 0 8102 0
[pid=11476] ppid=11470 vsize=278492 CPUtime=0 cores=1,3,5,7
/proc/11476/stat : 11476 (python) S 11470 11470 10801 0 -1 4202560 744 0 0 0 0 0 0 0 17 0 1 0 670921293 285175808 5546 33554432000 4194304 5683644 140735830437008 18446744073709551615 212687695375 0 0 16781312 514 12372183952222322687 0 0 17 7 0 0 0
/proc/11476/statm: 69623 5546 354 364 0 5541 0
[pid=11478] ppid=11476 vsize=1017800 CPUtime=0.71 cores=1,3,5,7
/proc/11478/stat : 11478 (gnovelty+2) R 11476 11478 11478 0 -1 4202496 435 0 0 0 71 0 0 0 19 0 1 0 670921293 1042227200 171 33554432000 134512640 135663704 4294532576 18446744073709551615 134525347 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/11478/statm: 254450 171 113 282 0 254166 0
[pid=11470/tid=11477] ppid=11468 vsize=288736 CPUtime=0 cores=1,3,5,7
/proc/11470/task/11477/stat : 11477 (python) S 11468 11470 10801 0 -1 4202560 31 934 0 0 0 0 0 0 18 0 2 0 670921293 295665664 7071 33554432000 4194304 5683644 140735830437008 18446744073709551615 212699498929 0 0 16781312 2 18446604468378725312 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1.24
Current children cumulated vsize (KiB) 1585028

[startup+3.10099 s]
/proc/loadavg: 4.06 4.08 4.02 5/595 11478
/proc/meminfo: memFree=12513852/32951124 swapFree=67111348/67111528
[pid=11470] ppid=11468 vsize=288736 CPUtime=0.53 cores=1,3,5,7
/proc/11470/stat : 11470 (python) S 11468 11470 10801 0 -1 4202496 9800 934 1 0 41 12 0 0 18 0 2 0 670921215 295665664 7071 33554432000 4194304 5683644 140735830437008 18446744073709551615 212699502027 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/11470/statm: 72184 7071 1875 364 0 8102 0
[pid=11476] ppid=11470 vsize=278492 CPUtime=0 cores=1,3,5,7
/proc/11476/stat : 11476 (python) S 11470 11470 10801 0 -1 4202560 744 0 0 0 0 0 0 0 15 0 1 0 670921293 285175808 5546 33554432000 4194304 5683644 140735830437008 18446744073709551615 212687695375 0 0 16781312 514 12372183952222290183 0 0 17 7 0 0 0
/proc/11476/statm: 69623 5546 354 364 0 5541 0
[pid=11478] ppid=11476 vsize=1017800 CPUtime=2.31 cores=1,3,5,7
/proc/11478/stat : 11478 (gnovelty+2) R 11476 11478 11478 0 -1 4202496 435 0 0 0 231 0 0 0 25 0 1 0 670921293 1042227200 171 33554432000 134512640 135663704 4294532576 18446744073709551615 134525049 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/11478/statm: 254450 171 113 282 0 254166 0
[pid=11470/tid=11477] ppid=11468 vsize=288736 CPUtime=0 cores=1,3,5,7
/proc/11470/task/11477/stat : 11477 (python) S 11468 11470 10801 0 -1 4202560 31 934 0 0 0 0 0 0 18 0 2 0 670921293 295665664 7071 33554432000 4194304 5683644 140735830437008 18446744073709551615 212699498929 0 0 16781312 2 18446604468378725312 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2.84
Current children cumulated vsize (KiB) 1585028

[startup+6.30042 s]
/proc/loadavg: 4.06 4.07 4.02 5/595 11478
/proc/meminfo: memFree=12512804/32951124 swapFree=67111348/67111528
[pid=11470] ppid=11468 vsize=288736 CPUtime=0.53 cores=1,3,5,7
/proc/11470/stat : 11470 (python) S 11468 11470 10801 0 -1 4202496 9800 934 1 0 41 12 0 0 18 0 2 0 670921215 295665664 7071 33554432000 4194304 5683644 140735830437008 18446744073709551615 212699502027 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/11470/statm: 72184 7071 1875 364 0 8102 0
[pid=11476] ppid=11470 vsize=278492 CPUtime=0.02 cores=1,3,5,7
/proc/11476/stat : 11476 (python) S 11470 11470 10801 0 -1 4202560 897 0 0 0 1 1 0 0 15 0 1 0 670921293 285175808 5569 33554432000 4194304 5683644 140735830437008 18446744073709551615 212687695375 0 0 16781312 514 12372183952222290183 0 0 17 7 0 0 0
/proc/11476/statm: 69623 5569 377 364 0 5541 0
[pid=11478] ppid=11476 vsize=1017800 CPUtime=5.51 cores=1,3,5,7
/proc/11478/stat : 11478 (gnovelty+2) R 11476 11478 11478 0 -1 4202496 435 0 0 0 551 0 0 0 25 0 1 0 670921293 1042227200 171 33554432000 134512640 135663704 4294532576 18446744073709551615 134524503 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/11478/statm: 254450 171 113 282 0 254166 0
[pid=11470/tid=11477] ppid=11468 vsize=288736 CPUtime=0 cores=1,3,5,7
/proc/11470/task/11477/stat : 11477 (python) S 11468 11470 10801 0 -1 4202560 31 934 0 0 0 0 0 0 18 0 2 0 670921293 295665664 7071 33554432000 4194304 5683644 140735830437008 18446744073709551615 212699498929 0 0 16781312 2 18446604468378725312 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 6.06
Current children cumulated vsize (KiB) 1585028

[startup+12.7003 s]
/proc/loadavg: 4.05 4.07 4.02 5/595 11479
/proc/meminfo: memFree=12512180/32951124 swapFree=67111348/67111528
[pid=11470] ppid=11468 vsize=288736 CPUtime=0.53 cores=1,3,5,7
/proc/11470/stat : 11470 (python) S 11468 11470 10801 0 -1 4202496 9800 934 1 0 41 12 0 0 18 0 2 0 670921215 295665664 7071 33554432000 4194304 5683644 140735830437008 18446744073709551615 212699502027 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/11470/statm: 72184 7071 1875 364 0 8102 0
[pid=11476] ppid=11470 vsize=278492 CPUtime=0.04 cores=1,3,5,7
/proc/11476/stat : 11476 (python) S 11470 11470 10801 0 -1 4202560 899 0 0 0 2 2 0 0 15 0 1 0 670921293 285175808 5569 33554432000 4194304 5683644 140735830437008 18446744073709551615 212687695375 0 0 16781312 514 6245314006697869575 0 0 17 7 0 0 0
/proc/11476/statm: 69623 5569 377 364 0 5541 0
[pid=11478] ppid=11476 vsize=1017800 CPUtime=11.91 cores=1,3,5,7
/proc/11478/stat : 11478 (gnovelty+2) R 11476 11478 11478 0 -1 4202496 435 0 0 0 1191 0 0 0 25 0 1 0 670921293 1042227200 171 33554432000 134512640 135663704 4294532576 18446744073709551615 134525302 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/11478/statm: 254450 171 113 282 0 254166 0
[pid=11470/tid=11477] ppid=11468 vsize=288736 CPUtime=0 cores=1,3,5,7
/proc/11470/task/11477/stat : 11477 (python) S 11468 11470 10801 0 -1 4202560 31 934 0 0 0 0 0 0 18 0 2 0 670921293 295665664 7071 33554432000 4194304 5683644 140735830437008 18446744073709551615 212699498929 0 0 16781312 2 18446604468378725312 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 12.48
Current children cumulated vsize (KiB) 1585028

[startup+25.5009 s]
/proc/loadavg: 4.04 4.07 4.01 5/595 11479
/proc/meminfo: memFree=12511116/32951124 swapFree=67111348/67111528
[pid=11470] ppid=11468 vsize=288736 CPUtime=0.53 cores=1,3,5,7
/proc/11470/stat : 11470 (python) S 11468 11470 10801 0 -1 4202496 9800 934 1 0 41 12 0 0 18 0 2 0 670921215 295665664 7071 33554432000 4194304 5683644 140735830437008 18446744073709551615 212699502027 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/11470/statm: 72184 7071 1875 364 0 8102 0
[pid=11476] ppid=11470 vsize=278492 CPUtime=0.09 cores=1,3,5,7
/proc/11476/stat : 11476 (python) S 11470 11470 10801 0 -1 4202560 904 0 0 0 4 5 0 0 15 0 1 0 670921293 285175808 5569 33554432000 4194304 5683644 140735830437008 18446744073709551615 212687695375 0 0 16781312 514 6245314006697869575 0 0 17 7 0 0 0
/proc/11476/statm: 69623 5569 377 364 0 5541 0
[pid=11478] ppid=11476 vsize=1017800 CPUtime=24.72 cores=1,3,5,7
/proc/11478/stat : 11478 (gnovelty+2) R 11476 11478 11478 0 -1 4202496 435 0 0 0 2472 0 0 0 25 0 1 0 670921293 1042227200 171 33554432000 134512640 135663704 4294532576 18446744073709551615 134524548 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/11478/statm: 254450 171 113 282 0 254166 0
[pid=11470/tid=11477] ppid=11468 vsize=288736 CPUtime=0 cores=1,3,5,7
/proc/11470/task/11477/stat : 11477 (python) S 11468 11470 10801 0 -1 4202560 31 934 0 0 0 0 0 0 18 0 2 0 670921293 295665664 7071 33554432000 4194304 5683644 140735830437008 18446744073709551615 212699498929 0 0 16781312 2 18446604468378725312 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 25.34
Current children cumulated vsize (KiB) 1585028

[startup+51.1002 s]
/proc/loadavg: 4.02 4.06 4.01 5/595 11480
/proc/meminfo: memFree=12507028/32951124 swapFree=67111348/67111528
[pid=11470] ppid=11468 vsize=288736 CPUtime=0.53 cores=1,3,5,7
/proc/11470/stat : 11470 (python) S 11468 11470 10801 0 -1 4202496 9800 934 1 0 41 12 0 0 18 0 2 0 670921215 295665664 7071 33554432000 4194304 5683644 140735830437008 18446744073709551615 212699502027 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/11470/statm: 72184 7071 1875 364 0 8102 0
[pid=11476] ppid=11470 vsize=278492 CPUtime=0.2 cores=1,3,5,7
/proc/11476/stat : 11476 (python) S 11470 11470 10801 0 -1 4202560 915 0 0 0 10 10 0 0 15 0 1 0 670921293 285175808 5569 33554432000 4194304 5683644 140735830437008 18446744073709551615 212687695375 0 0 16781312 514 6245314006697869575 0 0 17 7 0 0 0
/proc/11476/statm: 69623 5569 377 364 0 5541 0
[pid=11478] ppid=11476 vsize=1017800 CPUtime=50.32 cores=1,3,5,7
/proc/11478/stat : 11478 (gnovelty+2) R 11476 11478 11478 0 -1 4202496 435 0 0 0 5032 0 0 0 25 0 1 0 670921293 1042227200 171 33554432000 134512640 135663704 4294532576 18446744073709551615 134524507 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/11478/statm: 254450 171 113 282 0 254166 0
[pid=11470/tid=11477] ppid=11468 vsize=288736 CPUtime=0 cores=1,3,5,7
/proc/11470/task/11477/stat : 11477 (python) S 11468 11470 10801 0 -1 4202560 31 934 0 0 0 0 0 0 18 0 2 0 670921293 295665664 7071 33554432000 4194304 5683644 140735830437008 18446744073709551615 212699498929 0 0 16781312 2 18446604468378725312 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 1585028

[startup+102.322 s]
/proc/loadavg: 4.01 4.05 4.01 6/602 11488
/proc/meminfo: memFree=12490908/32951124 swapFree=67111348/67111528
[pid=11470] ppid=11468 vsize=299520 CPUtime=0.56 cores=1,3,5,7
/proc/11470/stat : 11470 (python) S 11468 11470 10801 0 -1 4202496 10635 934 1 0 44 12 0 0 20 0 3 0 670921215 306708480 7210 33554432000 4194304 5683644 140735830437008 18446744073709551615 212699502027 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/11470/statm: 74880 7210 1878 364 0 10795 0
[pid=11476] ppid=11470 vsize=288736 CPUtime=0.42 cores=1,3,5,7
/proc/11476/stat : 11476 (python) S 11470 11470 10801 0 -1 4202560 1091 0 0 0 20 22 0 0 17 0 2 0 670921293 295665664 5607 33554432000 4194304 5683644 140735830437008 18446744073709551615 212699502027 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/11476/statm: 72184 5607 410 364 0 8102 0
[pid=11478] ppid=11476 vsize=1017800 CPUtime=97.44 cores=1,3,5,7
/proc/11478/stat : 11478 (gnovelty+2) T 11476 11478 11478 0 -1 4202496 435 0 0 0 9744 0 0 0 25 0 1 0 670921293 1042227200 171 33554432000 134512640 135663704 4294532576 18446744073709551615 134525229 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/11478/statm: 254450 171 113 282 0 254166 0
[pid=11476/tid=11485] ppid=11470 vsize=288736 CPUtime=0 cores=1,3,5,7
/proc/11476/task/11485/stat : 11485 (python) S 11470 11470 10801 0 -1 4202560 50 0 0 0 0 0 0 0 17 0 2 0 670931037 295665664 5607 33554432000 4194304 5683644 140735830437008 18446744073709551615 212699498929 0 0 16781312 514 18446604464383251392 0 0 -1 7 0 0 0
[pid=11486] ppid=11470 vsize=289276 CPUtime=0 cores=1,3,5,7
/proc/11486/stat : 11486 (python) S 11470 11470 10801 0 -1 4202560 753 0 0 0 0 0 0 0 15 0 1 0 670931040 296218624 5676 33554432000 4194304 5683644 140735830437008 18446744073709551615 212687695430 0 0 16781312 514 7185510801950605574 0 0 17 3 0 0 0
/proc/11486/statm: 72319 5676 348 364 0 8234 0
[pid=11488] ppid=11486 vsize=1692 CPUtime=4.06 cores=1,3,5,7
/proc/11488/stat : 11488 (march_hi) R 11486 11488 11488 0 -1 4202496 513 0 0 0 406 0 0 0 25 0 1 0 670931040 1732608 248 33554432000 4194304 4955518 140733290022416 18446744073709551615 4237810 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/11488/statm: 423 248 106 186 0 236 0
[pid=11470/tid=11477] ppid=11468 vsize=299520 CPUtime=0 cores=1,3,5,7
/proc/11470/task/11477/stat : 11477 (python) S 11468 11470 10801 0 -1 4202560 31 934 0 0 0 0 0 0 18 0 3 0 670921293 306708480 7210 33554432000 4194304 5683644 140735830437008 18446744073709551615 212699498929 0 0 16781312 2 18446604468378725312 0 0 -1 7 0 0 0
[pid=11470/tid=11487] ppid=11468 vsize=299520 CPUtime=0 cores=1,3,5,7
/proc/11470/task/11487/stat : 11487 (python) S 11468 11470 10801 0 -1 4202560 27 934 0 0 0 0 0 0 20 0 3 0 670931040 306708480 7210 33554432000 4194304 5683644 140735830437008 18446744073709551615 212699498929 0 0 16781312 2 18446604468378725312 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 102.48
Current children cumulated vsize (KiB) 1897024

[startup+162.301 s]
/proc/loadavg: 4.00 4.04 4.00 5/602 11490
/proc/meminfo: memFree=12478724/32951124 swapFree=67111348/67111528
[pid=11470] ppid=11468 vsize=299520 CPUtime=0.56 cores=1,3,5,7
/proc/11470/stat : 11470 (python) S 11468 11470 10801 0 -1 4202496 10635 934 1 0 44 12 0 0 20 0 3 0 670921215 306708480 7210 33554432000 4194304 5683644 140735830437008 18446744073709551615 212699502027 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/11470/statm: 74880 7210 1878 364 0 10795 0
[pid=11476] ppid=11470 vsize=288736 CPUtime=0.42 cores=1,3,5,7

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

[pid=11470] ppid=11468 vsize=299300 CPUtime=0.59 cores=1,3,5,7
/proc/11470/stat : 11470 (python) S 11468 11470 10801 0 -1 4202496 11251 934 1 0 47 12 0 0 18 0 3 0 670921215 306483200 7138 33554432000 4194304 5683644 140735830437008 18446744073709551615 212699502027 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/11470/statm: 74825 7138 1878 364 0 10740 0
[pid=11476] ppid=11470 vsize=288736 CPUtime=0.42 cores=1,3,5,7
/proc/11476/stat : 11476 (python) S 11470 11470 10801 0 -1 4202560 1091 0 0 0 20 22 0 0 17 0 2 0 670921293 295665664 5607 33554432000 4194304 5683644 140735830437008 18446744073709551615 212699502027 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/11476/statm: 72184 5607 410 364 0 8102 0
[pid=11478] ppid=11476 vsize=1017800 CPUtime=97.44 cores=1,3,5,7
/proc/11478/stat : 11478 (gnovelty+2) T 11476 11478 11478 0 -1 4202496 435 0 0 0 9744 0 0 0 25 0 1 0 670921293 1042227200 171 33554432000 134512640 135663704 4294532576 18446744073709551615 134525229 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/11478/statm: 254450 171 113 282 0 254166 0
[pid=11476/tid=11485] ppid=11470 vsize=288736 CPUtime=0 cores=1,3,5,7
/proc/11476/task/11485/stat : 11485 (python) S 11470 11470 10801 0 -1 4202560 50 0 0 0 0 0 0 0 17 0 2 0 670931037 295665664 5607 33554432000 4194304 5683644 140735830437008 18446744073709551615 212699498929 0 0 16781312 514 18446604464383251392 0 0 -1 7 0 0 0
[pid=11486] ppid=11470 vsize=289276 CPUtime=1.65 cores=1,3,5,7
/proc/11486/stat : 11486 (python) S 11470 11470 10801 0 -1 4202560 1170 0 0 0 87 78 0 0 15 0 2 0 670931040 296218624 5730 33554432000 4194304 5683644 140735830437008 18446744073709551615 212687695430 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/11486/statm: 72319 5730 401 364 0 8234 0
[pid=11488] ppid=11486 vsize=13516 CPUtime=349.62 cores=1,3,5,7
/proc/11488/stat : 11488 (march_hi) R 11486 11488 11488 0 -1 4202496 3037 0 0 0 34962 0 0 0 25 0 1 0 670931040 13840384 2772 33554432000 4194304 4955518 140733290022416 18446744073709551615 4208624 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/11488/statm: 3379 2772 106 186 0 3192 0
[pid=11486/tid=11495] ppid=11470 vsize=289276 CPUtime=0 cores=1,3,5,7
/proc/11486/task/11495/stat : 11495 (python) S 11470 11470 10801 0 -1 4202560 47 0 0 0 0 0 0 0 16 0 2 0 670950849 296218624 5730 33554432000 4194304 5683644 140735830437008 18446744073709551615 212699498929 0 0 16781312 514 18446604470159159616 0 0 -1 7 0 0 0
[pid=11470/tid=11477] ppid=11468 vsize=299300 CPUtime=0 cores=1,3,5,7
/proc/11470/task/11477/stat : 11477 (python) S 11468 11470 10801 0 -1 4202560 31 934 0 0 0 0 0 0 18 0 3 0 670921293 306483200 7138 33554432000 4194304 5683644 140735830437008 18446744073709551615 212699498929 0 0 16781312 2 18446604468378725312 0 0 -1 7 0 0 0
[pid=11470/tid=11487] ppid=11468 vsize=299300 CPUtime=0 cores=1,3,5,7
/proc/11470/task/11487/stat : 11487 (python) S 11468 11470 10801 0 -1 4202560 28 934 0 0 0 0 0 0 18 0 3 0 670931040 306483200 7138 33554432000 4194304 5683644 140735830437008 18446744073709551615 212699498929 0 0 16781312 2 18446604468378725312 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 449.72
Current children cumulated vsize (KiB) 1908628

[startup+454.322 s]
/proc/loadavg: 4.30 4.10 4.03 5/604 11499
/proc/meminfo: memFree=12427548/32951124 swapFree=67111348/67111528
[pid=11470] ppid=11468 vsize=299300 CPUtime=0.59 cores=1,3,5,7
/proc/11470/stat : 11470 (python) S 11468 11470 10801 0 -1 4202496 11251 934 1 0 47 12 0 0 18 0 3 0 670921215 306483200 7138 33554432000 4194304 5683644 140735830437008 18446744073709551615 212699502027 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/11470/statm: 74825 7138 1878 364 0 10740 0
[pid=11476] ppid=11470 vsize=288736 CPUtime=0.42 cores=1,3,5,7
/proc/11476/stat : 11476 (python) S 11470 11470 10801 0 -1 4202560 1091 0 0 0 20 22 0 0 17 0 2 0 670921293 295665664 5607 33554432000 4194304 5683644 140735830437008 18446744073709551615 212699502027 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/11476/statm: 72184 5607 410 364 0 8102 0
[pid=11478] ppid=11476 vsize=1017800 CPUtime=97.44 cores=1,3,5,7
/proc/11478/stat : 11478 (gnovelty+2) T 11476 11478 11478 0 -1 4202496 435 0 0 0 9744 0 0 0 25 0 1 0 670921293 1042227200 171 33554432000 134512640 135663704 4294532576 18446744073709551615 134525229 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/11478/statm: 254450 171 113 282 0 254166 0
[pid=11476/tid=11485] ppid=11470 vsize=288736 CPUtime=0 cores=1,3,5,7
/proc/11476/task/11485/stat : 11485 (python) S 11470 11470 10801 0 -1 4202560 50 0 0 0 0 0 0 0 17 0 2 0 670931037 295665664 5607 33554432000 4194304 5683644 140735830437008 18446744073709551615 212699498929 0 0 16781312 514 18446604464383251392 0 0 -1 7 0 0 0
[pid=11486] ppid=11470 vsize=289276 CPUtime=1.7 cores=1,3,5,7
/proc/11486/stat : 11486 (python) S 11470 11470 10801 0 -1 4202560 1170 0 0 0 89 81 0 0 15 0 2 0 670931040 296218624 5730 33554432000 4194304 5683644 140735830437008 18446744073709551615 212687695430 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/11486/statm: 72319 5730 401 364 0 8234 0
[pid=11488] ppid=11486 vsize=13516 CPUtime=356.04 cores=1,3,5,7
/proc/11488/stat : 11488 (march_hi) R 11486 11488 11488 0 -1 4202496 3137 0 0 0 35604 0 0 0 25 0 1 0 670931040 13840384 2872 33554432000 4194304 4955518 140733290022416 18446744073709551615 4297483 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/11488/statm: 3379 2872 106 186 0 3192 0
[pid=11486/tid=11495] ppid=11470 vsize=289276 CPUtime=0 cores=1,3,5,7
/proc/11486/task/11495/stat : 11495 (python) S 11470 11470 10801 0 -1 4202560 47 0 0 0 0 0 0 0 16 0 2 0 670950849 296218624 5730 33554432000 4194304 5683644 140735830437008 18446744073709551615 212699498929 0 0 16781312 514 18446604470159159616 0 0 -1 7 0 0 0
[pid=11470/tid=11477] ppid=11468 vsize=299300 CPUtime=0 cores=1,3,5,7
/proc/11470/task/11477/stat : 11477 (python) S 11468 11470 10801 0 -1 4202560 31 934 0 0 0 0 0 0 18 0 3 0 670921293 306483200 7138 33554432000 4194304 5683644 140735830437008 18446744073709551615 212699498929 0 0 16781312 2 18446604468378725312 0 0 -1 7 0 0 0
[pid=11470/tid=11487] ppid=11468 vsize=299300 CPUtime=0 cores=1,3,5,7
/proc/11470/task/11487/stat : 11487 (python) S 11468 11470 10801 0 -1 4202560 28 934 0 0 0 0 0 0 18 0 3 0 670931040 306483200 7138 33554432000 4194304 5683644 140735830437008 18446744073709551615 212699498929 0 0 16781312 2 18446604468378725312 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 456.19
Current children cumulated vsize (KiB) 1908628

[startup+455.9 s]
/proc/loadavg: 4.30 4.10 4.03 5/604 11499
/proc/meminfo: memFree=12427300/32951124 swapFree=67111348/67111528
[pid=11470] ppid=11468 vsize=299300 CPUtime=0.59 cores=1,3,5,7
/proc/11470/stat : 11470 (python) S 11468 11470 10801 0 -1 4202496 11251 934 1 0 47 12 0 0 18 0 3 0 670921215 306483200 7138 33554432000 4194304 5683644 140735830437008 18446744073709551615 212699502027 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/11470/statm: 74825 7138 1878 364 0 10740 0
[pid=11476] ppid=11470 vsize=288736 CPUtime=0.42 cores=1,3,5,7
/proc/11476/stat : 11476 (python) S 11470 11470 10801 0 -1 4202560 1091 0 0 0 20 22 0 0 17 0 2 0 670921293 295665664 5607 33554432000 4194304 5683644 140735830437008 18446744073709551615 212699502027 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/11476/statm: 72184 5607 410 364 0 8102 0
[pid=11478] ppid=11476 vsize=1017800 CPUtime=97.44 cores=1,3,5,7
/proc/11478/stat : 11478 (gnovelty+2) T 11476 11478 11478 0 -1 4202496 435 0 0 0 9744 0 0 0 25 0 1 0 670921293 1042227200 171 33554432000 134512640 135663704 4294532576 18446744073709551615 134525229 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/11478/statm: 254450 171 113 282 0 254166 0
[pid=11476/tid=11485] ppid=11470 vsize=288736 CPUtime=0 cores=1,3,5,7
/proc/11476/task/11485/stat : 11485 (python) S 11470 11470 10801 0 -1 4202560 50 0 0 0 0 0 0 0 17 0 2 0 670931037 295665664 5607 33554432000 4194304 5683644 140735830437008 18446744073709551615 212699498929 0 0 16781312 514 18446604464383251392 0 0 -1 7 0 0 0
[pid=11486] ppid=11470 vsize=289276 CPUtime=1.7 cores=1,3,5,7
/proc/11486/stat : 11486 (python) S 11470 11470 10801 0 -1 4202560 1170 0 0 0 89 81 0 0 15 0 2 0 670931040 296218624 5730 33554432000 4194304 5683644 140735830437008 18446744073709551615 212687695430 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/11486/statm: 72319 5730 401 364 0 8234 0
[pid=11488] ppid=11486 vsize=13516 CPUtime=357.62 cores=1,3,5,7
/proc/11488/stat : 11488 (march_hi) R 11486 11488 11488 0 -1 4202496 3164 0 0 0 35762 0 0 0 25 0 1 0 670931040 13840384 2899 33554432000 4194304 4955518 140733290022416 18446744073709551615 4237804 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/11488/statm: 3379 2899 106 186 0 3192 0
[pid=11486/tid=11495] ppid=11470 vsize=289276 CPUtime=0 cores=1,3,5,7
/proc/11486/task/11495/stat : 11495 (python) S 11470 11470 10801 0 -1 4202560 47 0 0 0 0 0 0 0 16 0 2 0 670950849 296218624 5730 33554432000 4194304 5683644 140735830437008 18446744073709551615 212699498929 0 0 16781312 514 18446604470159159616 0 0 -1 7 0 0 0
[pid=11470/tid=11477] ppid=11468 vsize=299300 CPUtime=0 cores=1,3,5,7
/proc/11470/task/11477/stat : 11477 (python) S 11468 11470 10801 0 -1 4202560 31 934 0 0 0 0 0 0 18 0 3 0 670921293 306483200 7138 33554432000 4194304 5683644 140735830437008 18446744073709551615 212699498929 0 0 16781312 2 18446604468378725312 0 0 -1 7 0 0 0
[pid=11470/tid=11487] ppid=11468 vsize=299300 CPUtime=0 cores=1,3,5,7
/proc/11470/task/11487/stat : 11487 (python) S 11468 11470 10801 0 -1 4202560 28 934 0 0 0 0 0 0 18 0 3 0 670931040 306483200 7138 33554432000 4194304 5683644 140735830437008 18446744073709551615 212699498929 0 0 16781312 2 18446604468378725312 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 457.77
Current children cumulated vsize (KiB) 1908628

[startup+457.501 s]
/proc/loadavg: 4.30 4.10 4.03 5/604 11500
/proc/meminfo: memFree=12426680/32951124 swapFree=67111348/67111528
[pid=11470] ppid=11468 vsize=299300 CPUtime=0.59 cores=1,3,5,7
/proc/11470/stat : 11470 (python) S 11468 11470 10801 0 -1 4202496 11251 934 1 0 47 12 0 0 18 0 3 0 670921215 306483200 7138 33554432000 4194304 5683644 140735830437008 18446744073709551615 212699502027 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/11470/statm: 74825 7138 1878 364 0 10740 0
[pid=11476] ppid=11470 vsize=288736 CPUtime=0.42 cores=1,3,5,7
/proc/11476/stat : 11476 (python) S 11470 11470 10801 0 -1 4202560 1091 0 0 0 20 22 0 0 17 0 2 0 670921293 295665664 5607 33554432000 4194304 5683644 140735830437008 18446744073709551615 212699502027 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/11476/statm: 72184 5607 410 364 0 8102 0
[pid=11478] ppid=11476 vsize=1017800 CPUtime=97.44 cores=1,3,5,7
/proc/11478/stat : 11478 (gnovelty+2) T 11476 11478 11478 0 -1 4202496 435 0 0 0 9744 0 0 0 25 0 1 0 670921293 1042227200 171 33554432000 134512640 135663704 4294532576 18446744073709551615 134525229 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/11478/statm: 254450 171 113 282 0 254166 0
[pid=11476/tid=11485] ppid=11470 vsize=288736 CPUtime=0 cores=1,3,5,7
/proc/11476/task/11485/stat : 11485 (python) S 11470 11470 10801 0 -1 4202560 50 0 0 0 0 0 0 0 17 0 2 0 670931037 295665664 5607 33554432000 4194304 5683644 140735830437008 18446744073709551615 212699498929 0 0 16781312 514 18446604464383251392 0 0 -1 7 0 0 0
[pid=11486] ppid=11470 vsize=289276 CPUtime=1.7 cores=1,3,5,7
/proc/11486/stat : 11486 (python) S 11470 11470 10801 0 -1 4202560 1171 0 0 0 89 81 0 0 15 0 2 0 670931040 296218624 5730 33554432000 4194304 5683644 140735830437008 18446744073709551615 212687695430 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/11486/statm: 72319 5730 401 364 0 8234 0
[pid=11488] ppid=11486 vsize=13516 CPUtime=359.24 cores=1,3,5,7
/proc/11488/stat : 11488 (march_hi) R 11486 11488 11488 0 -1 4202496 3191 0 0 0 35923 1 0 0 25 0 1 0 670931040 13840384 2926 33554432000 4194304 4955518 140733290022416 18446744073709551615 4224855 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/11488/statm: 3379 2926 106 186 0 3192 0
[pid=11486/tid=11495] ppid=11470 vsize=289276 CPUtime=0 cores=1,3,5,7
/proc/11486/task/11495/stat : 11495 (python) S 11470 11470 10801 0 -1 4202560 47 0 0 0 0 0 0 0 16 0 2 0 670950849 296218624 5730 33554432000 4194304 5683644 140735830437008 18446744073709551615 212699498929 0 0 16781312 514 18446604470159159616 0 0 -1 7 0 0 0
[pid=11470/tid=11477] ppid=11468 vsize=299300 CPUtime=0 cores=1,3,5,7
/proc/11470/task/11477/stat : 11477 (python) S 11468 11470 10801 0 -1 4202560 31 934 0 0 0 0 0 0 18 0 3 0 670921293 306483200 7138 33554432000 4194304 5683644 140735830437008 18446744073709551615 212699498929 0 0 16781312 2 18446604468378725312 0 0 -1 7 0 0 0
[pid=11470/tid=11487] ppid=11468 vsize=299300 CPUtime=0 cores=1,3,5,7
/proc/11470/task/11487/stat : 11487 (python) S 11468 11470 10801 0 -1 4202560 28 934 0 0 0 0 0 0 18 0 3 0 670931040 306483200 7138 33554432000 4194304 5683644 140735830437008 18446744073709551615 212699498929 0 0 16781312 2 18446604468378725312 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 459.39
Current children cumulated vsize (KiB) 1908628

[startup+458.301 s]
/proc/loadavg: 4.30 4.10 4.03 5/604 11500
/proc/meminfo: memFree=12426680/32951124 swapFree=67111348/67111528
[pid=11470] ppid=11468 vsize=299300 CPUtime=0.59 cores=1,3,5,7
/proc/11470/stat : 11470 (python) S 11468 11470 10801 0 -1 4202496 11251 934 1 0 47 12 0 0 18 0 3 0 670921215 306483200 7138 33554432000 4194304 5683644 140735830437008 18446744073709551615 212699502027 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/11470/statm: 74825 7138 1878 364 0 10740 0
[pid=11476] ppid=11470 vsize=288736 CPUtime=0.42 cores=1,3,5,7
/proc/11476/stat : 11476 (python) S 11470 11470 10801 0 -1 4202560 1091 0 0 0 20 22 0 0 17 0 2 0 670921293 295665664 5607 33554432000 4194304 5683644 140735830437008 18446744073709551615 212699502027 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/11476/statm: 72184 5607 410 364 0 8102 0
[pid=11478] ppid=11476 vsize=1017800 CPUtime=97.44 cores=1,3,5,7
/proc/11478/stat : 11478 (gnovelty+2) T 11476 11478 11478 0 -1 4202496 435 0 0 0 9744 0 0 0 25 0 1 0 670921293 1042227200 171 33554432000 134512640 135663704 4294532576 18446744073709551615 134525229 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/11478/statm: 254450 171 113 282 0 254166 0
[pid=11476/tid=11485] ppid=11470 vsize=288736 CPUtime=0 cores=1,3,5,7
/proc/11476/task/11485/stat : 11485 (python) S 11470 11470 10801 0 -1 4202560 50 0 0 0 0 0 0 0 17 0 2 0 670931037 295665664 5607 33554432000 4194304 5683644 140735830437008 18446744073709551615 212699498929 0 0 16781312 514 18446604464383251392 0 0 -1 7 0 0 0
[pid=11486] ppid=11470 vsize=289276 CPUtime=1.71 cores=1,3,5,7
/proc/11486/stat : 11486 (python) S 11470 11470 10801 0 -1 4202560 1173 0 0 0 90 81 0 0 15 0 2 0 670931040 296218624 5730 33554432000 4194304 5683644 140735830437008 18446744073709551615 212687695430 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/11486/statm: 72319 5730 401 364 0 8234 0
[pid=11488] ppid=11486 vsize=13516 CPUtime=360.03 cores=1,3,5,7
/proc/11488/stat : 11488 (march_hi) R 11486 11488 11488 0 -1 4202496 3206 0 0 0 36002 1 0 0 25 0 1 0 670931040 13840384 2941 33554432000 4194304 4955518 140733290022416 18446744073709551615 4208620 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/11488/statm: 3379 2941 106 186 0 3192 0
[pid=11486/tid=11495] ppid=11470 vsize=289276 CPUtime=0 cores=1,3,5,7
/proc/11486/task/11495/stat : 11495 (python) S 11470 11470 10801 0 -1 4202560 47 0 0 0 0 0 0 0 16 0 2 0 670950849 296218624 5730 33554432000 4194304 5683644 140735830437008 18446744073709551615 212699498929 0 0 16781312 514 18446604470159159616 0 0 -1 7 0 0 0
[pid=11470/tid=11477] ppid=11468 vsize=299300 CPUtime=0 cores=1,3,5,7
/proc/11470/task/11477/stat : 11477 (python) S 11468 11470 10801 0 -1 4202560 31 934 0 0 0 0 0 0 18 0 3 0 670921293 306483200 7138 33554432000 4194304 5683644 140735830437008 18446744073709551615 212699498929 0 0 16781312 2 18446604468378725312 0 0 -1 7 0 0 0
[pid=11470/tid=11487] ppid=11468 vsize=299300 CPUtime=0 cores=1,3,5,7
/proc/11470/task/11487/stat : 11487 (python) S 11468 11470 10801 0 -1 4202560 28 934 0 0 0 0 0 0 18 0 3 0 670931040 306483200 7138 33554432000 4194304 5683644 140735830437008 18446744073709551615 212699498929 0 0 16781312 2 18446604468378725312 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 460.19
Current children cumulated vsize (KiB) 1908628

[startup+458.501 s]
/proc/loadavg: 4.30 4.10 4.03 5/604 11500
/proc/meminfo: memFree=12426680/32951124 swapFree=67111348/67111528
[pid=11470] ppid=11468 vsize=299300 CPUtime=0.59 cores=1,3,5,7
/proc/11470/stat : 11470 (python) S 11468 11470 10801 0 -1 4202496 11251 934 1 0 47 12 0 0 18 0 3 0 670921215 306483200 7138 33554432000 4194304 5683644 140735830437008 18446744073709551615 212699502027 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/11470/statm: 74825 7138 1878 364 0 10740 0
[pid=11476] ppid=11470 vsize=288736 CPUtime=0.42 cores=1,3,5,7
/proc/11476/stat : 11476 (python) S 11470 11470 10801 0 -1 4202560 1091 0 0 0 20 22 0 0 17 0 2 0 670921293 295665664 5607 33554432000 4194304 5683644 140735830437008 18446744073709551615 212699502027 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/11476/statm: 72184 5607 410 364 0 8102 0
[pid=11478] ppid=11476 vsize=1017800 CPUtime=97.44 cores=1,3,5,7
/proc/11478/stat : 11478 (gnovelty+2) T 11476 11478 11478 0 -1 4202496 435 0 0 0 9744 0 0 0 25 0 1 0 670921293 1042227200 171 33554432000 134512640 135663704 4294532576 18446744073709551615 134525229 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/11478/statm: 254450 171 113 282 0 254166 0
[pid=11476/tid=11485] ppid=11470 vsize=288736 CPUtime=0 cores=1,3,5,7
/proc/11476/task/11485/stat : 11485 (python) S 11470 11470 10801 0 -1 4202560 50 0 0 0 0 0 0 0 17 0 2 0 670931037 295665664 5607 33554432000 4194304 5683644 140735830437008 18446744073709551615 212699498929 0 0 16781312 514 18446604464383251392 0 0 -1 7 0 0 0
[pid=11486] ppid=11470 vsize=289276 CPUtime=1.73 cores=1,3,5,7
/proc/11486/stat : 11486 (python) S 11470 11470 10801 0 -1 4202560 1174 0 0 0 91 82 0 0 15 0 2 0 670931040 296218624 5730 33554432000 4194304 5683644 140735830437008 18446744073709551615 212687695430 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/11486/statm: 72319 5730 401 364 0 8234 0
[pid=11488] ppid=11486 vsize=13516 CPUtime=360.23 cores=1,3,5,7
/proc/11488/stat : 11488 (march_hi) R 11486 11488 11488 0 -1 4202496 3209 0 0 0 36022 1 0 0 18 0 1 0 670931040 13840384 2944 33554432000 4194304 4955518 140733290022416 18446744073709551615 4297472 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/11488/statm: 3379 2944 106 186 0 3192 0
[pid=11486/tid=11495] ppid=11470 vsize=289276 CPUtime=0 cores=1,3,5,7
/proc/11486/task/11495/stat : 11495 (python) S 11470 11470 10801 0 -1 4202560 47 0 0 0 0 0 0 0 16 0 2 0 670950849 296218624 5730 33554432000 4194304 5683644 140735830437008 18446744073709551615 212699498929 0 0 16781312 514 18446604470159159616 0 0 -1 7 0 0 0
[pid=11470/tid=11477] ppid=11468 vsize=299300 CPUtime=0 cores=1,3,5,7
/proc/11470/task/11477/stat : 11477 (python) S 11468 11470 10801 0 -1 4202560 31 934 0 0 0 0 0 0 18 0 3 0 670921293 306483200 7138 33554432000 4194304 5683644 140735830437008 18446744073709551615 212699498929 0 0 16781312 2 18446604468378725312 0 0 -1 7 0 0 0
[pid=11470/tid=11487] ppid=11468 vsize=299300 CPUtime=0 cores=1,3,5,7
/proc/11470/task/11487/stat : 11487 (python) S 11468 11470 10801 0 -1 4202560 28 934 0 0 0 0 0 0 18 0 3 0 670931040 306483200 7138 33554432000 4194304 5683644 140735830437008 18446744073709551615 212699498929 0 0 16781312 2 18446604468378725312 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 460.41
Current children cumulated vsize (KiB) 1908628

Child status: 0
Real time (s): 458.567
CPU time (s): 460.516
CPU user time (s): 459.314
CPU system time (s): 1.20182
CPU usage (%): 100.425
Max. virtual memory (cumulated for all children) (KiB): 1908632

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 459.314
system time used= 1.20182
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 22213
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= 3901
involuntary context switches= 1471

runsolver used 2.6186 second user time and 6.01708 second system time

The end

Launcher Data

Begin job on node139 at 2011-05-17 02:47:15
IDJOB=3386836
IDBENCH=82901
IDSOLVER=1872
FILE ID=node139/3386836-1305593235
RUNJOBID= node139-1305586143-10820
PBS_JOBID= 13350339
Free space on /tmp= 73204 MiB

SOLVER NAME= borg-sat 11.03.02-seq-random (fixed)
BENCH NAME= SAT11/random/medium/unif-k5-r21.3-v100-c2130-S360859187-040.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-3386836-1305593235/watcher-3386836-1305593235 -o /tmp/evaluation-result-3386836-1305593235/solver-3386836-1305593235 -C 5000 -W 5100 -M 15500  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3386836-1305593235.cnf -seed 448214935 -budget 5000

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

MD5SUM BENCH= 5da80be8e24322484381341b0d82cc61
RANDOM SEED=448214935

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      12540820 kB
Buffers:        345060 kB
Cached:        3444348 kB
SwapCached:          0 kB
Active:       17848624 kB
Inactive:      2194308 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      12540820 kB
SwapTotal:    67111528 kB
SwapFree:     67111348 kB
Dirty:           31908 kB
Writeback:           0 kB
AnonPages:    16253216 kB
Mapped:          49632 kB
Slab:           212160 kB
PageTables:      82876 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 169829704 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= 73172 MiB
End job on node139 at 2011-05-17 02:54:53