Trace number 3385516

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 53.2239 7.48685

General information on the benchmark

Namerandom/medium/
unif-k5-r21.3-v75-c1597-S295912653-089.UNKNOWN.cnf
MD5SUMdb50771b4b9edf83822bd931af1fc1d7
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark6.41902
Satisfiable
(Un)Satisfiability was proved
Number of variables75
Number of clauses1597
Sum of the clauses size7985
Maximum clause length5
Minimum clause length5
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 51597
Number of clauses of size over 50

Solver Data

0.37/0.67	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.37/0.67	c INFO: solving HOME/instance-3385516-1305567642.cnf
0.37/0.67	c INFO: computing task features
0.37/0.68	c INFO: computed variable-clause graph statistics
0.37/0.68	c INFO: computed clause balance statistics
0.44/0.72	c INFO: computed variable balance statistics
0.44/0.74	c INFO: computed small-clause counts
0.44/0.74	c INFO: computed Horn-clause counts
0.44/0.75	c INFO: computed variable graph statistics
0.44/0.75	c INFO: collected features for HOME/instance-3385516-1305567642.cnf in 0.07 s
0.44/0.78	c INFO: running gnovelty+2@0 for 97 with 4999 remaining (b = 0.61)
0.54/0.81	c INFO: running march_hi@0 for 485 with 4999 remaining (b = 0.43)
0.54/0.84	c INFO: running march_hi@0 for 485 with 4999 remaining (b = 0.39)
0.54/0.87	c INFO: running march_hi@0 for 97 with 4999 remaining (b = 0.13)
0.64/0.90	c INFO: running gnovelty+2@0 for 97 with 4999 remaining (b = 0.07)
0.64/0.93	c INFO: running march_hi@0 for 388 with 4999 remaining (b = 0.23)
0.64/0.96	c INFO: running march_hi@0 for 388 with 4999 remaining (b = 0.20)
0.64/0.99	c INFO: running march_hi@0 for 485 with 4999 remaining (b = 0.22)
52.56/7.46	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-3385516-1305567642/watcher-3385516-1305567642 -o /tmp/evaluation-result-3385516-1305567642/solver-3385516-1305567642 -C 40000 -W 5100 -M 31000 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3385516-1305567642.cnf -seed 1403207939 -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.47 8.59 7.95 2/442 30309
/proc/meminfo: memFree=10955204/32951124 swapFree=56316216/67111528
[pid=30309] ppid=30307 vsize=16240 CPUtime=0 cores=0-7
/proc/30309/stat : 30309 (python) R 30307 30309 29579 0 -1 4202496 985 0 0 0 0 0 0 0 21 0 1 0 668366534 16629760 858 33554432000 4194304 5683644 140735965276064 18446744073709551615 4540219 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/30309/statm: 4060 858 362 364 0 547 0

[startup+0.0574161 s]
/proc/loadavg: 8.47 8.59 7.95 2/442 30309
/proc/meminfo: memFree=10955204/32951124 swapFree=56316216/67111528
[pid=30309] ppid=30307 vsize=29788 CPUtime=0.03 cores=0-7
/proc/30309/stat : 30309 (python) R 30307 30309 29579 0 -1 4202496 1408 0 0 0 3 0 0 0 21 0 1 0 668366534 30502912 1252 33554432000 4194304 5683644 140735965276064 18446744073709551615 4539741 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/30309/statm: 7447 1252 443 364 0 817 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 29788

[startup+0.100416 s]
/proc/loadavg: 8.47 8.59 7.95 2/442 30309
/proc/meminfo: memFree=10955204/32951124 swapFree=56316216/67111528
[pid=30309] ppid=30307 vsize=87704 CPUtime=0.06 cores=0-7
/proc/30309/stat : 30309 (python) S 30307 30309 29579 0 -1 4202496 2637 0 0 0 5 1 0 0 21 0 1 0 668366534 89808896 2354 33554432000 4194304 5683644 140735965276064 18446744073709551615 212436015104 0 2147483391 16781312 2 18446744071699207358 0 0 17 6 0 0 0
/proc/30309/statm: 21927 2355 717 364 0 1623 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 87704

[startup+0.300377 s]
/proc/loadavg: 8.47 8.59 7.95 2/442 30309
/proc/meminfo: memFree=10955204/32951124 swapFree=56316216/67111528
[pid=30309] ppid=30307 vsize=135748 CPUtime=0.18 cores=0-7
/proc/30309/stat : 30309 (python) R 30307 30309 29579 0 -1 4202496 5962 937 1 0 14 4 0 0 17 0 1 0 668366534 139005952 4151 33554432000 4194304 5683644 140735965276064 18446744073709551615 4620076 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/30309/statm: 33937 4151 1032 364 0 3123 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 135748

[startup+0.700292 s]
/proc/loadavg: 8.47 8.59 7.95 2/442 30309
/proc/meminfo: memFree=10955204/32951124 swapFree=56316216/67111528
[pid=30309] ppid=30307 vsize=278292 CPUtime=0.44 cores=0-7
/proc/30309/stat : 30309 (python) R 30307 30309 29579 0 -1 4202496 9303 937 1 0 33 11 0 0 16 0 1 0 668366534 284971008 6975 33554432000 4194304 5683644 140735965276064 18446744073709551615 4942009 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/30309/statm: 69573 6975 1826 364 0 5497 0
Current children cumulated CPU time (s) 0.44
Current children cumulated vsize (KiB) 278292

