Trace number 3377537

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-seq-random (fixed)UNSAT 436.464 436.353

General information on the benchmark

Namerandom/medium/
unif-k7-r89-v50-c4450-S1273410420-036.UNKNOWN.cnf
MD5SUMc7c56fd965d7a6907a8127d8bee5e481
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark34.9237
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.35/0.65	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.35/0.65	c INFO: solving HOME/instance-3377537-1305454034.cnf
0.35/0.65	c INFO: computing task features
0.35/0.68	c INFO: computed variable-clause graph statistics
0.35/0.69	c INFO: computed clause balance statistics
0.53/0.84	c INFO: computed variable balance statistics
0.63/0.90	c INFO: computed small-clause counts
0.63/0.90	c INFO: computed Horn-clause counts
0.63/0.91	c INFO: computed variable graph statistics
0.63/0.91	c INFO: collected features for HOME/instance-3377537-1305454034.cnf in 0.25 s
0.63/0.92	c INFO: running gnovelty+2@0 for 97 with 2399 remaining (b = 0.58)
100.88/101.23	c INFO: running gnovelty+2@0 for 97 with 2299 remaining (b = 0.10)
201.20/201.54	c INFO: running adaptg2wsat2009++@0 for 97 with 2199 remaining (b = 0.04)
301.51/301.85	c INFO: running adaptg2wsat2009++@0 for 97 with 2099 remaining (b = 0.03)
401.10/401.18	c INFO: running march_hi@0 for 388 with 2000 remaining (b = 0.13)
436.31/436.33	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-3377537-1305454034/watcher-3377537-1305454034 -o /tmp/evaluation-result-3377537-1305454034/solver-3377537-1305454034 -C 2400 -W 1300 -M 7680 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3377537-1305454034.cnf -seed 990056841 -budget 2400 

running on 2 cores: 5,7

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


[startup+0 s]
/proc/loadavg: 4.18 4.15 4.05 5/437 24446
/proc/meminfo: memFree=20190232/32951124 swapFree=65581052/67111528
[pid=24446] ppid=24444 vsize=15184 CPUtime=0 cores=5,7
/proc/24446/stat : 24446 (python) S 24444 24446 22815 0 -1 4202496 732 0 0 0 0 0 0 0 25 0 1 0 657001119 15548416 621 33554432000 4194304 5683644 140736629641216 18446744073709551615 218905729024 0 2147483391 16781312 2 18446744071699207358 0 0 17 5 0 0 0
/proc/24446/statm: 3796 621 322 364 0 283 0

[startup+0.101748 s]
/proc/loadavg: 4.18 4.15 4.05 5/437 24446
/proc/meminfo: memFree=20190232/32951124 swapFree=65581052/67111528
[pid=24446] ppid=24444 vsize=85616 CPUtime=0.05 cores=5,7
/proc/24446/stat : 24446 (python) S 24444 24446 22815 0 -1 4202496 2628 0 0 0 4 1 0 0 17 0 1 0 657001119 87670784 2347 33554432000 4194304 5683644 140736629641216 18446744073709551615 218905729024 0 2147483391 16781312 2 18446744071699207358 0 0 17 5 0 0 0
/proc/24446/statm: 21404 2347 713 364 0 1621 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 85616

[startup+0.200729 s]
/proc/loadavg: 4.18 4.15 4.05 5/437 24446
/proc/meminfo: memFree=20190232/32951124 swapFree=65581052/67111528
[pid=24446] ppid=24444 vsize=124232 CPUtime=0.11 cores=5,7
/proc/24446/stat : 24446 (python) R 24444 24446 22815 0 -1 4202496 4259 0 1 0 7 4 0 0 17 0 1 0 657001119 127213568 3868 33554432000 4194304 5683644 140736629641216 18446744073709551615 5114048 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/24446/statm: 31058 3868 995 364 0 2869 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 124232

[startup+0.300753 s]
/proc/loadavg: 4.18 4.15 4.05 5/437 24446
/proc/meminfo: memFree=20190232/32951124 swapFree=65581052/67111528
[pid=24446] ppid=24444 vsize=135748 CPUtime=0.17 cores=5,7
/proc/24446/stat : 24446 (python) R 24444 24446 22815 0 -1 4202496 5970 931 1 0 12 5 0 0 17 0 1 0 657001119 139005952 4149 33554432000 4194304 5683644 140736629641216 18446744073709551615 218905726981 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/24446/statm: 33937 4149 1032 364 0 3123 0
Current children cumulated CPU time (s) 0.17
Current children cumulated vsize (KiB) 135748

[startup+0.700642 s]
/proc/loadavg: 4.18 4.15 4.05 5/437 24446
/proc/meminfo: memFree=20190232/32951124 swapFree=65581052/67111528
[pid=24446] ppid=24444 vsize=279212 CPUtime=0.43 cores=5,7
/proc/24446/stat : 24446 (python) R 24444 24446 22815 0 -1 4202496 9539 931 1 0 33 10 0 0 15 0 1 0 657001119 285913088 7197 33554432000 4194304 5683644 140736629641216 18446744073709551615 218905379756 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/24446/statm: 69803 7197 1826 364 0 5727 0
Current children cumulated CPU time (s) 0.43
Current children cumulated vsize (KiB) 279212

[startup+1.50049 s]
/proc/loadavg: 4.18 4.15 4.05 5/441 24454
/proc/meminfo: memFree=20163788/32951124 swapFree=65581052/67111528
[pid=24446] ppid=24444 vsize=289480 CPUtime=0.66 cores=5,7
/proc/24446/stat : 24446 (python) S 24444 24446 22815 0 -1 4202496 9966 931 1 0 55 11 0 0 17 0 2 0 657001119 296427520 7244 33554432000 4194304 5683644 140736629641216 18446744073709551615 218917557707 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/24446/statm: 72370 7244 1869 364 0 8288 0
[pid=24452] ppid=24446 vsize=279236 CPUtime=0 cores=5,7
/proc/24452/stat : 24452 (python) S 24446 24446 22815 0 -1 4202560 734 0 0 0 0 0 0 0 18 0 1 0 657001212 285937664 5725 33554432000 4194304 5683644 140736629641216 18446744073709551615 218905751055 0 0 16781312 514 9130546046852661247 0 0 17 5 0 0 0
/proc/24452/statm: 69809 5725 354 364 0 5727 0
[pid=24454] ppid=24452 vsize=1017932 CPUtime=0.56 cores=5,7
/proc/24454/stat : 24454 (gnovelty+2) R 24452 24454 24454 0 -1 4202496 490 0 0 0 56 0 0 0 20 0 1 0 657001212 1042362368 227 33554432000 134512640 135663704 4287972768 18446744073709551615 134524548 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/24454/statm: 254483 227 113 282 0 254199 0
[pid=24446/tid=24453] ppid=24444 vsize=289480 CPUtime=0 cores=5,7
/proc/24446/task/24453/stat : 24453 (python) S 24444 24446 22815 0 -1 4202560 32 931 0 0 0 0 0 0 18 0 2 0 657001212 296427520 7244 33554432000 4194304 5683644 140736629641216 18446744073709551615 218917554609 0 0 16781312 2 18446604463628499648 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1.22
Current children cumulated vsize (KiB) 1586648

