Trace number 3378574

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)? 4776.65 1199.69

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v600-c2556-S869604189-077.UNKNOWN.cnf
MD5SUMfea90c68acbba046fd6afed84c9fb884
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.31/0.47	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.31/0.47	c INFO: solving HOME/instance-3378574-1305466297.cnf
0.31/0.47	c INFO: computing task features
0.31/0.47	c INFO: computed variable-clause graph statistics
0.31/0.47	c INFO: computed clause balance statistics
0.41/0.52	c INFO: computed variable balance statistics
0.41/0.56	c INFO: computed small-clause counts
0.41/0.56	c INFO: computed Horn-clause counts
0.41/0.56	c INFO: computed variable graph statistics
0.41/0.56	c INFO: collected features for HOME/instance-3378574-1305466297.cnf in 0.09 s
0.41/0.57	c INFO: running gnovelty+2@0 for 97 with 1199 remaining (b = 0.58)
0.41/0.58	c INFO: running march_hi@0 for 388 with 1199 remaining (b = 0.30)
0.41/0.59	c INFO: running gnovelty+2@0 for 97 with 1199 remaining (b = 0.07)
0.51/0.60	c INFO: running march_hi@0 for 388 with 1199 remaining (b = 0.29)
400.08/100.93	c INFO: running march_hi@0 for 679 with 1099 remaining (b = 0.35)
400.41/101.00	c INFO: running march_hi@0 for 679 with 1099 remaining (b = 0.31)
1562.53/392.81	c INFO: running march_hi@99 for 97 with 807 remaining (b = 0.06)
1570.45/394.76	c INFO: running march_hi@0 for 291 with 805 remaining (b = 0.17)
1934.57/486.14	c INFO: running march_hi@492 for 194 with 714 remaining (b = 0.12)
2726.53/684.93	c INFO: running march_hi@0 for 515 with 515 remaining (b = 0.24)
2732.95/686.59	c INFO: running march_hi@0 for 513 with 513 remaining (b = 0.21)
3141.11/789.09	c INFO: running march_hi@92 for 291 with 411 remaining (b = 0.12)
3172.98/797.05	c INFO: running march_hi@98 for 291 with 403 remaining (b = 0.12)
4307.07/1081.88	c INFO: running march_hi@392 for 118 with 118 remaining (b = 0.05)
4345.71/1091.53	c INFO: running march_hi@388 for 108 with 108 remaining (b = 0.05)
4776.22/1199.66	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-3378574-1305466297/watcher-3378574-1305466297 -o /tmp/evaluation-result-3378574-1305466297/solver-3378574-1305466297 -C 4800 -W 1300 -M 15500 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3378574-1305466297.cnf -seed 975506482 -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: 9.35 9.29 9.05 6/506 27300
/proc/meminfo: memFree=15745616/32951124 swapFree=65581060/67111528
[pid=27300] ppid=27298 vsize=16236 CPUtime=0 cores=1,3,5,7
/proc/27300/stat : 27300 (python) R 27298 27300 25950 0 -1 4202496 1040 0 0 0 0 0 0 0 25 0 1 0 658227470 16625664 912 33554432000 4194304 5683644 140734579326960 18446744073709551615 4540219 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/27300/statm: 4059 912 380 364 0 546 0

[startup+0.114312 s]
/proc/loadavg: 9.35 9.29 9.05 6/506 27300
/proc/meminfo: memFree=15745616/32951124 swapFree=65581060/67111528
[pid=27300] ppid=27298 vsize=107296 CPUtime=0.09 cores=1,3,5,7
/proc/27300/stat : 27300 (python) S 27298 27300 25950 0 -1 4202496 3359 0 0 0 7 2 0 0 17 0 1 0 658227470 109871104 3019 33554432000 4194304 5683644 140734579326960 18446744073709551615 218905729024 0 2147483391 16781312 2 18446744071699207358 0 0 17 7 0 0 0
/proc/27300/statm: 26857 3034 871 364 0 2088 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 107296

[startup+0.205326 s]
/proc/loadavg: 9.35 9.29 9.05 6/506 27300
/proc/meminfo: memFree=15745616/32951124 swapFree=65581060/67111528
[pid=27300] ppid=27298 vsize=131296 CPUtime=0.17 cores=1,3,5,7
/proc/27300/stat : 27300 (python) R 27298 27300 25950 0 -1 4202496 5703 933 1 0 13 4 0 0 18 0 1 0 658227470 134447104 4099 33554432000 4194304 5683644 140734579326960 18446744073709551615 4620076 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/27300/statm: 32824 4099 1015 364 0 3085 0
Current children cumulated CPU time (s) 0.17
Current children cumulated vsize (KiB) 131296

[startup+0.300326 s]
/proc/loadavg: 9.35 9.29 9.05 6/506 27300
/proc/meminfo: memFree=15745616/32951124 swapFree=65581060/67111528
[pid=27300] ppid=27298 vsize=170756 CPUtime=0.23 cores=1,3,5,7
/proc/27300/stat : 27300 (python) R 27298 27300 25950 0 -1 4202496 6742 933 1 0 18 5 0 0 17 0 1 0 658227470 174854144 4809 33554432000 4194304 5683644 140734579326960 18446744073709551615 4540219 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/27300/statm: 42688 4809 1336 364 0 3453 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 170756

[startup+0.700197 s]
/proc/loadavg: 9.35 9.29 9.05 6/506 27300
/proc/meminfo: memFree=15745616/32951124 swapFree=65581060/67111528
[pid=27300] ppid=27298 vsize=320272 CPUtime=0.51 cores=1,3,5,7
/proc/27300/stat : 27300 (python) S 27298 27300 25950 0 -1 4202496 12195 933 1 0 41 10 0 0 20 0 5 0 658227470 327958528 7265 33554432000 4194304 5683644 140734579326960 18446744073709551615 218917557707 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/27300/statm: 80068 7265 1881 364 0 15977 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 320272