[startup+1.50107 s]
/proc/loadavg: 8.47 8.59 7.95 11/466 30338
/proc/meminfo: memFree=10903032/32951124 swapFree=56316216/67111528
[pid=30309] ppid=30307 vsize=426540 CPUtime=0.74 cores=0-7
/proc/30309/stat : 30309 (python) S 30307 30309 29579 0 -1 4202496 15131 937 1 0 61 13 0 0 21 0 9 0 668366534 436776960 7396 33554432000 4194304 5683644 140735965276064 18446744073709551615 212447843787 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/30309/statm: 106635 7396 1889 364 0 42532 0
[pid=30315] ppid=30309 vsize=278452 CPUtime=0 cores=0-7
/proc/30315/stat : 30315 (python) S 30309 30309 29579 0 -1 4202560 737 0 0 0 0 0 0 0 18 0 1 0 668366612 285134848 5535 33554432000 4194304 5683644 140735965276064 18446744073709551615 212436037135 0 0 16781312 514 17442587321269485567 0 0 17 1 0 0 0
/proc/30315/statm: 69613 5535 354 364 0 5531 0
[pid=30317] ppid=30315 vsize=1017800 CPUtime=0.71 cores=0-7
/proc/30317/stat : 30317 (gnovelty+2) R 30315 30317 30317 0 -1 4202496 428 0 0 0 71 0 0 0 21 0 1 0 668366612 1042227200 162 33554432000 134512640 135663704 4291446464 18446744073709551615 134546752 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/30317/statm: 254450 162 113 282 0 254166 0
[pid=30318] ppid=30309 vsize=289224 CPUtime=0 cores=0-7
/proc/30318/stat : 30318 (python) S 30309 30309 29579 0 -1 4202560 750 0 0 0 0 0 0 0 15 0 1 0 668366615 296165376 5664 33554432000 4194304 5683644 140735965276064 18446744073709551615 212436037190 0 0 16781312 514 18191116420639588610 0 0 17 7 0 0 0
/proc/30318/statm: 72306 5664 348 364 0 8221 0
[pid=30320] ppid=30318 vsize=1420 CPUtime=0.68 cores=0-7
/proc/30320/stat : 30320 (march_hi) R 30318 30320 30320 0 -1 4202496 472 0 0 0 68 0 0 0 22 0 1 0 668366615 1454080 209 33554432000 4194304 4955518 140735921234128 18446744073709551615 4208620 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/30320/statm: 355 209 106 186 0 168 0
[pid=30321] ppid=30309 vsize=365016 CPUtime=0 cores=0-7
/proc/30321/stat : 30321 (python) S 30309 30309 29579 0 -1 4202560 713 0 0 0 0 0 0 0 15 0 1 0 668366618 373776384 5841 33554432000 4194304 5683644 140735965276064 18446744073709551615 212436037190 0 0 16781312 514 3031437124957077764 0 0 17 1 0 0 0
/proc/30321/statm: 91254 5841 348 364 0 27166 0
[pid=30323] ppid=30321 vsize=1420 CPUtime=0.65 cores=0-7
/proc/30323/stat : 30323 (march_hi) R 30321 30323 30323 0 -1 4202496 459 0 0 0 65 0 0 0 18 0 1 0 668366618 1454080 208 33554432000 4194304 4955518 140737384252208 18446744073709551615 4285591 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/30323/statm: 355 208 106 186 0 168 0
[pid=30324] ppid=30309 vsize=375272 CPUtime=0 cores=0-7
/proc/30324/stat : 30324 (python) S 30309 30309 29579 0 -1 4202560 727 0 0 0 0 0 0 0 15 0 1 0 668366621 384278528 5788 33554432000 4194304 5683644 140735965276064 18446744073709551615 212436037190 0 0 16781312 514 3031441523003588867 0 0 17 5 0 0 0
/proc/30324/statm: 93818 5788 348 364 0 29727 0
[pid=30326] ppid=30324 vsize=1420 CPUtime=0.62 cores=0-7
/proc/30326/stat : 30326 (march_hi) R 30324 30326 30326 0 -1 4202496 465 0 0 0 62 0 0 0 22 0 1 0 668366621 1454080 209 33554432000 4194304 4955518 140734340007440 18446744073709551615 4238247 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/30326/statm: 355 209 106 186 0 168 0
[pid=30327] ppid=30309 vsize=385528 CPUtime=0 cores=0-7
/proc/30327/stat : 30327 (python) S 30309 30309 29579 0 -1 4202560 725 0 0 0 0 0 0 0 19 0 1 0 668366624 394780672 5824 33554432000 4194304 5683644 140735965276064 18446744073709551615 212436037190 0 0 16781312 514 8428963620087398399 0 0 17 1 0 0 0
/proc/30327/statm: 96382 5824 348 364 0 32288 0
[pid=30329] ppid=30327 vsize=1017800 CPUtime=0.58 cores=0-7
/proc/30329/stat : 30329 (gnovelty+2) R 30327 30329 30329 0 -1 4202496 420 0 0 0 58 0 0 0 22 0 1 0 668366625 1042227200 162 33554432000 134512640 135663704 4287259712 18446744073709551615 134545699 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/30329/statm: 254450 162 113 282 0 254166 0
[pid=30330] ppid=30309 vsize=395784 CPUtime=0 cores=0-7
/proc/30330/stat : 30330 (python) S 30309 30309 29579 0 -1 4202560 738 0 0 0 0 0 0 0 17 0 1 0 668366627 405282816 5811 33554432000 4194304 5683644 140735965276064 18446744073709551615 212436037190 0 0 16781312 514 17593426297827066113 0 0 17 1 0 0 0
/proc/30330/statm: 98946 5811 348 364 0 34849 0
[pid=30332] ppid=30330 vsize=1420 CPUtime=0.54 cores=0-7
/proc/30332/stat : 30332 (march_hi) R 30330 30332 30332 0 -1 4202496 469 0 0 0 54 0 0 0 25 0 1 0 668366628 1454080 209 33554432000 4194304 4955518 140734735168912 18446744073709551615 4224450 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/30332/statm: 355 209 106 186 0 168 0
[pid=30333] ppid=30309 vsize=406040 CPUtime=0 cores=0-7
/proc/30333/stat : 30333 (python) S 30309 30309 29579 0 -1 4202560 750 0 0 0 0 0 0 0 15 0 1 0 668366630 415784960 5943 33554432000 4194304 5683644 140735965276064 18446744073709551615 212436037190 0 0 16781312 514 15521255897794838786 0 0 17 1 0 0 0
/proc/30333/statm: 101510 5943 348 364 0 37410 0
[pid=30335] ppid=30333 vsize=1420 CPUtime=0.51 cores=0-7
/proc/30335/stat : 30335 (march_hi) R 30333 30335 30335 0 -1 4202496 472 0 0 0 51 0 0 0 22 0 1 0 668366632 1454080 209 33554432000 4194304 4955518 140736670965520 18446744073709551615 4346490 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/30335/statm: 355 209 106 186 0 168 0
[pid=30336] ppid=30309 vsize=416296 CPUtime=0 cores=0-7
/proc/30336/stat : 30336 (python) S 30309 30309 29579 0 -1 4202560 788 0 0 0 0 0 0 0 16 0 1 0 668366634 426287104 5857 33554432000 4194304 5683644 140735965276064 18446744073709551615 212436037190 0 0 16781312 514 9101691288326996227 0 0 17 6 0 0 0
/proc/30336/statm: 104074 5857 354 364 0 39971 0
[pid=30309/tid=30316] ppid=30307 vsize=426540 CPUtime=0 cores=0-7
/proc/30309/task/30316/stat : 30316 (python) S 30307 30309 29579 0 -1 4202560 26 937 0 0 0 0 0 0 17 0 9 0 668366612 436776960 7396 33554432000 4194304 5683644 140735965276064 18446744073709551615 212447840689 0 0 16781312 2 18446604452273185792 0 0 -1 0 0 0 0
[pid=30309/tid=30319] ppid=30307 vsize=426540 CPUtime=0 cores=0-7
/proc/30309/task/30319/stat : 30319 (python) S 30307 30309 29579 0 -1 4202560 21 937 0 0 0 0 0 0 18 0 9 0 668366615 436776960 7396 33554432000 4194304 5683644 140735965276064 18446744073709551615 212447840689 0 0 16781312 2 18446604452273185792 0 0 -1 3 0 0 0
[pid=30309/tid=30322] ppid=30307 vsize=426540 CPUtime=0 cores=0-7
/proc/30309/task/30322/stat : 30322 (python) S 30307 30309 29579 0 -1 4202560 67 937 0 0 0 0 0 0 19 0 9 0 668366618 436776960 7396 33554432000 4194304 5683644 140735965276064 18446744073709551615 212447840689 0 0 16781312 2 18446604452273185792 0 0 -1 0 0 0 0
[pid=30309/tid=30325] ppid=30307 vsize=426540 CPUtime=0 cores=0-7
/proc/30309/task/30325/stat : 30325 (python) S 30307 30309 29579 0 -1 4202560 30 937 0 0 0 0 0 0 18 0 9 0 668366621 436776960 7396 33554432000 4194304 5683644 140735965276064 18446744073709551615 212447840689 0 0 16781312 2 18446604452273185792 0 0 -1 5 0 0 0
[pid=30309/tid=30328] ppid=30307 vsize=426540 CPUtime=0 cores=0-7
/proc/30309/task/30328/stat : 30328 (python) S 30307 30309 29579 0 -1 4202560 34 937 0 0 0 0 0 0 19 0 9 0 668366624 436776960 7396 33554432000 4194304 5683644 140735965276064 18446744073709551615 212447840689 0 0 16781312 2 18446604452273185792 0 0 -1 0 0 0 0
[pid=30309/tid=30331] ppid=30307 vsize=426540 CPUtime=0 cores=0-7
/proc/30309/task/30331/stat : 30331 (python) S 30307 30309 29579 0 -1 4202560 33 937 0 0 0 0 0 0 20 0 9 0 668366627 436776960 7396 33554432000 4194304 5683644 140735965276064 18446744073709551615 212447840689 0 0 16781312 2 18446604452273185792 0 0 -1 7 0 0 0
[pid=30309/tid=30334] ppid=30307 vsize=426540 CPUtime=0 cores=0-7
/proc/30309/task/30334/stat : 30334 (python) S 30307 30309 29579 0 -1 4202560 35 937 0 0 0 0 0 0 19 0 9 0 668366631 436776960 7396 33554432000 4194304 5683644 140735965276064 18446744073709551615 212447840689 0 0 16781312 2 18446604452273185792 0 0 -1 1 0 0 0
[pid=30309/tid=30337] ppid=30307 vsize=426540 CPUtime=0 cores=0-7
/proc/30309/task/30337/stat : 30337 (python) S 30307 30309 29579 0 -1 4202560 33 937 0 0 0 0 0 0 21 0 9 0 668366634 436776960 7396 33554432000 4194304 5683644 140735965276064 18446744073709551615 212447840689 0 0 16781312 2 18446604452273185792 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 5.03
Current children cumulated vsize (KiB) 5380852

