Trace number 3378482

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
borg-sat 11.03.02-par-random (fixed)UNSAT 1899.89 477.94

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 benchmark371.116
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.30/0.47	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.30/0.47	c INFO: solving HOME/instance-3378482-1305465844.cnf
0.30/0.47	c INFO: computing task features
0.38/0.50	c INFO: computed variable-clause graph statistics
0.38/0.50	c INFO: computed clause balance statistics
0.48/0.69	c INFO: computed variable balance statistics
0.58/0.76	c INFO: computed small-clause counts
0.58/0.76	c INFO: computed Horn-clause counts
0.58/0.77	c INFO: computed variable graph statistics
0.58/0.77	c INFO: collected features for HOME/instance-3378482-1305465844.cnf in 0.30 s
0.58/0.78	c INFO: running gnovelty+2@0 for 97 with 1199 remaining (b = 0.55)
0.58/0.79	c INFO: running gnovelty+2@0 for 97 with 1199 remaining (b = 0.10)
0.58/0.80	c INFO: running adaptg2wsat2009++@0 for 97 with 1199 remaining (b = 0.05)
0.68/0.80	c INFO: running adaptg2wsat2009++@0 for 97 with 1199 remaining (b = 0.04)
396.10/100.09	c INFO: running adaptg2wsat2009++@0 for 97 with 1100 remaining (b = 0.03)
400.48/101.13	c INFO: running march_hi@0 for 485 with 1099 remaining (b = 0.12)
400.48/101.14	c INFO: running gnovelty+2@0 for 97 with 1099 remaining (b = 0.02)
400.48/101.16	c INFO: running march_hi@0 for 485 with 1099 remaining (b = 0.11)
796.16/200.41	c INFO: running march_hi@0 for 485 with 1000 remaining (b = 0.09)
800.11/201.49	c INFO: running FH@0 for 97 with 998 remaining (b = 0.02)
1195.39/300.82	c INFO: running march_hi@0 for 485 with 899 remaining (b = 0.08)
1899.58/477.91	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3378482-1305465844/watcher-3378482-1305465844 -o /tmp/evaluation-result-3378482-1305465844/solver-3378482-1305465844 -C 4800 -W 1300 -M 15500 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3378482-1305465844.cnf -seed 1903780852 -budget 4800 -cores 4 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 4800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 4830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 8.23 8.20 7.95 6/429 32059
/proc/meminfo: memFree=21649296/32951124 swapFree=67111348/67111528
[pid=32059] ppid=32057 vsize=16240 CPUtime=0.01 cores=0,2,4,6
/proc/32059/stat : 32059 (python) R 32057 32059 30709 0 -1 4202496 1050 0 0 0 1 0 0 0 25 0 1 0 658182202 16629760 922 33554432000 4194304 5683644 140736493963664 18446744073709551615 4429274 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/32059/statm: 4060 922 381 364 0 547 0

[startup+0.02499 s]
/proc/loadavg: 8.23 8.20 7.95 6/429 32059
/proc/meminfo: memFree=21649296/32951124 swapFree=67111348/67111528
[pid=32059] ppid=32057 vsize=16812 CPUtime=0.01 cores=0,2,4,6
/proc/32059/stat : 32059 (python) R 32057 32059 30709 0 -1 4202496 1213 0 0 0 1 0 0 0 25 0 1 0 658182202 17215488 1072 33554432000 4194304 5683644 140736493963664 18446744073709551615 212687673344 0 2147483391 16781312 2 0 0 0 17 6 0 0 0
/proc/32059/statm: 4203 1072 417 364 0 690 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 16812

[startup+0.101014 s]
/proc/loadavg: 8.23 8.20 7.95 6/429 32059
/proc/meminfo: memFree=21649296/32951124 swapFree=67111348/67111528
[pid=32059] ppid=32057 vsize=104224 CPUtime=0.06 cores=0,2,4,6
/proc/32059/stat : 32059 (python) S 32057 32059 30709 0 -1 4202496 3070 0 0 0 5 1 0 0 25 0 1 0 658182202 106725376 2751 33554432000 4194304 5683644 140736493963664 18446744073709551615 212687673344 0 2147483391 16781312 2 18446744071699199166 0 0 17 6 0 0 0
/proc/32059/statm: 26056 2751 847 364 0 1804 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 104224

[startup+0.300956 s]
/proc/loadavg: 8.23 8.20 7.95 6/429 32059
/proc/meminfo: memFree=21649296/32951124 swapFree=67111348/67111528
[pid=32059] ppid=32057 vsize=170752 CPUtime=0.22 cores=0,2,4,6
/proc/32059/stat : 32059 (python) S 32057 32059 30709 0 -1 4202496 6733 932 1 0 17 5 0 0 17 0 1 0 658182202 174850048 4806 33554432000 4194304 5683644 140736493963664 18446744073709551615 212687673344 0 2147483391 16781312 2 18446744071699199166 0 0 17 6 0 0 0
/proc/32059/statm: 42688 4806 1336 364 0 3453 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 170752

[startup+0.700902 s]
/proc/loadavg: 8.23 8.20 7.95 6/429 32059
/proc/meminfo: memFree=21649296/32951124 swapFree=67111348/67111528
[pid=32059] ppid=32057 vsize=279552 CPUtime=0.58 cores=0,2,4,6
/proc/32059/stat : 32059 (python) R 32057 32059 30709 0 -1 4202496 9750 932 1 0 51 7 0 0 17 0 1 0 658182202 286261248 7274 33554432000 4194304 5683644 140736493963664 18446744073709551615 4623682 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/32059/statm: 69888 7274 1827 364 0 5812 0
Current children cumulated CPU time (s) 0.58
Current children cumulated vsize (KiB) 279552

