Trace number 3317528

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 137.534 39.8259

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v400-c1704-S690749326-001.UNKNOWN.cnf
MD5SUM20f33ec190b502d21efebab5417989ef
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark36.7644
Satisfiable
(Un)Satisfiability was proved
Number of variables400
Number of clauses1704
Sum of the clauses size5112
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 31704
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.31/0.45	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.31/0.45	c INFO: solving HOME/instance-3317528-1304269958.cnf
0.31/0.45	c INFO: computing task features
0.31/0.46	c INFO: computed variable-clause graph statistics
0.31/0.46	c INFO: computed clause balance statistics
0.31/0.49	c INFO: computed variable balance statistics
0.40/0.51	c INFO: computed small-clause counts
0.40/0.51	c INFO: computed Horn-clause counts
0.40/0.51	c INFO: computed variable graph statistics
0.40/0.51	c INFO: collected features for HOME/instance-3317528-1304269958.cnf in 0.06 s
0.40/0.54	c INFO: running gnovelty+2@0 for 97 with 4799 remaining (b = 0.56)
0.40/0.57	c INFO: running march_hi@0 for 388 with 4799 remaining (b = 0.39)
0.50/0.60	c INFO: running march_hi@0 for 485 with 4799 remaining (b = 0.39)
0.50/0.63	c INFO: running march_hi@0 for 485 with 4799 remaining (b = 0.35)
137.42/39.80	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-3317528-1304269958/watcher-3317528-1304269958 -o /tmp/evaluation-result-3317528-1304269958/solver-3317528-1304269958 -C 4800 -W 1300 -M 15500 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3317528-1304269958.cnf -seed 1976742697 -budget 4800 -cores 4 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 4800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 4830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 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: 8.82 8.96 8.08 9/249 8171
/proc/meminfo: memFree=28891628/32951124 swapFree=67111464/67111528
[pid=8171] ppid=8169 vsize=15764 CPUtime=0 cores=1,3,5,7
/proc/8171/stat : 8171 (python) S 8169 8171 7090 0 -1 4202496 844 0 0 0 0 0 0 0 25 0 1 0 617226437 16142336 727 33554432000 4194304 5683644 140735337695968 18446744073709551615 260020393984 0 2147483391 16781312 2 18446744071699199166 0 0 17 3 0 0 0
/proc/8171/statm: 3941 727 334 364 0 428 0

[startup+0.107504 s]
/proc/loadavg: 8.82 8.96 8.08 9/249 8171
/proc/meminfo: memFree=28891628/32951124 swapFree=67111464/67111528
[pid=8171] ppid=8169 vsize=104792 CPUtime=0.07 cores=1,3,5,7
/proc/8171/stat : 8171 (python) S 8169 8171 7090 0 -1 4202496 3239 0 0 0 5 2 0 0 17 0 1 0 617226437 107307008 2906 33554432000 4194304 5683644 140735337695968 18446744073709551615 260020393984 0 2147483391 16781312 2 18446744071699199166 0 0 17 3 0 0 0
/proc/8171/statm: 26198 2906 868 364 0 1946 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 104792

[startup+0.200487 s]
/proc/loadavg: 8.82 8.96 8.08 9/249 8171
/proc/meminfo: memFree=28891628/32951124 swapFree=67111464/67111528
[pid=8171] ppid=8169 vsize=131300 CPUtime=0.15 cores=1,3,5,7
/proc/8171/stat : 8171 (python) R 8169 8171 7090 0 -1 4202496 5706 938 1 0 12 3 0 0 19 0 1 0 617226437 134451200 4099 33554432000 4194304 5683644 140735337695968 18446744073709551615 4851044 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/8171/statm: 32825 4099 1015 364 0 3086 0
Current children cumulated CPU time (s) 0.15
Current children cumulated vsize (KiB) 131300

[startup+0.307469 s]
/proc/loadavg: 8.82 8.96 8.08 9/249 8171
/proc/meminfo: memFree=28891628/32951124 swapFree=67111464/67111528
[pid=8171] ppid=8169 vsize=198920 CPUtime=0.24 cores=1,3,5,7
/proc/8171/stat : 8171 (python) R 8169 8171 7090 0 -1 4202496 7022 938 1 0 18 6 0 0 18 0 1 0 617226437 203694080 5053 33554432000 4194304 5683644 140735337695968 18446744073709551615 4620076 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/8171/statm: 49730 5053 1466 364 0 3757 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 198920

[startup+0.700361 s]
/proc/loadavg: 8.82 8.96 8.08 9/249 8171
/proc/meminfo: memFree=28891628/32951124 swapFree=67111464/67111528
[pid=8171] ppid=8169 vsize=320184 CPUtime=0.53 cores=1,3,5,7
/proc/8171/stat : 8171 (python) S 8169 8171 7090 0 -1 4202496 12282 938 1 0 45 8 0 0 24 0 5 0 617226437 327868416 7242 33554432000 4194304 5683644 140735337695968 18446744073709551615 260032222667 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/8171/statm: 80046 7242 1881 364 0 15955 0
Current children cumulated CPU time (s) 0.53
Current children cumulated vsize (KiB) 320184

