Trace number 3378684

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 145.989 37.2308

General information on the benchmark

Namerandom/medium/
unif-k7-r89-v50-c4450-S708803296-021.UNKNOWN.cnf
MD5SUM6dcea24e0d40e217adec300bb8ded029
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark32.967
Satisfiable
(Un)Satisfiability was proved
Number of variables50
Number of clauses4450
Sum of the clauses size31150
Maximum clause length7
Minimum clause length7
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 54450

Solver Data

0.30/0.47	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.30/0.47	c INFO: solving HOME/instance-3378684-1305467021.cnf
0.30/0.47	c INFO: computing task features
0.39/0.50	c INFO: computed variable-clause graph statistics
0.39/0.50	c INFO: computed clause balance statistics
0.49/0.65	c INFO: computed variable balance statistics
0.59/0.72	c INFO: computed small-clause counts
0.59/0.72	c INFO: computed Horn-clause counts
0.59/0.72	c INFO: computed variable graph statistics
0.59/0.72	c INFO: collected features for HOME/instance-3378684-1305467021.cnf in 0.25 s
0.59/0.73	c INFO: running gnovelty+2@0 for 97 with 1199 remaining (b = 0.57)
0.59/0.74	c INFO: running gnovelty+2@0 for 97 with 1199 remaining (b = 0.09)
0.59/0.75	c INFO: running adaptg2wsat2009++@0 for 97 with 1199 remaining (b = 0.04)
0.59/0.76	c INFO: running march_hi@0 for 485 with 1199 remaining (b = 0.15)
145.86/37.21	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-3378684-1305467021/watcher-3378684-1305467021 -o /tmp/evaluation-result-3378684-1305467021/solver-3378684-1305467021 -C 4800 -W 1300 -M 15500 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3378684-1305467021.cnf -seed 388243725 -budget 4800 -cores 4 

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

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


[startup+0 s]
/proc/loadavg: 8.16 8.26 8.14 5/457 23405
/proc/meminfo: memFree=21905800/32951124 swapFree=51873460/67111528
[pid=23405] ppid=23403 vsize=16236 CPUtime=0 cores=0,2,4,6
/proc/23405/stat : 23405 (python) R 23403 23405 20819 0 -1 4202496 1049 0 0 0 0 0 0 0 25 0 1 0 639118347 16625664 921 33554432000 4194304 5683644 140733408592064 18446744073709551615 5293775 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/23405/statm: 4059 921 381 364 0 546 0

[startup+0.0908721 s]
/proc/loadavg: 8.16 8.26 8.14 5/457 23405
/proc/meminfo: memFree=21905800/32951124 swapFree=51873460/67111528
[pid=23405] ppid=23403 vsize=99372 CPUtime=0.07 cores=0,2,4,6
/proc/23405/stat : 23405 (python) S 23403 23405 20819 0 -1 4202496 2865 0 0 0 5 2 0 0 17 0 1 0 639118347 101756928 2564 33554432000 4194304 5683644 140733408592064 18446744073709551615 212039653376 0 2147483391 16781312 2 18446744071699199166 0 0 17 4 0 0 0
/proc/23405/statm: 24843 2564 818 364 0 1694 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 99372

[startup+0.100843 s]
/proc/loadavg: 8.16 8.26 8.14 5/457 23405
/proc/meminfo: memFree=21905800/32951124 swapFree=51873460/67111528
[pid=23405] ppid=23403 vsize=104228 CPUtime=0.07 cores=0,2,4,6
/proc/23405/stat : 23405 (python) R 23403 23405 20819 0 -1 4202496 3064 0 0 0 5 2 0 0 17 0 1 0 639118347 106729472 2747 33554432000 4194304 5683644 140733408592064 18446744073709551615 212039698567 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/23405/statm: 26056 2747 847 364 0 1804 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 104228

[startup+0.300801 s]
/proc/loadavg: 8.16 8.26 8.14 5/457 23405
/proc/meminfo: memFree=21905800/32951124 swapFree=51873460/67111528
[pid=23405] ppid=23403 vsize=170748 CPUtime=0.22 cores=0,2,4,6
/proc/23405/stat : 23405 (python) S 23403 23405 20819 0 -1 4202496 6735 933 1 0 17 5 0 0 17 0 1 0 639118347 174845952 4805 33554432000 4194304 5683644 140733408592064 18446744073709551615 212039653376 0 2147483391 16781312 2 18446744071699199166 0 0 17 4 0 0 0
/proc/23405/statm: 42687 4805 1336 364 0 3452 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 170748

[startup+0.700763 s]
/proc/loadavg: 8.16 8.26 8.14 5/457 23405
/proc/meminfo: memFree=21905800/32951124 swapFree=51873460/67111528
[pid=23405] ppid=23403 vsize=279216 CPUtime=0.59 cores=0,2,4,6
/proc/23405/stat : 23405 (python) R 23403 23405 20819 0 -1 4202496 9531 933 1 0 51 8 0 0 18 0 1 0 639118347 285917184 7199 33554432000 4194304 5683644 140733408592064 18446744073709551615 4567031 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/23405/statm: 69804 7199 1827 364 0 5728 0
Current children cumulated CPU time (s) 0.59
Current children cumulated vsize (KiB) 279216

