Trace number 3378359

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-par-random (fixed)? 3702.46 1204.93

General information on the benchmark

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

Solver Data

0.32/0.45	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.32/0.45	c INFO: solving HOME/instance-3378359-1305464994.cnf
0.32/0.45	c INFO: computing task features
0.32/0.46	c INFO: computed variable-clause graph statistics
0.32/0.46	c INFO: computed clause balance statistics
0.41/0.50	c INFO: computed variable balance statistics
0.41/0.53	c INFO: computed small-clause counts
0.41/0.54	c INFO: computed Horn-clause counts
0.41/0.54	c INFO: computed variable graph statistics
0.41/0.54	c INFO: collected features for HOME/instance-3378359-1305464994.cnf in 0.09 s
0.41/0.55	c INFO: running gnovelty+2@0 for 97 with 1199 remaining (b = 0.58)
0.41/0.56	c INFO: running march_hi@0 for 388 with 1199 remaining (b = 0.31)
0.41/0.57	c INFO: running gnovelty+2@0 for 97 with 1199 remaining (b = 0.07)
0.41/0.58	c INFO: running march_hi@0 for 388 with 1199 remaining (b = 0.29)
346.19/99.90	c INFO: running march_hi@0 for 679 with 1100 remaining (b = 0.35)
349.51/100.99	c INFO: running march_hi@0 for 679 with 1099 remaining (b = 0.32)
1242.71/400.20	c INFO: running march_hi@0 for 97 with 800 remaining (b = 0.06)
1535.22/498.23	c INFO: running march_hi@95 for 291 with 702 remaining (b = 0.18)
2378.72/780.84	c INFO: running march_hi@99 for 291 with 419 remaining (b = 0.17)
2400.19/788.00	c INFO: running march_hi@97 for 291 with 412 remaining (b = 0.17)
2425.61/796.57	c INFO: running march_hi@486 for 97 with 403 remaining (b = 0.07)
2704.68/890.05	c INFO: running march_hi@579 for 194 with 310 remaining (b = 0.11)
3291.71/1086.71	c INFO: running march_hi@0 for 113 with 113 remaining (b = 0.06)
3294.98/1087.86	c INFO: running march_hi@390 for 112 with 112 remaining (b = 0.07)
3702.38/1204.91	s UNKNOWN

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.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-3378359-1305464994/watcher-3378359-1305464994 -o /tmp/evaluation-result-3378359-1305464994/solver-3378359-1305464994 -C 4800 -W 1300 -M 15500 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3378359-1305464994.cnf -seed 2001777751 -budget 4800 -cores 4 

running on 4 cores: 0,2,4,6

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.78 9.09 8.03 6/481 10161
/proc/meminfo: memFree=29438696/32950928 swapFree=41934208/67111528
[pid=10161] ppid=10158 vsize=16240 CPUtime=0.01 cores=0,2,4,6
/proc/10161/stat : 10161 (python) R 10158 10161 9506 0 -1 4202496 1037 0 0 0 1 0 0 0 25 0 1 0 658098085 16629760 910 33554432000 4194304 5683644 140737293452208 18446744073709551615 4643498 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/10161/statm: 4060 910 380 364 0 547 0

[startup+0.107979 s]
/proc/loadavg: 8.78 9.09 8.03 6/481 10161
/proc/meminfo: memFree=29438696/32950928 swapFree=41934208/67111528
[pid=10161] ppid=10158 vsize=107296 CPUtime=0.07 cores=0,2,4,6
/proc/10161/stat : 10161 (python) S 10158 10161 9506 0 -1 4202496 3337 0 0 0 6 1 0 0 25 0 1 0 658098085 109871104 3000 33554432000 4194304 5683644 140737293452208 18446744073709551615 251814238208 0 2147483391 16781312 2 18446744071699215550 0 0 17 6 0 0 0
/proc/10161/statm: 26824 3000 871 364 0 2055 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 107296

[startup+0.200695 s]
/proc/loadavg: 8.78 9.09 8.03 6/481 10161
/proc/meminfo: memFree=29438696/32950928 swapFree=41934208/67111528
[pid=10161] ppid=10158 vsize=131296 CPUtime=0.15 cores=0,2,4,6
/proc/10161/stat : 10161 (python) R 10158 10161 9506 0 -1 4202496 5707 936 1 0 12 3 0 0 25 0 1 0 658098085 134447104 4099 33554432000 4194304 5683644 140737293452208 18446744073709551615 5004304 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/10161/statm: 32824 4099 1015 364 0 3085 0
Current children cumulated CPU time (s) 0.15
Current children cumulated vsize (KiB) 131296

[startup+0.300678 s]
/proc/loadavg: 8.78 9.09 8.03 6/481 10161
/proc/meminfo: memFree=29438696/32950928 swapFree=41934208/67111528
[pid=10161] ppid=10158 vsize=198916 CPUtime=0.23 cores=0,2,4,6
/proc/10161/stat : 10161 (python) R 10158 10161 9506 0 -1 4202496 7023 936 1 0 17 6 0 0 25 0 1 0 658098085 203689984 5053 33554432000 4194304 5683644 140737293452208 18446744073709551615 47767141234622 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/10161/statm: 49729 5053 1466 364 0 3756 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 198916

[startup+0.700608 s]
/proc/loadavg: 8.78 9.09 8.03 6/481 10161
/proc/meminfo: memFree=29438696/32950928 swapFree=41934208/67111528
[pid=10161] ppid=10158 vsize=320132 CPUtime=0.48 cores=0,2,4,6
/proc/10161/stat : 10161 (python) S 10158 10161 9506 0 -1 4202496 12181 936 1 0 40 8 0 0 25 0 5 0 658098085 327815168 7247 33554432000 4194304 5683644 140737293452208 18446744073709551615 251826066891 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/10161/statm: 80033 7247 1881 364 0 15942 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 320132

