Trace number 3385728

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
borg-sat 11.03.02-par-random (fixed)UNSAT 227.616 38.5118

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v400-c1704-S690749326-001.UNKNOWN.cnf
MD5SUM20f33ec190b502d21efebab5417989ef
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark37.5873
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.45	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.30/0.45	c INFO: solving HOME/instance-3385728-1305572606.cnf
0.30/0.45	c INFO: computing task features
0.30/0.46	c INFO: computed variable-clause graph statistics
0.30/0.46	c INFO: computed clause balance statistics
0.30/0.49	c INFO: computed variable balance statistics
0.38/0.51	c INFO: computed small-clause counts
0.38/0.51	c INFO: computed Horn-clause counts
0.38/0.51	c INFO: computed variable graph statistics
0.38/0.51	c INFO: collected features for HOME/instance-3385728-1305572606.cnf in 0.06 s
0.38/0.54	c INFO: running gnovelty+2@0 for 97 with 4999 remaining (b = 0.56)
0.38/0.57	c INFO: running march_hi@0 for 388 with 4999 remaining (b = 0.39)
0.48/0.60	c INFO: running march_hi@0 for 388 with 4999 remaining (b = 0.34)
0.48/0.63	c INFO: running march_hi@0 for 485 with 4999 remaining (b = 0.34)
0.48/0.66	c INFO: running march_hi@0 for 97 with 4999 remaining (b = 0.11)
0.48/0.69	c INFO: running TNM@0 for 97 with 4999 remaining (b = 0.07)
0.57/0.73	c INFO: running march_hi@0 for 485 with 4999 remaining (b = 0.24)
0.64/0.93	c INFO: running march_hi@0 for 485 with 4999 remaining (b = 0.21)
227.38/38.49	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3385728-1305572606/watcher-3385728-1305572606 -o /tmp/evaluation-result-3385728-1305572606/solver-3385728-1305572606 -C 40000 -W 5100 -M 31000 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3385728-1305572606.cnf -seed 392073912 -budget 40000 -cores 8 

running on 8 cores: 0,2,4,6,1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 40000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 40030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 8.99 9.07 9.07 3/322 19585
/proc/meminfo: memFree=25447136/32951124 swapFree=67083432/67111528
[pid=19585] ppid=19583 vsize=15904 CPUtime=0 cores=0-7
/proc/19585/stat : 19585 (python) R 19583 19585 19445 0 -1 4202496 975 0 0 0 0 0 0 0 25 0 1 0 747491235 16285696 850 33554432000 4194304 5683644 140736290313040 18446744073709551615 260020056773 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/19585/statm: 3976 852 360 364 0 463 0

[startup+0.0957121 s]
/proc/loadavg: 8.99 9.07 9.07 3/322 19585
/proc/meminfo: memFree=25447136/32951124 swapFree=67083432/67111528
[pid=19585] ppid=19583 vsize=104216 CPUtime=0.06 cores=0-7
/proc/19585/stat : 19585 (python) R 19583 19585 19445 0 -1 4202496 3046 0 0 0 5 1 0 0 25 0 1 0 747491235 106717184 2731 33554432000 4194304 5683644 140736290313040 18446744073709551615 260020393984 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/19585/statm: 26054 2731 847 364 0 1802 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 104216

[startup+0.100717 s]
/proc/loadavg: 8.99 9.07 9.07 3/322 19585
/proc/meminfo: memFree=25447136/32951124 swapFree=67083432/67111528
[pid=19585] ppid=19583 vsize=104612 CPUtime=0.06 cores=0-7
/proc/19585/stat : 19585 (python) R 19583 19585 19445 0 -1 4202496 3143 0 0 0 5 1 0 0 25 0 1 0 747491235 107122688 2821 33554432000 4194304 5683644 140736290313040 18446744073709551615 260020391781 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/19585/statm: 26153 2821 847 364 0 1901 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 104612

[startup+0.300682 s]
/proc/loadavg: 8.99 9.07 9.07 3/322 19585
/proc/meminfo: memFree=25447136/32951124 swapFree=67083432/67111528
[pid=19585] ppid=19583 vsize=198912 CPUtime=0.22 cores=0-7
/proc/19585/stat : 19585 (python) R 19583 19585 19445 0 -1 4202496 7017 934 1 0 17 5 0 0 17 0 1 0 747491235 203685888 5052 33554432000 4194304 5683644 140736290313040 18446744073709551615 260023804585 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/19585/statm: 49728 5052 1466 364 0 3755 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 198912

[startup+0.700581 s]
/proc/loadavg: 8.99 9.07 9.07 3/322 19585
/proc/meminfo: memFree=25447136/32951124 swapFree=67083432/67111528
[pid=19585] ppid=19583 vsize=395844 CPUtime=0.57 cores=0-7
/proc/19585/stat : 19585 (python) R 19583 19585 19445 0 -1 4202496 13472 934 1 0 49 8 0 0 19 0 6 0 747491235 405344256 7374 33554432000 4194304 5683644 140736290313040 18446744073709551615 4870104 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/19585/statm: 98961 7374 1882 364 0 34864 0
Current children cumulated CPU time (s) 0.57
Current children cumulated vsize (KiB) 395844

