Trace number 3378537

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)? 2834.74 1175.51

General information on the benchmark

Namerandom/medium/
unif-k5-r21.3-v150-c3195-S1847541883-049.UNKNOWN.cnf
MD5SUM02e5b9be63a0b18588da13d9c988e25c
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 variables150
Number of clauses3195
Sum of the clauses size15975
Maximum clause length5
Minimum clause length5
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 53195
Number of clauses of size over 50

Solver Data

0.35/1.02	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.35/1.02	c INFO: solving HOME/instance-3378537-1305466061.cnf
0.35/1.02	c INFO: computing task features
0.35/1.04	c INFO: computed variable-clause graph statistics
0.35/1.04	c INFO: computed clause balance statistics
0.45/1.13	c INFO: computed variable balance statistics
0.45/1.18	c INFO: computed small-clause counts
0.45/1.18	c INFO: computed Horn-clause counts
0.45/1.18	c INFO: computed variable graph statistics
0.45/1.18	c INFO: collected features for HOME/instance-3378537-1305466061.cnf in 0.15 s
0.45/1.19	c INFO: running gnovelty+2@0 for 97 with 1199 remaining (b = 0.63)
0.45/1.20	c INFO: running gnovelty+2@0 for 97 with 1199 remaining (b = 0.08)
0.54/1.21	c INFO: running march_hi@0 for 679 with 1199 remaining (b = 0.35)
0.54/1.22	c INFO: running march_hi@0 for 679 with 1199 remaining (b = 0.31)
458.22/199.76	c INFO: running march_hi@0 for 485 with 1001 remaining (b = 0.23)
460.61/200.89	c INFO: running march_hi@0 for 485 with 1000 remaining (b = 0.21)
1941.88/799.69	c INFO: running march_hi@99 for 291 with 401 remaining (b = 0.14)
2569.55/1069.01	c INFO: running march_hi@99 for 132 with 132 remaining (b = 0.05)
2834.44/1175.48	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-3378537-1305466061/watcher-3378537-1305466061 -o /tmp/evaluation-result-3378537-1305466061/solver-3378537-1305466061 -C 4800 -W 1300 -M 15500 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3378537-1305466061.cnf -seed 112745816 -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: 10.88 11.18 10.53 12/370 27256
/proc/meminfo: memFree=19790068/32951124 swapFree=67056788/67111528
[pid=27256] ppid=27254 vsize=87708 CPUtime=0.05 cores=1,3,5,7
/proc/27256/stat : 27256 (python) R 27254 27256 25829 0 -1 4202496 2636 0 0 0 4 1 0 0 25 0 1 0 658204031 89812992 2354 33554432000 4194304 5683644 140736734091872 18446744073709551615 271550535680 0 2147483391 16781312 2 0 0 0 17 1 0 0 0
/proc/27256/statm: 21927 2354 717 364 0 1623 0

[startup+0.12269 s]
/proc/loadavg: 10.88 11.18 10.53 12/370 27256
/proc/meminfo: memFree=19790068/32951124 swapFree=67056788/67111528
[pid=27256] ppid=27254 vsize=107300 CPUtime=0.07 cores=1,3,5,7
/proc/27256/stat : 27256 (python) S 27254 27256 25829 0 -1 4202496 3337 0 0 0 5 2 0 0 25 0 1 0 658204031 109875200 3000 33554432000 4194304 5683644 140736734091872 18446744073709551615 271550535680 0 2147483391 16781312 2 18446744071699469502 0 0 17 7 0 0 0
/proc/27256/statm: 26825 3000 871 364 0 2056 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 107300

[startup+0.200322 s]
/proc/loadavg: 10.88 11.18 10.53 12/370 27256
/proc/meminfo: memFree=19790068/32951124 swapFree=67056788/67111528
[pid=27256] ppid=27254 vsize=121644 CPUtime=0.1 cores=1,3,5,7
/proc/27256/stat : 27256 (python) D 27254 27256 25829 0 -1 4202496 4101 0 1 0 7 3 0 0 25 0 1 0 658204031 124563456 3728 33554432000 4194304 5683644 140736734091872 18446744073709551615 271550543415 0 0 16781312 2 18446744071562154983 0 0 17 7 0 0 0
/proc/27256/statm: 30411 3728 986 364 0 2741 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 121644

[startup+0.300303 s]
/proc/loadavg: 10.88 11.18 10.53 12/370 27256
/proc/meminfo: memFree=19790068/32951124 swapFree=67056788/67111528
[pid=27256] ppid=27254 vsize=121644 CPUtime=0.1 cores=1,3,5,7
/proc/27256/stat : 27256 (python) D 27254 27256 25829 0 -1 4202496 4101 0 1 0 7 3 0 0 25 0 1 0 658204031 124563456 3728 33554432000 4194304 5683644 140736734091872 18446744073709551615 271550543415 0 0 16781312 2 18446744071562154983 0 0 17 7 0 0 0
/proc/27256/statm: 30411 3728 986 364 0 2741 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 121644

[startup+0.700258 s]
/proc/loadavg: 10.88 11.18 10.53 12/370 27256
/proc/meminfo: memFree=19790068/32951124 swapFree=67056788/67111528
[pid=27256] ppid=27254 vsize=126804 CPUtime=0.14 cores=1,3,5,7
/proc/27256/stat : 27256 (python) D 27254 27256 25829 0 -1 4202496 5395 932 1 0 11 3 0 0 25 0 1 0 658204031 129847296 3999 33554432000 4194304 5683644 140736734091872 18446744073709551615 271550543415 0 0 16781312 2 18446744071562154983 0 0 17 7 0 0 14
/proc/27256/statm: 31701 3999 1003 364 0 2996 0
Current children cumulated CPU time (s) 0.14
Current children cumulated vsize (KiB) 126804

[startup+1.50108 s]
/proc/loadavg: 10.88 11.18 10.53 10/371 27261
/proc/meminfo: memFree=19773448/32951124 swapFree=67056788/67111528
[pid=27256] ppid=27254 vsize=320164 CPUtime=0.55 cores=1,3,5,7
/proc/27256/stat : 27256 (python) S 27254 27256 25829 0 -1 4202496 12355 932 1 0 46 9 0 0 25 0 5 0 658204031 327847936 7229 33554432000 4194304 5683644 140736734091872 18446744073709551615 271562364363 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 54
/proc/27256/statm: 80041 7229 1873 364 0 15950 0
Current children cumulated CPU time (s) 0.55
Current children cumulated vsize (KiB) 320164

