Trace number 3385831

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
borg-sat 11.03.02-par-random (fixed)UNSAT 59.033 9.877

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v350-c1491-S761041117-050.UNKNOWN.cnf
MD5SUMcb62702a06eba78f1f4308935b49c22d
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark7.31089
Satisfiable
(Un)Satisfiability was proved
Number of variables350
Number of clauses1491
Sum of the clauses size4473
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 31491
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.29/0.63	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.29/0.63	c INFO: solving HOME/instance-3385831-1305575793.cnf
0.29/0.63	c INFO: computing task features
0.29/0.63	c INFO: computed variable-clause graph statistics
0.29/0.63	c INFO: computed clause balance statistics
0.29/0.66	c INFO: computed variable balance statistics
0.29/0.68	c INFO: computed small-clause counts
0.29/0.68	c INFO: computed Horn-clause counts
0.29/0.68	c INFO: computed variable graph statistics
0.29/0.68	c INFO: collected features for HOME/instance-3385831-1305575793.cnf in 0.06 s
0.37/0.71	c INFO: running TNM@0 for 97 with 4999 remaining (b = 0.56)
0.37/0.74	c INFO: running march_hi@0 for 194 with 4999 remaining (b = 0.28)
0.37/0.77	c INFO: running march_hi@0 for 194 with 4999 remaining (b = 0.19)
0.48/0.80	c INFO: running march_hi@0 for 388 with 4999 remaining (b = 0.27)
0.48/0.83	c INFO: running gnovelty+2@0 for 97 with 4999 remaining (b = 0.07)
0.48/0.86	c INFO: running march_hi@0 for 388 with 4999 remaining (b = 0.26)
0.57/0.94	c INFO: running march_hi@0 for 388 with 4999 remaining (b = 0.22)
1.77/1.08	c INFO: running march_hi@0 for 388 with 4999 remaining (b = 0.20)
58.62/9.85	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: 961)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3385831-1305575793/watcher-3385831-1305575793 -o /tmp/evaluation-result-3385831-1305575793/solver-3385831-1305575793 -C 40000 -W 5100 -M 31000 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3385831-1305575793.cnf -seed 1278673076 -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: 8.89 9.91 10.02 4/477 30226
/proc/meminfo: memFree=16373952/32951124 swapFree=45193380/67111528
[pid=30226] ppid=30224 vsize=16236 CPUtime=0 cores=0-7
/proc/30226/stat : 30226 (python) R 30224 30226 30200 0 -1 4202496 1037 0 0 0 0 0 0 0 25 0 1 0 747809974 16625664 909 33554432000 4194304 5683644 140736190561872 18446744073709551615 4868289 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/30226/statm: 4059 909 380 364 0 546 0

[startup+0.0389179 s]
/proc/loadavg: 8.89 9.91 10.02 4/477 30226
/proc/meminfo: memFree=16373952/32951124 swapFree=45193380/67111528
[pid=30226] ppid=30224 vsize=18880 CPUtime=0.01 cores=0-7
/proc/30226/stat : 30226 (python) R 30224 30226 30200 0 -1 4202496 1278 0 0 0 1 0 0 0 25 0 1 0 747809974 19333120 1131 33554432000 4194304 5683644 140736190561872 18446744073709551615 4874342 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/30226/statm: 4720 1131 421 364 0 689 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 18880

[startup+0.100919 s]
/proc/loadavg: 8.89 9.91 10.02 4/477 30226
/proc/meminfo: memFree=16373952/32951124 swapFree=45193380/67111528
[pid=30226] ppid=30224 vsize=93956 CPUtime=0.04 cores=0-7
/proc/30226/stat : 30226 (python) S 30224 30226 30200 0 -1 4202496 2694 0 0 0 3 1 0 0 25 0 1 0 747809974 96210944 2406 33554432000 4194304 5683644 140736190561872 18446744073709551615 224284923904 0 2147483391 16781312 2 18446744071699199166 0 0 17 6 0 0 0
/proc/30226/statm: 23489 2406 764 364 0 1621 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 93956

[startup+0.300877 s]
/proc/loadavg: 8.89 9.91 10.02 4/477 30226
/proc/meminfo: memFree=16373952/32951124 swapFree=45193380/67111528
[pid=30226] ppid=30224 vsize=135748 CPUtime=0.15 cores=0-7
/proc/30226/stat : 30226 (python) S 30224 30226 30200 0 -1 4202496 5964 936 1 0 12 3 0 0 18 0 1 0 747809974 139005952 4151 33554432000 4194304 5683644 140736190561872 18446744073709551615 224284921861 0 2147483391 16781312 2 18446744071699199166 0 0 17 4 0 0 0
/proc/30226/statm: 33937 4151 1032 364 0 3123 0
Current children cumulated CPU time (s) 0.15
Current children cumulated vsize (KiB) 135748

[startup+0.700807 s]
/proc/loadavg: 8.89 9.91 10.02 4/477 30226
/proc/meminfo: memFree=16373952/32951124 swapFree=45193380/67111528
[pid=30226] ppid=30224 vsize=278416 CPUtime=0.37 cores=0-7
/proc/30226/stat : 30226 (python) R 30224 30226 30200 0 -1 4202496 9545 936 1 0 32 5 0 0 17 0 1 0 747809974 285097984 7048 33554432000 4194304 5683644 140736190561872 18446744073709551615 224284580889 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/30226/statm: 69604 7048 1868 364 0 5525 0
Current children cumulated CPU time (s) 0.37
Current children cumulated vsize (KiB) 278416