[startup+1.50105 s]
/proc/loadavg: 9.35 9.29 9.05 10/519 27319
/proc/meminfo: memFree=15705328/32951124 swapFree=65581060/67111528
[pid=27300] ppid=27298 vsize=320272 CPUtime=0.51 cores=1,3,5,7
/proc/27300/stat : 27300 (python) S 27298 27300 25950 0 -1 4202496 12195 933 1 0 41 10 0 0 20 0 5 0 658227470 327958528 7265 33554432000 4194304 5683644 140734579326960 18446744073709551615 218917557707 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/27300/statm: 80068 7265 1881 364 0 15977 0
[pid=27307] ppid=27300 vsize=278492 CPUtime=0 cores=1,3,5,7
/proc/27307/stat : 27307 (python) S 27300 27300 25950 0 -1 4202560 733 0 0 0 0 0 0 0 18 0 1 0 658227527 285175808 5553 33554432000 4194304 5683644 140734579326960 18446744073709551615 218905751055 0 0 16781312 514 17395795130048315391 0 0 17 1 0 0 0
/proc/27307/statm: 69623 5553 354 364 0 5541 0
[pid=27309] ppid=27307 vsize=1017932 CPUtime=0.92 cores=1,3,5,7
/proc/27309/stat : 27309 (gnovelty+2) R 27307 27309 27309 0 -1 4202496 446 0 0 0 92 0 0 0 21 0 1 0 658227528 1042362368 184 33554432000 134512640 135663704 4291601392 18446744073709551615 134545644 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/27309/statm: 254483 184 113 282 0 254199 0
[pid=27310] ppid=27300 vsize=289380 CPUtime=0 cores=1,3,5,7
/proc/27310/stat : 27310 (python) S 27300 27300 25950 0 -1 4202560 747 0 0 0 0 0 0 0 15 0 1 0 658227529 296325120 5703 33554432000 4194304 5683644 140734579326960 18446744073709551615 218905751110 0 0 16781312 514 6733673095585825031 0 0 17 5 0 0 0
/proc/27310/statm: 72345 5703 348 364 0 8260 0
[pid=27312] ppid=27310 vsize=2676 CPUtime=0.91 cores=1,3,5,7
/proc/27312/stat : 27312 (march_hi) R 27310 27312 27312 0 -1 4202496 726 0 0 0 91 0 0 0 25 0 1 0 658227529 2740224 464 33554432000 4194304 4955518 140737383343344 18446744073709551615 4227679 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/27312/statm: 669 464 104 186 0 482 0
[pid=27313] ppid=27300 vsize=299772 CPUtime=0 cores=1,3,5,7
/proc/27313/stat : 27313 (python) S 27300 27300 25950 0 -1 4202560 742 0 0 0 0 0 0 0 19 0 1 0 658227529 306966528 5724 33554432000 4194304 5683644 140734579326960 18446744073709551615 218905751110 0 0 16781312 514 131537054226972671 0 0 17 7 0 0 0
/proc/27313/statm: 74943 5724 348 364 0 10855 0
[pid=27315] ppid=27313 vsize=1017932 CPUtime=0.88 cores=1,3,5,7
/proc/27315/stat : 27315 (gnovelty+2) R 27313 27315 27315 0 -1 4202496 447 0 0 0 88 0 0 0 23 0 1 0 658227530 1042362368 184 33554432000 134512640 135663704 4288966912 18446744073709551615 134524498 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/27315/statm: 254483 184 113 282 0 254199 0
[pid=27316] ppid=27300 vsize=310028 CPUtime=0 cores=1,3,5,7
/proc/27316/stat : 27316 (python) S 27300 27300 25950 0 -1 4202560 753 0 0 0 0 0 0 0 15 0 1 0 658227530 317468672 5728 33554432000 4194304 5683644 140734579326960 18446744073709551615 218905751110 0 0 16781312 514 17763036961527791876 0 0 17 1 0 0 0
/proc/27316/statm: 77507 5728 348 364 0 13416 0
[pid=27319] ppid=27316 vsize=2676 CPUtime=0.89 cores=1,3,5,7
/proc/27319/stat : 27319 (march_hi) R 27316 27319 27319 0 -1 4202496 724 0 0 0 89 0 0 0 23 0 1 0 658227531 2740224 464 33554432000 4194304 4955518 140735801665632 18446744073709551615 4227827 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/27319/statm: 669 464 104 186 0 482 0
[pid=27300/tid=27308] ppid=27298 vsize=320272 CPUtime=0 cores=1,3,5,7
/proc/27300/task/27308/stat : 27308 (python) S 27298 27300 25950 0 -1 4202560 26 933 0 0 0 0 0 0 19 0 5 0 658227528 327958528 7265 33554432000 4194304 5683644 140734579326960 18446744073709551615 218917554609 0 0 16781312 2 18446604460718438528 0 0 -1 5 0 0 0
[pid=27300/tid=27311] ppid=27298 vsize=320272 CPUtime=0 cores=1,3,5,7
/proc/27300/task/27311/stat : 27311 (python) S 27298 27300 25950 0 -1 4202560 22 933 0 0 0 0 0 0 21 0 5 0 658227529 327958528 7265 33554432000 4194304 5683644 140734579326960 18446744073709551615 218917554609 0 0 16781312 2 18446604460718438528 0 0 -1 7 0 0 0
[pid=27300/tid=27314] ppid=27298 vsize=320272 CPUtime=0 cores=1,3,5,7
/proc/27300/task/27314/stat : 27314 (python) S 27298 27300 25950 0 -1 4202560 25 933 0 0 0 0 0 0 20 0 5 0 658227530 327958528 7265 33554432000 4194304 5683644 140734579326960 18446744073709551615 218917554609 0 0 16781312 2 18446604460718438528 0 0 -1 7 0 0 0
[pid=27300/tid=27318] ppid=27298 vsize=320272 CPUtime=0 cores=1,3,5,7
/proc/27300/task/27318/stat : 27318 (python) S 27298 27300 25950 0 -1 4202560 26 933 0 0 0 0 0 0 20 0 5 0 658227531 327958528 7265 33554432000 4194304 5683644 140734579326960 18446744073709551615 218917554609 0 0 16781312 2 18446604460718438528 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4.11
Current children cumulated vsize (KiB) 3539160