[startup+1.50058 s]
/proc/loadavg: 8.16 8.26 8.14 9/470 23422
/proc/meminfo: memFree=21865400/32951124 swapFree=51873460/67111528
[pid=23405] ppid=23403 vsize=320640 CPUtime=0.65 cores=0,2,4,6
/proc/23405/stat : 23405 (python) S 23403 23405 20819 0 -1 4202496 12453 933 1 0 56 9 0 0 25 0 5 0 639118347 328335360 7359 33554432000 4194304 5683644 140733408592064 18446744073709551615 212051482059 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/23405/statm: 80160 7359 1883 364 0 16069 0
[pid=23411] ppid=23405 vsize=279240 CPUtime=0 cores=0,2,4,6
/proc/23411/stat : 23411 (python) S 23405 23405 20819 0 -1 4202560 730 0 0 0 0 0 0 0 19 0 1 0 639118421 285941760 5726 33554432000 4194304 5683644 140733408592064 18446744073709551615 212039675407 0 0 16781312 514 10938858395230273535 0 0 17 4 0 0 0
/proc/23411/statm: 69810 5726 354 364 0 5728 0
[pid=23413] ppid=23411 vsize=1017932 CPUtime=0.74 cores=0,2,4,6
/proc/23413/stat : 23413 (gnovelty+2) R 23411 23413 23413 0 -1 4202496 488 0 0 0 74 0 0 0 22 0 1 0 639118421 1042362368 227 33554432000 134512640 135663704 4288209536 18446744073709551615 134525258 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/23413/statm: 254483 227 113 282 0 254199 0
[pid=23414] ppid=23405 vsize=289884 CPUtime=0 cores=0,2,4,6
/proc/23414/stat : 23414 (python) S 23405 23405 20819 0 -1 4202560 734 0 0 0 0 0 0 0 21 0 1 0 639118422 296841216 5812 33554432000 4194304 5683644 140733408592064 18446744073709551615 212039675462 0 0 16781312 514 7003703805518807039 0 0 17 0 0 0 0
/proc/23414/statm: 72471 5812 348 364 0 8386 0
[pid=23416] ppid=23414 vsize=1017932 CPUtime=0.74 cores=0,2,4,6
/proc/23416/stat : 23416 (gnovelty+2) R 23414 23416 23416 0 -1 4202496 488 0 0 0 74 0 0 0 25 0 1 0 639118422 1042362368 227 33554432000 134512640 135663704 4291138432 18446744073709551615 134524546 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/23416/statm: 254483 227 113 282 0 254199 0
[pid=23417] ppid=23405 vsize=300140 CPUtime=0 cores=0,2,4,6
/proc/23417/stat : 23417 (python) S 23405 23405 20819 0 -1 4202560 719 0 0 0 0 0 0 0 23 0 1 0 639118423 307343360 5812 33554432000 4194304 5683644 140733408592064 18446744073709551615 212039675462 0 0 16781312 514 2053351438184087551 0 0 17 2 0 0 0
/proc/23417/statm: 75035 5812 344 364 0 10947 0
[pid=23419] ppid=23417 vsize=416524 CPUtime=0.73 cores=0,2,4,6
/proc/23419/stat : 23419 (adaptg2wsat2009) R 23417 23419 23419 0 -1 4202496 582 0 0 0 73 0 0 0 25 0 1 0 639118424 426520576 321 33554432000 134512640 135107411 4289828928 18446744073709551615 134531232 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/23419/statm: 104131 321 59 146 0 103007 0
[pid=23420] ppid=23405 vsize=310396 CPUtime=0 cores=0,2,4,6
/proc/23420/stat : 23420 (python) S 23405 23405 20819 0 -1 4202560 770 0 0 0 0 0 0 0 20 0 1 0 639118424 317845504 5820 33554432000 4194304 5683644 140733408592064 18446744073709551615 212039675462 0 0 16781312 514 2058650809352028420 0 0 17 0 0 0 0
/proc/23420/statm: 77599 5820 348 364 0 13508 0
[pid=23422] ppid=23420 vsize=2264 CPUtime=0.72 cores=0,2,4,6
/proc/23422/stat : 23422 (march_hi) R 23420 23422 23422 0 -1 4202496 988 0 0 0 72 0 0 0 25 0 1 0 639118424 2318336 392 33554432000 4194304 4955518 140736545889584 18446744073709551615 4285697 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/23422/statm: 566 392 106 186 0 379 0
[pid=23405/tid=23412] ppid=23403 vsize=320640 CPUtime=0 cores=0,2,4,6
/proc/23405/task/23412/stat : 23412 (python) S 23403 23405 20819 0 -1 4202560 26 933 0 0 0 0 0 0 20 0 5 0 639118421 328335360 7359 33554432000 4194304 5683644 140733408592064 18446744073709551615 212051478961 0 0 16781312 2 18446604442393216192 0 0 -1 4 0 0 0
[pid=23405/tid=23415] ppid=23403 vsize=320640 CPUtime=0 cores=0,2,4,6
/proc/23405/task/23415/stat : 23415 (python) S 23403 23405 20819 0 -1 4202560 26 933 0 0 0 0 0 0 22 0 5 0 639118422 328335360 7359 33554432000 4194304 5683644 140733408592064 18446744073709551615 212051478961 0 0 16781312 2 18446604442393216192 0 0 -1 4 0 0 0
[pid=23405/tid=23418] ppid=23403 vsize=320640 CPUtime=0 cores=0,2,4,6
/proc/23405/task/23418/stat : 23418 (python) S 23403 23405 20819 0 -1 4202560 25 933 0 0 0 0 0 0 24 0 5 0 639118423 328335360 7359 33554432000 4194304 5683644 140733408592064 18446744073709551615 212051478961 0 0 16781312 2 18446604442393216192 0 0 -1 2 0 0 0
[pid=23405/tid=23421] ppid=23403 vsize=320640 CPUtime=0 cores=0,2,4,6
/proc/23405/task/23421/stat : 23421 (python) S 23403 23405 20819 0 -1 4202560 26 933 0 0 0 0 0 0 25 0 5 0 639118424 328335360 7359 33554432000 4194304 5683644 140733408592064 18446744073709551615 212051478961 0 0 16781312 2 18446604442393216192 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3.58
Current children cumulated vsize (KiB) 3954952