[startup+1.50071 s]
/proc/loadavg: 8.23 8.20 7.95 9/442 32076
/proc/meminfo: memFree=21609388/32951124 swapFree=67111348/67111528
[pid=32059] ppid=32057 vsize=320244 CPUtime=0.68 cores=0,2,4,6
/proc/32059/stat : 32059 (python) S 32057 32059 30709 0 -1 4202496 12584 932 1 0 60 8 0 0 20 0 5 0 658182202 327929856 7260 33554432000 4194304 5683644 140736493963664 18446744073709551615 212699502027 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/32059/statm: 80061 7260 1883 364 0 15970 0
[pid=32065] ppid=32059 vsize=278700 CPUtime=0 cores=0,2,4,6
/proc/32065/stat : 32065 (python) S 32059 32059 30709 0 -1 4202560 735 0 0 0 0 0 0 0 19 0 1 0 658182280 285388800 5614 33554432000 4194304 5683644 140736493963664 18446744073709551615 212687695375 0 0 16781312 514 14238624181825568767 0 0 17 6 0 0 0
/proc/32065/statm: 69675 5614 354 364 0 5593 0
[pid=32067] ppid=32065 vsize=1017932 CPUtime=0.71 cores=0,2,4,6
/proc/32067/stat : 32067 (gnovelty+2) R 32065 32067 32067 0 -1 4202496 512 0 0 0 71 0 0 0 22 0 1 0 658182280 1042362368 248 33554432000 134512640 135663704 4288169424 18446744073709551615 134524461 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/32067/statm: 254483 248 113 282 0 254199 0
[pid=32068] ppid=32059 vsize=289352 CPUtime=0 cores=0,2,4,6
/proc/32068/stat : 32068 (python) S 32059 32059 30709 0 -1 4202560 738 0 0 0 0 0 0 0 22 0 1 0 658182281 296296448 5696 33554432000 4194304 5683644 140736493963664 18446744073709551615 212687695430 0 0 16781312 514 10411848728141889535 0 0 17 2 0 0 0
/proc/32068/statm: 72338 5696 348 364 0 8253 0
[pid=32070] ppid=32068 vsize=1017932 CPUtime=0.7 cores=0,2,4,6
/proc/32070/stat : 32070 (gnovelty+2) R 32068 32070 32070 0 -1 4202496 511 0 0 0 70 0 0 0 25 0 1 0 658182281 1042362368 247 33554432000 134512640 135663704 4288942384 18446744073709551615 134525049 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/32070/statm: 254483 247 113 282 0 254199 0
[pid=32071] ppid=32059 vsize=299136 CPUtime=0 cores=0,2,4,6
/proc/32071/stat : 32071 (python) S 32059 32059 30709 0 -1 4202560 723 0 0 0 0 0 0 0 25 0 1 0 658182282 306315264 5593 33554432000 4194304 5683644 140736493963664 18446744073709551615 212687695430 0 0 16781312 514 191412059429142527 0 0 17 2 0 0 0
/proc/32071/statm: 74784 5593 344 364 0 10696 0
[pid=32073] ppid=32071 vsize=416652 CPUtime=0.69 cores=0,2,4,6
/proc/32073/stat : 32073 (adaptg2wsat2009) R 32071 32073 32073 0 -1 4202496 565 0 0 0 69 0 0 0 25 0 1 0 658182282 426651648 302 33554432000 134512640 135107411 4294343984 18446744073709551615 134523428 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/32073/statm: 104163 302 49 146 0 103039 0
[pid=32074] ppid=32059 vsize=310000 CPUtime=0 cores=0,2,4,6
/proc/32074/stat : 32074 (python) S 32059 32059 30709 0 -1 4202560 727 0 0 0 0 0 0 0 19 0 1 0 658182283 317440000 5717 33554432000 4194304 5683644 140736493963664 18446744073709551615 212687695430 0 0 16781312 514 1078413103445573631 0 0 17 4 0 0 0
/proc/32074/statm: 77500 5717 344 364 0 13409 0
[pid=32076] ppid=32074 vsize=416652 CPUtime=0.67 cores=0,2,4,6
/proc/32076/stat : 32076 (adaptg2wsat2009) R 32074 32076 32076 0 -1 4202496 564 0 0 0 67 0 0 0 22 0 1 0 658182283 426651648 302 33554432000 134512640 135107411 4291495792 18446744073709551615 134523314 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/32076/statm: 104163 302 49 146 0 103039 0
[pid=32059/tid=32066] ppid=32057 vsize=320244 CPUtime=0 cores=0,2,4,6
/proc/32059/task/32066/stat : 32066 (python) S 32057 32059 30709 0 -1 4202560 26 932 0 0 0 0 0 0 20 0 5 0 658182280 327929856 7260 33554432000 4194304 5683644 140736493963664 18446744073709551615 212699498929 0 0 16781312 2 18446604445345007488 0 0 -1 6 0 0 0
[pid=32059/tid=32069] ppid=32057 vsize=320244 CPUtime=0 cores=0,2,4,6
/proc/32059/task/32069/stat : 32069 (python) S 32057 32059 30709 0 -1 4202560 23 932 0 0 0 0 0 0 22 0 5 0 658182281 327929856 7260 33554432000 4194304 5683644 140736493963664 18446744073709551615 212699498929 0 0 16781312 2 18446604445345007488 0 0 -1 4 0 0 0
[pid=32059/tid=32072] ppid=32057 vsize=320244 CPUtime=0 cores=0,2,4,6
/proc/32059/task/32072/stat : 32072 (python) S 32057 32059 30709 0 -1 4202560 22 932 0 0 0 0 0 0 24 0 5 0 658182282 327929856 7260 33554432000 4194304 5683644 140736493963664 18446744073709551615 212699498929 0 0 16781312 2 18446604445345007488 0 0 -1 2 0 0 0
[pid=32059/tid=32075] ppid=32057 vsize=320244 CPUtime=0 cores=0,2,4,6
/proc/32059/task/32075/stat : 32075 (python) S 32057 32059 30709 0 -1 4202560 25 932 0 0 0 0 0 0 20 0 5 0 658182283 327929856 7260 33554432000 4194304 5683644 140736493963664 18446744073709551615 212699498929 0 0 16781312 2 18446604445345007488 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3.45
Current children cumulated vsize (KiB) 4366600

