Trace number 3385808

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 40.6058 8.69469

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v350-c1491-S1090604743-089.UNKNOWN.cnf
MD5SUMdb8052d689d68a5a8af12c3049f9d9c2
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark5.19921
Satisfiable
(Un)Satisfiability was proved
Number of variables350
Number of clauses1491
Sum of the clauses size4473
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 31491
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.29/0.78	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.29/0.78	c INFO: solving HOME/instance-3385808-1305575377.cnf
0.29/0.78	c INFO: computing task features
0.29/0.79	c INFO: computed variable-clause graph statistics
0.29/0.79	c INFO: computed clause balance statistics
0.38/0.82	c INFO: computed variable balance statistics
0.38/0.84	c INFO: computed small-clause counts
0.38/0.84	c INFO: computed Horn-clause counts
0.38/0.84	c INFO: computed variable graph statistics
0.38/0.84	c INFO: collected features for HOME/instance-3385808-1305575377.cnf in 0.06 s
0.38/0.87	c INFO: running TNM@0 for 97 with 4999 remaining (b = 0.56)
0.48/0.90	c INFO: running march_hi@0 for 194 with 4999 remaining (b = 0.29)
0.48/0.93	c INFO: running march_hi@0 for 194 with 4999 remaining (b = 0.20)
0.48/0.96	c INFO: running march_hi@0 for 388 with 4999 remaining (b = 0.28)
0.48/1.00	c INFO: running gnovelty+2@0 for 97 with 4999 remaining (b = 0.07)
0.76/1.03	c INFO: running march_hi@0 for 485 with 4999 remaining (b = 0.31)
0.76/1.07	c INFO: running march_hi@0 for 388 with 4999 remaining (b = 0.24)
0.76/1.10	c INFO: running march_hi@0 for 388 with 4999 remaining (b = 0.20)
39.98/8.67	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 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-3385808-1305575377/watcher-3385808-1305575377 -o /tmp/evaluation-result-3385808-1305575377/solver-3385808-1305575377 -C 40000 -W 5100 -M 31000 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3385808-1305575377.cnf -seed 586598477 -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: 9.95 10.02 10.08 6/338 18597
/proc/meminfo: memFree=14362332/32950904 swapFree=67057400/67111528
[pid=18597] ppid=18595 vsize=16240 CPUtime=0 cores=0-7
/proc/18597/stat : 18597 (python) R 18595 18597 18114 0 -1 4202496 993 0 0 0 0 0 0 0 25 0 1 0 669137503 16629760 866 33554432000 4194304 5683644 140734768687952 18446744073709551615 4540219 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/18597/statm: 4060 867 368 364 0 547 0

[startup+0.054342 s]
/proc/loadavg: 9.95 10.02 10.08 6/338 18597
/proc/meminfo: memFree=14362332/32950904 swapFree=67057400/67111528
[pid=18597] ppid=18595 vsize=36512 CPUtime=0.03 cores=0-7
/proc/18597/stat : 18597 (python) S 18595 18597 18114 0 -1 4202496 1576 0 0 0 3 0 0 0 25 0 1 0 669137503 37388288 1411 33554432000 4194304 5683644 140734768687952 18446744073709551615 237278877696 0 2147483391 16781312 2 18446744071699199166 0 0 17 4 0 0 0
/proc/18597/statm: 9128 1411 452 364 0 945 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 36512

[startup+0.100334 s]
/proc/loadavg: 9.95 10.02 10.08 6/338 18597
/proc/meminfo: memFree=14362332/32950904 swapFree=67057400/67111528
[pid=18597] ppid=18595 vsize=104616 CPUtime=0.07 cores=0-7
/proc/18597/stat : 18597 (python) R 18595 18597 18114 0 -1 4202496 3151 0 0 0 5 2 0 0 25 0 1 0 669137503 107126784 2827 33554432000 4194304 5683644 140734768687952 18446744073709551615 237278877696 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/18597/statm: 26154 2827 847 364 0 1902 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 104616

[startup+0.300298 s]
/proc/loadavg: 9.95 10.02 10.08 6/338 18597
/proc/meminfo: memFree=14362332/32950904 swapFree=67057400/67111528
[pid=18597] ppid=18595 vsize=185092 CPUtime=0.23 cores=0-7
/proc/18597/stat : 18597 (python) D 18595 18597 18114 0 -1 4202496 6759 935 1 0 16 7 0 0 25 0 1 0 669137503 189534208 4827 33554432000 4194304 5683644 140734768687952 18446744073709551615 237273955975 0 0 16781312 2 18446744071696489144 0 0 17 4 0 0 0
/proc/18597/statm: 46273 4827 1349 364 0 3724 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 185092

[startup+0.700228 s]
/proc/loadavg: 9.95 10.02 10.08 6/338 18597
/proc/meminfo: memFree=14362332/32950904 swapFree=67057400/67111528
[pid=18597] ppid=18595 vsize=245788 CPUtime=0.29 cores=0-7
/proc/18597/stat : 18597 (python) R 18595 18597 18114 0 -1 4202496 7974 935 1 0 21 8 0 0 22 0 1 0 669137503 251686912 5875 33554432000 4194304 5683644 140734768687952 18446744073709551615 237278576292 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/18597/statm: 61447 5875 1621 364 0 4449 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 245788

