Trace number 3322287

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-randomUNSAT 51.7011 8.23455

General information on the benchmark

Namerandom/medium/
unif-k5-r21.3-v75-c1597-S1750722942-074.UNKNOWN.cnf
MD5SUM55d30b10c45b8bb435e547799f98f891
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark6.99194
Satisfiable
(Un)Satisfiability was proved
Number of variables75
Number of clauses1597
Sum of the clauses size7985
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 51597
Number of clauses of size over 50

Solver Data

0.34/0.68	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.34/0.68	c INFO: solving HOME/instance-3322287-1304379946.cnf
0.34/0.68	c INFO: computing task features
0.34/0.69	c INFO: computed variable-clause graph statistics
0.34/0.69	c INFO: computed clause balance statistics
0.42/0.73	c INFO: computed variable balance statistics
0.42/0.75	c INFO: computed small-clause counts
0.42/0.75	c INFO: computed Horn-clause counts
0.42/0.75	c INFO: computed variable graph statistics
0.42/0.75	c INFO: collected features for HOME/instance-3322287-1304379946.cnf in 0.07 s
0.42/0.79	c INFO: running gnovelty+2@0 for 97 with 39999 remaining (b = 0.61)
0.51/0.83	c INFO: running march_hi@0 for 388 with 39999 remaining (b = 0.38)
0.51/0.87	c INFO: running march_hi@0 for 388 with 39999 remaining (b = 0.33)
0.61/0.91	c INFO: running march_hi@0 for 97 with 39999 remaining (b = 0.11)
0.61/0.95	c INFO: running gnovelty+2@0 for 97 with 39999 remaining (b = 0.08)
0.61/0.99	c INFO: running march_hi@0 for 388 with 39999 remaining (b = 0.22)
1.33/1.03	c INFO: running march_hi@0 for 485 with 39999 remaining (b = 0.25)
1.33/1.07	c INFO: running march_hi@0 for 485 with 39999 remaining (b = 0.22)
51.47/8.21	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

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-3322287-1304379946/watcher-3322287-1304379946 -o /tmp/evaluation-result-3322287-1304379946/solver-3322287-1304379946 -C 40000 -W 5100 -M 31000 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3322287-1304379946.cnf -seed 864794399 -budget 40000 -cores 8 

running on 8 cores: 0,2,4,6,1,3,5,7

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


[startup+0 s]
/proc/loadavg: 8.96 9.38 9.47 2/304 8106
/proc/meminfo: memFree=12963084/32951124 swapFree=62859076/67111528
[pid=8106] ppid=8104 vsize=15776 CPUtime=0 cores=0-7
/proc/8106/stat : 8106 (python) R 8104 8106 6630 0 -1 4202496 878 0 0 0 0 0 0 0 20 0 1 0 549595028 16154624 759 33554432000 4194304 5683644 140734056016704 18446744073709551615 244446606021 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/8106/statm: 3944 760 343 364 0 431 0

[startup+0.013426 s]
/proc/loadavg: 8.96 9.38 9.47 2/304 8106
/proc/meminfo: memFree=12963084/32951124 swapFree=62859076/67111528
[pid=8106] ppid=8104 vsize=15776 CPUtime=0 cores=0-7
/proc/8106/stat : 8106 (python) S 8104 8106 6630 0 -1 4202496 903 0 0 0 0 0 0 0 20 0 1 0 549595028 16154624 783 33554432000 4194304 5683644 140734056016704 18446744073709551615 244446943232 0 2147483391 16781312 2 18446744071699199166 0 0 17 4 0 0 0
/proc/8106/statm: 3944 783 346 364 0 431 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 15776

[startup+0.10042 s]
/proc/loadavg: 8.96 9.38 9.47 2/304 8106
/proc/meminfo: memFree=12963084/32951124 swapFree=62859076/67111528
[pid=8106] ppid=8104 vsize=85624 CPUtime=0.05 cores=0-7
/proc/8106/stat : 8106 (python) R 8104 8106 6630 0 -1 4202496 2631 0 0 0 4 1 0 0 18 0 1 0 549595028 87678976 2348 33554432000 4194304 5683644 140734056016704 18446744073709551615 244446941029 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/8106/statm: 21406 2348 713 364 0 1623 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 85624

[startup+0.300392 s]
/proc/loadavg: 8.96 9.38 9.47 2/304 8106
/proc/meminfo: memFree=12963084/32951124 swapFree=62859076/67111528
[pid=8106] ppid=8104 vsize=135752 CPUtime=0.18 cores=0-7
/proc/8106/stat : 8106 (python) S 8104 8106 6630 0 -1 4202496 5968 935 1 0 14 4 0 0 17 0 1 0 549595028 139010048 4151 33554432000 4194304 5683644 140734056016704 18446744073709551615 244446941189 0 2147483391 16781312 2 18446744071699199166 0 0 17 4 0 0 0
/proc/8106/statm: 33938 4151 1032 364 0 3124 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 135752

[startup+0.700299 s]
/proc/loadavg: 8.96 9.38 9.47 2/304 8106
/proc/meminfo: memFree=12963084/32951124 swapFree=62859076/67111528
[pid=8106] ppid=8104 vsize=278296 CPUtime=0.42 cores=0-7
/proc/8106/stat : 8106 (python) R 8104 8106 6630 0 -1 4202496 9309 935 1 0 31 11 0 0 16 0 1 0 549595028 284975104 6975 33554432000 4194304 5683644 140734056016704 18446744073709551615 47657241575968 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/8106/statm: 69574 6975 1826 364 0 5498 0
Current children cumulated CPU time (s) 0.42
Current children cumulated vsize (KiB) 278296

