Trace number 3322251

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
borg-sat 11.03.02-randomUNSAT 197.265 33.8017

General information on the benchmark

Namerandom/medium/
unif-k7-r89-v50-c4450-S324945930-048.UNKNOWN.cnf
MD5SUM25ed0c8de63814e6d33af77a8f91b72b
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark32.602
Satisfiable
(Un)Satisfiability was proved
Number of variables50
Number of clauses4450
Sum of the clauses size31150
Maximum clause length7
Minimum clause length7
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 50
Number of clauses of size over 54450

Solver Data

0.39/0.60	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.39/0.60	c INFO: solving HOME/instance-3322251-1304378070.cnf
0.39/0.60	c INFO: computing task features
0.39/0.63	c INFO: computed variable-clause graph statistics
0.39/0.64	c INFO: computed clause balance statistics
0.49/0.79	c INFO: computed variable balance statistics
0.59/0.86	c INFO: computed small-clause counts
0.59/0.86	c INFO: computed Horn-clause counts
0.59/0.86	c INFO: computed variable graph statistics
0.59/0.86	c INFO: collected features for HOME/instance-3322251-1304378070.cnf in 0.26 s
0.69/0.90	c INFO: running gnovelty+2@0 for 97 with 39999 remaining (b = 0.59)
0.69/0.93	c INFO: running gnovelty+2@0 for 97 with 39999 remaining (b = 0.09)
0.69/0.97	c INFO: running adaptg2wsat2009++@0 for 97 with 39999 remaining (b = 0.04)
0.79/1.01	c INFO: running adaptg2wsat2009++@0 for 97 with 39999 remaining (b = 0.03)
0.79/1.05	c INFO: running adaptg2wsat2009++@0 for 97 with 39999 remaining (b = 0.02)
0.79/1.09	c INFO: running march_hi@0 for 2134 with 39999 remaining (b = 0.39)
1.46/1.13	c INFO: running gnovelty+2@0 for 97 with 39999 remaining (b = 0.02)
1.46/1.17	c INFO: running march_hi@0 for 2134 with 39999 remaining (b = 0.38)
196.66/33.77	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3322251-1304378070/watcher-3322251-1304378070 -o /tmp/evaluation-result-3322251-1304378070/solver-3322251-1304378070 -C 40000 -W 5100 -M 31000 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3322251-1304378070.cnf -seed 1817766241 -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: 5.88 3.07 2.37 3/361 16568
/proc/meminfo: memFree=6843040/32951124 swapFree=61020456/67111528
[pid=16568] ppid=16566 vsize=15776 CPUtime=0 cores=0-7
/proc/16568/stat : 16568 (python) S 16566 16568 15120 0 -1 4202496 926 0 0 0 0 0 0 0 25 0 1 0 628037721 16154624 806 33554432000 4194304 5683644 140735682845632 18446744073709551615 224284923904 0 2147483391 16781312 2 18446744071699199166 0 0 17 4 0 0 0
/proc/16568/statm: 3944 806 356 364 0 431 0

[startup+0.104038 s]
/proc/loadavg: 5.88 3.07 2.37 3/361 16568
/proc/meminfo: memFree=6843040/32951124 swapFree=61020456/67111528
[pid=16568] ppid=16566 vsize=94184 CPUtime=0.06 cores=0-7
/proc/16568/stat : 16568 (python) R 16566 16568 15120 0 -1 4202496 2767 0 0 0 4 2 0 0 17 0 1 0 628037721 96444416 2476 33554432000 4194304 5683644 140735682845632 18446744073709551615 224284923904 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/16568/statm: 23546 2476 764 364 0 1678 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 94184

[startup+0.201026 s]
/proc/loadavg: 5.88 3.07 2.37 3/361 16568
/proc/meminfo: memFree=6843040/32951124 swapFree=61020456/67111528
[pid=16568] ppid=16566 vsize=126300 CPUtime=0.12 cores=0-7
/proc/16568/stat : 16568 (python) R 16566 16568 15120 0 -1 4202496 4534 469 1 0 8 4 0 0 18 0 1 0 628037721 129331200 3895 33554432000 4194304 5683644 140735682845632 18446744073709551615 224284746133 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/16568/statm: 31575 3895 1001 364 0 2870 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 126300

[startup+0.300999 s]
/proc/loadavg: 5.88 3.07 2.37 3/361 16568
/proc/meminfo: memFree=6843040/32951124 swapFree=61020456/67111528
[pid=16568] ppid=16566 vsize=135752 CPUtime=0.19 cores=0-7
/proc/16568/stat : 16568 (python) S 16566 16568 15120 0 -1 4202496 5966 938 1 0 13 6 0 0 18 0 1 0 628037721 139010048 4151 33554432000 4194304 5683644 140735682845632 18446744073709551615 224284921861 0 2147483391 16781312 2 18446744071699199166 0 0 17 4 0 0 0
/proc/16568/statm: 33938 4151 1032 364 0 3124 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 135752

[startup+0.700944 s]
/proc/loadavg: 5.88 3.07 2.37 3/361 16568
/proc/meminfo: memFree=6843040/32951124 swapFree=61020456/67111528
[pid=16568] ppid=16566 vsize=279220 CPUtime=0.49 cores=0-7
/proc/16568/stat : 16568 (python) R 16566 16568 15120 0 -1 4202496 9529 938 1 0 38 11 0 0 17 0 1 0 628037721 285921280 7198 33554432000 4194304 5683644 140735682845632 18446744073709551615 224284584064 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/16568/statm: 69805 7198 1826 364 0 5729 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 279220

