Trace number 3317467

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.511 40.695

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v400-c1704-S549184435-037.UNKNOWN.cnf
MD5SUMab99d3f634575de78557b69bc7096528
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark37.2033
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.29/0.47	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.29/0.47	c INFO: solving HOME/instance-3317467-1304269776.cnf
0.29/0.47	c INFO: computing task features
0.29/0.47	c INFO: computed variable-clause graph statistics
0.29/0.47	c INFO: computed clause balance statistics
0.37/0.50	c INFO: computed variable balance statistics
0.37/0.52	c INFO: computed small-clause counts
0.37/0.52	c INFO: computed Horn-clause counts
0.37/0.53	c INFO: computed variable graph statistics
0.37/0.53	c INFO: collected features for HOME/instance-3317467-1304269776.cnf in 0.06 s
0.37/0.55	c INFO: running gnovelty+2@0 for 97 with 4799 remaining (b = 0.56)
0.37/0.58	c INFO: running march_hi@0 for 194 with 4799 remaining (b = 0.26)
0.47/0.62	c INFO: running march_hi@0 for 194 with 4799 remaining (b = 0.18)
0.47/0.65	c INFO: running TNM@0 for 97 with 4799 remaining (b = 0.07)
160.15/40.67	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-3317467-1304269776/watcher-3317467-1304269776 -o /tmp/evaluation-result-3317467-1304269776/solver-3317467-1304269776 -C 4800 -W 1300 -M 15500 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3317467-1304269776.cnf -seed 626493204 -budget 4800 -cores 4 

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

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


[startup+0 s]
/proc/loadavg: 8.99 8.97 8.02 8/254 20568
/proc/meminfo: memFree=28239132/32951124 swapFree=67111348/67111528
[pid=20568] ppid=20566 vsize=15772 CPUtime=0 cores=0,2,4,6
/proc/20568/stat : 20568 (python) R 20566 20568 19167 0 -1 4202496 859 0 0 0 0 0 0 0 25 0 1 0 519393105 16150528 740 33554432000 4194304 5683644 140737109904368 18446744073709551615 228095450768 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/20568/statm: 3943 740 335 364 0 430 0

[startup+0.0947231 s]
/proc/loadavg: 8.99 8.97 8.02 8/254 20568
/proc/meminfo: memFree=28239132/32951124 swapFree=67111348/67111528
[pid=20568] ppid=20566 vsize=101740 CPUtime=0.06 cores=0,2,4,6
/proc/20568/stat : 20568 (python) R 20566 20568 19167 0 -1 4202496 2931 0 0 0 5 1 0 0 25 0 1 0 519393105 104181760 2626 33554432000 4194304 5683644 140737109904368 18446744073709551615 228095449088 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/20568/statm: 25435 2626 837 364 0 1735 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 101740

[startup+0.100687 s]
/proc/loadavg: 8.99 8.97 8.02 8/254 20568
/proc/meminfo: memFree=28239132/32951124 swapFree=67111348/67111528
[pid=20568] ppid=20566 vsize=104220 CPUtime=0.06 cores=0,2,4,6
/proc/20568/stat : 20568 (python) R 20566 20568 19167 0 -1 4202496 3058 0 0 0 5 1 0 0 25 0 1 0 519393105 106721280 2740 33554432000 4194304 5683644 140737109904368 18446744073709551615 228095446885 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/20568/statm: 26055 2740 847 364 0 1803 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 104220

[startup+0.300696 s]
/proc/loadavg: 8.99 8.97 8.02 8/254 20568
/proc/meminfo: memFree=28239132/32951124 swapFree=67111348/67111528
[pid=20568] ppid=20566 vsize=185036 CPUtime=0.21 cores=0,2,4,6
/proc/20568/stat : 20568 (python) R 20566 20568 19167 0 -1 4202496 6757 935 1 0 16 5 0 0 17 0 1 0 519393105 189476864 4820 33554432000 4194304 5683644 140737109904368 18446744073709551615 228090527367 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/20568/statm: 46935 4829 1349 364 0 3723 0
Current children cumulated CPU time (s) 0.21
Current children cumulated vsize (KiB) 185036

[startup+0.700568 s]
/proc/loadavg: 8.99 8.97 8.02 8/254 20568
/proc/meminfo: memFree=28239132/32951124 swapFree=67111348/67111528
[pid=20568] ppid=20566 vsize=320228 CPUtime=0.52 cores=0,2,4,6
/proc/20568/stat : 20568 (python) S 20566 20568 19167 0 -1 4202496 12342 935 1 0 44 8 0 0 25 0 5 0 519393105 327913472 7254 33554432000 4194304 5683644 140737109904368 18446744073709551615 228107277771 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/20568/statm: 80057 7254 1881 364 0 15966 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 320228

