Trace number 3317348

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 3318.18 1014.05

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v500-c2130-S1085677759-100.UNKNOWN.cnf
MD5SUM12cee07ed764769ddb26400b2603221c
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark827.068
Satisfiable
(Un)Satisfiability was proved
Number of variables500
Number of clauses2130
Sum of the clauses size6390
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 32130
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.35/0.63	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.35/0.63	c INFO: solving HOME/instance-3317348-1304268954.cnf
0.35/0.63	c INFO: computing task features
0.35/0.64	c INFO: computed variable-clause graph statistics
0.35/0.64	c INFO: computed clause balance statistics
0.35/0.67	c INFO: computed variable balance statistics
0.43/0.70	c INFO: computed small-clause counts
0.43/0.70	c INFO: computed Horn-clause counts
0.43/0.71	c INFO: computed variable graph statistics
0.43/0.71	c INFO: collected features for HOME/instance-3317348-1304268954.cnf in 0.08 s
0.43/0.73	c INFO: running gnovelty+2@0 for 97 with 4799 remaining (b = 0.57)
0.43/0.76	c INFO: running march_hi@0 for 388 with 4799 remaining (b = 0.35)
0.43/0.79	c INFO: running march_hi@0 for 485 with 4799 remaining (b = 0.35)
0.53/0.83	c INFO: running march_hi@0 for 97 with 4799 remaining (b = 0.10)
298.24/99.92	c INFO: running gnovelty+2@0 for 97 with 4700 remaining (b = 0.07)
546.32/182.81	c INFO: running march_hi@99 for 97 with 4617 remaining (b = 0.08)
903.78/295.26	c INFO: running march_hi@0 for 485 with 4505 remaining (b = 0.28)
957.86/310.76	c INFO: running march_hi@196 for 194 with 4489 remaining (b = 0.13)
1278.68/417.92	c INFO: running march_hi@0 for 97 with 4382 remaining (b = 0.07)
1676.83/531.93	c INFO: running march_hi@0 for 97 with 4268 remaining (b = 0.06)
1777.71/560.85	c INFO: running march_hi@589 for 97 with 4239 remaining (b = 0.10)
1976.79/617.89	c INFO: running march_hi@490 for 97 with 4182 remaining (b = 0.07)
2015.17/628.80	c INFO: running march_hi@194 for 194 with 4171 remaining (b = 0.14)
2132.19/662.33	c INFO: running march_hi@0 for 291 with 4138 remaining (b = 0.14)
2588.82/793.03	c INFO: running march_hi@586 for 97 with 4007 remaining (b = 0.07)
2722.54/831.36	c INFO: running march_hi@295 for 97 with 3969 remaining (b = 0.09)
2769.39/844.78	c INFO: running march_hi@94 for 97 with 3955 remaining (b = 0.06)
3062.51/928.69	c INFO: running march_hi@689 for 97 with 3871 remaining (b = 0.06)
3127.28/950.26	c INFO: running march_hi@95 for 97 with 3850 remaining (b = 0.06)
3133.56/952.35	c INFO: running march_hi@0 for 485 with 3848 remaining (b = 0.23)
3161.62/961.78	c INFO: running march_hi@191 for 291 with 3838 remaining (b = 0.17)
3317.90/1014.02	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-3317348-1304268954/watcher-3317348-1304268954 -o /tmp/evaluation-result-3317348-1304268954/solver-3317348-1304268954 -C 4800 -W 1300 -M 15500 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3317348-1304268954.cnf -seed 1558148818 -budget 4800 -cores 4 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 4800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 4830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 9.07 9.11 7.30 6/241 5930
/proc/meminfo: memFree=29397676/32951124 swapFree=67111416/67111528
[pid=5930] ppid=5928 vsize=15384 CPUtime=0 cores=0,2,4,6
/proc/5930/stat : 5930 (python) S 5928 5930 5229 0 -1 4202496 811 0 0 0 0 0 0 0 25 0 1 0 538497734 15753216 696 33554432000 4194304 5683644 140734177945456 18446744073709551615 212436015104 0 2147483391 16781312 2 18446744071699207358 0 0 17 2 0 0 0
/proc/5930/statm: 3846 696 334 364 0 333 0

[startup+0.046125 s]
/proc/loadavg: 9.07 9.11 7.30 6/241 5930
/proc/meminfo: memFree=29397676/32951124 swapFree=67111416/67111528
[pid=5930] ppid=5928 vsize=18888 CPUtime=0.02 cores=0,2,4,6
/proc/5930/stat : 5930 (python) R 5928 5930 5229 0 -1 4202496 1289 0 0 0 2 0 0 0 25 0 1 0 538497734 19341312 1141 33554432000 4194304 5683644 140734177945456 18446744073709551615 4522560 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/5930/statm: 4722 1141 421 364 0 691 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 18888

[startup+0.101082 s]
/proc/loadavg: 9.07 9.11 7.30 6/241 5930
/proc/meminfo: memFree=29397676/32951124 swapFree=67111416/67111528
[pid=5930] ppid=5928 vsize=93964 CPUtime=0.05 cores=0,2,4,6
/proc/5930/stat : 5930 (python) S 5928 5930 5229 0 -1 4202496 2697 0 0 0 4 1 0 0 25 0 1 0 538497734 96219136 2407 33554432000 4194304 5683644 140734177945456 18446744073709551615 212436015104 0 2147483391 16781312 2 18446744071699207358 0 0 17 2 0 0 0
/proc/5930/statm: 23491 2407 764 364 0 1623 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 93964

[startup+0.30108 s]
/proc/loadavg: 9.07 9.11 7.30 6/241 5930
/proc/meminfo: memFree=29397676/32951124 swapFree=67111416/67111528
[pid=5930] ppid=5928 vsize=135752 CPUtime=0.17 cores=0,2,4,6
/proc/5930/stat : 5930 (python) R 5928 5930 5229 0 -1 4202496 5965 931 1 0 13 4 0 0 17 0 1 0 538497734 139010048 4151 33554432000 4194304 5683644 140734177945456 18446744073709551615 4620076 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/5930/statm: 33938 4151 1032 364 0 3124 0
Current children cumulated CPU time (s) 0.17
Current children cumulated vsize (KiB) 135752

[startup+0.701004 s]
/proc/loadavg: 9.07 9.11 7.30 6/241 5930
/proc/meminfo: memFree=29397676/32951124 swapFree=67111416/67111528
[pid=5930] ppid=5928 vsize=278304 CPUtime=0.43 cores=0,2,4,6
/proc/5930/stat : 5930 (python) R 5928 5930 5229 0 -1 4202496 9326 931 1 0 35 8 0 0 16 0 1 0 538497734 284983296 6993 33554432000 4194304 5683644 140734177945456 18446744073709551615 4540565 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/5930/statm: 69576 6993 1827 364 0 5500 0
Current children cumulated CPU time (s) 0.43
Current children cumulated vsize (KiB) 278304