[startup+1.50141 s]
/proc/loadavg: 8.99 9.07 9.07 10/344 19611
/proc/meminfo: memFree=25393012/32951124 swapFree=67083432/67111528
[pid=19585] ppid=19583 vsize=426600 CPUtime=0.64 cores=0-7
/proc/19585/stat : 19585 (python) S 19583 19585 19445 0 -1 4202496 15190 934 1 0 55 9 0 0 20 0 9 0 747491235 436838400 7376 33554432000 4194304 5683644 140736290313040 18446744073709551615 260032222667 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/19585/statm: 106650 7376 1889 364 0 42547 0
[pid=19591] ppid=19585 vsize=278556 CPUtime=0 cores=0-7
/proc/19591/stat : 19591 (python) S 19585 19585 19445 0 -1 4202560 735 0 0 0 0 0 0 0 18 0 1 0 747491290 285241344 5554 33554432000 4194304 5683644 140736290313040 18446744073709551615 260020416015 0 0 16781312 514 1408417774627192831 0 0 17 0 0 0 0
/proc/19591/statm: 69639 5554 354 364 0 5557 0
[pid=19593] ppid=19591 vsize=1017800 CPUtime=0.72 cores=0-7
/proc/19593/stat : 19593 (gnovelty+2) R 19591 19593 19593 0 -1 4202496 431 0 0 0 72 0 0 0 21 0 1 0 747491291 1042227200 169 33554432000 134512640 135663704 4289185424 18446744073709551615 134545772 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/19593/statm: 254450 169 113 282 0 254166 0
[pid=19594] ppid=19585 vsize=289284 CPUtime=0 cores=0-7
/proc/19594/stat : 19594 (python) S 19585 19585 19445 0 -1 4202560 760 0 0 0 0 0 0 0 15 0 1 0 747491293 296226816 5679 33554432000 4194304 5683644 140736290313040 18446744073709551615 260020416070 0 0 16781312 514 1851859060446429447 0 0 17 2 0 0 0
/proc/19594/statm: 72321 5679 348 364 0 8236 0
[pid=19596] ppid=19594 vsize=1972 CPUtime=0.91 cores=0-7
/proc/19596/stat : 19596 (march_hi) R 19594 19596 19596 0 -1 4202496 578 0 0 0 91 0 0 0 25 0 1 0 747491293 2019328 317 33554432000 4194304 4955518 140733833207632 18446744073709551615 4346460 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/19596/statm: 493 317 104 186 0 306 0
[pid=19597] ppid=19585 vsize=365076 CPUtime=0 cores=0-7
/proc/19597/stat : 19597 (python) S 19585 19585 19445 0 -1 4202560 714 0 0 0 0 0 0 0 15 0 1 0 747491296 373837824 5856 33554432000 4194304 5683644 140736290313040 18446744073709551615 260020416070 0 0 16781312 514 11398311594006905094 0 0 17 7 0 0 0
/proc/19597/statm: 91269 5856 348 364 0 27181 0
[pid=19599] ppid=19597 vsize=1972 CPUtime=0.87 cores=0-7
/proc/19599/stat : 19599 (march_hi) R 19597 19599 19599 0 -1 4202496 568 0 0 0 87 0 0 0 23 0 1 0 747491296 2019328 317 33554432000 4194304 4955518 140733852860256 18446744073709551615 4209737 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/19599/statm: 493 317 104 186 0 306 0
[pid=19600] ppid=19585 vsize=375332 CPUtime=0 cores=0-7
/proc/19600/stat : 19600 (python) S 19585 19585 19445 0 -1 4202560 726 0 0 0 0 0 0 0 15 0 1 0 747491299 384339968 5817 33554432000 4194304 5683644 140736290313040 18446744073709551615 260020416070 0 0 16781312 514 11398324788146438405 0 0 17 4 0 0 0
/proc/19600/statm: 93833 5817 348 364 0 29742 0
[pid=19602] ppid=19600 vsize=1972 CPUtime=0.86 cores=0-7
/proc/19602/stat : 19602 (march_hi) R 19600 19602 19602 0 -1 4202496 574 0 0 0 86 0 0 0 25 0 1 0 747491299 2019328 316 33554432000 4194304 4955518 140733881811504 18446744073709551615 4309967 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/19602/statm: 493 316 104 186 0 306 0
[pid=19603] ppid=19585 vsize=385588 CPUtime=0 cores=0-7
/proc/19603/stat : 19603 (python) S 19585 19585 19445 0 -1 4202560 733 0 0 0 0 0 0 0 15 0 1 0 747491302 394842112 5839 33554432000 4194304 5683644 140736290313040 18446744073709551615 260020416070 0 0 16781312 514 13551625952169001222 0 0 17 5 0 0 0
/proc/19603/statm: 96397 5839 348 364 0 32303 0
[pid=19605] ppid=19603 vsize=1972 CPUtime=0.77 cores=0-7
/proc/19605/stat : 19605 (march_hi) R 19603 19605 19605 0 -1 4202496 571 0 0 0 77 0 0 0 23 0 1 0 747491305 2019328 317 33554432000 4194304 4955518 140735472523040 18446744073709551615 4238710 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/19605/statm: 493 317 104 186 0 306 0
[pid=19606] ppid=19585 vsize=395844 CPUtime=0 cores=0-7
/proc/19606/stat : 19606 (python) S 19585 19585 19445 0 -1 4202560 718 0 0 0 0 0 0 0 20 0 1 0 747491305 405344256 5836 33554432000 4194304 5683644 140736290313040 18446744073709551615 260020416070 0 0 16781312 514 12952607894188064767 0 0 17 0 0 0 0
/proc/19606/statm: 98961 5836 344 364 0 34864 0
[pid=19608] ppid=19606 vsize=454908 CPUtime=0.62 cores=0-7
/proc/19608/stat : 19608 (TNM) R 19606 19608 19608 0 -1 4202496 419 0 0 0 62 0 0 0 24 0 1 0 747491306 465825792 160 33554432000 134512640 135008748 4291997616 18446744073709551615 134529636 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/19608/statm: 113727 160 46 122 0 112627 0
[pid=19609] ppid=19585 vsize=406100 CPUtime=0 cores=0-7
/proc/19609/stat : 19609 (python) S 19585 19585 19445 0 -1 4202560 754 0 0 0 0 0 0 0 15 0 1 0 747491309 415846400 5844 33554432000 4194304 5683644 140736290313040 18446744073709551615 260020416070 0 0 16781312 514 12952604045897335044 0 0 17 3 0 0 0
/proc/19609/statm: 101525 5844 348 364 0 37425 0
[pid=19611] ppid=19585 vsize=416356 CPUtime=0 cores=0-7
/proc/19611/stat : 19611 (python) S 19585 19585 19445 0 -1 4202560 782 0 0 0 0 0 0 0 19 0 1 0 747491329 426348544 5837 33554432000 4194304 5683644 140736290313040 18446744073709551615 260020416070 0 0 16781312 514 4531443664127230214 0 0 17 3 0 0 0
/proc/19611/statm: 104089 5837 354 364 0 39986 0
[pid=19585/tid=19592] ppid=19583 vsize=426600 CPUtime=0 cores=0-7
/proc/19585/task/19592/stat : 19592 (python) S 19583 19585 19445 0 -1 4202560 26 934 0 0 0 0 0 0 18 0 9 0 747491290 436838400 7376 33554432000 4194304 5683644 140736290313040 18446744073709551615 260032219569 0 0 16781312 2 18446604469240073024 0 0 -1 7 0 0 0
[pid=19585/tid=19595] ppid=19583 vsize=426600 CPUtime=0 cores=0-7
/proc/19585/task/19595/stat : 19595 (python) S 19583 19585 19445 0 -1 4202560 23 934 0 0 0 0 0 0 18 0 9 0 747491293 436838400 7376 33554432000 4194304 5683644 140736290313040 18446744073709551615 260032219569 0 0 16781312 2 18446604469240073024 0 0 -1 2 0 0 0
[pid=19585/tid=19598] ppid=19583 vsize=426600 CPUtime=0 cores=0-7
/proc/19585/task/19598/stat : 19598 (python) S 19583 19585 19445 0 -1 4202560 71 934 0 0 0 0 0 0 19 0 9 0 747491296 436838400 7376 33554432000 4194304 5683644 140736290313040 18446744073709551615 260032219569 0 0 16781312 2 18446604469240073024 0 0 -1 7 0 0 0
[pid=19585/tid=19601] ppid=19583 vsize=426600 CPUtime=0 cores=0-7
/proc/19585/task/19601/stat : 19601 (python) S 19583 19585 19445 0 -1 4202560 31 934 0 0 0 0 0 0 20 0 9 0 747491299 436838400 7376 33554432000 4194304 5683644 140736290313040 18446744073709551615 260032219569 0 0 16781312 2 18446604469240073024 0 0 -1 4 0 0 0
[pid=19585/tid=19604] ppid=19583 vsize=426600 CPUtime=0 cores=0-7
/proc/19585/task/19604/stat : 19604 (python) S 19583 19585 19445 0 -1 4202560 34 934 0 0 0 0 0 0 19 0 9 0 747491302 436838400 7376 33554432000 4194304 5683644 140736290313040 18446744073709551615 260032219569 0 0 16781312 2 18446604469240073024 0 0 -1 3 0 0 0
[pid=19585/tid=19607] ppid=19583 vsize=426600 CPUtime=0 cores=0-7
/proc/19585/task/19607/stat : 19607 (python) S 19583 19585 19445 0 -1 4202560 31 934 0 0 0 0 0 0 20 0 9 0 747491306 436838400 7376 33554432000 4194304 5683644 140736290313040 18446744073709551615 260032219569 0 0 16781312 2 18446604469240073024 0 0 -1 0 0 0 0
[pid=19585/tid=19610] ppid=19583 vsize=426600 CPUtime=0 cores=0-7
/proc/19585/task/19610/stat : 19610 (python) S 19583 19585 19445 0 -1 4202560 38 934 0 0 0 0 0 0 22 0 9 0 747491309 436838400 7376 33554432000 4194304 5683644 140736290313040 18446744073709551615 260032219569 0 0 16781312 2 18446604469240073024 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 5.39
Current children cumulated vsize (KiB) 4819332