[startup+1.50142 s]
/proc/loadavg: 8.99 8.97 8.02 10/267 20585
/proc/meminfo: memFree=28199288/32951124 swapFree=67111348/67111528
[pid=20568] ppid=20566 vsize=320228 CPUtime=0.52 cores=0,2,4,6
/proc/20568/stat : 20568 (python) S 20566 20568 19167 0 -1 4202496 12342 935 1 0 44 8 0 0 25 0 5 0 519393105 327913472 7254 33554432000 4194304 5683644 140737109904368 18446744073709551615 228107277771 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/20568/statm: 80057 7254 1881 364 0 15966 0
[pid=20574] ppid=20568 vsize=278472 CPUtime=0 cores=0,2,4,6
/proc/20574/stat : 20574 (python) S 20568 20568 19167 0 -1 4202560 743 0 0 0 0 0 0 0 18 0 1 0 519393161 285155328 5555 33554432000 4194304 5683644 140737109904368 18446744073709551615 228095471119 0 0 16781312 514 3367392627946160127 0 0 17 2 0 0 0
/proc/20574/statm: 69618 5555 354 364 0 5536 0
[pid=20576] ppid=20574 vsize=1017800 CPUtime=0.93 cores=0,2,4,6
/proc/20576/stat : 20576 (gnovelty+2) R 20574 20576 20576 0 -1 4202496 431 0 0 0 93 0 0 0 21 0 1 0 519393162 1042227200 168 33554432000 134512640 135663704 4291357632 18446744073709551615 134544212 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/20576/statm: 254450 168 113 282 0 254166 0
[pid=20577] ppid=20568 vsize=289304 CPUtime=0 cores=0,2,4,6
/proc/20577/stat : 20577 (python) S 20568 20568 19167 0 -1 4202560 753 0 0 0 0 0 0 0 15 0 1 0 519393164 296247296 5684 33554432000 4194304 5683644 140737109904368 18446744073709551615 228095471174 0 0 16781312 514 8953631052530680068 0 0 17 6 0 0 0
/proc/20577/statm: 72326 5684 348 364 0 8241 0
[pid=20579] ppid=20577 vsize=1928 CPUtime=0.9 cores=0,2,4,6
/proc/20579/stat : 20579 (march_hi) R 20577 20579 20579 0 -1 4202496 568 0 0 0 90 0 0 0 25 0 1 0 519393165 1974272 307 33554432000 4194304 4955518 140736308548432 18446744073709551615 4209717 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/20579/statm: 482 307 104 186 0 295 0
[pid=20580] ppid=20568 vsize=299188 CPUtime=0 cores=0,2,4,6
/proc/20580/stat : 20580 (python) S 20568 20568 19167 0 -1 4202560 758 0 0 0 0 0 0 0 15 0 1 0 519393167 306368512 5592 33554432000 4194304 5683644 140737109904368 18446744073709551615 228095471174 0 0 16781312 514 5601796045966115076 0 0 17 0 0 0 0
/proc/20580/statm: 74797 5592 348 364 0 10709 0
[pid=20582] ppid=20580 vsize=1928 CPUtime=0.87 cores=0,2,4,6
/proc/20582/stat : 20582 (march_hi) R 20580 20582 20582 0 -1 4202496 568 0 0 0 87 0 0 0 25 0 1 0 519393168 1974272 306 33554432000 4194304 4955518 140737313488240 18446744073709551615 4209701 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/20582/statm: 482 306 104 186 0 295 0
[pid=20583] ppid=20568 vsize=309984 CPUtime=0 cores=0,2,4,6
/proc/20583/stat : 20583 (python) S 20568 20568 19167 0 -1 4202560 739 0 0 0 0 0 0 0 25 0 1 0 519393170 317423616 5713 33554432000 4194304 5683644 140737109904368 18446744073709551615 228095471174 0 0 16781312 514 4299605590096740351 0 0 17 6 0 0 0
/proc/20583/statm: 77496 5713 344 364 0 13405 0
[pid=20585] ppid=20583 vsize=454912 CPUtime=0.83 cores=0,2,4,6
/proc/20585/stat : 20585 (TNM) R 20583 20585 20585 0 -1 4202496 426 0 0 0 83 0 0 0 25 0 1 0 519393171 465829888 161 33554432000 134512640 135008748 4294079760 18446744073709551615 134529169 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/20585/statm: 113728 161 46 122 0 112628 0
[pid=20568/tid=20575] ppid=20566 vsize=320228 CPUtime=0 cores=0,2,4,6
/proc/20568/task/20575/stat : 20575 (python) S 20566 20568 19167 0 -1 4202560 28 935 0 0 0 0 0 0 19 0 5 0 519393161 327913472 7254 33554432000 4194304 5683644 140737109904368 18446744073709551615 228107274673 0 0 16781312 2 18446604451624572800 0 0 -1 6 0 0 0
[pid=20568/tid=20578] ppid=20566 vsize=320228 CPUtime=0 cores=0,2,4,6
/proc/20568/task/20578/stat : 20578 (python) S 20566 20568 19167 0 -1 4202560 22 935 0 0 0 0 0 0 21 0 5 0 519393164 327913472 7254 33554432000 4194304 5683644 140737109904368 18446744073709551615 228107274673 0 0 16781312 2 18446604451624572800 0 0 -1 0 0 0 0
[pid=20568/tid=20581] ppid=20566 vsize=320228 CPUtime=0 cores=0,2,4,6
/proc/20568/task/20581/stat : 20581 (python) S 20566 20568 19167 0 -1 4202560 24 935 0 0 0 0 0 0 23 0 5 0 519393168 327913472 7254 33554432000 4194304 5683644 140737109904368 18446744073709551615 228107274673 0 0 16781312 2 18446604451624572800 0 0 -1 0 0 0 0
[pid=20568/tid=20584] ppid=20566 vsize=320228 CPUtime=0 cores=0,2,4,6
/proc/20568/task/20584/stat : 20584 (python) S 20566 20568 19167 0 -1 4202560 25 935 0 0 0 0 0 0 25 0 5 0 519393171 327913472 7254 33554432000 4194304 5683644 140737109904368 18446744073709551615 228107274673 0 0 16781312 2 18446604451624572800 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4.05
Current children cumulated vsize (KiB) 2973744

