Trace number 3322246

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
borg-sat 11.03.02-randomUNSAT 390.391 49.7135

General information on the benchmark

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

Solver Data

0.36/0.68	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.36/0.68	c INFO: solving HOME/instance-3322246-1304377823.cnf
0.36/0.68	c INFO: computing task features
0.36/0.69	c INFO: computed variable-clause graph statistics
0.36/0.69	c INFO: computed clause balance statistics
0.43/0.72	c INFO: computed variable balance statistics
0.43/0.74	c INFO: computed small-clause counts
0.43/0.74	c INFO: computed Horn-clause counts
0.43/0.74	c INFO: computed variable graph statistics
0.43/0.74	c INFO: collected features for HOME/instance-3322246-1304377823.cnf in 0.06 s
0.43/0.78	c INFO: running gnovelty+2@0 for 97 with 39999 remaining (b = 0.56)
0.54/0.82	c INFO: running march_hi@0 for 194 with 39999 remaining (b = 0.25)
0.54/0.86	c INFO: running march_hi@0 for 194 with 39999 remaining (b = 0.18)
0.54/0.89	c INFO: running TNM@0 for 97 with 39999 remaining (b = 0.07)
0.63/0.93	c INFO: running march_hi@0 for 388 with 39999 remaining (b = 0.28)
0.63/0.97	c INFO: running march_hi@0 for 388 with 39999 remaining (b = 0.24)
1.46/1.01	c INFO: running march_hi@0 for 485 with 39999 remaining (b = 0.25)
1.46/1.06	c INFO: running march_hi@0 for 388 with 39999 remaining (b = 0.19)
389.53/49.68	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3322246-1304377823/watcher-3322246-1304377823 -o /tmp/evaluation-result-3322246-1304377823/solver-3322246-1304377823 -C 40000 -W 5100 -M 31000 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3322246-1304377823.cnf -seed 918930682 -budget 40000 -cores 8 

running on 8 cores: 0,2,4,6,1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 40000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 40030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 7.90 8.26 8.31 1/323 24901
/proc/meminfo: memFree=20154880/32951124 swapFree=67111524/67111528
[pid=24901] ppid=24899 vsize=15776 CPUtime=0 cores=0-7
/proc/24901/stat : 24901 (python) R 24899 24901 23451 0 -1 4202496 898 0 0 0 0 0 0 0 21 0 1 0 530198138 16154624 778 33554432000 4194304 5683644 140734849727056 18446744073709551615 233510340743 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/24901/statm: 3944 778 343 364 0 431 0

[startup+0.046877 s]
/proc/loadavg: 7.90 8.26 8.31 1/323 24901
/proc/meminfo: memFree=20154880/32951124 swapFree=67111524/67111528
[pid=24901] ppid=24899 vsize=18884 CPUtime=0.02 cores=0-7
/proc/24901/stat : 24901 (python) R 24899 24901 23451 0 -1 4202496 1287 0 0 0 2 0 0 0 21 0 1 0 530198138 19337216 1139 33554432000 4194304 5683644 140734849727056 18446744073709551615 4865528 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/24901/statm: 4721 1139 421 364 0 690 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 18884

[startup+0.100865 s]
/proc/loadavg: 7.90 8.26 8.31 1/323 24901
/proc/meminfo: memFree=20154880/32951124 swapFree=67111524/67111528
[pid=24901] ppid=24899 vsize=87708 CPUtime=0.06 cores=0-7
/proc/24901/stat : 24901 (python) S 24899 24901 23451 0 -1 4202496 2638 0 0 0 5 1 0 0 18 0 1 0 530198138 89812992 2354 33554432000 4194304 5683644 140734849727056 18446744073709551615 233510295552 0 2147483391 16781312 2 18446744071699207358 0 0 17 2 0 0 0
/proc/24901/statm: 21927 2354 717 364 0 1623 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 87708

[startup+0.300867 s]
/proc/loadavg: 7.90 8.26 8.31 1/323 24901
/proc/meminfo: memFree=20154880/32951124 swapFree=67111524/67111528
[pid=24901] ppid=24899 vsize=135752 CPUtime=0.19 cores=0-7
/proc/24901/stat : 24901 (python) R 24899 24901 23451 0 -1 4202496 5964 938 1 0 14 5 0 0 18 0 1 0 530198138 139010048 4151 33554432000 4194304 5683644 140734849727056 18446744073709551615 4620076 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/24901/statm: 33938 4151 1032 364 0 3124 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 135752

[startup+0.700739 s]
/proc/loadavg: 7.90 8.26 8.31 1/323 24901
/proc/meminfo: memFree=20154880/32951124 swapFree=67111524/67111528
[pid=24901] ppid=24899 vsize=278260 CPUtime=0.43 cores=0-7
/proc/24901/stat : 24901 (python) R 24899 24901 23451 0 -1 4202496 9299 938 1 0 32 11 0 0 17 0 1 0 530198138 284938240 6967 33554432000 4194304 5683644 140734849727056 18446744073709551615 5005731 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/24901/statm: 69565 6967 1826 364 0 5489 0
Current children cumulated CPU time (s) 0.43
Current children cumulated vsize (KiB) 278260