[startup+1.50082 s]
/proc/loadavg: 8.82 9.06 7.29 10/254 5947
/proc/meminfo: memFree=29356780/32951124 swapFree=67111416/67111528
[pid=5930] ppid=5928 vsize=320272 CPUtime=0.55 cores=0,2,4,6
/proc/5930/stat : 5930 (python) S 5928 5930 5229 0 -1 4202496 12377 931 1 0 46 9 0 0 24 0 5 0 538497734 327958528 7264 33554432000 4194304 5683644 140734177945456 18446744073709551615 212447843787 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/5930/statm: 80068 7264 1881 364 0 15977 0
[pid=5936] ppid=5930 vsize=278652 CPUtime=0 cores=0,2,4,6
/proc/5936/stat : 5936 (python) S 5930 5930 5229 0 -1 4202560 737 0 0 0 0 0 0 0 18 0 1 0 538497808 285339648 5576 33554432000 4194304 5683644 140734177945456 18446744073709551615 212436037135 0 0 16781312 514 13199070572379635711 0 0 17 6 0 0 0
/proc/5936/statm: 69663 5576 354 364 0 5581 0
[pid=5938] ppid=5936 vsize=1017800 CPUtime=0.75 cores=0,2,4,6
/proc/5938/stat : 5938 (gnovelty+2) R 5936 5938 5938 0 -1 4202496 442 0 0 0 75 0 0 0 21 0 1 0 538497808 1042227200 178 33554432000 134512640 135663704 4289230800 18446744073709551615 134524548 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/5938/statm: 254450 178 113 282 0 254166 0
[pid=5939] ppid=5930 vsize=289344 CPUtime=0 cores=0,2,4,6
/proc/5939/stat : 5939 (python) S 5930 5930 5229 0 -1 4202560 749 0 0 0 0 0 0 0 19 0 1 0 538497811 296288256 5693 33554432000 4194304 5683644 140734177945456 18446744073709551615 212436037190 0 0 16781312 514 5601792511208030465 0 0 17 2 0 0 0
/proc/5939/statm: 72336 5693 348 364 0 8251 0
[pid=5941] ppid=5939 vsize=2176 CPUtime=0.41 cores=0,2,4,6
/proc/5941/stat : 5941 (march_hi) R 5939 5941 5941 0 -1 4202496 614 0 0 0 41 0 0 0 23 0 1 0 538497811 2228224 351 33554432000 4194304 4955518 140733641341120 18446744073709551615 4209669 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/5941/statm: 544 351 104 186 0 357 0
[pid=5942] ppid=5930 vsize=299232 CPUtime=0 cores=0,2,4,6
/proc/5942/stat : 5942 (python) S 5930 5930 5229 0 -1 4202560 748 0 0 0 0 0 0 0 16 0 1 0 538497813 306413568 5601 33554432000 4194304 5683644 140734177945456 18446744073709551615 212436037190 0 0 16781312 514 14722135244773753089 0 0 17 6 0 0 0
/proc/5942/statm: 74808 5601 348 364 0 10720 0
[pid=5944] ppid=5942 vsize=2176 CPUtime=0.67 cores=0,2,4,6
/proc/5944/stat : 5944 (march_hi) R 5942 5944 5944 0 -1 4202496 621 0 0 0 67 0 0 0 25 0 1 0 538497816 2228224 356 33554432000 4194304 4955518 140736938144784 18446744073709551615 4209701 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/5944/statm: 544 356 104 186 0 357 0
[pid=5945] ppid=5930 vsize=310028 CPUtime=0 cores=0,2,4,6
/proc/5945/stat : 5945 (python) S 5930 5930 5229 0 -1 4202560 760 0 0 0 0 0 0 0 21 0 1 0 538497817 317468672 5727 33554432000 4194304 5683644 140734177945456 18446744073709551615 212436037190 0 0 16781312 514 16183544527762456833 0 0 17 6 0 0 0
/proc/5945/statm: 77507 5727 348 364 0 13416 0
[pid=5947] ppid=5945 vsize=2176 CPUtime=0.3 cores=0,2,4,6
/proc/5947/stat : 5947 (march_hi) R 5945 5947 5947 0 -1 4202496 610 0 0 0 30 0 0 0 25 0 1 0 538497817 2228224 347 33554432000 4194304 4955518 140736727908208 18446744073709551615 4224551 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/5947/statm: 544 347 104 186 0 357 0
[pid=5930/tid=5937] ppid=5928 vsize=320272 CPUtime=0 cores=0,2,4,6
/proc/5930/task/5937/stat : 5937 (python) S 5928 5930 5229 0 -1 4202560 29 931 0 0 0 0 0 0 18 0 5 0 538497808 327958528 7264 33554432000 4194304 5683644 140734177945456 18446744073709551615 212447840689 0 0 16781312 2 18446604453938593856 0 0 -1 4 0 0 0
[pid=5930/tid=5940] ppid=5928 vsize=320272 CPUtime=0 cores=0,2,4,6
/proc/5930/task/5940/stat : 5940 (python) S 5928 5930 5229 0 -1 4202560 22 931 0 0 0 0 0 0 20 0 5 0 538497811 327958528 7264 33554432000 4194304 5683644 140734177945456 18446744073709551615 212447840689 0 0 16781312 2 18446604453938593856 0 0 -1 2 0 0 0
[pid=5930/tid=5943] ppid=5928 vsize=320272 CPUtime=0 cores=0,2,4,6
/proc/5930/task/5943/stat : 5943 (python) S 5928 5930 5229 0 -1 4202560 23 931 0 0 0 0 0 0 22 0 5 0 538497814 327958528 7264 33554432000 4194304 5683644 140734177945456 18446744073709551615 212447840689 0 0 16781312 2 18446604453938593856 0 0 -1 6 0 0 0
[pid=5930/tid=5946] ppid=5928 vsize=320272 CPUtime=0 cores=0,2,4,6
/proc/5930/task/5946/stat : 5946 (python) S 5928 5930 5229 0 -1 4202560 29 931 0 0 0 0 0 0 24 0 5 0 538497817 327958528 7264 33554432000 4194304 5683644 140734177945456 18446744073709551615 212447840689 0 0 16781312 2 18446604453938593856 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2.68
Current children cumulated vsize (KiB) 2521856