[startup+3.10113 s]
/proc/loadavg: 8.99 8.97 8.02 10/267 20585
/proc/meminfo: memFree=28197056/32951124 swapFree=67111348/67111528
[pid=20568] ppid=20566 vsize=320228 CPUtime=0.52 cores=0,2,4,6
/proc/20568/stat : 20568 (python) S 20566 20568 19167 0 -1 4202496 12342 935 1 0 44 8 0 0 25 0 5 0 519393105 327913472 7254 33554432000 4194304 5683644 140737109904368 18446744073709551615 228107277771 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/20568/statm: 80057 7254 1881 364 0 15966 0
[pid=20574] ppid=20568 vsize=278472 CPUtime=0 cores=0,2,4,6
/proc/20574/stat : 20574 (python) S 20568 20568 19167 0 -1 4202560 743 0 0 0 0 0 0 0 18 0 1 0 519393161 285155328 5555 33554432000 4194304 5683644 140737109904368 18446744073709551615 228095471119 0 0 16781312 514 3367392627946127617 0 0 17 2 0 0 0
/proc/20574/statm: 69618 5555 354 364 0 5536 0
[pid=20576] ppid=20574 vsize=1017800 CPUtime=2.53 cores=0,2,4,6
/proc/20576/stat : 20576 (gnovelty+2) R 20574 20576 20576 0 -1 4202496 431 0 0 0 253 0 0 0 25 0 1 0 519393162 1042227200 168 33554432000 134512640 135663704 4291357632 18446744073709551615 134544189 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/20576/statm: 254450 168 113 282 0 254166 0
[pid=20577] ppid=20568 vsize=289304 CPUtime=0 cores=0,2,4,6
/proc/20577/stat : 20577 (python) S 20568 20568 19167 0 -1 4202560 755 0 0 0 0 0 0 0 15 0 1 0 519393164 296247296 5684 33554432000 4194304 5683644 140737109904368 18446744073709551615 228095471174 0 0 16781312 514 4471928199227343108 0 0 17 6 0 0 0
/proc/20577/statm: 72326 5684 348 364 0 8241 0
[pid=20579] ppid=20577 vsize=2060 CPUtime=2.49 cores=0,2,4,6
/proc/20579/stat : 20579 (march_hi) R 20577 20579 20579 0 -1 4202496 577 0 0 0 249 0 0 0 25 0 1 0 519393165 2109440 316 33554432000 4194304 4955518 140736308548432 18446744073709551615 4263571 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/20579/statm: 515 316 104 186 0 328 0
[pid=20580] ppid=20568 vsize=299188 CPUtime=0 cores=0,2,4,6
/proc/20580/stat : 20580 (python) S 20568 20568 19167 0 -1 4202560 759 0 0 0 0 0 0 0 15 0 1 0 519393167 306368512 5592 33554432000 4194304 5683644 140737109904368 18446744073709551615 228095471174 0 0 16781312 514 17378361823434080516 0 0 17 0 0 0 0
/proc/20580/statm: 74797 5592 348 364 0 10709 0
[pid=20582] ppid=20580 vsize=2060 CPUtime=2.47 cores=0,2,4,6
/proc/20582/stat : 20582 (march_hi) R 20580 20582 20582 0 -1 4202496 578 0 0 0 247 0 0 0 25 0 1 0 519393168 2109440 316 33554432000 4194304 4955518 140737313488240 18446744073709551615 4209701 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/20582/statm: 515 316 104 186 0 328 0
[pid=20583] ppid=20568 vsize=309984 CPUtime=0 cores=0,2,4,6
/proc/20583/stat : 20583 (python) S 20568 20568 19167 0 -1 4202560 756 0 0 0 0 0 0 0 18 0 1 0 519393170 317423616 5717 33554432000 4194304 5683644 140737109904368 18446744073709551615 228095471174 0 0 16781312 514 4299605590096707842 0 0 17 6 0 0 0
/proc/20583/statm: 77496 5717 348 364 0 13405 0
[pid=20585] ppid=20583 vsize=454912 CPUtime=2.42 cores=0,2,4,6
/proc/20585/stat : 20585 (TNM) R 20583 20585 20585 0 -1 4202496 426 0 0 0 242 0 0 0 25 0 1 0 519393171 465829888 161 33554432000 134512640 135008748 4294079760 18446744073709551615 134529169 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/20585/statm: 113728 161 46 122 0 112628 0
[pid=20568/tid=20575] ppid=20566 vsize=320228 CPUtime=0 cores=0,2,4,6
/proc/20568/task/20575/stat : 20575 (python) S 20566 20568 19167 0 -1 4202560 28 935 0 0 0 0 0 0 19 0 5 0 519393161 327913472 7254 33554432000 4194304 5683644 140737109904368 18446744073709551615 228107274673 0 0 16781312 2 18446604451624572800 0 0 -1 6 0 0 0
[pid=20568/tid=20578] ppid=20566 vsize=320228 CPUtime=0 cores=0,2,4,6
/proc/20568/task/20578/stat : 20578 (python) S 20566 20568 19167 0 -1 4202560 22 935 0 0 0 0 0 0 21 0 5 0 519393164 327913472 7254 33554432000 4194304 5683644 140737109904368 18446744073709551615 228107274673 0 0 16781312 2 18446604451624572800 0 0 -1 0 0 0 0
[pid=20568/tid=20581] ppid=20566 vsize=320228 CPUtime=0 cores=0,2,4,6
/proc/20568/task/20581/stat : 20581 (python) S 20566 20568 19167 0 -1 4202560 24 935 0 0 0 0 0 0 23 0 5 0 519393168 327913472 7254 33554432000 4194304 5683644 140737109904368 18446744073709551615 228107274673 0 0 16781312 2 18446604451624572800 0 0 -1 0 0 0 0
[pid=20568/tid=20584] ppid=20566 vsize=320228 CPUtime=0 cores=0,2,4,6
/proc/20568/task/20584/stat : 20584 (python) S 20566 20568 19167 0 -1 4202560 25 935 0 0 0 0 0 0 25 0 5 0 519393171 327913472 7254 33554432000 4194304 5683644 140737109904368 18446744073709551615 228107274673 0 0 16781312 2 18446604451624572800 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 10.43
Current children cumulated vsize (KiB) 2974008

