Trace number 3317291

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
borg-sat 11.03.02-randomUNSAT 160.035 40.5697

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v400-c1704-S1081907273-083.UNKNOWN.cnf
MD5SUM4b706363c6542ff406d07bd657988d05
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark39.0431
Satisfiable
(Un)Satisfiability was proved
Number of variables400
Number of clauses1704
Sum of the clauses size5112
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 31704
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.30/0.46	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.30/0.47	c INFO: solving HOME/instance-3317291-1304268652.cnf
0.30/0.47	c INFO: computing task features
0.30/0.47	c INFO: computed variable-clause graph statistics
0.30/0.47	c INFO: computed clause balance statistics
0.39/0.50	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-3317291-1304268652.cnf in 0.06 s
0.39/0.56	c INFO: running gnovelty+2@0 for 97 with 4799 remaining (b = 0.56)
0.39/0.59	c INFO: running march_hi@0 for 388 with 4799 remaining (b = 0.39)
0.48/0.62	c INFO: running march_hi@0 for 485 with 4799 remaining (b = 0.39)
0.48/0.65	c INFO: running march_hi@0 for 485 with 4799 remaining (b = 0.35)
159.80/40.54	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3317291-1304268652/watcher-3317291-1304268652 -o /tmp/evaluation-result-3317291-1304268652/solver-3317291-1304268652 -C 4800 -W 1300 -M 15500 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3317291-1304268652.cnf -seed 469319439 -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: 7.89 8.02 6.19 5/245 6928
/proc/meminfo: memFree=18002612/32951124 swapFree=67111528/67111528
[pid=6928] ppid=6926 vsize=15776 CPUtime=0 cores=0,2,4,6
/proc/6928/stat : 6928 (python) R 6926 6928 6070 0 -1 4202496 885 0 0 0 0 0 0 0 25 0 1 0 538467812 16154624 767 33554432000 4194304 5683644 140734502679168 18446744073709551615 216634176197 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/6928/statm: 3944 767 343 364 0 431 0

[startup+0.0825349 s]
/proc/loadavg: 7.89 8.02 6.19 5/245 6928
/proc/meminfo: memFree=18002612/32951124 swapFree=67111528/67111528
[pid=6928] ppid=6926 vsize=89768 CPUtime=0.05 cores=0,2,4,6
/proc/6928/stat : 6928 (python) S 6926 6928 6070 0 -1 4202496 2672 0 0 0 5 0 0 0 25 0 1 0 538467812 91922432 2388 33554432000 4194304 5683644 140734502679168 18446744073709551615 216634513408 0 2147483391 16781312 2 18446744071699199166 0 0 17 6 0 0 0
/proc/6928/statm: 22442 2388 750 364 0 1622 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 89768

[startup+0.100434 s]
/proc/loadavg: 7.89 8.02 6.19 5/245 6928
/proc/meminfo: memFree=18002612/32951124 swapFree=67111528/67111528
[pid=6928] ppid=6926 vsize=104228 CPUtime=0.06 cores=0,2,4,6
/proc/6928/stat : 6928 (python) S 6926 6928 6070 0 -1 4202496 3066 0 0 0 5 1 0 0 25 0 1 0 538467812 106729472 2748 33554432000 4194304 5683644 140734502679168 18446744073709551615 216634513408 0 2147483391 16781312 2 18446744071699199166 0 0 17 6 0 0 0
/proc/6928/statm: 26057 2748 847 364 0 1805 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 104228

[startup+0.300417 s]
/proc/loadavg: 7.89 8.02 6.19 5/245 6928
/proc/meminfo: memFree=18002612/32951124 swapFree=67111528/67111528
[pid=6928] ppid=6926 vsize=172856 CPUtime=0.21 cores=0,2,4,6
/proc/6928/stat : 6928 (python) S 6926 6928 6070 0 -1 4202496 6746 933 1 0 17 4 0 0 17 0 1 0 538467812 177004544 4813 33554432000 4194304 5683644 140734502679168 18446744073709551615 216629591687 0 2147483391 16781312 2 18446744071699199166 0 0 17 6 0 0 0
/proc/6928/statm: 45607 4817 1340 364 0 3723 0
Current children cumulated CPU time (s) 0.21
Current children cumulated vsize (KiB) 172856

[startup+0.700311 s]
/proc/loadavg: 7.89 8.02 6.19 5/245 6928
/proc/meminfo: memFree=18002612/32951124 swapFree=67111528/67111528
[pid=6928] ppid=6926 vsize=320220 CPUtime=0.53 cores=0,2,4,6
/proc/6928/stat : 6928 (python) S 6926 6928 6070 0 -1 4202496 12340 933 1 0 46 7 0 0 22 0 5 0 538467812 327905280 7252 33554432000 4194304 5683644 140734502679168 18446744073709551615 216646342091 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/6928/statm: 80055 7252 1881 364 0 15964 0
Current children cumulated CPU time (s) 0.53
Current children cumulated vsize (KiB) 320220