[startup+3.10142 s]
/proc/loadavg: 8.21 8.20 7.95 9/442 32076
/proc/meminfo: memFree=21607532/32951124 swapFree=67111348/67111528
[pid=32059] ppid=32057 vsize=320244 CPUtime=0.68 cores=0,2,4,6
/proc/32059/stat : 32059 (python) S 32057 32059 30709 0 -1 4202496 12584 932 1 0 60 8 0 0 20 0 5 0 658182202 327929856 7260 33554432000 4194304 5683644 140736493963664 18446744073709551615 212699502027 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/32059/statm: 80061 7260 1883 364 0 15970 0
[pid=32065] ppid=32059 vsize=278700 CPUtime=0 cores=0,2,4,6
/proc/32065/stat : 32065 (python) S 32059 32059 30709 0 -1 4202560 735 0 0 0 0 0 0 0 18 0 1 0 658182280 285388800 5614 33554432000 4194304 5683644 140736493963664 18446744073709551615 212687695375 0 0 16781312 514 14238624181825536257 0 0 17 6 0 0 0
/proc/32065/statm: 69675 5614 354 364 0 5593 0
[pid=32067] ppid=32065 vsize=1017932 CPUtime=2.31 cores=0,2,4,6
/proc/32067/stat : 32067 (gnovelty+2) R 32065 32067 32067 0 -1 4202496 512 0 0 0 231 0 0 0 25 0 1 0 658182280 1042362368 248 33554432000 134512640 135663704 4288169424 18446744073709551615 134525278 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/32067/statm: 254483 248 113 282 0 254199 0
[pid=32068] ppid=32059 vsize=289352 CPUtime=0 cores=0,2,4,6
/proc/32068/stat : 32068 (python) S 32059 32059 30709 0 -1 4202560 738 0 0 0 0 0 0 0 18 0 1 0 658182281 296296448 5696 33554432000 4194304 5683644 140736493963664 18446744073709551615 212687695430 0 0 16781312 514 10411848728141857028 0 0 17 2 0 0 0
/proc/32068/statm: 72338 5696 348 364 0 8253 0
[pid=32070] ppid=32068 vsize=1017932 CPUtime=2.3 cores=0,2,4,6
/proc/32070/stat : 32070 (gnovelty+2) R 32068 32070 32070 0 -1 4202496 511 0 0 0 230 0 0 0 25 0 1 0 658182281 1042362368 247 33554432000 134512640 135663704 4288942384 18446744073709551615 134524882 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/32070/statm: 254483 247 113 282 0 254199 0
[pid=32071] ppid=32059 vsize=299136 CPUtime=0 cores=0,2,4,6
/proc/32071/stat : 32071 (python) S 32059 32059 30709 0 -1 4202560 741 0 0 0 0 0 0 0 18 0 1 0 658182282 306315264 5597 33554432000 4194304 5683644 140736493963664 18446744073709551615 212687695430 0 0 16781312 514 191412059429110020 0 0 17 2 0 0 0
/proc/32071/statm: 74784 5597 348 364 0 10696 0
[pid=32073] ppid=32071 vsize=416788 CPUtime=2.29 cores=0,2,4,6
/proc/32073/stat : 32073 (adaptg2wsat2009) R 32071 32073 32073 0 -1 4202496 625 0 0 0 229 0 0 0 25 0 1 0 658182282 426790912 362 33554432000 134512640 135107411 4294343984 18446744073709551615 134532364 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/32073/statm: 104197 362 59 146 0 103073 0
[pid=32074] ppid=32059 vsize=310000 CPUtime=0 cores=0,2,4,6
/proc/32074/stat : 32074 (python) S 32059 32059 30709 0 -1 4202560 745 0 0 0 0 0 0 0 18 0 1 0 658182283 317440000 5721 33554432000 4194304 5683644 140736493963664 18446744073709551615 212687695430 0 0 16781312 514 1078413103445541122 0 0 17 4 0 0 0
/proc/32074/statm: 77500 5721 348 364 0 13409 0
[pid=32076] ppid=32074 vsize=416788 CPUtime=2.25 cores=0,2,4,6
/proc/32076/stat : 32076 (adaptg2wsat2009) R 32074 32076 32076 0 -1 4202496 625 0 0 0 225 0 0 0 25 0 1 0 658182283 426790912 363 33554432000 134512640 135107411 4291495792 18446744073709551615 134532381 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/32076/statm: 104197 363 59 146 0 103073 0
[pid=32059/tid=32066] ppid=32057 vsize=320244 CPUtime=0 cores=0,2,4,6
/proc/32059/task/32066/stat : 32066 (python) S 32057 32059 30709 0 -1 4202560 26 932 0 0 0 0 0 0 20 0 5 0 658182280 327929856 7260 33554432000 4194304 5683644 140736493963664 18446744073709551615 212699498929 0 0 16781312 2 18446604445345007488 0 0 -1 6 0 0 0
[pid=32059/tid=32069] ppid=32057 vsize=320244 CPUtime=0 cores=0,2,4,6
/proc/32059/task/32069/stat : 32069 (python) S 32057 32059 30709 0 -1 4202560 23 932 0 0 0 0 0 0 22 0 5 0 658182281 327929856 7260 33554432000 4194304 5683644 140736493963664 18446744073709551615 212699498929 0 0 16781312 2 18446604445345007488 0 0 -1 4 0 0 0
[pid=32059/tid=32072] ppid=32057 vsize=320244 CPUtime=0 cores=0,2,4,6
/proc/32059/task/32072/stat : 32072 (python) S 32057 32059 30709 0 -1 4202560 22 932 0 0 0 0 0 0 24 0 5 0 658182282 327929856 7260 33554432000 4194304 5683644 140736493963664 18446744073709551615 212699498929 0 0 16781312 2 18446604445345007488 0 0 -1 2 0 0 0
[pid=32059/tid=32075] ppid=32057 vsize=320244 CPUtime=0 cores=0,2,4,6
/proc/32059/task/32075/stat : 32075 (python) S 32057 32059 30709 0 -1 4202560 25 932 0 0 0 0 0 0 20 0 5 0 658182283 327929856 7260 33554432000 4194304 5683644 140736493963664 18446744073709551615 212699498929 0 0 16781312 2 18446604445345007488 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 9.83
Current children cumulated vsize (KiB) 4366872

