Trace number 3322071

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 270.135 34.6033

General information on the benchmark

Namerandom/medium/
unif-k7-r89-v50-c4450-S1082084494-034.UNKNOWN.cnf
MD5SUMbf255e5bc10dc75db5f2f0a4a1086e58
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark32.4181
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.32/0.46	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.32/0.46	c INFO: solving HOME/instance-3322071-1304372464.cnf
0.32/0.46	c INFO: computing task features
0.32/0.49	c INFO: computed variable-clause graph statistics
0.32/0.50	c INFO: computed clause balance statistics
0.51/0.65	c INFO: computed variable balance statistics
0.61/0.71	c INFO: computed small-clause counts
0.61/0.71	c INFO: computed Horn-clause counts
0.61/0.72	c INFO: computed variable graph statistics
0.61/0.72	c INFO: collected features for HOME/instance-3322071-1304372464.cnf in 0.25 s
0.61/0.75	c INFO: running gnovelty+2@0 for 97 with 39999 remaining (b = 0.58)
0.61/0.79	c INFO: running gnovelty+2@0 for 97 with 39999 remaining (b = 0.09)
0.71/0.83	c INFO: running adaptg2wsat2009++@0 for 97 with 39999 remaining (b = 0.04)
0.71/0.87	c INFO: running adaptg2wsat2009++@0 for 97 with 39999 remaining (b = 0.03)
0.80/0.90	c INFO: running adaptg2wsat2009++@0 for 97 with 39999 remaining (b = 0.02)
0.80/0.94	c INFO: running gnovelty+2@0 for 97 with 39999 remaining (b = 0.02)
0.80/0.98	c INFO: running march_hi@0 for 2134 with 39999 remaining (b = 0.38)
1.78/1.02	c INFO: running march_hi@0 for 2134 with 39999 remaining (b = 0.36)
269.33/34.58	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-3322071-1304372464/watcher-3322071-1304372464 -o /tmp/evaluation-result-3322071-1304372464/solver-3322071-1304372464 -C 40000 -W 5100 -M 31000 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3322071-1304372464.cnf -seed 1433043922 -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.20 8.50 8.46 1/256 29767
/proc/meminfo: memFree=15128216/32950928 swapFree=67111404/67111528
[pid=29767] ppid=29765 vsize=15776 CPUtime=0 cores=0-7
/proc/29767/stat : 29767 (python) R 29765 29767 28873 0 -1 4202496 893 0 0 0 0 0 0 0 25 0 1 0 548845203 16154624 775 33554432000 4194304 5683644 140737250976112 18446744073709551615 235594527429 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/29767/statm: 3944 776 343 364 0 431 0

[startup+0.0448411 s]
/proc/loadavg: 8.20 8.50 8.46 1/256 29767
/proc/meminfo: memFree=15128216/32950928 swapFree=67111404/67111528
[pid=29767] ppid=29765 vsize=29788 CPUtime=0.03 cores=0-7
/proc/29767/stat : 29767 (python) R 29765 29767 28873 0 -1 4202496 1393 0 0 0 3 0 0 0 25 0 1 0 548845203 30502912 1237 33554432000 4194304 5683644 140737250976112 18446744073709551615 235594527041 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/29767/statm: 7447 1238 443 364 0 817 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 29788

[startup+0.100836 s]
/proc/loadavg: 8.20 8.50 8.46 1/256 29767
/proc/meminfo: memFree=15128216/32950928 swapFree=67111404/67111528
[pid=29767] ppid=29765 vsize=104228 CPUtime=0.07 cores=0-7
/proc/29767/stat : 29767 (python) R 29765 29767 28873 0 -1 4202496 3066 0 0 0 5 2 0 0 25 0 1 0 548845203 106729472 2748 33554432000 4194304 5683644 140737250976112 18446744073709551615 235594864640 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/29767/statm: 26057 2748 847 364 0 1805 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 104228

[startup+0.300822 s]
/proc/loadavg: 8.20 8.50 8.46 1/256 29767
/proc/meminfo: memFree=15128216/32950928 swapFree=67111404/67111528
[pid=29767] ppid=29765 vsize=187740 CPUtime=0.23 cores=0-7
/proc/29767/stat : 29767 (python) R 29765 29767 28873 0 -1 4202496 6797 932 1 0 18 5 0 0 25 0 1 0 548845203 192245760 4861 33554432000 4194304 5683644 140737250976112 18446744073709551615 235589903926 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/29767/statm: 46935 4863 1382 364 0 3723 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 187740

[startup+0.700656 s]
/proc/loadavg: 8.20 8.50 8.46 1/256 29767
/proc/meminfo: memFree=15128216/32950928 swapFree=67111404/67111528
[pid=29767] ppid=29765 vsize=279220 CPUtime=0.61 cores=0-7
/proc/29767/stat : 29767 (python) R 29765 29767 28873 0 -1 4202496 9529 932 1 0 53 8 0 0 25 0 1 0 548845203 285921280 7200 33554432000 4194304 5683644 140737250976112 18446744073709551615 4303317 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/29767/statm: 69805 7200 1827 364 0 5729 0
Current children cumulated CPU time (s) 0.61
Current children cumulated vsize (KiB) 279220