[startup+1.50076 s]
/proc/loadavg: 5.88 3.07 2.37 10/380 16591
/proc/meminfo: memFree=6794520/32951124 swapFree=61020456/67111528
[pid=16568] ppid=16566 vsize=427204 CPUtime=0.96 cores=0-7
/proc/16568/stat : 16568 (python) S 16566 16568 15120 0 -1 4202496 15472 938 1 0 83 13 0 0 25 0 9 0 628037721 437456896 7525 33554432000 4194304 5683644 140735682845632 18446744073709551615 224296752587 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/16568/statm: 106801 7525 1891 364 0 42698 0
[pid=16574] ppid=16568 vsize=279244 CPUtime=0 cores=0-7
/proc/16574/stat : 16574 (python) S 16568 16568 15120 0 -1 4202560 738 0 0 0 0 0 0 0 19 0 1 0 628037811 285945856 5726 33554432000 4194304 5683644 140735682845632 18446744073709551615 224284945935 0 0 16781312 514 17285918734061404159 0 0 17 1 0 0 0
/proc/16574/statm: 69811 5726 354 364 0 5729 0
[pid=16576] ppid=16574 vsize=1017932 CPUtime=0.59 cores=0-7
/proc/16576/stat : 16576 (gnovelty+2) R 16574 16576 16576 0 -1 4202496 490 0 0 0 59 0 0 0 22 0 1 0 628037811 1042362368 226 33554432000 134512640 135663704 4290634512 18446744073709551615 134525286 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/16576/statm: 254483 226 113 282 0 254199 0
[pid=16577] ppid=16568 vsize=289888 CPUtime=0 cores=0-7
/proc/16577/stat : 16577 (python) S 16568 16568 15120 0 -1 4202560 737 0 0 0 0 0 0 0 20 0 1 0 628037815 296845312 5812 33554432000 4194304 5683644 140735682845632 18446744073709551615 224284945990 0 0 16781312 514 17285914885770706943 0 0 17 1 0 0 0
/proc/16577/statm: 72472 5812 348 364 0 8387 0
[pid=16579] ppid=16577 vsize=1017932 CPUtime=0.41 cores=0-7
/proc/16579/stat : 16579 (gnovelty+2) R 16577 16579 16579 0 -1 4202496 492 0 0 0 41 0 0 0 23 0 1 0 628037815 1042362368 226 33554432000 134512640 135663704 4291371808 18446744073709551615 134524882 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/16579/statm: 254483 226 113 282 0 254199 0
[pid=16580] ppid=16568 vsize=365680 CPUtime=0 cores=0-7
/proc/16580/stat : 16580 (python) S 16568 16568 15120 0 -1 4202560 694 0 0 0 0 0 0 0 18 0 1 0 628037818 374456320 5985 33554432000 4194304 5683644 140735682845632 18446744073709551615 224284945990 0 0 16781312 514 11977753672089075711 0 0 17 1 0 0 0
/proc/16580/statm: 91420 5985 344 364 0 27332 0
[pid=16582] ppid=16580 vsize=416520 CPUtime=0.5 cores=0-7
/proc/16582/stat : 16582 (adaptg2wsat2009) R 16580 16582 16582 0 -1 4202496 522 0 0 0 50 0 0 0 20 0 1 0 628037819 426516480 266 33554432000 134512640 135107411 4292261152 18446744073709551615 134523280 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/16582/statm: 104130 266 49 146 0 103006 0
[pid=16583] ppid=16568 vsize=375936 CPUtime=0 cores=0-7
/proc/16583/stat : 16583 (python) S 16568 16568 15120 0 -1 4202560 700 0 0 0 0 0 0 0 20 0 1 0 628037822 384958464 5941 33554432000 4194304 5683644 140735682845632 18446744073709551615 224284945990 0 0 16781312 514 1485369294920351743 0 0 17 4 0 0 0
/proc/16583/statm: 93984 5941 344 364 0 29893 0
[pid=16585] ppid=16583 vsize=416520 CPUtime=0.36 cores=0-7
/proc/16585/stat : 16585 (adaptg2wsat2009) R 16583 16585 16585 0 -1 4202496 522 0 0 0 36 0 0 0 22 0 1 0 628037822 426516480 265 33554432000 134512640 135107411 4292312032 18446744073709551615 134523323 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/16585/statm: 104130 265 49 146 0 103006 0
[pid=16586] ppid=16568 vsize=386192 CPUtime=0 cores=0-7
/proc/16586/stat : 16586 (python) S 16568 16568 15120 0 -1 4202560 710 0 0 0 0 0 0 0 21 0 1 0 628037826 395460608 6065 33554432000 4194304 5683644 140735682845632 18446744073709551615 224284945990 0 0 16781312 514 1263243481975881727 0 0 17 0 0 0 0
/proc/16586/statm: 96548 6065 344 364 0 32454 0
[pid=16588] ppid=16586 vsize=416520 CPUtime=0.13 cores=0-7
/proc/16588/stat : 16588 (adaptg2wsat2009) R 16586 16588 16588 0 -1 4202496 526 0 0 0 13 0 0 0 24 0 1 0 628037826 426516480 267 33554432000 134512640 135107411 4292579968 18446744073709551615 134523424 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/16588/statm: 104130 267 49 146 0 103006 0
[pid=16589] ppid=16568 vsize=396448 CPUtime=0 cores=0-7
/proc/16589/stat : 16589 (python) S 16568 16568 15120 0 -1 4202560 734 0 0 0 0 0 0 0 21 0 1 0 628037830 405962752 6073 33554432000 4194304 5683644 140735682845632 18446744073709551615 224284945990 0 0 16781312 514 5602261165154468099 0 0 17 4 0 0 0
/proc/16589/statm: 99112 6073 348 364 0 35015 0
[pid=16591] ppid=16589 vsize=2264 CPUtime=0.4 cores=0-7
/proc/16591/stat : 16591 (march_hi) R 16589 16591 16591 0 -1 4202496 987 0 0 0 40 0 0 0 25 0 1 0 628037830 2318336 392 33554432000 4194304 4955518 140735779075728 18446744073709551615 4237736 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/16591/statm: 566 392 106 186 0 379 0
[pid=16568/tid=16575] ppid=16566 vsize=427204 CPUtime=0 cores=0-7
/proc/16568/task/16575/stat : 16575 (python) S 16566 16568 15120 0 -1 4202560 26 938 0 0 0 0 0 0 19 0 9 0 628037811 437456896 7525 33554432000 4194304 5683644 140735682845632 18446744073709551615 224296749489 0 0 16781312 2 18446604446429848768 0 0 -1 2 0 0 0
[pid=16568/tid=16578] ppid=16566 vsize=427204 CPUtime=0 cores=0-7
/proc/16568/task/16578/stat : 16578 (python) S 16566 16568 15120 0 -1 4202560 26 938 0 0 0 0 0 0 18 0 9 0 628037815 437456896 7525 33554432000 4194304 5683644 140735682845632 18446744073709551615 224296749489 0 0 16781312 2 18446604446429848768 0 0 -1 3 0 0 0
[pid=16568/tid=16581] ppid=16566 vsize=427204 CPUtime=0 cores=0-7
/proc/16568/task/16581/stat : 16581 (python) S 16566 16568 15120 0 -1 4202560 78 938 0 0 0 0 0 0 19 0 9 0 628037818 437456896 7525 33554432000 4194304 5683644 140735682845632 18446744073709551615 224296749489 0 0 16781312 2 18446604446429848768 0 0 -1 0 0 0 0
[pid=16568/tid=16584] ppid=16566 vsize=427204 CPUtime=0 cores=0-7
/proc/16568/task/16584/stat : 16584 (python) S 16566 16568 15120 0 -1 4202560 34 938 0 0 0 0 0 0 21 0 9 0 628037822 437456896 7525 33554432000 4194304 5683644 140735682845632 18446744073709551615 224296749489 0 0 16781312 2 18446604446429848768 0 0 -1 4 0 0 0
[pid=16568/tid=16587] ppid=16566 vsize=427204 CPUtime=0 cores=0-7
/proc/16568/task/16587/stat : 16587 (python) S 16566 16568 15120 0 -1 4202560 33 938 0 0 0 0 0 0 23 0 9 0 628037826 437456896 7525 33554432000 4194304 5683644 140735682845632 18446744073709551615 224296749489 0 0 16781312 2 18446604446429848768 0 0 -1 0 0 0 0
[pid=16568/tid=16590] ppid=16566 vsize=427204 CPUtime=0 cores=0-7
/proc/16568/task/16590/stat : 16590 (python) S 16566 16568 15120 0 -1 4202560 32 938 0 0 0 0 0 0 25 0 9 0 628037830 437456896 7525 33554432000 4194304 5683644 140735682845632 18446744073709551615 224296749489 0 0 16781312 2 18446604446429848768 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3.35
Current children cumulated vsize (KiB) 5808280

