Trace number 3322169

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
borg-sat 11.03.02-randomUNSAT 58.924 9.84464

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v350-c1491-S1705279286-077.UNKNOWN.cnf
MD5SUM42577eb7521bea22024387e984db8e06
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark7.58585
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.34/0.64	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.34/0.64	c INFO: solving HOME/instance-3322169-1304375479.cnf
0.34/0.64	c INFO: computing task features
0.34/0.64	c INFO: computed variable-clause graph statistics
0.34/0.65	c INFO: computed clause balance statistics
0.34/0.67	c INFO: computed variable balance statistics
0.34/0.69	c INFO: computed small-clause counts
0.34/0.69	c INFO: computed Horn-clause counts
0.34/0.69	c INFO: computed variable graph statistics
0.34/0.69	c INFO: collected features for HOME/instance-3322169-1304375479.cnf in 0.05 s
0.41/0.73	c INFO: running TNM@0 for 97 with 39999 remaining (b = 0.56)
0.41/0.77	c INFO: running march_hi@0 for 194 with 39999 remaining (b = 0.28)
0.52/0.81	c INFO: running march_hi@0 for 194 with 39999 remaining (b = 0.19)
0.52/0.84	c INFO: running march_hi@0 for 388 with 39999 remaining (b = 0.28)
0.52/0.88	c INFO: running gnovelty+2@0 for 97 with 39999 remaining (b = 0.07)
0.61/0.92	c INFO: running march_hi@0 for 388 with 39999 remaining (b = 0.26)
0.61/0.96	c INFO: running march_hi@0 for 485 with 39999 remaining (b = 0.27)
0.61/1.00	c INFO: running march_hi@0 for 388 with 39999 remaining (b = 0.20)
58.70/9.81	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3322169-1304375479/watcher-3322169-1304375479 -o /tmp/evaluation-result-3322169-1304375479/solver-3322169-1304375479 -C 40000 -W 5100 -M 31000 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3322169-1304375479.cnf -seed 40419316 -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.32 9.59 9.41 3/275 32389
/proc/meminfo: memFree=14788036/32950928 swapFree=67111524/67111528
[pid=32389] ppid=32387 vsize=15760 CPUtime=0 cores=0-7
/proc/32389/stat : 32389 (python) R 32387 32389 31414 0 -1 4202496 845 0 0 0 0 0 0 0 17 0 1 0 549147561 16138240 727 33554432000 4194304 5683644 140733841373280 18446744073709551615 274473965568 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/32389/statm: 3941 728 334 364 0 428 0

[startup+0.0334319 s]
/proc/loadavg: 9.32 9.59 9.41 3/275 32389
/proc/meminfo: memFree=14788036/32950928 swapFree=67111524/67111528
[pid=32389] ppid=32387 vsize=16812 CPUtime=0.01 cores=0-7
/proc/32389/stat : 32389 (python) R 32387 32389 31414 0 -1 4202496 1226 0 0 0 1 0 0 0 17 0 1 0 549147561 17215488 1083 33554432000 4194304 5683644 140733841373280 18446744073709551615 5291484 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/32389/statm: 4203 1083 417 364 0 690 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 16812

[startup+0.100424 s]
/proc/loadavg: 9.32 9.59 9.41 3/275 32389
/proc/meminfo: memFree=14788036/32950928 swapFree=67111524/67111528
[pid=32389] ppid=32387 vsize=93960 CPUtime=0.06 cores=0-7
/proc/32389/stat : 32389 (python) S 32387 32389 31414 0 -1 4202496 2694 0 0 0 5 1 0 0 17 0 1 0 549147561 96215040 2407 33554432000 4194304 5683644 140733841373280 18446744073709551615 274473965568 0 2147483391 16781312 2 18446744071699215550 0 0 17 4 0 0 0
/proc/32389/statm: 23490 2407 764 364 0 1622 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 93960

[startup+0.300392 s]
/proc/loadavg: 9.32 9.59 9.41 3/275 32389
/proc/meminfo: memFree=14788036/32950928 swapFree=67111524/67111528
[pid=32389] ppid=32387 vsize=135748 CPUtime=0.17 cores=0-7
/proc/32389/stat : 32389 (python) R 32387 32389 31414 0 -1 4202496 5966 933 1 0 13 4 0 0 18 0 1 0 549147561 139005952 4151 33554432000 4194304 5683644 140733841373280 18446744073709551615 274473963525 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/32389/statm: 33937 4151 1032 364 0 3123 0
Current children cumulated CPU time (s) 0.17
Current children cumulated vsize (KiB) 135748

[startup+0.700317 s]
/proc/loadavg: 9.32 9.59 9.41 3/275 32389
/proc/meminfo: memFree=14788036/32950928 swapFree=67111524/67111528
[pid=32389] ppid=32387 vsize=278256 CPUtime=0.41 cores=0-7
/proc/32389/stat : 32389 (python) S 32387 32389 31414 0 -1 4202496 9304 933 1 0 34 7 0 0 17 0 1 0 549147561 284934144 6964 33554432000 4194304 5683644 140733841373280 18446744073709551615 274473965568 0 2147483391 16781312 2 18446744071699215550 0 0 17 4 0 0 0
/proc/32389/statm: 69565 6964 1835 364 0 5489 0
Current children cumulated CPU time (s) 0.41
Current children cumulated vsize (KiB) 278256