[startup+1.50151 s]
/proc/loadavg: 7.62 8.38 8.42 9/278 29793
/proc/meminfo: memFree=15071496/32950928 swapFree=67111404/67111528
[pid=29767] ppid=29765 vsize=361668 CPUtime=0.93 cores=0-7
/proc/29767/stat : 29767 (python) S 29765 29767 28873 0 -1 4202496 16160 932 1 0 83 10 0 0 25 0 9 0 548845203 370348032 7384 33554432000 4194304 5683644 140737250976112 18446744073709551615 235606693323 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/29767/statm: 90417 7384 1891 364 0 26314 0
[pid=29773] ppid=29767 vsize=279244 CPUtime=0 cores=0-7
/proc/29773/stat : 29773 (python) S 29767 29767 28873 0 -1 4202560 743 0 0 0 0 0 0 0 25 0 1 0 548845279 285945856 5727 33554432000 4194304 5683644 140737250976112 18446744073709551615 235594886671 0 0 16781312 514 16792379025556242431 0 0 17 1 0 0 0
/proc/29773/statm: 69811 5727 354 364 0 5729 0
[pid=29775] ppid=29773 vsize=1017932 CPUtime=0.73 cores=0-7
/proc/29775/stat : 29775 (gnovelty+2) R 29773 29775 29775 0 -1 4202496 491 0 0 0 73 0 0 0 25 0 1 0 548845279 1042362368 227 33554432000 134512640 135663704 4291981984 18446744073709551615 134524918 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/29775/statm: 254483 227 113 282 0 254199 0
[pid=29776] ppid=29767 vsize=289888 CPUtime=0 cores=0-7
/proc/29776/stat : 29776 (python) S 29767 29767 28873 0 -1 4202560 740 0 0 0 0 0 0 0 25 0 1 0 548845282 296845312 5813 33554432000 4194304 5683644 140737250976112 18446744073709551615 235594886726 0 0 16781312 514 16792382873846939647 0 0 17 4 0 0 0
/proc/29776/statm: 72472 5813 348 364 0 8387 0
[pid=29778] ppid=29776 vsize=1017932 CPUtime=0.69 cores=0-7
/proc/29778/stat : 29778 (gnovelty+2) R 29776 29778 29778 0 -1 4202496 488 0 0 0 69 0 0 0 25 0 1 0 548845283 1042362368 226 33554432000 134512640 135663704 4292770832 18446744073709551615 134524868 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/29778/statm: 254483 226 113 282 0 254199 0
[pid=29779] ppid=29767 vsize=300144 CPUtime=0 cores=0-7
/proc/29779/stat : 29779 (python) S 29767 29767 28873 0 -1 4202560 720 0 0 0 0 0 0 0 25 0 1 0 548845286 307347456 5813 33554432000 4194304 5683644 140737250976112 18446744073709551615 235594886726 0 0 16781312 514 16792386722137636863 0 0 17 6 0 0 0
/proc/29779/statm: 75036 5813 344 364 0 10948 0
[pid=29781] ppid=29779 vsize=416524 CPUtime=0.66 cores=0-7
/proc/29781/stat : 29781 (adaptg2wsat2009) R 29779 29781 29781 0 -1 4202496 589 0 0 0 66 0 0 0 25 0 1 0 548845286 426520576 321 33554432000 134512640 135107411 4289454688 18446744073709551615 134532347 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/29781/statm: 104131 321 59 146 0 103007 0
[pid=29782] ppid=29767 vsize=310400 CPUtime=0 cores=0-7
/proc/29782/stat : 29782 (python) S 29767 29767 28873 0 -1 4202560 731 0 0 0 0 0 0 0 25 0 1 0 548845290 317849600 5817 33554432000 4194304 5683644 140737250976112 18446744073709551615 235594886726 0 0 16781312 514 6776216773877301247 0 0 17 0 0 0 0
/proc/29782/statm: 77600 5817 344 364 0 13509 0
[pid=29784] ppid=29782 vsize=416524 CPUtime=0.61 cores=0-7
/proc/29784/stat : 29784 (adaptg2wsat2009) R 29782 29784 29784 0 -1 4202496 587 0 0 0 61 0 0 0 25 0 1 0 548845290 426520576 320 33554432000 134512640 135107411 4292594960 18446744073709551615 134531392 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/29784/statm: 104131 320 59 146 0 103007 0
[pid=29785] ppid=29767 vsize=320656 CPUtime=0 cores=0-7
/proc/29785/stat : 29785 (python) S 29767 29767 28873 0 -1 4202560 741 0 0 0 0 0 0 0 25 0 1 0 548845294 328351744 5821 33554432000 4194304 5683644 140737250976112 18446744073709551615 235594886726 0 0 16781312 514 6776212925586604031 0 0 17 0 0 0 0
/proc/29785/statm: 80164 5821 344 364 0 16070 0
[pid=29787] ppid=29785 vsize=416520 CPUtime=0.58 cores=0-7
/proc/29787/stat : 29787 (adaptg2wsat2009) R 29785 29787 29787 0 -1 4202496 532 0 0 0 58 0 0 0 25 0 1 0 548845294 426516480 266 33554432000 134512640 135107411 4287652384 18446744073709551615 134523312 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/29787/statm: 104130 266 49 146 0 103006 0
[pid=29788] ppid=29767 vsize=330912 CPUtime=0 cores=0-7
/proc/29788/stat : 29788 (python) S 29767 29767 28873 0 -1 4202560 757 0 0 0 0 0 0 0 25 0 1 0 548845297 338853888 5829 33554432000 4194304 5683644 140737250976112 18446744073709551615 235594886726 0 0 16781312 514 6776220622167998463 0 0 17 0 0 0 0
/proc/29788/statm: 82728 5829 348 364 0 18631 0
[pid=29790] ppid=29788 vsize=1017932 CPUtime=0.54 cores=0-7
/proc/29790/stat : 29790 (gnovelty+2) R 29788 29790 29790 0 -1 4202496 489 0 0 0 54 0 0 0 25 0 1 0 548845298 1042362368 226 33554432000 134512640 135663704 4291396224 18446744073709551615 134524553 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/29790/statm: 254483 226 113 282 0 254199 0
[pid=29791] ppid=29767 vsize=341168 CPUtime=0 cores=0-7
/proc/29791/stat : 29791 (python) S 29767 29767 28873 0 -1 4202560 780 0 0 0 0 0 0 0 21 0 1 0 548845301 349356032 5833 33554432000 4194304 5683644 140737250976112 18446744073709551615 235594886726 0 0 16781312 514 5602237087567806724 0 0 17 0 0 0 0
/proc/29791/statm: 85292 5833 348 364 0 21192 0
[pid=29793] ppid=29791 vsize=2264 CPUtime=0.49 cores=0-7
/proc/29793/stat : 29793 (march_hi) R 29791 29793 29793 0 -1 4202496 993 0 0 0 49 0 0 0 25 0 1 0 548845302 2318336 392 33554432000 4194304 4955518 140734523657536 18446744073709551615 4285625 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/29793/statm: 566 392 106 186 0 379 0
[pid=29767/tid=29774] ppid=29765 vsize=361668 CPUtime=0 cores=0-7
/proc/29767/task/29774/stat : 29774 (python) S 29765 29767 28873 0 -1 4202560 26 932 0 0 0 0 0 0 25 0 9 0 548845279 370348032 7384 33554432000 4194304 5683644 140737250976112 18446744073709551615 235606690225 0 0 16781312 2 18446604443254650944 0 0 -1 4 0 0 0
[pid=29767/tid=29777] ppid=29765 vsize=361668 CPUtime=0 cores=0-7
/proc/29767/task/29777/stat : 29777 (python) S 29765 29767 28873 0 -1 4202560 23 932 0 0 0 0 0 0 25 0 9 0 548845282 370348032 7384 33554432000 4194304 5683644 140737250976112 18446744073709551615 235606690225 0 0 16781312 2 18446604443254650944 0 0 -1 0 0 0 0
[pid=29767/tid=29780] ppid=29765 vsize=361668 CPUtime=0 cores=0-7
/proc/29767/task/29780/stat : 29780 (python) S 29765 29767 28873 0 -1 4202560 23 932 0 0 0 0 0 0 25 0 9 0 548845286 370348032 7384 33554432000 4194304 5683644 140737250976112 18446744073709551615 235606690225 0 0 16781312 2 18446604443254650944 0 0 -1 4 0 0 0
[pid=29767/tid=29783] ppid=29765 vsize=361668 CPUtime=0 cores=0-7
/proc/29767/task/29783/stat : 29783 (python) S 29765 29767 28873 0 -1 4202560 24 932 0 0 0 0 0 0 25 0 9 0 548845290 370348032 7384 33554432000 4194304 5683644 140737250976112 18446744073709551615 235606690225 0 0 16781312 2 18446604443254650944 0 0 -1 0 0 0 0
[pid=29767/tid=29786] ppid=29765 vsize=361668 CPUtime=0 cores=0-7
/proc/29767/task/29786/stat : 29786 (python) S 29765 29767 28873 0 -1 4202560 24 932 0 0 0 0 0 0 25 0 9 0 548845294 370348032 7384 33554432000 4194304 5683644 140737250976112 18446744073709551615 235606690225 0 0 16781312 2 18446604443254650944 0 0 -1 6 0 0 0
[pid=29767/tid=29789] ppid=29765 vsize=361668 CPUtime=0 cores=0-7
/proc/29767/task/29789/stat : 29789 (python) S 29765 29767 28873 0 -1 4202560 25 932 0 0 0 0 0 0 25 0 9 0 548845298 370348032 7384 33554432000 4194304 5683644 140737250976112 18446744073709551615 235606690225 0 0 16781312 2 18446604443254650944 0 0 -1 0 0 0 0
[pid=29767/tid=29792] ppid=29765 vsize=361668 CPUtime=0 cores=0-7
/proc/29767/task/29792/stat : 29792 (python) S 29765 29767 28873 0 -1 4202560 30 932 0 0 0 0 0 0 25 0 9 0 548845302 370348032 7384 33554432000 4194304 5683644 140737250976112 18446744073709551615 235606690225 0 0 16781312 2 18446604443254650944 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 5.23
Current children cumulated vsize (KiB) 6839708