[startup+3.10076 s]
/proc/loadavg: 9.35 9.29 9.05 10/519 27319
/proc/meminfo: memFree=15703716/32951124 swapFree=65581060/67111528
[pid=27300] ppid=27298 vsize=320272 CPUtime=0.51 cores=1,3,5,7
/proc/27300/stat : 27300 (python) S 27298 27300 25950 0 -1 4202496 12195 933 1 0 41 10 0 0 20 0 5 0 658227470 327958528 7265 33554432000 4194304 5683644 140734579326960 18446744073709551615 218917557707 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/27300/statm: 80068 7265 1881 364 0 15977 0
[pid=27307] ppid=27300 vsize=278492 CPUtime=0 cores=1,3,5,7
/proc/27307/stat : 27307 (python) S 27300 27300 25950 0 -1 4202560 733 0 0 0 0 0 0 0 18 0 1 0 658227527 285175808 5553 33554432000 4194304 5683644 140734579326960 18446744073709551615 218905751055 0 0 16781312 514 17395795130048282888 0 0 17 1 0 0 0
/proc/27307/statm: 69623 5553 354 364 0 5541 0
[pid=27309] ppid=27307 vsize=1017932 CPUtime=2.52 cores=1,3,5,7
/proc/27309/stat : 27309 (gnovelty+2) R 27307 27309 27309 0 -1 4202496 446 0 0 0 252 0 0 0 25 0 1 0 658227528 1042362368 184 33554432000 134512640 135663704 4291601392 18446744073709551615 134524509 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/27309/statm: 254483 184 113 282 0 254199 0
[pid=27310] ppid=27300 vsize=289380 CPUtime=0 cores=1,3,5,7
/proc/27310/stat : 27310 (python) S 27300 27300 25950 0 -1 4202560 749 0 0 0 0 0 0 0 15 0 1 0 658227529 296325120 5703 33554432000 4194304 5683644 140734579326960 18446744073709551615 218905751110 0 0 16781312 514 6733673095585825031 0 0 17 5 0 0 0
/proc/27310/statm: 72345 5703 348 364 0 8260 0
[pid=27312] ppid=27310 vsize=2928 CPUtime=2.51 cores=1,3,5,7
/proc/27312/stat : 27312 (march_hi) R 27310 27312 27312 0 -1 4202496 787 0 0 0 251 0 0 0 25 0 1 0 658227529 2998272 525 33554432000 4194304 4955518 140737383343344 18446744073709551615 4224768 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/27312/statm: 732 525 104 186 0 545 0
[pid=27313] ppid=27300 vsize=299772 CPUtime=0 cores=1,3,5,7
/proc/27313/stat : 27313 (python) S 27300 27300 25950 0 -1 4202560 742 0 0 0 0 0 0 0 18 0 1 0 658227529 306966528 5724 33554432000 4194304 5683644 140734579326960 18446744073709551615 218905751110 0 0 16781312 514 131537054226940167 0 0 17 7 0 0 0
/proc/27313/statm: 74943 5724 348 364 0 10855 0
[pid=27315] ppid=27313 vsize=1017932 CPUtime=2.46 cores=1,3,5,7
/proc/27315/stat : 27315 (gnovelty+2) R 27313 27315 27315 0 -1 4202496 448 0 0 0 246 0 0 0 25 0 1 0 658227530 1042362368 185 33554432000 134512640 135663704 4288966912 18446744073709551615 134546755 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/27315/statm: 254483 185 113 282 0 254199 0
[pid=27316] ppid=27300 vsize=310028 CPUtime=0 cores=1,3,5,7
/proc/27316/stat : 27316 (python) S 27300 27300 25950 0 -1 4202560 754 0 0 0 0 0 0 0 15 0 1 0 658227530 317468672 5728 33554432000 4194304 5683644 140734579326960 18446744073709551615 218905751110 0 0 16781312 514 17763036961527791876 0 0 17 1 0 0 0
/proc/27316/statm: 77507 5728 348 364 0 13416 0
[pid=27319] ppid=27316 vsize=2928 CPUtime=2.49 cores=1,3,5,7
/proc/27319/stat : 27319 (march_hi) R 27316 27319 27319 0 -1 4202496 785 0 0 0 249 0 0 0 25 0 1 0 658227531 2998272 525 33554432000 4194304 4955518 140735801665632 18446744073709551615 4209733 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/27319/statm: 732 525 104 186 0 545 0
[pid=27300/tid=27308] ppid=27298 vsize=320272 CPUtime=0 cores=1,3,5,7
/proc/27300/task/27308/stat : 27308 (python) S 27298 27300 25950 0 -1 4202560 26 933 0 0 0 0 0 0 19 0 5 0 658227528 327958528 7265 33554432000 4194304 5683644 140734579326960 18446744073709551615 218917554609 0 0 16781312 2 18446604460718438528 0 0 -1 5 0 0 0
[pid=27300/tid=27311] ppid=27298 vsize=320272 CPUtime=0 cores=1,3,5,7
/proc/27300/task/27311/stat : 27311 (python) S 27298 27300 25950 0 -1 4202560 22 933 0 0 0 0 0 0 21 0 5 0 658227529 327958528 7265 33554432000 4194304 5683644 140734579326960 18446744073709551615 218917554609 0 0 16781312 2 18446604460718438528 0 0 -1 7 0 0 0
[pid=27300/tid=27314] ppid=27298 vsize=320272 CPUtime=0 cores=1,3,5,7
/proc/27300/task/27314/stat : 27314 (python) S 27298 27300 25950 0 -1 4202560 25 933 0 0 0 0 0 0 20 0 5 0 658227530 327958528 7265 33554432000 4194304 5683644 140734579326960 18446744073709551615 218917554609 0 0 16781312 2 18446604460718438528 0 0 -1 7 0 0 0
[pid=27300/tid=27318] ppid=27298 vsize=320272 CPUtime=0 cores=1,3,5,7
/proc/27300/task/27318/stat : 27318 (python) S 27298 27300 25950 0 -1 4202560 26 933 0 0 0 0 0 0 20 0 5 0 658227531 327958528 7265 33554432000 4194304 5683644 140734579326960 18446744073709551615 218917554609 0 0 16781312 2 18446604460718438528 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 10.49
Current children cumulated vsize (KiB) 3539664