[startup+3.10051 s]
/proc/loadavg: 8.82 9.06 7.29 10/254 5947
/proc/meminfo: memFree=29353680/32951124 swapFree=67111416/67111528
[pid=5930] ppid=5928 vsize=320272 CPUtime=0.55 cores=0,2,4,6
/proc/5930/stat : 5930 (python) S 5928 5930 5229 0 -1 4202496 12377 931 1 0 46 9 0 0 24 0 5 0 538497734 327958528 7264 33554432000 4194304 5683644 140734177945456 18446744073709551615 212447843787 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/5930/statm: 80068 7264 1881 364 0 15977 0
[pid=5936] ppid=5930 vsize=278652 CPUtime=0 cores=0,2,4,6
/proc/5936/stat : 5936 (python) S 5930 5930 5229 0 -1 4202560 737 0 0 0 0 0 0 0 18 0 1 0 538497808 285339648 5576 33554432000 4194304 5683644 140734177945456 18446744073709551615 212436037135 0 0 16781312 514 13199070572379603202 0 0 17 6 0 0 0
/proc/5936/statm: 69663 5576 354 364 0 5581 0
[pid=5938] ppid=5936 vsize=1017800 CPUtime=2.35 cores=0,2,4,6
/proc/5938/stat : 5938 (gnovelty+2) R 5936 5938 5938 0 -1 4202496 442 0 0 0 235 0 0 0 25 0 1 0 538497808 1042227200 178 33554432000 134512640 135663704 4289230800 18446744073709551615 134524945 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/5938/statm: 254450 178 113 282 0 254166 0
[pid=5939] ppid=5930 vsize=289344 CPUtime=0 cores=0,2,4,6
/proc/5939/stat : 5939 (python) S 5930 5930 5229 0 -1 4202560 751 0 0 0 0 0 0 0 15 0 1 0 538497811 296288256 5693 33554432000 4194304 5683644 140734177945456 18446744073709551615 212436037190 0 0 16781312 514 4386607196423585791 0 0 17 2 0 0 0
/proc/5939/statm: 72336 5693 348 364 0 8251 0
[pid=5941] ppid=5939 vsize=2176 CPUtime=1.21 cores=0,2,4,6
/proc/5941/stat : 5941 (march_hi) R 5939 5941 5941 0 -1 4202496 624 0 0 0 121 0 0 0 25 0 1 0 538497811 2228224 361 33554432000 4194304 4955518 140733641341120 18446744073709551615 4209643 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/5941/statm: 544 361 104 186 0 357 0
[pid=5942] ppid=5930 vsize=299232 CPUtime=0 cores=0,2,4,6
/proc/5942/stat : 5942 (python) S 5930 5930 5229 0 -1 4202560 756 0 0 0 0 0 0 0 15 0 1 0 538497813 306413568 5601 33554432000 4194304 5683644 140734177945456 18446744073709551615 212436037190 0 0 16781312 514 14722135244773753089 0 0 17 6 0 0 0
/proc/5942/statm: 74808 5601 348 364 0 10720 0
[pid=5944] ppid=5942 vsize=2308 CPUtime=2.27 cores=0,2,4,6
/proc/5944/stat : 5944 (march_hi) R 5942 5944 5944 0 -1 4202496 636 0 0 0 227 0 0 0 25 0 1 0 538497816 2363392 371 33554432000 4194304 4955518 140736938144784 18446744073709551615 4228027 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/5944/statm: 577 371 104 186 0 390 0
[pid=5945] ppid=5930 vsize=310028 CPUtime=0 cores=0,2,4,6
/proc/5945/stat : 5945 (python) S 5930 5930 5229 0 -1 4202560 762 0 0 0 0 0 0 0 15 0 1 0 538497817 317468672 5727 33554432000 4194304 5683644 140734177945456 18446744073709551615 212436037190 0 0 16781312 514 4438887599934799871 0 0 17 6 0 0 0
/proc/5945/statm: 77507 5727 348 364 0 13416 0
[pid=5947] ppid=5945 vsize=2176 CPUtime=1.1 cores=0,2,4,6
/proc/5947/stat : 5947 (march_hi) R 5945 5947 5947 0 -1 4202496 623 0 0 0 110 0 0 0 25 0 1 0 538497817 2228224 360 33554432000 4194304 4955518 140736727908208 18446744073709551615 4227824 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/5947/statm: 544 360 104 186 0 357 0
[pid=5930/tid=5937] ppid=5928 vsize=320272 CPUtime=0 cores=0,2,4,6
/proc/5930/task/5937/stat : 5937 (python) S 5928 5930 5229 0 -1 4202560 29 931 0 0 0 0 0 0 18 0 5 0 538497808 327958528 7264 33554432000 4194304 5683644 140734177945456 18446744073709551615 212447840689 0 0 16781312 2 18446604453938593856 0 0 -1 4 0 0 0
[pid=5930/tid=5940] ppid=5928 vsize=320272 CPUtime=0 cores=0,2,4,6
/proc/5930/task/5940/stat : 5940 (python) S 5928 5930 5229 0 -1 4202560 22 931 0 0 0 0 0 0 20 0 5 0 538497811 327958528 7264 33554432000 4194304 5683644 140734177945456 18446744073709551615 212447840689 0 0 16781312 2 18446604453938593856 0 0 -1 2 0 0 0
[pid=5930/tid=5943] ppid=5928 vsize=320272 CPUtime=0 cores=0,2,4,6
/proc/5930/task/5943/stat : 5943 (python) S 5928 5930 5229 0 -1 4202560 23 931 0 0 0 0 0 0 22 0 5 0 538497814 327958528 7264 33554432000 4194304 5683644 140734177945456 18446744073709551615 212447840689 0 0 16781312 2 18446604453938593856 0 0 -1 6 0 0 0
[pid=5930/tid=5946] ppid=5928 vsize=320272 CPUtime=0 cores=0,2,4,6
/proc/5930/task/5946/stat : 5946 (python) S 5928 5930 5229 0 -1 4202560 29 931 0 0 0 0 0 0 24 0 5 0 538497817 327958528 7264 33554432000 4194304 5683644 140734177945456 18446744073709551615 212447840689 0 0 16781312 2 18446604453938593856 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 7.48
Current children cumulated vsize (KiB) 2521988