[startup+1.50162 s]
/proc/loadavg: 8.89 9.91 10.02 11/498 30251
/proc/meminfo: memFree=16325160/32951124 swapFree=45193380/67111528
[pid=30226] ppid=30224 vsize=426640 CPUtime=0.6 cores=0-7
/proc/30226/stat : 30226 (python) S 30224 30226 30200 0 -1 4202496 15219 936 1 0 53 7 0 0 22 0 9 0 747809974 436879360 7423 33554432000 4194304 5683644 140736190561872 18446744073709551615 224296752587 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/30226/statm: 106660 7423 1889 364 0 42557 0
[pid=30232] ppid=30226 vsize=278560 CPUtime=0 cores=0-7
/proc/30232/stat : 30232 (python) S 30226 30226 30200 0 -1 4202560 708 0 0 0 0 0 0 0 18 0 1 0 747810046 285245440 5550 33554432000 4194304 5683644 140736190561872 18446744073709551615 224284945935 0 0 16781312 514 6639150829725024255 0 0 17 1 0 0 0
/proc/30232/statm: 69640 5550 347 364 0 5558 0
[pid=30234] ppid=30232 vsize=454900 CPUtime=0.77 cores=0-7
/proc/30234/stat : 30234 (TNM) R 30232 30234 30234 0 -1 4202496 417 0 0 0 77 0 0 0 21 0 1 0 747810046 465817600 150 33554432000 134512640 135008748 4289177744 18446744073709551615 134527776 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/30234/statm: 113725 150 46 122 0 112625 0
[pid=30235] ppid=30226 vsize=289324 CPUtime=0 cores=0-7
/proc/30235/stat : 30235 (python) S 30226 30226 30200 0 -1 4202560 751 0 0 0 0 0 0 0 15 0 1 0 747810049 296267776 5689 33554432000 4194304 5683644 140736190561872 18446744073709551615 224284945990 0 0 16781312 514 5607405346269135107 0 0 17 3 0 0 0
/proc/30235/statm: 72331 5689 348 364 0 8246 0
[pid=30237] ppid=30235 vsize=1860 CPUtime=0.52 cores=0-7
/proc/30237/stat : 30237 (march_hi) R 30235 30237 30237 0 -1 4202496 549 0 0 0 52 0 0 0 24 0 1 0 747810049 1904640 285 33554432000 4194304 4955518 140737209240256 18446744073709551615 4263698 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/30237/statm: 465 285 104 186 0 278 0
[pid=30238] ppid=30226 vsize=365116 CPUtime=0 cores=0-7
/proc/30238/stat : 30238 (python) S 30226 30226 30200 0 -1 4202560 712 0 0 0 0 0 0 0 15 0 1 0 747810052 373878784 5866 33554432000 4194304 5683644 140736190561872 18446744073709551615 224284945990 0 0 16781312 514 1688154973210116355 0 0 17 4 0 0 0
/proc/30238/statm: 91279 5866 348 364 0 27191 0
[pid=30240] ppid=30238 vsize=1860 CPUtime=0.63 cores=0-7
/proc/30240/stat : 30240 (march_hi) R 30238 30240 30240 0 -1 4202496 533 0 0 0 63 0 0 0 25 0 1 0 747810052 1904640 284 33554432000 4194304 4955518 140733691988864 18446744073709551615 4290071 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/30240/statm: 465 284 104 186 0 278 0
[pid=30241] ppid=30226 vsize=375372 CPUtime=0 cores=0-7
/proc/30241/stat : 30241 (python) S 30226 30226 30200 0 -1 4202560 723 0 0 0 0 0 0 0 18 0 1 0 747810055 384380928 5828 33554432000 4194304 5683644 140736190561872 18446744073709551615 224284945990 0 0 16781312 514 7356493656162795780 0 0 17 1 0 0 0
/proc/30241/statm: 93843 5828 348 364 0 29752 0
[pid=30243] ppid=30241 vsize=1860 CPUtime=0.67 cores=0-7
/proc/30243/stat : 30243 (march_hi) R 30241 30243 30243 0 -1 4202496 541 0 0 0 67 0 0 0 25 0 1 0 747810055 1904640 285 33554432000 4194304 4955518 140737373022752 18446744073709551615 4209727 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/30243/statm: 465 285 104 186 0 278 0
[pid=30244] ppid=30226 vsize=385628 CPUtime=0 cores=0-7
/proc/30244/stat : 30244 (python) S 30226 30226 30200 0 -1 4202560 726 0 0 0 0 0 0 0 19 0 1 0 747810058 394883072 5833 33554432000 4194304 5683644 140736190561872 18446744073709551615 224284945990 0 0 16781312 514 13856480394376904703 0 0 17 1 0 0 0
/proc/30244/statm: 96407 5833 348 364 0 32313 0
[pid=30246] ppid=30244 vsize=1017800 CPUtime=0.63 cores=0-7
/proc/30246/stat : 30246 (gnovelty+2) R 30244 30246 30246 0 -1 4202496 419 0 0 0 63 0 0 0 22 0 1 0 747810059 1042227200 162 33554432000 134512640 135663704 4293125072 18446744073709551615 134524732 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/30246/statm: 254450 162 113 282 0 254166 0
[pid=30247] ppid=30226 vsize=395884 CPUtime=0 cores=0-7
/proc/30247/stat : 30247 (python) S 30226 30226 30200 0 -1 4202560 737 0 0 0 0 0 0 0 15 0 1 0 747810061 405385216 5853 33554432000 4194304 5683644 140736190561872 18446744073709551615 224284945990 0 0 16781312 514 16843656124707078402 0 0 17 0 0 0 0
/proc/30247/statm: 98971 5853 348 364 0 34874 0
[pid=30249] ppid=30247 vsize=1860 CPUtime=0.61 cores=0-7
/proc/30249/stat : 30249 (march_hi) R 30247 30249 30249 0 -1 4202496 542 0 0 0 61 0 0 0 24 0 1 0 747810061 1904640 284 33554432000 4194304 4955518 140735750050448 18446744073709551615 4347009 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/30249/statm: 465 284 104 186 0 278 0
[pid=30250] ppid=30226 vsize=406140 CPUtime=0 cores=0-7
/proc/30250/stat : 30250 (python) S 30226 30226 30200 0 -1 4202560 747 0 0 0 0 0 0 0 17 0 1 0 747810069 415887360 5857 33554432000 4194304 5683644 140736190561872 18446744073709551615 224284945990 0 0 16781312 514 5692277254407553283 0 0 17 4 0 0 0
/proc/30250/statm: 101535 5857 348 364 0 37435 0
[pid=30226/tid=30233] ppid=30224 vsize=426640 CPUtime=0 cores=0-7
/proc/30226/task/30233/stat : 30233 (python) S 30224 30226 30200 0 -1 4202560 26 936 0 0 0 0 0 0 18 0 9 0 747810046 436879360 7423 33554432000 4194304 5683644 140736190561872 18446744073709551615 224296749489 0 0 16781312 2 18446604447237112896 0 0 -1 6 0 0 0
[pid=30226/tid=30236] ppid=30224 vsize=426640 CPUtime=0 cores=0-7
/proc/30226/task/30236/stat : 30236 (python) S 30224 30226 30200 0 -1 4202560 29 936 0 0 0 0 0 0 18 0 9 0 747810049 436879360 7423 33554432000 4194304 5683644 140736190561872 18446744073709551615 224296749489 0 0 16781312 2 18446604447237112896 0 0 -1 3 0 0 0
[pid=30226/tid=30239] ppid=30224 vsize=426640 CPUtime=0 cores=0-7
/proc/30226/task/30239/stat : 30239 (python) S 30224 30226 30200 0 -1 4202560 68 936 0 0 0 0 0 0 20 0 9 0 747810052 436879360 7423 33554432000 4194304 5683644 140736190561872 18446744073709551615 224296749489 0 0 16781312 2 18446604447237112896 0 0 -1 0 0 0 0
[pid=30226/tid=30242] ppid=30224 vsize=426640 CPUtime=0 cores=0-7
/proc/30226/task/30242/stat : 30242 (python) S 30224 30226 30200 0 -1 4202560 32 936 0 0 0 0 0 0 21 0 9 0 747810055 436879360 7423 33554432000 4194304 5683644 140736190561872 18446744073709551615 224296749489 0 0 16781312 2 18446604447237112896 0 0 -1 7 0 0 0
[pid=30226/tid=30245] ppid=30224 vsize=426640 CPUtime=0 cores=0-7
/proc/30226/task/30245/stat : 30245 (python) S 30224 30226 30200 0 -1 4202560 34 936 0 0 0 0 0 0 19 0 9 0 747810058 436879360 7423 33554432000 4194304 5683644 140736190561872 18446744073709551615 224296749489 0 0 16781312 2 18446604447237112896 0 0 -1 1 0 0 0
[pid=30226/tid=30248] ppid=30224 vsize=426640 CPUtime=0 cores=0-7
/proc/30226/task/30248/stat : 30248 (python) S 30224 30226 30200 0 -1 4202560 31 936 0 0 0 0 0 0 20 0 9 0 747810061 436879360 7423 33554432000 4194304 5683644 140736190561872 18446744073709551615 224296749489 0 0 16781312 2 18446604447237112896 0 0 -1 1 0 0 0
[pid=30226/tid=30251] ppid=30224 vsize=426640 CPUtime=0 cores=0-7
/proc/30226/task/30251/stat : 30251 (python) S 30224 30226 30200 0 -1 4202560 30 936 0 0 0 0 0 0 22 0 9 0 747810069 436879360 7423 33554432000 4194304 5683644 140736190561872 18446744073709551615 224296749489 0 0 16781312 2 18446604447237112896 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4.43
Current children cumulated vsize (KiB) 4402804