[startup+6.30084 s]
/proc/loadavg: 8.21 8.20 7.95 9/442 32076
/proc/meminfo: memFree=21604416/32951124 swapFree=67111348/67111528
[pid=32059] ppid=32057 vsize=320244 CPUtime=0.68 cores=0,2,4,6
/proc/32059/stat : 32059 (python) S 32057 32059 30709 0 -1 4202496 12584 932 1 0 60 8 0 0 20 0 5 0 658182202 327929856 7260 33554432000 4194304 5683644 140736493963664 18446744073709551615 212699502027 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/32059/statm: 80061 7260 1883 364 0 15970 0
[pid=32065] ppid=32059 vsize=278700 CPUtime=0.01 cores=0,2,4,6
/proc/32065/stat : 32065 (python) S 32059 32059 30709 0 -1 4202560 892 0 0 0 0 1 0 0 18 0 1 0 658182280 285388800 5637 33554432000 4194304 5683644 140736493963664 18446744073709551615 212687695375 0 0 16781312 514 14238624181825536257 0 0 17 6 0 0 0
/proc/32065/statm: 69675 5637 377 364 0 5593 0
[pid=32067] ppid=32065 vsize=1017932 CPUtime=5.51 cores=0,2,4,6
/proc/32067/stat : 32067 (gnovelty+2) R 32065 32067 32067 0 -1 4202496 512 0 0 0 551 0 0 0 25 0 1 0 658182280 1042362368 248 33554432000 134512640 135663704 4288169424 18446744073709551615 134524553 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/32067/statm: 254483 248 113 282 0 254199 0
[pid=32068] ppid=32059 vsize=289352 CPUtime=0.01 cores=0,2,4,6
/proc/32068/stat : 32068 (python) S 32059 32059 30709 0 -1 4202560 908 0 0 0 0 1 0 0 18 0 1 0 658182281 296296448 5719 33554432000 4194304 5683644 140736493963664 18446744073709551615 212687695430 0 0 16781312 514 10411848728141857028 0 0 17 2 0 0 0
/proc/32068/statm: 72338 5719 371 364 0 8253 0
[pid=32070] ppid=32068 vsize=1017932 CPUtime=5.48 cores=0,2,4,6
/proc/32070/stat : 32070 (gnovelty+2) R 32068 32070 32070 0 -1 4202496 511 0 0 0 548 0 0 0 25 0 1 0 658182281 1042362368 247 33554432000 134512640 135663704 4288942384 18446744073709551615 134524897 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/32070/statm: 254483 247 113 282 0 254199 0
[pid=32071] ppid=32059 vsize=299136 CPUtime=0.01 cores=0,2,4,6
/proc/32071/stat : 32071 (python) S 32059 32059 30709 0 -1 4202560 901 0 0 0 0 1 0 0 18 0 1 0 658182282 306315264 5619 33554432000 4194304 5683644 140736493963664 18446744073709551615 212687695430 0 0 16781312 514 191412059429110020 0 0 17 2 0 0 0
/proc/32071/statm: 74784 5619 370 364 0 10696 0
[pid=32073] ppid=32071 vsize=416788 CPUtime=5.45 cores=0,2,4,6
/proc/32073/stat : 32073 (adaptg2wsat2009) R 32071 32073 32073 0 -1 4202496 625 0 0 0 545 0 0 0 25 0 1 0 658182282 426790912 362 33554432000 134512640 135107411 4294343984 18446744073709551615 134531435 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/32073/statm: 104197 362 59 146 0 103073 0
[pid=32074] ppid=32059 vsize=310000 CPUtime=0.01 cores=0,2,4,6
/proc/32074/stat : 32074 (python) S 32059 32059 30709 0 -1 4202560 914 0 0 0 1 0 0 0 18 0 1 0 658182283 317440000 5744 33554432000 4194304 5683644 140736493963664 18446744073709551615 212687695430 0 0 16781312 514 1078413103445541122 0 0 17 4 0 0 0
/proc/32074/statm: 77500 5744 371 364 0 13409 0
[pid=32076] ppid=32074 vsize=416788 CPUtime=5.39 cores=0,2,4,6
/proc/32076/stat : 32076 (adaptg2wsat2009) R 32074 32076 32076 0 -1 4202496 625 0 0 0 539 0 0 0 25 0 1 0 658182283 426790912 363 33554432000 134512640 135107411 4291495792 18446744073709551615 134531696 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/32076/statm: 104197 363 59 146 0 103073 0
[pid=32059/tid=32066] ppid=32057 vsize=320244 CPUtime=0 cores=0,2,4,6
/proc/32059/task/32066/stat : 32066 (python) S 32057 32059 30709 0 -1 4202560 26 932 0 0 0 0 0 0 20 0 5 0 658182280 327929856 7260 33554432000 4194304 5683644 140736493963664 18446744073709551615 212699498929 0 0 16781312 2 18446604445345007488 0 0 -1 6 0 0 0
[pid=32059/tid=32069] ppid=32057 vsize=320244 CPUtime=0 cores=0,2,4,6
/proc/32059/task/32069/stat : 32069 (python) S 32057 32059 30709 0 -1 4202560 23 932 0 0 0 0 0 0 22 0 5 0 658182281 327929856 7260 33554432000 4194304 5683644 140736493963664 18446744073709551615 212699498929 0 0 16781312 2 18446604445345007488 0 0 -1 4 0 0 0
[pid=32059/tid=32072] ppid=32057 vsize=320244 CPUtime=0 cores=0,2,4,6
/proc/32059/task/32072/stat : 32072 (python) S 32057 32059 30709 0 -1 4202560 22 932 0 0 0 0 0 0 24 0 5 0 658182282 327929856 7260 33554432000 4194304 5683644 140736493963664 18446744073709551615 212699498929 0 0 16781312 2 18446604445345007488 0 0 -1 2 0 0 0
[pid=32059/tid=32075] ppid=32057 vsize=320244 CPUtime=0 cores=0,2,4,6
/proc/32059/task/32075/stat : 32075 (python) S 32057 32059 30709 0 -1 4202560 25 932 0 0 0 0 0 0 20 0 5 0 658182283 327929856 7260 33554432000 4194304 5683644 140736493963664 18446744073709551615 212699498929 0 0 16781312 2 18446604445345007488 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 22.55
Current children cumulated vsize (KiB) 4366872

[startup+12.7007 s]
/proc/loadavg: 8.17 8.19 7.95 9/442 32077
/proc/meminfo: memFree=21602208/32951124 swapFree=67111348/67111528
[pid=32059] ppid=32057 vsize=320244 CPUtime=0.68 cores=0,2,4,6
/proc/32059/stat : 32059 (python) S 32057 32059 30709 0 -1 4202496 12584 932 1 0 60 8 0 0 20 0 5 0 658182202 327929856 7260 33554432000 4194304 5683644 140736493963664 18446744073709551615 212699502027 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/32059/statm: 80061 7260 1883 364 0 15970 0
[pid=32065] ppid=32059 vsize=278700 CPUtime=0.03 cores=0,2,4,6
/proc/32065/stat : 32065 (python) S 32059 32059 30709 0 -1 4202560 899 0 0 0 1 2 0 0 18 0 1 0 658182280 285388800 5637 33554432000 4194304 5683644 140736493963664 18446744073709551615 212687695375 0 0 16781312 514 15764938456540610817 0 0 17 6 0 0 0
/proc/32065/statm: 69675 5637 377 364 0 5593 0
[pid=32067] ppid=32065 vsize=1017932 CPUtime=11.91 cores=0,2,4,6
/proc/32067/stat : 32067 (gnovelty+2) R 32065 32067 32067 0 -1 4202496 512 0 0 0 1191 0 0 0 25 0 1 0 658182280 1042362368 248 33554432000 134512640 135663704 4288169424 18446744073709551615 134524945 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/32067/statm: 254483 248 113 282 0 254199 0
[pid=32068] ppid=32059 vsize=289352 CPUtime=0.03 cores=0,2,4,6

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