[startup+6.30091 s]
/proc/loadavg: 8.82 9.06 7.29 10/254 5947
/proc/meminfo: memFree=29350836/32951124 swapFree=67111416/67111528
[pid=5930] ppid=5928 vsize=320272 CPUtime=0.55 cores=0,2,4,6
/proc/5930/stat : 5930 (python) S 5928 5930 5229 0 -1 4202496 12377 931 1 0 46 9 0 0 24 0 5 0 538497734 327958528 7264 33554432000 4194304 5683644 140734177945456 18446744073709551615 212447843787 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/5930/statm: 80068 7264 1881 364 0 15977 0
[pid=5936] ppid=5930 vsize=278652 CPUtime=0 cores=0,2,4,6
/proc/5936/stat : 5936 (python) S 5930 5930 5229 0 -1 4202560 898 0 0 0 0 0 0 0 18 0 1 0 538497808 285339648 5599 33554432000 4194304 5683644 140734177945456 18446744073709551615 212436037135 0 0 16781312 514 13199070572379603202 0 0 17 6 0 0 0
/proc/5936/statm: 69663 5599 377 364 0 5581 0
[pid=5938] ppid=5936 vsize=1017800 CPUtime=5.55 cores=0,2,4,6
/proc/5938/stat : 5938 (gnovelty+2) R 5936 5938 5938 0 -1 4202496 442 0 0 0 555 0 0 0 25 0 1 0 538497808 1042227200 178 33554432000 134512640 135663704 4289230800 18446744073709551615 134545631 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/5938/statm: 254450 178 113 282 0 254166 0
[pid=5939] ppid=5930 vsize=289344 CPUtime=0 cores=0,2,4,6
/proc/5939/stat : 5939 (python) S 5930 5930 5229 0 -1 4202560 903 0 0 0 0 0 0 0 15 0 1 0 538497811 296288256 5716 33554432000 4194304 5683644 140734177945456 18446744073709551615 212436037190 0 0 16781312 514 5601792532682866945 0 0 17 2 0 0 0
/proc/5939/statm: 72336 5716 371 364 0 8251 0
[pid=5941] ppid=5939 vsize=2308 CPUtime=2.81 cores=0,2,4,6
/proc/5941/stat : 5941 (march_hi) R 5939 5941 5941 0 -1 4202496 634 0 0 0 281 0 0 0 25 0 1 0 538497811 2363392 371 33554432000 4194304 4955518 140733641341120 18446744073709551615 4209727 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/5941/statm: 577 371 104 186 0 390 0
[pid=5942] ppid=5930 vsize=299232 CPUtime=0 cores=0,2,4,6
/proc/5942/stat : 5942 (python) S 5930 5930 5229 0 -1 4202560 904 0 0 0 0 0 0 0 15 0 1 0 538497813 306413568 5624 33554432000 4194304 5683644 140734177945456 18446744073709551615 212436037190 0 0 16781312 514 8978149062318457089 0 0 17 6 0 0 0
/proc/5942/statm: 74808 5624 371 364 0 10720 0
[pid=5944] ppid=5942 vsize=2308 CPUtime=5.47 cores=0,2,4,6
/proc/5944/stat : 5944 (march_hi) R 5942 5944 5944 0 -1 4202496 646 0 0 0 547 0 0 0 25 0 1 0 538497816 2363392 381 33554432000 4194304 4955518 140736938144784 18446744073709551615 4209701 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/5944/statm: 577 381 104 186 0 390 0
[pid=5945] ppid=5930 vsize=310028 CPUtime=0 cores=0,2,4,6
/proc/5945/stat : 5945 (python) S 5930 5930 5229 0 -1 4202560 925 0 0 0 0 0 0 0 15 0 1 0 538497817 317468672 5750 33554432000 4194304 5683644 140734177945456 18446744073709551615 212436037190 0 0 16781312 514 16183544527762456833 0 0 17 6 0 0 0
/proc/5945/statm: 77507 5750 371 364 0 13416 0
[pid=5947] ppid=5945 vsize=2308 CPUtime=2.69 cores=0,2,4,6
/proc/5947/stat : 5947 (march_hi) R 5945 5947 5947 0 -1 4202496 633 0 0 0 269 0 0 0 25 0 1 0 538497817 2363392 370 33554432000 4194304 4955518 140736727908208 18446744073709551615 4238419 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/5947/statm: 577 370 104 186 0 390 0
[pid=5930/tid=5937] ppid=5928 vsize=320272 CPUtime=0 cores=0,2,4,6
/proc/5930/task/5937/stat : 5937 (python) S 5928 5930 5229 0 -1 4202560 29 931 0 0 0 0 0 0 18 0 5 0 538497808 327958528 7264 33554432000 4194304 5683644 140734177945456 18446744073709551615 212447840689 0 0 16781312 2 18446604453938593856 0 0 -1 4 0 0 0
[pid=5930/tid=5940] ppid=5928 vsize=320272 CPUtime=0 cores=0,2,4,6
/proc/5930/task/5940/stat : 5940 (python) S 5928 5930 5229 0 -1 4202560 22 931 0 0 0 0 0 0 20 0 5 0 538497811 327958528 7264 33554432000 4194304 5683644 140734177945456 18446744073709551615 212447840689 0 0 16781312 2 18446604453938593856 0 0 -1 2 0 0 0
[pid=5930/tid=5943] ppid=5928 vsize=320272 CPUtime=0 cores=0,2,4,6
/proc/5930/task/5943/stat : 5943 (python) S 5928 5930 5229 0 -1 4202560 23 931 0 0 0 0 0 0 22 0 5 0 538497814 327958528 7264 33554432000 4194304 5683644 140734177945456 18446744073709551615 212447840689 0 0 16781312 2 18446604453938593856 0 0 -1 6 0 0 0
[pid=5930/tid=5946] ppid=5928 vsize=320272 CPUtime=0 cores=0,2,4,6
/proc/5930/task/5946/stat : 5946 (python) S 5928 5930 5229 0 -1 4202560 29 931 0 0 0 0 0 0 24 0 5 0 538497817 327958528 7264 33554432000 4194304 5683644 140734177945456 18446744073709551615 212447840689 0 0 16781312 2 18446604453938593856 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 17.07
Current children cumulated vsize (KiB) 2522252

[startup+12.7007 s]
/proc/loadavg: 8.85 9.06 7.31 10/254 5948
/proc/meminfo: memFree=29345172/32951124 swapFree=67111416/67111528
[pid=5930] ppid=5928 vsize=320272 CPUtime=0.55 cores=0,2,4,6
/proc/5930/stat : 5930 (python) S 5928 5930 5229 0 -1 4202496 12377 931 1 0 46 9 0 0 24 0 5 0 538497734 327958528 7264 33554432000 4194304 5683644 140734177945456 18446744073709551615 212447843787 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/5930/statm: 80068 7264 1881 364 0 15977 0
[pid=5936] ppid=5930 vsize=278652 CPUtime=0.01 cores=0,2,4,6
/proc/5936/stat : 5936 (python) S 5930 5930 5229 0 -1 4202560 900 0 0 0 1 0 0 0 18 0 1 0 538497808 285339648 5599 33554432000 4194304 5683644 140734177945456 18446744073709551615 212436037135 0 0 16781312 514 3649217519937356034 0 0 17 6 0 0 0
/proc/5936/statm: 69663 5599 377 364 0 5581 0
[pid=5938] ppid=5936 vsize=1017800 CPUtime=11.95 cores=0,2,4,6
/proc/5938/stat : 5938 (gnovelty+2) R 5936 5938 5938 0 -1 4202496 442 0 0 0 1195 0 0 0 25 0 1 0 538497808 1042227200 178 33554432000 134512640 135663704 4289230800 18446744073709551615 134525361 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/5938/statm: 254450 178 113 282 0 254166 0
[pid=5939] ppid=5930 vsize=289344 CPUtime=0.02 cores=0,2,4,6

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