[startup+1.50117 s]
/proc/loadavg: 7.89 8.02 6.19 9/258 6945
/proc/meminfo: memFree=17963076/32951124 swapFree=67111528/67111528
[pid=6928] ppid=6926 vsize=320220 CPUtime=0.53 cores=0,2,4,6
/proc/6928/stat : 6928 (python) S 6926 6928 6070 0 -1 4202496 12340 933 1 0 46 7 0 0 22 0 5 0 538467812 327905280 7252 33554432000 4194304 5683644 140734502679168 18446744073709551615 216646342091 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/6928/statm: 80055 7252 1881 364 0 15964 0
[pid=6934] ppid=6928 vsize=278596 CPUtime=0 cores=0,2,4,6
/proc/6934/stat : 6934 (python) S 6928 6928 6070 0 -1 4202560 737 0 0 0 0 0 0 0 18 0 1 0 538467869 285282304 5564 33554432000 4194304 5683644 140734502679168 18446744073709551615 216634535439 0 0 16781312 514 12635982905126944767 0 0 17 6 0 0 0
/proc/6934/statm: 69649 5564 354 364 0 5567 0
[pid=6936] ppid=6934 vsize=1017800 CPUtime=0.93 cores=0,2,4,6
/proc/6936/stat : 6936 (gnovelty+2) R 6934 6936 6936 0 -1 4202496 430 0 0 0 93 0 0 0 21 0 1 0 538467869 1042227200 169 33554432000 134512640 135663704 4287460704 18446744073709551615 134524711 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/6936/statm: 254450 169 113 282 0 254166 0
[pid=6937] ppid=6928 vsize=289328 CPUtime=0 cores=0,2,4,6
/proc/6937/stat : 6937 (python) S 6928 6928 6070 0 -1 4202560 749 0 0 0 0 0 0 0 15 0 1 0 538467872 296271872 5690 33554432000 4194304 5683644 140734502679168 18446744073709551615 216634535494 0 0 16781312 514 16042037381267685635 0 0 17 2 0 0 0
/proc/6937/statm: 72332 5690 348 364 0 8247 0
[pid=6939] ppid=6937 vsize=1972 CPUtime=0.9 cores=0,2,4,6
/proc/6939/stat : 6939 (march_hi) R 6937 6939 6939 0 -1 4202496 588 0 0 0 90 0 0 0 25 0 1 0 538467872 2019328 324 33554432000 4194304 4955518 140734608317968 18446744073709551615 4209701 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/6939/statm: 493 324 104 186 0 306 0
[pid=6940] ppid=6928 vsize=299112 CPUtime=0 cores=0,2,4,6
/proc/6940/stat : 6940 (python) S 6928 6928 6070 0 -1 4202560 756 0 0 0 0 0 0 0 15 0 1 0 538467874 306290688 5591 33554432000 4194304 5683644 140734502679168 18446744073709551615 216634535494 0 0 16781312 514 2015941379682697473 0 0 17 6 0 0 0
/proc/6940/statm: 74778 5591 348 364 0 10690 0
[pid=6942] ppid=6940 vsize=1972 CPUtime=0.86 cores=0,2,4,6
/proc/6942/stat : 6942 (march_hi) R 6940 6942 6942 0 -1 4202496 592 0 0 0 86 0 0 0 23 0 1 0 538467875 2019328 324 33554432000 4194304 4955518 140737275688416 18446744073709551615 4315124 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/6942/statm: 493 324 104 186 0 306 0
[pid=6943] ppid=6928 vsize=309976 CPUtime=0 cores=0,2,4,6
/proc/6943/stat : 6943 (python) S 6928 6928 6070 0 -1 4202560 771 0 0 0 0 0 0 0 16 0 1 0 538467877 317415424 5715 33554432000 4194304 5683644 140734502679168 18446744073709551615 216634535494 0 0 16781312 514 3147255281780490498 0 0 17 4 0 0 0
/proc/6943/statm: 77494 5715 348 364 0 13403 0
[pid=6945] ppid=6943 vsize=1972 CPUtime=0.83 cores=0,2,4,6
/proc/6945/stat : 6945 (march_hi) R 6943 6945 6945 0 -1 4202496 585 0 0 0 83 0 0 0 25 0 1 0 538467878 2019328 323 33554432000 4194304 4955518 140734841150896 18446744073709551615 4209643 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/6945/statm: 493 323 104 186 0 306 0
[pid=6928/tid=6935] ppid=6926 vsize=320220 CPUtime=0 cores=0,2,4,6
/proc/6928/task/6935/stat : 6935 (python) S 6926 6928 6070 0 -1 4202560 26 933 0 0 0 0 0 0 19 0 5 0 538467869 327905280 7252 33554432000 4194304 5683644 140734502679168 18446744073709551615 216646338993 0 0 16781312 2 18446604448177853632 0 0 -1 6 0 0 0
[pid=6928/tid=6938] ppid=6926 vsize=320220 CPUtime=0 cores=0,2,4,6
/proc/6928/task/6938/stat : 6938 (python) S 6926 6928 6070 0 -1 4202560 20 933 0 0 0 0 0 0 18 0 5 0 538467872 327905280 7252 33554432000 4194304 5683644 140734502679168 18446744073709551615 216646338993 0 0 16781312 2 18446604448177853632 0 0 -1 6 0 0 0
[pid=6928/tid=6941] ppid=6926 vsize=320220 CPUtime=0 cores=0,2,4,6
/proc/6928/task/6941/stat : 6941 (python) S 6926 6928 6070 0 -1 4202560 22 933 0 0 0 0 0 0 20 0 5 0 538467875 327905280 7252 33554432000 4194304 5683644 140734502679168 18446744073709551615 216646338993 0 0 16781312 2 18446604448177853632 0 0 -1 4 0 0 0
[pid=6928/tid=6944] ppid=6926 vsize=320220 CPUtime=0 cores=0,2,4,6
/proc/6928/task/6944/stat : 6944 (python) S 6926 6928 6070 0 -1 4202560 30 933 0 0 0 0 0 0 22 0 5 0 538467878 327905280 7252 33554432000 4194304 5683644 140734502679168 18446744073709551615 216646338993 0 0 16781312 2 18446604448177853632 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4.05
Current children cumulated vsize (KiB) 2520948

