Trace number 3377784

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 335.418 335.226

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.45	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.30/0.45	c INFO: solving HOME/instance-3377784-1305458043.cnf
0.30/0.45	c INFO: computing task features
0.30/0.48	c INFO: computed variable-clause graph statistics
0.30/0.49	c INFO: computed clause balance statistics
0.50/0.64	c INFO: computed variable balance statistics
0.60/0.70	c INFO: computed small-clause counts
0.60/0.70	c INFO: computed Horn-clause counts
0.60/0.70	c INFO: computed variable graph statistics
0.60/0.70	c INFO: collected features for HOME/instance-3377784-1305458043.cnf in 0.25 s
0.60/0.72	c INFO: running gnovelty+2@0 for 97 with 2399 remaining (b = 0.57)
100.78/101.00	c INFO: running gnovelty+2@0 for 97 with 2299 remaining (b = 0.09)
201.07/201.27	c INFO: running adaptg2wsat2009++@0 for 97 with 2199 remaining (b = 0.04)
301.61/301.56	c INFO: running march_hi@0 for 485 with 2099 remaining (b = 0.15)
335.30/335.22	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-3377784-1305458043/watcher-3377784-1305458043 -o /tmp/evaluation-result-3377784-1305458043/solver-3377784-1305458043 -C 2400 -W 1300 -M 7680 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3377784-1305458043.cnf -seed 495865633 -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: 3.99 3.88 3.91 5/401 27986
/proc/meminfo: memFree=21867612/32950928 swapFree=65730864/67111528
[pid=27986] ppid=27984 vsize=15388 CPUtime=0 cores=5,7
/proc/27986/stat : 27986 (python) R 27984 27986 27631 0 -1 4202496 812 0 0 0 0 0 0 0 25 0 1 0 736035006 15757312 699 33554432000 4194304 5683644 140734734586064 18446744073709551615 4540219 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/27986/statm: 3847 699 334 364 0 334 0

[startup+0.0245511 s]
/proc/loadavg: 3.99 3.88 3.91 5/401 27986
/proc/meminfo: memFree=21867612/32950928 swapFree=65730864/67111528
[pid=27986] ppid=27984 vsize=16396 CPUtime=0.01 cores=5,7
/proc/27986/stat : 27986 (python) S 27984 27986 27631 0 -1 4202496 1122 0 0 0 1 0 0 0 25 0 1 0 736035006 16789504 990 33554432000 4194304 5683644 140734734586064 18446744073709551615 260905392128 0 2147483391 16781312 2 18446744071699207358 0 0 17 5 0 0 0
/proc/27986/statm: 4099 990 413 364 0 586 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 16396

[startup+0.100538 s]
/proc/loadavg: 3.99 3.88 3.91 5/401 27986
/proc/meminfo: memFree=21867612/32950928 swapFree=65730864/67111528
[pid=27986] ppid=27984 vsize=104228 CPUtime=0.07 cores=5,7
/proc/27986/stat : 27986 (python) S 27984 27986 27631 0 -1 4202496 3058 0 0 0 5 2 0 0 17 0 1 0 736035006 106729472 2742 33554432000 4194304 5683644 140734734586064 18446744073709551615 260905392128 0 2147483391 16781312 2 18446744071699207358 0 0 17 5 0 0 0
/proc/27986/statm: 26058 2746 847 364 0 1806 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 104228

[startup+0.300445 s]
/proc/loadavg: 3.99 3.88 3.91 5/401 27986
/proc/meminfo: memFree=21867612/32950928 swapFree=65730864/67111528
[pid=27986] ppid=27984 vsize=198916 CPUtime=0.22 cores=5,7
/proc/27986/stat : 27986 (python) R 27984 27986 27631 0 -1 4202496 6971 930 1 0 16 6 0 0 17 0 1 0 736035006 203689984 5012 33554432000 4194304 5683644 140734734586064 18446744073709551615 4331919 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/27986/statm: 49729 5014 1452 364 0 3756 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 198916

[startup+0.700368 s]
/proc/loadavg: 3.99 3.88 3.91 5/401 27986
/proc/meminfo: memFree=21867612/32950928 swapFree=65730864/67111528
[pid=27986] ppid=27984 vsize=279316 CPUtime=0.6 cores=5,7
/proc/27986/stat : 27986 (python) R 27984 27986 27631 0 -1 4202496 9736 930 1 0 52 8 0 0 17 0 1 0 736035006 286019584 7215 33554432000 4194304 5683644 140734734586064 18446744073709551615 47150794465685 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/27986/statm: 69829 7215 1827 364 0 5753 0
Current children cumulated CPU time (s) 0.6
Current children cumulated vsize (KiB) 279316

[startup+1.50022 s]
/proc/loadavg: 3.99 3.88 3.91 5/405 27994
/proc/meminfo: memFree=21842408/32950928 swapFree=65730864/67111528
[pid=27986] ppid=27984 vsize=288856 CPUtime=0.62 cores=5,7
/proc/27986/stat : 27986 (python) S 27984 27986 27631 0 -1 4202496 10168 930 1 0 54 8 0 0 19 0 2 0 736035006 295788544 7119 33554432000 4194304 5683644 140734734586064 18446744073709551615 260917220811 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/27986/statm: 72214 7119 1877 364 0 8132 0
[pid=27992] ppid=27986 vsize=278612 CPUtime=0 cores=5,7
/proc/27992/stat : 27992 (python) S 27986 27986 27631 0 -1 4202560 737 0 0 0 0 0 0 0 18 0 1 0 736035078 285298688 5592 33554432000 4194304 5683644 140734734586064 18446744073709551615 260905414159 0 0 16781312 514 176190970210025471 0 0 17 5 0 0 0
/proc/27992/statm: 69653 5592 354 364 0 5571 0
[pid=27994] ppid=27992 vsize=1017932 CPUtime=0.77 cores=5,7
/proc/27994/stat : 27994 (gnovelty+2) R 27992 27994 27994 0 -1 4202496 491 0 0 0 77 0 0 0 21 0 1 0 736035078 1042362368 226 33554432000 134512640 135663704 4287848688 18446744073709551615 134524498 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/27994/statm: 254483 226 113 282 0 254199 0
[pid=27986/tid=27993] ppid=27984 vsize=288856 CPUtime=0 cores=5,7
/proc/27986/task/27993/stat : 27993 (python) S 27984 27986 27631 0 -1 4202560 29 930 0 0 0 0 0 0 19 0 2 0 736035078 295788544 7119 33554432000 4194304 5683644 140734734586064 18446744073709551615 260917217713 0 0 16781312 2 18446604469564438592 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1.39
Current children cumulated vsize (KiB) 1585400