[startup+3.10123 s]
/proc/loadavg: 7.62 8.38 8.42 9/281 29796
/proc/meminfo: memFree=15065396/32950928 swapFree=67111404/67111528
[pid=29767] ppid=29765 vsize=361668 CPUtime=0.93 cores=0-7
/proc/29767/stat : 29767 (python) S 29765 29767 28873 0 -1 4202496 16160 932 1 0 83 10 0 0 25 0 9 0 548845203 370348032 7384 33554432000 4194304 5683644 140737250976112 18446744073709551615 235606693323 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/29767/statm: 90417 7384 1891 364 0 26314 0
[pid=29773] ppid=29767 vsize=279244 CPUtime=0 cores=0-7
/proc/29773/stat : 29773 (python) S 29767 29767 28873 0 -1 4202560 743 0 0 0 0 0 0 0 18 0 1 0 548845279 285945856 5727 33554432000 4194304 5683644 140737250976112 18446744073709551615 235594886671 0 0 16781312 514 16792379025556209923 0 0 17 1 0 0 0
/proc/29773/statm: 69811 5727 354 364 0 5729 0
[pid=29775] ppid=29773 vsize=1017932 CPUtime=2.33 cores=0-7
/proc/29775/stat : 29775 (gnovelty+2) R 29773 29775 29775 0 -1 4202496 491 0 0 0 233 0 0 0 25 0 1 0 548845279 1042362368 227 33554432000 134512640 135663704 4291981984 18446744073709551615 134525678 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/29775/statm: 254483 227 113 282 0 254199 0
[pid=29776] ppid=29767 vsize=289888 CPUtime=0 cores=0-7
/proc/29776/stat : 29776 (python) S 29767 29767 28873 0 -1 4202560 740 0 0 0 0 0 0 0 18 0 1 0 548845282 296845312 5813 33554432000 4194304 5683644 140737250976112 18446744073709551615 235594886726 0 0 16781312 514 16792382873846907140 0 0 17 4 0 0 0
/proc/29776/statm: 72472 5813 348 364 0 8387 0
[pid=29778] ppid=29776 vsize=1017932 CPUtime=2.29 cores=0-7
/proc/29778/stat : 29778 (gnovelty+2) R 29776 29778 29778 0 -1 4202496 488 0 0 0 229 0 0 0 25 0 1 0 548845283 1042362368 226 33554432000 134512640 135663704 4292770832 18446744073709551615 134525271 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/29778/statm: 254483 226 113 282 0 254199 0
[pid=29779] ppid=29767 vsize=300144 CPUtime=0 cores=0-7
/proc/29779/stat : 29779 (python) S 29767 29767 28873 0 -1 4202560 739 0 0 0 0 0 0 0 18 0 1 0 548845286 307347456 5817 33554432000 4194304 5683644 140737250976112 18446744073709551615 235594886726 0 0 16781312 514 16792386722137604355 0 0 17 6 0 0 0
/proc/29779/statm: 75036 5817 348 364 0 10948 0
[pid=29781] ppid=29779 vsize=416524 CPUtime=2.26 cores=0-7
/proc/29781/stat : 29781 (adaptg2wsat2009) R 29779 29781 29781 0 -1 4202496 589 0 0 0 226 0 0 0 25 0 1 0 548845286 426520576 321 33554432000 134512640 135107411 4289454688 18446744073709551615 134531856 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/29781/statm: 104131 321 59 146 0 103007 0
[pid=29782] ppid=29767 vsize=310400 CPUtime=0 cores=0-7
/proc/29782/stat : 29782 (python) S 29767 29767 28873 0 -1 4202560 750 0 0 0 0 0 0 0 18 0 1 0 548845290 317849600 5821 33554432000 4194304 5683644 140737250976112 18446744073709551615 235594886726 0 0 16781312 514 6776216773877268738 0 0 17 0 0 0 0
/proc/29782/statm: 77600 5821 348 364 0 13509 0
[pid=29784] ppid=29782 vsize=416524 CPUtime=2.2 cores=0-7
/proc/29784/stat : 29784 (adaptg2wsat2009) R 29782 29784 29784 0 -1 4202496 587 0 0 0 220 0 0 0 25 0 1 0 548845290 426520576 320 33554432000 134512640 135107411 4292594960 18446744073709551615 134532224 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/29784/statm: 104131 320 59 146 0 103007 0
[pid=29785] ppid=29767 vsize=320656 CPUtime=0 cores=0-7
/proc/29785/stat : 29785 (python) S 29767 29767 28873 0 -1 4202560 759 0 0 0 0 0 0 0 18 0 1 0 548845294 328351744 5825 33554432000 4194304 5683644 140737250976112 18446744073709551615 235594886726 0 0 16781312 514 6776212925586571523 0 0 17 0 0 0 0
/proc/29785/statm: 80164 5825 348 364 0 16070 0
[pid=29787] ppid=29785 vsize=416524 CPUtime=2.18 cores=0-7
/proc/29787/stat : 29787 (adaptg2wsat2009) R 29785 29787 29787 0 -1 4202496 587 0 0 0 218 0 0 0 25 0 1 0 548845294 426520576 321 33554432000 134512640 135107411 4287652384 18446744073709551615 134531847 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/29787/statm: 104131 321 59 146 0 103007 0
[pid=29788] ppid=29767 vsize=330912 CPUtime=0 cores=0-7
/proc/29788/stat : 29788 (python) S 29767 29767 28873 0 -1 4202560 757 0 0 0 0 0 0 0 18 0 1 0 548845297 338853888 5829 33554432000 4194304 5683644 140737250976112 18446744073709551615 235594886726 0 0 16781312 514 6776220622167965955 0 0 17 0 0 0 0
/proc/29788/statm: 82728 5829 348 364 0 18631 0
[pid=29790] ppid=29788 vsize=1017932 CPUtime=2.14 cores=0-7
/proc/29790/stat : 29790 (gnovelty+2) R 29788 29790 29790 0 -1 4202496 489 0 0 0 214 0 0 0 25 0 1 0 548845298 1042362368 226 33554432000 134512640 135663704 4291396224 18446744073709551615 134525276 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/29790/statm: 254483 226 113 282 0 254199 0
[pid=29791] ppid=29767 vsize=341168 CPUtime=0 cores=0-7
/proc/29791/stat : 29791 (python) S 29767 29767 28873 0 -1 4202560 783 0 0 0 0 0 0 0 15 0 1 0 548845301 349356032 5833 33554432000 4194304 5683644 140737250976112 18446744073709551615 235594886726 0 0 16781312 514 5339127313705435396 0 0 17 0 0 0 0
/proc/29791/statm: 85292 5833 348 364 0 21192 0
[pid=29793] ppid=29791 vsize=2264 CPUtime=2.09 cores=0-7
/proc/29793/stat : 29793 (march_hi) R 29791 29793 29793 0 -1 4202496 993 0 0 0 209 0 0 0 25 0 1 0 548845302 2318336 392 33554432000 4194304 4955518 140734523657536 18446744073709551615 4237750 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/29793/statm: 566 392 106 186 0 379 0
[pid=29794] ppid=29767 vsize=351424 CPUtime=0 cores=0-7
/proc/29794/stat : 29794 (python) S 29767 29767 28873 0 -1 4202560 832 0 0 0 0 0 0 0 15 0 1 0 548845305 359858176 5843 33554432000 4194304 5683644 140737250976112 18446744073709551615 235594886726 0 0 16781312 514 317433409280377092 0 0 17 2 0 0 0
/proc/29794/statm: 87856 5843 354 364 0 23753 0
[pid=29796] ppid=29794 vsize=2264 CPUtime=2.06 cores=0-7
/proc/29796/stat : 29796 (march_hi) R 29794 29796 29796 0 -1 4202496 994 0 0 0 206 0 0 0 25 0 1 0 548845306 2318336 390 33554432000 4194304 4955518 140734450795024 18446744073709551615 4297458 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/29796/statm: 566 390 106 186 0 379 0
[pid=29767/tid=29774] ppid=29765 vsize=361668 CPUtime=0 cores=0-7
/proc/29767/task/29774/stat : 29774 (python) S 29765 29767 28873 0 -1 4202560 26 932 0 0 0 0 0 0 25 0 9 0 548845279 370348032 7384 33554432000 4194304 5683644 140737250976112 18446744073709551615 235606690225 0 0 16781312 2 18446604443254650944 0 0 -1 4 0 0 0
[pid=29767/tid=29777] ppid=29765 vsize=361668 CPUtime=0 cores=0-7
/proc/29767/task/29777/stat : 29777 (python) S 29765 29767 28873 0 -1 4202560 23 932 0 0 0 0 0 0 25 0 9 0 548845282 370348032 7384 33554432000 4194304 5683644 140737250976112 18446744073709551615 235606690225 0 0 16781312 2 18446604443254650944 0 0 -1 0 0 0 0
[pid=29767/tid=29780] ppid=29765 vsize=361668 CPUtime=0 cores=0-7
/proc/29767/task/29780/stat : 29780 (python) S 29765 29767 28873 0 -1 4202560 23 932 0 0 0 0 0 0 25 0 9 0 548845286 370348032 7384 33554432000 4194304 5683644 140737250976112 18446744073709551615 235606690225 0 0 16781312 2 18446604443254650944 0 0 -1 4 0 0 0
[pid=29767/tid=29783] ppid=29765 vsize=361668 CPUtime=0 cores=0-7
/proc/29767/task/29783/stat : 29783 (python) S 29765 29767 28873 0 -1 4202560 24 932 0 0 0 0 0 0 25 0 9 0 548845290 370348032 7384 33554432000 4194304 5683644 140737250976112 18446744073709551615 235606690225 0 0 16781312 2 18446604443254650944 0 0 -1 0 0 0 0
[pid=29767/tid=29786] ppid=29765 vsize=361668 CPUtime=0 cores=0-7
/proc/29767/task/29786/stat : 29786 (python) S 29765 29767 28873 0 -1 4202560 24 932 0 0 0 0 0 0 25 0 9 0 548845294 370348032 7384 33554432000 4194304 5683644 140737250976112 18446744073709551615 235606690225 0 0 16781312 2 18446604443254650944 0 0 -1 6 0 0 0
[pid=29767/tid=29789] ppid=29765 vsize=361668 CPUtime=0 cores=0-7
/proc/29767/task/29789/stat : 29789 (python) S 29765 29767 28873 0 -1 4202560 25 932 0 0 0 0 0 0 25 0 9 0 548845298 370348032 7384 33554432000 4194304 5683644 140737250976112 18446744073709551615 235606690225 0 0 16781312 2 18446604443254650944 0 0 -1 0 0 0 0
[pid=29767/tid=29792] ppid=29765 vsize=361668 CPUtime=0 cores=0-7
/proc/29767/task/29792/stat : 29792 (python) S 29765 29767 28873 0 -1 4202560 30 932 0 0 0 0 0 0 25 0 9 0 548845302 370348032 7384 33554432000 4194304 5683644 140737250976112 18446744073709551615 235606690225 0 0 16781312 2 18446604443254650944 0 0 -1 0 0 0 0
[pid=29767/tid=29795] ppid=29765 vsize=361668 CPUtime=0 cores=0-7
/proc/29767/task/29795/stat : 29795 (python) S 29765 29767 28873 0 -1 4202560 30 932 0 0 0 0 0 0 25 0 9 0 548845306 370348032 7384 33554432000 4194304 5683644 140737250976112 18446744073709551615 235606690225 0 0 16781312 2 18446604443254650944 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 18.48

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