[startup+3.10088 s]
/proc/loadavg: 7.90 8.02 6.20 9/258 6945
/proc/meminfo: memFree=17962332/32951124 swapFree=67111528/67111528
[pid=6928] ppid=6926 vsize=320220 CPUtime=0.53 cores=0,2,4,6
/proc/6928/stat : 6928 (python) S 6926 6928 6070 0 -1 4202496 12340 933 1 0 46 7 0 0 22 0 5 0 538467812 327905280 7252 33554432000 4194304 5683644 140734502679168 18446744073709551615 216646342091 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/6928/statm: 80055 7252 1881 364 0 15964 0
[pid=6934] ppid=6928 vsize=278596 CPUtime=0 cores=0,2,4,6
/proc/6934/stat : 6934 (python) S 6928 6928 6070 0 -1 4202560 737 0 0 0 0 0 0 0 18 0 1 0 538467869 285282304 5564 33554432000 4194304 5683644 140734502679168 18446744073709551615 216634535439 0 0 16781312 514 12635982905126912258 0 0 17 6 0 0 0
/proc/6934/statm: 69649 5564 354 364 0 5567 0
[pid=6936] ppid=6934 vsize=1017800 CPUtime=2.53 cores=0,2,4,6
/proc/6936/stat : 6936 (gnovelty+2) R 6934 6936 6936 0 -1 4202496 430 0 0 0 253 0 0 0 25 0 1 0 538467869 1042227200 169 33554432000 134512640 135663704 4287460704 18446744073709551615 134545693 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/6936/statm: 254450 169 113 282 0 254166 0
[pid=6937] ppid=6928 vsize=289328 CPUtime=0 cores=0,2,4,6
/proc/6937/stat : 6937 (python) S 6928 6928 6070 0 -1 4202560 758 0 0 0 0 0 0 0 15 0 1 0 538467872 296271872 5690 33554432000 4194304 5683644 140734502679168 18446744073709551615 216634535494 0 0 16781312 514 16042037381267685635 0 0 17 2 0 0 0
/proc/6937/statm: 72332 5690 348 364 0 8247 0
[pid=6939] ppid=6937 vsize=2240 CPUtime=2.49 cores=0,2,4,6
/proc/6939/stat : 6939 (march_hi) R 6937 6939 6939 0 -1 4202496 647 0 0 0 249 0 0 0 25 0 1 0 538467872 2293760 383 33554432000 4194304 4955518 140734608317968 18446744073709551615 4209717 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/6939/statm: 560 383 104 186 0 373 0
[pid=6940] ppid=6928 vsize=299112 CPUtime=0 cores=0,2,4,6
/proc/6940/stat : 6940 (python) S 6928 6928 6070 0 -1 4202560 763 0 0 0 0 0 0 0 15 0 1 0 538467874 306290688 5591 33554432000 4194304 5683644 140734502679168 18446744073709551615 216634535494 0 0 16781312 514 2015941379682697473 0 0 17 6 0 0 0
/proc/6940/statm: 74778 5591 348 364 0 10690 0
[pid=6942] ppid=6940 vsize=2240 CPUtime=2.45 cores=0,2,4,6
/proc/6942/stat : 6942 (march_hi) R 6940 6942 6942 0 -1 4202496 650 0 0 0 245 0 0 0 25 0 1 0 538467875 2293760 382 33554432000 4194304 4955518 140737275688416 18446744073709551615 4314835 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/6942/statm: 560 382 104 186 0 373 0
[pid=6943] ppid=6928 vsize=309976 CPUtime=0 cores=0,2,4,6
/proc/6943/stat : 6943 (python) S 6928 6928 6070 0 -1 4202560 778 0 0 0 0 0 0 0 15 0 1 0 538467877 317415424 5715 33554432000 4194304 5683644 140734502679168 18446744073709551615 216634535494 0 0 16781312 514 3147255281780490498 0 0 17 4 0 0 0
/proc/6943/statm: 77494 5715 348 364 0 13403 0
[pid=6945] ppid=6943 vsize=2240 CPUtime=2.43 cores=0,2,4,6
/proc/6945/stat : 6945 (march_hi) R 6943 6945 6945 0 -1 4202496 644 0 0 0 243 0 0 0 25 0 1 0 538467878 2293760 382 33554432000 4194304 4955518 140734841150896 18446744073709551615 4228027 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/6945/statm: 560 382 104 186 0 373 0
[pid=6928/tid=6935] ppid=6926 vsize=320220 CPUtime=0 cores=0,2,4,6
/proc/6928/task/6935/stat : 6935 (python) S 6926 6928 6070 0 -1 4202560 26 933 0 0 0 0 0 0 19 0 5 0 538467869 327905280 7252 33554432000 4194304 5683644 140734502679168 18446744073709551615 216646338993 0 0 16781312 2 18446604448177853632 0 0 -1 6 0 0 0
[pid=6928/tid=6938] ppid=6926 vsize=320220 CPUtime=0 cores=0,2,4,6
/proc/6928/task/6938/stat : 6938 (python) S 6926 6928 6070 0 -1 4202560 20 933 0 0 0 0 0 0 18 0 5 0 538467872 327905280 7252 33554432000 4194304 5683644 140734502679168 18446744073709551615 216646338993 0 0 16781312 2 18446604448177853632 0 0 -1 6 0 0 0
[pid=6928/tid=6941] ppid=6926 vsize=320220 CPUtime=0 cores=0,2,4,6
/proc/6928/task/6941/stat : 6941 (python) S 6926 6928 6070 0 -1 4202560 22 933 0 0 0 0 0 0 20 0 5 0 538467875 327905280 7252 33554432000 4194304 5683644 140734502679168 18446744073709551615 216646338993 0 0 16781312 2 18446604448177853632 0 0 -1 4 0 0 0
[pid=6928/tid=6944] ppid=6926 vsize=320220 CPUtime=0 cores=0,2,4,6
/proc/6928/task/6944/stat : 6944 (python) S 6926 6928 6070 0 -1 4202560 30 933 0 0 0 0 0 0 22 0 5 0 538467878 327905280 7252 33554432000 4194304 5683644 140734502679168 18446744073709551615 216646338993 0 0 16781312 2 18446604448177853632 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 10.43
Current children cumulated vsize (KiB) 2521752