[startup+3.10079 s]
/proc/loadavg: 10.97 11.19 10.54 13/383 27273
/proc/meminfo: memFree=19755860/32951124 swapFree=67056788/67111528
[pid=27256] ppid=27254 vsize=320164 CPUtime=0.55 cores=1,3,5,7
/proc/27256/stat : 27256 (python) S 27254 27256 25829 0 -1 4202496 12355 932 1 0 46 9 0 0 25 0 5 0 658204031 327847936 7229 33554432000 4194304 5683644 140736734091872 18446744073709551615 271562364363 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 54
/proc/27256/statm: 80041 7229 1873 364 0 15950 0
[pid=27262] ppid=27256 vsize=278680 CPUtime=0 cores=1,3,5,7
/proc/27262/stat : 27262 (python) S 27256 27256 25829 0 -1 4202560 733 0 0 0 0 0 0 0 18 0 1 0 658204150 285368320 5588 33554432000 4194304 5683644 140736734091872 18446744073709551615 271550557711 0 0 16781312 514 8469270616850006277 0 0 17 7 0 0 0
/proc/27262/statm: 69670 5588 354 364 0 5588 0
[pid=27266] ppid=27262 vsize=1017940 CPUtime=0.91 cores=1,3,5,7
/proc/27266/stat : 27266 (gnovelty+2) R 27262 27266 27266 0 -1 4202496 454 0 0 0 91 0 0 0 25 0 1 0 658204152 1042370560 190 33554432000 134512640 135663704 4292385280 18446744073709551615 134525213 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/27266/statm: 254485 190 113 282 0 254201 0
[pid=27264] ppid=27256 vsize=289308 CPUtime=0 cores=1,3,5,7
/proc/27264/stat : 27264 (python) S 27256 27256 25829 0 -1 4202560 733 0 0 0 0 0 0 0 18 0 1 0 658204151 296251392 5684 33554432000 4194304 5683644 140736734091872 18446744073709551615 271550557766 0 0 16781312 514 7619394857823338758 0 0 17 7 0 0 0
/proc/27264/statm: 72327 5684 348 364 0 8242 0
[pid=27269] ppid=27264 vsize=1017940 CPUtime=0.92 cores=1,3,5,7
/proc/27269/stat : 27269 (gnovelty+2) R 27264 27269 27269 0 -1 4202496 457 0 0 0 92 0 0 0 25 0 1 0 658204153 1042370560 190 33554432000 134512640 135663704 4294631696 18446744073709551615 134525247 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/27269/statm: 254485 190 113 282 0 254201 0
[pid=27267] ppid=27256 vsize=299056 CPUtime=0 cores=1,3,5,7
/proc/27267/stat : 27267 (python) S 27256 27256 25829 0 -1 4202560 753 0 0 0 0 0 0 0 15 0 1 0 658204153 306233344 5576 33554432000 4194304 5683644 140736734091872 18446744073709551615 271550557766 0 0 16781312 514 17840389803565089032 0 0 17 5 0 0 0
/proc/27267/statm: 74764 5576 348 364 0 10676 0
[pid=27272] ppid=27267 vsize=2240 CPUtime=0.91 cores=1,3,5,7
/proc/27272/stat : 27272 (march_hi) R 27267 27272 27272 0 -1 4202496 639 0 0 0 91 0 0 0 25 0 1 0 658204154 2293760 370 33554432000 4194304 4955518 140737444788528 18446744073709551615 4224651 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/27272/statm: 560 370 106 186 0 373 0
[pid=27270] ppid=27256 vsize=309920 CPUtime=0 cores=1,3,5,7
/proc/27270/stat : 27270 (python) S 27256 27256 25829 0 -1 4202560 754 0 0 0 0 0 0 0 15 0 1 0 658204154 317358080 5700 33554432000 4194304 5683644 140736734091872 18446744073709551615 271550557766 0 0 16781312 514 9383276216200429832 0 0 17 7 0 0 0
/proc/27270/statm: 77480 5700 348 364 0 13389 0
[pid=27273] ppid=27270 vsize=2620 CPUtime=1.84 cores=1,3,5,7
/proc/27273/stat : 27273 (march_hi) R 27270 27273 27273 0 -1 4202496 698 0 0 0 184 0 0 0 25 0 1 0 658204154 2682880 428 33554432000 4194304 4955518 140734574229104 18446744073709551615 4314102 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/27273/statm: 655 428 106 186 0 468 0
[pid=27256/tid=27263] ppid=27254 vsize=320164 CPUtime=0 cores=1,3,5,7
/proc/27256/task/27263/stat : 27263 (python) S 27254 27256 25829 0 -1 4202560 41 932 0 0 0 0 0 0 24 0 5 0 658204150 327847936 7229 33554432000 4194304 5683644 140736734091872 18446744073709551615 271562361265 0 0 16781312 2 18446604467769501760 0 0 -1 7 0 0 0
[pid=27256/tid=27265] ppid=27254 vsize=320164 CPUtime=0 cores=1,3,5,7
/proc/27256/task/27265/stat : 27265 (python) S 27254 27256 25829 0 -1 4202560 36 932 0 0 0 0 0 0 25 0 5 0 658204151 327847936 7229 33554432000 4194304 5683644 140736734091872 18446744073709551615 271562361265 0 0 16781312 2 18446604467769501760 0 0 -1 7 0 0 0
[pid=27256/tid=27268] ppid=27254 vsize=320164 CPUtime=0 cores=1,3,5,7
/proc/27256/task/27268/stat : 27268 (python) S 27254 27256 25829 0 -1 4202560 36 932 0 0 0 0 0 0 25 0 5 0 658204153 327847936 7229 33554432000 4194304 5683644 140736734091872 18446744073709551615 271562361265 0 0 16781312 2 18446604467769501760 0 0 -1 7 0 0 0
[pid=27256/tid=27271] ppid=27254 vsize=320164 CPUtime=0 cores=1,3,5,7
/proc/27256/task/27271/stat : 27271 (python) S 27254 27256 25829 0 -1 4202560 18 932 0 0 0 0 0 0 25 0 5 0 658204154 327847936 7229 33554432000 4194304 5683644 140736734091872 18446744073709551615 271562361265 0 0 16781312 2 18446604467769501760 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 5.13
Current children cumulated vsize (KiB) 3537868

