Trace number 3386835

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 4082.58 4065.01

General information on the benchmark

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

Solver Data

0.30/0.47	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.30/0.47	c INFO: solving HOME/instance-3386835-1305593233.cnf
0.30/0.47	c INFO: computing task features
0.30/0.47	c INFO: computed variable-clause graph statistics
0.30/0.47	c INFO: computed clause balance statistics
0.38/0.51	c INFO: computed variable balance statistics
0.38/0.54	c INFO: computed small-clause counts
0.38/0.54	c INFO: computed Horn-clause counts
0.38/0.55	c INFO: computed variable graph statistics
0.38/0.55	c INFO: collected features for HOME/instance-3386835-1305593233.cnf in 0.08 s
0.38/0.58	c INFO: running gnovelty+2@0 for 97 with 4999 remaining (b = 0.57)
100.12/100.01	c INFO: running march_hi@0 for 388 with 4900 remaining (b = 0.35)
491.58/489.76	c INFO: running march_hi@0 for 97 with 4510 remaining (b = 0.12)
589.29/587.06	c INFO: running march_hi@389 for 97 with 4413 remaining (b = 0.10)
685.30/682.69	c INFO: running march_hi@485 for 194 with 4317 remaining (b = 0.18)
882.65/879.11	c INFO: running march_hi@97 for 97 with 4121 remaining (b = 0.07)
982.92/978.93	c INFO: running march_hi@197 for 194 with 4021 remaining (b = 0.16)
1177.02/1172.26	c INFO: running march_hi@0 for 97 with 3828 remaining (b = 0.10)
1279.77/1274.53	c INFO: running march_hi@390 for 97 with 3726 remaining (b = 0.09)
1376.03/1370.31	c INFO: running march_hi@486 for 194 with 3630 remaining (b = 0.15)
1572.45/1565.96	c INFO: running gnovelty+2@0 for 97 with 3434 remaining (b = 0.07)
1673.15/1666.38	c INFO: running march_hi@102 for 291 with 3334 remaining (b = 0.21)
1961.75/1953.69	c INFO: running march_hi@0 for 97 with 3047 remaining (b = 0.10)
2064.54/2055.96	c INFO: running march_hi@389 for 97 with 2944 remaining (b = 0.08)
2164.53/2155.56	c INFO: running march_hi@489 for 194 with 2845 remaining (b = 0.13)
2359.90/2350.00	c INFO: running march_hi@102 for 291 with 2650 remaining (b = 0.19)
2648.56/2637.46	c INFO: running march_hi@0 for 388 with 2363 remaining (b = 0.24)
3042.40/3029.52	c INFO: running march_hi@0 for 97 with 1971 remaining (b = 0.07)
3144.41/3131.23	c INFO: running march_hi@389 for 97 with 1869 remaining (b = 0.06)
3240.48/3226.83	c INFO: running march_hi@101 for 291 with 1774 remaining (b = 0.15)
3533.67/3518.72	c INFO: running march_hi@681 for 1482 with 1482 remaining (b = 0.47)
4082.30/4064.99	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-3386835-1305593233/watcher-3386835-1305593233 -o /tmp/evaluation-result-3386835-1305593233/solver-3386835-1305593233 -C 5000 -W 5100 -M 15500 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3386835-1305593233.cnf -seed 1542071105 -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.21 4.13 4.09 4/535 9469
/proc/meminfo: memFree=19064572/32951124 swapFree=64205392/67111528
[pid=9469] ppid=9467 vsize=15772 CPUtime=0 cores=1,3,5,7
/proc/9469/stat : 9469 (python) R 9467 9469 8511 0 -1 4202496 901 0 0 0 0 0 0 0 25 0 1 0 670921303 16150528 782 33554432000 4194304 5683644 140734888156016 18446744073709551615 4426576 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/9469/statm: 3943 782 345 364 0 430 0

[startup+0.024559 s]
/proc/loadavg: 4.21 4.13 4.09 4/535 9469
/proc/meminfo: memFree=19064572/32951124 swapFree=64205392/67111528
[pid=9469] ppid=9467 vsize=16532 CPUtime=0.01 cores=1,3,5,7
/proc/9469/stat : 9469 (python) S 9467 9469 8511 0 -1 4202496 1183 0 0 0 1 0 0 0 25 0 1 0 670921303 16928768 1045 33554432000 4194304 5683644 140734888156016 18446744073709551615 228244346880 0 2147483391 16781312 2 18446744071699199166 0 0 17 1 0 0 0
/proc/9469/statm: 4134 1046 417 364 0 621 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 16532

[startup+0.100546 s]
/proc/loadavg: 4.21 4.13 4.09 4/535 9469
/proc/meminfo: memFree=19064572/32951124 swapFree=64205392/67111528
[pid=9469] ppid=9467 vsize=104216 CPUtime=0.07 cores=1,3,5,7
/proc/9469/stat : 9469 (python) S 9467 9469 8511 0 -1 4202496 3046 0 0 0 5 2 0 0 17 0 1 0 670921303 106717184 2731 33554432000 4194304 5683644 140734888156016 18446744073709551615 228244346880 0 2147483391 16781312 2 18446744071699199166 0 0 17 1 0 0 0
/proc/9469/statm: 26055 2731 847 364 0 1803 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 104216

[startup+0.30055 s]
/proc/loadavg: 4.21 4.13 4.09 4/535 9469
/proc/meminfo: memFree=19064572/32951124 swapFree=64205392/67111528
[pid=9469] ppid=9467 vsize=170752 CPUtime=0.22 cores=1,3,5,7
/proc/9469/stat : 9469 (python) S 9467 9469 8511 0 -1 4202496 6745 932 1 0 16 6 0 0 17 0 1 0 670921303 174850048 4806 33554432000 4194304 5683644 140734888156016 18446744073709551615 228244346880 0 2147483391 16781312 2 18446744071699199166 0 0 17 7 0 0 0
/proc/9469/statm: 42688 4806 1336 364 0 3453 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 170752

[startup+0.7004 s]
/proc/loadavg: 4.21 4.13 4.09 4/535 9469
/proc/meminfo: memFree=19064572/32951124 swapFree=64205392/67111528
[pid=9469] ppid=9467 vsize=288880 CPUtime=0.46 cores=1,3,5,7
/proc/9469/stat : 9469 (python) S 9467 9469 8511 0 -1 4202496 9818 932 1 0 38 8 0 0 19 0 2 0 670921303 295813120 7093 33554432000 4194304 5683644 140734888156016 18446744073709551615 228256175563 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/9469/statm: 72220 7093 1867 364 0 8138 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 288880