[startup+3.10129 s]
/proc/loadavg: 8.16 8.26 8.14 9/470 23422
/proc/meminfo: memFree=21863540/32951124 swapFree=51873460/67111528
[pid=23405] ppid=23403 vsize=320640 CPUtime=0.65 cores=0,2,4,6
/proc/23405/stat : 23405 (python) S 23403 23405 20819 0 -1 4202496 12453 933 1 0 56 9 0 0 25 0 5 0 639118347 328335360 7359 33554432000 4194304 5683644 140733408592064 18446744073709551615 212051482059 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/23405/statm: 80160 7359 1883 364 0 16069 0
[pid=23411] ppid=23405 vsize=279240 CPUtime=0 cores=0,2,4,6
/proc/23411/stat : 23411 (python) S 23405 23405 20819 0 -1 4202560 730 0 0 0 0 0 0 0 18 0 1 0 639118421 285941760 5726 33554432000 4194304 5683644 140733408592064 18446744073709551615 212039675407 0 0 16781312 514 10938858395230241025 0 0 17 4 0 0 0
/proc/23411/statm: 69810 5726 354 364 0 5728 0
[pid=23413] ppid=23411 vsize=1017932 CPUtime=2.32 cores=0,2,4,6
/proc/23413/stat : 23413 (gnovelty+2) R 23411 23413 23413 0 -1 4202496 488 0 0 0 232 0 0 0 25 0 1 0 639118421 1042362368 227 33554432000 134512640 135663704 4288209536 18446744073709551615 134525684 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/23413/statm: 254483 227 113 282 0 254199 0
[pid=23414] ppid=23405 vsize=289884 CPUtime=0 cores=0,2,4,6
/proc/23414/stat : 23414 (python) S 23405 23405 20819 0 -1 4202560 734 0 0 0 0 0 0 0 18 0 1 0 639118422 296841216 5812 33554432000 4194304 5683644 140733408592064 18446744073709551615 212039675462 0 0 16781312 514 7003703805518774530 0 0 17 0 0 0 0
/proc/23414/statm: 72471 5812 348 364 0 8386 0
[pid=23416] ppid=23414 vsize=1017932 CPUtime=2.34 cores=0,2,4,6
/proc/23416/stat : 23416 (gnovelty+2) R 23414 23416 23416 0 -1 4202496 488 0 0 0 234 0 0 0 25 0 1 0 639118422 1042362368 227 33554432000 134512640 135663704 4291138432 18446744073709551615 134524897 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/23416/statm: 254483 227 113 282 0 254199 0
[pid=23417] ppid=23405 vsize=300140 CPUtime=0 cores=0,2,4,6
/proc/23417/stat : 23417 (python) S 23405 23405 20819 0 -1 4202560 738 0 0 0 0 0 0 0 18 0 1 0 639118423 307343360 5816 33554432000 4194304 5683644 140733408592064 18446744073709551615 212039675462 0 0 16781312 514 2053351438184055041 0 0 17 2 0 0 0
/proc/23417/statm: 75035 5816 348 364 0 10947 0
[pid=23419] ppid=23417 vsize=416524 CPUtime=2.33 cores=0,2,4,6
/proc/23419/stat : 23419 (adaptg2wsat2009) R 23417 23419 23419 0 -1 4202496 582 0 0 0 233 0 0 0 25 0 1 0 639118424 426520576 321 33554432000 134512640 135107411 4289828928 18446744073709551615 134531942 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/23419/statm: 104131 321 59 146 0 103007 0
[pid=23420] ppid=23405 vsize=310396 CPUtime=0 cores=0,2,4,6
/proc/23420/stat : 23420 (python) S 23405 23405 20819 0 -1 4202560 772 0 0 0 0 0 0 0 15 0 1 0 639118424 317845504 5820 33554432000 4194304 5683644 140733408592064 18446744073709551615 212039675462 0 0 16781312 514 2058650809352028420 0 0 17 0 0 0 0
/proc/23420/statm: 77599 5820 348 364 0 13508 0
[pid=23422] ppid=23420 vsize=2264 CPUtime=2.32 cores=0,2,4,6
/proc/23422/stat : 23422 (march_hi) R 23420 23422 23422 0 -1 4202496 988 0 0 0 232 0 0 0 25 0 1 0 639118424 2318336 392 33554432000 4194304 4955518 140736545889584 18446744073709551615 4224450 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/23422/statm: 566 392 106 186 0 379 0
[pid=23405/tid=23412] ppid=23403 vsize=320640 CPUtime=0 cores=0,2,4,6
/proc/23405/task/23412/stat : 23412 (python) S 23403 23405 20819 0 -1 4202560 26 933 0 0 0 0 0 0 20 0 5 0 639118421 328335360 7359 33554432000 4194304 5683644 140733408592064 18446744073709551615 212051478961 0 0 16781312 2 18446604442393216192 0 0 -1 4 0 0 0
[pid=23405/tid=23415] ppid=23403 vsize=320640 CPUtime=0 cores=0,2,4,6
/proc/23405/task/23415/stat : 23415 (python) S 23403 23405 20819 0 -1 4202560 26 933 0 0 0 0 0 0 22 0 5 0 639118422 328335360 7359 33554432000 4194304 5683644 140733408592064 18446744073709551615 212051478961 0 0 16781312 2 18446604442393216192 0 0 -1 4 0 0 0
[pid=23405/tid=23418] ppid=23403 vsize=320640 CPUtime=0 cores=0,2,4,6
/proc/23405/task/23418/stat : 23418 (python) S 23403 23405 20819 0 -1 4202560 25 933 0 0 0 0 0 0 24 0 5 0 639118423 328335360 7359 33554432000 4194304 5683644 140733408592064 18446744073709551615 212051478961 0 0 16781312 2 18446604442393216192 0 0 -1 2 0 0 0
[pid=23405/tid=23421] ppid=23403 vsize=320640 CPUtime=0 cores=0,2,4,6
/proc/23405/task/23421/stat : 23421 (python) S 23403 23405 20819 0 -1 4202560 26 933 0 0 0 0 0 0 25 0 5 0 639118424 328335360 7359 33554432000 4194304 5683644 140733408592064 18446744073709551615 212051478961 0 0 16781312 2 18446604442393216192 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 9.96
Current children cumulated vsize (KiB) 3954952