[startup+1.5011 s]
/proc/loadavg: 8.96 9.38 9.47 10/322 8129
/proc/meminfo: memFree=12916680/32951124 swapFree=62859076/67111528
[pid=8106] ppid=8104 vsize=360748 CPUtime=0.78 cores=0-7
/proc/8106/stat : 8106 (python) S 8104 8106 6630 0 -1 4202496 15728 935 1 0 66 12 0 0 25 0 9 0 549595028 369405952 7178 33554432000 4194304 5683644 140734056016704 18446744073709551615 244458771915 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/8106/statm: 90187 7178 1889 364 0 26084 0
[pid=8112] ppid=8106 vsize=278452 CPUtime=0 cores=0-7
/proc/8112/stat : 8112 (python) S 8106 8106 6630 0 -1 4202560 728 0 0 0 0 0 0 0 18 0 1 0 549595108 285134848 5546 33554432000 4194304 5683644 140734056016704 18446744073709551615 244446965263 0 0 16781312 514 961038313035137023 0 0 17 0 0 0 0
/proc/8112/statm: 69613 5546 354 364 0 5531 0
[pid=8114] ppid=8112 vsize=1017800 CPUtime=0.69 cores=0-7
/proc/8114/stat : 8114 (gnovelty+2) R 8112 8114 8114 0 -1 4202496 427 0 0 0 69 0 0 0 21 0 1 0 549595108 1042227200 161 33554432000 134512640 135663704 4288056560 18446744073709551615 134525253 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/8114/statm: 254450 161 113 282 0 254166 0
[pid=8115] ppid=8106 vsize=289228 CPUtime=0 cores=0-7
/proc/8115/stat : 8115 (python) S 8106 8106 6630 0 -1 4202560 757 0 0 0 0 0 0 0 15 0 1 0 549595112 296169472 5663 33554432000 4194304 5683644 140734056016704 18446744073709551615 244446965318 0 0 16781312 514 711612725884584193 0 0 17 6 0 0 0
/proc/8115/statm: 72307 5663 348 364 0 8222 0
[pid=8117] ppid=8115 vsize=1420 CPUtime=0.65 cores=0-7
/proc/8117/stat : 8117 (march_hi) R 8115 8117 8117 0 -1 4202496 473 0 0 0 65 0 0 0 22 0 1 0 549595112 1454080 209 33554432000 4194304 4955518 140735367188624 18446744073709551615 4237810 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/8117/statm: 355 209 106 186 0 168 0
[pid=8118] ppid=8106 vsize=299616 CPUtime=0 cores=0-7
/proc/8118/stat : 8118 (python) S 8106 8106 6630 0 -1 4202560 746 0 0 0 0 0 0 0 15 0 1 0 549595116 306806784 5684 33554432000 4194304 5683644 140734056016704 18446744073709551615 244446965318 0 0 16781312 514 11467923874184659203 0 0 17 7 0 0 0
/proc/8118/statm: 74904 5684 348 364 0 10816 0
[pid=8120] ppid=8118 vsize=1420 CPUtime=0.6 cores=0-7
/proc/8120/stat : 8120 (march_hi) R 8118 8120 8120 0 -1 4202496 477 0 0 0 60 0 0 0 18 0 1 0 549595116 1454080 209 33554432000 4194304 4955518 140737425220944 18446744073709551615 4208667 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/8120/statm: 355 209 106 186 0 168 0
[pid=8121] ppid=8106 vsize=309872 CPUtime=0 cores=0-7
/proc/8121/stat : 8121 (python) S 8106 8106 6630 0 -1 4202560 772 0 0 0 0 0 0 0 17 0 1 0 549595120 317308928 5688 33554432000 4194304 5683644 140734056016704 18446744073709551615 244446965318 0 0 16781312 514 5602269218218148098 0 0 17 2 0 0 0
/proc/8121/statm: 77468 5688 348 364 0 13377 0
[pid=8123] ppid=8121 vsize=1420 CPUtime=0.58 cores=0-7
/proc/8123/stat : 8123 (march_hi) R 8121 8123 8123 0 -1 4202496 469 0 0 0 58 0 0 0 25 0 1 0 549595120 1454080 209 33554432000 4194304 4955518 140735819991584 18446744073709551615 4208624 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/8123/statm: 355 209 106 186 0 168 0
[pid=8124] ppid=8106 vsize=320128 CPUtime=0 cores=0-7
/proc/8124/stat : 8124 (python) S 8106 8106 6630 0 -1 4202560 760 0 0 0 0 0 0 0 19 0 1 0 549595124 327811072 5692 33554432000 4194304 5683644 140734056016704 18446744073709551615 244446965318 0 0 16781312 514 7422429444335206399 0 0 17 4 0 0 0
/proc/8124/statm: 80032 5692 348 364 0 15938 0
[pid=8126] ppid=8124 vsize=1017800 CPUtime=0.53 cores=0-7
/proc/8126/stat : 8126 (gnovelty+2) R 8124 8126 8126 0 -1 4202496 426 0 0 0 53 0 0 0 22 0 1 0 549595124 1042227200 161 33554432000 134512640 135663704 4290395088 18446744073709551615 134545670 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/8126/statm: 254450 161 113 282 0 254166 0
[pid=8127] ppid=8106 vsize=330384 CPUtime=0 cores=0-7
/proc/8127/stat : 8127 (python) S 8106 8106 6630 0 -1 4202560 776 0 0 0 0 0 0 0 17 0 1 0 549595128 338313216 5704 33554432000 4194304 5683644 140734056016704 18446744073709551615 244446965318 0 0 16781312 514 5602269218218148098 0 0 17 0 0 0 0
/proc/8127/statm: 82596 5704 348 364 0 18499 0
[pid=8106/tid=8113] ppid=8104 vsize=360748 CPUtime=0 cores=0-7
/proc/8106/task/8113/stat : 8113 (python) S 8104 8106 6630 0 -1 4202560 24 935 0 0 0 0 0 0 18 0 9 0 549595108 369405952 7178 33554432000 4194304 5683644 140734056016704 18446744073709551615 244458768817 0 0 16781312 2 18446604453795933120 0 0 -1 0 0 0 0
[pid=8106/tid=8116] ppid=8104 vsize=360748 CPUtime=0 cores=0-7
/proc/8106/task/8116/stat : 8116 (python) S 8104 8106 6630 0 -1 4202560 21 935 0 0 0 0 0 0 20 0 9 0 549595112 369405952 7178 33554432000 4194304 5683644 140734056016704 18446744073709551615 244458768817 0 0 16781312 2 18446604453795933120 0 0 -1 6 0 0 0
[pid=8106/tid=8119] ppid=8104 vsize=360748 CPUtime=0 cores=0-7
/proc/8106/task/8119/stat : 8119 (python) S 8104 8106 6630 0 -1 4202560 21 935 0 0 0 0 0 0 18 0 9 0 549595116 369405952 7178 33554432000 4194304 5683644 140734056016704 18446744073709551615 244458768817 0 0 16781312 2 18446604453795933120 0 0 -1 4 0 0 0
[pid=8106/tid=8122] ppid=8104 vsize=360748 CPUtime=0 cores=0-7
/proc/8106/task/8122/stat : 8122 (python) S 8104 8106 6630 0 -1 4202560 25 935 0 0 0 0 0 0 22 0 9 0 549595120 369405952 7178 33554432000 4194304 5683644 140734056016704 18446744073709551615 244458768817 0 0 16781312 2 18446604453795933120 0 0 -1 2 0 0 0
[pid=8106/tid=8125] ppid=8104 vsize=360748 CPUtime=0 cores=0-7
/proc/8106/task/8125/stat : 8125 (python) S 8104 8106 6630 0 -1 4202560 27 935 0 0 0 0 0 0 20 0 9 0 549595124 369405952 7178 33554432000 4194304 5683644 140734056016704 18446744073709551615 244458768817 0 0 16781312 2 18446604453795933120 0 0 -1 4 0 0 0
[pid=8106/tid=8128] ppid=8104 vsize=360748 CPUtime=0 cores=0-7
/proc/8106/task/8128/stat : 8128 (python) S 8104 8106 6630 0 -1 4202560 24 935 0 0 0 0 0 0 22 0 9 0 549595128 369405952 7178 33554432000 4194304 5683644 140734056016704 18446744073709551615 244458768817 0 0 16781312 2 18446604453795933120 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3.83
Current children cumulated vsize (KiB) 4228288