[startup+3.10135 s]
/proc/loadavg: 8.89 9.91 10.02 11/502 30255
/proc/meminfo: memFree=16318556/32951124 swapFree=45193380/67111528
[pid=30226] ppid=30224 vsize=426640 CPUtime=0.6 cores=0-7
/proc/30226/stat : 30226 (python) S 30224 30226 30200 0 -1 4202496 15219 936 1 0 53 7 0 0 22 0 9 0 747809974 436879360 7423 33554432000 4194304 5683644 140736190561872 18446744073709551615 224296752587 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/30226/statm: 106660 7423 1889 364 0 42557 0
[pid=30232] ppid=30226 vsize=278560 CPUtime=0 cores=0-7
/proc/30232/stat : 30232 (python) S 30226 30226 30200 0 -1 4202560 735 0 0 0 0 0 0 0 18 0 1 0 747810046 285245440 5557 33554432000 4194304 5683644 140736190561872 18446744073709551615 224284945935 0 0 16781312 514 6639150829724991747 0 0 17 1 0 0 0
/proc/30232/statm: 69640 5557 354 364 0 5558 0
[pid=30234] ppid=30232 vsize=454900 CPUtime=2.37 cores=0-7
/proc/30234/stat : 30234 (TNM) R 30232 30234 30234 0 -1 4202496 417 0 0 0 237 0 0 0 25 0 1 0 747810046 465817600 150 33554432000 134512640 135008748 4289177744 18446744073709551615 134529398 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/30234/statm: 113725 150 46 122 0 112625 0
[pid=30235] ppid=30226 vsize=289324 CPUtime=0 cores=0-7
/proc/30235/stat : 30235 (python) S 30226 30226 30200 0 -1 4202560 751 0 0 0 0 0 0 0 15 0 1 0 747810049 296267776 5689 33554432000 4194304 5683644 140736190561872 18446744073709551615 224284945990 0 0 16781312 514 4579896942540062979 0 0 17 3 0 0 0
/proc/30235/statm: 72331 5689 348 364 0 8246 0
[pid=30237] ppid=30235 vsize=1860 CPUtime=1.32 cores=0-7
/proc/30237/stat : 30237 (march_hi) R 30235 30237 30237 0 -1 4202496 554 0 0 0 132 0 0 0 25 0 1 0 747810049 1904640 290 33554432000 4194304 4955518 140737209240256 18446744073709551615 4238727 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/30237/statm: 465 290 104 186 0 278 0
[pid=30238] ppid=30226 vsize=365116 CPUtime=0 cores=0-7
/proc/30238/stat : 30238 (python) S 30226 30226 30200 0 -1 4202560 717 0 0 0 0 0 0 0 15 0 1 0 747810052 373878784 5866 33554432000 4194304 5683644 140736190561872 18446744073709551615 224284945990 0 0 16781312 514 1688154973210116355 0 0 17 4 0 0 0
/proc/30238/statm: 91279 5866 348 364 0 27191 0
[pid=30240] ppid=30238 vsize=1860 CPUtime=2.23 cores=0-7
/proc/30240/stat : 30240 (march_hi) R 30238 30240 30240 0 -1 4202496 551 0 0 0 223 0 0 0 25 0 1 0 747810052 1904640 302 33554432000 4194304 4955518 140733691988864 18446744073709551615 4227756 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/30240/statm: 465 302 104 186 0 278 0
[pid=30241] ppid=30226 vsize=375372 CPUtime=0 cores=0-7
/proc/30241/stat : 30241 (python) S 30226 30226 30200 0 -1 4202560 725 0 0 0 0 0 0 0 15 0 1 0 747810055 384380928 5828 33554432000 4194304 5683644 140736190561872 18446744073709551615 224284945990 0 0 16781312 514 7356493656162795780 0 0 17 1 0 0 0
/proc/30241/statm: 93843 5828 348 364 0 29752 0
[pid=30243] ppid=30241 vsize=1860 CPUtime=2.25 cores=0-7
/proc/30243/stat : 30243 (march_hi) R 30241 30243 30243 0 -1 4202496 559 0 0 0 225 0 0 0 25 0 1 0 747810055 1904640 303 33554432000 4194304 4955518 140737373022752 18446744073709551615 4314947 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/30243/statm: 465 303 104 186 0 278 0
[pid=30244] ppid=30226 vsize=385628 CPUtime=0 cores=0-7
/proc/30244/stat : 30244 (python) S 30226 30226 30200 0 -1 4202560 726 0 0 0 0 0 0 0 18 0 1 0 747810058 394883072 5833 33554432000 4194304 5683644 140736190561872 18446744073709551615 224284945990 0 0 16781312 514 13856480394376872196 0 0 17 1 0 0 0
/proc/30244/statm: 96407 5833 348 364 0 32313 0
[pid=30246] ppid=30244 vsize=1017800 CPUtime=2.23 cores=0-7
/proc/30246/stat : 30246 (gnovelty+2) R 30244 30246 30246 0 -1 4202496 419 0 0 0 223 0 0 0 25 0 1 0 747810059 1042227200 162 33554432000 134512640 135663704 4293125072 18446744073709551615 134524561 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/30246/statm: 254450 162 113 282 0 254166 0
[pid=30247] ppid=30226 vsize=395884 CPUtime=0 cores=0-7
/proc/30247/stat : 30247 (python) S 30226 30226 30200 0 -1 4202560 738 0 0 0 0 0 0 0 15 0 1 0 747810061 405385216 5853 33554432000 4194304 5683644 140736190561872 18446744073709551615 224284945990 0 0 16781312 514 16843656124707078402 0 0 17 0 0 0 0
/proc/30247/statm: 98971 5853 348 364 0 34874 0
[pid=30249] ppid=30247 vsize=1860 CPUtime=2.21 cores=0-7
/proc/30249/stat : 30249 (march_hi) R 30247 30249 30249 0 -1 4202496 560 0 0 0 221 0 0 0 25 0 1 0 747810061 1904640 302 33554432000 4194304 4955518 140735750050448 18446744073709551615 4209667 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/30249/statm: 465 302 104 186 0 278 0
[pid=30250] ppid=30226 vsize=406140 CPUtime=0 cores=0-7
/proc/30250/stat : 30250 (python) S 30226 30226 30200 0 -1 4202560 751 0 0 0 0 0 0 0 15 0 1 0 747810069 415887360 5857 33554432000 4194304 5683644 140736190561872 18446744073709551615 224284945990 0 0 16781312 514 5692277254407553283 0 0 17 4 0 0 0
/proc/30250/statm: 101535 5857 348 364 0 37435 0
[pid=30252] ppid=30250 vsize=1860 CPUtime=1.01 cores=0-7
/proc/30252/stat : 30252 (march_hi) R 30250 30252 30252 0 -1 4202496 550 0 0 0 101 0 0 0 25 0 1 0 747810081 1904640 290 33554432000 4194304 4955518 140736129611504 18446744073709551615 4238482 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/30252/statm: 465 290 104 186 0 278 0
[pid=30253] ppid=30226 vsize=416396 CPUtime=0 cores=0-7
/proc/30253/stat : 30253 (python) S 30226 30226 30200 0 -1 4202560 790 0 0 0 0 0 0 0 15 0 1 0 747810082 426389504 5884 33554432000 4194304 5683644 140736190561872 18446744073709551615 224284945990 0 0 16781312 514 3903160729783468290 0 0 17 4 0 0 0
/proc/30253/statm: 104099 5884 354 364 0 39996 0
[pid=30255] ppid=30253 vsize=1860 CPUtime=0.92 cores=0-7
/proc/30255/stat : 30255 (march_hi) R 30253 30255 30255 0 -1 4202496 553 0 0 0 92 0 0 0 25 0 1 0 747810092 1904640 290 33554432000 4194304 4955518 140734017469824 18446744073709551615 4224631 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/30255/statm: 465 290 104 186 0 278 0
[pid=30226/tid=30233] ppid=30224 vsize=426640 CPUtime=0 cores=0-7
/proc/30226/task/30233/stat : 30233 (python) S 30224 30226 30200 0 -1 4202560 26 936 0 0 0 0 0 0 18 0 9 0 747810046 436879360 7423 33554432000 4194304 5683644 140736190561872 18446744073709551615 224296749489 0 0 16781312 2 18446604447237112896 0 0 -1 6 0 0 0
[pid=30226/tid=30236] ppid=30224 vsize=426640 CPUtime=0 cores=0-7
/proc/30226/task/30236/stat : 30236 (python) S 30224 30226 30200 0 -1 4202560 29 936 0 0 0 0 0 0 18 0 9 0 747810049 436879360 7423 33554432000 4194304 5683644 140736190561872 18446744073709551615 224296749489 0 0 16781312 2 18446604447237112896 0 0 -1 3 0 0 0
[pid=30226/tid=30239] ppid=30224 vsize=426640 CPUtime=0 cores=0-7
/proc/30226/task/30239/stat : 30239 (python) S 30224 30226 30200 0 -1 4202560 68 936 0 0 0 0 0 0 20 0 9 0 747810052 436879360 7423 33554432000 4194304 5683644 140736190561872 18446744073709551615 224296749489 0 0 16781312 2 18446604447237112896 0 0 -1 0 0 0 0
[pid=30226/tid=30242] ppid=30224 vsize=426640 CPUtime=0 cores=0-7
/proc/30226/task/30242/stat : 30242 (python) S 30224 30226 30200 0 -1 4202560 32 936 0 0 0 0 0 0 21 0 9 0 747810055 436879360 7423 33554432000 4194304 5683644 140736190561872 18446744073709551615 224296749489 0 0 16781312 2 18446604447237112896 0 0 -1 7 0 0 0
[pid=30226/tid=30245] ppid=30224 vsize=426640 CPUtime=0 cores=0-7
/proc/30226/task/30245/stat : 30245 (python) S 30224 30226 30200 0 -1 4202560 34 936 0 0 0 0 0 0 19 0 9 0 747810058 436879360 7423 33554432000 4194304 5683644 140736190561872 18446744073709551615 224296749489 0 0 16781312 2 18446604447237112896 0 0 -1 1 0 0 0
[pid=30226/tid=30248] ppid=30224 vsize=426640 CPUtime=0 cores=0-7
/proc/30226/task/30248/stat : 30248 (python) S 30224 30226 30200 0 -1 4202560 31 936 0 0 0 0 0 0 20 0 9 0 747810061 436879360 7423 33554432000 4194304 5683644 140736190561872 18446744073709551615 224296749489 0 0 16781312 2 18446604447237112896 0 0 -1 1 0 0 0
[pid=30226/tid=30251] ppid=30224 vsize=426640 CPUtime=0 cores=0-7
/proc/30226/task/30251/stat : 30251 (python) S 30224 30226 30200 0 -1 4202560 30 936 0 0 0 0 0 0 22 0 9 0 747810069 436879360 7423 33554432000 4194304 5683644 140736190561872 18446744073709551615 224296749489 0 0 16781312 2 18446604447237112896 0 0 -1 4 0 0 0
[pid=30226/tid=30254] ppid=30224 vsize=426640 CPUtime=0 cores=0-7
/proc/30226/task/30254/stat : 30254 (python) S 30224 30226 30200 0 -1 4202560 32 936 0 0 0 0 0 0 23 0 9 0 747810082 436879360 7423 33554432000 4194304 5683644 140736190561872 18446744073709551615 224296749489 0 0 16781312 2 18446604447237112896 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 15.14
Current children cumulated vsize (KiB) 4822920