[startup+1.50153 s]
/proc/loadavg: 7.90 8.26 8.31 8/342 24924
/proc/meminfo: memFree=20106244/32951124 swapFree=67111524/67111528
[pid=24901] ppid=24899 vsize=360788 CPUtime=0.79 cores=0-7
/proc/24901/stat : 24901 (python) S 24899 24901 23451 0 -1 4202496 15947 938 1 0 66 13 0 0 23 0 9 0 530198138 369446912 7190 33554432000 4194304 5683644 140734849727056 18446744073709551615 233522124235 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/24901/statm: 90197 7190 1889 364 0 26094 0
[pid=24907] ppid=24901 vsize=278636 CPUtime=0 cores=0-7
/proc/24907/stat : 24907 (python) S 24901 24901 23451 0 -1 4202560 732 0 0 0 0 0 0 0 18 0 1 0 530198216 285323264 5576 33554432000 4194304 5683644 140734849727056 18446744073709551615 233510317583 0 0 16781312 514 4419671435216158719 0 0 17 7 0 0 0
/proc/24907/statm: 69659 5576 354 364 0 5577 0
[pid=24909] ppid=24907 vsize=1017800 CPUtime=0.7 cores=0-7
/proc/24909/stat : 24909 (gnovelty+2) R 24907 24909 24909 0 -1 4202496 431 0 0 0 70 0 0 0 21 0 1 0 530198217 1042227200 169 33554432000 134512640 135663704 4293304656 18446744073709551615 134545619 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/24909/statm: 254450 169 113 282 0 254166 0
[pid=24910] ppid=24901 vsize=289308 CPUtime=0 cores=0-7
/proc/24910/stat : 24910 (python) S 24901 24901 23451 0 -1 4202560 745 0 0 0 0 0 0 0 15 0 1 0 530198220 296251392 5684 33554432000 4194304 5683644 140734849727056 18446744073709551615 233510317638 0 0 16781312 514 8618258015826444547 0 0 17 0 0 0 0
/proc/24910/statm: 72327 5684 348 364 0 8242 0
[pid=24912] ppid=24910 vsize=1972 CPUtime=0.67 cores=0-7
/proc/24912/stat : 24912 (march_hi) R 24910 24912 24912 0 -1 4202496 572 0 0 0 67 0 0 0 22 0 1 0 530198221 2019328 312 33554432000 4194304 4955518 140736579576000 18446744073709551615 4224682 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/24912/statm: 493 312 104 186 0 306 0
[pid=24913] ppid=24901 vsize=299376 CPUtime=0 cores=0-7
/proc/24913/stat : 24913 (python) S 24901 24901 23451 0 -1 4202560 752 0 0 0 0 0 0 0 15 0 1 0 530198224 306561024 5626 33554432000 4194304 5683644 140734849727056 18446744073709551615 233510317638 0 0 16781312 514 9485675933118464258 0 0 17 4 0 0 0
/proc/24913/statm: 74844 5626 348 364 0 10756 0
[pid=24915] ppid=24913 vsize=1972 CPUtime=0.62 cores=0-7
/proc/24915/stat : 24915 (march_hi) R 24913 24915 24915 0 -1 4202496 572 0 0 0 62 0 0 0 25 0 1 0 530198224 2019328 309 33554432000 4194304 4955518 140735329158352 18446744073709551615 4413721 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/24915/statm: 493 309 104 186 0 306 0
[pid=24916] ppid=24901 vsize=309992 CPUtime=0 cores=0-7
/proc/24916/stat : 24916 (python) S 24901 24901 23451 0 -1 4202560 725 0 0 0 0 0 0 0 19 0 1 0 530198228 317431808 5714 33554432000 4194304 5683644 140734849727056 18446744073709551615 233510317638 0 0 16781312 514 13647794461814554623 0 0 17 2 0 0 0
/proc/24916/statm: 77498 5714 344 364 0 13407 0
[pid=24918] ppid=24916 vsize=454912 CPUtime=0.59 cores=0-7
/proc/24918/stat : 24918 (TNM) R 24916 24918 24918 0 -1 4202496 423 0 0 0 59 0 0 0 22 0 1 0 530198228 465829888 160 33554432000 134512640 135008748 4291587200 18446744073709551615 134529084 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/24918/statm: 113728 160 46 122 0 112628 0
[pid=24919] ppid=24901 vsize=320248 CPUtime=0 cores=0-7
/proc/24919/stat : 24919 (python) S 24901 24901 23451 0 -1 4202560 770 0 0 0 0 0 0 0 16 0 1 0 530198232 327933952 5722 33554432000 4194304 5683644 140734849727056 18446744073709551615 233510317638 0 0 16781312 514 5602260100002578690 0 0 17 6 0 0 0
/proc/24919/statm: 80062 5722 348 364 0 15968 0
[pid=24921] ppid=24919 vsize=1972 CPUtime=0.55 cores=0-7
/proc/24921/stat : 24921 (march_hi) R 24919 24921 24921 0 -1 4202496 577 0 0 0 55 0 0 0 25 0 1 0 530198232 2019328 309 33554432000 4194304 4955518 140735693205984 18446744073709551615 4286525 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/24921/statm: 493 309 104 186 0 306 0
[pid=24922] ppid=24901 vsize=330504 CPUtime=0 cores=0-7
/proc/24922/stat : 24922 (python) S 24901 24901 23451 0 -1 4202560 760 0 0 0 0 0 0 0 15 0 1 0 530198236 338436096 5726 33554432000 4194304 5683644 140734849727056 18446744073709551615 233510317638 0 0 16781312 514 5602260100002578691 0 0 17 3 0 0 0
/proc/24922/statm: 82626 5726 348 364 0 18529 0
[pid=24924] ppid=24922 vsize=1972 CPUtime=0.51 cores=0-7
/proc/24924/stat : 24924 (march_hi) R 24922 24924 24924 0 -1 4202496 573 0 0 0 51 0 0 0 22 0 1 0 530198236 2019328 308 33554432000 4194304 4955518 140734744753408 18446744073709551615 4209776 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/24924/statm: 493 308 104 186 0 306 0
[pid=24901/tid=24908] ppid=24899 vsize=360788 CPUtime=0 cores=0-7
/proc/24901/task/24908/stat : 24908 (python) S 24899 24901 23451 0 -1 4202560 26 938 0 0 0 0 0 0 18 0 9 0 530198217 369446912 7190 33554432000 4194304 5683644 140734849727056 18446744073709551615 233522121137 0 0 16781312 2 18446604451410436544 0 0 -1 0 0 0 0
[pid=24901/tid=24911] ppid=24899 vsize=360788 CPUtime=0 cores=0-7
/proc/24901/task/24911/stat : 24911 (python) S 24899 24901 23451 0 -1 4202560 22 938 0 0 0 0 0 0 20 0 9 0 530198220 369446912 7190 33554432000 4194304 5683644 140734849727056 18446744073709551615 233522121137 0 0 16781312 2 18446604451410436544 0 0 -1 0 0 0 0
[pid=24901/tid=24914] ppid=24899 vsize=360788 CPUtime=0 cores=0-7
/proc/24901/task/24914/stat : 24914 (python) S 24899 24901 23451 0 -1 4202560 24 938 0 0 0 0 0 0 22 0 9 0 530198224 369446912 7190 33554432000 4194304 5683644 140734849727056 18446744073709551615 233522121137 0 0 16781312 2 18446604451410436544 0 0 -1 4 0 0 0
[pid=24901/tid=24917] ppid=24899 vsize=360788 CPUtime=0 cores=0-7
/proc/24901/task/24917/stat : 24917 (python) S 24899 24901 23451 0 -1 4202560 26 938 0 0 0 0 0 0 20 0 9 0 530198228 369446912 7190 33554432000 4194304 5683644 140734849727056 18446744073709551615 233522121137 0 0 16781312 2 18446604451410436544 0 0 -1 0 0 0 0
[pid=24901/tid=24920] ppid=24899 vsize=360788 CPUtime=0 cores=0-7
/proc/24901/task/24920/stat : 24920 (python) S 24899 24901 23451 0 -1 4202560 28 938 0 0 0 0 0 0 22 0 9 0 530198232 369446912 7190 33554432000 4194304 5683644 140734849727056 18446744073709551615 233522121137 0 0 16781312 2 18446604451410436544 0 0 -1 0 0 0 0
[pid=24901/tid=24923] ppid=24899 vsize=360788 CPUtime=0 cores=0-7
/proc/24901/task/24923/stat : 24923 (python) S 24899 24901 23451 0 -1 4202560 26 938 0 0 0 0 0 0 20 0 9 0 530198236 369446912 7190 33554432000 4194304 5683644 140734849727056 18446744073709551615 233522121137 0 0 16781312 2 18446604451410436544 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4.43
Current children cumulated vsize (KiB) 3669452