[startup+1.50112 s]
/proc/loadavg: 9.32 9.59 9.41 11/296 32414
/proc/meminfo: memFree=14737400/32950928 swapFree=67111524/67111528
[pid=32389] ppid=32387 vsize=426564 CPUtime=0.72 cores=0-7
/proc/32389/stat : 32389 (python) S 32387 32389 31414 0 -1 4202496 15336 933 1 0 63 9 0 0 25 0 9 0 549147561 436801536 7416 33554432000 4194304 5683644 140733841373280 18446744073709551615 274485794251 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/32389/statm: 106641 7416 1889 364 0 42538 0
[pid=32395] ppid=32389 vsize=278568 CPUtime=0 cores=0-7
/proc/32395/stat : 32395 (python) S 32389 32389 31414 0 -1 4202560 708 0 0 0 0 0 0 0 18 0 1 0 549147634 285253632 5546 33554432000 4194304 5683644 140733841373280 18446744073709551615 274473987599 0 0 16781312 514 4165838730583605247 0 0 17 1 0 0 0
/proc/32395/statm: 69642 5546 347 364 0 5560 0
[pid=32397] ppid=32395 vsize=454896 CPUtime=0.75 cores=0-7
/proc/32397/stat : 32397 (TNM) R 32395 32397 32397 0 -1 4202496 417 0 0 0 75 0 0 0 21 0 1 0 549147635 465813504 151 33554432000 134512640 135008748 4291223296 18446744073709551615 134527428 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/32397/statm: 113724 151 46 122 0 112624 0
[pid=32398] ppid=32389 vsize=289248 CPUtime=0 cores=0-7
/proc/32398/stat : 32398 (python) S 32389 32389 31414 0 -1 4202560 754 0 0 0 0 0 0 0 15 0 1 0 549147638 296189952 5670 33554432000 4194304 5683644 140733841373280 18446744073709551615 274473987654 0 0 16781312 514 5602250036894204164 0 0 17 3 0 0 0
/proc/32398/statm: 72312 5670 348 364 0 8227 0
[pid=32400] ppid=32398 vsize=1808 CPUtime=0.72 cores=0-7
/proc/32400/stat : 32400 (march_hi) R 32398 32400 32400 0 -1 4202496 547 0 0 0 72 0 0 0 25 0 1 0 549147638 1851392 285 33554432000 4194304 4955518 140733675892704 18446744073709551615 4314089 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/32400/statm: 452 285 104 186 0 265 0
[pid=32401] ppid=32389 vsize=365040 CPUtime=0 cores=0-7
/proc/32401/stat : 32401 (python) S 32389 32389 31414 0 -1 4202560 715 0 0 0 0 0 0 0 15 0 1 0 549147642 373800960 5847 33554432000 4194304 5683644 140733841373280 18446744073709551615 274473987654 0 0 16781312 514 1036426052915659012 0 0 17 2 0 0 0
/proc/32401/statm: 91260 5847 348 364 0 27172 0
[pid=32403] ppid=32401 vsize=1808 CPUtime=0.68 cores=0-7
/proc/32403/stat : 32403 (march_hi) R 32401 32403 32403 0 -1 4202496 537 0 0 0 68 0 0 0 24 0 1 0 549147642 1851392 284 33554432000 4194304 4955518 140734772645040 18446744073709551615 4286797 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/32403/statm: 452 284 104 186 0 265 0
[pid=32404] ppid=32389 vsize=375296 CPUtime=0 cores=0-7
/proc/32404/stat : 32404 (python) S 32389 32389 31414 0 -1 4202560 718 0 0 0 0 0 0 0 18 0 1 0 549147646 384303104 5805 33554432000 4194304 5683644 140733841373280 18446744073709551615 274473987654 0 0 16781312 514 14143378712191533316 0 0 17 7 0 0 0
/proc/32404/statm: 93824 5805 348 364 0 29733 0
[pid=32406] ppid=32404 vsize=1808 CPUtime=0.63 cores=0-7
/proc/32406/stat : 32406 (march_hi) R 32404 32406 32406 0 -1 4202496 538 0 0 0 63 0 0 0 25 0 1 0 549147646 1851392 282 33554432000 4194304 4955518 140733608852096 18446744073709551615 4209733 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/32406/statm: 452 282 104 186 0 265 0
[pid=32407] ppid=32389 vsize=385552 CPUtime=0 cores=0-7
/proc/32407/stat : 32407 (python) S 32389 32389 31414 0 -1 4202560 724 0 0 0 0 0 0 0 22 0 1 0 549147649 394805248 5928 33554432000 4194304 5683644 140733841373280 18446744073709551615 274473987654 0 0 16781312 514 15935090908890923007 0 0 17 1 0 0 0
/proc/32407/statm: 96388 5928 348 364 0 32294 0
[pid=32409] ppid=32407 vsize=1017800 CPUtime=0.35 cores=0-7
/proc/32409/stat : 32409 (gnovelty+2) R 32407 32409 32409 0 -1 4202496 421 0 0 0 35 0 0 0 25 0 1 0 549147653 1042227200 162 33554432000 134512640 135663704 4290231664 18446744073709551615 134544196 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/32409/statm: 254450 162 113 282 0 254166 0
[pid=32410] ppid=32389 vsize=395808 CPUtime=0 cores=0-7
/proc/32410/stat : 32410 (python) S 32389 32389 31414 0 -1 4202560 733 0 0 0 0 0 0 0 20 0 1 0 549147653 405307392 5932 33554432000 4194304 5683644 140733841373280 18446744073709551615 274473987654 0 0 16781312 514 11510927972970234116 0 0 17 5 0 0 0
/proc/32410/statm: 98952 5932 348 364 0 34855 0
[pid=32412] ppid=32410 vsize=1808 CPUtime=0.26 cores=0-7
/proc/32412/stat : 32412 (march_hi) R 32410 32412 32412 0 -1 4202496 531 0 0 0 26 0 0 0 25 0 1 0 549147655 1851392 273 33554432000 4194304 4955518 140736052731744 18446744073709551615 4224608 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/32412/statm: 452 273 104 186 0 265 0
[pid=32413] ppid=32389 vsize=406064 CPUtime=0 cores=0-7
/proc/32413/stat : 32413 (python) S 32389 32389 31414 0 -1 4202560 753 0 0 0 0 0 0 0 22 0 1 0 549147657 415809536 5850 33554432000 4194304 5683644 140733841373280 18446744073709551615 274473987654 0 0 16781312 514 15706923829307605252 0 0 17 4 0 0 0
/proc/32413/statm: 101516 5850 348 364 0 37416 0
[pid=32389/tid=32396] ppid=32387 vsize=426564 CPUtime=0 cores=0-7
/proc/32389/task/32396/stat : 32396 (python) S 32387 32389 31414 0 -1 4202560 25 933 0 0 0 0 0 0 18 0 9 0 549147635 436801536 7416 33554432000 4194304 5683644 140733841373280 18446744073709551615 274485791153 0 0 16781312 2 18446604453984688960 0 0 -1 2 0 0 0
[pid=32389/tid=32399] ppid=32387 vsize=426564 CPUtime=0 cores=0-7
/proc/32389/task/32399/stat : 32399 (python) S 32387 32389 31414 0 -1 4202560 25 933 0 0 0 0 0 0 18 0 9 0 549147638 436801536 7416 33554432000 4194304 5683644 140733841373280 18446744073709551615 274485791153 0 0 16781312 2 18446604453984688960 0 0 -1 3 0 0 0
[pid=32389/tid=32402] ppid=32387 vsize=426564 CPUtime=0 cores=0-7
/proc/32389/task/32402/stat : 32402 (python) S 32387 32389 31414 0 -1 4202560 75 933 0 0 0 0 0 0 20 0 9 0 549147642 436801536 7416 33554432000 4194304 5683644 140733841373280 18446744073709551615 274485791153 0 0 16781312 2 18446604453984688960 0 0 -1 2 0 0 0
[pid=32389/tid=32405] ppid=32387 vsize=426564 CPUtime=0 cores=0-7
/proc/32389/task/32405/stat : 32405 (python) S 32387 32389 31414 0 -1 4202560 32 933 0 0 0 0 0 0 21 0 9 0 549147646 436801536 7416 33554432000 4194304 5683644 140733841373280 18446744073709551615 274485791153 0 0 16781312 2 18446604453984688960 0 0 -1 7 0 0 0
[pid=32389/tid=32408] ppid=32387 vsize=426564 CPUtime=0 cores=0-7
/proc/32389/task/32408/stat : 32408 (python) S 32387 32389 31414 0 -1 4202560 32 933 0 0 0 0 0 0 22 0 9 0 549147649 436801536 7416 33554432000 4194304 5683644 140733841373280 18446744073709551615 274485791153 0 0 16781312 2 18446604453984688960 0 0 -1 1 0 0 0
[pid=32389/tid=32411] ppid=32387 vsize=426564 CPUtime=0 cores=0-7
/proc/32389/task/32411/stat : 32411 (python) S 32387 32389 31414 0 -1 4202560 32 933 0 0 0 0 0 0 24 0 9 0 549147653 436801536 7416 33554432000 4194304 5683644 140733841373280 18446744073709551615 274485791153 0 0 16781312 2 18446604453984688960 0 0 -1 4 0 0 0
[pid=32389/tid=32414] ppid=32387 vsize=426564 CPUtime=0 cores=0-7
/proc/32389/task/32414/stat : 32414 (python) S 32387 32389 31414 0 -1 4202560 43 933 0 0 0 0 0 0 25 0 9 0 549147657 436801536 7416 33554432000 4194304 5683644 140733841373280 18446744073709551615 274485791153 0 0 16781312 2 18446604453984688960 0 0 -1 4 0 0 0
[pid=32389/tid=32416] ppid=32387 vsize=426564 CPUtime=0 cores=0-7
/proc/32389/task/32416/stat : 32416 (python) S 32387 32389 31414 0 -1 4202560 62 933 0 0 0 0 0 0 25 0 9 0 549147662 436801536 7416 33554432000 4194304 5683644 140733841373280 18446744073709551615 274485791153 0 0 16781312 2 18446604453984688960 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4.11
Current children cumulated vsize (KiB) 4402068