[startup+6.30182 s]

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

[pid=30253] ppid=30226 vsize=416396 CPUtime=0.02 cores=0-7
/proc/30253/stat : 30253 (python) S 30226 30226 30200 0 -1 4202560 883 0 0 0 1 1 0 0 15 0 1 0 747810082 426389504 5907 33554432000 4194304 5683644 140736190561872 18446744073709551615 224284945990 0 0 16781312 514 3903160729783468290 0 0 17 4 0 0 0
/proc/30253/statm: 104099 5907 377 364 0 39996 0
[pid=30255] ppid=30253 vsize=2004 CPUtime=4.11 cores=0-7
/proc/30255/stat : 30255 (march_hi) R 30253 30255 30255 0 -1 4202496 575 0 0 0 411 0 0 0 25 0 1 0 747810092 2052096 312 33554432000 4194304 4955518 140734017469824 18446744073709551615 4261424 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/30255/statm: 501 312 104 186 0 314 0
[pid=30226/tid=30233] ppid=30224 vsize=426640 CPUtime=0 cores=0-7
/proc/30226/task/30233/stat : 30233 (python) S 30224 30226 30200 0 -1 4202560 26 936 0 0 0 0 0 0 18 0 9 0 747810046 436879360 7423 33554432000 4194304 5683644 140736190561872 18446744073709551615 224296749489 0 0 16781312 2 18446604447237112896 0 0 -1 6 0 0 0
[pid=30226/tid=30236] ppid=30224 vsize=426640 CPUtime=0 cores=0-7
/proc/30226/task/30236/stat : 30236 (python) S 30224 30226 30200 0 -1 4202560 29 936 0 0 0 0 0 0 18 0 9 0 747810049 436879360 7423 33554432000 4194304 5683644 140736190561872 18446744073709551615 224296749489 0 0 16781312 2 18446604447237112896 0 0 -1 3 0 0 0
[pid=30226/tid=30239] ppid=30224 vsize=426640 CPUtime=0 cores=0-7
/proc/30226/task/30239/stat : 30239 (python) S 30224 30226 30200 0 -1 4202560 68 936 0 0 0 0 0 0 20 0 9 0 747810052 436879360 7423 33554432000 4194304 5683644 140736190561872 18446744073709551615 224296749489 0 0 16781312 2 18446604447237112896 0 0 -1 0 0 0 0
[pid=30226/tid=30242] ppid=30224 vsize=426640 CPUtime=0 cores=0-7
/proc/30226/task/30242/stat : 30242 (python) S 30224 30226 30200 0 -1 4202560 32 936 0 0 0 0 0 0 21 0 9 0 747810055 436879360 7423 33554432000 4194304 5683644 140736190561872 18446744073709551615 224296749489 0 0 16781312 2 18446604447237112896 0 0 -1 7 0 0 0
[pid=30226/tid=30245] ppid=30224 vsize=426640 CPUtime=0 cores=0-7
/proc/30226/task/30245/stat : 30245 (python) S 30224 30226 30200 0 -1 4202560 34 936 0 0 0 0 0 0 19 0 9 0 747810058 436879360 7423 33554432000 4194304 5683644 140736190561872 18446744073709551615 224296749489 0 0 16781312 2 18446604447237112896 0 0 -1 1 0 0 0
[pid=30226/tid=30248] ppid=30224 vsize=426640 CPUtime=0 cores=0-7
/proc/30226/task/30248/stat : 30248 (python) S 30224 30226 30200 0 -1 4202560 31 936 0 0 0 0 0 0 20 0 9 0 747810061 436879360 7423 33554432000 4194304 5683644 140736190561872 18446744073709551615 224296749489 0 0 16781312 2 18446604447237112896 0 0 -1 1 0 0 0
[pid=30226/tid=30251] ppid=30224 vsize=426640 CPUtime=0 cores=0-7
/proc/30226/task/30251/stat : 30251 (python) S 30224 30226 30200 0 -1 4202560 30 936 0 0 0 0 0 0 22 0 9 0 747810069 436879360 7423 33554432000 4194304 5683644 140736190561872 18446744073709551615 224296749489 0 0 16781312 2 18446604447237112896 0 0 -1 4 0 0 0
[pid=30226/tid=30254] ppid=30224 vsize=426640 CPUtime=0 cores=0-7
/proc/30226/task/30254/stat : 30254 (python) S 30224 30226 30200 0 -1 4202560 32 936 0 0 0 0 0 0 23 0 9 0 747810082 436879360 7423 33554432000 4194304 5683644 140736190561872 18446744073709551615 224296749489 0 0 16781312 2 18446604447237112896 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 56.56
Current children cumulated vsize (KiB) 4817772