[startup+3.1015 s]
/proc/loadavg: 5.88 3.07 2.37 11/386 16597
/proc/meminfo: memFree=6784280/32951124 swapFree=61020456/67111528
[pid=16568] ppid=16566 vsize=427204 CPUtime=0.96 cores=0-7
/proc/16568/stat : 16568 (python) S 16566 16568 15120 0 -1 4202496 15472 938 1 0 83 13 0 0 25 0 9 0 628037721 437456896 7525 33554432000 4194304 5683644 140735682845632 18446744073709551615 224296752587 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/16568/statm: 106801 7525 1891 364 0 42698 0
[pid=16574] ppid=16568 vsize=279244 CPUtime=0 cores=0-7
/proc/16574/stat : 16574 (python) S 16568 16568 15120 0 -1 4202560 738 0 0 0 0 0 0 0 18 0 1 0 628037811 285945856 5726 33554432000 4194304 5683644 140735682845632 18446744073709551615 224284945935 0 0 16781312 514 17285918734061371649 0 0 17 1 0 0 0
/proc/16574/statm: 69811 5726 354 364 0 5729 0
[pid=16576] ppid=16574 vsize=1017932 CPUtime=1.59 cores=0-7
/proc/16576/stat : 16576 (gnovelty+2) R 16574 16576 16576 0 -1 4202496 490 0 0 0 159 0 0 0 25 0 1 0 628037811 1042362368 226 33554432000 134512640 135663704 4290634512 18446744073709551615 134525243 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/16576/statm: 254483 226 113 282 0 254199 0
[pid=16577] ppid=16568 vsize=289888 CPUtime=0 cores=0-7
/proc/16577/stat : 16577 (python) S 16568 16568 15120 0 -1 4202560 737 0 0 0 0 0 0 0 18 0 1 0 628037815 296845312 5812 33554432000 4194304 5683644 140735682845632 18446744073709551615 224284945990 0 0 16781312 514 17285914885770674434 0 0 17 1 0 0 0
/proc/16577/statm: 72472 5812 348 364 0 8387 0
[pid=16579] ppid=16577 vsize=1017932 CPUtime=1.21 cores=0-7
/proc/16579/stat : 16579 (gnovelty+2) R 16577 16579 16579 0 -1 4202496 492 0 0 0 121 0 0 0 25 0 1 0 628037815 1042362368 226 33554432000 134512640 135663704 4291371808 18446744073709551615 134525684 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/16579/statm: 254483 226 113 282 0 254199 0
[pid=16580] ppid=16568 vsize=365680 CPUtime=0 cores=0-7
/proc/16580/stat : 16580 (python) S 16568 16568 15120 0 -1 4202560 710 0 0 0 0 0 0 0 18 0 1 0 628037818 374456320 5989 33554432000 4194304 5683644 140735682845632 18446744073709551615 224284945990 0 0 16781312 514 11977753672089043200 0 0 17 1 0 0 0
/proc/16580/statm: 91420 5989 348 364 0 27332 0
[pid=16582] ppid=16580 vsize=416524 CPUtime=2.09 cores=0-7
/proc/16582/stat : 16582 (adaptg2wsat2009) R 16580 16582 16582 0 -1 4202496 577 0 0 0 209 0 0 0 25 0 1 0 628037819 426520576 321 33554432000 134512640 135107411 4292261152 18446744073709551615 134531232 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/16582/statm: 104131 321 59 146 0 103007 0
[pid=16583] ppid=16568 vsize=375936 CPUtime=0 cores=0-7
/proc/16583/stat : 16583 (python) S 16568 16568 15120 0 -1 4202560 716 0 0 0 0 0 0 0 18 0 1 0 628037822 384958464 5945 33554432000 4194304 5683644 140735682845632 18446744073709551615 224284945990 0 0 16781312 514 1485369294920319236 0 0 17 4 0 0 0
/proc/16583/statm: 93984 5945 348 364 0 29893 0
[pid=16585] ppid=16583 vsize=416524 CPUtime=1.76 cores=0-7
/proc/16585/stat : 16585 (adaptg2wsat2009) R 16583 16585 16585 0 -1 4202496 578 0 0 0 176 0 0 0 25 0 1 0 628037822 426520576 321 33554432000 134512640 135107411 4292312032 18446744073709551615 134531928 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/16585/statm: 104131 321 59 146 0 103007 0
[pid=16586] ppid=16568 vsize=386192 CPUtime=0 cores=0-7
/proc/16586/stat : 16586 (python) S 16568 16568 15120 0 -1 4202560 726 0 0 0 0 0 0 0 18 0 1 0 628037826 395460608 6069 33554432000 4194304 5683644 140735682845632 18446744073709551615 224284945990 0 0 16781312 514 1263243481975881727 0 0 17 0 0 0 0
/proc/16586/statm: 96548 6069 348 364 0 32454 0
[pid=16588] ppid=16586 vsize=416524 CPUtime=0.93 cores=0-7
/proc/16588/stat : 16588 (adaptg2wsat2009) R 16586 16588 16588 0 -1 4202496 582 0 0 0 93 0 0 0 25 0 1 0 628037826 426520576 323 33554432000 134512640 135107411 4292579968 18446744073709551615 134531392 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/16588/statm: 104131 323 59 146 0 103007 0
[pid=16589] ppid=16568 vsize=396448 CPUtime=0 cores=0-7
/proc/16589/stat : 16589 (python) S 16568 16568 15120 0 -1 4202560 740 0 0 0 0 0 0 0 15 0 1 0 628037830 405962752 6073 33554432000 4194304 5683644 140735682845632 18446744073709551615 224284945990 0 0 16781312 514 12352318251009540355 0 0 17 4 0 0 0
/proc/16589/statm: 99112 6073 348 364 0 35015 0
[pid=16591] ppid=16589 vsize=2264 CPUtime=2 cores=0-7
/proc/16591/stat : 16591 (march_hi) R 16589 16591 16591 0 -1 4202496 987 0 0 0 200 0 0 0 25 0 1 0 628037830 2318336 392 33554432000 4194304 4955518 140735779075728 18446744073709551615 4297366 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/16591/statm: 566 392 106 186 0 379 0
[pid=16592] ppid=16568 vsize=406704 CPUtime=0 cores=0-7
/proc/16592/stat : 16592 (python) S 16568 16568 15120 0 -1 4202560 741 0 0 0 0 0 0 0 18 0 1 0 628037834 416464896 5991 33554432000 4194304 5683644 140735682845632 18446744073709551615 224284945990 0 0 16781312 514 13543116007047921921 0 0 17 0 0 0 0
/proc/16592/statm: 101676 5991 348 364 0 37576 0
[pid=16594] ppid=16592 vsize=1017932 CPUtime=1.92 cores=0-7
/proc/16594/stat : 16594 (gnovelty+2) R 16592 16594 16594 0 -1 4202496 486 0 0 0 192 0 0 0 25 0 1 0 628037836 1042362368 226 33554432000 134512640 135663704 4292902544 18446744073709551615 134544137 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/16594/statm: 254483 226 113 282 0 254199 0
[pid=16595] ppid=16568 vsize=416960 CPUtime=0 cores=0-7
/proc/16595/stat : 16595 (python) S 16568 16568 15120 0 -1 4202560 785 0 0 0 0 0 0 0 15 0 1 0 628037838 426967040 5984 33554432000 4194304 5683644 140735682845632 18446744073709551615 224284945990 0 0 16781312 514 10809202059937546498 0 0 17 0 0 0 0
/proc/16595/statm: 104240 5984 354 364 0 40137 0
[pid=16597] ppid=16595 vsize=2264 CPUtime=0.91 cores=0-7
/proc/16597/stat : 16597 (march_hi) R 16595 16597 16597 0 -1 4202496 994 0 0 0 91 0 0 0 25 0 1 0 628037838 2318336 392 33554432000 4194304 4955518 140734179386688 18446744073709551615 4346327 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/16597/statm: 566 392 106 186 0 379 0
[pid=16568/tid=16575] ppid=16566 vsize=427204 CPUtime=0 cores=0-7
/proc/16568/task/16575/stat : 16575 (python) S 16566 16568 15120 0 -1 4202560 26 938 0 0 0 0 0 0 19 0 9 0 628037811 437456896 7525 33554432000 4194304 5683644 140735682845632 18446744073709551615 224296749489 0 0 16781312 2 18446604446429848768 0 0 -1 2 0 0 0
[pid=16568/tid=16578] ppid=16566 vsize=427204 CPUtime=0 cores=0-7
/proc/16568/task/16578/stat : 16578 (python) S 16566 16568 15120 0 -1 4202560 26 938 0 0 0 0 0 0 18 0 9 0 628037815 437456896 7525 33554432000 4194304 5683644 140735682845632 18446744073709551615 224296749489 0 0 16781312 2 18446604446429848768 0 0 -1 3 0 0 0
[pid=16568/tid=16581] ppid=16566 vsize=427204 CPUtime=0 cores=0-7
/proc/16568/task/16581/stat : 16581 (python) S 16566 16568 15120 0 -1 4202560 78 938 0 0 0 0 0 0 19 0 9 0 628037818 437456896 7525 33554432000 4194304 5683644 140735682845632 18446744073709551615 224296749489 0 0 16781312 2 18446604446429848768 0 0 -1 0 0 0 0
[pid=16568/tid=16584] ppid=16566 vsize=427204 CPUtime=0 cores=0-7
/proc/16568/task/16584/stat : 16584 (python) S 16566 16568 15120 0 -1 4202560 34 938 0 0 0 0 0 0 21 0 9 0 628037822 437456896 7525 33554432000 4194304 5683644 140735682845632 18446744073709551615 224296749489 0 0 16781312 2 18446604446429848768 0 0 -1 4 0 0 0
[pid=16568/tid=16587] ppid=16566 vsize=427204 CPUtime=0 cores=0-7
/proc/16568/task/16587/stat : 16587 (python) S 16566 16568 15120 0 -1 4202560 33 938 0 0 0 0 0 0 23 0 9 0 628037826 437456896 7525 33554432000 4194304 5683644 140735682845632 18446744073709551615 224296749489 0 0 16781312 2 18446604446429848768 0 0 -1 0 0 0 0
[pid=16568/tid=16590] ppid=16566 vsize=427204 CPUtime=0 cores=0-7
/proc/16568/task/16590/stat : 16590 (python) S 16566 16568 15120 0 -1 4202560 32 938 0 0 0 0 0 0 25 0 9 0 628037830 437456896 7525 33554432000 4194304 5683644 140735682845632 18446744073709551615 224296749489 0 0 16781312 2 18446604446429848768 0 0 -1 4 0 0 0
[pid=16568/tid=16593] ppid=16566 vsize=427204 CPUtime=0 cores=0-7
/proc/16568/task/16593/stat : 16593 (python) S 16566 16568 15120 0 -1 4202560 34 938 0 0 0 0 0 0 25 0 9 0 628037834 437456896 7525 33554432000 4194304 5683644 140735682845632 18446744073709551615 224296749489 0 0 16781312 2 18446604446429848768 0 0 -1 0 0 0 0
[pid=16568/tid=16596] ppid=16566 vsize=427204 CPUtime=0 cores=0-7
/proc/16568/task/16596/stat : 16596 (python) S 16566 16568 15120 0 -1 4202560 33 938 0 0 0 0 0 0 25 0 9 0 628037838 437456896 7525 33554432000 4194304 5683644 140735682845632 18446744073709551615 224296749489 0 0 16781312 2 18446604446429848768 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 13.37
Current children cumulated vsize (KiB) 7652152