[startup+6.30118 s]
/proc/loadavg: 9.32 9.28 9.05 10/519 27319
/proc/meminfo: memFree=15700044/32951124 swapFree=65581060/67111528
[pid=27300] ppid=27298 vsize=320272 CPUtime=0.51 cores=1,3,5,7
/proc/27300/stat : 27300 (python) S 27298 27300 25950 0 -1 4202496 12195 933 1 0 41 10 0 0 20 0 5 0 658227470 327958528 7265 33554432000 4194304 5683644 140734579326960 18446744073709551615 218917557707 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/27300/statm: 80068 7265 1881 364 0 15977 0
[pid=27307] ppid=27300 vsize=278492 CPUtime=0.01 cores=1,3,5,7
/proc/27307/stat : 27307 (python) S 27300 27300 25950 0 -1 4202560 894 0 0 0 0 1 0 0 18 0 1 0 658227527 285175808 5576 33554432000 4194304 5683644 140734579326960 18446744073709551615 218905751055 0 0 16781312 514 17395795130048282888 0 0 17 1 0 0 0
/proc/27307/statm: 69623 5576 377 364 0 5541 0
[pid=27309] ppid=27307 vsize=1017932 CPUtime=5.67 cores=1,3,5,7
/proc/27309/stat : 27309 (gnovelty+2) R 27307 27309 27309 0 -1 4202496 446 0 0 0 567 0 0 0 25 0 1 0 658227528 1042362368 184 33554432000 134512640 135663704 4291601392 18446744073709551615 134525493 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/27309/statm: 254483 184 113 282 0 254199 0
[pid=27310] ppid=27300 vsize=289380 CPUtime=0.02 cores=1,3,5,7
/proc/27310/stat : 27310 (python) S 27300 27300 25950 0 -1 4202560 920 0 0 0 1 1 0 0 15 0 1 0 658227529 296325120 5726 33554432000 4194304 5683644 140734579326960 18446744073709551615 218905751110 0 0 16781312 514 6733673095585825031 0 0 17 5 0 0 0
/proc/27310/statm: 72345 5726 371 364 0 8260 0
[pid=27312] ppid=27310 vsize=3636 CPUtime=5.68 cores=1,3,5,7
/proc/27312/stat : 27312 (march_hi) R 27310 27312 27312 0 -1 4202496 924 0 0 0 568 0 0 0 25 0 1 0 658227529 3723264 662 33554432000 4194304 4955518 140737383343344 18446744073709551615 4347003 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/27312/statm: 909 662 104 186 0 722 0
[pid=27313] ppid=27300 vsize=299772 CPUtime=0.02 cores=1,3,5,7
/proc/27313/stat : 27313 (python) S 27300 27300 25950 0 -1 4202560 902 0 0 0 1 1 0 0 18 0 1 0 658227529 306966528 5747 33554432000 4194304 5683644 140734579326960 18446744073709551615 218905751110 0 0 16781312 514 131537054226940167 0 0 17 7 0 0 0
/proc/27313/statm: 74943 5747 371 364 0 10855 0
[pid=27315] ppid=27313 vsize=1017932 CPUtime=5.58 cores=1,3,5,7
/proc/27315/stat : 27315 (gnovelty+2) R 27313 27315 27315 0 -1 4202496 448 0 0 0 558 0 0 0 25 0 1 0 658227530 1042362368 185 33554432000 134512640 135663704 4288966912 18446744073709551615 134545631 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/27315/statm: 254483 185 113 282 0 254199 0
[pid=27316] ppid=27300 vsize=310028 CPUtime=0.01 cores=1,3,5,7
/proc/27316/stat : 27316 (python) S 27300 27300 25950 0 -1 4202560 914 0 0 0 0 1 0 0 15 0 1 0 658227530 317468672 5751 33554432000 4194304 5683644 140734579326960 18446744073709551615 218905751110 0 0 16781312 514 17763036961527791876 0 0 17 1 0 0 0
/proc/27316/statm: 77507 5751 371 364 0 13416 0
[pid=27319] ppid=27316 vsize=3636 CPUtime=5.69 cores=1,3,5,7
/proc/27319/stat : 27319 (march_hi) R 27316 27319 27319 0 -1 4202496 924 0 0 0 569 0 0 0 25 0 1 0 658227531 3723264 664 33554432000 4194304 4955518 140735801665632 18446744073709551615 4238968 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/27319/statm: 909 664 104 186 0 722 0
[pid=27300/tid=27308] ppid=27298 vsize=320272 CPUtime=0 cores=1,3,5,7
/proc/27300/task/27308/stat : 27308 (python) S 27298 27300 25950 0 -1 4202560 26 933 0 0 0 0 0 0 19 0 5 0 658227528 327958528 7265 33554432000 4194304 5683644 140734579326960 18446744073709551615 218917554609 0 0 16781312 2 18446604460718438528 0 0 -1 5 0 0 0
[pid=27300/tid=27311] ppid=27298 vsize=320272 CPUtime=0 cores=1,3,5,7
/proc/27300/task/27311/stat : 27311 (python) S 27298 27300 25950 0 -1 4202560 22 933 0 0 0 0 0 0 21 0 5 0 658227529 327958528 7265 33554432000 4194304 5683644 140734579326960 18446744073709551615 218917554609 0 0 16781312 2 18446604460718438528 0 0 -1 7 0 0 0
[pid=27300/tid=27314] ppid=27298 vsize=320272 CPUtime=0 cores=1,3,5,7
/proc/27300/task/27314/stat : 27314 (python) S 27298 27300 25950 0 -1 4202560 25 933 0 0 0 0 0 0 20 0 5 0 658227530 327958528 7265 33554432000 4194304 5683644 140734579326960 18446744073709551615 218917554609 0 0 16781312 2 18446604460718438528 0 0 -1 7 0 0 0
[pid=27300/tid=27318] ppid=27298 vsize=320272 CPUtime=0 cores=1,3,5,7
/proc/27300/task/27318/stat : 27318 (python) S 27298 27300 25950 0 -1 4202560 26 933 0 0 0 0 0 0 20 0 5 0 658227531 327958528 7265 33554432000 4194304 5683644 140734579326960 18446744073709551615 218917554609 0 0 16781312 2 18446604460718438528 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 23.19
Current children cumulated vsize (KiB) 3541080

[startup+12.701 s]
/proc/loadavg: 9.29 9.28 9.05 10/519 27319
/proc/meminfo: memFree=15696780/32951124 swapFree=65581060/67111528
[pid=27300] ppid=27298 vsize=320272 CPUtime=0.51 cores=1,3,5,7
/proc/27300/stat : 27300 (python) S 27298 27300 25950 0 -1 4202496 12195 933 1 0 41 10 0 0 20 0 5 0 658227470 327958528 7265 33554432000 4194304 5683644 140734579326960 18446744073709551615 218917557707 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/27300/statm: 80068 7265 1881 364 0 15977 0
[pid=27307] ppid=27300 vsize=278492 CPUtime=0.04 cores=1,3,5,7
/proc/27307/stat : 27307 (python) S 27300 27300 25950 0 -1 4202560 899 0 0 0 2 2 0 0 18 0 1 0 658227527 285175808 5576 33554432000 4194304 5683644 140734579326960 18446744073709551615 218905751055 0 0 16781312 514 13247936438235791624 0 0 17 1 0 0 0
/proc/27307/statm: 69623 5576 377 364 0 5541 0
[pid=27309] ppid=27307 vsize=1017932 CPUtime=12.03 cores=1,3,5,7
/proc/27309/stat : 27309 (gnovelty+2) R 27307 27309 27309 0 -1 4202496 446 0 0 0 1203 0 0 0 25 0 1 0 658227528 1042362368 184 33554432000 134512640 135663704 4291601392 18446744073709551615 134525490 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/27309/statm: 254483 184 113 282 0 254199 0
[pid=27310] ppid=27300 vsize=289380 CPUtime=0.04 cores=1,3,5,7

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