[startup+1.50047 s]
/proc/loadavg: 8.78 9.09 8.03 10/494 10182
/proc/meminfo: memFree=29398396/32950928 swapFree=41934208/67111528
[pid=10161] ppid=10158 vsize=320132 CPUtime=0.48 cores=0,2,4,6
/proc/10161/stat : 10161 (python) S 10158 10161 9506 0 -1 4202496 12181 936 1 0 40 8 0 0 25 0 5 0 658098085 327815168 7247 33554432000 4194304 5683644 140737293452208 18446744073709551615 251826066891 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/10161/statm: 80033 7247 1881 364 0 15942 0
[pid=10169] ppid=10161 vsize=278456 CPUtime=0 cores=0,2,4,6
/proc/10169/stat : 10169 (python) S 10161 10161 9506 0 -1 4202560 733 0 0 0 0 0 0 0 25 0 1 0 658098140 285138944 5552 33554432000 4194304 5683644 140737293452208 18446744073709551615 251814260239 0 0 16781312 514 9401915412192428031 0 0 17 6 0 0 0
/proc/10169/statm: 69614 5552 354 364 0 5532 0
[pid=10171] ppid=10169 vsize=1017932 CPUtime=0.94 cores=0,2,4,6
/proc/10171/stat : 10171 (gnovelty+2) R 10169 10171 10171 0 -1 4202496 448 0 0 0 94 0 0 0 25 0 1 0 658098141 1042362368 185 33554432000 134512640 135663704 4290029808 18446744073709551615 134545646 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/10171/statm: 254483 185 113 282 0 254199 0
[pid=10173] ppid=10161 vsize=289376 CPUtime=0 cores=0,2,4,6
/proc/10173/stat : 10173 (python) S 10161 10161 9506 0 -1 4202560 747 0 0 0 0 0 0 0 21 0 1 0 658098141 296321024 5702 33554432000 4194304 5683644 140737293452208 18446744073709551615 251814260294 0 0 16781312 514 5820638639880634627 0 0 17 0 0 0 0
/proc/10173/statm: 72344 5702 348 364 0 8259 0
[pid=10176] ppid=10173 vsize=2580 CPUtime=0.93 cores=0,2,4,6
/proc/10176/stat : 10176 (march_hi) R 10173 10176 10176 0 -1 4202496 713 0 0 0 93 0 0 0 25 0 1 0 658098141 2641920 450 33554432000 4194304 4955518 140734792058224 18446744073709551615 4227571 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/10176/statm: 645 450 104 186 0 458 0
[pid=10177] ppid=10161 vsize=299632 CPUtime=0 cores=0,2,4,6
/proc/10177/stat : 10177 (python) S 10161 10161 9506 0 -1 4202560 738 0 0 0 0 0 0 0 25 0 1 0 658098142 306823168 5706 33554432000 4194304 5683644 140737293452208 18446744073709551615 251814260294 0 0 16781312 514 356042760089763839 0 0 17 6 0 0 0
/proc/10177/statm: 74908 5706 348 364 0 10820 0
[pid=10181] ppid=10177 vsize=1017932 CPUtime=0.89 cores=0,2,4,6
/proc/10181/stat : 10181 (gnovelty+2) R 10177 10181 10181 0 -1 4202496 448 0 0 0 89 0 0 0 25 0 1 0 658098143 1042362368 185 33554432000 134512640 135663704 4288296128 18446744073709551615 134545644 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/10181/statm: 254483 185 113 282 0 254199 0
[pid=10179] ppid=10161 vsize=309888 CPUtime=0 cores=0,2,4,6
/proc/10179/stat : 10179 (python) S 10161 10161 9506 0 -1 4202560 758 0 0 0 0 0 0 0 18 0 1 0 658098143 317325312 5710 33554432000 4194304 5683644 140737293452208 18446744073709551615 251814260294 0 0 16781312 514 7137251037584261377 0 0 17 6 0 0 0
/proc/10179/statm: 77472 5710 348 364 0 13381 0
[pid=10182] ppid=10179 vsize=2580 CPUtime=0.4 cores=0,2,4,6
/proc/10182/stat : 10182 (march_hi) R 10179 10182 10182 0 -1 4202496 685 0 0 0 40 0 0 0 25 0 1 0 658098144 2641920 428 33554432000 4194304 4955518 140735040065984 18446744073709551615 4314044 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/10182/statm: 645 428 104 186 0 458 0
[pid=10161/tid=10170] ppid=10158 vsize=320132 CPUtime=0 cores=0,2,4,6
/proc/10161/task/10170/stat : 10170 (python) S 10158 10161 9506 0 -1 4202560 26 936 0 0 0 0 0 0 25 0 5 0 658098140 327815168 7247 33554432000 4194304 5683644 140737293452208 18446744073709551615 251826063793 0 0 16781312 2 18446604448689566656 0 0 -1 6 0 0 0
[pid=10161/tid=10174] ppid=10158 vsize=320132 CPUtime=0 cores=0,2,4,6
/proc/10161/task/10174/stat : 10174 (python) S 10158 10161 9506 0 -1 4202560 25 936 0 0 0 0 0 0 25 0 5 0 658098141 327815168 7247 33554432000 4194304 5683644 140737293452208 18446744073709551615 251826063793 0 0 16781312 2 18446604448689566656 0 0 -1 0 0 0 0
[pid=10161/tid=10178] ppid=10158 vsize=320132 CPUtime=0 cores=0,2,4,6
/proc/10161/task/10178/stat : 10178 (python) S 10158 10161 9506 0 -1 4202560 38 936 0 0 0 0 0 0 25 0 5 0 658098142 327815168 7247 33554432000 4194304 5683644 140737293452208 18446744073709551615 251826063793 0 0 16781312 2 18446604448689566656 0 0 -1 6 0 0 0
[pid=10161/tid=10180] ppid=10158 vsize=320132 CPUtime=0 cores=0,2,4,6
/proc/10161/task/10180/stat : 10180 (python) S 10158 10161 9506 0 -1 4202560 21 936 0 0 0 0 0 0 25 0 5 0 658098143 327815168 7247 33554432000 4194304 5683644 140737293452208 18446744073709551615 251826063793 0 0 16781312 2 18446604448689566656 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3.64
Current children cumulated vsize (KiB) 3538508