[startup+3.10112 s]
/proc/loadavg: 8.99 9.07 9.07 11/347 19614
/proc/meminfo: memFree=25389508/32951124 swapFree=67083432/67111528
[pid=19585] ppid=19583 vsize=426600 CPUtime=0.64 cores=0-7
/proc/19585/stat : 19585 (python) S 19583 19585 19445 0 -1 4202496 15190 934 1 0 55 9 0 0 20 0 9 0 747491235 436838400 7376 33554432000 4194304 5683644 140736290313040 18446744073709551615 260032222667 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/19585/statm: 106650 7376 1889 364 0 42547 0
[pid=19591] ppid=19585 vsize=278556 CPUtime=0 cores=0-7
/proc/19591/stat : 19591 (python) S 19585 19585 19445 0 -1 4202560 735 0 0 0 0 0 0 0 18 0 1 0 747491290 285241344 5554 33554432000 4194304 5683644 140736290313040 18446744073709551615 260020416015 0 0 16781312 514 1408417774627160327 0 0 17 0 0 0 0
/proc/19591/statm: 69639 5554 354 364 0 5557 0
[pid=19593] ppid=19591 vsize=1017800 CPUtime=1.52 cores=0-7
/proc/19593/stat : 19593 (gnovelty+2) R 19591 19593 19593 0 -1 4202496 431 0 0 0 152 0 0 0 24 0 1 0 747491291 1042227200 169 33554432000 134512640 135663704 4289185424 18446744073709551615 134525520 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/19593/statm: 254450 169 113 282 0 254166 0
[pid=19594] ppid=19585 vsize=289284 CPUtime=0 cores=0-7
/proc/19594/stat : 19594 (python) S 19585 19585 19445 0 -1 4202560 763 0 0 0 0 0 0 0 15 0 1 0 747491293 296226816 5679 33554432000 4194304 5683644 140736290313040 18446744073709551615 260020416070 0 0 16781312 514 1851859060446429447 0 0 17 2 0 0 0
/proc/19594/statm: 72321 5679 348 364 0 8236 0
[pid=19596] ppid=19594 vsize=2188 CPUtime=2.51 cores=0-7
/proc/19596/stat : 19596 (march_hi) R 19594 19596 19596 0 -1 4202496 608 0 0 0 251 0 0 0 25 0 1 0 747491293 2240512 347 33554432000 4194304 4955518 140733833207632 18446744073709551615 4238320 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/19596/statm: 547 347 104 186 0 360 0
[pid=19597] ppid=19585 vsize=365076 CPUtime=0 cores=0-7
/proc/19597/stat : 19597 (python) S 19585 19585 19445 0 -1 4202560 716 0 0 0 0 0 0 0 15 0 1 0 747491296 373837824 5856 33554432000 4194304 5683644 140736290313040 18446744073709551615 260020416070 0 0 16781312 514 11398311594006905094 0 0 17 7 0 0 0
/proc/19597/statm: 91269 5856 348 364 0 27181 0
[pid=19599] ppid=19597 vsize=2188 CPUtime=2.46 cores=0-7
/proc/19599/stat : 19599 (march_hi) R 19597 19599 19599 0 -1 4202496 597 0 0 0 246 0 0 0 25 0 1 0 747491296 2240512 346 33554432000 4194304 4955518 140733852860256 18446744073709551615 4209742 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/19599/statm: 547 346 104 186 0 360 0
[pid=19600] ppid=19585 vsize=375332 CPUtime=0 cores=0-7
/proc/19600/stat : 19600 (python) S 19585 19585 19445 0 -1 4202560 728 0 0 0 0 0 0 0 15 0 1 0 747491299 384339968 5817 33554432000 4194304 5683644 140736290313040 18446744073709551615 260020416070 0 0 16781312 514 11398324788146438405 0 0 17 4 0 0 0
/proc/19600/statm: 93833 5817 348 364 0 29742 0
[pid=19602] ppid=19600 vsize=2188 CPUtime=2.45 cores=0-7
/proc/19602/stat : 19602 (march_hi) R 19600 19602 19602 0 -1 4202496 603 0 0 0 245 0 0 0 25 0 1 0 747491299 2240512 345 33554432000 4194304 4955518 140733881811504 18446744073709551615 4209699 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/19602/statm: 547 345 104 186 0 360 0
[pid=19603] ppid=19585 vsize=385588 CPUtime=0 cores=0-7
/proc/19603/stat : 19603 (python) S 19585 19585 19445 0 -1 4202560 733 0 0 0 0 0 0 0 15 0 1 0 747491302 394842112 5839 33554432000 4194304 5683644 140736290313040 18446744073709551615 260020416070 0 0 16781312 514 13551625952169001222 0 0 17 5 0 0 0
/proc/19603/statm: 96397 5839 348 364 0 32303 0
[pid=19605] ppid=19603 vsize=2188 CPUtime=2.37 cores=0-7
/proc/19605/stat : 19605 (march_hi) R 19603 19605 19605 0 -1 4202496 600 0 0 0 237 0 0 0 25 0 1 0 747491305 2240512 346 33554432000 4194304 4955518 140735472523040 18446744073709551615 4238329 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/19605/statm: 547 346 104 186 0 360 0
[pid=19606] ppid=19585 vsize=395844 CPUtime=0 cores=0-7
/proc/19606/stat : 19606 (python) S 19585 19585 19445 0 -1 4202560 734 0 0 0 0 0 0 0 18 0 1 0 747491305 405344256 5840 33554432000 4194304 5683644 140736290313040 18446744073709551615 260020416070 0 0 16781312 514 12952607894188032261 0 0 17 0 0 0 0
/proc/19606/statm: 98961 5840 348 364 0 34864 0
[pid=19608] ppid=19606 vsize=454908 CPUtime=1.42 cores=0-7
/proc/19608/stat : 19608 (TNM) R 19606 19608 19608 0 -1 4202496 419 0 0 0 142 0 0 0 25 0 1 0 747491306 465825792 160 33554432000 134512640 135008748 4291997616 18446744073709551615 134527847 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/19608/statm: 113727 160 46 122 0 112627 0
[pid=19609] ppid=19585 vsize=406100 CPUtime=0 cores=0-7
/proc/19609/stat : 19609 (python) S 19585 19585 19445 0 -1 4202560 754 0 0 0 0 0 0 0 15 0 1 0 747491309 415846400 5844 33554432000 4194304 5683644 140736290313040 18446744073709551615 260020416070 0 0 16781312 514 8869162171238416644 0 0 17 3 0 0 0
/proc/19609/statm: 101525 5844 348 364 0 37425 0
[pid=19613] ppid=19609 vsize=1972 CPUtime=1.02 cores=0-7
/proc/19613/stat : 19613 (march_hi) R 19609 19613 19613 0 -1 4202496 577 0 0 0 102 0 0 0 22 0 1 0 747491349 2019328 319 33554432000 4194304 4955518 140734446367168 18446744073709551615 4224608 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/19613/statm: 493 319 104 186 0 306 0
[pid=19611] ppid=19585 vsize=416356 CPUtime=0 cores=0-7
/proc/19611/stat : 19611 (python) S 19585 19585 19445 0 -1 4202560 784 0 0 0 0 0 0 0 15 0 1 0 747491329 426348544 5837 33554432000 4194304 5683644 140736290313040 18446744073709551615 260020416070 0 0 16781312 514 4531443664127230214 0 0 17 3 0 0 0
/proc/19611/statm: 104089 5837 354 364 0 39986 0
[pid=19614] ppid=19611 vsize=1972 CPUtime=0.96 cores=0-7
/proc/19614/stat : 19614 (march_hi) R 19611 19614 19614 0 -1 4202496 580 0 0 0 96 0 0 0 25 0 1 0 747491349 2019328 317 33554432000 4194304 4955518 140735553742256 18446744073709551615 4224768 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/19614/statm: 493 317 104 186 0 306 0
[pid=19585/tid=19592] ppid=19583 vsize=426600 CPUtime=0 cores=0-7
/proc/19585/task/19592/stat : 19592 (python) S 19583 19585 19445 0 -1 4202560 26 934 0 0 0 0 0 0 18 0 9 0 747491290 436838400 7376 33554432000 4194304 5683644 140736290313040 18446744073709551615 260032219569 0 0 16781312 2 18446604469240073024 0 0 -1 7 0 0 0
[pid=19585/tid=19595] ppid=19583 vsize=426600 CPUtime=0 cores=0-7
/proc/19585/task/19595/stat : 19595 (python) S 19583 19585 19445 0 -1 4202560 23 934 0 0 0 0 0 0 18 0 9 0 747491293 436838400 7376 33554432000 4194304 5683644 140736290313040 18446744073709551615 260032219569 0 0 16781312 2 18446604469240073024 0 0 -1 2 0 0 0
[pid=19585/tid=19598] ppid=19583 vsize=426600 CPUtime=0 cores=0-7
/proc/19585/task/19598/stat : 19598 (python) S 19583 19585 19445 0 -1 4202560 71 934 0 0 0 0 0 0 19 0 9 0 747491296 436838400 7376 33554432000 4194304 5683644 140736290313040 18446744073709551615 260032219569 0 0 16781312 2 18446604469240073024 0 0 -1 7 0 0 0
[pid=19585/tid=19601] ppid=19583 vsize=426600 CPUtime=0 cores=0-7
/proc/19585/task/19601/stat : 19601 (python) S 19583 19585 19445 0 -1 4202560 31 934 0 0 0 0 0 0 20 0 9 0 747491299 436838400 7376 33554432000 4194304 5683644 140736290313040 18446744073709551615 260032219569 0 0 16781312 2 18446604469240073024 0 0 -1 4 0 0 0
[pid=19585/tid=19604] ppid=19583 vsize=426600 CPUtime=0 cores=0-7
/proc/19585/task/19604/stat : 19604 (python) S 19583 19585 19445 0 -1 4202560 34 934 0 0 0 0 0 0 19 0 9 0 747491302 436838400 7376 33554432000 4194304 5683644 140736290313040 18446744073709551615 260032219569 0 0 16781312 2 18446604469240073024 0 0 -1 3 0 0 0
[pid=19585/tid=19607] ppid=19583 vsize=426600 CPUtime=0 cores=0-7
/proc/19585/task/19607/stat : 19607 (python) S 19583 19585 19445 0 -1 4202560 31 934 0 0 0 0 0 0 20 0 9 0 747491306 436838400 7376 33554432000 4194304 5683644 140736290313040 18446744073709551615 260032219569 0 0 16781312 2 18446604469240073024 0 0 -1 0 0 0 0
[pid=19585/tid=19610] ppid=19583 vsize=426600 CPUtime=0 cores=0-7
/proc/19585/task/19610/stat : 19610 (python) S 19583 19585 19445 0 -1 4202560 38 934 0 0 0 0 0 0 22 0 9 0 747491309 436838400 7376 33554432000 4194304 5683644 140736290313040 18446744073709551615 260032219569 0 0 16781312 2 18446604469240073024 0 0 -1 0 0 0 0
[pid=19585/tid=19612] ppid=19583 vsize=426600 CPUtime=0 cores=0-7
/proc/19585/task/19612/stat : 19612 (python) S 19583 19585 19445 0 -1 4202560 27 934 0 0 0 0 0 0 21 0 9 0 747491349 436838400 7376 33554432000 4194304 5683644 140736290313040 18446744073709551615 260032219569 0 0 16781312 2 18446604469240073024 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 15.35

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