[startup+3.1018 s]
/proc/loadavg: 9.05 9.39 9.47 10/329 8135
/proc/meminfo: memFree=12905968/32951124 swapFree=62859076/67111528
[pid=8106] ppid=8104 vsize=360748 CPUtime=0.78 cores=0-7
/proc/8106/stat : 8106 (python) S 8104 8106 6630 0 -1 4202496 15728 935 1 0 66 12 0 0 25 0 9 0 549595028 369405952 7178 33554432000 4194304 5683644 140734056016704 18446744073709551615 244458771915 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/8106/statm: 90187 7178 1889 364 0 26084 0
[pid=8112] ppid=8106 vsize=278452 CPUtime=0 cores=0-7
/proc/8112/stat : 8112 (python) S 8106 8106 6630 0 -1 4202560 728 0 0 0 0 0 0 0 18 0 1 0 549595108 285134848 5546 33554432000 4194304 5683644 140734056016704 18446744073709551615 244446965263 0 0 16781312 514 961038313035104514 0 0 17 0 0 0 0
/proc/8112/statm: 69613 5546 354 364 0 5531 0
[pid=8114] ppid=8112 vsize=1017800 CPUtime=2.29 cores=0-7
/proc/8114/stat : 8114 (gnovelty+2) R 8112 8114 8114 0 -1 4202496 427 0 0 0 229 0 0 0 25 0 1 0 549595108 1042227200 161 33554432000 134512640 135663704 4288056560 18446744073709551615 134525309 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/8114/statm: 254450 161 113 282 0 254166 0
[pid=8115] ppid=8106 vsize=289228 CPUtime=0 cores=0-7
/proc/8115/stat : 8115 (python) S 8106 8106 6630 0 -1 4202560 765 0 0 0 0 0 0 0 15 0 1 0 549595112 296169472 5663 33554432000 4194304 5683644 140734056016704 18446744073709551615 244446965318 0 0 16781312 514 711612725884584193 0 0 17 6 0 0 0
/proc/8115/statm: 72307 5663 348 364 0 8222 0
[pid=8117] ppid=8115 vsize=1420 CPUtime=2.25 cores=0-7
/proc/8117/stat : 8117 (march_hi) R 8115 8117 8117 0 -1 4202496 473 0 0 0 225 0 0 0 25 0 1 0 549595112 1454080 209 33554432000 4194304 4955518 140735367188624 18446744073709551615 4208624 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/8117/statm: 355 209 106 186 0 168 0
[pid=8118] ppid=8106 vsize=299616 CPUtime=0 cores=0-7
/proc/8118/stat : 8118 (python) S 8106 8106 6630 0 -1 4202560 757 0 0 0 0 0 0 0 15 0 1 0 549595116 306806784 5684 33554432000 4194304 5683644 140734056016704 18446744073709551615 244446965318 0 0 16781312 514 11467923874184659203 0 0 17 7 0 0 0
/proc/8118/statm: 74904 5684 348 364 0 10816 0
[pid=8120] ppid=8118 vsize=1420 CPUtime=2.19 cores=0-7
/proc/8120/stat : 8120 (march_hi) R 8118 8120 8120 0 -1 4202496 477 0 0 0 219 0 0 0 21 0 1 0 549595116 1454080 209 33554432000 4194304 4955518 140737425220944 18446744073709551615 4208667 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/8120/statm: 355 209 106 186 0 168 0
[pid=8121] ppid=8106 vsize=309872 CPUtime=0 cores=0-7
/proc/8121/stat : 8121 (python) S 8106 8106 6630 0 -1 4202560 778 0 0 0 0 0 0 0 15 0 1 0 549595120 317308928 5688 33554432000 4194304 5683644 140734056016704 18446744073709551615 244446965318 0 0 16781312 514 8868348532633862402 0 0 17 2 0 0 0
/proc/8121/statm: 77468 5688 348 364 0 13377 0
[pid=8123] ppid=8121 vsize=1420 CPUtime=2.18 cores=0-7
/proc/8123/stat : 8123 (march_hi) R 8121 8123 8123 0 -1 4202496 469 0 0 0 218 0 0 0 25 0 1 0 549595120 1454080 209 33554432000 4194304 4955518 140735819991584 18446744073709551615 4208667 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/8123/statm: 355 209 106 186 0 168 0
[pid=8124] ppid=8106 vsize=320128 CPUtime=0 cores=0-7
/proc/8124/stat : 8124 (python) S 8106 8106 6630 0 -1 4202560 760 0 0 0 0 0 0 0 18 0 1 0 549595124 327811072 5692 33554432000 4194304 5683644 140734056016704 18446744073709551615 244446965318 0 0 16781312 514 7422429444335173890 0 0 17 4 0 0 0
/proc/8124/statm: 80032 5692 348 364 0 15938 0
[pid=8126] ppid=8124 vsize=1017800 CPUtime=2.13 cores=0-7
/proc/8126/stat : 8126 (gnovelty+2) R 8124 8126 8126 0 -1 4202496 426 0 0 0 213 0 0 0 25 0 1 0 549595124 1042227200 161 33554432000 134512640 135663704 4290395088 18446744073709551615 134545576 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/8126/statm: 254450 161 113 282 0 254166 0
[pid=8127] ppid=8106 vsize=330384 CPUtime=0 cores=0-7
/proc/8127/stat : 8127 (python) S 8106 8106 6630 0 -1 4202560 779 0 0 0 0 0 0 0 15 0 1 0 549595128 338313216 5704 33554432000 4194304 5683644 140734056016704 18446744073709551615 244446965318 0 0 16781312 514 5602269226808082690 0 0 17 0 0 0 0
/proc/8127/statm: 82596 5704 348 364 0 18499 0
[pid=8129] ppid=8127 vsize=1420 CPUtime=1.11 cores=0-7
/proc/8129/stat : 8129 (march_hi) R 8127 8129 8129 0 -1 4202496 474 0 0 0 111 0 0 0 25 0 1 0 549595128 1454080 209 33554432000 4194304 4955518 140734295466096 18446744073709551615 4208656 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/8129/statm: 355 209 106 186 0 168 0
[pid=8130] ppid=8106 vsize=340640 CPUtime=0 cores=0-7
/proc/8130/stat : 8130 (python) S 8106 8106 6630 0 -1 4202560 788 0 0 0 0 0 0 0 15 0 1 0 549595132 348815360 5708 33554432000 4194304 5683644 140734056016704 18446744073709551615 244446965318 0 0 16781312 514 5602269226808082689 0 0 17 1 0 0 0
/proc/8130/statm: 85160 5708 348 364 0 21060 0
[pid=8135] ppid=8130 vsize=1420 CPUtime=0.95 cores=0-7
/proc/8135/stat : 8135 (march_hi) R 8130 8135 8135 0 -1 4202496 477 0 0 0 95 0 0 0 25 0 1 0 549595136 1454080 209 33554432000 4194304 4955518 140733193812256 18446744073709551615 4237736 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/8135/statm: 355 209 106 186 0 168 0
[pid=8132] ppid=8106 vsize=350504 CPUtime=0 cores=0-7
/proc/8132/stat : 8132 (python) S 8106 8106 6630 0 -1 4202560 811 0 0 0 0 0 0 0 15 0 1 0 549595136 358916096 5639 33554432000 4194304 5683644 140734056016704 18446744073709551615 244446965318 0 0 16781312 514 283181423051899138 0 0 17 4 0 0 0
/proc/8132/statm: 87626 5639 354 364 0 23523 0
[pid=8134] ppid=8132 vsize=1420 CPUtime=2.02 cores=0-7
/proc/8134/stat : 8134 (march_hi) R 8132 8134 8134 0 -1 4202496 479 0 0 0 202 0 0 0 25 0 1 0 549595136 1454080 208 33554432000 4194304 4955518 140733253160272 18446744073709551615 4224450 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/8134/statm: 355 208 106 186 0 168 0
[pid=8106/tid=8113] ppid=8104 vsize=360748 CPUtime=0 cores=0-7
/proc/8106/task/8113/stat : 8113 (python) S 8104 8106 6630 0 -1 4202560 24 935 0 0 0 0 0 0 18 0 9 0 549595108 369405952 7178 33554432000 4194304 5683644 140734056016704 18446744073709551615 244458768817 0 0 16781312 2 18446604453795933120 0 0 -1 0 0 0 0
[pid=8106/tid=8116] ppid=8104 vsize=360748 CPUtime=0 cores=0-7
/proc/8106/task/8116/stat : 8116 (python) S 8104 8106 6630 0 -1 4202560 21 935 0 0 0 0 0 0 20 0 9 0 549595112 369405952 7178 33554432000 4194304 5683644 140734056016704 18446744073709551615 244458768817 0 0 16781312 2 18446604453795933120 0 0 -1 6 0 0 0
[pid=8106/tid=8119] ppid=8104 vsize=360748 CPUtime=0 cores=0-7
/proc/8106/task/8119/stat : 8119 (python) S 8104 8106 6630 0 -1 4202560 21 935 0 0 0 0 0 0 18 0 9 0 549595116 369405952 7178 33554432000 4194304 5683644 140734056016704 18446744073709551615 244458768817 0 0 16781312 2 18446604453795933120 0 0 -1 4 0 0 0
[pid=8106/tid=8122] ppid=8104 vsize=360748 CPUtime=0 cores=0-7
/proc/8106/task/8122/stat : 8122 (python) S 8104 8106 6630 0 -1 4202560 25 935 0 0 0 0 0 0 22 0 9 0 549595120 369405952 7178 33554432000 4194304 5683644 140734056016704 18446744073709551615 244458768817 0 0 16781312 2 18446604453795933120 0 0 -1 2 0 0 0
[pid=8106/tid=8125] ppid=8104 vsize=360748 CPUtime=0 cores=0-7
/proc/8106/task/8125/stat : 8125 (python) S 8104 8106 6630 0 -1 4202560 27 935 0 0 0 0 0 0 20 0 9 0 549595124 369405952 7178 33554432000 4194304 5683644 140734056016704 18446744073709551615 244458768817 0 0 16781312 2 18446604453795933120 0 0 -1 4 0 0 0
[pid=8106/tid=8128] ppid=8104 vsize=360748 CPUtime=0 cores=0-7
/proc/8106/task/8128/stat : 8128 (python) S 8104 8106 6630 0 -1 4202560 24 935 0 0 0 0 0 0 22 0 9 0 549595128 369405952 7178 33554432000 4194304 5683644 140734056016704 18446744073709551615 244458768817 0 0 16781312 2 18446604453795933120 0 0 -1 0 0 0 0
[pid=8106/tid=8131] ppid=8104 vsize=360748 CPUtime=0 cores=0-7
/proc/8106/task/8131/stat : 8131 (python) S 8104 8106 6630 0 -1 4202560 26 935 0 0 0 0 0 0 23 0 9 0 549595132 369405952 7178 33554432000 4194304 5683644 140734056016704 18446744073709551615 244458768817 0 0 16781312 2 18446604453795933120 0 0 -1 4 0 0 0
[pid=8106/tid=8133] ppid=8104 vsize=360748 CPUtime=0 cores=0-7
/proc/8106/task/8133/stat : 8133 (python) S 8104 8106 6630 0 -1 4202560 29 935 0 0 0 0 0 0 25 0 9 0 549595136 369405952 7178 33554432000 4194304 5683644 140734056016704 18446744073709551615 244458768817 0 0 16781312 2 18446604453795933120 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 15.9
Current children cumulated vsize (KiB) 4923692