[startup+3.1012 s]
/proc/loadavg: 8.80 9.08 8.03 10/494 10182
/proc/meminfo: memFree=29397032/32950928 swapFree=41934208/67111528
[pid=10161] ppid=10158 vsize=320132 CPUtime=0.48 cores=0,2,4,6
/proc/10161/stat : 10161 (python) S 10158 10161 9506 0 -1 4202496 12181 936 1 0 40 8 0 0 25 0 5 0 658098085 327815168 7247 33554432000 4194304 5683644 140737293452208 18446744073709551615 251826066891 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/10161/statm: 80033 7247 1881 364 0 15942 0
[pid=10169] ppid=10161 vsize=278456 CPUtime=0 cores=0,2,4,6
/proc/10169/stat : 10169 (python) S 10161 10161 9506 0 -1 4202560 733 0 0 0 0 0 0 0 18 0 1 0 658098140 285138944 5552 33554432000 4194304 5683644 140737293452208 18446744073709551615 251814260239 0 0 16781312 514 9401915412192395523 0 0 17 6 0 0 0
/proc/10169/statm: 69614 5552 354 364 0 5532 0
[pid=10171] ppid=10169 vsize=1017932 CPUtime=2.54 cores=0,2,4,6
/proc/10171/stat : 10171 (gnovelty+2) R 10169 10171 10171 0 -1 4202496 448 0 0 0 254 0 0 0 25 0 1 0 658098141 1042362368 185 33554432000 134512640 135663704 4290029808 18446744073709551615 134546195 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/10171/statm: 254483 185 113 282 0 254199 0
[pid=10173] ppid=10161 vsize=289376 CPUtime=0 cores=0,2,4,6
/proc/10173/stat : 10173 (python) S 10161 10161 9506 0 -1 4202560 748 0 0 0 0 0 0 0 15 0 1 0 658098141 296321024 5702 33554432000 4194304 5683644 140737293452208 18446744073709551615 251814260294 0 0 16781312 514 5820638639880634627 0 0 17 0 0 0 0
/proc/10173/statm: 72344 5702 348 364 0 8259 0
[pid=10176] ppid=10173 vsize=3036 CPUtime=2.53 cores=0,2,4,6
/proc/10176/stat : 10176 (march_hi) R 10173 10176 10176 0 -1 4202496 824 0 0 0 253 0 0 0 25 0 1 0 658098141 3108864 561 33554432000 4194304 4955518 140734792058224 18446744073709551615 4227635 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/10176/statm: 759 561 104 186 0 572 0
[pid=10177] ppid=10161 vsize=299632 CPUtime=0 cores=0,2,4,6
/proc/10177/stat : 10177 (python) S 10161 10161 9506 0 -1 4202560 738 0 0 0 0 0 0 0 18 0 1 0 658098142 306823168 5706 33554432000 4194304 5683644 140737293452208 18446744073709551615 251814260294 0 0 16781312 514 356042760089731331 0 0 17 6 0 0 0
/proc/10177/statm: 74908 5706 348 364 0 10820 0
[pid=10181] ppid=10177 vsize=1017932 CPUtime=2.47 cores=0,2,4,6
/proc/10181/stat : 10181 (gnovelty+2) R 10177 10181 10181 0 -1 4202496 448 0 0 0 247 0 0 0 25 0 1 0 658098143 1042362368 185 33554432000 134512640 135663704 4288296128 18446744073709551615 134545776 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/10181/statm: 254483 185 113 282 0 254199 0
[pid=10179] ppid=10161 vsize=309888 CPUtime=0 cores=0,2,4,6
/proc/10179/stat : 10179 (python) S 10161 10161 9506 0 -1 4202560 759 0 0 0 0 0 0 0 15 0 1 0 658098143 317325312 5710 33554432000 4194304 5683644 140737293452208 18446744073709551615 251814260294 0 0 16781312 514 7137251037584261377 0 0 17 6 0 0 0
/proc/10179/statm: 77472 5710 348 364 0 13381 0
[pid=10182] ppid=10179 vsize=2580 CPUtime=1.2 cores=0,2,4,6
/proc/10182/stat : 10182 (march_hi) R 10179 10182 10182 0 -1 4202496 715 0 0 0 120 0 0 0 25 0 1 0 658098144 2641920 458 33554432000 4194304 4955518 140735040065984 18446744073709551615 4227502 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/10182/statm: 645 458 104 186 0 458 0
[pid=10161/tid=10170] ppid=10158 vsize=320132 CPUtime=0 cores=0,2,4,6
/proc/10161/task/10170/stat : 10170 (python) S 10158 10161 9506 0 -1 4202560 26 936 0 0 0 0 0 0 25 0 5 0 658098140 327815168 7247 33554432000 4194304 5683644 140737293452208 18446744073709551615 251826063793 0 0 16781312 2 18446604448689566656 0 0 -1 6 0 0 0
[pid=10161/tid=10174] ppid=10158 vsize=320132 CPUtime=0 cores=0,2,4,6
/proc/10161/task/10174/stat : 10174 (python) S 10158 10161 9506 0 -1 4202560 25 936 0 0 0 0 0 0 25 0 5 0 658098141 327815168 7247 33554432000 4194304 5683644 140737293452208 18446744073709551615 251826063793 0 0 16781312 2 18446604448689566656 0 0 -1 0 0 0 0
[pid=10161/tid=10178] ppid=10158 vsize=320132 CPUtime=0 cores=0,2,4,6
/proc/10161/task/10178/stat : 10178 (python) S 10158 10161 9506 0 -1 4202560 38 936 0 0 0 0 0 0 25 0 5 0 658098142 327815168 7247 33554432000 4194304 5683644 140737293452208 18446744073709551615 251826063793 0 0 16781312 2 18446604448689566656 0 0 -1 6 0 0 0
[pid=10161/tid=10180] ppid=10158 vsize=320132 CPUtime=0 cores=0,2,4,6
/proc/10161/task/10180/stat : 10180 (python) S 10158 10161 9506 0 -1 4202560 21 936 0 0 0 0 0 0 25 0 5 0 658098143 327815168 7247 33554432000 4194304 5683644 140737293452208 18446744073709551615 251826063793 0 0 16781312 2 18446604448689566656 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 9.22
Current children cumulated vsize (KiB) 3538964