[startup+6.30121 s]
/proc/loadavg: 10.97 11.19 10.54 13/383 27273
/proc/meminfo: memFree=19754132/32951124 swapFree=67056788/67111528
[pid=27256] ppid=27254 vsize=320164 CPUtime=0.55 cores=1,3,5,7
/proc/27256/stat : 27256 (python) S 27254 27256 25829 0 -1 4202496 12355 932 1 0 46 9 0 0 25 0 5 0 658204031 327847936 7229 33554432000 4194304 5683644 140736734091872 18446744073709551615 271562364363 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 54
/proc/27256/statm: 80041 7229 1873 364 0 15950 0
[pid=27262] ppid=27256 vsize=278680 CPUtime=0 cores=1,3,5,7
/proc/27262/stat : 27262 (python) S 27256 27256 25829 0 -1 4202560 897 0 0 0 0 0 0 0 18 0 1 0 658204150 285368320 5610 33554432000 4194304 5683644 140736734091872 18446744073709551615 271550557711 0 0 16781312 514 8469270616850006277 0 0 17 7 0 0 0
/proc/27262/statm: 69670 5610 376 364 0 5588 0
[pid=27266] ppid=27262 vsize=1017940 CPUtime=2.51 cores=1,3,5,7
/proc/27266/stat : 27266 (gnovelty+2) R 27262 27266 27266 0 -1 4202496 454 0 0 0 251 0 0 0 25 0 1 0 658204152 1042370560 190 33554432000 134512640 135663704 4292385280 18446744073709551615 134524509 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/27266/statm: 254485 190 113 282 0 254201 0
[pid=27264] ppid=27256 vsize=289308 CPUtime=0.01 cores=1,3,5,7
/proc/27264/stat : 27264 (python) S 27256 27256 25829 0 -1 4202560 896 0 0 0 0 1 0 0 18 0 1 0 658204151 296251392 5707 33554432000 4194304 5683644 140736734091872 18446744073709551615 271550557766 0 0 16781312 514 7619394857823338758 0 0 17 7 0 0 0
/proc/27264/statm: 72327 5707 371 364 0 8242 0
[pid=27269] ppid=27264 vsize=1017940 CPUtime=2.52 cores=1,3,5,7
/proc/27269/stat : 27269 (gnovelty+2) R 27264 27269 27269 0 -1 4202496 457 0 0 0 252 0 0 0 25 0 1 0 658204153 1042370560 190 33554432000 134512640 135663704 4294631696 18446744073709551615 134524509 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/27269/statm: 254485 190 113 282 0 254201 0
[pid=27267] ppid=27256 vsize=299056 CPUtime=0.01 cores=1,3,5,7
/proc/27267/stat : 27267 (python) S 27256 27256 25829 0 -1 4202560 911 0 0 0 0 1 0 0 15 0 1 0 658204153 306233344 5599 33554432000 4194304 5683644 140736734091872 18446744073709551615 271550557766 0 0 16781312 514 17840389803565089032 0 0 17 5 0 0 0
/proc/27267/statm: 74764 5599 371 364 0 10676 0
[pid=27272] ppid=27267 vsize=2620 CPUtime=2.5 cores=1,3,5,7
/proc/27272/stat : 27272 (march_hi) R 27267 27272 27272 0 -1 4202496 736 0 0 0 250 0 0 0 25 0 1 0 658204154 2682880 467 33554432000 4194304 4955518 140737444788528 18446744073709551615 4237786 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/27272/statm: 655 467 106 186 0 468 0
[pid=27270] ppid=27256 vsize=309920 CPUtime=0.01 cores=1,3,5,7
/proc/27270/stat : 27270 (python) S 27256 27256 25829 0 -1 4202560 919 0 0 0 1 0 0 0 15 0 1 0 658204154 317358080 5723 33554432000 4194304 5683644 140736734091872 18446744073709551615 271550557766 0 0 16781312 514 9383276216200429832 0 0 17 7 0 0 0
/proc/27270/statm: 77480 5723 371 364 0 13389 0
[pid=27273] ppid=27270 vsize=3472 CPUtime=4.96 cores=1,3,5,7
/proc/27273/stat : 27273 (march_hi) R 27270 27273 27273 0 -1 4202496 881 0 0 0 496 0 0 0 25 0 1 0 658204154 3555328 611 33554432000 4194304 4955518 140734574229104 18446744073709551615 4224450 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/27273/statm: 868 611 106 186 0 681 0
[pid=27256/tid=27263] ppid=27254 vsize=320164 CPUtime=0 cores=1,3,5,7
/proc/27256/task/27263/stat : 27263 (python) S 27254 27256 25829 0 -1 4202560 41 932 0 0 0 0 0 0 24 0 5 0 658204150 327847936 7229 33554432000 4194304 5683644 140736734091872 18446744073709551615 271562361265 0 0 16781312 2 18446604467769501760 0 0 -1 7 0 0 0
[pid=27256/tid=27265] ppid=27254 vsize=320164 CPUtime=0 cores=1,3,5,7
/proc/27256/task/27265/stat : 27265 (python) S 27254 27256 25829 0 -1 4202560 36 932 0 0 0 0 0 0 25 0 5 0 658204151 327847936 7229 33554432000 4194304 5683644 140736734091872 18446744073709551615 271562361265 0 0 16781312 2 18446604467769501760 0 0 -1 7 0 0 0
[pid=27256/tid=27268] ppid=27254 vsize=320164 CPUtime=0 cores=1,3,5,7
/proc/27256/task/27268/stat : 27268 (python) S 27254 27256 25829 0 -1 4202560 36 932 0 0 0 0 0 0 25 0 5 0 658204153 327847936 7229 33554432000 4194304 5683644 140736734091872 18446744073709551615 271562361265 0 0 16781312 2 18446604467769501760 0 0 -1 7 0 0 0
[pid=27256/tid=27271] ppid=27254 vsize=320164 CPUtime=0 cores=1,3,5,7
/proc/27256/task/27271/stat : 27271 (python) S 27254 27256 25829 0 -1 4202560 18 932 0 0 0 0 0 0 25 0 5 0 658204154 327847936 7229 33554432000 4194304 5683644 140736734091872 18446744073709551615 271562361265 0 0 16781312 2 18446604467769501760 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 13.07
Current children cumulated vsize (KiB) 3539100

