Trace number 3385497

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 58.6761 9.00062

General information on the benchmark

Namerandom/medium/
unif-k5-r21.3-v75-c1597-S1227489160-001.UNKNOWN.cnf
MD5SUM9f541a728bb78454d33f408db36e3bd8
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark6.08107
Satisfiable
(Un)Satisfiability was proved
Number of variables75
Number of clauses1597
Sum of the clauses size7985
Maximum clause length5
Minimum clause length5
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 51597
Number of clauses of size over 50

Solver Data

0.31/0.46	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.31/0.46	c INFO: solving HOME/instance-3385497-1305567396.cnf
0.31/0.46	c INFO: computing task features
0.31/0.47	c INFO: computed variable-clause graph statistics
0.31/0.47	c INFO: computed clause balance statistics
0.39/0.51	c INFO: computed variable balance statistics
0.39/0.53	c INFO: computed small-clause counts
0.39/0.53	c INFO: computed Horn-clause counts
0.39/0.53	c INFO: computed variable graph statistics
0.39/0.53	c INFO: collected features for HOME/instance-3385497-1305567396.cnf in 0.07 s
0.39/0.56	c INFO: running gnovelty+2@0 for 97 with 4999 remaining (b = 0.61)
0.49/0.60	c INFO: running march_hi@0 for 388 with 4999 remaining (b = 0.38)
0.49/0.62	c INFO: running march_hi@0 for 388 with 4999 remaining (b = 0.33)
0.49/0.65	c INFO: running march_hi@0 for 97 with 4999 remaining (b = 0.11)
0.49/0.69	c INFO: running gnovelty+2@0 for 97 with 4999 remaining (b = 0.07)
0.59/0.72	c INFO: running march_hi@0 for 485 with 4999 remaining (b = 0.27)
0.59/0.75	c INFO: running march_hi@0 for 485 with 4999 remaining (b = 0.24)
0.59/0.79	c INFO: running march_hi@0 for 485 with 4999 remaining (b = 0.22)
58.10/8.98	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-3385497-1305567396/watcher-3385497-1305567396 -o /tmp/evaluation-result-3385497-1305567396/solver-3385497-1305567396 -C 40000 -W 5100 -M 31000 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3385497-1305567396.cnf -seed 1663986071 -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.91 9.37 8.52 3/490 16934
/proc/meminfo: memFree=19538140/32951124 swapFree=56449236/67111528
[pid=16934] ppid=16932 vsize=16244 CPUtime=0 cores=0-7
/proc/16934/stat : 16934 (python) R 16932 16934 16377 0 -1 4202496 1062 0 0 0 0 0 0 0 25 0 1 0 668340011 16633856 935 33554432000 4194304 5683644 140735420812928 18446744073709551615 253640553419 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/16934/statm: 4061 935 381 364 0 548 0

[startup+0.117744 s]
/proc/loadavg: 8.91 9.37 8.52 3/490 16934
/proc/meminfo: memFree=19538140/32951124 swapFree=56449236/67111528
[pid=16934] ppid=16932 vsize=111024 CPUtime=0.08 cores=0-7
/proc/16934/stat : 16934 (python) R 16932 16934 16377 0 -1 4202496 3472 0 0 0 6 2 0 0 25 0 1 0 668340011 113688576 3124 33554432000 4194304 5683644 140735420812928 18446744073709551615 253640857600 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/16934/statm: 27756 3125 881 364 0 2292 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 111024

[startup+0.200754 s]
/proc/loadavg: 8.91 9.37 8.52 3/490 16934
/proc/meminfo: memFree=19538140/32951124 swapFree=56449236/67111528
[pid=16934] ppid=16932 vsize=131300 CPUtime=0.15 cores=0-7
/proc/16934/stat : 16934 (python) R 16932 16934 16377 0 -1 4202496 5659 934 1 0 12 3 0 0 18 0 1 0 668340011 134451200 4068 33554432000 4194304 5683644 140735420812928 18446744073709551615 4540219 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/16934/statm: 32825 4074 1015 364 0 3086 0
Current children cumulated CPU time (s) 0.15
Current children cumulated vsize (KiB) 131300

[startup+0.300709 s]
/proc/loadavg: 8.91 9.37 8.52 3/490 16934
/proc/meminfo: memFree=19538140/32951124 swapFree=56449236/67111528
[pid=16934] ppid=16932 vsize=192324 CPUtime=0.23 cores=0-7
/proc/16934/stat : 16934 (python) R 16932 16934 16377 0 -1 4202496 6893 934 1 0 18 5 0 0 17 0 1 0 668340011 196939776 4950 33554432000 4194304 5683644 140735420812928 18446744073709551615 253640857600 0 2147483391 16781312 2 0 0 0 17 6 0 0 0
/proc/16934/statm: 48081 4950 1425 364 0 3724 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 192324

[startup+0.7006 s]
/proc/loadavg: 8.91 9.37 8.52 3/490 16934
/proc/meminfo: memFree=19538140/32951124 swapFree=56449236/67111528
[pid=16934] ppid=16932 vsize=330348 CPUtime=0.59 cores=0-7
/proc/16934/stat : 16934 (python) R 16932 16934 16377 0 -1 4202496 13447 934 1 0 50 9 0 0 18 0 6 0 668340011 338276352 7242 33554432000 4194304 5683644 140735420812928 18446744073709551615 46995817932423 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/16934/statm: 82587 7242 1882 364 0 18493 0
Current children cumulated CPU time (s) 0.59
Current children cumulated vsize (KiB) 330348