[startup+3.10176 s]
/proc/loadavg: 8.52 8.59 7.95 9/467 30338
/proc/meminfo: memFree=10900180/32951124 swapFree=56316216/67111528
[pid=30309] ppid=30307 vsize=426540 CPUtime=0.74 cores=0-7
/proc/30309/stat : 30309 (python) S 30307 30309 29579 0 -1 4202496 15131 937 1 0 61 13 0 0 21 0 9 0 668366534 436776960 7396 33554432000 4194304 5683644 140735965276064 18446744073709551615 212447843787 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/30309/statm: 106635 7396 1889 364 0 42532 0
[pid=30315] ppid=30309 vsize=278452 CPUtime=0 cores=0-7
/proc/30315/stat : 30315 (python) S 30309 30309 29579 0 -1 4202560 737 0 0 0 0 0 0 0 18 0 1 0 668366612 285134848 5535 33554432000 4194304 5683644 140735965276064 18446744073709551615 212436037135 0 0 16781312 514 17442587321269453058 0 0 17 1 0 0 0
/proc/30315/statm: 69613 5535 354 364 0 5531 0
[pid=30317] ppid=30315 vsize=1017800 CPUtime=2.31 cores=0-7
/proc/30317/stat : 30317 (gnovelty+2) R 30315 30317 30317 0 -1 4202496 428 0 0 0 231 0 0 0 25 0 1 0 668366612 1042227200 162 33554432000 134512640 135663704 4291446464 18446744073709551615 134525544 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/30317/statm: 254450 162 113 282 0 254166 0
[pid=30318] ppid=30309 vsize=289224 CPUtime=0 cores=0-7
/proc/30318/stat : 30318 (python) S 30309 30309 29579 0 -1 4202560 754 0 0 0 0 0 0 0 15 0 1 0 668366615 296165376 5664 33554432000 4194304 5683644 140735965276064 18446744073709551615 212436037190 0 0 16781312 514 18191116420639588610 0 0 17 3 0 0 0
/proc/30318/statm: 72306 5664 348 364 0 8221 0
[pid=30320] ppid=30318 vsize=1420 CPUtime=2.28 cores=0-7
/proc/30320/stat : 30320 (march_hi) R 30318 30320 30320 0 -1 4202496 472 0 0 0 228 0 0 0 25 0 1 0 668366615 1454080 209 33554432000 4194304 4955518 140735921234128 18446744073709551615 4208667 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/30320/statm: 355 209 106 186 0 168 0
[pid=30321] ppid=30309 vsize=365016 CPUtime=0 cores=0-7
/proc/30321/stat : 30321 (python) S 30309 30309 29579 0 -1 4202560 717 0 0 0 0 0 0 0 15 0 1 0 668366618 373776384 5841 33554432000 4194304 5683644 140735965276064 18446744073709551615 212436037190 0 0 16781312 514 3031437124957077764 0 0 17 1 0 0 0
/proc/30321/statm: 91254 5841 348 364 0 27166 0
[pid=30323] ppid=30321 vsize=1420 CPUtime=2.25 cores=0-7
/proc/30323/stat : 30323 (march_hi) R 30321 30323 30323 0 -1 4202496 459 0 0 0 225 0 0 0 21 0 1 0 668366618 1454080 208 33554432000 4194304 4955518 140737384252208 18446744073709551615 4226465 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/30323/statm: 355 208 106 186 0 168 0
[pid=30324] ppid=30309 vsize=375272 CPUtime=0 cores=0-7
/proc/30324/stat : 30324 (python) S 30309 30309 29579 0 -1 4202560 731 0 0 0 0 0 0 0 15 0 1 0 668366621 384278528 5788 33554432000 4194304 5683644 140735965276064 18446744073709551615 212436037190 0 0 16781312 514 3031441523003588867 0 0 17 5 0 0 0
/proc/30324/statm: 93818 5788 348 364 0 29727 0
[pid=30326] ppid=30324 vsize=1420 CPUtime=2.22 cores=0-7
/proc/30326/stat : 30326 (march_hi) R 30324 30326 30326 0 -1 4202496 465 0 0 0 222 0 0 0 25 0 1 0 668366621 1454080 209 33554432000 4194304 4955518 140734340007440 18446744073709551615 4224443 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/30326/statm: 355 209 106 186 0 168 0
[pid=30327] ppid=30309 vsize=385528 CPUtime=0 cores=0-7
/proc/30327/stat : 30327 (python) S 30309 30309 29579 0 -1 4202560 725 0 0 0 0 0 0 0 18 0 1 0 668366624 394780672 5824 33554432000 4194304 5683644 140735965276064 18446744073709551615 212436037190 0 0 16781312 514 8428963620087365892 0 0 17 1 0 0 0
/proc/30327/statm: 96382 5824 348 364 0 32288 0
[pid=30329] ppid=30327 vsize=1017800 CPUtime=2.17 cores=0-7
/proc/30329/stat : 30329 (gnovelty+2) R 30327 30329 30329 0 -1 4202496 420 0 0 0 217 0 0 0 25 0 1 0 668366625 1042227200 162 33554432000 134512640 135663704 4287259712 18446744073709551615 134547051 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/30329/statm: 254450 162 113 282 0 254166 0
[pid=30330] ppid=30309 vsize=395784 CPUtime=0 cores=0-7
/proc/30330/stat : 30330 (python) S 30309 30309 29579 0 -1 4202560 743 0 0 0 0 0 0 0 15 0 1 0 668366627 405282816 5811 33554432000 4194304 5683644 140735965276064 18446744073709551615 212436037190 0 0 16781312 514 17593426297827066113 0 0 17 1 0 0 0
/proc/30330/statm: 98946 5811 348 364 0 34849 0
[pid=30332] ppid=30330 vsize=1420 CPUtime=2.12 cores=0-7
/proc/30332/stat : 30332 (march_hi) R 30330 30332 30332 0 -1 4202496 469 0 0 0 212 0 0 0 25 0 1 0 668366628 1454080 209 33554432000 4194304 4955518 140734735168912 18446744073709551615 4285300 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/30332/statm: 355 209 106 186 0 168 0
[pid=30333] ppid=30309 vsize=406040 CPUtime=0 cores=0-7
/proc/30333/stat : 30333 (python) S 30309 30309 29579 0 -1 4202560 754 0 0 0 0 0 0 0 15 0 1 0 668366630 415784960 5943 33554432000 4194304 5683644 140735965276064 18446744073709551615 212436037190 0 0 16781312 514 5607370342285672706 0 0 17 1 0 0 0
/proc/30333/statm: 101510 5943 348 364 0 37410 0
[pid=30335] ppid=30333 vsize=1420 CPUtime=2.11 cores=0-7
/proc/30335/stat : 30335 (march_hi) R 30333 30335 30335 0 -1 4202496 472 0 0 0 211 0 0 0 25 0 1 0 668366632 1454080 209 33554432000 4194304 4955518 140736670965520 18446744073709551615 4224679 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/30335/statm: 355 209 106 186 0 168 0
[pid=30336] ppid=30309 vsize=416296 CPUtime=0 cores=0-7
/proc/30336/stat : 30336 (python) S 30309 30309 29579 0 -1 4202560 789 0 0 0 0 0 0 0 15 0 1 0 668366634 426287104 5857 33554432000 4194304 5683644 140735965276064 18446744073709551615 212436037190 0 0 16781312 514 9101691288326996227 0 0 17 6 0 0 0
/proc/30336/statm: 104074 5857 354 364 0 39971 0
[pid=30338] ppid=30336 vsize=1420 CPUtime=2.1 cores=0-7
/proc/30338/stat : 30338 (march_hi) R 30336 30338 30338 0 -1 4202496 473 0 0 0 210 0 0 0 25 0 1 0 668366634 1454080 209 33554432000 4194304 4955518 140736383293520 18446744073709551615 4208638 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/30338/statm: 355 209 106 186 0 168 0
[pid=30309/tid=30316] ppid=30307 vsize=426540 CPUtime=0 cores=0-7
/proc/30309/task/30316/stat : 30316 (python) S 30307 30309 29579 0 -1 4202560 26 937 0 0 0 0 0 0 17 0 9 0 668366612 436776960 7396 33554432000 4194304 5683644 140735965276064 18446744073709551615 212447840689 0 0 16781312 2 18446604452273185792 0 0 -1 0 0 0 0
[pid=30309/tid=30319] ppid=30307 vsize=426540 CPUtime=0 cores=0-7
/proc/30309/task/30319/stat : 30319 (python) S 30307 30309 29579 0 -1 4202560 21 937 0 0 0 0 0 0 18 0 9 0 668366615 436776960 7396 33554432000 4194304 5683644 140735965276064 18446744073709551615 212447840689 0 0 16781312 2 18446604452273185792 0 0 -1 3 0 0 0
[pid=30309/tid=30322] ppid=30307 vsize=426540 CPUtime=0 cores=0-7
/proc/30309/task/30322/stat : 30322 (python) S 30307 30309 29579 0 -1 4202560 67 937 0 0 0 0 0 0 19 0 9 0 668366618 436776960 7396 33554432000 4194304 5683644 140735965276064 18446744073709551615 212447840689 0 0 16781312 2 18446604452273185792 0 0 -1 0 0 0 0
[pid=30309/tid=30325] ppid=30307 vsize=426540 CPUtime=0 cores=0-7
/proc/30309/task/30325/stat : 30325 (python) S 30307 30309 29579 0 -1 4202560 30 937 0 0 0 0 0 0 18 0 9 0 668366621 436776960 7396 33554432000 4194304 5683644 140735965276064 18446744073709551615 212447840689 0 0 16781312 2 18446604452273185792 0 0 -1 5 0 0 0
[pid=30309/tid=30328] ppid=30307 vsize=426540 CPUtime=0 cores=0-7
/proc/30309/task/30328/stat : 30328 (python) S 30307 30309 29579 0 -1 4202560 34 937 0 0 0 0 0 0 19 0 9 0 668366624 436776960 7396 33554432000 4194304 5683644 140735965276064 18446744073709551615 212447840689 0 0 16781312 2 18446604452273185792 0 0 -1 0 0 0 0
[pid=30309/tid=30331] ppid=30307 vsize=426540 CPUtime=0 cores=0-7
/proc/30309/task/30331/stat : 30331 (python) S 30307 30309 29579 0 -1 4202560 33 937 0 0 0 0 0 0 20 0 9 0 668366627 436776960 7396 33554432000 4194304 5683644 140735965276064 18446744073709551615 212447840689 0 0 16781312 2 18446604452273185792 0 0 -1 7 0 0 0

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

