Trace number 3385530

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 184.129 27.2614

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v400-c1704-S1536900137-053.UNKNOWN.cnf
MD5SUM6d54c2a76a59aa67a01046a2e8240fb6
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark25.6701
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.47	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.30/0.47	c INFO: solving HOME/instance-3385530-1305567803.cnf
0.30/0.47	c INFO: computing task features
0.30/0.48	c INFO: computed variable-clause graph statistics
0.30/0.48	c INFO: computed clause balance statistics
0.39/0.52	c INFO: computed variable balance statistics
0.39/0.54	c INFO: computed small-clause counts
0.39/0.54	c INFO: computed Horn-clause counts
0.39/0.55	c INFO: computed variable graph statistics
0.39/0.55	c INFO: collected features for HOME/instance-3385530-1305567803.cnf in 0.07 s
0.39/0.58	c INFO: running gnovelty+2@0 for 97 with 4999 remaining (b = 0.56)
0.49/0.61	c INFO: running march_hi@0 for 388 with 4999 remaining (b = 0.39)
0.49/0.65	c INFO: running march_hi@0 for 388 with 4999 remaining (b = 0.35)
0.49/0.68	c INFO: running march_hi@0 for 485 with 4999 remaining (b = 0.34)
0.59/0.71	c INFO: running march_hi@0 for 97 with 4999 remaining (b = 0.11)
0.59/0.74	c INFO: running TNM@0 for 97 with 4999 remaining (b = 0.07)
0.59/0.78	c INFO: running march_hi@0 for 485 with 4999 remaining (b = 0.24)
0.69/0.81	c INFO: running march_hi@0 for 485 with 4999 remaining (b = 0.22)
183.72/27.23	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-3385530-1305567803/watcher-3385530-1305567803 -o /tmp/evaluation-result-3385530-1305567803/solver-3385530-1305567803 -C 40000 -W 5100 -M 31000 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3385530-1305567803.cnf -seed 1828143021 -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.14 8.51 8.05 4/487 4484
/proc/meminfo: memFree=19280384/32950928 swapFree=38710912/67111528
[pid=4484] ppid=4482 vsize=15772 CPUtime=0 cores=0-7
/proc/4484/stat : 4484 (python) R 4482 4484 3915 0 -1 4202496 868 0 0 0 0 0 0 0 17 0 1 0 747010938 16150528 750 33554432000 4194304 5683644 140733377977648 18446744073709551615 4540219 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/4484/statm: 3943 750 343 364 0 430 0

[startup+0.116914 s]
/proc/loadavg: 8.14 8.51 8.05 4/487 4484
/proc/meminfo: memFree=19280384/32950928 swapFree=38710912/67111528
[pid=4484] ppid=4482 vsize=113212 CPUtime=0.06 cores=0-7
/proc/4484/stat : 4484 (python) R 4482 4484 3915 0 -1 4202496 3538 0 0 0 5 1 0 0 17 0 1 0 747010938 115929088 3184 33554432000 4194304 5683644 140733377977648 18446744073709551615 4902371 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/4484/statm: 28303 3184 885 364 0 2325 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 113212

[startup+0.200896 s]
/proc/loadavg: 8.14 8.51 8.05 4/487 4484
/proc/meminfo: memFree=19280384/32950928 swapFree=38710912/67111528
[pid=4484] ppid=4482 vsize=131296 CPUtime=0.13 cores=0-7
/proc/4484/stat : 4484 (python) R 4482 4484 3915 0 -1 4202496 5704 935 1 0 11 2 0 0 19 0 1 0 747010938 134447104 4099 33554432000 4194304 5683644 140733377977648 18446744073709551615 4619652 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/4484/statm: 32824 4099 1015 364 0 3085 0
Current children cumulated CPU time (s) 0.13
Current children cumulated vsize (KiB) 131296

[startup+0.300883 s]
/proc/loadavg: 8.14 8.51 8.05 4/487 4484
/proc/meminfo: memFree=19280384/32950928 swapFree=38710912/67111528
[pid=4484] ppid=4482 vsize=187688 CPUtime=0.21 cores=0-7
/proc/4484/stat : 4484 (python) R 4482 4484 3915 0 -1 4202496 6831 935 1 0 16 5 0 0 18 0 1 0 747010938 192192512 4884 33554432000 4194304 5683644 140733377977648 18446744073709551615 4567031 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/4484/statm: 46922 4884 1399 364 0 3723 0
Current children cumulated CPU time (s) 0.21
Current children cumulated vsize (KiB) 187688

[startup+0.700733 s]
/proc/loadavg: 8.14 8.51 8.05 4/487 4484
/proc/meminfo: memFree=19280384/32950928 swapFree=38710912/67111528
[pid=4484] ppid=4482 vsize=385596 CPUtime=0.59 cores=0-7
/proc/4484/stat : 4484 (python) R 4482 4484 3915 0 -1 4202496 12511 935 1 0 50 9 0 0 19 0 5 0 747010938 394850304 7376 33554432000 4194304 5683644 140733377977648 18446744073709551615 4628487 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/4484/statm: 96399 7376 1880 364 0 32308 0
Current children cumulated CPU time (s) 0.59
Current children cumulated vsize (KiB) 385596