[startup+12.701 s]
/proc/loadavg: 11.13 11.22 10.55 13/387 27277
/proc/meminfo: memFree=19728012/32951124 swapFree=67056788/67111528
[pid=27256] ppid=27254 vsize=320164 CPUtime=0.55 cores=1,3,5,7
/proc/27256/stat : 27256 (python) S 27254 27256 25829 0 -1 4202496 12355 932 1 0 46 9 0 0 25 0 5 0 658204031 327847936 7229 33554432000 4194304 5683644 140736734091872 18446744073709551615 271562364363 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 54
/proc/27256/statm: 80041 7229 1873 364 0 15950 0
[pid=27262] ppid=27256 vsize=278680 CPUtime=0.02 cores=1,3,5,7
/proc/27262/stat : 27262 (python) S 27256 27256 25829 0 -1 4202560 900 0 0 0 1 1 0 0 18 0 1 0 658204150 285368320 5610 33554432000 4194304 5683644 140736734091872 18446744073709551615 271550557711 0 0 16781312 514 6752268031939805445 0 0 17 7 0 0 0
/proc/27262/statm: 69670 5610 376 364 0 5588 0
[pid=27266] ppid=27262 vsize=1017940 CPUtime=5.71 cores=1,3,5,7
/proc/27266/stat : 27266 (gnovelty+2) R 27262 27266 27266 0 -1 4202496 454 0 0 0 571 0 0 0 25 0 1 0 658204152 1042370560 190 33554432000 134512640 135663704 4292385280 18446744073709551615 134545640 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/27266/statm: 254485 190 113 282 0 254201 0
[pid=27264] ppid=27256 vsize=289308 CPUtime=0.02 cores=1,3,5,7
/proc/27264/stat : 27264 (python) S 27256 27256 25829 0 -1 4202560 899 0 0 0 1 1 0 0 18 0 1 0 658204151 296251392 5707 33554432000 4194304 5683644 140736734091872 18446744073709551615 271550557766 0 0 16781312 514 6752268031939805446 0 0 17 7 0 0 0
/proc/27264/statm: 72327 5707 371 364 0 8242 0
[pid=27269] ppid=27264 vsize=1017940 CPUtime=5.72 cores=1,3,5,7
/proc/27269/stat : 27269 (gnovelty+2) R 27264 27269 27269 0 -1 4202496 457 0 0 0 572 0 0 0 25 0 1 0 658204153 1042370560 190 33554432000 134512640 135663704 4294631696 18446744073709551615 134524548 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/27269/statm: 254485 190 113 282 0 254201 0
[pid=27267] ppid=27256 vsize=299056 CPUtime=0.02 cores=1,3,5,7
/proc/27267/stat : 27267 (python) S 27256 27256 25829 0 -1 4202560 918 0 0 0 1 1 0 0 15 0 1 0 658204153 306233344 5599 33554432000 4194304 5683644 140736734091872 18446744073709551615 271550557766 0 0 16781312 514 17840389803565089032 0 0 17 5 0 0 0
/proc/27267/statm: 74764 5599 371 364 0 10676 0
[pid=27272] ppid=27267 vsize=3472 CPUtime=5.68 cores=1,3,5,7
/proc/27272/stat : 27272 (march_hi) R 27267 27272 27272 0 -1 4202496 921 0 0 0 568 0 0 0 25 0 1 0 658204154 3555328 652 33554432000 4194304 4955518 140737444788528 18446744073709551615 4237736 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/27272/statm: 868 652 106 186 0 681 0
[pid=27270] ppid=27256 vsize=309920 CPUtime=0.02 cores=1,3,5,7
/proc/27270/stat : 27270 (python) S 27256 27256 25829 0 -1 4202560 924 0 0 0 1 1 0 0 15 0 1 0 658204154 317358080 5723 33554432000 4194304 5683644 140736734091872 18446744073709551615 271550557766 0 0 16781312 514 9383276216200429832 0 0 17 7 0 0 0
/proc/27270/statm: 77480 5723 371 364 0 13389 0
[pid=27273] ppid=27270 vsize=5388 CPUtime=11.23 cores=1,3,5,7
/proc/27273/stat : 27273 (march_hi) R 27270 27273 27273 0 -1 4202496 1204 0 0 0 1123 0 0 0 25 0 1 0 658204154 5517312 934 33554432000 4194304 4955518 140734574229104 18446744073709551615 4208676 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/27273/statm: 1347 934 106 186 0 1160 0
[pid=27256/tid=27263] ppid=27254 vsize=320164 CPUtime=0 cores=1,3,5,7
/proc/27256/task/27263/stat : 27263 (python) S 27254 27256 25829 0 -1 4202560 41 932 0 0 0 0 0 0 24 0 5 0 658204150 327847936 7229 33554432000 4194304 5683644 140736734091872 18446744073709551615 271562361265 0 0 16781312 2 18446604467769501760 0 0 -1 7 0 0 0
[pid=27256/tid=27265] ppid=27254 vsize=320164 CPUtime=0 cores=1,3,5,7
/proc/27256/task/27265/stat : 27265 (python) S 27254 27256 25829 0 -1 4202560 36 932 0 0 0 0 0 0 25 0 5 0 658204151 327847936 7229 33554432000 4194304 5683644 140736734091872 18446744073709551615 271562361265 0 0 16781312 2 18446604467769501760 0 0 -1 7 0 0 0
[pid=27256/tid=27268] ppid=27254 vsize=320164 CPUtime=0 cores=1,3,5,7
/proc/27256/task/27268/stat : 27268 (python) S 27254 27256 25829 0 -1 4202560 36 932 0 0 0 0 0 0 25 0 5 0 658204153 327847936 7229 33554432000 4194304 5683644 140736734091872 18446744073709551615 271562361265 0 0 16781312 2 18446604467769501760 0 0 -1 7 0 0 0
[pid=27256/tid=27271] ppid=27254 vsize=320164 CPUtime=0 cores=1,3,5,7
/proc/27256/task/27271/stat : 27271 (python) S 27254 27256 25829 0 -1 4202560 18 932 0 0 0 0 0 0 25 0 5 0 658204154 327847936 7229 33554432000 4194304 5683644 140736734091872 18446744073709551615 271562361265 0 0 16781312 2 18446604467769501760 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 28.97
Current children cumulated vsize (KiB) 3541868

[startup+25.5007 s]
/proc/loadavg: 11.26 11.24 10.57 13/387 27277
/proc/meminfo: memFree=19724248/32951124 swapFree=67056788/67111528
[pid=27256] ppid=27254 vsize=320164 CPUtime=0.55 cores=1,3,5,7

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