[startup+6.30067 s]
/proc/loadavg: 8.80 9.08 8.03 10/494 10182
/proc/meminfo: memFree=29394600/32950928 swapFree=41934208/67111528
[pid=10161] ppid=10158 vsize=320132 CPUtime=0.48 cores=0,2,4,6
/proc/10161/stat : 10161 (python) S 10158 10161 9506 0 -1 4202496 12181 936 1 0 40 8 0 0 25 0 5 0 658098085 327815168 7247 33554432000 4194304 5683644 140737293452208 18446744073709551615 251826066891 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/10161/statm: 80033 7247 1881 364 0 15942 0
[pid=10169] ppid=10161 vsize=278456 CPUtime=0.02 cores=0,2,4,6
/proc/10169/stat : 10169 (python) S 10161 10161 9506 0 -1 4202560 895 0 0 0 1 1 0 0 18 0 1 0 658098140 285138944 5575 33554432000 4194304 5683644 140737293452208 18446744073709551615 251814260239 0 0 16781312 514 9401915412192395523 0 0 17 6 0 0 0
/proc/10169/statm: 69614 5575 377 364 0 5532 0
[pid=10171] ppid=10169 vsize=1017932 CPUtime=5.74 cores=0,2,4,6
/proc/10171/stat : 10171 (gnovelty+2) R 10169 10171 10171 0 -1 4202496 448 0 0 0 574 0 0 0 25 0 1 0 658098141 1042362368 185 33554432000 134512640 135663704 4290029808 18446744073709551615 134524697 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/10171/statm: 254483 185 113 282 0 254199 0
[pid=10173] ppid=10161 vsize=289376 CPUtime=0.01 cores=0,2,4,6
/proc/10173/stat : 10173 (python) S 10161 10161 9506 0 -1 4202560 923 0 0 0 0 1 0 0 15 0 1 0 658098141 296321024 5725 33554432000 4194304 5683644 140737293452208 18446744073709551615 251814260294 0 0 16781312 514 5820638639880634627 0 0 17 0 0 0 0
/proc/10173/statm: 72344 5725 371 364 0 8259 0
[pid=10176] ppid=10173 vsize=3744 CPUtime=5.71 cores=0,2,4,6
/proc/10176/stat : 10176 (march_hi) R 10173 10176 10176 0 -1 4202496 963 0 0 0 571 0 0 0 25 0 1 0 658098141 3833856 700 33554432000 4194304 4955518 140734792058224 18446744073709551615 4209688 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/10176/statm: 936 700 104 186 0 749 0
[pid=10177] ppid=10161 vsize=299632 CPUtime=0.01 cores=0,2,4,6
/proc/10177/stat : 10177 (python) S 10161 10161 9506 0 -1 4202560 909 0 0 0 0 1 0 0 18 0 1 0 658098142 306823168 5729 33554432000 4194304 5683644 140737293452208 18446744073709551615 251814260294 0 0 16781312 514 356042760089731331 0 0 17 6 0 0 0
/proc/10177/statm: 74908 5729 371 364 0 10820 0
[pid=10181] ppid=10177 vsize=1017932 CPUtime=5.56 cores=0,2,4,6
/proc/10181/stat : 10181 (gnovelty+2) R 10177 10181 10181 0 -1 4202496 448 0 0 0 556 0 0 0 25 0 1 0 658098143 1042362368 185 33554432000 134512640 135663704 4288296128 18446744073709551615 134545682 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/10181/statm: 254483 185 113 282 0 254199 0
[pid=10179] ppid=10161 vsize=309888 CPUtime=0.01 cores=0,2,4,6
/proc/10179/stat : 10179 (python) S 10161 10161 9506 0 -1 4202560 916 0 0 0 1 0 0 0 15 0 1 0 658098143 317325312 5733 33554432000 4194304 5683644 140737293452208 18446744073709551615 251814260294 0 0 16781312 514 7137251037584261377 0 0 17 6 0 0 0
/proc/10179/statm: 77472 5733 371 364 0 13381 0
[pid=10182] ppid=10179 vsize=3036 CPUtime=2.8 cores=0,2,4,6
/proc/10182/stat : 10182 (march_hi) R 10179 10182 10182 0 -1 4202496 827 0 0 0 280 0 0 0 25 0 1 0 658098144 3108864 570 33554432000 4194304 4955518 140735040065984 18446744073709551615 4209717 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/10182/statm: 759 570 104 186 0 572 0
[pid=10161/tid=10170] ppid=10158 vsize=320132 CPUtime=0 cores=0,2,4,6
/proc/10161/task/10170/stat : 10170 (python) S 10158 10161 9506 0 -1 4202560 26 936 0 0 0 0 0 0 25 0 5 0 658098140 327815168 7247 33554432000 4194304 5683644 140737293452208 18446744073709551615 251826063793 0 0 16781312 2 18446604448689566656 0 0 -1 6 0 0 0
[pid=10161/tid=10174] ppid=10158 vsize=320132 CPUtime=0 cores=0,2,4,6
/proc/10161/task/10174/stat : 10174 (python) S 10158 10161 9506 0 -1 4202560 25 936 0 0 0 0 0 0 25 0 5 0 658098141 327815168 7247 33554432000 4194304 5683644 140737293452208 18446744073709551615 251826063793 0 0 16781312 2 18446604448689566656 0 0 -1 0 0 0 0
[pid=10161/tid=10178] ppid=10158 vsize=320132 CPUtime=0 cores=0,2,4,6
/proc/10161/task/10178/stat : 10178 (python) S 10158 10161 9506 0 -1 4202560 38 936 0 0 0 0 0 0 25 0 5 0 658098142 327815168 7247 33554432000 4194304 5683644 140737293452208 18446744073709551615 251826063793 0 0 16781312 2 18446604448689566656 0 0 -1 6 0 0 0
[pid=10161/tid=10180] ppid=10158 vsize=320132 CPUtime=0 cores=0,2,4,6
/proc/10161/task/10180/stat : 10180 (python) S 10158 10161 9506 0 -1 4202560 21 936 0 0 0 0 0 0 25 0 5 0 658098143 327815168 7247 33554432000 4194304 5683644 140737293452208 18446744073709551615 251826063793 0 0 16781312 2 18446604448689566656 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 20.34
Current children cumulated vsize (KiB) 3540128

[startup+12.7006 s]
/proc/loadavg: 8.83 9.08 8.04 10/494 10182
/proc/meminfo: memFree=29392396/32950928 swapFree=41934208/67111528
[pid=10161] ppid=10158 vsize=320132 CPUtime=0.48 cores=0,2,4,6
/proc/10161/stat : 10161 (python) S 10158 10161 9506 0 -1 4202496 12181 936 1 0 40 8 0 0 25 0 5 0 658098085 327815168 7247 33554432000 4194304 5683644 140737293452208 18446744073709551615 251826066891 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/10161/statm: 80033 7247 1881 364 0 15942 0
[pid=10169] ppid=10161 vsize=278456 CPUtime=0.04 cores=0,2,4,6
/proc/10169/stat : 10169 (python) S 10161 10161 9506 0 -1 4202560 898 0 0 0 2 2 0 0 18 0 1 0 658098140 285138944 5575 33554432000 4194304 5683644 140737293452208 18446744073709551615 251814260239 0 0 16781312 514 12810629877543698691 0 0 17 6 0 0 0
/proc/10169/statm: 69614 5575 377 364 0 5532 0
[pid=10171] ppid=10169 vsize=1017932 CPUtime=12.14 cores=0,2,4,6
/proc/10171/stat : 10171 (gnovelty+2) R 10169 10171 10171 0 -1 4202496 448 0 0 0 1214 0 0 0 25 0 1 0 658098141 1042362368 185 33554432000 134512640 135663704 4290029808 18446744073709551615 134546755 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/10171/statm: 254483 185 113 282 0 254199 0
[pid=10173] ppid=10161 vsize=289376 CPUtime=0.04 cores=0,2,4,6

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