[startup+3.1002 s]
/proc/loadavg: 4.18 4.15 4.05 5/441 24455
/proc/meminfo: memFree=20162672/32951124 swapFree=65581052/67111528
[pid=24446] ppid=24444 vsize=289480 CPUtime=0.66 cores=5,7
/proc/24446/stat : 24446 (python) S 24444 24446 22815 0 -1 4202496 9966 931 1 0 55 11 0 0 17 0 2 0 657001119 296427520 7244 33554432000 4194304 5683644 140736629641216 18446744073709551615 218917557707 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/24446/statm: 72370 7244 1869 364 0 8288 0
[pid=24452] ppid=24446 vsize=279236 CPUtime=0 cores=5,7
/proc/24452/stat : 24452 (python) S 24446 24446 22815 0 -1 4202560 734 0 0 0 0 0 0 0 18 0 1 0 657001212 285937664 5725 33554432000 4194304 5683644 140736629641216 18446744073709551615 218905751055 0 0 16781312 514 9130546046852628744 0 0 17 5 0 0 0
/proc/24452/statm: 69809 5725 354 364 0 5727 0
[pid=24454] ppid=24452 vsize=1017932 CPUtime=2.16 cores=5,7
/proc/24454/stat : 24454 (gnovelty+2) R 24452 24454 24454 0 -1 4202496 490 0 0 0 216 0 0 0 25 0 1 0 657001212 1042362368 227 33554432000 134512640 135663704 4287972768 18446744073709551615 134524507 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/24454/statm: 254483 227 113 282 0 254199 0
[pid=24446/tid=24453] ppid=24444 vsize=289480 CPUtime=0 cores=5,7
/proc/24446/task/24453/stat : 24453 (python) S 24444 24446 22815 0 -1 4202560 32 931 0 0 0 0 0 0 18 0 2 0 657001212 296427520 7244 33554432000 4194304 5683644 140736629641216 18446744073709551615 218917554609 0 0 16781312 2 18446604463628499648 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 2.82
Current children cumulated vsize (KiB) 1586648

[startup+6.30063 s]
/proc/loadavg: 4.16 4.15 4.05 5/441 24455
/proc/meminfo: memFree=20158952/32951124 swapFree=65581052/67111528
[pid=24446] ppid=24444 vsize=289480 CPUtime=0.66 cores=5,7
/proc/24446/stat : 24446 (python) S 24444 24446 22815 0 -1 4202496 9966 931 1 0 55 11 0 0 17 0 2 0 657001119 296427520 7244 33554432000 4194304 5683644 140736629641216 18446744073709551615 218917557707 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/24446/statm: 72370 7244 1869 364 0 8288 0
[pid=24452] ppid=24446 vsize=279236 CPUtime=0.01 cores=5,7
/proc/24452/stat : 24452 (python) S 24446 24446 22815 0 -1 4202560 985 0 0 0 0 1 0 0 18 0 1 0 657001212 285937664 5753 33554432000 4194304 5683644 140736629641216 18446744073709551615 218905751055 0 0 16781312 514 9130546046852628744 0 0 17 5 0 0 0
/proc/24452/statm: 69809 5753 382 364 0 5727 0
[pid=24454] ppid=24452 vsize=1017932 CPUtime=5.34 cores=5,7
/proc/24454/stat : 24454 (gnovelty+2) R 24452 24454 24454 0 -1 4202496 490 0 0 0 534 0 0 0 25 0 1 0 657001212 1042362368 227 33554432000 134512640 135663704 4287972768 18446744073709551615 134544252 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/24454/statm: 254483 227 113 282 0 254199 0
[pid=24446/tid=24453] ppid=24444 vsize=289480 CPUtime=0 cores=5,7
/proc/24446/task/24453/stat : 24453 (python) S 24444 24446 22815 0 -1 4202560 32 931 0 0 0 0 0 0 18 0 2 0 657001212 296427520 7244 33554432000 4194304 5683644 140736629641216 18446744073709551615 218917554609 0 0 16781312 2 18446604463628499648 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 6.01
Current children cumulated vsize (KiB) 1586648

[startup+12.7005 s]
/proc/loadavg: 4.15 4.14 4.05 5/441 24455
/proc/meminfo: memFree=20156672/32951124 swapFree=65581052/67111528
[pid=24446] ppid=24444 vsize=289480 CPUtime=0.66 cores=5,7
/proc/24446/stat : 24446 (python) S 24444 24446 22815 0 -1 4202496 9966 931 1 0 55 11 0 0 17 0 2 0 657001119 296427520 7244 33554432000 4194304 5683644 140736629641216 18446744073709551615 218917557707 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/24446/statm: 72370 7244 1869 364 0 8288 0
[pid=24452] ppid=24446 vsize=279236 CPUtime=0.03 cores=5,7
/proc/24452/stat : 24452 (python) S 24446 24446 22815 0 -1 4202560 988 0 0 0 1 2 0 0 18 0 1 0 657001212 285937664 5753 33554432000 4194304 5683644 140736629641216 18446744073709551615 218905751055 0 0 16781312 514 10078246725497094408 0 0 17 5 0 0 0
/proc/24452/statm: 69809 5753 382 364 0 5727 0
[pid=24454] ppid=24452 vsize=1017932 CPUtime=11.72 cores=5,7
/proc/24454/stat : 24454 (gnovelty+2) R 24452 24454 24454 0 -1 4202496 490 0 0 0 1172 0 0 0 25 0 1 0 657001212 1042362368 227 33554432000 134512640 135663704 4287972768 18446744073709551615 134524888 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/24454/statm: 254483 227 113 282 0 254199 0
[pid=24446/tid=24453] ppid=24444 vsize=289480 CPUtime=0 cores=5,7
/proc/24446/task/24453/stat : 24453 (python) S 24444 24446 22815 0 -1 4202560 32 931 0 0 0 0 0 0 18 0 2 0 657001212 296427520 7244 33554432000 4194304 5683644 140736629641216 18446744073709551615 218917554609 0 0 16781312 2 18446604463628499648 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 12.41
Current children cumulated vsize (KiB) 1586648