[startup+3.10093 s]
/proc/loadavg: 3.99 3.88 3.91 5/405 27994
/proc/meminfo: memFree=21840052/32950928 swapFree=65730864/67111528
[pid=27986] ppid=27984 vsize=288856 CPUtime=0.62 cores=5,7
/proc/27986/stat : 27986 (python) S 27984 27986 27631 0 -1 4202496 10168 930 1 0 54 8 0 0 19 0 2 0 736035006 295788544 7119 33554432000 4194304 5683644 140734734586064 18446744073709551615 260917220811 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/27986/statm: 72214 7119 1877 364 0 8132 0
[pid=27992] ppid=27986 vsize=278612 CPUtime=0 cores=5,7
/proc/27992/stat : 27992 (python) S 27986 27986 27631 0 -1 4202560 737 0 0 0 0 0 0 0 18 0 1 0 736035078 285298688 5592 33554432000 4194304 5683644 140734734586064 18446744073709551615 260905414159 0 0 16781312 514 176190970209992967 0 0 17 5 0 0 0
/proc/27992/statm: 69653 5592 354 364 0 5571 0
[pid=27994] ppid=27992 vsize=1017932 CPUtime=2.37 cores=5,7
/proc/27994/stat : 27994 (gnovelty+2) R 27992 27994 27994 0 -1 4202496 491 0 0 0 237 0 0 0 25 0 1 0 736035078 1042362368 226 33554432000 134512640 135663704 4287848688 18446744073709551615 134524768 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/27994/statm: 254483 226 113 282 0 254199 0
[pid=27986/tid=27993] ppid=27984 vsize=288856 CPUtime=0 cores=5,7
/proc/27986/task/27993/stat : 27993 (python) S 27984 27986 27631 0 -1 4202560 29 930 0 0 0 0 0 0 19 0 2 0 736035078 295788544 7119 33554432000 4194304 5683644 140734734586064 18446744073709551615 260917217713 0 0 16781312 2 18446604469564438592 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2.99
Current children cumulated vsize (KiB) 1585400

[startup+6.30034 s]
/proc/loadavg: 4.07 3.90 3.91 5/405 27994
/proc/meminfo: memFree=21839060/32950928 swapFree=65730864/67111528
[pid=27986] ppid=27984 vsize=288856 CPUtime=0.62 cores=5,7
/proc/27986/stat : 27986 (python) S 27984 27986 27631 0 -1 4202496 10168 930 1 0 54 8 0 0 19 0 2 0 736035006 295788544 7119 33554432000 4194304 5683644 140734734586064 18446744073709551615 260917220811 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/27986/statm: 72214 7119 1877 364 0 8132 0
[pid=27992] ppid=27986 vsize=278612 CPUtime=0.01 cores=5,7
/proc/27992/stat : 27992 (python) S 27986 27986 27631 0 -1 4202560 981 0 0 0 1 0 0 0 18 0 1 0 736035078 285298688 5619 33554432000 4194304 5683644 140734734586064 18446744073709551615 260905414159 0 0 16781312 514 176190970209992967 0 0 17 5 0 0 0
/proc/27992/statm: 69653 5619 381 364 0 5571 0
[pid=27994] ppid=27992 vsize=1017932 CPUtime=5.55 cores=5,7
/proc/27994/stat : 27994 (gnovelty+2) R 27992 27994 27994 0 -1 4202496 491 0 0 0 555 0 0 0 25 0 1 0 736035078 1042362368 226 33554432000 134512640 135663704 4287848688 18446744073709551615 134564670 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/27994/statm: 254483 226 113 282 0 254199 0
[pid=27986/tid=27993] ppid=27984 vsize=288856 CPUtime=0 cores=5,7
/proc/27986/task/27993/stat : 27993 (python) S 27984 27986 27631 0 -1 4202560 29 930 0 0 0 0 0 0 19 0 2 0 736035078 295788544 7119 33554432000 4194304 5683644 140734734586064 18446744073709551615 260917217713 0 0 16781312 2 18446604469564438592 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 1585400

[startup+12.7002 s]
/proc/loadavg: 4.07 3.90 3.91 5/405 27994
/proc/meminfo: memFree=21836428/32950928 swapFree=65730864/67111528
[pid=27986] ppid=27984 vsize=288856 CPUtime=0.62 cores=5,7
/proc/27986/stat : 27986 (python) S 27984 27986 27631 0 -1 4202496 10168 930 1 0 54 8 0 0 19 0 2 0 736035006 295788544 7119 33554432000 4194304 5683644 140734734586064 18446744073709551615 260917220811 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/27986/statm: 72214 7119 1877 364 0 8132 0
[pid=27992] ppid=27986 vsize=278612 CPUtime=0.03 cores=5,7
/proc/27992/stat : 27992 (python) S 27986 27986 27631 0 -1 4202560 983 0 0 0 2 1 0 0 18 0 1 0 736035078 285298688 5619 33554432000 4194304 5683644 140734734586064 18446744073709551615 260905414159 0 0 16781312 514 3485926849073086727 0 0 17 5 0 0 0
/proc/27992/statm: 69653 5619 381 364 0 5571 0
[pid=27994] ppid=27992 vsize=1017932 CPUtime=11.93 cores=5,7
/proc/27994/stat : 27994 (gnovelty+2) R 27992 27994 27994 0 -1 4202496 491 0 0 0 1193 0 0 0 25 0 1 0 736035078 1042362368 226 33554432000 134512640 135663704 4287848688 18446744073709551615 134524498 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/27994/statm: 254483 226 113 282 0 254199 0
[pid=27986/tid=27993] ppid=27984 vsize=288856 CPUtime=0 cores=5,7
/proc/27986/task/27993/stat : 27993 (python) S 27984 27986 27631 0 -1 4202560 29 930 0 0 0 0 0 0 19 0 2 0 736035078 295788544 7119 33554432000 4194304 5683644 140734734586064 18446744073709551615 260917217713 0 0 16781312 2 18446604469564438592 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 12.58
Current children cumulated vsize (KiB) 1585400