[startup+1.50145 s]
/proc/loadavg: 8.92 9.37 8.52 11/515 16963
/proc/meminfo: memFree=19480892/32951124 swapFree=56449236/67111528
[pid=16934] ppid=16932 vsize=361252 CPUtime=0.67 cores=0-7
/proc/16934/stat : 16934 (python) S 16932 16934 16377 0 -1 4202496 15684 934 1 0 58 9 0 0 24 0 9 0 668340011 369922048 7278 33554432000 4194304 5683644 140735420812928 18446744073709551615 253652686283 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/16934/statm: 90313 7278 1889 364 0 26210 0
[pid=16940] ppid=16934 vsize=278456 CPUtime=0 cores=0-7
/proc/16940/stat : 16940 (python) S 16934 16934 16377 0 -1 4202560 732 0 0 0 0 0 0 0 18 0 1 0 668340067 285138944 5533 33554432000 4194304 5683644 140735420812928 18446744073709551615 253640879631 0 0 16781312 514 14651173039195029503 0 0 17 6 0 0 0
/proc/16940/statm: 69614 5533 354 364 0 5532 0
[pid=16942] ppid=16940 vsize=1017800 CPUtime=0.92 cores=0-7
/proc/16942/stat : 16942 (gnovelty+2) R 16940 16942 16942 0 -1 4202496 425 0 0 0 92 0 0 0 21 0 1 0 668340068 1042227200 161 33554432000 134512640 135663704 4288470944 18446744073709551615 134524553 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/16942/statm: 254450 161 113 282 0 254166 0
[pid=16943] ppid=16934 vsize=289236 CPUtime=0 cores=0-7
/proc/16943/stat : 16943 (python) S 16934 16934 16377 0 -1 4202560 746 0 0 0 0 0 0 0 15 0 1 0 668340071 296177664 5666 33554432000 4194304 5683644 140735420812928 18446744073709551615 253640879686 0 0 16781312 514 5607369281428750593 0 0 17 4 0 0 0
/proc/16943/statm: 72309 5666 348 364 0 8224 0
[pid=16945] ppid=16943 vsize=1420 CPUtime=0.89 cores=0-7
/proc/16945/stat : 16945 (march_hi) R 16943 16945 16945 0 -1 4202496 470 0 0 0 89 0 0 0 25 0 1 0 668340071 1454080 209 33554432000 4194304 4955518 140736705984848 18446744073709551615 4208626 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/16945/statm: 355 209 106 186 0 168 0
[pid=16946] ppid=16934 vsize=299052 CPUtime=0 cores=0-7
/proc/16946/stat : 16946 (python) S 16934 16934 16377 0 -1 4202560 757 0 0 0 0 0 0 0 15 0 1 0 668340074 306229248 5576 33554432000 4194304 5683644 140735420812928 18446744073709551615 253640879686 0 0 16781312 514 17295005647909126403 0 0 17 3 0 0 0
/proc/16946/statm: 74763 5576 348 364 0 10675 0
[pid=16948] ppid=16946 vsize=1420 CPUtime=0.51 cores=0-7
/proc/16948/stat : 16948 (march_hi) R 16946 16948 16948 0 -1 4202496 469 0 0 0 51 0 0 0 25 0 1 0 668340074 1454080 208 33554432000 4194304 4955518 140734263562912 18446744073709551615 4208669 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/16948/statm: 355 208 106 186 0 168 0
[pid=16949] ppid=16934 vsize=309848 CPUtime=0 cores=0-7
/proc/16949/stat : 16949 (python) S 16934 16934 16377 0 -1 4202560 760 0 0 0 0 0 0 0 15 0 1 0 668340077 317284352 5700 33554432000 4194304 5683644 140735420812928 18446744073709551615 253640879686 0 0 16781312 514 2580844065754939651 0 0 17 6 0 0 0
/proc/16949/statm: 77462 5700 348 364 0 13371 0
[pid=16951] ppid=16949 vsize=1420 CPUtime=0.81 cores=0-7
/proc/16951/stat : 16951 (march_hi) R 16949 16951 16951 0 -1 4202496 472 0 0 0 81 0 0 0 25 0 1 0 668340077 1454080 209 33554432000 4194304 4955518 140734675535936 18446744073709551615 4314631 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/16951/statm: 355 209 106 186 0 168 0
[pid=16952] ppid=16934 vsize=320104 CPUtime=0 cores=0-7
/proc/16952/stat : 16952 (python) S 16934 16934 16377 0 -1 4202560 755 0 0 0 0 0 0 0 24 0 1 0 668340080 327786496 5704 33554432000 4194304 5683644 140735420812928 18446744073709551615 253640879686 0 0 16781312 514 91761396458455039 0 0 17 6 0 0 0
/proc/16952/statm: 80026 5704 348 364 0 15932 0
[pid=16954] ppid=16952 vsize=1017800 CPUtime=0.77 cores=0-7
/proc/16954/stat : 16954 (gnovelty+2) R 16952 16954 16954 0 -1 4202496 426 0 0 0 77 0 0 0 25 0 1 0 668340080 1042227200 162 33554432000 134512640 135663704 4294362208 18446744073709551615 134525271 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/16954/statm: 254450 162 113 282 0 254166 0
[pid=16955] ppid=16934 vsize=330360 CPUtime=0 cores=0-7
/proc/16955/stat : 16955 (python) S 16934 16934 16377 0 -1 4202560 772 0 0 0 0 0 0 0 15 0 1 0 668340083 338288640 5708 33554432000 4194304 5683644 140735420812928 18446744073709551615 253640879686 0 0 16781312 514 13011251171489186052 0 0 17 0 0 0 0
/proc/16955/statm: 82590 5708 348 364 0 18493 0
[pid=16957] ppid=16955 vsize=1420 CPUtime=0.76 cores=0-7
/proc/16957/stat : 16957 (march_hi) R 16955 16957 16957 0 -1 4202496 475 0 0 0 76 0 0 0 23 0 1 0 668340084 1454080 209 33554432000 4194304 4955518 140734927288768 18446744073709551615 4346397 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/16957/statm: 355 209 106 186 0 168 0
[pid=16958] ppid=16934 vsize=340752 CPUtime=0 cores=0-7
/proc/16958/stat : 16958 (python) S 16934 16934 16377 0 -1 4202560 769 0 0 0 0 0 0 0 15 0 1 0 668340087 348930048 5729 33554432000 4194304 5683644 140735420812928 18446744073709551615 253640879686 0 0 16781312 514 5607369281428750596 0 0 17 6 0 0 0
/proc/16958/statm: 85188 5729 348 364 0 21088 0
[pid=16960] ppid=16958 vsize=1420 CPUtime=0.34 cores=0-7
/proc/16960/stat : 16960 (march_hi) R 16958 16960 16960 0 -1 4202496 476 0 0 0 34 0 0 0 24 0 1 0 668340089 1454080 209 33554432000 4194304 4955518 140736458201648 18446744073709551615 4224471 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/16960/statm: 355 209 106 186 0 168 0
[pid=16961] ppid=16934 vsize=351008 CPUtime=0 cores=0-7
/proc/16961/stat : 16961 (python) S 16934 16934 16377 0 -1 4202560 812 0 0 0 0 0 0 0 15 0 1 0 668340090 359432192 5739 33554432000 4194304 5683644 140735420812928 18446744073709551615 253640879686 0 0 16781312 514 8058179986776883457 0 0 17 6 0 0 0
/proc/16961/statm: 87752 5739 354 364 0 23649 0
[pid=16963] ppid=16961 vsize=1420 CPUtime=0.7 cores=0-7
/proc/16963/stat : 16963 (march_hi) R 16961 16963 16963 0 -1 4202496 481 0 0 0 70 0 0 0 25 0 1 0 668340090 1454080 209 33554432000 4194304 4955518 140736161153040 18446744073709551615 4315603 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/16963/statm: 355 209 106 186 0 168 0
[pid=16934/tid=16941] ppid=16932 vsize=361252 CPUtime=0 cores=0-7
/proc/16934/task/16941/stat : 16941 (python) S 16932 16934 16377 0 -1 4202560 27 934 0 0 0 0 0 0 19 0 9 0 668340068 369922048 7278 33554432000 4194304 5683644 140735420812928 18446744073709551615 253652683185 0 0 16781312 2 18446604452781072512 0 0 -1 0 0 0 0
[pid=16934/tid=16944] ppid=16932 vsize=361252 CPUtime=0 cores=0-7
/proc/16934/task/16944/stat : 16944 (python) S 16932 16934 16377 0 -1 4202560 22 934 0 0 0 0 0 0 20 0 9 0 668340071 369922048 7278 33554432000 4194304 5683644 140735420812928 18446744073709551615 253652683185 0 0 16781312 2 18446604452781072512 0 0 -1 0 0 0 0
[pid=16934/tid=16947] ppid=16932 vsize=361252 CPUtime=0 cores=0-7
/proc/16934/task/16947/stat : 16947 (python) S 16932 16934 16377 0 -1 4202560 20 934 0 0 0 0 0 0 18 0 9 0 668340074 369922048 7278 33554432000 4194304 5683644 140735420812928 18446744073709551615 253652683185 0 0 16781312 2 18446604452781072512 0 0 -1 3 0 0 0
[pid=16934/tid=16950] ppid=16932 vsize=361252 CPUtime=0 cores=0-7
/proc/16934/task/16950/stat : 16950 (python) S 16932 16934 16377 0 -1 4202560 27 934 0 0 0 0 0 0 23 0 9 0 668340077 369922048 7278 33554432000 4194304 5683644 140735420812928 18446744073709551615 253652683185 0 0 16781312 2 18446604452781072512 0 0 -1 6 0 0 0
[pid=16934/tid=16953] ppid=16932 vsize=361252 CPUtime=0 cores=0-7
/proc/16934/task/16953/stat : 16953 (python) S 16932 16934 16377 0 -1 4202560 24 934 0 0 0 0 0 0 25 0 9 0 668340080 369922048 7278 33554432000 4194304 5683644 140735420812928 18446744073709551615 253652683185 0 0 16781312 2 18446604452781072512 0 0 -1 6 0 0 0
[pid=16934/tid=16956] ppid=16932 vsize=361252 CPUtime=0 cores=0-7
/proc/16934/task/16956/stat : 16956 (python) S 16932 16934 16377 0 -1 4202560 22 934 0 0 0 0 0 0 20 0 9 0 668340084 369922048 7278 33554432000 4194304 5683644 140735420812928 18446744073709551615 253652683185 0 0 16781312 2 18446604452781072512 0 0 -1 0 0 0 0
[pid=16934/tid=16959] ppid=16932 vsize=361252 CPUtime=0 cores=0-7
/proc/16934/task/16959/stat : 16959 (python) S 16932 16934 16377 0 -1 4202560 27 934 0 0 0 0 0 0 22 0 9 0 668340087 369922048 7278 33554432000 4194304 5683644 140735420812928 18446744073709551615 253652683185 0 0 16781312 2 18446604452781072512 0 0 -1 6 0 0 0
[pid=16934/tid=16962] ppid=16932 vsize=361252 CPUtime=0 cores=0-7
/proc/16934/task/16962/stat : 16962 (python) S 16932 16934 16377 0 -1 4202560 29 934 0 0 0 0 0 0 24 0 9 0 668340090 369922048 7278 33554432000 4194304 5683644 140735420812928 18446744073709551615 253652683185 0 0 16781312 2 18446604452781072512 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 6.37
Current children cumulated vsize (KiB) 4924188

