Trace number 3322209

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-randomSAT 11.4023 2.29334

General information on the benchmark

Namerandom/medium/
unif-k7-r89-v60-c5340-S388186442-035.SATISFIABLE.cnf
MD5SUMa87f820c1b7597a3062237c526130fa4
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.578911
Satisfiable
(Un)Satisfiability was proved
Number of variables60
Number of clauses5340
Sum of the clauses size37380
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 55340

Solver Data

0.31/0.46	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.31/0.46	c INFO: solving HOME/instance-3322209-1304376008.cnf
0.31/0.46	c INFO: computing task features
0.40/0.50	c INFO: computed variable-clause graph statistics
0.40/0.50	c INFO: computed clause balance statistics
0.60/0.70	c INFO: computed variable balance statistics
0.60/0.78	c INFO: computed small-clause counts
0.60/0.78	c INFO: computed Horn-clause counts
0.60/0.79	c INFO: computed variable graph statistics
0.60/0.79	c INFO: collected features for HOME/instance-3322209-1304376008.cnf in 0.32 s
0.70/0.83	c INFO: running gnovelty+2@0 for 97 with 39999 remaining (b = 0.55)
0.70/0.86	c INFO: running gnovelty+2@0 for 97 with 39999 remaining (b = 0.10)
0.80/0.90	c INFO: running adaptg2wsat2009++@0 for 97 with 39999 remaining (b = 0.05)
0.80/0.94	c INFO: running adaptg2wsat2009++@0 for 97 with 39999 remaining (b = 0.03)
0.80/0.98	c INFO: running adaptg2wsat2009++@0 for 97 with 39999 remaining (b = 0.03)
1.36/1.01	c INFO: running gnovelty+2@0 for 97 with 39999 remaining (b = 0.02)
1.36/1.05	c INFO: running FH@0 for 97 with 39999 remaining (b = 0.02)
1.36/1.09	c INFO: running adaptg2wsat2009++@0 for 97 with 39999 remaining (b = 0.01)
10.80/2.27	s SATISFIABLE
10.80/2.27	v 1 -2 -3 -4 -5 -6 7 -8 9 -10 11 -12 -13 14 15 -16 -17 18 19 -20 -21 -22 23 -24 -25 26 -27 28 -29 -30 31 -32 33 -34 -35 36 37 -38 39 40 41 -42 43 -44 -45 -46 47 48 49 50 -51 52 53 -54 -55 56 57 -58 59 -60 0

Verifier Data

OK

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-3322209-1304376008/watcher-3322209-1304376008 -o /tmp/evaluation-result-3322209-1304376008/solver-3322209-1304376008 -C 40000 -W 5100 -M 31000 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3322209-1304376008.cnf -seed 1962607291 -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: 7.52 8.29 8.43 1/221 12013
/proc/meminfo: memFree=20747284/32950928 swapFree=66698992/67111528
[pid=12013] ppid=12011 vsize=15772 CPUtime=0 cores=0-7
/proc/12013/stat : 12013 (python) R 12011 12013 11459 0 -1 4202496 848 0 0 0 0 0 0 0 25 0 1 0 549200581 16150528 730 33554432000 4194304 5683644 140734040114448 18446744073709551615 4540219 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/12013/statm: 3943 732 334 364 0 430 0

[startup+0.0741571 s]
/proc/loadavg: 7.52 8.29 8.43 1/221 12013
/proc/meminfo: memFree=20747284/32950928 swapFree=66698992/67111528
[pid=12013] ppid=12011 vsize=84476 CPUtime=0.05 cores=0-7
/proc/12013/stat : 12013 (python) R 12011 12013 11459 0 -1 4202496 2336 0 0 0 4 1 0 0 25 0 1 0 549200581 86503424 2065 33554432000 4194304 5683644 140734040114448 18446744073709551615 248089359045 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/12013/statm: 21119 2068 672 364 0 1336 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 84476

[startup+0.100153 s]
/proc/loadavg: 7.52 8.29 8.43 1/221 12013
/proc/meminfo: memFree=20747284/32950928 swapFree=66698992/67111528
[pid=12013] ppid=12011 vsize=104236 CPUtime=0.07 cores=0-7
/proc/12013/stat : 12013 (python) R 12011 12013 11459 0 -1 4202496 3068 0 0 0 5 2 0 0 25 0 1 0 549200581 106737664 2749 33554432000 4194304 5683644 140734040114448 18446744073709551615 248089698048 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/12013/statm: 26059 2751 847 364 0 1807 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 104236

[startup+0.300117 s]
/proc/loadavg: 7.52 8.29 8.43 1/221 12013
/proc/meminfo: memFree=20747284/32950928 swapFree=66698992/67111528
[pid=12013] ppid=12011 vsize=187744 CPUtime=0.22 cores=0-7
/proc/12013/stat : 12013 (python) R 12011 12013 11459 0 -1 4202496 6795 934 1 0 16 6 0 0 25 0 1 0 549200581 192249856 4860 33554432000 4194304 5683644 140734040114448 18446744073709551615 248084729212 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/12013/statm: 46936 4861 1381 364 0 3724 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 187744

[startup+0.701047 s]
/proc/loadavg: 7.52 8.29 8.43 1/221 12013
/proc/meminfo: memFree=20747284/32950928 swapFree=66698992/67111528
[pid=12013] ppid=12011 vsize=279556 CPUtime=0.6 cores=0-7
/proc/12013/stat : 12013 (python) R 12011 12013 11459 0 -1 4202496 9751 934 1 0 51 9 0 0 25 0 1 0 549200581 286265344 7273 33554432000 4194304 5683644 140734040114448 18446744073709551615 4509423 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/12013/statm: 69889 7273 1826 364 0 5813 0
Current children cumulated CPU time (s) 0.6
Current children cumulated vsize (KiB) 279556