[startup+6.30196 s]
/proc/loadavg: 6.21 3.18 2.41 11/386 16597
/proc/meminfo: memFree=6782672/32951124 swapFree=61020456/67111528
[pid=16568] ppid=16566 vsize=427204 CPUtime=0.96 cores=0-7
/proc/16568/stat : 16568 (python) S 16566 16568 15120 0 -1 4202496 15472 938 1 0 83 13 0 0 25 0 9 0 628037721 437456896 7525 33554432000 4194304 5683644 140735682845632 18446744073709551615 224296752587 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/16568/statm: 106801 7525 1891 364 0 42698 0

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

/proc/16568/task/16581/stat : 16581 (python) S 16566 16568 15120 0 -1 4202560 78 938 0 0 0 0 0 0 19 0 9 0 628037818 437456896 7525 33554432000 4194304 5683644 140735682845632 18446744073709551615 224296749489 0 0 16781312 2 18446604446429848768 0 0 -1 0 0 0 0
[pid=16568/tid=16584] ppid=16566 vsize=427204 CPUtime=0 cores=0-7
/proc/16568/task/16584/stat : 16584 (python) S 16566 16568 15120 0 -1 4202560 34 938 0 0 0 0 0 0 21 0 9 0 628037822 437456896 7525 33554432000 4194304 5683644 140735682845632 18446744073709551615 224296749489 0 0 16781312 2 18446604446429848768 0 0 -1 4 0 0 0
[pid=16568/tid=16587] ppid=16566 vsize=427204 CPUtime=0 cores=0-7
/proc/16568/task/16587/stat : 16587 (python) S 16566 16568 15120 0 -1 4202560 33 938 0 0 0 0 0 0 23 0 9 0 628037826 437456896 7525 33554432000 4194304 5683644 140735682845632 18446744073709551615 224296749489 0 0 16781312 2 18446604446429848768 0 0 -1 0 0 0 0
[pid=16568/tid=16590] ppid=16566 vsize=427204 CPUtime=0 cores=0-7
/proc/16568/task/16590/stat : 16590 (python) S 16566 16568 15120 0 -1 4202560 32 938 0 0 0 0 0 0 25 0 9 0 628037830 437456896 7525 33554432000 4194304 5683644 140735682845632 18446744073709551615 224296749489 0 0 16781312 2 18446604446429848768 0 0 -1 4 0 0 0
[pid=16568/tid=16593] ppid=16566 vsize=427204 CPUtime=0 cores=0-7
/proc/16568/task/16593/stat : 16593 (python) S 16566 16568 15120 0 -1 4202560 34 938 0 0 0 0 0 0 25 0 9 0 628037834 437456896 7525 33554432000 4194304 5683644 140735682845632 18446744073709551615 224296749489 0 0 16781312 2 18446604446429848768 0 0 -1 0 0 0 0
[pid=16568/tid=16596] ppid=16566 vsize=427204 CPUtime=0 cores=0-7
/proc/16568/task/16596/stat : 16596 (python) S 16566 16568 15120 0 -1 4202560 33 938 0 0 0 0 0 0 25 0 9 0 628037838 437456896 7525 33554432000 4194304 5683644 140735682845632 18446744073709551615 224296749489 0 0 16781312 2 18446604446429848768 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 186.54
Current children cumulated vsize (KiB) 7652152