[startup+3.10125 s]
/proc/loadavg: 7.90 8.26 8.31 9/348 24930
/proc/meminfo: memFree=20095284/32951124 swapFree=67111524/67111528
[pid=24901] ppid=24899 vsize=360788 CPUtime=0.79 cores=0-7
/proc/24901/stat : 24901 (python) S 24899 24901 23451 0 -1 4202496 15947 938 1 0 66 13 0 0 23 0 9 0 530198138 369446912 7190 33554432000 4194304 5683644 140734849727056 18446744073709551615 233522124235 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/24901/statm: 90197 7190 1889 364 0 26094 0
[pid=24907] ppid=24901 vsize=278636 CPUtime=0 cores=0-7
/proc/24907/stat : 24907 (python) S 24901 24901 23451 0 -1 4202560 732 0 0 0 0 0 0 0 18 0 1 0 530198216 285323264 5576 33554432000 4194304 5683644 140734849727056 18446744073709551615 233510317583 0 0 16781312 514 4419671435216126210 0 0 17 7 0 0 0
/proc/24907/statm: 69659 5576 354 364 0 5577 0
[pid=24909] ppid=24907 vsize=1017800 CPUtime=2.3 cores=0-7
/proc/24909/stat : 24909 (gnovelty+2) R 24907 24909 24909 0 -1 4202496 431 0 0 0 230 0 0 0 25 0 1 0 530198217 1042227200 169 33554432000 134512640 135663704 4293304656 18446744073709551615 134545631 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/24909/statm: 254450 169 113 282 0 254166 0
[pid=24910] ppid=24901 vsize=289308 CPUtime=0 cores=0-7
/proc/24910/stat : 24910 (python) S 24901 24901 23451 0 -1 4202560 748 0 0 0 0 0 0 0 15 0 1 0 530198220 296251392 5684 33554432000 4194304 5683644 140734849727056 18446744073709551615 233510317638 0 0 16781312 514 8618258015826444547 0 0 17 0 0 0 0
/proc/24910/statm: 72327 5684 348 364 0 8242 0
[pid=24912] ppid=24910 vsize=1972 CPUtime=2.27 cores=0-7
/proc/24912/stat : 24912 (march_hi) R 24910 24912 24912 0 -1 4202496 589 0 0 0 227 0 0 0 25 0 1 0 530198221 2019328 329 33554432000 4194304 4955518 140736579576000 18446744073709551615 4209701 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/24912/statm: 493 329 104 186 0 306 0
[pid=24913] ppid=24901 vsize=299376 CPUtime=0 cores=0-7
/proc/24913/stat : 24913 (python) S 24901 24901 23451 0 -1 4202560 754 0 0 0 0 0 0 0 15 0 1 0 530198224 306561024 5626 33554432000 4194304 5683644 140734849727056 18446744073709551615 233510317638 0 0 16781312 514 9485675933118464258 0 0 17 4 0 0 0
/proc/24913/statm: 74844 5626 348 364 0 10756 0
[pid=24915] ppid=24913 vsize=1972 CPUtime=2.21 cores=0-7
/proc/24915/stat : 24915 (march_hi) R 24913 24915 24915 0 -1 4202496 593 0 0 0 221 0 0 0 25 0 1 0 530198224 2019328 330 33554432000 4194304 4955518 140735329158352 18446744073709551615 4283059 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/24915/statm: 493 330 104 186 0 306 0
[pid=24916] ppid=24901 vsize=309992 CPUtime=0 cores=0-7
/proc/24916/stat : 24916 (python) S 24901 24901 23451 0 -1 4202560 744 0 0 0 0 0 0 0 18 0 1 0 530198228 317431808 5718 33554432000 4194304 5683644 140734849727056 18446744073709551615 233510317638 0 0 16781312 514 13647794461814522115 0 0 17 2 0 0 0
/proc/24916/statm: 77498 5718 348 364 0 13407 0
[pid=24918] ppid=24916 vsize=454912 CPUtime=2.19 cores=0-7
/proc/24918/stat : 24918 (TNM) R 24916 24918 24918 0 -1 4202496 423 0 0 0 219 0 0 0 25 0 1 0 530198228 465829888 160 33554432000 134512640 135008748 4291587200 18446744073709551615 134529367 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/24918/statm: 113728 160 46 122 0 112628 0
[pid=24919] ppid=24901 vsize=320248 CPUtime=0 cores=0-7
/proc/24919/stat : 24919 (python) S 24901 24901 23451 0 -1 4202560 774 0 0 0 0 0 0 0 15 0 1 0 530198232 327933952 5722 33554432000 4194304 5683644 140734849727056 18446744073709551615 233510317638 0 0 16781312 514 11115855852924272898 0 0 17 6 0 0 0
/proc/24919/statm: 80062 5722 348 364 0 15968 0
[pid=24921] ppid=24919 vsize=1972 CPUtime=2.15 cores=0-7
/proc/24921/stat : 24921 (march_hi) R 24919 24921 24921 0 -1 4202496 597 0 0 0 215 0 0 0 25 0 1 0 530198232 2019328 329 33554432000 4194304 4955518 140735693205984 18446744073709551615 4235344 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/24921/statm: 493 329 104 186 0 306 0
[pid=24922] ppid=24901 vsize=330504 CPUtime=0 cores=0-7
/proc/24922/stat : 24922 (python) S 24901 24901 23451 0 -1 4202560 762 0 0 0 0 0 0 0 15 0 1 0 530198236 338436096 5726 33554432000 4194304 5683644 140734849727056 18446744073709551615 233510317638 0 0 16781312 514 17626763490381234435 0 0 17 3 0 0 0
/proc/24922/statm: 82626 5726 348 364 0 18529 0
[pid=24924] ppid=24922 vsize=1972 CPUtime=2.11 cores=0-7
/proc/24924/stat : 24924 (march_hi) R 24922 24924 24924 0 -1 4202496 594 0 0 0 211 0 0 0 25 0 1 0 530198236 2019328 329 33554432000 4194304 4955518 140734744753408 18446744073709551615 4224541 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/24924/statm: 493 329 104 186 0 306 0
[pid=24925] ppid=24901 vsize=340760 CPUtime=0 cores=0-7
/proc/24925/stat : 24925 (python) S 24901 24901 23451 0 -1 4202560 785 0 0 0 0 0 0 0 15 0 1 0 530198240 348938240 5730 33554432000 4194304 5683644 140734849727056 18446744073709551615 233510317638 0 0 16781312 514 3341631345385242881 0 0 17 0 0 0 0
/proc/24925/statm: 85190 5730 348 364 0 21090 0
[pid=24927] ppid=24925 vsize=1972 CPUtime=2.07 cores=0-7
/proc/24927/stat : 24927 (march_hi) R 24925 24927 24927 0 -1 4202496 594 0 0 0 207 0 0 0 25 0 1 0 530198240 2019328 328 33554432000 4194304 4955518 140736066468688 18446744073709551615 4224615 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/24927/statm: 493 328 104 186 0 306 0
[pid=24928] ppid=24901 vsize=350544 CPUtime=0 cores=0-7
/proc/24928/stat : 24928 (python) S 24901 24901 23451 0 -1 4202560 824 0 0 0 0 0 0 0 15 0 1 0 530198244 358957056 5651 33554432000 4194304 5683644 140734849727056 18446744073709551615 233510317638 0 0 16781312 514 2023097001356263681 0 0 17 4 0 0 0
/proc/24928/statm: 87636 5651 354 364 0 23533 0
[pid=24930] ppid=24928 vsize=1972 CPUtime=2.01 cores=0-7
/proc/24930/stat : 24930 (march_hi) R 24928 24930 24930 0 -1 4202496 593 0 0 0 201 0 0 0 25 0 1 0 530198246 2019328 323 33554432000 4194304 4955518 140734335636144 18446744073709551615 4209688 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/24930/statm: 493 323 104 186 0 306 0
[pid=24901/tid=24908] ppid=24899 vsize=360788 CPUtime=0 cores=0-7
/proc/24901/task/24908/stat : 24908 (python) S 24899 24901 23451 0 -1 4202560 26 938 0 0 0 0 0 0 18 0 9 0 530198217 369446912 7190 33554432000 4194304 5683644 140734849727056 18446744073709551615 233522121137 0 0 16781312 2 18446604451410436544 0 0 -1 0 0 0 0
[pid=24901/tid=24911] ppid=24899 vsize=360788 CPUtime=0 cores=0-7
/proc/24901/task/24911/stat : 24911 (python) S 24899 24901 23451 0 -1 4202560 22 938 0 0 0 0 0 0 20 0 9 0 530198220 369446912 7190 33554432000 4194304 5683644 140734849727056 18446744073709551615 233522121137 0 0 16781312 2 18446604451410436544 0 0 -1 0 0 0 0
[pid=24901/tid=24914] ppid=24899 vsize=360788 CPUtime=0 cores=0-7
/proc/24901/task/24914/stat : 24914 (python) S 24899 24901 23451 0 -1 4202560 24 938 0 0 0 0 0 0 22 0 9 0 530198224 369446912 7190 33554432000 4194304 5683644 140734849727056 18446744073709551615 233522121137 0 0 16781312 2 18446604451410436544 0 0 -1 4 0 0 0
[pid=24901/tid=24917] ppid=24899 vsize=360788 CPUtime=0 cores=0-7
/proc/24901/task/24917/stat : 24917 (python) S 24899 24901 23451 0 -1 4202560 26 938 0 0 0 0 0 0 20 0 9 0 530198228 369446912 7190 33554432000 4194304 5683644 140734849727056 18446744073709551615 233522121137 0 0 16781312 2 18446604451410436544 0 0 -1 0 0 0 0
[pid=24901/tid=24920] ppid=24899 vsize=360788 CPUtime=0 cores=0-7
/proc/24901/task/24920/stat : 24920 (python) S 24899 24901 23451 0 -1 4202560 28 938 0 0 0 0 0 0 22 0 9 0 530198232 369446912 7190 33554432000 4194304 5683644 140734849727056 18446744073709551615 233522121137 0 0 16781312 2 18446604451410436544 0 0 -1 0 0 0 0
[pid=24901/tid=24923] ppid=24899 vsize=360788 CPUtime=0 cores=0-7
/proc/24901/task/24923/stat : 24923 (python) S 24899 24901 23451 0 -1 4202560 26 938 0 0 0 0 0 0 20 0 9 0 530198236 369446912 7190 33554432000 4194304 5683644 140734849727056 18446744073709551615 233522121137 0 0 16781312 2 18446604451410436544 0 0 -1 4 0 0 0
[pid=24901/tid=24926] ppid=24899 vsize=360788 CPUtime=0 cores=0-7
/proc/24901/task/24926/stat : 24926 (python) S 24899 24901 23451 0 -1 4202560 34 938 0 0 0 0 0 0 22 0 9 0 530198240 369446912 7190 33554432000 4194304 5683644 140734849727056 18446744073709551615 233522121137 0 0 16781312 2 18446604451410436544 0 0 -1 4 0 0 0
[pid=24901/tid=24929] ppid=24899 vsize=360788 CPUtime=0 cores=0-7
/proc/24901/task/24929/stat : 24929 (python) S 24899 24901 23451 0 -1 4202560 68 938 0 0 0 0 0 0 23 0 9 0 530198244 369446912 7190 33554432000 4194304 5683644 140734849727056 18446744073709551615 233522121137 0 0 16781312 2 18446604451410436544 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 18.1
Current children cumulated vsize (KiB) 4364700