[startup+6.3012 s]
/proc/loadavg: 9.05 9.39 9.47 10/329 8136
/proc/meminfo: memFree=12903760/32951124 swapFree=62859076/67111528
[pid=8106] ppid=8104 vsize=360748 CPUtime=0.78 cores=0-7
/proc/8106/stat : 8106 (python) S 8104 8106 6630 0 -1 4202496 15728 935 1 0 66 12 0 0 25 0 9 0 549595028 369405952 7178 33554432000 4194304 5683644 140734056016704 18446744073709551615 244458771915 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/8106/statm: 90187 7178 1889 364 0 26084 0
[pid=8112] ppid=8106 vsize=278452 CPUtime=0 cores=0-7
/proc/8112/stat : 8112 (python) S 8106 8106 6630 0 -1 4202560 885 0 0 0 0 0 0 0 18 0 1 0 549595108 285134848 5569 33554432000 4194304 5683644 140734056016704 18446744073709551615 244446965263 0 0 16781312 514 961038313035104514 0 0 17 0 0 0 0
/proc/8112/statm: 69613 5569 377 364 0 5531 0

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

[pid=8135] ppid=8130 vsize=1420 CPUtime=3.32 cores=0-7
/proc/8135/stat : 8135 (march_hi) R 8130 8135 8135 0 -1 4202496 477 0 0 0 332 0 0 0 25 0 1 0 549595136 1454080 209 33554432000 4194304 4955518 140733193812256 18446744073709551615 4297502 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/8135/statm: 355 209 106 186 0 168 0
[pid=8132] ppid=8106 vsize=350504 CPUtime=0.01 cores=0-7
/proc/8132/stat : 8132 (python) S 8106 8106 6630 0 -1 4202560 990 0 0 0 1 0 0 0 15 0 1 0 549595136 358916096 5662 33554432000 4194304 5683644 140734056016704 18446744073709551615 244446965318 0 0 16781312 514 5602269248282919170 0 0 17 4 0 0 0
/proc/8132/statm: 87626 5662 377 364 0 23523 0
[pid=8134] ppid=8132 vsize=1420 CPUtime=6.78 cores=0-7
/proc/8134/stat : 8134 (march_hi) R 8132 8134 8134 0 -1 4202496 483 0 0 0 678 0 0 0 25 0 1 0 549595136 1454080 212 33554432000 4194304 4955518 140733253160272 18446744073709551615 4261522 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/8134/statm: 355 212 106 186 0 168 0
[pid=8106/tid=8113] ppid=8104 vsize=360748 CPUtime=0 cores=0-7
/proc/8106/task/8113/stat : 8113 (python) S 8104 8106 6630 0 -1 4202560 24 935 0 0 0 0 0 0 18 0 9 0 549595108 369405952 7178 33554432000 4194304 5683644 140734056016704 18446744073709551615 244458768817 0 0 16781312 2 18446604453795933120 0 0 -1 0 0 0 0
[pid=8106/tid=8116] ppid=8104 vsize=360748 CPUtime=0 cores=0-7
/proc/8106/task/8116/stat : 8116 (python) S 8104 8106 6630 0 -1 4202560 21 935 0 0 0 0 0 0 20 0 9 0 549595112 369405952 7178 33554432000 4194304 5683644 140734056016704 18446744073709551615 244458768817 0 0 16781312 2 18446604453795933120 0 0 -1 6 0 0 0
[pid=8106/tid=8119] ppid=8104 vsize=360748 CPUtime=0 cores=0-7
/proc/8106/task/8119/stat : 8119 (python) S 8104 8106 6630 0 -1 4202560 21 935 0 0 0 0 0 0 18 0 9 0 549595116 369405952 7178 33554432000 4194304 5683644 140734056016704 18446744073709551615 244458768817 0 0 16781312 2 18446604453795933120 0 0 -1 4 0 0 0
[pid=8106/tid=8122] ppid=8104 vsize=360748 CPUtime=0 cores=0-7
/proc/8106/task/8122/stat : 8122 (python) S 8104 8106 6630 0 -1 4202560 25 935 0 0 0 0 0 0 22 0 9 0 549595120 369405952 7178 33554432000 4194304 5683644 140734056016704 18446744073709551615 244458768817 0 0 16781312 2 18446604453795933120 0 0 -1 2 0 0 0
[pid=8106/tid=8125] ppid=8104 vsize=360748 CPUtime=0 cores=0-7
/proc/8106/task/8125/stat : 8125 (python) S 8104 8106 6630 0 -1 4202560 27 935 0 0 0 0 0 0 20 0 9 0 549595124 369405952 7178 33554432000 4194304 5683644 140734056016704 18446744073709551615 244458768817 0 0 16781312 2 18446604453795933120 0 0 -1 4 0 0 0
[pid=8106/tid=8128] ppid=8104 vsize=360748 CPUtime=0 cores=0-7
/proc/8106/task/8128/stat : 8128 (python) S 8104 8106 6630 0 -1 4202560 24 935 0 0 0 0 0 0 22 0 9 0 549595128 369405952 7178 33554432000 4194304 5683644 140734056016704 18446744073709551615 244458768817 0 0 16781312 2 18446604453795933120 0 0 -1 0 0 0 0
[pid=8106/tid=8131] ppid=8104 vsize=360748 CPUtime=0 cores=0-7
/proc/8106/task/8131/stat : 8131 (python) S 8104 8106 6630 0 -1 4202560 26 935 0 0 0 0 0 0 23 0 9 0 549595132 369405952 7178 33554432000 4194304 5683644 140734056016704 18446744073709551615 244458768817 0 0 16781312 2 18446604453795933120 0 0 -1 4 0 0 0
[pid=8106/tid=8133] ppid=8104 vsize=360748 CPUtime=0 cores=0-7
/proc/8106/task/8133/stat : 8133 (python) S 8104 8106 6630 0 -1 4202560 29 935 0 0 0 0 0 0 25 0 9 0 549595136 369405952 7178 33554432000 4194304 5683644 140734056016704 18446744073709551615 244458768817 0 0 16781312 2 18446604453795933120 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 49.37
Current children cumulated vsize (KiB) 4922272