[pid=5930] ppid=5928 vsize=361496 CPUtime=1.05 cores=0,2,4,6
/proc/5930/stat : 5930 (python) S 5928 5930 5229 0 -1 4202496 16903 931 1 0 95 10 0 0 18 0 9 0 538497734 370171904 7361 33554432000 4194304 5683644 140734177945456 18446744073709551615 212447843787 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/5930/statm: 90374 7361 1890 364 0 26271 0
[pid=5936] ppid=5930 vsize=288896 CPUtime=0.15 cores=0,2,4,6
/proc/5936/stat : 5936 (python) S 5930 5930 5229 0 -1 4202560 1083 0 0 0 8 7 0 0 19 0 2 0 538497808 295829504 5637 33554432000 4194304 5683644 140734177945456 18446744073709551615 212447843787 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/5936/statm: 72224 5637 410 364 0 8142 0
[pid=5938] ppid=5936 vsize=1017800 CPUtime=99.15 cores=0,2,4,6
/proc/5938/stat : 5938 (gnovelty+2) T 5936 5938 5938 0 -1 4202496 442 0 0 0 9915 0 0 0 25 0 1 0 538497808 1042227200 178 33554432000 134512640 135663704 4289230800 18446744073709551615 134545670 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/5938/statm: 254450 178 113 282 0 254166 0
[pid=5936/tid=5951] ppid=5930 vsize=288896 CPUtime=0 cores=0,2,4,6
/proc/5936/task/5951/stat : 5951 (python) S 5930 5930 5229 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 538507723 295829504 5637 33554432000 4194304 5683644 140734177945456 18446744073709551615 212447840689 0 0 16781312 514 18446604443100939456 0 0 -1 4 0 0 0
[pid=5939] ppid=5930 vsize=289344 CPUtime=1.5 cores=0,2,4,6
/proc/5939/stat : 5939 (python) S 5930 5930 5229 0 -1 4202560 1139 0 0 0 76 74 0 0 15 0 2 0 538497811 296288256 5746 33554432000 4194304 5683644 140734177945456 18446744073709551615 212447843787 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/5939/statm: 72336 5746 400 364 0 8251 0
[pid=5941] ppid=5939 vsize=21988 CPUtime=778.93 cores=0,2,4,6
/proc/5941/stat : 5941 (march_hi) T 5939 5941 5941 0 -1 4202496 4034 0 0 0 77892 1 0 0 25 0 1 0 538497811 22515712 3744 33554432000 4194304 4955518 140733641341120 18446744073709551615 4238650 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/5941/statm: 5497 3744 104 186 0 5310 0
[pid=5939/tid=5981] ppid=5930 vsize=289344 CPUtime=0 cores=0,2,4,6
/proc/5939/task/5981/stat : 5981 (python) S 5930 5930 5229 0 -1 4202560 45 0 0 0 0 0 0 0 15 0 2 0 538539523 296288256 5746 33554432000 4194304 5683644 140734177945456 18446744073709551615 212447840689 0 0 16781312 514 18446604453934029824 0 0 -1 2 0 0 0
[pid=5942] ppid=5930 vsize=299232 CPUtime=3.68 cores=0,2,4,6
/proc/5942/stat : 5942 (python) R 5930 5930 5229 0 -1 4202560 1172 0 0 0 265 103 0 0 18 0 2 0 538497813 306413568 5655 33554432000 4194304 5683644 140734177945456 18446744073709551615 212447847231 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/5942/statm: 74808 5655 401 364 0 10720 0
[pid=5944] ppid=5942 vsize=0 CPUtime=833.01 cores=0,2,4,6
/proc/5944/stat : 5944 (march_hi) R 5942 5944 5944 0 -1 4202500 4699 0 0 0 83298 3 0 0 25 0 1 0 538497816 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 2 0 0 0
/proc/5944/statm: 0 0 0 0 0 0 0
[pid=5942/tid=5991] ppid=5930 vsize=299232 CPUtime=0 cores=0,2,4,6
/proc/5942/task/5991/stat : 5991 (python) S 5930 5930 5229 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 2 0 538550924 306413568 5655 33554432000 4194304 5683644 140734177945456 18446744073709551615 212447840689 0 0 16781312 514 18446604442118179584 0 0 -1 6 0 0 0
[pid=5945] ppid=5930 vsize=310028 CPUtime=1.36 cores=0,2,4,6
/proc/5945/stat : 5945 (python) S 5930 5930 5229 0 -1 4202560 1176 0 0 0 75 61 0 0 15 0 2 0 538497817 317468672 5780 33554432000 4194304 5683644 140734177945456 18446744073709551615 212436037190 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/5945/statm: 77507 5780 400 364 0 13416 0
[pid=5947] ppid=5945 vsize=10872 CPUtime=558.03 cores=0,2,4,6
/proc/5947/stat : 5947 (march_hi) R 5945 5947 5947 0 -1 4202496 2361 0 0 0 55802 1 0 0 25 0 1 0 538497817 11132928 2071 33554432000 4194304 4955518 140736727908208 18446744073709551615 4224648 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/5947/statm: 2718 2071 104 186 0 2531 0
[pid=5945/tid=5957] ppid=5930 vsize=310028 CPUtime=0 cores=0,2,4,6
/proc/5945/task/5957/stat : 5957 (python) S 5930 5930 5229 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 2 0 538516013 317468672 5780 33554432000 4194304 5683644 140734177945456 18446744073709551615 212447840689 0 0 16781312 514 18446604453946202304 0 0 -1 6 0 0 0
[pid=5952] ppid=5930 vsize=320284 CPUtime=0.32 cores=0,2,4,6
/proc/5952/stat : 5952 (python) S 5930 5930 5229 0 -1 4202560 1130 0 0 0 18 14 0 0 19 0 2 0 538507726 327970816 5784 33554432000 4194304 5683644 140734177945456 18446744073709551615 212447843787 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/5952/statm: 80071 5784 400 364 0 15977 0
[pid=5954] ppid=5952 vsize=1017800 CPUtime=97.6 cores=0,2,4,6
/proc/5954/stat : 5954 (gnovelty+2) T 5952 5954 5954 0 -1 4202496 442 0 0 0 9760 0 0 0 25 0 1 0 538507726 1042227200 178 33554432000 134512640 135663704 4288845712 18446744073709551615 134544312 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/5954/statm: 254450 178 113 282 0 254166 0
[pid=5952/tid=5962] ppid=5930 vsize=320284 CPUtime=0 cores=0,2,4,6
/proc/5952/task/5962/stat : 5962 (python) S 5930 5930 5229 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 538527257 327970816 5784 33554432000 4194304 5683644 140734177945456 18446744073709551615 212447840689 0 0 16781312 514 18446604442966238144 0 0 -1 6 0 0 0
[pid=5963] ppid=5930 vsize=330704 CPUtime=1.3 cores=0,2,4,6
/proc/5963/stat : 5963 (python) S 5930 5930 5229 0 -1 4202560 1168 0 0 0 75 55 0 0 15 0 2 0 538527260 338640896 5829 33554432000 4194304 5683644 140734177945456 18446744073709551615 212436037190 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/5963/statm: 82676 5829 400 364 0 18579 0
[pid=5965] ppid=5963 vsize=11344 CPUtime=611.26 cores=0,2,4,6
/proc/5965/stat : 5965 (march_hi) R 5963 5965 5965 0 -1 4202496 2657 0 0 0 61124 2 0 0 25 0 1 0 538527261 11616256 2364 33554432000 4194304 4955518 140736814316256 18446744073709551615 4209664 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/5965/statm: 2836 2364 104 186 0 2649 0
[pid=5963/tid=6008] ppid=5930 vsize=330704 CPUtime=0 cores=0,2,4,6
/proc/5963/task/6008/stat : 6008 (python) S 5930 5930 5229 0 -1 4202560 44 0 0 0 0 0 0 0 15 0 2 0 538582210 338640896 5829 33554432000 4194304 5683644 140734177945456 18446744073709551615 212447840689 0 0 16781312 514 18446604453916707712 0 0 -1 0 0 0 0
[pid=5982] ppid=5930 vsize=340960 CPUtime=0.97 cores=0,2,4,6
/proc/5982/stat : 5982 (python) S 5930 5930 5229 0 -1 4202560 1217 0 0 0 53 44 0 0 16 0 2 0 538539527 349143040 5848 33554432000 4194304 5683644 140734177945456 18446744073709551615 212447843787 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/5982/statm: 85240 5848 406 364 0 21140 0
[pid=5984] ppid=5982 vsize=4900 CPUtime=293.85 cores=0,2,4,6
/proc/5984/stat : 5984 (march_hi) T 5982 5984 5984 0 -1 4202496 1208 0 0 0 29385 0 0 0 25 0 1 0 538539527 5017600 944 33554432000 4194304 4955518 140733945683888 18446744073709551615 4244449 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/5984/statm: 1225 944 104 186 0 1038 0
[pid=5982/tid=5995] ppid=5930 vsize=340960 CPUtime=0 cores=0,2,4,6
/proc/5982/task/5995/stat : 5995 (python) S 5930 5930 5229 0 -1 4202560 88 0 0 0 0 0 0 0 16 0 2 0 538559520 349143040 5848 33554432000 4194304 5683644 140734177945456 18446744073709551615 212447840689 0 0 16781312 514 18446604444886320384 0 0 -1 2 0 0 0
[pid=6058] ppid=5930 vsize=351252 CPUtime=0.12 cores=0,2,4,6
/proc/6058/stat : 6058 (python) S 5930 5930 5229 0 -1 4202560 998 0 0 0 7 5 0 0 15 0 1 0 538592970 359682048 5844 33554432000 4194304 5683644 140734177945456 18446744073709551615 212436037190 0 0 16781312 514 3649217519937356036 0 0 17 6 0 0 0
/proc/6058/statm: 87813 5844 377 364 0 23710 0
[pid=6060] ppid=6058 vsize=2576 CPUtime=35.34 cores=0,2,4,6
/proc/6060/stat : 6060 (march_hi) R 6058 6060 6060 0 -1 4202496 732 0 0 0 3534 0 0 0 25 0 1 0 538592970 2637824 461 33554432000 4194304 4955518 140735334337456 18446744073709551615 4224651 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/6060/statm: 644 461 104 186 0 457 0
[pid=5930/tid=5937] ppid=5928 vsize=361496 CPUtime=0 cores=0,2,4,6
/proc/5930/task/5937/stat : 5937 (python) S 5928 5930 5229 0 -1 4202560 29 931 0 0 0 0 0 0 18 0 9 0 538497808 370171904 7361 33554432000 4194304 5683644 140734177945456 18446744073709551615 212447840689 0 0 16781312 2 18446604453938593856 0 0 -1 4 0 0 0
[pid=5930/tid=5940] ppid=5928 vsize=361496 CPUtime=0 cores=0,2,4,6
/proc/5930/task/5940/stat : 5940 (python) S 5928 5930 5229 0 -1 4202560 26 931 0 0 0 0 0 0 18 0 9 0 538497811 370171904 7361 33554432000 4194304 5683644 140734177945456 18446744073709551615 212447840689 0 0 16781312 2 18446604453938593856 0 0 -1 2 0 0 0
[pid=5930/tid=5943] ppid=5928 vsize=361496 CPUtime=0 cores=0,2,4,6
/proc/5930/task/5943/stat : 5943 (python) S 5928 5930 5229 0 -1 4202560 26 931 0 0 0 0 0 0 18 0 9 0 538497814 370171904 7361 33554432000 4194304 5683644 140734177945456 18446744073709551615 212447840689 0 0 16781312 2 18446604453938593856 0 0 -1 6 0 0 0
[pid=5930/tid=5946] ppid=5928 vsize=361496 CPUtime=0 cores=0,2,4,6
/proc/5930/task/5946/stat : 5946 (python) S 5928 5930 5229 0 -1 4202560 43 931 0 0 0 0 0 0 18 0 9 0 538497817 370171904 7361 33554432000 4194304 5683644 140734177945456 18446744073709551615 212447840689 0 0 16781312 2 18446604453938593856 0 0 -1 6 0 0 0
[pid=5930/tid=5953] ppid=5928 vsize=361496 CPUtime=0 cores=0,2,4,6
/proc/5930/task/5953/stat : 5953 (python) S 5928 5930 5229 0 -1 4202560 30 931 0 0 0 0 0 0 20 0 9 0 538507726 370171904 7361 33554432000 4194304 5683644 140734177945456 18446744073709551615 212447840689 0 0 16781312 2 18446604453938593856 0 0 -1 6 0 0 0
[pid=5930/tid=5964] ppid=5928 vsize=361496 CPUtime=0 cores=0,2,4,6
/proc/5930/task/5964/stat : 5964 (python) S 5928 5930 5229 0 -1 4202560 34 931 0 0 0 0 0 0 18 0 9 0 538527260 370171904 7361 33554432000 4194304 5683644 140734177945456 18446744073709551615 212447840689 0 0 16781312 2 18446604453938593856 0 0 -1 6 0 0 0
[pid=5930/tid=5983] ppid=5928 vsize=361496 CPUtime=0 cores=0,2,4,6
/proc/5930/task/5983/stat : 5983 (python) S 5928 5930 5229 0 -1 4202560 29 931 0 0 0 0 0 0 18 0 9 0 538539527 370171904 7361 33554432000 4194304 5683644 140734177945456 18446744073709551615 212447840689 0 0 16781312 2 18446604453938593856 0 0 -1 6 0 0 0
[pid=5930/tid=6059] ppid=5928 vsize=361496 CPUtime=0 cores=0,2,4,6
/proc/5930/task/6059/stat : 6059 (python) S 5928 5930 5229 0 -1 4202560 30 931 0 0 0 0 0 0 20 0 9 0 538592970 370171904 7361 33554432000 4194304 5683644 140734177945456 18446744073709551615 212447840689 0 0 16781312 2 18446604453938593856 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3317.62
Current children cumulated vsize (KiB) 4979476