[startup+6.30072 s]
/proc/loadavg: 8.31 8.29 8.15 9/470 23422
/proc/meminfo: memFree=21860944/32951124 swapFree=51873460/67111528
[pid=23405] ppid=23403 vsize=320640 CPUtime=0.65 cores=0,2,4,6
/proc/23405/stat : 23405 (python) S 23403 23405 20819 0 -1 4202496 12453 933 1 0 56 9 0 0 25 0 5 0 639118347 328335360 7359 33554432000 4194304 5683644 140733408592064 18446744073709551615 212051482059 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/23405/statm: 80160 7359 1883 364 0 16069 0
[pid=23411] ppid=23405 vsize=279240 CPUtime=0.01 cores=0,2,4,6
/proc/23411/stat : 23411 (python) S 23405 23405 20819 0 -1 4202560 897 0 0 0 0 1 0 0 18 0 1 0 639118421 285941760 5749 33554432000 4194304 5683644 140733408592064 18446744073709551615 212039675407 0 0 16781312 514 10938858395230241025 0 0 17 4 0 0 0
/proc/23411/statm: 69810 5749 377 364 0 5728 0
[pid=23413] ppid=23411 vsize=1017932 CPUtime=5.48 cores=0,2,4,6
/proc/23413/stat : 23413 (gnovelty+2) R 23411 23413 23413 0 -1 4202496 488 0 0 0 548 0 0 0 25 0 1 0 639118421 1042362368 227 33554432000 134512640 135663704 4288209536 18446744073709551615 134525255 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/23413/statm: 254483 227 113 282 0 254199 0
[pid=23414] ppid=23405 vsize=289884 CPUtime=0.01 cores=0,2,4,6
/proc/23414/stat : 23414 (python) S 23405 23405 20819 0 -1 4202560 909 0 0 0 1 0 0 0 18 0 1 0 639118422 296841216 5834 33554432000 4194304 5683644 140733408592064 18446744073709551615 212039675462 0 0 16781312 514 7003703805518774530 0 0 17 0 0 0 0
/proc/23414/statm: 72471 5834 370 364 0 8386 0
[pid=23416] ppid=23414 vsize=1017932 CPUtime=5.52 cores=0,2,4,6
/proc/23416/stat : 23416 (gnovelty+2) R 23414 23416 23416 0 -1 4202496 488 0 0 0 552 0 0 0 25 0 1 0 639118422 1042362368 227 33554432000 134512640 135663704 4291138432 18446744073709551615 134524548 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/23416/statm: 254483 227 113 282 0 254199 0
[pid=23417] ppid=23405 vsize=300140 CPUtime=0.01 cores=0,2,4,6
/proc/23417/stat : 23417 (python) S 23405 23405 20819 0 -1 4202560 905 0 0 0 1 0 0 0 18 0 1 0 639118423 307343360 5839 33554432000 4194304 5683644 140733408592064 18446744073709551615 212039675462 0 0 16781312 514 2053351438184055041 0 0 17 2 0 0 0
/proc/23417/statm: 75035 5839 371 364 0 10947 0
[pid=23419] ppid=23417 vsize=416524 CPUtime=5.51 cores=0,2,4,6
/proc/23419/stat : 23419 (adaptg2wsat2009) R 23417 23419 23419 0 -1 4202496 582 0 0 0 551 0 0 0 25 0 1 0 639118424 426520576 321 33554432000 134512640 135107411 4289828928 18446744073709551615 134531246 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/23419/statm: 104131 321 59 146 0 103007 0
[pid=23420] ppid=23405 vsize=310396 CPUtime=0.02 cores=0,2,4,6
/proc/23420/stat : 23420 (python) S 23405 23405 20819 0 -1 4202560 925 0 0 0 1 1 0 0 15 0 1 0 639118424 317845504 5843 33554432000 4194304 5683644 140733408592064 18446744073709551615 212039675462 0 0 16781312 514 2058650809352028420 0 0 17 0 0 0 0
/proc/23420/statm: 77599 5843 371 364 0 13508 0
[pid=23422] ppid=23420 vsize=2264 CPUtime=5.48 cores=0,2,4,6
/proc/23422/stat : 23422 (march_hi) R 23420 23422 23422 0 -1 4202496 988 0 0 0 548 0 0 0 25 0 1 0 639118424 2318336 392 33554432000 4194304 4955518 140736545889584 18446744073709551615 4297490 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/23422/statm: 566 392 106 186 0 379 0
[pid=23405/tid=23412] ppid=23403 vsize=320640 CPUtime=0 cores=0,2,4,6
/proc/23405/task/23412/stat : 23412 (python) S 23403 23405 20819 0 -1 4202560 26 933 0 0 0 0 0 0 20 0 5 0 639118421 328335360 7359 33554432000 4194304 5683644 140733408592064 18446744073709551615 212051478961 0 0 16781312 2 18446604442393216192 0 0 -1 4 0 0 0
[pid=23405/tid=23415] ppid=23403 vsize=320640 CPUtime=0 cores=0,2,4,6
/proc/23405/task/23415/stat : 23415 (python) S 23403 23405 20819 0 -1 4202560 26 933 0 0 0 0 0 0 22 0 5 0 639118422 328335360 7359 33554432000 4194304 5683644 140733408592064 18446744073709551615 212051478961 0 0 16781312 2 18446604442393216192 0 0 -1 4 0 0 0
[pid=23405/tid=23418] ppid=23403 vsize=320640 CPUtime=0 cores=0,2,4,6
/proc/23405/task/23418/stat : 23418 (python) S 23403 23405 20819 0 -1 4202560 25 933 0 0 0 0 0 0 24 0 5 0 639118423 328335360 7359 33554432000 4194304 5683644 140733408592064 18446744073709551615 212051478961 0 0 16781312 2 18446604442393216192 0 0 -1 2 0 0 0
[pid=23405/tid=23421] ppid=23403 vsize=320640 CPUtime=0 cores=0,2,4,6
/proc/23405/task/23421/stat : 23421 (python) S 23403 23405 20819 0 -1 4202560 26 933 0 0 0 0 0 0 25 0 5 0 639118424 328335360 7359 33554432000 4194304 5683644 140733408592064 18446744073709551615 212051478961 0 0 16781312 2 18446604442393216192 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 22.69
Current children cumulated vsize (KiB) 3954952

[startup+12.7006 s]
/proc/loadavg: 8.29 8.28 8.15 9/470 23422
/proc/meminfo: memFree=21860092/32951124 swapFree=51873460/67111528
[pid=23405] ppid=23403 vsize=320640 CPUtime=0.65 cores=0,2,4,6
/proc/23405/stat : 23405 (python) S 23403 23405 20819 0 -1 4202496 12453 933 1 0 56 9 0 0 25 0 5 0 639118347 328335360 7359 33554432000 4194304 5683644 140733408592064 18446744073709551615 212051482059 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/23405/statm: 80160 7359 1883 364 0 16069 0
[pid=23411] ppid=23405 vsize=279240 CPUtime=0.03 cores=0,2,4,6
/proc/23411/stat : 23411 (python) S 23405 23405 20819 0 -1 4202560 900 0 0 0 1 2 0 0 18 0 1 0 639118421 285941760 5749 33554432000 4194304 5683644 140733408592064 18446744073709551615 212039675407 0 0 16781312 514 12709809059323150593 0 0 17 4 0 0 0
/proc/23411/statm: 69810 5749 377 364 0 5728 0
[pid=23413] ppid=23411 vsize=1017932 CPUtime=11.78 cores=0,2,4,6
/proc/23413/stat : 23413 (gnovelty+2) R 23411 23413 23413 0 -1 4202496 488 0 0 0 1178 0 0 0 25 0 1 0 639118421 1042362368 227 33554432000 134512640 135663704 4288209536 18446744073709551615 134524553 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/23413/statm: 254483 227 113 282 0 254199 0
[pid=23414] ppid=23405 vsize=289884 CPUtime=0.03 cores=0,2,4,6

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

[pid=23405/tid=23418] ppid=23403 vsize=320640 CPUtime=0 cores=0,2,4,6
/proc/23405/task/23418/stat : 23418 (python) S 23403 23405 20819 0 -1 4202560 25 933 0 0 0 0 0 0 24 0 5 0 639118423 328335360 7359 33554432000 4194304 5683644 140733408592064 18446744073709551615 212051478961 0 0 16781312 2 18446604442393216192 0 0 -1 2 0 0 0
[pid=23405/tid=23421] ppid=23403 vsize=320640 CPUtime=0 cores=0,2,4,6
/proc/23405/task/23421/stat : 23421 (python) S 23403 23405 20819 0 -1 4202560 26 933 0 0 0 0 0 0 25 0 5 0 639118424 328335360 7359 33554432000 4194304 5683644 140733408592064 18446744073709551615 212051478961 0 0 16781312 2 18446604442393216192 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 137.53
Current children cumulated vsize (KiB) 3952688