[startup+3.10116 s]
/proc/loadavg: 8.92 9.37 8.52 10/515 16963
/proc/meminfo: memFree=19479652/32951124 swapFree=56449236/67111528
[pid=16934] ppid=16932 vsize=361252 CPUtime=0.67 cores=0-7
/proc/16934/stat : 16934 (python) S 16932 16934 16377 0 -1 4202496 15684 934 1 0 58 9 0 0 24 0 9 0 668340011 369922048 7278 33554432000 4194304 5683644 140735420812928 18446744073709551615 253652686283 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/16934/statm: 90313 7278 1889 364 0 26210 0
[pid=16940] ppid=16934 vsize=278456 CPUtime=0 cores=0-7
/proc/16940/stat : 16940 (python) S 16934 16934 16377 0 -1 4202560 732 0 0 0 0 0 0 0 18 0 1 0 668340067 285138944 5533 33554432000 4194304 5683644 140735420812928 18446744073709551615 253640879631 0 0 16781312 514 14651173039194996993 0 0 17 6 0 0 0
/proc/16940/statm: 69614 5533 354 364 0 5532 0
[pid=16942] ppid=16940 vsize=1017800 CPUtime=2.52 cores=0-7
/proc/16942/stat : 16942 (gnovelty+2) R 16940 16942 16942 0 -1 4202496 425 0 0 0 252 0 0 0 25 0 1 0 668340068 1042227200 161 33554432000 134512640 135663704 4288470944 18446744073709551615 134525247 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/16942/statm: 254450 161 113 282 0 254166 0
[pid=16943] ppid=16934 vsize=289236 CPUtime=0 cores=0-7
/proc/16943/stat : 16943 (python) S 16934 16934 16377 0 -1 4202560 748 0 0 0 0 0 0 0 15 0 1 0 668340071 296177664 5666 33554432000 4194304 5683644 140735420812928 18446744073709551615 253640879686 0 0 16781312 514 5427871096206491905 0 0 17 4 0 0 0
/proc/16943/statm: 72309 5666 348 364 0 8224 0
[pid=16945] ppid=16943 vsize=1420 CPUtime=2.49 cores=0-7
/proc/16945/stat : 16945 (march_hi) R 16943 16945 16945 0 -1 4202496 470 0 0 0 249 0 0 0 25 0 1 0 668340071 1454080 209 33554432000 4194304 4955518 140736705984848 18446744073709551615 4208656 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/16945/statm: 355 209 106 186 0 168 0
[pid=16946] ppid=16934 vsize=299052 CPUtime=0 cores=0-7
/proc/16946/stat : 16946 (python) S 16934 16934 16377 0 -1 4202560 763 0 0 0 0 0 0 0 15 0 1 0 668340074 306229248 5576 33554432000 4194304 5683644 140735420812928 18446744073709551615 253640879686 0 0 16781312 514 17295005647909126403 0 0 17 3 0 0 0
/proc/16946/statm: 74763 5576 348 364 0 10675 0
[pid=16948] ppid=16946 vsize=1420 CPUtime=1.34 cores=0-7
/proc/16948/stat : 16948 (march_hi) R 16946 16948 16948 0 -1 4202496 469 0 0 0 134 0 0 0 25 0 1 0 668340074 1454080 208 33554432000 4194304 4955518 140734263562912 18446744073709551615 4208669 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/16948/statm: 355 208 106 186 0 168 0
[pid=16949] ppid=16934 vsize=309848 CPUtime=0 cores=0-7
/proc/16949/stat : 16949 (python) S 16934 16934 16377 0 -1 4202560 762 0 0 0 0 0 0 0 15 0 1 0 668340077 317284352 5700 33554432000 4194304 5683644 140735420812928 18446744073709551615 253640879686 0 0 16781312 514 2580844065754939651 0 0 17 6 0 0 0
/proc/16949/statm: 77462 5700 348 364 0 13371 0
[pid=16951] ppid=16949 vsize=1420 CPUtime=2.39 cores=0-7
/proc/16951/stat : 16951 (march_hi) R 16949 16951 16951 0 -1 4202496 472 0 0 0 239 0 0 0 25 0 1 0 668340077 1454080 209 33554432000 4194304 4955518 140734675535936 18446744073709551615 4224450 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/16951/statm: 355 209 106 186 0 168 0
[pid=16952] ppid=16934 vsize=320104 CPUtime=0 cores=0-7
/proc/16952/stat : 16952 (python) S 16934 16934 16377 0 -1 4202560 755 0 0 0 0 0 0 0 18 0 1 0 668340080 327786496 5704 33554432000 4194304 5683644 140735420812928 18446744073709551615 253640879686 0 0 16781312 514 91761396458422532 0 0 17 6 0 0 0
/proc/16952/statm: 80026 5704 348 364 0 15932 0
[pid=16954] ppid=16952 vsize=1017800 CPUtime=2.36 cores=0-7
/proc/16954/stat : 16954 (gnovelty+2) R 16952 16954 16954 0 -1 4202496 426 0 0 0 236 0 0 0 25 0 1 0 668340080 1042227200 162 33554432000 134512640 135663704 4294362208 18446744073709551615 134544186 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/16954/statm: 254450 162 113 282 0 254166 0
[pid=16955] ppid=16934 vsize=330360 CPUtime=0 cores=0-7
/proc/16955/stat : 16955 (python) S 16934 16934 16377 0 -1 4202560 776 0 0 0 0 0 0 0 15 0 1 0 668340083 338288640 5708 33554432000 4194304 5683644 140735420812928 18446744073709551615 253640879686 0 0 16781312 514 13011251171489186052 0 0 17 0 0 0 0
/proc/16955/statm: 82590 5708 348 364 0 18493 0
[pid=16957] ppid=16955 vsize=1420 CPUtime=2.36 cores=0-7
/proc/16957/stat : 16957 (march_hi) R 16955 16957 16957 0 -1 4202496 475 0 0 0 236 0 0 0 25 0 1 0 668340084 1454080 209 33554432000 4194304 4955518 140734927288768 18446744073709551615 4237772 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/16957/statm: 355 209 106 186 0 168 0
[pid=16958] ppid=16934 vsize=340752 CPUtime=0 cores=0-7
/proc/16958/stat : 16958 (python) S 16934 16934 16377 0 -1 4202560 770 0 0 0 0 0 0 0 15 0 1 0 668340087 348930048 5729 33554432000 4194304 5683644 140735420812928 18446744073709551615 253640879686 0 0 16781312 514 10611149229449511172 0 0 17 6 0 0 0
/proc/16958/statm: 85188 5729 348 364 0 21088 0
[pid=16960] ppid=16958 vsize=1420 CPUtime=1.11 cores=0-7
/proc/16960/stat : 16960 (march_hi) R 16958 16960 16960 0 -1 4202496 476 0 0 0 111 0 0 0 25 0 1 0 668340089 1454080 209 33554432000 4194304 4955518 140736458201648 18446744073709551615 4285655 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/16960/statm: 355 209 106 186 0 168 0
[pid=16961] ppid=16934 vsize=351008 CPUtime=0 cores=0-7
/proc/16961/stat : 16961 (python) S 16934 16934 16377 0 -1 4202560 818 0 0 0 0 0 0 0 15 0 1 0 668340090 359432192 5739 33554432000 4194304 5683644 140735420812928 18446744073709551615 253640879686 0 0 16781312 514 8058179986776883457 0 0 17 6 0 0 0
/proc/16961/statm: 87752 5739 354 364 0 23649 0
[pid=16963] ppid=16961 vsize=1420 CPUtime=2.3 cores=0-7
/proc/16963/stat : 16963 (march_hi) R 16961 16963 16963 0 -1 4202496 481 0 0 0 230 0 0 0 25 0 1 0 668340090 1454080 209 33554432000 4194304 4955518 140736161153040 18446744073709551615 4224468 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/16963/statm: 355 209 106 186 0 168 0
[pid=16934/tid=16941] ppid=16932 vsize=361252 CPUtime=0 cores=0-7
/proc/16934/task/16941/stat : 16941 (python) S 16932 16934 16377 0 -1 4202560 27 934 0 0 0 0 0 0 19 0 9 0 668340068 369922048 7278 33554432000 4194304 5683644 140735420812928 18446744073709551615 253652683185 0 0 16781312 2 18446604452781072512 0 0 -1 0 0 0 0
[pid=16934/tid=16944] ppid=16932 vsize=361252 CPUtime=0 cores=0-7
/proc/16934/task/16944/stat : 16944 (python) S 16932 16934 16377 0 -1 4202560 22 934 0 0 0 0 0 0 20 0 9 0 668340071 369922048 7278 33554432000 4194304 5683644 140735420812928 18446744073709551615 253652683185 0 0 16781312 2 18446604452781072512 0 0 -1 0 0 0 0
[pid=16934/tid=16947] ppid=16932 vsize=361252 CPUtime=0 cores=0-7
/proc/16934/task/16947/stat : 16947 (python) S 16932 16934 16377 0 -1 4202560 20 934 0 0 0 0 0 0 18 0 9 0 668340074 369922048 7278 33554432000 4194304 5683644 140735420812928 18446744073709551615 253652683185 0 0 16781312 2 18446604452781072512 0 0 -1 3 0 0 0
[pid=16934/tid=16950] ppid=16932 vsize=361252 CPUtime=0 cores=0-7
/proc/16934/task/16950/stat : 16950 (python) S 16932 16934 16377 0 -1 4202560 27 934 0 0 0 0 0 0 23 0 9 0 668340077 369922048 7278 33554432000 4194304 5683644 140735420812928 18446744073709551615 253652683185 0 0 16781312 2 18446604452781072512 0 0 -1 6 0 0 0
[pid=16934/tid=16953] ppid=16932 vsize=361252 CPUtime=0 cores=0-7

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