[startup+32.8015 s]
/proc/loadavg: 7.50 3.73 2.61 11/386 16597
/proc/meminfo: memFree=6784184/32951124 swapFree=61020456/67111528
[pid=16568] ppid=16566 vsize=427204 CPUtime=0.96 cores=0-7
/proc/16568/stat : 16568 (python) S 16566 16568 15120 0 -1 4202496 15472 938 1 0 83 13 0 0 25 0 9 0 628037721 437456896 7525 33554432000 4194304 5683644 140735682845632 18446744073709551615 224296752587 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/16568/statm: 106801 7525 1891 364 0 42698 0
[pid=16574] ppid=16568 vsize=279244 CPUtime=0.08 cores=0-7
/proc/16574/stat : 16574 (python) S 16568 16568 15120 0 -1 4202560 910 0 0 0 3 5 0 0 18 0 1 0 628037811 285945856 5748 33554432000 4194304 5683644 140735682845632 18446744073709551615 224284945935 0 0 16781312 514 1275380711661994241 0 0 17 1 0 0 0
/proc/16574/statm: 69811 5748 376 364 0 5729 0
[pid=16576] ppid=16574 vsize=1017932 CPUtime=16.4 cores=0-7
/proc/16576/stat : 16576 (gnovelty+2) R 16574 16576 16576 0 -1 4202496 490 0 0 0 1640 0 0 0 25 0 1 0 628037811 1042362368 226 33554432000 134512640 135663704 4290634512 18446744073709551615 134524548 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/16576/statm: 254483 226 113 282 0 254199 0
[pid=16577] ppid=16568 vsize=289888 CPUtime=0.08 cores=0-7
/proc/16577/stat : 16577 (python) S 16568 16568 15120 0 -1 4202560 909 0 0 0 3 5 0 0 18 0 1 0 628037815 296845312 5835 33554432000 4194304 5683644 140735682845632 18446744073709551615 224284945990 0 0 16781312 514 1275380711661994242 0 0 17 1 0 0 0
/proc/16577/statm: 72472 5835 371 364 0 8387 0
[pid=16579] ppid=16577 vsize=1017932 CPUtime=16.03 cores=0-7
/proc/16579/stat : 16579 (gnovelty+2) R 16577 16579 16579 0 -1 4202496 492 0 0 0 1603 0 0 0 25 0 1 0 628037815 1042362368 226 33554432000 134512640 135663704 4291371808 18446744073709551615 134525222 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/16579/statm: 254483 226 113 282 0 254199 0
[pid=16580] ppid=16568 vsize=365680 CPUtime=0.08 cores=0-7
/proc/16580/stat : 16580 (python) S 16568 16568 15120 0 -1 4202560 789 0 0 0 5 3 0 0 18 0 1 0 628037818 374456320 6012 33554432000 4194304 5683644 140735682845632 18446744073709551615 224284945990 0 0 16781312 514 1275380711661994240 0 0 17 1 0 0 0
/proc/16580/statm: 91420 6012 371 364 0 27332 0
[pid=16582] ppid=16580 vsize=416524 CPUtime=31.38 cores=0-7
/proc/16582/stat : 16582 (adaptg2wsat2009) R 16580 16582 16582 0 -1 4202496 577 0 0 0 3138 0 0 0 25 0 1 0 628037819 426520576 321 33554432000 134512640 135107411 4292261152 18446744073709551615 134532264 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/16582/statm: 104131 321 59 146 0 103007 0
[pid=16583] ppid=16568 vsize=375936 CPUtime=0.07 cores=0-7
/proc/16583/stat : 16583 (python) S 16568 16568 15120 0 -1 4202560 797 0 0 0 4 3 0 0 18 0 1 0 628037822 384958464 5968 33554432000 4194304 5683644 140735682845632 18446744073709551615 224284945990 0 0 16781312 514 1275380711661994244 0 0 17 4 0 0 0
/proc/16583/statm: 93984 5968 371 364 0 29893 0
[pid=16585] ppid=16583 vsize=416524 CPUtime=31.2 cores=0-7
/proc/16585/stat : 16585 (adaptg2wsat2009) R 16583 16585 16585 0 -1 4202496 578 0 0 0 3120 0 0 0 25 0 1 0 628037822 426520576 321 33554432000 134512640 135107411 4292312032 18446744073709551615 134531674 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/16585/statm: 104131 321 59 146 0 103007 0
[pid=16586] ppid=16568 vsize=386192 CPUtime=0.07 cores=0-7
/proc/16586/stat : 16586 (python) S 16568 16568 15120 0 -1 4202560 809 0 0 0 3 4 0 0 18 0 1 0 628037826 395460608 6092 33554432000 4194304 5683644 140735682845632 18446744073709551615 224284945990 0 0 16781312 514 1275380711661994243 0 0 17 0 0 0 0
/proc/16586/statm: 96548 6092 371 364 0 32454 0
[pid=16588] ppid=16586 vsize=416524 CPUtime=15.81 cores=0-7
/proc/16588/stat : 16588 (adaptg2wsat2009) R 16586 16588 16588 0 -1 4202496 582 0 0 0 1581 0 0 0 25 0 1 0 628037826 426520576 323 33554432000 134512640 135107411 4292579968 18446744073709551615 134531822 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/16588/statm: 104131 323 59 146 0 103007 0
[pid=16589] ppid=16568 vsize=396448 CPUtime=0.11 cores=0-7
/proc/16589/stat : 16589 (python) S 16568 16568 15120 0 -1 4202560 826 0 0 0 6 5 0 0 15 0 1 0 628037830 405962752 6096 33554432000 4194304 5683644 140735682845632 18446744073709551615 224284945990 0 0 16781312 514 12352318251009540355 0 0 17 4 0 0 0
/proc/16589/statm: 99112 6096 371 364 0 35015 0
[pid=16591] ppid=16589 vsize=2264 CPUtime=31.69 cores=0-7
/proc/16591/stat : 16591 (march_hi) R 16589 16591 16591 0 -1 4202496 987 0 0 0 3169 0 0 0 25 0 1 0 628037830 2318336 392 33554432000 4194304 4955518 140735779075728 18446744073709551615 4208667 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/16591/statm: 566 392 106 186 0 379 0
[pid=16592] ppid=16568 vsize=406704 CPUtime=0.07 cores=0-7
/proc/16592/stat : 16592 (python) S 16568 16568 15120 0 -1 4202560 825 0 0 0 4 3 0 0 18 0 1 0 628037834 416464896 6014 33554432000 4194304 5683644 140735682845632 18446744073709551615 224284945990 0 0 16781312 514 1275380711661994241 0 0 17 0 0 0 0
/proc/16592/statm: 101676 6014 371 364 0 37576 0
[pid=16594] ppid=16592 vsize=1017932 CPUtime=31.34 cores=0-7
/proc/16594/stat : 16594 (gnovelty+2) R 16592 16594 16594 0 -1 4202496 486 0 0 0 3134 0 0 0 25 0 1 0 628037836 1042362368 226 33554432000 134512640 135663704 4292902544 18446744073709551615 134525255 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/16594/statm: 254483 226 113 282 0 254199 0
[pid=16595] ppid=16568 vsize=416960 CPUtime=0.1 cores=0-7
/proc/16595/stat : 16595 (python) S 16568 16568 15120 0 -1 4202560 870 0 0 0 5 5 0 0 15 0 1 0 628037838 426967040 6007 33554432000 4194304 5683644 140735682845632 18446744073709551615 224284945990 0 0 16781312 514 10809202059937546498 0 0 17 0 0 0 0
/proc/16595/statm: 104240 6007 377 364 0 40137 0
[pid=16597] ppid=16595 vsize=2264 CPUtime=15.79 cores=0-7
/proc/16597/stat : 16597 (march_hi) R 16595 16597 16597 0 -1 4202496 994 0 0 0 1579 0 0 0 25 0 1 0 628037838 2318336 392 33554432000 4194304 4955518 140734179386688 18446744073709551615 4297502 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/16597/statm: 566 392 106 186 0 379 0
[pid=16568/tid=16575] ppid=16566 vsize=427204 CPUtime=0 cores=0-7
/proc/16568/task/16575/stat : 16575 (python) S 16566 16568 15120 0 -1 4202560 26 938 0 0 0 0 0 0 19 0 9 0 628037811 437456896 7525 33554432000 4194304 5683644 140735682845632 18446744073709551615 224296749489 0 0 16781312 2 18446604446429848768 0 0 -1 2 0 0 0
[pid=16568/tid=16578] ppid=16566 vsize=427204 CPUtime=0 cores=0-7
/proc/16568/task/16578/stat : 16578 (python) S 16566 16568 15120 0 -1 4202560 26 938 0 0 0 0 0 0 18 0 9 0 628037815 437456896 7525 33554432000 4194304 5683644 140735682845632 18446744073709551615 224296749489 0 0 16781312 2 18446604446429848768 0 0 -1 3 0 0 0
[pid=16568/tid=16581] ppid=16566 vsize=427204 CPUtime=0 cores=0-7
/proc/16568/task/16581/stat : 16581 (python) S 16566 16568 15120 0 -1 4202560 78 938 0 0 0 0 0 0 19 0 9 0 628037818 437456896 7525 33554432000 4194304 5683644 140735682845632 18446744073709551615 224296749489 0 0 16781312 2 18446604446429848768 0 0 -1 0 0 0 0
[pid=16568/tid=16584] ppid=16566 vsize=427204 CPUtime=0 cores=0-7
/proc/16568/task/16584/stat : 16584 (python) S 16566 16568 15120 0 -1 4202560 34 938 0 0 0 0 0 0 21 0 9 0 628037822 437456896 7525 33554432000 4194304 5683644 140735682845632 18446744073709551615 224296749489 0 0 16781312 2 18446604446429848768 0 0 -1 4 0 0 0
[pid=16568/tid=16587] ppid=16566 vsize=427204 CPUtime=0 cores=0-7
/proc/16568/task/16587/stat : 16587 (python) S 16566 16568 15120 0 -1 4202560 33 938 0 0 0 0 0 0 23 0 9 0 628037826 437456896 7525 33554432000 4194304 5683644 140735682845632 18446744073709551615 224296749489 0 0 16781312 2 18446604446429848768 0 0 -1 0 0 0 0
[pid=16568/tid=16590] ppid=16566 vsize=427204 CPUtime=0 cores=0-7
/proc/16568/task/16590/stat : 16590 (python) S 16566 16568 15120 0 -1 4202560 32 938 0 0 0 0 0 0 25 0 9 0 628037830 437456896 7525 33554432000 4194304 5683644 140735682845632 18446744073709551615 224296749489 0 0 16781312 2 18446604446429848768 0 0 -1 4 0 0 0
[pid=16568/tid=16593] ppid=16566 vsize=427204 CPUtime=0 cores=0-7
/proc/16568/task/16593/stat : 16593 (python) S 16566 16568 15120 0 -1 4202560 34 938 0 0 0 0 0 0 25 0 9 0 628037834 437456896 7525 33554432000 4194304 5683644 140735682845632 18446744073709551615 224296749489 0 0 16781312 2 18446604446429848768 0 0 -1 0 0 0 0
[pid=16568/tid=16596] ppid=16566 vsize=427204 CPUtime=0 cores=0-7
/proc/16568/task/16596/stat : 16596 (python) S 16566 16568 15120 0 -1 4202560 33 938 0 0 0 0 0 0 25 0 9 0 628037838 437456896 7525 33554432000 4194304 5683644 140735682845632 18446744073709551615 224296749489 0 0 16781312 2 18446604446429848768 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 191.26
Current children cumulated vsize (KiB) 7652152