[startup+6.30054 s]
/proc/loadavg: 8.99 8.97 8.03 11/267 20585
/proc/meminfo: memFree=28195264/32951124 swapFree=67111348/67111528
[pid=20568] ppid=20566 vsize=320228 CPUtime=0.52 cores=0,2,4,6
/proc/20568/stat : 20568 (python) S 20566 20568 19167 0 -1 4202496 12342 935 1 0 44 8 0 0 25 0 5 0 519393105 327913472 7254 33554432000 4194304 5683644 140737109904368 18446744073709551615 228107277771 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/20568/statm: 80057 7254 1881 364 0 15966 0
[pid=20574] ppid=20568 vsize=278472 CPUtime=0 cores=0,2,4,6
/proc/20574/stat : 20574 (python) S 20568 20568 19167 0 -1 4202560 902 0 0 0 0 0 0 0 18 0 1 0 519393161 285155328 5577 33554432000 4194304 5683644 140737109904368 18446744073709551615 228095471119 0 0 16781312 514 3367392627946127617 0 0 17 2 0 0 0
/proc/20574/statm: 69618 5577 376 364 0 5536 0
[pid=20576] ppid=20574 vsize=1017800 CPUtime=5.73 cores=0,2,4,6
/proc/20576/stat : 20576 (gnovelty+2) R 20574 20576 20576 0 -1 4202496 431 0 0 0 573 0 0 0 25 0 1 0 519393162 1042227200 168 33554432000 134512640 135663704 4291357632 18446744073709551615 134524734 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/20576/statm: 254450 168 113 282 0 254166 0
[pid=20577] ppid=20568 vsize=289304 CPUtime=0 cores=0,2,4,6
/proc/20577/stat : 20577 (python) S 20568 20568 19167 0 -1 4202560 903 0 0 0 0 0 0 0 15 0 1 0 519393164 296247296 5707 33554432000 4194304 5683644 140737109904368 18446744073709551615 228095471174 0 0 16781312 514 8953631052530680068 0 0 17 2 0 0 0
/proc/20577/statm: 72326 5707 371 364 0 8241 0
[pid=20579] ppid=20577 vsize=2060 CPUtime=5.67 cores=0,2,4,6
/proc/20579/stat : 20579 (march_hi) R 20577 20579 20579 0 -1 4202496 587 0 0 0 567 0 0 0 25 0 1 0 519393165 2109440 326 33554432000 4194304 4955518 140736308548432 18446744073709551615 4224707 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/20579/statm: 515 326 104 186 0 328 0
[pid=20580] ppid=20568 vsize=299188 CPUtime=0 cores=0,2,4,6
/proc/20580/stat : 20580 (python) S 20568 20568 19167 0 -1 4202560 901 0 0 0 0 0 0 0 15 0 1 0 519393167 306368512 5614 33554432000 4194304 5683644 140737109904368 18446744073709551615 228095471174 0 0 16781312 514 17378361823434080516 0 0 17 0 0 0 0
/proc/20580/statm: 74797 5614 370 364 0 10709 0
[pid=20582] ppid=20580 vsize=2060 CPUtime=5.66 cores=0,2,4,6
/proc/20582/stat : 20582 (march_hi) R 20580 20582 20582 0 -1 4202496 588 0 0 0 566 0 0 0 25 0 1 0 519393168 2109440 326 33554432000 4194304 4955518 140737313488240 18446744073709551615 4314607 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/20582/statm: 515 326 104 186 0 328 0
[pid=20583] ppid=20568 vsize=309984 CPUtime=0 cores=0,2,4,6
/proc/20583/stat : 20583 (python) S 20568 20568 19167 0 -1 4202560 905 0 0 0 0 0 0 0 18 0 1 0 519393170 317423616 5740 33554432000 4194304 5683644 140737109904368 18446744073709551615 228095471174 0 0 16781312 514 4299605590096707842 0 0 17 6 0 0 0
/proc/20583/statm: 77496 5740 371 364 0 13405 0
[pid=20585] ppid=20583 vsize=454912 CPUtime=5.59 cores=0,2,4,6
/proc/20585/stat : 20585 (TNM) R 20583 20585 20585 0 -1 4202496 426 0 0 0 559 0 0 0 25 0 1 0 519393171 465829888 161 33554432000 134512640 135008748 4294079760 18446744073709551615 134527896 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/20585/statm: 113728 161 46 122 0 112628 0
[pid=20568/tid=20575] ppid=20566 vsize=320228 CPUtime=0 cores=0,2,4,6
/proc/20568/task/20575/stat : 20575 (python) S 20566 20568 19167 0 -1 4202560 28 935 0 0 0 0 0 0 19 0 5 0 519393161 327913472 7254 33554432000 4194304 5683644 140737109904368 18446744073709551615 228107274673 0 0 16781312 2 18446604451624572800 0 0 -1 6 0 0 0
[pid=20568/tid=20578] ppid=20566 vsize=320228 CPUtime=0 cores=0,2,4,6
/proc/20568/task/20578/stat : 20578 (python) S 20566 20568 19167 0 -1 4202560 22 935 0 0 0 0 0 0 21 0 5 0 519393164 327913472 7254 33554432000 4194304 5683644 140737109904368 18446744073709551615 228107274673 0 0 16781312 2 18446604451624572800 0 0 -1 0 0 0 0
[pid=20568/tid=20581] ppid=20566 vsize=320228 CPUtime=0 cores=0,2,4,6
/proc/20568/task/20581/stat : 20581 (python) S 20566 20568 19167 0 -1 4202560 24 935 0 0 0 0 0 0 23 0 5 0 519393168 327913472 7254 33554432000 4194304 5683644 140737109904368 18446744073709551615 228107274673 0 0 16781312 2 18446604451624572800 0 0 -1 0 0 0 0
[pid=20568/tid=20584] ppid=20566 vsize=320228 CPUtime=0 cores=0,2,4,6
/proc/20568/task/20584/stat : 20584 (python) S 20566 20568 19167 0 -1 4202560 25 935 0 0 0 0 0 0 25 0 5 0 519393171 327913472 7254 33554432000 4194304 5683644 140737109904368 18446744073709551615 228107274673 0 0 16781312 2 18446604451624572800 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 23.17
Current children cumulated vsize (KiB) 2974008

[startup+12.7014 s]
/proc/loadavg: 8.99 8.97 8.03 10/267 20585
/proc/meminfo: memFree=28191952/32951124 swapFree=67111348/67111528
[pid=20568] ppid=20566 vsize=320228 CPUtime=0.52 cores=0,2,4,6
/proc/20568/stat : 20568 (python) S 20566 20568 19167 0 -1 4202496 12342 935 1 0 44 8 0 0 25 0 5 0 519393105 327913472 7254 33554432000 4194304 5683644 140737109904368 18446744073709551615 228107277771 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/20568/statm: 80057 7254 1881 364 0 15966 0
[pid=20574] ppid=20568 vsize=278472 CPUtime=0.01 cores=0,2,4,6
/proc/20574/stat : 20574 (python) S 20568 20568 19167 0 -1 4202560 906 0 0 0 1 0 0 0 18 0 1 0 519393161 285155328 5578 33554432000 4194304 5683644 140737109904368 18446744073709551615 228095471119 0 0 16781312 514 8401746579836338433 0 0 17 2 0 0 0
/proc/20574/statm: 69618 5578 377 364 0 5536 0
[pid=20576] ppid=20574 vsize=1017800 CPUtime=12.13 cores=0,2,4,6
/proc/20576/stat : 20576 (gnovelty+2) R 20574 20576 20576 0 -1 4202496 431 0 0 0 1213 0 0 0 25 0 1 0 519393162 1042227200 168 33554432000 134512640 135663704 4291357632 18446744073709551615 135007680 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/20576/statm: 254450 168 113 282 0 254166 0
[pid=20577] ppid=20568 vsize=289304 CPUtime=0.02 cores=0,2,4,6

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

[pid=20568/tid=20581] ppid=20566 vsize=320228 CPUtime=0 cores=0,2,4,6
/proc/20568/task/20581/stat : 20581 (python) S 20566 20568 19167 0 -1 4202560 24 935 0 0 0 0 0 0 23 0 5 0 519393168 327913472 7254 33554432000 4194304 5683644 140737109904368 18446744073709551615 228107274673 0 0 16781312 2 18446604451624572800 0 0 -1 0 0 0 0
[pid=20568/tid=20584] ppid=20566 vsize=320228 CPUtime=0 cores=0,2,4,6
/proc/20568/task/20584/stat : 20584 (python) S 20566 20568 19167 0 -1 4202560 25 935 0 0 0 0 0 0 25 0 5 0 519393171 327913472 7254 33554432000 4194304 5683644 140737109904368 18446744073709551615 228107274673 0 0 16781312 2 18446604451624572800 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 150.94
Current children cumulated vsize (KiB) 2969888