[startup+1.50121 s]
/proc/loadavg: 8.82 8.96 8.08 11/262 8188
/proc/meminfo: memFree=28851596/32951124 swapFree=67111464/67111528
[pid=8171] ppid=8169 vsize=320184 CPUtime=0.53 cores=1,3,5,7
/proc/8171/stat : 8171 (python) S 8169 8171 7090 0 -1 4202496 12282 938 1 0 45 8 0 0 24 0 5 0 617226437 327868416 7242 33554432000 4194304 5683644 140735337695968 18446744073709551615 260032222667 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/8171/statm: 80046 7242 1881 364 0 15955 0
[pid=8177] ppid=8171 vsize=278560 CPUtime=0 cores=1,3,5,7
/proc/8177/stat : 8177 (python) S 8171 8171 7090 0 -1 4202560 739 0 0 0 0 0 0 0 19 0 1 0 617226492 285245440 5554 33554432000 4194304 5683644 140735337695968 18446744073709551615 260020416015 0 0 16781312 514 12656137228141985791 0 0 17 1 0 0 0
/proc/8177/statm: 69640 5554 354 364 0 5558 0
[pid=8179] ppid=8177 vsize=1017800 CPUtime=0.94 cores=1,3,5,7
/proc/8179/stat : 8179 (gnovelty+2) R 8177 8179 8179 0 -1 4202496 430 0 0 0 94 0 0 0 23 0 1 0 617226492 1042227200 168 33554432000 134512640 135663704 4290404640 18446744073709551615 134546752 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/8179/statm: 254450 168 113 282 0 254166 0
[pid=8180] ppid=8171 vsize=289292 CPUtime=0 cores=1,3,5,7
/proc/8180/stat : 8180 (python) S 8171 8171 7090 0 -1 4202560 753 0 0 0 0 0 0 0 15 0 1 0 617226495 296235008 5680 33554432000 4194304 5683644 140735337695968 18446744073709551615 260020416070 0 0 16781312 514 5631786522693828872 0 0 17 3 0 0 0
/proc/8180/statm: 72323 5680 348 364 0 8238 0
[pid=8182] ppid=8180 vsize=1972 CPUtime=0.91 cores=1,3,5,7
/proc/8182/stat : 8182 (march_hi) R 8180 8182 8182 0 -1 4202496 582 0 0 0 91 0 0 0 23 0 1 0 617226495 2019328 316 33554432000 4194304 4955518 140736732521392 18446744073709551615 4261424 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/8182/statm: 493 316 104 186 0 306 0
[pid=8183] ppid=8171 vsize=299548 CPUtime=0 cores=1,3,5,7
/proc/8183/stat : 8183 (python) S 8171 8171 7090 0 -1 4202560 754 0 0 0 0 0 0 0 15 0 1 0 617226498 306737152 5684 33554432000 4194304 5683644 140735337695968 18446744073709551615 260020416070 0 0 16781312 514 16614377163990204680 0 0 17 1 0 0 0
/proc/8183/statm: 74887 5684 348 364 0 10799 0
[pid=8185] ppid=8183 vsize=1972 CPUtime=0.85 cores=1,3,5,7
/proc/8185/stat : 8185 (march_hi) R 8183 8185 8185 0 -1 4202496 581 0 0 0 85 0 0 0 25 0 1 0 617226500 2019328 317 33554432000 4194304 4955518 140734589379696 18446744073709551615 4224704 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/8185/statm: 493 317 104 186 0 306 0
[pid=8186] ppid=8171 vsize=309940 CPUtime=0 cores=1,3,5,7
/proc/8186/stat : 8186 (python) S 8171 8171 7090 0 -1 4202560 763 0 0 0 0 0 0 0 19 0 1 0 617226501 317378560 5705 33554432000 4194304 5683644 140735337695968 18446744073709551615 260020416070 0 0 16781312 514 17369077547249139975 0 0 17 1 0 0 0
/proc/8186/statm: 77485 5705 348 364 0 13394 0
[pid=8188] ppid=8186 vsize=1972 CPUtime=0.43 cores=1,3,5,7
/proc/8188/stat : 8188 (march_hi) R 8186 8188 8188 0 -1 4202496 570 0 0 0 43 0 0 0 25 0 1 0 617226501 2019328 305 33554432000 4194304 4955518 140734311458144 18446744073709551615 4312336 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/8188/statm: 493 305 104 186 0 306 0
[pid=8171/tid=8178] ppid=8169 vsize=320184 CPUtime=0 cores=1,3,5,7
/proc/8171/task/8178/stat : 8178 (python) S 8169 8171 7090 0 -1 4202560 25 938 0 0 0 0 0 0 20 0 5 0 617226492 327868416 7242 33554432000 4194304 5683644 140735337695968 18446744073709551615 260032219569 0 0 16781312 2 18446604471119601792 0 0 -1 7 0 0 0
[pid=8171/tid=8181] ppid=8169 vsize=320184 CPUtime=0 cores=1,3,5,7
/proc/8171/task/8181/stat : 8181 (python) S 8169 8171 7090 0 -1 4202560 23 938 0 0 0 0 0 0 20 0 5 0 617226495 327868416 7242 33554432000 4194304 5683644 140735337695968 18446744073709551615 260032219569 0 0 16781312 2 18446604471119601792 0 0 -1 1 0 0 0
[pid=8171/tid=8184] ppid=8169 vsize=320184 CPUtime=0 cores=1,3,5,7
/proc/8171/task/8184/stat : 8184 (python) S 8169 8171 7090 0 -1 4202560 22 938 0 0 0 0 0 0 22 0 5 0 617226498 327868416 7242 33554432000 4194304 5683644 140735337695968 18446744073709551615 260032219569 0 0 16781312 2 18446604471119601792 0 0 -1 1 0 0 0
[pid=8171/tid=8187] ppid=8169 vsize=320184 CPUtime=0 cores=1,3,5,7
/proc/8171/task/8187/stat : 8187 (python) S 8169 8171 7090 0 -1 4202560 28 938 0 0 0 0 0 0 25 0 5 0 617226501 327868416 7242 33554432000 4194304 5683644 140735337695968 18446744073709551615 260032219569 0 0 16781312 2 18446604471119601792 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3.66
Current children cumulated vsize (KiB) 2521240