[startup+8.15586 s]
/proc/loadavg: 9.04 9.38 9.47 10/329 8136
/proc/meminfo: memFree=12903636/32951124 swapFree=62859076/67111528
[pid=8106] ppid=8104 vsize=360748 CPUtime=0.78 cores=0-7
/proc/8106/stat : 8106 (python) S 8104 8106 6630 0 -1 4202496 15728 935 1 0 66 12 0 0 25 0 9 0 549595028 369405952 7178 33554432000 4194304 5683644 140734056016704 18446744073709551615 244458771915 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/8106/statm: 90187 7178 1889 364 0 26084 0
[pid=8112] ppid=8106 vsize=278452 CPUtime=0 cores=0-7
/proc/8112/stat : 8112 (python) S 8106 8106 6630 0 -1 4202560 885 0 0 0 0 0 0 0 18 0 1 0 549595108 285134848 5569 33554432000 4194304 5683644 140734056016704 18446744073709551615 244446965263 0 0 16781312 514 961038313035104514 0 0 17 0 0 0 0
/proc/8112/statm: 69613 5569 377 364 0 5531 0
[pid=8114] ppid=8112 vsize=1017800 CPUtime=7.25 cores=0-7
/proc/8114/stat : 8114 (gnovelty+2) R 8112 8114 8114 0 -1 4202496 427 0 0 0 725 0 0 0 25 0 1 0 549595108 1042227200 161 33554432000 134512640 135663704 4288056560 18446744073709551615 134546992 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/8114/statm: 254450 161 113 282 0 254166 0
[pid=8115] ppid=8106 vsize=289228 CPUtime=0.28 cores=0-7
/proc/8115/stat : 8115 (python) R 8106 8106 6630 0 -1 4202560 911 0 0 0 25 3 0 0 16 0 1 0 549595112 296169472 5686 33554432000 4194304 5683644 140734056016704 18446744073709551615 244446965318 0 0 16781312 514 0 0 0 17 6 0 0 0
/proc/8115/statm: 72307 5686 371 364 0 8222 0
[pid=8117] ppid=8115 vsize=0 CPUtime=7.03 cores=0-7
/proc/8117/stat : 8117 (march_hi) R 8115 8117 8117 0 -1 4202500 479 0 0 0 703 0 0 0 25 0 1 0 549595112 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 6 0 0 0
/proc/8117/statm: 0 0 0 0 0 0 0
[pid=8118] ppid=8106 vsize=299616 CPUtime=0.11 cores=0-7
/proc/8118/stat : 8118 (python) R 8106 8106 6630 0 -1 4202560 913 0 0 0 9 2 0 0 15 0 1 0 549595116 306806784 5707 33554432000 4194304 5683644 140734056016704 18446744073709551615 4451563 0 0 16781312 514 0 0 0 17 7 0 0 0
/proc/8118/statm: 74904 5707 371 364 0 10816 0
[pid=8120] ppid=8118 vsize=0 CPUtime=7.07 cores=0-7
/proc/8120/stat : 8120 (march_hi) R 8118 8120 8120 0 -1 4202500 483 0 0 0 707 0 0 0 25 0 1 0 549595116 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 1 0 0 0
/proc/8120/statm: 0 0 0 0 0 0 0
[pid=8121] ppid=8106 vsize=309872 CPUtime=0.21 cores=0-7
/proc/8121/stat : 8121 (python) R 8106 8106 6630 0 -1 4202560 957 0 0 0 18 3 0 0 15 0 1 0 549595120 317308928 5711 33554432000 4194304 5683644 140734056016704 18446744073709551615 244446965318 0 0 16781312 514 0 0 0 17 2 0 0 0
/proc/8121/statm: 77468 5711 371 364 0 13377 0
[pid=8123] ppid=8121 vsize=0 CPUtime=7.02 cores=0-7
/proc/8123/stat : 8123 (march_hi) R 8121 8123 8123 0 -1 4202500 475 0 0 0 702 0 0 0 25 0 1 0 549595120 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 2 0 0 0
/proc/8123/statm: 0 0 0 0 0 0 0
[pid=8124] ppid=8106 vsize=320128 CPUtime=0 cores=0-7
/proc/8124/stat : 8124 (python) S 8106 8106 6630 0 -1 4202560 949 0 0 0 0 0 0 0 18 0 1 0 549595124 327811072 5714 33554432000 4194304 5683644 140734056016704 18446744073709551615 244446965318 0 0 16781312 514 7422429444335173890 0 0 17 4 0 0 0
/proc/8124/statm: 80032 5714 370 364 0 15938 0
[pid=8126] ppid=8124 vsize=1017800 CPUtime=7.17 cores=0-7
/proc/8126/stat : 8126 (gnovelty+2) R 8124 8126 8126 0 -1 4202496 426 0 0 0 717 0 0 0 25 0 1 0 549595124 1042227200 161 33554432000 134512640 135663704 4290395088 18446744073709551615 134525316 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/8126/statm: 254450 161 113 282 0 254166 0
[pid=8127] ppid=8106 vsize=330384 CPUtime=0.01 cores=0-7
/proc/8127/stat : 8127 (python) S 8106 8106 6630 0 -1 4202560 962 0 0 0 1 0 0 0 15 0 1 0 549595128 338313216 5727 33554432000 4194304 5683644 140734056016704 18446744073709551615 244446965318 0 0 16781312 514 2907539756692766978 0 0 17 0 0 0 0
/proc/8127/statm: 82596 5727 371 364 0 18499 0
[pid=8129] ppid=8127 vsize=1420 CPUtime=3.61 cores=0-7
/proc/8129/stat : 8129 (march_hi) R 8127 8129 8129 0 -1 4202496 474 0 0 0 361 0 0 0 25 0 1 0 549595128 1454080 209 33554432000 4194304 4955518 140734295466096 18446744073709551615 4235629 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/8129/statm: 355 209 106 186 0 168 0
[pid=8130] ppid=8106 vsize=340640 CPUtime=0.01 cores=0-7
/proc/8130/stat : 8130 (python) S 8106 8106 6630 0 -1 4202560 982 0 0 0 1 0 0 0 15 0 1 0 549595132 348815360 5731 33554432000 4194304 5683644 140734056016704 18446744073709551615 244446965318 0 0 16781312 514 2313755099182104833 0 0 17 1 0 0 0
/proc/8130/statm: 85160 5731 371 364 0 21060 0
[pid=8135] ppid=8130 vsize=1420 CPUtime=3.58 cores=0-7
/proc/8135/stat : 8135 (march_hi) R 8130 8135 8135 0 -1 4202496 477 0 0 0 358 0 0 0 25 0 1 0 549595136 1454080 209 33554432000 4194304 4955518 140733193812256 18446744073709551615 4208667 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/8135/statm: 355 209 106 186 0 168 0
[pid=8132] ppid=8106 vsize=350504 CPUtime=0.01 cores=0-7
/proc/8132/stat : 8132 (python) S 8106 8106 6630 0 -1 4202560 992 0 0 0 1 0 0 0 15 0 1 0 549595136 358916096 5662 33554432000 4194304 5683644 140734056016704 18446744073709551615 244446965318 0 0 16781312 514 283181423051899138 0 0 17 4 0 0 0
/proc/8132/statm: 87626 5662 377 364 0 23523 0
[pid=8134] ppid=8132 vsize=1420 CPUtime=7.03 cores=0-7
/proc/8134/stat : 8134 (march_hi) R 8132 8134 8134 0 -1 4202496 484 0 0 0 703 0 0 0 25 0 1 0 549595136 1454080 213 33554432000 4194304 4955518 140733253160272 18446744073709551615 4224471 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/8134/statm: 355 213 106 186 0 168 0
[pid=8106/tid=8113] ppid=8104 vsize=360748 CPUtime=0 cores=0-7
/proc/8106/task/8113/stat : 8113 (python) S 8104 8106 6630 0 -1 4202560 24 935 0 0 0 0 0 0 18 0 9 0 549595108 369405952 7178 33554432000 4194304 5683644 140734056016704 18446744073709551615 244458768817 0 0 16781312 2 18446604453795933120 0 0 -1 0 0 0 0
[pid=8106/tid=8116] ppid=8104 vsize=360748 CPUtime=0 cores=0-7
/proc/8106/task/8116/stat : 8116 (python) S 8104 8106 6630 0 -1 4202560 21 935 0 0 0 0 0 0 20 0 9 0 549595112 369405952 7178 33554432000 4194304 5683644 140734056016704 18446744073709551615 244458768817 0 0 16781312 2 18446604453795933120 0 0 -1 6 0 0 0
[pid=8106/tid=8119] ppid=8104 vsize=360748 CPUtime=0 cores=0-7
/proc/8106/task/8119/stat : 8119 (python) S 8104 8106 6630 0 -1 4202560 21 935 0 0 0 0 0 0 18 0 9 0 549595116 369405952 7178 33554432000 4194304 5683644 140734056016704 18446744073709551615 244458768817 0 0 16781312 2 18446604453795933120 0 0 -1 4 0 0 0
[pid=8106/tid=8122] ppid=8104 vsize=360748 CPUtime=0 cores=0-7
/proc/8106/task/8122/stat : 8122 (python) S 8104 8106 6630 0 -1 4202560 25 935 0 0 0 0 0 0 22 0 9 0 549595120 369405952 7178 33554432000 4194304 5683644 140734056016704 18446744073709551615 244458768817 0 0 16781312 2 18446604453795933120 0 0 -1 2 0 0 0
[pid=8106/tid=8125] ppid=8104 vsize=360748 CPUtime=0 cores=0-7
/proc/8106/task/8125/stat : 8125 (python) S 8104 8106 6630 0 -1 4202560 27 935 0 0 0 0 0 0 20 0 9 0 549595124 369405952 7178 33554432000 4194304 5683644 140734056016704 18446744073709551615 244458768817 0 0 16781312 2 18446604453795933120 0 0 -1 4 0 0 0
[pid=8106/tid=8128] ppid=8104 vsize=360748 CPUtime=0 cores=0-7
/proc/8106/task/8128/stat : 8128 (python) S 8104 8106 6630 0 -1 4202560 24 935 0 0 0 0 0 0 22 0 9 0 549595128 369405952 7178 33554432000 4194304 5683644 140734056016704 18446744073709551615 244458768817 0 0 16781312 2 18446604453795933120 0 0 -1 0 0 0 0
[pid=8106/tid=8131] ppid=8104 vsize=360748 CPUtime=0 cores=0-7
/proc/8106/task/8131/stat : 8131 (python) S 8104 8106 6630 0 -1 4202560 26 935 0 0 0 0 0 0 23 0 9 0 549595132 369405952 7178 33554432000 4194304 5683644 140734056016704 18446744073709551615 244458768817 0 0 16781312 2 18446604453795933120 0 0 -1 4 0 0 0
[pid=8106/tid=8133] ppid=8104 vsize=360748 CPUtime=0 cores=0-7
/proc/8106/task/8133/stat : 8133 (python) S 8104 8106 6630 0 -1 4202560 29 935 0 0 0 0 0 0 25 0 9 0 549595136 369405952 7178 33554432000 4194304 5683644 140734056016704 18446744073709551615 244458768817 0 0 16781312 2 18446604453795933120 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 51.17
Current children cumulated vsize (KiB) 4919432

