Trace number 3322113

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 3423.21 475.189

General information on the benchmark

Namerandom/medium/
unif-k7-r89-v60-c5340-S1720200795-004.UNKNOWN.cnf
MD5SUM3db6bd99841631bff4d8c3d33ccc1047
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark370.187
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.32/0.46	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.32/0.46	c INFO: solving HOME/instance-3322113-1304374742.cnf
0.32/0.46	c INFO: computing task features
0.41/0.50	c INFO: computed variable-clause graph statistics
0.41/0.50	c INFO: computed clause balance statistics
0.51/0.69	c INFO: computed variable balance statistics
0.61/0.77	c INFO: computed small-clause counts
0.61/0.77	c INFO: computed Horn-clause counts
0.61/0.77	c INFO: computed variable graph statistics
0.61/0.77	c INFO: collected features for HOME/instance-3322113-1304374742.cnf in 0.31 s
0.70/0.81	c INFO: running gnovelty+2@0 for 97 with 39999 remaining (b = 0.55)
0.70/0.85	c INFO: running gnovelty+2@0 for 97 with 39999 remaining (b = 0.10)
0.70/0.88	c INFO: running adaptg2wsat2009++@0 for 97 with 39999 remaining (b = 0.05)
0.81/0.92	c INFO: running adaptg2wsat2009++@0 for 97 with 39999 remaining (b = 0.04)
0.81/0.96	c INFO: running adaptg2wsat2009++@0 for 97 with 39999 remaining (b = 0.03)
0.81/1.00	c INFO: running gnovelty+2@0 for 97 with 39999 remaining (b = 0.02)
1.47/1.04	c INFO: running FH@0 for 97 with 39999 remaining (b = 0.02)
1.47/1.08	c INFO: running adaptg2wsat2009++@0 for 97 with 39999 remaining (b = 0.01)
729.53/100.14	c INFO: running march_hi@0 for 2134 with 39900 remaining (b = 0.31)
735.34/101.06	c INFO: running march_hi@0 for 2134 with 39899 remaining (b = 0.29)
736.52/101.11	c INFO: running march_hi@0 for 388 with 39899 remaining (b = 0.11)
737.12/101.26	c INFO: running march_hi@0 for 388 with 39899 remaining (b = 0.09)
737.66/101.34	c INFO: running adaptg2wsat2009++@0 for 97 with 39899 remaining (b = 0.01)
779.78/107.32	c INFO: running march_hi@0 for 2134 with 39893 remaining (b = 0.26)
821.13/113.30	c INFO: running march_hi@0 for 485 with 39887 remaining (b = 0.09)
1199.73/167.36	c INFO: running march_hi@0 for 388 with 39833 remaining (b = 0.07)
1439.79/201.62	c INFO: running march_hi@0 for 388 with 39798 remaining (b = 0.05)
3422.54/475.16	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-3322113-1304374742/watcher-3322113-1304374742 -o /tmp/evaluation-result-3322113-1304374742/solver-3322113-1304374742 -C 40000 -W 5100 -M 31000 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3322113-1304374742.cnf -seed 1484553202 -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.50 8.85 9.29 3/288 9009
/proc/meminfo: memFree=17411356/32950928 swapFree=67111528/67111528
[pid=9009] ppid=9007 vsize=15772 CPUtime=0 cores=0-7
/proc/9009/stat : 9009 (python) R 9007 9009 8616 0 -1 4202496 920 0 0 0 0 0 0 0 25 0 1 0 5083621 16150528 800 33554432000 4194304 5683644 140734951624928 18446744073709551615 218880561157 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/9009/statm: 3943 800 350 364 0 430 0

[startup+0.051588 s]
/proc/loadavg: 8.50 8.85 9.29 3/288 9009
/proc/meminfo: memFree=17411356/32950928 swapFree=67111528/67111528
[pid=9009] ppid=9007 vsize=29784 CPUtime=0.04 cores=0-7
/proc/9009/stat : 9009 (python) R 9007 9009 8616 0 -1 4202496 1459 0 0 0 3 1 0 0 25 0 1 0 5083621 30498816 1299 33554432000 4194304 5683644 140734951624928 18446744073709551615 218880563200 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/9009/statm: 7446 1299 443 364 0 816 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 29784

[startup+0.100573 s]
/proc/loadavg: 8.50 8.85 9.29 3/288 9009
/proc/meminfo: memFree=17411356/32950928 swapFree=67111528/67111528
[pid=9009] ppid=9007 vsize=104224 CPUtime=0.07 cores=0-7
/proc/9009/stat : 9009 (python) S 9007 9009 8616 0 -1 4202496 3070 0 0 0 5 2 0 0 25 0 1 0 5083621 106725376 2751 33554432000 4194304 5683644 140734951624928 18446744073709551615 218880563200 0 2147483391 16781312 2 18446744071699199166 0 0 17 4 0 0 0
/proc/9009/statm: 26056 2751 847 364 0 1804 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 104224

[startup+0.300541 s]
/proc/loadavg: 8.50 8.85 9.29 3/288 9009
/proc/meminfo: memFree=17411356/32950928 swapFree=67111528/67111528
[pid=9009] ppid=9007 vsize=187684 CPUtime=0.24 cores=0-7
/proc/9009/stat : 9009 (python) S 9007 9009 8616 0 -1 4202496 6821 935 1 0 18 6 0 0 17 0 1 0 5083621 192188416 4881 33554432000 4194304 5683644 140734951624928 18446744073709551615 218880563200 0 2147483391 16781312 2 18446744071699199166 0 0 17 4 0 0 0
/proc/9009/statm: 46921 4881 1399 364 0 3722 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 187684

[startup+0.700467 s]
/proc/loadavg: 8.50 8.85 9.29 3/288 9009
/proc/meminfo: memFree=17411356/32950928 swapFree=67111528/67111528
[pid=9009] ppid=9007 vsize=279552 CPUtime=0.61 cores=0-7
/proc/9009/stat : 9009 (python) R 9007 9009 8616 0 -1 4202496 9750 935 1 0 53 8 0 0 18 0 1 0 5083621 286261248 7274 33554432000 4194304 5683644 140734951624928 18446744073709551615 5003328 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/9009/statm: 69888 7274 1827 364 0 5812 0
Current children cumulated CPU time (s) 0.61
Current children cumulated vsize (KiB) 279552