/proc/27270/stat : 27270 (python) S 27256 27256 25829 0 -1 4202560 1166 0 0 0 169 154 0 0 15 0 2 0 658204154 317358080 5753 33554432000 4194304 5683644 140736734091872 18446744073709551615 271550557766 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/27270/statm: 77480 5753 400 364 0 13389 0
[pid=27273] ppid=27270 vsize=208904 CPUtime=921.15 cores=1,3,5,7
/proc/27273/stat : 27273 (march_hi) R 27270 27273 27273 0 -1 4202496 43144 0 0 0 92103 12 0 0 25 0 1 0 658204154 213917696 42874 33554432000 4194304 4955518 140734574229104 18446744073709551615 4208656 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/27273/statm: 52226 42874 106 186 0 52039 0
[pid=27270/tid=27330] ppid=27256 vsize=309920 CPUtime=0 cores=1,3,5,7
/proc/27270/task/27330/stat : 27330 (python) S 27256 27256 25829 0 -1 4202560 46 0 0 0 0 0 0 0 17 0 2 0 658283999 317358080 5753 33554432000 4194304 5683644 140736734091872 18446744073709551615 271562361265 0 0 16781312 514 18446604466558479104 0 0 -1 7 0 0 0
[pid=27296] ppid=27256 vsize=320176 CPUtime=2.66 cores=1,3,5,7
/proc/27296/stat : 27296 (python) S 27256 27256 25829 0 -1 4202560 1148 0 0 0 138 128 0 0 15 0 2 0 658224008 327860224 5757 33554432000 4194304 5683644 140736734091872 18446744073709551615 271550557766 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/27296/statm: 80044 5757 400 364 0 15950 0
[pid=27298] ppid=27296 vsize=142604 CPUtime=590.72 cores=1,3,5,7
/proc/27298/stat : 27298 (march_hi) R 27296 27298 27298 0 -1 4202496 28428 0 0 0 59064 8 0 0 25 0 1 0 658224008 146026496 28158 33554432000 4194304 4955518 140734425302336 18446744073709551615 4237810 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/27298/statm: 35651 28158 106 186 0 35464 0
[pid=27296/tid=27389] ppid=27256 vsize=320176 CPUtime=0 cores=1,3,5,7
/proc/27296/task/27389/stat : 27389 (python) S 27256 27256 25829 0 -1 4202560 47 0 0 0 0 0 0 0 16 0 2 0 658310932 327860224 5757 33554432000 4194304 5683644 140736734091872 18446744073709551615 271562361265 0 0 16781312 514 18446604468941748032 0 0 -1 7 0 0 0
[pid=27300] ppid=27256 vsize=329908 CPUtime=2.66 cores=1,3,5,7
/proc/27300/stat : 27300 (python) S 27256 27256 25829 0 -1 4202560 994 0 0 0 138 128 0 0 15 0 1 0 658224121 337825792 5632 33554432000 4194304 5683644 140736734091872 18446744073709551615 271550557766 0 0 16781312 514 3510467952900014340 0 0 17 7 0 0 0
/proc/27300/statm: 82477 5632 371 364 0 18380 0
[pid=27302] ppid=27300 vsize=94372 CPUtime=486.69 cores=1,3,5,7
/proc/27302/stat : 27302 (march_hi) R 27300 27302 27302 0 -1 4202496 23511 0 0 0 48663 6 0 0 25 0 1 0 658224121 96636928 23244 33554432000 4194304 4955518 140737236980368 18446744073709551615 4226451 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/27302/statm: 23593 23244 106 186 0 23406 0
[pid=27256/tid=27263] ppid=27254 vsize=340776 CPUtime=0 cores=1,3,5,7
/proc/27256/task/27263/stat : 27263 (python) S 27254 27256 25829 0 -1 4202560 41 932 0 0 0 0 0 0 24 0 7 0 658204150 348954624 7268 33554432000 4194304 5683644 140736734091872 18446744073709551615 271562361265 0 0 16781312 2 18446604467769501760 0 0 -1 7 0 0 0
[pid=27256/tid=27265] ppid=27254 vsize=340776 CPUtime=0 cores=1,3,5,7
/proc/27256/task/27265/stat : 27265 (python) S 27254 27256 25829 0 -1 4202560 36 932 0 0 0 0 0 0 25 0 7 0 658204151 348954624 7268 33554432000 4194304 5683644 140736734091872 18446744073709551615 271562361265 0 0 16781312 2 18446604467769501760 0 0 -1 7 0 0 0
[pid=27256/tid=27268] ppid=27254 vsize=340776 CPUtime=0 cores=1,3,5,7
/proc/27256/task/27268/stat : 27268 (python) S 27254 27256 25829 0 -1 4202560 36 932 0 0 0 0 0 0 25 0 7 0 658204153 348954624 7268 33554432000 4194304 5683644 140736734091872 18446744073709551615 271562361265 0 0 16781312 2 18446604467769501760 0 0 -1 7 0 0 0
[pid=27256/tid=27271] ppid=27254 vsize=340776 CPUtime=0 cores=1,3,5,7
/proc/27256/task/27271/stat : 27271 (python) S 27254 27256 25829 0 -1 4202560 22 932 0 0 0 0 0 0 18 0 7 0 658204154 348954624 7268 33554432000 4194304 5683644 140736734091872 18446744073709551615 271562361265 0 0 16781312 2 18446604467769501760 0 0 -1 7 0 0 0
[pid=27256/tid=27297] ppid=27254 vsize=340776 CPUtime=0 cores=1,3,5,7
/proc/27256/task/27297/stat : 27297 (python) S 27254 27256 25829 0 -1 4202560 28 932 0 0 0 0 0 0 18 0 7 0 658224008 348954624 7268 33554432000 4194304 5683644 140736734091872 18446744073709551615 271562361265 0 0 16781312 2 18446604467769501760 0 0 -1 7 0 0 0
[pid=27256/tid=27301] ppid=27254 vsize=340776 CPUtime=0 cores=1,3,5,7
/proc/27256/task/27301/stat : 27301 (python) S 27254 27256 25829 0 -1 4202560 29 932 0 0 0 0 0 0 20 0 7 0 658224121 348954624 7268 33554432000 4194304 5683644 140736734091872 18446744073709551615 271562361265 0 0 16781312 2 18446604467769501760 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2831.96
Current children cumulated vsize (KiB) 4802432