[startup+3.10084 s]
/proc/loadavg: 9.32 9.59 9.41 11/300 32418
/proc/meminfo: memFree=14731788/32950928 swapFree=67111524/67111528
[pid=32389] ppid=32387 vsize=426564 CPUtime=0.72 cores=0-7
/proc/32389/stat : 32389 (python) S 32387 32389 31414 0 -1 4202496 15336 933 1 0 63 9 0 0 25 0 9 0 549147561 436801536 7416 33554432000 4194304 5683644 140733841373280 18446744073709551615 274485794251 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/32389/statm: 106641 7416 1889 364 0 42538 0
[pid=32395] ppid=32389 vsize=278568 CPUtime=0 cores=0-7
/proc/32395/stat : 32395 (python) S 32389 32389 31414 0 -1 4202560 730 0 0 0 0 0 0 0 18 0 1 0 549147634 285253632 5553 33554432000 4194304 5683644 140733841373280 18446744073709551615 274473987599 0 0 16781312 514 4165838730583572737 0 0 17 1 0 0 0
/proc/32395/statm: 69642 5553 354 364 0 5560 0
[pid=32397] ppid=32395 vsize=454896 CPUtime=2.35 cores=0-7
/proc/32397/stat : 32397 (TNM) R 32395 32397 32397 0 -1 4202496 417 0 0 0 235 0 0 0 25 0 1 0 549147635 465813504 151 33554432000 134512640 135008748 4291223296 18446744073709551615 134528654 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/32397/statm: 113724 151 46 122 0 112624 0
[pid=32398] ppid=32389 vsize=289248 CPUtime=0 cores=0-7
/proc/32398/stat : 32398 (python) S 32389 32389 31414 0 -1 4202560 762 0 0 0 0 0 0 0 15 0 1 0 549147638 296189952 5670 33554432000 4194304 5683644 140733841373280 18446744073709551615 274473987654 0 0 16781312 514 14307685331799867652 0 0 17 3 0 0 0
/proc/32398/statm: 72312 5670 348 364 0 8227 0
[pid=32400] ppid=32398 vsize=1964 CPUtime=2.32 cores=0-7
/proc/32400/stat : 32400 (march_hi) R 32398 32400 32400 0 -1 4202496 561 0 0 0 232 0 0 0 25 0 1 0 549147638 2011136 299 33554432000 4194304 4955518 140733675892704 18446744073709551615 4307000 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/32400/statm: 491 299 104 186 0 304 0
[pid=32401] ppid=32389 vsize=365040 CPUtime=0 cores=0-7
/proc/32401/stat : 32401 (python) S 32389 32389 31414 0 -1 4202560 718 0 0 0 0 0 0 0 15 0 1 0 549147642 373800960 5847 33554432000 4194304 5683644 140733841373280 18446744073709551615 274473987654 0 0 16781312 514 1036426052915659012 0 0 17 2 0 0 0
/proc/32401/statm: 91260 5847 348 364 0 27172 0
[pid=32403] ppid=32401 vsize=1964 CPUtime=2.28 cores=0-7
/proc/32403/stat : 32403 (march_hi) R 32401 32403 32403 0 -1 4202496 552 0 0 0 228 0 0 0 25 0 1 0 549147642 2011136 299 33554432000 4194304 4955518 140734772645040 18446744073709551615 4286689 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/32403/statm: 491 299 104 186 0 304 0
[pid=32404] ppid=32389 vsize=375296 CPUtime=0 cores=0-7
/proc/32404/stat : 32404 (python) S 32389 32389 31414 0 -1 4202560 719 0 0 0 0 0 0 0 15 0 1 0 549147646 384303104 5805 33554432000 4194304 5683644 140733841373280 18446744073709551615 274473987654 0 0 16781312 514 14143378712191533316 0 0 17 7 0 0 0
/proc/32404/statm: 93824 5805 348 364 0 29733 0
[pid=32406] ppid=32404 vsize=1964 CPUtime=2.22 cores=0-7
/proc/32406/stat : 32406 (march_hi) R 32404 32406 32406 0 -1 4202496 556 0 0 0 222 0 0 0 25 0 1 0 549147646 2011136 300 33554432000 4194304 4955518 140733608852096 18446744073709551615 4238632 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/32406/statm: 491 300 104 186 0 304 0
[pid=32407] ppid=32389 vsize=385552 CPUtime=0 cores=0-7
/proc/32407/stat : 32407 (python) S 32389 32389 31414 0 -1 4202560 724 0 0 0 0 0 0 0 18 0 1 0 549147649 394805248 5928 33554432000 4194304 5683644 140733841373280 18446744073709551615 274473987654 0 0 16781312 514 15935090908890890498 0 0 17 1 0 0 0
/proc/32407/statm: 96388 5928 348 364 0 32294 0
[pid=32409] ppid=32407 vsize=1017800 CPUtime=1.85 cores=0-7
/proc/32409/stat : 32409 (gnovelty+2) R 32407 32409 32409 0 -1 4202496 421 0 0 0 185 0 0 0 25 0 1 0 549147653 1042227200 162 33554432000 134512640 135663704 4290231664 18446744073709551615 134544240 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/32409/statm: 254450 162 113 282 0 254166 0
[pid=32410] ppid=32389 vsize=395808 CPUtime=0 cores=0-7
/proc/32410/stat : 32410 (python) S 32389 32389 31414 0 -1 4202560 736 0 0 0 0 0 0 0 15 0 1 0 549147653 405307392 5932 33554432000 4194304 5683644 140733841373280 18446744073709551615 274473987654 0 0 16781312 514 11510927972970234116 0 0 17 5 0 0 0
/proc/32410/statm: 98952 5932 348 364 0 34855 0
[pid=32412] ppid=32410 vsize=1808 CPUtime=1.05 cores=0-7
/proc/32412/stat : 32412 (march_hi) R 32410 32412 32412 0 -1 4202496 546 0 0 0 105 0 0 0 25 0 1 0 549147655 1851392 288 33554432000 4194304 4955518 140736052731744 18446744073709551615 4224747 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/32412/statm: 452 288 104 186 0 265 0
[pid=32413] ppid=32389 vsize=406064 CPUtime=0 cores=0-7
/proc/32413/stat : 32413 (python) S 32389 32389 31414 0 -1 4202560 754 0 0 0 0 0 0 0 15 0 1 0 549147657 415809536 5850 33554432000 4194304 5683644 140733841373280 18446744073709551615 274473987654 0 0 16781312 514 15706923829307605252 0 0 17 4 0 0 0
/proc/32413/statm: 101516 5850 348 364 0 37416 0
[pid=32417] ppid=32413 vsize=1808 CPUtime=1.41 cores=0-7
/proc/32417/stat : 32417 (march_hi) R 32413 32417 32417 0 -1 4202496 554 0 0 0 141 0 0 0 25 0 1 0 549147662 1851392 293 33554432000 4194304 4955518 140737364056336 18446744073709551615 4238457 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/32417/statm: 452 293 104 186 0 265 0
[pid=32415] ppid=32389 vsize=416320 CPUtime=0 cores=0-7
/proc/32415/stat : 32415 (python) S 32389 32389 31414 0 -1 4202560 781 0 0 0 0 0 0 0 15 0 1 0 549147661 426311680 5877 33554432000 4194304 5683644 140733841373280 18446744073709551615 274473987654 0 0 16781312 514 1493092814349631748 0 0 17 2 0 0 0
/proc/32415/statm: 104080 5877 354 364 0 39977 0
[pid=32418] ppid=32415 vsize=1808 CPUtime=0.98 cores=0-7
/proc/32418/stat : 32418 (march_hi) R 32415 32418 32418 0 -1 4202496 552 0 0 0 98 0 0 0 25 0 1 0 549147662 1851392 288 33554432000 4194304 4955518 140734864222432 18446744073709551615 4209711 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/32418/statm: 452 288 104 186 0 265 0
[pid=32389/tid=32396] ppid=32387 vsize=426564 CPUtime=0 cores=0-7
/proc/32389/task/32396/stat : 32396 (python) S 32387 32389 31414 0 -1 4202560 25 933 0 0 0 0 0 0 18 0 9 0 549147635 436801536 7416 33554432000 4194304 5683644 140733841373280 18446744073709551615 274485791153 0 0 16781312 2 18446604453984688960 0 0 -1 2 0 0 0
[pid=32389/tid=32399] ppid=32387 vsize=426564 CPUtime=0 cores=0-7
/proc/32389/task/32399/stat : 32399 (python) S 32387 32389 31414 0 -1 4202560 25 933 0 0 0 0 0 0 18 0 9 0 549147638 436801536 7416 33554432000 4194304 5683644 140733841373280 18446744073709551615 274485791153 0 0 16781312 2 18446604453984688960 0 0 -1 3 0 0 0
[pid=32389/tid=32402] ppid=32387 vsize=426564 CPUtime=0 cores=0-7
/proc/32389/task/32402/stat : 32402 (python) S 32387 32389 31414 0 -1 4202560 75 933 0 0 0 0 0 0 20 0 9 0 549147642 436801536 7416 33554432000 4194304 5683644 140733841373280 18446744073709551615 274485791153 0 0 16781312 2 18446604453984688960 0 0 -1 2 0 0 0
[pid=32389/tid=32405] ppid=32387 vsize=426564 CPUtime=0 cores=0-7
/proc/32389/task/32405/stat : 32405 (python) S 32387 32389 31414 0 -1 4202560 32 933 0 0 0 0 0 0 21 0 9 0 549147646 436801536 7416 33554432000 4194304 5683644 140733841373280 18446744073709551615 274485791153 0 0 16781312 2 18446604453984688960 0 0 -1 7 0 0 0
[pid=32389/tid=32408] ppid=32387 vsize=426564 CPUtime=0 cores=0-7
/proc/32389/task/32408/stat : 32408 (python) S 32387 32389 31414 0 -1 4202560 32 933 0 0 0 0 0 0 22 0 9 0 549147649 436801536 7416 33554432000 4194304 5683644 140733841373280 18446744073709551615 274485791153 0 0 16781312 2 18446604453984688960 0 0 -1 1 0 0 0
[pid=32389/tid=32411] ppid=32387 vsize=426564 CPUtime=0 cores=0-7
/proc/32389/task/32411/stat : 32411 (python) S 32387 32389 31414 0 -1 4202560 32 933 0 0 0 0 0 0 24 0 9 0 549147653 436801536 7416 33554432000 4194304 5683644 140733841373280 18446744073709551615 274485791153 0 0 16781312 2 18446604453984688960 0 0 -1 4 0 0 0
[pid=32389/tid=32414] ppid=32387 vsize=426564 CPUtime=0 cores=0-7
/proc/32389/task/32414/stat : 32414 (python) S 32387 32389 31414 0 -1 4202560 43 933 0 0 0 0 0 0 25 0 9 0 549147657 436801536 7416 33554432000 4194304 5683644 140733841373280 18446744073709551615 274485791153 0 0 16781312 2 18446604453984688960 0 0 -1 4 0 0 0
[pid=32389/tid=32416] ppid=32387 vsize=426564 CPUtime=0 cores=0-7
/proc/32389/task/32416/stat : 32416 (python) S 32387 32389 31414 0 -1 4202560 62 933 0 0 0 0 0 0 25 0 9 0 549147662 436801536 7416 33554432000 4194304 5683644 140733841373280 18446744073709551615 274485791153 0 0 16781312 2 18446604453984688960 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 15.18
Current children cumulated vsize (KiB) 4822472

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