[startup+9.70125 s]
/proc/loadavg: 8.98 9.91 10.02 14/502 30255
/proc/meminfo: memFree=16320332/32951124 swapFree=45193380/67111528
[pid=30226] ppid=30224 vsize=426640 CPUtime=0.6 cores=0-7
/proc/30226/stat : 30226 (python) S 30224 30226 30200 0 -1 4202496 15219 936 1 0 53 7 0 0 22 0 9 0 747809974 436879360 7423 33554432000 4194304 5683644 140736190561872 18446744073709551615 224296752587 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/30226/statm: 106660 7423 1889 364 0 42557 0
[pid=30232] ppid=30226 vsize=278560 CPUtime=0.01 cores=0-7
/proc/30232/stat : 30232 (python) S 30226 30226 30200 0 -1 4202560 909 0 0 0 1 0 0 0 18 0 1 0 747810046 285245440 5580 33554432000 4194304 5683644 140736190561872 18446744073709551615 224284945935 0 0 16781312 514 6639150829724991747 0 0 17 1 0 0 0
/proc/30232/statm: 69640 5580 377 364 0 5558 0
[pid=30234] ppid=30232 vsize=454900 CPUtime=8.97 cores=0-7
/proc/30234/stat : 30234 (TNM) R 30232 30234 30234 0 -1 4202496 417 0 0 0 897 0 0 0 25 0 1 0 747810046 465817600 150 33554432000 134512640 135008748 4289177744 18446744073709551615 134527804 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/30234/statm: 113725 150 46 122 0 112625 0
[pid=30235] ppid=30226 vsize=289324 CPUtime=0.03 cores=0-7
/proc/30235/stat : 30235 (python) S 30226 30226 30200 0 -1 4202560 906 0 0 0 2 1 0 0 15 0 1 0 747810049 296267776 5712 33554432000 4194304 5683644 140736190561872 18446744073709551615 224284945990 0 0 16781312 514 4579896942540062979 0 0 17 3 0 0 0
/proc/30235/statm: 72331 5712 371 364 0 8246 0
[pid=30237] ppid=30235 vsize=2004 CPUtime=4.61 cores=0-7
/proc/30237/stat : 30237 (march_hi) R 30235 30237 30237 0 -1 4202496 578 0 0 0 461 0 0 0 25 0 1 0 747810049 2052096 314 33554432000 4194304 4955518 140737209240256 18446744073709551615 4209733 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/30237/statm: 501 314 104 186 0 314 0
[pid=30238] ppid=30226 vsize=365116 CPUtime=1.4 cores=0-7
/proc/30238/stat : 30238 (python) R 30226 30226 30200 0 -1 4202560 810 0 0 0 121 19 0 0 17 0 1 0 747810052 373878784 5889 33554432000 4194304 5683644 140736190561872 18446744073709551615 224296756031 0 0 16781312 514 0 0 0 17 4 0 0 0
/proc/30238/statm: 91279 5889 371 364 0 27191 0
[pid=30240] ppid=30238 vsize=0 CPUtime=7.36 cores=0-7
/proc/30240/stat : 30240 (march_hi) R 30238 30240 30240 0 -1 4202500 605 0 0 0 736 0 0 0 25 0 1 0 747810052 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 4 0 0 0
/proc/30240/statm: 0 0 0 0 0 0 0
[pid=30241] ppid=30226 vsize=375372 CPUtime=1.3 cores=0-7
/proc/30241/stat : 30241 (python) R 30226 30226 30200 0 -1 4202560 809 0 0 0 114 16 0 0 17 0 1 0 747810055 384380928 5851 33554432000 4194304 5683644 140736190561872 18446744073709551615 5013399 0 0 16781312 514 0 0 0 17 7 0 0 0
/proc/30241/statm: 93843 5851 371 364 0 29752 0
[pid=30243] ppid=30241 vsize=0 CPUtime=7.43 cores=0-7
/proc/30243/stat : 30243 (march_hi) R 30241 30243 30243 0 -1 4202500 613 0 0 0 743 0 0 0 25 0 1 0 747810055 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 7 0 0 0
/proc/30243/statm: 0 0 0 0 0 0 0
[pid=30244] ppid=30226 vsize=385628 CPUtime=0.02 cores=0-7
/proc/30244/stat : 30244 (python) S 30226 30226 30200 0 -1 4202560 810 0 0 0 1 1 0 0 18 0 1 0 747810058 394883072 5856 33554432000 4194304 5683644 140736190561872 18446744073709551615 224284945990 0 0 16781312 514 13856480394376872196 0 0 17 1 0 0 0
/proc/30244/statm: 96407 5856 371 364 0 32313 0
[pid=30246] ppid=30244 vsize=1017800 CPUtime=8.78 cores=0-7
/proc/30246/stat : 30246 (gnovelty+2) R 30244 30246 30246 0 -1 4202496 419 0 0 0 878 0 0 0 25 0 1 0 747810059 1042227200 162 33554432000 134512640 135663704 4293125072 18446744073709551615 134546746 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/30246/statm: 254450 162 113 282 0 254166 0
[pid=30247] ppid=30226 vsize=395884 CPUtime=1.44 cores=0-7
/proc/30247/stat : 30247 (python) S 30226 30226 30200 0 -1 4202560 826 0 0 0 127 17 0 0 17 0 1 0 747810061 405385216 5877 33554432000 4194304 5683644 140736190561872 18446744073709551615 224296756031 0 0 16781312 514 0 0 0 17 0 0 0 0
/proc/30247/statm: 98971 5877 372 364 0 34874 0
[pid=30249] ppid=30247 vsize=0 CPUtime=7.37 cores=0-7
/proc/30249/stat : 30249 (march_hi) R 30247 30249 30249 0 -1 4202500 614 0 0 0 737 0 0 0 25 0 1 0 747810061 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 0 0 0 0
/proc/30249/statm: 0 0 0 0 0 0 0
[pid=30250] ppid=30226 vsize=406140 CPUtime=0.02 cores=0-7
/proc/30250/stat : 30250 (python) S 30226 30226 30200 0 -1 4202560 835 0 0 0 1 1 0 0 15 0 1 0 747810069 415887360 5880 33554432000 4194304 5683644 140736190561872 18446744073709551615 224284945990 0 0 16781312 514 5692277254407553283 0 0 17 4 0 0 0
/proc/30250/statm: 101535 5880 371 364 0 37435 0
[pid=30252] ppid=30250 vsize=2004 CPUtime=4.29 cores=0-7
/proc/30252/stat : 30252 (march_hi) R 30250 30252 30252 0 -1 4202496 572 0 0 0 429 0 0 0 25 0 1 0 747810081 2052096 312 33554432000 4194304 4955518 140736129611504 18446744073709551615 4227032 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/30252/statm: 501 312 104 186 0 314 0
[pid=30253] ppid=30226 vsize=416396 CPUtime=0.02 cores=0-7
/proc/30253/stat : 30253 (python) S 30226 30226 30200 0 -1 4202560 883 0 0 0 1 1 0 0 15 0 1 0 747810082 426389504 5907 33554432000 4194304 5683644 140736190561872 18446744073709551615 224284945990 0 0 16781312 514 3903160729783468290 0 0 17 4 0 0 0
/proc/30253/statm: 104099 5907 377 364 0 39996 0
[pid=30255] ppid=30253 vsize=2004 CPUtime=4.21 cores=0-7
/proc/30255/stat : 30255 (march_hi) R 30253 30255 30255 0 -1 4202496 575 0 0 0 421 0 0 0 25 0 1 0 747810092 2052096 312 33554432000 4194304 4955518 140734017469824 18446744073709551615 4209688 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/30255/statm: 501 312 104 186 0 314 0
[pid=30226/tid=30233] ppid=30224 vsize=426640 CPUtime=0 cores=0-7
/proc/30226/task/30233/stat : 30233 (python) S 30224 30226 30200 0 -1 4202560 26 936 0 0 0 0 0 0 18 0 9 0 747810046 436879360 7423 33554432000 4194304 5683644 140736190561872 18446744073709551615 224296749489 0 0 16781312 2 18446604447237112896 0 0 -1 6 0 0 0
[pid=30226/tid=30236] ppid=30224 vsize=426640 CPUtime=0 cores=0-7
/proc/30226/task/30236/stat : 30236 (python) S 30224 30226 30200 0 -1 4202560 29 936 0 0 0 0 0 0 18 0 9 0 747810049 436879360 7423 33554432000 4194304 5683644 140736190561872 18446744073709551615 224296749489 0 0 16781312 2 18446604447237112896 0 0 -1 3 0 0 0
[pid=30226/tid=30239] ppid=30224 vsize=426640 CPUtime=0 cores=0-7
/proc/30226/task/30239/stat : 30239 (python) S 30224 30226 30200 0 -1 4202560 68 936 0 0 0 0 0 0 20 0 9 0 747810052 436879360 7423 33554432000 4194304 5683644 140736190561872 18446744073709551615 224296749489 0 0 16781312 2 18446604447237112896 0 0 -1 0 0 0 0
[pid=30226/tid=30242] ppid=30224 vsize=426640 CPUtime=0 cores=0-7
/proc/30226/task/30242/stat : 30242 (python) S 30224 30226 30200 0 -1 4202560 32 936 0 0 0 0 0 0 21 0 9 0 747810055 436879360 7423 33554432000 4194304 5683644 140736190561872 18446744073709551615 224296749489 0 0 16781312 2 18446604447237112896 0 0 -1 7 0 0 0
[pid=30226/tid=30245] ppid=30224 vsize=426640 CPUtime=0 cores=0-7
/proc/30226/task/30245/stat : 30245 (python) S 30224 30226 30200 0 -1 4202560 34 936 0 0 0 0 0 0 19 0 9 0 747810058 436879360 7423 33554432000 4194304 5683644 140736190561872 18446744073709551615 224296749489 0 0 16781312 2 18446604447237112896 0 0 -1 1 0 0 0
[pid=30226/tid=30248] ppid=30224 vsize=426640 CPUtime=0 cores=0-7
/proc/30226/task/30248/stat : 30248 (python) S 30224 30226 30200 0 -1 4202560 31 936 0 0 0 0 0 0 20 0 9 0 747810061 436879360 7423 33554432000 4194304 5683644 140736190561872 18446744073709551615 224296749489 0 0 16781312 2 18446604447237112896 0 0 -1 1 0 0 0
[pid=30226/tid=30251] ppid=30224 vsize=426640 CPUtime=0 cores=0-7
/proc/30226/task/30251/stat : 30251 (python) S 30224 30226 30200 0 -1 4202560 30 936 0 0 0 0 0 0 22 0 9 0 747810069 436879360 7423 33554432000 4194304 5683644 140736190561872 18446744073709551615 224296749489 0 0 16781312 2 18446604447237112896 0 0 -1 4 0 0 0
[pid=30226/tid=30254] ppid=30224 vsize=426640 CPUtime=0 cores=0-7
/proc/30226/task/30254/stat : 30254 (python) S 30224 30226 30200 0 -1 4202560 32 936 0 0 0 0 0 0 23 0 9 0 747810082 436879360 7423 33554432000 4194304 5683644 140736190561872 18446744073709551615 224296749489 0 0 16781312 2 18446604447237112896 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 57.86
Current children cumulated vsize (KiB) 4817772