[startup+6.30132 s]
/proc/loadavg: 7.90 8.02 6.20 9/258 6945
/proc/meminfo: memFree=17959860/32951124 swapFree=67111528/67111528
[pid=6928] ppid=6926 vsize=320220 CPUtime=0.53 cores=0,2,4,6
/proc/6928/stat : 6928 (python) S 6926 6928 6070 0 -1 4202496 12340 933 1 0 46 7 0 0 22 0 5 0 538467812 327905280 7252 33554432000 4194304 5683644 140734502679168 18446744073709551615 216646342091 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/6928/statm: 80055 7252 1881 364 0 15964 0
[pid=6934] ppid=6928 vsize=278596 CPUtime=0 cores=0,2,4,6
/proc/6934/stat : 6934 (python) S 6928 6928 6070 0 -1 4202560 900 0 0 0 0 0 0 0 18 0 1 0 538467869 285282304 5587 33554432000 4194304 5683644 140734502679168 18446744073709551615 216634535439 0 0 16781312 514 12635982905126912258 0 0 17 6 0 0 0
/proc/6934/statm: 69649 5587 377 364 0 5567 0
[pid=6936] ppid=6934 vsize=1017800 CPUtime=5.73 cores=0,2,4,6
/proc/6936/stat : 6936 (gnovelty+2) R 6934 6936 6936 0 -1 4202496 430 0 0 0 573 0 0 0 25 0 1 0 538467869 1042227200 169 33554432000 134512640 135663704 4287460704 18446744073709551615 134525684 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/6936/statm: 254450 169 113 282 0 254166 0
[pid=6937] ppid=6928 vsize=289328 CPUtime=0.01 cores=0,2,4,6
/proc/6937/stat : 6937 (python) S 6928 6928 6070 0 -1 4202560 901 0 0 0 1 0 0 0 15 0 1 0 538467872 296271872 5713 33554432000 4194304 5683644 140734502679168 18446744073709551615 216634535494 0 0 16781312 514 16042037381267685635 0 0 17 2 0 0 0
/proc/6937/statm: 72332 5713 371 364 0 8247 0
[pid=6939] ppid=6937 vsize=2408 CPUtime=5.68 cores=0,2,4,6
/proc/6939/stat : 6939 (march_hi) R 6937 6939 6939 0 -1 4202496 695 0 0 0 568 0 0 0 25 0 1 0 538467872 2465792 431 33554432000 4194304 4955518 140734608317968 18446744073709551615 4209669 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/6939/statm: 602 431 104 186 0 415 0
[pid=6940] ppid=6928 vsize=299112 CPUtime=0 cores=0,2,4,6
/proc/6940/stat : 6940 (python) S 6928 6928 6070 0 -1 4202560 903 0 0 0 0 0 0 0 15 0 1 0 538467874 306290688 5614 33554432000 4194304 5683644 140734502679168 18446744073709551615 216634535494 0 0 16781312 514 2015941379682697473 0 0 17 6 0 0 0
/proc/6940/statm: 74778 5614 371 364 0 10690 0
[pid=6942] ppid=6940 vsize=2408 CPUtime=5.61 cores=0,2,4,6
/proc/6942/stat : 6942 (march_hi) R 6940 6942 6942 0 -1 4202496 697 0 0 0 561 0 0 0 25 0 1 0 538467875 2465792 429 33554432000 4194304 4955518 140737275688416 18446744073709551615 4209727 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/6942/statm: 602 429 104 186 0 415 0
[pid=6943] ppid=6928 vsize=309976 CPUtime=0.01 cores=0,2,4,6
/proc/6943/stat : 6943 (python) S 6928 6928 6070 0 -1 4202560 938 0 0 0 1 0 0 0 15 0 1 0 538467877 317415424 5738 33554432000 4194304 5683644 140734502679168 18446744073709551615 216634535494 0 0 16781312 514 3147255281780490498 0 0 17 4 0 0 0
/proc/6943/statm: 77494 5738 371 364 0 13403 0
[pid=6945] ppid=6943 vsize=2408 CPUtime=5.62 cores=0,2,4,6
/proc/6945/stat : 6945 (march_hi) R 6943 6945 6945 0 -1 4202496 692 0 0 0 562 0 0 0 25 0 1 0 538467878 2465792 430 33554432000 4194304 4955518 140734841150896 18446744073709551615 4224648 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/6945/statm: 602 430 104 186 0 415 0
[pid=6928/tid=6935] ppid=6926 vsize=320220 CPUtime=0 cores=0,2,4,6
/proc/6928/task/6935/stat : 6935 (python) S 6926 6928 6070 0 -1 4202560 26 933 0 0 0 0 0 0 19 0 5 0 538467869 327905280 7252 33554432000 4194304 5683644 140734502679168 18446744073709551615 216646338993 0 0 16781312 2 18446604448177853632 0 0 -1 6 0 0 0
[pid=6928/tid=6938] ppid=6926 vsize=320220 CPUtime=0 cores=0,2,4,6
/proc/6928/task/6938/stat : 6938 (python) S 6926 6928 6070 0 -1 4202560 20 933 0 0 0 0 0 0 18 0 5 0 538467872 327905280 7252 33554432000 4194304 5683644 140734502679168 18446744073709551615 216646338993 0 0 16781312 2 18446604448177853632 0 0 -1 6 0 0 0
[pid=6928/tid=6941] ppid=6926 vsize=320220 CPUtime=0 cores=0,2,4,6
/proc/6928/task/6941/stat : 6941 (python) S 6926 6928 6070 0 -1 4202560 22 933 0 0 0 0 0 0 20 0 5 0 538467875 327905280 7252 33554432000 4194304 5683644 140734502679168 18446744073709551615 216646338993 0 0 16781312 2 18446604448177853632 0 0 -1 4 0 0 0
[pid=6928/tid=6944] ppid=6926 vsize=320220 CPUtime=0 cores=0,2,4,6
/proc/6928/task/6944/stat : 6944 (python) S 6926 6928 6070 0 -1 4202560 30 933 0 0 0 0 0 0 22 0 5 0 538467878 327905280 7252 33554432000 4194304 5683644 140734502679168 18446744073709551615 216646338993 0 0 16781312 2 18446604448177853632 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 23.19
Current children cumulated vsize (KiB) 2522256

[startup+12.7012 s]
/proc/loadavg: 7.92 8.02 6.22 9/258 6945
/proc/meminfo: memFree=17958440/32951124 swapFree=67111528/67111528
[pid=6928] ppid=6926 vsize=320220 CPUtime=0.53 cores=0,2,4,6
/proc/6928/stat : 6928 (python) S 6926 6928 6070 0 -1 4202496 12340 933 1 0 46 7 0 0 22 0 5 0 538467812 327905280 7252 33554432000 4194304 5683644 140734502679168 18446744073709551615 216646342091 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/6928/statm: 80055 7252 1881 364 0 15964 0
[pid=6934] ppid=6928 vsize=278596 CPUtime=0.01 cores=0,2,4,6
/proc/6934/stat : 6934 (python) S 6928 6928 6070 0 -1 4202560 902 0 0 0 0 1 0 0 18 0 1 0 538467869 285282304 5587 33554432000 4194304 5683644 140734502679168 18446744073709551615 216634535439 0 0 16781312 514 3409154549175255298 0 0 17 6 0 0 0
/proc/6934/statm: 69649 5587 377 364 0 5567 0
[pid=6936] ppid=6934 vsize=1017800 CPUtime=12.13 cores=0,2,4,6
/proc/6936/stat : 6936 (gnovelty+2) R 6934 6936 6936 0 -1 4202496 430 0 0 0 1213 0 0 0 25 0 1 0 538467869 1042227200 169 33554432000 134512640 135663704 4287460704 18446744073709551615 134545598 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/6936/statm: 254450 169 113 282 0 254166 0
[pid=6937] ppid=6928 vsize=289328 CPUtime=0.01 cores=0,2,4,6

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

[pid=6928/tid=6941] ppid=6926 vsize=320220 CPUtime=0 cores=0,2,4,6
/proc/6928/task/6941/stat : 6941 (python) S 6926 6928 6070 0 -1 4202560 22 933 0 0 0 0 0 0 20 0 5 0 538467875 327905280 7252 33554432000 4194304 5683644 140734502679168 18446744073709551615 216646338993 0 0 16781312 2 18446604448177853632 0 0 -1 4 0 0 0
[pid=6928/tid=6944] ppid=6926 vsize=320220 CPUtime=0 cores=0,2,4,6
/proc/6928/task/6944/stat : 6944 (python) S 6926 6928 6070 0 -1 4202560 30 933 0 0 0 0 0 0 22 0 5 0 538467878 327905280 7252 33554432000 4194304 5683644 140734502679168 18446744073709551615 216646338993 0 0 16781312 2 18446604448177853632 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 138.19
Current children cumulated vsize (KiB) 2533980