[pid=32412] ppid=32410 vsize=1964 CPUtime=6.04 cores=0-7
/proc/32412/stat : 32412 (march_hi) R 32410 32412 32412 0 -1 4202496 585 0 0 0 604 0 0 0 25 0 1 0 549147655 2011136 327 33554432000 4194304 4955518 140736052731744 18446744073709551615 4209742 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/32412/statm: 491 327 104 186 0 304 0
[pid=32413] ppid=32389 vsize=406064 CPUtime=0.01 cores=0-7
/proc/32413/stat : 32413 (python) S 32389 32389 31414 0 -1 4202560 829 0 0 0 1 0 0 0 15 0 1 0 549147657 415809536 5873 33554432000 4194304 5683644 140733841373280 18446744073709551615 274473987654 0 0 16781312 514 15706923829307605252 0 0 17 4 0 0 0
/proc/32413/statm: 101516 5873 371 364 0 37416 0
[pid=32417] ppid=32413 vsize=1964 CPUtime=4.61 cores=0-7
/proc/32417/stat : 32417 (march_hi) R 32413 32417 32417 0 -1 4202496 580 0 0 0 461 0 0 0 25 0 1 0 549147662 2011136 319 33554432000 4194304 4955518 140737364056336 18446744073709551615 4227699 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/32417/statm: 491 319 104 186 0 304 0
[pid=32415] ppid=32389 vsize=416320 CPUtime=0 cores=0-7
/proc/32415/stat : 32415 (python) S 32389 32389 31414 0 -1 4202560 862 0 0 0 0 0 0 0 15 0 1 0 549147661 426311680 5900 33554432000 4194304 5683644 140733841373280 18446744073709551615 274473987654 0 0 16781312 514 1493092814349631748 0 0 17 6 0 0 0
/proc/32415/statm: 104080 5900 377 364 0 39977 0
[pid=32418] ppid=32415 vsize=1964 CPUtime=4.17 cores=0-7
/proc/32418/stat : 32418 (march_hi) R 32415 32418 32418 0 -1 4202496 582 0 0 0 417 0 0 0 25 0 1 0 549147662 2011136 318 33554432000 4194304 4955518 140734864222432 18446744073709551615 4290176 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/32418/statm: 491 318 104 186 0 304 0
[pid=32389/tid=32396] ppid=32387 vsize=426564 CPUtime=0 cores=0-7
/proc/32389/task/32396/stat : 32396 (python) S 32387 32389 31414 0 -1 4202560 25 933 0 0 0 0 0 0 18 0 9 0 549147635 436801536 7416 33554432000 4194304 5683644 140733841373280 18446744073709551615 274485791153 0 0 16781312 2 18446604453984688960 0 0 -1 2 0 0 0
[pid=32389/tid=32399] ppid=32387 vsize=426564 CPUtime=0 cores=0-7
/proc/32389/task/32399/stat : 32399 (python) S 32387 32389 31414 0 -1 4202560 25 933 0 0 0 0 0 0 18 0 9 0 549147638 436801536 7416 33554432000 4194304 5683644 140733841373280 18446744073709551615 274485791153 0 0 16781312 2 18446604453984688960 0 0 -1 3 0 0 0
[pid=32389/tid=32402] ppid=32387 vsize=426564 CPUtime=0 cores=0-7
/proc/32389/task/32402/stat : 32402 (python) S 32387 32389 31414 0 -1 4202560 75 933 0 0 0 0 0 0 20 0 9 0 549147642 436801536 7416 33554432000 4194304 5683644 140733841373280 18446744073709551615 274485791153 0 0 16781312 2 18446604453984688960 0 0 -1 2 0 0 0
[pid=32389/tid=32405] ppid=32387 vsize=426564 CPUtime=0 cores=0-7
/proc/32389/task/32405/stat : 32405 (python) S 32387 32389 31414 0 -1 4202560 32 933 0 0 0 0 0 0 21 0 9 0 549147646 436801536 7416 33554432000 4194304 5683644 140733841373280 18446744073709551615 274485791153 0 0 16781312 2 18446604453984688960 0 0 -1 7 0 0 0
[pid=32389/tid=32408] ppid=32387 vsize=426564 CPUtime=0 cores=0-7
/proc/32389/task/32408/stat : 32408 (python) S 32387 32389 31414 0 -1 4202560 32 933 0 0 0 0 0 0 22 0 9 0 549147649 436801536 7416 33554432000 4194304 5683644 140733841373280 18446744073709551615 274485791153 0 0 16781312 2 18446604453984688960 0 0 -1 1 0 0 0
[pid=32389/tid=32411] ppid=32387 vsize=426564 CPUtime=0 cores=0-7
/proc/32389/task/32411/stat : 32411 (python) S 32387 32389 31414 0 -1 4202560 32 933 0 0 0 0 0 0 24 0 9 0 549147653 436801536 7416 33554432000 4194304 5683644 140733841373280 18446744073709551615 274485791153 0 0 16781312 2 18446604453984688960 0 0 -1 4 0 0 0
[pid=32389/tid=32414] ppid=32387 vsize=426564 CPUtime=0 cores=0-7
/proc/32389/task/32414/stat : 32414 (python) S 32387 32389 31414 0 -1 4202560 43 933 0 0 0 0 0 0 25 0 9 0 549147657 436801536 7416 33554432000 4194304 5683644 140733841373280 18446744073709551615 274485791153 0 0 16781312 2 18446604453984688960 0 0 -1 4 0 0 0
[pid=32389/tid=32416] ppid=32387 vsize=426564 CPUtime=0 cores=0-7
/proc/32389/task/32416/stat : 32416 (python) S 32387 32389 31414 0 -1 4202560 62 933 0 0 0 0 0 0 25 0 9 0 549147662 436801536 7416 33554432000 4194304 5683644 140733841373280 18446744073709551615 274485791153 0 0 16781312 2 18446604453984688960 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 56.71
Current children cumulated vsize (KiB) 4819148