[startup+35.9014 s]
/proc/loadavg: 8.19 8.26 8.14 10/470 23423
/proc/meminfo: memFree=21860436/32951124 swapFree=51873460/67111528
[pid=23405] ppid=23403 vsize=320640 CPUtime=0.65 cores=0,2,4,6
/proc/23405/stat : 23405 (python) S 23403 23405 20819 0 -1 4202496 12453 933 1 0 56 9 0 0 25 0 5 0 639118347 328335360 7359 33554432000 4194304 5683644 140733408592064 18446744073709551615 212051482059 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/23405/statm: 80160 7359 1883 364 0 16069 0
[pid=23411] ppid=23405 vsize=279240 CPUtime=0.11 cores=0,2,4,6
/proc/23411/stat : 23411 (python) S 23405 23405 20819 0 -1 4202560 909 0 0 0 6 5 0 0 18 0 1 0 639118421 285941760 5749 33554432000 4194304 5683644 140733408592064 18446744073709551615 212039675407 0 0 16781312 514 12709809059323150593 0 0 17 4 0 0 0
/proc/23411/statm: 69810 5749 377 364 0 5728 0
[pid=23413] ppid=23411 vsize=1017932 CPUtime=34.63 cores=0,2,4,6
/proc/23413/stat : 23413 (gnovelty+2) R 23411 23413 23413 0 -1 4202496 488 0 0 0 3463 0 0 0 25 0 1 0 639118421 1042362368 227 33554432000 134512640 135663704 4288209536 18446744073709551615 134525286 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/23413/statm: 254483 227 113 282 0 254199 0
[pid=23414] ppid=23405 vsize=289884 CPUtime=0.11 cores=0,2,4,6
/proc/23414/stat : 23414 (python) S 23405 23405 20819 0 -1 4202560 923 0 0 0 6 5 0 0 18 0 1 0 639118422 296841216 5835 33554432000 4194304 5683644 140733408592064 18446744073709551615 212039675462 0 0 16781312 514 12709809059323150594 0 0 17 6 0 0 0
/proc/23414/statm: 72471 5835 371 364 0 8386 0
[pid=23416] ppid=23414 vsize=1017932 CPUtime=35.03 cores=0,2,4,6
/proc/23416/stat : 23416 (gnovelty+2) R 23414 23416 23416 0 -1 4202496 488 0 0 0 3503 0 0 0 25 0 1 0 639118422 1042362368 227 33554432000 134512640 135663704 4291138432 18446744073709551615 134524894 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/23416/statm: 254483 227 113 282 0 254199 0
[pid=23417] ppid=23405 vsize=300140 CPUtime=0.11 cores=0,2,4,6
/proc/23417/stat : 23417 (python) S 23405 23405 20819 0 -1 4202560 917 0 0 0 7 4 0 0 18 0 1 0 639118423 307343360 5839 33554432000 4194304 5683644 140733408592064 18446744073709551615 212039675462 0 0 16781312 514 12709809059323150593 0 0 17 2 0 0 0
/proc/23417/statm: 75035 5839 371 364 0 10947 0
[pid=23419] ppid=23417 vsize=416524 CPUtime=35.01 cores=0,2,4,6
/proc/23419/stat : 23419 (adaptg2wsat2009) R 23417 23419 23419 0 -1 4202496 582 0 0 0 3501 0 0 0 25 0 1 0 639118424 426520576 321 33554432000 134512640 135107411 4289828928 18446744073709551615 134531696 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/23419/statm: 104131 321 59 146 0 103007 0
[pid=23420] ppid=23405 vsize=310396 CPUtime=1.31 cores=0,2,4,6
/proc/23420/stat : 23420 (python) R 23405 23405 20819 0 -1 4202560 965 0 0 0 113 18 0 0 17 0 1 0 639118424 317845504 5843 33554432000 4194304 5683644 140733408592064 18446744073709551615 212051485503 0 0 16781312 514 0 0 0 17 0 0 0 0
/proc/23420/statm: 77599 5843 371 364 0 13508 0
[pid=23422] ppid=23420 vsize=0 CPUtime=33.71 cores=0,2,4,6
/proc/23422/stat : 23422 (march_hi) R 23420 23422 23422 0 -1 4202500 989 0 0 0 3370 1 0 0 25 0 1 0 639118424 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 0 0 0 0
/proc/23422/statm: 0 0 0 0 0 0 0
[pid=23405/tid=23412] ppid=23403 vsize=320640 CPUtime=0 cores=0,2,4,6
/proc/23405/task/23412/stat : 23412 (python) S 23403 23405 20819 0 -1 4202560 26 933 0 0 0 0 0 0 20 0 5 0 639118421 328335360 7359 33554432000 4194304 5683644 140733408592064 18446744073709551615 212051478961 0 0 16781312 2 18446604442393216192 0 0 -1 4 0 0 0
[pid=23405/tid=23415] ppid=23403 vsize=320640 CPUtime=0 cores=0,2,4,6
/proc/23405/task/23415/stat : 23415 (python) S 23403 23405 20819 0 -1 4202560 26 933 0 0 0 0 0 0 22 0 5 0 639118422 328335360 7359 33554432000 4194304 5683644 140733408592064 18446744073709551615 212051478961 0 0 16781312 2 18446604442393216192 0 0 -1 4 0 0 0
[pid=23405/tid=23418] ppid=23403 vsize=320640 CPUtime=0 cores=0,2,4,6
/proc/23405/task/23418/stat : 23418 (python) S 23403 23405 20819 0 -1 4202560 25 933 0 0 0 0 0 0 24 0 5 0 639118423 328335360 7359 33554432000 4194304 5683644 140733408592064 18446744073709551615 212051478961 0 0 16781312 2 18446604442393216192 0 0 -1 2 0 0 0
[pid=23405/tid=23421] ppid=23403 vsize=320640 CPUtime=0 cores=0,2,4,6
/proc/23405/task/23421/stat : 23421 (python) S 23403 23405 20819 0 -1 4202560 26 933 0 0 0 0 0 0 25 0 5 0 639118424 328335360 7359 33554432000 4194304 5683644 140733408592064 18446744073709551615 212051478961 0 0 16781312 2 18446604442393216192 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 140.67
Current children cumulated vsize (KiB) 3952688