[startup+1.5009 s]
/proc/loadavg: 7.52 8.29 8.43 7/237 12033
/proc/meminfo: memFree=20702268/32950928 swapFree=66698992/67111528
[pid=12013] ppid=12011 vsize=426336 CPUtime=0.99 cores=0-7
/proc/12013/stat : 12013 (python) S 12011 12013 11459 0 -1 4202496 16108 934 1 0 88 11 0 0 25 0 9 0 549200581 436568064 7327 33554432000 4194304 5683644 140734040114448 18446744073709551615 248101524939 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/12013/statm: 106584 7327 1891 364 0 42481 0
[pid=12019] ppid=12013 vsize=278704 CPUtime=0 cores=0-7
/proc/12019/stat : 12019 (python) S 12013 12013 11459 0 -1 4202560 735 0 0 0 0 0 0 0 25 0 1 0 549200664 285392896 5614 33554432000 4194304 5683644 140734040114448 18446744073709551615 248089718287 0 0 16781312 514 13803168648958836735 0 0 17 7 0 0 0
/proc/12019/statm: 69676 5614 354 364 0 5594 0
[pid=12021] ppid=12019 vsize=1017932 CPUtime=0.66 cores=0-7
/proc/12021/stat : 12021 (gnovelty+2) R 12019 12021 12021 0 -1 4202496 514 0 0 0 66 0 0 0 25 0 1 0 549200664 1042362368 248 33554432000 134512640 135663704 4287809792 18446744073709551615 134525255 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/12021/statm: 254483 248 113 282 0 254199 0
[pid=12022] ppid=12013 vsize=289356 CPUtime=0 cores=0-7
/proc/12022/stat : 12022 (python) S 12013 12013 11459 0 -1 4202560 736 0 0 0 0 0 0 0 25 0 1 0 549200667 296300544 5696 33554432000 4194304 5683644 140734040114448 18446744073709551615 248089718342 0 0 16781312 514 591576842457055231 0 0 17 4 0 0 0
/proc/12022/statm: 72339 5696 348 364 0 8254 0
[pid=12024] ppid=12022 vsize=1017932 CPUtime=0.62 cores=0-7
/proc/12024/stat : 12024 (gnovelty+2) R 12022 12024 12024 0 -1 4202496 509 0 0 0 62 0 0 0 25 0 1 0 549200668 1042362368 247 33554432000 134512640 135663704 4291925056 18446744073709551615 134524509 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/12024/statm: 254483 247 113 282 0 254199 0
[pid=12025] ppid=12013 vsize=299404 CPUtime=0 cores=0-7
/proc/12025/stat : 12025 (python) S 12013 12013 11459 0 -1 4202560 721 0 0 0 0 0 0 0 25 0 1 0 549200671 306589696 5627 33554432000 4194304 5683644 140734040114448 18446744073709551615 248089718342 0 0 16781312 514 13435654138595639295 0 0 17 6 0 0 0
/proc/12025/statm: 74851 5627 344 364 0 10763 0
[pid=12027] ppid=12025 vsize=416652 CPUtime=0.58 cores=0-7
/proc/12027/stat : 12027 (adaptg2wsat2009) R 12025 12027 12027 0 -1 4202496 572 0 0 0 58 0 0 0 25 0 1 0 549200671 426651648 303 33554432000 134512640 135107411 4292997600 18446744073709551615 134523245 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/12027/statm: 104163 303 49 146 0 103039 0
[pid=12028] ppid=12013 vsize=310004 CPUtime=0 cores=0-7
/proc/12028/stat : 12028 (python) S 12013 12013 11459 0 -1 4202560 734 0 0 0 0 0 0 0 25 0 1 0 549200675 317444096 5717 33554432000 4194304 5683644 140734040114448 18446744073709551615 248089718342 0 0 16781312 514 2151167840881737727 0 0 17 0 0 0 0
/proc/12028/statm: 77501 5717 344 364 0 13410 0
[pid=12030] ppid=12028 vsize=416652 CPUtime=0.55 cores=0-7
/proc/12030/stat : 12030 (adaptg2wsat2009) R 12028 12030 12030 0 -1 4202496 572 0 0 0 55 0 0 0 25 0 1 0 549200675 426651648 302 33554432000 134512640 135107411 4293990480 18446744073709551615 134523331 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/12030/statm: 104163 302 49 146 0 103039 0
[pid=12031] ppid=12013 vsize=320260 CPUtime=0 cores=0-7
/proc/12031/stat : 12031 (python) S 12013 12013 11459 0 -1 4202560 738 0 0 0 0 0 0 0 25 0 1 0 549200679 327946240 5721 33554432000 4194304 5683644 140734040114448 18446744073709551615 248089718342 0 0 16781312 514 4011031891439255551 0 0 17 1 0 0 0
/proc/12031/statm: 80065 5721 344 364 0 15971 0
[pid=12033] ppid=12031 vsize=416652 CPUtime=0.51 cores=0-7
/proc/12033/stat : 12033 (adaptg2wsat2009) R 12031 12033 12033 0 -1 4202496 570 0 0 0 51 0 0 0 25 0 1 0 549200679 426651648 302 33554432000 134512640 135107411 4290959152 18446744073709551615 134523306 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/12033/statm: 104163 302 49 146 0 103039 0
[pid=12013/tid=12020] ppid=12011 vsize=426336 CPUtime=0 cores=0-7
/proc/12013/task/12020/stat : 12020 (python) S 12011 12013 11459 0 -1 4202560 26 934 0 0 0 0 0 0 25 0 9 0 549200664 436568064 7327 33554432000 4194304 5683644 140734040114448 18446744073709551615 248101521841 0 0 16781312 2 18446604449068420096 0 0 -1 6 0 0 0
[pid=12013/tid=12023] ppid=12011 vsize=426336 CPUtime=0 cores=0-7
/proc/12013/task/12023/stat : 12023 (python) S 12011 12013 11459 0 -1 4202560 22 934 0 0 0 0 0 0 25 0 9 0 549200668 436568064 7327 33554432000 4194304 5683644 140734040114448 18446744073709551615 248101521841 0 0 16781312 2 18446604449068420096 0 0 -1 4 0 0 0
[pid=12013/tid=12026] ppid=12011 vsize=426336 CPUtime=0 cores=0-7
/proc/12013/task/12026/stat : 12026 (python) S 12011 12013 11459 0 -1 4202560 21 934 0 0 0 0 0 0 25 0 9 0 549200671 436568064 7327 33554432000 4194304 5683644 140734040114448 18446744073709551615 248101521841 0 0 16781312 2 18446604449068420096 0 0 -1 2 0 0 0
[pid=12013/tid=12029] ppid=12011 vsize=426336 CPUtime=0 cores=0-7
/proc/12013/task/12029/stat : 12029 (python) S 12011 12013 11459 0 -1 4202560 27 934 0 0 0 0 0 0 25 0 9 0 549200675 436568064 7327 33554432000 4194304 5683644 140734040114448 18446744073709551615 248101521841 0 0 16781312 2 18446604449068420096 0 0 -1 4 0 0 0
[pid=12013/tid=12032] ppid=12011 vsize=426336 CPUtime=0 cores=0-7
/proc/12013/task/12032/stat : 12032 (python) S 12011 12013 11459 0 -1 4202560 26 934 0 0 0 0 0 0 25 0 9 0 549200679 436568064 7327 33554432000 4194304 5683644 140734040114448 18446744073709551615 248101521841 0 0 16781312 2 18446604449068420096 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3.91
Current children cumulated vsize (KiB) 5209884