[startup+25.5008 s]
/proc/loadavg: 4.28 3.95 3.93 5/405 27995
/proc/meminfo: memFree=21832280/32950928 swapFree=65730864/67111528
[pid=27986] ppid=27984 vsize=288856 CPUtime=0.62 cores=5,7
/proc/27986/stat : 27986 (python) S 27984 27986 27631 0 -1 4202496 10168 930 1 0 54 8 0 0 19 0 2 0 736035006 295788544 7119 33554432000 4194304 5683644 140734734586064 18446744073709551615 260917220811 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/27986/statm: 72214 7119 1877 364 0 8132 0
[pid=27992] ppid=27986 vsize=278612 CPUtime=0.06 cores=5,7
/proc/27992/stat : 27992 (python) S 27986 27986 27631 0 -1 4202560 988 0 0 0 4 2 0 0 18 0 1 0 736035078 285298688 5620 33554432000 4194304 5683644 140734734586064 18446744073709551615 260905414159 0 0 16781312 514 3485926849073086727 0 0 17 5 0 0 0
/proc/27992/statm: 69653 5620 382 364 0 5571 0
[pid=27994] ppid=27992 vsize=1017932 CPUtime=24.7 cores=5,7
/proc/27994/stat : 27994 (gnovelty+2) R 27992 27994 27994 0 -1 4202496 491 0 0 0 2470 0 0 0 25 0 1 0 736035078 1042362368 226 33554432000 134512640 135663704 4287848688 18446744073709551615 134525323 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/27994/statm: 254483 226 113 282 0 254199 0
[pid=27986/tid=27993] ppid=27984 vsize=288856 CPUtime=0 cores=5,7
/proc/27986/task/27993/stat : 27993 (python) S 27984 27986 27631 0 -1 4202560 29 930 0 0 0 0 0 0 19 0 2 0 736035078 295788544 7119 33554432000 4194304 5683644 140734734586064 18446744073709551615 260917217713 0 0 16781312 2 18446604469564438592 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 25.38
Current children cumulated vsize (KiB) 1585400

[startup+51.1001 s]
/proc/loadavg: 4.18 3.95 3.93 5/405 27995
/proc/meminfo: memFree=21824052/32950928 swapFree=65730864/67111528
[pid=27986] ppid=27984 vsize=288856 CPUtime=0.62 cores=5,7
/proc/27986/stat : 27986 (python) S 27984 27986 27631 0 -1 4202496 10168 930 1 0 54 8 0 0 19 0 2 0 736035006 295788544 7119 33554432000 4194304 5683644 140734734586064 18446744073709551615 260917220811 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/27986/statm: 72214 7119 1877 364 0 8132 0
[pid=27992] ppid=27986 vsize=278612 CPUtime=0.12 cores=5,7
/proc/27992/stat : 27992 (python) S 27986 27986 27631 0 -1 4202560 1001 0 0 0 8 4 0 0 18 0 1 0 736035078 285298688 5620 33554432000 4194304 5683644 140734734586064 18446744073709551615 260905414159 0 0 16781312 514 3485926849073086727 0 0 17 5 0 0 0
/proc/27992/statm: 69653 5620 382 364 0 5571 0
[pid=27994] ppid=27992 vsize=1017932 CPUtime=50.23 cores=5,7
/proc/27994/stat : 27994 (gnovelty+2) R 27992 27994 27994 0 -1 4202496 491 0 0 0 5023 0 0 0 25 0 1 0 736035078 1042362368 226 33554432000 134512640 135663704 4287848688 18446744073709551615 134525529 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/27994/statm: 254483 226 113 282 0 254199 0
[pid=27986/tid=27993] ppid=27984 vsize=288856 CPUtime=0 cores=5,7
/proc/27986/task/27993/stat : 27993 (python) S 27984 27986 27631 0 -1 4202560 29 930 0 0 0 0 0 0 19 0 2 0 736035078 295788544 7119 33554432000 4194304 5683644 140734734586064 18446744073709551615 260917217713 0 0 16781312 2 18446604469564438592 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 50.97
Current children cumulated vsize (KiB) 1585400

[startup+102.314 s]
/proc/loadavg: 4.19 3.99 3.94 5/410 28002
/proc/meminfo: memFree=21803328/32950928 swapFree=65730864/67111528
[pid=27986] ppid=27984 vsize=299564 CPUtime=0.63 cores=5,7
/proc/27986/stat : 27986 (python) S 27984 27986 27631 0 -1 4202496 11035 930 1 0 55 8 0 0 19 0 3 0 736035006 306753536 7224 33554432000 4194304 5683644 140734734586064 18446744073709551615 260917220811 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/27986/statm: 74891 7224 1880 364 0 10806 0
[pid=27992] ppid=27986 vsize=288856 CPUtime=0.26 cores=5,7
/proc/27992/stat : 27992 (python) S 27986 27986 27631 0 -1 4202560 1157 0 0 0 15 11 0 0 19 0 2 0 736035078 295788544 5658 33554432000 4194304 5683644 140734734586064 18446744073709551615 260917220811 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/27992/statm: 72214 5658 415 364 0 8132 0
[pid=27994] ppid=27992 vsize=1017932 CPUtime=99.98 cores=5,7
/proc/27994/stat : 27994 (gnovelty+2) T 27992 27994 27994 0 -1 4202496 491 0 0 0 9998 0 0 0 25 0 1 0 736035078 1042362368 226 33554432000 134512640 135663704 4287848688 18446744073709551615 134524498 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/27994/statm: 254483 226 113 282 0 254199 0
[pid=27992/tid=27999] ppid=27986 vsize=288856 CPUtime=0 cores=5,7
/proc/27992/task/27999/stat : 27999 (python) S 27986 27986 27631 0 -1 4202560 44 0 0 0 0 0 0 0 19 0 2 0 736045104 295788544 5658 33554432000 4194304 5683644 140734734586064 18446744073709551615 260917217713 0 0 16781312 514 18446604470133585088 0 0 -1 5 0 0 0
[pid=28000] ppid=27986 vsize=289320 CPUtime=0 cores=5,7
/proc/28000/stat : 28000 (python) S 27986 27986 27631 0 -1 4202560 743 0 0 0 0 0 0 0 15 0 1 0 736045106 296263680 5688 33554432000 4194304 5683644 140734734586064 18446744073709551615 260905414214 0 0 16781312 514 2007638967381360900 0 0 17 5 0 0 0
/proc/28000/statm: 72330 5688 348 364 0 8245 0
[pid=28002] ppid=28000 vsize=1017932 CPUtime=1.3 cores=5,7
/proc/28002/stat : 28002 (gnovelty+2) R 28000 28002 28002 0 -1 4202496 493 0 0 0 130 0 0 0 21 0 1 0 736045106 1042362368 227 33554432000 134512640 135663704 4293715984 18446744073709551615 134524945 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/28002/statm: 254483 227 113 282 0 254199 0
[pid=27986/tid=27993] ppid=27984 vsize=299564 CPUtime=0 cores=5,7
/proc/27986/task/27993/stat : 27993 (python) S 27984 27986 27631 0 -1 4202560 29 930 0 0 0 0 0 0 19 0 3 0 736035078 306753536 7224 33554432000 4194304 5683644 140734734586064 18446744073709551615 260917217713 0 0 16781312 2 18446604469564438592 0 0 -1 7 0 0 0
[pid=27986/tid=28001] ppid=27984 vsize=299564 CPUtime=0 cores=5,7
/proc/27986/task/28001/stat : 28001 (python) S 27984 27986 27631 0 -1 4202560 25 930 0 0 0 0 0 0 20 0 3 0 736045106 306753536 7224 33554432000 4194304 5683644 140734734586064 18446744073709551615 260917217713 0 0 16781312 2 18446604469564438592 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 102.17
Current children cumulated vsize (KiB) 2913604