[startup+6.30167 s]
/proc/loadavg: 7.98 8.27 8.31 9/348 24930
/proc/meminfo: memFree=20093548/32951124 swapFree=67111524/67111528
[pid=24901] ppid=24899 vsize=360788 CPUtime=0.79 cores=0-7
/proc/24901/stat : 24901 (python) S 24899 24901 23451 0 -1 4202496 15947 938 1 0 66 13 0 0 23 0 9 0 530198138 369446912 7190 33554432000 4194304 5683644 140734849727056 18446744073709551615 233522124235 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/24901/statm: 90197 7190 1889 364 0 26094 0

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

/proc/24901/task/24911/stat : 24911 (python) S 24899 24901 23451 0 -1 4202560 22 938 0 0 0 0 0 0 20 0 9 0 530198220 369446912 7190 33554432000 4194304 5683644 140734849727056 18446744073709551615 233522121137 0 0 16781312 2 18446604451410436544 0 0 -1 0 0 0 0
[pid=24901/tid=24914] ppid=24899 vsize=360788 CPUtime=0 cores=0-7
/proc/24901/task/24914/stat : 24914 (python) S 24899 24901 23451 0 -1 4202560 24 938 0 0 0 0 0 0 22 0 9 0 530198224 369446912 7190 33554432000 4194304 5683644 140734849727056 18446744073709551615 233522121137 0 0 16781312 2 18446604451410436544 0 0 -1 4 0 0 0
[pid=24901/tid=24917] ppid=24899 vsize=360788 CPUtime=0 cores=0-7
/proc/24901/task/24917/stat : 24917 (python) S 24899 24901 23451 0 -1 4202560 26 938 0 0 0 0 0 0 20 0 9 0 530198228 369446912 7190 33554432000 4194304 5683644 140734849727056 18446744073709551615 233522121137 0 0 16781312 2 18446604451410436544 0 0 -1 0 0 0 0
[pid=24901/tid=24920] ppid=24899 vsize=360788 CPUtime=0 cores=0-7
/proc/24901/task/24920/stat : 24920 (python) S 24899 24901 23451 0 -1 4202560 28 938 0 0 0 0 0 0 22 0 9 0 530198232 369446912 7190 33554432000 4194304 5683644 140734849727056 18446744073709551615 233522121137 0 0 16781312 2 18446604451410436544 0 0 -1 0 0 0 0
[pid=24901/tid=24923] ppid=24899 vsize=360788 CPUtime=0 cores=0-7
/proc/24901/task/24923/stat : 24923 (python) S 24899 24901 23451 0 -1 4202560 26 938 0 0 0 0 0 0 20 0 9 0 530198236 369446912 7190 33554432000 4194304 5683644 140734849727056 18446744073709551615 233522121137 0 0 16781312 2 18446604451410436544 0 0 -1 4 0 0 0
[pid=24901/tid=24926] ppid=24899 vsize=360788 CPUtime=0 cores=0-7
/proc/24901/task/24926/stat : 24926 (python) S 24899 24901 23451 0 -1 4202560 34 938 0 0 0 0 0 0 22 0 9 0 530198240 369446912 7190 33554432000 4194304 5683644 140734849727056 18446744073709551615 233522121137 0 0 16781312 2 18446604451410436544 0 0 -1 4 0 0 0
[pid=24901/tid=24929] ppid=24899 vsize=360788 CPUtime=0 cores=0-7
/proc/24901/task/24929/stat : 24929 (python) S 24899 24901 23451 0 -1 4202560 68 938 0 0 0 0 0 0 23 0 9 0 530198244 369446912 7190 33554432000 4194304 5683644 140734849727056 18446744073709551615 233522121137 0 0 16781312 2 18446604451410436544 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 375.95
Current children cumulated vsize (KiB) 4366052