[startup+1.50031 s]
/proc/loadavg: 4.21 4.13 4.09 5/539 9477
/proc/meminfo: memFree=19039432/32951124 swapFree=64205392/67111528
[pid=9469] ppid=9467 vsize=288880 CPUtime=0.46 cores=1,3,5,7
/proc/9469/stat : 9469 (python) S 9467 9469 8511 0 -1 4202496 9818 932 1 0 38 8 0 0 19 0 2 0 670921303 295813120 7093 33554432000 4194304 5683644 140734888156016 18446744073709551615 228256175563 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/9469/statm: 72220 7093 1867 364 0 8138 0
[pid=9475] ppid=9469 vsize=278636 CPUtime=0 cores=1,3,5,7
/proc/9475/stat : 9475 (python) S 9469 9469 8511 0 -1 4202560 744 0 0 0 0 0 0 0 18 0 1 0 670921362 285323264 5576 33554432000 4194304 5683644 140734888156016 18446744073709551615 228244368911 0 0 16781312 514 17602566537988800511 0 0 17 3 0 0 0
/proc/9475/statm: 69659 5576 354 364 0 5577 0
[pid=9477] ppid=9475 vsize=1017800 CPUtime=0.91 cores=1,3,5,7
/proc/9477/stat : 9477 (gnovelty+2) R 9475 9477 9477 0 -1 4202496 440 0 0 0 91 0 0 0 21 0 1 0 670921362 1042227200 177 33554432000 134512640 135663704 4291251776 18446744073709551615 134545622 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/9477/statm: 254450 177 113 282 0 254166 0
[pid=9469/tid=9476] ppid=9467 vsize=288880 CPUtime=0 cores=1,3,5,7
/proc/9469/task/9476/stat : 9476 (python) S 9467 9469 8511 0 -1 4202560 30 932 0 0 0 0 0 0 19 0 2 0 670921362 295813120 7093 33554432000 4194304 5683644 140734888156016 18446744073709551615 228256172465 0 0 16781312 2 18446604461306079232 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1.37
Current children cumulated vsize (KiB) 1585316

[startup+3.10102 s]
/proc/loadavg: 4.19 4.13 4.09 5/539 9477
/proc/meminfo: memFree=19038440/32951124 swapFree=64205392/67111528
[pid=9469] ppid=9467 vsize=288880 CPUtime=0.46 cores=1,3,5,7
/proc/9469/stat : 9469 (python) S 9467 9469 8511 0 -1 4202496 9818 932 1 0 38 8 0 0 19 0 2 0 670921303 295813120 7093 33554432000 4194304 5683644 140734888156016 18446744073709551615 228256175563 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/9469/statm: 72220 7093 1867 364 0 8138 0
[pid=9475] ppid=9469 vsize=278636 CPUtime=0 cores=1,3,5,7
/proc/9475/stat : 9475 (python) S 9469 9469 8511 0 -1 4202560 744 0 0 0 0 0 0 0 18 0 1 0 670921362 285323264 5576 33554432000 4194304 5683644 140734888156016 18446744073709551615 228244368911 0 0 16781312 514 17602566537988768006 0 0 17 3 0 0 0
/proc/9475/statm: 69659 5576 354 364 0 5577 0
[pid=9477] ppid=9475 vsize=1017800 CPUtime=2.51 cores=1,3,5,7
/proc/9477/stat : 9477 (gnovelty+2) R 9475 9477 9477 0 -1 4202496 440 0 0 0 251 0 0 0 25 0 1 0 670921362 1042227200 177 33554432000 134512640 135663704 4291251776 18446744073709551615 134524507 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/9477/statm: 254450 177 113 282 0 254166 0
[pid=9469/tid=9476] ppid=9467 vsize=288880 CPUtime=0 cores=1,3,5,7
/proc/9469/task/9476/stat : 9476 (python) S 9467 9469 8511 0 -1 4202560 30 932 0 0 0 0 0 0 19 0 2 0 670921362 295813120 7093 33554432000 4194304 5683644 140734888156016 18446744073709551615 228256172465 0 0 16781312 2 18446604461306079232 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2.97
Current children cumulated vsize (KiB) 1585316

[startup+6.30045 s]
/proc/loadavg: 4.19 4.13 4.09 5/543 9481
/proc/meminfo: memFree=19033760/32951124 swapFree=64205392/67111528
[pid=9469] ppid=9467 vsize=288880 CPUtime=0.46 cores=1,3,5,7
/proc/9469/stat : 9469 (python) S 9467 9469 8511 0 -1 4202496 9818 932 1 0 38 8 0 0 19 0 2 0 670921303 295813120 7093 33554432000 4194304 5683644 140734888156016 18446744073709551615 228256175563 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/9469/statm: 72220 7093 1867 364 0 8138 0
[pid=9475] ppid=9469 vsize=278636 CPUtime=0.02 cores=1,3,5,7
/proc/9475/stat : 9475 (python) S 9469 9469 8511 0 -1 4202560 907 0 0 0 1 1 0 0 18 0 1 0 670921362 285323264 5599 33554432000 4194304 5683644 140734888156016 18446744073709551615 228244368911 0 0 16781312 514 17602566537988768006 0 0 17 3 0 0 0
/proc/9475/statm: 69659 5599 377 364 0 5577 0
[pid=9477] ppid=9475 vsize=1017800 CPUtime=5.71 cores=1,3,5,7
/proc/9477/stat : 9477 (gnovelty+2) R 9475 9477 9477 0 -1 4202496 440 0 0 0 571 0 0 0 25 0 1 0 670921362 1042227200 177 33554432000 134512640 135663704 4291251776 18446744073709551615 134544186 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/9477/statm: 254450 177 113 282 0 254166 0
[pid=9469/tid=9476] ppid=9467 vsize=288880 CPUtime=0 cores=1,3,5,7
/proc/9469/task/9476/stat : 9476 (python) S 9467 9469 8511 0 -1 4202560 30 932 0 0 0 0 0 0 19 0 2 0 670921362 295813120 7093 33554432000 4194304 5683644 140734888156016 18446744073709551615 228256172465 0 0 16781312 2 18446604461306079232 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 1585316