[pid=30336] ppid=30309 vsize=416296 CPUtime=0.02 cores=0-7
/proc/30336/stat : 30336 (python) S 30309 30309 29579 0 -1 4202560 873 0 0 0 1 1 0 0 15 0 1 0 668366634 426287104 5880 33554432000 4194304 5683644 140735965276064 18446744073709551615 212436037190 0 0 16781312 514 9101691288326996227 0 0 17 6 0 0 0
/proc/30336/statm: 104074 5880 377 364 0 39971 0
[pid=30338] ppid=30336 vsize=1420 CPUtime=6.1 cores=0-7
/proc/30338/stat : 30338 (march_hi) R 30336 30338 30338 0 -1 4202496 477 0 0 0 610 0 0 0 25 0 1 0 668366634 1454080 213 33554432000 4194304 4955518 140736383293520 18446744073709551615 4285712 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/30338/statm: 355 213 106 186 0 168 0
[pid=30309/tid=30316] ppid=30307 vsize=426540 CPUtime=0 cores=0-7
/proc/30309/task/30316/stat : 30316 (python) S 30307 30309 29579 0 -1 4202560 26 937 0 0 0 0 0 0 17 0 9 0 668366612 436776960 7396 33554432000 4194304 5683644 140735965276064 18446744073709551615 212447840689 0 0 16781312 2 18446604452273185792 0 0 -1 0 0 0 0
[pid=30309/tid=30319] ppid=30307 vsize=426540 CPUtime=0 cores=0-7
/proc/30309/task/30319/stat : 30319 (python) S 30307 30309 29579 0 -1 4202560 21 937 0 0 0 0 0 0 18 0 9 0 668366615 436776960 7396 33554432000 4194304 5683644 140735965276064 18446744073709551615 212447840689 0 0 16781312 2 18446604452273185792 0 0 -1 3 0 0 0
[pid=30309/tid=30322] ppid=30307 vsize=426540 CPUtime=0 cores=0-7
/proc/30309/task/30322/stat : 30322 (python) S 30307 30309 29579 0 -1 4202560 67 937 0 0 0 0 0 0 19 0 9 0 668366618 436776960 7396 33554432000 4194304 5683644 140735965276064 18446744073709551615 212447840689 0 0 16781312 2 18446604452273185792 0 0 -1 0 0 0 0
[pid=30309/tid=30325] ppid=30307 vsize=426540 CPUtime=0 cores=0-7
/proc/30309/task/30325/stat : 30325 (python) S 30307 30309 29579 0 -1 4202560 30 937 0 0 0 0 0 0 18 0 9 0 668366621 436776960 7396 33554432000 4194304 5683644 140735965276064 18446744073709551615 212447840689 0 0 16781312 2 18446604452273185792 0 0 -1 5 0 0 0
[pid=30309/tid=30328] ppid=30307 vsize=426540 CPUtime=0 cores=0-7
/proc/30309/task/30328/stat : 30328 (python) S 30307 30309 29579 0 -1 4202560 34 937 0 0 0 0 0 0 19 0 9 0 668366624 436776960 7396 33554432000 4194304 5683644 140735965276064 18446744073709551615 212447840689 0 0 16781312 2 18446604452273185792 0 0 -1 0 0 0 0
[pid=30309/tid=30331] ppid=30307 vsize=426540 CPUtime=0 cores=0-7
/proc/30309/task/30331/stat : 30331 (python) S 30307 30309 29579 0 -1 4202560 33 937 0 0 0 0 0 0 20 0 9 0 668366627 436776960 7396 33554432000 4194304 5683644 140735965276064 18446744073709551615 212447840689 0 0 16781312 2 18446604452273185792 0 0 -1 7 0 0 0
[pid=30309/tid=30334] ppid=30307 vsize=426540 CPUtime=0 cores=0-7
/proc/30309/task/30334/stat : 30334 (python) S 30307 30309 29579 0 -1 4202560 35 937 0 0 0 0 0 0 19 0 9 0 668366631 436776960 7396 33554432000 4194304 5683644 140735965276064 18446744073709551615 212447840689 0 0 16781312 2 18446604452273185792 0 0 -1 1 0 0 0
[pid=30309/tid=30337] ppid=30307 vsize=426540 CPUtime=0 cores=0-7
/proc/30309/task/30337/stat : 30337 (python) S 30307 30309 29579 0 -1 4202560 33 937 0 0 0 0 0 0 21 0 9 0 668366634 436776960 7396 33554432000 4194304 5683644 140735965276064 18446744073709551615 212447840689 0 0 16781312 2 18446604452273185792 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 50.19
Current children cumulated vsize (KiB) 5382272