[startup+1.50158 s]
/proc/loadavg: 8.14 8.51 8.05 11/512 4513
/proc/meminfo: memFree=19225244/32950928 swapFree=38710912/67111528
[pid=4484] ppid=4482 vsize=426620 CPUtime=0.7 cores=0-7
/proc/4484/stat : 4484 (python) S 4482 4484 3915 0 -1 4202496 15207 935 1 0 60 10 0 0 25 0 9 0 747010938 436858880 7416 33554432000 4194304 5683644 140733377977648 18446744073709551615 251379373515 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/4484/statm: 106655 7416 1889 364 0 42552 0
[pid=4490] ppid=4484 vsize=278472 CPUtime=0 cores=0-7
/proc/4490/stat : 4490 (python) S 4484 4484 3915 0 -1 4202560 737 0 0 0 0 0 0 0 18 0 1 0 747010997 285155328 5553 33554432000 4194304 5683644 140733377977648 18446744073709551615 251367566863 0 0 16781312 514 17758655682569043967 0 0 17 1 0 0 0
/proc/4490/statm: 69618 5553 354 364 0 5536 0
[pid=4492] ppid=4490 vsize=1017800 CPUtime=0.91 cores=0-7
/proc/4492/stat : 4492 (gnovelty+2) R 4490 4492 4492 0 -1 4202496 431 0 0 0 91 0 0 0 21 0 1 0 747010997 1042227200 169 33554432000 134512640 135663704 4288427376 18446744073709551615 134524461 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/4492/statm: 254450 169 113 282 0 254166 0
[pid=4493] ppid=4484 vsize=289304 CPUtime=0 cores=0-7
/proc/4493/stat : 4493 (python) S 4484 4484 3915 0 -1 4202560 754 0 0 0 0 0 0 0 15 0 1 0 747011000 296247296 5684 33554432000 4194304 5683644 140733377977648 18446744073709551615 251367566918 0 0 16781312 514 17328158122509828353 0 0 17 1 0 0 0
/proc/4493/statm: 72326 5684 348 364 0 8241 0
[pid=4495] ppid=4493 vsize=1928 CPUtime=0.88 cores=0-7
/proc/4495/stat : 4495 (march_hi) R 4493 4495 4495 0 -1 4202496 572 0 0 0 88 0 0 0 23 0 1 0 747011000 1974272 307 33554432000 4194304 4955518 140736206925968 18446744073709551615 4209639 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/4495/statm: 482 307 104 186 0 295 0
[pid=4496] ppid=4484 vsize=365096 CPUtime=0 cores=0-7
/proc/4496/stat : 4496 (python) S 4484 4484 3915 0 -1 4202560 714 0 0 0 0 0 0 0 15 0 1 0 747011003 373858304 5861 33554432000 4194304 5683644 140733377977648 18446744073709551615 251367566918 0 0 16781312 514 15922951475886522625 0 0 17 1 0 0 0
/proc/4496/statm: 91274 5861 348 364 0 27186 0
[pid=4498] ppid=4496 vsize=1928 CPUtime=0.82 cores=0-7
/proc/4498/stat : 4498 (march_hi) R 4496 4498 4498 0 -1 4202496 561 0 0 0 82 0 0 0 25 0 1 0 747011003 1974272 308 33554432000 4194304 4955518 140734730836256 18446744073709551615 4209727 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/4498/statm: 482 308 104 186 0 295 0
[pid=4499] ppid=4484 vsize=375352 CPUtime=0 cores=0-7
/proc/4499/stat : 4499 (python) S 4484 4484 3915 0 -1 4202560 724 0 0 0 0 0 0 0 15 0 1 0 747011006 384360448 5822 33554432000 4194304 5683644 140733377977648 18446744073709551615 251367566918 0 0 16781312 514 5607371025185472770 0 0 17 1 0 0 0
/proc/4499/statm: 93838 5822 348 364 0 29747 0
[pid=4501] ppid=4499 vsize=1928 CPUtime=0.8 cores=0-7
/proc/4501/stat : 4501 (march_hi) R 4499 4501 4501 0 -1 4202496 564 0 0 0 80 0 0 0 22 0 1 0 747011007 1974272 308 33554432000 4194304 4955518 140736087733696 18446744073709551615 4227819 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/4501/statm: 482 308 104 186 0 295 0
[pid=4502] ppid=4484 vsize=385608 CPUtime=0 cores=0-7
/proc/4502/stat : 4502 (python) S 4484 4484 3915 0 -1 4202560 736 0 0 0 0 0 0 0 16 0 1 0 747011010 394862592 5846 33554432000 4194304 5683644 140733377977648 18446744073709551615 251367566918 0 0 16781312 514 5607371025185472770 0 0 17 2 0 0 0
/proc/4502/statm: 96402 5846 349 364 0 32308 0
[pid=4504] ppid=4502 vsize=1928 CPUtime=0.45 cores=0-7
/proc/4504/stat : 4504 (march_hi) R 4502 4504 4504 0 -1 4202496 562 0 0 0 45 0 0 0 25 0 1 0 747011010 1974272 304 33554432000 4194304 4955518 140737285773456 18446744073709551615 4209643 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/4504/statm: 482 304 104 186 0 295 0
[pid=4505] ppid=4484 vsize=395864 CPUtime=0 cores=0-7
/proc/4505/stat : 4505 (python) S 4484 4484 3915 0 -1 4202560 718 0 0 0 0 0 0 0 23 0 1 0 747011013 405364736 5861 33554432000 4194304 5683644 140733377977648 18446744073709551615 251367566918 0 0 16781312 514 5870310177177075711 0 0 17 0 0 0 0
/proc/4505/statm: 98966 5861 344 364 0 34869 0
[pid=4507] ppid=4505 vsize=454912 CPUtime=0.4 cores=0-7
/proc/4507/stat : 4507 (TNM) R 4505 4507 4507 0 -1 4202496 420 0 0 0 40 0 0 0 25 0 1 0 747011015 465829888 161 33554432000 134512640 135008748 4289511104 18446744073709551615 134524907 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/4507/statm: 113728 161 46 122 0 112628 0
[pid=4508] ppid=4484 vsize=406120 CPUtime=0 cores=0-7
/proc/4508/stat : 4508 (python) S 4484 4484 3915 0 -1 4202560 745 0 0 0 0 0 0 0 20 0 1 0 747011016 415866880 5867 33554432000 4194304 5683644 140733377977648 18446744073709551615 251367566918 0 0 16781312 514 4101780908271436034 0 0 17 0 0 0 0
/proc/4508/statm: 101530 5867 348 364 0 37430 0
[pid=4510] ppid=4508 vsize=1928 CPUtime=0.32 cores=0-7
/proc/4510/stat : 4510 (march_hi) R 4508 4510 4510 0 -1 4202496 559 0 0 0 32 0 0 0 25 0 1 0 747011019 1974272 299 33554432000 4194304 4955518 140734593927472 18446744073709551615 4227859 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/4510/statm: 482 299 104 186 0 295 0
[pid=4511] ppid=4484 vsize=416376 CPUtime=0 cores=0-7
/proc/4511/stat : 4511 (python) S 4484 4484 3915 0 -1 4202560 786 0 0 0 0 0 0 0 21 0 1 0 747011020 426369024 5877 33554432000 4194304 5683644 140733377977648 18446744073709551615 251367566918 0 0 16781312 514 10832045513516220672 0 0 17 0 0 0 0
/proc/4511/statm: 104094 5877 354 364 0 39991 0
[pid=4513] ppid=4511 vsize=1928 CPUtime=0.67 cores=0-7
/proc/4513/stat : 4513 (march_hi) R 4511 4513 4513 0 -1 4202496 570 0 0 0 67 0 0 0 25 0 1 0 747011020 1974272 305 33554432000 4194304 4955518 140736370826384 18446744073709551615 4224577 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/4513/statm: 482 305 104 186 0 295 0
[pid=4484/tid=4491] ppid=4482 vsize=426620 CPUtime=0 cores=0-7
/proc/4484/task/4491/stat : 4491 (python) S 4482 4484 3915 0 -1 4202560 27 935 0 0 0 0 0 0 18 0 9 0 747010997 436858880 7416 33554432000 4194304 5683644 140733377977648 18446744073709551615 251379370417 0 0 16781312 2 18446604447884794816 0 0 -1 2 0 0 0
[pid=4484/tid=4494] ppid=4482 vsize=426620 CPUtime=0 cores=0-7
/proc/4484/task/4494/stat : 4494 (python) S 4482 4484 3915 0 -1 4202560 24 935 0 0 0 0 0 0 18 0 9 0 747011000 436858880 7416 33554432000 4194304 5683644 140733377977648 18446744073709551615 251379370417 0 0 16781312 2 18446604447884794816 0 0 -1 5 0 0 0
[pid=4484/tid=4497] ppid=4482 vsize=426620 CPUtime=0 cores=0-7
/proc/4484/task/4497/stat : 4497 (python) S 4482 4484 3915 0 -1 4202560 73 935 0 0 0 0 0 0 20 0 9 0 747011003 436858880 7416 33554432000 4194304 5683644 140733377977648 18446744073709551615 251379370417 0 0 16781312 2 18446604447884794816 0 0 -1 2 0 0 0
[pid=4484/tid=4500] ppid=4482 vsize=426620 CPUtime=0 cores=0-7
/proc/4484/task/4500/stat : 4500 (python) S 4482 4484 3915 0 -1 4202560 31 935 0 0 0 0 0 0 20 0 9 0 747011007 436858880 7416 33554432000 4194304 5683644 140733377977648 18446744073709551615 251379370417 0 0 16781312 2 18446604447884794816 0 0 -1 2 0 0 0
[pid=4484/tid=4503] ppid=4482 vsize=426620 CPUtime=0 cores=0-7
/proc/4484/task/4503/stat : 4503 (python) S 4482 4484 3915 0 -1 4202560 32 935 0 0 0 0 0 0 22 0 9 0 747011010 436858880 7416 33554432000 4194304 5683644 140733377977648 18446744073709551615 251379370417 0 0 16781312 2 18446604447884794816 0 0 -1 2 0 0 0
[pid=4484/tid=4506] ppid=4482 vsize=426620 CPUtime=0 cores=0-7
/proc/4484/task/4506/stat : 4506 (python) S 4482 4484 3915 0 -1 4202560 33 935 0 0 0 0 0 0 24 0 9 0 747011013 436858880 7416 33554432000 4194304 5683644 140733377977648 18446744073709551615 251379370417 0 0 16781312 2 18446604447884794816 0 0 -1 0 0 0 0
[pid=4484/tid=4509] ppid=4482 vsize=426620 CPUtime=0 cores=0-7
/proc/4484/task/4509/stat : 4509 (python) S 4482 4484 3915 0 -1 4202560 35 935 0 0 0 0 0 0 25 0 9 0 747011017 436858880 7416 33554432000 4194304 5683644 140733377977648 18446744073709551615 251379370417 0 0 16781312 2 18446604447884794816 0 0 -1 0 0 0 0
[pid=4484/tid=4512] ppid=4482 vsize=426620 CPUtime=0 cores=0-7
/proc/4484/task/4512/stat : 4512 (python) S 4482 4484 3915 0 -1 4202560 33 935 0 0 0 0 0 0 25 0 9 0 747011020 436858880 7416 33554432000 4194304 5683644 140733377977648 18446744073709551615 251379370417 0 0 16781312 2 18446604447884794816 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 5.95
Current children cumulated vsize (KiB) 4823092