/proc/19613/statm: 781 554 104 186 0 594 0
[pid=19611] ppid=19585 vsize=416356 CPUtime=0.1 cores=0-7
/proc/19611/stat : 19611 (python) S 19585 19585 19445 0 -1 4202560 872 0 0 0 5 5 0 0 15 0 1 0 747491329 426348544 5860 33554432000 4194304 5683644 140736290313040 18446744073709551615 260020416070 0 0 16781312 514 4531443664127230214 0 0 17 3 0 0 0
/proc/19611/statm: 104089 5860 377 364 0 39986 0
[pid=19614] ppid=19611 vsize=3316 CPUtime=22.79 cores=0-7
/proc/19614/stat : 19614 (march_hi) R 19611 19614 19614 0 -1 4202496 928 0 0 0 2279 0 0 0 25 0 1 0 747491349 3395584 647 33554432000 4194304 4955518 140735553742256 18446744073709551615 4298080 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/19614/statm: 829 647 104 186 0 642 0
[pid=19585/tid=19592] ppid=19583 vsize=426600 CPUtime=0 cores=0-7
/proc/19585/task/19592/stat : 19592 (python) S 19583 19585 19445 0 -1 4202560 26 934 0 0 0 0 0 0 18 0 9 0 747491290 436838400 7376 33554432000 4194304 5683644 140736290313040 18446744073709551615 260032219569 0 0 16781312 2 18446604469240073024 0 0 -1 7 0 0 0
[pid=19585/tid=19595] ppid=19583 vsize=426600 CPUtime=0 cores=0-7
/proc/19585/task/19595/stat : 19595 (python) S 19583 19585 19445 0 -1 4202560 23 934 0 0 0 0 0 0 18 0 9 0 747491293 436838400 7376 33554432000 4194304 5683644 140736290313040 18446744073709551615 260032219569 0 0 16781312 2 18446604469240073024 0 0 -1 2 0 0 0
[pid=19585/tid=19598] ppid=19583 vsize=426600 CPUtime=0 cores=0-7
/proc/19585/task/19598/stat : 19598 (python) S 19583 19585 19445 0 -1 4202560 71 934 0 0 0 0 0 0 19 0 9 0 747491296 436838400 7376 33554432000 4194304 5683644 140736290313040 18446744073709551615 260032219569 0 0 16781312 2 18446604469240073024 0 0 -1 7 0 0 0
[pid=19585/tid=19601] ppid=19583 vsize=426600 CPUtime=0 cores=0-7
/proc/19585/task/19601/stat : 19601 (python) S 19583 19585 19445 0 -1 4202560 31 934 0 0 0 0 0 0 20 0 9 0 747491299 436838400 7376 33554432000 4194304 5683644 140736290313040 18446744073709551615 260032219569 0 0 16781312 2 18446604469240073024 0 0 -1 4 0 0 0
[pid=19585/tid=19604] ppid=19583 vsize=426600 CPUtime=0 cores=0-7
/proc/19585/task/19604/stat : 19604 (python) S 19583 19585 19445 0 -1 4202560 34 934 0 0 0 0 0 0 19 0 9 0 747491302 436838400 7376 33554432000 4194304 5683644 140736290313040 18446744073709551615 260032219569 0 0 16781312 2 18446604469240073024 0 0 -1 3 0 0 0
[pid=19585/tid=19607] ppid=19583 vsize=426600 CPUtime=0 cores=0-7
/proc/19585/task/19607/stat : 19607 (python) S 19583 19585 19445 0 -1 4202560 31 934 0 0 0 0 0 0 20 0 9 0 747491306 436838400 7376 33554432000 4194304 5683644 140736290313040 18446744073709551615 260032219569 0 0 16781312 2 18446604469240073024 0 0 -1 0 0 0 0
[pid=19585/tid=19610] ppid=19583 vsize=426600 CPUtime=0 cores=0-7
/proc/19585/task/19610/stat : 19610 (python) S 19583 19585 19445 0 -1 4202560 38 934 0 0 0 0 0 0 22 0 9 0 747491309 436838400 7376 33554432000 4194304 5683644 140736290313040 18446744073709551615 260032219569 0 0 16781312 2 18446604469240073024 0 0 -1 0 0 0 0
[pid=19585/tid=19612] ppid=19583 vsize=426600 CPUtime=0 cores=0-7
/proc/19585/task/19612/stat : 19612 (python) S 19583 19585 19445 0 -1 4202560 27 934 0 0 0 0 0 0 21 0 9 0 747491349 436838400 7376 33554432000 4194304 5683644 140736290313040 18446744073709551615 260032219569 0 0 16781312 2 18446604469240073024 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 223.93
Current children cumulated vsize (KiB) 4832224