[startup+33.6014 s]
/proc/loadavg: 7.70 3.83 2.65 11/386 16597
/proc/meminfo: memFree=6784184/32951124 swapFree=61020456/67111528
[pid=16568] ppid=16566 vsize=427204 CPUtime=0.96 cores=0-7
/proc/16568/stat : 16568 (python) S 16566 16568 15120 0 -1 4202496 15472 938 1 0 83 13 0 0 25 0 9 0 628037721 437456896 7525 33554432000 4194304 5683644 140735682845632 18446744073709551615 224296752587 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/16568/statm: 106801 7525 1891 364 0 42698 0
[pid=16574] ppid=16568 vsize=279244 CPUtime=0.08 cores=0-7
/proc/16574/stat : 16574 (python) S 16568 16568 15120 0 -1 4202560 910 0 0 0 3 5 0 0 18 0 1 0 628037811 285945856 5748 33554432000 4194304 5683644 140735682845632 18446744073709551615 224284945935 0 0 16781312 514 1275380711661994241 0 0 17 1 0 0 0
/proc/16574/statm: 69811 5748 376 364 0 5729 0
[pid=16576] ppid=16574 vsize=1017932 CPUtime=16.8 cores=0-7
/proc/16576/stat : 16576 (gnovelty+2) R 16574 16576 16576 0 -1 4202496 490 0 0 0 1680 0 0 0 25 0 1 0 628037811 1042362368 226 33554432000 134512640 135663704 4290634512 18446744073709551615 134525678 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/16576/statm: 254483 226 113 282 0 254199 0
[pid=16577] ppid=16568 vsize=289888 CPUtime=0.08 cores=0-7
/proc/16577/stat : 16577 (python) S 16568 16568 15120 0 -1 4202560 909 0 0 0 3 5 0 0 18 0 1 0 628037815 296845312 5835 33554432000 4194304 5683644 140735682845632 18446744073709551615 224284945990 0 0 16781312 514 1275380711661994242 0 0 17 1 0 0 0
/proc/16577/statm: 72472 5835 371 364 0 8387 0
[pid=16579] ppid=16577 vsize=1017932 CPUtime=16.43 cores=0-7
/proc/16579/stat : 16579 (gnovelty+2) R 16577 16579 16579 0 -1 4202496 492 0 0 0 1643 0 0 0 25 0 1 0 628037815 1042362368 226 33554432000 134512640 135663704 4291371808 18446744073709551615 134525678 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/16579/statm: 254483 226 113 282 0 254199 0
[pid=16580] ppid=16568 vsize=365680 CPUtime=0.08 cores=0-7
/proc/16580/stat : 16580 (python) S 16568 16568 15120 0 -1 4202560 789 0 0 0 5 3 0 0 18 0 1 0 628037818 374456320 6012 33554432000 4194304 5683644 140735682845632 18446744073709551615 224284945990 0 0 16781312 514 1275380711661994240 0 0 17 1 0 0 0
/proc/16580/statm: 91420 6012 371 364 0 27332 0
[pid=16582] ppid=16580 vsize=416524 CPUtime=32.16 cores=0-7
/proc/16582/stat : 16582 (adaptg2wsat2009) R 16580 16582 16582 0 -1 4202496 577 0 0 0 3216 0 0 0 25 0 1 0 628037819 426520576 321 33554432000 134512640 135107411 4292261152 18446744073709551615 134532379 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/16582/statm: 104131 321 59 146 0 103007 0
[pid=16583] ppid=16568 vsize=375936 CPUtime=0.07 cores=0-7
/proc/16583/stat : 16583 (python) S 16568 16568 15120 0 -1 4202560 797 0 0 0 4 3 0 0 18 0 1 0 628037822 384958464 5968 33554432000 4194304 5683644 140735682845632 18446744073709551615 224284945990 0 0 16781312 514 1275380711661994244 0 0 17 4 0 0 0
/proc/16583/statm: 93984 5968 371 364 0 29893 0
[pid=16585] ppid=16583 vsize=416524 CPUtime=32 cores=0-7
/proc/16585/stat : 16585 (adaptg2wsat2009) R 16583 16585 16585 0 -1 4202496 578 0 0 0 3200 0 0 0 25 0 1 0 628037822 426520576 321 33554432000 134512640 135107411 4292312032 18446744073709551615 134531428 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/16585/statm: 104131 321 59 146 0 103007 0
[pid=16586] ppid=16568 vsize=386192 CPUtime=0.07 cores=0-7
/proc/16586/stat : 16586 (python) S 16568 16568 15120 0 -1 4202560 809 0 0 0 3 4 0 0 18 0 1 0 628037826 395460608 6092 33554432000 4194304 5683644 140735682845632 18446744073709551615 224284945990 0 0 16781312 514 1275380711661994243 0 0 17 0 0 0 0
/proc/16586/statm: 96548 6092 371 364 0 32454 0
[pid=16588] ppid=16586 vsize=416524 CPUtime=16.21 cores=0-7
/proc/16588/stat : 16588 (adaptg2wsat2009) R 16586 16588 16588 0 -1 4202496 582 0 0 0 1621 0 0 0 25 0 1 0 628037826 426520576 323 33554432000 134512640 135107411 4292579968 18446744073709551615 134532244 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/16588/statm: 104131 323 59 146 0 103007 0
[pid=16589] ppid=16568 vsize=396448 CPUtime=0.11 cores=0-7
/proc/16589/stat : 16589 (python) S 16568 16568 15120 0 -1 4202560 826 0 0 0 6 5 0 0 15 0 1 0 628037830 405962752 6096 33554432000 4194304 5683644 140735682845632 18446744073709551615 224284945990 0 0 16781312 514 5602261302593421571 0 0 17 4 0 0 0
/proc/16589/statm: 99112 6096 371 364 0 35015 0
[pid=16591] ppid=16589 vsize=2264 CPUtime=32.49 cores=0-7
/proc/16591/stat : 16591 (march_hi) R 16589 16591 16591 0 -1 4202496 987 0 0 0 3249 0 0 0 25 0 1 0 628037830 2318336 392 33554432000 4194304 4955518 140735779075728 18446744073709551615 4208656 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/16591/statm: 566 392 106 186 0 379 0
[pid=16592] ppid=16568 vsize=406704 CPUtime=0.07 cores=0-7
/proc/16592/stat : 16592 (python) S 16568 16568 15120 0 -1 4202560 825 0 0 0 4 3 0 0 18 0 1 0 628037834 416464896 6014 33554432000 4194304 5683644 140735682845632 18446744073709551615 224284945990 0 0 16781312 514 1275380711661994241 0 0 17 0 0 0 0
/proc/16592/statm: 101676 6014 371 364 0 37576 0
[pid=16594] ppid=16592 vsize=1017932 CPUtime=32.14 cores=0-7
/proc/16594/stat : 16594 (gnovelty+2) R 16592 16594 16594 0 -1 4202496 486 0 0 0 3214 0 0 0 25 0 1 0 628037836 1042362368 226 33554432000 134512640 135663704 4292902544 18446744073709551615 134525157 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/16594/statm: 254483 226 113 282 0 254199 0
[pid=16595] ppid=16568 vsize=416960 CPUtime=0.1 cores=0-7
/proc/16595/stat : 16595 (python) S 16568 16568 15120 0 -1 4202560 870 0 0 0 5 5 0 0 15 0 1 0 628037838 426967040 6007 33554432000 4194304 5683644 140735682845632 18446744073709551615 224284945990 0 0 16781312 514 10809202059937546498 0 0 17 0 0 0 0
/proc/16595/statm: 104240 6007 377 364 0 40137 0
[pid=16597] ppid=16595 vsize=2264 CPUtime=16.19 cores=0-7
/proc/16597/stat : 16597 (march_hi) R 16595 16597 16597 0 -1 4202496 994 0 0 0 1619 0 0 0 25 0 1 0 628037838 2318336 392 33554432000 4194304 4955518 140734179386688 18446744073709551615 4208624 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/16597/statm: 566 392 106 186 0 379 0
[pid=16568/tid=16575] ppid=16566 vsize=427204 CPUtime=0 cores=0-7
/proc/16568/task/16575/stat : 16575 (python) S 16566 16568 15120 0 -1 4202560 26 938 0 0 0 0 0 0 19 0 9 0 628037811 437456896 7525 33554432000 4194304 5683644 140735682845632 18446744073709551615 224296749489 0 0 16781312 2 18446604446429848768 0 0 -1 2 0 0 0
[pid=16568/tid=16578] ppid=16566 vsize=427204 CPUtime=0 cores=0-7
/proc/16568/task/16578/stat : 16578 (python) S 16566 16568 15120 0 -1 4202560 26 938 0 0 0 0 0 0 18 0 9 0 628037815 437456896 7525 33554432000 4194304 5683644 140735682845632 18446744073709551615 224296749489 0 0 16781312 2 18446604446429848768 0 0 -1 3 0 0 0
[pid=16568/tid=16581] ppid=16566 vsize=427204 CPUtime=0 cores=0-7
/proc/16568/task/16581/stat : 16581 (python) S 16566 16568 15120 0 -1 4202560 78 938 0 0 0 0 0 0 19 0 9 0 628037818 437456896 7525 33554432000 4194304 5683644 140735682845632 18446744073709551615 224296749489 0 0 16781312 2 18446604446429848768 0 0 -1 0 0 0 0
[pid=16568/tid=16584] ppid=16566 vsize=427204 CPUtime=0 cores=0-7
/proc/16568/task/16584/stat : 16584 (python) S 16566 16568 15120 0 -1 4202560 34 938 0 0 0 0 0 0 21 0 9 0 628037822 437456896 7525 33554432000 4194304 5683644 140735682845632 18446744073709551615 224296749489 0 0 16781312 2 18446604446429848768 0 0 -1 4 0 0 0
[pid=16568/tid=16587] ppid=16566 vsize=427204 CPUtime=0 cores=0-7
/proc/16568/task/16587/stat : 16587 (python) S 16566 16568 15120 0 -1 4202560 33 938 0 0 0 0 0 0 23 0 9 0 628037826 437456896 7525 33554432000 4194304 5683644 140735682845632 18446744073709551615 224296749489 0 0 16781312 2 18446604446429848768 0 0 -1 0 0 0 0
[pid=16568/tid=16590] ppid=16566 vsize=427204 CPUtime=0 cores=0-7
/proc/16568/task/16590/stat : 16590 (python) S 16566 16568 15120 0 -1 4202560 32 938 0 0 0 0 0 0 25 0 9 0 628037830 437456896 7525 33554432000 4194304 5683644 140735682845632 18446744073709551615 224296749489 0 0 16781312 2 18446604446429848768 0 0 -1 4 0 0 0
[pid=16568/tid=16593] ppid=16566 vsize=427204 CPUtime=0 cores=0-7
/proc/16568/task/16593/stat : 16593 (python) S 16566 16568 15120 0 -1 4202560 34 938 0 0 0 0 0 0 25 0 9 0 628037834 437456896 7525 33554432000 4194304 5683644 140735682845632 18446744073709551615 224296749489 0 0 16781312 2 18446604446429848768 0 0 -1 0 0 0 0
[pid=16568/tid=16596] ppid=16566 vsize=427204 CPUtime=0 cores=0-7
/proc/16568/task/16596/stat : 16596 (python) S 16566 16568 15120 0 -1 4202560 33 938 0 0 0 0 0 0 25 0 9 0 628037838 437456896 7525 33554432000 4194304 5683644 140735682845632 18446744073709551615 224296749489 0 0 16781312 2 18446604446429848768 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 196.04
Current children cumulated vsize (KiB) 7652152