[startup+162.301 s]
/proc/loadavg: 3.85 3.94 3.92 4/393 28021
/proc/meminfo: memFree=21873844/32950928 swapFree=65730864/67111528
[pid=27986] ppid=27984 vsize=299564 CPUtime=0.63 cores=5,7
/proc/27986/stat : 27986 (python) S 27984 27986 27631 0 -1 4202496 11035 930 1 0 55 8 0 0 19 0 3 0 736035006 306753536 7224 33554432000 4194304 5683644 140734734586064 18446744073709551615 260917220811 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/27986/statm: 74891 7224 1880 364 0 10806 0
[pid=27992] ppid=27986 vsize=288856 CPUtime=0.26 cores=5,7

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

[pid=28002] ppid=28000 vsize=1017932 CPUtime=99.99 cores=5,7
/proc/28002/stat : 28002 (gnovelty+2) T 28000 28002 28002 0 -1 4202496 493 0 0 0 9999 0 0 0 25 0 1 0 736045106 1042362368 227 33554432000 134512640 135663704 4293715984 18446744073709551615 134524509 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/28002/statm: 254483 227 113 282 0 254199 0
[pid=28000/tid=28027] ppid=27986 vsize=289320 CPUtime=0 cores=5,7
/proc/28000/task/28027/stat : 28027 (python) S 27986 27986 27631 0 -1 4202560 50 0 0 0 0 0 0 0 16 0 2 0 736055132 296263680 5741 33554432000 4194304 5683644 140734734586064 18446744073709551615 260917217713 0 0 16781312 514 18446604461970067712 0 0 -1 5 0 0 0
[pid=28028] ppid=27986 vsize=299316 CPUtime=0.26 cores=5,7
/proc/28028/stat : 28028 (python) S 27986 27986 27631 0 -1 4202560 1087 0 0 0 13 13 0 0 19 0 2 0 736055134 306499584 5663 33554432000 4194304 5683644 140734734586064 18446744073709551615 260917220811 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/28028/statm: 74829 5663 400 364 0 10741 0
[pid=28030] ppid=28028 vsize=416524 CPUtime=100.26 cores=5,7
/proc/28030/stat : 28030 (adaptg2wsat2009) T 28028 28030 28030 0 -1 4202496 585 0 0 0 10026 0 0 0 25 0 1 0 736055134 426520576 322 33554432000 134512640 135107411 4291408032 18446744073709551615 134531779 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/28030/statm: 104131 322 59 146 0 103007 0
[pid=28028/tid=28052] ppid=27986 vsize=299316 CPUtime=0 cores=5,7
/proc/28028/task/28052/stat : 28052 (python) S 27986 27986 27631 0 -1 4202560 50 0 0 0 0 0 0 0 19 0 2 0 736065161 306499584 5663 33554432000 4194304 5683644 140734734586064 18446744073709551615 260917217713 0 0 16781312 514 18446604454462878784 0 0 -1 7 0 0 0
[pid=28053] ppid=27986 vsize=310112 CPUtime=0.11 cores=5,7
/proc/28053/stat : 28053 (python) S 27986 27986 27631 0 -1 4202560 929 0 0 0 7 4 0 0 15 0 1 0 736065162 317554688 5772 33554432000 4194304 5683644 140734734586064 18446744073709551615 260905414214 0 0 16781312 514 16194183402272817414 0 0 17 5 0 0 0
/proc/28053/statm: 77528 5772 371 364 0 13437 0
[pid=28055] ppid=28053 vsize=2264 CPUtime=32.63 cores=5,7
/proc/28055/stat : 28055 (march_hi) R 28053 28055 28055 0 -1 4202496 989 0 0 0 3263 0 0 0 25 0 1 0 736065162 2318336 393 33554432000 4194304 4955518 140736258220048 18446744073709551615 4208784 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/28055/statm: 566 393 106 186 0 379 0
[pid=27986/tid=27993] ppid=27984 vsize=320356 CPUtime=0 cores=5,7
/proc/27986/task/27993/stat : 27993 (python) S 27984 27986 27631 0 -1 4202560 29 930 0 0 0 0 0 0 19 0 5 0 736035078 328044544 7289 33554432000 4194304 5683644 140734734586064 18446744073709551615 260917217713 0 0 16781312 2 18446604469564438592 0 0 -1 7 0 0 0
[pid=27986/tid=28001] ppid=27984 vsize=320356 CPUtime=0 cores=5,7
/proc/27986/task/28001/stat : 28001 (python) S 27984 27986 27631 0 -1 4202560 25 930 0 0 0 0 0 0 20 0 5 0 736045106 328044544 7289 33554432000 4194304 5683644 140734734586064 18446744073709551615 260917217713 0 0 16781312 2 18446604469564438592 0 0 -1 5 0 0 0
[pid=27986/tid=28029] ppid=27984 vsize=320356 CPUtime=0 cores=5,7
/proc/27986/task/28029/stat : 28029 (python) S 27984 27986 27631 0 -1 4202560 29 930 0 0 0 0 0 0 20 0 5 0 736055134 328044544 7289 33554432000 4194304 5683644 140734734586064 18446744073709551615 260917217713 0 0 16781312 2 18446604469564438592 0 0 -1 5 0 0 0
[pid=27986/tid=28054] ppid=27984 vsize=320356 CPUtime=0 cores=5,7
/proc/27986/task/28054/stat : 28054 (python) S 27984 27986 27631 0 -1 4202560 26 930 0 0 0 0 0 0 20 0 5 0 736065162 328044544 7289 33554432000 4194304 5683644 140734734586064 18446744073709551615 260917217713 0 0 16781312 2 18446604469564438592 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 334.41
Current children cumulated vsize (KiB) 3962612