[startup+48.7011 s]
/proc/loadavg: 7.99 8.23 8.29 14/348 24931
/proc/meminfo: memFree=20098040/32951124 swapFree=67111524/67111528
[pid=24901] ppid=24899 vsize=360788 CPUtime=0.79 cores=0-7
/proc/24901/stat : 24901 (python) S 24899 24901 23451 0 -1 4202496 15947 938 1 0 66 13 0 0 23 0 9 0 530198138 369446912 7190 33554432000 4194304 5683644 140734849727056 18446744073709551615 233522124235 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/24901/statm: 90197 7190 1889 364 0 26094 0
[pid=24907] ppid=24901 vsize=278636 CPUtime=0.1 cores=0-7
/proc/24907/stat : 24907 (python) S 24901 24901 23451 0 -1 4202560 904 0 0 0 5 5 0 0 18 0 1 0 530198216 285323264 5599 33554432000 4194304 5683644 140734849727056 18446744073709551615 233510317583 0 0 16781312 514 10021124897410875650 0 0 17 7 0 0 0
/proc/24907/statm: 69659 5599 377 364 0 5577 0
[pid=24909] ppid=24907 vsize=1017800 CPUtime=47.77 cores=0-7
/proc/24909/stat : 24909 (gnovelty+2) R 24907 24909 24909 0 -1 4202496 431 0 0 0 4777 0 0 0 25 0 1 0 530198217 1042227200 169 33554432000 134512640 135663704 4293304656 18446744073709551615 134525253 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/24909/statm: 254450 169 113 282 0 254166 0
[pid=24910] ppid=24901 vsize=289308 CPUtime=1.33 cores=0-7
/proc/24910/stat : 24910 (python) R 24901 24901 23451 0 -1 4202560 946 0 0 0 110 23 0 0 17 0 1 0 530198220 296251392 5707 33554432000 4194304 5683644 140734849727056 18446744073709551615 233522127679 0 0 16781312 514 0 0 0 17 5 0 0 0
/proc/24910/statm: 72327 5707 371 364 0 8242 0
[pid=24912] ppid=24910 vsize=0 CPUtime=46.65 cores=0-7
/proc/24912/stat : 24912 (march_hi) R 24910 24912 24912 0 -1 4202500 866 0 0 0 4665 0 0 0 25 0 1 0 530198221 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 5 0 0 0
/proc/24912/statm: 0 0 0 0 0 0 0
[pid=24913] ppid=24901 vsize=299376 CPUtime=0.13 cores=0-7
/proc/24913/stat : 24913 (python) S 24901 24901 23451 0 -1 4202560 928 0 0 0 7 6 0 0 15 0 1 0 530198224 306561024 5650 33554432000 4194304 5683644 140734849727056 18446744073709551615 233510317638 0 0 16781312 514 5602260306161008898 0 0 17 7 0 0 0
/proc/24913/statm: 74844 5650 372 364 0 10756 0
[pid=24915] ppid=24913 vsize=3296 CPUtime=47.17 cores=0-7
/proc/24915/stat : 24915 (march_hi) R 24913 24915 24915 0 -1 4202496 868 0 0 0 4717 0 0 0 25 0 1 0 530198224 3375104 605 33554432000 4194304 4955518 140735329158352 18446744073709551615 4290065 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/24915/statm: 824 605 104 186 0 637 0
[pid=24916] ppid=24901 vsize=309992 CPUtime=0.11 cores=0-7
/proc/24916/stat : 24916 (python) S 24901 24901 23451 0 -1 4202560 948 0 0 0 5 6 0 0 18 0 1 0 530198228 317431808 5741 33554432000 4194304 5683644 140734849727056 18446744073709551615 233510317638 0 0 16781312 514 10021124897410875651 0 0 17 2 0 0 0
/proc/24916/statm: 77498 5741 371 364 0 13407 0
[pid=24918] ppid=24916 vsize=454912 CPUtime=47.79 cores=0-7
/proc/24918/stat : 24918 (TNM) R 24916 24918 24918 0 -1 4202496 423 0 0 0 4779 0 0 0 25 0 1 0 530198228 465829888 160 33554432000 134512640 135008748 4291587200 18446744073709551615 134529305 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/24918/statm: 113728 160 46 122 0 112628 0
[pid=24919] ppid=24901 vsize=320248 CPUtime=1.03 cores=0-7
/proc/24919/stat : 24919 (python) R 24901 24901 23451 0 -1 4202560 966 0 0 0 85 18 0 0 16 0 1 0 530198232 327933952 5745 33554432000 4194304 5683644 140734849727056 18446744073709551615 233522127679 0 0 16781312 514 0 0 0 17 6 0 0 0
/proc/24919/statm: 80062 5745 371 364 0 15968 0
[pid=24921] ppid=24919 vsize=0 CPUtime=46.71 cores=0-7
/proc/24921/stat : 24921 (march_hi) R 24919 24921 24921 0 -1 4202500 875 0 0 0 4671 0 0 0 25 0 1 0 530198232 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 6 0 0 0
/proc/24921/statm: 0 0 0 0 0 0 0
[pid=24922] ppid=24901 vsize=330504 CPUtime=0.93 cores=0-7
/proc/24922/stat : 24922 (python) R 24901 24901 23451 0 -1 4202560 977 0 0 0 78 15 0 0 16 0 1 0 530198236 338436096 5749 33554432000 4194304 5683644 140734849727056 18446744073709551615 233510317638 0 0 16781312 514 0 0 0 17 3 0 0 0
/proc/24922/statm: 82626 5749 371 364 0 18529 0
[pid=24924] ppid=24922 vsize=0 CPUtime=46.78 cores=0-7
/proc/24924/stat : 24924 (march_hi) R 24922 24924 24924 0 -1 4202500 872 0 0 0 4678 0 0 0 25 0 1 0 530198236 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 3 0 0 0
/proc/24924/statm: 0 0 0 0 0 0 0
[pid=24925] ppid=24901 vsize=340760 CPUtime=0.59 cores=0-7
/proc/24925/stat : 24925 (python) R 24901 24901 23451 0 -1 4202560 989 0 0 0 49 10 0 0 16 0 1 0 530198240 348938240 5753 33554432000 4194304 5683644 140734849727056 18446744073709551615 233522127679 0 0 16781312 514 0 0 0 17 0 0 0 0
/proc/24925/statm: 85190 5753 371 364 0 21090 0
[pid=24927] ppid=24925 vsize=0 CPUtime=46.95 cores=0-7
/proc/24927/stat : 24927 (march_hi) R 24925 24927 24927 0 -1 4202500 872 0 0 0 4694 1 0 0 25 0 1 0 530198240 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 0 0 0 0
/proc/24927/statm: 0 0 0 0 0 0 0
[pid=24928] ppid=24901 vsize=350544 CPUtime=0.73 cores=0-7
/proc/24928/stat : 24928 (python) R 24901 24901 23451 0 -1 4202560 1017 0 0 0 60 13 0 0 16 0 1 0 530198244 358957056 5675 33554432000 4194304 5683644 140734849727056 18446744073709551615 233510317638 0 0 16781312 514 0 0 0 17 4 0 0 0
/proc/24928/statm: 87636 5675 378 364 0 23533 0
[pid=24930] ppid=24928 vsize=0 CPUtime=46.78 cores=0-7
/proc/24930/stat : 24930 (march_hi) R 24928 24930 24930 0 -1 4202500 877 0 0 0 4678 0 0 0 25 0 1 0 530198246 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 4 0 0 0
/proc/24930/statm: 0 0 0 0 0 0 0
[pid=24901/tid=24908] ppid=24899 vsize=360788 CPUtime=0 cores=0-7
/proc/24901/task/24908/stat : 24908 (python) S 24899 24901 23451 0 -1 4202560 26 938 0 0 0 0 0 0 18 0 9 0 530198217 369446912 7190 33554432000 4194304 5683644 140734849727056 18446744073709551615 233522121137 0 0 16781312 2 18446604451410436544 0 0 -1 0 0 0 0
[pid=24901/tid=24911] ppid=24899 vsize=360788 CPUtime=0 cores=0-7
/proc/24901/task/24911/stat : 24911 (python) S 24899 24901 23451 0 -1 4202560 22 938 0 0 0 0 0 0 20 0 9 0 530198220 369446912 7190 33554432000 4194304 5683644 140734849727056 18446744073709551615 233522121137 0 0 16781312 2 18446604451410436544 0 0 -1 0 0 0 0
[pid=24901/tid=24914] ppid=24899 vsize=360788 CPUtime=0 cores=0-7
/proc/24901/task/24914/stat : 24914 (python) S 24899 24901 23451 0 -1 4202560 24 938 0 0 0 0 0 0 22 0 9 0 530198224 369446912 7190 33554432000 4194304 5683644 140734849727056 18446744073709551615 233522121137 0 0 16781312 2 18446604451410436544 0 0 -1 4 0 0 0
[pid=24901/tid=24917] ppid=24899 vsize=360788 CPUtime=0 cores=0-7
/proc/24901/task/24917/stat : 24917 (python) S 24899 24901 23451 0 -1 4202560 26 938 0 0 0 0 0 0 20 0 9 0 530198228 369446912 7190 33554432000 4194304 5683644 140734849727056 18446744073709551615 233522121137 0 0 16781312 2 18446604451410436544 0 0 -1 0 0 0 0
[pid=24901/tid=24920] ppid=24899 vsize=360788 CPUtime=0 cores=0-7
/proc/24901/task/24920/stat : 24920 (python) S 24899 24901 23451 0 -1 4202560 28 938 0 0 0 0 0 0 22 0 9 0 530198232 369446912 7190 33554432000 4194304 5683644 140734849727056 18446744073709551615 233522121137 0 0 16781312 2 18446604451410436544 0 0 -1 0 0 0 0
[pid=24901/tid=24923] ppid=24899 vsize=360788 CPUtime=0 cores=0-7
/proc/24901/task/24923/stat : 24923 (python) S 24899 24901 23451 0 -1 4202560 26 938 0 0 0 0 0 0 20 0 9 0 530198236 369446912 7190 33554432000 4194304 5683644 140734849727056 18446744073709551615 233522121137 0 0 16781312 2 18446604451410436544 0 0 -1 4 0 0 0
[pid=24901/tid=24926] ppid=24899 vsize=360788 CPUtime=0 cores=0-7
/proc/24901/task/24926/stat : 24926 (python) S 24899 24901 23451 0 -1 4202560 34 938 0 0 0 0 0 0 22 0 9 0 530198240 369446912 7190 33554432000 4194304 5683644 140734849727056 18446744073709551615 233522121137 0 0 16781312 2 18446604451410436544 0 0 -1 4 0 0 0
[pid=24901/tid=24929] ppid=24899 vsize=360788 CPUtime=0 cores=0-7
/proc/24901/task/24929/stat : 24929 (python) S 24899 24901 23451 0 -1 4202560 68 938 0 0 0 0 0 0 23 0 9 0 530198244 369446912 7190 33554432000 4194304 5683644 140734849727056 18446744073709551615 233522121137 0 0 16781312 2 18446604451410436544 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 382.34
Current children cumulated vsize (KiB) 4356164