[startup+3.10092 s]
/proc/loadavg: 8.82 8.96 8.08 11/262 8188
/proc/meminfo: memFree=28850480/32951124 swapFree=67111464/67111528
[pid=8171] ppid=8169 vsize=320184 CPUtime=0.53 cores=1,3,5,7
/proc/8171/stat : 8171 (python) S 8169 8171 7090 0 -1 4202496 12282 938 1 0 45 8 0 0 24 0 5 0 617226437 327868416 7242 33554432000 4194304 5683644 140735337695968 18446744073709551615 260032222667 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/8171/statm: 80046 7242 1881 364 0 15955 0
[pid=8177] ppid=8171 vsize=278560 CPUtime=0 cores=1,3,5,7
/proc/8177/stat : 8177 (python) S 8171 8171 7090 0 -1 4202560 739 0 0 0 0 0 0 0 18 0 1 0 617226492 285245440 5554 33554432000 4194304 5683644 140735337695968 18446744073709551615 260020416015 0 0 16781312 514 12656137228141953284 0 0 17 1 0 0 0
/proc/8177/statm: 69640 5554 354 364 0 5558 0
[pid=8179] ppid=8177 vsize=1017800 CPUtime=2.53 cores=1,3,5,7
/proc/8179/stat : 8179 (gnovelty+2) R 8177 8179 8179 0 -1 4202496 430 0 0 0 253 0 0 0 25 0 1 0 617226492 1042227200 168 33554432000 134512640 135663704 4290404640 18446744073709551615 134545566 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/8179/statm: 254450 168 113 282 0 254166 0
[pid=8180] ppid=8171 vsize=289292 CPUtime=0 cores=1,3,5,7
/proc/8180/stat : 8180 (python) S 8171 8171 7090 0 -1 4202560 758 0 0 0 0 0 0 0 15 0 1 0 617226495 296235008 5680 33554432000 4194304 5683644 140735337695968 18446744073709551615 260020416070 0 0 16781312 514 5631786522693828872 0 0 17 3 0 0 0
/proc/8180/statm: 72323 5680 348 364 0 8238 0
[pid=8182] ppid=8180 vsize=2188 CPUtime=2.51 cores=1,3,5,7
/proc/8182/stat : 8182 (march_hi) R 8180 8182 8182 0 -1 4202496 612 0 0 0 251 0 0 0 25 0 1 0 617226495 2240512 346 33554432000 4194304 4955518 140736732521392 18446744073709551615 4224648 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/8182/statm: 547 346 104 186 0 360 0
[pid=8183] ppid=8171 vsize=299548 CPUtime=0 cores=1,3,5,7
/proc/8183/stat : 8183 (python) S 8171 8171 7090 0 -1 4202560 756 0 0 0 0 0 0 0 15 0 1 0 617226498 306737152 5684 33554432000 4194304 5683644 140735337695968 18446744073709551615 260020416070 0 0 16781312 514 16614377163990204680 0 0 17 1 0 0 0
/proc/8183/statm: 74887 5684 348 364 0 10799 0
[pid=8185] ppid=8183 vsize=2188 CPUtime=2.45 cores=1,3,5,7
/proc/8185/stat : 8185 (march_hi) R 8183 8185 8185 0 -1 4202496 610 0 0 0 245 0 0 0 25 0 1 0 617226500 2240512 346 33554432000 4194304 4955518 140734589379696 18446744073709551615 4261364 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/8185/statm: 547 346 104 186 0 360 0
[pid=8186] ppid=8171 vsize=309940 CPUtime=0 cores=1,3,5,7
/proc/8186/stat : 8186 (python) S 8171 8171 7090 0 -1 4202560 764 0 0 0 0 0 0 0 15 0 1 0 617226501 317378560 5705 33554432000 4194304 5683644 140735337695968 18446744073709551615 260020416070 0 0 16781312 514 17369077547249139975 0 0 17 1 0 0 0
/proc/8186/statm: 77485 5705 348 364 0 13394 0
[pid=8188] ppid=8186 vsize=1972 CPUtime=1.23 cores=1,3,5,7
/proc/8188/stat : 8188 (march_hi) R 8186 8188 8188 0 -1 4202496 586 0 0 0 123 0 0 0 25 0 1 0 617226501 2019328 321 33554432000 4194304 4955518 140734311458144 18446744073709551615 4282585 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/8188/statm: 493 321 104 186 0 306 0
[pid=8171/tid=8178] ppid=8169 vsize=320184 CPUtime=0 cores=1,3,5,7
/proc/8171/task/8178/stat : 8178 (python) S 8169 8171 7090 0 -1 4202560 25 938 0 0 0 0 0 0 20 0 5 0 617226492 327868416 7242 33554432000 4194304 5683644 140735337695968 18446744073709551615 260032219569 0 0 16781312 2 18446604471119601792 0 0 -1 7 0 0 0
[pid=8171/tid=8181] ppid=8169 vsize=320184 CPUtime=0 cores=1,3,5,7
/proc/8171/task/8181/stat : 8181 (python) S 8169 8171 7090 0 -1 4202560 23 938 0 0 0 0 0 0 20 0 5 0 617226495 327868416 7242 33554432000 4194304 5683644 140735337695968 18446744073709551615 260032219569 0 0 16781312 2 18446604471119601792 0 0 -1 1 0 0 0
[pid=8171/tid=8184] ppid=8169 vsize=320184 CPUtime=0 cores=1,3,5,7
/proc/8171/task/8184/stat : 8184 (python) S 8169 8171 7090 0 -1 4202560 22 938 0 0 0 0 0 0 22 0 5 0 617226498 327868416 7242 33554432000 4194304 5683644 140735337695968 18446744073709551615 260032219569 0 0 16781312 2 18446604471119601792 0 0 -1 1 0 0 0
[pid=8171/tid=8187] ppid=8169 vsize=320184 CPUtime=0 cores=1,3,5,7
/proc/8171/task/8187/stat : 8187 (python) S 8169 8171 7090 0 -1 4202560 28 938 0 0 0 0 0 0 25 0 5 0 617226501 327868416 7242 33554432000 4194304 5683644 140735337695968 18446744073709551615 260032219569 0 0 16781312 2 18446604471119601792 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 9.25
Current children cumulated vsize (KiB) 2521672