[startup+334.701 s]
/proc/loadavg: 2.43 3.33 3.69 3/392 28056
/proc/meminfo: memFree=21923060/32950928 swapFree=65730864/67111528
[pid=27986] ppid=27984 vsize=320356 CPUtime=0.65 cores=5,7
/proc/27986/stat : 27986 (python) S 27984 27986 27631 0 -1 4202496 12756 930 1 0 57 8 0 0 19 0 5 0 736035006 328044544 7289 33554432000 4194304 5683644 140734734586064 18446744073709551615 260917220811 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/27986/statm: 80089 7289 1884 364 0 15998 0
[pid=27992] ppid=27986 vsize=288856 CPUtime=0.26 cores=5,7
/proc/27992/stat : 27992 (python) S 27986 27986 27631 0 -1 4202560 1157 0 0 0 15 11 0 0 19 0 2 0 736035078 295788544 5658 33554432000 4194304 5683644 140734734586064 18446744073709551615 260917220811 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/27992/statm: 72214 5658 415 364 0 8132 0
[pid=27994] ppid=27992 vsize=1017932 CPUtime=99.98 cores=5,7
/proc/27994/stat : 27994 (gnovelty+2) T 27992 27994 27994 0 -1 4202496 491 0 0 0 9998 0 0 0 25 0 1 0 736035078 1042362368 226 33554432000 134512640 135663704 4287848688 18446744073709551615 134524498 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/27994/statm: 254483 226 113 282 0 254199 0
[pid=27992/tid=27999] ppid=27986 vsize=288856 CPUtime=0 cores=5,7
/proc/27992/task/27999/stat : 27999 (python) S 27986 27986 27631 0 -1 4202560 44 0 0 0 0 0 0 0 19 0 2 0 736045104 295788544 5658 33554432000 4194304 5683644 140734734586064 18446744073709551615 260917217713 0 0 16781312 514 18446604470133585088 0 0 -1 5 0 0 0
[pid=28000] ppid=27986 vsize=289320 CPUtime=0.27 cores=5,7
/proc/28000/stat : 28000 (python) S 27986 27986 27631 0 -1 4202560 1079 0 0 0 14 13 0 0 16 0 2 0 736045106 296263680 5741 33554432000 4194304 5683644 140734734586064 18446744073709551615 260917220811 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/28000/statm: 72330 5741 400 364 0 8245 0
[pid=28002] ppid=28000 vsize=1017932 CPUtime=99.99 cores=5,7
/proc/28002/stat : 28002 (gnovelty+2) T 28000 28002 28002 0 -1 4202496 493 0 0 0 9999 0 0 0 25 0 1 0 736045106 1042362368 227 33554432000 134512640 135663704 4293715984 18446744073709551615 134524509 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/28002/statm: 254483 227 113 282 0 254199 0
[pid=28000/tid=28027] ppid=27986 vsize=289320 CPUtime=0 cores=5,7
/proc/28000/task/28027/stat : 28027 (python) S 27986 27986 27631 0 -1 4202560 50 0 0 0 0 0 0 0 16 0 2 0 736055132 296263680 5741 33554432000 4194304 5683644 140734734586064 18446744073709551615 260917217713 0 0 16781312 514 18446604461970067712 0 0 -1 5 0 0 0
[pid=28028] ppid=27986 vsize=299316 CPUtime=0.26 cores=5,7
/proc/28028/stat : 28028 (python) S 27986 27986 27631 0 -1 4202560 1087 0 0 0 13 13 0 0 19 0 2 0 736055134 306499584 5663 33554432000 4194304 5683644 140734734586064 18446744073709551615 260917220811 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/28028/statm: 74829 5663 400 364 0 10741 0
[pid=28030] ppid=28028 vsize=416524 CPUtime=100.26 cores=5,7
/proc/28030/stat : 28030 (adaptg2wsat2009) T 28028 28030 28030 0 -1 4202496 585 0 0 0 10026 0 0 0 25 0 1 0 736055134 426520576 322 33554432000 134512640 135107411 4291408032 18446744073709551615 134531779 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/28030/statm: 104131 322 59 146 0 103007 0
[pid=28028/tid=28052] ppid=27986 vsize=299316 CPUtime=0 cores=5,7
/proc/28028/task/28052/stat : 28052 (python) S 27986 27986 27631 0 -1 4202560 50 0 0 0 0 0 0 0 19 0 2 0 736065161 306499584 5663 33554432000 4194304 5683644 140734734586064 18446744073709551615 260917217713 0 0 16781312 514 18446604454462878784 0 0 -1 7 0 0 0
[pid=28053] ppid=27986 vsize=310112 CPUtime=0.11 cores=5,7
/proc/28053/stat : 28053 (python) S 27986 27986 27631 0 -1 4202560 929 0 0 0 7 4 0 0 15 0 1 0 736065162 317554688 5772 33554432000 4194304 5683644 140734734586064 18446744073709551615 260905414214 0 0 16781312 514 16194183402272817414 0 0 17 5 0 0 0
/proc/28053/statm: 77528 5772 371 364 0 13437 0
[pid=28055] ppid=28053 vsize=2264 CPUtime=33.02 cores=5,7
/proc/28055/stat : 28055 (march_hi) R 28053 28055 28055 0 -1 4202496 989 0 0 0 3302 0 0 0 25 0 1 0 736065162 2318336 393 33554432000 4194304 4955518 140736258220048 18446744073709551615 4208656 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/28055/statm: 566 393 106 186 0 379 0
[pid=27986/tid=27993] ppid=27984 vsize=320356 CPUtime=0 cores=5,7
/proc/27986/task/27993/stat : 27993 (python) S 27984 27986 27631 0 -1 4202560 29 930 0 0 0 0 0 0 19 0 5 0 736035078 328044544 7289 33554432000 4194304 5683644 140734734586064 18446744073709551615 260917217713 0 0 16781312 2 18446604469564438592 0 0 -1 7 0 0 0
[pid=27986/tid=28001] ppid=27984 vsize=320356 CPUtime=0 cores=5,7
/proc/27986/task/28001/stat : 28001 (python) S 27984 27986 27631 0 -1 4202560 25 930 0 0 0 0 0 0 20 0 5 0 736045106 328044544 7289 33554432000 4194304 5683644 140734734586064 18446744073709551615 260917217713 0 0 16781312 2 18446604469564438592 0 0 -1 5 0 0 0
[pid=27986/tid=28029] ppid=27984 vsize=320356 CPUtime=0 cores=5,7
/proc/27986/task/28029/stat : 28029 (python) S 27984 27986 27631 0 -1 4202560 29 930 0 0 0 0 0 0 20 0 5 0 736055134 328044544 7289 33554432000 4194304 5683644 140734734586064 18446744073709551615 260917217713 0 0 16781312 2 18446604469564438592 0 0 -1 5 0 0 0
[pid=27986/tid=28054] ppid=27984 vsize=320356 CPUtime=0 cores=5,7
/proc/27986/task/28054/stat : 28054 (python) S 27984 27986 27631 0 -1 4202560 26 930 0 0 0 0 0 0 20 0 5 0 736065162 328044544 7289 33554432000 4194304 5683644 140734734586064 18446744073709551615 260917217713 0 0 16781312 2 18446604469564438592 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 334.8
Current children cumulated vsize (KiB) 3962612