Solver just ended. Dumping a history of the last processes samples

[startup+1.90083 s]
/proc/loadavg: 7.52 8.29 8.43 7/237 12033
/proc/meminfo: memFree=20702268/32950928 swapFree=66698992/67111528
[pid=12013] ppid=12011 vsize=426336 CPUtime=0.99 cores=0-7
/proc/12013/stat : 12013 (python) S 12011 12013 11459 0 -1 4202496 16108 934 1 0 88 11 0 0 25 0 9 0 549200581 436568064 7327 33554432000 4194304 5683644 140734040114448 18446744073709551615 248101524939 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/12013/statm: 106584 7327 1891 364 0 42481 0
[pid=12019] ppid=12013 vsize=278704 CPUtime=0 cores=0-7
/proc/12019/stat : 12019 (python) S 12013 12013 11459 0 -1 4202560 735 0 0 0 0 0 0 0 18 0 1 0 549200664 285392896 5614 33554432000 4194304 5683644 140734040114448 18446744073709551615 248089718287 0 0 16781312 514 13803168648958804226 0 0 17 7 0 0 0
/proc/12019/statm: 69676 5614 354 364 0 5594 0
[pid=12021] ppid=12019 vsize=1017932 CPUtime=1.06 cores=0-7
/proc/12021/stat : 12021 (gnovelty+2) R 12019 12021 12021 0 -1 4202496 514 0 0 0 106 0 0 0 25 0 1 0 549200664 1042362368 248 33554432000 134512640 135663704 4287809792 18446744073709551615 134525286 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/12021/statm: 254483 248 113 282 0 254199 0
[pid=12022] ppid=12013 vsize=289356 CPUtime=0 cores=0-7
/proc/12022/stat : 12022 (python) S 12013 12013 11459 0 -1 4202560 736 0 0 0 0 0 0 0 18 0 1 0 549200667 296300544 5696 33554432000 4194304 5683644 140734040114448 18446744073709551615 248089718342 0 0 16781312 514 591576842457022722 0 0 17 4 0 0 0
/proc/12022/statm: 72339 5696 348 364 0 8254 0
[pid=12024] ppid=12022 vsize=1017932 CPUtime=1.02 cores=0-7
/proc/12024/stat : 12024 (gnovelty+2) R 12022 12024 12024 0 -1 4202496 509 0 0 0 102 0 0 0 25 0 1 0 549200668 1042362368 247 33554432000 134512640 135663704 4291925056 18446744073709551615 134525224 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/12024/statm: 254483 247 113 282 0 254199 0
[pid=12025] ppid=12013 vsize=299404 CPUtime=0 cores=0-7
/proc/12025/stat : 12025 (python) S 12013 12013 11459 0 -1 4202560 721 0 0 0 0 0 0 0 25 0 1 0 549200671 306589696 5627 33554432000 4194304 5683644 140734040114448 18446744073709551615 248089718342 0 0 16781312 514 13435654138595639295 0 0 17 6 0 0 0
/proc/12025/statm: 74851 5627 344 364 0 10763 0
[pid=12027] ppid=12025 vsize=416788 CPUtime=0.98 cores=0-7
/proc/12027/stat : 12027 (adaptg2wsat2009) R 12025 12027 12027 0 -1 4202496 633 0 0 0 98 0 0 0 25 0 1 0 549200671 426790912 364 33554432000 134512640 135107411 4292997600 18446744073709551615 134532408 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/12027/statm: 104197 364 59 146 0 103073 0
[pid=12028] ppid=12013 vsize=310004 CPUtime=0 cores=0-7
/proc/12028/stat : 12028 (python) S 12013 12013 11459 0 -1 4202560 734 0 0 0 0 0 0 0 25 0 1 0 549200675 317444096 5717 33554432000 4194304 5683644 140734040114448 18446744073709551615 248089718342 0 0 16781312 514 2151167840881737727 0 0 17 0 0 0 0
/proc/12028/statm: 77501 5717 344 364 0 13410 0
[pid=12030] ppid=12028 vsize=416788 CPUtime=0.95 cores=0-7
/proc/12030/stat : 12030 (adaptg2wsat2009) R 12028 12030 12030 0 -1 4202496 633 0 0 0 95 0 0 0 25 0 1 0 549200675 426790912 363 33554432000 134512640 135107411 4293990480 18446744073709551615 134532360 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/12030/statm: 104197 363 59 146 0 103073 0
[pid=12031] ppid=12013 vsize=320260 CPUtime=0 cores=0-7
/proc/12031/stat : 12031 (python) S 12013 12013 11459 0 -1 4202560 738 0 0 0 0 0 0 0 25 0 1 0 549200679 327946240 5721 33554432000 4194304 5683644 140734040114448 18446744073709551615 248089718342 0 0 16781312 514 4011031891439255551 0 0 17 1 0 0 0
/proc/12031/statm: 80065 5721 344 364 0 15971 0
[pid=12033] ppid=12031 vsize=416788 CPUtime=0.91 cores=0-7
/proc/12033/stat : 12033 (adaptg2wsat2009) R 12031 12033 12033 0 -1 4202496 631 0 0 0 91 0 0 0 25 0 1 0 549200679 426790912 363 33554432000 134512640 135107411 4290959152 18446744073709551615 134531856 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/12033/statm: 104197 363 59 146 0 103073 0
[pid=12013/tid=12020] ppid=12011 vsize=426336 CPUtime=0 cores=0-7
/proc/12013/task/12020/stat : 12020 (python) S 12011 12013 11459 0 -1 4202560 26 934 0 0 0 0 0 0 25 0 9 0 549200664 436568064 7327 33554432000 4194304 5683644 140734040114448 18446744073709551615 248101521841 0 0 16781312 2 18446604449068420096 0 0 -1 6 0 0 0
[pid=12013/tid=12023] ppid=12011 vsize=426336 CPUtime=0 cores=0-7
/proc/12013/task/12023/stat : 12023 (python) S 12011 12013 11459 0 -1 4202560 22 934 0 0 0 0 0 0 25 0 9 0 549200668 436568064 7327 33554432000 4194304 5683644 140734040114448 18446744073709551615 248101521841 0 0 16781312 2 18446604449068420096 0 0 -1 4 0 0 0
[pid=12013/tid=12026] ppid=12011 vsize=426336 CPUtime=0 cores=0-7
/proc/12013/task/12026/stat : 12026 (python) S 12011 12013 11459 0 -1 4202560 21 934 0 0 0 0 0 0 25 0 9 0 549200671 436568064 7327 33554432000 4194304 5683644 140734040114448 18446744073709551615 248101521841 0 0 16781312 2 18446604449068420096 0 0 -1 2 0 0 0
[pid=12013/tid=12029] ppid=12011 vsize=426336 CPUtime=0 cores=0-7
/proc/12013/task/12029/stat : 12029 (python) S 12011 12013 11459 0 -1 4202560 27 934 0 0 0 0 0 0 25 0 9 0 549200675 436568064 7327 33554432000 4194304 5683644 140734040114448 18446744073709551615 248101521841 0 0 16781312 2 18446604449068420096 0 0 -1 4 0 0 0
[pid=12013/tid=12032] ppid=12011 vsize=426336 CPUtime=0 cores=0-7
/proc/12013/task/12032/stat : 12032 (python) S 12011 12013 11459 0 -1 4202560 26 934 0 0 0 0 0 0 25 0 9 0 549200679 436568064 7327 33554432000 4194304 5683644 140734040114448 18446744073709551615 248101521841 0 0 16781312 2 18446604449068420096 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 5.91
Current children cumulated vsize (KiB) 5210292