/proc/29767/task/29777/stat : 29777 (python) S 29765 29767 28873 0 -1 4202560 23 932 0 0 0 0 0 0 25 0 9 0 548845282 370348032 7384 33554432000 4194304 5683644 140737250976112 18446744073709551615 235606690225 0 0 16781312 2 18446604443254650944 0 0 -1 0 0 0 0
[pid=29767/tid=29780] ppid=29765 vsize=361668 CPUtime=0 cores=0-7
/proc/29767/task/29780/stat : 29780 (python) S 29765 29767 28873 0 -1 4202560 23 932 0 0 0 0 0 0 25 0 9 0 548845286 370348032 7384 33554432000 4194304 5683644 140737250976112 18446744073709551615 235606690225 0 0 16781312 2 18446604443254650944 0 0 -1 4 0 0 0
[pid=29767/tid=29783] ppid=29765 vsize=361668 CPUtime=0 cores=0-7
/proc/29767/task/29783/stat : 29783 (python) S 29765 29767 28873 0 -1 4202560 24 932 0 0 0 0 0 0 25 0 9 0 548845290 370348032 7384 33554432000 4194304 5683644 140737250976112 18446744073709551615 235606690225 0 0 16781312 2 18446604443254650944 0 0 -1 0 0 0 0
[pid=29767/tid=29786] ppid=29765 vsize=361668 CPUtime=0 cores=0-7
/proc/29767/task/29786/stat : 29786 (python) S 29765 29767 28873 0 -1 4202560 24 932 0 0 0 0 0 0 25 0 9 0 548845294 370348032 7384 33554432000 4194304 5683644 140737250976112 18446744073709551615 235606690225 0 0 16781312 2 18446604443254650944 0 0 -1 6 0 0 0
[pid=29767/tid=29789] ppid=29765 vsize=361668 CPUtime=0 cores=0-7
/proc/29767/task/29789/stat : 29789 (python) S 29765 29767 28873 0 -1 4202560 25 932 0 0 0 0 0 0 25 0 9 0 548845298 370348032 7384 33554432000 4194304 5683644 140737250976112 18446744073709551615 235606690225 0 0 16781312 2 18446604443254650944 0 0 -1 0 0 0 0
[pid=29767/tid=29792] ppid=29765 vsize=361668 CPUtime=0 cores=0-7
/proc/29767/task/29792/stat : 29792 (python) S 29765 29767 28873 0 -1 4202560 30 932 0 0 0 0 0 0 25 0 9 0 548845302 370348032 7384 33554432000 4194304 5683644 140737250976112 18446744073709551615 235606690225 0 0 16781312 2 18446604443254650944 0 0 -1 0 0 0 0
[pid=29767/tid=29795] ppid=29765 vsize=361668 CPUtime=0 cores=0-7
/proc/29767/task/29795/stat : 29795 (python) S 29765 29767 28873 0 -1 4202560 30 932 0 0 0 0 0 0 25 0 9 0 548845306 370348032 7384 33554432000 4194304 5683644 140737250976112 18446744073709551615 235606690225 0 0 16781312 2 18446604443254650944 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 261.34
Current children cumulated vsize (KiB) 7193400