[startup+1.50125 s]
/proc/loadavg: 8.50 8.85 9.29 8/304 9029
/proc/meminfo: memFree=17365208/32950928 swapFree=67111528/67111528
[pid=9009] ppid=9007 vsize=426804 CPUtime=0.98 cores=0-7
/proc/9009/stat : 9009 (python) S 9007 9009 8616 0 -1 4202496 16231 935 1 0 88 10 0 0 24 0 9 0 5083621 437047296 7286 33554432000 4194304 5683644 140734951624928 18446744073709551615 218892391883 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/9009/statm: 106701 7286 1891 364 0 42598 0
[pid=9015] ppid=9009 vsize=278700 CPUtime=0 cores=0-7
/proc/9015/stat : 9015 (python) S 9009 9009 8616 0 -1 4202560 738 0 0 0 0 0 0 0 19 0 1 0 5083702 285388800 5614 33554432000 4194304 5683644 140734951624928 18446744073709551615 218880585231 0 0 16781312 514 8831760633952206847 0 0 17 0 0 0 0
/proc/9015/statm: 69675 5614 354 364 0 5593 0
[pid=9017] ppid=9015 vsize=1017932 CPUtime=0.68 cores=0-7
/proc/9017/stat : 9017 (gnovelty+2) R 9015 9017 9017 0 -1 4202496 509 0 0 0 68 0 0 0 22 0 1 0 5083703 1042362368 248 33554432000 134512640 135663704 4294373216 18446744073709551615 134525286 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/9017/statm: 254483 248 113 282 0 254199 0
[pid=9018] ppid=9009 vsize=289352 CPUtime=0 cores=0-7
/proc/9018/stat : 9018 (python) S 9009 9009 8616 0 -1 4202560 736 0 0 0 0 0 0 0 19 0 1 0 5083706 296296448 5696 33554432000 4194304 5683644 140734951624928 18446744073709551615 218880585286 0 0 16781312 514 10298122941946134527 0 0 17 1 0 0 0
/proc/9018/statm: 72338 5696 348 364 0 8253 0
[pid=9020] ppid=9018 vsize=1017932 CPUtime=0.64 cores=0-7
/proc/9020/stat : 9020 (gnovelty+2) R 9018 9020 9020 0 -1 4202496 511 0 0 0 64 0 0 0 22 0 1 0 5083706 1042362368 247 33554432000 134512640 135663704 4288416928 18446744073709551615 134524548 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/9020/statm: 254483 247 113 282 0 254199 0
[pid=9021] ppid=9009 vsize=299324 CPUtime=0 cores=0-7
/proc/9021/stat : 9021 (python) S 9009 9009 8616 0 -1 4202560 723 0 0 0 0 0 0 0 21 0 1 0 5083710 306507776 5625 33554432000 4194304 5683644 140734951624928 18446744073709551615 218880585286 0 0 16781312 514 4097968076824248319 0 0 17 7 0 0 0
/proc/9021/statm: 74831 5625 344 364 0 10743 0
[pid=9023] ppid=9021 vsize=416652 CPUtime=0.6 cores=0-7
/proc/9023/stat : 9023 (adaptg2wsat2009) R 9021 9023 9023 0 -1 4202496 570 0 0 0 60 0 0 0 25 0 1 0 5083710 426651648 303 33554432000 134512640 135107411 4292190096 18446744073709551615 134523280 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/9023/statm: 104163 303 49 146 0 103039 0
[pid=9024] ppid=9009 vsize=375536 CPUtime=0 cores=0-7
/proc/9024/stat : 9024 (python) S 9009 9009 8616 0 -1 4202560 736 0 0 0 0 0 0 0 19 0 1 0 5083713 384548864 5719 33554432000 4194304 5683644 140734951624928 18446744073709551615 218880585286 0 0 16781312 514 17811239551289524223 0 0 17 1 0 0 0
/proc/9024/statm: 93884 5719 344 364 0 29793 0
[pid=9026] ppid=9024 vsize=416652 CPUtime=0.57 cores=0-7
/proc/9026/stat : 9026 (adaptg2wsat2009) R 9024 9026 9026 0 -1 4202496 568 0 0 0 57 0 0 0 22 0 1 0 5083714 426651648 302 33554432000 134512640 135107411 4291587344 18446744073709551615 134523285 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/9026/statm: 104163 302 49 146 0 103039 0
[pid=9027] ppid=9009 vsize=385792 CPUtime=0 cores=0-7
/proc/9027/stat : 9027 (python) S 9009 9009 8616 0 -1 4202560 738 0 0 0 0 0 0 0 21 0 1 0 5083717 395051008 5723 33554432000 4194304 5683644 140734951624928 18446744073709551615 218880585286 0 0 16781312 514 17811235702998827007 0 0 17 1 0 0 0
/proc/9027/statm: 96448 5723 344 364 0 32354 0
[pid=9029] ppid=9027 vsize=416652 CPUtime=0.31 cores=0-7
/proc/9029/stat : 9029 (adaptg2wsat2009) R 9027 9029 9029 0 -1 4202496 571 0 0 0 31 0 0 0 23 0 1 0 5083717 426651648 303 33554432000 134512640 135107411 4293387056 18446744073709551615 134523514 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/9029/statm: 104163 303 49 146 0 103039 0
[pid=9009/tid=9016] ppid=9007 vsize=426804 CPUtime=0 cores=0-7
/proc/9009/task/9016/stat : 9016 (python) S 9007 9009 8616 0 -1 4202560 26 935 0 0 0 0 0 0 20 0 9 0 5083702 437047296 7286 33554432000 4194304 5683644 140734951624928 18446744073709551615 218892388785 0 0 16781312 2 18446604453871766272 0 0 -1 6 0 0 0
[pid=9009/tid=9019] ppid=9007 vsize=426804 CPUtime=0 cores=0-7
/proc/9009/task/9019/stat : 9019 (python) S 9007 9009 8616 0 -1 4202560 22 935 0 0 0 0 0 0 19 0 9 0 5083706 437047296 7286 33554432000 4194304 5683644 140734951624928 18446744073709551615 218892388785 0 0 16781312 2 18446604453871766272 0 0 -1 0 0 0 0
[pid=9009/tid=9022] ppid=9007 vsize=426804 CPUtime=0 cores=0-7
/proc/9009/task/9022/stat : 9022 (python) S 9007 9009 8616 0 -1 4202560 19 935 0 0 0 0 0 0 18 0 9 0 5083710 437047296 7286 33554432000 4194304 5683644 140734951624928 18446744073709551615 218892388785 0 0 16781312 2 18446604453871766272 0 0 -1 3 0 0 0
[pid=9009/tid=9025] ppid=9007 vsize=426804 CPUtime=0 cores=0-7
/proc/9009/task/9025/stat : 9025 (python) S 9007 9009 8616 0 -1 4202560 24 935 0 0 0 0 0 0 19 0 9 0 5083713 437047296 7286 33554432000 4194304 5683644 140734951624928 18446744073709551615 218892388785 0 0 16781312 2 18446604453871766272 0 0 -1 0 0 0 0
[pid=9009/tid=9028] ppid=9007 vsize=426804 CPUtime=0 cores=0-7
/proc/9009/task/9028/stat : 9028 (python) S 9007 9009 8616 0 -1 4202560 19 935 0 0 0 0 0 0 20 0 9 0 5083717 437047296 7286 33554432000 4194304 5683644 140734951624928 18446744073709551615 218892388785 0 0 16781312 2 18446604453871766272 0 0 -1 7 0 0 0
[pid=9009/tid=9031] ppid=9007 vsize=426804 CPUtime=0 cores=0-7
/proc/9009/task/9031/stat : 9031 (python) S 9007 9009 8616 0 -1 4202560 26 935 0 0 0 0 0 0 20 0 9 0 5083721 437047296 7286 33554432000 4194304 5683644 140734951624928 18446744073709551615 218892388785 0 0 16781312 2 18446604453871766272 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3.78
Current children cumulated vsize (KiB) 5341328