/proc/10173/statm: 72344 5755 400 364 0 8259 0
[pid=10176] ppid=10173 vsize=170956 CPUtime=1068.82 cores=0,2,4,6
/proc/10176/stat : 10176 (march_hi) T 10173 10176 10176 0 -1 4202496 34468 0 0 0 106865 17 0 0 25 0 1 0 658098141 175058944 34205 33554432000 4194304 4955518 140734792058224 18446744073709551615 4227500 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/10176/statm: 42739 34205 104 186 0 42552 0
[pid=10173/tid=10234] ppid=10161 vsize=289376 CPUtime=0 cores=0,2,4,6
/proc/10173/task/10234/stat : 10234 (python) S 10161 10161 9506 0 -1 4202560 45 0 0 0 0 0 0 0 15 0 2 0 658138104 296321024 5755 33554432000 4194304 5683644 140737293452208 18446744073709551615 251826063793 0 0 16781312 514 18446604450072693760 0 0 -1 0 0 0 0
[pid=10177] ppid=10161 vsize=299632 CPUtime=0.34 cores=0,2,4,6
/proc/10177/stat : 10177 (python) S 10161 10161 9506 0 -1 4202560 1099 0 0 0 18 16 0 0 19 0 2 0 658098142 306823168 5759 33554432000 4194304 5683644 140737293452208 18446744073709551615 251826066891 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/10177/statm: 74908 5759 400 364 0 10820 0
[pid=10181] ppid=10177 vsize=1017932 CPUtime=97.83 cores=0,2,4,6
/proc/10181/stat : 10181 (gnovelty+2) T 10177 10181 10181 0 -1 4202496 448 0 0 0 9783 0 0 0 25 0 1 0 658098143 1042362368 185 33554432000 134512640 135663704 4288296128 18446744073709551615 134525276 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/10181/statm: 254483 185 113 282 0 254199 0
[pid=10177/tid=10200] ppid=10161 vsize=299632 CPUtime=0 cores=0,2,4,6
/proc/10177/task/10200/stat : 10200 (python) S 10161 10161 9506 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 658108183 306823168 5759 33554432000 4194304 5683644 140737293452208 18446744073709551615 251826063793 0 0 16781312 514 18446604448700623616 0 0 -1 6 0 0 0
[pid=10179] ppid=10161 vsize=309888 CPUtime=4.36 cores=0,2,4,6
/proc/10179/stat : 10179 (python) S 10161 10161 9506 0 -1 4202560 1165 0 0 0 227 209 0 0 15 0 2 0 658098143 317325312 5763 33554432000 4194304 5683644 140737293452208 18446744073709551615 251814260294 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/10179/statm: 77472 5763 400 364 0 13381 0
[pid=10182] ppid=10179 vsize=126624 CPUtime=660.66 cores=0,2,4,6
/proc/10182/stat : 10182 (march_hi) R 10179 10182 10182 0 -1 4202496 22236 0 0 0 66061 5 0 0 25 0 1 0 658098144 129662976 21979 33554432000 4194304 4955518 140735040065984 18446744073709551615 4227502 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/10182/statm: 31656 21979 104 186 0 31469 0
[pid=10179/tid=10430] ppid=10161 vsize=309888 CPUtime=0 cores=0,2,4,6
/proc/10179/task/10430/stat : 10430 (python) S 10161 10161 9506 0 -1 4202560 47 0 0 0 0 0 0 0 16 0 2 0 658176168 317325312 5763 33554432000 4194304 5683644 140737293452208 18446744073709551615 251826063793 0 0 16781312 514 18446604441422357504 0 0 -1 6 0 0 0
[pid=10196] ppid=10161 vsize=320276 CPUtime=4.01 cores=0,2,4,6
/proc/10196/stat : 10196 (python) S 10161 10161 9506 0 -1 4202560 1171 0 0 0 211 190 0 0 15 0 2 0 658108075 327962624 5783 33554432000 4194304 5683644 140737293452208 18446744073709551615 251814260294 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/10196/statm: 80069 5783 400 364 0 15975 0
[pid=10198] ppid=10196 vsize=170956 CPUtime=1087.44 cores=0,2,4,6
/proc/10198/stat : 10198 (march_hi) R 10196 10198 10198 0 -1 4202496 34982 0 0 0 108729 15 0 0 25 0 1 0 658108075 175058944 34722 33554432000 4194304 4955518 140734946129168 18446744073709551615 4227559 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/10198/statm: 42739 34722 104 186 0 42552 0
[pid=10196/tid=10431] ppid=10161 vsize=320276 CPUtime=0 cores=0,2,4,6
/proc/10196/task/10431/stat : 10431 (python) S 10161 10161 9506 0 -1 4202560 45 0 0 0 0 0 0 0 15 0 2 0 658176885 327962624 5783 33554432000 4194304 5683644 140737293452208 18446744073709551615 251826063793 0 0 16781312 514 18446604450072691072 0 0 -1 0 0 0 0
[pid=10201] ppid=10161 vsize=330000 CPUtime=4.02 cores=0,2,4,6
/proc/10201/stat : 10201 (python) S 10161 10161 9506 0 -1 4202560 1003 0 0 0 210 192 0 0 15 0 1 0 658108184 337920000 5656 33554432000 4194304 5683644 140737293452208 18446744073709551615 251814260294 0 0 16781312 514 12810629877543698691 0 0 17 6 0 0 0
/proc/10201/statm: 82500 5656 371 364 0 18403 0
[pid=10203] ppid=10201 vsize=108936 CPUtime=609.62 cores=0,2,4,6
/proc/10203/stat : 10203 (march_hi) R 10201 10203 10203 0 -1 4202496 20722 0 0 0 60955 7 0 0 25 0 1 0 658108184 111550464 20459 33554432000 4194304 4955518 140735842340944 18446744073709551615 4238735 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/10203/statm: 27234 20459 104 186 0 27047 0
[pid=10471] ppid=10161 vsize=340920 CPUtime=0.44 cores=0,2,4,6
/proc/10471/stat : 10471 (python) S 10161 10161 9506 0 -1 4202560 977 0 0 0 23 21 0 0 15 0 1 0 658206757 349102080 5794 33554432000 4194304 5683644 140737293452208 18446744073709551615 251814260294 0 0 16781312 514 16542024900836032772 0 0 17 0 0 0 0
/proc/10471/statm: 85230 5794 371 364 0 21130 0
[pid=10473] ppid=10471 vsize=12556 CPUtime=58.89 cores=0,2,4,6
/proc/10473/stat : 10473 (march_hi) R 10471 10473 10473 0 -1 4202496 2854 0 0 0 5889 0 0 0 25 0 1 0 658206757 12857344 2593 33554432000 4194304 4955518 140737140174240 18446744073709551615 4261370 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/10473/statm: 3139 2593 104 186 0 2952 0
[pid=10161/tid=10170] ppid=10158 vsize=351164 CPUtime=0 cores=0,2,4,6
/proc/10161/task/10170/stat : 10170 (python) S 10158 10161 9506 0 -1 4202560 26 936 0 0 0 0 0 0 25 0 8 0 658098140 359591936 7338 33554432000 4194304 5683644 140737293452208 18446744073709551615 251826063793 0 0 16781312 2 18446604448689566656 0 0 -1 6 0 0 0
[pid=10161/tid=10174] ppid=10158 vsize=351164 CPUtime=0 cores=0,2,4,6
/proc/10161/task/10174/stat : 10174 (python) S 10158 10161 9506 0 -1 4202560 31 936 0 0 0 0 0 0 18 0 8 0 658098141 359591936 7338 33554432000 4194304 5683644 140737293452208 18446744073709551615 251826063793 0 0 16781312 2 18446604448689566656 0 0 -1 0 0 0 0
[pid=10161/tid=10178] ppid=10158 vsize=351164 CPUtime=0 cores=0,2,4,6
/proc/10161/task/10178/stat : 10178 (python) S 10158 10161 9506 0 -1 4202560 38 936 0 0 0 0 0 0 25 0 8 0 658098142 359591936 7338 33554432000 4194304 5683644 140737293452208 18446744073709551615 251826063793 0 0 16781312 2 18446604448689566656 0 0 -1 6 0 0 0
[pid=10161/tid=10180] ppid=10158 vsize=351164 CPUtime=0 cores=0,2,4,6
/proc/10161/task/10180/stat : 10180 (python) S 10158 10161 9506 0 -1 4202560 26 936 0 0 0 0 0 0 18 0 8 0 658098143 359591936 7338 33554432000 4194304 5683644 140737293452208 18446744073709551615 251826063793 0 0 16781312 2 18446604448689566656 0 0 -1 6 0 0 0
[pid=10161/tid=10197] ppid=10158 vsize=351164 CPUtime=0 cores=0,2,4,6
/proc/10161/task/10197/stat : 10197 (python) S 10158 10161 9506 0 -1 4202560 35 936 0 0 0 0 0 0 18 0 8 0 658108075 359591936 7338 33554432000 4194304 5683644 140737293452208 18446744073709551615 251826063793 0 0 16781312 2 18446604448689566656 0 0 -1 6 0 0 0
[pid=10161/tid=10202] ppid=10158 vsize=351164 CPUtime=0 cores=0,2,4,6
/proc/10161/task/10202/stat : 10202 (python) S 10158 10161 9506 0 -1 4202560 26 936 0 0 0 0 0 0 20 0 8 0 658108184 359591936 7338 33554432000 4194304 5683644 140737293452208 18446744073709551615 251826063793 0 0 16781312 2 18446604448689566656 0 0 -1 6 0 0 0
[pid=10161/tid=10472] ppid=10158 vsize=351164 CPUtime=0 cores=0,2,4,6
/proc/10161/task/10472/stat : 10472 (python) S 10158 10161 9506 0 -1 4202560 30 936 0 0 0 0 0 0 20 0 8 0 658206757 359591936 7338 33554432000 4194304 5683644 140737293452208 18446744073709551615 251826063793 0 0 16781312 2 18446604448689566656 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3700.62
Current children cumulated vsize (KiB) 5155848