[startup+335.101 s]
/proc/loadavg: 2.43 3.33 3.69 3/392 28056
/proc/meminfo: memFree=21923060/32950928 swapFree=65730864/67111528
[pid=27986] ppid=27984 vsize=320356 CPUtime=0.65 cores=5,7
/proc/27986/stat : 27986 (python) S 27984 27986 27631 0 -1 4202496 12756 930 1 0 57 8 0 0 19 0 5 0 736035006 328044544 7289 33554432000 4194304 5683644 140734734586064 18446744073709551615 260917220811 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/27986/statm: 80089 7289 1884 364 0 15998 0
[pid=27992] ppid=27986 vsize=288856 CPUtime=0.26 cores=5,7
/proc/27992/stat : 27992 (python) S 27986 27986 27631 0 -1 4202560 1157 0 0 0 15 11 0 0 19 0 2 0 736035078 295788544 5658 33554432000 4194304 5683644 140734734586064 18446744073709551615 260917220811 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/27992/statm: 72214 5658 415 364 0 8132 0
[pid=27994] ppid=27992 vsize=1017932 CPUtime=99.98 cores=5,7
/proc/27994/stat : 27994 (gnovelty+2) T 27992 27994 27994 0 -1 4202496 491 0 0 0 9998 0 0 0 25 0 1 0 736035078 1042362368 226 33554432000 134512640 135663704 4287848688 18446744073709551615 134524498 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/27994/statm: 254483 226 113 282 0 254199 0
[pid=27992/tid=27999] ppid=27986 vsize=288856 CPUtime=0 cores=5,7
/proc/27992/task/27999/stat : 27999 (python) S 27986 27986 27631 0 -1 4202560 44 0 0 0 0 0 0 0 19 0 2 0 736045104 295788544 5658 33554432000 4194304 5683644 140734734586064 18446744073709551615 260917217713 0 0 16781312 514 18446604470133585088 0 0 -1 5 0 0 0
[pid=28000] ppid=27986 vsize=289320 CPUtime=0.27 cores=5,7
/proc/28000/stat : 28000 (python) S 27986 27986 27631 0 -1 4202560 1079 0 0 0 14 13 0 0 16 0 2 0 736045106 296263680 5741 33554432000 4194304 5683644 140734734586064 18446744073709551615 260917220811 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/28000/statm: 72330 5741 400 364 0 8245 0
[pid=28002] ppid=28000 vsize=1017932 CPUtime=99.99 cores=5,7
/proc/28002/stat : 28002 (gnovelty+2) T 28000 28002 28002 0 -1 4202496 493 0 0 0 9999 0 0 0 25 0 1 0 736045106 1042362368 227 33554432000 134512640 135663704 4293715984 18446744073709551615 134524509 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/28002/statm: 254483 227 113 282 0 254199 0
[pid=28000/tid=28027] ppid=27986 vsize=289320 CPUtime=0 cores=5,7
/proc/28000/task/28027/stat : 28027 (python) S 27986 27986 27631 0 -1 4202560 50 0 0 0 0 0 0 0 16 0 2 0 736055132 296263680 5741 33554432000 4194304 5683644 140734734586064 18446744073709551615 260917217713 0 0 16781312 514 18446604461970067712 0 0 -1 5 0 0 0
[pid=28028] ppid=27986 vsize=299316 CPUtime=0.26 cores=5,7
/proc/28028/stat : 28028 (python) S 27986 27986 27631 0 -1 4202560 1087 0 0 0 13 13 0 0 19 0 2 0 736055134 306499584 5663 33554432000 4194304 5683644 140734734586064 18446744073709551615 260917220811 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/28028/statm: 74829 5663 400 364 0 10741 0
[pid=28030] ppid=28028 vsize=416524 CPUtime=100.26 cores=5,7
/proc/28030/stat : 28030 (adaptg2wsat2009) T 28028 28030 28030 0 -1 4202496 585 0 0 0 10026 0 0 0 25 0 1 0 736055134 426520576 322 33554432000 134512640 135107411 4291408032 18446744073709551615 134531779 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/28030/statm: 104131 322 59 146 0 103007 0
[pid=28028/tid=28052] ppid=27986 vsize=299316 CPUtime=0 cores=5,7
/proc/28028/task/28052/stat : 28052 (python) S 27986 27986 27631 0 -1 4202560 50 0 0 0 0 0 0 0 19 0 2 0 736065161 306499584 5663 33554432000 4194304 5683644 140734734586064 18446744073709551615 260917217713 0 0 16781312 514 18446604454462878784 0 0 -1 7 0 0 0
[pid=28053] ppid=27986 vsize=310112 CPUtime=0.11 cores=5,7
/proc/28053/stat : 28053 (python) S 27986 27986 27631 0 -1 4202560 929 0 0 0 7 4 0 0 15 0 1 0 736065162 317554688 5772 33554432000 4194304 5683644 140734734586064 18446744073709551615 260905414214 0 0 16781312 514 5606901044094140678 0 0 17 5 0 0 0
/proc/28053/statm: 77528 5772 371 364 0 13437 0
[pid=28055] ppid=28053 vsize=2264 CPUtime=33.42 cores=5,7
/proc/28055/stat : 28055 (march_hi) R 28053 28055 28055 0 -1 4202496 989 0 0 0 3342 0 0 0 25 0 1 0 736065162 2318336 393 33554432000 4194304 4955518 140736258220048 18446744073709551615 4299850 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/28055/statm: 566 393 106 186 0 379 0
[pid=27986/tid=27993] ppid=27984 vsize=320356 CPUtime=0 cores=5,7
/proc/27986/task/27993/stat : 27993 (python) S 27984 27986 27631 0 -1 4202560 29 930 0 0 0 0 0 0 19 0 5 0 736035078 328044544 7289 33554432000 4194304 5683644 140734734586064 18446744073709551615 260917217713 0 0 16781312 2 18446604469564438592 0 0 -1 7 0 0 0
[pid=27986/tid=28001] ppid=27984 vsize=320356 CPUtime=0 cores=5,7
/proc/27986/task/28001/stat : 28001 (python) S 27984 27986 27631 0 -1 4202560 25 930 0 0 0 0 0 0 20 0 5 0 736045106 328044544 7289 33554432000 4194304 5683644 140734734586064 18446744073709551615 260917217713 0 0 16781312 2 18446604469564438592 0 0 -1 5 0 0 0
[pid=27986/tid=28029] ppid=27984 vsize=320356 CPUtime=0 cores=5,7
/proc/27986/task/28029/stat : 28029 (python) S 27984 27986 27631 0 -1 4202560 29 930 0 0 0 0 0 0 20 0 5 0 736055134 328044544 7289 33554432000 4194304 5683644 140734734586064 18446744073709551615 260917217713 0 0 16781312 2 18446604469564438592 0 0 -1 5 0 0 0
[pid=27986/tid=28054] ppid=27984 vsize=320356 CPUtime=0 cores=5,7
/proc/27986/task/28054/stat : 28054 (python) S 27984 27986 27631 0 -1 4202560 26 930 0 0 0 0 0 0 20 0 5 0 736065162 328044544 7289 33554432000 4194304 5683644 140734734586064 18446744073709551615 260917217713 0 0 16781312 2 18446604469564438592 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 335.2
Current children cumulated vsize (KiB) 3962612