[startup+1.50109 s]
/proc/loadavg: 9.95 10.02 10.08 13/351 18614
/proc/meminfo: memFree=14322588/32950904 swapFree=67057400/67111528
[pid=18597] ppid=18595 vsize=361300 CPUtime=0.67 cores=0-7
/proc/18597/stat : 18597 (python) S 18595 18597 18114 0 -1 4202496 15683 935 1 0 57 10 0 0 25 0 9 0 669137503 369971200 7289 33554432000 4194304 5683644 140734768687952 18446744073709551615 237290706379 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/18597/statm: 90325 7289 1889 364 0 26222 0
[pid=18603] ppid=18597 vsize=278444 CPUtime=0 cores=0-7
/proc/18603/stat : 18603 (python) S 18597 18597 18114 0 -1 4202560 709 0 0 0 0 0 0 0 24 0 1 0 669137591 285126656 5537 33554432000 4194304 5683644 140734768687952 18446744073709551615 237278899727 0 0 16781312 514 4476010960779214847 0 0 17 4 0 0 0
/proc/18603/statm: 69611 5537 347 364 0 5529 0
[pid=18605] ppid=18603 vsize=454896 CPUtime=0.41 cores=0-7
/proc/18605/stat : 18605 (TNM) R 18603 18605 18605 0 -1 4202496 416 0 0 0 41 0 0 0 25 0 1 0 669137591 465813504 151 33554432000 134512640 135008748 4293231552 18446744073709551615 134529678 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/18605/statm: 113724 151 46 122 0 112624 0
[pid=18606] ppid=18597 vsize=289256 CPUtime=0 cores=0-7
/proc/18606/stat : 18606 (python) S 18597 18597 18114 0 -1 4202560 748 0 0 0 0 0 0 0 21 0 1 0 669137594 296198144 5670 33554432000 4194304 5683644 140734768687952 18446744073709551615 237278899782 0 0 16781312 514 5607403559562739970 0 0 17 0 0 0 0
/proc/18606/statm: 72314 5670 348 364 0 8229 0
[pid=18608] ppid=18606 vsize=1808 CPUtime=0.55 cores=0-7
/proc/18608/stat : 18608 (march_hi) R 18606 18608 18608 0 -1 4202496 547 0 0 0 55 0 0 0 25 0 1 0 669137594 1851392 282 33554432000 4194304 4955518 140733606225264 18446744073709551615 4224651 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/18608/statm: 452 282 104 186 0 265 0
[pid=18609] ppid=18597 vsize=299644 CPUtime=0 cores=0-7
/proc/18609/stat : 18609 (python) S 18597 18597 18114 0 -1 4202560 745 0 0 0 0 0 0 0 23 0 1 0 669137597 306835456 5691 33554432000 4194304 5683644 140734768687952 18446744073709551615 237278899782 0 0 16781312 514 3746612264220721410 0 0 17 2 0 0 0
/proc/18609/statm: 74911 5691 348 364 0 10823 0
[pid=18611] ppid=18609 vsize=1808 CPUtime=0.22 cores=0-7
/proc/18611/stat : 18611 (march_hi) R 18609 18611 18611 0 -1 4202496 534 0 0 0 22 0 0 0 25 0 1 0 669137597 1851392 271 33554432000 4194304 4955518 140733857267632 18446744073709551615 4227654 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/18611/statm: 452 271 104 186 0 265 0
[pid=18612] ppid=18597 vsize=309900 CPUtime=0 cores=0-7
/proc/18612/stat : 18612 (python) S 18597 18597 18114 0 -1 4202560 757 0 0 0 0 0 0 0 21 0 1 0 669137600 317337600 5695 33554432000 4194304 5683644 140734768687952 18446744073709551615 237278899782 0 0 16781312 514 617855170360869121 0 0 17 4 0 0 0
/proc/18612/statm: 77475 5695 348 364 0 13384 0
[pid=18614] ppid=18612 vsize=1808 CPUtime=0.18 cores=0-7
/proc/18614/stat : 18614 (march_hi) R 18612 18614 18614 0 -1 4202496 534 0 0 0 18 0 0 0 25 0 1 0 669137603 1851392 270 33554432000 4194304 4955518 140733431187856 18446744073709551615 4209695 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/18614/statm: 452 270 104 186 0 265 0
[pid=18597/tid=18604] ppid=18595 vsize=361300 CPUtime=0 cores=0-7
/proc/18597/task/18604/stat : 18604 (python) S 18595 18597 18114 0 -1 4202560 26 935 0 0 0 0 0 0 25 0 9 0 669137591 369971200 7289 33554432000 4194304 5683644 140734768687952 18446744073709551615 237290703281 0 0 16781312 2 18446604453935307456 0 0 -1 4 0 0 0
[pid=18597/tid=18607] ppid=18595 vsize=361300 CPUtime=0 cores=0-7
/proc/18597/task/18607/stat : 18607 (python) S 18595 18597 18114 0 -1 4202560 21 935 0 0 0 0 0 0 25 0 9 0 669137594 369971200 7289 33554432000 4194304 5683644 140734768687952 18446744073709551615 237290703281 0 0 16781312 2 18446604453935307456 0 0 -1 0 0 0 0
[pid=18597/tid=18610] ppid=18595 vsize=361300 CPUtime=0 cores=0-7
/proc/18597/task/18610/stat : 18610 (python) S 18595 18597 18114 0 -1 4202560 21 935 0 0 0 0 0 0 25 0 9 0 669137597 369971200 7289 33554432000 4194304 5683644 140734768687952 18446744073709551615 237290703281 0 0 16781312 2 18446604453935307456 0 0 -1 0 0 0 0
[pid=18597/tid=18613] ppid=18595 vsize=361300 CPUtime=0 cores=0-7
/proc/18597/task/18613/stat : 18613 (python) S 18595 18597 18114 0 -1 4202560 24 935 0 0 0 0 0 0 25 0 9 0 669137600 369971200 7289 33554432000 4194304 5683644 140734768687952 18446744073709551615 237290703281 0 0 16781312 2 18446604453935307456 0 0 -1 4 0 0 0
[pid=18597/tid=18616] ppid=18595 vsize=361300 CPUtime=0 cores=0-7
/proc/18597/task/18616/stat : 18616 (python) S 18595 18597 18114 0 -1 4202560 24 935 0 0 0 0 0 0 25 0 9 0 669137604 369971200 7289 33554432000 4194304 5683644 140734768687952 18446744073709551615 237290703281 0 0 16781312 2 18446604453935307456 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 2.03
Current children cumulated vsize (KiB) 1998864