[startup+6.30133 s]
/proc/loadavg: 8.91 8.98 8.09 11/262 8188
/proc/meminfo: memFree=28847016/32951124 swapFree=67111464/67111528
[pid=8171] ppid=8169 vsize=320184 CPUtime=0.53 cores=1,3,5,7
/proc/8171/stat : 8171 (python) S 8169 8171 7090 0 -1 4202496 12282 938 1 0 45 8 0 0 24 0 5 0 617226437 327868416 7242 33554432000 4194304 5683644 140735337695968 18446744073709551615 260032222667 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/8171/statm: 80046 7242 1881 364 0 15955 0
[pid=8177] ppid=8171 vsize=278560 CPUtime=0 cores=1,3,5,7
/proc/8177/stat : 8177 (python) S 8171 8171 7090 0 -1 4202560 904 0 0 0 0 0 0 0 18 0 1 0 617226492 285245440 5577 33554432000 4194304 5683644 140735337695968 18446744073709551615 260020416015 0 0 16781312 514 12656137228141953284 0 0 17 1 0 0 0
/proc/8177/statm: 69640 5577 377 364 0 5558 0
[pid=8179] ppid=8177 vsize=1017800 CPUtime=5.7 cores=1,3,5,7
/proc/8179/stat : 8179 (gnovelty+2) R 8177 8179 8179 0 -1 4202496 430 0 0 0 570 0 0 0 25 0 1 0 617226492 1042227200 168 33554432000 134512640 135663704 4290404640 18446744073709551615 134545631 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/8179/statm: 254450 168 113 282 0 254166 0
[pid=8180] ppid=8171 vsize=289292 CPUtime=0 cores=1,3,5,7
/proc/8180/stat : 8180 (python) S 8171 8171 7090 0 -1 4202560 895 0 0 0 0 0 0 0 15 0 1 0 617226495 296235008 5703 33554432000 4194304 5683644 140735337695968 18446744073709551615 260020416070 0 0 16781312 514 5631786522693828872 0 0 17 3 0 0 0
/proc/8180/statm: 72323 5703 371 364 0 8238 0
[pid=8182] ppid=8180 vsize=2188 CPUtime=5.7 cores=1,3,5,7
/proc/8182/stat : 8182 (march_hi) R 8180 8182 8182 0 -1 4202496 643 0 0 0 570 0 0 0 25 0 1 0 617226495 2240512 377 33554432000 4194304 4955518 140736732521392 18446744073709551615 4282793 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/8182/statm: 547 377 104 186 0 360 0
[pid=8183] ppid=8171 vsize=299548 CPUtime=0.01 cores=1,3,5,7
/proc/8183/stat : 8183 (python) S 8171 8171 7090 0 -1 4202560 901 0 0 0 1 0 0 0 15 0 1 0 617226498 306737152 5707 33554432000 4194304 5683644 140735337695968 18446744073709551615 260020416070 0 0 16781312 514 16614377163990204680 0 0 17 1 0 0 0
/proc/8183/statm: 74887 5707 371 364 0 10799 0
[pid=8185] ppid=8183 vsize=2188 CPUtime=5.62 cores=1,3,5,7
/proc/8185/stat : 8185 (march_hi) R 8183 8185 8185 0 -1 4202496 642 0 0 0 562 0 0 0 25 0 1 0 617226500 2240512 378 33554432000 4194304 4955518 140734589379696 18446744073709551615 4263706 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/8185/statm: 547 378 104 186 0 360 0
[pid=8186] ppid=8171 vsize=309940 CPUtime=0 cores=1,3,5,7
/proc/8186/stat : 8186 (python) S 8171 8171 7090 0 -1 4202560 932 0 0 0 0 0 0 0 15 0 1 0 617226501 317378560 5728 33554432000 4194304 5683644 140735337695968 18446744073709551615 260020416070 0 0 16781312 514 17369077547249139975 0 0 17 1 0 0 0
/proc/8186/statm: 77485 5728 371 364 0 13394 0
[pid=8188] ppid=8186 vsize=2188 CPUtime=2.83 cores=1,3,5,7
/proc/8188/stat : 8188 (march_hi) R 8186 8188 8188 0 -1 4202496 614 0 0 0 283 0 0 0 25 0 1 0 617226501 2240512 349 33554432000 4194304 4955518 140734311458144 18446744073709551615 4209730 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/8188/statm: 547 349 104 186 0 360 0
[pid=8171/tid=8178] ppid=8169 vsize=320184 CPUtime=0 cores=1,3,5,7
/proc/8171/task/8178/stat : 8178 (python) S 8169 8171 7090 0 -1 4202560 25 938 0 0 0 0 0 0 20 0 5 0 617226492 327868416 7242 33554432000 4194304 5683644 140735337695968 18446744073709551615 260032219569 0 0 16781312 2 18446604471119601792 0 0 -1 7 0 0 0
[pid=8171/tid=8181] ppid=8169 vsize=320184 CPUtime=0 cores=1,3,5,7
/proc/8171/task/8181/stat : 8181 (python) S 8169 8171 7090 0 -1 4202560 23 938 0 0 0 0 0 0 20 0 5 0 617226495 327868416 7242 33554432000 4194304 5683644 140735337695968 18446744073709551615 260032219569 0 0 16781312 2 18446604471119601792 0 0 -1 1 0 0 0
[pid=8171/tid=8184] ppid=8169 vsize=320184 CPUtime=0 cores=1,3,5,7
/proc/8171/task/8184/stat : 8184 (python) S 8169 8171 7090 0 -1 4202560 22 938 0 0 0 0 0 0 22 0 5 0 617226498 327868416 7242 33554432000 4194304 5683644 140735337695968 18446744073709551615 260032219569 0 0 16781312 2 18446604471119601792 0 0 -1 1 0 0 0
[pid=8171/tid=8187] ppid=8169 vsize=320184 CPUtime=0 cores=1,3,5,7
/proc/8171/task/8187/stat : 8187 (python) S 8169 8171 7090 0 -1 4202560 28 938 0 0 0 0 0 0 25 0 5 0 617226501 327868416 7242 33554432000 4194304 5683644 140735337695968 18446744073709551615 260032219569 0 0 16781312 2 18446604471119601792 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 20.39
Current children cumulated vsize (KiB) 2521888

[startup+12.7012 s]
/proc/loadavg: 9.00 8.99 8.10 11/262 8188
/proc/meminfo: memFree=28843228/32951124 swapFree=67111464/67111528
[pid=8171] ppid=8169 vsize=320184 CPUtime=0.53 cores=1,3,5,7
/proc/8171/stat : 8171 (python) S 8169 8171 7090 0 -1 4202496 12282 938 1 0 45 8 0 0 24 0 5 0 617226437 327868416 7242 33554432000 4194304 5683644 140735337695968 18446744073709551615 260032222667 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/8171/statm: 80046 7242 1881 364 0 15955 0
[pid=8177] ppid=8171 vsize=278560 CPUtime=0.01 cores=1,3,5,7
/proc/8177/stat : 8177 (python) S 8171 8171 7090 0 -1 4202560 909 0 0 0 1 0 0 0 18 0 1 0 617226492 285245440 5577 33554432000 4194304 5683644 140735337695968 18446744073709551615 260020416015 0 0 16781312 514 8667370996920975620 0 0 17 1 0 0 0
/proc/8177/statm: 69640 5577 377 364 0 5558 0
[pid=8179] ppid=8177 vsize=1017800 CPUtime=12.05 cores=1,3,5,7
/proc/8179/stat : 8179 (gnovelty+2) R 8177 8179 8179 0 -1 4202496 430 0 0 0 1205 0 0 0 25 0 1 0 617226492 1042227200 168 33554432000 134512640 135663704 4290404640 18446744073709551615 134524744 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/8179/statm: 254450 168 113 282 0 254166 0
[pid=8180] ppid=8171 vsize=289292 CPUtime=0.02 cores=1,3,5,7

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

/proc/8171/task/8178/stat : 8178 (python) S 8169 8171 7090 0 -1 4202560 25 938 0 0 0 0 0 0 20 0 5 0 617226492 327868416 7242 33554432000 4194304 5683644 140735337695968 18446744073709551615 260032219569 0 0 16781312 2 18446604471119601792 0 0 -1 7 0 0 0
[pid=8171/tid=8181] ppid=8169 vsize=320184 CPUtime=0 cores=1,3,5,7
/proc/8171/task/8181/stat : 8181 (python) S 8169 8171 7090 0 -1 4202560 23 938 0 0 0 0 0 0 20 0 5 0 617226495 327868416 7242 33554432000 4194304 5683644 140735337695968 18446744073709551615 260032219569 0 0 16781312 2 18446604471119601792 0 0 -1 1 0 0 0
[pid=8171/tid=8184] ppid=8169 vsize=320184 CPUtime=0 cores=1,3,5,7
/proc/8171/task/8184/stat : 8184 (python) S 8169 8171 7090 0 -1 4202560 22 938 0 0 0 0 0 0 22 0 5 0 617226498 327868416 7242 33554432000 4194304 5683644 140735337695968 18446744073709551615 260032219569 0 0 16781312 2 18446604471119601792 0 0 -1 1 0 0 0
[pid=8171/tid=8187] ppid=8169 vsize=320184 CPUtime=0 cores=1,3,5,7
/proc/8171/task/8187/stat : 8187 (python) S 8169 8171 7090 0 -1 4202560 28 938 0 0 0 0 0 0 25 0 5 0 617226501 327868416 7242 33554432000 4194304 5683644 140735337695968 18446744073709551615 260032219569 0 0 16781312 2 18446604471119601792 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 121.37
Current children cumulated vsize (KiB) 2528008