[startup+9.80123 s]
/proc/loadavg: 9.46 9.99 10.04 16/502 30255
/proc/meminfo: memFree=16319960/32951124 swapFree=45193380/67111528
[pid=30226] ppid=30224 vsize=426640 CPUtime=0.6 cores=0-7
/proc/30226/stat : 30226 (python) S 30224 30226 30200 0 -1 4202496 15219 936 1 0 53 7 0 0 22 0 9 0 747809974 436879360 7423 33554432000 4194304 5683644 140736190561872 18446744073709551615 224296752587 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/30226/statm: 106660 7423 1889 364 0 42557 0
[pid=30232] ppid=30226 vsize=278560 CPUtime=0.01 cores=0-7
/proc/30232/stat : 30232 (python) S 30226 30226 30200 0 -1 4202560 909 0 0 0 1 0 0 0 18 0 1 0 747810046 285245440 5580 33554432000 4194304 5683644 140736190561872 18446744073709551615 224284945935 0 0 16781312 514 6639150829724991747 0 0 17 1 0 0 0
/proc/30232/statm: 69640 5580 377 364 0 5558 0
[pid=30234] ppid=30232 vsize=454900 CPUtime=9.09 cores=0-7
/proc/30234/stat : 30234 (TNM) R 30232 30234 30234 0 -1 4202496 417 0 0 0 909 0 0 0 25 0 1 0 747810046 465817600 150 33554432000 134512640 135008748 4289177744 18446744073709551615 134527542 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/30234/statm: 113725 150 46 122 0 112625 0
[pid=30235] ppid=30226 vsize=289324 CPUtime=0.03 cores=0-7
/proc/30235/stat : 30235 (python) S 30226 30226 30200 0 -1 4202560 906 0 0 0 2 1 0 0 15 0 1 0 747810049 296267776 5712 33554432000 4194304 5683644 140736190561872 18446744073709551615 224284945990 0 0 16781312 514 4579896942540062979 0 0 17 3 0 0 0
/proc/30235/statm: 72331 5712 371 364 0 8246 0
[pid=30237] ppid=30235 vsize=2004 CPUtime=4.7 cores=0-7
/proc/30237/stat : 30237 (march_hi) R 30235 30237 30237 0 -1 4202496 579 0 0 0 470 0 0 0 25 0 1 0 747810049 2052096 315 33554432000 4194304 4955518 140737209240256 18446744073709551615 4227747 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/30237/statm: 501 315 104 186 0 314 0
[pid=30238] ppid=30226 vsize=365116 CPUtime=1.51 cores=0-7
/proc/30238/stat : 30238 (python) S 30226 30226 30200 0 -1 4202560 810 0 0 0 131 20 0 0 17 0 1 0 747810052 373878784 5889 33554432000 4194304 5683644 140736190561872 18446744073709551615 224296756031 0 0 16781312 514 0 0 0 17 4 0 0 0
/proc/30238/statm: 91279 5889 371 364 0 27191 0
[pid=30240] ppid=30238 vsize=0 CPUtime=7.36 cores=0-7
/proc/30240/stat : 30240 (march_hi) R 30238 30240 30240 0 -1 4202500 605 0 0 0 736 0 0 0 25 0 1 0 747810052 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 4 0 0 0
/proc/30240/statm: 0 0 0 0 0 0 0
[pid=30241] ppid=30226 vsize=375372 CPUtime=1.39 cores=0-7
/proc/30241/stat : 30241 (python) R 30226 30226 30200 0 -1 4202560 809 0 0 0 122 17 0 0 17 0 1 0 747810055 384380928 5851 33554432000 4194304 5683644 140736190561872 18446744073709551615 4509199 0 0 16781312 514 0 0 0 17 7 0 0 0
/proc/30241/statm: 93843 5851 371 364 0 29752 0
[pid=30243] ppid=30241 vsize=0 CPUtime=7.43 cores=0-7
/proc/30243/stat : 30243 (march_hi) R 30241 30243 30243 0 -1 4202500 613 0 0 0 743 0 0 0 25 0 1 0 747810055 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 7 0 0 0
/proc/30243/statm: 0 0 0 0 0 0 0
[pid=30244] ppid=30226 vsize=385628 CPUtime=0.02 cores=0-7
/proc/30244/stat : 30244 (python) S 30226 30226 30200 0 -1 4202560 810 0 0 0 1 1 0 0 18 0 1 0 747810058 394883072 5856 33554432000 4194304 5683644 140736190561872 18446744073709551615 224284945990 0 0 16781312 514 13856480394376872196 0 0 17 1 0 0 0
/proc/30244/statm: 96407 5856 371 364 0 32313 0
[pid=30246] ppid=30244 vsize=1017800 CPUtime=8.89 cores=0-7
/proc/30246/stat : 30246 (gnovelty+2) R 30244 30246 30246 0 -1 4202496 419 0 0 0 889 0 0 0 25 0 1 0 747810059 1042227200 162 33554432000 134512640 135663704 4293125072 18446744073709551615 134546768 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/30246/statm: 254450 162 113 282 0 254166 0
[pid=30247] ppid=30226 vsize=395884 CPUtime=1.56 cores=0-7
/proc/30247/stat : 30247 (python) R 30226 30226 30200 0 -1 4202560 826 0 0 0 138 18 0 0 17 0 1 0 747810061 405385216 5877 33554432000 4194304 5683644 140736190561872 18446744073709551615 224296756031 0 0 16781312 514 0 0 0 17 0 0 0 0
/proc/30247/statm: 98971 5877 372 364 0 34874 0
[pid=30249] ppid=30247 vsize=0 CPUtime=7.37 cores=0-7
/proc/30249/stat : 30249 (march_hi) R 30247 30249 30249 0 -1 4202500 614 0 0 0 737 0 0 0 25 0 1 0 747810061 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 0 0 0 0
/proc/30249/statm: 0 0 0 0 0 0 0
[pid=30250] ppid=30226 vsize=406140 CPUtime=0.02 cores=0-7
/proc/30250/stat : 30250 (python) S 30226 30226 30200 0 -1 4202560 835 0 0 0 1 1 0 0 15 0 1 0 747810069 415887360 5880 33554432000 4194304 5683644 140736190561872 18446744073709551615 224284945990 0 0 16781312 514 5692277254407553283 0 0 17 4 0 0 0
/proc/30250/statm: 101535 5880 371 364 0 37435 0
[pid=30252] ppid=30250 vsize=2004 CPUtime=4.31 cores=0-7
/proc/30252/stat : 30252 (march_hi) R 30250 30252 30252 0 -1 4202496 572 0 0 0 431 0 0 0 25 0 1 0 747810081 2052096 312 33554432000 4194304 4955518 140736129611504 18446744073709551615 4209733 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/30252/statm: 501 312 104 186 0 314 0
[pid=30253] ppid=30226 vsize=416396 CPUtime=0.02 cores=0-7
/proc/30253/stat : 30253 (python) S 30226 30226 30200 0 -1 4202560 883 0 0 0 1 1 0 0 15 0 1 0 747810082 426389504 5907 33554432000 4194304 5683644 140736190561872 18446744073709551615 224284945990 0 0 16781312 514 3903160729783468290 0 0 17 4 0 0 0
/proc/30253/statm: 104099 5907 377 364 0 39996 0
[pid=30255] ppid=30253 vsize=2004 CPUtime=4.31 cores=0-7
/proc/30255/stat : 30255 (march_hi) R 30253 30255 30255 0 -1 4202496 575 0 0 0 431 0 0 0 25 0 1 0 747810092 2052096 312 33554432000 4194304 4955518 140734017469824 18446744073709551615 4298146 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/30255/statm: 501 312 104 186 0 314 0
[pid=30226/tid=30233] ppid=30224 vsize=426640 CPUtime=0 cores=0-7
/proc/30226/task/30233/stat : 30233 (python) S 30224 30226 30200 0 -1 4202560 26 936 0 0 0 0 0 0 18 0 9 0 747810046 436879360 7423 33554432000 4194304 5683644 140736190561872 18446744073709551615 224296749489 0 0 16781312 2 18446604447237112896 0 0 -1 6 0 0 0
[pid=30226/tid=30236] ppid=30224 vsize=426640 CPUtime=0 cores=0-7
/proc/30226/task/30236/stat : 30236 (python) S 30224 30226 30200 0 -1 4202560 29 936 0 0 0 0 0 0 18 0 9 0 747810049 436879360 7423 33554432000 4194304 5683644 140736190561872 18446744073709551615 224296749489 0 0 16781312 2 18446604447237112896 0 0 -1 3 0 0 0
[pid=30226/tid=30239] ppid=30224 vsize=426640 CPUtime=0 cores=0-7
/proc/30226/task/30239/stat : 30239 (python) S 30224 30226 30200 0 -1 4202560 68 936 0 0 0 0 0 0 20 0 9 0 747810052 436879360 7423 33554432000 4194304 5683644 140736190561872 18446744073709551615 224296749489 0 0 16781312 2 18446604447237112896 0 0 -1 0 0 0 0
[pid=30226/tid=30242] ppid=30224 vsize=426640 CPUtime=0 cores=0-7
/proc/30226/task/30242/stat : 30242 (python) S 30224 30226 30200 0 -1 4202560 32 936 0 0 0 0 0 0 21 0 9 0 747810055 436879360 7423 33554432000 4194304 5683644 140736190561872 18446744073709551615 224296749489 0 0 16781312 2 18446604447237112896 0 0 -1 7 0 0 0
[pid=30226/tid=30245] ppid=30224 vsize=426640 CPUtime=0 cores=0-7
/proc/30226/task/30245/stat : 30245 (python) S 30224 30226 30200 0 -1 4202560 34 936 0 0 0 0 0 0 19 0 9 0 747810058 436879360 7423 33554432000 4194304 5683644 140736190561872 18446744073709551615 224296749489 0 0 16781312 2 18446604447237112896 0 0 -1 1 0 0 0
[pid=30226/tid=30248] ppid=30224 vsize=426640 CPUtime=0 cores=0-7
/proc/30226/task/30248/stat : 30248 (python) S 30224 30226 30200 0 -1 4202560 31 936 0 0 0 0 0 0 20 0 9 0 747810061 436879360 7423 33554432000 4194304 5683644 140736190561872 18446744073709551615 224296749489 0 0 16781312 2 18446604447237112896 0 0 -1 1 0 0 0
[pid=30226/tid=30251] ppid=30224 vsize=426640 CPUtime=0 cores=0-7
/proc/30226/task/30251/stat : 30251 (python) S 30224 30226 30200 0 -1 4202560 30 936 0 0 0 0 0 0 22 0 9 0 747810069 436879360 7423 33554432000 4194304 5683644 140736190561872 18446744073709551615 224296749489 0 0 16781312 2 18446604447237112896 0 0 -1 4 0 0 0
[pid=30226/tid=30254] ppid=30224 vsize=426640 CPUtime=0 cores=0-7
/proc/30226/task/30254/stat : 30254 (python) S 30224 30226 30200 0 -1 4202560 32 936 0 0 0 0 0 0 23 0 9 0 747810082 436879360 7423 33554432000 4194304 5683644 140736190561872 18446744073709551615 224296749489 0 0 16781312 2 18446604447237112896 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 58.62
Current children cumulated vsize (KiB) 4817772