[startup+3.1018 s]
/proc/loadavg: 9.95 10.02 10.08 14/363 18626
/proc/meminfo: memFree=14302280/32950904 swapFree=67057400/67111528
[pid=18597] ppid=18595 vsize=361300 CPUtime=0.67 cores=0-7
/proc/18597/stat : 18597 (python) S 18595 18597 18114 0 -1 4202496 15683 935 1 0 57 10 0 0 25 0 9 0 669137503 369971200 7289 33554432000 4194304 5683644 140734768687952 18446744073709551615 237290706379 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/18597/statm: 90325 7289 1889 364 0 26222 0
[pid=18603] ppid=18597 vsize=278444 CPUtime=0 cores=0-7
/proc/18603/stat : 18603 (python) S 18597 18597 18114 0 -1 4202560 734 0 0 0 0 0 0 0 18 0 1 0 669137591 285126656 5544 33554432000 4194304 5683644 140734768687952 18446744073709551615 237278899727 0 0 16781312 514 4476010960779182339 0 0 17 4 0 0 0
/proc/18603/statm: 69611 5544 354 364 0 5529 0
[pid=18605] ppid=18603 vsize=454896 CPUtime=1.21 cores=0-7
/proc/18605/stat : 18605 (TNM) R 18603 18605 18605 0 -1 4202496 416 0 0 0 121 0 0 0 25 0 1 0 669137591 465813504 151 33554432000 134512640 135008748 4293231552 18446744073709551615 134529116 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/18605/statm: 113724 151 46 122 0 112624 0
[pid=18606] ppid=18597 vsize=289256 CPUtime=0 cores=0-7
/proc/18606/stat : 18606 (python) S 18597 18597 18114 0 -1 4202560 754 0 0 0 0 0 0 0 15 0 1 0 669137594 296198144 5670 33554432000 4194304 5683644 140734768687952 18446744073709551615 237278899782 0 0 16781312 514 3888216167738736898 0 0 17 0 0 0 0
/proc/18606/statm: 72314 5670 348 364 0 8229 0
[pid=18608] ppid=18606 vsize=1940 CPUtime=1.42 cores=0-7
/proc/18608/stat : 18608 (march_hi) R 18606 18608 18608 0 -1 4202496 558 0 0 0 142 0 0 0 25 0 1 0 669137594 1986560 293 33554432000 4194304 4955518 140733606225264 18446744073709551615 4284433 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/18608/statm: 485 293 104 186 0 298 0
[pid=18609] ppid=18597 vsize=299644 CPUtime=0 cores=0-7
/proc/18609/stat : 18609 (python) S 18597 18597 18114 0 -1 4202560 754 0 0 0 0 0 0 0 15 0 1 0 669137597 306835456 5691 33554432000 4194304 5683644 140734768687952 18446744073709551615 237278899782 0 0 16781312 514 3746612264220721410 0 0 17 2 0 0 0
/proc/18609/statm: 74911 5691 348 364 0 10823 0
[pid=18611] ppid=18609 vsize=1808 CPUtime=1.01 cores=0-7
/proc/18611/stat : 18611 (march_hi) R 18609 18611 18611 0 -1 4202496 550 0 0 0 101 0 0 0 25 0 1 0 669137597 1851392 287 33554432000 4194304 4955518 140733857267632 18446744073709551615 4224651 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/18611/statm: 452 287 104 186 0 265 0
[pid=18612] ppid=18597 vsize=309900 CPUtime=0 cores=0-7
/proc/18612/stat : 18612 (python) S 18597 18597 18114 0 -1 4202560 763 0 0 0 0 0 0 0 15 0 1 0 669137600 317337600 5695 33554432000 4194304 5683644 140734768687952 18446744073709551615 237278899782 0 0 16781312 514 617855170360869121 0 0 17 4 0 0 0
/proc/18612/statm: 77475 5695 348 364 0 13384 0
[pid=18614] ppid=18612 vsize=1808 CPUtime=0.97 cores=0-7
/proc/18614/stat : 18614 (march_hi) R 18612 18614 18614 0 -1 4202496 551 0 0 0 97 0 0 0 25 0 1 0 669137603 1851392 287 33554432000 4194304 4955518 140733431187856 18446744073709551615 4209643 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/18614/statm: 452 287 104 186 0 265 0
[pid=18615] ppid=18597 vsize=320156 CPUtime=0 cores=0-7
/proc/18615/stat : 18615 (python) S 18597 18597 18114 0 -1 4202560 756 0 0 0 0 0 0 0 18 0 1 0 669137604 327839744 5716 33554432000 4194304 5683644 140734768687952 18446744073709551615 237278899782 0 0 16781312 514 15489569072193962243 0 0 17 4 0 0 0
/proc/18615/statm: 80039 5716 348 364 0 15945 0
[pid=18617] ppid=18615 vsize=1017800 CPUtime=1.02 cores=0-7
/proc/18617/stat : 18617 (gnovelty+2) R 18615 18617 18617 0 -1 4202496 427 0 0 0 102 0 0 0 25 0 1 0 669137606 1042227200 162 33554432000 134512640 135663704 4292203552 18446744073709551615 134545605 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/18617/statm: 254450 162 113 282 0 254166 0
[pid=18618] ppid=18597 vsize=330412 CPUtime=0 cores=0-7
/proc/18618/stat : 18618 (python) S 18597 18597 18114 0 -1 4202560 778 0 0 0 0 0 0 0 15 0 1 0 669137607 338341888 5720 33554432000 4194304 5683644 140734768687952 18446744073709551615 237278899782 0 0 16781312 514 3888207371645714689 0 0 17 4 0 0 0
/proc/18618/statm: 82603 5720 348 364 0 18506 0
[pid=18620] ppid=18618 vsize=1940 CPUtime=1.65 cores=0-7
/proc/18620/stat : 18620 (march_hi) R 18618 18620 18620 0 -1 4202496 558 0 0 0 165 0 0 0 25 0 1 0 669137609 1986560 293 33554432000 4194304 4955518 140734644314848 18446744073709551615 4209675 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/18620/statm: 485 293 104 186 0 298 0
[pid=18621] ppid=18597 vsize=340800 CPUtime=0 cores=0-7
/proc/18621/stat : 18621 (python) S 18597 18597 18114 0 -1 4202560 782 0 0 0 0 0 0 0 15 0 1 0 669137610 348979200 5740 33554432000 4194304 5683644 140734768687952 18446744073709551615 237278899782 0 0 16781312 514 5741055988262207746 0 0 17 6 0 0 0
/proc/18621/statm: 85200 5740 348 364 0 21100 0
[pid=18623] ppid=18621 vsize=1808 CPUtime=0.94 cores=0-7
/proc/18623/stat : 18623 (march_hi) R 18621 18623 18623 0 -1 4202496 555 0 0 0 94 0 0 0 25 0 1 0 669137613 1851392 287 33554432000 4194304 4955518 140735873602784 18446744073709551615 4227859 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/18623/statm: 452 287 104 186 0 265 0
[pid=18624] ppid=18597 vsize=351056 CPUtime=0 cores=0-7
/proc/18624/stat : 18624 (python) S 18597 18597 18114 0 -1 4202560 812 0 0 0 0 0 0 0 15 0 1 0 669137614 359481344 5750 33554432000 4194304 5683644 140734768687952 18446744073709551615 237278899782 0 0 16781312 514 9823898903961895171 0 0 17 4 0 0 0
/proc/18624/statm: 87764 5750 354 364 0 23661 0
[pid=18626] ppid=18624 vsize=1940 CPUtime=1.98 cores=0-7
/proc/18626/stat : 18626 (march_hi) R 18624 18626 18626 0 -1 4202496 565 0 0 0 198 0 0 0 25 0 1 0 669137614 1986560 294 33554432000 4194304 4955518 140733809172944 18446744073709551615 4224651 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/18626/statm: 485 294 104 186 0 298 0
[pid=18597/tid=18604] ppid=18595 vsize=361300 CPUtime=0 cores=0-7
/proc/18597/task/18604/stat : 18604 (python) S 18595 18597 18114 0 -1 4202560 26 935 0 0 0 0 0 0 25 0 9 0 669137591 369971200 7289 33554432000 4194304 5683644 140734768687952 18446744073709551615 237290703281 0 0 16781312 2 18446604453935307456 0 0 -1 4 0 0 0
[pid=18597/tid=18607] ppid=18595 vsize=361300 CPUtime=0 cores=0-7
/proc/18597/task/18607/stat : 18607 (python) S 18595 18597 18114 0 -1 4202560 21 935 0 0 0 0 0 0 25 0 9 0 669137594 369971200 7289 33554432000 4194304 5683644 140734768687952 18446744073709551615 237290703281 0 0 16781312 2 18446604453935307456 0 0 -1 0 0 0 0
[pid=18597/tid=18610] ppid=18595 vsize=361300 CPUtime=0 cores=0-7
/proc/18597/task/18610/stat : 18610 (python) S 18595 18597 18114 0 -1 4202560 21 935 0 0 0 0 0 0 25 0 9 0 669137597 369971200 7289 33554432000 4194304 5683644 140734768687952 18446744073709551615 237290703281 0 0 16781312 2 18446604453935307456 0 0 -1 0 0 0 0
[pid=18597/tid=18613] ppid=18595 vsize=361300 CPUtime=0 cores=0-7
/proc/18597/task/18613/stat : 18613 (python) S 18595 18597 18114 0 -1 4202560 24 935 0 0 0 0 0 0 25 0 9 0 669137600 369971200 7289 33554432000 4194304 5683644 140734768687952 18446744073709551615 237290703281 0 0 16781312 2 18446604453935307456 0 0 -1 4 0 0 0
[pid=18597/tid=18616] ppid=18595 vsize=361300 CPUtime=0 cores=0-7
/proc/18597/task/18616/stat : 18616 (python) S 18595 18597 18114 0 -1 4202560 24 935 0 0 0 0 0 0 25 0 9 0 669137604 369971200 7289 33554432000 4194304 5683644 140734768687952 18446744073709551615 237290703281 0 0 16781312 2 18446604453935307456 0 0 -1 4 0 0 0
[pid=18597/tid=18619] ppid=18595 vsize=361300 CPUtime=0 cores=0-7
/proc/18597/task/18619/stat : 18619 (python) S 18595 18597 18114 0 -1 4202560 24 935 0 0 0 0 0 0 25 0 9 0 669137607 369971200 7289 33554432000 4194304 5683644 140734768687952 18446744073709551615 237290703281 0 0 16781312 2 18446604453935307456 0 0 -1 4 0 0 0
[pid=18597/tid=18622] ppid=18595 vsize=361300 CPUtime=0 cores=0-7
/proc/18597/task/18622/stat : 18622 (python) S 18595 18597 18114 0 -1 4202560 23 935 0 0 0 0 0 0 25 0 9 0 669137611 369971200 7289 33554432000 4194304 5683644 140734768687952 18446744073709551615 237290703281 0 0 16781312 2 18446604453935307456 0 0 -1 4 0 0 0
[pid=18597/tid=18625] ppid=18595 vsize=361300 CPUtime=0 cores=0-7
/proc/18597/task/18625/stat : 18625 (python) S 18595 18597 18114 0 -1 4202560 31 935 0 0 0 0 0 0 25 0 9 0 669137614 369971200 7289 33554432000 4194304 5683644 140734768687952 18446744073709551615 237290703281 0 0 16781312 2 18446604453935307456 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 10.87
Current children cumulated vsize (KiB) 4364908