[startup+7.30097 s]
/proc/loadavg: 8.52 8.59 7.95 9/467 30338
/proc/meminfo: memFree=10900808/32951124 swapFree=56316216/67111528
[pid=30309] ppid=30307 vsize=426540 CPUtime=0.74 cores=0-7
/proc/30309/stat : 30309 (python) S 30307 30309 29579 0 -1 4202496 15131 937 1 0 61 13 0 0 21 0 9 0 668366534 436776960 7396 33554432000 4194304 5683644 140735965276064 18446744073709551615 212447843787 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/30309/statm: 106635 7396 1889 364 0 42532 0
[pid=30315] ppid=30309 vsize=278452 CPUtime=0.01 cores=0-7
/proc/30315/stat : 30315 (python) S 30309 30309 29579 0 -1 4202560 904 0 0 0 0 1 0 0 18 0 1 0 668366612 285134848 5558 33554432000 4194304 5683644 140735965276064 18446744073709551615 212436037135 0 0 16781312 514 17442587321269453058 0 0 17 1 0 0 0
/proc/30315/statm: 69613 5558 377 364 0 5531 0
[pid=30317] ppid=30315 vsize=1017800 CPUtime=6.51 cores=0-7
/proc/30317/stat : 30317 (gnovelty+2) R 30315 30317 30317 0 -1 4202496 428 0 0 0 651 0 0 0 25 0 1 0 668366612 1042227200 162 33554432000 134512640 135663704 4291446464 18446744073709551615 134524540 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/30317/statm: 254450 162 113 282 0 254166 0
[pid=30318] ppid=30309 vsize=289224 CPUtime=0.02 cores=0-7
/proc/30318/stat : 30318 (python) R 30309 30309 29579 0 -1 4202560 914 0 0 0 1 1 0 0 15 0 1 0 668366615 296165376 5686 33554432000 4194304 5683644 140735965276064 18446744073709551615 212447847231 0 0 16781312 514 0 0 0 17 3 0 0 0
/proc/30318/statm: 72306 5686 370 364 0 8221 0
[pid=30320] ppid=30318 vsize=0 CPUtime=6.45 cores=0-7
/proc/30320/stat : 30320 (march_hi) R 30318 30320 30320 0 -1 4202500 478 0 0 0 645 0 0 0 25 0 1 0 668366615 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 3 0 0 0
/proc/30320/statm: 0 0 0 0 0 0 0
[pid=30321] ppid=30309 vsize=365016 CPUtime=0.03 cores=0-7
/proc/30321/stat : 30321 (python) S 30309 30309 29579 0 -1 4202560 808 0 0 0 2 1 0 0 15 0 1 0 668366618 373776384 5864 33554432000 4194304 5683644 140735965276064 18446744073709551615 212436037190 0 0 16781312 514 5607370359465541892 0 0 17 4 0 0 0
/proc/30321/statm: 91254 5864 371 364 0 27166 0
[pid=30323] ppid=30321 vsize=1420 CPUtime=6.44 cores=0-7
/proc/30323/stat : 30323 (march_hi) R 30321 30323 30323 0 -1 4202496 464 0 0 0 644 0 0 0 25 0 1 0 668366618 1454080 213 33554432000 4194304 4955518 140737384252208 18446744073709551615 4208638 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/30323/statm: 355 213 106 186 0 168 0
[pid=30324] ppid=30309 vsize=375272 CPUtime=0.02 cores=0-7
/proc/30324/stat : 30324 (python) S 30309 30309 29579 0 -1 4202560 816 0 0 0 1 1 0 0 15 0 1 0 668366621 384278528 5810 33554432000 4194304 5683644 140735965276064 18446744073709551615 212436037190 0 0 16781312 514 3031441523003588867 0 0 17 5 0 0 0
/proc/30324/statm: 93818 5810 370 364 0 29727 0
[pid=30326] ppid=30324 vsize=1420 CPUtime=6.39 cores=0-7
/proc/30326/stat : 30326 (march_hi) R 30324 30326 30326 0 -1 4202496 470 0 0 0 639 0 0 0 25 0 1 0 668366621 1454080 214 33554432000 4194304 4955518 140734340007440 18446744073709551615 4224450 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/30326/statm: 355 214 106 186 0 168 0
[pid=30327] ppid=30309 vsize=385528 CPUtime=0.01 cores=0-7
/proc/30327/stat : 30327 (python) S 30309 30309 29579 0 -1 4202560 807 0 0 0 0 1 0 0 18 0 1 0 668366624 394780672 5846 33554432000 4194304 5683644 140735965276064 18446744073709551615 212436037190 0 0 16781312 514 8428963620087365892 0 0 17 1 0 0 0
/proc/30327/statm: 96382 5846 370 364 0 32288 0
[pid=30329] ppid=30327 vsize=1017800 CPUtime=6.34 cores=0-7
/proc/30329/stat : 30329 (gnovelty+2) R 30327 30329 30329 0 -1 4202496 420 0 0 0 634 0 0 0 25 0 1 0 668366625 1042227200 162 33554432000 134512640 135663704 4287259712 18446744073709551615 134524681 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/30329/statm: 254450 162 113 282 0 254166 0
[pid=30330] ppid=30309 vsize=395784 CPUtime=0.02 cores=0-7
/proc/30330/stat : 30330 (python) S 30309 30309 29579 0 -1 4202560 833 0 0 0 1 1 0 0 15 0 1 0 668366627 405282816 5834 33554432000 4194304 5683644 140735965276064 18446744073709551615 212436037190 0 0 16781312 514 17593426297827066113 0 0 17 7 0 0 0
/proc/30330/statm: 98946 5834 371 364 0 34849 0
[pid=30332] ppid=30330 vsize=1420 CPUtime=6.24 cores=0-7
/proc/30332/stat : 30332 (march_hi) R 30330 30332 30332 0 -1 4202496 473 0 0 0 624 0 0 0 25 0 1 0 668366628 1454080 213 33554432000 4194304 4955518 140734735168912 18446744073709551615 4285951 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/30332/statm: 355 213 106 186 0 168 0
[pid=30333] ppid=30309 vsize=406040 CPUtime=0.02 cores=0-7
/proc/30333/stat : 30333 (python) S 30309 30309 29579 0 -1 4202560 841 0 0 0 1 1 0 0 15 0 1 0 668366630 415784960 5966 33554432000 4194304 5683644 140735965276064 18446744073709551615 212436037190 0 0 16781312 514 15521255897794838786 0 0 17 1 0 0 0
/proc/30333/statm: 101510 5966 371 364 0 37410 0
[pid=30335] ppid=30333 vsize=1420 CPUtime=6.22 cores=0-7
/proc/30335/stat : 30335 (march_hi) R 30333 30335 30335 0 -1 4202496 476 0 0 0 622 0 0 0 25 0 1 0 668366632 1454080 213 33554432000 4194304 4955518 140736670965520 18446744073709551615 4208669 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/30335/statm: 355 213 106 186 0 168 0
[pid=30336] ppid=30309 vsize=416296 CPUtime=0.02 cores=0-7
/proc/30336/stat : 30336 (python) S 30309 30309 29579 0 -1 4202560 873 0 0 0 1 1 0 0 15 0 1 0 668366634 426287104 5880 33554432000 4194304 5683644 140735965276064 18446744073709551615 212436037190 0 0 16781312 514 9101691288326996227 0 0 17 6 0 0 0
/proc/30336/statm: 104074 5880 377 364 0 39971 0
[pid=30338] ppid=30336 vsize=1420 CPUtime=6.3 cores=0-7
/proc/30338/stat : 30338 (march_hi) R 30336 30338 30338 0 -1 4202496 477 0 0 0 630 0 0 0 25 0 1 0 668366634 1454080 213 33554432000 4194304 4955518 140736383293520 18446744073709551615 4289745 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/30338/statm: 355 213 106 186 0 168 0
[pid=30309/tid=30316] ppid=30307 vsize=426540 CPUtime=0 cores=0-7
/proc/30309/task/30316/stat : 30316 (python) S 30307 30309 29579 0 -1 4202560 26 937 0 0 0 0 0 0 17 0 9 0 668366612 436776960 7396 33554432000 4194304 5683644 140735965276064 18446744073709551615 212447840689 0 0 16781312 2 18446604452273185792 0 0 -1 0 0 0 0
[pid=30309/tid=30319] ppid=30307 vsize=426540 CPUtime=0 cores=0-7
/proc/30309/task/30319/stat : 30319 (python) S 30307 30309 29579 0 -1 4202560 21 937 0 0 0 0 0 0 18 0 9 0 668366615 436776960 7396 33554432000 4194304 5683644 140735965276064 18446744073709551615 212447840689 0 0 16781312 2 18446604452273185792 0 0 -1 3 0 0 0
[pid=30309/tid=30322] ppid=30307 vsize=426540 CPUtime=0 cores=0-7
/proc/30309/task/30322/stat : 30322 (python) S 30307 30309 29579 0 -1 4202560 67 937 0 0 0 0 0 0 19 0 9 0 668366618 436776960 7396 33554432000 4194304 5683644 140735965276064 18446744073709551615 212447840689 0 0 16781312 2 18446604452273185792 0 0 -1 0 0 0 0
[pid=30309/tid=30325] ppid=30307 vsize=426540 CPUtime=0 cores=0-7
/proc/30309/task/30325/stat : 30325 (python) S 30307 30309 29579 0 -1 4202560 30 937 0 0 0 0 0 0 18 0 9 0 668366621 436776960 7396 33554432000 4194304 5683644 140735965276064 18446744073709551615 212447840689 0 0 16781312 2 18446604452273185792 0 0 -1 5 0 0 0
[pid=30309/tid=30328] ppid=30307 vsize=426540 CPUtime=0 cores=0-7
/proc/30309/task/30328/stat : 30328 (python) S 30307 30309 29579 0 -1 4202560 34 937 0 0 0 0 0 0 19 0 9 0 668366624 436776960 7396 33554432000 4194304 5683644 140735965276064 18446744073709551615 212447840689 0 0 16781312 2 18446604452273185792 0 0 -1 0 0 0 0
[pid=30309/tid=30331] ppid=30307 vsize=426540 CPUtime=0 cores=0-7
/proc/30309/task/30331/stat : 30331 (python) S 30307 30309 29579 0 -1 4202560 33 937 0 0 0 0 0 0 20 0 9 0 668366627 436776960 7396 33554432000 4194304 5683644 140735965276064 18446744073709551615 212447840689 0 0 16781312 2 18446604452273185792 0 0 -1 7 0 0 0
[pid=30309/tid=30334] ppid=30307 vsize=426540 CPUtime=0 cores=0-7
/proc/30309/task/30334/stat : 30334 (python) S 30307 30309 29579 0 -1 4202560 35 937 0 0 0 0 0 0 19 0 9 0 668366631 436776960 7396 33554432000 4194304 5683644 140735965276064 18446744073709551615 212447840689 0 0 16781312 2 18446604452273185792 0 0 -1 1 0 0 0
[pid=30309/tid=30337] ppid=30307 vsize=426540 CPUtime=0 cores=0-7
/proc/30309/task/30337/stat : 30337 (python) S 30307 30309 29579 0 -1 4202560 33 937 0 0 0 0 0 0 21 0 9 0 668366634 436776960 7396 33554432000 4194304 5683644 140735965276064 18446744073709551615 212447840689 0 0 16781312 2 18446604452273185792 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 51.78
Current children cumulated vsize (KiB) 5380852