[startup+38.3007 s]
/proc/loadavg: 7.94 8.02 6.27 9/258 6946
/proc/meminfo: memFree=17950532/32951124 swapFree=67111528/67111528
[pid=6928] ppid=6926 vsize=320220 CPUtime=0.53 cores=0,2,4,6
/proc/6928/stat : 6928 (python) S 6926 6928 6070 0 -1 4202496 12340 933 1 0 46 7 0 0 22 0 5 0 538467812 327905280 7252 33554432000 4194304 5683644 140734502679168 18446744073709551615 216646342091 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/6928/statm: 80055 7252 1881 364 0 15964 0
[pid=6934] ppid=6928 vsize=278596 CPUtime=0.04 cores=0,2,4,6
/proc/6934/stat : 6934 (python) S 6928 6928 6070 0 -1 4202560 908 0 0 0 2 2 0 0 18 0 1 0 538467869 285282304 5587 33554432000 4194304 5683644 140734502679168 18446744073709551615 216634535439 0 0 16781312 514 3409154549175255298 0 0 17 6 0 0 0
/proc/6934/statm: 69649 5587 377 364 0 5567 0
[pid=6936] ppid=6934 vsize=1017800 CPUtime=37.72 cores=0,2,4,6
/proc/6936/stat : 6936 (gnovelty+2) R 6934 6936 6936 0 -1 4202496 430 0 0 0 3772 0 0 0 25 0 1 0 538467869 1042227200 169 33554432000 134512640 135663704 4287460704 18446744073709551615 134546752 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/6936/statm: 254450 169 113 282 0 254166 0
[pid=6937] ppid=6928 vsize=289328 CPUtime=0.07 cores=0,2,4,6
/proc/6937/stat : 6937 (python) S 6928 6928 6070 0 -1 4202560 925 0 0 0 4 3 0 0 15 0 1 0 538467872 296271872 5713 33554432000 4194304 5683644 140734502679168 18446744073709551615 216634535494 0 0 16781312 514 16042037381267685635 0 0 17 2 0 0 0
/proc/6937/statm: 72332 5713 371 364 0 8247 0
[pid=6939] ppid=6937 vsize=6316 CPUtime=37.61 cores=0,2,4,6
/proc/6939/stat : 6939 (march_hi) R 6937 6939 6939 0 -1 4202496 1450 0 0 0 3760 1 0 0 25 0 1 0 538467872 6467584 1186 33554432000 4194304 4955518 140734608317968 18446744073709551615 4238703 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/6939/statm: 1579 1186 104 186 0 1392 0
[pid=6940] ppid=6928 vsize=299112 CPUtime=0.07 cores=0,2,4,6
/proc/6940/stat : 6940 (python) S 6928 6928 6070 0 -1 4202560 919 0 0 0 4 3 0 0 15 0 1 0 538467874 306290688 5615 33554432000 4194304 5683644 140734502679168 18446744073709551615 216634535494 0 0 16781312 514 2015941379682697473 0 0 17 6 0 0 0
/proc/6940/statm: 74778 5615 372 364 0 10690 0
[pid=6942] ppid=6940 vsize=6316 CPUtime=37.29 cores=0,2,4,6
/proc/6942/stat : 6942 (march_hi) R 6940 6942 6942 0 -1 4202496 1439 0 0 0 3729 0 0 0 25 0 1 0 538467875 6467584 1171 33554432000 4194304 4955518 140737275688416 18446744073709551615 4209664 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/6942/statm: 1579 1171 104 186 0 1392 0
[pid=6943] ppid=6928 vsize=309976 CPUtime=0.07 cores=0,2,4,6
/proc/6943/stat : 6943 (python) S 6928 6928 6070 0 -1 4202560 961 0 0 0 5 2 0 0 15 0 1 0 538467877 317415424 5738 33554432000 4194304 5683644 140734502679168 18446744073709551615 216634535494 0 0 16781312 514 3147255281780490498 0 0 17 4 0 0 0
/proc/6943/statm: 77494 5738 371 364 0 13403 0
[pid=6945] ppid=6943 vsize=6316 CPUtime=37.55 cores=0,2,4,6
/proc/6945/stat : 6945 (march_hi) R 6943 6945 6945 0 -1 4202496 1444 0 0 0 3755 0 0 0 25 0 1 0 538467878 6467584 1182 33554432000 4194304 4955518 140734841150896 18446744073709551615 4238457 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/6945/statm: 1579 1182 104 186 0 1392 0
[pid=6928/tid=6935] ppid=6926 vsize=320220 CPUtime=0 cores=0,2,4,6
/proc/6928/task/6935/stat : 6935 (python) S 6926 6928 6070 0 -1 4202560 26 933 0 0 0 0 0 0 19 0 5 0 538467869 327905280 7252 33554432000 4194304 5683644 140734502679168 18446744073709551615 216646338993 0 0 16781312 2 18446604448177853632 0 0 -1 6 0 0 0
[pid=6928/tid=6938] ppid=6926 vsize=320220 CPUtime=0 cores=0,2,4,6
/proc/6928/task/6938/stat : 6938 (python) S 6926 6928 6070 0 -1 4202560 20 933 0 0 0 0 0 0 18 0 5 0 538467872 327905280 7252 33554432000 4194304 5683644 140734502679168 18446744073709551615 216646338993 0 0 16781312 2 18446604448177853632 0 0 -1 6 0 0 0
[pid=6928/tid=6941] ppid=6926 vsize=320220 CPUtime=0 cores=0,2,4,6
/proc/6928/task/6941/stat : 6941 (python) S 6926 6928 6070 0 -1 4202560 22 933 0 0 0 0 0 0 20 0 5 0 538467875 327905280 7252 33554432000 4194304 5683644 140734502679168 18446744073709551615 216646338993 0 0 16781312 2 18446604448177853632 0 0 -1 4 0 0 0
[pid=6928/tid=6944] ppid=6926 vsize=320220 CPUtime=0 cores=0,2,4,6
/proc/6928/task/6944/stat : 6944 (python) S 6926 6928 6070 0 -1 4202560 30 933 0 0 0 0 0 0 22 0 5 0 538467878 327905280 7252 33554432000 4194304 5683644 140734502679168 18446744073709551615 216646338993 0 0 16781312 2 18446604448177853632 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 150.95
Current children cumulated vsize (KiB) 2533980