[startup+6.30123 s]
/proc/loadavg: 10.19 10.07 10.10 14/363 18626
/proc/meminfo: memFree=14299436/32950904 swapFree=67057400/67111528
[pid=18597] ppid=18595 vsize=361300 CPUtime=0.67 cores=0-7
/proc/18597/stat : 18597 (python) S 18595 18597 18114 0 -1 4202496 15683 935 1 0 57 10 0 0 25 0 9 0 669137503 369971200 7289 33554432000 4194304 5683644 140734768687952 18446744073709551615 237290706379 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/18597/statm: 90325 7289 1889 364 0 26222 0
[pid=18603] ppid=18597 vsize=278444 CPUtime=0 cores=0-7
/proc/18603/stat : 18603 (python) S 18597 18597 18114 0 -1 4202560 900 0 0 0 0 0 0 0 18 0 1 0 669137591 285126656 5567 33554432000 4194304 5683644 140734768687952 18446744073709551615 237278899727 0 0 16781312 514 4476010960779182339 0 0 17 4 0 0 0
/proc/18603/statm: 69611 5567 377 364 0 5529 0
[pid=18605] ppid=18603 vsize=454896 CPUtime=2.81 cores=0-7
/proc/18605/stat : 18605 (TNM) R 18603 18605 18605 0 -1 4202496 416 0 0 0 281 0 0 0 25 0 1 0 669137591 465813504 151 33554432000 134512640 135008748 4293231552 18446744073709551615 134529690 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/18605/statm: 113724 151 46 122 0 112624 0
[pid=18606] ppid=18597 vsize=289256 CPUtime=0 cores=0-7
/proc/18606/stat : 18606 (python) S 18597 18597 18114 0 -1 4202560 894 0 0 0 0 0 0 0 15 0 1 0 669137594 296198144 5693 33554432000 4194304 5683644 140734768687952 18446744073709551615 237278899782 0 0 16781312 514 3888216167738736898 0 0 17 0 0 0 0
/proc/18606/statm: 72314 5693 371 364 0 8229 0
[pid=18608] ppid=18606 vsize=1940 CPUtime=3.01 cores=0-7
/proc/18608/stat : 18608 (march_hi) R 18606 18608 18608 0 -1 4202496 571 0 0 0 301 0 0 0 25 0 1 0 669137594 1986560 306 33554432000 4194304 4955518 140733606225264 18446744073709551615 4239004 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/18608/statm: 485 306 104 186 0 298 0
[pid=18609] ppid=18597 vsize=299644 CPUtime=0.01 cores=0-7
/proc/18609/stat : 18609 (python) S 18597 18597 18114 0 -1 4202560 922 0 0 0 1 0 0 0 15 0 1 0 669137597 306835456 5713 33554432000 4194304 5683644 140734768687952 18446744073709551615 237278899782 0 0 16781312 514 3746612264220721410 0 0 17 2 0 0 0

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