[startup+25.5012 s]
/proc/loadavg: 4.18 4.15 4.05 5/441 24455
/proc/meminfo: memFree=20154324/32951124 swapFree=65581052/67111528
[pid=24446] ppid=24444 vsize=289480 CPUtime=0.66 cores=5,7
/proc/24446/stat : 24446 (python) S 24444 24446 22815 0 -1 4202496 9966 931 1 0 55 11 0 0 17 0 2 0 657001119 296427520 7244 33554432000 4194304 5683644 140736629641216 18446744073709551615 218917557707 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/24446/statm: 72370 7244 1869 364 0 8288 0
[pid=24452] ppid=24446 vsize=279236 CPUtime=0.07 cores=5,7
/proc/24452/stat : 24452 (python) S 24446 24446 22815 0 -1 4202560 994 0 0 0 3 4 0 0 18 0 1 0 657001212 285937664 5753 33554432000 4194304 5683644 140736629641216 18446744073709551615 218905751055 0 0 16781312 514 10078246725497094408 0 0 17 5 0 0 0
/proc/24452/statm: 69809 5753 382 364 0 5727 0
[pid=24454] ppid=24452 vsize=1017932 CPUtime=24.47 cores=5,7
/proc/24454/stat : 24454 (gnovelty+2) R 24452 24454 24454 0 -1 4202496 490 0 0 0 2447 0 0 0 25 0 1 0 657001212 1042362368 227 33554432000 134512640 135663704 4287972768 18446744073709551615 134525265 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/24454/statm: 254483 227 113 282 0 254199 0
[pid=24446/tid=24453] ppid=24444 vsize=289480 CPUtime=0 cores=5,7
/proc/24446/task/24453/stat : 24453 (python) S 24444 24446 22815 0 -1 4202560 32 931 0 0 0 0 0 0 18 0 2 0 657001212 296427520 7244 33554432000 4194304 5683644 140736629641216 18446744073709551615 218917554609 0 0 16781312 2 18446604463628499648 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 25.2
Current children cumulated vsize (KiB) 1586648

[startup+51.1005 s]
/proc/loadavg: 4.18 4.16 4.05 5/441 24456
/proc/meminfo: memFree=20146352/32951124 swapFree=65581052/67111528
[pid=24446] ppid=24444 vsize=289480 CPUtime=0.66 cores=5,7
/proc/24446/stat : 24446 (python) S 24444 24446 22815 0 -1 4202496 9966 931 1 0 55 11 0 0 17 0 2 0 657001119 296427520 7244 33554432000 4194304 5683644 140736629641216 18446744073709551615 218917557707 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/24446/statm: 72370 7244 1869 364 0 8288 0
[pid=24452] ppid=24446 vsize=279236 CPUtime=0.13 cores=5,7
/proc/24452/stat : 24452 (python) S 24446 24446 22815 0 -1 4202560 1005 0 0 0 7 6 0 0 18 0 1 0 657001212 285937664 5753 33554432000 4194304 5683644 140736629641216 18446744073709551615 218905751055 0 0 16781312 514 10078246725497094408 0 0 17 5 0 0 0
/proc/24452/statm: 69809 5753 382 364 0 5727 0
[pid=24454] ppid=24452 vsize=1017932 CPUtime=49.99 cores=5,7
/proc/24454/stat : 24454 (gnovelty+2) R 24452 24454 24454 0 -1 4202496 490 0 0 0 4999 0 0 0 25 0 1 0 657001212 1042362368 227 33554432000 134512640 135663704 4287972768 18446744073709551615 134524918 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/24454/statm: 254483 227 113 282 0 254199 0
[pid=24446/tid=24453] ppid=24444 vsize=289480 CPUtime=0 cores=5,7
/proc/24446/task/24453/stat : 24453 (python) S 24444 24446 22815 0 -1 4202560 32 931 0 0 0 0 0 0 18 0 2 0 657001212 296427520 7244 33554432000 4194304 5683644 140736629641216 18446744073709551615 218917554609 0 0 16781312 2 18446604463628499648 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 50.78
Current children cumulated vsize (KiB) 1586648