[pid=16961] ppid=16934 vsize=351008 CPUtime=1.46 cores=0-7
/proc/16961/stat : 16961 (python) R 16934 16934 16377 0 -1 4202560 1006 0 0 0 127 19 0 0 17 0 1 0 668340090 359432192 5762 33554432000 4194304 5683644 140735420812928 18446744073709551615 253640879686 0 0 16781312 514 0 0 0 17 1 0 0 0
/proc/16961/statm: 87752 5762 377 364 0 23649 0
[pid=16963] ppid=16961 vsize=0 CPUtime=6.13 cores=0-7
/proc/16963/stat : 16963 (march_hi) R 16961 16963 16963 0 -1 4202500 483 0 0 0 613 0 0 0 25 0 1 0 668340090 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 1 0 0 0
/proc/16963/statm: 0 0 0 0 0 0 0
[pid=16934/tid=16941] ppid=16932 vsize=361252 CPUtime=0 cores=0-7
/proc/16934/task/16941/stat : 16941 (python) S 16932 16934 16377 0 -1 4202560 27 934 0 0 0 0 0 0 19 0 9 0 668340068 369922048 7278 33554432000 4194304 5683644 140735420812928 18446744073709551615 253652683185 0 0 16781312 2 18446604452781072512 0 0 -1 0 0 0 0
[pid=16934/tid=16944] ppid=16932 vsize=361252 CPUtime=0 cores=0-7
/proc/16934/task/16944/stat : 16944 (python) S 16932 16934 16377 0 -1 4202560 22 934 0 0 0 0 0 0 20 0 9 0 668340071 369922048 7278 33554432000 4194304 5683644 140735420812928 18446744073709551615 253652683185 0 0 16781312 2 18446604452781072512 0 0 -1 0 0 0 0
[pid=16934/tid=16947] ppid=16932 vsize=361252 CPUtime=0 cores=0-7
/proc/16934/task/16947/stat : 16947 (python) S 16932 16934 16377 0 -1 4202560 20 934 0 0 0 0 0 0 18 0 9 0 668340074 369922048 7278 33554432000 4194304 5683644 140735420812928 18446744073709551615 253652683185 0 0 16781312 2 18446604452781072512 0 0 -1 3 0 0 0
[pid=16934/tid=16950] ppid=16932 vsize=361252 CPUtime=0 cores=0-7
/proc/16934/task/16950/stat : 16950 (python) S 16932 16934 16377 0 -1 4202560 27 934 0 0 0 0 0 0 23 0 9 0 668340077 369922048 7278 33554432000 4194304 5683644 140735420812928 18446744073709551615 253652683185 0 0 16781312 2 18446604452781072512 0 0 -1 6 0 0 0
[pid=16934/tid=16953] ppid=16932 vsize=361252 CPUtime=0 cores=0-7
/proc/16934/task/16953/stat : 16953 (python) S 16932 16934 16377 0 -1 4202560 24 934 0 0 0 0 0 0 25 0 9 0 668340080 369922048 7278 33554432000 4194304 5683644 140735420812928 18446744073709551615 253652683185 0 0 16781312 2 18446604452781072512 0 0 -1 6 0 0 0
[pid=16934/tid=16956] ppid=16932 vsize=361252 CPUtime=0 cores=0-7
/proc/16934/task/16956/stat : 16956 (python) S 16932 16934 16377 0 -1 4202560 22 934 0 0 0 0 0 0 20 0 9 0 668340084 369922048 7278 33554432000 4194304 5683644 140735420812928 18446744073709551615 253652683185 0 0 16781312 2 18446604452781072512 0 0 -1 0 0 0 0
[pid=16934/tid=16959] ppid=16932 vsize=361252 CPUtime=0 cores=0-7
/proc/16934/task/16959/stat : 16959 (python) S 16932 16934 16377 0 -1 4202560 27 934 0 0 0 0 0 0 22 0 9 0 668340087 369922048 7278 33554432000 4194304 5683644 140735420812928 18446744073709551615 253652683185 0 0 16781312 2 18446604452781072512 0 0 -1 6 0 0 0
[pid=16934/tid=16962] ppid=16932 vsize=361252 CPUtime=0 cores=0-7
/proc/16934/task/16962/stat : 16962 (python) S 16932 16934 16377 0 -1 4202560 29 934 0 0 0 0 0 0 24 0 9 0 668340090 369922048 7278 33554432000 4194304 5683644 140735420812928 18446744073709551615 253652683185 0 0 16781312 2 18446604452781072512 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 54.47
Current children cumulated vsize (KiB) 4918508