[startup+12.7003 s]
/proc/loadavg: 4.16 4.12 4.09 5/543 9481
/proc/meminfo: memFree=19030936/32951124 swapFree=64205392/67111528
[pid=9469] ppid=9467 vsize=288880 CPUtime=0.46 cores=1,3,5,7
/proc/9469/stat : 9469 (python) S 9467 9469 8511 0 -1 4202496 9818 932 1 0 38 8 0 0 19 0 2 0 670921303 295813120 7093 33554432000 4194304 5683644 140734888156016 18446744073709551615 228256175563 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/9469/statm: 72220 7093 1867 364 0 8138 0
[pid=9475] ppid=9469 vsize=278636 CPUtime=0.04 cores=1,3,5,7
/proc/9475/stat : 9475 (python) S 9469 9469 8511 0 -1 4202560 910 0 0 0 2 2 0 0 18 0 1 0 670921362 285323264 5599 33554432000 4194304 5683644 140734888156016 18446744073709551615 228244368911 0 0 16781312 514 16625477829089263878 0 0 17 3 0 0 0
/proc/9475/statm: 69659 5599 377 364 0 5577 0
[pid=9477] ppid=9475 vsize=1017800 CPUtime=12.1 cores=1,3,5,7
/proc/9477/stat : 9477 (gnovelty+2) R 9475 9477 9477 0 -1 4202496 440 0 0 0 1210 0 0 0 25 0 1 0 670921362 1042227200 177 33554432000 134512640 135663704 4291251776 18446744073709551615 134525560 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/9477/statm: 254450 177 113 282 0 254166 0
[pid=9469/tid=9476] ppid=9467 vsize=288880 CPUtime=0 cores=1,3,5,7
/proc/9469/task/9476/stat : 9476 (python) S 9467 9469 8511 0 -1 4202560 30 932 0 0 0 0 0 0 19 0 2 0 670921362 295813120 7093 33554432000 4194304 5683644 140734888156016 18446744073709551615 228256172465 0 0 16781312 2 18446604461306079232 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 12.6
Current children cumulated vsize (KiB) 1585316

[startup+25.5011 s]
/proc/loadavg: 4.13 4.12 4.09 5/543 9481
/proc/meminfo: memFree=19028696/32951124 swapFree=64205392/67111528
[pid=9469] ppid=9467 vsize=288880 CPUtime=0.46 cores=1,3,5,7
/proc/9469/stat : 9469 (python) S 9467 9469 8511 0 -1 4202496 9818 932 1 0 38 8 0 0 19 0 2 0 670921303 295813120 7093 33554432000 4194304 5683644 140734888156016 18446744073709551615 228256175563 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/9469/statm: 72220 7093 1867 364 0 8138 0
[pid=9475] ppid=9469 vsize=278636 CPUtime=0.09 cores=1,3,5,7
/proc/9475/stat : 9475 (python) S 9469 9469 8511 0 -1 4202560 916 0 0 0 4 5 0 0 18 0 1 0 670921362 285323264 5599 33554432000 4194304 5683644 140734888156016 18446744073709551615 228244368911 0 0 16781312 514 16625477829089263878 0 0 17 7 0 0 0
/proc/9475/statm: 69659 5599 377 364 0 5577 0
[pid=9477] ppid=9475 vsize=1017800 CPUtime=24.9 cores=1,3,5,7
/proc/9477/stat : 9477 (gnovelty+2) R 9475 9477 9477 0 -1 4202496 440 0 0 0 2490 0 0 0 25 0 1 0 670921362 1042227200 177 33554432000 134512640 135663704 4291251776 18446744073709551615 134545619 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/9477/statm: 254450 177 113 282 0 254166 0
[pid=9469/tid=9476] ppid=9467 vsize=288880 CPUtime=0 cores=1,3,5,7
/proc/9469/task/9476/stat : 9476 (python) S 9467 9469 8511 0 -1 4202560 30 932 0 0 0 0 0 0 19 0 2 0 670921362 295813120 7093 33554432000 4194304 5683644 140734888156016 18446744073709551615 228256172465 0 0 16781312 2 18446604461306079232 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 1585316

[startup+51.1006 s]
/proc/loadavg: 4.16 4.12 4.09 5/543 9482
/proc/meminfo: memFree=19021592/32951124 swapFree=64205392/67111528
[pid=9469] ppid=9467 vsize=288880 CPUtime=0.46 cores=1,3,5,7
/proc/9469/stat : 9469 (python) S 9467 9469 8511 0 -1 4202496 9818 932 1 0 38 8 0 0 19 0 2 0 670921303 295813120 7093 33554432000 4194304 5683644 140734888156016 18446744073709551615 228256175563 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/9469/statm: 72220 7093 1867 364 0 8138 0
[pid=9475] ppid=9469 vsize=278636 CPUtime=0.17 cores=1,3,5,7
/proc/9475/stat : 9475 (python) S 9469 9469 8511 0 -1 4202560 928 0 0 0 8 9 0 0 18 0 1 0 670921362 285323264 5599 33554432000 4194304 5683644 140734888156016 18446744073709551615 228244368911 0 0 16781312 514 16625477829089263878 0 0 17 7 0 0 0
/proc/9475/statm: 69659 5599 377 364 0 5577 0
[pid=9477] ppid=9475 vsize=1017800 CPUtime=50.5 cores=1,3,5,7
/proc/9477/stat : 9477 (gnovelty+2) R 9475 9477 9477 0 -1 4202496 440 0 0 0 5050 0 0 0 25 0 1 0 670921362 1042227200 177 33554432000 134512640 135663704 4291251776 18446744073709551615 134525052 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/9477/statm: 254450 177 113 282 0 254166 0
[pid=9469/tid=9476] ppid=9467 vsize=288880 CPUtime=0 cores=1,3,5,7
/proc/9469/task/9476/stat : 9476 (python) S 9467 9469 8511 0 -1 4202560 30 932 0 0 0 0 0 0 19 0 2 0 670921362 295813120 7093 33554432000 4194304 5683644 140734888156016 18446744073709551615 228256172465 0 0 16781312 2 18446604461306079232 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 51.13
Current children cumulated vsize (KiB) 1585316