[startup+34.3017 s]
/proc/loadavg: 7.85 8.36 8.41 9/281 29797
/proc/meminfo: memFree=15066356/32950928 swapFree=67111404/67111528
[pid=29767] ppid=29765 vsize=361668 CPUtime=0.93 cores=0-7
/proc/29767/stat : 29767 (python) S 29765 29767 28873 0 -1 4202496 16160 932 1 0 83 10 0 0 25 0 9 0 548845203 370348032 7384 33554432000 4194304 5683644 140737250976112 18446744073709551615 235606693323 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/29767/statm: 90417 7384 1891 364 0 26314 0
[pid=29773] ppid=29767 vsize=279244 CPUtime=0.05 cores=0-7
/proc/29773/stat : 29773 (python) S 29767 29767 28873 0 -1 4202560 912 0 0 0 3 2 0 0 18 0 1 0 548845279 285945856 5750 33554432000 4194304 5683644 140737250976112 18446744073709551615 235594886671 0 0 16781312 514 10965191969298415875 0 0 17 1 0 0 0
/proc/29773/statm: 69811 5750 377 364 0 5729 0
[pid=29775] ppid=29773 vsize=1017932 CPUtime=33.53 cores=0-7
/proc/29775/stat : 29775 (gnovelty+2) R 29773 29775 29775 0 -1 4202496 491 0 0 0 3353 0 0 0 25 0 1 0 548845279 1042362368 227 33554432000 134512640 135663704 4291981984 18446744073709551615 134524551 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/29775/statm: 254483 227 113 282 0 254199 0
[pid=29776] ppid=29767 vsize=289888 CPUtime=0.04 cores=0-7
/proc/29776/stat : 29776 (python) S 29767 29767 28873 0 -1 4202560 910 0 0 0 2 2 0 0 18 0 1 0 548845282 296845312 5836 33554432000 4194304 5683644 140737250976112 18446744073709551615 235594886726 0 0 16781312 514 10965191969298415876 0 0 17 4 0 0 0
/proc/29776/statm: 72472 5836 371 364 0 8387 0
[pid=29778] ppid=29776 vsize=1017932 CPUtime=33.49 cores=0-7
/proc/29778/stat : 29778 (gnovelty+2) R 29776 29778 29778 0 -1 4202496 488 0 0 0 3349 0 0 0 25 0 1 0 548845283 1042362368 226 33554432000 134512640 135663704 4292770832 18446744073709551615 134545631 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/29778/statm: 254483 226 113 282 0 254199 0
[pid=29779] ppid=29767 vsize=300144 CPUtime=0.04 cores=0-7
/proc/29779/stat : 29779 (python) S 29767 29767 28873 0 -1 4202560 906 0 0 0 2 2 0 0 18 0 1 0 548845286 307347456 5840 33554432000 4194304 5683644 140737250976112 18446744073709551615 235594886726 0 0 16781312 514 10965191969298415875 0 0 17 6 0 0 0
/proc/29779/statm: 75036 5840 371 364 0 10948 0
[pid=29781] ppid=29779 vsize=416524 CPUtime=33.4 cores=0-7
/proc/29781/stat : 29781 (adaptg2wsat2009) R 29779 29781 29781 0 -1 4202496 589 0 0 0 3340 0 0 0 25 0 1 0 548845286 426520576 321 33554432000 134512640 135107411 4289454688 18446744073709551615 134532242 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/29781/statm: 104131 321 59 146 0 103007 0
[pid=29782] ppid=29767 vsize=310400 CPUtime=0.05 cores=0-7
/proc/29782/stat : 29782 (python) S 29767 29767 28873 0 -1 4202560 915 0 0 0 3 2 0 0 18 0 1 0 548845290 317849600 5844 33554432000 4194304 5683644 140737250976112 18446744073709551615 235594886726 0 0 16781312 514 10965191969298415874 0 0 17 0 0 0 0
/proc/29782/statm: 77600 5844 371 364 0 13509 0
[pid=29784] ppid=29782 vsize=416524 CPUtime=33.14 cores=0-7
/proc/29784/stat : 29784 (adaptg2wsat2009) R 29782 29784 29784 0 -1 4202496 587 0 0 0 3314 0 0 0 25 0 1 0 548845290 426520576 320 33554432000 134512640 135107411 4292594960 18446744073709551615 134531731 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/29784/statm: 104131 320 59 146 0 103007 0
[pid=29785] ppid=29767 vsize=320656 CPUtime=0.05 cores=0-7
/proc/29785/stat : 29785 (python) S 29767 29767 28873 0 -1 4202560 945 0 0 0 3 2 0 0 18 0 1 0 548845294 328351744 5848 33554432000 4194304 5683644 140737250976112 18446744073709551615 235594886726 0 0 16781312 514 10965191969298415875 0 0 17 0 0 0 0
/proc/29785/statm: 80164 5848 371 364 0 16070 0
[pid=29787] ppid=29785 vsize=416524 CPUtime=33.31 cores=0-7
/proc/29787/stat : 29787 (adaptg2wsat2009) R 29785 29787 29787 0 -1 4202496 587 0 0 0 3331 0 0 0 25 0 1 0 548845294 426520576 321 33554432000 134512640 135107411 4287652384 18446744073709551615 134532224 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/29787/statm: 104131 321 59 146 0 103007 0
[pid=29788] ppid=29767 vsize=330912 CPUtime=0.05 cores=0-7
/proc/29788/stat : 29788 (python) S 29767 29767 28873 0 -1 4202560 952 0 0 0 3 2 0 0 18 0 1 0 548845297 338853888 5851 33554432000 4194304 5683644 140737250976112 18446744073709551615 235594886726 0 0 16781312 514 10965191969298415875 0 0 17 0 0 0 0
/proc/29788/statm: 82728 5851 370 364 0 18631 0
[pid=29790] ppid=29788 vsize=1017932 CPUtime=33.29 cores=0-7
/proc/29790/stat : 29790 (gnovelty+2) R 29788 29790 29790 0 -1 4202496 489 0 0 0 3329 0 0 0 25 0 1 0 548845298 1042362368 226 33554432000 134512640 135663704 4291396224 18446744073709551615 134525255 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/29790/statm: 254483 226 113 282 0 254199 0
[pid=29791] ppid=29767 vsize=341168 CPUtime=0.07 cores=0-7
/proc/29791/stat : 29791 (python) S 29767 29767 28873 0 -1 4202560 992 0 0 0 4 3 0 0 15 0 1 0 548845301 349356032 5856 33554432000 4194304 5683644 140737250976112 18446744073709551615 235594886726 0 0 16781312 514 5339127313705435396 0 0 17 0 0 0 0
/proc/29791/statm: 85292 5856 371 364 0 21192 0
[pid=29793] ppid=29791 vsize=2264 CPUtime=33.04 cores=0-7
/proc/29793/stat : 29793 (march_hi) R 29791 29793 29793 0 -1 4202496 993 0 0 0 3304 0 0 0 25 0 1 0 548845302 2318336 392 33554432000 4194304 4955518 140734523657536 18446744073709551615 4297477 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/29793/statm: 566 392 106 186 0 379 0
[pid=29794] ppid=29767 vsize=351424 CPUtime=0.18 cores=0-7
/proc/29794/stat : 29794 (python) R 29767 29767 28873 0 -1 4202560 1046 0 0 0 14 4 0 0 15 0 1 0 548845305 359858176 5866 33554432000 4194304 5683644 140737250976112 18446744073709551615 235594886726 0 0 16781312 514 0 0 0 17 2 0 0 0
/proc/29794/statm: 87856 5866 377 364 0 23753 0
[pid=29796] ppid=29794 vsize=0 CPUtime=33.08 cores=0-7
/proc/29796/stat : 29796 (march_hi) R 29794 29796 29796 0 -1 4202500 996 0 0 0 3308 0 0 0 25 0 1 0 548845306 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 2 0 0 0
/proc/29796/statm: 0 0 0 0 0 0 0
[pid=29767/tid=29774] ppid=29765 vsize=361668 CPUtime=0 cores=0-7
/proc/29767/task/29774/stat : 29774 (python) S 29765 29767 28873 0 -1 4202560 26 932 0 0 0 0 0 0 25 0 9 0 548845279 370348032 7384 33554432000 4194304 5683644 140737250976112 18446744073709551615 235606690225 0 0 16781312 2 18446604443254650944 0 0 -1 4 0 0 0
[pid=29767/tid=29777] ppid=29765 vsize=361668 CPUtime=0 cores=0-7
/proc/29767/task/29777/stat : 29777 (python) S 29765 29767 28873 0 -1 4202560 23 932 0 0 0 0 0 0 25 0 9 0 548845282 370348032 7384 33554432000 4194304 5683644 140737250976112 18446744073709551615 235606690225 0 0 16781312 2 18446604443254650944 0 0 -1 0 0 0 0
[pid=29767/tid=29780] ppid=29765 vsize=361668 CPUtime=0 cores=0-7
/proc/29767/task/29780/stat : 29780 (python) S 29765 29767 28873 0 -1 4202560 23 932 0 0 0 0 0 0 25 0 9 0 548845286 370348032 7384 33554432000 4194304 5683644 140737250976112 18446744073709551615 235606690225 0 0 16781312 2 18446604443254650944 0 0 -1 4 0 0 0
[pid=29767/tid=29783] ppid=29765 vsize=361668 CPUtime=0 cores=0-7
/proc/29767/task/29783/stat : 29783 (python) S 29765 29767 28873 0 -1 4202560 24 932 0 0 0 0 0 0 25 0 9 0 548845290 370348032 7384 33554432000 4194304 5683644 140737250976112 18446744073709551615 235606690225 0 0 16781312 2 18446604443254650944 0 0 -1 0 0 0 0
[pid=29767/tid=29786] ppid=29765 vsize=361668 CPUtime=0 cores=0-7
/proc/29767/task/29786/stat : 29786 (python) S 29765 29767 28873 0 -1 4202560 24 932 0 0 0 0 0 0 25 0 9 0 548845294 370348032 7384 33554432000 4194304 5683644 140737250976112 18446744073709551615 235606690225 0 0 16781312 2 18446604443254650944 0 0 -1 6 0 0 0
[pid=29767/tid=29789] ppid=29765 vsize=361668 CPUtime=0 cores=0-7
/proc/29767/task/29789/stat : 29789 (python) S 29765 29767 28873 0 -1 4202560 25 932 0 0 0 0 0 0 25 0 9 0 548845298 370348032 7384 33554432000 4194304 5683644 140737250976112 18446744073709551615 235606690225 0 0 16781312 2 18446604443254650944 0 0 -1 0 0 0 0
[pid=29767/tid=29792] ppid=29765 vsize=361668 CPUtime=0 cores=0-7
/proc/29767/task/29792/stat : 29792 (python) S 29765 29767 28873 0 -1 4202560 30 932 0 0 0 0 0 0 25 0 9 0 548845302 370348032 7384 33554432000 4194304 5683644 140737250976112 18446744073709551615 235606690225 0 0 16781312 2 18446604443254650944 0 0 -1 0 0 0 0
[pid=29767/tid=29795] ppid=29765 vsize=361668 CPUtime=0 cores=0-7
/proc/29767/task/29795/stat : 29795 (python) S 29765 29767 28873 0 -1 4202560 30 932 0 0 0 0 0 0 25 0 9 0 548845306 370348032 7384 33554432000 4194304 5683644 140737250976112 18446744073709551615 235606690225 0 0 16781312 2 18446604443254650944 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 267.74
Current children cumulated vsize (KiB) 7191136