[startup+1175.2 s]
/proc/loadavg: 12.31 12.28 11.78 13/389 27404
/proc/meminfo: memFree=19259288/32951124 swapFree=67056788/67111528
[pid=27256] ppid=27254 vsize=340776 CPUtime=0.59 cores=1,3,5,7
/proc/27256/stat : 27256 (python) S 27254 27256 25829 0 -1 4202496 14540 932 1 0 49 10 0 0 18 0 7 0 658204031 348954624 7268 33554432000 4194304 5683644 140736734091872 18446744073709551615 271562364363 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 54
/proc/27256/statm: 85194 7268 1878 364 0 21097 0
[pid=27262] ppid=27256 vsize=288924 CPUtime=0.53 cores=1,3,5,7
/proc/27262/stat : 27262 (python) S 27256 27256 25829 0 -1 4202560 1197 0 0 0 27 26 0 0 19 0 2 0 658204150 295858176 5655 33554432000 4194304 5683644 140736734091872 18446744073709551615 271562364363 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/27262/statm: 72231 5655 416 364 0 8149 0
[pid=27266] ppid=27262 vsize=1017940 CPUtime=99.19 cores=1,3,5,7
/proc/27266/stat : 27266 (gnovelty+2) T 27262 27266 27266 0 -1 4202496 454 0 0 0 9919 0 0 0 25 0 1 0 658204152 1042370560 190 33554432000 134512640 135663704 4292385280 18446744073709551615 134545572 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/27266/statm: 254485 190 113 282 0 254201 0
[pid=27262/tid=27295] ppid=27256 vsize=288924 CPUtime=0 cores=1,3,5,7
/proc/27262/task/27295/stat : 27295 (python) S 27256 27256 25829 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 658224007 295858176 5655 33554432000 4194304 5683644 140736734091872 18446744073709551615 271562361265 0 0 16781312 514 18446604467769500864 0 0 -1 7 0 0 0
[pid=27264] ppid=27256 vsize=289308 CPUtime=0.53 cores=1,3,5,7
/proc/27264/stat : 27264 (python) S 27256 27256 25829 0 -1 4202560 1114 0 0 0 27 26 0 0 19 0 2 0 658204151 296251392 5737 33554432000 4194304 5683644 140736734091872 18446744073709551615 271562364363 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/27264/statm: 72327 5737 400 364 0 8242 0
[pid=27269] ppid=27264 vsize=1017940 CPUtime=99.63 cores=1,3,5,7
/proc/27269/stat : 27269 (gnovelty+2) T 27264 27269 27269 0 -1 4202496 457 0 0 0 9963 0 0 0 25 0 1 0 658204153 1042370560 190 33554432000 134512640 135663704 4294631696 18446744073709551615 134544204 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/27269/statm: 254485 190 113 282 0 254201 0
[pid=27264/tid=27299] ppid=27256 vsize=289308 CPUtime=0 cores=1,3,5,7
/proc/27264/task/27299/stat : 27299 (python) S 27256 27256 25829 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 658224120 296251392 5737 33554432000 4194304 5683644 140736734091872 18446744073709551615 271562361265 0 0 16781312 514 18446604458981689152 0 0 -1 7 0 0 0
[pid=27267] ppid=27256 vsize=299056 CPUtime=3.16 cores=1,3,5,7
/proc/27267/stat : 27267 (python) S 27256 27256 25829 0 -1 4202560 996 0 0 0 159 157 0 0 15 0 1 0 658204153 306233344 5599 33554432000 4194304 5683644 140736734091872 18446744073709551615 271550557766 0 0 16781312 514 6752268031939805448 0 0 17 5 0 0 0
/proc/27267/statm: 74764 5599 371 364 0 10676 0
[pid=27272] ppid=27267 vsize=142604 CPUtime=621.62 cores=1,3,5,7
/proc/27272/stat : 27272 (march_hi) R 27267 27272 27272 0 -1 4202496 29948 0 0 0 62151 11 0 0 25 0 1 0 658204154 146026496 29679 33554432000 4194304 4955518 140737444788528 18446744073709551615 4208656 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/27272/statm: 35651 29679 106 186 0 35464 0
[pid=27270] ppid=27256 vsize=309920 CPUtime=3.23 cores=1,3,5,7
/proc/27270/stat : 27270 (python) S 27256 27256 25829 0 -1 4202560 1166 0 0 0 169 154 0 0 15 0 2 0 658204154 317358080 5753 33554432000 4194304 5683644 140736734091872 18446744073709551615 271550557766 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/27270/statm: 77480 5753 400 364 0 13389 0
[pid=27273] ppid=27270 vsize=208904 CPUtime=921.55 cores=1,3,5,7
/proc/27273/stat : 27273 (march_hi) R 27270 27273 27273 0 -1 4202496 43161 0 0 0 92143 12 0 0 25 0 1 0 658204154 213917696 42891 33554432000 4194304 4955518 140734574229104 18446744073709551615 4224648 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/27273/statm: 52226 42891 106 186 0 52039 0
[pid=27270/tid=27330] ppid=27256 vsize=309920 CPUtime=0 cores=1,3,5,7
/proc/27270/task/27330/stat : 27330 (python) S 27256 27256 25829 0 -1 4202560 46 0 0 0 0 0 0 0 17 0 2 0 658283999 317358080 5753 33554432000 4194304 5683644 140736734091872 18446744073709551615 271562361265 0 0 16781312 514 18446604466558479104 0 0 -1 7 0 0 0
[pid=27296] ppid=27256 vsize=320176 CPUtime=2.66 cores=1,3,5,7
/proc/27296/stat : 27296 (python) S 27256 27256 25829 0 -1 4202560 1148 0 0 0 138 128 0 0 15 0 2 0 658224008 327860224 5757 33554432000 4194304 5683644 140736734091872 18446744073709551615 271550557766 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/27296/statm: 80044 5757 400 364 0 15950 0
[pid=27298] ppid=27296 vsize=142604 CPUtime=591.51 cores=1,3,5,7
/proc/27298/stat : 27298 (march_hi) R 27296 27298 27298 0 -1 4202496 28472 0 0 0 59143 8 0 0 25 0 1 0 658224008 146026496 28202 33554432000 4194304 4955518 140734425302336 18446744073709551615 4208676 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/27298/statm: 35651 28202 106 186 0 35464 0
[pid=27296/tid=27389] ppid=27256 vsize=320176 CPUtime=0 cores=1,3,5,7
/proc/27296/task/27389/stat : 27389 (python) S 27256 27256 25829 0 -1 4202560 47 0 0 0 0 0 0 0 16 0 2 0 658310932 327860224 5757 33554432000 4194304 5683644 140736734091872 18446744073709551615 271562361265 0 0 16781312 514 18446604468941748032 0 0 -1 7 0 0 0
[pid=27300] ppid=27256 vsize=329908 CPUtime=2.66 cores=1,3,5,7
/proc/27300/stat : 27300 (python) S 27256 27256 25829 0 -1 4202560 994 0 0 0 138 128 0 0 15 0 1 0 658224121 337825792 5632 33554432000 4194304 5683644 140736734091872 18446744073709551615 271550557766 0 0 16781312 514 3510467952900014340 0 0 17 7 0 0 0
/proc/27300/statm: 82477 5632 371 364 0 18380 0
[pid=27302] ppid=27300 vsize=94372 CPUtime=487.09 cores=1,3,5,7
/proc/27302/stat : 27302 (march_hi) R 27300 27302 27302 0 -1 4202496 23533 0 0 0 48703 6 0 0 25 0 1 0 658224121 96636928 23266 33554432000 4194304 4955518 140737236980368 18446744073709551615 4282461 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/27302/statm: 23593 23266 106 186 0 23406 0
[pid=27256/tid=27263] ppid=27254 vsize=340776 CPUtime=0 cores=1,3,5,7
/proc/27256/task/27263/stat : 27263 (python) S 27254 27256 25829 0 -1 4202560 41 932 0 0 0 0 0 0 24 0 7 0 658204150 348954624 7268 33554432000 4194304 5683644 140736734091872 18446744073709551615 271562361265 0 0 16781312 2 18446604467769501760 0 0 -1 7 0 0 0
[pid=27256/tid=27265] ppid=27254 vsize=340776 CPUtime=0 cores=1,3,5,7
/proc/27256/task/27265/stat : 27265 (python) S 27254 27256 25829 0 -1 4202560 36 932 0 0 0 0 0 0 25 0 7 0 658204151 348954624 7268 33554432000 4194304 5683644 140736734091872 18446744073709551615 271562361265 0 0 16781312 2 18446604467769501760 0 0 -1 7 0 0 0
[pid=27256/tid=27268] ppid=27254 vsize=340776 CPUtime=0 cores=1,3,5,7
/proc/27256/task/27268/stat : 27268 (python) S 27254 27256 25829 0 -1 4202560 36 932 0 0 0 0 0 0 25 0 7 0 658204153 348954624 7268 33554432000 4194304 5683644 140736734091872 18446744073709551615 271562361265 0 0 16781312 2 18446604467769501760 0 0 -1 7 0 0 0
[pid=27256/tid=27271] ppid=27254 vsize=340776 CPUtime=0 cores=1,3,5,7
/proc/27256/task/27271/stat : 27271 (python) S 27254 27256 25829 0 -1 4202560 22 932 0 0 0 0 0 0 18 0 7 0 658204154 348954624 7268 33554432000 4194304 5683644 140736734091872 18446744073709551615 271562361265 0 0 16781312 2 18446604467769501760 0 0 -1 7 0 0 0
[pid=27256/tid=27297] ppid=27254 vsize=340776 CPUtime=0 cores=1,3,5,7
/proc/27256/task/27297/stat : 27297 (python) S 27254 27256 25829 0 -1 4202560 28 932 0 0 0 0 0 0 18 0 7 0 658224008 348954624 7268 33554432000 4194304 5683644 140736734091872 18446744073709551615 271562361265 0 0 16781312 2 18446604467769501760 0 0 -1 7 0 0 0
[pid=27256/tid=27301] ppid=27254 vsize=340776 CPUtime=0 cores=1,3,5,7
/proc/27256/task/27301/stat : 27301 (python) S 27254 27256 25829 0 -1 4202560 29 932 0 0 0 0 0 0 20 0 7 0 658224121 348954624 7268 33554432000 4194304 5683644 140736734091872 18446744073709551615 271562361265 0 0 16781312 2 18446604467769501760 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2833.95
Current children cumulated vsize (KiB) 4802432