[startup+102.32 s]
/proc/loadavg: 4.06 4.10 4.09 5/547 9487
/proc/meminfo: memFree=19003168/32951124 swapFree=64205392/67111528
[pid=9469] ppid=9467 vsize=299580 CPUtime=0.49 cores=1,3,5,7
/proc/9469/stat : 9469 (python) S 9467 9469 8511 0 -1 4202496 10665 932 1 0 41 8 0 0 19 0 3 0 670921303 306769920 7226 33554432000 4194304 5683644 140734888156016 18446744073709551615 228256175563 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/9469/statm: 74895 7226 1878 364 0 10810 0
[pid=9475] ppid=9469 vsize=288880 CPUtime=0.39 cores=1,3,5,7
/proc/9475/stat : 9475 (python) S 9469 9469 8511 0 -1 4202560 1099 0 0 0 20 19 0 0 19 0 2 0 670921362 295813120 5637 33554432000 4194304 5683644 140734888156016 18446744073709551615 228256175563 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/9475/statm: 72220 5637 410 364 0 8138 0
[pid=9477] ppid=9475 vsize=1017800 CPUtime=99.39 cores=1,3,5,7
/proc/9477/stat : 9477 (gnovelty+2) T 9475 9477 9477 0 -1 4202496 440 0 0 0 9939 0 0 0 25 0 1 0 670921362 1042227200 177 33554432000 134512640 135663704 4291251776 18446744073709551615 134545622 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/9477/statm: 254450 177 113 282 0 254166 0
[pid=9475/tid=9484] ppid=9469 vsize=288880 CPUtime=0 cores=1,3,5,7
/proc/9475/task/9484/stat : 9484 (python) S 9469 9469 8511 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 670931302 295813120 5637 33554432000 4194304 5683644 140734888156016 18446744073709551615 228256172465 0 0 16781312 514 18446604461306077440 0 0 -1 1 0 0 0
[pid=9485] ppid=9469 vsize=289336 CPUtime=0 cores=1,3,5,7
/proc/9485/stat : 9485 (python) S 9469 9469 8511 0 -1 4202560 757 0 0 0 0 0 0 0 15 0 1 0 670931305 296280064 5692 33554432000 4194304 5683644 140734888156016 18446744073709551615 228244368966 0 0 16781312 514 7926885104280895750 0 0 17 1 0 0 0
/proc/9485/statm: 72334 5692 348 364 0 8249 0
[pid=9487] ppid=9485 vsize=2784 CPUtime=2.29 cores=1,3,5,7
/proc/9487/stat : 9487 (march_hi) R 9485 9487 9487 0 -1 4202496 739 0 0 0 229 0 0 0 25 0 1 0 670931306 2850816 473 33554432000 4194304 4955518 140734549221200 18446744073709551615 4209737 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/9487/statm: 696 473 104 186 0 509 0
[pid=9469/tid=9476] ppid=9467 vsize=299580 CPUtime=0 cores=1,3,5,7
/proc/9469/task/9476/stat : 9476 (python) S 9467 9469 8511 0 -1 4202560 30 932 0 0 0 0 0 0 19 0 3 0 670921362 306769920 7226 33554432000 4194304 5683644 140734888156016 18446744073709551615 228256172465 0 0 16781312 2 18446604461306079232 0 0 -1 7 0 0 0
[pid=9469/tid=9486] ppid=9467 vsize=299580 CPUtime=0 cores=1,3,5,7
/proc/9469/task/9486/stat : 9486 (python) S 9467 9469 8511 0 -1 4202560 25 932 0 0 0 0 0 0 20 0 3 0 670931305 306769920 7226 33554432000 4194304 5683644 140734888156016 18446744073709551615 228256172465 0 0 16781312 2 18446604461306079232 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 102.56
Current children cumulated vsize (KiB) 1898380

[startup+162.301 s]
/proc/loadavg: 4.09 4.10 4.09 5/551 9493
/proc/meminfo: memFree=18960924/32951124 swapFree=64205392/67111528
[pid=9469] ppid=9467 vsize=299580 CPUtime=0.49 cores=1,3,5,7
/proc/9469/stat : 9469 (python) S 9467 9469 8511 0 -1 4202496 10665 932 1 0 41 8 0 0 19 0 3 0 670921303 306769920 7226 33554432000 4194304 5683644 140734888156016 18446744073709551615 228256175563 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/9469/statm: 74895 7226 1878 364 0 10810 0
[pid=9475] ppid=9469 vsize=288880 CPUtime=0.39 cores=1,3,5,7

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