[startup+36.7013 s]
/proc/loadavg: 8.19 8.26 8.14 11/470 23423
/proc/meminfo: memFree=21860396/32951124 swapFree=51873460/67111528
[pid=23405] ppid=23403 vsize=320640 CPUtime=0.65 cores=0,2,4,6
/proc/23405/stat : 23405 (python) S 23403 23405 20819 0 -1 4202496 12453 933 1 0 56 9 0 0 25 0 5 0 639118347 328335360 7359 33554432000 4194304 5683644 140733408592064 18446744073709551615 212051482059 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/23405/statm: 80160 7359 1883 364 0 16069 0
[pid=23411] ppid=23405 vsize=279240 CPUtime=0.11 cores=0,2,4,6
/proc/23411/stat : 23411 (python) S 23405 23405 20819 0 -1 4202560 909 0 0 0 6 5 0 0 18 0 1 0 639118421 285941760 5749 33554432000 4194304 5683644 140733408592064 18446744073709551615 212039675407 0 0 16781312 514 12709809059323150593 0 0 17 4 0 0 0
/proc/23411/statm: 69810 5749 377 364 0 5728 0
[pid=23413] ppid=23411 vsize=1017932 CPUtime=35.42 cores=0,2,4,6
/proc/23413/stat : 23413 (gnovelty+2) R 23411 23413 23413 0 -1 4202496 488 0 0 0 3542 0 0 0 25 0 1 0 639118421 1042362368 227 33554432000 134512640 135663704 4288209536 18446744073709551615 134524553 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/23413/statm: 254483 227 113 282 0 254199 0
[pid=23414] ppid=23405 vsize=289884 CPUtime=0.11 cores=0,2,4,6
/proc/23414/stat : 23414 (python) S 23405 23405 20819 0 -1 4202560 923 0 0 0 6 5 0 0 18 0 1 0 639118422 296841216 5835 33554432000 4194304 5683644 140733408592064 18446744073709551615 212039675462 0 0 16781312 514 12709809059323150594 0 0 17 6 0 0 0
/proc/23414/statm: 72471 5835 371 364 0 8386 0
[pid=23416] ppid=23414 vsize=1017932 CPUtime=35.83 cores=0,2,4,6
/proc/23416/stat : 23416 (gnovelty+2) R 23414 23416 23416 0 -1 4202496 488 0 0 0 3583 0 0 0 25 0 1 0 639118422 1042362368 227 33554432000 134512640 135663704 4291138432 18446744073709551615 134524509 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/23416/statm: 254483 227 113 282 0 254199 0
[pid=23417] ppid=23405 vsize=300140 CPUtime=0.11 cores=0,2,4,6
/proc/23417/stat : 23417 (python) S 23405 23405 20819 0 -1 4202560 917 0 0 0 7 4 0 0 18 0 1 0 639118423 307343360 5839 33554432000 4194304 5683644 140733408592064 18446744073709551615 212039675462 0 0 16781312 514 12709809059323150593 0 0 17 2 0 0 0
/proc/23417/statm: 75035 5839 371 364 0 10947 0
[pid=23419] ppid=23417 vsize=416524 CPUtime=35.81 cores=0,2,4,6
/proc/23419/stat : 23419 (adaptg2wsat2009) R 23417 23419 23419 0 -1 4202496 582 0 0 0 3581 0 0 0 25 0 1 0 639118424 426520576 321 33554432000 134512640 135107411 4289828928 18446744073709551615 134531411 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/23419/statm: 104131 321 59 146 0 103007 0
[pid=23420] ppid=23405 vsize=310396 CPUtime=2.11 cores=0,2,4,6
/proc/23420/stat : 23420 (python) R 23405 23405 20819 0 -1 4202560 965 0 0 0 185 26 0 0 18 0 1 0 639118424 317845504 5843 33554432000 4194304 5683644 140733408592064 18446744073709551615 212051485503 0 0 16781312 514 0 0 0 17 0 0 0 0
/proc/23420/statm: 77599 5843 371 364 0 13508 0
[pid=23422] ppid=23420 vsize=0 CPUtime=33.71 cores=0,2,4,6
/proc/23422/stat : 23422 (march_hi) R 23420 23422 23422 0 -1 4202500 989 0 0 0 3370 1 0 0 25 0 1 0 639118424 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 0 0 0 0
/proc/23422/statm: 0 0 0 0 0 0 0
[pid=23405/tid=23412] ppid=23403 vsize=320640 CPUtime=0 cores=0,2,4,6
/proc/23405/task/23412/stat : 23412 (python) S 23403 23405 20819 0 -1 4202560 26 933 0 0 0 0 0 0 20 0 5 0 639118421 328335360 7359 33554432000 4194304 5683644 140733408592064 18446744073709551615 212051478961 0 0 16781312 2 18446604442393216192 0 0 -1 4 0 0 0
[pid=23405/tid=23415] ppid=23403 vsize=320640 CPUtime=0 cores=0,2,4,6
/proc/23405/task/23415/stat : 23415 (python) S 23403 23405 20819 0 -1 4202560 26 933 0 0 0 0 0 0 22 0 5 0 639118422 328335360 7359 33554432000 4194304 5683644 140733408592064 18446744073709551615 212051478961 0 0 16781312 2 18446604442393216192 0 0 -1 4 0 0 0
[pid=23405/tid=23418] ppid=23403 vsize=320640 CPUtime=0 cores=0,2,4,6
/proc/23405/task/23418/stat : 23418 (python) S 23403 23405 20819 0 -1 4202560 25 933 0 0 0 0 0 0 24 0 5 0 639118423 328335360 7359 33554432000 4194304 5683644 140733408592064 18446744073709551615 212051478961 0 0 16781312 2 18446604442393216192 0 0 -1 2 0 0 0
[pid=23405/tid=23421] ppid=23403 vsize=320640 CPUtime=0 cores=0,2,4,6
/proc/23405/task/23421/stat : 23421 (python) S 23403 23405 20819 0 -1 4202560 26 933 0 0 0 0 0 0 25 0 5 0 639118424 328335360 7359 33554432000 4194304 5683644 140733408592064 18446744073709551615 212051478961 0 0 16781312 2 18446604442393216192 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 143.86
Current children cumulated vsize (KiB) 3952688