/proc/32096/statm: 0 0 0 0 0 0 0
[pid=32098] ppid=32059 vsize=340856 CPUtime=0.32 cores=0,2,4,6
/proc/32098/stat : 32098 (python) S 32059 32059 30709 0 -1 4202560 1102 0 0 0 18 14 0 0 19 0 2 0 658192317 349036544 5808 33554432000 4194304 5683644 140736493963664 18446744073709551615 212699502027 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/32098/statm: 85214 5808 400 364 0 21114 0
[pid=32100] ppid=32098 vsize=1017932 CPUtime=99.66 cores=0,2,4,6
/proc/32100/stat : 32100 (gnovelty+2) T 32098 32100 32100 0 -1 4202496 508 0 0 0 9966 0 0 0 25 0 1 0 658192317 1042362368 248 33554432000 134512640 135663704 4290609376 18446744073709551615 135007711 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/32100/statm: 254483 248 113 282 0 254199 0
[pid=32098/tid=32111] ppid=32059 vsize=340856 CPUtime=0 cores=0,2,4,6
/proc/32098/task/32111/stat : 32111 (python) S 32059 32059 30709 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 658202350 349036544 5808 33554432000 4194304 5683644 140736493963664 18446744073709551615 212699498929 0 0 16781312 514 18446604448717141120 0 0 -1 4 0 0 0
[pid=32101] ppid=32059 vsize=351112 CPUtime=1.33 cores=0,2,4,6
/proc/32101/stat : 32101 (python) S 32059 32059 30709 0 -1 4202560 1053 0 0 0 70 63 0 0 15 0 1 0 658192318 359538688 5812 33554432000 4194304 5683644 140736493963664 18446744073709551615 212687695430 0 0 16781312 514 990391700083933442 0 0 17 2 0 0 0
/proc/32101/statm: 87778 5812 378 364 0 23675 0
[pid=32103] ppid=32101 vsize=4088 CPUtime=371.12 cores=0,2,4,6
/proc/32103/stat : 32103 (march_hi) R 32101 32103 32103 0 -1 4202496 1756 0 0 0 37112 0 0 0 25 0 1 0 658192318 4186112 811 33554432000 4194304 4955518 140733749058800 18446744073709551615 4237810 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/32103/statm: 1022 811 106 186 0 835 0
[pid=32108] ppid=32059 vsize=361556 CPUtime=0.99 cores=0,2,4,6
/proc/32108/stat : 32108 (python) S 32059 32059 30709 0 -1 4202560 1038 0 0 0 52 47 0 0 15 0 1 0 658202244 370233344 5839 33554432000 4194304 5683644 140736493963664 18446744073709551615 212687695430 0 0 16781312 514 8556052045973389571 0 0 17 4 0 0 0
/proc/32108/statm: 90389 5839 377 364 0 26283 0
[pid=32110] ppid=32108 vsize=3576 CPUtime=275.7 cores=0,2,4,6
/proc/32110/stat : 32110 (march_hi) R 32108 32110 32110 0 -1 4202496 1633 0 0 0 27570 0 0 0 25 0 1 0 658202244 3661824 689 33554432000 4194304 4955518 140735676012656 18446744073709551615 4285374 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/32110/statm: 894 689 106 186 0 707 0
[pid=32112] ppid=32059 vsize=371812 CPUtime=0.32 cores=0,2,4,6
/proc/32112/stat : 32112 (python) S 32059 32059 30709 0 -1 4202560 1117 0 0 0 16 16 0 0 19 0 2 0 658202351 380735488 5893 33554432000 4194304 5683644 140736493963664 18446744073709551615 212699502027 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/32112/statm: 92953 5893 400 364 0 28844 0
[pid=32114] ppid=32112 vsize=246940 CPUtime=97.03 cores=0,2,4,6
/proc/32114/stat : 32114 (FH) T 32112 32114 32114 0 -1 4202496 595 0 0 0 9703 0 0 0 25 0 1 0 658202351 252866560 327 33554432000 134512640 134936988 4291208736 18446744073709551615 134558781 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/32114/statm: 61735 327 41 104 0 61239 0
[pid=32112/tid=32117] ppid=32059 vsize=371812 CPUtime=0 cores=0,2,4,6
/proc/32112/task/32117/stat : 32117 (python) S 32059 32059 30709 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 658212284 380735488 5893 33554432000 4194304 5683644 140736493963664 18446744073709551615 212699498929 0 0 16781312 514 18446604452407177472 0 0 -1 2 0 0 0
[pid=32118] ppid=32059 vsize=382068 CPUtime=0.62 cores=0,2,4,6
/proc/32118/stat : 32118 (python) S 32059 32059 30709 0 -1 4202560 1008 0 0 0 35 27 0 0 15 0 1 0 658212285 391237632 5867 33554432000 4194304 5683644 140736493963664 18446744073709551615 212687695430 0 0 16781312 514 5606935163314340098 0 0 17 4 0 0 0
/proc/32118/statm: 95517 5867 371 364 0 31405 0
[pid=32120] ppid=32118 vsize=3236 CPUtime=175.71 cores=0,2,4,6
/proc/32120/stat : 32120 (march_hi) R 32118 32120 32120 0 -1 4202496 1537 0 0 0 17571 0 0 0 25 0 1 0 658212285 3313664 589 33554432000 4194304 4955518 140735781479056 18446744073709551615 4297477 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/32120/statm: 809 589 106 186 0 622 0
[pid=32059/tid=32066] ppid=32057 vsize=392312 CPUtime=0 cores=0,2,4,6
/proc/32059/task/32066/stat : 32066 (python) S 32057 32059 30709 0 -1 4202560 26 932 0 0 0 0 0 0 20 0 12 0 658182280 401727488 7398 33554432000 4194304 5683644 140736493963664 18446744073709551615 212699498929 0 0 16781312 2 18446604445345007488 0 0 -1 6 0 0 0
[pid=32059/tid=32069] ppid=32057 vsize=392312 CPUtime=0 cores=0,2,4,6
/proc/32059/task/32069/stat : 32069 (python) S 32057 32059 30709 0 -1 4202560 23 932 0 0 0 0 0 0 22 0 12 0 658182281 401727488 7398 33554432000 4194304 5683644 140736493963664 18446744073709551615 212699498929 0 0 16781312 2 18446604445345007488 0 0 -1 4 0 0 0
[pid=32059/tid=32072] ppid=32057 vsize=392312 CPUtime=0 cores=0,2,4,6
/proc/32059/task/32072/stat : 32072 (python) S 32057 32059 30709 0 -1 4202560 22 932 0 0 0 0 0 0 24 0 12 0 658182282 401727488 7398 33554432000 4194304 5683644 140736493963664 18446744073709551615 212699498929 0 0 16781312 2 18446604445345007488 0 0 -1 2 0 0 0
[pid=32059/tid=32075] ppid=32057 vsize=392312 CPUtime=0 cores=0,2,4,6
/proc/32059/task/32075/stat : 32075 (python) S 32057 32059 30709 0 -1 4202560 25 932 0 0 0 0 0 0 20 0 12 0 658182283 401727488 7398 33554432000 4194304 5683644 140736493963664 18446744073709551615 212699498929 0 0 16781312 2 18446604445345007488 0 0 -1 4 0 0 0
[pid=32059/tid=32090] ppid=32057 vsize=392312 CPUtime=0 cores=0,2,4,6
/proc/32059/task/32090/stat : 32090 (python) S 32057 32059 30709 0 -1 4202560 29 932 0 0 0 0 0 0 20 0 12 0 658192212 401727488 7398 33554432000 4194304 5683644 140736493963664 18446744073709551615 212699498929 0 0 16781312 2 18446604445345007488 0 0 -1 4 0 0 0
[pid=32059/tid=32094] ppid=32057 vsize=392312 CPUtime=0 cores=0,2,4,6
/proc/32059/task/32094/stat : 32094 (python) S 32057 32059 30709 0 -1 4202560 26 932 0 0 0 0 0 0 20 0 12 0 658192316 401727488 7398 33554432000 4194304 5683644 140736493963664 18446744073709551615 212699498929 0 0 16781312 2 18446604445345007488 0 0 -1 6 0 0 0
[pid=32059/tid=32099] ppid=32057 vsize=392312 CPUtime=0 cores=0,2,4,6
/proc/32059/task/32099/stat : 32099 (python) S 32057 32059 30709 0 -1 4202560 32 932 0 0 0 0 0 0 22 0 12 0 658192317 401727488 7398 33554432000 4194304 5683644 140736493963664 18446744073709551615 212699498929 0 0 16781312 2 18446604445345007488 0 0 -1 2 0 0 0
[pid=32059/tid=32102] ppid=32057 vsize=392312 CPUtime=0 cores=0,2,4,6
/proc/32059/task/32102/stat : 32102 (python) S 32057 32059 30709 0 -1 4202560 25 932 0 0 0 0 0 0 24 0 12 0 658192318 401727488 7398 33554432000 4194304 5683644 140736493963664 18446744073709551615 212699498929 0 0 16781312 2 18446604445345007488 0 0 -1 2 0 0 0
[pid=32059/tid=32109] ppid=32057 vsize=392312 CPUtime=0 cores=0,2,4,6
/proc/32059/task/32109/stat : 32109 (python) S 32057 32059 30709 0 -1 4202560 22 932 0 0 0 0 0 0 20 0 12 0 658202244 401727488 7398 33554432000 4194304 5683644 140736493963664 18446744073709551615 212699498929 0 0 16781312 2 18446604445345007488 0 0 -1 2 0 0 0
[pid=32059/tid=32113] ppid=32057 vsize=392312 CPUtime=0 cores=0,2,4,6
/proc/32059/task/32113/stat : 32113 (python) S 32057 32059 30709 0 -1 4202560 28 932 0 0 0 0 0 0 20 0 12 0 658202351 401727488 7398 33554432000 4194304 5683644 140736493963664 18446744073709551615 212699498929 0 0 16781312 2 18446604445345007488 0 0 -1 2 0 0 0
[pid=32059/tid=32119] ppid=32057 vsize=392312 CPUtime=0 cores=0,2,4,6
/proc/32059/task/32119/stat : 32119 (python) S 32057 32059 30709 0 -1 4202560 26 932 0 0 0 0 0 0 20 0 12 0 658212285 401727488 7398 33554432000 4194304 5683644 140736493963664 18446744073709551615 212699498929 0 0 16781312 2 18446604445345007488 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1897.98
Current children cumulated vsize (KiB) 8599548