[startup+38.3016 s]
/proc/loadavg: 9.50 9.18 9.11 11/347 19615
/proc/meminfo: memFree=25375708/32951124 swapFree=67083432/67111528
[pid=19585] ppid=19583 vsize=426600 CPUtime=0.64 cores=0-7
/proc/19585/stat : 19585 (python) S 19583 19585 19445 0 -1 4202496 15190 934 1 0 55 9 0 0 20 0 9 0 747491235 436838400 7376 33554432000 4194304 5683644 140736290313040 18446744073709551615 260032222667 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/19585/statm: 106650 7376 1889 364 0 42547 0
[pid=19591] ppid=19585 vsize=278556 CPUtime=0.08 cores=0-7
/proc/19591/stat : 19591 (python) S 19585 19585 19445 0 -1 4202560 908 0 0 0 5 3 0 0 18 0 1 0 747491290 285241344 5577 33554432000 4194304 5683644 140736290313040 18446744073709551615 260020416015 0 0 16781312 514 15143987065730859271 0 0 17 0 0 0 0
/proc/19591/statm: 69639 5577 377 364 0 5557 0
[pid=19593] ppid=19591 vsize=1017800 CPUtime=19.12 cores=0-7
/proc/19593/stat : 19593 (gnovelty+2) R 19591 19593 19593 0 -1 4202496 431 0 0 0 1912 0 0 0 25 0 1 0 747491291 1042227200 169 33554432000 134512640 135663704 4289185424 18446744073709551615 134524561 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/19593/statm: 254450 169 113 282 0 254166 0
[pid=19594] ppid=19585 vsize=289284 CPUtime=0.7 cores=0-7
/proc/19594/stat : 19594 (python) R 19585 19585 19445 0 -1 4202560 935 0 0 0 57 13 0 0 16 0 1 0 747491293 296226816 5702 33554432000 4194304 5683644 140736290313040 18446744073709551615 260032226111 0 0 16781312 514 0 0 0 17 2 0 0 0
/proc/19594/statm: 72321 5702 371 364 0 8236 0
[pid=19596] ppid=19594 vsize=0 CPUtime=37.01 cores=0-7
/proc/19596/stat : 19596 (march_hi) R 19594 19596 19596 0 -1 4202500 1207 0 0 0 3701 0 0 0 25 0 1 0 747491293 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 2 0 0 0
/proc/19596/statm: 0 0 0 0 0 0 0
[pid=19597] ppid=19585 vsize=365076 CPUtime=0.11 cores=0-7
/proc/19597/stat : 19597 (python) S 19585 19585 19445 0 -1 4202560 813 0 0 0 6 5 0 0 15 0 1 0 747491296 373837824 5879 33554432000 4194304 5683644 140736290313040 18446744073709551615 260020416070 0 0 16781312 514 5607391817122152710 0 0 17 7 0 0 0
/proc/19597/statm: 91269 5879 371 364 0 27181 0
[pid=19599] ppid=19597 vsize=4780 CPUtime=37.17 cores=0-7
/proc/19599/stat : 19599 (march_hi) R 19597 19599 19599 0 -1 4202496 1194 0 0 0 3717 0 0 0 25 0 1 0 747491296 4894720 925 33554432000 4194304 4955518 140733852860256 18446744073709551615 4298080 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/19599/statm: 1195 925 104 186 0 1008 0
[pid=19600] ppid=19585 vsize=375332 CPUtime=0.1 cores=0-7
/proc/19600/stat : 19600 (python) S 19585 19585 19445 0 -1 4202560 822 0 0 0 6 4 0 0 15 0 1 0 747491299 384339968 5842 33554432000 4194304 5683644 140736290313040 18446744073709551615 260020416070 0 0 16781312 514 11398324788146438405 0 0 17 4 0 0 0
/proc/19600/statm: 93833 5842 372 364 0 29742 0
[pid=19602] ppid=19600 vsize=4780 CPUtime=32.81 cores=0-7
/proc/19602/stat : 19602 (march_hi) R 19600 19602 19602 0 -1 4202496 1109 0 0 0 3281 0 0 0 25 0 1 0 747491299 4894720 833 33554432000 4194304 4955518 140733881811504 18446744073709551615 4209688 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/19602/statm: 1195 833 104 186 0 1008 0
[pid=19603] ppid=19585 vsize=385588 CPUtime=0.5 cores=0-7
/proc/19603/stat : 19603 (python) R 19585 19585 19445 0 -1 4202560 813 0 0 0 39 11 0 0 16 0 1 0 747491302 394842112 5862 33554432000 4194304 5683644 140736290313040 18446744073709551615 260032226111 0 0 16781312 514 0 0 0 17 5 0 0 0
/proc/19603/statm: 96397 5862 371 364 0 32303 0
[pid=19605] ppid=19603 vsize=0 CPUtime=37.06 cores=0-7
/proc/19605/stat : 19605 (march_hi) R 19603 19605 19605 0 -1 4202500 1200 0 0 0 3706 0 0 0 25 0 1 0 747491305 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 5 0 0 0
/proc/19605/statm: 0 0 0 0 0 0 0
[pid=19606] ppid=19585 vsize=395844 CPUtime=0.07 cores=0-7
/proc/19606/stat : 19606 (python) S 19585 19585 19445 0 -1 4202560 813 0 0 0 4 3 0 0 18 0 1 0 747491305 405344256 5863 33554432000 4194304 5683644 140736290313040 18446744073709551615 260020416070 0 0 16781312 514 15143987065730859269 0 0 17 0 0 0 0
/proc/19606/statm: 98961 5863 371 364 0 34864 0
[pid=19608] ppid=19606 vsize=454908 CPUtime=18.95 cores=0-7
/proc/19608/stat : 19608 (TNM) R 19606 19608 19608 0 -1 4202496 419 0 0 0 1895 0 0 0 25 0 1 0 747491306 465825792 160 33554432000 134512640 135008748 4291997616 18446744073709551615 134527280 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/19608/statm: 113727 160 46 122 0 112627 0
[pid=19609] ppid=19585 vsize=406100 CPUtime=0.11 cores=0-7
/proc/19609/stat : 19609 (python) S 19585 19585 19445 0 -1 4202560 834 0 0 0 6 5 0 0 15 0 1 0 747491309 415846400 5867 33554432000 4194304 5683644 140736290313040 18446744073709551615 260020416070 0 0 16781312 514 8869162171238416644 0 0 17 3 0 0 0
/proc/19609/statm: 101525 5867 371 364 0 37425 0
[pid=19613] ppid=19609 vsize=3124 CPUtime=18.61 cores=0-7
/proc/19613/stat : 19613 (march_hi) R 19609 19613 19613 0 -1 4202496 833 0 0 0 1861 0 0 0 25 0 1 0 747491349 3198976 557 33554432000 4194304 4955518 140734446367168 18446744073709551615 4209737 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/19613/statm: 781 557 104 186 0 594 0
[pid=19611] ppid=19585 vsize=416356 CPUtime=0.1 cores=0-7
/proc/19611/stat : 19611 (python) S 19585 19585 19445 0 -1 4202560 872 0 0 0 5 5 0 0 15 0 1 0 747491329 426348544 5860 33554432000 4194304 5683644 140736290313040 18446744073709551615 260020416070 0 0 16781312 514 4531443664127230214 0 0 17 3 0 0 0
/proc/19611/statm: 104089 5860 377 364 0 39986 0
[pid=19614] ppid=19611 vsize=3828 CPUtime=23.19 cores=0-7
/proc/19614/stat : 19614 (march_hi) R 19611 19614 19614 0 -1 4202496 932 0 0 0 2319 0 0 0 25 0 1 0 747491349 3919872 651 33554432000 4194304 4955518 140735553742256 18446744073709551615 4224707 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/19614/statm: 957 651 104 186 0 770 0
[pid=19585/tid=19592] ppid=19583 vsize=426600 CPUtime=0 cores=0-7
/proc/19585/task/19592/stat : 19592 (python) S 19583 19585 19445 0 -1 4202560 26 934 0 0 0 0 0 0 18 0 9 0 747491290 436838400 7376 33554432000 4194304 5683644 140736290313040 18446744073709551615 260032219569 0 0 16781312 2 18446604469240073024 0 0 -1 7 0 0 0
[pid=19585/tid=19595] ppid=19583 vsize=426600 CPUtime=0 cores=0-7
/proc/19585/task/19595/stat : 19595 (python) S 19583 19585 19445 0 -1 4202560 23 934 0 0 0 0 0 0 18 0 9 0 747491293 436838400 7376 33554432000 4194304 5683644 140736290313040 18446744073709551615 260032219569 0 0 16781312 2 18446604469240073024 0 0 -1 2 0 0 0
[pid=19585/tid=19598] ppid=19583 vsize=426600 CPUtime=0 cores=0-7
/proc/19585/task/19598/stat : 19598 (python) S 19583 19585 19445 0 -1 4202560 71 934 0 0 0 0 0 0 19 0 9 0 747491296 436838400 7376 33554432000 4194304 5683644 140736290313040 18446744073709551615 260032219569 0 0 16781312 2 18446604469240073024 0 0 -1 7 0 0 0
[pid=19585/tid=19601] ppid=19583 vsize=426600 CPUtime=0 cores=0-7
/proc/19585/task/19601/stat : 19601 (python) S 19583 19585 19445 0 -1 4202560 31 934 0 0 0 0 0 0 20 0 9 0 747491299 436838400 7376 33554432000 4194304 5683644 140736290313040 18446744073709551615 260032219569 0 0 16781312 2 18446604469240073024 0 0 -1 4 0 0 0
[pid=19585/tid=19604] ppid=19583 vsize=426600 CPUtime=0 cores=0-7
/proc/19585/task/19604/stat : 19604 (python) S 19583 19585 19445 0 -1 4202560 34 934 0 0 0 0 0 0 19 0 9 0 747491302 436838400 7376 33554432000 4194304 5683644 140736290313040 18446744073709551615 260032219569 0 0 16781312 2 18446604469240073024 0 0 -1 3 0 0 0
[pid=19585/tid=19607] ppid=19583 vsize=426600 CPUtime=0 cores=0-7
/proc/19585/task/19607/stat : 19607 (python) S 19583 19585 19445 0 -1 4202560 31 934 0 0 0 0 0 0 20 0 9 0 747491306 436838400 7376 33554432000 4194304 5683644 140736290313040 18446744073709551615 260032219569 0 0 16781312 2 18446604469240073024 0 0 -1 0 0 0 0
[pid=19585/tid=19610] ppid=19583 vsize=426600 CPUtime=0 cores=0-7
/proc/19585/task/19610/stat : 19610 (python) S 19583 19585 19445 0 -1 4202560 38 934 0 0 0 0 0 0 22 0 9 0 747491309 436838400 7376 33554432000 4194304 5683644 140736290313040 18446744073709551615 260032219569 0 0 16781312 2 18446604469240073024 0 0 -1 0 0 0 0
[pid=19585/tid=19612] ppid=19583 vsize=426600 CPUtime=0 cores=0-7
/proc/19585/task/19612/stat : 19612 (python) S 19583 19585 19445 0 -1 4202560 27 934 0 0 0 0 0 0 21 0 9 0 747491349 436838400 7376 33554432000 4194304 5683644 140736290313040 18446744073709551615 260032219569 0 0 16781312 2 18446604469240073024 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 226.33
Current children cumulated vsize (KiB) 4827956