[startup+2.1008 s]
/proc/loadavg: 7.52 8.29 8.43 11/246 12042
/proc/meminfo: memFree=20687068/32950928 swapFree=66698992/67111528
[pid=12013] ppid=12011 vsize=426336 CPUtime=0.99 cores=0-7
/proc/12013/stat : 12013 (python) S 12011 12013 11459 0 -1 4202496 16108 934 1 0 88 11 0 0 25 0 9 0 549200581 436568064 7327 33554432000 4194304 5683644 140734040114448 18446744073709551615 248101524939 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/12013/statm: 106584 7327 1891 364 0 42481 0
[pid=12019] ppid=12013 vsize=278704 CPUtime=0 cores=0-7
/proc/12019/stat : 12019 (python) S 12013 12013 11459 0 -1 4202560 735 0 0 0 0 0 0 0 18 0 1 0 549200664 285392896 5614 33554432000 4194304 5683644 140734040114448 18446744073709551615 248089718287 0 0 16781312 514 13803168648958804226 0 0 17 7 0 0 0
/proc/12019/statm: 69676 5614 354 364 0 5594 0
[pid=12021] ppid=12019 vsize=1017932 CPUtime=1.27 cores=0-7
/proc/12021/stat : 12021 (gnovelty+2) R 12019 12021 12021 0 -1 4202496 514 0 0 0 127 0 0 0 25 0 1 0 549200664 1042362368 248 33554432000 134512640 135663704 4287809792 18446744073709551615 134524901 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/12021/statm: 254483 248 113 282 0 254199 0
[pid=12022] ppid=12013 vsize=289356 CPUtime=0 cores=0-7
/proc/12022/stat : 12022 (python) S 12013 12013 11459 0 -1 4202560 736 0 0 0 0 0 0 0 18 0 1 0 549200667 296300544 5696 33554432000 4194304 5683644 140734040114448 18446744073709551615 248089718342 0 0 16781312 514 591576842457022722 0 0 17 4 0 0 0
/proc/12022/statm: 72339 5696 348 364 0 8254 0
[pid=12024] ppid=12022 vsize=1017932 CPUtime=1.23 cores=0-7
/proc/12024/stat : 12024 (gnovelty+2) R 12022 12024 12024 0 -1 4202496 509 0 0 0 123 0 0 0 25 0 1 0 549200668 1042362368 247 33554432000 134512640 135663704 4291925056 18446744073709551615 134524882 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/12024/statm: 254483 247 113 282 0 254199 0
[pid=12025] ppid=12013 vsize=299404 CPUtime=0 cores=0-7
/proc/12025/stat : 12025 (python) S 12013 12013 11459 0 -1 4202560 740 0 0 0 0 0 0 0 18 0 1 0 549200671 306589696 5631 33554432000 4194304 5683644 140734040114448 18446744073709551615 248089718342 0 0 16781312 514 13435654138595639295 0 0 17 6 0 0 0
/proc/12025/statm: 74851 5631 348 364 0 10763 0
[pid=12027] ppid=12025 vsize=416788 CPUtime=1.18 cores=0-7
/proc/12027/stat : 12027 (adaptg2wsat2009) R 12025 12027 12027 0 -1 4202496 633 0 0 0 118 0 0 0 25 0 1 0 549200671 426790912 364 33554432000 134512640 135107411 4292997600 18446744073709551615 134532381 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/12027/statm: 104197 364 59 146 0 103073 0
[pid=12028] ppid=12013 vsize=310004 CPUtime=0 cores=0-7
/proc/12028/stat : 12028 (python) S 12013 12013 11459 0 -1 4202560 752 0 0 0 0 0 0 0 18 0 1 0 549200675 317444096 5721 33554432000 4194304 5683644 140734040114448 18446744073709551615 248089718342 0 0 16781312 514 2151167840881737727 0 0 17 0 0 0 0
/proc/12028/statm: 77501 5721 348 364 0 13410 0
[pid=12030] ppid=12028 vsize=416788 CPUtime=1.15 cores=0-7
/proc/12030/stat : 12030 (adaptg2wsat2009) R 12028 12030 12030 0 -1 4202496 633 0 0 0 115 0 0 0 25 0 1 0 549200675 426790912 363 33554432000 134512640 135107411 4293990480 18446744073709551615 134531414 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/12030/statm: 104197 363 59 146 0 103073 0
[pid=12031] ppid=12013 vsize=320260 CPUtime=0 cores=0-7
/proc/12031/stat : 12031 (python) S 12013 12013 11459 0 -1 4202560 757 0 0 0 0 0 0 0 18 0 1 0 549200679 327946240 5725 33554432000 4194304 5683644 140734040114448 18446744073709551615 248089718342 0 0 16781312 514 4011031891439255551 0 0 17 1 0 0 0
/proc/12031/statm: 80065 5725 348 364 0 15971 0
[pid=12033] ppid=12031 vsize=416788 CPUtime=1.11 cores=0-7
/proc/12033/stat : 12033 (adaptg2wsat2009) R 12031 12033 12033 0 -1 4202496 631 0 0 0 111 0 0 0 25 0 1 0 549200679 426790912 363 33554432000 134512640 135107411 4290959152 18446744073709551615 134532242 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/12033/statm: 104197 363 59 146 0 103073 0
[pid=12034] ppid=12013 vsize=330044 CPUtime=0 cores=0-7
/proc/12034/stat : 12034 (python) S 12013 12013 11459 0 -1 4202560 770 0 0 0 0 0 0 0 18 0 1 0 549200683 337965056 5627 33554432000 4194304 5683644 140734040114448 18446744073709551615 248089718342 0 0 16781312 514 5846124494778761475 0 0 17 7 0 0 0
/proc/12034/statm: 82511 5627 348 364 0 18414 0
[pid=12036] ppid=12034 vsize=1017932 CPUtime=1.07 cores=0-7
/proc/12036/stat : 12036 (gnovelty+2) R 12034 12036 12036 0 -1 4202496 514 0 0 0 107 0 0 0 25 0 1 0 549200683 1042362368 247 33554432000 134512640 135663704 4287240640 18446744073709551615 134545646 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/12036/statm: 254483 247 113 282 0 254199 0
[pid=12037] ppid=12013 vsize=405836 CPUtime=0 cores=0-7
/proc/12037/stat : 12037 (python) R 12013 12013 11459 0 -1 4202560 719 0 0 0 0 0 0 0 18 0 1 0 549200686 415576064 5800 33554432000 4194304 5683644 140734040114448 18446744073709551615 248089718342 0 0 16781312 514 0 0 0 17 1 0 0 0
/proc/12037/statm: 101459 5800 344 364 0 37359 0
[pid=12039] ppid=12037 vsize=246936 CPUtime=1.01 cores=0-7
/proc/12039/stat : 12039 (FH) R 12037 12039 12039 0 -1 4202496 585 0 0 0 101 0 0 0 25 0 1 0 549200688 252862464 327 33554432000 134512640 134936988 4288821072 18446744073709551615 134552080 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/12039/statm: 61734 327 41 104 0 61238 0
[pid=12040] ppid=12013 vsize=416092 CPUtime=0.09 cores=0-7
/proc/12040/stat : 12040 (python) R 12013 12013 11459 0 -1 4202560 777 0 0 0 8 1 0 0 18 0 1 0 549200690 426078208 5786 33554432000 4194304 5683644 140734040114448 18446744073709551615 248101528383 0 0 16781312 514 0 0 0 17 1 0 0 0
/proc/12040/statm: 104023 5786 354 364 0 39920 0
[pid=12042] ppid=12040 vsize=0 CPUtime=0.88 cores=0-7
/proc/12042/stat : 12042 (adaptg2wsat2009) R 12040 12042 12042 0 -1 4202500 641 0 0 0 88 0 0 0 25 0 1 0 549200692 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 1 0 0 0
/proc/12042/statm: 0 0 0 0 0 0 0
[pid=12013/tid=12020] ppid=12011 vsize=426336 CPUtime=0 cores=0-7
/proc/12013/task/12020/stat : 12020 (python) S 12011 12013 11459 0 -1 4202560 26 934 0 0 0 0 0 0 25 0 9 0 549200664 436568064 7327 33554432000 4194304 5683644 140734040114448 18446744073709551615 248101521841 0 0 16781312 2 18446604449068420096 0 0 -1 6 0 0 0
[pid=12013/tid=12023] ppid=12011 vsize=426336 CPUtime=0 cores=0-7
/proc/12013/task/12023/stat : 12023 (python) S 12011 12013 11459 0 -1 4202560 22 934 0 0 0 0 0 0 25 0 9 0 549200668 436568064 7327 33554432000 4194304 5683644 140734040114448 18446744073709551615 248101521841 0 0 16781312 2 18446604449068420096 0 0 -1 4 0 0 0
[pid=12013/tid=12026] ppid=12011 vsize=426336 CPUtime=0 cores=0-7
/proc/12013/task/12026/stat : 12026 (python) S 12011 12013 11459 0 -1 4202560 21 934 0 0 0 0 0 0 25 0 9 0 549200671 436568064 7327 33554432000 4194304 5683644 140734040114448 18446744073709551615 248101521841 0 0 16781312 2 18446604449068420096 0 0 -1 2 0 0 0
[pid=12013/tid=12029] ppid=12011 vsize=426336 CPUtime=0 cores=0-7
/proc/12013/task/12029/stat : 12029 (python) S 12011 12013 11459 0 -1 4202560 27 934 0 0 0 0 0 0 25 0 9 0 549200675 436568064 7327 33554432000 4194304 5683644 140734040114448 18446744073709551615 248101521841 0 0 16781312 2 18446604449068420096 0 0 -1 4 0 0 0
[pid=12013/tid=12032] ppid=12011 vsize=426336 CPUtime=0 cores=0-7
/proc/12013/task/12032/stat : 12032 (python) S 12011 12013 11459 0 -1 4202560 26 934 0 0 0 0 0 0 25 0 9 0 549200679 436568064 7327 33554432000 4194304 5683644 140734040114448 18446744073709551615 248101521841 0 0 16781312 2 18446604449068420096 0 0 -1 0 0 0 0
[pid=12013/tid=12035] ppid=12011 vsize=426336 CPUtime=0 cores=0-7
/proc/12013/task/12035/stat : 12035 (python) S 12011 12013 11459 0 -1 4202560 28 934 0 0 0 0 0 0 25 0 9 0 549200683 436568064 7327 33554432000 4194304 5683644 140734040114448 18446744073709551615 248101521841 0 0 16781312 2 18446604449068420096 0 0 -1 7 0 0 0
[pid=12013/tid=12038] ppid=12011 vsize=426336 CPUtime=0 cores=0-7
/proc/12013/task/12038/stat : 12038 (python) S 12011 12013 11459 0 -1 4202560 86 934 0 0 0 0 0 0 25 0 9 0 549200686 436568064 7327 33554432000 4194304 5683644 140734040114448 18446744073709551615 248101521841 0 0 16781312 2 18446604449068420096 0 0 -1 1 0 0 0
[pid=12013/tid=12041] ppid=12011 vsize=426336 CPUtime=0 cores=0-7
/proc/12013/task/12041/stat : 12041 (python) S 12011 12013 11459 0 -1 4202560 32 934 0 0 0 0 0 0 25 0 9 0 549200690 436568064 7327 33554432000 4194304 5683644 140734040114448 18446744073709551615 248101521841 0 0 16781312 2 18446604449068420096 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 9.98
Current children cumulated vsize (KiB) 7627132