[startup+1175.4 s]
/proc/loadavg: 12.31 12.28 11.78 13/389 27404
/proc/meminfo: memFree=19259288/32951124 swapFree=67056788/67111528
[pid=27256] ppid=27254 vsize=340776 CPUtime=200.51 cores=1,3,5,7
/proc/27256/stat : 27256 (python) S 27254 27256 25829 0 -1 4202496 14585 4201 1 0 49 10 19938 54 17 0 7 0 658204031 348954624 7291 33554432000 4194304 5683644 140736734091872 18446744073709551615 271562367807 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 54
/proc/27256/statm: 85194 7291 1878 364 0 21097 0
[pid=27267] ppid=27256 vsize=299056 CPUtime=3.16 cores=1,3,5,7
/proc/27267/stat : 27267 (python) S 27256 27256 25829 0 -1 4202560 996 0 0 0 159 157 0 0 15 0 1 0 658204153 306233344 5599 33554432000 4194304 5683644 140736734091872 18446744073709551615 271550557766 0 0 16781312 514 6752268031939805448 0 0 17 5 0 0 0
/proc/27267/statm: 74764 5599 371 364 0 10676 0
[pid=27272] ppid=27267 vsize=142604 CPUtime=621.72 cores=1,3,5,7
/proc/27272/stat : 27272 (march_hi) R 27267 27272 27272 0 -1 4202496 29952 0 0 0 62161 11 0 0 25 0 1 0 658204154 146026496 29683 33554432000 4194304 4955518 140737444788528 18446744073709551615 4208714 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/27272/statm: 35651 29683 106 186 0 35464 0
[pid=27270] ppid=27256 vsize=309920 CPUtime=3.25 cores=1,3,5,7
/proc/27270/stat : 27270 (python) S 27256 27256 25829 0 -1 4202560 1166 0 0 0 170 155 0 0 15 0 2 0 658204154 317358080 5753 33554432000 4194304 5683644 140736734091872 18446744073709551615 271550557766 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/27270/statm: 77480 5753 400 364 0 13389 0
[pid=27273] ppid=27270 vsize=208904 CPUtime=921.65 cores=1,3,5,7
/proc/27273/stat : 27273 (march_hi) R 27270 27273 27273 0 -1 4202496 43165 0 0 0 92153 12 0 0 25 0 1 0 658204154 213917696 42895 33554432000 4194304 4955518 140734574229104 18446744073709551615 4297468 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/27273/statm: 52226 42895 106 186 0 52039 0
[pid=27270/tid=27330] ppid=27256 vsize=309920 CPUtime=0 cores=1,3,5,7
/proc/27270/task/27330/stat : 27330 (python) S 27256 27256 25829 0 -1 4202560 46 0 0 0 0 0 0 0 17 0 2 0 658283999 317358080 5753 33554432000 4194304 5683644 140736734091872 18446744073709551615 271562361265 0 0 16781312 514 18446604466558479104 0 0 -1 7 0 0 0
[pid=27296] ppid=27256 vsize=320176 CPUtime=2.66 cores=1,3,5,7
/proc/27296/stat : 27296 (python) S 27256 27256 25829 0 -1 4202560 1148 0 0 0 138 128 0 0 15 0 2 0 658224008 327860224 5757 33554432000 4194304 5683644 140736734091872 18446744073709551615 271550557766 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/27296/statm: 80044 5757 400 364 0 15950 0
[pid=27298] ppid=27296 vsize=142604 CPUtime=591.67 cores=1,3,5,7
/proc/27298/stat : 27298 (march_hi) R 27296 27298 27298 0 -1 4202496 28480 0 0 0 59159 8 0 0 25 0 1 0 658224008 146026496 28210 33554432000 4194304 4955518 140734425302336 18446744073709551615 4297490 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/27298/statm: 35651 28210 106 186 0 35464 0
[pid=27296/tid=27389] ppid=27256 vsize=320176 CPUtime=0 cores=1,3,5,7
/proc/27296/task/27389/stat : 27389 (python) S 27256 27256 25829 0 -1 4202560 47 0 0 0 0 0 0 0 16 0 2 0 658310932 327860224 5757 33554432000 4194304 5683644 140736734091872 18446744073709551615 271562361265 0 0 16781312 514 18446604468941748032 0 0 -1 7 0 0 0
[pid=27300] ppid=27256 vsize=329908 CPUtime=2.68 cores=1,3,5,7
/proc/27300/stat : 27300 (python) S 27256 27256 25829 0 -1 4202560 1154 0 0 0 139 129 0 0 16 0 2 0 658224121 337825792 5662 33554432000 4194304 5683644 140736734091872 18446744073709551615 271562367807 0 0 16781824 2 18446744073709551615 0 0 17 7 0 0 0
/proc/27300/statm: 82477 5662 400 364 0 18380 0
[pid=27302] ppid=27300 vsize=94372 CPUtime=487.14 cores=1,3,5,7
/proc/27302/stat : 27302 (march_hi) R 27300 27302 27302 0 -1 4202496 23537 0 0 0 48708 6 0 0 25 0 1 0 658224121 96636928 23270 33554432000 4194304 4955518 140737236980368 18446744073709551615 4208667 256 0 16781312 0 0 0 0 17 1 0 0 0
/proc/27302/statm: 23593 23270 106 186 0 23406 0
[pid=27256/tid=27263] ppid=27254 vsize=340776 CPUtime=199.92 cores=1,3,5,7
/proc/27256/task/27263/stat : 27263 (python) S 27254 27256 25829 0 -1 4202560 41 4201 0 0 0 0 19938 54 24 0 7 0 658204150 348954624 7291 33554432000 4194304 5683644 140736734091872 18446744073709551615 271562361265 0 0 16781312 2 18446604467769501760 0 0 -1 7 0 0 0
[pid=27256/tid=27265] ppid=27254 vsize=340776 CPUtime=199.92 cores=1,3,5,7
/proc/27256/task/27265/stat : 27265 (python) S 27254 27256 25829 0 -1 4202560 36 4201 0 0 0 0 19938 54 25 0 7 0 658204151 348954624 7291 33554432000 4194304 5683644 140736734091872 18446744073709551615 271562361265 0 0 16781312 2 18446604467769501760 0 0 -1 7 0 0 0
[pid=27256/tid=27268] ppid=27254 vsize=340776 CPUtime=199.92 cores=1,3,5,7
/proc/27256/task/27268/stat : 27268 (python) S 27254 27256 25829 0 -1 4202560 36 4201 0 0 0 0 19938 54 25 0 7 0 658204153 348954624 7291 33554432000 4194304 5683644 140736734091872 18446744073709551615 271562361265 0 0 16781312 2 18446604467769501760 0 0 -1 7 0 0 0
[pid=27256/tid=27271] ppid=27254 vsize=340776 CPUtime=199.92 cores=1,3,5,7
/proc/27256/task/27271/stat : 27271 (python) S 27254 27256 25829 0 -1 4202560 22 4201 0 0 0 0 19938 54 18 0 7 0 658204154 348954624 7291 33554432000 4194304 5683644 140736734091872 18446744073709551615 271562361265 0 0 16781312 2 18446604467769501760 0 0 -1 7 0 0 0
[pid=27256/tid=27297] ppid=27254 vsize=340776 CPUtime=199.92 cores=1,3,5,7
/proc/27256/task/27297/stat : 27297 (python) S 27254 27256 25829 0 -1 4202560 28 4201 0 0 0 0 19938 54 18 0 7 0 658224008 348954624 7291 33554432000 4194304 5683644 140736734091872 18446744073709551615 271562361265 0 0 16781312 2 18446604467769501760 0 0 -1 7 0 0 0
[pid=27256/tid=27301] ppid=27254 vsize=340776 CPUtime=199.92 cores=1,3,5,7
/proc/27256/task/27301/stat : 27301 (python) S 27254 27256 25829 0 -1 4202560 29 4201 0 0 0 0 19938 54 20 0 7 0 658224121 348954624 7291 33554432000 4194304 5683644 140736734091872 18446744073709551615 271562361265 0 0 16781312 2 18446604467769501760 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2834.44
Current children cumulated vsize (KiB) 2188320