[startup+38.4697 s]
/proc/loadavg: 9.62 9.21 9.12 14/347 19616
/proc/meminfo: memFree=25383500/32951124 swapFree=67083432/67111528
[pid=19585] ppid=19583 vsize=426600 CPUtime=0.64 cores=0-7
/proc/19585/stat : 19585 (python) S 19583 19585 19445 0 -1 4202496 15190 934 1 0 55 9 0 0 20 0 9 0 747491235 436838400 7376 33554432000 4194304 5683644 140736290313040 18446744073709551615 260032222667 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/19585/statm: 106650 7376 1889 364 0 42547 0
[pid=19591] ppid=19585 vsize=278556 CPUtime=0.08 cores=0-7
/proc/19591/stat : 19591 (python) S 19585 19585 19445 0 -1 4202560 908 0 0 0 5 3 0 0 18 0 1 0 747491290 285241344 5577 33554432000 4194304 5683644 140736290313040 18446744073709551615 260020416015 0 0 16781312 514 15143987065730859271 0 0 17 0 0 0 0
/proc/19591/statm: 69639 5577 377 364 0 5557 0
[pid=19593] ppid=19591 vsize=1017800 CPUtime=19.21 cores=0-7
/proc/19593/stat : 19593 (gnovelty+2) R 19591 19593 19593 0 -1 4202496 431 0 0 0 1921 0 0 0 25 0 1 0 747491291 1042227200 169 33554432000 134512640 135663704 4289185424 18446744073709551615 134545646 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/19593/statm: 254450 169 113 282 0 254166 0
[pid=19594] ppid=19585 vsize=289284 CPUtime=0.88 cores=0-7
/proc/19594/stat : 19594 (python) R 19585 19585 19445 0 -1 4202560 935 0 0 0 72 16 0 0 16 0 1 0 747491293 296226816 5702 33554432000 4194304 5683644 140736290313040 18446744073709551615 260032226111 0 0 16781312 514 0 0 0 17 2 0 0 0
/proc/19594/statm: 72321 5702 371 364 0 8236 0
[pid=19596] ppid=19594 vsize=0 CPUtime=37.01 cores=0-7
/proc/19596/stat : 19596 (march_hi) R 19594 19596 19596 0 -1 4202500 1207 0 0 0 3701 0 0 0 25 0 1 0 747491293 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 2 0 0 0
/proc/19596/statm: 0 0 0 0 0 0 0
[pid=19597] ppid=19585 vsize=365076 CPUtime=37.44 cores=0-7
/proc/19597/stat : 19597 (python) R 19585 19585 19445 0 -1 4202560 1047 1197 0 0 12 6 3726 0 17 0 2 0 747491296 373837824 5898 33554432000 4194304 5683644 140736290313040 18446744073709551615 260032219569 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/19597/statm: 91269 5898 390 364 0 27181 0
[pid=19597/tid=19616] ppid=19585 vsize=365076 CPUtime=37.26 cores=0-7
/proc/19597/task/19616/stat : 19616 (python) S 19585 19585 19445 0 -1 4202560 13 1197 0 0 0 0 3726 0 17 0 2 0 747495082 373837824 5898 33554432000 4194304 5683644 140736290313040 18446744073709551615 260032219569 0 0 16781312 514 18446604468306817408 0 0 -1 0 0 0 0
[pid=19600] ppid=19585 vsize=375332 CPUtime=0.1 cores=0-7
/proc/19600/stat : 19600 (python) S 19585 19585 19445 0 -1 4202560 822 0 0 0 6 4 0 0 15 0 1 0 747491299 384339968 5842 33554432000 4194304 5683644 140736290313040 18446744073709551615 260020416070 0 0 16781312 514 11398324788146438405 0 0 17 4 0 0 0
/proc/19600/statm: 93833 5842 372 364 0 29742 0
[pid=19602] ppid=19600 vsize=4780 CPUtime=32.91 cores=0-7
/proc/19602/stat : 19602 (march_hi) R 19600 19602 19602 0 -1 4202496 1112 0 0 0 3291 0 0 0 25 0 1 0 747491299 4894720 836 33554432000 4194304 4955518 140733881811504 18446744073709551615 4238727 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/19602/statm: 1195 836 104 186 0 1008 0
[pid=19603] ppid=19585 vsize=385588 CPUtime=0.67 cores=0-7
/proc/19603/stat : 19603 (python) R 19585 19585 19445 0 -1 4202560 813 0 0 0 54 13 0 0 16 0 1 0 747491302 394842112 5862 33554432000 4194304 5683644 140736290313040 18446744073709551615 260032226111 0 0 16781312 514 0 0 0 17 5 0 0 0
/proc/19603/statm: 96397 5862 371 364 0 32303 0
[pid=19605] ppid=19603 vsize=0 CPUtime=37.06 cores=0-7
/proc/19605/stat : 19605 (march_hi) R 19603 19605 19605 0 -1 4202500 1200 0 0 0 3706 0 0 0 25 0 1 0 747491305 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 5 0 0 0
/proc/19605/statm: 0 0 0 0 0 0 0
[pid=19606] ppid=19585 vsize=395844 CPUtime=0.07 cores=0-7
/proc/19606/stat : 19606 (python) S 19585 19585 19445 0 -1 4202560 813 0 0 0 4 3 0 0 18 0 1 0 747491305 405344256 5863 33554432000 4194304 5683644 140736290313040 18446744073709551615 260020416070 0 0 16781312 514 15143987065730859269 0 0 17 0 0 0 0
/proc/19606/statm: 98961 5863 371 364 0 34864 0
[pid=19608] ppid=19606 vsize=454908 CPUtime=19.03 cores=0-7
/proc/19608/stat : 19608 (TNM) R 19606 19608 19608 0 -1 4202496 419 0 0 0 1903 0 0 0 25 0 1 0 747491306 465825792 160 33554432000 134512640 135008748 4291997616 18446744073709551615 134527840 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/19608/statm: 113727 160 46 122 0 112627 0
[pid=19609] ppid=19585 vsize=406100 CPUtime=0.11 cores=0-7
/proc/19609/stat : 19609 (python) S 19585 19585 19445 0 -1 4202560 834 0 0 0 6 5 0 0 15 0 1 0 747491309 415846400 5867 33554432000 4194304 5683644 140736290313040 18446744073709551615 260020416070 0 0 16781312 514 8869162171238416644 0 0 17 3 0 0 0
/proc/19609/statm: 101525 5867 371 364 0 37425 0
[pid=19613] ppid=19609 vsize=3124 CPUtime=18.7 cores=0-7
/proc/19613/stat : 19613 (march_hi) R 19609 19613 19613 0 -1 4202496 834 0 0 0 1870 0 0 0 25 0 1 0 747491349 3198976 558 33554432000 4194304 4955518 140734446367168 18446744073709551615 4224656 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/19613/statm: 781 558 104 186 0 594 0
[pid=19611] ppid=19585 vsize=416356 CPUtime=0.1 cores=0-7
/proc/19611/stat : 19611 (python) S 19585 19585 19445 0 -1 4202560 872 0 0 0 5 5 0 0 15 0 1 0 747491329 426348544 5860 33554432000 4194304 5683644 140736290313040 18446744073709551615 260020416070 0 0 16781312 514 4531443664127230214 0 0 17 3 0 0 0
/proc/19611/statm: 104089 5860 377 364 0 39986 0
[pid=19614] ppid=19611 vsize=3828 CPUtime=23.37 cores=0-7
/proc/19614/stat : 19614 (march_hi) R 19611 19614 19614 0 -1 4202496 934 0 0 0 2337 0 0 0 25 0 1 0 747491349 3919872 653 33554432000 4194304 4955518 140735553742256 18446744073709551615 4209787 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/19614/statm: 957 653 104 186 0 770 0
[pid=19585/tid=19592] ppid=19583 vsize=426600 CPUtime=0 cores=0-7
/proc/19585/task/19592/stat : 19592 (python) S 19583 19585 19445 0 -1 4202560 26 934 0 0 0 0 0 0 18 0 9 0 747491290 436838400 7376 33554432000 4194304 5683644 140736290313040 18446744073709551615 260032219569 0 0 16781312 2 18446604469240073024 0 0 -1 7 0 0 0
[pid=19585/tid=19595] ppid=19583 vsize=426600 CPUtime=0 cores=0-7
/proc/19585/task/19595/stat : 19595 (python) S 19583 19585 19445 0 -1 4202560 23 934 0 0 0 0 0 0 18 0 9 0 747491293 436838400 7376 33554432000 4194304 5683644 140736290313040 18446744073709551615 260032219569 0 0 16781312 2 18446604469240073024 0 0 -1 2 0 0 0
[pid=19585/tid=19598] ppid=19583 vsize=426600 CPUtime=0 cores=0-7
/proc/19585/task/19598/stat : 19598 (python) S 19583 19585 19445 0 -1 4202560 71 934 0 0 0 0 0 0 19 0 9 0 747491296 436838400 7376 33554432000 4194304 5683644 140736290313040 18446744073709551615 260032219569 0 0 16781312 2 18446604469240073024 0 0 -1 7 0 0 0
[pid=19585/tid=19601] ppid=19583 vsize=426600 CPUtime=0 cores=0-7
/proc/19585/task/19601/stat : 19601 (python) S 19583 19585 19445 0 -1 4202560 31 934 0 0 0 0 0 0 20 0 9 0 747491299 436838400 7376 33554432000 4194304 5683644 140736290313040 18446744073709551615 260032219569 0 0 16781312 2 18446604469240073024 0 0 -1 4 0 0 0
[pid=19585/tid=19604] ppid=19583 vsize=426600 CPUtime=0 cores=0-7
/proc/19585/task/19604/stat : 19604 (python) S 19583 19585 19445 0 -1 4202560 34 934 0 0 0 0 0 0 19 0 9 0 747491302 436838400 7376 33554432000 4194304 5683644 140736290313040 18446744073709551615 260032219569 0 0 16781312 2 18446604469240073024 0 0 -1 3 0 0 0
[pid=19585/tid=19607] ppid=19583 vsize=426600 CPUtime=0 cores=0-7
/proc/19585/task/19607/stat : 19607 (python) S 19583 19585 19445 0 -1 4202560 31 934 0 0 0 0 0 0 20 0 9 0 747491306 436838400 7376 33554432000 4194304 5683644 140736290313040 18446744073709551615 260032219569 0 0 16781312 2 18446604469240073024 0 0 -1 0 0 0 0
[pid=19585/tid=19610] ppid=19583 vsize=426600 CPUtime=0 cores=0-7
/proc/19585/task/19610/stat : 19610 (python) S 19583 19585 19445 0 -1 4202560 38 934 0 0 0 0 0 0 22 0 9 0 747491309 436838400 7376 33554432000 4194304 5683644 140736290313040 18446744073709551615 260032219569 0 0 16781312 2 18446604469240073024 0 0 -1 0 0 0 0
[pid=19585/tid=19612] ppid=19583 vsize=426600 CPUtime=0 cores=0-7
/proc/19585/task/19612/stat : 19612 (python) S 19583 19585 19445 0 -1 4202560 27 934 0 0 0 0 0 0 21 0 9 0 747491349 436838400 7376 33554432000 4194304 5683644 140736290313040 18446744073709551615 260032219569 0 0 16781312 2 18446604469240073024 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 227.38
Current children cumulated vsize (KiB) 4823176