[startup+34.5017 s]
/proc/loadavg: 7.85 8.36 8.41 9/281 29797
/proc/meminfo: memFree=15066356/32950928 swapFree=67111404/67111528
[pid=29767] ppid=29765 vsize=361668 CPUtime=0.93 cores=0-7
/proc/29767/stat : 29767 (python) S 29765 29767 28873 0 -1 4202496 16160 932 1 0 83 10 0 0 25 0 9 0 548845203 370348032 7384 33554432000 4194304 5683644 140737250976112 18446744073709551615 235606693323 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/29767/statm: 90417 7384 1891 364 0 26314 0
[pid=29773] ppid=29767 vsize=279244 CPUtime=0.05 cores=0-7
/proc/29773/stat : 29773 (python) S 29767 29767 28873 0 -1 4202560 912 0 0 0 3 2 0 0 18 0 1 0 548845279 285945856 5750 33554432000 4194304 5683644 140737250976112 18446744073709551615 235594886671 0 0 16781312 514 10965191969298415875 0 0 17 1 0 0 0
/proc/29773/statm: 69811 5750 377 364 0 5729 0
[pid=29775] ppid=29773 vsize=1017932 CPUtime=33.73 cores=0-7
/proc/29775/stat : 29775 (gnovelty+2) R 29773 29775 29775 0 -1 4202496 491 0 0 0 3373 0 0 0 25 0 1 0 548845279 1042362368 227 33554432000 134512640 135663704 4291981984 18446744073709551615 134524548 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/29775/statm: 254483 227 113 282 0 254199 0
[pid=29776] ppid=29767 vsize=289888 CPUtime=0.04 cores=0-7
/proc/29776/stat : 29776 (python) S 29767 29767 28873 0 -1 4202560 910 0 0 0 2 2 0 0 18 0 1 0 548845282 296845312 5836 33554432000 4194304 5683644 140737250976112 18446744073709551615 235594886726 0 0 16781312 514 10965191969298415876 0 0 17 4 0 0 0
/proc/29776/statm: 72472 5836 371 364 0 8387 0
[pid=29778] ppid=29776 vsize=1017932 CPUtime=33.69 cores=0-7
/proc/29778/stat : 29778 (gnovelty+2) R 29776 29778 29778 0 -1 4202496 488 0 0 0 3369 0 0 0 25 0 1 0 548845283 1042362368 226 33554432000 134512640 135663704 4292770832 18446744073709551615 134525691 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/29778/statm: 254483 226 113 282 0 254199 0
[pid=29779] ppid=29767 vsize=300144 CPUtime=0.04 cores=0-7
/proc/29779/stat : 29779 (python) S 29767 29767 28873 0 -1 4202560 906 0 0 0 2 2 0 0 18 0 1 0 548845286 307347456 5840 33554432000 4194304 5683644 140737250976112 18446744073709551615 235594886726 0 0 16781312 514 10965191969298415875 0 0 17 6 0 0 0
/proc/29779/statm: 75036 5840 371 364 0 10948 0
[pid=29781] ppid=29779 vsize=416524 CPUtime=33.6 cores=0-7
/proc/29781/stat : 29781 (adaptg2wsat2009) R 29779 29781 29781 0 -1 4202496 589 0 0 0 3360 0 0 0 25 0 1 0 548845286 426520576 321 33554432000 134512640 135107411 4289454688 18446744073709551615 134547619 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/29781/statm: 104131 321 59 146 0 103007 0
[pid=29782] ppid=29767 vsize=310400 CPUtime=0.05 cores=0-7
/proc/29782/stat : 29782 (python) S 29767 29767 28873 0 -1 4202560 915 0 0 0 3 2 0 0 18 0 1 0 548845290 317849600 5844 33554432000 4194304 5683644 140737250976112 18446744073709551615 235594886726 0 0 16781312 514 10965191969298415874 0 0 17 0 0 0 0
/proc/29782/statm: 77600 5844 371 364 0 13509 0
[pid=29784] ppid=29782 vsize=416524 CPUtime=33.34 cores=0-7
/proc/29784/stat : 29784 (adaptg2wsat2009) R 29782 29784 29784 0 -1 4202496 587 0 0 0 3334 0 0 0 25 0 1 0 548845290 426520576 320 33554432000 134512640 135107411 4292594960 18446744073709551615 134531392 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/29784/statm: 104131 320 59 146 0 103007 0
[pid=29785] ppid=29767 vsize=320656 CPUtime=0.05 cores=0-7
/proc/29785/stat : 29785 (python) S 29767 29767 28873 0 -1 4202560 945 0 0 0 3 2 0 0 18 0 1 0 548845294 328351744 5848 33554432000 4194304 5683644 140737250976112 18446744073709551615 235594886726 0 0 16781312 514 10965191969298415875 0 0 17 0 0 0 0
/proc/29785/statm: 80164 5848 371 364 0 16070 0
[pid=29787] ppid=29785 vsize=416524 CPUtime=33.51 cores=0-7
/proc/29787/stat : 29787 (adaptg2wsat2009) R 29785 29787 29787 0 -1 4202496 587 0 0 0 3351 0 0 0 25 0 1 0 548845294 426520576 321 33554432000 134512640 135107411 4287652384 18446744073709551615 134532288 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/29787/statm: 104131 321 59 146 0 103007 0
[pid=29788] ppid=29767 vsize=330912 CPUtime=0.05 cores=0-7
/proc/29788/stat : 29788 (python) S 29767 29767 28873 0 -1 4202560 952 0 0 0 3 2 0 0 18 0 1 0 548845297 338853888 5851 33554432000 4194304 5683644 140737250976112 18446744073709551615 235594886726 0 0 16781312 514 10965191969298415875 0 0 17 0 0 0 0
/proc/29788/statm: 82728 5851 370 364 0 18631 0
[pid=29790] ppid=29788 vsize=1017932 CPUtime=33.49 cores=0-7
/proc/29790/stat : 29790 (gnovelty+2) R 29788 29790 29790 0 -1 4202496 489 0 0 0 3349 0 0 0 25 0 1 0 548845298 1042362368 226 33554432000 134512640 135663704 4291396224 18446744073709551615 134525286 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/29790/statm: 254483 226 113 282 0 254199 0
[pid=29791] ppid=29767 vsize=341168 CPUtime=0.18 cores=0-7
/proc/29791/stat : 29791 (python) R 29767 29767 28873 0 -1 4202560 992 0 0 0 13 5 0 0 16 0 1 0 548845301 349356032 5856 33554432000 4194304 5683644 140737250976112 18446744073709551615 235606696767 0 0 16781312 514 0 0 0 17 0 0 0 0
/proc/29791/statm: 85292 5856 371 364 0 21192 0
[pid=29793] ppid=29791 vsize=0 CPUtime=33.13 cores=0-7
/proc/29793/stat : 29793 (march_hi) R 29791 29793 29793 0 -1 4202500 994 0 0 0 3313 0 0 0 25 0 1 0 548845302 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 0 0 0 0
/proc/29793/statm: 0 0 0 0 0 0 0
[pid=29794] ppid=29767 vsize=351424 CPUtime=0.37 cores=0-7
/proc/29794/stat : 29794 (python) R 29767 29767 28873 0 -1 4202560 1046 0 0 0 31 6 0 0 16 0 1 0 548845305 359858176 5866 33554432000 4194304 5683644 140737250976112 18446744073709551615 235606696767 0 0 16781312 514 0 0 0 17 2 0 0 0
/proc/29794/statm: 87856 5866 377 364 0 23753 0
[pid=29796] ppid=29794 vsize=0 CPUtime=33.08 cores=0-7
/proc/29796/stat : 29796 (march_hi) R 29794 29796 29796 0 -1 4202500 996 0 0 0 3308 0 0 0 25 0 1 0 548845306 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 2 0 0 0
/proc/29796/statm: 0 0 0 0 0 0 0
[pid=29767/tid=29774] ppid=29765 vsize=361668 CPUtime=0 cores=0-7
/proc/29767/task/29774/stat : 29774 (python) S 29765 29767 28873 0 -1 4202560 26 932 0 0 0 0 0 0 25 0 9 0 548845279 370348032 7384 33554432000 4194304 5683644 140737250976112 18446744073709551615 235606690225 0 0 16781312 2 18446604443254650944 0 0 -1 4 0 0 0
[pid=29767/tid=29777] ppid=29765 vsize=361668 CPUtime=0 cores=0-7
/proc/29767/task/29777/stat : 29777 (python) S 29765 29767 28873 0 -1 4202560 23 932 0 0 0 0 0 0 25 0 9 0 548845282 370348032 7384 33554432000 4194304 5683644 140737250976112 18446744073709551615 235606690225 0 0 16781312 2 18446604443254650944 0 0 -1 0 0 0 0
[pid=29767/tid=29780] ppid=29765 vsize=361668 CPUtime=0 cores=0-7
/proc/29767/task/29780/stat : 29780 (python) S 29765 29767 28873 0 -1 4202560 23 932 0 0 0 0 0 0 25 0 9 0 548845286 370348032 7384 33554432000 4194304 5683644 140737250976112 18446744073709551615 235606690225 0 0 16781312 2 18446604443254650944 0 0 -1 4 0 0 0
[pid=29767/tid=29783] ppid=29765 vsize=361668 CPUtime=0 cores=0-7
/proc/29767/task/29783/stat : 29783 (python) S 29765 29767 28873 0 -1 4202560 24 932 0 0 0 0 0 0 25 0 9 0 548845290 370348032 7384 33554432000 4194304 5683644 140737250976112 18446744073709551615 235606690225 0 0 16781312 2 18446604443254650944 0 0 -1 0 0 0 0
[pid=29767/tid=29786] ppid=29765 vsize=361668 CPUtime=0 cores=0-7
/proc/29767/task/29786/stat : 29786 (python) S 29765 29767 28873 0 -1 4202560 24 932 0 0 0 0 0 0 25 0 9 0 548845294 370348032 7384 33554432000 4194304 5683644 140737250976112 18446744073709551615 235606690225 0 0 16781312 2 18446604443254650944 0 0 -1 6 0 0 0
[pid=29767/tid=29789] ppid=29765 vsize=361668 CPUtime=0 cores=0-7
/proc/29767/task/29789/stat : 29789 (python) S 29765 29767 28873 0 -1 4202560 25 932 0 0 0 0 0 0 25 0 9 0 548845298 370348032 7384 33554432000 4194304 5683644 140737250976112 18446744073709551615 235606690225 0 0 16781312 2 18446604443254650944 0 0 -1 0 0 0 0
[pid=29767/tid=29792] ppid=29765 vsize=361668 CPUtime=0 cores=0-7
/proc/29767/task/29792/stat : 29792 (python) S 29765 29767 28873 0 -1 4202560 30 932 0 0 0 0 0 0 25 0 9 0 548845302 370348032 7384 33554432000 4194304 5683644 140737250976112 18446744073709551615 235606690225 0 0 16781312 2 18446604443254650944 0 0 -1 0 0 0 0
[pid=29767/tid=29795] ppid=29765 vsize=361668 CPUtime=0 cores=0-7
/proc/29767/task/29795/stat : 29795 (python) S 29765 29767 28873 0 -1 4202560 30 932 0 0 0 0 0 0 25 0 9 0 548845306 370348032 7384 33554432000 4194304 5683644 140737250976112 18446744073709551615 235606690225 0 0 16781312 2 18446604443254650944 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 269.33
Current children cumulated vsize (KiB) 7188872