[startup+8.80112 s]
/proc/loadavg: 9.01 9.38 8.53 16/515 16964
/proc/meminfo: memFree=19480188/32951124 swapFree=56449236/67111528
[pid=16934] ppid=16932 vsize=361252 CPUtime=0.67 cores=0-7
/proc/16934/stat : 16934 (python) S 16932 16934 16377 0 -1 4202496 15684 934 1 0 58 9 0 0 24 0 9 0 668340011 369922048 7278 33554432000 4194304 5683644 140735420812928 18446744073709551615 253652686283 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/16934/statm: 90313 7278 1889 364 0 26210 0
[pid=16940] ppid=16934 vsize=278456 CPUtime=0.02 cores=0-7
/proc/16940/stat : 16940 (python) S 16934 16934 16377 0 -1 4202560 897 0 0 0 1 1 0 0 18 0 1 0 668340067 285138944 5556 33554432000 4194304 5683644 140735420812928 18446744073709551615 253640879631 0 0 16781312 514 14651173039194996993 0 0 17 6 0 0 0
/proc/16940/statm: 69614 5556 377 364 0 5532 0
[pid=16942] ppid=16940 vsize=1017800 CPUtime=8.23 cores=0-7
/proc/16942/stat : 16942 (gnovelty+2) R 16940 16942 16942 0 -1 4202496 425 0 0 0 823 0 0 0 25 0 1 0 668340068 1042227200 161 33554432000 134512640 135663704 4288470944 18446744073709551615 134525302 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/16942/statm: 254450 161 113 282 0 254166 0
[pid=16943] ppid=16934 vsize=289236 CPUtime=2.06 cores=0-7
/proc/16943/stat : 16943 (python) R 16934 16934 16377 0 -1 4202560 926 0 0 0 178 28 0 0 18 0 1 0 668340071 296177664 5689 33554432000 4194304 5683644 140735420812928 18446744073709551615 253652689727 0 0 16781312 514 0 0 0 17 4 0 0 0
/proc/16943/statm: 72309 5689 371 364 0 8224 0
[pid=16945] ppid=16943 vsize=0 CPUtime=6.14 cores=0-7
/proc/16945/stat : 16945 (march_hi) R 16943 16945 16945 0 -1 4202500 472 0 0 0 614 0 0 0 25 0 1 0 668340071 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 4 0 0 0
/proc/16945/statm: 0 0 0 0 0 0 0
[pid=16946] ppid=16934 vsize=299052 CPUtime=0.02 cores=0-7
/proc/16946/stat : 16946 (python) S 16934 16934 16377 0 -1 4202560 919 0 0 0 1 1 0 0 15 0 1 0 668340074 306229248 5599 33554432000 4194304 5683644 140735420812928 18446744073709551615 253640879686 0 0 16781312 514 17295005647909126403 0 0 17 3 0 0 0
/proc/16946/statm: 74763 5599 371 364 0 10675 0
[pid=16948] ppid=16946 vsize=1420 CPUtime=4.21 cores=0-7
/proc/16948/stat : 16948 (march_hi) R 16946 16948 16948 0 -1 4202496 469 0 0 0 421 0 0 0 25 0 1 0 668340074 1454080 208 33554432000 4194304 4955518 140734263562912 18446744073709551615 4237810 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/16948/statm: 355 208 106 186 0 168 0
[pid=16949] ppid=16934 vsize=309848 CPUtime=1.83 cores=0-7
/proc/16949/stat : 16949 (python) R 16934 16934 16377 0 -1 4202560 951 0 0 0 158 25 0 0 17 0 1 0 668340077 317284352 5723 33554432000 4194304 5683644 140735420812928 18446744073709551615 4299136 0 0 16781312 514 0 0 0 17 7 0 0 0
/proc/16949/statm: 77462 5723 371 364 0 13371 0
[pid=16951] ppid=16949 vsize=0 CPUtime=6.18 cores=0-7
/proc/16951/stat : 16951 (march_hi) R 16949 16951 16951 0 -1 4202500 474 0 0 0 618 0 0 0 25 0 1 0 668340077 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 7 0 0 0
/proc/16951/statm: 0 0 0 0 0 0 0
[pid=16952] ppid=16934 vsize=320104 CPUtime=0.01 cores=0-7
/proc/16952/stat : 16952 (python) S 16934 16934 16377 0 -1 4202560 942 0 0 0 0 1 0 0 18 0 1 0 668340080 327786496 5727 33554432000 4194304 5683644 140735420812928 18446744073709551615 253640879686 0 0 16781312 514 91761396458422532 0 0 17 6 0 0 0
/proc/16952/statm: 80026 5727 371 364 0 15932 0
[pid=16954] ppid=16952 vsize=1017800 CPUtime=7.99 cores=0-7
/proc/16954/stat : 16954 (gnovelty+2) R 16952 16954 16954 0 -1 4202496 426 0 0 0 799 0 0 0 25 0 1 0 668340080 1042227200 162 33554432000 134512640 135663704 4294362208 18446744073709551615 134524512 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/16954/statm: 254450 162 113 282 0 254166 0
[pid=16955] ppid=16934 vsize=330360 CPUtime=1.94 cores=0-7
/proc/16955/stat : 16955 (python) R 16934 16934 16377 0 -1 4202560 960 0 0 0 171 23 0 0 18 0 1 0 668340083 338288640 5731 33554432000 4194304 5683644 140735420812928 18446744073709551615 253652689727 0 0 16781312 514 0 0 0 17 0 0 0 0
/proc/16955/statm: 82590 5731 371 364 0 18493 0
[pid=16957] ppid=16955 vsize=0 CPUtime=6.14 cores=0-7
/proc/16957/stat : 16957 (march_hi) R 16955 16957 16957 0 -1 4202500 477 0 0 0 614 0 0 0 25 0 1 0 668340084 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 0 0 0 0
/proc/16957/statm: 0 0 0 0 0 0 0
[pid=16958] ppid=16934 vsize=340752 CPUtime=0.02 cores=0-7
/proc/16958/stat : 16958 (python) S 16934 16934 16377 0 -1 4202560 954 0 0 0 1 1 0 0 15 0 1 0 668340087 348930048 5752 33554432000 4194304 5683644 140735420812928 18446744073709551615 253640879686 0 0 16781312 514 10611149229449511172 0 0 17 6 0 0 0
/proc/16958/statm: 85188 5752 371 364 0 21088 0
[pid=16960] ppid=16958 vsize=1420 CPUtime=3.93 cores=0-7
/proc/16960/stat : 16960 (march_hi) R 16958 16960 16960 0 -1 4202496 476 0 0 0 393 0 0 0 25 0 1 0 668340089 1454080 209 33554432000 4194304 4955518 140736458201648 18446744073709551615 4297067 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/16960/statm: 355 209 106 186 0 168 0
[pid=16961] ppid=16934 vsize=351008 CPUtime=1.88 cores=0-7
/proc/16961/stat : 16961 (python) R 16934 16934 16377 0 -1 4202560 1006 0 0 0 165 23 0 0 17 0 1 0 668340090 359432192 5762 33554432000 4194304 5683644 140735420812928 18446744073709551615 253652689727 0 0 16781312 514 0 0 0 17 1 0 0 0
/proc/16961/statm: 87752 5762 377 364 0 23649 0
[pid=16963] ppid=16961 vsize=0 CPUtime=6.13 cores=0-7
/proc/16963/stat : 16963 (march_hi) R 16961 16963 16963 0 -1 4202500 483 0 0 0 613 0 0 0 25 0 1 0 668340090 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 1 0 0 0
/proc/16963/statm: 0 0 0 0 0 0 0
[pid=16934/tid=16941] ppid=16932 vsize=361252 CPUtime=0 cores=0-7
/proc/16934/task/16941/stat : 16941 (python) S 16932 16934 16377 0 -1 4202560 27 934 0 0 0 0 0 0 19 0 9 0 668340068 369922048 7278 33554432000 4194304 5683644 140735420812928 18446744073709551615 253652683185 0 0 16781312 2 18446604452781072512 0 0 -1 0 0 0 0
[pid=16934/tid=16944] ppid=16932 vsize=361252 CPUtime=0 cores=0-7
/proc/16934/task/16944/stat : 16944 (python) S 16932 16934 16377 0 -1 4202560 22 934 0 0 0 0 0 0 20 0 9 0 668340071 369922048 7278 33554432000 4194304 5683644 140735420812928 18446744073709551615 253652683185 0 0 16781312 2 18446604452781072512 0 0 -1 0 0 0 0
[pid=16934/tid=16947] ppid=16932 vsize=361252 CPUtime=0 cores=0-7
/proc/16934/task/16947/stat : 16947 (python) S 16932 16934 16377 0 -1 4202560 20 934 0 0 0 0 0 0 18 0 9 0 668340074 369922048 7278 33554432000 4194304 5683644 140735420812928 18446744073709551615 253652683185 0 0 16781312 2 18446604452781072512 0 0 -1 3 0 0 0
[pid=16934/tid=16950] ppid=16932 vsize=361252 CPUtime=0 cores=0-7
/proc/16934/task/16950/stat : 16950 (python) S 16932 16934 16377 0 -1 4202560 27 934 0 0 0 0 0 0 23 0 9 0 668340077 369922048 7278 33554432000 4194304 5683644 140735420812928 18446744073709551615 253652683185 0 0 16781312 2 18446604452781072512 0 0 -1 6 0 0 0
[pid=16934/tid=16953] ppid=16932 vsize=361252 CPUtime=0 cores=0-7
/proc/16934/task/16953/stat : 16953 (python) S 16932 16934 16377 0 -1 4202560 24 934 0 0 0 0 0 0 25 0 9 0 668340080 369922048 7278 33554432000 4194304 5683644 140735420812928 18446744073709551615 253652683185 0 0 16781312 2 18446604452781072512 0 0 -1 6 0 0 0
[pid=16934/tid=16956] ppid=16932 vsize=361252 CPUtime=0 cores=0-7
/proc/16934/task/16956/stat : 16956 (python) S 16932 16934 16377 0 -1 4202560 22 934 0 0 0 0 0 0 20 0 9 0 668340084 369922048 7278 33554432000 4194304 5683644 140735420812928 18446744073709551615 253652683185 0 0 16781312 2 18446604452781072512 0 0 -1 0 0 0 0
[pid=16934/tid=16959] ppid=16932 vsize=361252 CPUtime=0 cores=0-7
/proc/16934/task/16959/stat : 16959 (python) S 16932 16934 16377 0 -1 4202560 27 934 0 0 0 0 0 0 22 0 9 0 668340087 369922048 7278 33554432000 4194304 5683644 140735420812928 18446744073709551615 253652683185 0 0 16781312 2 18446604452781072512 0 0 -1 6 0 0 0
[pid=16934/tid=16962] ppid=16932 vsize=361252 CPUtime=0 cores=0-7
/proc/16934/task/16962/stat : 16962 (python) S 16932 16934 16377 0 -1 4202560 29 934 0 0 0 0 0 0 24 0 9 0 668340090 369922048 7278 33554432000 4194304 5683644 140735420812928 18446744073709551615 253652683185 0 0 16781312 2 18446604452781072512 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 57.4
Current children cumulated vsize (KiB) 4918508