[startup+38.4004 s]
/proc/loadavg: 9.46 9.10 8.16 11/262 8189
/proc/meminfo: memFree=28827608/32951124 swapFree=67111464/67111528
[pid=8171] ppid=8169 vsize=320184 CPUtime=0.53 cores=1,3,5,7
/proc/8171/stat : 8171 (python) S 8169 8171 7090 0 -1 4202496 12282 938 1 0 45 8 0 0 24 0 5 0 617226437 327868416 7242 33554432000 4194304 5683644 140735337695968 18446744073709551615 260032222667 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/8171/statm: 80046 7242 1881 364 0 15955 0
[pid=8177] ppid=8171 vsize=278560 CPUtime=0.05 cores=1,3,5,7
/proc/8177/stat : 8177 (python) S 8171 8171 7090 0 -1 4202560 915 0 0 0 3 2 0 0 18 0 1 0 617226492 285245440 5577 33554432000 4194304 5683644 140735337695968 18446744073709551615 260020416015 0 0 16781312 514 8667370996920975620 0 0 17 1 0 0 0
/proc/8177/statm: 69640 5577 377 364 0 5558 0
[pid=8179] ppid=8177 vsize=1017800 CPUtime=37.56 cores=1,3,5,7
/proc/8179/stat : 8179 (gnovelty+2) R 8177 8179 8179 0 -1 4202496 430 0 0 0 3756 0 0 0 25 0 1 0 617226492 1042227200 168 33554432000 134512640 135663704 4290404640 18446744073709551615 134545583 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/8179/statm: 254450 168 113 282 0 254166 0
[pid=8180] ppid=8171 vsize=289292 CPUtime=0.81 cores=1,3,5,7
/proc/8180/stat : 8180 (python) R 8171 8171 7090 0 -1 4202560 918 0 0 0 68 13 0 0 16 0 1 0 617226495 296235008 5703 33554432000 4194304 5683644 140735337695968 18446744073709551615 260032226111 0 0 16781312 514 0 0 0 17 3 0 0 0
/proc/8180/statm: 72323 5703 371 364 0 8238 0
[pid=8182] ppid=8180 vsize=0 CPUtime=36.99 cores=1,3,5,7
/proc/8182/stat : 8182 (march_hi) R 8180 8182 8182 0 -1 4202500 1211 0 0 0 3699 0 0 0 25 0 1 0 617226495 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 3 0 0 0
/proc/8182/statm: 0 0 0 0 0 0 0
[pid=8183] ppid=8171 vsize=299548 CPUtime=0.57 cores=1,3,5,7
/proc/8183/stat : 8183 (python) R 8171 8171 7090 0 -1 4202560 922 0 0 0 49 8 0 0 16 0 1 0 617226498 306737152 5707 33554432000 4194304 5683644 140735337695968 18446744073709551615 260020416070 0 0 16781312 514 0 0 0 17 1 0 0 0
/proc/8183/statm: 74887 5707 371 364 0 10799 0
[pid=8185] ppid=8183 vsize=0 CPUtime=37.03 cores=1,3,5,7
/proc/8185/stat : 8185 (march_hi) R 8183 8185 8185 0 -1 4202500 1210 0 0 0 3703 0 0 0 25 0 1 0 617226500 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 1 0 0 0
/proc/8185/statm: 0 0 0 0 0 0 0
[pid=8186] ppid=8171 vsize=309940 CPUtime=0.07 cores=1,3,5,7
/proc/8186/stat : 8186 (python) S 8171 8171 7090 0 -1 4202560 949 0 0 0 4 3 0 0 15 0 1 0 617226501 317378560 5728 33554432000 4194304 5683644 140735337695968 18446744073709551615 260020416070 0 0 16781312 514 17369077547249139975 0 0 17 1 0 0 0
/proc/8186/statm: 77485 5728 371 364 0 13394 0
[pid=8188] ppid=8186 vsize=3124 CPUtime=18.91 cores=1,3,5,7
/proc/8188/stat : 8188 (march_hi) R 8186 8188 8188 0 -1 4202496 846 0 0 0 1891 0 0 0 25 0 1 0 617226501 3198976 563 33554432000 4194304 4955518 140734311458144 18446744073709551615 4290789 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/8188/statm: 781 563 104 186 0 594 0
[pid=8171/tid=8178] ppid=8169 vsize=320184 CPUtime=0 cores=1,3,5,7
/proc/8171/task/8178/stat : 8178 (python) S 8169 8171 7090 0 -1 4202560 25 938 0 0 0 0 0 0 20 0 5 0 617226492 327868416 7242 33554432000 4194304 5683644 140735337695968 18446744073709551615 260032219569 0 0 16781312 2 18446604471119601792 0 0 -1 7 0 0 0
[pid=8171/tid=8181] ppid=8169 vsize=320184 CPUtime=0 cores=1,3,5,7
/proc/8171/task/8181/stat : 8181 (python) S 8169 8171 7090 0 -1 4202560 23 938 0 0 0 0 0 0 20 0 5 0 617226495 327868416 7242 33554432000 4194304 5683644 140735337695968 18446744073709551615 260032219569 0 0 16781312 2 18446604471119601792 0 0 -1 1 0 0 0
[pid=8171/tid=8184] ppid=8169 vsize=320184 CPUtime=0 cores=1,3,5,7
/proc/8171/task/8184/stat : 8184 (python) S 8169 8171 7090 0 -1 4202560 22 938 0 0 0 0 0 0 22 0 5 0 617226498 327868416 7242 33554432000 4194304 5683644 140735337695968 18446744073709551615 260032219569 0 0 16781312 2 18446604471119601792 0 0 -1 1 0 0 0
[pid=8171/tid=8187] ppid=8169 vsize=320184 CPUtime=0 cores=1,3,5,7
/proc/8171/task/8187/stat : 8187 (python) S 8169 8171 7090 0 -1 4202560 28 938 0 0 0 0 0 0 25 0 5 0 617226501 327868416 7242 33554432000 4194304 5683644 140735337695968 18446744073709551615 260032219569 0 0 16781312 2 18446604471119601792 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 132.52
Current children cumulated vsize (KiB) 2518448