[startup+39.9014 s]
/proc/loadavg: 9.06 8.99 8.07 13/267 20586
/proc/meminfo: memFree=28179380/32951124 swapFree=67111348/67111528
[pid=20568] ppid=20566 vsize=320228 CPUtime=0.52 cores=0,2,4,6
/proc/20568/stat : 20568 (python) S 20566 20568 19167 0 -1 4202496 12342 935 1 0 44 8 0 0 25 0 5 0 519393105 327913472 7254 33554432000 4194304 5683644 140737109904368 18446744073709551615 228107277771 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/20568/statm: 80057 7254 1881 364 0 15966 0
[pid=20574] ppid=20568 vsize=278472 CPUtime=0.06 cores=0,2,4,6
/proc/20574/stat : 20574 (python) S 20568 20568 19167 0 -1 4202560 914 0 0 0 4 2 0 0 18 0 1 0 519393161 285155328 5578 33554432000 4194304 5683644 140737109904368 18446744073709551615 228095471119 0 0 16781312 514 8401746579836338433 0 0 17 4 0 0 0
/proc/20574/statm: 69618 5578 377 364 0 5536 0
[pid=20576] ppid=20574 vsize=1017800 CPUtime=39.32 cores=0,2,4,6
/proc/20576/stat : 20576 (gnovelty+2) R 20574 20576 20576 0 -1 4202496 431 0 0 0 3932 0 0 0 25 0 1 0 519393162 1042227200 168 33554432000 134512640 135663704 4291357632 18446744073709551615 134544137 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/20576/statm: 254450 168 113 282 0 254166 0
[pid=20577] ppid=20568 vsize=289304 CPUtime=1.84 cores=0,2,4,6
/proc/20577/stat : 20577 (python) R 20568 20568 19167 0 -1 4202560 927 0 0 0 161 23 0 0 17 0 1 0 519393164 296247296 5707 33554432000 4194304 5683644 140737109904368 18446744073709551615 228107281215 0 0 16781312 514 0 0 0 17 2 0 0 0
/proc/20577/statm: 72326 5707 371 364 0 8241 0
[pid=20579] ppid=20577 vsize=0 CPUtime=37.38 cores=0,2,4,6
/proc/20579/stat : 20579 (march_hi) R 20577 20579 20579 0 -1 4202500 710 0 0 0 3738 0 0 0 25 0 1 0 519393165 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 2 0 0 0
/proc/20579/statm: 0 0 0 0 0 0 0
[pid=20580] ppid=20568 vsize=299188 CPUtime=1.74 cores=0,2,4,6
/proc/20580/stat : 20580 (python) R 20568 20568 19167 0 -1 4202560 919 0 0 0 153 21 0 0 17 0 1 0 519393167 306368512 5615 33554432000 4194304 5683644 140737109904368 18446744073709551615 228107281215 0 0 16781312 514 0 0 0 17 0 0 0 0
/proc/20580/statm: 74797 5615 371 364 0 10709 0
[pid=20582] ppid=20580 vsize=0 CPUtime=37.51 cores=0,2,4,6
/proc/20582/stat : 20582 (march_hi) R 20580 20582 20582 0 -1 4202500 711 0 0 0 3751 0 0 0 25 0 1 0 519393168 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 0 0 0 0
/proc/20582/statm: 0 0 0 0 0 0 0
[pid=20583] ppid=20568 vsize=309984 CPUtime=0.06 cores=0,2,4,6
/proc/20583/stat : 20583 (python) S 20568 20568 19167 0 -1 4202560 927 0 0 0 3 3 0 0 18 0 1 0 519393170 317423616 5740 33554432000 4194304 5683644 140737109904368 18446744073709551615 228095471174 0 0 16781312 514 8401746579836338434 0 0 17 6 0 0 0
/proc/20583/statm: 77496 5740 371 364 0 13405 0
[pid=20585] ppid=20583 vsize=454912 CPUtime=38.88 cores=0,2,4,6
/proc/20585/stat : 20585 (TNM) R 20583 20585 20585 0 -1 4202496 426 0 0 0 3888 0 0 0 25 0 1 0 519393171 465829888 161 33554432000 134512640 135008748 4294079760 18446744073709551615 134527542 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/20585/statm: 113728 161 46 122 0 112628 0
[pid=20568/tid=20575] ppid=20566 vsize=320228 CPUtime=0 cores=0,2,4,6
/proc/20568/task/20575/stat : 20575 (python) S 20566 20568 19167 0 -1 4202560 28 935 0 0 0 0 0 0 19 0 5 0 519393161 327913472 7254 33554432000 4194304 5683644 140737109904368 18446744073709551615 228107274673 0 0 16781312 2 18446604451624572800 0 0 -1 6 0 0 0
[pid=20568/tid=20578] ppid=20566 vsize=320228 CPUtime=0 cores=0,2,4,6
/proc/20568/task/20578/stat : 20578 (python) S 20566 20568 19167 0 -1 4202560 22 935 0 0 0 0 0 0 21 0 5 0 519393164 327913472 7254 33554432000 4194304 5683644 140737109904368 18446744073709551615 228107274673 0 0 16781312 2 18446604451624572800 0 0 -1 0 0 0 0
[pid=20568/tid=20581] ppid=20566 vsize=320228 CPUtime=0 cores=0,2,4,6
/proc/20568/task/20581/stat : 20581 (python) S 20566 20568 19167 0 -1 4202560 24 935 0 0 0 0 0 0 23 0 5 0 519393168 327913472 7254 33554432000 4194304 5683644 140737109904368 18446744073709551615 228107274673 0 0 16781312 2 18446604451624572800 0 0 -1 0 0 0 0
[pid=20568/tid=20584] ppid=20566 vsize=320228 CPUtime=0 cores=0,2,4,6
/proc/20568/task/20584/stat : 20584 (python) S 20566 20568 19167 0 -1 4202560 25 935 0 0 0 0 0 0 25 0 5 0 519393171 327913472 7254 33554432000 4194304 5683644 140737109904368 18446744073709551615 228107274673 0 0 16781312 2 18446604451624572800 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 157.31
Current children cumulated vsize (KiB) 2969888