[startup+39.9014 s]
/proc/loadavg: 7.94 8.02 6.27 9/258 6946
/proc/meminfo: memFree=17949664/32951124 swapFree=67111528/67111528
[pid=6928] ppid=6926 vsize=320220 CPUtime=0.53 cores=0,2,4,6
/proc/6928/stat : 6928 (python) S 6926 6928 6070 0 -1 4202496 12340 933 1 0 46 7 0 0 22 0 5 0 538467812 327905280 7252 33554432000 4194304 5683644 140734502679168 18446744073709551615 216646342091 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/6928/statm: 80055 7252 1881 364 0 15964 0
[pid=6934] ppid=6928 vsize=278596 CPUtime=0.04 cores=0,2,4,6
/proc/6934/stat : 6934 (python) S 6928 6928 6070 0 -1 4202560 908 0 0 0 2 2 0 0 18 0 1 0 538467869 285282304 5587 33554432000 4194304 5683644 140734502679168 18446744073709551615 216634535439 0 0 16781312 514 3409154549175255298 0 0 17 6 0 0 0
/proc/6934/statm: 69649 5587 377 364 0 5567 0
[pid=6936] ppid=6934 vsize=1017800 CPUtime=39.32 cores=0,2,4,6
/proc/6936/stat : 6936 (gnovelty+2) R 6934 6936 6936 0 -1 4202496 430 0 0 0 3932 0 0 0 25 0 1 0 538467869 1042227200 169 33554432000 134512640 135663704 4287460704 18446744073709551615 134545619 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/6936/statm: 254450 169 113 282 0 254166 0
[pid=6937] ppid=6928 vsize=289328 CPUtime=0.08 cores=0,2,4,6
/proc/6937/stat : 6937 (python) S 6928 6928 6070 0 -1 4202560 925 0 0 0 5 3 0 0 15 0 1 0 538467872 296271872 5713 33554432000 4194304 5683644 140734502679168 18446744073709551615 216634535494 0 0 16781312 514 16042037381267685635 0 0 17 2 0 0 0
/proc/6937/statm: 72332 5713 371 364 0 8247 0
[pid=6939] ppid=6937 vsize=6316 CPUtime=39.21 cores=0,2,4,6
/proc/6939/stat : 6939 (march_hi) R 6937 6939 6939 0 -1 4202496 1488 0 0 0 3920 1 0 0 25 0 1 0 538467872 6467584 1224 33554432000 4194304 4955518 140734608317968 18446744073709551615 4227807 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/6939/statm: 1579 1224 104 186 0 1392 0
[pid=6940] ppid=6928 vsize=299112 CPUtime=0.07 cores=0,2,4,6
/proc/6940/stat : 6940 (python) S 6928 6928 6070 0 -1 4202560 919 0 0 0 4 3 0 0 15 0 1 0 538467874 306290688 5615 33554432000 4194304 5683644 140734502679168 18446744073709551615 216634535494 0 0 16781312 514 2015941379682697473 0 0 17 6 0 0 0
/proc/6940/statm: 74778 5615 372 364 0 10690 0
[pid=6942] ppid=6940 vsize=6316 CPUtime=38.87 cores=0,2,4,6
/proc/6942/stat : 6942 (march_hi) R 6940 6942 6942 0 -1 4202496 1480 0 0 0 3887 0 0 0 25 0 1 0 538467875 6467584 1212 33554432000 4194304 4955518 140737275688416 18446744073709551615 4209701 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/6942/statm: 1579 1212 104 186 0 1392 0
[pid=6943] ppid=6928 vsize=309976 CPUtime=0.07 cores=0,2,4,6
/proc/6943/stat : 6943 (python) S 6928 6928 6070 0 -1 4202560 961 0 0 0 5 2 0 0 15 0 1 0 538467877 317415424 5738 33554432000 4194304 5683644 140734502679168 18446744073709551615 216634535494 0 0 16781312 514 5601791381631631618 0 0 17 4 0 0 0
/proc/6943/statm: 77494 5738 371 364 0 13403 0
[pid=6945] ppid=6943 vsize=6316 CPUtime=39.14 cores=0,2,4,6
/proc/6945/stat : 6945 (march_hi) R 6943 6945 6945 0 -1 4202496 1483 0 0 0 3914 0 0 0 25 0 1 0 538467878 6467584 1221 33554432000 4194304 4955518 140734841150896 18446744073709551615 4299850 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/6945/statm: 1579 1221 104 186 0 1392 0
[pid=6928/tid=6935] ppid=6926 vsize=320220 CPUtime=0 cores=0,2,4,6
/proc/6928/task/6935/stat : 6935 (python) S 6926 6928 6070 0 -1 4202560 26 933 0 0 0 0 0 0 19 0 5 0 538467869 327905280 7252 33554432000 4194304 5683644 140734502679168 18446744073709551615 216646338993 0 0 16781312 2 18446604448177853632 0 0 -1 6 0 0 0
[pid=6928/tid=6938] ppid=6926 vsize=320220 CPUtime=0 cores=0,2,4,6
/proc/6928/task/6938/stat : 6938 (python) S 6926 6928 6070 0 -1 4202560 20 933 0 0 0 0 0 0 18 0 5 0 538467872 327905280 7252 33554432000 4194304 5683644 140734502679168 18446744073709551615 216646338993 0 0 16781312 2 18446604448177853632 0 0 -1 6 0 0 0
[pid=6928/tid=6941] ppid=6926 vsize=320220 CPUtime=0 cores=0,2,4,6
/proc/6928/task/6941/stat : 6941 (python) S 6926 6928 6070 0 -1 4202560 22 933 0 0 0 0 0 0 20 0 5 0 538467875 327905280 7252 33554432000 4194304 5683644 140734502679168 18446744073709551615 216646338993 0 0 16781312 2 18446604448177853632 0 0 -1 4 0 0 0
[pid=6928/tid=6944] ppid=6926 vsize=320220 CPUtime=0 cores=0,2,4,6
/proc/6928/task/6944/stat : 6944 (python) S 6926 6928 6070 0 -1 4202560 30 933 0 0 0 0 0 0 22 0 5 0 538467878 327905280 7252 33554432000 4194304 5683644 140734502679168 18446744073709551615 216646338993 0 0 16781312 2 18446604448177853632 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 157.33
Current children cumulated vsize (KiB) 2533980