[startup+2.20878 s]
/proc/loadavg: 7.52 8.29 8.43 11/246 12042
/proc/meminfo: memFree=20687068/32950928 swapFree=66698992/67111528
[pid=12013] ppid=12011 vsize=426336 CPUtime=0.99 cores=0-7
/proc/12013/stat : 12013 (python) S 12011 12013 11459 0 -1 4202496 16108 934 1 0 88 11 0 0 25 0 9 0 549200581 436568064 7327 33554432000 4194304 5683644 140734040114448 18446744073709551615 248101524939 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/12013/statm: 106584 7327 1891 364 0 42481 0
[pid=12019] ppid=12013 vsize=278704 CPUtime=0 cores=0-7
/proc/12019/stat : 12019 (python) S 12013 12013 11459 0 -1 4202560 735 0 0 0 0 0 0 0 18 0 1 0 549200664 285392896 5614 33554432000 4194304 5683644 140734040114448 18446744073709551615 248089718287 0 0 16781312 514 13803168648958804226 0 0 17 7 0 0 0
/proc/12019/statm: 69676 5614 354 364 0 5594 0
[pid=12021] ppid=12019 vsize=1017932 CPUtime=1.37 cores=0-7
/proc/12021/stat : 12021 (gnovelty+2) R 12019 12021 12021 0 -1 4202496 514 0 0 0 137 0 0 0 25 0 1 0 549200664 1042362368 248 33554432000 134512640 135663704 4287809792 18446744073709551615 134525286 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/12021/statm: 254483 248 113 282 0 254199 0
[pid=12022] ppid=12013 vsize=289356 CPUtime=0 cores=0-7
/proc/12022/stat : 12022 (python) S 12013 12013 11459 0 -1 4202560 736 0 0 0 0 0 0 0 18 0 1 0 549200667 296300544 5696 33554432000 4194304 5683644 140734040114448 18446744073709551615 248089718342 0 0 16781312 514 591576842457022722 0 0 17 4 0 0 0
/proc/12022/statm: 72339 5696 348 364 0 8254 0
[pid=12024] ppid=12022 vsize=1017932 CPUtime=1.33 cores=0-7
/proc/12024/stat : 12024 (gnovelty+2) R 12022 12024 12024 0 -1 4202496 509 0 0 0 133 0 0 0 25 0 1 0 549200668 1042362368 247 33554432000 134512640 135663704 4291925056 18446744073709551615 134524498 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/12024/statm: 254483 247 113 282 0 254199 0
[pid=12025] ppid=12013 vsize=299404 CPUtime=0 cores=0-7
/proc/12025/stat : 12025 (python) S 12013 12013 11459 0 -1 4202560 740 0 0 0 0 0 0 0 18 0 1 0 549200671 306589696 5631 33554432000 4194304 5683644 140734040114448 18446744073709551615 248089718342 0 0 16781312 514 13435654138595639295 0 0 17 6 0 0 0
/proc/12025/statm: 74851 5631 348 364 0 10763 0
[pid=12027] ppid=12025 vsize=416788 CPUtime=1.29 cores=0-7
/proc/12027/stat : 12027 (adaptg2wsat2009) R 12025 12027 12027 0 -1 4202496 633 0 0 0 129 0 0 0 25 0 1 0 549200671 426790912 364 33554432000 134512640 135107411 4292997600 18446744073709551615 134531508 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/12027/statm: 104197 364 59 146 0 103073 0
[pid=12028] ppid=12013 vsize=310004 CPUtime=0 cores=0-7
/proc/12028/stat : 12028 (python) S 12013 12013 11459 0 -1 4202560 752 0 0 0 0 0 0 0 18 0 1 0 549200675 317444096 5721 33554432000 4194304 5683644 140734040114448 18446744073709551615 248089718342 0 0 16781312 514 2151167840881737727 0 0 17 0 0 0 0
/proc/12028/statm: 77501 5721 348 364 0 13410 0
[pid=12030] ppid=12028 vsize=416788 CPUtime=1.26 cores=0-7
/proc/12030/stat : 12030 (adaptg2wsat2009) R 12028 12030 12030 0 -1 4202496 633 0 0 0 126 0 0 0 25 0 1 0 549200675 426790912 363 33554432000 134512640 135107411 4293990480 18446744073709551615 134532019 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/12030/statm: 104197 363 59 146 0 103073 0
[pid=12031] ppid=12013 vsize=320260 CPUtime=0.04 cores=0-7
/proc/12031/stat : 12031 (python) R 12013 12013 11459 0 -1 4202560 761 0 0 0 4 0 0 0 16 0 1 0 549200679 327946240 5725 33554432000 4194304 5683644 140734040114448 18446744073709551615 248101528383 0 0 16781312 514 0 0 0 17 0 0 0 0
/proc/12031/statm: 80065 5725 348 364 0 15971 0
[pid=12033] ppid=12031 vsize=0 CPUtime=1.17 cores=0-7
/proc/12033/stat : 12033 (adaptg2wsat2009) R 12031 12033 12033 0 -1 4202500 644 0 0 0 117 0 0 0 25 0 1 0 549200679 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 0 0 0 0
/proc/12033/statm: 0 0 0 0 0 0 0
[pid=12034] ppid=12013 vsize=330044 CPUtime=0 cores=0-7
/proc/12034/stat : 12034 (python) S 12013 12013 11459 0 -1 4202560 770 0 0 0 0 0 0 0 18 0 1 0 549200683 337965056 5627 33554432000 4194304 5683644 140734040114448 18446744073709551615 248089718342 0 0 16781312 514 5846124494778761475 0 0 17 7 0 0 0
/proc/12034/statm: 82511 5627 348 364 0 18414 0
[pid=12036] ppid=12034 vsize=1017932 CPUtime=1.17 cores=0-7
/proc/12036/stat : 12036 (gnovelty+2) R 12034 12036 12036 0 -1 4202496 514 0 0 0 117 0 0 0 25 0 1 0 549200683 1042362368 247 33554432000 134512640 135663704 4287240640 18446744073709551615 134525302 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/12036/statm: 254483 247 113 282 0 254199 0
[pid=12037] ppid=12013 vsize=405836 CPUtime=0 cores=0-7
/proc/12037/stat : 12037 (python) S 12013 12013 11459 0 -1 4202560 735 0 0 0 0 0 0 0 18 0 1 0 549200686 415576064 5804 33554432000 4194304 5683644 140734040114448 18446744073709551615 248089718342 0 0 16781312 514 3973943714966929407 0 0 17 3 0 0 0
/proc/12037/statm: 101459 5804 348 364 0 37359 0
[pid=12039] ppid=12037 vsize=246936 CPUtime=1.11 cores=0-7
/proc/12039/stat : 12039 (FH) R 12037 12039 12039 0 -1 4202496 585 0 0 0 111 0 0 0 25 0 1 0 549200688 252862464 327 33554432000 134512640 134936988 4288821072 18446744073709551615 134552326 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/12039/statm: 61734 327 41 104 0 61238 0
[pid=12040] ppid=12013 vsize=416092 CPUtime=0.19 cores=0-7
/proc/12040/stat : 12040 (python) R 12013 12013 11459 0 -1 4202560 777 0 0 0 17 2 0 0 18 0 1 0 549200690 426078208 5786 33554432000 4194304 5683644 140734040114448 18446744073709551615 248089718342 0 0 16781312 514 0 0 0 17 1 0 0 0
/proc/12040/statm: 104023 5786 354 364 0 39920 0
[pid=12042] ppid=12040 vsize=0 CPUtime=0.88 cores=0-7
/proc/12042/stat : 12042 (adaptg2wsat2009) R 12040 12042 12042 0 -1 4202500 641 0 0 0 88 0 0 0 25 0 1 0 549200692 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 1 0 0 0
/proc/12042/statm: 0 0 0 0 0 0 0
[pid=12013/tid=12020] ppid=12011 vsize=426336 CPUtime=0 cores=0-7
/proc/12013/task/12020/stat : 12020 (python) S 12011 12013 11459 0 -1 4202560 26 934 0 0 0 0 0 0 25 0 9 0 549200664 436568064 7327 33554432000 4194304 5683644 140734040114448 18446744073709551615 248101521841 0 0 16781312 2 18446604449068420096 0 0 -1 6 0 0 0
[pid=12013/tid=12023] ppid=12011 vsize=426336 CPUtime=0 cores=0-7
/proc/12013/task/12023/stat : 12023 (python) S 12011 12013 11459 0 -1 4202560 22 934 0 0 0 0 0 0 25 0 9 0 549200668 436568064 7327 33554432000 4194304 5683644 140734040114448 18446744073709551615 248101521841 0 0 16781312 2 18446604449068420096 0 0 -1 4 0 0 0
[pid=12013/tid=12026] ppid=12011 vsize=426336 CPUtime=0 cores=0-7
/proc/12013/task/12026/stat : 12026 (python) S 12011 12013 11459 0 -1 4202560 21 934 0 0 0 0 0 0 25 0 9 0 549200671 436568064 7327 33554432000 4194304 5683644 140734040114448 18446744073709551615 248101521841 0 0 16781312 2 18446604449068420096 0 0 -1 2 0 0 0
[pid=12013/tid=12029] ppid=12011 vsize=426336 CPUtime=0 cores=0-7
/proc/12013/task/12029/stat : 12029 (python) S 12011 12013 11459 0 -1 4202560 27 934 0 0 0 0 0 0 25 0 9 0 549200675 436568064 7327 33554432000 4194304 5683644 140734040114448 18446744073709551615 248101521841 0 0 16781312 2 18446604449068420096 0 0 -1 4 0 0 0
[pid=12013/tid=12032] ppid=12011 vsize=426336 CPUtime=0 cores=0-7
/proc/12013/task/12032/stat : 12032 (python) S 12011 12013 11459 0 -1 4202560 26 934 0 0 0 0 0 0 25 0 9 0 549200679 436568064 7327 33554432000 4194304 5683644 140734040114448 18446744073709551615 248101521841 0 0 16781312 2 18446604449068420096 0 0 -1 0 0 0 0
[pid=12013/tid=12035] ppid=12011 vsize=426336 CPUtime=0 cores=0-7
/proc/12013/task/12035/stat : 12035 (python) S 12011 12013 11459 0 -1 4202560 28 934 0 0 0 0 0 0 25 0 9 0 549200683 436568064 7327 33554432000 4194304 5683644 140734040114448 18446744073709551615 248101521841 0 0 16781312 2 18446604449068420096 0 0 -1 7 0 0 0
[pid=12013/tid=12038] ppid=12011 vsize=426336 CPUtime=0 cores=0-7
/proc/12013/task/12038/stat : 12038 (python) S 12011 12013 11459 0 -1 4202560 86 934 0 0 0 0 0 0 25 0 9 0 549200686 436568064 7327 33554432000 4194304 5683644 140734040114448 18446744073709551615 248101521841 0 0 16781312 2 18446604449068420096 0 0 -1 1 0 0 0
[pid=12013/tid=12041] ppid=12011 vsize=426336 CPUtime=0 cores=0-7
/proc/12013/task/12041/stat : 12041 (python) S 12011 12013 11459 0 -1 4202560 32 934 0 0 0 0 0 0 25 0 9 0 549200690 436568064 7327 33554432000 4194304 5683644 140734040114448 18446744073709551615 248101521841 0 0 16781312 2 18446604449068420096 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 10.8
Current children cumulated vsize (KiB) 7210344