[startup+40.3013 s]
/proc/loadavg: 9.06 8.99 8.07 13/267 20586
/proc/meminfo: memFree=28179380/32951124 swapFree=67111348/67111528
[pid=20568] ppid=20566 vsize=320228 CPUtime=0.52 cores=0,2,4,6
/proc/20568/stat : 20568 (python) S 20566 20568 19167 0 -1 4202496 12342 935 1 0 44 8 0 0 25 0 5 0 519393105 327913472 7254 33554432000 4194304 5683644 140737109904368 18446744073709551615 228107277771 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/20568/statm: 80057 7254 1881 364 0 15966 0
[pid=20574] ppid=20568 vsize=278472 CPUtime=0.06 cores=0,2,4,6
/proc/20574/stat : 20574 (python) S 20568 20568 19167 0 -1 4202560 914 0 0 0 4 2 0 0 18 0 1 0 519393161 285155328 5578 33554432000 4194304 5683644 140737109904368 18446744073709551615 228095471119 0 0 16781312 514 8401746579836338433 0 0 17 4 0 0 0
/proc/20574/statm: 69618 5578 377 364 0 5536 0
[pid=20576] ppid=20574 vsize=1017800 CPUtime=39.71 cores=0,2,4,6
/proc/20576/stat : 20576 (gnovelty+2) R 20574 20576 20576 0 -1 4202496 431 0 0 0 3971 0 0 0 25 0 1 0 519393162 1042227200 168 33554432000 134512640 135663704 4291357632 18446744073709551615 134545772 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/20576/statm: 254450 168 113 282 0 254166 0
[pid=20577] ppid=20568 vsize=289304 CPUtime=2.25 cores=0,2,4,6
/proc/20577/stat : 20577 (python) R 20568 20568 19167 0 -1 4202560 930 0 0 0 196 29 0 0 18 0 1 0 519393164 296247296 5707 33554432000 4194304 5683644 140737109904368 18446744073709551615 228107281215 0 0 16781312 514 0 0 0 17 2 0 0 0
/proc/20577/statm: 72326 5707 371 364 0 8241 0
[pid=20579] ppid=20577 vsize=0 CPUtime=37.38 cores=0,2,4,6
/proc/20579/stat : 20579 (march_hi) R 20577 20579 20579 0 -1 4202500 710 0 0 0 3738 0 0 0 25 0 1 0 519393165 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 2 0 0 0
/proc/20579/statm: 0 0 0 0 0 0 0
[pid=20580] ppid=20568 vsize=299188 CPUtime=2.15 cores=0,2,4,6
/proc/20580/stat : 20580 (python) R 20568 20568 19167 0 -1 4202560 919 0 0 0 189 26 0 0 18 0 1 0 519393167 306368512 5615 33554432000 4194304 5683644 140737109904368 18446744073709551615 228107281215 0 0 16781312 514 0 0 0 17 0 0 0 0
/proc/20580/statm: 74797 5615 371 364 0 10709 0
[pid=20582] ppid=20580 vsize=0 CPUtime=37.51 cores=0,2,4,6
/proc/20582/stat : 20582 (march_hi) R 20580 20582 20582 0 -1 4202500 711 0 0 0 3751 0 0 0 25 0 1 0 519393168 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 0 0 0 0
/proc/20582/statm: 0 0 0 0 0 0 0
[pid=20583] ppid=20568 vsize=309984 CPUtime=0.06 cores=0,2,4,6
/proc/20583/stat : 20583 (python) S 20568 20568 19167 0 -1 4202560 927 0 0 0 3 3 0 0 18 0 1 0 519393170 317423616 5740 33554432000 4194304 5683644 140737109904368 18446744073709551615 228095471174 0 0 16781312 514 8401746579836338434 0 0 17 6 0 0 0
/proc/20583/statm: 77496 5740 371 364 0 13405 0
[pid=20585] ppid=20583 vsize=454912 CPUtime=39.28 cores=0,2,4,6
/proc/20585/stat : 20585 (TNM) R 20583 20585 20585 0 -1 4202496 426 0 0 0 3928 0 0 0 25 0 1 0 519393171 465829888 161 33554432000 134512640 135008748 4294079760 18446744073709551615 134527267 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/20585/statm: 113728 161 46 122 0 112628 0
[pid=20568/tid=20575] ppid=20566 vsize=320228 CPUtime=0 cores=0,2,4,6
/proc/20568/task/20575/stat : 20575 (python) S 20566 20568 19167 0 -1 4202560 28 935 0 0 0 0 0 0 19 0 5 0 519393161 327913472 7254 33554432000 4194304 5683644 140737109904368 18446744073709551615 228107274673 0 0 16781312 2 18446604451624572800 0 0 -1 6 0 0 0
[pid=20568/tid=20578] ppid=20566 vsize=320228 CPUtime=0 cores=0,2,4,6
/proc/20568/task/20578/stat : 20578 (python) S 20566 20568 19167 0 -1 4202560 22 935 0 0 0 0 0 0 21 0 5 0 519393164 327913472 7254 33554432000 4194304 5683644 140737109904368 18446744073709551615 228107274673 0 0 16781312 2 18446604451624572800 0 0 -1 0 0 0 0
[pid=20568/tid=20581] ppid=20566 vsize=320228 CPUtime=0 cores=0,2,4,6
/proc/20568/task/20581/stat : 20581 (python) S 20566 20568 19167 0 -1 4202560 24 935 0 0 0 0 0 0 23 0 5 0 519393168 327913472 7254 33554432000 4194304 5683644 140737109904368 18446744073709551615 228107274673 0 0 16781312 2 18446604451624572800 0 0 -1 0 0 0 0
[pid=20568/tid=20584] ppid=20566 vsize=320228 CPUtime=0 cores=0,2,4,6
/proc/20568/task/20584/stat : 20584 (python) S 20566 20568 19167 0 -1 4202560 25 935 0 0 0 0 0 0 25 0 5 0 519393171 327913472 7254 33554432000 4194304 5683644 140737109904368 18446744073709551615 228107274673 0 0 16781312 2 18446604451624572800 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 158.92
Current children cumulated vsize (KiB) 2969888