/proc/9485/statm: 72334 5746 401 364 0 8249 0
[pid=9487] ppid=9485 vsize=194556 CPUtime=1227.69 cores=1,3,5,7
/proc/9487/stat : 9487 (march_hi) R 9485 9487 9487 0 -1 4202496 35599 0 0 0 122759 10 0 0 25 0 1 0 670931306 199225344 35333 33554432000 4194304 4955518 140734549221200 18446744073709551615 4224648 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/9487/statm: 48639 35333 104 186 0 48452 0
[pid=9485/tid=9503] ppid=9469 vsize=289336 CPUtime=0 cores=1,3,5,7
/proc/9485/task/9503/stat : 9503 (python) S 9469 9469 8511 0 -1 4202560 44 0 0 0 0 0 0 0 15 0 2 0 670970277 296280064 5746 33554432000 4194304 5683644 140734888156016 18446744073709551615 228256172465 0 0 16781312 514 18446604462142444544 0 0 -1 7 0 0 0
[pid=9504] ppid=9469 vsize=299244 CPUtime=2.99 cores=1,3,5,7
/proc/9504/stat : 9504 (python) S 9469 9469 8511 0 -1 4202560 1158 0 0 0 161 138 0 0 16 0 2 0 670970279 306425856 5660 33554432000 4194304 5683644 140734888156016 18446744073709551615 228256175563 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/9504/statm: 74811 5660 400 364 0 10723 0
[pid=9506] ppid=9504 vsize=120600 CPUtime=681.75 cores=1,3,5,7
/proc/9506/stat : 9506 (march_hi) T 9504 9506 9506 0 -1 4202496 21586 0 0 0 68171 4 0 0 25 0 1 0 670970280 123494400 21317 33554432000 4194304 4955518 140736771630608 18446744073709551615 4283067 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/9506/statm: 30150 21317 104 186 0 29963 0
[pid=9504/tid=9509] ppid=9469 vsize=299244 CPUtime=0 cores=1,3,5,7
/proc/9504/task/9509/stat : 9509 (python) S 9469 9469 8511 0 -1 4202560 48 0 0 0 0 0 0 0 15 0 2 0 670980007 306425856 5660 33554432000 4194304 5683644 140734888156016 18446744073709551615 228256172465 0 0 16781312 514 18446604460381246784 0 0 -1 3 0 0 0
[pid=9542] ppid=9469 vsize=310172 CPUtime=3.03 cores=1,3,5,7
/proc/9542/stat : 9542 (python) S 9469 9469 8511 0 -1 4202560 1165 0 0 0 163 140 0 0 15 0 2 0 671038530 317616128 5818 33554432000 4194304 5683644 140734888156016 18446744073709551615 228256175563 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/9542/statm: 77543 5818 401 364 0 13452 0
[pid=9544] ppid=9542 vsize=120600 CPUtime=683.53 cores=1,3,5,7
/proc/9544/stat : 9544 (march_hi) T 9542 9544 9544 0 -1 4202496 21660 0 0 0 68348 5 0 0 25 0 1 0 671038531 123494400 21395 33554432000 4194304 4955518 140736105490640 18446744073709551615 4224615 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/9544/statm: 30150 21395 104 186 0 29963 0
[pid=9542/tid=9548] ppid=9469 vsize=310172 CPUtime=0 cores=1,3,5,7
/proc/9542/task/9548/stat : 9548 (python) S 9469 9469 8511 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 2 0 671048755 317616128 5818 33554432000 4194304 5683644 140734888156016 18446744073709551615 228256172465 0 0 16781312 514 18446604456865952064 0 0 -1 7 0 0 0
[pid=9557] ppid=9469 vsize=320448 CPUtime=0.4 cores=1,3,5,7
/proc/9557/stat : 9557 (python) S 9469 9469 8511 0 -1 4202560 1115 0 0 0 20 20 0 0 19 0 2 0 671077900 328138752 5826 33554432000 4194304 5683644 140734888156016 18446744073709551615 228256175563 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/9557/statm: 80112 5826 400 364 0 16018 0
[pid=9559] ppid=9557 vsize=1017800 CPUtime=100.3 cores=1,3,5,7
/proc/9559/stat : 9559 (gnovelty+2) T 9557 9559 9559 0 -1 4202496 441 0 0 0 10030 0 0 0 25 0 1 0 671077900 1042227200 178 33554432000 134512640 135663704 4292626736 18446744073709551615 134524503 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/9559/statm: 254450 178 113 282 0 254166 0
[pid=9557/tid=9566] ppid=9469 vsize=320448 CPUtime=0 cores=1,3,5,7
/proc/9557/task/9566/stat : 9566 (python) S 9469 9469 8511 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 671087940 328138752 5826 33554432000 4194304 5683644 140734888156016 18446744073709551615 228256172465 0 0 16781312 514 18446604459819332736 0 0 -1 3 0 0 0
[pid=9575] ppid=9469 vsize=330852 CPUtime=2.18 cores=1,3,5,7
/proc/9575/stat : 9575 (python) S 9469 9469 8511 0 -1 4202560 1159 0 0 0 115 103 0 0 15 0 2 0 671116673 338792448 5867 33554432000 4194304 5683644 140734888156016 18446744073709551615 228256175563 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/9575/statm: 82713 5867 400 364 0 18616 0
[pid=9577] ppid=9575 vsize=91132 CPUtime=485.26 cores=1,3,5,7
/proc/9577/stat : 9577 (march_hi) T 9575 9577 9577 0 -1 4202496 16095 0 0 0 48524 2 0 0 25 0 1 0 671116673 93319168 15831 33554432000 4194304 4955518 140734017231408 18446744073709551615 4238735 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/9577/statm: 22783 15831 104 186 0 22596 0
[pid=9575/tid=9580] ppid=9469 vsize=330852 CPUtime=0 cores=1,3,5,7
/proc/9575/task/9580/stat : 9580 (python) S 9469 9469 8511 0 -1 4202560 48 0 0 0 0 0 0 0 15 0 2 0 671126897 338792448 5867 33554432000 4194304 5683644 140734888156016 18446744073709551615 228256172465 0 0 16781312 514 18446604466946420992 0 0 -1 3 0 0 0
[pid=9601] ppid=9469 vsize=341040 CPUtime=1.75 cores=1,3,5,7
/proc/9601/stat : 9601 (python) S 9469 9469 8511 0 -1 4202560 1160 0 0 0 92 83 0 0 16 0 2 0 671185050 349224960 5854 33554432000 4194304 5683644 140734888156016 18446744073709551615 228256175563 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/9601/statm: 85260 5854 400 364 0 21160 0
[pid=9603] ppid=9601 vsize=56672 CPUtime=392 cores=1,3,5,7
/proc/9603/stat : 9603 (march_hi) T 9601 9603 9603 0 -1 4202496 13342 0 0 0 39196 4 0 0 25 0 1 0 671185050 58032128 13076 33554432000 4194304 4955518 140735239603392 18446744073709551615 4238735 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/9603/statm: 14168 13076 104 186 0 13981 0
[pid=9601/tid=9618] ppid=9469 vsize=341040 CPUtime=0 cores=1,3,5,7
/proc/9601/task/9618/stat : 9618 (python) S 9469 9469 8511 0 -1 4202560 47 0 0 0 0 0 0 0 16 0 2 0 671224254 349224960 5854 33554432000 4194304 5683644 140734888156016 18446744073709551615 228256172465 0 0 16781312 514 18446604454934885440 0 0 -1 3 0 0 0
[pid=9619] ppid=9469 vsize=351296 CPUtime=1.78 cores=1,3,5,7
/proc/9619/stat : 9619 (python) S 9469 9469 8511 0 -1 4202560 1199 0 0 0 94 84 0 0 15 0 2 0 671224256 359727104 5864 33554432000 4194304 5683644 140734888156016 18446744073709551615 228256175563 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/9619/statm: 87824 5864 406 364 0 23721 0
[pid=9621] ppid=9619 vsize=56672 CPUtime=393.43 cores=1,3,5,7
/proc/9621/stat : 9621 (march_hi) T 9619 9621 9621 0 -1 4202496 13346 0 0 0 39341 2 0 0 25 0 1 0 671224256 58032128 13075 33554432000 4194304 4955518 140736904475824 18446744073709551615 4209717 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/9621/statm: 14168 13075 104 186 0 13981 0
[pid=9619/tid=9625] ppid=9469 vsize=351296 CPUtime=0 cores=1,3,5,7
/proc/9619/task/9625/stat : 9625 (python) S 9469 9469 8511 0 -1 4202560 49 0 0 0 0 0 0 0 15 0 2 0 671234425 359727104 5864 33554432000 4194304 5683644 140734888156016 18446744073709551615 228256172465 0 0 16781312 514 18446604456865953856 0 0 -1 3 0 0 0
[pid=9469/tid=9476] ppid=9467 vsize=361600 CPUtime=0 cores=1,3,5,7
/proc/9469/task/9476/stat : 9476 (python) S 9467 9469 8511 0 -1 4202560 30 932 0 0 0 0 0 0 19 0 9 0 670921362 370278400 7366 33554432000 4194304 5683644 140734888156016 18446744073709551615 228256172465 0 0 16781312 2 18446604461306079232 0 0 -1 7 0 0 0
[pid=9469/tid=9486] ppid=9467 vsize=361600 CPUtime=0 cores=1,3,5,7
/proc/9469/task/9486/stat : 9486 (python) S 9467 9469 8511 0 -1 4202560 34 932 0 0 0 0 0 0 18 0 9 0 670931305 370278400 7366 33554432000 4194304 5683644 140734888156016 18446744073709551615 228256172465 0 0 16781312 2 18446604461306079232 0 0 -1 1 0 0 0
[pid=9469/tid=9505] ppid=9467 vsize=361600 CPUtime=0 cores=1,3,5,7
/proc/9469/task/9505/stat : 9505 (python) S 9467 9469 8511 0 -1 4202560 30 932 0 0 0 0 0 0 18 0 9 0 670970280 370278400 7366 33554432000 4194304 5683644 140734888156016 18446744073709551615 228256172465 0 0 16781312 2 18446604461306079232 0 0 -1 1 0 0 0
[pid=9469/tid=9543] ppid=9467 vsize=361600 CPUtime=0 cores=1,3,5,7
/proc/9469/task/9543/stat : 9543 (python) S 9467 9469 8511 0 -1 4202560 36 932 0 0 0 0 0 0 18 0 9 0 671038530 370278400 7366 33554432000 4194304 5683644 140734888156016 18446744073709551615 228256172465 0 0 16781312 2 18446604461306079232 0 0 -1 1 0 0 0
[pid=9469/tid=9558] ppid=9467 vsize=361600 CPUtime=0 cores=1,3,5,7
/proc/9469/task/9558/stat : 9558 (python) S 9467 9469 8511 0 -1 4202560 30 932 0 0 0 0 0 0 20 0 9 0 671077900 370278400 7366 33554432000 4194304 5683644 140734888156016 18446744073709551615 228256172465 0 0 16781312 2 18446604461306079232 0 0 -1 1 0 0 0
[pid=9469/tid=9576] ppid=9467 vsize=361600 CPUtime=0 cores=1,3,5,7
/proc/9469/task/9576/stat : 9576 (python) S 9467 9469 8511 0 -1 4202560 35 932 0 0 0 0 0 0 18 0 9 0 671116673 370278400 7366 33554432000 4194304 5683644 140734888156016 18446744073709551615 228256172465 0 0 16781312 2 18446604461306079232 0 0 -1 7 0 0 0
[pid=9469/tid=9602] ppid=9467 vsize=361600 CPUtime=0 cores=1,3,5,7
/proc/9469/task/9602/stat : 9602 (python) S 9467 9469 8511 0 -1 4202560 29 932 0 0 0 0 0 0 20 0 9 0 671185050 370278400 7366 33554432000 4194304 5683644 140734888156016 18446744073709551615 228256172465 0 0 16781312 2 18446604461306079232 0 0 -1 3 0 0 0
[pid=9469/tid=9620] ppid=9467 vsize=361600 CPUtime=0 cores=1,3,5,7
/proc/9469/task/9620/stat : 9620 (python) S 9467 9469 8511 0 -1 4202560 28 932 0 0 0 0 0 0 18 0 9 0 671224256 370278400 7366 33554432000 4194304 5683644 140734888156016 18446744073709551615 228256172465 0 0 16781312 2 18446604461306079232 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4082.1
Current children cumulated vsize (KiB) 5568700