[startup+9.70167 s]
/proc/loadavg: 9.42 9.60 9.42 14/300 32418
/proc/meminfo: memFree=14730812/32950928 swapFree=67111524/67111528
[pid=32389] ppid=32387 vsize=426564 CPUtime=0.72 cores=0-7
/proc/32389/stat : 32389 (python) S 32387 32389 31414 0 -1 4202496 15336 933 1 0 63 9 0 0 25 0 9 0 549147561 436801536 7416 33554432000 4194304 5683644 140733841373280 18446744073709551615 274485794251 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/32389/statm: 106641 7416 1889 364 0 42538 0
[pid=32395] ppid=32389 vsize=278568 CPUtime=0 cores=0-7
/proc/32395/stat : 32395 (python) S 32389 32389 31414 0 -1 4202560 889 0 0 0 0 0 0 0 18 0 1 0 549147634 285253632 5576 33554432000 4194304 5683644 140733841373280 18446744073709551615 274473987599 0 0 16781312 514 4165838730583572737 0 0 17 1 0 0 0
/proc/32395/statm: 69642 5576 377 364 0 5560 0
[pid=32397] ppid=32395 vsize=454896 CPUtime=8.95 cores=0-7
/proc/32397/stat : 32397 (TNM) R 32395 32397 32397 0 -1 4202496 417 0 0 0 895 0 0 0 25 0 1 0 549147635 465813504 151 33554432000 134512640 135008748 4291223296 18446744073709551615 134537440 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/32397/statm: 113724 151 46 122 0 112624 0
[pid=32398] ppid=32389 vsize=289248 CPUtime=1.25 cores=0-7
/proc/32398/stat : 32398 (python) R 32389 32389 31414 0 -1 4202560 913 0 0 0 109 16 0 0 17 0 1 0 549147638 296189952 5692 33554432000 4194304 5683644 140733841373280 18446744073709551615 274473987654 0 0 16781312 514 0 0 0 17 3 0 0 0
/proc/32398/statm: 72312 5692 370 364 0 8227 0
[pid=32400] ppid=32398 vsize=0 CPUtime=7.66 cores=0-7
/proc/32400/stat : 32400 (march_hi) R 32398 32400 32400 0 -1 4202500 623 0 0 0 766 0 0 0 25 0 1 0 549147638 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 3 0 0 0
/proc/32400/statm: 0 0 0 0 0 0 0
[pid=32401] ppid=32389 vsize=365040 CPUtime=1.2 cores=0-7
/proc/32401/stat : 32401 (python) R 32389 32389 31414 0 -1 4202560 807 0 0 0 103 17 0 0 17 0 1 0 549147642 373800960 5870 33554432000 4194304 5683644 140733841373280 18446744073709551615 274485797695 0 0 16781312 514 0 0 0 17 2 0 0 0
/proc/32401/statm: 91260 5870 371 364 0 27172 0
[pid=32403] ppid=32401 vsize=0 CPUtime=7.64 cores=0-7
/proc/32403/stat : 32403 (march_hi) R 32401 32403 32403 0 -1 4202500 614 0 0 0 764 0 0 0 25 0 1 0 549147642 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 2 0 0 0
/proc/32403/statm: 0 0 0 0 0 0 0
[pid=32404] ppid=32389 vsize=375296 CPUtime=0.01 cores=0-7
/proc/32404/stat : 32404 (python) S 32389 32389 31414 0 -1 4202560 796 0 0 0 1 0 0 0 15 0 1 0 549147646 384303104 5828 33554432000 4194304 5683644 140733841373280 18446744073709551615 274473987654 0 0 16781312 514 14143378712191533316 0 0 17 7 0 0 0
/proc/32404/statm: 93824 5828 371 364 0 29733 0
[pid=32406] ppid=32404 vsize=2100 CPUtime=6.91 cores=0-7
/proc/32406/stat : 32406 (march_hi) R 32404 32406 32406 0 -1 4202496 610 0 0 0 691 0 0 0 25 0 1 0 549147646 2150400 354 33554432000 4194304 4955518 140733608852096 18446744073709551615 4227824 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/32406/statm: 525 354 104 186 0 338 0
[pid=32407] ppid=32389 vsize=385552 CPUtime=0 cores=0-7
/proc/32407/stat : 32407 (python) S 32389 32389 31414 0 -1 4202560 797 0 0 0 0 0 0 0 18 0 1 0 549147649 394805248 5951 33554432000 4194304 5683644 140733841373280 18446744073709551615 274473987654 0 0 16781312 514 15935090908890890498 0 0 17 1 0 0 0
/proc/32407/statm: 96388 5951 371 364 0 32294 0
[pid=32409] ppid=32407 vsize=1017800 CPUtime=8.42 cores=0-7
/proc/32409/stat : 32409 (gnovelty+2) R 32407 32409 32409 0 -1 4202496 421 0 0 0 842 0 0 0 25 0 1 0 549147653 1042227200 162 33554432000 134512640 135663704 4290231664 18446744073709551615 134544167 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/32409/statm: 254450 162 113 282 0 254166 0
[pid=32410] ppid=32389 vsize=395808 CPUtime=0.01 cores=0-7
/proc/32410/stat : 32410 (python) S 32389 32389 31414 0 -1 4202560 813 0 0 0 1 0 0 0 15 0 1 0 549147653 405307392 5955 33554432000 4194304 5683644 140733841373280 18446744073709551615 274473987654 0 0 16781312 514 11510927972970234116 0 0 17 5 0 0 0
/proc/32410/statm: 98952 5955 371 364 0 34855 0
[pid=32412] ppid=32410 vsize=1964 CPUtime=6.24 cores=0-7
/proc/32412/stat : 32412 (march_hi) R 32410 32412 32412 0 -1 4202496 585 0 0 0 624 0 0 0 25 0 1 0 549147655 2011136 327 33554432000 4194304 4955518 140736052731744 18446744073709551615 4238345 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/32412/statm: 491 327 104 186 0 304 0
[pid=32413] ppid=32389 vsize=406064 CPUtime=0.01 cores=0-7
/proc/32413/stat : 32413 (python) S 32389 32389 31414 0 -1 4202560 829 0 0 0 1 0 0 0 15 0 1 0 549147657 415809536 5873 33554432000 4194304 5683644 140733841373280 18446744073709551615 274473987654 0 0 16781312 514 15706923829307605252 0 0 17 4 0 0 0
/proc/32413/statm: 101516 5873 371 364 0 37416 0
[pid=32417] ppid=32413 vsize=1964 CPUtime=4.71 cores=0-7
/proc/32417/stat : 32417 (march_hi) R 32413 32417 32417 0 -1 4202496 581 0 0 0 471 0 0 0 25 0 1 0 549147662 2011136 320 33554432000 4194304 4955518 140737364056336 18446744073709551615 4224615 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/32417/statm: 491 320 104 186 0 304 0
[pid=32415] ppid=32389 vsize=416320 CPUtime=0 cores=0-7
/proc/32415/stat : 32415 (python) S 32389 32389 31414 0 -1 4202560 862 0 0 0 0 0 0 0 15 0 1 0 549147661 426311680 5900 33554432000 4194304 5683644 140733841373280 18446744073709551615 274473987654 0 0 16781312 514 1493092814349631748 0 0 17 6 0 0 0
/proc/32415/statm: 104080 5900 377 364 0 39977 0
[pid=32418] ppid=32415 vsize=1964 CPUtime=4.27 cores=0-7
/proc/32418/stat : 32418 (march_hi) R 32415 32418 32418 0 -1 4202496 582 0 0 0 427 0 0 0 25 0 1 0 549147662 2011136 318 33554432000 4194304 4955518 140734864222432 18446744073709551615 4224682 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/32418/statm: 491 318 104 186 0 304 0
[pid=32389/tid=32396] ppid=32387 vsize=426564 CPUtime=0 cores=0-7
/proc/32389/task/32396/stat : 32396 (python) S 32387 32389 31414 0 -1 4202560 25 933 0 0 0 0 0 0 18 0 9 0 549147635 436801536 7416 33554432000 4194304 5683644 140733841373280 18446744073709551615 274485791153 0 0 16781312 2 18446604453984688960 0 0 -1 2 0 0 0
[pid=32389/tid=32399] ppid=32387 vsize=426564 CPUtime=0 cores=0-7
/proc/32389/task/32399/stat : 32399 (python) S 32387 32389 31414 0 -1 4202560 25 933 0 0 0 0 0 0 18 0 9 0 549147638 436801536 7416 33554432000 4194304 5683644 140733841373280 18446744073709551615 274485791153 0 0 16781312 2 18446604453984688960 0 0 -1 3 0 0 0
[pid=32389/tid=32402] ppid=32387 vsize=426564 CPUtime=0 cores=0-7
/proc/32389/task/32402/stat : 32402 (python) S 32387 32389 31414 0 -1 4202560 75 933 0 0 0 0 0 0 20 0 9 0 549147642 436801536 7416 33554432000 4194304 5683644 140733841373280 18446744073709551615 274485791153 0 0 16781312 2 18446604453984688960 0 0 -1 2 0 0 0
[pid=32389/tid=32405] ppid=32387 vsize=426564 CPUtime=0 cores=0-7
/proc/32389/task/32405/stat : 32405 (python) S 32387 32389 31414 0 -1 4202560 32 933 0 0 0 0 0 0 21 0 9 0 549147646 436801536 7416 33554432000 4194304 5683644 140733841373280 18446744073709551615 274485791153 0 0 16781312 2 18446604453984688960 0 0 -1 7 0 0 0
[pid=32389/tid=32408] ppid=32387 vsize=426564 CPUtime=0 cores=0-7
/proc/32389/task/32408/stat : 32408 (python) S 32387 32389 31414 0 -1 4202560 32 933 0 0 0 0 0 0 22 0 9 0 549147649 436801536 7416 33554432000 4194304 5683644 140733841373280 18446744073709551615 274485791153 0 0 16781312 2 18446604453984688960 0 0 -1 1 0 0 0
[pid=32389/tid=32411] ppid=32387 vsize=426564 CPUtime=0 cores=0-7
/proc/32389/task/32411/stat : 32411 (python) S 32387 32389 31414 0 -1 4202560 32 933 0 0 0 0 0 0 24 0 9 0 549147653 436801536 7416 33554432000 4194304 5683644 140733841373280 18446744073709551615 274485791153 0 0 16781312 2 18446604453984688960 0 0 -1 4 0 0 0
[pid=32389/tid=32414] ppid=32387 vsize=426564 CPUtime=0 cores=0-7
/proc/32389/task/32414/stat : 32414 (python) S 32387 32389 31414 0 -1 4202560 43 933 0 0 0 0 0 0 25 0 9 0 549147657 436801536 7416 33554432000 4194304 5683644 140733841373280 18446744073709551615 274485791153 0 0 16781312 2 18446604453984688960 0 0 -1 4 0 0 0
[pid=32389/tid=32416] ppid=32387 vsize=426564 CPUtime=0 cores=0-7
/proc/32389/task/32416/stat : 32416 (python) S 32387 32389 31414 0 -1 4202560 62 933 0 0 0 0 0 0 25 0 9 0 549147662 436801536 7416 33554432000 4194304 5683644 140733841373280 18446744073709551615 274485791153 0 0 16781312 2 18446604453984688960 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 58
Current children cumulated vsize (KiB) 4819148