[startup+37.1012 s]
/proc/loadavg: 8.19 8.26 8.14 11/470 23423
/proc/meminfo: memFree=21860396/32951124 swapFree=51873460/67111528
[pid=23405] ppid=23403 vsize=320640 CPUtime=0.65 cores=0,2,4,6
/proc/23405/stat : 23405 (python) S 23403 23405 20819 0 -1 4202496 12453 933 1 0 56 9 0 0 25 0 5 0 639118347 328335360 7359 33554432000 4194304 5683644 140733408592064 18446744073709551615 212051482059 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/23405/statm: 80160 7359 1883 364 0 16069 0
[pid=23411] ppid=23405 vsize=279240 CPUtime=0.11 cores=0,2,4,6
/proc/23411/stat : 23411 (python) S 23405 23405 20819 0 -1 4202560 909 0 0 0 6 5 0 0 18 0 1 0 639118421 285941760 5749 33554432000 4194304 5683644 140733408592064 18446744073709551615 212039675407 0 0 16781312 514 12709809059323150593 0 0 17 4 0 0 0
/proc/23411/statm: 69810 5749 377 364 0 5728 0
[pid=23413] ppid=23411 vsize=1017932 CPUtime=35.82 cores=0,2,4,6
/proc/23413/stat : 23413 (gnovelty+2) R 23411 23413 23413 0 -1 4202496 488 0 0 0 3582 0 0 0 25 0 1 0 639118421 1042362368 227 33554432000 134512640 135663704 4288209536 18446744073709551615 134525260 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/23413/statm: 254483 227 113 282 0 254199 0
[pid=23414] ppid=23405 vsize=289884 CPUtime=0.11 cores=0,2,4,6
/proc/23414/stat : 23414 (python) S 23405 23405 20819 0 -1 4202560 923 0 0 0 6 5 0 0 18 0 1 0 639118422 296841216 5835 33554432000 4194304 5683644 140733408592064 18446744073709551615 212039675462 0 0 16781312 514 12709809059323150594 0 0 17 6 0 0 0
/proc/23414/statm: 72471 5835 371 364 0 8386 0
[pid=23416] ppid=23414 vsize=1017932 CPUtime=36.23 cores=0,2,4,6
/proc/23416/stat : 23416 (gnovelty+2) R 23414 23416 23416 0 -1 4202496 488 0 0 0 3623 0 0 0 25 0 1 0 639118422 1042362368 227 33554432000 134512640 135663704 4291138432 18446744073709551615 134525286 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/23416/statm: 254483 227 113 282 0 254199 0
[pid=23417] ppid=23405 vsize=300140 CPUtime=0.11 cores=0,2,4,6
/proc/23417/stat : 23417 (python) S 23405 23405 20819 0 -1 4202560 917 0 0 0 7 4 0 0 18 0 1 0 639118423 307343360 5839 33554432000 4194304 5683644 140733408592064 18446744073709551615 212039675462 0 0 16781312 514 12709809059323150593 0 0 17 2 0 0 0
/proc/23417/statm: 75035 5839 371 364 0 10947 0
[pid=23419] ppid=23417 vsize=416524 CPUtime=36.21 cores=0,2,4,6
/proc/23419/stat : 23419 (adaptg2wsat2009) R 23417 23419 23419 0 -1 4202496 582 0 0 0 3621 0 0 0 25 0 1 0 639118424 426520576 321 33554432000 134512640 135107411 4289828928 18446744073709551615 134531942 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/23419/statm: 104131 321 59 146 0 103007 0
[pid=23420] ppid=23405 vsize=310396 CPUtime=2.51 cores=0,2,4,6
/proc/23420/stat : 23420 (python) R 23405 23405 20819 0 -1 4202560 965 0 0 0 220 31 0 0 18 0 1 0 639118424 317845504 5843 33554432000 4194304 5683644 140733408592064 18446744073709551615 212039675462 0 0 16781312 514 0 0 0 17 0 0 0 0
/proc/23420/statm: 77599 5843 371 364 0 13508 0
[pid=23422] ppid=23420 vsize=0 CPUtime=33.71 cores=0,2,4,6
/proc/23422/stat : 23422 (march_hi) R 23420 23422 23422 0 -1 4202500 989 0 0 0 3370 1 0 0 25 0 1 0 639118424 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 0 0 0 0
/proc/23422/statm: 0 0 0 0 0 0 0
[pid=23405/tid=23412] ppid=23403 vsize=320640 CPUtime=0 cores=0,2,4,6
/proc/23405/task/23412/stat : 23412 (python) S 23403 23405 20819 0 -1 4202560 26 933 0 0 0 0 0 0 20 0 5 0 639118421 328335360 7359 33554432000 4194304 5683644 140733408592064 18446744073709551615 212051478961 0 0 16781312 2 18446604442393216192 0 0 -1 4 0 0 0
[pid=23405/tid=23415] ppid=23403 vsize=320640 CPUtime=0 cores=0,2,4,6
/proc/23405/task/23415/stat : 23415 (python) S 23403 23405 20819 0 -1 4202560 26 933 0 0 0 0 0 0 22 0 5 0 639118422 328335360 7359 33554432000 4194304 5683644 140733408592064 18446744073709551615 212051478961 0 0 16781312 2 18446604442393216192 0 0 -1 4 0 0 0
[pid=23405/tid=23418] ppid=23403 vsize=320640 CPUtime=0 cores=0,2,4,6
/proc/23405/task/23418/stat : 23418 (python) S 23403 23405 20819 0 -1 4202560 25 933 0 0 0 0 0 0 24 0 5 0 639118423 328335360 7359 33554432000 4194304 5683644 140733408592064 18446744073709551615 212051478961 0 0 16781312 2 18446604442393216192 0 0 -1 2 0 0 0
[pid=23405/tid=23421] ppid=23403 vsize=320640 CPUtime=0 cores=0,2,4,6
/proc/23405/task/23421/stat : 23421 (python) S 23403 23405 20819 0 -1 4202560 26 933 0 0 0 0 0 0 25 0 5 0 639118424 328335360 7359 33554432000 4194304 5683644 140733408592064 18446744073709551615 212051478961 0 0 16781312 2 18446604442393216192 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 145.46
Current children cumulated vsize (KiB) 3952688