[startup+3.10129 s]
/proc/loadavg: 8.14 8.51 8.05 11/512 4513
/proc/meminfo: memFree=19223756/32950928 swapFree=38710912/67111528
[pid=4484] ppid=4482 vsize=426620 CPUtime=0.7 cores=0-7
/proc/4484/stat : 4484 (python) S 4482 4484 3915 0 -1 4202496 15207 935 1 0 60 10 0 0 25 0 9 0 747010938 436858880 7416 33554432000 4194304 5683644 140733377977648 18446744073709551615 251379373515 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/4484/statm: 106655 7416 1889 364 0 42552 0
[pid=4490] ppid=4484 vsize=278472 CPUtime=0 cores=0-7
/proc/4490/stat : 4490 (python) S 4484 4484 3915 0 -1 4202560 737 0 0 0 0 0 0 0 18 0 1 0 747010997 285155328 5553 33554432000 4194304 5683644 140733377977648 18446744073709551615 251367566863 0 0 16781312 514 17758655682569011457 0 0 17 1 0 0 0
/proc/4490/statm: 69618 5553 354 364 0 5536 0
[pid=4492] ppid=4490 vsize=1017800 CPUtime=2.51 cores=0-7
/proc/4492/stat : 4492 (gnovelty+2) R 4490 4492 4492 0 -1 4202496 431 0 0 0 251 0 0 0 25 0 1 0 747010997 1042227200 169 33554432000 134512640 135663704 4288427376 18446744073709551615 134524548 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/4492/statm: 254450 169 113 282 0 254166 0
[pid=4493] ppid=4484 vsize=289304 CPUtime=0 cores=0-7
/proc/4493/stat : 4493 (python) S 4484 4484 3915 0 -1 4202560 754 0 0 0 0 0 0 0 15 0 1 0 747011000 296247296 5684 33554432000 4194304 5683644 140733377977648 18446744073709551615 251367566918 0 0 16781312 514 17328158122509828353 0 0 17 1 0 0 0
/proc/4493/statm: 72326 5684 348 364 0 8241 0
[pid=4495] ppid=4493 vsize=1928 CPUtime=2.48 cores=0-7
/proc/4495/stat : 4495 (march_hi) R 4493 4495 4495 0 -1 4202496 582 0 0 0 248 0 0 0 25 0 1 0 747011000 1974272 317 33554432000 4194304 4955518 140736206925968 18446744073709551615 4244449 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/4495/statm: 482 317 104 186 0 295 0
[pid=4496] ppid=4484 vsize=365096 CPUtime=0 cores=0-7
/proc/4496/stat : 4496 (python) S 4484 4484 3915 0 -1 4202560 715 0 0 0 0 0 0 0 15 0 1 0 747011003 373858304 5861 33554432000 4194304 5683644 140733377977648 18446744073709551615 251367566918 0 0 16781312 514 15922951475886522625 0 0 17 1 0 0 0
/proc/4496/statm: 91274 5861 348 364 0 27186 0
[pid=4498] ppid=4496 vsize=1928 CPUtime=2.4 cores=0-7
/proc/4498/stat : 4498 (march_hi) R 4496 4498 4498 0 -1 4202496 570 0 0 0 240 0 0 0 25 0 1 0 747011003 1974272 317 33554432000 4194304 4955518 140734730836256 18446744073709551615 4224638 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/4498/statm: 482 317 104 186 0 295 0
[pid=4499] ppid=4484 vsize=375352 CPUtime=0 cores=0-7
/proc/4499/stat : 4499 (python) S 4484 4484 3915 0 -1 4202560 726 0 0 0 0 0 0 0 15 0 1 0 747011006 384360448 5822 33554432000 4194304 5683644 140733377977648 18446744073709551615 251367566918 0 0 16781312 514 1320966468044554498 0 0 17 1 0 0 0
/proc/4499/statm: 93838 5822 348 364 0 29747 0
[pid=4501] ppid=4499 vsize=1928 CPUtime=2.4 cores=0-7
/proc/4501/stat : 4501 (march_hi) R 4499 4501 4501 0 -1 4202496 573 0 0 0 240 0 0 0 25 0 1 0 747011007 1974272 317 33554432000 4194304 4955518 140736087733696 18446744073709551615 4238422 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/4501/statm: 482 317 104 186 0 295 0
[pid=4502] ppid=4484 vsize=385608 CPUtime=0 cores=0-7
/proc/4502/stat : 4502 (python) S 4484 4484 3915 0 -1 4202560 736 0 0 0 0 0 0 0 15 0 1 0 747011010 394862592 5846 33554432000 4194304 5683644 140733377977648 18446744073709551615 251367566918 0 0 16781312 514 901696296094499074 0 0 17 2 0 0 0
/proc/4502/statm: 96402 5846 349 364 0 32308 0
[pid=4504] ppid=4502 vsize=1928 CPUtime=1.25 cores=0-7
/proc/4504/stat : 4504 (march_hi) R 4502 4504 4504 0 -1 4202496 570 0 0 0 125 0 0 0 25 0 1 0 747011010 1974272 312 33554432000 4194304 4955518 140737285773456 18446744073709551615 4209711 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/4504/statm: 482 312 104 186 0 295 0
[pid=4505] ppid=4484 vsize=395864 CPUtime=0 cores=0-7
/proc/4505/stat : 4505 (python) S 4484 4484 3915 0 -1 4202560 735 0 0 0 0 0 0 0 18 0 1 0 747011013 405364736 5865 33554432000 4194304 5683644 140733377977648 18446744073709551615 251367566918 0 0 16781312 514 5870310177177043202 0 0 17 0 0 0 0
/proc/4505/statm: 98966 5865 348 364 0 34869 0
[pid=4507] ppid=4505 vsize=454912 CPUtime=1.2 cores=0-7
/proc/4507/stat : 4507 (TNM) R 4505 4507 4507 0 -1 4202496 420 0 0 0 120 0 0 0 25 0 1 0 747011015 465829888 161 33554432000 134512640 135008748 4289511104 18446744073709551615 134527795 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/4507/statm: 113728 161 46 122 0 112628 0
[pid=4508] ppid=4484 vsize=406120 CPUtime=0 cores=0-7
/proc/4508/stat : 4508 (python) S 4484 4484 3915 0 -1 4202560 751 0 0 0 0 0 0 0 15 0 1 0 747011016 415866880 5867 33554432000 4194304 5683644 140733377977648 18446744073709551615 251367566918 0 0 16781312 514 4101780908271436034 0 0 17 0 0 0 0
/proc/4508/statm: 101530 5867 348 364 0 37430 0
[pid=4510] ppid=4508 vsize=1928 CPUtime=1.12 cores=0-7
/proc/4510/stat : 4510 (march_hi) R 4508 4510 4510 0 -1 4202496 572 0 0 0 112 0 0 0 25 0 1 0 747011019 1974272 312 33554432000 4194304 4955518 140734593927472 18446744073709551615 4224608 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/4510/statm: 482 312 104 186 0 295 0
[pid=4511] ppid=4484 vsize=416376 CPUtime=0 cores=0-7
/proc/4511/stat : 4511 (python) S 4484 4484 3915 0 -1 4202560 789 0 0 0 0 0 0 0 15 0 1 0 747011020 426369024 5877 33554432000 4194304 5683644 140733377977648 18446744073709551615 251367566918 0 0 16781312 514 10832045513516220672 0 0 17 0 0 0 0
/proc/4511/statm: 104094 5877 354 364 0 39991 0
[pid=4513] ppid=4511 vsize=1928 CPUtime=2.27 cores=0-7
/proc/4513/stat : 4513 (march_hi) R 4511 4513 4513 0 -1 4202496 581 0 0 0 227 0 0 0 25 0 1 0 747011020 1974272 316 33554432000 4194304 4955518 140736370826384 18446744073709551615 4224707 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/4513/statm: 482 316 104 186 0 295 0
[pid=4484/tid=4491] ppid=4482 vsize=426620 CPUtime=0 cores=0-7
/proc/4484/task/4491/stat : 4491 (python) S 4482 4484 3915 0 -1 4202560 27 935 0 0 0 0 0 0 18 0 9 0 747010997 436858880 7416 33554432000 4194304 5683644 140733377977648 18446744073709551615 251379370417 0 0 16781312 2 18446604447884794816 0 0 -1 2 0 0 0
[pid=4484/tid=4494] ppid=4482 vsize=426620 CPUtime=0 cores=0-7
/proc/4484/task/4494/stat : 4494 (python) S 4482 4484 3915 0 -1 4202560 24 935 0 0 0 0 0 0 18 0 9 0 747011000 436858880 7416 33554432000 4194304 5683644 140733377977648 18446744073709551615 251379370417 0 0 16781312 2 18446604447884794816 0 0 -1 5 0 0 0
[pid=4484/tid=4497] ppid=4482 vsize=426620 CPUtime=0 cores=0-7
/proc/4484/task/4497/stat : 4497 (python) S 4482 4484 3915 0 -1 4202560 73 935 0 0 0 0 0 0 20 0 9 0 747011003 436858880 7416 33554432000 4194304 5683644 140733377977648 18446744073709551615 251379370417 0 0 16781312 2 18446604447884794816 0 0 -1 2 0 0 0
[pid=4484/tid=4500] ppid=4482 vsize=426620 CPUtime=0 cores=0-7
/proc/4484/task/4500/stat : 4500 (python) S 4482 4484 3915 0 -1 4202560 31 935 0 0 0 0 0 0 20 0 9 0 747011007 436858880 7416 33554432000 4194304 5683644 140733377977648 18446744073709551615 251379370417 0 0 16781312 2 18446604447884794816 0 0 -1 2 0 0 0
[pid=4484/tid=4503] ppid=4482 vsize=426620 CPUtime=0 cores=0-7

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