[startup+335.201 s]
/proc/loadavg: 2.43 3.33 3.69 3/392 28056
/proc/meminfo: memFree=21923060/32950928 swapFree=65730864/67111528
[pid=27986] ppid=27984 vsize=320356 CPUtime=0.65 cores=5,7
/proc/27986/stat : 27986 (python) S 27984 27986 27631 0 -1 4202496 12756 930 1 0 57 8 0 0 19 0 5 0 736035006 328044544 7289 33554432000 4194304 5683644 140734734586064 18446744073709551615 260917220811 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/27986/statm: 80089 7289 1884 364 0 15998 0
[pid=27992] ppid=27986 vsize=288856 CPUtime=0.26 cores=5,7
/proc/27992/stat : 27992 (python) S 27986 27986 27631 0 -1 4202560 1157 0 0 0 15 11 0 0 19 0 2 0 736035078 295788544 5658 33554432000 4194304 5683644 140734734586064 18446744073709551615 260917220811 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/27992/statm: 72214 5658 415 364 0 8132 0
[pid=27994] ppid=27992 vsize=1017932 CPUtime=99.98 cores=5,7
/proc/27994/stat : 27994 (gnovelty+2) T 27992 27994 27994 0 -1 4202496 491 0 0 0 9998 0 0 0 25 0 1 0 736035078 1042362368 226 33554432000 134512640 135663704 4287848688 18446744073709551615 134524498 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/27994/statm: 254483 226 113 282 0 254199 0
[pid=27992/tid=27999] ppid=27986 vsize=288856 CPUtime=0 cores=5,7
/proc/27992/task/27999/stat : 27999 (python) S 27986 27986 27631 0 -1 4202560 44 0 0 0 0 0 0 0 19 0 2 0 736045104 295788544 5658 33554432000 4194304 5683644 140734734586064 18446744073709551615 260917217713 0 0 16781312 514 18446604470133585088 0 0 -1 5 0 0 0
[pid=28000] ppid=27986 vsize=289320 CPUtime=0.27 cores=5,7
/proc/28000/stat : 28000 (python) S 27986 27986 27631 0 -1 4202560 1079 0 0 0 14 13 0 0 16 0 2 0 736045106 296263680 5741 33554432000 4194304 5683644 140734734586064 18446744073709551615 260917220811 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/28000/statm: 72330 5741 400 364 0 8245 0
[pid=28002] ppid=28000 vsize=1017932 CPUtime=99.99 cores=5,7
/proc/28002/stat : 28002 (gnovelty+2) T 28000 28002 28002 0 -1 4202496 493 0 0 0 9999 0 0 0 25 0 1 0 736045106 1042362368 227 33554432000 134512640 135663704 4293715984 18446744073709551615 134524509 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/28002/statm: 254483 227 113 282 0 254199 0
[pid=28000/tid=28027] ppid=27986 vsize=289320 CPUtime=0 cores=5,7
/proc/28000/task/28027/stat : 28027 (python) S 27986 27986 27631 0 -1 4202560 50 0 0 0 0 0 0 0 16 0 2 0 736055132 296263680 5741 33554432000 4194304 5683644 140734734586064 18446744073709551615 260917217713 0 0 16781312 514 18446604461970067712 0 0 -1 5 0 0 0
[pid=28028] ppid=27986 vsize=299316 CPUtime=0.26 cores=5,7
/proc/28028/stat : 28028 (python) S 27986 27986 27631 0 -1 4202560 1087 0 0 0 13 13 0 0 19 0 2 0 736055134 306499584 5663 33554432000 4194304 5683644 140734734586064 18446744073709551615 260917220811 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/28028/statm: 74829 5663 400 364 0 10741 0
[pid=28030] ppid=28028 vsize=416524 CPUtime=100.26 cores=5,7
/proc/28030/stat : 28030 (adaptg2wsat2009) T 28028 28030 28030 0 -1 4202496 585 0 0 0 10026 0 0 0 25 0 1 0 736055134 426520576 322 33554432000 134512640 135107411 4291408032 18446744073709551615 134531779 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/28030/statm: 104131 322 59 146 0 103007 0
[pid=28028/tid=28052] ppid=27986 vsize=299316 CPUtime=0 cores=5,7
/proc/28028/task/28052/stat : 28052 (python) S 27986 27986 27631 0 -1 4202560 50 0 0 0 0 0 0 0 19 0 2 0 736065161 306499584 5663 33554432000 4194304 5683644 140734734586064 18446744073709551615 260917217713 0 0 16781312 514 18446604454462878784 0 0 -1 7 0 0 0
[pid=28053] ppid=27986 vsize=310112 CPUtime=0.14 cores=5,7
/proc/28053/stat : 28053 (python) R 27986 27986 27631 0 -1 4202560 929 0 0 0 9 5 0 0 15 0 1 0 736065162 317554688 5772 33554432000 4194304 5683644 140734734586064 18446744073709551615 260917224255 0 0 16781312 514 0 0 0 17 5 0 0 0
/proc/28053/statm: 77528 5772 371 364 0 13437 0
[pid=28055] ppid=28053 vsize=0 CPUtime=33.49 cores=5,7
/proc/28055/stat : 28055 (march_hi) R 28053 28055 28055 0 -1 4202500 990 0 0 0 3349 0 0 0 25 0 1 0 736065162 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 5 0 0 0
/proc/28055/statm: 0 0 0 0 0 0 0
[pid=27986/tid=27993] ppid=27984 vsize=320356 CPUtime=0 cores=5,7
/proc/27986/task/27993/stat : 27993 (python) S 27984 27986 27631 0 -1 4202560 29 930 0 0 0 0 0 0 19 0 5 0 736035078 328044544 7289 33554432000 4194304 5683644 140734734586064 18446744073709551615 260917217713 0 0 16781312 2 18446604469564438592 0 0 -1 7 0 0 0
[pid=27986/tid=28001] ppid=27984 vsize=320356 CPUtime=0 cores=5,7
/proc/27986/task/28001/stat : 28001 (python) S 27984 27986 27631 0 -1 4202560 25 930 0 0 0 0 0 0 20 0 5 0 736045106 328044544 7289 33554432000 4194304 5683644 140734734586064 18446744073709551615 260917217713 0 0 16781312 2 18446604469564438592 0 0 -1 5 0 0 0
[pid=27986/tid=28029] ppid=27984 vsize=320356 CPUtime=0 cores=5,7
/proc/27986/task/28029/stat : 28029 (python) S 27984 27986 27631 0 -1 4202560 29 930 0 0 0 0 0 0 20 0 5 0 736055134 328044544 7289 33554432000 4194304 5683644 140734734586064 18446744073709551615 260917217713 0 0 16781312 2 18446604469564438592 0 0 -1 5 0 0 0
[pid=27986/tid=28054] ppid=27984 vsize=320356 CPUtime=0 cores=5,7
/proc/27986/task/28054/stat : 28054 (python) S 27984 27986 27631 0 -1 4202560 26 930 0 0 0 0 0 0 20 0 5 0 736065162 328044544 7289 33554432000 4194304 5683644 140734734586064 18446744073709551615 260917217713 0 0 16781312 2 18446604469564438592 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 335.3
Current children cumulated vsize (KiB) 3960348