[startup+39.2013 s]
/proc/loadavg: 9.46 9.10 8.16 15/262 8189
/proc/meminfo: memFree=28832444/32951124 swapFree=67111464/67111528
[pid=8171] ppid=8169 vsize=320184 CPUtime=0.53 cores=1,3,5,7
/proc/8171/stat : 8171 (python) S 8169 8171 7090 0 -1 4202496 12282 938 1 0 45 8 0 0 24 0 5 0 617226437 327868416 7242 33554432000 4194304 5683644 140735337695968 18446744073709551615 260032222667 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/8171/statm: 80046 7242 1881 364 0 15955 0
[pid=8177] ppid=8171 vsize=278560 CPUtime=0.05 cores=1,3,5,7
/proc/8177/stat : 8177 (python) S 8171 8171 7090 0 -1 4202560 915 0 0 0 3 2 0 0 18 0 1 0 617226492 285245440 5577 33554432000 4194304 5683644 140735337695968 18446744073709551615 260020416015 0 0 16781312 514 8667370996920975620 0 0 17 7 0 0 0
/proc/8177/statm: 69640 5577 377 364 0 5558 0
[pid=8179] ppid=8177 vsize=1017800 CPUtime=38.36 cores=1,3,5,7
/proc/8179/stat : 8179 (gnovelty+2) R 8177 8179 8179 0 -1 4202496 430 0 0 0 3836 0 0 0 25 0 1 0 617226492 1042227200 168 33554432000 134512640 135663704 4290404640 18446744073709551615 134564723 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/8179/statm: 254450 168 113 282 0 254166 0
[pid=8180] ppid=8171 vsize=289292 CPUtime=1.62 cores=1,3,5,7
/proc/8180/stat : 8180 (python) R 8171 8171 7090 0 -1 4202560 918 0 0 0 138 24 0 0 17 0 1 0 617226495 296235008 5703 33554432000 4194304 5683644 140735337695968 18446744073709551615 260032226111 0 0 16781312 514 0 0 0 17 3 0 0 0
/proc/8180/statm: 72323 5703 371 364 0 8238 0
[pid=8182] ppid=8180 vsize=0 CPUtime=36.99 cores=1,3,5,7
/proc/8182/stat : 8182 (march_hi) R 8180 8182 8182 0 -1 4202500 1211 0 0 0 3699 0 0 0 25 0 1 0 617226495 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 3 0 0 0
/proc/8182/statm: 0 0 0 0 0 0 0
[pid=8183] ppid=8171 vsize=299548 CPUtime=1.37 cores=1,3,5,7
/proc/8183/stat : 8183 (python) R 8171 8171 7090 0 -1 4202560 922 0 0 0 117 20 0 0 17 0 1 0 617226498 306737152 5707 33554432000 4194304 5683644 140735337695968 18446744073709551615 260032226111 0 0 16781312 514 0 0 0 17 1 0 0 0
/proc/8183/statm: 74887 5707 371 364 0 10799 0
[pid=8185] ppid=8183 vsize=0 CPUtime=37.03 cores=1,3,5,7
/proc/8185/stat : 8185 (march_hi) R 8183 8185 8185 0 -1 4202500 1210 0 0 0 3703 0 0 0 25 0 1 0 617226500 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 1 0 0 0
/proc/8185/statm: 0 0 0 0 0 0 0
[pid=8186] ppid=8171 vsize=309940 CPUtime=0.07 cores=1,3,5,7
/proc/8186/stat : 8186 (python) S 8171 8171 7090 0 -1 4202560 949 0 0 0 4 3 0 0 15 0 1 0 617226501 317378560 5728 33554432000 4194304 5683644 140735337695968 18446744073709551615 260020416070 0 0 16781312 514 17369077547249139975 0 0 17 1 0 0 0
/proc/8186/statm: 77485 5728 371 364 0 13394 0
[pid=8188] ppid=8186 vsize=3316 CPUtime=19.31 cores=1,3,5,7
/proc/8188/stat : 8188 (march_hi) R 8186 8188 8188 0 -1 4202496 877 0 0 0 1931 0 0 0 25 0 1 0 617226501 3395584 594 33554432000 4194304 4955518 140734311458144 18446744073709551615 4209664 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/8188/statm: 829 594 104 186 0 642 0
[pid=8171/tid=8178] ppid=8169 vsize=320184 CPUtime=0 cores=1,3,5,7
/proc/8171/task/8178/stat : 8178 (python) S 8169 8171 7090 0 -1 4202560 25 938 0 0 0 0 0 0 20 0 5 0 617226492 327868416 7242 33554432000 4194304 5683644 140735337695968 18446744073709551615 260032219569 0 0 16781312 2 18446604471119601792 0 0 -1 7 0 0 0
[pid=8171/tid=8181] ppid=8169 vsize=320184 CPUtime=0 cores=1,3,5,7
/proc/8171/task/8181/stat : 8181 (python) S 8169 8171 7090 0 -1 4202560 23 938 0 0 0 0 0 0 20 0 5 0 617226495 327868416 7242 33554432000 4194304 5683644 140735337695968 18446744073709551615 260032219569 0 0 16781312 2 18446604471119601792 0 0 -1 1 0 0 0
[pid=8171/tid=8184] ppid=8169 vsize=320184 CPUtime=0 cores=1,3,5,7
/proc/8171/task/8184/stat : 8184 (python) S 8169 8171 7090 0 -1 4202560 22 938 0 0 0 0 0 0 22 0 5 0 617226498 327868416 7242 33554432000 4194304 5683644 140735337695968 18446744073709551615 260032219569 0 0 16781312 2 18446604471119601792 0 0 -1 1 0 0 0
[pid=8171/tid=8187] ppid=8169 vsize=320184 CPUtime=0 cores=1,3,5,7
/proc/8171/task/8187/stat : 8187 (python) S 8169 8171 7090 0 -1 4202560 28 938 0 0 0 0 0 0 25 0 5 0 617226501 327868416 7242 33554432000 4194304 5683644 140735337695968 18446744073709551615 260032219569 0 0 16781312 2 18446604471119601792 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 135.33
Current children cumulated vsize (KiB) 2518640