[startup+3.10097 s]
/proc/loadavg: 8.50 8.85 9.29 10/313 9038
/proc/meminfo: memFree=17349092/32950928 swapFree=67111528/67111528
[pid=9009] ppid=9007 vsize=426804 CPUtime=0.98 cores=0-7
/proc/9009/stat : 9009 (python) S 9007 9009 8616 0 -1 4202496 16231 935 1 0 88 10 0 0 24 0 9 0 5083621 437047296 7286 33554432000 4194304 5683644 140734951624928 18446744073709551615 218892391883 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/9009/statm: 106701 7286 1891 364 0 42598 0
[pid=9015] ppid=9009 vsize=278700 CPUtime=0 cores=0-7
/proc/9015/stat : 9015 (python) S 9009 9009 8616 0 -1 4202560 738 0 0 0 0 0 0 0 18 0 1 0 5083702 285388800 5614 33554432000 4194304 5683644 140734951624928 18446744073709551615 218880585231 0 0 16781312 514 8831760633952174340 0 0 17 0 0 0 0
/proc/9015/statm: 69675 5614 354 364 0 5593 0
[pid=9017] ppid=9015 vsize=1017932 CPUtime=2.28 cores=0-7
/proc/9017/stat : 9017 (gnovelty+2) R 9015 9017 9017 0 -1 4202496 509 0 0 0 228 0 0 0 25 0 1 0 5083703 1042362368 248 33554432000 134512640 135663704 4294373216 18446744073709551615 134545203 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/9017/statm: 254483 248 113 282 0 254199 0
[pid=9018] ppid=9009 vsize=289352 CPUtime=0 cores=0-7
/proc/9018/stat : 9018 (python) S 9009 9009 8616 0 -1 4202560 736 0 0 0 0 0 0 0 18 0 1 0 5083706 296296448 5696 33554432000 4194304 5683644 140734951624928 18446744073709551615 218880585286 0 0 16781312 514 10298122941946102017 0 0 17 1 0 0 0
/proc/9018/statm: 72338 5696 348 364 0 8253 0
[pid=9020] ppid=9018 vsize=1017932 CPUtime=2.24 cores=0-7
/proc/9020/stat : 9020 (gnovelty+2) R 9018 9020 9020 0 -1 4202496 511 0 0 0 224 0 0 0 25 0 1 0 5083706 1042362368 247 33554432000 134512640 135663704 4288416928 18446744073709551615 134524548 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/9020/statm: 254483 247 113 282 0 254199 0
[pid=9021] ppid=9009 vsize=299324 CPUtime=0 cores=0-7
/proc/9021/stat : 9021 (python) S 9009 9009 8616 0 -1 4202560 741 0 0 0 0 0 0 0 18 0 1 0 5083710 306507776 5629 33554432000 4194304 5683644 140734951624928 18446744073709551615 218880585286 0 0 16781312 514 4097968076824215812 0 0 17 7 0 0 0
/proc/9021/statm: 74831 5629 348 364 0 10743 0
[pid=9023] ppid=9021 vsize=416788 CPUtime=2.2 cores=0-7
/proc/9023/stat : 9023 (adaptg2wsat2009) R 9021 9023 9023 0 -1 4202496 631 0 0 0 220 0 0 0 25 0 1 0 5083710 426790912 364 33554432000 134512640 135107411 4292190096 18446744073709551615 134531810 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/9023/statm: 104197 364 59 146 0 103073 0
[pid=9024] ppid=9009 vsize=375536 CPUtime=0 cores=0-7
/proc/9024/stat : 9024 (python) S 9009 9009 8616 0 -1 4202560 755 0 0 0 0 0 0 0 18 0 1 0 5083713 384548864 5723 33554432000 4194304 5683644 140734951624928 18446744073709551615 218880585286 0 0 16781312 514 17811239551289491714 0 0 17 1 0 0 0
/proc/9024/statm: 93884 5723 348 364 0 29793 0
[pid=9026] ppid=9024 vsize=416788 CPUtime=2.17 cores=0-7
/proc/9026/stat : 9026 (adaptg2wsat2009) R 9024 9026 9026 0 -1 4202496 628 0 0 0 217 0 0 0 25 0 1 0 5083714 426790912 362 33554432000 134512640 135107411 4291587344 18446744073709551615 134532371 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/9026/statm: 104197 362 59 146 0 103073 0
[pid=9027] ppid=9009 vsize=385792 CPUtime=0 cores=0-7
/proc/9027/stat : 9027 (python) S 9009 9009 8616 0 -1 4202560 757 0 0 0 0 0 0 0 18 0 1 0 5083717 395051008 5727 33554432000 4194304 5683644 140734951624928 18446744073709551615 218880585286 0 0 16781312 514 17811235702998794498 0 0 17 1 0 0 0
/proc/9027/statm: 96448 5727 348 364 0 32354 0
[pid=9029] ppid=9027 vsize=416788 CPUtime=1.11 cores=0-7
/proc/9029/stat : 9029 (adaptg2wsat2009) R 9027 9029 9029 0 -1 4202496 631 0 0 0 111 0 0 0 25 0 1 0 5083717 426790912 363 33554432000 134512640 135107411 4293387056 18446744073709551615 134531817 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/9029/statm: 104197 363 59 146 0 103073 0
[pid=9030] ppid=9009 vsize=395580 CPUtime=0 cores=0-7
/proc/9030/stat : 9030 (python) S 9009 9009 8616 0 -1 4202560 758 0 0 0 0 0 0 0 18 0 1 0 5083721 405073920 5628 33554432000 4194304 5683644 140734951624928 18446744073709551615 218880585286 0 0 16781312 514 17811231854708097284 0 0 17 4 0 0 0
/proc/9030/statm: 98895 5628 348 364 0 34798 0
[pid=9032] ppid=9030 vsize=1017932 CPUtime=2.06 cores=0-7
/proc/9032/stat : 9032 (gnovelty+2) R 9030 9032 9032 0 -1 4202496 511 0 0 0 206 0 0 0 25 0 1 0 5083723 1042362368 247 33554432000 134512640 135663704 4291072400 18446744073709551615 134525258 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/9032/statm: 254483 247 113 282 0 254199 0
[pid=9033] ppid=9009 vsize=406304 CPUtime=0 cores=0-7
/proc/9033/stat : 9033 (python) S 9009 9009 8616 0 -1 4202560 770 0 0 0 0 0 0 0 18 0 1 0 5083725 416055296 5735 33554432000 4194304 5683644 140734951624928 18446744073709551615 218880585286 0 0 16781312 514 7659967936399900932 0 0 17 4 0 0 0
/proc/9033/statm: 101576 5735 348 364 0 37476 0
[pid=9035] ppid=9033 vsize=246932 CPUtime=1.01 cores=0-7
/proc/9035/stat : 9035 (FH) R 9033 9035 9035 0 -1 4202496 592 0 0 0 101 0 0 0 25 0 1 0 5083727 252858368 326 33554432000 134512640 134936988 4290581712 18446744073709551615 134553579 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/9035/statm: 61733 326 41 104 0 61237 0
[pid=9036] ppid=9009 vsize=416560 CPUtime=0 cores=0-7
/proc/9036/stat : 9036 (python) S 9009 9009 8616 0 -1 4202560 801 0 0 0 0 0 0 0 18 0 1 0 5083729 426557440 5745 33554432000 4194304 5683644 140734951624928 18446744073709551615 218880585286 0 0 16781312 514 7659960239818539007 0 0 17 4 0 0 0
/proc/9036/statm: 104140 5745 354 364 0 40037 0
[pid=9038] ppid=9036 vsize=416788 CPUtime=2.01 cores=0-7
/proc/9038/stat : 9038 (adaptg2wsat2009) R 9036 9038 9038 0 -1 4202496 635 0 0 0 201 0 0 0 25 0 1 0 5083729 426790912 363 33554432000 134512640 135107411 4290934960 18446744073709551615 134531615 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/9038/statm: 104197 363 59 146 0 103073 0
[pid=9009/tid=9016] ppid=9007 vsize=426804 CPUtime=0 cores=0-7
/proc/9009/task/9016/stat : 9016 (python) S 9007 9009 8616 0 -1 4202560 26 935 0 0 0 0 0 0 20 0 9 0 5083702 437047296 7286 33554432000 4194304 5683644 140734951624928 18446744073709551615 218892388785 0 0 16781312 2 18446604453871766272 0 0 -1 6 0 0 0
[pid=9009/tid=9019] ppid=9007 vsize=426804 CPUtime=0 cores=0-7
/proc/9009/task/9019/stat : 9019 (python) S 9007 9009 8616 0 -1 4202560 22 935 0 0 0 0 0 0 19 0 9 0 5083706 437047296 7286 33554432000 4194304 5683644 140734951624928 18446744073709551615 218892388785 0 0 16781312 2 18446604453871766272 0 0 -1 0 0 0 0
[pid=9009/tid=9022] ppid=9007 vsize=426804 CPUtime=0 cores=0-7
/proc/9009/task/9022/stat : 9022 (python) S 9007 9009 8616 0 -1 4202560 19 935 0 0 0 0 0 0 18 0 9 0 5083710 437047296 7286 33554432000 4194304 5683644 140734951624928 18446744073709551615 218892388785 0 0 16781312 2 18446604453871766272 0 0 -1 3 0 0 0
[pid=9009/tid=9025] ppid=9007 vsize=426804 CPUtime=0 cores=0-7
/proc/9009/task/9025/stat : 9025 (python) S 9007 9009 8616 0 -1 4202560 24 935 0 0 0 0 0 0 19 0 9 0 5083713 437047296 7286 33554432000 4194304 5683644 140734951624928 18446744073709551615 218892388785 0 0 16781312 2 18446604453871766272 0 0 -1 0 0 0 0
[pid=9009/tid=9028] ppid=9007 vsize=426804 CPUtime=0 cores=0-7
/proc/9009/task/9028/stat : 9028 (python) S 9007 9009 8616 0 -1 4202560 19 935 0 0 0 0 0 0 20 0 9 0 5083717 437047296 7286 33554432000 4194304 5683644 140734951624928 18446744073709551615 218892388785 0 0 16781312 2 18446604453871766272 0 0 -1 7 0 0 0
[pid=9009/tid=9031] ppid=9007 vsize=426804 CPUtime=0 cores=0-7
/proc/9009/task/9031/stat : 9031 (python) S 9007 9009 8616 0 -1 4202560 26 935 0 0 0 0 0 0 20 0 9 0 5083721 437047296 7286 33554432000 4194304 5683644 140734951624928 18446744073709551615 218892388785 0 0 16781312 2 18446604453871766272 0 0 -1 4 0 0 0
[pid=9009/tid=9034] ppid=9007 vsize=426804 CPUtime=0 cores=0-7
/proc/9009/task/9034/stat : 9034 (python) S 9007 9009 8616 0 -1 4202560 25 935 0 0 0 0 0 0 22 0 9 0 5083725 437047296 7286 33554432000 4194304 5683644 140734951624928 18446744073709551615 218892388785 0 0 16781312 2 18446604453871766272 0 0 -1 4 0 0 0
[pid=9009/tid=9037] ppid=9007 vsize=426804 CPUtime=0 cores=0-7
/proc/9009/task/9037/stat : 9037 (python) S 9007 9009 8616 0 -1 4202560 27 935 0 0 0 0 0 0 24 0 9 0 5083729 437047296 7286 33554432000 4194304 5683644 140734951624928 18446744073709551615 218892388785 0 0 16781312 2 18446604453871766272 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 16.06
Current children cumulated vsize (KiB) 8241832