Child status: 0
Real time (s): 335.226
CPU time (s): 335.418
CPU user time (s): 334.878
CPU system time (s): 0.539917
CPU usage (%): 100.057
Max. virtual memory (cumulated for all children) (KiB): 3962612

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 334.878
system time used= 0.539917
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 25172
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= 1982
involuntary context switches= 1495

runsolver used 1.13583 second user time and 2.72558 second system time

The end

Launcher Data

Begin job on node116 at 2011-05-15 13:14:03
IDJOB=3377784
IDBENCH=83093
IDSOLVER=1857
FILE ID=node116/3377784-1305458043
RUNJOBID= node116-1305457838-27652
PBS_JOBID= 13324898
Free space on /tmp= 73076 MiB

SOLVER NAME= borg-sat 11.03.02-seq-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
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3377784-1305458043/watcher-3377784-1305458043 -o /tmp/evaluation-result-3377784-1305458043/solver-3377784-1305458043 -C 2400 -W 1300 -M 7680  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3377784-1305458043.cnf -seed 495865633 -budget 2400

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

MD5SUM BENCH= 6dcea24e0d40e217adec300bb8ded029
RANDOM SEED=495865633

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      21867768 kB
Buffers:        112476 kB
Cached:        1345744 kB
SwapCached:      12356 kB
Active:        9959600 kB
Inactive:       894316 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      21867768 kB
SwapTotal:    67111528 kB
SwapFree:     65730864 kB
Dirty:           31912 kB
Writeback:           0 kB
AnonPages:     9393992 kB
Mapped:          24720 kB
Slab:           112356 kB
PageTables:      50408 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 87293056 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= 73108 MiB
End job on node116 at 2011-05-15 13:19:39