[startup+102.301 s]
/proc/loadavg: 4.08 4.13 4.05 5/449 24465
/proc/meminfo: memFree=20121388/32951124 swapFree=65581052/67111528
[pid=24446] ppid=24444 vsize=300124 CPUtime=0.67 cores=5,7
/proc/24446/stat : 24446 (python) S 24444 24446 22815 0 -1 4202496 10846 931 1 0 56 11 0 0 20 0 3 0 657001119 307326976 7339 33554432000 4194304 5683644 140736629641216 18446744073709551615 218917557707 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/24446/statm: 75031 7339 1872 364 0 10946 0
[pid=24452] ppid=24446 vsize=289480 CPUtime=0.3 cores=5,7
/proc/24452/stat : 24452 (python) S 24446 24446 22815 0 -1 4202560 1165 0 0 0 16 14 0 0 19 0 2 0 657001212 296427520 5791 33554432000 4194304 5683644 140736629641216 18446744073709551615 218917557707 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/24452/statm: 72370 5791 415 364 0 8288 0
[pid=24454] ppid=24452 vsize=1017932 CPUtime=99.95 cores=5,7
/proc/24454/stat : 24454 (gnovelty+2) T 24452 24454 24454 0 -1 4202496 490 0 0 0 9995 0 0 0 25 0 1 0 657001212 1042362368 227 33554432000 134512640 135663704 4287972768 18446744073709551615 134525302 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/24454/statm: 254483 227 113 282 0 254199 0
[pid=24452/tid=24462] ppid=24446 vsize=289480 CPUtime=0 cores=5,7
/proc/24452/task/24462/stat : 24462 (python) S 24446 24446 22815 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 657011242 296427520 5791 33554432000 4194304 5683644 140736629641216 18446744073709551615 218917554609 0 0 16781312 514 18446604463628498752 0 0 -1 7 0 0 0
[pid=24463] ppid=24446 vsize=289880 CPUtime=0 cores=5,7
/proc/24463/stat : 24463 (python) S 24446 24446 22815 0 -1 4202560 732 0 0 0 0 0 0 0 18 0 1 0 657011243 296837120 5811 33554432000 4194304 5683644 140736629641216 18446744073709551615 218905751110 0 0 16781312 514 10747806979909976327 0 0 17 5 0 0 0
/proc/24463/statm: 72470 5811 348 364 0 8385 0
[pid=24465] ppid=24463 vsize=1017932 CPUtime=1.06 cores=5,7
/proc/24465/stat : 24465 (gnovelty+2) R 24463 24465 24465 0 -1 4202496 490 0 0 0 106 0 0 0 24 0 1 0 657011243 1042362368 227 33554432000 134512640 135663704 4287409792 18446744073709551615 134525722 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/24465/statm: 254483 227 113 282 0 254199 0
[pid=24446/tid=24453] ppid=24444 vsize=300124 CPUtime=0 cores=5,7
/proc/24446/task/24453/stat : 24453 (python) S 24444 24446 22815 0 -1 4202560 32 931 0 0 0 0 0 0 18 0 3 0 657001212 307326976 7339 33554432000 4194304 5683644 140736629641216 18446744073709551615 218917554609 0 0 16781312 2 18446604463628499648 0 0 -1 5 0 0 0
[pid=24446/tid=24464] ppid=24444 vsize=300124 CPUtime=0 cores=5,7
/proc/24446/task/24464/stat : 24464 (python) S 24444 24446 22815 0 -1 4202560 27 931 0 0 0 0 0 0 20 0 3 0 657011243 307326976 7339 33554432000 4194304 5683644 140736629641216 18446744073709551615 218917554609 0 0 16781312 2 18446604463628499648 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 101.98
Current children cumulated vsize (KiB) 2915348

[startup+162.3 s]
/proc/loadavg: 4.03 4.10 4.04 5/449 24467
/proc/meminfo: memFree=20103384/32951124 swapFree=65581052/67111528
[pid=24446] ppid=24444 vsize=300124 CPUtime=0.67 cores=5,7
/proc/24446/stat : 24446 (python) S 24444 24446 22815 0 -1 4202496 10846 931 1 0 56 11 0 0 20 0 3 0 657001119 307326976 7339 33554432000 4194304 5683644 140736629641216 18446744073709551615 218917557707 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/24446/statm: 75031 7339 1872 364 0 10946 0
[pid=24452] ppid=24446 vsize=289480 CPUtime=0.3 cores=5,7

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