[startup+9.80166 s]
/proc/loadavg: 9.42 9.60 9.42 13/300 32418
/proc/meminfo: memFree=14730440/32950928 swapFree=67111524/67111528
[pid=32389] ppid=32387 vsize=426564 CPUtime=5.52 cores=0-7
/proc/32389/stat : 32389 (python) S 32387 32389 31414 0 -1 4202496 15362 2394 1 0 63 9 479 1 17 0 9 0 549147561 436801536 7417 33554432000 4194304 5683644 140733841373280 18446744073709551615 274485797695 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/32389/statm: 106641 7417 1890 364 0 42538 0
[pid=32395] ppid=32389 vsize=278568 CPUtime=0 cores=0-7
/proc/32395/stat : 32395 (python) S 32389 32389 31414 0 -1 4202560 889 0 0 0 0 0 0 0 18 0 1 0 549147634 285253632 5576 33554432000 4194304 5683644 140733841373280 18446744073709551615 274473987599 0 0 16781312 514 4165838730583572737 0 0 17 1 0 0 0
/proc/32395/statm: 69642 5576 377 364 0 5560 0
[pid=32397] ppid=32395 vsize=454896 CPUtime=9.06 cores=0-7
/proc/32397/stat : 32397 (TNM) R 32395 32397 32397 0 -1 4202496 417 0 0 0 906 0 0 0 25 0 1 0 549147635 465813504 151 33554432000 134512640 135008748 4291223296 18446744073709551615 134527729 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/32397/statm: 113724 151 46 122 0 112624 0
[pid=32398] ppid=32389 vsize=0 CPUtime=9.02 cores=0-7
/proc/32398/stat : 32398 (python) Z 32389 32389 31414 0 -1 4202588 1145 623 0 0 117 19 766 0 18 0 1 0 549147638 0 0 33554432000 0 0 0 0 0 0 0 16781824 2 18446744073709551615 0 0 17 3 0 0 0
/proc/32398/statm: 0 0 0 0 0 0 0
[pid=32401] ppid=32389 vsize=365040 CPUtime=1.31 cores=0-7
/proc/32401/stat : 32401 (python) R 32389 32389 31414 0 -1 4202560 807 0 0 0 112 19 0 0 17 0 1 0 549147642 373800960 5870 33554432000 4194304 5683644 140733841373280 18446744073709551615 274473987654 0 0 16781312 514 0 0 0 17 2 0 0 0
/proc/32401/statm: 91260 5870 371 364 0 27172 0
[pid=32403] ppid=32401 vsize=0 CPUtime=7.64 cores=0-7
/proc/32403/stat : 32403 (march_hi) R 32401 32403 32403 0 -1 4202500 614 0 0 0 764 0 0 0 25 0 1 0 549147642 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 2 0 0 0
/proc/32403/statm: 0 0 0 0 0 0 0
[pid=32404] ppid=32389 vsize=375296 CPUtime=0.01 cores=0-7
/proc/32404/stat : 32404 (python) S 32389 32389 31414 0 -1 4202560 814 0 0 0 1 0 0 0 15 0 1 0 549147646 384303104 5833 33554432000 4194304 5683644 140733841373280 18446744073709551615 274485797695 0 0 16781824 2 18446744071562232103 0 0 17 3 0 0 0
/proc/32404/statm: 93824 5833 376 364 0 29733 0
[pid=32406] ppid=32404 vsize=2100 CPUtime=6.94 cores=0-7
/proc/32406/stat : 32406 (march_hi) R 32404 32406 32406 0 -1 4202496 610 0 0 0 694 0 0 0 25 0 1 0 549147646 2150400 354 33554432000 4194304 4955518 140733608852096 18446744073709551615 4224631 256 0 16781312 0 0 0 0 17 7 0 0 0
/proc/32406/statm: 525 354 104 186 0 338 0
[pid=32407] ppid=32389 vsize=385552 CPUtime=0 cores=0-7
/proc/32407/stat : 32407 (python) S 32389 32389 31414 0 -1 4202560 797 0 0 0 0 0 0 0 18 0 1 0 549147649 394805248 5951 33554432000 4194304 5683644 140733841373280 18446744073709551615 274473987654 0 0 16781312 514 15935090908890890498 0 0 17 1 0 0 0
/proc/32407/statm: 96388 5951 371 364 0 32294 0
[pid=32409] ppid=32407 vsize=1017800 CPUtime=8.53 cores=0-7
/proc/32409/stat : 32409 (gnovelty+2) R 32407 32409 32409 0 -1 4202496 421 0 0 0 853 0 0 0 25 0 1 0 549147653 1042227200 162 33554432000 134512640 135663704 4290231664 18446744073709551615 134524548 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/32409/statm: 254450 162 113 282 0 254166 0
[pid=32410] ppid=32389 vsize=395808 CPUtime=0.01 cores=0-7
/proc/32410/stat : 32410 (python) S 32389 32389 31414 0 -1 4202560 813 0 0 0 1 0 0 0 15 0 1 0 549147653 405307392 5955 33554432000 4194304 5683644 140733841373280 18446744073709551615 274473987654 0 0 16781312 514 11510927972970234116 0 0 17 5 0 0 0
/proc/32410/statm: 98952 5955 371 364 0 34855 0
[pid=32412] ppid=32410 vsize=2100 CPUtime=6.35 cores=0-7
/proc/32412/stat : 32412 (march_hi) R 32410 32412 32412 0 -1 4202496 608 0 0 0 635 0 0 0 25 0 1 0 549147655 2150400 350 33554432000 4194304 4955518 140736052731744 18446744073709551615 4209688 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/32412/statm: 525 350 104 186 0 338 0
[pid=32415] ppid=32389 vsize=416320 CPUtime=0 cores=0-7
/proc/32415/stat : 32415 (python) S 32389 32389 31414 0 -1 4202560 862 0 0 0 0 0 0 0 15 0 1 0 549147661 426311680 5900 33554432000 4194304 5683644 140733841373280 18446744073709551615 274473987654 0 0 16781312 514 1493092814349631748 0 0 17 6 0 0 0
/proc/32415/statm: 104080 5900 377 364 0 39977 0
[pid=32418] ppid=32415 vsize=1964 CPUtime=4.31 cores=0-7
/proc/32418/stat : 32418 (march_hi) R 32415 32418 32418 0 -1 4202496 582 0 0 0 431 0 0 0 25 0 1 0 549147662 2011136 318 33554432000 4194304 4955518 140734864222432 18446744073709551615 4263660 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/32418/statm: 491 318 104 186 0 304 0
[pid=32389/tid=32396] ppid=32387 vsize=426564 CPUtime=4.8 cores=0-7
/proc/32389/task/32396/stat : 32396 (python) S 32387 32389 31414 0 -1 4202560 25 2394 0 0 0 0 479 1 18 0 9 0 549147635 436801536 7417 33554432000 4194304 5683644 140733841373280 18446744073709551615 274485791153 0 0 16781312 2 18446604453984688960 0 0 -1 2 0 0 0
[pid=32389/tid=32399] ppid=32387 vsize=426564 CPUtime=4.8 cores=0-7
/proc/32389/task/32399/stat : 32399 (python) S 32387 32389 31414 0 -1 4202560 25 2394 0 0 0 0 479 1 18 0 9 0 549147638 436801536 7417 33554432000 4194304 5683644 140733841373280 18446744073709551615 274485791153 0 0 16781312 2 18446604453984688960 0 0 -1 3 0 0 0
[pid=32389/tid=32402] ppid=32387 vsize=426564 CPUtime=4.8 cores=0-7
/proc/32389/task/32402/stat : 32402 (python) S 32387 32389 31414 0 -1 4202560 75 2394 0 0 0 0 479 1 20 0 9 0 549147642 436801536 7417 33554432000 4194304 5683644 140733841373280 18446744073709551615 274485791153 0 0 16781312 2 18446604453984688960 0 0 -1 2 0 0 0
[pid=32389/tid=32405] ppid=32387 vsize=426564 CPUtime=4.8 cores=0-7
/proc/32389/task/32405/stat : 32405 (python) S 32387 32389 31414 0 -1 4202560 32 2394 0 0 0 0 479 1 21 0 9 0 549147646 436801536 7417 33554432000 4194304 5683644 140733841373280 18446744073709551615 274485791153 0 0 16781312 2 18446604453984688960 0 0 -1 7 0 0 0
[pid=32389/tid=32408] ppid=32387 vsize=426564 CPUtime=4.8 cores=0-7
/proc/32389/task/32408/stat : 32408 (python) S 32387 32389 31414 0 -1 4202560 32 2394 0 0 0 0 479 1 22 0 9 0 549147649 436801536 7417 33554432000 4194304 5683644 140733841373280 18446744073709551615 274485791153 0 0 16781312 2 18446604453984688960 0 0 -1 1 0 0 0
[pid=32389/tid=32411] ppid=32387 vsize=426564 CPUtime=4.8 cores=0-7
/proc/32389/task/32411/stat : 32411 (python) S 32387 32389 31414 0 -1 4202560 32 2394 0 0 0 0 479 1 24 0 9 0 549147653 436801536 7417 33554432000 4194304 5683644 140733841373280 18446744073709551615 274485791153 0 0 16781312 2 18446604453984688960 0 0 -1 4 0 0 0
[pid=32389/tid=32414] ppid=32387 vsize=426564 CPUtime=4.8 cores=0-7
/proc/32389/task/32414/stat : 32414 (python) S 32387 32389 31414 0 -1 4202560 43 2394 0 0 0 0 479 1 25 0 9 0 549147657 436801536 7417 33554432000 4194304 5683644 140733841373280 18446744073709551615 274485791153 0 0 16781312 2 18446604453984688960 0 0 -1 4 0 0 0
[pid=32389/tid=32416] ppid=32387 vsize=426564 CPUtime=4.8 cores=0-7
/proc/32389/task/32416/stat : 32416 (python) S 32387 32389 31414 0 -1 4202560 62 2394 0 0 0 0 479 1 25 0 9 0 549147662 436801536 7417 33554432000 4194304 5683644 140733841373280 18446744073709551615 274485791153 0 0 16781312 2 18446604453984688960 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 58.7
Current children cumulated vsize (KiB) 4122008