[startup+8.9201 s]
/proc/loadavg: 9.01 9.38 8.53 16/515 16964
/proc/meminfo: memFree=19480188/32951124 swapFree=56449236/67111528
[pid=16934] ppid=16932 vsize=361252 CPUtime=0.67 cores=0-7
/proc/16934/stat : 16934 (python) S 16932 16934 16377 0 -1 4202496 15684 934 1 0 58 9 0 0 24 0 9 0 668340011 369922048 7278 33554432000 4194304 5683644 140735420812928 18446744073709551615 253652686283 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/16934/statm: 90313 7278 1889 364 0 26210 0
[pid=16940] ppid=16934 vsize=278456 CPUtime=0.02 cores=0-7
/proc/16940/stat : 16940 (python) S 16934 16934 16377 0 -1 4202560 897 0 0 0 1 1 0 0 18 0 1 0 668340067 285138944 5556 33554432000 4194304 5683644 140735420812928 18446744073709551615 253640879631 0 0 16781312 514 14651173039194996993 0 0 17 6 0 0 0
/proc/16940/statm: 69614 5556 377 364 0 5532 0
[pid=16942] ppid=16940 vsize=1017800 CPUtime=8.34 cores=0-7
/proc/16942/stat : 16942 (gnovelty+2) R 16940 16942 16942 0 -1 4202496 425 0 0 0 834 0 0 0 25 0 1 0 668340068 1042227200 161 33554432000 134512640 135663704 4288470944 18446744073709551615 134525276 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/16942/statm: 254450 161 113 282 0 254166 0
[pid=16943] ppid=16934 vsize=289236 CPUtime=2.16 cores=0-7
/proc/16943/stat : 16943 (python) R 16934 16934 16377 0 -1 4202560 926 0 0 0 187 29 0 0 18 0 1 0 668340071 296177664 5689 33554432000 4194304 5683644 140735420812928 18446744073709551615 253652689727 0 0 16781312 514 0 0 0 17 4 0 0 0
/proc/16943/statm: 72309 5689 371 364 0 8224 0
[pid=16945] ppid=16943 vsize=0 CPUtime=6.14 cores=0-7
/proc/16945/stat : 16945 (march_hi) R 16943 16945 16945 0 -1 4202500 472 0 0 0 614 0 0 0 25 0 1 0 668340071 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 4 0 0 0
/proc/16945/statm: 0 0 0 0 0 0 0
[pid=16946] ppid=16934 vsize=299052 CPUtime=0.02 cores=0-7
/proc/16946/stat : 16946 (python) S 16934 16934 16377 0 -1 4202560 919 0 0 0 1 1 0 0 15 0 1 0 668340074 306229248 5599 33554432000 4194304 5683644 140735420812928 18446744073709551615 253640879686 0 0 16781312 514 17295005647909126403 0 0 17 3 0 0 0
/proc/16946/statm: 74763 5599 371 364 0 10675 0
[pid=16948] ppid=16946 vsize=1420 CPUtime=4.23 cores=0-7
/proc/16948/stat : 16948 (march_hi) R 16946 16948 16948 0 -1 4202496 469 0 0 0 423 0 0 0 25 0 1 0 668340074 1454080 208 33554432000 4194304 4955518 140734263562912 18446744073709551615 4237810 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/16948/statm: 355 208 106 186 0 168 0
[pid=16949] ppid=16934 vsize=309848 CPUtime=1.92 cores=0-7
/proc/16949/stat : 16949 (python) R 16934 16934 16377 0 -1 4202560 951 0 0 0 166 26 0 0 18 0 1 0 668340077 317284352 5723 33554432000 4194304 5683644 140735420812928 18446744073709551615 4506014 0 0 16781312 514 0 0 0 17 7 0 0 0
/proc/16949/statm: 77462 5723 371 364 0 13371 0
[pid=16951] ppid=16949 vsize=0 CPUtime=6.18 cores=0-7
/proc/16951/stat : 16951 (march_hi) R 16949 16951 16951 0 -1 4202500 474 0 0 0 618 0 0 0 25 0 1 0 668340077 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 7 0 0 0
/proc/16951/statm: 0 0 0 0 0 0 0
[pid=16952] ppid=16934 vsize=320104 CPUtime=0.01 cores=0-7
/proc/16952/stat : 16952 (python) S 16934 16934 16377 0 -1 4202560 942 0 0 0 0 1 0 0 18 0 1 0 668340080 327786496 5727 33554432000 4194304 5683644 140735420812928 18446744073709551615 253640879686 0 0 16781312 514 91761396458422532 0 0 17 6 0 0 0
/proc/16952/statm: 80026 5727 371 364 0 15932 0
[pid=16954] ppid=16952 vsize=1017800 CPUtime=8.09 cores=0-7
/proc/16954/stat : 16954 (gnovelty+2) R 16952 16954 16954 0 -1 4202496 426 0 0 0 809 0 0 0 25 0 1 0 668340080 1042227200 162 33554432000 134512640 135663704 4294362208 18446744073709551615 134525132 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/16954/statm: 254450 162 113 282 0 254166 0
[pid=16955] ppid=16934 vsize=330360 CPUtime=2.04 cores=0-7
/proc/16955/stat : 16955 (python) R 16934 16934 16377 0 -1 4202560 960 0 0 0 180 24 0 0 18 0 1 0 668340083 338288640 5731 33554432000 4194304 5683644 140735420812928 18446744073709551615 253640879686 0 0 16781312 514 0 0 0 17 0 0 0 0
/proc/16955/statm: 82590 5731 371 364 0 18493 0
[pid=16957] ppid=16955 vsize=0 CPUtime=6.14 cores=0-7
/proc/16957/stat : 16957 (march_hi) R 16955 16957 16957 0 -1 4202500 477 0 0 0 614 0 0 0 25 0 1 0 668340084 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 0 0 0 0
/proc/16957/statm: 0 0 0 0 0 0 0
[pid=16958] ppid=16934 vsize=340752 CPUtime=0.02 cores=0-7
/proc/16958/stat : 16958 (python) S 16934 16934 16377 0 -1 4202560 954 0 0 0 1 1 0 0 15 0 1 0 668340087 348930048 5752 33554432000 4194304 5683644 140735420812928 18446744073709551615 253640879686 0 0 16781312 514 10611149229449511172 0 0 17 6 0 0 0
/proc/16958/statm: 85188 5752 371 364 0 21088 0
[pid=16960] ppid=16958 vsize=1420 CPUtime=4.01 cores=0-7
/proc/16960/stat : 16960 (march_hi) R 16958 16960 16960 0 -1 4202496 476 0 0 0 401 0 0 0 25 0 1 0 668340089 1454080 209 33554432000 4194304 4955518 140736458201648 18446744073709551615 4237810 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/16960/statm: 355 209 106 186 0 168 0
[pid=16961] ppid=16934 vsize=351008 CPUtime=1.98 cores=0-7
/proc/16961/stat : 16961 (python) R 16934 16934 16377 0 -1 4202560 1006 0 0 0 174 24 0 0 18 0 1 0 668340090 359432192 5762 33554432000 4194304 5683644 140735420812928 18446744073709551615 253652689727 0 0 16781312 514 0 0 0 17 1 0 0 0
/proc/16961/statm: 87752 5762 377 364 0 23649 0
[pid=16963] ppid=16961 vsize=0 CPUtime=6.13 cores=0-7
/proc/16963/stat : 16963 (march_hi) R 16961 16963 16963 0 -1 4202500 483 0 0 0 613 0 0 0 25 0 1 0 668340090 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 1 0 0 0
/proc/16963/statm: 0 0 0 0 0 0 0
[pid=16934/tid=16941] ppid=16932 vsize=361252 CPUtime=0 cores=0-7
/proc/16934/task/16941/stat : 16941 (python) S 16932 16934 16377 0 -1 4202560 27 934 0 0 0 0 0 0 19 0 9 0 668340068 369922048 7278 33554432000 4194304 5683644 140735420812928 18446744073709551615 253652683185 0 0 16781312 2 18446604452781072512 0 0 -1 0 0 0 0
[pid=16934/tid=16944] ppid=16932 vsize=361252 CPUtime=0 cores=0-7
/proc/16934/task/16944/stat : 16944 (python) S 16932 16934 16377 0 -1 4202560 22 934 0 0 0 0 0 0 20 0 9 0 668340071 369922048 7278 33554432000 4194304 5683644 140735420812928 18446744073709551615 253652683185 0 0 16781312 2 18446604452781072512 0 0 -1 0 0 0 0
[pid=16934/tid=16947] ppid=16932 vsize=361252 CPUtime=0 cores=0-7
/proc/16934/task/16947/stat : 16947 (python) S 16932 16934 16377 0 -1 4202560 20 934 0 0 0 0 0 0 18 0 9 0 668340074 369922048 7278 33554432000 4194304 5683644 140735420812928 18446744073709551615 253652683185 0 0 16781312 2 18446604452781072512 0 0 -1 3 0 0 0
[pid=16934/tid=16950] ppid=16932 vsize=361252 CPUtime=0 cores=0-7
/proc/16934/task/16950/stat : 16950 (python) S 16932 16934 16377 0 -1 4202560 27 934 0 0 0 0 0 0 23 0 9 0 668340077 369922048 7278 33554432000 4194304 5683644 140735420812928 18446744073709551615 253652683185 0 0 16781312 2 18446604452781072512 0 0 -1 6 0 0 0
[pid=16934/tid=16953] ppid=16932 vsize=361252 CPUtime=0 cores=0-7
/proc/16934/task/16953/stat : 16953 (python) S 16932 16934 16377 0 -1 4202560 24 934 0 0 0 0 0 0 25 0 9 0 668340080 369922048 7278 33554432000 4194304 5683644 140735420812928 18446744073709551615 253652683185 0 0 16781312 2 18446604452781072512 0 0 -1 6 0 0 0
[pid=16934/tid=16956] ppid=16932 vsize=361252 CPUtime=0 cores=0-7
/proc/16934/task/16956/stat : 16956 (python) S 16932 16934 16377 0 -1 4202560 22 934 0 0 0 0 0 0 20 0 9 0 668340084 369922048 7278 33554432000 4194304 5683644 140735420812928 18446744073709551615 253652683185 0 0 16781312 2 18446604452781072512 0 0 -1 0 0 0 0
[pid=16934/tid=16959] ppid=16932 vsize=361252 CPUtime=0 cores=0-7
/proc/16934/task/16959/stat : 16959 (python) S 16932 16934 16377 0 -1 4202560 27 934 0 0 0 0 0 0 22 0 9 0 668340087 369922048 7278 33554432000 4194304 5683644 140735420812928 18446744073709551615 253652683185 0 0 16781312 2 18446604452781072512 0 0 -1 6 0 0 0
[pid=16934/tid=16962] ppid=16932 vsize=361252 CPUtime=0 cores=0-7
/proc/16934/task/16962/stat : 16962 (python) S 16932 16934 16377 0 -1 4202560 29 934 0 0 0 0 0 0 24 0 9 0 668340090 369922048 7278 33554432000 4194304 5683644 140735420812928 18446744073709551615 253652683185 0 0 16781312 2 18446604452781072512 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 58.1
Current children cumulated vsize (KiB) 4918508