[startup+6.30141 s]
/proc/loadavg: 8.70 8.89 9.30 10/313 9039
/proc/meminfo: memFree=17345620/32950928 swapFree=67111528/67111528
[pid=9009] ppid=9007 vsize=426804 CPUtime=0.98 cores=0-7
/proc/9009/stat : 9009 (python) S 9007 9009 8616 0 -1 4202496 16231 935 1 0 88 10 0 0 24 0 9 0 5083621 437047296 7286 33554432000 4194304 5683644 140734951624928 18446744073709551615 218892391883 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/9009/statm: 106701 7286 1891 364 0 42598 0
[pid=9015] ppid=9009 vsize=278700 CPUtime=0 cores=0-7
/proc/9015/stat : 9015 (python) S 9009 9009 8616 0 -1 4202560 898 0 0 0 0 0 0 0 18 0 1 0 5083702 285388800 5637 33554432000 4194304 5683644 140734951624928 18446744073709551615 218880585231 0 0 16781312 514 8831760633952174340 0 0 17 0 0 0 0
/proc/9015/statm: 69675 5637 377 364 0 5593 0
[pid=9017] ppid=9015 vsize=1017932 CPUtime=5.47 cores=0-7
/proc/9017/stat : 9017 (gnovelty+2) R 9015 9017 9017 0 -1 4202496 509 0 0 0 547 0 0 0 25 0 1 0 5083703 1042362368 248 33554432000 134512640 135663704 4294373216 18446744073709551615 134545631 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/9017/statm: 254483 248 113 282 0 254199 0

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

/proc/9009/task/9069/stat : 9069 (python) S 9007 9009 8616 0 -1 4202560 28 935 0 0 0 0 0 0 19 0 18 0 5094952 531992576 7475 33554432000 4194304 5683644 140734951624928 18446744073709551615 218892388785 0 0 16781312 2 18446604453871766272 0 0 -1 0 0 0 0
[pid=9009/tid=9074] ppid=9007 vsize=519524 CPUtime=0 cores=0-7
/proc/9009/task/9074/stat : 9074 (python) S 9007 9009 8616 0 -1 4202560 30 935 0 0 0 0 0 0 19 0 18 0 5100358 531992576 7475 33554432000 4194304 5683644 140734951624928 18446744073709551615 218892388785 0 0 16781312 2 18446604453871766272 0 0 -1 0 0 0 0
[pid=9009/tid=9079] ppid=9007 vsize=519524 CPUtime=0 cores=0-7
/proc/9009/task/9079/stat : 9079 (python) S 9007 9009 8616 0 -1 4202560 27 935 0 0 0 0 0 0 19 0 18 0 5103783 531992576 7475 33554432000 4194304 5683644 140734951624928 18446744073709551615 218892388785 0 0 16781312 2 18446604453871766272 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3419.49
Current children cumulated vsize (KiB) 13072560