[startup+1204.8 s]
/proc/loadavg: 9.21 9.20 8.86 11/534 10486
/proc/meminfo: memFree=29149872/32950928 swapFree=41934208/67111528
[pid=10161] ppid=10158 vsize=351164 CPUtime=0.57 cores=0,2,4,6
/proc/10161/stat : 10161 (python) S 10158 10161 9506 0 -1 4202496 15470 936 1 0 47 10 0 0 18 0 8 0 658098085 359591936 7338 33554432000 4194304 5683644 140737293452208 18446744073709551615 251826066891 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/10161/statm: 87791 7338 1888 364 0 23691 0
[pid=10169] ppid=10161 vsize=288700 CPUtime=0.34 cores=0,2,4,6
/proc/10169/stat : 10169 (python) S 10161 10161 9506 0 -1 4202560 1166 0 0 0 18 16 0 0 19 0 2 0 658098140 295628800 5619 33554432000 4194304 5683644 140737293452208 18446744073709551615 251826066891 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/10169/statm: 72175 5619 416 364 0 8093 0
[pid=10171] ppid=10169 vsize=1017932 CPUtime=99.3 cores=0,2,4,6
/proc/10171/stat : 10171 (gnovelty+2) T 10169 10171 10171 0 -1 4202496 448 0 0 0 9930 0 0 0 25 0 1 0 658098141 1042362368 185 33554432000 134512640 135663704 4290029808 18446744073709551615 134545207 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/10171/statm: 254483 185 113 282 0 254199 0
[pid=10169/tid=10195] ppid=10161 vsize=288700 CPUtime=0 cores=0,2,4,6
/proc/10169/task/10195/stat : 10195 (python) S 10161 10161 9506 0 -1 4202560 43 0 0 0 0 0 0 0 19 0 2 0 658108074 295628800 5619 33554432000 4194304 5683644 140737293452208 18446744073709551615 251826063793 0 0 16781312 514 18446604442216845376 0 0 -1 6 0 0 0
[pid=10173] ppid=10161 vsize=289376 CPUtime=3.98 cores=0,2,4,6
/proc/10173/stat : 10173 (python) S 10161 10161 9506 0 -1 4202560 1162 0 0 0 212 186 0 0 16 0 2 0 658098141 296321024 5755 33554432000 4194304 5683644 140737293452208 18446744073709551615 251826066891 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/10173/statm: 72344 5755 400 364 0 8259 0
[pid=10176] ppid=10173 vsize=170956 CPUtime=1068.82 cores=0,2,4,6
/proc/10176/stat : 10176 (march_hi) T 10173 10176 10176 0 -1 4202496 34468 0 0 0 106865 17 0 0 25 0 1 0 658098141 175058944 34205 33554432000 4194304 4955518 140734792058224 18446744073709551615 4227500 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/10176/statm: 42739 34205 104 186 0 42552 0
[pid=10173/tid=10234] ppid=10161 vsize=289376 CPUtime=0 cores=0,2,4,6
/proc/10173/task/10234/stat : 10234 (python) S 10161 10161 9506 0 -1 4202560 45 0 0 0 0 0 0 0 15 0 2 0 658138104 296321024 5755 33554432000 4194304 5683644 140737293452208 18446744073709551615 251826063793 0 0 16781312 514 18446604450072693760 0 0 -1 0 0 0 0
[pid=10177] ppid=10161 vsize=299632 CPUtime=0.34 cores=0,2,4,6
/proc/10177/stat : 10177 (python) S 10161 10161 9506 0 -1 4202560 1099 0 0 0 18 16 0 0 19 0 2 0 658098142 306823168 5759 33554432000 4194304 5683644 140737293452208 18446744073709551615 251826066891 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/10177/statm: 74908 5759 400 364 0 10820 0
[pid=10181] ppid=10177 vsize=1017932 CPUtime=97.83 cores=0,2,4,6
/proc/10181/stat : 10181 (gnovelty+2) T 10177 10181 10181 0 -1 4202496 448 0 0 0 9783 0 0 0 25 0 1 0 658098143 1042362368 185 33554432000 134512640 135663704 4288296128 18446744073709551615 134525276 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/10181/statm: 254483 185 113 282 0 254199 0
[pid=10177/tid=10200] ppid=10161 vsize=299632 CPUtime=0 cores=0,2,4,6
/proc/10177/task/10200/stat : 10200 (python) S 10161 10161 9506 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 658108183 306823168 5759 33554432000 4194304 5683644 140737293452208 18446744073709551615 251826063793 0 0 16781312 514 18446604448700623616 0 0 -1 6 0 0 0
[pid=10179] ppid=10161 vsize=309888 CPUtime=4.36 cores=0,2,4,6
/proc/10179/stat : 10179 (python) S 10161 10161 9506 0 -1 4202560 1165 0 0 0 227 209 0 0 15 0 2 0 658098143 317325312 5763 33554432000 4194304 5683644 140737293452208 18446744073709551615 251814260294 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/10179/statm: 77472 5763 400 364 0 13381 0
[pid=10182] ppid=10179 vsize=126624 CPUtime=661.06 cores=0,2,4,6
/proc/10182/stat : 10182 (march_hi) R 10179 10182 10182 0 -1 4202496 22249 0 0 0 66101 5 0 0 25 0 1 0 658098144 129662976 21992 33554432000 4194304 4955518 140735040065984 18446744073709551615 4209701 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/10182/statm: 31656 21992 104 186 0 31469 0
[pid=10179/tid=10430] ppid=10161 vsize=309888 CPUtime=0 cores=0,2,4,6
/proc/10179/task/10430/stat : 10430 (python) S 10161 10161 9506 0 -1 4202560 47 0 0 0 0 0 0 0 16 0 2 0 658176168 317325312 5763 33554432000 4194304 5683644 140737293452208 18446744073709551615 251826063793 0 0 16781312 514 18446604441422357504 0 0 -1 6 0 0 0
[pid=10196] ppid=10161 vsize=320276 CPUtime=4.01 cores=0,2,4,6
/proc/10196/stat : 10196 (python) S 10161 10161 9506 0 -1 4202560 1171 0 0 0 211 190 0 0 15 0 2 0 658108075 327962624 5783 33554432000 4194304 5683644 140737293452208 18446744073709551615 251814260294 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/10196/statm: 80069 5783 400 364 0 15975 0
[pid=10198] ppid=10196 vsize=170956 CPUtime=1087.82 cores=0,2,4,6
/proc/10198/stat : 10198 (march_hi) R 10196 10198 10198 0 -1 4202496 34991 0 0 0 108767 15 0 0 25 0 1 0 658108075 175058944 34731 33554432000 4194304 4955518 140734946129168 18446744073709551615 4284431 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/10198/statm: 42739 34731 104 186 0 42552 0
[pid=10196/tid=10431] ppid=10161 vsize=320276 CPUtime=0 cores=0,2,4,6
/proc/10196/task/10431/stat : 10431 (python) S 10161 10161 9506 0 -1 4202560 45 0 0 0 0 0 0 0 15 0 2 0 658176885 327962624 5783 33554432000 4194304 5683644 140737293452208 18446744073709551615 251826063793 0 0 16781312 514 18446604450072691072 0 0 -1 0 0 0 0
[pid=10201] ppid=10161 vsize=330000 CPUtime=4.02 cores=0,2,4,6
/proc/10201/stat : 10201 (python) S 10161 10161 9506 0 -1 4202560 1003 0 0 0 210 192 0 0 15 0 1 0 658108184 337920000 5656 33554432000 4194304 5683644 140737293452208 18446744073709551615 251814260294 0 0 16781312 514 12810629877543698691 0 0 17 6 0 0 0
/proc/10201/statm: 82500 5656 371 364 0 18403 0
[pid=10203] ppid=10201 vsize=108936 CPUtime=610.02 cores=0,2,4,6
/proc/10203/stat : 10203 (march_hi) R 10201 10203 10203 0 -1 4202496 20734 0 0 0 60995 7 0 0 25 0 1 0 658108184 111550464 20471 33554432000 4194304 4955518 140735842340944 18446744073709551615 4227502 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/10203/statm: 27234 20471 104 186 0 27047 0
[pid=10471] ppid=10161 vsize=340920 CPUtime=0.44 cores=0,2,4,6
/proc/10471/stat : 10471 (python) S 10161 10161 9506 0 -1 4202560 977 0 0 0 23 21 0 0 15 0 1 0 658206757 349102080 5794 33554432000 4194304 5683644 140737293452208 18446744073709551615 251814260294 0 0 16781312 514 16542024900836032772 0 0 17 0 0 0 0
/proc/10471/statm: 85230 5794 371 364 0 21130 0
[pid=10473] ppid=10471 vsize=12688 CPUtime=59.09 cores=0,2,4,6
/proc/10473/stat : 10473 (march_hi) R 10471 10473 10473 0 -1 4202496 2863 0 0 0 5909 0 0 0 25 0 1 0 658206757 12992512 2602 33554432000 4194304 4955518 140737140174240 18446744073709551615 4282585 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/10473/statm: 3172 2602 104 186 0 2985 0
[pid=10161/tid=10170] ppid=10158 vsize=351164 CPUtime=0 cores=0,2,4,6
/proc/10161/task/10170/stat : 10170 (python) S 10158 10161 9506 0 -1 4202560 26 936 0 0 0 0 0 0 25 0 8 0 658098140 359591936 7338 33554432000 4194304 5683644 140737293452208 18446744073709551615 251826063793 0 0 16781312 2 18446604448689566656 0 0 -1 6 0 0 0
[pid=10161/tid=10174] ppid=10158 vsize=351164 CPUtime=0 cores=0,2,4,6
/proc/10161/task/10174/stat : 10174 (python) S 10158 10161 9506 0 -1 4202560 31 936 0 0 0 0 0 0 18 0 8 0 658098141 359591936 7338 33554432000 4194304 5683644 140737293452208 18446744073709551615 251826063793 0 0 16781312 2 18446604448689566656 0 0 -1 0 0 0 0
[pid=10161/tid=10178] ppid=10158 vsize=351164 CPUtime=0 cores=0,2,4,6
/proc/10161/task/10178/stat : 10178 (python) S 10158 10161 9506 0 -1 4202560 38 936 0 0 0 0 0 0 25 0 8 0 658098142 359591936 7338 33554432000 4194304 5683644 140737293452208 18446744073709551615 251826063793 0 0 16781312 2 18446604448689566656 0 0 -1 6 0 0 0
[pid=10161/tid=10180] ppid=10158 vsize=351164 CPUtime=0 cores=0,2,4,6
/proc/10161/task/10180/stat : 10180 (python) S 10158 10161 9506 0 -1 4202560 26 936 0 0 0 0 0 0 18 0 8 0 658098143 359591936 7338 33554432000 4194304 5683644 140737293452208 18446744073709551615 251826063793 0 0 16781312 2 18446604448689566656 0 0 -1 6 0 0 0
[pid=10161/tid=10197] ppid=10158 vsize=351164 CPUtime=0 cores=0,2,4,6
/proc/10161/task/10197/stat : 10197 (python) S 10158 10161 9506 0 -1 4202560 35 936 0 0 0 0 0 0 18 0 8 0 658108075 359591936 7338 33554432000 4194304 5683644 140737293452208 18446744073709551615 251826063793 0 0 16781312 2 18446604448689566656 0 0 -1 6 0 0 0
[pid=10161/tid=10202] ppid=10158 vsize=351164 CPUtime=0 cores=0,2,4,6
/proc/10161/task/10202/stat : 10202 (python) S 10158 10161 9506 0 -1 4202560 26 936 0 0 0 0 0 0 20 0 8 0 658108184 359591936 7338 33554432000 4194304 5683644 140737293452208 18446744073709551615 251826063793 0 0 16781312 2 18446604448689566656 0 0 -1 6 0 0 0
[pid=10161/tid=10472] ppid=10158 vsize=351164 CPUtime=0 cores=0,2,4,6
/proc/10161/task/10472/stat : 10472 (python) S 10158 10161 9506 0 -1 4202560 30 936 0 0 0 0 0 0 20 0 8 0 658206757 359591936 7338 33554432000 4194304 5683644 140737293452208 18446744073709551615 251826063793 0 0 16781312 2 18446604448689566656 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3702
Current children cumulated vsize (KiB) 5155980