Child status: 0
Real time (s): 2.29334
CPU time (s): 11.4023
CPU user time (s): 11.1883
CPU system time (s): 0.213967
CPU usage (%): 497.189
Max. virtual memory (cumulated for all children) (KiB): 7627132

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 11.1883
system time used= 0.213967
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 33405
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= 1538
involuntary context switches= 118

runsolver used 0.005999 second user time and 0.017997 second system time

The end

Launcher Data

Begin job on node123 at 2011-05-03 00:40:08
IDJOB=3322209
IDBENCH=82987
IDSOLVER=1712
FILE ID=node123/3322209-1304376008
RUNJOBID= node123-1304371488-11473
PBS_JOBID= 13181777
Free space on /tmp= 73680 MiB

SOLVER NAME= borg-sat 11.03.02-random
BENCH NAME= SAT11/random/medium/unif-k7-r89-v60-c5340-S388186442-035.SATISFIABLE.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-3322209-1304376008/watcher-3322209-1304376008 -o /tmp/evaluation-result-3322209-1304376008/solver-3322209-1304376008 -C 40000 -W 5100 -M 31000  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3322209-1304376008.cnf -seed 1962607291 -budget 40000 -cores 8

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

MD5SUM BENCH= a87f820c1b7597a3062237c526130fa4
RANDOM SEED=1962607291

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      20747440 kB
Buffers:         91932 kB
Cached:         820756 kB
SwapCached:      16272 kB
Active:        9296604 kB
Inactive:      2662024 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      20747440 kB
SwapTotal:    67111528 kB
SwapFree:     66698992 kB
Dirty:           32176 kB
Writeback:          12 kB
AnonPages:    11037464 kB
Mapped:          19000 kB
Slab:           146756 kB
PageTables:      31088 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 12836784 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= 73648 MiB
End job on node123 at 2011-05-03 00:40:10