[startup+436.001 s]
/proc/loadavg: 4.11 4.09 4.04 5/473 24498
/proc/meminfo: memFree=19988820/32951124 swapFree=65581052/67111528
[pid=24446] ppid=24444 vsize=330892 CPUtime=0.71 cores=5,7
/proc/24446/stat : 24446 (python) S 24444 24446 22815 0 -1 4202496 13481 931 1 0 60 11 0 0 20 0 6 0 657001119 338833408 7365 33554432000 4194304 5683644 140736629641216 18446744073709551615 218917557707 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/24446/statm: 82723 7365 1886 364 0 18629 0
[pid=24452] ppid=24446 vsize=289480 CPUtime=0.3 cores=5,7
/proc/24452/stat : 24452 (python) S 24446 24446 22815 0 -1 4202560 1165 0 0 0 16 14 0 0 19 0 2 0 657001212 296427520 5791 33554432000 4194304 5683644 140736629641216 18446744073709551615 218917557707 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/24452/statm: 72370 5791 415 364 0 8288 0
[pid=24454] ppid=24452 vsize=1017932 CPUtime=99.95 cores=5,7
/proc/24454/stat : 24454 (gnovelty+2) T 24452 24454 24454 0 -1 4202496 490 0 0 0 9995 0 0 0 25 0 1 0 657001212 1042362368 227 33554432000 134512640 135663704 4287972768 18446744073709551615 134525302 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/24454/statm: 254483 227 113 282 0 254199 0
[pid=24452/tid=24462] ppid=24446 vsize=289480 CPUtime=0 cores=5,7
/proc/24452/task/24462/stat : 24462 (python) S 24446 24446 22815 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 657011242 296427520 5791 33554432000 4194304 5683644 140736629641216 18446744073709551615 218917554609 0 0 16781312 514 18446604463628498752 0 0 -1 7 0 0 0
[pid=24463] ppid=24446 vsize=289880 CPUtime=0.3 cores=5,7
/proc/24463/stat : 24463 (python) S 24446 24446 22815 0 -1 4202560 1088 0 0 0 16 14 0 0 19 0 2 0 657011243 296837120 5864 33554432000 4194304 5683644 140736629641216 18446744073709551615 218917557707 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/24463/statm: 72470 5864 400 364 0 8385 0
[pid=24465] ppid=24463 vsize=1017932 CPUtime=100.01 cores=5,7
/proc/24465/stat : 24465 (gnovelty+2) T 24463 24465 24465 0 -1 4202496 490 0 0 0 10001 0 0 0 25 0 1 0 657011243 1042362368 227 33554432000 134512640 135663704 4287409792 18446744073709551615 134524888 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/24465/statm: 254483 227 113 282 0 254199 0
[pid=24463/tid=24473] ppid=24446 vsize=289880 CPUtime=0 cores=5,7
/proc/24463/task/24473/stat : 24473 (python) S 24446 24446 22815 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 657021273 296837120 5864 33554432000 4194304 5683644 140736629641216 18446744073709551615 218917554609 0 0 16781312 514 18446604468300013952 0 0 -1 7 0 0 0
[pid=24474] ppid=24446 vsize=300136 CPUtime=0.3 cores=5,7
/proc/24474/stat : 24474 (python) S 24446 24446 22815 0 -1 4202560 1099 0 0 0 15 15 0 0 19 0 2 0 657021274 307339264 5868 33554432000 4194304 5683644 140736629641216 18446744073709551615 218917557707 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/24474/statm: 75034 5868 400 364 0 10946 0
[pid=24476] ppid=24474 vsize=416524 CPUtime=100.02 cores=5,7
/proc/24476/stat : 24476 (adaptg2wsat2009) T 24474 24476 24476 0 -1 4202496 587 0 0 0 10002 0 0 0 25 0 1 0 657021274 426520576 321 33554432000 134512640 135107411 4291933600 18446744073709551615 134531817 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/24476/statm: 104131 321 59 146 0 103007 0
[pid=24474/tid=24484] ppid=24446 vsize=300136 CPUtime=0 cores=5,7
/proc/24474/task/24484/stat : 24484 (python) S 24446 24446 22815 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 657031304 307339264 5868 33554432000 4194304 5683644 140736629641216 18446744073709551615 218917554609 0 0 16781312 514 18446604463966658880 0 0 -1 7 0 0 0
[pid=24485] ppid=24446 vsize=310392 CPUtime=0.3 cores=5,7
/proc/24485/stat : 24485 (python) S 24446 24446 22815 0 -1 4202560 1108 0 0 0 17 13 0 0 19 0 2 0 657031305 317841408 5872 33554432000 4194304 5683644 140736629641216 18446744073709551615 218917557707 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/24485/statm: 77598 5872 400 364 0 13507 0
[pid=24487] ppid=24485 vsize=416524 CPUtime=99.31 cores=5,7
/proc/24487/stat : 24487 (adaptg2wsat2009) T 24485 24487 24487 0 -1 4202496 584 0 0 0 9931 0 0 0 25 0 1 0 657031305 426520576 321 33554432000 134512640 135107411 4288004416 18446744073709551615 134531848 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/24487/statm: 104131 321 59 146 0 103007 0
[pid=24485/tid=24494] ppid=24446 vsize=310392 CPUtime=0 cores=5,7
/proc/24485/task/24494/stat : 24494 (python) S 24446 24446 22815 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 657041237 317841408 5872 33554432000 4194304 5683644 140736629641216 18446744073709551615 218917554609 0 0 16781312 514 18446604460413593408 0 0 -1 7 0 0 0
[pid=24495] ppid=24446 vsize=320648 CPUtime=0.13 cores=5,7
/proc/24495/stat : 24495 (python) S 24446 24446 22815 0 -1 4202560 951 0 0 0 7 6 0 0 15 0 1 0 657041238 328343552 5846 33554432000 4194304 5683644 140736629641216 18446744073709551615 218905751110 0 0 16781312 514 5456880610993733892 0 0 17 5 0 0 0
/proc/24495/statm: 80162 5846 371 364 0 16068 0
[pid=24497] ppid=24495 vsize=2264 CPUtime=34.68 cores=5,7
/proc/24497/stat : 24497 (march_hi) R 24495 24497 24497 0 -1 4202496 995 0 0 0 3468 0 0 0 25 0 1 0 657041238 2318336 393 33554432000 4194304 4955518 140736886917840 18446744073709551615 4297490 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/24497/statm: 566 393 106 186 0 379 0
[pid=24446/tid=24453] ppid=24444 vsize=330892 CPUtime=0 cores=5,7
/proc/24446/task/24453/stat : 24453 (python) S 24444 24446 22815 0 -1 4202560 32 931 0 0 0 0 0 0 18 0 6 0 657001212 338833408 7365 33554432000 4194304 5683644 140736629641216 18446744073709551615 218917554609 0 0 16781312 2 18446604463628499648 0 0 -1 5 0 0 0
[pid=24446/tid=24464] ppid=24444 vsize=330892 CPUtime=0 cores=5,7
/proc/24446/task/24464/stat : 24464 (python) S 24444 24446 22815 0 -1 4202560 27 931 0 0 0 0 0 0 20 0 6 0 657011243 338833408 7365 33554432000 4194304 5683644 140736629641216 18446744073709551615 218917554609 0 0 16781312 2 18446604463628499648 0 0 -1 5 0 0 0
[pid=24446/tid=24475] ppid=24444 vsize=330892 CPUtime=0 cores=5,7
/proc/24446/task/24475/stat : 24475 (python) S 24444 24446 22815 0 -1 4202560 27 931 0 0 0 0 0 0 20 0 6 0 657021274 338833408 7365 33554432000 4194304 5683644 140736629641216 18446744073709551615 218917554609 0 0 16781312 2 18446604463628499648 0 0 -1 5 0 0 0
[pid=24446/tid=24486] ppid=24444 vsize=330892 CPUtime=0 cores=5,7
/proc/24446/task/24486/stat : 24486 (python) S 24444 24446 22815 0 -1 4202560 28 931 0 0 0 0 0 0 20 0 6 0 657031305 338833408 7365 33554432000 4194304 5683644 140736629641216 18446744073709551615 218917554609 0 0 16781312 2 18446604463628499648 0 0 -1 5 0 0 0
[pid=24446/tid=24496] ppid=24444 vsize=330892 CPUtime=0 cores=5,7
/proc/24446/task/24496/stat : 24496 (python) S 24444 24446 22815 0 -1 4202560 28 931 0 0 0 0 0 0 20 0 6 0 657041238 338833408 7365 33554432000 4194304 5683644 140736629641216 18446744073709551615 218917554609 0 0 16781312 2 18446604463628499648 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 436.01
Current children cumulated vsize (KiB) 4712604