[startup+1204.9 s]
/proc/loadavg: 9.21 9.20 8.86 11/534 10486
/proc/meminfo: memFree=29149872/32950928 swapFree=41934208/67111528
[pid=10161] ppid=10158 vsize=351164 CPUtime=2422.74 cores=0,2,4,6
/proc/10161/stat : 10161 (python) S 10158 10161 9506 0 -1 4202496 15528 79882 1 0 47 10 241749 468 17 0 8 0 658098085 359591936 7338 33554432000 4194304 5683644 140737293452208 18446744073709551615 251826070335 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/10161/statm: 87791 7338 1888 364 0 23691 0
[pid=10179] ppid=10161 vsize=309888 CPUtime=4.36 cores=0,2,4,6
/proc/10179/stat : 10179 (python) S 10161 10161 9506 0 -1 4202560 1165 0 0 0 227 209 0 0 15 0 2 0 658098143 317325312 5763 33554432000 4194304 5683644 140737293452208 18446744073709551615 251814260294 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/10179/statm: 77472 5763 400 364 0 13381 0
[pid=10182] ppid=10179 vsize=126624 CPUtime=661.16 cores=0,2,4,6
/proc/10182/stat : 10182 (march_hi) R 10179 10182 10182 0 -1 4202496 22253 0 0 0 66111 5 0 0 25 0 1 0 658098144 129662976 21996 33554432000 4194304 4955518 140735040065984 18446744073709551615 4209699 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/10182/statm: 31656 21996 104 186 0 31469 0
[pid=10179/tid=10430] ppid=10161 vsize=309888 CPUtime=0 cores=0,2,4,6
/proc/10179/task/10430/stat : 10430 (python) S 10161 10161 9506 0 -1 4202560 47 0 0 0 0 0 0 0 16 0 2 0 658176168 317325312 5763 33554432000 4194304 5683644 140737293452208 18446744073709551615 251826063793 0 0 16781312 514 18446604441422357504 0 0 -1 6 0 0 0
[pid=10201] ppid=10161 vsize=330000 CPUtime=4.03 cores=0,2,4,6
/proc/10201/stat : 10201 (python) S 10161 10161 9506 0 -1 4202560 1020 0 0 0 211 192 0 0 16 0 1 0 658108184 337920000 5661 33554432000 4194304 5683644 140737293452208 18446744073709551615 251826070335 0 0 16781824 2 18446744071562232103 0 0 17 6 0 0 0
/proc/10201/statm: 82500 5661 376 364 0 18403 0
[pid=10203] ppid=10201 vsize=0 CPUtime=610.09 cores=0,2,4,6
/proc/10203/stat : 10203 (march_hi) R 10201 10203 10203 0 -1 4203524 20736 0 0 0 61002 7 0 0 25 0 1 0 658108184 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 0 0 0 0
/proc/10203/statm: 0 0 0 0 0 0 0
[pid=10161/tid=10170] ppid=10158 vsize=351164 CPUtime=2422.17 cores=0,2,4,6
/proc/10161/task/10170/stat : 10170 (python) S 10158 10161 9506 0 -1 4202560 26 79882 0 0 0 0 241749 468 25 0 8 0 658098140 359591936 7338 33554432000 4194304 5683644 140737293452208 18446744073709551615 251826063793 0 0 16781312 2 18446604448689566656 0 0 -1 6 0 0 0
[pid=10161/tid=10174] ppid=10158 vsize=351164 CPUtime=2422.17 cores=0,2,4,6
/proc/10161/task/10174/stat : 10174 (python) S 10158 10161 9506 0 -1 4202560 31 79882 0 0 0 0 241749 468 18 0 8 0 658098141 359591936 7338 33554432000 4194304 5683644 140737293452208 18446744073709551615 251826063793 0 0 16781312 2 18446604448689566656 0 0 -1 0 0 0 0
[pid=10161/tid=10178] ppid=10158 vsize=351164 CPUtime=2422.17 cores=0,2,4,6
/proc/10161/task/10178/stat : 10178 (python) S 10158 10161 9506 0 -1 4202560 38 79882 0 0 0 0 241749 468 25 0 8 0 658098142 359591936 7338 33554432000 4194304 5683644 140737293452208 18446744073709551615 251826063793 0 0 16781312 2 18446604448689566656 0 0 -1 6 0 0 0
[pid=10161/tid=10180] ppid=10158 vsize=351164 CPUtime=2422.17 cores=0,2,4,6
/proc/10161/task/10180/stat : 10180 (python) S 10158 10161 9506 0 -1 4202560 26 79882 0 0 0 0 241749 468 18 0 8 0 658098143 359591936 7338 33554432000 4194304 5683644 140737293452208 18446744073709551615 251826063793 0 0 16781312 2 18446604448689566656 0 0 -1 6 0 0 0
[pid=10161/tid=10197] ppid=10158 vsize=351164 CPUtime=2422.17 cores=0,2,4,6
/proc/10161/task/10197/stat : 10197 (python) S 10158 10161 9506 0 -1 4202560 35 79882 0 0 0 0 241749 468 18 0 8 0 658108075 359591936 7338 33554432000 4194304 5683644 140737293452208 18446744073709551615 251826063793 0 0 16781312 2 18446604448689566656 0 0 -1 6 0 0 0
[pid=10161/tid=10202] ppid=10158 vsize=351164 CPUtime=2422.17 cores=0,2,4,6
/proc/10161/task/10202/stat : 10202 (python) S 10158 10161 9506 0 -1 4202560 26 79882 0 0 0 0 241749 468 20 0 8 0 658108184 359591936 7338 33554432000 4194304 5683644 140737293452208 18446744073709551615 251826063793 0 0 16781312 2 18446604448689566656 0 0 -1 6 0 0 0
[pid=10161/tid=10472] ppid=10158 vsize=351164 CPUtime=2422.17 cores=0,2,4,6
/proc/10161/task/10472/stat : 10472 (python) S 10158 10161 9506 0 -1 4202560 30 79882 0 0 0 0 241749 468 20 0 8 0 658206757 359591936 7338 33554432000 4194304 5683644 140737293452208 18446744073709551615 251826063793 0 0 16781312 2 18446604448689566656 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3702.38
Current children cumulated vsize (KiB) 1117676