[pid=18624] ppid=18597 vsize=351056 CPUtime=1.85 cores=0-7
/proc/18624/stat : 18624 (python) R 18597 18597 18114 0 -1 4202560 982 0 0 0 157 28 0 0 17 0 1 0 669137614 359481344 5773 33554432000 4194304 5683644 140734768687952 18446744073709551615 237290709823 0 0 16781312 514 0 0 0 17 4 0 0 0
/proc/18624/statm: 87764 5773 377 364 0 23661 0
[pid=18626] ppid=18624 vsize=0 CPUtime=5.28 cores=0-7
/proc/18626/stat : 18626 (march_hi) R 18624 18626 18626 0 -1 4202500 588 0 0 0 528 0 0 0 25 0 1 0 669137614 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 4 0 0 0
/proc/18626/statm: 0 0 0 0 0 0 0
[pid=18597/tid=18604] ppid=18595 vsize=361300 CPUtime=0 cores=0-7
/proc/18597/task/18604/stat : 18604 (python) S 18595 18597 18114 0 -1 4202560 26 935 0 0 0 0 0 0 25 0 9 0 669137591 369971200 7289 33554432000 4194304 5683644 140734768687952 18446744073709551615 237290703281 0 0 16781312 2 18446604453935307456 0 0 -1 4 0 0 0
[pid=18597/tid=18607] ppid=18595 vsize=361300 CPUtime=0 cores=0-7
/proc/18597/task/18607/stat : 18607 (python) S 18595 18597 18114 0 -1 4202560 21 935 0 0 0 0 0 0 25 0 9 0 669137594 369971200 7289 33554432000 4194304 5683644 140734768687952 18446744073709551615 237290703281 0 0 16781312 2 18446604453935307456 0 0 -1 0 0 0 0
[pid=18597/tid=18610] ppid=18595 vsize=361300 CPUtime=0 cores=0-7
/proc/18597/task/18610/stat : 18610 (python) S 18595 18597 18114 0 -1 4202560 21 935 0 0 0 0 0 0 25 0 9 0 669137597 369971200 7289 33554432000 4194304 5683644 140734768687952 18446744073709551615 237290703281 0 0 16781312 2 18446604453935307456 0 0 -1 0 0 0 0
[pid=18597/tid=18613] ppid=18595 vsize=361300 CPUtime=0 cores=0-7
/proc/18597/task/18613/stat : 18613 (python) S 18595 18597 18114 0 -1 4202560 24 935 0 0 0 0 0 0 25 0 9 0 669137600 369971200 7289 33554432000 4194304 5683644 140734768687952 18446744073709551615 237290703281 0 0 16781312 2 18446604453935307456 0 0 -1 4 0 0 0
[pid=18597/tid=18616] ppid=18595 vsize=361300 CPUtime=0 cores=0-7
/proc/18597/task/18616/stat : 18616 (python) S 18595 18597 18114 0 -1 4202560 24 935 0 0 0 0 0 0 25 0 9 0 669137604 369971200 7289 33554432000 4194304 5683644 140734768687952 18446744073709551615 237290703281 0 0 16781312 2 18446604453935307456 0 0 -1 4 0 0 0
[pid=18597/tid=18619] ppid=18595 vsize=361300 CPUtime=0 cores=0-7
/proc/18597/task/18619/stat : 18619 (python) S 18595 18597 18114 0 -1 4202560 24 935 0 0 0 0 0 0 25 0 9 0 669137607 369971200 7289 33554432000 4194304 5683644 140734768687952 18446744073709551615 237290703281 0 0 16781312 2 18446604453935307456 0 0 -1 4 0 0 0
[pid=18597/tid=18622] ppid=18595 vsize=361300 CPUtime=0 cores=0-7
/proc/18597/task/18622/stat : 18622 (python) S 18595 18597 18114 0 -1 4202560 23 935 0 0 0 0 0 0 25 0 9 0 669137611 369971200 7289 33554432000 4194304 5683644 140734768687952 18446744073709551615 237290703281 0 0 16781312 2 18446604453935307456 0 0 -1 4 0 0 0
[pid=18597/tid=18625] ppid=18595 vsize=361300 CPUtime=0 cores=0-7
/proc/18597/task/18625/stat : 18625 (python) S 18595 18597 18114 0 -1 4202560 31 935 0 0 0 0 0 0 25 0 9 0 669137614 369971200 7289 33554432000 4194304 5683644 140734768687952 18446744073709551615 237290703281 0 0 16781312 2 18446604453935307456 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 38.38
Current children cumulated vsize (KiB) 4361424