[startup+1199.2 s]
/proc/loadavg: 6.69 8.53 8.94 6/511 27543
/proc/meminfo: memFree=15192932/32951124 swapFree=65581060/67111528
[pid=27300] ppid=27298 vsize=361588 CPUtime=0.6 cores=1,3,5,7
/proc/27300/stat : 27300 (python) S 27298 27300 25950 0 -1 4202496 16195 933 1 0 49 11 0 0 18 0 9 0 658227470 370266112 7376 33554432000 4194304 5683644 140734579326960 18446744073709551615 218917557707 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/27300/statm: 90397 7376 1890 364 0 26294 0
[pid=27307] ppid=27300 vsize=288736 CPUtime=0.36 cores=1,3,5,7
/proc/27307/stat : 27307 (python) S 27300 27300 25950 0 -1 4202560 1165 0 0 0 18 18 0 0 19 0 2 0 658227527 295665664 5620 33554432000 4194304 5683644 140734579326960 18446744073709551615 218917557707 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/27307/statm: 72184 5620 416 364 0 8102 0
[pid=27309] ppid=27307 vsize=1017932 CPUtime=99.58 cores=1,3,5,7
/proc/27309/stat : 27309 (gnovelty+2) T 27307 27309 27309 0 -1 4202496 447 0 0 0 9958 0 0 0 25 0 1 0 658227528 1042362368 185 33554432000 134512640 135663704 4291601392 18446744073709551615 134524894 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/27309/statm: 254483 185 113 282 0 254199 0
[pid=27307/tid=27462] ppid=27300 vsize=288736 CPUtime=0 cores=1,3,5,7
/proc/27307/task/27462/stat : 27462 (python) S 27300 27300 25950 0 -1 4202560 43 0 0 0 0 0 0 0 19 0 2 0 658237563 295665664 5620 33554432000 4194304 5683644 140734579326960 18446744073709551615 218917554609 0 0 16781312 514 18446604465552902016 0 0 -1 1 0 0 0
[pid=27310] ppid=27300 vsize=289380 CPUtime=3.83 cores=1,3,5,7
/proc/27310/stat : 27310 (python) S 27300 27300 25950 0 -1 4202560 1160 0 0 0 201 182 0 0 15 0 2 0 658227529 296325120 5756 33554432000 4194304 5683644 140734579326960 18446744073709551615 218917557707 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/27310/statm: 72345 5756 400 364 0 8260 0
[pid=27312] ppid=27310 vsize=171116 CPUtime=973.77 cores=1,3,5,7
/proc/27312/stat : 27312 (march_hi) T 27310 27312 27312 0 -1 4202496 31961 0 0 0 97370 7 0 0 25 0 1 0 658227529 175222784 31699 33554432000 4194304 4955518 140737383343344 18446744073709551615 4244544 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/27312/statm: 42779 31699 104 186 0 42592 0
[pid=27310/tid=27487] ppid=27300 vsize=289380 CPUtime=0 cores=1,3,5,7
/proc/27310/task/27487/stat : 27487 (python) S 27300 27300 25950 0 -1 4202560 46 0 0 0 0 0 0 0 15 0 2 0 658266946 296325120 5756 33554432000 4194304 5683644 140734579326960 18446744073709551615 218917554609 0 0 16781312 514 18446604458012452928 0 0 -1 5 0 0 0
[pid=27313] ppid=27300 vsize=299772 CPUtime=0.36 cores=1,3,5,7
/proc/27313/stat : 27313 (python) S 27300 27300 25950 0 -1 4202560 1091 0 0 0 19 17 0 0 19 0 2 0 658227529 306966528 5777 33554432000 4194304 5683644 140734579326960 18446744073709551615 218917557707 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/27313/statm: 74943 5777 400 364 0 10855 0
[pid=27315] ppid=27313 vsize=1017932 CPUtime=98.43 cores=1,3,5,7
/proc/27315/stat : 27315 (gnovelty+2) T 27313 27315 27315 0 -1 4202496 448 0 0 0 9843 0 0 0 25 0 1 0 658227530 1042362368 185 33554432000 134512640 135663704 4288966912 18446744073709551615 134525684 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/27315/statm: 254483 185 113 282 0 254199 0
[pid=27313/tid=27466] ppid=27300 vsize=299772 CPUtime=0 cores=1,3,5,7
/proc/27313/task/27466/stat : 27466 (python) S 27300 27300 25950 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 658237570 306966528 5777 33554432000 4194304 5683644 140734579326960 18446744073709551615 218917554609 0 0 16781312 514 18446604470123188288 0 0 -1 7 0 0 0
[pid=27316] ppid=27300 vsize=310028 CPUtime=2.63 cores=1,3,5,7
/proc/27316/stat : 27316 (python) S 27300 27300 25950 0 -1 4202560 1163 0 0 0 135 128 0 0 16 0 2 0 658227530 317468672 5781 33554432000 4194304 5683644 140734579326960 18446744073709551615 218917557707 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/27316/statm: 77507 5781 400 364 0 13416 0
[pid=27319] ppid=27316 vsize=109092 CPUtime=683.22 cores=1,3,5,7
/proc/27319/stat : 27319 (march_hi) T 27316 27319 27319 0 -1 4202496 23027 0 0 0 68317 5 0 0 25 0 1 0 658227531 111710208 22767 33554432000 4194304 4955518 140735801665632 18446744073709551615 4295552 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/27319/statm: 27273 22767 104 186 0 27086 0
[pid=27316/tid=27486] ppid=27300 vsize=310028 CPUtime=0 cores=1,3,5,7
/proc/27316/task/27486/stat : 27486 (python) S 27300 27300 25950 0 -1 4202560 46 0 0 0 0 0 0 0 15 0 2 0 658266751 317468672 5781 33554432000 4194304 5683644 140734579326960 18446744073709551615 218917554609 0 0 16781312 514 18446604469157193728 0 0 -1 1 0 0 0
[pid=27463] ppid=27300 vsize=320284 CPUtime=4.28 cores=1,3,5,7
/proc/27463/stat : 27463 (python) S 27300 27300 25950 0 -1 4202560 1157 0 0 0 218 210 0 0 15 0 2 0 658237564 327970816 5785 33554432000 4194304 5683644 140734579326960 18446744073709551615 218905751110 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/27463/statm: 80071 5785 400 364 0 15977 0
[pid=27465] ppid=27463 vsize=171116 CPUtime=1081.1 cores=1,3,5,7
/proc/27465/stat : 27465 (march_hi) R 27463 27465 27465 0 -1 4202496 34995 0 0 0 108105 5 0 0 25 0 1 0 658237564 175222784 34735 33554432000 4194304 4955518 140736158401088 18446744073709551615 4227502 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/27465/statm: 42779 34735 104 186 0 42592 0
[pid=27463/tid=27514] ppid=27300 vsize=320284 CPUtime=0 cores=1,3,5,7
/proc/27463/task/27514/stat : 27514 (python) S 27300 27300 25950 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 2 0 658307175 327970816 5785 33554432000 4194304 5683644 140734579326960 18446744073709551615 218917554609 0 0 16781312 514 18446604468300014848 0 0 -1 7 0 0 0
[pid=27467] ppid=27300 vsize=330688 CPUtime=3.12 cores=1,3,5,7
/proc/27467/stat : 27467 (python) S 27300 27300 25950 0 -1 4202560 1145 0 0 0 159 153 0 0 15 0 2 0 658237571 338624512 5826 33554432000 4194304 5683644 140734579326960 18446744073709551615 218905751110 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/27467/statm: 82672 5826 400 364 0 18575 0
[pid=27469] ppid=27467 vsize=126916 CPUtime=801.15 cores=1,3,5,7
/proc/27469/stat : 27469 (march_hi) R 27467 27469 27469 0 -1 4202496 26637 0 0 0 80111 4 0 0 25 0 1 0 658237571 129961984 26380 33554432000 4194304 4955518 140736322481936 18446744073709551615 4224648 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/27469/statm: 31729 26380 104 186 0 31542 0
[pid=27467/tid=27513] ppid=27300 vsize=330688 CPUtime=0 cores=1,3,5,7
/proc/27467/task/27513/stat : 27513 (python) S 27300 27300 25950 0 -1 4202560 47 0 0 0 0 0 0 0 16 0 2 0 658306379 338624512 5826 33554432000 4194304 5683644 140734579326960 18446744073709551615 218917554609 0 0 16781312 514 18446604461242731392 0 0 -1 3 0 0 0
[pid=27504] ppid=27300 vsize=340944 CPUtime=2.03 cores=1,3,5,7
/proc/27504/stat : 27504 (python) S 27300 27300 25950 0 -1 4202560 1007 0 0 0 106 97 0 0 15 0 1 0 658295964 349126656 5826 33554432000 4194304 5683644 140734579326960 18446744073709551615 218905751110 0 0 16781312 514 13247936438235791620 0 0 17 5 0 0 0
/proc/27504/statm: 85236 5826 371 364 0 21136 0
[pid=27506] ppid=27504 vsize=79624 CPUtime=506.52 cores=1,3,5,7
/proc/27506/stat : 27506 (march_hi) R 27504 27506 27506 0 -1 4202496 17525 0 0 0 50649 3 0 0 25 0 1 0 658295964 81534976 17263 33554432000 4194304 4955518 140734523994480 18446744073709551615 4224608 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/27506/statm: 19906 17263 104 186 0 19719 0
[pid=27507] ppid=27300 vsize=351200 CPUtime=2.02 cores=1,3,5,7
/proc/27507/stat : 27507 (python) S 27300 27300 25950 0 -1 4202560 1046 0 0 0 104 98 0 0 15 0 1 0 658296129 359628800 5836 33554432000 4194304 5683644 140734579326960 18446744073709551615 218905751110 0 0 16781312 514 16862365414565314820 0 0 17 1 0 0 0
/proc/27507/statm: 87800 5836 377 364 0 23697 0
[pid=27509] ppid=27507 vsize=79624 CPUtime=511.62 cores=1,3,5,7
/proc/27509/stat : 27509 (march_hi) R 27507 27509 27509 0 -1 4202496 17745 0 0 0 51159 3 0 0 25 0 1 0 658296130 81534976 17481 33554432000 4194304 4955518 140735557111616 18446744073709551615 4286639 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/27509/statm: 19906 17481 104 186 0 19719 0
[pid=27300/tid=27308] ppid=27298 vsize=361588 CPUtime=0 cores=1,3,5,7
/proc/27300/task/27308/stat : 27308 (python) S 27298 27300 25950 0 -1 4202560 26 933 0 0 0 0 0 0 19 0 9 0 658227528 370266112 7376 33554432000 4194304 5683644 140734579326960 18446744073709551615 218917554609 0 0 16781312 2 18446604460718438528 0 0 -1 5 0 0 0
[pid=27300/tid=27311] ppid=27298 vsize=361588 CPUtime=0 cores=1,3,5,7
/proc/27300/task/27311/stat : 27311 (python) S 27298 27300 25950 0 -1 4202560 33 933 0 0 0 0 0 0 18 0 9 0 658227529 370266112 7376 33554432000 4194304 5683644 140734579326960 18446744073709551615 218917554609 0 0 16781312 2 18446604460718438528 0 0 -1 7 0 0 0
[pid=27300/tid=27314] ppid=27298 vsize=361588 CPUtime=0 cores=1,3,5,7
/proc/27300/task/27314/stat : 27314 (python) S 27298 27300 25950 0 -1 4202560 25 933 0 0 0 0 0 0 20 0 9 0 658227530 370266112 7376 33554432000 4194304 5683644 140734579326960 18446744073709551615 218917554609 0 0 16781312 2 18446604460718438528 0 0 -1 7 0 0 0
[pid=27300/tid=27318] ppid=27298 vsize=361588 CPUtime=0 cores=1,3,5,7
/proc/27300/task/27318/stat : 27318 (python) S 27298 27300 25950 0 -1 4202560 33 933 0 0 0 0 0 0 18 0 9 0 658227531 370266112 7376 33554432000 4194304 5683644 140734579326960 18446744073709551615 218917554609 0 0 16781312 2 18446604460718438528 0 0 -1 1 0 0 0
[pid=27300/tid=27464] ppid=27298 vsize=361588 CPUtime=0 cores=1,3,5,7
/proc/27300/task/27464/stat : 27464 (python) S 27298 27300 25950 0 -1 4202560 31 933 0 0 0 0 0 0 18 0 9 0 658237564 370266112 7376 33554432000 4194304 5683644 140734579326960 18446744073709551615 218917554609 0 0 16781312 2 18446604460718438528 0 0 -1 1 0 0 0
[pid=27300/tid=27468] ppid=27298 vsize=361588 CPUtime=0 cores=1,3,5,7
/proc/27300/task/27468/stat : 27468 (python) S 27298 27300 25950 0 -1 4202560 30 933 0 0 0 0 0 0 18 0 9 0 658237571 370266112 7376 33554432000 4194304 5683644 140734579326960 18446744073709551615 218917554609 0 0 16781312 2 18446604460718438528 0 0 -1 1 0 0 0
[pid=27300/tid=27505] ppid=27298 vsize=361588 CPUtime=0 cores=1,3,5,7
/proc/27300/task/27505/stat : 27505 (python) S 27298 27300 25950 0 -1 4202560 26 933 0 0 0 0 0 0 20 0 9 0 658295964 370266112 7376 33554432000 4194304 5683644 140734579326960 18446744073709551615 218917554609 0 0 16781312 2 18446604460718438528 0 0 -1 1 0 0 0
[pid=27300/tid=27508] ppid=27298 vsize=361588 CPUtime=0 cores=1,3,5,7
/proc/27300/task/27508/stat : 27508 (python) S 27298 27300 25950 0 -1 4202560 24 933 0 0 0 0 0 0 20 0 9 0 658296130 370266112 7376 33554432000 4194304 5683644 140734579326960 18446744073709551615 218917554609 0 0 16781312 2 18446604460718438528 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4774.62
Current children cumulated vsize (KiB) 5665972