[startup+477.902 s]
/proc/loadavg: 8.27 8.23 8.04 10/480 32127
/proc/meminfo: memFree=21297500/32951124 swapFree=67111348/67111528
[pid=32059] ppid=32057 vsize=392312 CPUtime=0.76 cores=0,2,4,6
/proc/32059/stat : 32059 (python) S 32057 32059 30709 0 -1 4202496 18474 932 1 0 67 9 0 0 19 0 12 0 658182202 401727488 7398 33554432000 4194304 5683644 140736493963664 18446744073709551615 212699502027 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/32059/statm: 98078 7398 1898 364 0 33966 0
[pid=32065] ppid=32059 vsize=288944 CPUtime=0.3 cores=0,2,4,6
/proc/32065/stat : 32065 (python) S 32059 32059 30709 0 -1 4202560 1169 0 0 0 14 16 0 0 19 0 2 0 658182280 295878656 5681 33554432000 4194304 5683644 140736493963664 18446744073709551615 212699502027 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/32065/statm: 72236 5681 416 364 0 8154 0
[pid=32067] ppid=32065 vsize=1017932 CPUtime=99.26 cores=0,2,4,6
/proc/32067/stat : 32067 (gnovelty+2) T 32065 32067 32067 0 -1 4202496 512 0 0 0 9926 0 0 0 25 0 1 0 658182280 1042362368 248 33554432000 134512640 135663704 4288169424 18446744073709551615 134525286 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/32067/statm: 254483 248 113 282 0 254199 0
[pid=32065/tid=32088] ppid=32059 vsize=288944 CPUtime=0 cores=0,2,4,6
/proc/32065/task/32088/stat : 32088 (python) S 32059 32059 30709 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 658192211 295878656 5681 33554432000 4194304 5683644 140736493963664 18446744073709551615 212699498929 0 0 16781312 514 18446604447637946688 0 0 -1 6 0 0 0
[pid=32068] ppid=32059 vsize=289352 CPUtime=0.3 cores=0,2,4,6
/proc/32068/stat : 32068 (python) S 32059 32059 30709 0 -1 4202560 1093 0 0 0 16 14 0 0 19 0 2 0 658182281 296296448 5749 33554432000 4194304 5683644 140736493963664 18446744073709551615 212699502027 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/32068/statm: 72338 5749 400 364 0 8253 0
[pid=32070] ppid=32068 vsize=1017932 CPUtime=100 cores=0,2,4,6
/proc/32070/stat : 32070 (gnovelty+2) T 32068 32070 32070 0 -1 4202496 511 0 0 0 10000 0 0 0 25 0 1 0 658182281 1042362368 247 33554432000 134512640 135663704 4288942384 18446744073709551615 134525278 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/32070/statm: 254483 247 113 282 0 254199 0
[pid=32068/tid=32092] ppid=32059 vsize=289352 CPUtime=0 cores=0,2,4,6
/proc/32068/task/32092/stat : 32092 (python) S 32059 32059 30709 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 658192314 296296448 5749 33554432000 4194304 5683644 140736493963664 18446744073709551615 212699498929 0 0 16781312 514 18446604446746956096 0 0 -1 2 0 0 0
[pid=32071] ppid=32059 vsize=299136 CPUtime=0.29 cores=0,2,4,6
/proc/32071/stat : 32071 (python) S 32059 32059 30709 0 -1 4202560 1097 0 0 0 15 14 0 0 19 0 2 0 658182282 306315264 5650 33554432000 4194304 5683644 140736493963664 18446744073709551615 212699502027 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/32071/statm: 74784 5650 400 364 0 10696 0
[pid=32073] ppid=32071 vsize=416788 CPUtime=99.75 cores=0,2,4,6
/proc/32073/stat : 32073 (adaptg2wsat2009) T 32071 32073 32073 0 -1 4202496 625 0 0 0 9975 0 0 0 25 0 1 0 658182282 426790912 362 33554432000 134512640 135107411 4294343984 18446744073709551615 134531810 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/32073/statm: 104197 362 59 146 0 103073 0
[pid=32071/tid=32095] ppid=32059 vsize=299136 CPUtime=0 cores=0,2,4,6
/proc/32071/task/32095/stat : 32095 (python) S 32059 32059 30709 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 658192316 306315264 5650 33554432000 4194304 5683644 140736493963664 18446744073709551615 212699498929 0 0 16781312 514 18446604448662292544 0 0 -1 0 0 0 0
[pid=32074] ppid=32059 vsize=310000 CPUtime=0.3 cores=0,2,4,6
/proc/32074/stat : 32074 (python) S 32059 32059 30709 0 -1 4202560 1103 0 0 0 16 14 0 0 19 0 2 0 658182283 317440000 5774 33554432000 4194304 5683644 140736493963664 18446744073709551615 212699502027 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/32074/statm: 77500 5774 400 364 0 13409 0
[pid=32076] ppid=32074 vsize=416788 CPUtime=98.64 cores=0,2,4,6
/proc/32076/stat : 32076 (adaptg2wsat2009) T 32074 32076 32076 0 -1 4202496 625 0 0 0 9864 0 0 0 25 0 1 0 658182283 426790912 363 33554432000 134512640 135107411 4291495792 18446744073709551615 134531707 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/32076/statm: 104197 363 59 146 0 103073 0
[pid=32074/tid=32097] ppid=32059 vsize=310000 CPUtime=0 cores=0,2,4,6
/proc/32074/task/32097/stat : 32097 (python) S 32059 32059 30709 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 658192316 317440000 5774 33554432000 4194304 5683644 140736493963664 18446744073709551615 212699498929 0 0 16781312 514 18446604440278878976 0 0 -1 4 0 0 0
[pid=32089] ppid=32059 vsize=320256 CPUtime=0.31 cores=0,2,4,6
/proc/32089/stat : 32089 (python) S 32059 32059 30709 0 -1 4202560 1102 0 0 0 17 14 0 0 19 0 2 0 658192212 327942144 5778 33554432000 4194304 5683644 140736493963664 18446744073709551615 212699502027 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/32089/statm: 80064 5778 400 364 0 15970 0
[pid=32091] ppid=32089 vsize=416788 CPUtime=98.91 cores=0,2,4,6
/proc/32091/stat : 32091 (adaptg2wsat2009) T 32089 32091 32091 0 -1 4202496 625 0 0 0 9891 0 0 0 25 0 1 0 658192212 426790912 363 33554432000 134512640 135107411 4290713168 18446744073709551615 134531781 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/32091/statm: 104197 363 59 146 0 103073 0
[pid=32089/tid=32107] ppid=32059 vsize=320256 CPUtime=0 cores=0,2,4,6
/proc/32089/task/32107/stat : 32107 (python) S 32059 32059 30709 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 658202243 327942144 5778 33554432000 4194304 5683644 140736493963664 18446744073709551615 212699498929 0 0 16781312 514 18446604449456605312 0 0 -1 4 0 0 0
[pid=32093] ppid=32059 vsize=330144 CPUtime=3.49 cores=0,2,4,6
/proc/32093/stat : 32093 (python) R 32059 32059 30709 0 -1 4202560 1011 0 0 0 265 84 0 0 18 0 1 0 658192315 338067456 5660 33554432000 4194304 5683644 140736493963664 18446744073709551615 212687695430 0 0 16781312 514 0 0 0 17 0 0 0 0
/proc/32093/statm: 82536 5660 371 364 0 18439 0
[pid=32096] ppid=32093 vsize=0 CPUtime=373.27 cores=0,2,4,6
/proc/32096/stat : 32096 (march_hi) R 32093 32096 32096 0 -1 4202500 1762 0 0 0 37323 4 0 0 25 0 1 0 658192316 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 0 0 0 0
/proc/32096/statm: 0 0 0 0 0 0 0
[pid=32098] ppid=32059 vsize=340856 CPUtime=0.32 cores=0,2,4,6
/proc/32098/stat : 32098 (python) S 32059 32059 30709 0 -1 4202560 1102 0 0 0 18 14 0 0 19 0 2 0 658192317 349036544 5808 33554432000 4194304 5683644 140736493963664 18446744073709551615 212699502027 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/32098/statm: 85214 5808 400 364 0 21114 0
[pid=32100] ppid=32098 vsize=1017932 CPUtime=99.66 cores=0,2,4,6
/proc/32100/stat : 32100 (gnovelty+2) T 32098 32100 32100 0 -1 4202496 508 0 0 0 9966 0 0 0 25 0 1 0 658192317 1042362368 248 33554432000 134512640 135663704 4290609376 18446744073709551615 135007711 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/32100/statm: 254483 248 113 282 0 254199 0
[pid=32098/tid=32111] ppid=32059 vsize=340856 CPUtime=0 cores=0,2,4,6
/proc/32098/task/32111/stat : 32111 (python) S 32059 32059 30709 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 658202350 349036544 5808 33554432000 4194304 5683644 140736493963664 18446744073709551615 212699498929 0 0 16781312 514 18446604448717141120 0 0 -1 4 0 0 0
[pid=32101] ppid=32059 vsize=351112 CPUtime=1.33 cores=0,2,4,6
/proc/32101/stat : 32101 (python) S 32059 32059 30709 0 -1 4202560 1054 0 0 0 70 63 0 0 15 0 1 0 658192318 359538688 5812 33554432000 4194304 5683644 140736493963664 18446744073709551615 212687695430 0 0 16781312 514 990391700083933442 0 0 17 2 0 0 0
/proc/32101/statm: 87778 5812 378 364 0 23675 0
[pid=32103] ppid=32101 vsize=4088 CPUtime=371.52 cores=0,2,4,6
/proc/32103/stat : 32103 (march_hi) R 32101 32103 32103 0 -1 4202496 1757 0 0 0 37152 0 0 0 25 0 1 0 658192318 4186112 812 33554432000 4194304 4955518 140733749058800 18446744073709551615 4237810 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/32103/statm: 1022 812 106 186 0 835 0
[pid=32108] ppid=32059 vsize=361556 CPUtime=0.99 cores=0,2,4,6
/proc/32108/stat : 32108 (python) S 32059 32059 30709 0 -1 4202560 1038 0 0 0 52 47 0 0 15 0 1 0 658202244 370233344 5839 33554432000 4194304 5683644 140736493963664 18446744073709551615 212687695430 0 0 16781312 514 8556052045973389571 0 0 17 4 0 0 0
/proc/32108/statm: 90389 5839 377 364 0 26283 0
[pid=32110] ppid=32108 vsize=3576 CPUtime=276.1 cores=0,2,4,6
/proc/32110/stat : 32110 (march_hi) R 32108 32110 32110 0 -1 4202496 1633 0 0 0 27610 0 0 0 25 0 1 0 658202244 3661824 689 33554432000 4194304 4955518 140735676012656 18446744073709551615 4208626 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/32110/statm: 894 689 106 186 0 707 0
[pid=32112] ppid=32059 vsize=371812 CPUtime=0.32 cores=0,2,4,6
/proc/32112/stat : 32112 (python) S 32059 32059 30709 0 -1 4202560 1117 0 0 0 16 16 0 0 19 0 2 0 658202351 380735488 5893 33554432000 4194304 5683644 140736493963664 18446744073709551615 212699502027 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/32112/statm: 92953 5893 400 364 0 28844 0
[pid=32114] ppid=32112 vsize=246940 CPUtime=97.03 cores=0,2,4,6
/proc/32114/stat : 32114 (FH) T 32112 32114 32114 0 -1 4202496 595 0 0 0 9703 0 0 0 25 0 1 0 658202351 252866560 327 33554432000 134512640 134936988 4291208736 18446744073709551615 134558781 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/32114/statm: 61735 327 41 104 0 61239 0
[pid=32112/tid=32117] ppid=32059 vsize=371812 CPUtime=0 cores=0,2,4,6
/proc/32112/task/32117/stat : 32117 (python) S 32059 32059 30709 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 658212284 380735488 5893 33554432000 4194304 5683644 140736493963664 18446744073709551615 212699498929 0 0 16781312 514 18446604452407177472 0 0 -1 2 0 0 0
[pid=32118] ppid=32059 vsize=382068 CPUtime=0.62 cores=0,2,4,6
/proc/32118/stat : 32118 (python) S 32059 32059 30709 0 -1 4202560 1008 0 0 0 35 27 0 0 15 0 1 0 658212285 391237632 5867 33554432000 4194304 5683644 140736493963664 18446744073709551615 212687695430 0 0 16781312 514 10441784856353407234 0 0 17 4 0 0 0
/proc/32118/statm: 95517 5867 371 364 0 31405 0
[pid=32120] ppid=32118 vsize=3236 CPUtime=176.11 cores=0,2,4,6
/proc/32120/stat : 32120 (march_hi) R 32118 32120 32120 0 -1 4202496 1537 0 0 0 17611 0 0 0 25 0 1 0 658212285 3313664 589 33554432000 4194304 4955518 140735781479056 18446744073709551615 4208638 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/32120/statm: 809 589 106 186 0 622 0
[pid=32059/tid=32066] ppid=32057 vsize=392312 CPUtime=0 cores=0,2,4,6
/proc/32059/task/32066/stat : 32066 (python) S 32057 32059 30709 0 -1 4202560 26 932 0 0 0 0 0 0 20 0 12 0 658182280 401727488 7398 33554432000 4194304 5683644 140736493963664 18446744073709551615 212699498929 0 0 16781312 2 18446604445345007488 0 0 -1 6 0 0 0
[pid=32059/tid=32069] ppid=32057 vsize=392312 CPUtime=0 cores=0,2,4,6
/proc/32059/task/32069/stat : 32069 (python) S 32057 32059 30709 0 -1 4202560 23 932 0 0 0 0 0 0 22 0 12 0 658182281 401727488 7398 33554432000 4194304 5683644 140736493963664 18446744073709551615 212699498929 0 0 16781312 2 18446604445345007488 0 0 -1 4 0 0 0
[pid=32059/tid=32072] ppid=32057 vsize=392312 CPUtime=0 cores=0,2,4,6
/proc/32059/task/32072/stat : 32072 (python) S 32057 32059 30709 0 -1 4202560 22 932 0 0 0 0 0 0 24 0 12 0 658182282 401727488 7398 33554432000 4194304 5683644 140736493963664 18446744073709551615 212699498929 0 0 16781312 2 18446604445345007488 0 0 -1 2 0 0 0
[pid=32059/tid=32075] ppid=32057 vsize=392312 CPUtime=0 cores=0,2,4,6
/proc/32059/task/32075/stat : 32075 (python) S 32057 32059 30709 0 -1 4202560 25 932 0 0 0 0 0 0 20 0 12 0 658182283 401727488 7398 33554432000 4194304 5683644 140736493963664 18446744073709551615 212699498929 0 0 16781312 2 18446604445345007488 0 0 -1 4 0 0 0
[pid=32059/tid=32090] ppid=32057 vsize=392312 CPUtime=0 cores=0,2,4,6
/proc/32059/task/32090/stat : 32090 (python) S 32057 32059 30709 0 -1 4202560 29 932 0 0 0 0 0 0 20 0 12 0 658192212 401727488 7398 33554432000 4194304 5683644 140736493963664 18446744073709551615 212699498929 0 0 16781312 2 18446604445345007488 0 0 -1 4 0 0 0
[pid=32059/tid=32094] ppid=32057 vsize=392312 CPUtime=0 cores=0,2,4,6
/proc/32059/task/32094/stat : 32094 (python) S 32057 32059 30709 0 -1 4202560 26 932 0 0 0 0 0 0 20 0 12 0 658192316 401727488 7398 33554432000 4194304 5683644 140736493963664 18446744073709551615 212699498929 0 0 16781312 2 18446604445345007488 0 0 -1 6 0 0 0
[pid=32059/tid=32099] ppid=32057 vsize=392312 CPUtime=0 cores=0,2,4,6
/proc/32059/task/32099/stat : 32099 (python) S 32057 32059 30709 0 -1 4202560 32 932 0 0 0 0 0 0 22 0 12 0 658192317 401727488 7398 33554432000 4194304 5683644 140736493963664 18446744073709551615 212699498929 0 0 16781312 2 18446604445345007488 0 0 -1 2 0 0 0
[pid=32059/tid=32102] ppid=32057 vsize=392312 CPUtime=0 cores=0,2,4,6
/proc/32059/task/32102/stat : 32102 (python) S 32057 32059 30709 0 -1 4202560 25 932 0 0 0 0 0 0 24 0 12 0 658192318 401727488 7398 33554432000 4194304 5683644 140736493963664 18446744073709551615 212699498929 0 0 16781312 2 18446604445345007488 0 0 -1 2 0 0 0
[pid=32059/tid=32109] ppid=32057 vsize=392312 CPUtime=0 cores=0,2,4,6
/proc/32059/task/32109/stat : 32109 (python) S 32057 32059 30709 0 -1 4202560 22 932 0 0 0 0 0 0 20 0 12 0 658202244 401727488 7398 33554432000 4194304 5683644 140736493963664 18446744073709551615 212699498929 0 0 16781312 2 18446604445345007488 0 0 -1 2 0 0 0
[pid=32059/tid=32113] ppid=32057 vsize=392312 CPUtime=0 cores=0,2,4,6
/proc/32059/task/32113/stat : 32113 (python) S 32057 32059 30709 0 -1 4202560 28 932 0 0 0 0 0 0 20 0 12 0 658202351 401727488 7398 33554432000 4194304 5683644 140736493963664 18446744073709551615 212699498929 0 0 16781312 2 18446604445345007488 0 0 -1 2 0 0 0
[pid=32059/tid=32119] ppid=32057 vsize=392312 CPUtime=0 cores=0,2,4,6
/proc/32059/task/32119/stat : 32119 (python) S 32057 32059 30709 0 -1 4202560 26 932 0 0 0 0 0 0 20 0 12 0 658212285 401727488 7398 33554432000 4194304 5683644 140736493963664 18446744073709551615 212699498929 0 0 16781312 2 18446604445345007488 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1899.58
Current children cumulated vsize (KiB) 8599548