[startup+8.50084 s]
/proc/loadavg: 10.58 10.15 10.13 16/363 18626
/proc/meminfo: memFree=14299808/32950904 swapFree=67057400/67111528
[pid=18597] ppid=18595 vsize=361300 CPUtime=0.67 cores=0-7
/proc/18597/stat : 18597 (python) S 18595 18597 18114 0 -1 4202496 15683 935 1 0 57 10 0 0 25 0 9 0 669137503 369971200 7289 33554432000 4194304 5683644 140734768687952 18446744073709551615 237290706379 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/18597/statm: 90325 7289 1889 364 0 26222 0
[pid=18603] ppid=18597 vsize=278444 CPUtime=0 cores=0-7
/proc/18603/stat : 18603 (python) S 18597 18597 18114 0 -1 4202560 900 0 0 0 0 0 0 0 18 0 1 0 669137591 285126656 5567 33554432000 4194304 5683644 140734768687952 18446744073709551615 237278899727 0 0 16781312 514 4476010960779182339 0 0 17 6 0 0 0
/proc/18603/statm: 69611 5567 377 364 0 5529 0
[pid=18605] ppid=18603 vsize=454896 CPUtime=3.9 cores=0-7
/proc/18605/stat : 18605 (TNM) R 18603 18605 18605 0 -1 4202496 416 0 0 0 390 0 0 0 25 0 1 0 669137591 465813504 151 33554432000 134512640 135008748 4293231552 18446744073709551615 134527444 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/18605/statm: 113724 151 46 122 0 112624 0
[pid=18606] ppid=18597 vsize=289256 CPUtime=0.01 cores=0-7
/proc/18606/stat : 18606 (python) S 18597 18597 18114 0 -1 4202560 895 0 0 0 1 0 0 0 15 0 1 0 669137594 296198144 5693 33554432000 4194304 5683644 140734768687952 18446744073709551615 237278899782 0 0 16781312 514 3888216167738736898 0 0 17 0 0 0 0
/proc/18606/statm: 72314 5693 371 364 0 8229 0
[pid=18608] ppid=18606 vsize=1940 CPUtime=4.11 cores=0-7
/proc/18608/stat : 18608 (march_hi) R 18606 18608 18608 0 -1 4202496 575 0 0 0 411 0 0 0 25 0 1 0 669137594 1986560 310 33554432000 4194304 4955518 140733606225264 18446744073709551615 4224656 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/18608/statm: 485 310 104 186 0 298 0
[pid=18609] ppid=18597 vsize=299644 CPUtime=0.01 cores=0-7
/proc/18609/stat : 18609 (python) S 18597 18597 18114 0 -1 4202560 923 0 0 0 1 0 0 0 15 0 1 0 669137597 306835456 5713 33554432000 4194304 5683644 140734768687952 18446744073709551615 237278899782 0 0 16781312 514 3746612264220721410 0 0 17 2 0 0 0
/proc/18609/statm: 74911 5713 370 364 0 10823 0
[pid=18611] ppid=18609 vsize=1940 CPUtime=3.71 cores=0-7
/proc/18611/stat : 18611 (march_hi) R 18609 18611 18611 0 -1 4202496 572 0 0 0 371 0 0 0 25 0 1 0 669137597 1986560 309 33554432000 4194304 4955518 140733857267632 18446744073709551615 4209727 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/18611/statm: 485 309 104 186 0 298 0
[pid=18612] ppid=18597 vsize=309900 CPUtime=0.01 cores=0-7
/proc/18612/stat : 18612 (python) S 18597 18597 18114 0 -1 4202560 940 0 0 0 1 0 0 0 15 0 1 0 669137600 317337600 5718 33554432000 4194304 5683644 140734768687952 18446744073709551615 237278899782 0 0 16781312 514 617855170360869121 0 0 17 7 0 0 0
/proc/18612/statm: 77475 5718 371 364 0 13384 0
[pid=18614] ppid=18612 vsize=1940 CPUtime=3.62 cores=0-7
/proc/18614/stat : 18614 (march_hi) R 18612 18614 18614 0 -1 4202496 572 0 0 0 362 0 0 0 25 0 1 0 669137603 1986560 308 33554432000 4194304 4955518 140733431187856 18446744073709551615 4238727 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/18614/statm: 485 308 104 186 0 298 0
[pid=18615] ppid=18597 vsize=320156 CPUtime=0 cores=0-7
/proc/18615/stat : 18615 (python) S 18597 18597 18114 0 -1 4202560 929 0 0 0 0 0 0 0 18 0 1 0 669137604 327839744 5739 33554432000 4194304 5683644 140734768687952 18446744073709551615 237278899782 0 0 16781312 514 15489569072193962243 0 0 17 6 0 0 0
/proc/18615/statm: 80039 5739 371 364 0 15945 0
[pid=18617] ppid=18615 vsize=1017800 CPUtime=3.72 cores=0-7
/proc/18617/stat : 18617 (gnovelty+2) R 18615 18617 18617 0 -1 4202496 427 0 0 0 372 0 0 0 25 0 1 0 669137606 1042227200 162 33554432000 134512640 135663704 4292203552 18446744073709551615 134545786 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/18617/statm: 254450 162 113 282 0 254166 0
[pid=18618] ppid=18597 vsize=330412 CPUtime=1.78 cores=0-7
/proc/18618/stat : 18618 (python) R 18597 18597 18114 0 -1 4202560 939 0 0 0 153 25 0 0 17 0 1 0 669137607 338341888 5743 33554432000 4194304 5683644 140734768687952 18446744073709551615 237290709823 0 0 16781312 514 0 0 0 17 1 0 0 0
/proc/18618/statm: 82603 5743 371 364 0 18506 0
[pid=18620] ppid=18618 vsize=0 CPUtime=5.27 cores=0-7
/proc/18620/stat : 18620 (march_hi) R 18618 18620 18620 0 -1 4202500 583 0 0 0 527 0 0 0 25 0 1 0 669137609 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 1 0 0 0
/proc/18620/statm: 0 0 0 0 0 0 0
[pid=18621] ppid=18597 vsize=340800 CPUtime=0.08 cores=0-7
/proc/18621/stat : 18621 (python) R 18597 18597 18114 0 -1 4202560 947 0 0 0 6 2 0 0 15 0 1 0 669137610 348979200 5763 33554432000 4194304 5683644 140734768687952 18446744073709551615 237290709823 0 0 16781312 514 0 0 0 17 6 0 0 0
/proc/18621/statm: 85200 5763 371 364 0 21100 0
[pid=18623] ppid=18621 vsize=0 CPUtime=5.26 cores=0-7
/proc/18623/stat : 18623 (march_hi) R 18621 18623 18623 0 -1 4202500 586 0 0 0 526 0 0 0 25 0 1 0 669137613 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 6 0 0 0
/proc/18623/statm: 0 0 0 0 0 0 0
[pid=18624] ppid=18597 vsize=351056 CPUtime=2.05 cores=0-7
/proc/18624/stat : 18624 (python) R 18597 18597 18114 0 -1 4202560 982 0 0 0 173 32 0 0 18 0 1 0 669137614 359481344 5773 33554432000 4194304 5683644 140734768687952 18446744073709551615 237278899782 0 0 16781312 514 0 0 0 17 4 0 0 0
/proc/18624/statm: 87764 5773 377 364 0 23661 0
[pid=18626] ppid=18624 vsize=0 CPUtime=5.28 cores=0-7
/proc/18626/stat : 18626 (march_hi) R 18624 18626 18626 0 -1 4202500 588 0 0 0 528 0 0 0 25 0 1 0 669137614 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 4 0 0 0
/proc/18626/statm: 0 0 0 0 0 0 0
[pid=18597/tid=18604] ppid=18595 vsize=361300 CPUtime=0 cores=0-7
/proc/18597/task/18604/stat : 18604 (python) S 18595 18597 18114 0 -1 4202560 26 935 0 0 0 0 0 0 25 0 9 0 669137591 369971200 7289 33554432000 4194304 5683644 140734768687952 18446744073709551615 237290703281 0 0 16781312 2 18446604453935307456 0 0 -1 4 0 0 0
[pid=18597/tid=18607] ppid=18595 vsize=361300 CPUtime=0 cores=0-7
/proc/18597/task/18607/stat : 18607 (python) S 18595 18597 18114 0 -1 4202560 21 935 0 0 0 0 0 0 25 0 9 0 669137594 369971200 7289 33554432000 4194304 5683644 140734768687952 18446744073709551615 237290703281 0 0 16781312 2 18446604453935307456 0 0 -1 0 0 0 0
[pid=18597/tid=18610] ppid=18595 vsize=361300 CPUtime=0 cores=0-7
/proc/18597/task/18610/stat : 18610 (python) S 18595 18597 18114 0 -1 4202560 21 935 0 0 0 0 0 0 25 0 9 0 669137597 369971200 7289 33554432000 4194304 5683644 140734768687952 18446744073709551615 237290703281 0 0 16781312 2 18446604453935307456 0 0 -1 0 0 0 0
[pid=18597/tid=18613] ppid=18595 vsize=361300 CPUtime=0 cores=0-7
/proc/18597/task/18613/stat : 18613 (python) S 18595 18597 18114 0 -1 4202560 24 935 0 0 0 0 0 0 25 0 9 0 669137600 369971200 7289 33554432000 4194304 5683644 140734768687952 18446744073709551615 237290703281 0 0 16781312 2 18446604453935307456 0 0 -1 4 0 0 0
[pid=18597/tid=18616] ppid=18595 vsize=361300 CPUtime=0 cores=0-7
/proc/18597/task/18616/stat : 18616 (python) S 18595 18597 18114 0 -1 4202560 24 935 0 0 0 0 0 0 25 0 9 0 669137604 369971200 7289 33554432000 4194304 5683644 140734768687952 18446744073709551615 237290703281 0 0 16781312 2 18446604453935307456 0 0 -1 4 0 0 0
[pid=18597/tid=18619] ppid=18595 vsize=361300 CPUtime=0 cores=0-7
/proc/18597/task/18619/stat : 18619 (python) S 18595 18597 18114 0 -1 4202560 24 935 0 0 0 0 0 0 25 0 9 0 669137607 369971200 7289 33554432000 4194304 5683644 140734768687952 18446744073709551615 237290703281 0 0 16781312 2 18446604453935307456 0 0 -1 4 0 0 0
[pid=18597/tid=18622] ppid=18595 vsize=361300 CPUtime=0 cores=0-7
/proc/18597/task/18622/stat : 18622 (python) S 18595 18597 18114 0 -1 4202560 23 935 0 0 0 0 0 0 25 0 9 0 669137611 369971200 7289 33554432000 4194304 5683644 140734768687952 18446744073709551615 237290703281 0 0 16781312 2 18446604453935307456 0 0 -1 4 0 0 0
[pid=18597/tid=18625] ppid=18595 vsize=361300 CPUtime=0 cores=0-7
/proc/18597/task/18625/stat : 18625 (python) S 18595 18597 18114 0 -1 4202560 31 935 0 0 0 0 0 0 25 0 9 0 669137614 369971200 7289 33554432000 4194304 5683644 140734768687952 18446744073709551615 237290703281 0 0 16781312 2 18446604453935307456 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 39.48
Current children cumulated vsize (KiB) 4359484