[startup+436.201 s]
/proc/loadavg: 4.11 4.09 4.04 5/473 24498
/proc/meminfo: memFree=19988820/32951124 swapFree=65581052/67111528
[pid=24446] ppid=24444 vsize=330892 CPUtime=0.71 cores=5,7
/proc/24446/stat : 24446 (python) S 24444 24446 22815 0 -1 4202496 13481 931 1 0 60 11 0 0 20 0 6 0 657001119 338833408 7365 33554432000 4194304 5683644 140736629641216 18446744073709551615 218917557707 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/24446/statm: 82723 7365 1886 364 0 18629 0
[pid=24452] ppid=24446 vsize=289480 CPUtime=0.3 cores=5,7
/proc/24452/stat : 24452 (python) S 24446 24446 22815 0 -1 4202560 1165 0 0 0 16 14 0 0 19 0 2 0 657001212 296427520 5791 33554432000 4194304 5683644 140736629641216 18446744073709551615 218917557707 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/24452/statm: 72370 5791 415 364 0 8288 0
[pid=24454] ppid=24452 vsize=1017932 CPUtime=99.95 cores=5,7
/proc/24454/stat : 24454 (gnovelty+2) T 24452 24454 24454 0 -1 4202496 490 0 0 0 9995 0 0 0 25 0 1 0 657001212 1042362368 227 33554432000 134512640 135663704 4287972768 18446744073709551615 134525302 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/24454/statm: 254483 227 113 282 0 254199 0
[pid=24452/tid=24462] ppid=24446 vsize=289480 CPUtime=0 cores=5,7
/proc/24452/task/24462/stat : 24462 (python) S 24446 24446 22815 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 657011242 296427520 5791 33554432000 4194304 5683644 140736629641216 18446744073709551615 218917554609 0 0 16781312 514 18446604463628498752 0 0 -1 7 0 0 0
[pid=24463] ppid=24446 vsize=289880 CPUtime=0.3 cores=5,7
/proc/24463/stat : 24463 (python) S 24446 24446 22815 0 -1 4202560 1088 0 0 0 16 14 0 0 19 0 2 0 657011243 296837120 5864 33554432000 4194304 5683644 140736629641216 18446744073709551615 218917557707 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/24463/statm: 72470 5864 400 364 0 8385 0
[pid=24465] ppid=24463 vsize=1017932 CPUtime=100.01 cores=5,7
/proc/24465/stat : 24465 (gnovelty+2) T 24463 24465 24465 0 -1 4202496 490 0 0 0 10001 0 0 0 25 0 1 0 657011243 1042362368 227 33554432000 134512640 135663704 4287409792 18446744073709551615 134524888 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/24465/statm: 254483 227 113 282 0 254199 0
[pid=24463/tid=24473] ppid=24446 vsize=289880 CPUtime=0 cores=5,7
/proc/24463/task/24473/stat : 24473 (python) S 24446 24446 22815 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 657021273 296837120 5864 33554432000 4194304 5683644 140736629641216 18446744073709551615 218917554609 0 0 16781312 514 18446604468300013952 0 0 -1 7 0 0 0
[pid=24474] ppid=24446 vsize=300136 CPUtime=0.3 cores=5,7
/proc/24474/stat : 24474 (python) S 24446 24446 22815 0 -1 4202560 1099 0 0 0 15 15 0 0 19 0 2 0 657021274 307339264 5868 33554432000 4194304 5683644 140736629641216 18446744073709551615 218917557707 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/24474/statm: 75034 5868 400 364 0 10946 0
[pid=24476] ppid=24474 vsize=416524 CPUtime=100.02 cores=5,7
/proc/24476/stat : 24476 (adaptg2wsat2009) T 24474 24476 24476 0 -1 4202496 587 0 0 0 10002 0 0 0 25 0 1 0 657021274 426520576 321 33554432000 134512640 135107411 4291933600 18446744073709551615 134531817 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/24476/statm: 104131 321 59 146 0 103007 0
[pid=24474/tid=24484] ppid=24446 vsize=300136 CPUtime=0 cores=5,7
/proc/24474/task/24484/stat : 24484 (python) S 24446 24446 22815 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 657031304 307339264 5868 33554432000 4194304 5683644 140736629641216 18446744073709551615 218917554609 0 0 16781312 514 18446604463966658880 0 0 -1 7 0 0 0
[pid=24485] ppid=24446 vsize=310392 CPUtime=0.3 cores=5,7
/proc/24485/stat : 24485 (python) S 24446 24446 22815 0 -1 4202560 1108 0 0 0 17 13 0 0 19 0 2 0 657031305 317841408 5872 33554432000 4194304 5683644 140736629641216 18446744073709551615 218917557707 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/24485/statm: 77598 5872 400 364 0 13507 0
[pid=24487] ppid=24485 vsize=416524 CPUtime=99.31 cores=5,7
/proc/24487/stat : 24487 (adaptg2wsat2009) T 24485 24487 24487 0 -1 4202496 584 0 0 0 9931 0 0 0 25 0 1 0 657031305 426520576 321 33554432000 134512640 135107411 4288004416 18446744073709551615 134531848 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/24487/statm: 104131 321 59 146 0 103007 0
[pid=24485/tid=24494] ppid=24446 vsize=310392 CPUtime=0 cores=5,7
/proc/24485/task/24494/stat : 24494 (python) S 24446 24446 22815 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 657041237 317841408 5872 33554432000 4194304 5683644 140736629641216 18446744073709551615 218917554609 0 0 16781312 514 18446604460413593408 0 0 -1 7 0 0 0
[pid=24495] ppid=24446 vsize=320648 CPUtime=0.13 cores=5,7
/proc/24495/stat : 24495 (python) S 24446 24446 22815 0 -1 4202560 951 0 0 0 7 6 0 0 15 0 1 0 657041238 328343552 5846 33554432000 4194304 5683644 140736629641216 18446744073709551615 218905751110 0 0 16781312 514 5456880610993733892 0 0 17 5 0 0 0
/proc/24495/statm: 80162 5846 371 364 0 16068 0
[pid=24497] ppid=24495 vsize=2264 CPUtime=34.88 cores=5,7
/proc/24497/stat : 24497 (march_hi) R 24495 24497 24497 0 -1 4202496 995 0 0 0 3488 0 0 0 25 0 1 0 657041238 2318336 393 33554432000 4194304 4955518 140736886917840 18446744073709551615 4297477 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/24497/statm: 566 393 106 186 0 379 0
[pid=24446/tid=24453] ppid=24444 vsize=330892 CPUtime=0 cores=5,7
/proc/24446/task/24453/stat : 24453 (python) S 24444 24446 22815 0 -1 4202560 32 931 0 0 0 0 0 0 18 0 6 0 657001212 338833408 7365 33554432000 4194304 5683644 140736629641216 18446744073709551615 218917554609 0 0 16781312 2 18446604463628499648 0 0 -1 5 0 0 0
[pid=24446/tid=24464] ppid=24444 vsize=330892 CPUtime=0 cores=5,7
/proc/24446/task/24464/stat : 24464 (python) S 24444 24446 22815 0 -1 4202560 27 931 0 0 0 0 0 0 20 0 6 0 657011243 338833408 7365 33554432000 4194304 5683644 140736629641216 18446744073709551615 218917554609 0 0 16781312 2 18446604463628499648 0 0 -1 5 0 0 0
[pid=24446/tid=24475] ppid=24444 vsize=330892 CPUtime=0 cores=5,7
/proc/24446/task/24475/stat : 24475 (python) S 24444 24446 22815 0 -1 4202560 27 931 0 0 0 0 0 0 20 0 6 0 657021274 338833408 7365 33554432000 4194304 5683644 140736629641216 18446744073709551615 218917554609 0 0 16781312 2 18446604463628499648 0 0 -1 5 0 0 0
[pid=24446/tid=24486] ppid=24444 vsize=330892 CPUtime=0 cores=5,7
/proc/24446/task/24486/stat : 24486 (python) S 24444 24446 22815 0 -1 4202560 28 931 0 0 0 0 0 0 20 0 6 0 657031305 338833408 7365 33554432000 4194304 5683644 140736629641216 18446744073709551615 218917554609 0 0 16781312 2 18446604463628499648 0 0 -1 5 0 0 0
[pid=24446/tid=24496] ppid=24444 vsize=330892 CPUtime=0 cores=5,7
/proc/24446/task/24496/stat : 24496 (python) S 24444 24446 22815 0 -1 4202560 28 931 0 0 0 0 0 0 20 0 6 0 657041238 338833408 7365 33554432000 4194304 5683644 140736629641216 18446744073709551615 218917554609 0 0 16781312 2 18446604463628499648 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 436.21
Current children cumulated vsize (KiB) 4712604