[pid=4511] ppid=4484 vsize=416376 CPUtime=0.11 cores=0-7
/proc/4511/stat : 4511 (python) S 4484 4484 3915 0 -1 4202560 891 0 0 0 7 4 0 0 15 0 1 0 747011020 426369024 5900 33554432000 4194304 5683644 140733377977648 18446744073709551615 251367566918 0 0 16781312 514 10832045513516220672 0 0 17 0 0 0 0
/proc/4511/statm: 104094 5900 377 364 0 39991 0
[pid=4513] ppid=4511 vsize=2212 CPUtime=25.32 cores=0-7
/proc/4513/stat : 4513 (march_hi) R 4511 4513 4513 0 -1 4202496 641 0 0 0 2532 0 0 0 25 0 1 0 747011020 2265088 376 33554432000 4194304 4955518 140736370826384 18446744073709551615 4209717 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/4513/statm: 553 376 104 186 0 366 0
[pid=4484/tid=4491] ppid=4482 vsize=426620 CPUtime=0 cores=0-7
/proc/4484/task/4491/stat : 4491 (python) S 4482 4484 3915 0 -1 4202560 27 935 0 0 0 0 0 0 18 0 9 0 747010997 436858880 7416 33554432000 4194304 5683644 140733377977648 18446744073709551615 251379370417 0 0 16781312 2 18446604447884794816 0 0 -1 2 0 0 0
[pid=4484/tid=4494] ppid=4482 vsize=426620 CPUtime=0 cores=0-7
/proc/4484/task/4494/stat : 4494 (python) S 4482 4484 3915 0 -1 4202560 24 935 0 0 0 0 0 0 18 0 9 0 747011000 436858880 7416 33554432000 4194304 5683644 140733377977648 18446744073709551615 251379370417 0 0 16781312 2 18446604447884794816 0 0 -1 5 0 0 0
[pid=4484/tid=4497] ppid=4482 vsize=426620 CPUtime=0 cores=0-7
/proc/4484/task/4497/stat : 4497 (python) S 4482 4484 3915 0 -1 4202560 73 935 0 0 0 0 0 0 20 0 9 0 747011003 436858880 7416 33554432000 4194304 5683644 140733377977648 18446744073709551615 251379370417 0 0 16781312 2 18446604447884794816 0 0 -1 2 0 0 0
[pid=4484/tid=4500] ppid=4482 vsize=426620 CPUtime=0 cores=0-7
/proc/4484/task/4500/stat : 4500 (python) S 4482 4484 3915 0 -1 4202560 31 935 0 0 0 0 0 0 20 0 9 0 747011007 436858880 7416 33554432000 4194304 5683644 140733377977648 18446744073709551615 251379370417 0 0 16781312 2 18446604447884794816 0 0 -1 2 0 0 0
[pid=4484/tid=4503] ppid=4482 vsize=426620 CPUtime=0 cores=0-7
/proc/4484/task/4503/stat : 4503 (python) S 4482 4484 3915 0 -1 4202560 32 935 0 0 0 0 0 0 22 0 9 0 747011010 436858880 7416 33554432000 4194304 5683644 140733377977648 18446744073709551615 251379370417 0 0 16781312 2 18446604447884794816 0 0 -1 2 0 0 0
[pid=4484/tid=4506] ppid=4482 vsize=426620 CPUtime=0 cores=0-7
/proc/4484/task/4506/stat : 4506 (python) S 4482 4484 3915 0 -1 4202560 33 935 0 0 0 0 0 0 24 0 9 0 747011013 436858880 7416 33554432000 4194304 5683644 140733377977648 18446744073709551615 251379370417 0 0 16781312 2 18446604447884794816 0 0 -1 0 0 0 0
[pid=4484/tid=4509] ppid=4482 vsize=426620 CPUtime=0 cores=0-7
/proc/4484/task/4509/stat : 4509 (python) S 4482 4484 3915 0 -1 4202560 35 935 0 0 0 0 0 0 25 0 9 0 747011017 436858880 7416 33554432000 4194304 5683644 140733377977648 18446744073709551615 251379370417 0 0 16781312 2 18446604447884794816 0 0 -1 0 0 0 0
[pid=4484/tid=4512] ppid=4482 vsize=426620 CPUtime=0 cores=0-7
/proc/4484/task/4512/stat : 4512 (python) S 4482 4484 3915 0 -1 4202560 33 935 0 0 0 0 0 0 25 0 9 0 747011020 436858880 7416 33554432000 4194304 5683644 140733377977648 18446744073709551615 251379370417 0 0 16781312 2 18446604447884794816 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 178.17
Current children cumulated vsize (KiB) 4824796