Child status: 0
Real time (s): 477.94
CPU time (s): 1899.89
CPU user time (s): 1896.4
CPU system time (s): 3.48647
CPU usage (%): 397.516
Max. virtual memory (cumulated for all children) (KiB): 8604400

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1896.4
system time used= 3.48647
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 47008
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= 5400
involuntary context switches= 13592

runsolver used 2.97555 second user time and 6.26905 second system time

The end

Launcher Data

Begin job on node139 at 2011-05-15 15:24:05
IDJOB=3378482
IDBENCH=82891
IDSOLVER=1859
FILE ID=node139/3378482-1305465844
RUNJOBID= node139-1305463021-30728
PBS_JOBID= 13324978
Free space on /tmp= 73352 MiB

SOLVER NAME= borg-sat 11.03.02-par-random (fixed)
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-3378482-1305465844/watcher-3378482-1305465844 -o /tmp/evaluation-result-3378482-1305465844/solver-3378482-1305465844 -C 4800 -W 1300 -M 15500  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3378482-1305465844.cnf -seed 1903780852 -budget 4800 -cores 4

TIME LIMIT= 4800 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= 3db6bd99841631bff4d8c3d33ccc1047
RANDOM SEED=1903780852

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

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.852
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.852
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.852
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	: 5321.49
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.852
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.852
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      21649576 kB
Buffers:        325040 kB
Cached:        3086124 kB
SwapCached:          0 kB
Active:        8920996 kB
Inactive:      2061388 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      21649576 kB
SwapTotal:    67111528 kB
SwapFree:     67111348 kB
Dirty:           40160 kB
Writeback:           0 kB
AnonPages:     7570576 kB
Mapped:          39004 kB
Slab:           206056 kB
PageTables:      47156 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 99331912 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= 73320 MiB
End job on node139 at 2011-05-15 15:32:03