[startup+8.60082 s]
/proc/loadavg: 10.58 10.15 10.13 16/363 18626
/proc/meminfo: memFree=14299808/32950904 swapFree=67057400/67111528
[pid=18597] ppid=18595 vsize=361300 CPUtime=0.67 cores=0-7
/proc/18597/stat : 18597 (python) S 18595 18597 18114 0 -1 4202496 15683 935 1 0 57 10 0 0 25 0 9 0 669137503 369971200 7289 33554432000 4194304 5683644 140734768687952 18446744073709551615 237290706379 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/18597/statm: 90325 7289 1889 364 0 26222 0
[pid=18603] ppid=18597 vsize=278444 CPUtime=0 cores=0-7
/proc/18603/stat : 18603 (python) S 18597 18597 18114 0 -1 4202560 900 0 0 0 0 0 0 0 18 0 1 0 669137591 285126656 5567 33554432000 4194304 5683644 140734768687952 18446744073709551615 237278899727 0 0 16781312 514 4476010960779182339 0 0 17 6 0 0 0
/proc/18603/statm: 69611 5567 377 364 0 5529 0
[pid=18605] ppid=18603 vsize=454896 CPUtime=3.91 cores=0-7
/proc/18605/stat : 18605 (TNM) R 18603 18605 18605 0 -1 4202496 416 0 0 0 391 0 0 0 25 0 1 0 669137591 465813504 151 33554432000 134512640 135008748 4293231552 18446744073709551615 134527546 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/18605/statm: 113724 151 46 122 0 112624 0
[pid=18606] ppid=18597 vsize=289256 CPUtime=0.01 cores=0-7
/proc/18606/stat : 18606 (python) S 18597 18597 18114 0 -1 4202560 895 0 0 0 1 0 0 0 15 0 1 0 669137594 296198144 5693 33554432000 4194304 5683644 140734768687952 18446744073709551615 237278899782 0 0 16781312 514 3888216167738736898 0 0 17 0 0 0 0
/proc/18606/statm: 72314 5693 371 364 0 8229 0
[pid=18608] ppid=18606 vsize=1940 CPUtime=4.13 cores=0-7
/proc/18608/stat : 18608 (march_hi) R 18606 18608 18608 0 -1 4202496 575 0 0 0 413 0 0 0 25 0 1 0 669137594 1986560 310 33554432000 4194304 4955518 140733606225264 18446744073709551615 4314849 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/18608/statm: 485 310 104 186 0 298 0
[pid=18609] ppid=18597 vsize=299644 CPUtime=0.01 cores=0-7
/proc/18609/stat : 18609 (python) S 18597 18597 18114 0 -1 4202560 923 0 0 0 1 0 0 0 15 0 1 0 669137597 306835456 5713 33554432000 4194304 5683644 140734768687952 18446744073709551615 237278899782 0 0 16781312 514 3746612264220721410 0 0 17 2 0 0 0
/proc/18609/statm: 74911 5713 370 364 0 10823 0
[pid=18611] ppid=18609 vsize=1940 CPUtime=3.8 cores=0-7
/proc/18611/stat : 18611 (march_hi) R 18609 18611 18611 0 -1 4202496 572 0 0 0 380 0 0 0 25 0 1 0 669137597 1986560 309 33554432000 4194304 4955518 140733857267632 18446744073709551615 4238668 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/18611/statm: 485 309 104 186 0 298 0
[pid=18612] ppid=18597 vsize=309900 CPUtime=0.01 cores=0-7
/proc/18612/stat : 18612 (python) S 18597 18597 18114 0 -1 4202560 940 0 0 0 1 0 0 0 15 0 1 0 669137600 317337600 5718 33554432000 4194304 5683644 140734768687952 18446744073709551615 237278899782 0 0 16781312 514 617855170360869121 0 0 17 7 0 0 0
/proc/18612/statm: 77475 5718 371 364 0 13384 0
[pid=18614] ppid=18612 vsize=1940 CPUtime=3.7 cores=0-7
/proc/18614/stat : 18614 (march_hi) R 18612 18614 18614 0 -1 4202496 573 0 0 0 370 0 0 0 25 0 1 0 669137603 1986560 309 33554432000 4194304 4955518 140733431187856 18446744073709551615 4209600 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/18614/statm: 485 309 104 186 0 298 0
[pid=18615] ppid=18597 vsize=320156 CPUtime=0 cores=0-7
/proc/18615/stat : 18615 (python) S 18597 18597 18114 0 -1 4202560 929 0 0 0 0 0 0 0 18 0 1 0 669137604 327839744 5739 33554432000 4194304 5683644 140734768687952 18446744073709551615 237278899782 0 0 16781312 514 15489569072193962243 0 0 17 6 0 0 0
/proc/18615/statm: 80039 5739 371 364 0 15945 0
[pid=18617] ppid=18615 vsize=1017800 CPUtime=3.73 cores=0-7
/proc/18617/stat : 18617 (gnovelty+2) R 18615 18617 18617 0 -1 4202496 427 0 0 0 373 0 0 0 25 0 1 0 669137606 1042227200 162 33554432000 134512640 135663704 4292203552 18446744073709551615 134545631 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/18617/statm: 254450 162 113 282 0 254166 0
[pid=18618] ppid=18597 vsize=330412 CPUtime=1.87 cores=0-7
/proc/18618/stat : 18618 (python) R 18597 18597 18114 0 -1 4202560 939 0 0 0 160 27 0 0 17 0 1 0 669137607 338341888 5743 33554432000 4194304 5683644 140734768687952 18446744073709551615 237278899782 0 0 16781312 514 0 0 0 17 1 0 0 0
/proc/18618/statm: 82603 5743 371 364 0 18506 0
[pid=18620] ppid=18618 vsize=0 CPUtime=5.27 cores=0-7
/proc/18620/stat : 18620 (march_hi) R 18618 18620 18620 0 -1 4202500 583 0 0 0 527 0 0 0 25 0 1 0 669137609 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 1 0 0 0
/proc/18620/statm: 0 0 0 0 0 0 0
[pid=18621] ppid=18597 vsize=340800 CPUtime=0.18 cores=0-7
/proc/18621/stat : 18621 (python) S 18597 18597 18114 0 -1 4202560 947 0 0 0 14 4 0 0 15 0 1 0 669137610 348979200 5763 33554432000 4194304 5683644 140734768687952 18446744073709551615 237278899782 0 0 16781312 514 0 0 0 17 6 0 0 0
/proc/18621/statm: 85200 5763 371 364 0 21100 0
[pid=18623] ppid=18621 vsize=0 CPUtime=5.26 cores=0-7
/proc/18623/stat : 18623 (march_hi) R 18621 18623 18623 0 -1 4202500 586 0 0 0 526 0 0 0 25 0 1 0 669137613 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 6 0 0 0
/proc/18623/statm: 0 0 0 0 0 0 0
[pid=18624] ppid=18597 vsize=351056 CPUtime=2.15 cores=0-7
/proc/18624/stat : 18624 (python) R 18597 18597 18114 0 -1 4202560 982 0 0 0 182 33 0 0 18 0 1 0 669137614 359481344 5773 33554432000 4194304 5683644 140734768687952 18446744073709551615 237278899782 0 0 16781312 514 0 0 0 17 4 0 0 0
/proc/18624/statm: 87764 5773 377 364 0 23661 0
[pid=18626] ppid=18624 vsize=0 CPUtime=5.28 cores=0-7
/proc/18626/stat : 18626 (march_hi) R 18624 18626 18626 0 -1 4202500 588 0 0 0 528 0 0 0 25 0 1 0 669137614 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 4 0 0 0
/proc/18626/statm: 0 0 0 0 0 0 0
[pid=18597/tid=18604] ppid=18595 vsize=361300 CPUtime=0 cores=0-7
/proc/18597/task/18604/stat : 18604 (python) S 18595 18597 18114 0 -1 4202560 26 935 0 0 0 0 0 0 25 0 9 0 669137591 369971200 7289 33554432000 4194304 5683644 140734768687952 18446744073709551615 237290703281 0 0 16781312 2 18446604453935307456 0 0 -1 4 0 0 0
[pid=18597/tid=18607] ppid=18595 vsize=361300 CPUtime=0 cores=0-7
/proc/18597/task/18607/stat : 18607 (python) S 18595 18597 18114 0 -1 4202560 21 935 0 0 0 0 0 0 25 0 9 0 669137594 369971200 7289 33554432000 4194304 5683644 140734768687952 18446744073709551615 237290703281 0 0 16781312 2 18446604453935307456 0 0 -1 0 0 0 0
[pid=18597/tid=18610] ppid=18595 vsize=361300 CPUtime=0 cores=0-7
/proc/18597/task/18610/stat : 18610 (python) S 18595 18597 18114 0 -1 4202560 21 935 0 0 0 0 0 0 25 0 9 0 669137597 369971200 7289 33554432000 4194304 5683644 140734768687952 18446744073709551615 237290703281 0 0 16781312 2 18446604453935307456 0 0 -1 0 0 0 0
[pid=18597/tid=18613] ppid=18595 vsize=361300 CPUtime=0 cores=0-7
/proc/18597/task/18613/stat : 18613 (python) S 18595 18597 18114 0 -1 4202560 24 935 0 0 0 0 0 0 25 0 9 0 669137600 369971200 7289 33554432000 4194304 5683644 140734768687952 18446744073709551615 237290703281 0 0 16781312 2 18446604453935307456 0 0 -1 4 0 0 0
[pid=18597/tid=18616] ppid=18595 vsize=361300 CPUtime=0 cores=0-7
/proc/18597/task/18616/stat : 18616 (python) S 18595 18597 18114 0 -1 4202560 24 935 0 0 0 0 0 0 25 0 9 0 669137604 369971200 7289 33554432000 4194304 5683644 140734768687952 18446744073709551615 237290703281 0 0 16781312 2 18446604453935307456 0 0 -1 4 0 0 0
[pid=18597/tid=18619] ppid=18595 vsize=361300 CPUtime=0 cores=0-7
/proc/18597/task/18619/stat : 18619 (python) S 18595 18597 18114 0 -1 4202560 24 935 0 0 0 0 0 0 25 0 9 0 669137607 369971200 7289 33554432000 4194304 5683644 140734768687952 18446744073709551615 237290703281 0 0 16781312 2 18446604453935307456 0 0 -1 4 0 0 0
[pid=18597/tid=18622] ppid=18595 vsize=361300 CPUtime=0 cores=0-7
/proc/18597/task/18622/stat : 18622 (python) S 18595 18597 18114 0 -1 4202560 23 935 0 0 0 0 0 0 25 0 9 0 669137611 369971200 7289 33554432000 4194304 5683644 140734768687952 18446744073709551615 237290703281 0 0 16781312 2 18446604453935307456 0 0 -1 4 0 0 0
[pid=18597/tid=18625] ppid=18595 vsize=361300 CPUtime=0 cores=0-7
/proc/18597/task/18625/stat : 18625 (python) S 18595 18597 18114 0 -1 4202560 31 935 0 0 0 0 0 0 25 0 9 0 669137614 369971200 7289 33554432000 4194304 5683644 140734768687952 18446744073709551615 237290703281 0 0 16781312 2 18446604453935307456 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 39.98
Current children cumulated vsize (KiB) 4359484