[startup+8.20085 s]
/proc/loadavg: 9.04 9.38 9.47 10/329 8136
/proc/meminfo: memFree=12903636/32951124 swapFree=62859076/67111528
[pid=8106] ppid=8104 vsize=360748 CPUtime=0.78 cores=0-7
/proc/8106/stat : 8106 (python) S 8104 8106 6630 0 -1 4202496 15728 935 1 0 66 12 0 0 25 0 9 0 549595028 369405952 7178 33554432000 4194304 5683644 140734056016704 18446744073709551615 244458771915 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/8106/statm: 90187 7178 1889 364 0 26084 0
[pid=8112] ppid=8106 vsize=278452 CPUtime=0 cores=0-7
/proc/8112/stat : 8112 (python) S 8106 8106 6630 0 -1 4202560 885 0 0 0 0 0 0 0 18 0 1 0 549595108 285134848 5569 33554432000 4194304 5683644 140734056016704 18446744073709551615 244446965263 0 0 16781312 514 961038313035104514 0 0 17 0 0 0 0
/proc/8112/statm: 69613 5569 377 364 0 5531 0
[pid=8114] ppid=8112 vsize=1017800 CPUtime=7.29 cores=0-7
/proc/8114/stat : 8114 (gnovelty+2) R 8112 8114 8114 0 -1 4202496 427 0 0 0 729 0 0 0 25 0 1 0 549595108 1042227200 161 33554432000 134512640 135663704 4288056560 18446744073709551615 134524888 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/8114/statm: 254450 161 113 282 0 254166 0
[pid=8115] ppid=8106 vsize=289228 CPUtime=0.31 cores=0-7
/proc/8115/stat : 8115 (python) R 8106 8106 6630 0 -1 4202560 911 0 0 0 28 3 0 0 16 0 1 0 549595112 296169472 5686 33554432000 4194304 5683644 140734056016704 18446744073709551615 244458775359 0 0 16781312 514 0 0 0 17 6 0 0 0
/proc/8115/statm: 72307 5686 371 364 0 8222 0
[pid=8117] ppid=8115 vsize=0 CPUtime=7.03 cores=0-7
/proc/8117/stat : 8117 (march_hi) R 8115 8117 8117 0 -1 4202500 479 0 0 0 703 0 0 0 25 0 1 0 549595112 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 6 0 0 0
/proc/8117/statm: 0 0 0 0 0 0 0
[pid=8118] ppid=8106 vsize=299616 CPUtime=7.23 cores=0-7
/proc/8118/stat : 8118 (python) R 8106 8106 6630 0 -1 4202560 1091 483 0 0 13 3 707 0 17 0 2 0 549595116 306806784 5727 33554432000 4194304 5683644 140734056016704 18446744073709551615 4891012 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/8118/statm: 74904 5727 391 364 0 10816 0
[pid=8121] ppid=8106 vsize=309872 CPUtime=0.25 cores=0-7
/proc/8121/stat : 8121 (python) R 8106 8106 6630 0 -1 4202560 957 0 0 0 22 3 0 0 16 0 1 0 549595120 317308928 5711 33554432000 4194304 5683644 140734056016704 18446744073709551615 244458775359 0 0 16781312 514 0 0 0 17 2 0 0 0
/proc/8121/statm: 77468 5711 371 364 0 13377 0
[pid=8123] ppid=8121 vsize=0 CPUtime=7.02 cores=0-7
/proc/8123/stat : 8123 (march_hi) R 8121 8123 8123 0 -1 4202500 475 0 0 0 702 0 0 0 25 0 1 0 549595120 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 2 0 0 0
/proc/8123/statm: 0 0 0 0 0 0 0
[pid=8124] ppid=8106 vsize=320128 CPUtime=0 cores=0-7
/proc/8124/stat : 8124 (python) S 8106 8106 6630 0 -1 4202560 949 0 0 0 0 0 0 0 18 0 1 0 549595124 327811072 5714 33554432000 4194304 5683644 140734056016704 18446744073709551615 244446965318 0 0 16781312 514 7422429444335173890 0 0 17 4 0 0 0
/proc/8124/statm: 80032 5714 370 364 0 15938 0
[pid=8126] ppid=8124 vsize=1017800 CPUtime=7.21 cores=0-7
/proc/8126/stat : 8126 (gnovelty+2) R 8124 8126 8126 0 -1 4202496 426 0 0 0 721 0 0 0 25 0 1 0 549595124 1042227200 161 33554432000 134512640 135663704 4290395088 18446744073709551615 134525684 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/8126/statm: 254450 161 113 282 0 254166 0
[pid=8127] ppid=8106 vsize=330384 CPUtime=0.01 cores=0-7
/proc/8127/stat : 8127 (python) S 8106 8106 6630 0 -1 4202560 962 0 0 0 1 0 0 0 15 0 1 0 549595128 338313216 5727 33554432000 4194304 5683644 140734056016704 18446744073709551615 244446965318 0 0 16781312 514 2907539756692766978 0 0 17 0 0 0 0
/proc/8127/statm: 82596 5727 371 364 0 18499 0
[pid=8129] ppid=8127 vsize=1420 CPUtime=3.61 cores=0-7
/proc/8129/stat : 8129 (march_hi) R 8127 8129 8129 0 -1 4202496 474 0 0 0 361 0 0 0 25 0 1 0 549595128 1454080 209 33554432000 4194304 4955518 140734295466096 18446744073709551615 4235629 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/8129/statm: 355 209 106 186 0 168 0
[pid=8130] ppid=8106 vsize=340640 CPUtime=0.01 cores=0-7
/proc/8130/stat : 8130 (python) S 8106 8106 6630 0 -1 4202560 982 0 0 0 1 0 0 0 15 0 1 0 549595132 348815360 5731 33554432000 4194304 5683644 140734056016704 18446744073709551615 244446965318 0 0 16781312 514 2313755099182104833 0 0 17 0 0 0 0
/proc/8130/statm: 85160 5731 371 364 0 21060 0
[pid=8135] ppid=8130 vsize=1420 CPUtime=3.62 cores=0-7
/proc/8135/stat : 8135 (march_hi) R 8130 8135 8135 0 -1 4202496 477 0 0 0 362 0 0 0 25 0 1 0 549595136 1454080 209 33554432000 4194304 4955518 140733193812256 18446744073709551615 4208656 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/8135/statm: 355 209 106 186 0 168 0
[pid=8132] ppid=8106 vsize=350504 CPUtime=0.05 cores=0-7
/proc/8132/stat : 8132 (python) R 8106 8106 6630 0 -1 4202560 995 0 0 0 4 1 0 0 15 0 1 0 549595136 358916096 5662 33554432000 4194304 5683644 140734056016704 18446744073709551615 244446965318 0 0 16781312 514 0 0 0 17 4 0 0 0
/proc/8132/statm: 87626 5662 377 364 0 23523 0
[pid=8134] ppid=8132 vsize=0 CPUtime=7.05 cores=0-7
/proc/8134/stat : 8134 (march_hi) R 8132 8134 8134 0 -1 4202500 485 0 0 0 705 0 0 0 25 0 1 0 549595136 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 4 0 0 0
/proc/8134/statm: 0 0 0 0 0 0 0
[pid=8106/tid=8113] ppid=8104 vsize=360748 CPUtime=0 cores=0-7
/proc/8106/task/8113/stat : 8113 (python) S 8104 8106 6630 0 -1 4202560 24 935 0 0 0 0 0 0 18 0 9 0 549595108 369405952 7178 33554432000 4194304 5683644 140734056016704 18446744073709551615 244458768817 0 0 16781312 2 18446604453795933120 0 0 -1 0 0 0 0
[pid=8106/tid=8116] ppid=8104 vsize=360748 CPUtime=0 cores=0-7
/proc/8106/task/8116/stat : 8116 (python) S 8104 8106 6630 0 -1 4202560 21 935 0 0 0 0 0 0 20 0 9 0 549595112 369405952 7178 33554432000 4194304 5683644 140734056016704 18446744073709551615 244458768817 0 0 16781312 2 18446604453795933120 0 0 -1 6 0 0 0
[pid=8106/tid=8119] ppid=8104 vsize=360748 CPUtime=0 cores=0-7
/proc/8106/task/8119/stat : 8119 (python) S 8104 8106 6630 0 -1 4202560 21 935 0 0 0 0 0 0 18 0 9 0 549595116 369405952 7178 33554432000 4194304 5683644 140734056016704 18446744073709551615 244458768817 0 0 16781312 2 18446604453795933120 0 0 -1 4 0 0 0
[pid=8106/tid=8122] ppid=8104 vsize=360748 CPUtime=0 cores=0-7
/proc/8106/task/8122/stat : 8122 (python) S 8104 8106 6630 0 -1 4202560 25 935 0 0 0 0 0 0 22 0 9 0 549595120 369405952 7178 33554432000 4194304 5683644 140734056016704 18446744073709551615 244458768817 0 0 16781312 2 18446604453795933120 0 0 -1 2 0 0 0
[pid=8106/tid=8125] ppid=8104 vsize=360748 CPUtime=0 cores=0-7
/proc/8106/task/8125/stat : 8125 (python) S 8104 8106 6630 0 -1 4202560 27 935 0 0 0 0 0 0 20 0 9 0 549595124 369405952 7178 33554432000 4194304 5683644 140734056016704 18446744073709551615 244458768817 0 0 16781312 2 18446604453795933120 0 0 -1 4 0 0 0
[pid=8106/tid=8128] ppid=8104 vsize=360748 CPUtime=0 cores=0-7
/proc/8106/task/8128/stat : 8128 (python) S 8104 8106 6630 0 -1 4202560 24 935 0 0 0 0 0 0 22 0 9 0 549595128 369405952 7178 33554432000 4194304 5683644 140734056016704 18446744073709551615 244458768817 0 0 16781312 2 18446604453795933120 0 0 -1 0 0 0 0
[pid=8106/tid=8131] ppid=8104 vsize=360748 CPUtime=0 cores=0-7
/proc/8106/task/8131/stat : 8131 (python) S 8104 8106 6630 0 -1 4202560 26 935 0 0 0 0 0 0 23 0 9 0 549595132 369405952 7178 33554432000 4194304 5683644 140734056016704 18446744073709551615 244458768817 0 0 16781312 2 18446604453795933120 0 0 -1 4 0 0 0
[pid=8106/tid=8133] ppid=8104 vsize=360748 CPUtime=0 cores=0-7
/proc/8106/task/8133/stat : 8133 (python) S 8104 8106 6630 0 -1 4202560 29 935 0 0 0 0 0 0 25 0 9 0 549595136 369405952 7178 33554432000 4194304 5683644 140734056016704 18446744073709551615 244458768817 0 0 16781312 2 18446604453795933120 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 51.47
Current children cumulated vsize (KiB) 4918012