[startup+1014 s]
/proc/loadavg: 9.05 9.08 8.47 11/277 6069
/proc/meminfo: memFree=29081056/32951124 swapFree=67111416/67111528
[pid=5930] ppid=5928 vsize=361496 CPUtime=1.05 cores=0,2,4,6
/proc/5930/stat : 5930 (python) S 5928 5930 5229 0 -1 4202496 16903 931 1 0 95 10 0 0 18 0 9 0 538497734 370171904 7361 33554432000 4194304 5683644 140734177945456 18446744073709551615 212447843787 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/5930/statm: 90374 7361 1890 364 0 26271 0
[pid=5936] ppid=5930 vsize=288896 CPUtime=0.15 cores=0,2,4,6
/proc/5936/stat : 5936 (python) S 5930 5930 5229 0 -1 4202560 1083 0 0 0 8 7 0 0 19 0 2 0 538497808 295829504 5637 33554432000 4194304 5683644 140734177945456 18446744073709551615 212447843787 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/5936/statm: 72224 5637 410 364 0 8142 0
[pid=5938] ppid=5936 vsize=1017800 CPUtime=99.15 cores=0,2,4,6
/proc/5938/stat : 5938 (gnovelty+2) T 5936 5938 5938 0 -1 4202496 442 0 0 0 9915 0 0 0 25 0 1 0 538497808 1042227200 178 33554432000 134512640 135663704 4289230800 18446744073709551615 134545670 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/5938/statm: 254450 178 113 282 0 254166 0
[pid=5936/tid=5951] ppid=5930 vsize=288896 CPUtime=0 cores=0,2,4,6
/proc/5936/task/5951/stat : 5951 (python) S 5930 5930 5229 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 538507723 295829504 5637 33554432000 4194304 5683644 140734177945456 18446744073709551615 212447840689 0 0 16781312 514 18446604443100939456 0 0 -1 4 0 0 0
[pid=5939] ppid=5930 vsize=289344 CPUtime=1.5 cores=0,2,4,6
/proc/5939/stat : 5939 (python) S 5930 5930 5229 0 -1 4202560 1139 0 0 0 76 74 0 0 15 0 2 0 538497811 296288256 5746 33554432000 4194304 5683644 140734177945456 18446744073709551615 212447843787 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/5939/statm: 72336 5746 400 364 0 8251 0
[pid=5941] ppid=5939 vsize=21988 CPUtime=778.93 cores=0,2,4,6
/proc/5941/stat : 5941 (march_hi) T 5939 5941 5941 0 -1 4202496 4034 0 0 0 77892 1 0 0 25 0 1 0 538497811 22515712 3744 33554432000 4194304 4955518 140733641341120 18446744073709551615 4238650 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/5941/statm: 5497 3744 104 186 0 5310 0
[pid=5939/tid=5981] ppid=5930 vsize=289344 CPUtime=0 cores=0,2,4,6
/proc/5939/task/5981/stat : 5981 (python) S 5930 5930 5229 0 -1 4202560 45 0 0 0 0 0 0 0 15 0 2 0 538539523 296288256 5746 33554432000 4194304 5683644 140734177945456 18446744073709551615 212447840689 0 0 16781312 514 18446604453934029824 0 0 -1 2 0 0 0
[pid=5942] ppid=5930 vsize=299232 CPUtime=3.77 cores=0,2,4,6
/proc/5942/stat : 5942 (python) R 5930 5930 5229 0 -1 4202560 1172 0 0 0 273 104 0 0 18 0 2 0 538497813 306413568 5655 33554432000 4194304 5683644 140734177945456 18446744073709551615 212447847231 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/5942/statm: 74808 5655 401 364 0 10720 0
[pid=5944] ppid=5942 vsize=0 CPUtime=833.01 cores=0,2,4,6
/proc/5944/stat : 5944 (march_hi) R 5942 5944 5944 0 -1 4202500 4699 0 0 0 83298 3 0 0 25 0 1 0 538497816 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 2 0 0 0
/proc/5944/statm: 0 0 0 0 0 0 0
[pid=5942/tid=5991] ppid=5930 vsize=299232 CPUtime=0 cores=0,2,4,6
/proc/5942/task/5991/stat : 5991 (python) S 5930 5930 5229 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 2 0 538550924 306413568 5655 33554432000 4194304 5683644 140734177945456 18446744073709551615 212447840689 0 0 16781312 514 18446604442118179584 0 0 -1 6 0 0 0
[pid=5945] ppid=5930 vsize=310028 CPUtime=1.36 cores=0,2,4,6
/proc/5945/stat : 5945 (python) S 5930 5930 5229 0 -1 4202560 1176 0 0 0 75 61 0 0 15 0 2 0 538497817 317468672 5780 33554432000 4194304 5683644 140734177945456 18446744073709551615 212436037190 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/5945/statm: 77507 5780 400 364 0 13416 0
[pid=5947] ppid=5945 vsize=10872 CPUtime=558.13 cores=0,2,4,6
/proc/5947/stat : 5947 (march_hi) R 5945 5947 5947 0 -1 4202496 2361 0 0 0 55812 1 0 0 25 0 1 0 538497817 11132928 2071 33554432000 4194304 4955518 140736727908208 18446744073709551615 4224648 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/5947/statm: 2718 2071 104 186 0 2531 0
[pid=5945/tid=5957] ppid=5930 vsize=310028 CPUtime=0 cores=0,2,4,6
/proc/5945/task/5957/stat : 5957 (python) S 5930 5930 5229 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 2 0 538516013 317468672 5780 33554432000 4194304 5683644 140734177945456 18446744073709551615 212447840689 0 0 16781312 514 18446604453946202304 0 0 -1 6 0 0 0
[pid=5952] ppid=5930 vsize=320284 CPUtime=0.32 cores=0,2,4,6
/proc/5952/stat : 5952 (python) S 5930 5930 5229 0 -1 4202560 1130 0 0 0 18 14 0 0 19 0 2 0 538507726 327970816 5784 33554432000 4194304 5683644 140734177945456 18446744073709551615 212447843787 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/5952/statm: 80071 5784 400 364 0 15977 0
[pid=5954] ppid=5952 vsize=1017800 CPUtime=97.6 cores=0,2,4,6
/proc/5954/stat : 5954 (gnovelty+2) T 5952 5954 5954 0 -1 4202496 442 0 0 0 9760 0 0 0 25 0 1 0 538507726 1042227200 178 33554432000 134512640 135663704 4288845712 18446744073709551615 134544312 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/5954/statm: 254450 178 113 282 0 254166 0
[pid=5952/tid=5962] ppid=5930 vsize=320284 CPUtime=0 cores=0,2,4,6
/proc/5952/task/5962/stat : 5962 (python) S 5930 5930 5229 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 538527257 327970816 5784 33554432000 4194304 5683644 140734177945456 18446744073709551615 212447840689 0 0 16781312 514 18446604442966238144 0 0 -1 6 0 0 0
[pid=5963] ppid=5930 vsize=330704 CPUtime=1.3 cores=0,2,4,6
/proc/5963/stat : 5963 (python) S 5930 5930 5229 0 -1 4202560 1168 0 0 0 75 55 0 0 15 0 2 0 538527260 338640896 5829 33554432000 4194304 5683644 140734177945456 18446744073709551615 212436037190 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/5963/statm: 82676 5829 400 364 0 18579 0
[pid=5965] ppid=5963 vsize=11344 CPUtime=611.31 cores=0,2,4,6
/proc/5965/stat : 5965 (march_hi) R 5963 5965 5965 0 -1 4202496 2657 0 0 0 61129 2 0 0 25 0 1 0 538527261 11616256 2364 33554432000 4194304 4955518 140736814316256 18446744073709551615 4224615 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/5965/statm: 2836 2364 104 186 0 2649 0
[pid=5963/tid=6008] ppid=5930 vsize=330704 CPUtime=0 cores=0,2,4,6
/proc/5963/task/6008/stat : 6008 (python) S 5930 5930 5229 0 -1 4202560 44 0 0 0 0 0 0 0 15 0 2 0 538582210 338640896 5829 33554432000 4194304 5683644 140734177945456 18446744073709551615 212447840689 0 0 16781312 514 18446604453916707712 0 0 -1 0 0 0 0
[pid=5982] ppid=5930 vsize=340960 CPUtime=0.97 cores=0,2,4,6
/proc/5982/stat : 5982 (python) S 5930 5930 5229 0 -1 4202560 1217 0 0 0 53 44 0 0 16 0 2 0 538539527 349143040 5848 33554432000 4194304 5683644 140734177945456 18446744073709551615 212447843787 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/5982/statm: 85240 5848 406 364 0 21140 0
[pid=5984] ppid=5982 vsize=4900 CPUtime=293.85 cores=0,2,4,6
/proc/5984/stat : 5984 (march_hi) T 5982 5984 5984 0 -1 4202496 1208 0 0 0 29385 0 0 0 25 0 1 0 538539527 5017600 944 33554432000 4194304 4955518 140733945683888 18446744073709551615 4244449 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/5984/statm: 1225 944 104 186 0 1038 0
[pid=5982/tid=5995] ppid=5930 vsize=340960 CPUtime=0 cores=0,2,4,6
/proc/5982/task/5995/stat : 5995 (python) S 5930 5930 5229 0 -1 4202560 88 0 0 0 0 0 0 0 16 0 2 0 538559520 349143040 5848 33554432000 4194304 5683644 140734177945456 18446744073709551615 212447840689 0 0 16781312 514 18446604444886320384 0 0 -1 2 0 0 0
[pid=6058] ppid=5930 vsize=351252 CPUtime=0.12 cores=0,2,4,6
/proc/6058/stat : 6058 (python) S 5930 5930 5229 0 -1 4202560 998 0 0 0 7 5 0 0 15 0 1 0 538592970 359682048 5844 33554432000 4194304 5683644 140734177945456 18446744073709551615 212436037190 0 0 16781312 514 3649217519937356036 0 0 17 6 0 0 0
/proc/6058/statm: 87813 5844 377 364 0 23710 0
[pid=6060] ppid=6058 vsize=2576 CPUtime=35.38 cores=0,2,4,6
/proc/6060/stat : 6060 (march_hi) R 6058 6060 6060 0 -1 4202496 732 0 0 0 3538 0 0 0 25 0 1 0 538592970 2637824 461 33554432000 4194304 4955518 140735334337456 18446744073709551615 4307140 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/6060/statm: 644 461 104 186 0 457 0
[pid=5930/tid=5937] ppid=5928 vsize=361496 CPUtime=0 cores=0,2,4,6
/proc/5930/task/5937/stat : 5937 (python) S 5928 5930 5229 0 -1 4202560 29 931 0 0 0 0 0 0 18 0 9 0 538497808 370171904 7361 33554432000 4194304 5683644 140734177945456 18446744073709551615 212447840689 0 0 16781312 2 18446604453938593856 0 0 -1 4 0 0 0
[pid=5930/tid=5940] ppid=5928 vsize=361496 CPUtime=0 cores=0,2,4,6
/proc/5930/task/5940/stat : 5940 (python) S 5928 5930 5229 0 -1 4202560 26 931 0 0 0 0 0 0 18 0 9 0 538497811 370171904 7361 33554432000 4194304 5683644 140734177945456 18446744073709551615 212447840689 0 0 16781312 2 18446604453938593856 0 0 -1 2 0 0 0
[pid=5930/tid=5943] ppid=5928 vsize=361496 CPUtime=0 cores=0,2,4,6
/proc/5930/task/5943/stat : 5943 (python) S 5928 5930 5229 0 -1 4202560 26 931 0 0 0 0 0 0 18 0 9 0 538497814 370171904 7361 33554432000 4194304 5683644 140734177945456 18446744073709551615 212447840689 0 0 16781312 2 18446604453938593856 0 0 -1 6 0 0 0
[pid=5930/tid=5946] ppid=5928 vsize=361496 CPUtime=0 cores=0,2,4,6
/proc/5930/task/5946/stat : 5946 (python) S 5928 5930 5229 0 -1 4202560 43 931 0 0 0 0 0 0 18 0 9 0 538497817 370171904 7361 33554432000 4194304 5683644 140734177945456 18446744073709551615 212447840689 0 0 16781312 2 18446604453938593856 0 0 -1 6 0 0 0
[pid=5930/tid=5953] ppid=5928 vsize=361496 CPUtime=0 cores=0,2,4,6
/proc/5930/task/5953/stat : 5953 (python) S 5928 5930 5229 0 -1 4202560 30 931 0 0 0 0 0 0 20 0 9 0 538507726 370171904 7361 33554432000 4194304 5683644 140734177945456 18446744073709551615 212447840689 0 0 16781312 2 18446604453938593856 0 0 -1 6 0 0 0
[pid=5930/tid=5964] ppid=5928 vsize=361496 CPUtime=0 cores=0,2,4,6
/proc/5930/task/5964/stat : 5964 (python) S 5928 5930 5229 0 -1 4202560 34 931 0 0 0 0 0 0 18 0 9 0 538527260 370171904 7361 33554432000 4194304 5683644 140734177945456 18446744073709551615 212447840689 0 0 16781312 2 18446604453938593856 0 0 -1 6 0 0 0
[pid=5930/tid=5983] ppid=5928 vsize=361496 CPUtime=0 cores=0,2,4,6
/proc/5930/task/5983/stat : 5983 (python) S 5928 5930 5229 0 -1 4202560 29 931 0 0 0 0 0 0 18 0 9 0 538539527 370171904 7361 33554432000 4194304 5683644 140734177945456 18446744073709551615 212447840689 0 0 16781312 2 18446604453938593856 0 0 -1 6 0 0 0
[pid=5930/tid=6059] ppid=5928 vsize=361496 CPUtime=0 cores=0,2,4,6
/proc/5930/task/6059/stat : 6059 (python) S 5928 5930 5229 0 -1 4202560 30 931 0 0 0 0 0 0 20 0 9 0 538592970 370171904 7361 33554432000 4194304 5683644 140734177945456 18446744073709551615 212447840689 0 0 16781312 2 18446604453938593856 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3317.9
Current children cumulated vsize (KiB) 4979476