Child status: 0
Real time (s): 8.69469
CPU time (s): 40.6058
CPU user time (s): 39.723
CPU system time (s): 0.882865
CPU usage (%): 467.019
Max. virtual memory (cumulated for all children) (KiB): 4365308

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 39.723
system time used= 0.882865
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 33541
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= 3002
involuntary context switches= 2072

runsolver used 0.036994 second user time and 0.074988 second system time

The end

Launcher Data

Begin job on node121 at 2011-05-16 21:49:37
IDJOB=3385808
IDBENCH=83073
IDSOLVER=1870
FILE ID=node121/3385808-1305575377
RUNJOBID= node121-1305575347-18128
PBS_JOBID= 13350162
Free space on /tmp= 73424 MiB

SOLVER NAME= borg-sat 11.03.02-par-random (fixed)
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v350-c1491-S1090604743-089.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-3385808-1305575377/watcher-3385808-1305575377 -o /tmp/evaluation-result-3385808-1305575377/solver-3385808-1305575377 -C 40000 -W 5100 -M 31000  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3385808-1305575377.cnf -seed 586598477 -budget 40000 -cores 8

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

MD5SUM BENCH= db8052d689d68a5a8af12c3049f9d9c2
RANDOM SEED=586598477

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

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

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


/proc/meminfo:
MemTotal:     32950904 kB
MemFree:      14362488 kB
Buffers:        339692 kB
Cached:        7051400 kB
SwapCached:       7656 kB
Active:       12534384 kB
Inactive:      5673504 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950904 kB
LowFree:      14362488 kB
SwapTotal:    67111528 kB
SwapFree:     67057400 kB
Dirty:           34808 kB
Writeback:           0 kB
AnonPages:    10814732 kB
Mapped:          29184 kB
Slab:           270292 kB
PageTables:      41996 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586980 kB
Committed_AS: 61626264 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= 73392 MiB
End job on node121 at 2011-05-16 21:49:46