Child status: 0
Real time (s): 8.23455
CPU time (s): 51.7011
CPU user time (s): 51.3912
CPU system time (s): 0.309952
CPU usage (%): 627.857
Max. virtual memory (cumulated for all children) (KiB): 4923692

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 51.3912
system time used= 0.309952
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 33268
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= 5158
involuntary context switches= 2434

runsolver used 0.033994 second user time and 0.058991 second system time

The end

Launcher Data

Begin job on node105 at 2011-05-03 01:45:46
IDJOB=3322287
IDBENCH=83065
IDSOLVER=1712
FILE ID=node105/3322287-1304379946
RUNJOBID= node105-1304366469-6644
PBS_JOBID= 13181765
Free space on /tmp= 73624 MiB

SOLVER NAME= borg-sat 11.03.02-random
BENCH NAME= SAT11/random/medium/unif-k5-r21.3-v75-c1597-S1750722942-074.UNKNOWN.cnf
COMMAND LINE= python DIR/solve DIR/etc/borg-mix+class.random.pickle BENCHNAME -seed RANDOMSEED -budget TIMEOUT -cores NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3322287-1304379946/watcher-3322287-1304379946 -o /tmp/evaluation-result-3322287-1304379946/solver-3322287-1304379946 -C 40000 -W 5100 -M 31000  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3322287-1304379946.cnf -seed 864794399 -budget 40000 -cores 8

TIME LIMIT= 40000 seconds
MEMORY LIMIT= 31000 MiB
NBCORE= 8

MD5SUM BENCH= 55d30b10c45b8bb435e547799f98f891
RANDOM SEED=864794399

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.825
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.825
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:      12963364 kB
Buffers:         22020 kB
Cached:         243784 kB
SwapCached:      26984 kB
Active:        8213864 kB
Inactive:     11558648 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      12963364 kB
SwapTotal:    67111528 kB
SwapFree:     62859076 kB
Dirty:           31908 kB
Writeback:           0 kB
AnonPages:    19482292 kB
Mapped:          21728 kB
Slab:            82816 kB
PageTables:      64944 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 60708312 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= 73592 MiB
End job on node105 at 2011-05-03 01:45:54