[startup+39.6012 s]
/proc/loadavg: 9.74 9.17 8.19 14/262 8189
/proc/meminfo: memFree=28831824/32951124 swapFree=67111464/67111528
[pid=8171] ppid=8169 vsize=320184 CPUtime=0.53 cores=1,3,5,7
/proc/8171/stat : 8171 (python) S 8169 8171 7090 0 -1 4202496 12282 938 1 0 45 8 0 0 24 0 5 0 617226437 327868416 7242 33554432000 4194304 5683644 140735337695968 18446744073709551615 260032222667 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/8171/statm: 80046 7242 1881 364 0 15955 0
[pid=8177] ppid=8171 vsize=278560 CPUtime=0.05 cores=1,3,5,7
/proc/8177/stat : 8177 (python) S 8171 8171 7090 0 -1 4202560 915 0 0 0 3 2 0 0 18 0 1 0 617226492 285245440 5577 33554432000 4194304 5683644 140735337695968 18446744073709551615 260020416015 0 0 16781312 514 8667370996920975620 0 0 17 7 0 0 0
/proc/8177/statm: 69640 5577 377 364 0 5558 0
[pid=8179] ppid=8177 vsize=1017800 CPUtime=38.75 cores=1,3,5,7
/proc/8179/stat : 8179 (gnovelty+2) R 8177 8179 8179 0 -1 4202496 430 0 0 0 3875 0 0 0 25 0 1 0 617226492 1042227200 168 33554432000 134512640 135663704 4290404640 18446744073709551615 134525278 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/8179/statm: 254450 168 113 282 0 254166 0
[pid=8180] ppid=8171 vsize=289292 CPUtime=2.03 cores=1,3,5,7
/proc/8180/stat : 8180 (python) R 8171 8171 7090 0 -1 4202560 918 0 0 0 174 29 0 0 18 0 1 0 617226495 296235008 5703 33554432000 4194304 5683644 140735337695968 18446744073709551615 260032226111 0 0 16781312 514 0 0 0 17 3 0 0 0
/proc/8180/statm: 72323 5703 371 364 0 8238 0
[pid=8182] ppid=8180 vsize=0 CPUtime=36.99 cores=1,3,5,7
/proc/8182/stat : 8182 (march_hi) R 8180 8182 8182 0 -1 4202500 1211 0 0 0 3699 0 0 0 25 0 1 0 617226495 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 3 0 0 0
/proc/8182/statm: 0 0 0 0 0 0 0
[pid=8183] ppid=8171 vsize=299548 CPUtime=1.78 cores=1,3,5,7
/proc/8183/stat : 8183 (python) R 8171 8171 7090 0 -1 4202560 922 0 0 0 152 26 0 0 17 0 1 0 617226498 306737152 5707 33554432000 4194304 5683644 140735337695968 18446744073709551615 260020416070 0 0 16781312 514 0 0 0 17 1 0 0 0
/proc/8183/statm: 74887 5707 371 364 0 10799 0
[pid=8185] ppid=8183 vsize=0 CPUtime=37.03 cores=1,3,5,7
/proc/8185/stat : 8185 (march_hi) R 8183 8185 8185 0 -1 4202500 1210 0 0 0 3703 0 0 0 25 0 1 0 617226500 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 1 0 0 0
/proc/8185/statm: 0 0 0 0 0 0 0
[pid=8186] ppid=8171 vsize=309940 CPUtime=0.07 cores=1,3,5,7
/proc/8186/stat : 8186 (python) S 8171 8171 7090 0 -1 4202560 949 0 0 0 4 3 0 0 15 0 1 0 617226501 317378560 5728 33554432000 4194304 5683644 140735337695968 18446744073709551615 260020416070 0 0 16781312 514 17369077547249139975 0 0 17 1 0 0 0
/proc/8186/statm: 77485 5728 371 364 0 13394 0
[pid=8188] ppid=8186 vsize=3316 CPUtime=19.51 cores=1,3,5,7
/proc/8188/stat : 8188 (march_hi) R 8186 8188 8188 0 -1 4202496 880 0 0 0 1951 0 0 0 25 0 1 0 617226501 3395584 597 33554432000 4194304 4955518 140734311458144 18446744073709551615 4209664 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/8188/statm: 829 597 104 186 0 642 0
[pid=8171/tid=8178] ppid=8169 vsize=320184 CPUtime=0 cores=1,3,5,7
/proc/8171/task/8178/stat : 8178 (python) S 8169 8171 7090 0 -1 4202560 25 938 0 0 0 0 0 0 20 0 5 0 617226492 327868416 7242 33554432000 4194304 5683644 140735337695968 18446744073709551615 260032219569 0 0 16781312 2 18446604471119601792 0 0 -1 7 0 0 0
[pid=8171/tid=8181] ppid=8169 vsize=320184 CPUtime=0 cores=1,3,5,7
/proc/8171/task/8181/stat : 8181 (python) S 8169 8171 7090 0 -1 4202560 23 938 0 0 0 0 0 0 20 0 5 0 617226495 327868416 7242 33554432000 4194304 5683644 140735337695968 18446744073709551615 260032219569 0 0 16781312 2 18446604471119601792 0 0 -1 1 0 0 0
[pid=8171/tid=8184] ppid=8169 vsize=320184 CPUtime=0 cores=1,3,5,7
/proc/8171/task/8184/stat : 8184 (python) S 8169 8171 7090 0 -1 4202560 22 938 0 0 0 0 0 0 22 0 5 0 617226498 327868416 7242 33554432000 4194304 5683644 140735337695968 18446744073709551615 260032219569 0 0 16781312 2 18446604471119601792 0 0 -1 1 0 0 0
[pid=8171/tid=8187] ppid=8169 vsize=320184 CPUtime=0 cores=1,3,5,7
/proc/8171/task/8187/stat : 8187 (python) S 8169 8171 7090 0 -1 4202560 28 938 0 0 0 0 0 0 25 0 5 0 617226501 327868416 7242 33554432000 4194304 5683644 140735337695968 18446744073709551615 260032219569 0 0 16781312 2 18446604471119601792 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 136.74
Current children cumulated vsize (KiB) 2518640