[startup+1199.6 s]
/proc/loadavg: 6.69 8.53 8.94 6/511 27543
/proc/meminfo: memFree=15192932/32951124 swapFree=65581060/67111528
[pid=27300] ppid=27298 vsize=361588 CPUtime=0.6 cores=1,3,5,7
/proc/27300/stat : 27300 (python) S 27298 27300 25950 0 -1 4202496 16195 933 1 0 49 11 0 0 18 0 9 0 658227470 370266112 7376 33554432000 4194304 5683644 140734579326960 18446744073709551615 218917557707 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/27300/statm: 90397 7376 1890 364 0 26294 0
[pid=27307] ppid=27300 vsize=288736 CPUtime=0.36 cores=1,3,5,7
/proc/27307/stat : 27307 (python) S 27300 27300 25950 0 -1 4202560 1165 0 0 0 18 18 0 0 19 0 2 0 658227527 295665664 5620 33554432000 4194304 5683644 140734579326960 18446744073709551615 218917557707 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/27307/statm: 72184 5620 416 364 0 8102 0
[pid=27309] ppid=27307 vsize=1017932 CPUtime=99.58 cores=1,3,5,7
/proc/27309/stat : 27309 (gnovelty+2) T 27307 27309 27309 0 -1 4202496 447 0 0 0 9958 0 0 0 25 0 1 0 658227528 1042362368 185 33554432000 134512640 135663704 4291601392 18446744073709551615 134524894 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/27309/statm: 254483 185 113 282 0 254199 0
[pid=27307/tid=27462] ppid=27300 vsize=288736 CPUtime=0 cores=1,3,5,7
/proc/27307/task/27462/stat : 27462 (python) S 27300 27300 25950 0 -1 4202560 43 0 0 0 0 0 0 0 19 0 2 0 658237563 295665664 5620 33554432000 4194304 5683644 140734579326960 18446744073709551615 218917554609 0 0 16781312 514 18446604465552902016 0 0 -1 1 0 0 0
[pid=27310] ppid=27300 vsize=289380 CPUtime=3.83 cores=1,3,5,7
/proc/27310/stat : 27310 (python) S 27300 27300 25950 0 -1 4202560 1160 0 0 0 201 182 0 0 15 0 2 0 658227529 296325120 5756 33554432000 4194304 5683644 140734579326960 18446744073709551615 218917557707 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/27310/statm: 72345 5756 400 364 0 8260 0
[pid=27312] ppid=27310 vsize=171116 CPUtime=973.77 cores=1,3,5,7
/proc/27312/stat : 27312 (march_hi) T 27310 27312 27312 0 -1 4202496 31961 0 0 0 97370 7 0 0 25 0 1 0 658227529 175222784 31699 33554432000 4194304 4955518 140737383343344 18446744073709551615 4244544 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/27312/statm: 42779 31699 104 186 0 42592 0
[pid=27310/tid=27487] ppid=27300 vsize=289380 CPUtime=0 cores=1,3,5,7
/proc/27310/task/27487/stat : 27487 (python) S 27300 27300 25950 0 -1 4202560 46 0 0 0 0 0 0 0 15 0 2 0 658266946 296325120 5756 33554432000 4194304 5683644 140734579326960 18446744073709551615 218917554609 0 0 16781312 514 18446604458012452928 0 0 -1 5 0 0 0
[pid=27313] ppid=27300 vsize=299772 CPUtime=0.36 cores=1,3,5,7
/proc/27313/stat : 27313 (python) S 27300 27300 25950 0 -1 4202560 1091 0 0 0 19 17 0 0 19 0 2 0 658227529 306966528 5777 33554432000 4194304 5683644 140734579326960 18446744073709551615 218917557707 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/27313/statm: 74943 5777 400 364 0 10855 0
[pid=27315] ppid=27313 vsize=1017932 CPUtime=98.43 cores=1,3,5,7
/proc/27315/stat : 27315 (gnovelty+2) T 27313 27315 27315 0 -1 4202496 448 0 0 0 9843 0 0 0 25 0 1 0 658227530 1042362368 185 33554432000 134512640 135663704 4288966912 18446744073709551615 134525684 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/27315/statm: 254483 185 113 282 0 254199 0
[pid=27313/tid=27466] ppid=27300 vsize=299772 CPUtime=0 cores=1,3,5,7
/proc/27313/task/27466/stat : 27466 (python) S 27300 27300 25950 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 658237570 306966528 5777 33554432000 4194304 5683644 140734579326960 18446744073709551615 218917554609 0 0 16781312 514 18446604470123188288 0 0 -1 7 0 0 0
[pid=27316] ppid=27300 vsize=310028 CPUtime=2.63 cores=1,3,5,7
/proc/27316/stat : 27316 (python) S 27300 27300 25950 0 -1 4202560 1163 0 0 0 135 128 0 0 16 0 2 0 658227530 317468672 5781 33554432000 4194304 5683644 140734579326960 18446744073709551615 218917557707 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/27316/statm: 77507 5781 400 364 0 13416 0
[pid=27319] ppid=27316 vsize=109092 CPUtime=683.22 cores=1,3,5,7
/proc/27319/stat : 27319 (march_hi) T 27316 27319 27319 0 -1 4202496 23027 0 0 0 68317 5 0 0 25 0 1 0 658227531 111710208 22767 33554432000 4194304 4955518 140735801665632 18446744073709551615 4295552 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/27319/statm: 27273 22767 104 186 0 27086 0
[pid=27316/tid=27486] ppid=27300 vsize=310028 CPUtime=0 cores=1,3,5,7
/proc/27316/task/27486/stat : 27486 (python) S 27300 27300 25950 0 -1 4202560 46 0 0 0 0 0 0 0 15 0 2 0 658266751 317468672 5781 33554432000 4194304 5683644 140734579326960 18446744073709551615 218917554609 0 0 16781312 514 18446604469157193728 0 0 -1 1 0 0 0
[pid=27463] ppid=27300 vsize=320284 CPUtime=4.28 cores=1,3,5,7
/proc/27463/stat : 27463 (python) S 27300 27300 25950 0 -1 4202560 1157 0 0 0 218 210 0 0 15 0 2 0 658237564 327970816 5785 33554432000 4194304 5683644 140734579326960 18446744073709551615 218905751110 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/27463/statm: 80071 5785 400 364 0 15977 0
[pid=27465] ppid=27463 vsize=171116 CPUtime=1081.5 cores=1,3,5,7
/proc/27465/stat : 27465 (march_hi) R 27463 27465 27465 0 -1 4202496 35008 0 0 0 108145 5 0 0 25 0 1 0 658237564 175222784 34748 33554432000 4194304 4955518 140736158401088 18446744073709551615 4285414 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/27465/statm: 42779 34748 104 186 0 42592 0
[pid=27463/tid=27514] ppid=27300 vsize=320284 CPUtime=0 cores=1,3,5,7
/proc/27463/task/27514/stat : 27514 (python) S 27300 27300 25950 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 2 0 658307175 327970816 5785 33554432000 4194304 5683644 140734579326960 18446744073709551615 218917554609 0 0 16781312 514 18446604468300014848 0 0 -1 7 0 0 0
[pid=27467] ppid=27300 vsize=330688 CPUtime=3.12 cores=1,3,5,7
/proc/27467/stat : 27467 (python) S 27300 27300 25950 0 -1 4202560 1145 0 0 0 159 153 0 0 15 0 2 0 658237571 338624512 5826 33554432000 4194304 5683644 140734579326960 18446744073709551615 218905751110 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/27467/statm: 82672 5826 400 364 0 18575 0
[pid=27469] ppid=27467 vsize=126916 CPUtime=801.55 cores=1,3,5,7
/proc/27469/stat : 27469 (march_hi) R 27467 27469 27469 0 -1 4202496 26650 0 0 0 80151 4 0 0 25 0 1 0 658237571 129961984 26393 33554432000 4194304 4955518 140736322481936 18446744073709551615 4224758 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/27469/statm: 31729 26393 104 186 0 31542 0
[pid=27467/tid=27513] ppid=27300 vsize=330688 CPUtime=0 cores=1,3,5,7
/proc/27467/task/27513/stat : 27513 (python) S 27300 27300 25950 0 -1 4202560 47 0 0 0 0 0 0 0 16 0 2 0 658306379 338624512 5826 33554432000 4194304 5683644 140734579326960 18446744073709551615 218917554609 0 0 16781312 514 18446604461242731392 0 0 -1 3 0 0 0
[pid=27504] ppid=27300 vsize=340944 CPUtime=2.03 cores=1,3,5,7
/proc/27504/stat : 27504 (python) S 27300 27300 25950 0 -1 4202560 1007 0 0 0 106 97 0 0 15 0 1 0 658295964 349126656 5826 33554432000 4194304 5683644 140734579326960 18446744073709551615 218905751110 0 0 16781312 514 13247936438235791620 0 0 17 5 0 0 0
/proc/27504/statm: 85236 5826 371 364 0 21136 0
[pid=27506] ppid=27504 vsize=79624 CPUtime=506.92 cores=1,3,5,7
/proc/27506/stat : 27506 (march_hi) R 27504 27506 27506 0 -1 4202496 17537 0 0 0 50689 3 0 0 25 0 1 0 658295964 81534976 17275 33554432000 4194304 4955518 140734523994480 18446744073709551615 4235379 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/27506/statm: 19906 17275 104 186 0 19719 0
[pid=27507] ppid=27300 vsize=351200 CPUtime=2.02 cores=1,3,5,7
/proc/27507/stat : 27507 (python) S 27300 27300 25950 0 -1 4202560 1046 0 0 0 104 98 0 0 15 0 1 0 658296129 359628800 5836 33554432000 4194304 5683644 140734579326960 18446744073709551615 218905751110 0 0 16781312 514 16862365414565314820 0 0 17 1 0 0 0
/proc/27507/statm: 87800 5836 377 364 0 23697 0
[pid=27509] ppid=27507 vsize=79624 CPUtime=512.02 cores=1,3,5,7
/proc/27509/stat : 27509 (march_hi) R 27507 27509 27509 0 -1 4202496 17758 0 0 0 51199 3 0 0 25 0 1 0 658296130 81534976 17494 33554432000 4194304 4955518 140735557111616 18446744073709551615 4290842 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/27509/statm: 19906 17494 104 186 0 19719 0
[pid=27300/tid=27308] ppid=27298 vsize=361588 CPUtime=0 cores=1,3,5,7
/proc/27300/task/27308/stat : 27308 (python) S 27298 27300 25950 0 -1 4202560 26 933 0 0 0 0 0 0 19 0 9 0 658227528 370266112 7376 33554432000 4194304 5683644 140734579326960 18446744073709551615 218917554609 0 0 16781312 2 18446604460718438528 0 0 -1 5 0 0 0
[pid=27300/tid=27311] ppid=27298 vsize=361588 CPUtime=0 cores=1,3,5,7
/proc/27300/task/27311/stat : 27311 (python) S 27298 27300 25950 0 -1 4202560 33 933 0 0 0 0 0 0 18 0 9 0 658227529 370266112 7376 33554432000 4194304 5683644 140734579326960 18446744073709551615 218917554609 0 0 16781312 2 18446604460718438528 0 0 -1 7 0 0 0
[pid=27300/tid=27314] ppid=27298 vsize=361588 CPUtime=0 cores=1,3,5,7
/proc/27300/task/27314/stat : 27314 (python) S 27298 27300 25950 0 -1 4202560 25 933 0 0 0 0 0 0 20 0 9 0 658227530 370266112 7376 33554432000 4194304 5683644 140734579326960 18446744073709551615 218917554609 0 0 16781312 2 18446604460718438528 0 0 -1 7 0 0 0
[pid=27300/tid=27318] ppid=27298 vsize=361588 CPUtime=0 cores=1,3,5,7
/proc/27300/task/27318/stat : 27318 (python) S 27298 27300 25950 0 -1 4202560 33 933 0 0 0 0 0 0 18 0 9 0 658227531 370266112 7376 33554432000 4194304 5683644 140734579326960 18446744073709551615 218917554609 0 0 16781312 2 18446604460718438528 0 0 -1 1 0 0 0
[pid=27300/tid=27464] ppid=27298 vsize=361588 CPUtime=0 cores=1,3,5,7
/proc/27300/task/27464/stat : 27464 (python) S 27298 27300 25950 0 -1 4202560 31 933 0 0 0 0 0 0 18 0 9 0 658237564 370266112 7376 33554432000 4194304 5683644 140734579326960 18446744073709551615 218917554609 0 0 16781312 2 18446604460718438528 0 0 -1 1 0 0 0
[pid=27300/tid=27468] ppid=27298 vsize=361588 CPUtime=0 cores=1,3,5,7
/proc/27300/task/27468/stat : 27468 (python) S 27298 27300 25950 0 -1 4202560 30 933 0 0 0 0 0 0 18 0 9 0 658237571 370266112 7376 33554432000 4194304 5683644 140734579326960 18446744073709551615 218917554609 0 0 16781312 2 18446604460718438528 0 0 -1 1 0 0 0
[pid=27300/tid=27505] ppid=27298 vsize=361588 CPUtime=0 cores=1,3,5,7
/proc/27300/task/27505/stat : 27505 (python) S 27298 27300 25950 0 -1 4202560 26 933 0 0 0 0 0 0 20 0 9 0 658295964 370266112 7376 33554432000 4194304 5683644 140734579326960 18446744073709551615 218917554609 0 0 16781312 2 18446604460718438528 0 0 -1 1 0 0 0
[pid=27300/tid=27508] ppid=27298 vsize=361588 CPUtime=0 cores=1,3,5,7
/proc/27300/task/27508/stat : 27508 (python) S 27298 27300 25950 0 -1 4202560 24 933 0 0 0 0 0 0 20 0 9 0 658296130 370266112 7376 33554432000 4194304 5683644 140734579326960 18446744073709551615 218917554609 0 0 16781312 2 18446604460718438528 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4776.22
Current children cumulated vsize (KiB) 5665972