[startup+40.5013 s]
/proc/loadavg: 9.06 8.99 8.07 13/267 20586
/proc/meminfo: memFree=28179380/32951124 swapFree=67111348/67111528
[pid=20568] ppid=20566 vsize=320228 CPUtime=0.52 cores=0,2,4,6
/proc/20568/stat : 20568 (python) S 20566 20568 19167 0 -1 4202496 12342 935 1 0 44 8 0 0 25 0 5 0 519393105 327913472 7254 33554432000 4194304 5683644 140737109904368 18446744073709551615 228107277771 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/20568/statm: 80057 7254 1881 364 0 15966 0
[pid=20574] ppid=20568 vsize=278472 CPUtime=0.06 cores=0,2,4,6
/proc/20574/stat : 20574 (python) S 20568 20568 19167 0 -1 4202560 914 0 0 0 4 2 0 0 18 0 1 0 519393161 285155328 5578 33554432000 4194304 5683644 140737109904368 18446744073709551615 228095471119 0 0 16781312 514 8401746579836338433 0 0 17 4 0 0 0
/proc/20574/statm: 69618 5578 377 364 0 5536 0
[pid=20576] ppid=20574 vsize=1017800 CPUtime=39.91 cores=0,2,4,6
/proc/20576/stat : 20576 (gnovelty+2) R 20574 20576 20576 0 -1 4202496 431 0 0 0 3991 0 0 0 25 0 1 0 519393162 1042227200 168 33554432000 134512640 135663704 4291357632 18446744073709551615 134524507 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/20576/statm: 254450 168 113 282 0 254166 0
[pid=20577] ppid=20568 vsize=289304 CPUtime=2.45 cores=0,2,4,6
/proc/20577/stat : 20577 (python) R 20568 20568 19167 0 -1 4202560 930 0 0 0 214 31 0 0 18 0 1 0 519393164 296247296 5707 33554432000 4194304 5683644 140737109904368 18446744073709551615 228107281215 0 0 16781312 514 0 0 0 17 2 0 0 0
/proc/20577/statm: 72326 5707 371 364 0 8241 0
[pid=20579] ppid=20577 vsize=0 CPUtime=37.38 cores=0,2,4,6
/proc/20579/stat : 20579 (march_hi) R 20577 20579 20579 0 -1 4202500 710 0 0 0 3738 0 0 0 25 0 1 0 519393165 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 2 0 0 0
/proc/20579/statm: 0 0 0 0 0 0 0
[pid=20580] ppid=20568 vsize=299188 CPUtime=2.34 cores=0,2,4,6
/proc/20580/stat : 20580 (python) R 20568 20568 19167 0 -1 4202560 921 0 0 0 206 28 0 0 18 0 1 0 519393167 306368512 5615 33554432000 4194304 5683644 140737109904368 18446744073709551615 228095471174 0 0 16781312 514 0 0 0 17 0 0 0 0
/proc/20580/statm: 74797 5615 371 364 0 10709 0
[pid=20582] ppid=20580 vsize=0 CPUtime=37.51 cores=0,2,4,6
/proc/20582/stat : 20582 (march_hi) R 20580 20582 20582 0 -1 4202500 711 0 0 0 3751 0 0 0 25 0 1 0 519393168 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 0 0 0 0
/proc/20582/statm: 0 0 0 0 0 0 0
[pid=20583] ppid=20568 vsize=309984 CPUtime=0.06 cores=0,2,4,6
/proc/20583/stat : 20583 (python) S 20568 20568 19167 0 -1 4202560 927 0 0 0 3 3 0 0 18 0 1 0 519393170 317423616 5740 33554432000 4194304 5683644 140737109904368 18446744073709551615 228095471174 0 0 16781312 514 8401746579836338434 0 0 17 6 0 0 0
/proc/20583/statm: 77496 5740 371 364 0 13405 0
[pid=20585] ppid=20583 vsize=454912 CPUtime=39.48 cores=0,2,4,6
/proc/20585/stat : 20585 (TNM) R 20583 20585 20585 0 -1 4202496 426 0 0 0 3948 0 0 0 25 0 1 0 519393171 465829888 161 33554432000 134512640 135008748 4294079760 18446744073709551615 134527475 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/20585/statm: 113728 161 46 122 0 112628 0
[pid=20568/tid=20575] ppid=20566 vsize=320228 CPUtime=0 cores=0,2,4,6
/proc/20568/task/20575/stat : 20575 (python) S 20566 20568 19167 0 -1 4202560 28 935 0 0 0 0 0 0 19 0 5 0 519393161 327913472 7254 33554432000 4194304 5683644 140737109904368 18446744073709551615 228107274673 0 0 16781312 2 18446604451624572800 0 0 -1 6 0 0 0
[pid=20568/tid=20578] ppid=20566 vsize=320228 CPUtime=0 cores=0,2,4,6
/proc/20568/task/20578/stat : 20578 (python) S 20566 20568 19167 0 -1 4202560 22 935 0 0 0 0 0 0 21 0 5 0 519393164 327913472 7254 33554432000 4194304 5683644 140737109904368 18446744073709551615 228107274673 0 0 16781312 2 18446604451624572800 0 0 -1 0 0 0 0
[pid=20568/tid=20581] ppid=20566 vsize=320228 CPUtime=0 cores=0,2,4,6
/proc/20568/task/20581/stat : 20581 (python) S 20566 20568 19167 0 -1 4202560 24 935 0 0 0 0 0 0 23 0 5 0 519393168 327913472 7254 33554432000 4194304 5683644 140737109904368 18446744073709551615 228107274673 0 0 16781312 2 18446604451624572800 0 0 -1 0 0 0 0
[pid=20568/tid=20584] ppid=20566 vsize=320228 CPUtime=0 cores=0,2,4,6
/proc/20568/task/20584/stat : 20584 (python) S 20566 20568 19167 0 -1 4202560 25 935 0 0 0 0 0 0 25 0 5 0 519393171 327913472 7254 33554432000 4194304 5683644 140737109904368 18446744073709551615 228107274673 0 0 16781312 2 18446604451624572800 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 159.71
Current children cumulated vsize (KiB) 2969888