[startup+475.102 s]
/proc/loadavg: 9.23 9.14 9.25 12/349 9087
/proc/meminfo: memFree=17278188/32950928 swapFree=67111528/67111528
[pid=9009] ppid=9007 vsize=519524 CPUtime=1.47 cores=0-7
/proc/9009/stat : 9009 (python) S 9007 9009 8616 0 -1 4202496 24649 935 1 0 134 13 0 0 19 0 18 0 5083621 531992576 7475 33554432000 4194304 5683644 140734951624928 18446744073709551615 218892391883 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/9009/statm: 129881 7475 1910 364 0 65751 0
[pid=9015] ppid=9009 vsize=288944 CPUtime=0.2 cores=0-7
/proc/9015/stat : 9015 (python) S 9009 9009 8616 0 -1 4202560 1084 0 0 0 11 9 0 0 19 0 2 0 5083702 295878656 5675 33554432000 4194304 5683644 140734951624928 18446744073709551615 218892391883 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/9015/statm: 72236 5675 410 364 0 8154 0
[pid=9017] ppid=9015 vsize=1017932 CPUtime=100.18 cores=0-7
/proc/9017/stat : 9017 (gnovelty+2) T 9015 9017 9017 0 -1 4202496 509 0 0 0 10018 0 0 0 25 0 1 0 5083703 1042362368 248 33554432000 134512640 135663704 4294373216 18446744073709551615 134525009 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/9017/statm: 254483 248 113 282 0 254199 0
[pid=9015/tid=9047] ppid=9009 vsize=288944 CPUtime=0 cores=0-7
/proc/9015/task/9047/stat : 9047 (python) S 9009 9009 8616 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 5093723 295878656 5675 33554432000 4194304 5683644 140734951624928 18446744073709551615 218892388785 0 0 16781312 514 18446604450674030464 0 0 -1 0 0 0 0
[pid=9018] ppid=9009 vsize=354888 CPUtime=0.22 cores=0-7
/proc/9018/stat : 9018 (python) S 9009 9009 8616 0 -1 4202560 1079 0 0 0 12 10 0 0 19 0 2 0 5083706 363405312 5750 33554432000 4194304 5683644 140734951624928 18446744073709551615 218892391883 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/9018/statm: 88722 5750 400 364 0 24637 0
[pid=9020] ppid=9018 vsize=1017932 CPUtime=100.21 cores=0-7
/proc/9020/stat : 9020 (gnovelty+2) T 9018 9020 9020 0 -1 4202496 511 0 0 0 10021 0 0 0 25 0 1 0 5083706 1042362368 247 33554432000 134512640 135663704 4288416928 18446744073709551615 134525684 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/9020/statm: 254483 247 113 282 0 254199 0
[pid=9018/tid=9051] ppid=9009 vsize=354888 CPUtime=0 cores=0-7
/proc/9018/task/9051/stat : 9051 (python) S 9009 9009 8616 0 -1 4202560 49 0 0 0 0 0 0 0 20 0 2 0 5093728 363405312 5750 33554432000 4194304 5683644 140734951624928 18446744073709551615 218892388785 0 0 16781312 514 18446604446720477248 0 0 -1 4 0 0 0
[pid=9021] ppid=9009 vsize=299324 CPUtime=0.22 cores=0-7
/proc/9021/stat : 9021 (python) S 9009 9009 8616 0 -1 4202560 1093 0 0 0 12 10 0 0 19 0 2 0 5083710 306507776 5682 33554432000 4194304 5683644 140734951624928 18446744073709551615 218892391883 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/9021/statm: 74831 5682 400 364 0 10743 0
[pid=9023] ppid=9021 vsize=416788 CPUtime=99.21 cores=0-7
/proc/9023/stat : 9023 (adaptg2wsat2009) T 9021 9023 9023 0 -1 4202496 631 0 0 0 9921 0 0 0 25 0 1 0 5083710 426790912 364 33554432000 134512640 135107411 4292190096 18446744073709551615 134531935 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/9023/statm: 104197 364 59 146 0 103073 0
[pid=9021/tid=9042] ppid=9009 vsize=299324 CPUtime=0 cores=0-7
/proc/9021/task/9042/stat : 9042 (python) S 9009 9009 8616 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 5093632 306507776 5682 33554432000 4194304 5683644 140734951624928 18446744073709551615 218892388785 0 0 16781312 514 18446604453866825792 0 0 -1 7 0 0 0
[pid=9024] ppid=9009 vsize=375536 CPUtime=0.21 cores=0-7
/proc/9024/stat : 9024 (python) S 9009 9009 8616 0 -1 4202560 1119 0 0 0 10 11 0 0 19 0 2 0 5083713 384548864 5776 33554432000 4194304 5683644 140734951624928 18446744073709551615 218892391883 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/9024/statm: 93884 5776 400 364 0 29793 0
[pid=9026] ppid=9024 vsize=416788 CPUtime=99.99 cores=0-7
/proc/9026/stat : 9026 (adaptg2wsat2009) T 9024 9026 9026 0 -1 4202496 628 0 0 0 9999 0 0 0 25 0 1 0 5083714 426790912 362 33554432000 134512640 135107411 4291587344 18446744073709551615 134532326 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/9026/statm: 104197 362 59 146 0 103073 0
[pid=9024/tid=9055] ppid=9009 vsize=375536 CPUtime=0 cores=0-7
/proc/9024/task/9055/stat : 9055 (python) S 9009 9009 8616 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 5093734 384548864 5776 33554432000 4194304 5683644 140734951624928 18446744073709551615 218892388785 0 0 16781312 514 18446604452764728320 0 0 -1 1 0 0 0
[pid=9027] ppid=9009 vsize=385792 CPUtime=0.36 cores=0-7
/proc/9027/stat : 9027 (python) S 9009 9009 8616 0 -1 4202560 1139 0 0 0 18 18 0 0 19 0 2 0 5083717 395051008 5780 33554432000 4194304 5683644 140734951624928 18446744073709551615 218892391883 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/9027/statm: 96448 5780 400 364 0 32354 0
[pid=9029] ppid=9027 vsize=416788 CPUtime=97.77 cores=0-7
/proc/9029/stat : 9029 (adaptg2wsat2009) T 9027 9029 9029 0 -1 4202496 631 0 0 0 9777 0 0 0 25 0 1 0 5083717 426790912 363 33554432000 134512640 135107411 4293387056 18446744073709551615 134531843 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/9029/statm: 104197 363 59 146 0 103073 0
[pid=9027/tid=9072] ppid=9009 vsize=385792 CPUtime=0 cores=0-7
/proc/9027/task/9072/stat : 9072 (python) S 9009 9009 8616 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 5100352 395051008 5780 33554432000 4194304 5683644 140734951624928 18446744073709551615 218892388785 0 0 16781312 514 18446604452764727424 0 0 -1 1 0 0 0
[pid=9030] ppid=9009 vsize=395580 CPUtime=0.23 cores=0-7
/proc/9030/stat : 9030 (python) S 9009 9009 8616 0 -1 4202560 1126 0 0 0 14 9 0 0 19 0 2 0 5083721 405073920 5681 33554432000 4194304 5683644 140734951624928 18446744073709551615 218892391883 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/9030/statm: 98895 5681 400 364 0 34798 0
[pid=9032] ppid=9030 vsize=1017932 CPUtime=102.02 cores=0-7
/proc/9032/stat : 9032 (gnovelty+2) T 9030 9032 9032 0 -1 4202496 511 0 0 0 10202 0 0 0 25 0 1 0 5083723 1042362368 247 33554432000 134512640 135663704 4291072400 18446744073709551615 134525493 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/9032/statm: 254483 247 113 282 0 254199 0
[pid=9030/tid=9067] ppid=9009 vsize=395580 CPUtime=0 cores=0-7
/proc/9030/task/9067/stat : 9067 (python) S 9009 9009 8616 0 -1 4202560 50 0 0 0 0 0 0 0 19 0 2 0 5094946 405073920 5681 33554432000 4194304 5683644 140734951624928 18446744073709551615 218892388785 0 0 16781312 514 18446604452764726528 0 0 -1 1 0 0 0
[pid=9033] ppid=9009 vsize=406304 CPUtime=0.21 cores=0-7
/proc/9033/stat : 9033 (python) S 9009 9009 8616 0 -1 4202560 1139 0 0 0 11 10 0 0 19 0 2 0 5083725 416055296 5788 33554432000 4194304 5683644 140734951624928 18446744073709551615 218892391883 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/9033/statm: 101576 5788 400 364 0 37476 0
[pid=9035] ppid=9033 vsize=246932 CPUtime=97.04 cores=0-7
/proc/9035/stat : 9035 (FH) T 9033 9035 9035 0 -1 4202496 592 0 0 0 9704 0 0 0 25 0 1 0 5083727 252858368 326 33554432000 134512640 134936988 4290581712 18446744073709551615 134544742 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/9035/statm: 61733 326 41 104 0 61237 0
[pid=9033/tid=9063] ppid=9009 vsize=406304 CPUtime=0 cores=0-7
/proc/9033/task/9063/stat : 9063 (python) S 9009 9009 8616 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 5094347 416055296 5788 33554432000 4194304 5683644 140734951624928 18446744073709551615 218892388785 0 0 16781312 514 18446604450401201216 0 0 -1 4 0 0 0
[pid=9036] ppid=9009 vsize=416560 CPUtime=0.2 cores=0-7
/proc/9036/stat : 9036 (python) S 9009 9009 8616 0 -1 4202560 1175 0 0 0 11 9 0 0 19 0 2 0 5083729 426557440 5798 33554432000 4194304 5683644 140734951624928 18446744073709551615 218892391883 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/9036/statm: 104140 5798 406 364 0 40037 0
[pid=9038] ppid=9036 vsize=416788 CPUtime=97.76 cores=0-7
/proc/9038/stat : 9038 (adaptg2wsat2009) T 9036 9038 9038 0 -1 4202496 635 0 0 0 9776 0 0 0 25 0 1 0 5083729 426790912 363 33554432000 134512640 135107411 4290934960 18446744073709551615 134531822 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/9038/statm: 104197 363 59 146 0 103073 0
[pid=9036/tid=9058] ppid=9009 vsize=416560 CPUtime=0 cores=0-7
/proc/9036/task/9058/stat : 9058 (python) S 9009 9009 8616 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 5093750 426557440 5798 33554432000 4194304 5683644 140734951624928 18446744073709551615 218892388785 0 0 16781312 514 18446604450401199424 0 0 -1 1 0 0 0
[pid=9043] ppid=9009 vsize=426816 CPUtime=0.94 cores=0-7
/proc/9043/stat : 9043 (python) S 9009 9009 8616 0 -1 4202560 1055 0 0 0 50 44 0 0 15 0 1 0 5093636 437059584 5766 33554432000 4194304 5683644 140734951624928 18446744073709551615 218880585286 0 0 16781312 514 7012742340854907139 0 0 17 7 0 0 0
/proc/9043/statm: 106704 5766 371 364 0 42598 0
[pid=9045] ppid=9043 vsize=4088 CPUtime=350.09 cores=0-7
/proc/9045/stat : 9045 (march_hi) R 9043 9045 9045 0 -1 4202496 1722 0 0 0 35009 0 0 0 25 0 1 0 5093636 4186112 774 33554432000 4194304 4955518 140737390656896 18446744073709551615 4210684 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/9045/statm: 1022 774 106 186 0 835 0
[pid=9048] ppid=9009 vsize=437220 CPUtime=1.09 cores=0-7
/proc/9048/stat : 9048 (python) R 9009 9009 8616 0 -1 4202560 1052 0 0 0 61 48 0 0 15 0 1 0 5093727 447713280 5807 33554432000 4194304 5683644 140734951624928 18446744073709551615 218892395327 0 0 16781312 514 0 0 0 17 4 0 0 0
/proc/9048/statm: 109305 5807 371 364 0 45196 0
[pid=9050] ppid=9048 vsize=0 CPUtime=372.81 cores=0-7
/proc/9050/stat : 9050 (march_hi) R 9048 9050 9050 0 -1 4202500 1765 0 0 0 37281 0 0 0 25 0 1 0 5093727 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 5 0 0 0
/proc/9050/statm: 0 0 0 0 0 0 0
[pid=9052] ppid=9009 vsize=447480 CPUtime=0.96 cores=0-7
/proc/9052/stat : 9052 (python) R 9009 9009 8616 0 -1 4202560 1048 0 0 0 51 45 0 0 16 0 1 0 5093733 458219520 5811 33554432000 4194304 5683644 140734951624928 18446744073709551615 218880621723 0 0 16781312 514 0 0 0 17 6 0 0 0
/proc/9052/statm: 111869 5811 371 364 0 47757 0
[pid=9054] ppid=9052 vsize=4088 CPUtime=306.99 cores=0-7
/proc/9054/stat : 9054 (march_hi) R 9052 9054 9054 0 -1 4202496 1669 0 0 0 30699 0 0 0 25 0 1 0 5093733 4186112 722 33554432000 4194304 4955518 140734719439872 18446744073709551615 4237796 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/9054/statm: 1022 722 106 186 0 835 0
[pid=9056] ppid=9009 vsize=457644 CPUtime=0.95 cores=0-7
/proc/9056/stat : 9056 (python) S 9009 9009 8616 0 -1 4202560 1067 0 0 0 51 44 0 0 15 0 1 0 5093747 468627456 5820 33554432000 4194304 5683644 140734951624928 18446744073709551615 218880585286 0 0 16781312 514 16340079794890703106 0 0 17 5 0 0 0
/proc/9056/statm: 114411 5820 371 364 0 50296 0
[pid=9059] ppid=9056 vsize=4088 CPUtime=345.83 cores=0-7
/proc/9059/stat : 9059 (march_hi) R 9056 9059 9059 0 -1 4202496 1721 0 0 0 34583 0 0 0 25 0 1 0 5093750 4186112 771 33554432000 4194304 4955518 140735802330032 18446744073709551615 4224468 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/9059/statm: 1022 771 106 186 0 835 0
[pid=9060] ppid=9009 vsize=468256 CPUtime=0.22 cores=0-7
/proc/9060/stat : 9060 (python) S 9009 9009 8616 0 -1 4202560 1180 0 0 0 13 9 0 0 19 0 2 0 5093756 479494144 5916 33554432000 4194304 5683644 140734951624928 18446744073709551615 218892391883 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/9060/statm: 117064 5916 400 364 0 52946 0
[pid=9062] ppid=9060 vsize=416788 CPUtime=97.23 cores=0-7
/proc/9062/stat : 9062 (adaptg2wsat2009) T 9060 9062 9062 0 -1 4202496 638 0 0 0 9723 0 0 0 25 0 1 0 5093756 426790912 363 33554432000 134512640 135107411 4294370416 18446744073709551615 134532358 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/9062/statm: 104197 363 59 146 0 103073 0
[pid=9060/tid=9077] ppid=9009 vsize=468256 CPUtime=0 cores=0-7
/proc/9060/task/9077/stat : 9077 (python) S 9009 9009 8616 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 5103777 479494144 5916 33554432000 4194304 5683644 140734951624928 18446744073709551615 218892388785 0 0 16781312 514 18446604450401198528 0 0 -1 3 0 0 0
[pid=9064] ppid=9009 vsize=478512 CPUtime=0.92 cores=0-7
/proc/9064/stat : 9064 (python) S 9009 9009 8616 0 -1 4202560 1062 0 0 0 51 41 0 0 15 0 1 0 5094353 489996288 5890 33554432000 4194304 5683644 140734951624928 18446744073709551615 218880585286 0 0 16781312 514 9542613043251216642 0 0 17 3 0 0 0
/proc/9064/statm: 119628 5890 371 364 0 55507 0
[pid=9066] ppid=9064 vsize=4088 CPUtime=356.52 cores=0-7
/proc/9066/stat : 9066 (march_hi) R 9064 9066 9066 0 -1 4202496 1741 0 0 0 35651 1 0 0 25 0 1 0 5094353 4186112 789 33554432000 4194304 4955518 140736087029696 18446744073709551615 4208624 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/9066/statm: 1022 789 106 186 0 835 0
[pid=9068] ppid=9009 vsize=488768 CPUtime=0.9 cores=0-7
/proc/9068/stat : 9068 (python) S 9009 9009 8616 0 -1 4202560 1104 0 0 0 47 43 0 0 15 0 1 0 5094951 500498432 5916 33554432000 4194304 5683644 140734951624928 18446744073709551615 218880585286 0 0 16781312 514 9542599849111683329 0 0 17 2 0 0 0
/proc/9068/statm: 122192 5916 378 364 0 58068 0
[pid=9070] ppid=9068 vsize=4088 CPUtime=287.89 cores=0-7
/proc/9070/stat : 9070 (march_hi) R 9068 9070 9070 0 -1 4202496 1658 0 0 0 28789 0 0 0 25 0 1 0 5094952 4186112 701 33554432000 4194304 4955518 140733920696816 18446744073709551615 4297477 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/9070/statm: 1022 701 106 186 0 835 0
[pid=9073] ppid=9009 vsize=499024 CPUtime=0.8 cores=0-7
/proc/9073/stat : 9073 (python) S 9009 9009 8616 0 -1 4202560 1079 0 0 0 41 39 0 0 15 0 1 0 5100358 511000576 5921 33554432000 4194304 5683644 140734951624928 18446744073709551615 218880585286 0 0 16781312 514 10320442753112047873 0 0 17 0 0 0 0
/proc/9073/statm: 124756 5921 379 364 0 60629 0
[pid=9075] ppid=9073 vsize=3576 CPUtime=230.4 cores=0-7
/proc/9075/stat : 9075 (march_hi) R 9073 9075 9075 0 -1 4202496 1595 0 0 0 23038 2 0 0 25 0 1 0 5100358 3661824 640 33554432000 4194304 4955518 140736564032400 18446744073709551615 4208656 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/9075/statm: 894 640 106 186 0 707 0
[pid=9078] ppid=9009 vsize=509280 CPUtime=0.66 cores=0-7
/proc/9078/stat : 9078 (python) S 9009 9009 8616 0 -1 4202560 1064 0 0 0 35 31 0 0 15 0 1 0 5103783 521502720 5934 33554432000 4194304 5683644 140734951624928 18446744073709551615 218880585286 0 0 16781312 514 10320451549205070084 0 0 17 1 0 0 0
/proc/9078/statm: 127320 5934 373 364 0 63190 0
[pid=9080] ppid=9078 vsize=3576 CPUtime=269.84 cores=0-7
/proc/9080/stat : 9080 (march_hi) R 9078 9080 9080 0 -1 4202496 1637 0 0 0 26984 0 0 0 25 0 1 0 5103783 3661824 683 33554432000 4194304 4955518 140735004025408 18446744073709551615 4235624 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/9080/statm: 894 683 106 186 0 707 0
[pid=9009/tid=9016] ppid=9007 vsize=519524 CPUtime=0 cores=0-7
/proc/9009/task/9016/stat : 9016 (python) S 9007 9009 8616 0 -1 4202560 26 935 0 0 0 0 0 0 20 0 18 0 5083702 531992576 7475 33554432000 4194304 5683644 140734951624928 18446744073709551615 218892388785 0 0 16781312 2 18446604453871766272 0 0 -1 6 0 0 0
[pid=9009/tid=9019] ppid=9007 vsize=519524 CPUtime=0 cores=0-7
/proc/9009/task/9019/stat : 9019 (python) S 9007 9009 8616 0 -1 4202560 22 935 0 0 0 0 0 0 19 0 18 0 5083706 531992576 7475 33554432000 4194304 5683644 140734951624928 18446744073709551615 218892388785 0 0 16781312 2 18446604453871766272 0 0 -1 0 0 0 0
[pid=9009/tid=9022] ppid=9007 vsize=519524 CPUtime=0 cores=0-7
/proc/9009/task/9022/stat : 9022 (python) S 9007 9009 8616 0 -1 4202560 19 935 0 0 0 0 0 0 18 0 18 0 5083710 531992576 7475 33554432000 4194304 5683644 140734951624928 18446744073709551615 218892388785 0 0 16781312 2 18446604453871766272 0 0 -1 3 0 0 0
[pid=9009/tid=9025] ppid=9007 vsize=519524 CPUtime=0 cores=0-7
/proc/9009/task/9025/stat : 9025 (python) S 9007 9009 8616 0 -1 4202560 24 935 0 0 0 0 0 0 19 0 18 0 5083713 531992576 7475 33554432000 4194304 5683644 140734951624928 18446744073709551615 218892388785 0 0 16781312 2 18446604453871766272 0 0 -1 0 0 0 0
[pid=9009/tid=9028] ppid=9007 vsize=519524 CPUtime=0 cores=0-7
/proc/9009/task/9028/stat : 9028 (python) S 9007 9009 8616 0 -1 4202560 19 935 0 0 0 0 0 0 20 0 18 0 5083717 531992576 7475 33554432000 4194304 5683644 140734951624928 18446744073709551615 218892388785 0 0 16781312 2 18446604453871766272 0 0 -1 7 0 0 0
[pid=9009/tid=9031] ppid=9007 vsize=519524 CPUtime=0 cores=0-7
/proc/9009/task/9031/stat : 9031 (python) S 9007 9009 8616 0 -1 4202560 26 935 0 0 0 0 0 0 20 0 18 0 5083721 531992576 7475 33554432000 4194304 5683644 140734951624928 18446744073709551615 218892388785 0 0 16781312 2 18446604453871766272 0 0 -1 4 0 0 0
[pid=9009/tid=9034] ppid=9007 vsize=519524 CPUtime=0 cores=0-7
/proc/9009/task/9034/stat : 9034 (python) S 9007 9009 8616 0 -1 4202560 25 935 0 0 0 0 0 0 22 0 18 0 5083725 531992576 7475 33554432000 4194304 5683644 140734951624928 18446744073709551615 218892388785 0 0 16781312 2 18446604453871766272 0 0 -1 4 0 0 0
[pid=9009/tid=9037] ppid=9007 vsize=519524 CPUtime=0 cores=0-7
/proc/9009/task/9037/stat : 9037 (python) S 9007 9009 8616 0 -1 4202560 27 935 0 0 0 0 0 0 24 0 18 0 5083729 531992576 7475 33554432000 4194304 5683644 140734951624928 18446744073709551615 218892388785 0 0 16781312 2 18446604453871766272 0 0 -1 4 0 0 0
[pid=9009/tid=9044] ppid=9007 vsize=519524 CPUtime=0 cores=0-7
/proc/9009/task/9044/stat : 9044 (python) S 9007 9009 8616 0 -1 4202560 33 935 0 0 0 0 0 0 19 0 18 0 5093636 531992576 7475 33554432000 4194304 5683644 140734951624928 18446744073709551615 218892388785 0 0 16781312 2 18446604453871766272 0 0 -1 4 0 0 0
[pid=9009/tid=9049] ppid=9007 vsize=519524 CPUtime=0 cores=0-7
/proc/9009/task/9049/stat : 9049 (python) S 9007 9009 8616 0 -1 4202560 30 935 0 0 0 0 0 0 20 0 18 0 5093727 531992576 7475 33554432000 4194304 5683644 140734951624928 18446744073709551615 218892388785 0 0 16781312 2 18446604453871766272 0 0 -1 4 0 0 0
[pid=9009/tid=9053] ppid=9007 vsize=519524 CPUtime=0 cores=0-7
/proc/9009/task/9053/stat : 9053 (python) S 9007 9009 8616 0 -1 4202560 28 935 0 0 0 0 0 0 21 0 18 0 5093733 531992576 7475 33554432000 4194304 5683644 140734951624928 18446744073709551615 218892388785 0 0 16781312 2 18446604453871766272 0 0 -1 4 0 0 0
[pid=9009/tid=9057] ppid=9007 vsize=519524 CPUtime=0 cores=0-7
/proc/9009/task/9057/stat : 9057 (python) S 9007 9009 8616 0 -1 4202560 27 935 0 0 0 0 0 0 21 0 18 0 5093747 531992576 7475 33554432000 4194304 5683644 140734951624928 18446744073709551615 218892388785 0 0 16781312 2 18446604453871766272 0 0 -1 0 0 0 0
[pid=9009/tid=9061] ppid=9007 vsize=519524 CPUtime=0 cores=0-7
/proc/9009/task/9061/stat : 9061 (python) S 9007 9009 8616 0 -1 4202560 27 935 0 0 0 0 0 0 22 0 18 0 5093756 531992576 7475 33554432000 4194304 5683644 140734951624928 18446744073709551615 218892388785 0 0 16781312 2 18446604453871766272 0 0 -1 0 0 0 0
[pid=9009/tid=9065] ppid=9007 vsize=519524 CPUtime=0 cores=0-7
/proc/9009/task/9065/stat : 9065 (python) S 9007 9009 8616 0 -1 4202560 29 935 0 0 0 0 0 0 19 0 18 0 5094353 531992576 7475 33554432000 4194304 5683644 140734951624928 18446744073709551615 218892388785 0 0 16781312 2 18446604453871766272 0 0 -1 0 0 0 0
[pid=9009/tid=9069] ppid=9007 vsize=519524 CPUtime=0 cores=0-7
/proc/9009/task/9069/stat : 9069 (python) S 9007 9009 8616 0 -1 4202560 28 935 0 0 0 0 0 0 19 0 18 0 5094952 531992576 7475 33554432000 4194304 5683644 140734951624928 18446744073709551615 218892388785 0 0 16781312 2 18446604453871766272 0 0 -1 0 0 0 0
[pid=9009/tid=9074] ppid=9007 vsize=519524 CPUtime=0 cores=0-7
/proc/9009/task/9074/stat : 9074 (python) S 9007 9009 8616 0 -1 4202560 30 935 0 0 0 0 0 0 19 0 18 0 5100358 531992576 7475 33554432000 4194304 5683644 140734951624928 18446744073709551615 218892388785 0 0 16781312 2 18446604453871766272 0 0 -1 0 0 0 0
[pid=9009/tid=9079] ppid=9007 vsize=519524 CPUtime=0 cores=0-7
/proc/9009/task/9079/stat : 9079 (python) S 9007 9009 8616 0 -1 4202560 27 935 0 0 0 0 0 0 19 0 18 0 5103783 531992576 7475 33554432000 4194304 5683644 140734951624928 18446744073709551615 218892388785 0 0 16781312 2 18446604453871766272 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3422.54
Current children cumulated vsize (KiB) 13067712