[startup+7.40095 s]
/proc/loadavg: 8.52 8.59 7.95 9/467 30338
/proc/meminfo: memFree=10900808/32951124 swapFree=56316216/67111528
[pid=30309] ppid=30307 vsize=426540 CPUtime=0.74 cores=0-7
/proc/30309/stat : 30309 (python) S 30307 30309 29579 0 -1 4202496 15131 937 1 0 61 13 0 0 21 0 9 0 668366534 436776960 7396 33554432000 4194304 5683644 140735965276064 18446744073709551615 212447843787 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/30309/statm: 106635 7396 1889 364 0 42532 0
[pid=30315] ppid=30309 vsize=278452 CPUtime=0.01 cores=0-7
/proc/30315/stat : 30315 (python) S 30309 30309 29579 0 -1 4202560 904 0 0 0 0 1 0 0 18 0 1 0 668366612 285134848 5558 33554432000 4194304 5683644 140735965276064 18446744073709551615 212436037135 0 0 16781312 514 17442587321269453058 0 0 17 1 0 0 0
/proc/30315/statm: 69613 5558 377 364 0 5531 0
[pid=30317] ppid=30315 vsize=1017800 CPUtime=6.61 cores=0-7
/proc/30317/stat : 30317 (gnovelty+2) R 30315 30317 30317 0 -1 4202496 428 0 0 0 661 0 0 0 25 0 1 0 668366612 1042227200 162 33554432000 134512640 135663704 4291446464 18446744073709551615 134525224 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/30317/statm: 254450 162 113 282 0 254166 0
[pid=30318] ppid=30309 vsize=289224 CPUtime=0.12 cores=0-7
/proc/30318/stat : 30318 (python) R 30309 30309 29579 0 -1 4202560 914 0 0 0 10 2 0 0 15 0 1 0 668366615 296165376 5686 33554432000 4194304 5683644 140735965276064 18446744073709551615 212447847231 0 0 16781312 514 0 0 0 17 3 0 0 0
/proc/30318/statm: 72306 5686 370 364 0 8221 0
[pid=30320] ppid=30318 vsize=0 CPUtime=6.45 cores=0-7
/proc/30320/stat : 30320 (march_hi) R 30318 30320 30320 0 -1 4202500 478 0 0 0 645 0 0 0 25 0 1 0 668366615 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 3 0 0 0
/proc/30320/statm: 0 0 0 0 0 0 0
[pid=30321] ppid=30309 vsize=365016 CPUtime=0.12 cores=0-7
/proc/30321/stat : 30321 (python) S 30309 30309 29579 0 -1 4202560 810 0 0 0 10 2 0 0 15 0 1 0 668366618 373776384 5864 33554432000 4194304 5683644 140735965276064 18446744073709551615 212447847231 0 0 16781312 514 0 0 0 17 4 0 0 0
/proc/30321/statm: 91254 5864 371 364 0 27166 0
[pid=30323] ppid=30321 vsize=0 CPUtime=6.44 cores=0-7
/proc/30323/stat : 30323 (march_hi) R 30321 30323 30323 0 -1 4202500 465 0 0 0 644 0 0 0 25 0 1 0 668366618 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 4 0 0 0
/proc/30323/statm: 0 0 0 0 0 0 0
[pid=30324] ppid=30309 vsize=375272 CPUtime=0.05 cores=0-7
/proc/30324/stat : 30324 (python) R 30309 30309 29579 0 -1 4202560 819 0 0 0 4 1 0 0 15 0 1 0 668366621 384278528 5810 33554432000 4194304 5683644 140735965276064 18446744073709551615 212447847231 0 0 16781312 514 0 0 0 17 5 0 0 0
/proc/30324/statm: 93818 5810 370 364 0 29727 0
[pid=30326] ppid=30324 vsize=0 CPUtime=6.45 cores=0-7
/proc/30326/stat : 30326 (march_hi) R 30324 30326 30326 0 -1 4202500 471 0 0 0 645 0 0 0 25 0 1 0 668366621 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 5 0 0 0
/proc/30326/statm: 0 0 0 0 0 0 0
[pid=30327] ppid=30309 vsize=385528 CPUtime=0.01 cores=0-7
/proc/30327/stat : 30327 (python) S 30309 30309 29579 0 -1 4202560 807 0 0 0 0 1 0 0 18 0 1 0 668366624 394780672 5846 33554432000 4194304 5683644 140735965276064 18446744073709551615 212436037190 0 0 16781312 514 8428963620087365892 0 0 17 1 0 0 0
/proc/30327/statm: 96382 5846 370 364 0 32288 0
[pid=30329] ppid=30327 vsize=1017800 CPUtime=6.44 cores=0-7
/proc/30329/stat : 30329 (gnovelty+2) R 30327 30329 30329 0 -1 4202496 420 0 0 0 644 0 0 0 25 0 1 0 668366625 1042227200 162 33554432000 134512640 135663704 4287259712 18446744073709551615 134525049 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/30329/statm: 254450 162 113 282 0 254166 0
[pid=30330] ppid=30309 vsize=395784 CPUtime=0.02 cores=0-7
/proc/30330/stat : 30330 (python) S 30309 30309 29579 0 -1 4202560 835 0 0 0 1 1 0 0 15 0 1 0 668366627 405282816 5834 33554432000 4194304 5683644 140735965276064 18446744073709551615 212436037190 0 0 16781312 514 17593426297827066113 0 0 17 7 0 0 0
/proc/30330/statm: 98946 5834 371 364 0 34849 0
[pid=30332] ppid=30330 vsize=1420 CPUtime=6.34 cores=0-7
/proc/30332/stat : 30332 (march_hi) R 30330 30332 30332 0 -1 4202496 473 0 0 0 634 0 0 0 25 0 1 0 668366628 1454080 213 33554432000 4194304 4955518 140734735168912 18446744073709551615 4224532 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/30332/statm: 355 213 106 186 0 168 0
[pid=30333] ppid=30309 vsize=406040 CPUtime=0.02 cores=0-7
/proc/30333/stat : 30333 (python) S 30309 30309 29579 0 -1 4202560 841 0 0 0 1 1 0 0 15 0 1 0 668366630 415784960 5966 33554432000 4194304 5683644 140735965276064 18446744073709551615 212436037190 0 0 16781312 514 15521255897794838786 0 0 17 1 0 0 0
/proc/30333/statm: 101510 5966 371 364 0 37410 0
[pid=30335] ppid=30333 vsize=1420 CPUtime=6.32 cores=0-7
/proc/30335/stat : 30335 (march_hi) R 30333 30335 30335 0 -1 4202496 476 0 0 0 632 0 0 0 25 0 1 0 668366632 1454080 213 33554432000 4194304 4955518 140736670965520 18446744073709551615 4208656 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/30335/statm: 355 213 106 186 0 168 0
[pid=30336] ppid=30309 vsize=416296 CPUtime=0.02 cores=0-7
/proc/30336/stat : 30336 (python) S 30309 30309 29579 0 -1 4202560 873 0 0 0 1 1 0 0 15 0 1 0 668366634 426287104 5880 33554432000 4194304 5683644 140735965276064 18446744073709551615 212436037190 0 0 16781312 514 5607370359465541891 0 0 17 6 0 0 0
/proc/30336/statm: 104074 5880 377 364 0 39971 0
[pid=30338] ppid=30336 vsize=1420 CPUtime=6.4 cores=0-7
/proc/30338/stat : 30338 (march_hi) R 30336 30338 30338 0 -1 4202496 478 0 0 0 640 0 0 0 25 0 1 0 668366634 1454080 214 33554432000 4194304 4955518 140736383293520 18446744073709551615 4224679 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/30338/statm: 355 214 106 186 0 168 0
[pid=30309/tid=30316] ppid=30307 vsize=426540 CPUtime=0 cores=0-7
/proc/30309/task/30316/stat : 30316 (python) S 30307 30309 29579 0 -1 4202560 26 937 0 0 0 0 0 0 17 0 9 0 668366612 436776960 7396 33554432000 4194304 5683644 140735965276064 18446744073709551615 212447840689 0 0 16781312 2 18446604452273185792 0 0 -1 0 0 0 0
[pid=30309/tid=30319] ppid=30307 vsize=426540 CPUtime=0 cores=0-7
/proc/30309/task/30319/stat : 30319 (python) S 30307 30309 29579 0 -1 4202560 21 937 0 0 0 0 0 0 18 0 9 0 668366615 436776960 7396 33554432000 4194304 5683644 140735965276064 18446744073709551615 212447840689 0 0 16781312 2 18446604452273185792 0 0 -1 3 0 0 0
[pid=30309/tid=30322] ppid=30307 vsize=426540 CPUtime=0 cores=0-7
/proc/30309/task/30322/stat : 30322 (python) S 30307 30309 29579 0 -1 4202560 67 937 0 0 0 0 0 0 19 0 9 0 668366618 436776960 7396 33554432000 4194304 5683644 140735965276064 18446744073709551615 212447840689 0 0 16781312 2 18446604452273185792 0 0 -1 0 0 0 0
[pid=30309/tid=30325] ppid=30307 vsize=426540 CPUtime=0 cores=0-7
/proc/30309/task/30325/stat : 30325 (python) S 30307 30309 29579 0 -1 4202560 30 937 0 0 0 0 0 0 18 0 9 0 668366621 436776960 7396 33554432000 4194304 5683644 140735965276064 18446744073709551615 212447840689 0 0 16781312 2 18446604452273185792 0 0 -1 5 0 0 0
[pid=30309/tid=30328] ppid=30307 vsize=426540 CPUtime=0 cores=0-7
/proc/30309/task/30328/stat : 30328 (python) S 30307 30309 29579 0 -1 4202560 34 937 0 0 0 0 0 0 19 0 9 0 668366624 436776960 7396 33554432000 4194304 5683644 140735965276064 18446744073709551615 212447840689 0 0 16781312 2 18446604452273185792 0 0 -1 0 0 0 0
[pid=30309/tid=30331] ppid=30307 vsize=426540 CPUtime=0 cores=0-7
/proc/30309/task/30331/stat : 30331 (python) S 30307 30309 29579 0 -1 4202560 33 937 0 0 0 0 0 0 20 0 9 0 668366627 436776960 7396 33554432000 4194304 5683644 140735965276064 18446744073709551615 212447840689 0 0 16781312 2 18446604452273185792 0 0 -1 7 0 0 0
[pid=30309/tid=30334] ppid=30307 vsize=426540 CPUtime=0 cores=0-7
/proc/30309/task/30334/stat : 30334 (python) S 30307 30309 29579 0 -1 4202560 35 937 0 0 0 0 0 0 19 0 9 0 668366631 436776960 7396 33554432000 4194304 5683644 140735965276064 18446744073709551615 212447840689 0 0 16781312 2 18446604452273185792 0 0 -1 1 0 0 0
[pid=30309/tid=30337] ppid=30307 vsize=426540 CPUtime=0 cores=0-7
/proc/30309/task/30337/stat : 30337 (python) S 30307 30309 29579 0 -1 4202560 33 937 0 0 0 0 0 0 21 0 9 0 668366634 436776960 7396 33554432000 4194304 5683644 140735965276064 18446744073709551615 212447840689 0 0 16781312 2 18446604452273185792 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 52.56
Current children cumulated vsize (KiB) 5378012