Child status: 0
Real time (s): 9.877
CPU time (s): 59.033
CPU user time (s): 58.2421
CPU system time (s): 0.790879
CPU usage (%): 597.682
Max. virtual memory (cumulated for all children) (KiB): 4824192

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 58.2421
system time used= 0.790879
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 32360
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= 5038
involuntary context switches= 2313

runsolver used 0.06099 second user time and 0.12798 second system time

The end

Launcher Data

Begin job on node118 at 2011-05-16 21:56:33
IDJOB=3385831
IDBENCH=83096
IDSOLVER=1870
FILE ID=node118/3385831-1305575793
RUNJOBID= node118-1305575793-30214
PBS_JOBID= 13350163
Free space on /tmp= 73156 MiB

SOLVER NAME= borg-sat 11.03.02-par-random (fixed)
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v350-c1491-S761041117-050.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-3385831-1305575793/watcher-3385831-1305575793 -o /tmp/evaluation-result-3385831-1305575793/solver-3385831-1305575793 -C 40000 -W 5100 -M 31000  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3385831-1305575793.cnf -seed 1278673076 -budget 40000 -cores 8

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

MD5SUM BENCH= cb62702a06eba78f1f4308935b49c22d
RANDOM SEED=1278673076

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      16374108 kB
Buffers:        319972 kB
Cached:        4954560 kB
SwapCached:      22068 kB
Active:       13500620 kB
Inactive:      2737532 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      16374108 kB
SwapTotal:    67111528 kB
SwapFree:     45193380 kB
Dirty:           31948 kB
Writeback:           0 kB
AnonPages:    10955132 kB
Mapped:          24828 kB
Slab:           160440 kB
PageTables:     105356 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 150998624 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= 73128 MiB
End job on node118 at 2011-05-16 21:56:43