[startup+1175.5 s]
/proc/loadavg: 12.31 12.28 11.78 13/389 27404
/proc/meminfo: memFree=19259288/32951124 swapFree=67056788/67111528
[pid=27256] ppid=27254 vsize=340716 CPUtime=2834.72 cores=1,3,5,7
/proc/27256/stat : 27256 (python) R 27254 27256 25829 0 -1 4202496 18278 133935 1 0 51 10 282744 667 16 0 7 0 658204031 348893184 7284 33554432000 4194304 5683644 140736734091872 18446744073709551615 4509181 0 0 16781312 0 18446744073709551615 0 0 17 7 0 0 54
/proc/27256/statm: 85179 7284 1871 364 0 21097 0
[pid=27256/tid=27263] ppid=27254 vsize=340716 CPUtime=2834.11 cores=1,3,5,7
/proc/27256/task/27263/stat : 27263 (python) R 27254 27256 25829 0 -1 4202560 41 133935 0 0 0 0 282744 667 18 0 7 0 658204150 348893184 7284 33554432000 4194304 5683644 140736734091872 18446744073709551615 271562361265 0 0 16781312 0 0 0 0 -1 7 0 0 0
[pid=27256/tid=27265] ppid=27254 vsize=340716 CPUtime=2834.11 cores=1,3,5,7
/proc/27256/task/27265/stat : 27265 (python) R 27254 27256 25829 0 -1 4202560 36 133935 0 0 0 0 282744 667 18 0 7 0 658204151 348893184 7284 33554432000 4194304 5683644 140736734091872 18446744073709551615 271562361265 0 0 16781312 0 0 0 0 -1 7 0 0 0
[pid=27256/tid=27268] ppid=27254 vsize=340716 CPUtime=2834.11 cores=1,3,5,7
/proc/27256/task/27268/stat : 27268 (python) R 27254 27256 25829 0 -1 4202560 36 133935 0 0 0 0 282744 667 18 0 7 0 658204153 348893184 7284 33554432000 4194304 5683644 140736734091872 18446744073709551615 271562361265 0 0 16781312 0 0 0 0 -1 7 0 0 0
[pid=27256/tid=27271] ppid=27254 vsize=340716 CPUtime=2834.11 cores=1,3,5,7
/proc/27256/task/27271/stat : 27271 (python) R 27254 27256 25829 0 -1 4202560 22 133935 0 0 0 0 282744 667 18 0 7 0 658204154 348893184 7284 33554432000 4194304 5683644 140736734091872 18446744073709551615 271562361265 0 0 16781312 0 0 0 0 -1 7 0 0 0
[pid=27256/tid=27297] ppid=27254 vsize=340716 CPUtime=2834.11 cores=1,3,5,7
/proc/27256/task/27297/stat : 27297 (python) R 27254 27256 25829 0 -1 4202560 28 133935 0 0 0 0 282744 667 18 0 7 0 658224008 348893184 7284 33554432000 4194304 5683644 140736734091872 18446744073709551615 271562361265 0 0 16781312 0 0 0 0 -1 7 0 0 0
[pid=27256/tid=27301] ppid=27254 vsize=340716 CPUtime=2834.11 cores=1,3,5,7
/proc/27256/task/27301/stat : 27301 (python) R 27254 27256 25829 0 -1 4202560 29 133935 0 0 0 0 282744 667 18 0 7 0 658224121 348893184 7284 33554432000 4194304 5683644 140736734091872 18446744073709551615 271562361265 0 0 16781312 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2834.72
Current children cumulated vsize (KiB) 340716

Child status: 0
Real time (s): 1175.51
CPU time (s): 2834.74
CPU user time (s): 2827.96
CPU system time (s): 6.77797
CPU usage (%): 241.15
Max. virtual memory (cumulated for all children) (KiB): 4802432

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2827.96
system time used= 6.77797
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 152565
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= 7058
involuntary context switches= 41513

runsolver used 4.25835 second user time and 9.54055 second system time

The end

Launcher Data

Begin job on node133 at 2011-05-15 15:27:41
IDJOB=3378537
IDBENCH=82946
IDSOLVER=1859
FILE ID=node133/3378537-1305466061
RUNJOBID= node133-1305462765-25848
PBS_JOBID= 13324974
Free space on /tmp= 73588 MiB

SOLVER NAME= borg-sat 11.03.02-par-random (fixed)
BENCH NAME= SAT11/random/medium/unif-k5-r21.3-v150-c3195-S1847541883-049.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-3378537-1305466061/watcher-3378537-1305466061 -o /tmp/evaluation-result-3378537-1305466061/solver-3378537-1305466061 -C 4800 -W 1300 -M 15500  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3378537-1305466061.cnf -seed 112745816 -budget 4800 -cores 4

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

MD5SUM BENCH= 02e5b9be63a0b18588da13d9c988e25c
RANDOM SEED=112745816

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      19797168 kB
Buffers:        308268 kB
Cached:        4217456 kB
SwapCached:       8724 kB
Active:        9676084 kB
Inactive:      3167384 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      19797168 kB
SwapTotal:    67111528 kB
SwapFree:     67056788 kB
Dirty:           36584 kB
Writeback:           0 kB
AnonPages:     8314972 kB
Mapped:          35012 kB
Slab:           203176 kB
PageTables:      42056 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 71450184 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73556 MiB
End job on node133 at 2011-05-15 15:47:17