[startup+37.2012 s]
/proc/loadavg: 8.19 8.26 8.14 11/470 23423
/proc/meminfo: memFree=21860396/32951124 swapFree=51873460/67111528
[pid=23405] ppid=23403 vsize=320640 CPUtime=0.65 cores=0,2,4,6
/proc/23405/stat : 23405 (python) S 23403 23405 20819 0 -1 4202496 12453 933 1 0 56 9 0 0 25 0 5 0 639118347 328335360 7359 33554432000 4194304 5683644 140733408592064 18446744073709551615 212051482059 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/23405/statm: 80160 7359 1883 364 0 16069 0
[pid=23411] ppid=23405 vsize=279240 CPUtime=0.11 cores=0,2,4,6
/proc/23411/stat : 23411 (python) S 23405 23405 20819 0 -1 4202560 909 0 0 0 6 5 0 0 18 0 1 0 639118421 285941760 5749 33554432000 4194304 5683644 140733408592064 18446744073709551615 212039675407 0 0 16781312 514 12709809059323150593 0 0 17 4 0 0 0
/proc/23411/statm: 69810 5749 377 364 0 5728 0
[pid=23413] ppid=23411 vsize=1017932 CPUtime=35.92 cores=0,2,4,6
/proc/23413/stat : 23413 (gnovelty+2) R 23411 23413 23413 0 -1 4202496 488 0 0 0 3592 0 0 0 25 0 1 0 639118421 1042362368 227 33554432000 134512640 135663704 4288209536 18446744073709551615 134524882 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/23413/statm: 254483 227 113 282 0 254199 0
[pid=23414] ppid=23405 vsize=289884 CPUtime=0.11 cores=0,2,4,6
/proc/23414/stat : 23414 (python) S 23405 23405 20819 0 -1 4202560 923 0 0 0 6 5 0 0 18 0 1 0 639118422 296841216 5835 33554432000 4194304 5683644 140733408592064 18446744073709551615 212039675462 0 0 16781312 514 12709809059323150594 0 0 17 6 0 0 0
/proc/23414/statm: 72471 5835 371 364 0 8386 0
[pid=23416] ppid=23414 vsize=1017932 CPUtime=36.33 cores=0,2,4,6
/proc/23416/stat : 23416 (gnovelty+2) R 23414 23416 23416 0 -1 4202496 488 0 0 0 3633 0 0 0 25 0 1 0 639118422 1042362368 227 33554432000 134512640 135663704 4291138432 18446744073709551615 134524548 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/23416/statm: 254483 227 113 282 0 254199 0
[pid=23417] ppid=23405 vsize=300140 CPUtime=0.11 cores=0,2,4,6
/proc/23417/stat : 23417 (python) S 23405 23405 20819 0 -1 4202560 917 0 0 0 7 4 0 0 18 0 1 0 639118423 307343360 5839 33554432000 4194304 5683644 140733408592064 18446744073709551615 212039675462 0 0 16781312 514 12709809059323150593 0 0 17 2 0 0 0
/proc/23417/statm: 75035 5839 371 364 0 10947 0
[pid=23419] ppid=23417 vsize=416524 CPUtime=36.31 cores=0,2,4,6
/proc/23419/stat : 23419 (adaptg2wsat2009) R 23417 23419 23419 0 -1 4202496 582 0 0 0 3631 0 0 0 25 0 1 0 639118424 426520576 321 33554432000 134512640 135107411 4289828928 18446744073709551615 134532277 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/23419/statm: 104131 321 59 146 0 103007 0
[pid=23420] ppid=23405 vsize=310396 CPUtime=2.61 cores=0,2,4,6
/proc/23420/stat : 23420 (python) R 23405 23405 20819 0 -1 4202560 965 0 0 0 229 32 0 0 18 0 1 0 639118424 317845504 5843 33554432000 4194304 5683644 140733408592064 18446744073709551615 212039675462 0 0 16781312 514 0 0 0 17 0 0 0 0
/proc/23420/statm: 77599 5843 371 364 0 13508 0
[pid=23422] ppid=23420 vsize=0 CPUtime=33.71 cores=0,2,4,6
/proc/23422/stat : 23422 (march_hi) R 23420 23422 23422 0 -1 4202500 989 0 0 0 3370 1 0 0 25 0 1 0 639118424 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 0 0 0 0
/proc/23422/statm: 0 0 0 0 0 0 0
[pid=23405/tid=23412] ppid=23403 vsize=320640 CPUtime=0 cores=0,2,4,6
/proc/23405/task/23412/stat : 23412 (python) S 23403 23405 20819 0 -1 4202560 26 933 0 0 0 0 0 0 20 0 5 0 639118421 328335360 7359 33554432000 4194304 5683644 140733408592064 18446744073709551615 212051478961 0 0 16781312 2 18446604442393216192 0 0 -1 4 0 0 0
[pid=23405/tid=23415] ppid=23403 vsize=320640 CPUtime=0 cores=0,2,4,6
/proc/23405/task/23415/stat : 23415 (python) S 23403 23405 20819 0 -1 4202560 26 933 0 0 0 0 0 0 22 0 5 0 639118422 328335360 7359 33554432000 4194304 5683644 140733408592064 18446744073709551615 212051478961 0 0 16781312 2 18446604442393216192 0 0 -1 4 0 0 0
[pid=23405/tid=23418] ppid=23403 vsize=320640 CPUtime=0 cores=0,2,4,6
/proc/23405/task/23418/stat : 23418 (python) S 23403 23405 20819 0 -1 4202560 25 933 0 0 0 0 0 0 24 0 5 0 639118423 328335360 7359 33554432000 4194304 5683644 140733408592064 18446744073709551615 212051478961 0 0 16781312 2 18446604442393216192 0 0 -1 2 0 0 0
[pid=23405/tid=23421] ppid=23403 vsize=320640 CPUtime=0 cores=0,2,4,6
/proc/23405/task/23421/stat : 23421 (python) S 23403 23405 20819 0 -1 4202560 26 933 0 0 0 0 0 0 25 0 5 0 639118424 328335360 7359 33554432000 4194304 5683644 140733408592064 18446744073709551615 212051478961 0 0 16781312 2 18446604442393216192 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 145.86
Current children cumulated vsize (KiB) 3952688

Child status: 0
Real time (s): 37.2308
CPU time (s): 145.989
CPU user time (s): 145.373
CPU system time (s): 0.615906
CPU usage (%): 392.119
Max. virtual memory (cumulated for all children) (KiB): 3954956

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 145.373
system time used= 0.615906
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 24406
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= 1969
involuntary context switches= 2011

runsolver used 0.165974 second user time and 0.379942 second system time

The end

Launcher Data

Begin job on node146 at 2011-05-15 15:43:41
IDJOB=3378684
IDBENCH=83093
IDSOLVER=1859
FILE ID=node146/3378684-1305467021
RUNJOBID= node146-1305463158-20837
PBS_JOBID= 13324984
Free space on /tmp= 73260 MiB

SOLVER NAME= borg-sat 11.03.02-par-random (fixed)
BENCH NAME= SAT11/random/medium/unif-k7-r89-v50-c4450-S708803296-021.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-3378684-1305467021/watcher-3378684-1305467021 -o /tmp/evaluation-result-3378684-1305467021/solver-3378684-1305467021 -C 4800 -W 1300 -M 15500  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3378684-1305467021.cnf -seed 388243725 -budget 4800 -cores 4

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

MD5SUM BENCH= 6dcea24e0d40e217adec300bb8ded029
RANDOM SEED=388243725

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      21905956 kB
Buffers:        159872 kB
Cached:        1084432 kB
SwapCached:      56148 kB
Active:        8256900 kB
Inactive:      2520884 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      21905956 kB
SwapTotal:    67111528 kB
SwapFree:     51873460 kB
Dirty:           31904 kB
Writeback:           0 kB
AnonPages:     9484084 kB
Mapped:          29680 kB
Slab:           113840 kB
PageTables:      85320 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 121390644 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= 73228 MiB
End job on node146 at 2011-05-15 15:44:18