[startup+33.8014 s]
/proc/loadavg: 7.70 3.83 2.65 11/386 16597
/proc/meminfo: memFree=6784184/32951124 swapFree=61020456/67111528
[pid=16568] ppid=16566 vsize=0 CPUtime=197.25 cores=0-7
/proc/16568/stat : 16568 (python) Z 16566 16568 15120 0 -1 4202524 19887 13457 1 0 84 14 19586 41 17 0 2 0 628037721 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 0 0 0 0
/proc/16568/statm: 0 0 0 0 0 0 0
[pid=16568/tid=16596] ppid=16566 vsize=0 CPUtime=196.27 cores=0-7
/proc/16568/task/16596/stat : 16596 (python) R 16566 16568 15120 0 -1 4203588 33 13457 0 0 0 0 19586 41 17 0 2 0 628037838 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 197.25
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 33.8017
CPU time (s): 197.265
CPU user time (s): 196.712
CPU system time (s): 0.552915
CPU usage (%): 583.595
Max. virtual memory (cumulated for all children) (KiB): 7652156

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 196.712
system time used= 0.552915
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 33344
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= 3591
involuntary context switches= 2222

runsolver used 0.156976 second user time and 0.311952 second system time

The end

Launcher Data

Begin job on node118 at 2011-05-03 01:14:30
IDJOB=3322251
IDBENCH=83029
IDSOLVER=1712
FILE ID=node118/3322251-1304378070
RUNJOBID= node118-1304366467-15134
PBS_JOBID= 13181753
Free space on /tmp= 73236 MiB

SOLVER NAME= borg-sat 11.03.02-random
BENCH NAME= SAT11/random/medium/unif-k7-r89-v50-c4450-S324945930-048.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-3322251-1304378070/watcher-3322251-1304378070 -o /tmp/evaluation-result-3322251-1304378070/solver-3322251-1304378070 -C 40000 -W 5100 -M 31000  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3322251-1304378070.cnf -seed 1817766241 -budget 40000 -cores 8

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

MD5SUM BENCH= 25ed0c8de63814e6d33af77a8f91b72b
RANDOM SEED=1817766241

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:       6843444 kB
Buffers:         21400 kB
Cached:         216932 kB
SwapCached:      96740 kB
Active:       12825156 kB
Inactive:     13042492 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:       6843444 kB
SwapTotal:    67111528 kB
SwapFree:     61020456 kB
Dirty:           31992 kB
Writeback:           0 kB
AnonPages:    25544596 kB
Mapped:          18056 kB
Slab:            80172 kB
PageTables:      90008 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 89513544 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= 73204 MiB
End job on node118 at 2011-05-03 01:15:04