[startup+40.6012 s]
/proc/loadavg: 9.06 8.99 8.07 15/267 20586
/proc/meminfo: memFree=28179004/32951124 swapFree=67111348/67111528
[pid=20568] ppid=20566 vsize=320228 CPUtime=0.52 cores=0,2,4,6
/proc/20568/stat : 20568 (python) S 20566 20568 19167 0 -1 4202496 12342 935 1 0 44 8 0 0 25 0 5 0 519393105 327913472 7254 33554432000 4194304 5683644 140737109904368 18446744073709551615 228107277771 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/20568/statm: 80057 7254 1881 364 0 15966 0
[pid=20574] ppid=20568 vsize=278472 CPUtime=0.06 cores=0,2,4,6
/proc/20574/stat : 20574 (python) S 20568 20568 19167 0 -1 4202560 914 0 0 0 4 2 0 0 18 0 1 0 519393161 285155328 5578 33554432000 4194304 5683644 140737109904368 18446744073709551615 228095471119 0 0 16781312 514 8401746579836338433 0 0 17 4 0 0 0
/proc/20574/statm: 69618 5578 377 364 0 5536 0
[pid=20576] ppid=20574 vsize=1017800 CPUtime=40.02 cores=0,2,4,6
/proc/20576/stat : 20576 (gnovelty+2) R 20574 20576 20576 0 -1 4202496 431 0 0 0 4002 0 0 0 25 0 1 0 519393162 1042227200 168 33554432000 134512640 135663704 4291357632 18446744073709551615 134544268 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/20576/statm: 254450 168 113 282 0 254166 0
[pid=20577] ppid=20568 vsize=289304 CPUtime=2.56 cores=0,2,4,6
/proc/20577/stat : 20577 (python) R 20568 20568 19167 0 -1 4202560 930 0 0 0 224 32 0 0 18 0 1 0 519393164 296247296 5707 33554432000 4194304 5683644 140737109904368 18446744073709551615 228107281215 0 0 16781312 514 0 0 0 17 2 0 0 0
/proc/20577/statm: 72326 5707 371 364 0 8241 0
[pid=20579] ppid=20577 vsize=0 CPUtime=37.38 cores=0,2,4,6
/proc/20579/stat : 20579 (march_hi) R 20577 20579 20579 0 -1 4202500 710 0 0 0 3738 0 0 0 25 0 1 0 519393165 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 2 0 0 0
/proc/20579/statm: 0 0 0 0 0 0 0
[pid=20580] ppid=20568 vsize=299188 CPUtime=2.46 cores=0,2,4,6
/proc/20580/stat : 20580 (python) R 20568 20568 19167 0 -1 4202560 921 0 0 0 216 30 0 0 18 0 1 0 519393167 306368512 5615 33554432000 4194304 5683644 140737109904368 18446744073709551615 228107281215 0 0 16781312 514 0 0 0 17 0 0 0 0
/proc/20580/statm: 74797 5615 371 364 0 10709 0
[pid=20582] ppid=20580 vsize=0 CPUtime=37.51 cores=0,2,4,6
/proc/20582/stat : 20582 (march_hi) R 20580 20582 20582 0 -1 4202500 711 0 0 0 3751 0 0 0 25 0 1 0 519393168 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 0 0 0 0
/proc/20582/statm: 0 0 0 0 0 0 0
[pid=20583] ppid=20568 vsize=309984 CPUtime=0.06 cores=0,2,4,6
/proc/20583/stat : 20583 (python) S 20568 20568 19167 0 -1 4202560 927 0 0 0 3 3 0 0 18 0 1 0 519393170 317423616 5740 33554432000 4194304 5683644 140737109904368 18446744073709551615 228095471174 0 0 16781312 514 8401746579836338434 0 0 17 6 0 0 0
/proc/20583/statm: 77496 5740 371 364 0 13405 0
[pid=20585] ppid=20583 vsize=454912 CPUtime=39.58 cores=0,2,4,6
/proc/20585/stat : 20585 (TNM) R 20583 20585 20585 0 -1 4202496 426 0 0 0 3958 0 0 0 25 0 1 0 519393171 465829888 161 33554432000 134512640 135008748 4294079760 18446744073709551615 134527840 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/20585/statm: 113728 161 46 122 0 112628 0
[pid=20568/tid=20575] ppid=20566 vsize=320228 CPUtime=0 cores=0,2,4,6
/proc/20568/task/20575/stat : 20575 (python) S 20566 20568 19167 0 -1 4202560 28 935 0 0 0 0 0 0 19 0 5 0 519393161 327913472 7254 33554432000 4194304 5683644 140737109904368 18446744073709551615 228107274673 0 0 16781312 2 18446604451624572800 0 0 -1 6 0 0 0
[pid=20568/tid=20578] ppid=20566 vsize=320228 CPUtime=0 cores=0,2,4,6
/proc/20568/task/20578/stat : 20578 (python) S 20566 20568 19167 0 -1 4202560 22 935 0 0 0 0 0 0 21 0 5 0 519393164 327913472 7254 33554432000 4194304 5683644 140737109904368 18446744073709551615 228107274673 0 0 16781312 2 18446604451624572800 0 0 -1 0 0 0 0
[pid=20568/tid=20581] ppid=20566 vsize=320228 CPUtime=0 cores=0,2,4,6
/proc/20568/task/20581/stat : 20581 (python) S 20566 20568 19167 0 -1 4202560 24 935 0 0 0 0 0 0 23 0 5 0 519393168 327913472 7254 33554432000 4194304 5683644 140737109904368 18446744073709551615 228107274673 0 0 16781312 2 18446604451624572800 0 0 -1 0 0 0 0
[pid=20568/tid=20584] ppid=20566 vsize=320228 CPUtime=0 cores=0,2,4,6
/proc/20568/task/20584/stat : 20584 (python) S 20566 20568 19167 0 -1 4202560 25 935 0 0 0 0 0 0 25 0 5 0 519393171 327913472 7254 33554432000 4194304 5683644 140737109904368 18446744073709551615 228107274673 0 0 16781312 2 18446604451624572800 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 160.15
Current children cumulated vsize (KiB) 2969888

Child status: 0
Real time (s): 40.695
CPU time (s): 160.511
CPU user time (s): 159.705
CPU system time (s): 0.805877
CPU usage (%): 394.424
Max. virtual memory (cumulated for all children) (KiB): 2975200

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 159.705
system time used= 0.805877
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 24041
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= 2280
involuntary context switches= 2452

runsolver used 0.091986 second user time and 0.212967 second system time

The end

Launcher Data

Begin job on node142 at 2011-05-01 19:09:36
IDJOB=3317467
IDBENCH=82932
IDSOLVER=1705
FILE ID=node142/3317467-1304269776
RUNJOBID= node142-1304267280-19185
PBS_JOBID= 13173937
Free space on /tmp= 73276 MiB

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

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

MD5SUM BENCH= ab99d3f634575de78557b69bc7096528
RANDOM SEED=626493204

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.846
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:      28239288 kB
Buffers:       1135512 kB
Cached:        2197072 kB
SwapCached:        176 kB
Active:        1492096 kB
Inactive:      2704624 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      28239288 kB
SwapTotal:    67111528 kB
SwapFree:     67111348 kB
Dirty:           31948 kB
Writeback:           0 kB
AnonPages:      862932 kB
Mapped:          25924 kB
Slab:           438808 kB
PageTables:      16732 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 32879852 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= 73244 MiB
End job on node142 at 2011-05-01 19:10:17