Child status: 0
Real time (s): 9.84464
CPU time (s): 58.924
CPU user time (s): 58.3541
CPU system time (s): 0.569913
CPU usage (%): 598.539
Max. virtual memory (cumulated for all children) (KiB): 4823212

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 58.3541
system time used= 0.569913
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 32366
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= 4826
involuntary context switches= 2201

runsolver used 0.032994 second user time and 0.069989 second system time

The end

Launcher Data

Begin job on node125 at 2011-05-03 00:31:19
IDJOB=3322169
IDBENCH=82947
IDSOLVER=1712
FILE ID=node125/3322169-1304375479
RUNJOBID= node125-1304366466-31428
PBS_JOBID= 13181746
Free space on /tmp= 73076 MiB

SOLVER NAME= borg-sat 11.03.02-random
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v350-c1491-S1705279286-077.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-3322169-1304375479/watcher-3322169-1304375479 -o /tmp/evaluation-result-3322169-1304375479/solver-3322169-1304375479 -C 40000 -W 5100 -M 31000  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3322169-1304375479.cnf -seed 40419316 -budget 40000 -cores 8

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

MD5SUM BENCH= 42577eb7521bea22024387e984db8e06
RANDOM SEED=40419316

node125.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.828
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.65
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.828
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	: 5266.55
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.828
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.828
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.74
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.828
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.828
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.828
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.828
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:     32950928 kB
MemFree:      14788440 kB
Buffers:       2149484 kB
Cached:        7563536 kB
SwapCached:          4 kB
Active:       11679148 kB
Inactive:      5919216 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      14788440 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:           31920 kB
Writeback:           0 kB
AnonPages:     7885824 kB
Mapped:          26424 kB
Slab:           467336 kB
PageTables:      28956 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 37695020 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= 73044 MiB
End job on node125 at 2011-05-03 00:31:29