[startup+49.5119 s]
/proc/loadavg: 7.99 8.23 8.29 15/348 24931
/proc/meminfo: memFree=20100024/32951124 swapFree=67111524/67111528
[pid=24901] ppid=24899 vsize=360788 CPUtime=0.79 cores=0-7
/proc/24901/stat : 24901 (python) S 24899 24901 23451 0 -1 4202496 15947 938 1 0 66 13 0 0 23 0 9 0 530198138 369446912 7190 33554432000 4194304 5683644 140734849727056 18446744073709551615 233522124235 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/24901/statm: 90197 7190 1889 364 0 26094 0
[pid=24907] ppid=24901 vsize=278636 CPUtime=0.1 cores=0-7
/proc/24907/stat : 24907 (python) S 24901 24901 23451 0 -1 4202560 904 0 0 0 5 5 0 0 18 0 1 0 530198216 285323264 5599 33554432000 4194304 5683644 140734849727056 18446744073709551615 233510317583 0 0 16781312 514 10021124897410875650 0 0 17 1 0 0 0
/proc/24907/statm: 69659 5599 377 364 0 5577 0
[pid=24909] ppid=24907 vsize=1017800 CPUtime=48.59 cores=0-7
/proc/24909/stat : 24909 (gnovelty+2) R 24907 24909 24909 0 -1 4202496 431 0 0 0 4859 0 0 0 25 0 1 0 530198217 1042227200 169 33554432000 134512640 135663704 4293304656 18446744073709551615 134544186 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/24909/statm: 254450 169 113 282 0 254166 0
[pid=24910] ppid=24901 vsize=289308 CPUtime=2.14 cores=0-7
/proc/24910/stat : 24910 (python) R 24901 24901 23451 0 -1 4202560 946 0 0 0 182 32 0 0 18 0 1 0 530198220 296251392 5707 33554432000 4194304 5683644 140734849727056 18446744073709551615 233510317638 0 0 16781312 514 0 0 0 17 5 0 0 0
/proc/24910/statm: 72327 5707 371 364 0 8242 0
[pid=24912] ppid=24910 vsize=0 CPUtime=46.65 cores=0-7
/proc/24912/stat : 24912 (march_hi) R 24910 24912 24912 0 -1 4202500 866 0 0 0 4665 0 0 0 25 0 1 0 530198221 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 5 0 0 0
/proc/24912/statm: 0 0 0 0 0 0 0
[pid=24913] ppid=24901 vsize=299376 CPUtime=0.88 cores=0-7
/proc/24913/stat : 24913 (python) R 24901 24901 23451 0 -1 4202560 928 0 0 0 71 17 0 0 16 0 1 0 530198224 306561024 5650 33554432000 4194304 5683644 140734849727056 18446744073709551615 4886868 0 0 16781312 514 0 0 0 17 7 0 0 0
/proc/24913/statm: 74844 5650 372 364 0 10756 0
[pid=24915] ppid=24913 vsize=0 CPUtime=47.23 cores=0-7
/proc/24915/stat : 24915 (march_hi) R 24913 24915 24915 0 -1 4202500 870 0 0 0 4723 0 0 0 25 0 1 0 530198224 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 7 0 0 0
/proc/24915/statm: 0 0 0 0 0 0 0
[pid=24916] ppid=24901 vsize=309992 CPUtime=0.11 cores=0-7
/proc/24916/stat : 24916 (python) S 24901 24901 23451 0 -1 4202560 948 0 0 0 5 6 0 0 18 0 1 0 530198228 317431808 5741 33554432000 4194304 5683644 140734849727056 18446744073709551615 233510317638 0 0 16781312 514 10021124897410875651 0 0 17 2 0 0 0
/proc/24916/statm: 77498 5741 371 364 0 13407 0
[pid=24918] ppid=24916 vsize=454912 CPUtime=48.6 cores=0-7
/proc/24918/stat : 24918 (TNM) R 24916 24918 24918 0 -1 4202496 423 0 0 0 4860 0 0 0 25 0 1 0 530198228 465829888 160 33554432000 134512640 135008748 4291587200 18446744073709551615 134527804 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/24918/statm: 113728 160 46 122 0 112628 0
[pid=24919] ppid=24901 vsize=320248 CPUtime=1.84 cores=0-7
/proc/24919/stat : 24919 (python) R 24901 24901 23451 0 -1 4202560 966 0 0 0 155 29 0 0 17 0 1 0 530198232 327933952 5745 33554432000 4194304 5683644 140734849727056 18446744073709551615 233522127679 0 0 16781312 514 0 0 0 17 6 0 0 0
/proc/24919/statm: 80062 5745 371 364 0 15968 0
[pid=24921] ppid=24919 vsize=0 CPUtime=46.71 cores=0-7
/proc/24921/stat : 24921 (march_hi) R 24919 24921 24921 0 -1 4202500 875 0 0 0 4671 0 0 0 25 0 1 0 530198232 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 6 0 0 0
/proc/24921/statm: 0 0 0 0 0 0 0
[pid=24922] ppid=24901 vsize=330504 CPUtime=1.74 cores=0-7
/proc/24922/stat : 24922 (python) R 24901 24901 23451 0 -1 4202560 977 0 0 0 147 27 0 0 17 0 1 0 530198236 338436096 5749 33554432000 4194304 5683644 140734849727056 18446744073709551615 233522127679 0 0 16781312 514 0 0 0 17 3 0 0 0
/proc/24922/statm: 82626 5749 371 364 0 18529 0
[pid=24924] ppid=24922 vsize=0 CPUtime=46.78 cores=0-7
/proc/24924/stat : 24924 (march_hi) R 24922 24924 24924 0 -1 4202500 872 0 0 0 4678 0 0 0 25 0 1 0 530198236 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 3 0 0 0
/proc/24924/statm: 0 0 0 0 0 0 0
[pid=24925] ppid=24901 vsize=340760 CPUtime=1.4 cores=0-7
/proc/24925/stat : 24925 (python) R 24901 24901 23451 0 -1 4202560 989 0 0 0 120 20 0 0 17 0 1 0 530198240 348938240 5753 33554432000 4194304 5683644 140734849727056 18446744073709551615 233522127679 0 0 16781312 514 0 0 0 17 0 0 0 0
/proc/24925/statm: 85190 5753 371 364 0 21090 0
[pid=24927] ppid=24925 vsize=0 CPUtime=46.95 cores=0-7
/proc/24927/stat : 24927 (march_hi) R 24925 24927 24927 0 -1 4202500 872 0 0 0 4694 1 0 0 25 0 1 0 530198240 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 0 0 0 0
/proc/24927/statm: 0 0 0 0 0 0 0
[pid=24928] ppid=24901 vsize=350544 CPUtime=1.54 cores=0-7
/proc/24928/stat : 24928 (python) R 24901 24901 23451 0 -1 4202560 1017 0 0 0 129 25 0 0 17 0 1 0 530198244 358957056 5675 33554432000 4194304 5683644 140734849727056 18446744073709551615 233510317638 0 0 16781312 514 0 0 0 17 4 0 0 0
/proc/24928/statm: 87636 5675 378 364 0 23533 0
[pid=24930] ppid=24928 vsize=0 CPUtime=46.78 cores=0-7
/proc/24930/stat : 24930 (march_hi) R 24928 24930 24930 0 -1 4202500 877 0 0 0 4678 0 0 0 25 0 1 0 530198246 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 4 0 0 0
/proc/24930/statm: 0 0 0 0 0 0 0
[pid=24901/tid=24908] ppid=24899 vsize=360788 CPUtime=0 cores=0-7
/proc/24901/task/24908/stat : 24908 (python) S 24899 24901 23451 0 -1 4202560 26 938 0 0 0 0 0 0 18 0 9 0 530198217 369446912 7190 33554432000 4194304 5683644 140734849727056 18446744073709551615 233522121137 0 0 16781312 2 18446604451410436544 0 0 -1 0 0 0 0
[pid=24901/tid=24911] ppid=24899 vsize=360788 CPUtime=0 cores=0-7
/proc/24901/task/24911/stat : 24911 (python) S 24899 24901 23451 0 -1 4202560 22 938 0 0 0 0 0 0 20 0 9 0 530198220 369446912 7190 33554432000 4194304 5683644 140734849727056 18446744073709551615 233522121137 0 0 16781312 2 18446604451410436544 0 0 -1 0 0 0 0
[pid=24901/tid=24914] ppid=24899 vsize=360788 CPUtime=0 cores=0-7
/proc/24901/task/24914/stat : 24914 (python) S 24899 24901 23451 0 -1 4202560 24 938 0 0 0 0 0 0 22 0 9 0 530198224 369446912 7190 33554432000 4194304 5683644 140734849727056 18446744073709551615 233522121137 0 0 16781312 2 18446604451410436544 0 0 -1 4 0 0 0
[pid=24901/tid=24917] ppid=24899 vsize=360788 CPUtime=0 cores=0-7
/proc/24901/task/24917/stat : 24917 (python) S 24899 24901 23451 0 -1 4202560 26 938 0 0 0 0 0 0 20 0 9 0 530198228 369446912 7190 33554432000 4194304 5683644 140734849727056 18446744073709551615 233522121137 0 0 16781312 2 18446604451410436544 0 0 -1 0 0 0 0
[pid=24901/tid=24920] ppid=24899 vsize=360788 CPUtime=0 cores=0-7
/proc/24901/task/24920/stat : 24920 (python) S 24899 24901 23451 0 -1 4202560 28 938 0 0 0 0 0 0 22 0 9 0 530198232 369446912 7190 33554432000 4194304 5683644 140734849727056 18446744073709551615 233522121137 0 0 16781312 2 18446604451410436544 0 0 -1 0 0 0 0
[pid=24901/tid=24923] ppid=24899 vsize=360788 CPUtime=0 cores=0-7
/proc/24901/task/24923/stat : 24923 (python) S 24899 24901 23451 0 -1 4202560 26 938 0 0 0 0 0 0 20 0 9 0 530198236 369446912 7190 33554432000 4194304 5683644 140734849727056 18446744073709551615 233522121137 0 0 16781312 2 18446604451410436544 0 0 -1 4 0 0 0
[pid=24901/tid=24926] ppid=24899 vsize=360788 CPUtime=0 cores=0-7
/proc/24901/task/24926/stat : 24926 (python) S 24899 24901 23451 0 -1 4202560 34 938 0 0 0 0 0 0 22 0 9 0 530198240 369446912 7190 33554432000 4194304 5683644 140734849727056 18446744073709551615 233522121137 0 0 16781312 2 18446604451410436544 0 0 -1 4 0 0 0
[pid=24901/tid=24929] ppid=24899 vsize=360788 CPUtime=0 cores=0-7
/proc/24901/task/24929/stat : 24929 (python) S 24899 24901 23451 0 -1 4202560 68 938 0 0 0 0 0 0 23 0 9 0 530198244 369446912 7190 33554432000 4194304 5683644 140734849727056 18446744073709551615 233522121137 0 0 16781312 2 18446604451410436544 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 388.83
Current children cumulated vsize (KiB) 4352868