[startup+436.301 s]
/proc/loadavg: 4.11 4.09 4.04 5/473 24498
/proc/meminfo: memFree=19988820/32951124 swapFree=65581052/67111528
[pid=24446] ppid=24444 vsize=330892 CPUtime=0.71 cores=5,7
/proc/24446/stat : 24446 (python) S 24444 24446 22815 0 -1 4202496 13481 931 1 0 60 11 0 0 20 0 6 0 657001119 338833408 7365 33554432000 4194304 5683644 140736629641216 18446744073709551615 218917557707 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/24446/statm: 82723 7365 1886 364 0 18629 0
[pid=24452] ppid=24446 vsize=289480 CPUtime=0.3 cores=5,7
/proc/24452/stat : 24452 (python) S 24446 24446 22815 0 -1 4202560 1165 0 0 0 16 14 0 0 19 0 2 0 657001212 296427520 5791 33554432000 4194304 5683644 140736629641216 18446744073709551615 218917557707 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/24452/statm: 72370 5791 415 364 0 8288 0
[pid=24454] ppid=24452 vsize=1017932 CPUtime=99.95 cores=5,7
/proc/24454/stat : 24454 (gnovelty+2) T 24452 24454 24454 0 -1 4202496 490 0 0 0 9995 0 0 0 25 0 1 0 657001212 1042362368 227 33554432000 134512640 135663704 4287972768 18446744073709551615 134525302 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/24454/statm: 254483 227 113 282 0 254199 0
[pid=24452/tid=24462] ppid=24446 vsize=289480 CPUtime=0 cores=5,7
/proc/24452/task/24462/stat : 24462 (python) S 24446 24446 22815 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 657011242 296427520 5791 33554432000 4194304 5683644 140736629641216 18446744073709551615 218917554609 0 0 16781312 514 18446604463628498752 0 0 -1 7 0 0 0
[pid=24463] ppid=24446 vsize=289880 CPUtime=0.3 cores=5,7
/proc/24463/stat : 24463 (python) S 24446 24446 22815 0 -1 4202560 1088 0 0 0 16 14 0 0 19 0 2 0 657011243 296837120 5864 33554432000 4194304 5683644 140736629641216 18446744073709551615 218917557707 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/24463/statm: 72470 5864 400 364 0 8385 0
[pid=24465] ppid=24463 vsize=1017932 CPUtime=100.01 cores=5,7
/proc/24465/stat : 24465 (gnovelty+2) T 24463 24465 24465 0 -1 4202496 490 0 0 0 10001 0 0 0 25 0 1 0 657011243 1042362368 227 33554432000 134512640 135663704 4287409792 18446744073709551615 134524888 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/24465/statm: 254483 227 113 282 0 254199 0
[pid=24463/tid=24473] ppid=24446 vsize=289880 CPUtime=0 cores=5,7
/proc/24463/task/24473/stat : 24473 (python) S 24446 24446 22815 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 657021273 296837120 5864 33554432000 4194304 5683644 140736629641216 18446744073709551615 218917554609 0 0 16781312 514 18446604468300013952 0 0 -1 7 0 0 0
[pid=24474] ppid=24446 vsize=300136 CPUtime=0.3 cores=5,7
/proc/24474/stat : 24474 (python) S 24446 24446 22815 0 -1 4202560 1099 0 0 0 15 15 0 0 19 0 2 0 657021274 307339264 5868 33554432000 4194304 5683644 140736629641216 18446744073709551615 218917557707 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/24474/statm: 75034 5868 400 364 0 10946 0
[pid=24476] ppid=24474 vsize=416524 CPUtime=100.02 cores=5,7
/proc/24476/stat : 24476 (adaptg2wsat2009) T 24474 24476 24476 0 -1 4202496 587 0 0 0 10002 0 0 0 25 0 1 0 657021274 426520576 321 33554432000 134512640 135107411 4291933600 18446744073709551615 134531817 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/24476/statm: 104131 321 59 146 0 103007 0
[pid=24474/tid=24484] ppid=24446 vsize=300136 CPUtime=0 cores=5,7
/proc/24474/task/24484/stat : 24484 (python) S 24446 24446 22815 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 657031304 307339264 5868 33554432000 4194304 5683644 140736629641216 18446744073709551615 218917554609 0 0 16781312 514 18446604463966658880 0 0 -1 7 0 0 0
[pid=24485] ppid=24446 vsize=310392 CPUtime=0.3 cores=5,7
/proc/24485/stat : 24485 (python) S 24446 24446 22815 0 -1 4202560 1108 0 0 0 17 13 0 0 19 0 2 0 657031305 317841408 5872 33554432000 4194304 5683644 140736629641216 18446744073709551615 218917557707 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/24485/statm: 77598 5872 400 364 0 13507 0
[pid=24487] ppid=24485 vsize=416524 CPUtime=99.31 cores=5,7
/proc/24487/stat : 24487 (adaptg2wsat2009) T 24485 24487 24487 0 -1 4202496 584 0 0 0 9931 0 0 0 25 0 1 0 657031305 426520576 321 33554432000 134512640 135107411 4288004416 18446744073709551615 134531848 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/24487/statm: 104131 321 59 146 0 103007 0
[pid=24485/tid=24494] ppid=24446 vsize=310392 CPUtime=0 cores=5,7
/proc/24485/task/24494/stat : 24494 (python) S 24446 24446 22815 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 657041237 317841408 5872 33554432000 4194304 5683644 140736629641216 18446744073709551615 218917554609 0 0 16781312 514 18446604460413593408 0 0 -1 7 0 0 0
[pid=24495] ppid=24446 vsize=320648 CPUtime=0.13 cores=5,7
/proc/24495/stat : 24495 (python) S 24446 24446 22815 0 -1 4202560 951 0 0 0 7 6 0 0 15 0 1 0 657041238 328343552 5846 33554432000 4194304 5683644 140736629641216 18446744073709551615 218905751110 0 0 16781312 514 5606884259361947908 0 0 17 5 0 0 0
/proc/24495/statm: 80162 5846 371 364 0 16068 0
[pid=24497] ppid=24495 vsize=2264 CPUtime=34.98 cores=5,7
/proc/24497/stat : 24497 (march_hi) R 24495 24497 24497 0 -1 4202496 995 0 0 0 3498 0 0 0 25 0 1 0 657041238 2318336 393 33554432000 4194304 4955518 140736886917840 18446744073709551615 4224406 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/24497/statm: 566 393 106 186 0 379 0
[pid=24446/tid=24453] ppid=24444 vsize=330892 CPUtime=0 cores=5,7
/proc/24446/task/24453/stat : 24453 (python) S 24444 24446 22815 0 -1 4202560 32 931 0 0 0 0 0 0 18 0 6 0 657001212 338833408 7365 33554432000 4194304 5683644 140736629641216 18446744073709551615 218917554609 0 0 16781312 2 18446604463628499648 0 0 -1 5 0 0 0
[pid=24446/tid=24464] ppid=24444 vsize=330892 CPUtime=0 cores=5,7
/proc/24446/task/24464/stat : 24464 (python) S 24444 24446 22815 0 -1 4202560 27 931 0 0 0 0 0 0 20 0 6 0 657011243 338833408 7365 33554432000 4194304 5683644 140736629641216 18446744073709551615 218917554609 0 0 16781312 2 18446604463628499648 0 0 -1 5 0 0 0
[pid=24446/tid=24475] ppid=24444 vsize=330892 CPUtime=0 cores=5,7
/proc/24446/task/24475/stat : 24475 (python) S 24444 24446 22815 0 -1 4202560 27 931 0 0 0 0 0 0 20 0 6 0 657021274 338833408 7365 33554432000 4194304 5683644 140736629641216 18446744073709551615 218917554609 0 0 16781312 2 18446604463628499648 0 0 -1 5 0 0 0
[pid=24446/tid=24486] ppid=24444 vsize=330892 CPUtime=0 cores=5,7
/proc/24446/task/24486/stat : 24486 (python) S 24444 24446 22815 0 -1 4202560 28 931 0 0 0 0 0 0 20 0 6 0 657031305 338833408 7365 33554432000 4194304 5683644 140736629641216 18446744073709551615 218917554609 0 0 16781312 2 18446604463628499648 0 0 -1 5 0 0 0
[pid=24446/tid=24496] ppid=24444 vsize=330892 CPUtime=0 cores=5,7
/proc/24446/task/24496/stat : 24496 (python) S 24444 24446 22815 0 -1 4202560 28 931 0 0 0 0 0 0 20 0 6 0 657041238 338833408 7365 33554432000 4194304 5683644 140736629641216 18446744073709551615 218917554609 0 0 16781312 2 18446604463628499648 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 436.31
Current children cumulated vsize (KiB) 4712604