[startup+26.8009 s]
/proc/loadavg: 8.83 8.65 8.10 11/512 4514
/proc/meminfo: memFree=19224944/32950928 swapFree=38710912/67111528
[pid=4484] ppid=4482 vsize=426620 CPUtime=0.7 cores=0-7
/proc/4484/stat : 4484 (python) S 4482 4484 3915 0 -1 4202496 15207 935 1 0 60 10 0 0 25 0 9 0 747010938 436858880 7416 33554432000 4194304 5683644 140733377977648 18446744073709551615 251379373515 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/4484/statm: 106655 7416 1889 364 0 42552 0
[pid=4490] ppid=4484 vsize=278472 CPUtime=0.08 cores=0-7
/proc/4490/stat : 4490 (python) S 4484 4484 3915 0 -1 4202560 910 0 0 0 4 4 0 0 18 0 1 0 747010997 285155328 5575 33554432000 4194304 5683644 140733377977648 18446744073709551615 251367566863 0 0 16781312 514 16199148792488886529 0 0 17 1 0 0 0
/proc/4490/statm: 69618 5575 376 364 0 5536 0
[pid=4492] ppid=4490 vsize=1017800 CPUtime=15.1 cores=0-7
/proc/4492/stat : 4492 (gnovelty+2) R 4490 4492 4492 0 -1 4202496 431 0 0 0 1510 0 0 0 25 0 1 0 747010997 1042227200 169 33554432000 134512640 135663704 4288427376 18446744073709551615 134524688 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/4492/statm: 254450 169 113 282 0 254166 0
[pid=4493] ppid=4484 vsize=289304 CPUtime=0.23 cores=0-7
/proc/4493/stat : 4493 (python) R 4484 4484 3915 0 -1 4202560 944 0 0 0 16 7 0 0 15 0 1 0 747011000 296247296 5707 33554432000 4194304 5683644 140733377977648 18446744073709551615 251367566918 0 0 16781312 514 0 0 0 17 5 0 0 0
/proc/4493/statm: 72326 5707 371 364 0 8241 0
[pid=4495] ppid=4493 vsize=0 CPUtime=25.94 cores=0-7
/proc/4495/stat : 4495 (march_hi) R 4493 4495 4495 0 -1 4202500 647 0 0 0 2594 0 0 0 25 0 1 0 747011000 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 5 0 0 0
/proc/4495/statm: 0 0 0 0 0 0 0
[pid=4496] ppid=4484 vsize=365096 CPUtime=0.12 cores=0-7
/proc/4496/stat : 4496 (python) S 4484 4484 3915 0 -1 4202560 810 0 0 0 7 5 0 0 15 0 1 0 747011003 373858304 5884 33554432000 4194304 5683644 140733377977648 18446744073709551615 251367566918 0 0 16781312 514 15922951475886522625 0 0 17 7 0 0 0
/proc/4496/statm: 91274 5884 371 364 0 27186 0
[pid=4498] ppid=4496 vsize=2212 CPUtime=25.62 cores=0-7
/proc/4498/stat : 4498 (march_hi) R 4496 4498 4498 0 -1 4202496 630 0 0 0 2562 0 0 0 25 0 1 0 747011003 2265088 377 33554432000 4194304 4955518 140734730836256 18446744073709551615 4209708 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/4498/statm: 553 377 104 186 0 366 0
[pid=4499] ppid=4484 vsize=375352 CPUtime=0.11 cores=0-7
/proc/4499/stat : 4499 (python) S 4484 4484 3915 0 -1 4202560 826 0 0 0 7 4 0 0 15 0 1 0 747011006 384360448 5847 33554432000 4194304 5683644 140733377977648 18446744073709551615 251367566918 0 0 16781312 514 5607371132559655170 0 0 17 1 0 0 0
/proc/4499/statm: 93838 5847 372 364 0 29747 0
[pid=4501] ppid=4499 vsize=2212 CPUtime=25.84 cores=0-7
/proc/4501/stat : 4501 (march_hi) R 4499 4501 4501 0 -1 4202496 638 0 0 0 2584 0 0 0 25 0 1 0 747011007 2265088 382 33554432000 4194304 4955518 140736087733696 18446744073709551615 4209737 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/4501/statm: 553 382 104 186 0 366 0
[pid=4502] ppid=4484 vsize=385608 CPUtime=0.11 cores=0-7
/proc/4502/stat : 4502 (python) S 4484 4484 3915 0 -1 4202560 823 0 0 0 6 5 0 0 15 0 1 0 747011010 394862592 5869 33554432000 4194304 5683644 140733377977648 18446744073709551615 251367566918 0 0 16781312 514 901696296094499074 0 0 17 2 0 0 0
/proc/4502/statm: 96402 5869 372 364 0 32308 0
[pid=4504] ppid=4502 vsize=2212 CPUtime=24.19 cores=0-7
/proc/4504/stat : 4504 (march_hi) R 4502 4504 4504 0 -1 4202496 631 0 0 0 2419 0 0 0 25 0 1 0 747011010 2265088 373 33554432000 4194304 4955518 140737285773456 18446744073709551615 4209717 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/4504/statm: 553 373 104 186 0 366 0
[pid=4505] ppid=4484 vsize=395864 CPUtime=0.08 cores=0-7
/proc/4505/stat : 4505 (python) S 4484 4484 3915 0 -1 4202560 821 0 0 0 4 4 0 0 18 0 1 0 747011013 405364736 5888 33554432000 4194304 5683644 140733377977648 18446744073709551615 251367566918 0 0 16781312 514 16199148792488886530 0 0 17 0 0 0 0
/proc/4505/statm: 98966 5888 371 364 0 34869 0
[pid=4507] ppid=4505 vsize=454912 CPUtime=13.01 cores=0-7
/proc/4507/stat : 4507 (TNM) R 4505 4507 4507 0 -1 4202496 420 0 0 0 1301 0 0 0 25 0 1 0 747011015 465829888 161 33554432000 134512640 135008748 4289511104 18446744073709551615 134527503 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/4507/statm: 113728 161 46 122 0 112628 0
[pid=4508] ppid=4484 vsize=406120 CPUtime=0.11 cores=0-7
/proc/4508/stat : 4508 (python) S 4484 4484 3915 0 -1 4202560 845 0 0 0 7 4 0 0 15 0 1 0 747011016 415866880 5890 33554432000 4194304 5683644 140733377977648 18446744073709551615 251367566918 0 0 16781312 514 4101780908271436034 0 0 17 2 0 0 0
/proc/4508/statm: 101530 5890 371 364 0 37430 0
[pid=4510] ppid=4508 vsize=2212 CPUtime=23.86 cores=0-7
/proc/4510/stat : 4510 (march_hi) R 4508 4510 4510 0 -1 4202496 633 0 0 0 2386 0 0 0 25 0 1 0 747011019 2265088 373 33554432000 4194304 4955518 140734593927472 18446744073709551615 4224512 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/4510/statm: 553 373 104 186 0 366 0
[pid=4511] ppid=4484 vsize=416376 CPUtime=0.11 cores=0-7
/proc/4511/stat : 4511 (python) S 4484 4484 3915 0 -1 4202560 894 0 0 0 7 4 0 0 15 0 1 0 747011020 426369024 5900 33554432000 4194304 5683644 140733377977648 18446744073709551615 251367566918 0 0 16781312 514 10832045513516220672 0 0 17 0 0 0 0
/proc/4511/statm: 104094 5900 377 364 0 39991 0
[pid=4513] ppid=4511 vsize=2212 CPUtime=25.71 cores=0-7
/proc/4513/stat : 4513 (march_hi) R 4511 4513 4513 0 -1 4202496 645 0 0 0 2571 0 0 0 25 0 1 0 747011020 2265088 380 33554432000 4194304 4955518 140736370826384 18446744073709551615 4227824 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/4513/statm: 553 380 104 186 0 366 0
[pid=4484/tid=4491] ppid=4482 vsize=426620 CPUtime=0 cores=0-7
/proc/4484/task/4491/stat : 4491 (python) S 4482 4484 3915 0 -1 4202560 27 935 0 0 0 0 0 0 18 0 9 0 747010997 436858880 7416 33554432000 4194304 5683644 140733377977648 18446744073709551615 251379370417 0 0 16781312 2 18446604447884794816 0 0 -1 2 0 0 0
[pid=4484/tid=4494] ppid=4482 vsize=426620 CPUtime=0 cores=0-7
/proc/4484/task/4494/stat : 4494 (python) S 4482 4484 3915 0 -1 4202560 24 935 0 0 0 0 0 0 18 0 9 0 747011000 436858880 7416 33554432000 4194304 5683644 140733377977648 18446744073709551615 251379370417 0 0 16781312 2 18446604447884794816 0 0 -1 5 0 0 0
[pid=4484/tid=4497] ppid=4482 vsize=426620 CPUtime=0 cores=0-7
/proc/4484/task/4497/stat : 4497 (python) S 4482 4484 3915 0 -1 4202560 73 935 0 0 0 0 0 0 20 0 9 0 747011003 436858880 7416 33554432000 4194304 5683644 140733377977648 18446744073709551615 251379370417 0 0 16781312 2 18446604447884794816 0 0 -1 2 0 0 0
[pid=4484/tid=4500] ppid=4482 vsize=426620 CPUtime=0 cores=0-7
/proc/4484/task/4500/stat : 4500 (python) S 4482 4484 3915 0 -1 4202560 31 935 0 0 0 0 0 0 20 0 9 0 747011007 436858880 7416 33554432000 4194304 5683644 140733377977648 18446744073709551615 251379370417 0 0 16781312 2 18446604447884794816 0 0 -1 2 0 0 0
[pid=4484/tid=4503] ppid=4482 vsize=426620 CPUtime=0 cores=0-7
/proc/4484/task/4503/stat : 4503 (python) S 4482 4484 3915 0 -1 4202560 32 935 0 0 0 0 0 0 22 0 9 0 747011010 436858880 7416 33554432000 4194304 5683644 140733377977648 18446744073709551615 251379370417 0 0 16781312 2 18446604447884794816 0 0 -1 2 0 0 0
[pid=4484/tid=4506] ppid=4482 vsize=426620 CPUtime=0 cores=0-7
/proc/4484/task/4506/stat : 4506 (python) S 4482 4484 3915 0 -1 4202560 33 935 0 0 0 0 0 0 24 0 9 0 747011013 436858880 7416 33554432000 4194304 5683644 140733377977648 18446744073709551615 251379370417 0 0 16781312 2 18446604447884794816 0 0 -1 0 0 0 0
[pid=4484/tid=4509] ppid=4482 vsize=426620 CPUtime=0 cores=0-7
/proc/4484/task/4509/stat : 4509 (python) S 4482 4484 3915 0 -1 4202560 35 935 0 0 0 0 0 0 25 0 9 0 747011017 436858880 7416 33554432000 4194304 5683644 140733377977648 18446744073709551615 251379370417 0 0 16781312 2 18446604447884794816 0 0 -1 0 0 0 0
[pid=4484/tid=4512] ppid=4482 vsize=426620 CPUtime=0 cores=0-7
/proc/4484/task/4512/stat : 4512 (python) S 4482 4484 3915 0 -1 4202560 33 935 0 0 0 0 0 0 25 0 9 0 747011020 436858880 7416 33554432000 4194304 5683644 140733377977648 18446744073709551615 251379370417 0 0 16781312 2 18446604447884794816 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 180.92
Current children cumulated vsize (KiB) 4822584