[startup+4064.9 s]
/proc/loadavg: 4.13 4.10 4.03 5/597 9655
/proc/meminfo: memFree=16789048/32951124 swapFree=64205392/67111528
[pid=9469] ppid=9467 vsize=361600 CPUtime=0.91 cores=1,3,5,7
/proc/9469/stat : 9469 (python) S 9467 9469 8511 0 -1 4202496 17467 932 1 0 82 9 0 0 18 0 9 0 670921303 370278400 7366 33554432000 4194304 5683644 140734888156016 18446744073709551615 228256175563 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/9469/statm: 90400 7366 1890 364 0 26297 0
[pid=9475] ppid=9469 vsize=288880 CPUtime=0.39 cores=1,3,5,7
/proc/9475/stat : 9475 (python) S 9469 9469 8511 0 -1 4202560 1099 0 0 0 20 19 0 0 19 0 2 0 670921362 295813120 5637 33554432000 4194304 5683644 140734888156016 18446744073709551615 228256175563 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/9475/statm: 72220 5637 410 364 0 8138 0
[pid=9477] ppid=9475 vsize=1017800 CPUtime=99.39 cores=1,3,5,7
/proc/9477/stat : 9477 (gnovelty+2) T 9475 9477 9477 0 -1 4202496 440 0 0 0 9939 0 0 0 25 0 1 0 670921362 1042227200 177 33554432000 134512640 135663704 4291251776 18446744073709551615 134545622 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/9477/statm: 254450 177 113 282 0 254166 0
[pid=9475/tid=9484] ppid=9469 vsize=288880 CPUtime=0 cores=1,3,5,7
/proc/9475/task/9484/stat : 9484 (python) S 9469 9469 8511 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 670931302 295813120 5637 33554432000 4194304 5683644 140734888156016 18446744073709551615 228256172465 0 0 16781312 514 18446604461306077440 0 0 -1 1 0 0 0
[pid=9485] ppid=9469 vsize=289336 CPUtime=5.32 cores=1,3,5,7
/proc/9485/stat : 9485 (python) S 9469 9469 8511 0 -1 4202560 1142 0 0 0 281 251 0 0 15 0 2 0 670931305 296280064 5746 33554432000 4194304 5683644 140734888156016 18446744073709551615 228244368966 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/9485/statm: 72334 5746 401 364 0 8249 0
[pid=9487] ppid=9485 vsize=194556 CPUtime=1227.89 cores=1,3,5,7
/proc/9487/stat : 9487 (march_hi) R 9485 9487 9487 0 -1 4202496 35603 0 0 0 122779 10 0 0 25 0 1 0 670931306 199225344 35337 33554432000 4194304 4955518 140734549221200 18446744073709551615 4238677 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/9487/statm: 48639 35337 104 186 0 48452 0
[pid=9485/tid=9503] ppid=9469 vsize=289336 CPUtime=0 cores=1,3,5,7
/proc/9485/task/9503/stat : 9503 (python) S 9469 9469 8511 0 -1 4202560 44 0 0 0 0 0 0 0 15 0 2 0 670970277 296280064 5746 33554432000 4194304 5683644 140734888156016 18446744073709551615 228256172465 0 0 16781312 514 18446604462142444544 0 0 -1 7 0 0 0
[pid=9504] ppid=9469 vsize=299244 CPUtime=2.99 cores=1,3,5,7
/proc/9504/stat : 9504 (python) S 9469 9469 8511 0 -1 4202560 1158 0 0 0 161 138 0 0 16 0 2 0 670970279 306425856 5660 33554432000 4194304 5683644 140734888156016 18446744073709551615 228256175563 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/9504/statm: 74811 5660 400 364 0 10723 0
[pid=9506] ppid=9504 vsize=120600 CPUtime=681.75 cores=1,3,5,7
/proc/9506/stat : 9506 (march_hi) T 9504 9506 9506 0 -1 4202496 21586 0 0 0 68171 4 0 0 25 0 1 0 670970280 123494400 21317 33554432000 4194304 4955518 140736771630608 18446744073709551615 4283067 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/9506/statm: 30150 21317 104 186 0 29963 0
[pid=9504/tid=9509] ppid=9469 vsize=299244 CPUtime=0 cores=1,3,5,7
/proc/9504/task/9509/stat : 9509 (python) S 9469 9469 8511 0 -1 4202560 48 0 0 0 0 0 0 0 15 0 2 0 670980007 306425856 5660 33554432000 4194304 5683644 140734888156016 18446744073709551615 228256172465 0 0 16781312 514 18446604460381246784 0 0 -1 3 0 0 0
[pid=9542] ppid=9469 vsize=310172 CPUtime=3.03 cores=1,3,5,7
/proc/9542/stat : 9542 (python) S 9469 9469 8511 0 -1 4202560 1165 0 0 0 163 140 0 0 15 0 2 0 671038530 317616128 5818 33554432000 4194304 5683644 140734888156016 18446744073709551615 228256175563 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/9542/statm: 77543 5818 401 364 0 13452 0
[pid=9544] ppid=9542 vsize=120600 CPUtime=683.53 cores=1,3,5,7
/proc/9544/stat : 9544 (march_hi) T 9542 9544 9544 0 -1 4202496 21660 0 0 0 68348 5 0 0 25 0 1 0 671038531 123494400 21395 33554432000 4194304 4955518 140736105490640 18446744073709551615 4224615 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/9544/statm: 30150 21395 104 186 0 29963 0
[pid=9542/tid=9548] ppid=9469 vsize=310172 CPUtime=0 cores=1,3,5,7
/proc/9542/task/9548/stat : 9548 (python) S 9469 9469 8511 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 2 0 671048755 317616128 5818 33554432000 4194304 5683644 140734888156016 18446744073709551615 228256172465 0 0 16781312 514 18446604456865952064 0 0 -1 7 0 0 0
[pid=9557] ppid=9469 vsize=320448 CPUtime=0.4 cores=1,3,5,7
/proc/9557/stat : 9557 (python) S 9469 9469 8511 0 -1 4202560 1115 0 0 0 20 20 0 0 19 0 2 0 671077900 328138752 5826 33554432000 4194304 5683644 140734888156016 18446744073709551615 228256175563 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/9557/statm: 80112 5826 400 364 0 16018 0
[pid=9559] ppid=9557 vsize=1017800 CPUtime=100.3 cores=1,3,5,7
/proc/9559/stat : 9559 (gnovelty+2) T 9557 9559 9559 0 -1 4202496 441 0 0 0 10030 0 0 0 25 0 1 0 671077900 1042227200 178 33554432000 134512640 135663704 4292626736 18446744073709551615 134524503 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/9559/statm: 254450 178 113 282 0 254166 0
[pid=9557/tid=9566] ppid=9469 vsize=320448 CPUtime=0 cores=1,3,5,7
/proc/9557/task/9566/stat : 9566 (python) S 9469 9469 8511 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 671087940 328138752 5826 33554432000 4194304 5683644 140734888156016 18446744073709551615 228256172465 0 0 16781312 514 18446604459819332736 0 0 -1 3 0 0 0
[pid=9575] ppid=9469 vsize=330852 CPUtime=2.18 cores=1,3,5,7
/proc/9575/stat : 9575 (python) S 9469 9469 8511 0 -1 4202560 1159 0 0 0 115 103 0 0 15 0 2 0 671116673 338792448 5867 33554432000 4194304 5683644 140734888156016 18446744073709551615 228256175563 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/9575/statm: 82713 5867 400 364 0 18616 0
[pid=9577] ppid=9575 vsize=91132 CPUtime=485.26 cores=1,3,5,7
/proc/9577/stat : 9577 (march_hi) T 9575 9577 9577 0 -1 4202496 16095 0 0 0 48524 2 0 0 25 0 1 0 671116673 93319168 15831 33554432000 4194304 4955518 140734017231408 18446744073709551615 4238735 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/9577/statm: 22783 15831 104 186 0 22596 0
[pid=9575/tid=9580] ppid=9469 vsize=330852 CPUtime=0 cores=1,3,5,7
/proc/9575/task/9580/stat : 9580 (python) S 9469 9469 8511 0 -1 4202560 48 0 0 0 0 0 0 0 15 0 2 0 671126897 338792448 5867 33554432000 4194304 5683644 140734888156016 18446744073709551615 228256172465 0 0 16781312 514 18446604466946420992 0 0 -1 3 0 0 0
[pid=9601] ppid=9469 vsize=341040 CPUtime=1.75 cores=1,3,5,7
/proc/9601/stat : 9601 (python) S 9469 9469 8511 0 -1 4202560 1160 0 0 0 92 83 0 0 16 0 2 0 671185050 349224960 5854 33554432000 4194304 5683644 140734888156016 18446744073709551615 228256175563 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/9601/statm: 85260 5854 400 364 0 21160 0
[pid=9603] ppid=9601 vsize=56672 CPUtime=392 cores=1,3,5,7
/proc/9603/stat : 9603 (march_hi) T 9601 9603 9603 0 -1 4202496 13342 0 0 0 39196 4 0 0 25 0 1 0 671185050 58032128 13076 33554432000 4194304 4955518 140735239603392 18446744073709551615 4238735 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/9603/statm: 14168 13076 104 186 0 13981 0
[pid=9601/tid=9618] ppid=9469 vsize=341040 CPUtime=0 cores=1,3,5,7
/proc/9601/task/9618/stat : 9618 (python) S 9469 9469 8511 0 -1 4202560 47 0 0 0 0 0 0 0 16 0 2 0 671224254 349224960 5854 33554432000 4194304 5683644 140734888156016 18446744073709551615 228256172465 0 0 16781312 514 18446604454934885440 0 0 -1 3 0 0 0
[pid=9619] ppid=9469 vsize=351296 CPUtime=1.78 cores=1,3,5,7
/proc/9619/stat : 9619 (python) S 9469 9469 8511 0 -1 4202560 1199 0 0 0 94 84 0 0 15 0 2 0 671224256 359727104 5864 33554432000 4194304 5683644 140734888156016 18446744073709551615 228256175563 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/9619/statm: 87824 5864 406 364 0 23721 0
[pid=9621] ppid=9619 vsize=56672 CPUtime=393.43 cores=1,3,5,7
/proc/9621/stat : 9621 (march_hi) T 9619 9621 9621 0 -1 4202496 13346 0 0 0 39341 2 0 0 25 0 1 0 671224256 58032128 13075 33554432000 4194304 4955518 140736904475824 18446744073709551615 4209717 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/9621/statm: 14168 13075 104 186 0 13981 0
[pid=9619/tid=9625] ppid=9469 vsize=351296 CPUtime=0 cores=1,3,5,7
/proc/9619/task/9625/stat : 9625 (python) S 9469 9469 8511 0 -1 4202560 49 0 0 0 0 0 0 0 15 0 2 0 671234425 359727104 5864 33554432000 4194304 5683644 140734888156016 18446744073709551615 228256172465 0 0 16781312 514 18446604456865953856 0 0 -1 3 0 0 0
[pid=9469/tid=9476] ppid=9467 vsize=361600 CPUtime=0 cores=1,3,5,7
/proc/9469/task/9476/stat : 9476 (python) S 9467 9469 8511 0 -1 4202560 30 932 0 0 0 0 0 0 19 0 9 0 670921362 370278400 7366 33554432000 4194304 5683644 140734888156016 18446744073709551615 228256172465 0 0 16781312 2 18446604461306079232 0 0 -1 7 0 0 0
[pid=9469/tid=9486] ppid=9467 vsize=361600 CPUtime=0 cores=1,3,5,7
/proc/9469/task/9486/stat : 9486 (python) S 9467 9469 8511 0 -1 4202560 34 932 0 0 0 0 0 0 18 0 9 0 670931305 370278400 7366 33554432000 4194304 5683644 140734888156016 18446744073709551615 228256172465 0 0 16781312 2 18446604461306079232 0 0 -1 1 0 0 0
[pid=9469/tid=9505] ppid=9467 vsize=361600 CPUtime=0 cores=1,3,5,7
/proc/9469/task/9505/stat : 9505 (python) S 9467 9469 8511 0 -1 4202560 30 932 0 0 0 0 0 0 18 0 9 0 670970280 370278400 7366 33554432000 4194304 5683644 140734888156016 18446744073709551615 228256172465 0 0 16781312 2 18446604461306079232 0 0 -1 1 0 0 0
[pid=9469/tid=9543] ppid=9467 vsize=361600 CPUtime=0 cores=1,3,5,7
/proc/9469/task/9543/stat : 9543 (python) S 9467 9469 8511 0 -1 4202560 36 932 0 0 0 0 0 0 18 0 9 0 671038530 370278400 7366 33554432000 4194304 5683644 140734888156016 18446744073709551615 228256172465 0 0 16781312 2 18446604461306079232 0 0 -1 1 0 0 0
[pid=9469/tid=9558] ppid=9467 vsize=361600 CPUtime=0 cores=1,3,5,7
/proc/9469/task/9558/stat : 9558 (python) S 9467 9469 8511 0 -1 4202560 30 932 0 0 0 0 0 0 20 0 9 0 671077900 370278400 7366 33554432000 4194304 5683644 140734888156016 18446744073709551615 228256172465 0 0 16781312 2 18446604461306079232 0 0 -1 1 0 0 0
[pid=9469/tid=9576] ppid=9467 vsize=361600 CPUtime=0 cores=1,3,5,7
/proc/9469/task/9576/stat : 9576 (python) S 9467 9469 8511 0 -1 4202560 35 932 0 0 0 0 0 0 18 0 9 0 671116673 370278400 7366 33554432000 4194304 5683644 140734888156016 18446744073709551615 228256172465 0 0 16781312 2 18446604461306079232 0 0 -1 7 0 0 0
[pid=9469/tid=9602] ppid=9467 vsize=361600 CPUtime=0 cores=1,3,5,7
/proc/9469/task/9602/stat : 9602 (python) S 9467 9469 8511 0 -1 4202560 29 932 0 0 0 0 0 0 20 0 9 0 671185050 370278400 7366 33554432000 4194304 5683644 140734888156016 18446744073709551615 228256172465 0 0 16781312 2 18446604461306079232 0 0 -1 3 0 0 0
[pid=9469/tid=9620] ppid=9467 vsize=361600 CPUtime=0 cores=1,3,5,7
/proc/9469/task/9620/stat : 9620 (python) S 9467 9469 8511 0 -1 4202560 28 932 0 0 0 0 0 0 18 0 9 0 671224256 370278400 7366 33554432000 4194304 5683644 140734888156016 18446744073709551615 228256172465 0 0 16781312 2 18446604461306079232 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4082.3
Current children cumulated vsize (KiB) 5568700