Child status: 0
Real time (s): 9.00062
CPU time (s): 58.6761
CPU user time (s): 57.4003
CPU system time (s): 1.27581
CPU usage (%): 651.911
Max. virtual memory (cumulated for all children) (KiB): 4924188

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 57.4003
system time used= 1.27581
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 33248
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= 3182
involuntary context switches= 2134

runsolver used 0.057991 second user time and 0.124981 second system time

The end

Launcher Data

Begin job on node106 at 2011-05-16 19:36:36
IDJOB=3385497
IDBENCH=82762
IDSOLVER=1870
FILE ID=node106/3385497-1305567396
RUNJOBID= node106-1305564966-16391
PBS_JOBID= 13350144
Free space on /tmp= 73456 MiB

SOLVER NAME= borg-sat 11.03.02-par-random (fixed)
BENCH NAME= SAT11/random/medium/unif-k5-r21.3-v75-c1597-S1227489160-001.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-3385497-1305567396/watcher-3385497-1305567396 -o /tmp/evaluation-result-3385497-1305567396/solver-3385497-1305567396 -C 40000 -W 5100 -M 31000  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3385497-1305567396.cnf -seed 1663986071 -budget 40000 -cores 8

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

MD5SUM BENCH= 9f541a728bb78454d33f408db36e3bd8
RANDOM SEED=1663986071

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
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:     32951124 kB
MemFree:      19538544 kB
Buffers:        314804 kB
Cached:        7085548 kB
SwapCached:      27532 kB
Active:        4096076 kB
Inactive:      9035264 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      19538544 kB
SwapTotal:    67111528 kB
SwapFree:     56449236 kB
Dirty:           32280 kB
Writeback:           0 kB
AnonPages:     5712388 kB
Mapped:          22824 kB
Slab:           138944 kB
PageTables:      68644 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 146251848 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= 73424 MiB
End job on node106 at 2011-05-16 19:36:45