[startup+27.2008 s]
/proc/loadavg: 8.83 8.65 8.10 11/512 4514
/proc/meminfo: memFree=19224944/32950928 swapFree=38710912/67111528
[pid=4484] ppid=4482 vsize=426620 CPUtime=0.7 cores=0-7
/proc/4484/stat : 4484 (python) S 4482 4484 3915 0 -1 4202496 15207 935 1 0 60 10 0 0 25 0 9 0 747010938 436858880 7416 33554432000 4194304 5683644 140733377977648 18446744073709551615 251379373515 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/4484/statm: 106655 7416 1889 364 0 42552 0
[pid=4490] ppid=4484 vsize=278472 CPUtime=0.08 cores=0-7
/proc/4490/stat : 4490 (python) S 4484 4484 3915 0 -1 4202560 910 0 0 0 4 4 0 0 18 0 1 0 747010997 285155328 5575 33554432000 4194304 5683644 140733377977648 18446744073709551615 251367566863 0 0 16781312 514 16199148792488886529 0 0 17 1 0 0 0
/proc/4490/statm: 69618 5575 376 364 0 5536 0
[pid=4492] ppid=4490 vsize=1017800 CPUtime=15.3 cores=0-7
/proc/4492/stat : 4492 (gnovelty+2) R 4490 4492 4492 0 -1 4202496 431 0 0 0 1530 0 0 0 25 0 1 0 747010997 1042227200 169 33554432000 134512640 135663704 4288427376 18446744073709551615 134545699 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/4492/statm: 254450 169 113 282 0 254166 0
[pid=4493] ppid=4484 vsize=289304 CPUtime=0.63 cores=0-7
/proc/4493/stat : 4493 (python) R 4484 4484 3915 0 -1 4202560 944 0 0 0 49 14 0 0 16 0 1 0 747011000 296247296 5707 33554432000 4194304 5683644 140733377977648 18446744073709551615 251367566918 0 0 16781312 514 0 0 0 17 5 0 0 0
/proc/4493/statm: 72326 5707 371 364 0 8241 0
[pid=4495] ppid=4493 vsize=0 CPUtime=25.94 cores=0-7
/proc/4495/stat : 4495 (march_hi) R 4493 4495 4495 0 -1 4202500 647 0 0 0 2594 0 0 0 25 0 1 0 747011000 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 5 0 0 0
/proc/4495/statm: 0 0 0 0 0 0 0
[pid=4496] ppid=4484 vsize=365096 CPUtime=0.12 cores=0-7
/proc/4496/stat : 4496 (python) S 4484 4484 3915 0 -1 4202560 812 0 0 0 7 5 0 0 15 0 1 0 747011003 373858304 5884 33554432000 4194304 5683644 140733377977648 18446744073709551615 251367566918 0 0 16781312 514 15922951475886522625 0 0 17 7 0 0 0
/proc/4496/statm: 91274 5884 371 364 0 27186 0
[pid=4498] ppid=4496 vsize=2212 CPUtime=26.02 cores=0-7
/proc/4498/stat : 4498 (march_hi) R 4496 4498 4498 0 -1 4202496 634 0 0 0 2602 0 0 0 25 0 1 0 747011003 2265088 381 33554432000 4194304 4955518 140734730836256 18446744073709551615 4261364 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/4498/statm: 553 381 104 186 0 366 0
[pid=4499] ppid=4484 vsize=375352 CPUtime=0.44 cores=0-7
/proc/4499/stat : 4499 (python) R 4484 4484 3915 0 -1 4202560 826 0 0 0 35 9 0 0 16 0 1 0 747011006 384360448 5847 33554432000 4194304 5683644 140733377977648 18446744073709551615 251379376959 0 0 16781312 514 0 0 0 17 1 0 0 0
/proc/4499/statm: 93838 5847 372 364 0 29747 0
[pid=4501] ppid=4499 vsize=0 CPUtime=25.91 cores=0-7
/proc/4501/stat : 4501 (march_hi) R 4499 4501 4501 0 -1 4202500 639 0 0 0 2591 0 0 0 25 0 1 0 747011007 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 6 0 0 0
/proc/4501/statm: 0 0 0 0 0 0 0
[pid=4502] ppid=4484 vsize=385608 CPUtime=0.11 cores=0-7
/proc/4502/stat : 4502 (python) S 4484 4484 3915 0 -1 4202560 823 0 0 0 6 5 0 0 15 0 1 0 747011010 394862592 5869 33554432000 4194304 5683644 140733377977648 18446744073709551615 251367566918 0 0 16781312 514 901696296094499074 0 0 17 2 0 0 0
/proc/4502/statm: 96402 5869 372 364 0 32308 0
[pid=4504] ppid=4502 vsize=2212 CPUtime=24.59 cores=0-7
/proc/4504/stat : 4504 (march_hi) R 4502 4504 4504 0 -1 4202496 633 0 0 0 2459 0 0 0 25 0 1 0 747011010 2265088 375 33554432000 4194304 4955518 140737285773456 18446744073709551615 4224549 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/4504/statm: 553 375 104 186 0 366 0
[pid=4505] ppid=4484 vsize=395864 CPUtime=0.08 cores=0-7
/proc/4505/stat : 4505 (python) S 4484 4484 3915 0 -1 4202560 821 0 0 0 4 4 0 0 18 0 1 0 747011013 405364736 5888 33554432000 4194304 5683644 140733377977648 18446744073709551615 251367566918 0 0 16781312 514 16199148792488886530 0 0 17 0 0 0 0
/proc/4505/statm: 98966 5888 371 364 0 34869 0
[pid=4507] ppid=4505 vsize=454912 CPUtime=13.21 cores=0-7
/proc/4507/stat : 4507 (TNM) R 4505 4507 4507 0 -1 4202496 420 0 0 0 1321 0 0 0 25 0 1 0 747011015 465829888 161 33554432000 134512640 135008748 4289511104 18446744073709551615 134528967 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/4507/statm: 113728 161 46 122 0 112628 0
[pid=4508] ppid=4484 vsize=406120 CPUtime=0.11 cores=0-7
/proc/4508/stat : 4508 (python) S 4484 4484 3915 0 -1 4202560 845 0 0 0 7 4 0 0 15 0 1 0 747011016 415866880 5890 33554432000 4194304 5683644 140733377977648 18446744073709551615 251367566918 0 0 16781312 514 4101780908271436034 0 0 17 2 0 0 0
/proc/4508/statm: 101530 5890 371 364 0 37430 0
[pid=4510] ppid=4508 vsize=2212 CPUtime=24.26 cores=0-7
/proc/4510/stat : 4510 (march_hi) R 4508 4510 4510 0 -1 4202496 633 0 0 0 2426 0 0 0 25 0 1 0 747011019 2265088 373 33554432000 4194304 4955518 140734593927472 18446744073709551615 4209760 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/4510/statm: 553 373 104 186 0 366 0
[pid=4511] ppid=4484 vsize=416376 CPUtime=0.24 cores=0-7
/proc/4511/stat : 4511 (python) R 4484 4484 3915 0 -1 4202560 898 0 0 0 19 5 0 0 15 0 1 0 747011020 426369024 5900 33554432000 4194304 5683644 140733377977648 18446744073709551615 251367566918 0 0 16781312 514 0 0 0 17 0 0 0 0
/proc/4511/statm: 104094 5900 377 364 0 39991 0
[pid=4513] ppid=4511 vsize=0 CPUtime=25.98 cores=0-7
/proc/4513/stat : 4513 (march_hi) R 4511 4513 4513 0 -1 4202500 647 0 0 0 2598 0 0 0 25 0 1 0 747011020 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 0 0 0 0
/proc/4513/statm: 0 0 0 0 0 0 0
[pid=4484/tid=4491] ppid=4482 vsize=426620 CPUtime=0 cores=0-7
/proc/4484/task/4491/stat : 4491 (python) S 4482 4484 3915 0 -1 4202560 27 935 0 0 0 0 0 0 18 0 9 0 747010997 436858880 7416 33554432000 4194304 5683644 140733377977648 18446744073709551615 251379370417 0 0 16781312 2 18446604447884794816 0 0 -1 2 0 0 0
[pid=4484/tid=4494] ppid=4482 vsize=426620 CPUtime=0 cores=0-7
/proc/4484/task/4494/stat : 4494 (python) S 4482 4484 3915 0 -1 4202560 24 935 0 0 0 0 0 0 18 0 9 0 747011000 436858880 7416 33554432000 4194304 5683644 140733377977648 18446744073709551615 251379370417 0 0 16781312 2 18446604447884794816 0 0 -1 5 0 0 0
[pid=4484/tid=4497] ppid=4482 vsize=426620 CPUtime=0 cores=0-7
/proc/4484/task/4497/stat : 4497 (python) S 4482 4484 3915 0 -1 4202560 73 935 0 0 0 0 0 0 20 0 9 0 747011003 436858880 7416 33554432000 4194304 5683644 140733377977648 18446744073709551615 251379370417 0 0 16781312 2 18446604447884794816 0 0 -1 2 0 0 0
[pid=4484/tid=4500] ppid=4482 vsize=426620 CPUtime=0 cores=0-7
/proc/4484/task/4500/stat : 4500 (python) S 4482 4484 3915 0 -1 4202560 31 935 0 0 0 0 0 0 20 0 9 0 747011007 436858880 7416 33554432000 4194304 5683644 140733377977648 18446744073709551615 251379370417 0 0 16781312 2 18446604447884794816 0 0 -1 2 0 0 0
[pid=4484/tid=4503] ppid=4482 vsize=426620 CPUtime=0 cores=0-7
/proc/4484/task/4503/stat : 4503 (python) S 4482 4484 3915 0 -1 4202560 32 935 0 0 0 0 0 0 22 0 9 0 747011010 436858880 7416 33554432000 4194304 5683644 140733377977648 18446744073709551615 251379370417 0 0 16781312 2 18446604447884794816 0 0 -1 2 0 0 0
[pid=4484/tid=4506] ppid=4482 vsize=426620 CPUtime=0 cores=0-7
/proc/4484/task/4506/stat : 4506 (python) S 4482 4484 3915 0 -1 4202560 33 935 0 0 0 0 0 0 24 0 9 0 747011013 436858880 7416 33554432000 4194304 5683644 140733377977648 18446744073709551615 251379370417 0 0 16781312 2 18446604447884794816 0 0 -1 0 0 0 0
[pid=4484/tid=4509] ppid=4482 vsize=426620 CPUtime=0 cores=0-7
/proc/4484/task/4509/stat : 4509 (python) S 4482 4484 3915 0 -1 4202560 35 935 0 0 0 0 0 0 25 0 9 0 747011017 436858880 7416 33554432000 4194304 5683644 140733377977648 18446744073709551615 251379370417 0 0 16781312 2 18446604447884794816 0 0 -1 0 0 0 0
[pid=4484/tid=4512] ppid=4482 vsize=426620 CPUtime=0 cores=0-7
/proc/4484/task/4512/stat : 4512 (python) S 4482 4484 3915 0 -1 4202560 33 935 0 0 0 0 0 0 25 0 9 0 747011020 436858880 7416 33554432000 4194304 5683644 140733377977648 18446744073709551615 251379370417 0 0 16781312 2 18446604447884794816 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 183.72
Current children cumulated vsize (KiB) 4818160