[startup+39.8012 s]
/proc/loadavg: 9.74 9.17 8.19 14/262 8189
/proc/meminfo: memFree=28831824/32951124 swapFree=67111464/67111528
[pid=8171] ppid=8169 vsize=320184 CPUtime=0.53 cores=1,3,5,7
/proc/8171/stat : 8171 (python) S 8169 8171 7090 0 -1 4202496 12282 938 1 0 45 8 0 0 24 0 5 0 617226437 327868416 7242 33554432000 4194304 5683644 140735337695968 18446744073709551615 260032222667 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/8171/statm: 80046 7242 1881 364 0 15955 0
[pid=8177] ppid=8171 vsize=278560 CPUtime=0.05 cores=1,3,5,7
/proc/8177/stat : 8177 (python) S 8171 8171 7090 0 -1 4202560 915 0 0 0 3 2 0 0 18 0 1 0 617226492 285245440 5577 33554432000 4194304 5683644 140735337695968 18446744073709551615 260020416015 0 0 16781312 514 8667370996920975620 0 0 17 7 0 0 0
/proc/8177/statm: 69640 5577 377 364 0 5558 0
[pid=8179] ppid=8177 vsize=1017800 CPUtime=38.95 cores=1,3,5,7
/proc/8179/stat : 8179 (gnovelty+2) R 8177 8179 8179 0 -1 4202496 430 0 0 0 3895 0 0 0 25 0 1 0 617226492 1042227200 168 33554432000 134512640 135663704 4290404640 18446744073709551615 135007680 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/8179/statm: 254450 168 113 282 0 254166 0
[pid=8180] ppid=8171 vsize=289292 CPUtime=39.2 cores=1,3,5,7
/proc/8180/stat : 8180 (python) R 8171 8171 7090 0 -1 4202560 1101 1211 0 0 190 31 3699 0 19 0 2 0 617226495 296235008 5724 33554432000 4194304 5683644 140735337695968 18446744073709551615 4870104 0 0 16781824 2 18446744073709551615 0 0 17 3 0 0 0
/proc/8180/statm: 72323 5727 395 364 0 8238 0
[pid=8183] ppid=8171 vsize=299548 CPUtime=1.98 cores=1,3,5,7
/proc/8183/stat : 8183 (python) R 8171 8171 7090 0 -1 4202560 922 0 0 0 168 30 0 0 18 0 1 0 617226498 306737152 5707 33554432000 4194304 5683644 140735337695968 18446744073709551615 260032226111 0 0 16781312 514 0 0 0 17 1 0 0 0
/proc/8183/statm: 74887 5707 371 364 0 10799 0
[pid=8185] ppid=8183 vsize=0 CPUtime=37.03 cores=1,3,5,7
/proc/8185/stat : 8185 (march_hi) R 8183 8185 8185 0 -1 4202500 1210 0 0 0 3703 0 0 0 25 0 1 0 617226500 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 1 0 0 0
/proc/8185/statm: 0 0 0 0 0 0 0
[pid=8186] ppid=8171 vsize=309940 CPUtime=0.07 cores=1,3,5,7
/proc/8186/stat : 8186 (python) S 8171 8171 7090 0 -1 4202560 949 0 0 0 4 3 0 0 15 0 1 0 617226501 317378560 5728 33554432000 4194304 5683644 140735337695968 18446744073709551615 260020416070 0 0 16781312 514 17369077547249139975 0 0 17 1 0 0 0
/proc/8186/statm: 77485 5728 371 364 0 13394 0
[pid=8188] ppid=8186 vsize=3316 CPUtime=19.61 cores=1,3,5,7
/proc/8188/stat : 8188 (march_hi) R 8186 8188 8188 0 -1 4202496 883 0 0 0 1961 0 0 0 25 0 1 0 617226501 3395584 600 33554432000 4194304 4955518 140734311458144 18446744073709551615 4227667 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/8188/statm: 829 600 104 186 0 642 0
[pid=8171/tid=8178] ppid=8169 vsize=320184 CPUtime=0 cores=1,3,5,7
/proc/8171/task/8178/stat : 8178 (python) S 8169 8171 7090 0 -1 4202560 25 938 0 0 0 0 0 0 20 0 5 0 617226492 327868416 7242 33554432000 4194304 5683644 140735337695968 18446744073709551615 260032219569 0 0 16781312 2 18446604471119601792 0 0 -1 7 0 0 0
[pid=8171/tid=8181] ppid=8169 vsize=320184 CPUtime=0 cores=1,3,5,7
/proc/8171/task/8181/stat : 8181 (python) S 8169 8171 7090 0 -1 4202560 23 938 0 0 0 0 0 0 20 0 5 0 617226495 327868416 7242 33554432000 4194304 5683644 140735337695968 18446744073709551615 260032219569 0 0 16781312 2 18446604471119601792 0 0 -1 1 0 0 0
[pid=8171/tid=8184] ppid=8169 vsize=320184 CPUtime=0 cores=1,3,5,7
/proc/8171/task/8184/stat : 8184 (python) S 8169 8171 7090 0 -1 4202560 22 938 0 0 0 0 0 0 22 0 5 0 617226498 327868416 7242 33554432000 4194304 5683644 140735337695968 18446744073709551615 260032219569 0 0 16781312 2 18446604471119601792 0 0 -1 1 0 0 0
[pid=8171/tid=8187] ppid=8169 vsize=320184 CPUtime=0 cores=1,3,5,7
/proc/8171/task/8187/stat : 8187 (python) S 8169 8171 7090 0 -1 4202560 28 938 0 0 0 0 0 0 25 0 5 0 617226501 327868416 7242 33554432000 4194304 5683644 140735337695968 18446744073709551615 260032219569 0 0 16781312 2 18446604471119601792 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 137.42
Current children cumulated vsize (KiB) 2518640

Child status: 0
Real time (s): 39.8259
CPU time (s): 137.534
CPU user time (s): 136.742
CPU system time (s): 0.791879
CPU usage (%): 345.338
Max. virtual memory (cumulated for all children) (KiB): 2528008

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 136.742
system time used= 0.791879
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 25403
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= 2688
involuntary context switches= 2938

runsolver used 0.083987 second user time and 0.212967 second system time

The end

Launcher Data

Begin job on node110 at 2011-05-01 19:12:38
IDJOB=3317528
IDBENCH=82993
IDSOLVER=1705
FILE ID=node110/3317528-1304269958
RUNJOBID= node110-1304267293-7109
PBS_JOBID= 13173968
Free space on /tmp= 73492 MiB

SOLVER NAME= borg-sat 11.03.02-random
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v400-c1704-S690749326-001.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-3317528-1304269958/watcher-3317528-1304269958 -o /tmp/evaluation-result-3317528-1304269958/solver-3317528-1304269958 -C 4800 -W 1300 -M 15500  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3317528-1304269958.cnf -seed 1976742697 -budget 4800 -cores 4

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

MD5SUM BENCH= 20f33ec190b502d21efebab5417989ef
RANDOM SEED=1976742697

node110.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.830
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.66
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.830
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.83
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.830
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.830
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.83
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.830
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.76
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.830
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.830
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.74
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.830
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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      28891660 kB
Buffers:       1031792 kB
Cached:        1204136 kB
SwapCached:         64 kB
Active:        1801752 kB
Inactive:      1822692 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      28891660 kB
SwapTotal:    67111528 kB
SwapFree:     67111464 kB
Dirty:           33064 kB
Writeback:           0 kB
AnonPages:     1388188 kB
Mapped:          25276 kB
Slab:           357488 kB
PageTables:      17152 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 26635368 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= 73460 MiB
End job on node110 at 2011-05-01 19:13:19