Child status: 0
Real time (s): 1014.05
CPU time (s): 3318.18
CPU user time (s): 3314.26
CPU system time (s): 3.9154
CPU usage (%): 327.221
Max. virtual memory (cumulated for all children) (KiB): 5001464

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3314.26
system time used= 3.9154
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 47812
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= 8922
involuntary context switches= 27870

runsolver used 2.6216 second user time and 5.2842 second system time

The end

Launcher Data

Begin job on node102 at 2011-05-01 18:55:54
IDJOB=3317348
IDBENCH=82813
IDSOLVER=1705
FILE ID=node102/3317348-1304268954
RUNJOBID= node102-1304267295-5247
PBS_JOBID= 13173976
Free space on /tmp= 72684 MiB

SOLVER NAME= borg-sat 11.03.02-random
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v500-c2130-S1085677759-100.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-3317348-1304268954/watcher-3317348-1304268954 -o /tmp/evaluation-result-3317348-1304268954/solver-3317348-1304268954 -C 4800 -W 1300 -M 15500  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3317348-1304268954.cnf -seed 1558148818 -budget 4800 -cores 4

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

MD5SUM BENCH= 12cee07ed764769ddb26400b2603221c
RANDOM SEED=1558148818

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.828
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:      29397832 kB
Buffers:        650680 kB
Cached:        1531052 kB
SwapCached:          0 kB
Active:        1256248 kB
Inactive:      1862988 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      29397832 kB
SwapTotal:    67111528 kB
SwapFree:     67111416 kB
Dirty:           31896 kB
Writeback:           0 kB
AnonPages:      937156 kB
Mapped:          24256 kB
Slab:           358972 kB
PageTables:      16424 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 22936640 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= 72648 MiB
End job on node102 at 2011-05-01 19:12:48