Child status: 0
Real time (s): 475.189
CPU time (s): 3423.21
CPU user time (s): 3418.58
CPU system time (s): 4.63529
CPU usage (%): 720.39
Max. virtual memory (cumulated for all children) (KiB): 13072560

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3418.58
system time used= 4.6353
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 68368
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= 7928
involuntary context switches= 24880

runsolver used 2.74758 second user time and 5.72313 second system time

The end

Launcher Data

Begin job on node112 at 2011-05-03 00:19:02
IDJOB=3322113
IDBENCH=82891
IDSOLVER=1712
FILE ID=node112/3322113-1304374742
RUNJOBID= node112-1304374430-8630
PBS_JOBID= 13181779
Free space on /tmp= 72380 MiB

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

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

MD5SUM BENCH= 3db6bd99841631bff4d8c3d33ccc1047
RANDOM SEED=1484553202

node112.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.847
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.69
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.847
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	: 5180.45
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.847
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.76
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.847
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.847
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.61
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.847
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.83
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.847
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.847
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:      17411636 kB
Buffers:         90008 kB
Cached:        1382044 kB
SwapCached:          0 kB
Active:       14260768 kB
Inactive:      1114020 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      17411636 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           32232 kB
Writeback:           0 kB
AnonPages:    13903876 kB
Mapped:          20904 kB
Slab:            56904 kB
PageTables:      42780 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 35125640 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= 72348 MiB
End job on node112 at 2011-05-03 00:26:57