[startup+40.3013 s]
/proc/loadavg: 7.94 8.02 6.27 9/258 6946
/proc/meminfo: memFree=17949664/32951124 swapFree=67111528/67111528
[pid=6928] ppid=6926 vsize=320220 CPUtime=0.53 cores=0,2,4,6
/proc/6928/stat : 6928 (python) S 6926 6928 6070 0 -1 4202496 12340 933 1 0 46 7 0 0 22 0 5 0 538467812 327905280 7252 33554432000 4194304 5683644 140734502679168 18446744073709551615 216646342091 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/6928/statm: 80055 7252 1881 364 0 15964 0
[pid=6934] ppid=6928 vsize=278596 CPUtime=0.04 cores=0,2,4,6
/proc/6934/stat : 6934 (python) S 6928 6928 6070 0 -1 4202560 908 0 0 0 2 2 0 0 18 0 1 0 538467869 285282304 5587 33554432000 4194304 5683644 140734502679168 18446744073709551615 216634535439 0 0 16781312 514 3409154549175255298 0 0 17 6 0 0 0
/proc/6934/statm: 69649 5587 377 364 0 5567 0
[pid=6936] ppid=6934 vsize=1017800 CPUtime=39.72 cores=0,2,4,6
/proc/6936/stat : 6936 (gnovelty+2) R 6934 6936 6936 0 -1 4202496 430 0 0 0 3972 0 0 0 25 0 1 0 538467869 1042227200 169 33554432000 134512640 135663704 4287460704 18446744073709551615 134524548 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/6936/statm: 254450 169 113 282 0 254166 0
[pid=6937] ppid=6928 vsize=289328 CPUtime=0.44 cores=0,2,4,6
/proc/6937/stat : 6937 (python) R 6928 6928 6070 0 -1 4202560 925 0 0 0 37 7 0 0 16 0 1 0 538467872 296271872 5713 33554432000 4194304 5683644 140734502679168 18446744073709551615 216646345535 0 0 16781312 514 0 0 0 17 2 0 0 0
/proc/6937/statm: 72332 5713 371 364 0 8247 0
[pid=6939] ppid=6937 vsize=0 CPUtime=39.24 cores=0,2,4,6
/proc/6939/stat : 6939 (march_hi) R 6937 6939 6939 0 -1 4202500 1490 0 0 0 3923 1 0 0 25 0 1 0 538467872 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 2 0 0 0
/proc/6939/statm: 0 0 0 0 0 0 0
[pid=6940] ppid=6928 vsize=299112 CPUtime=0.07 cores=0,2,4,6
/proc/6940/stat : 6940 (python) S 6928 6928 6070 0 -1 4202560 919 0 0 0 4 3 0 0 15 0 1 0 538467874 306290688 5615 33554432000 4194304 5683644 140734502679168 18446744073709551615 216634535494 0 0 16781312 514 5601791381631631617 0 0 17 6 0 0 0
/proc/6940/statm: 74778 5615 372 364 0 10690 0
[pid=6942] ppid=6940 vsize=6316 CPUtime=39.27 cores=0,2,4,6
/proc/6942/stat : 6942 (march_hi) R 6940 6942 6942 0 -1 4202496 1490 0 0 0 3927 0 0 0 25 0 1 0 538467875 6467584 1222 33554432000 4194304 4955518 140737275688416 18446744073709551615 4290797 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/6942/statm: 1579 1222 104 186 0 1392 0
[pid=6943] ppid=6928 vsize=309976 CPUtime=0.29 cores=0,2,4,6
/proc/6943/stat : 6943 (python) R 6928 6928 6070 0 -1 4202560 961 0 0 0 24 5 0 0 16 0 1 0 538467877 317415424 5738 33554432000 4194304 5683644 140734502679168 18446744073709551615 216646345535 0 0 16781312 514 0 0 0 17 4 0 0 0
/proc/6943/statm: 77494 5738 371 364 0 13403 0
[pid=6945] ppid=6943 vsize=0 CPUtime=39.33 cores=0,2,4,6
/proc/6945/stat : 6945 (march_hi) R 6943 6945 6945 0 -1 4202500 1488 0 0 0 3933 0 0 0 25 0 1 0 538467878 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 4 0 0 0
/proc/6945/statm: 0 0 0 0 0 0 0
[pid=6928/tid=6935] ppid=6926 vsize=320220 CPUtime=0 cores=0,2,4,6
/proc/6928/task/6935/stat : 6935 (python) S 6926 6928 6070 0 -1 4202560 26 933 0 0 0 0 0 0 19 0 5 0 538467869 327905280 7252 33554432000 4194304 5683644 140734502679168 18446744073709551615 216646338993 0 0 16781312 2 18446604448177853632 0 0 -1 6 0 0 0
[pid=6928/tid=6938] ppid=6926 vsize=320220 CPUtime=0 cores=0,2,4,6
/proc/6928/task/6938/stat : 6938 (python) S 6926 6928 6070 0 -1 4202560 20 933 0 0 0 0 0 0 18 0 5 0 538467872 327905280 7252 33554432000 4194304 5683644 140734502679168 18446744073709551615 216646338993 0 0 16781312 2 18446604448177853632 0 0 -1 6 0 0 0
[pid=6928/tid=6941] ppid=6926 vsize=320220 CPUtime=0 cores=0,2,4,6
/proc/6928/task/6941/stat : 6941 (python) S 6926 6928 6070 0 -1 4202560 22 933 0 0 0 0 0 0 20 0 5 0 538467875 327905280 7252 33554432000 4194304 5683644 140734502679168 18446744073709551615 216646338993 0 0 16781312 2 18446604448177853632 0 0 -1 4 0 0 0
[pid=6928/tid=6944] ppid=6926 vsize=320220 CPUtime=0 cores=0,2,4,6
/proc/6928/task/6944/stat : 6944 (python) S 6926 6928 6070 0 -1 4202560 30 933 0 0 0 0 0 0 22 0 5 0 538467878 327905280 7252 33554432000 4194304 5683644 140734502679168 18446744073709551615 216646338993 0 0 16781312 2 18446604448177853632 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 158.93
Current children cumulated vsize (KiB) 2521348