Child status: 0
Real time (s): 1199.69
CPU time (s): 4776.65
CPU user time (s): 4767.09
CPU system time (s): 9.56155
CPU usage (%): 398.157
Max. virtual memory (cumulated for all children) (KiB): 5665976

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4767.09
system time used= 9.56155
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 183221
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= 8493
involuntary context switches= 29122

runsolver used 6.45702 second user time and 13.8399 second system time

The end

Launcher Data

Begin job on node137 at 2011-05-15 15:31:37
IDJOB=3378574
IDBENCH=82983
IDSOLVER=1859
FILE ID=node137/3378574-1305466297
RUNJOBID= node137-1305462758-25969
PBS_JOBID= 13324972
Free space on /tmp= 73672 MiB

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

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

MD5SUM BENCH= fea90c68acbba046fd6afed84c9fb884
RANDOM SEED=975506482

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      15745896 kB
Buffers:        315192 kB
Cached:        4098968 kB
SwapCached:      36320 kB
Active:        6993872 kB
Inactive:      9939248 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      15745896 kB
SwapTotal:    67111528 kB
SwapFree:     65581060 kB
Dirty:           31508 kB
Writeback:           0 kB
AnonPages:    12492012 kB
Mapped:          38664 kB
Slab:           136572 kB
PageTables:      66844 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 146785064 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= 73672 MiB
End job on node137 at 2011-05-15 15:51:37