[startup+49.701 s]
/proc/loadavg: 7.99 8.23 8.29 15/348 24931
/proc/meminfo: memFree=20100024/32951124 swapFree=67111524/67111528
[pid=24901] ppid=24899 vsize=309460 CPUtime=390.37 cores=0-7
/proc/24901/stat : 24901 (python) R 24899 24901 23451 0 -1 4202496 19057 15990 1 0 67 14 38772 184 17 0 1 0 530198138 316887040 7155 33554432000 4194304 5683644 140734849727056 18446744073709551615 5296949 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/24901/statm: 77365 7155 1874 364 0 13289 0
Current children cumulated CPU time (s) 390.37
Current children cumulated vsize (KiB) 309460

Child status: 0
Real time (s): 49.7135
CPU time (s): 390.391
CPU user time (s): 388.404
CPU system time (s): 1.9867
CPU usage (%): 785.281
Max. virtual memory (cumulated for all children) (KiB): 4372648

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 388.404
system time used= 1.9867
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 36288
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= 7002
involuntary context switches= 5553

runsolver used 0.155976 second user time and 0.359945 second system time

The end

Launcher Data

Begin job on node145 at 2011-05-03 01:10:23
IDJOB=3322246
IDBENCH=83024
IDSOLVER=1712
FILE ID=node145/3322246-1304377823
RUNJOBID= node145-1304366464-23465
PBS_JOBID= 13181729
Free space on /tmp= 73608 MiB

SOLVER NAME= borg-sat 11.03.02-random
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v400-c1704-S1511266249-002.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-3322246-1304377823/watcher-3322246-1304377823 -o /tmp/evaluation-result-3322246-1304377823/solver-3322246-1304377823 -C 40000 -W 5100 -M 31000  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3322246-1304377823.cnf -seed 918930682 -budget 40000 -cores 8

TIME LIMIT= 40000 seconds
MEMORY LIMIT= 31000 MiB
NBCORE= 8

MD5SUM BENCH= 5f2e312544271c81369da327dc351a86
RANDOM SEED=918930682

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      20155036 kB
Buffers:       1330540 kB
Cached:        6081924 kB
SwapCached:          4 kB
Active:        7243772 kB
Inactive:      4977076 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      20155036 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:           31832 kB
Writeback:           0 kB
AnonPages:     4808308 kB
Mapped:          25284 kB
Slab:           477084 kB
PageTables:      29572 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 68517360 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= 73576 MiB
End job on node145 at 2011-05-03 01:11:13