[startup+40.5173 s]
/proc/loadavg: 7.94 8.02 6.27 9/258 6946
/proc/meminfo: memFree=17949664/32951124 swapFree=67111528/67111528
[pid=6928] ppid=6926 vsize=320220 CPUtime=0.53 cores=0,2,4,6
/proc/6928/stat : 6928 (python) S 6926 6928 6070 0 -1 4202496 12340 933 1 0 46 7 0 0 22 0 5 0 538467812 327905280 7252 33554432000 4194304 5683644 140734502679168 18446744073709551615 216646342091 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/6928/statm: 80055 7252 1881 364 0 15964 0
[pid=6934] ppid=6928 vsize=278596 CPUtime=0.04 cores=0,2,4,6
/proc/6934/stat : 6934 (python) S 6928 6928 6070 0 -1 4202560 908 0 0 0 2 2 0 0 18 0 1 0 538467869 285282304 5587 33554432000 4194304 5683644 140734502679168 18446744073709551615 216634535439 0 0 16781312 514 3409154549175255298 0 0 17 6 0 0 0
/proc/6934/statm: 69649 5587 377 364 0 5567 0
[pid=6936] ppid=6934 vsize=1017800 CPUtime=39.94 cores=0,2,4,6
/proc/6936/stat : 6936 (gnovelty+2) R 6934 6936 6936 0 -1 4202496 430 0 0 0 3994 0 0 0 25 0 1 0 538467869 1042227200 169 33554432000 134512640 135663704 4287460704 18446744073709551615 134525428 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/6936/statm: 254450 169 113 282 0 254166 0
[pid=6937] ppid=6928 vsize=289328 CPUtime=0.66 cores=0,2,4,6
/proc/6937/stat : 6937 (python) R 6928 6928 6070 0 -1 4202560 925 0 0 0 56 10 0 0 16 0 1 0 538467872 296271872 5713 33554432000 4194304 5683644 140734502679168 18446744073709551615 216646345535 0 0 16781312 514 0 0 0 17 2 0 0 0
/proc/6937/statm: 72332 5713 371 364 0 8247 0
[pid=6939] ppid=6937 vsize=0 CPUtime=39.24 cores=0,2,4,6
/proc/6939/stat : 6939 (march_hi) R 6937 6939 6939 0 -1 4202500 1490 0 0 0 3923 1 0 0 25 0 1 0 538467872 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 2 0 0 0
/proc/6939/statm: 0 0 0 0 0 0 0
[pid=6940] ppid=6928 vsize=299112 CPUtime=0.12 cores=0,2,4,6
/proc/6940/stat : 6940 (python) R 6928 6928 6070 0 -1 4202560 919 0 0 0 8 4 0 0 15 0 1 0 538467874 306290688 5615 33554432000 4194304 5683644 140734502679168 18446744073709551615 4864432 0 0 16781312 514 0 0 0 17 6 0 0 0
/proc/6940/statm: 74778 5615 372 364 0 10690 0
[pid=6942] ppid=6940 vsize=0 CPUtime=39.44 cores=0,2,4,6
/proc/6942/stat : 6942 (march_hi) R 6940 6942 6942 0 -1 4202500 1494 0 0 0 3944 0 0 0 25 0 1 0 538467875 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 6 0 0 0
/proc/6942/statm: 0 0 0 0 0 0 0
[pid=6943] ppid=6928 vsize=309976 CPUtime=0.5 cores=0,2,4,6
/proc/6943/stat : 6943 (python) R 6928 6928 6070 0 -1 4202560 961 0 0 0 42 8 0 0 16 0 1 0 538467877 317415424 5738 33554432000 4194304 5683644 140734502679168 18446744073709551615 216634535494 0 0 16781312 514 0 0 0 17 4 0 0 0
/proc/6943/statm: 77494 5738 371 364 0 13403 0
[pid=6945] ppid=6943 vsize=0 CPUtime=39.33 cores=0,2,4,6
/proc/6945/stat : 6945 (march_hi) R 6943 6945 6945 0 -1 4202500 1488 0 0 0 3933 0 0 0 25 0 1 0 538467878 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 4 0 0 0
/proc/6945/statm: 0 0 0 0 0 0 0
[pid=6928/tid=6935] ppid=6926 vsize=320220 CPUtime=0 cores=0,2,4,6
/proc/6928/task/6935/stat : 6935 (python) S 6926 6928 6070 0 -1 4202560 26 933 0 0 0 0 0 0 19 0 5 0 538467869 327905280 7252 33554432000 4194304 5683644 140734502679168 18446744073709551615 216646338993 0 0 16781312 2 18446604448177853632 0 0 -1 6 0 0 0
[pid=6928/tid=6938] ppid=6926 vsize=320220 CPUtime=0 cores=0,2,4,6
/proc/6928/task/6938/stat : 6938 (python) S 6926 6928 6070 0 -1 4202560 20 933 0 0 0 0 0 0 18 0 5 0 538467872 327905280 7252 33554432000 4194304 5683644 140734502679168 18446744073709551615 216646338993 0 0 16781312 2 18446604448177853632 0 0 -1 6 0 0 0
[pid=6928/tid=6941] ppid=6926 vsize=320220 CPUtime=0 cores=0,2,4,6
/proc/6928/task/6941/stat : 6941 (python) S 6926 6928 6070 0 -1 4202560 22 933 0 0 0 0 0 0 20 0 5 0 538467875 327905280 7252 33554432000 4194304 5683644 140734502679168 18446744073709551615 216646338993 0 0 16781312 2 18446604448177853632 0 0 -1 4 0 0 0
[pid=6928/tid=6944] ppid=6926 vsize=320220 CPUtime=0 cores=0,2,4,6
/proc/6928/task/6944/stat : 6944 (python) S 6926 6928 6070 0 -1 4202560 30 933 0 0 0 0 0 0 22 0 5 0 538467878 327905280 7252 33554432000 4194304 5683644 140734502679168 18446744073709551615 216646338993 0 0 16781312 2 18446604448177853632 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 159.8
Current children cumulated vsize (KiB) 2515032

Child status: 0
Real time (s): 40.5697
CPU time (s): 160.035
CPU user time (s): 159.641
CPU system time (s): 0.39394
CPU usage (%): 394.469
Max. virtual memory (cumulated for all children) (KiB): 2533980

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 159.641
system time used= 0.39394
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 26695
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= 3137
involuntary context switches= 3149

runsolver used 0.101984 second user time and 0.182972 second system time

The end

Launcher Data

Begin job on node103 at 2011-05-01 18:50:52
IDJOB=3317291
IDBENCH=82756
IDSOLVER=1705
FILE ID=node103/3317291-1304268652
RUNJOBID= node103-1304267295-6088
PBS_JOBID= 13173975
Free space on /tmp= 72568 MiB

SOLVER NAME= borg-sat 11.03.02-random
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v400-c1704-S1081907273-083.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-3317291-1304268652/watcher-3317291-1304268652 -o /tmp/evaluation-result-3317291-1304268652/solver-3317291-1304268652 -C 4800 -W 1300 -M 15500  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3317291-1304268652.cnf -seed 469319439 -budget 4800 -cores 4

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

MD5SUM BENCH= 4b706363c6542ff406d07bd657988d05
RANDOM SEED=469319439

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      18002644 kB
Buffers:       2157164 kB
Cached:       11534780 kB
SwapCached:          0 kB
Active:        6419792 kB
Inactive:      7922784 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      18002644 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           31872 kB
Writeback:           0 kB
AnonPages:      650184 kB
Mapped:          24520 kB
Slab:           530116 kB
PageTables:      16244 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 24243444 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= 72536 MiB
End job on node103 at 2011-05-01 18:51:33