Child status: 0
Real time (s): 7.48685
CPU time (s): 53.2239
CPU user time (s): 52.877
CPU system time (s): 0.346947
CPU usage (%): 710.899
Max. virtual memory (cumulated for all children) (KiB): 5382276

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 52.877
system time used= 0.346947
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 31966
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= 5427
involuntary context switches= 2571

runsolver used 0.035994 second user time and 0.076988 second system time

The end

Launcher Data

Begin job on node102 at 2011-05-16 19:40:42
IDJOB=3385516
IDBENCH=82781
IDSOLVER=1870
FILE ID=node102/3385516-1305567642
RUNJOBID= node102-1305564967-29593
PBS_JOBID= 13350148
Free space on /tmp= 73596 MiB

SOLVER NAME= borg-sat 11.03.02-par-random (fixed)
BENCH NAME= SAT11/random/medium/unif-k5-r21.3-v75-c1597-S295912653-089.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-3385516-1305567642/watcher-3385516-1305567642 -o /tmp/evaluation-result-3385516-1305567642/solver-3385516-1305567642 -C 40000 -W 5100 -M 31000  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3385516-1305567642.cnf -seed 1403207939 -budget 40000 -cores 8

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

MD5SUM BENCH= db50771b4b9edf83822bd931af1fc1d7
RANDOM SEED=1403207939

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:      10955236 kB
Buffers:        123268 kB
Cached:        1040260 kB
SwapCached:      33496 kB
Active:       13139696 kB
Inactive:      8609140 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      10955236 kB
SwapTotal:    67111528 kB
SwapFree:     56316216 kB
Dirty:           31932 kB
Writeback:           0 kB
AnonPages:    20563360 kB
Mapped:          22236 kB
Slab:            79716 kB
PageTables:      94488 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 123346340 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= 73564 MiB
End job on node102 at 2011-05-16 19:40:49