[startup+4065 s]
/proc/loadavg: 4.13 4.10 4.03 5/597 9655
/proc/meminfo: memFree=16789048/32951124 swapFree=64205392/67111528
[pid=9469] ppid=9467 vsize=310272 CPUtime=4082.55 cores=1,3,5,7
/proc/9469/stat : 9469 (python) R 9467 9469 8511 0 -1 4202496 19337 132949 1 0 82 10 407289 874 17 0 1 0 670921303 317718528 7329 33554432000 4194304 5683644 140734888156016 18446744073709551615 5114130 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/9469/statm: 77568 7329 1873 364 0 13492 0
Current children cumulated CPU time (s) 4082.55
Current children cumulated vsize (KiB) 310272

Child status: 0
Real time (s): 4065.01
CPU time (s): 4082.58
CPU user time (s): 4073.72
CPU system time (s): 8.85165
CPU usage (%): 100.432
Max. virtual memory (cumulated for all children) (KiB): 5568700

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4073.72
system time used= 8.85165
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 154463
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= 7653
involuntary context switches= 14478

runsolver used 25.1972 second user time and 55.6665 second system time

The end

Launcher Data

Begin job on node136 at 2011-05-17 02:47:13
IDJOB=3386835
IDBENCH=82900
IDSOLVER=1872
FILE ID=node136/3386835-1305593233
RUNJOBID= node136-1305586144-8530
PBS_JOBID= 13350342
Free space on /tmp= 72876 MiB

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

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

MD5SUM BENCH= d71042a4f58355ef8c71c53ec29199cb
RANDOM SEED=1542071105

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.809
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:      19064604 kB
Buffers:         64420 kB
Cached:         789940 kB
SwapCached:      24924 kB
Active:        7105428 kB
Inactive:      6542368 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      19064604 kB
SwapTotal:    67111528 kB
SwapFree:     64205392 kB
Dirty:           31972 kB
Writeback:           0 kB
AnonPages:    12774964 kB
Mapped:          45192 kB
Slab:            92728 kB
PageTables:      77636 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 173956356 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= 72844 MiB
End job on node136 at 2011-05-17 03:54:59