Child status: 0
Real time (s): 38.5118
CPU time (s): 227.616
CPU user time (s): 226.877
CPU system time (s): 0.739887
CPU usage (%): 591.03
Max. virtual memory (cumulated for all children) (KiB): 4837004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 226.877
system time used= 0.739887
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 35301
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= 4267
involuntary context switches= 4374

runsolver used 0.115982 second user time and 0.306953 second system time

The end

Launcher Data

Begin job on node110 at 2011-05-16 21:03:26
IDJOB=3385728
IDBENCH=82993
IDSOLVER=1870
FILE ID=node110/3385728-1305572606
RUNJOBID= node110-1305572593-19459
PBS_JOBID= 13350157
Free space on /tmp= 73504 MiB

SOLVER NAME= borg-sat 11.03.02-par-random (fixed)
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v400-c1704-S690749326-001.UNKNOWN.cnf
COMMAND LINE= python DIR/solve DIR/etc/borg-mix+class.random.pickle BENCHNAME -seed RANDOMSEED -budget TIMEOUT -cores NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3385728-1305572606/watcher-3385728-1305572606 -o /tmp/evaluation-result-3385728-1305572606/solver-3385728-1305572606 -C 40000 -W 5100 -M 31000  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3385728-1305572606.cnf -seed 392073912 -budget 40000 -cores 8

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

MD5SUM BENCH= 20f33ec190b502d21efebab5417989ef
RANDOM SEED=392073912

node110.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      25447168 kB
Buffers:        287208 kB
Cached:        3252380 kB
SwapCached:       1416 kB
Active:        4008212 kB
Inactive:      3162456 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      25447168 kB
SwapTotal:    67111528 kB
SwapFree:     67083432 kB
Dirty:           33344 kB
Writeback:           0 kB
AnonPages:     3630732 kB
Mapped:          27840 kB
Slab:           237616 kB
PageTables:      27612 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 75919640 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= 73476 MiB
End job on node110 at 2011-05-16 21:04:05