Child status: 0
Real time (s): 436.353
CPU time (s): 436.464
CPU user time (s): 435.677
CPU system time (s): 0.78688
CPU usage (%): 100.025
Max. virtual memory (cumulated for all children) (KiB): 4712604

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 435.677
system time used= 0.78688
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 27677
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= 3924
involuntary context switches= 1950

runsolver used 1.81272 second user time and 3.9274 second system time

The end

Launcher Data

Begin job on node137 at 2011-05-15 12:07:14
IDJOB=3377537
IDBENCH=82846
IDSOLVER=1857
FILE ID=node137/3377537-1305454034
RUNJOBID= node137-1305451935-23452
PBS_JOBID= 13324880
Free space on /tmp= 73660 MiB

SOLVER NAME= borg-sat 11.03.02-seq-random (fixed)
BENCH NAME= SAT11/random/medium/unif-k7-r89-v50-c4450-S1273410420-036.UNKNOWN.cnf
COMMAND LINE= python DIR/solve DIR/etc/borg-mix+class.random.pickle BENCHNAME -seed RANDOMSEED -budget TIMEOUT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3377537-1305454034/watcher-3377537-1305454034 -o /tmp/evaluation-result-3377537-1305454034/solver-3377537-1305454034 -C 2400 -W 1300 -M 7680  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3377537-1305454034.cnf -seed 990056841 -budget 2400

TIME LIMIT= 2400 seconds
MEMORY LIMIT= 7680 MiB
NBCORE= 2

MD5SUM BENCH= c7c56fd965d7a6907a8127d8bee5e481
RANDOM SEED=990056841

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      20190388 kB
Buffers:        302100 kB
Cached:        3984116 kB
SwapCached:      36328 kB
Active:        2680812 kB
Inactive:      9829332 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      20190388 kB
SwapTotal:    67111528 kB
SwapFree:     65581052 kB
Dirty:           31920 kB
Writeback:           0 kB
AnonPages:     8197492 kB
Mapped:          32040 kB
Slab:           133080 kB
PageTables:      51900 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 105136740 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= 73632 MiB
End job on node137 at 2011-05-15 12:14:30