Child status: 0
Real time (s): 1204.93
CPU time (s): 3702.46
CPU user time (s): 3693.51
CPU system time (s): 8.95164
CPU usage (%): 307.276
Max. virtual memory (cumulated for all children) (KiB): 5155980

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3693.51
system time used= 8.95164
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 144728
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= 7837
involuntary context switches= 35768

runsolver used 5.54116 second user time and 12.991 second system time

The end

Launcher Data

Begin job on node126 at 2011-05-15 15:09:54
IDJOB=3378359
IDBENCH=82768
IDSOLVER=1859
FILE ID=node126/3378359-1305464994
RUNJOBID= node126-1305463427-9525
PBS_JOBID= 13324997
Free space on /tmp= 73260 MiB

SOLVER NAME= borg-sat 11.03.02-par-random (fixed)
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v600-c2556-S1245124682-071.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-3378359-1305464994/watcher-3378359-1305464994 -o /tmp/evaluation-result-3378359-1305464994/solver-3378359-1305464994 -C 4800 -W 1300 -M 15500  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3378359-1305464994.cnf -seed 2001777751 -budget 4800 -cores 4

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

MD5SUM BENCH= b386c0165fb504493e3604d6c778ca42
RANDOM SEED=2001777751

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

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      29438852 kB
Buffers:        179200 kB
Cached:        1904776 kB
SwapCached:      49656 kB
Active:         933892 kB
Inactive:      2303244 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      29438852 kB
SwapTotal:    67111528 kB
SwapFree:     41934208 kB
Dirty:           31832 kB
Writeback:           4 kB
AnonPages:     1116408 kB
Mapped:          21108 kB
Slab:           113416 kB
PageTables:      91612 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 123350108 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= 73264 MiB
End job on node126 at 2011-05-15 15:29:59