Child status: 0
Real time (s): 27.2614
CPU time (s): 184.129
CPU user time (s): 183.433
CPU system time (s): 0.695894
CPU usage (%): 675.419
Max. virtual memory (cumulated for all children) (KiB): 4824800

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 183.433
system time used= 0.695894
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 33104
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= 4056
involuntary context switches= 4045

runsolver used 0.146977 second user time and 0.309952 second system time

The end

Launcher Data

Begin job on node113 at 2011-05-16 19:43:23
IDJOB=3385530
IDBENCH=82795
IDSOLVER=1870
FILE ID=node113/3385530-1305567803
RUNJOBID= node113-1305564965-3929
PBS_JOBID= 13350137
Free space on /tmp= 73412 MiB

SOLVER NAME= borg-sat 11.03.02-par-random (fixed)
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v400-c1704-S1536900137-053.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-3385530-1305567803/watcher-3385530-1305567803 -o /tmp/evaluation-result-3385530-1305567803/solver-3385530-1305567803 -C 40000 -W 5100 -M 31000  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3385530-1305567803.cnf -seed 1828143021 -budget 40000 -cores 8

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

MD5SUM BENCH= 6d54c2a76a59aa67a01046a2e8240fb6
RANDOM SEED=1828143021

node113.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	: 5332.76
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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      19280540 kB
Buffers:        303100 kB
Cached:        3974348 kB
SwapCached:      93692 kB
Active:        5742412 kB
Inactive:      7609008 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      19280540 kB
SwapTotal:    67111528 kB
SwapFree:     38710912 kB
Dirty:           32636 kB
Writeback:           0 kB
AnonPages:     8992316 kB
Mapped:          25552 kB
Slab:           130540 kB
PageTables:     115276 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 155058296 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= 73380 MiB
End job on node113 at 2011-05-16 19:43:50