[startup+34.6018 s]
/proc/loadavg: 7.85 8.36 8.41 9/281 29797
/proc/meminfo: memFree=15066356/32950928 swapFree=67111404/67111528
[pid=29767] ppid=29765 vsize=0 CPUtime=270.11 cores=0-7
/proc/29767/stat : 29767 (python) R 29765 29767 28873 0 -1 4202500 20565 14405 1 0 85 10 26883 33 17 0 1 0 548845203 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 6 0 0 0
/proc/29767/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 270.11
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 34.6033
CPU time (s): 270.135
CPU user time (s): 269.693
CPU system time (s): 0.441932
CPU usage (%): 780.663
Max. virtual memory (cumulated for all children) (KiB): 7193404

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 269.693
system time used= 0.441932
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 34970
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= 2691
involuntary context switches= 2532

runsolver used 0.088986 second user time and 0.204968 second system time

The end

Launcher Data

Begin job on node120 at 2011-05-02 23:41:04
IDJOB=3322071
IDBENCH=82849
IDSOLVER=1712
FILE ID=node120/3322071-1304372464
RUNJOBID= node120-1304366467-28887
PBS_JOBID= 13181751
Free space on /tmp= 73548 MiB

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

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

MD5SUM BENCH= bf255e5bc10dc75db5f2f0a4a1086e58
RANDOM SEED=1433043922

node120.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.809
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.61
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.809
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.07
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.809
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.809
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.809
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.78
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.809
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.809
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.809
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:     32950928 kB
MemFree:      15128620 kB
Buffers:        607472 kB
Cached:        2616764 kB
SwapCached:          8 kB
Active:       15271360 kB
Inactive:      2132688 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      15128620 kB
SwapTotal:    67111528 kB
SwapFree:     67111404 kB
Dirty:           32328 kB
Writeback:           0 kB
AnonPages:    14179612 kB
Mapped:          21340 kB
Slab:           313084 kB
PageTables:      40000 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 33608464 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= 73516 MiB
End job on node120 at 2011-05-02 23:41:39