Trace number 3377551

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 463.154 462.067

General information on the benchmark

Namerandom/medium/
unif-k5-r21.3-v100-c2130-S206772908-015.UNKNOWN.cnf
MD5SUM74f6f450e8e5ce3811b2d7ad1f57d348
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark326.484
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of clauses2130
Sum of the clauses size10650
Maximum clause length5
Minimum clause length5
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 52130
Number of clauses of size over 50

Solver Data

0.31/0.46	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.31/0.46	c INFO: solving HOME/instance-3377551-1305454826.cnf
0.31/0.46	c INFO: computing task features
0.31/0.47	c INFO: computed variable-clause graph statistics
0.31/0.47	c INFO: computed clause balance statistics
0.40/0.56	c INFO: computed variable balance statistics
0.40/0.56	c INFO: computed small-clause counts
0.40/0.56	c INFO: computed Horn-clause counts
0.40/0.56	c INFO: computed variable graph statistics
0.40/0.56	c INFO: collected features for HOME/instance-3377551-1305454826.cnf in 0.10 s
0.40/0.57	c INFO: running gnovelty+2@0 for 97 with 2399 remaining (b = 0.62)
100.73/100.86	c INFO: running march_hi@0 for 194 with 2299 remaining (b = 0.19)
299.39/298.96	c INFO: running march_hi@198 for 194 with 2101 remaining (b = 0.17)
463.04/462.04	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-3377551-1305454826/watcher-3377551-1305454826 -o /tmp/evaluation-result-3377551-1305454826/solver-3377551-1305454826 -C 2400 -W 1300 -M 7680 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3377551-1305454826.cnf -seed 618660077 -budget 2400 

running on 2 cores: 0,2

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: 2.92 3.03 3.16 4/371 13017
/proc/meminfo: memFree=17022908/32951124 swapFree=67056804/67111528
[pid=13017] ppid=13015 vsize=15384 CPUtime=0 cores=0,2
/proc/13017/stat : 13017 (python) R 13015 13017 10833 0 -1 4202496 807 0 0 0 0 0 0 0 25 0 1 0 657083535 15753216 693 33554432000 4194304 5683644 140734120262704 18446744073709551615 270613110416 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/13017/statm: 3846 693 332 364 0 333 0

[startup+0.0844929 s]
/proc/loadavg: 2.92 3.03 3.16 4/371 13017
/proc/meminfo: memFree=17022908/32951124 swapFree=67056804/67111528
[pid=13017] ppid=13015 vsize=93964 CPUtime=0.06 cores=0,2
/proc/13017/stat : 13017 (python) S 13015 13017 10833 0 -1 4202496 2693 0 0 0 4 2 0 0 17 0 1 0 657083535 96219136 2407 33554432000 4194304 5683644 140734120262704 18446744073709551615 270613108736 0 2147483391 16781312 2 18446744071699199166 0 0 17 2 0 0 0
/proc/13017/statm: 23491 2407 764 364 0 1623 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 93964

[startup+0.101325 s]
/proc/loadavg: 2.92 3.03 3.16 4/371 13017
/proc/meminfo: memFree=17022908/32951124 swapFree=67056804/67111528
[pid=13017] ppid=13015 vsize=104616 CPUtime=0.07 cores=0,2
/proc/13017/stat : 13017 (python) S 13015 13017 10833 0 -1 4202496 3098 0 0 0 5 2 0 0 17 0 1 0 657083535 107126784 2778 33554432000 4194304 5683644 140734120262704 18446744073709551615 270613108736 0 2147483391 16781312 2 18446744071699199166 0 0 17 2 0 0 0
/proc/13017/statm: 26154 2778 847 364 0 1902 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 104616

[startup+0.307359 s]
/proc/loadavg: 2.92 3.03 3.16 4/371 13017
/proc/meminfo: memFree=17022908/32951124 swapFree=67056804/67111528
[pid=13017] ppid=13015 vsize=198920 CPUtime=0.22 cores=0,2
/proc/13017/stat : 13017 (python) R 13015 13017 10833 0 -1 4202496 7026 933 1 0 17 5 0 0 18 0 1 0 657083535 203694080 5053 33554432000 4194304 5683644 140734120262704 18446744073709551615 4620076 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/13017/statm: 49730 5053 1466 364 0 3757 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 198920

[startup+0.700292 s]
/proc/loadavg: 2.92 3.03 3.16 4/371 13017
/proc/meminfo: memFree=17022908/32951124 swapFree=67056804/67111528
[pid=13017] ppid=13015 vsize=288736 CPUtime=0.48 cores=0,2
/proc/13017/stat : 13017 (python) S 13015 13017 10833 0 -1 4202496 9778 933 1 0 40 8 0 0 20 0 2 0 657083535 295665664 7060 33554432000 4194304 5683644 140734120262704 18446744073709551615 270624937419 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/13017/statm: 72184 7060 1875 364 0 8102 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 288736

[startup+1.5012 s]
/proc/loadavg: 2.93 3.02 3.15 4/375 13025
/proc/meminfo: memFree=16997828/32951124 swapFree=67056804/67111528
[pid=13017] ppid=13015 vsize=288736 CPUtime=0.48 cores=0,2
/proc/13017/stat : 13017 (python) S 13015 13017 10833 0 -1 4202496 9778 933 1 0 40 8 0 0 20 0 2 0 657083535 295665664 7060 33554432000 4194304 5683644 140734120262704 18446744073709551615 270624937419 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/13017/statm: 72184 7060 1875 364 0 8102 0
[pid=13023] ppid=13017 vsize=278492 CPUtime=0 cores=0,2
/proc/13023/stat : 13023 (python) S 13017 13017 10833 0 -1 4202560 739 0 0 0 0 0 0 0 20 0 1 0 657083593 285175808 5535 33554432000 4194304 5683644 140734120262704 18446744073709551615 270613130767 0 0 16781312 514 13096497132624412671 0 0 17 0 0 0 0
/proc/13023/statm: 69623 5535 354 364 0 5541 0
[pid=13025] ppid=13023 vsize=1017800 CPUtime=0.91 cores=0,2
/proc/13025/stat : 13025 (gnovelty+2) R 13023 13025 13025 0 -1 4202496 437 0 0 0 91 0 0 0 25 0 1 0 657083593 1042227200 172 33554432000 134512640 135663704 4288755616 18446744073709551615 134524868 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/13025/statm: 254450 172 113 282 0 254166 0
[pid=13017/tid=13024] ppid=13015 vsize=288736 CPUtime=0 cores=0,2
/proc/13017/task/13024/stat : 13024 (python) S 13015 13017 10833 0 -1 4202560 29 933 0 0 0 0 0 0 20 0 2 0 657083593 295665664 7060 33554432000 4194304 5683644 140734120262704 18446744073709551615 270624934321 0 0 16781312 2 18446604453382058304 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1.39
Current children cumulated vsize (KiB) 1585028

[startup+3.10091 s]
/proc/loadavg: 2.93 3.02 3.15 4/375 13025
/proc/meminfo: memFree=16997208/32951124 swapFree=67056804/67111528
[pid=13017] ppid=13015 vsize=288736 CPUtime=0.48 cores=0,2
/proc/13017/stat : 13017 (python) S 13015 13017 10833 0 -1 4202496 9778 933 1 0 40 8 0 0 20 0 2 0 657083535 295665664 7060 33554432000 4194304 5683644 140734120262704 18446744073709551615 270624937419 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/13017/statm: 72184 7060 1875 364 0 8102 0
[pid=13023] ppid=13017 vsize=278492 CPUtime=0 cores=0,2
/proc/13023/stat : 13023 (python) S 13017 13017 10833 0 -1 4202560 739 0 0 0 0 0 0 0 18 0 1 0 657083593 285175808 5535 33554432000 4194304 5683644 140734120262704 18446744073709551615 270613130767 0 0 16781312 514 13096497132624380161 0 0 17 0 0 0 0
/proc/13023/statm: 69623 5535 354 364 0 5541 0
[pid=13025] ppid=13023 vsize=1017800 CPUtime=2.51 cores=0,2
/proc/13025/stat : 13025 (gnovelty+2) R 13023 13025 13025 0 -1 4202496 437 0 0 0 251 0 0 0 25 0 1 0 657083593 1042227200 172 33554432000 134512640 135663704 4288755616 18446744073709551615 134524919 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/13025/statm: 254450 172 113 282 0 254166 0
[pid=13017/tid=13024] ppid=13015 vsize=288736 CPUtime=0 cores=0,2
/proc/13017/task/13024/stat : 13024 (python) S 13015 13017 10833 0 -1 4202560 29 933 0 0 0 0 0 0 20 0 2 0 657083593 295665664 7060 33554432000 4194304 5683644 140734120262704 18446744073709551615 270624934321 0 0 16781312 2 18446604453382058304 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.99
Current children cumulated vsize (KiB) 1585028

[startup+6.30033 s]
/proc/loadavg: 2.93 3.02 3.15 4/375 13025
/proc/meminfo: memFree=16996092/32951124 swapFree=67056804/67111528
[pid=13017] ppid=13015 vsize=288736 CPUtime=0.48 cores=0,2
/proc/13017/stat : 13017 (python) S 13015 13017 10833 0 -1 4202496 9778 933 1 0 40 8 0 0 20 0 2 0 657083535 295665664 7060 33554432000 4194304 5683644 140734120262704 18446744073709551615 270624937419 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/13017/statm: 72184 7060 1875 364 0 8102 0
[pid=13023] ppid=13017 vsize=278492 CPUtime=0.01 cores=0,2
/proc/13023/stat : 13023 (python) S 13017 13017 10833 0 -1 4202560 979 0 0 0 1 0 0 0 18 0 1 0 657083593 285175808 5563 33554432000 4194304 5683644 140734120262704 18446744073709551615 270613130767 0 0 16781312 514 13096497132624380161 0 0 17 0 0 0 0
/proc/13023/statm: 69623 5563 382 364 0 5541 0
[pid=13025] ppid=13023 vsize=1017800 CPUtime=5.69 cores=0,2
/proc/13025/stat : 13025 (gnovelty+2) R 13023 13025 13025 0 -1 4202496 437 0 0 0 569 0 0 0 25 0 1 0 657083593 1042227200 172 33554432000 134512640 135663704 4288755616 18446744073709551615 134544196 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/13025/statm: 254450 172 113 282 0 254166 0
[pid=13017/tid=13024] ppid=13015 vsize=288736 CPUtime=0 cores=0,2
/proc/13017/task/13024/stat : 13024 (python) S 13015 13017 10833 0 -1 4202560 29 933 0 0 0 0 0 0 20 0 2 0 657083593 295665664 7060 33554432000 4194304 5683644 140734120262704 18446744073709551615 270624934321 0 0 16781312 2 18446604453382058304 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 1585028

[startup+12.7012 s]
/proc/loadavg: 2.94 3.02 3.15 4/375 13025
/proc/meminfo: memFree=16994664/32951124 swapFree=67056804/67111528
[pid=13017] ppid=13015 vsize=288736 CPUtime=0.48 cores=0,2
/proc/13017/stat : 13017 (python) S 13015 13017 10833 0 -1 4202496 9778 933 1 0 40 8 0 0 20 0 2 0 657083535 295665664 7060 33554432000 4194304 5683644 140734120262704 18446744073709551615 270624937419 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/13017/statm: 72184 7060 1875 364 0 8102 0
[pid=13023] ppid=13017 vsize=278492 CPUtime=0.03 cores=0,2
/proc/13023/stat : 13023 (python) S 13017 13017 10833 0 -1 4202560 982 0 0 0 2 1 0 0 18 0 1 0 657083593 285175808 5563 33554432000 4194304 5683644 140734120262704 18446744073709551615 270613130767 0 0 16781312 514 4820909887053594881 0 0 17 0 0 0 0
/proc/13023/statm: 69623 5563 382 364 0 5541 0
[pid=13025] ppid=13023 vsize=1017800 CPUtime=12.08 cores=0,2
/proc/13025/stat : 13025 (gnovelty+2) R 13023 13025 13025 0 -1 4202496 437 0 0 0 1208 0 0 0 25 0 1 0 657083593 1042227200 172 33554432000 134512640 135663704 4288755616 18446744073709551615 134525309 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/13025/statm: 254450 172 113 282 0 254166 0
[pid=13017/tid=13024] ppid=13015 vsize=288736 CPUtime=0 cores=0,2
/proc/13017/task/13024/stat : 13024 (python) S 13015 13017 10833 0 -1 4202560 29 933 0 0 0 0 0 0 20 0 2 0 657083593 295665664 7060 33554432000 4194304 5683644 140734120262704 18446744073709551615 270624934321 0 0 16781312 2 18446604453382058304 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 12.59
Current children cumulated vsize (KiB) 1585028

[startup+25.5009 s]
/proc/loadavg: 2.95 3.02 3.15 4/379 13030
/proc/meminfo: memFree=16987448/32951124 swapFree=67056804/67111528
[pid=13017] ppid=13015 vsize=288736 CPUtime=0.48 cores=0,2
/proc/13017/stat : 13017 (python) S 13015 13017 10833 0 -1 4202496 9778 933 1 0 40 8 0 0 20 0 2 0 657083535 295665664 7060 33554432000 4194304 5683644 140734120262704 18446744073709551615 270624937419 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/13017/statm: 72184 7060 1875 364 0 8102 0
[pid=13023] ppid=13017 vsize=278492 CPUtime=0.06 cores=0,2
/proc/13023/stat : 13023 (python) S 13017 13017 10833 0 -1 4202560 986 0 0 0 4 2 0 0 18 0 1 0 657083593 285175808 5563 33554432000 4194304 5683644 140734120262704 18446744073709551615 270613130767 0 0 16781312 514 4820909887053594881 0 0 17 0 0 0 0
/proc/13023/statm: 69623 5563 382 364 0 5541 0
[pid=13025] ppid=13023 vsize=1017800 CPUtime=24.84 cores=0,2
/proc/13025/stat : 13025 (gnovelty+2) R 13023 13025 13025 0 -1 4202496 437 0 0 0 2484 0 0 0 25 0 1 0 657083593 1042227200 172 33554432000 134512640 135663704 4288755616 18446744073709551615 134525243 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/13025/statm: 254450 172 113 282 0 254166 0
[pid=13017/tid=13024] ppid=13015 vsize=288736 CPUtime=0 cores=0,2
/proc/13017/task/13024/stat : 13024 (python) S 13015 13017 10833 0 -1 4202560 29 933 0 0 0 0 0 0 20 0 2 0 657083593 295665664 7060 33554432000 4194304 5683644 140734120262704 18446744073709551615 270624934321 0 0 16781312 2 18446604453382058304 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 25.38
Current children cumulated vsize (KiB) 1585028

[startup+51.1004 s]
/proc/loadavg: 2.97 3.02 3.15 4/379 13030
/proc/meminfo: memFree=16983020/32951124 swapFree=67056804/67111528
[pid=13017] ppid=13015 vsize=288736 CPUtime=0.48 cores=0,2
/proc/13017/stat : 13017 (python) S 13015 13017 10833 0 -1 4202496 9778 933 1 0 40 8 0 0 20 0 2 0 657083535 295665664 7060 33554432000 4194304 5683644 140734120262704 18446744073709551615 270624937419 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/13017/statm: 72184 7060 1875 364 0 8102 0
[pid=13023] ppid=13017 vsize=278492 CPUtime=0.13 cores=0,2
/proc/13023/stat : 13023 (python) S 13017 13017 10833 0 -1 4202560 999 0 0 0 8 5 0 0 18 0 1 0 657083593 285175808 5563 33554432000 4194304 5683644 140734120262704 18446744073709551615 270613130767 0 0 16781312 514 4820909887053594881 0 0 17 0 0 0 0
/proc/13023/statm: 69623 5563 382 364 0 5541 0
[pid=13025] ppid=13023 vsize=1017800 CPUtime=50.39 cores=0,2
/proc/13025/stat : 13025 (gnovelty+2) R 13023 13025 13025 0 -1 4202496 437 0 0 0 5039 0 0 0 25 0 1 0 657083593 1042227200 172 33554432000 134512640 135663704 4288755616 18446744073709551615 134524923 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/13025/statm: 254450 172 113 282 0 254166 0
[pid=13017/tid=13024] ppid=13015 vsize=288736 CPUtime=0 cores=0,2
/proc/13017/task/13024/stat : 13024 (python) S 13015 13017 10833 0 -1 4202560 29 933 0 0 0 0 0 0 20 0 2 0 657083593 295665664 7060 33554432000 4194304 5683644 140734120262704 18446744073709551615 270624934321 0 0 16781312 2 18446604453382058304 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 51
Current children cumulated vsize (KiB) 1585028

[startup+102.313 s]
/proc/loadavg: 3.18 3.06 3.15 4/383 13036
/proc/meminfo: memFree=16970240/32951124 swapFree=67056804/67111528
[pid=13017] ppid=13015 vsize=299520 CPUtime=0.49 cores=0,2
/proc/13017/stat : 13017 (python) S 13015 13017 10833 0 -1 4202496 10638 933 1 0 41 8 0 0 20 0 3 0 657083535 306708480 7210 33554432000 4194304 5683644 140734120262704 18446744073709551615 270624937419 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/13017/statm: 74880 7210 1878 364 0 10795 0
[pid=13023] ppid=13017 vsize=288736 CPUtime=0.27 cores=0,2
/proc/13023/stat : 13023 (python) S 13017 13017 10833 0 -1 4202560 1160 0 0 0 17 10 0 0 19 0 2 0 657083593 295665664 5601 33554432000 4194304 5683644 140734120262704 18446744073709551615 270624937419 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/13023/statm: 72184 5601 415 364 0 8102 0
[pid=13025] ppid=13023 vsize=1017800 CPUtime=100.02 cores=0,2
/proc/13025/stat : 13025 (gnovelty+2) T 13023 13025 13025 0 -1 4202496 437 0 0 0 10002 0 0 0 25 0 1 0 657083593 1042227200 172 33554432000 134512640 135663704 4288755616 18446744073709551615 134525276 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/13025/statm: 254450 172 113 282 0 254166 0
[pid=13023/tid=13033] ppid=13017 vsize=288736 CPUtime=0 cores=0,2
/proc/13023/task/13033/stat : 13033 (python) S 13017 13017 10833 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 657093620 295665664 5601 33554432000 4194304 5683644 140734120262704 18446744073709551615 270624934321 0 0 16781312 514 18446604443077057216 0 0 -1 2 0 0 0
[pid=13034] ppid=13017 vsize=289276 CPUtime=0 cores=0,2
/proc/13034/stat : 13034 (python) S 13017 13017 10833 0 -1 4202560 744 0 0 0 0 0 0 0 15 0 1 0 657093621 296218624 5676 33554432000 4194304 5683644 140734120262704 18446744073709551615 270613130822 0 0 16781312 514 13913352083567771908 0 0 17 2 0 0 0
/proc/13034/statm: 72319 5676 348 364 0 8234 0
[pid=13036] ppid=13034 vsize=1560 CPUtime=1.44 cores=0,2
/proc/13036/stat : 13036 (march_hi) R 13034 13036 13036 0 -1 4202496 503 0 0 0 144 0 0 0 25 0 1 0 657093622 1597440 240 33554432000 4194304 4955518 140733801072176 18446744073709551615 4290039 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/13036/statm: 390 240 106 186 0 203 0
[pid=13017/tid=13024] ppid=13015 vsize=299520 CPUtime=0 cores=0,2
/proc/13017/task/13024/stat : 13024 (python) S 13015 13017 10833 0 -1 4202560 29 933 0 0 0 0 0 0 20 0 3 0 657083593 306708480 7210 33554432000 4194304 5683644 140734120262704 18446744073709551615 270624934321 0 0 16781312 2 18446604453382058304 0 0 -1 0 0 0 0
[pid=13017/tid=13035] ppid=13015 vsize=299520 CPUtime=0 cores=0,2
/proc/13017/task/13035/stat : 13035 (python) S 13015 13017 10833 0 -1 4202560 30 933 0 0 0 0 0 0 20 0 3 0 657093622 306708480 7210 33554432000 4194304 5683644 140734120262704 18446744073709551615 270624934321 0 0 16781312 2 18446604453382058304 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 102.22
Current children cumulated vsize (KiB) 1896892

[startup+162.301 s]
/proc/loadavg: 3.07 3.05 3.14 4/387 13041
/proc/meminfo: memFree=16951708/32951124 swapFree=67056804/67111528
[pid=13017] ppid=13015 vsize=299520 CPUtime=0.49 cores=0,2
/proc/13017/stat : 13017 (python) S 13015 13017 10833 0 -1 4202496 10638 933 1 0 41 8 0 0 20 0 3 0 657083535 306708480 7210 33554432000 4194304 5683644 140734120262704 18446744073709551615 270624937419 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/13017/statm: 74880 7210 1878 364 0 10795 0
[pid=13023] ppid=13017 vsize=288736 CPUtime=0.27 cores=0,2

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

[pid=13017] ppid=13015 vsize=299172 CPUtime=0.51 cores=0,2
/proc/13017/stat : 13017 (python) S 13015 13017 10833 0 -1 4202496 11189 933 1 0 43 8 0 0 18 0 3 0 657083535 306352128 7106 33554432000 4194304 5683644 140734120262704 18446744073709551615 270624937419 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/13017/statm: 74793 7106 1878 364 0 10708 0
[pid=13023] ppid=13017 vsize=288736 CPUtime=0.27 cores=0,2
/proc/13023/stat : 13023 (python) S 13017 13017 10833 0 -1 4202560 1160 0 0 0 17 10 0 0 19 0 2 0 657083593 295665664 5601 33554432000 4194304 5683644 140734120262704 18446744073709551615 270624937419 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/13023/statm: 72184 5601 415 364 0 8102 0
[pid=13025] ppid=13023 vsize=1017800 CPUtime=100.02 cores=0,2
/proc/13025/stat : 13025 (gnovelty+2) T 13023 13025 13025 0 -1 4202496 437 0 0 0 10002 0 0 0 25 0 1 0 657083593 1042227200 172 33554432000 134512640 135663704 4288755616 18446744073709551615 134525276 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/13025/statm: 254450 172 113 282 0 254166 0
[pid=13023/tid=13033] ppid=13017 vsize=288736 CPUtime=0 cores=0,2
/proc/13023/task/13033/stat : 13033 (python) S 13017 13017 10833 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 657093620 295665664 5601 33554432000 4194304 5683644 140734120262704 18446744073709551615 270624934321 0 0 16781312 514 18446604443077057216 0 0 -1 2 0 0 0
[pid=13034] ppid=13017 vsize=289276 CPUtime=1.1 cores=0,2
/proc/13034/stat : 13034 (python) S 13017 13017 10833 0 -1 4202560 1163 0 0 0 64 46 0 0 15 0 2 0 657093621 296218624 5730 33554432000 4194304 5683644 140734120262704 18446744073709551615 270613130822 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/13034/statm: 72319 5730 401 364 0 8234 0
[pid=13036] ppid=13034 vsize=19852 CPUtime=356.62 cores=0,2
/proc/13036/stat : 13036 (march_hi) R 13034 13036 13036 0 -1 4202496 4660 0 0 0 35660 2 0 0 25 0 1 0 657093622 20328448 4379 33554432000 4194304 4955518 140733801072176 18446744073709551615 4237736 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/13036/statm: 4963 4379 106 186 0 4776 0
[pid=13034/tid=13050] ppid=13017 vsize=289276 CPUtime=0 cores=0,2
/proc/13034/task/13050/stat : 13050 (python) S 13017 13017 10833 0 -1 4202560 46 0 0 0 0 0 0 0 17 0 2 0 657113430 296218624 5730 33554432000 4194304 5683644 140734120262704 18446744073709551615 270624934321 0 0 16781312 514 18446604445699663168 0 0 -1 2 0 0 0
[pid=13017/tid=13024] ppid=13015 vsize=299172 CPUtime=0 cores=0,2
/proc/13017/task/13024/stat : 13024 (python) S 13015 13017 10833 0 -1 4202560 29 933 0 0 0 0 0 0 20 0 3 0 657083593 306352128 7106 33554432000 4194304 5683644 140734120262704 18446744073709551615 270624934321 0 0 16781312 2 18446604453382058304 0 0 -1 0 0 0 0
[pid=13017/tid=13035] ppid=13015 vsize=299172 CPUtime=0 cores=0,2
/proc/13017/task/13035/stat : 13035 (python) S 13015 13017 10833 0 -1 4202560 31 933 0 0 0 0 0 0 18 0 3 0 657093622 306352128 7106 33554432000 4194304 5683644 140734120262704 18446744073709551615 270624934321 0 0 16781312 2 18446604453382058304 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 458.52
Current children cumulated vsize (KiB) 1914836

[startup+459.101 s]
/proc/loadavg: 3.04 3.05 3.10 4/400 13062
/proc/meminfo: memFree=16869248/32951124 swapFree=67056804/67111528
[pid=13017] ppid=13015 vsize=299172 CPUtime=0.51 cores=0,2
/proc/13017/stat : 13017 (python) S 13015 13017 10833 0 -1 4202496 11189 933 1 0 43 8 0 0 18 0 3 0 657083535 306352128 7106 33554432000 4194304 5683644 140734120262704 18446744073709551615 270624937419 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/13017/statm: 74793 7106 1878 364 0 10708 0
[pid=13023] ppid=13017 vsize=288736 CPUtime=0.27 cores=0,2
/proc/13023/stat : 13023 (python) S 13017 13017 10833 0 -1 4202560 1160 0 0 0 17 10 0 0 19 0 2 0 657083593 295665664 5601 33554432000 4194304 5683644 140734120262704 18446744073709551615 270624937419 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/13023/statm: 72184 5601 415 364 0 8102 0
[pid=13025] ppid=13023 vsize=1017800 CPUtime=100.02 cores=0,2
/proc/13025/stat : 13025 (gnovelty+2) T 13023 13025 13025 0 -1 4202496 437 0 0 0 10002 0 0 0 25 0 1 0 657083593 1042227200 172 33554432000 134512640 135663704 4288755616 18446744073709551615 134525276 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/13025/statm: 254450 172 113 282 0 254166 0
[pid=13023/tid=13033] ppid=13017 vsize=288736 CPUtime=0 cores=0,2
/proc/13023/task/13033/stat : 13033 (python) S 13017 13017 10833 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 657093620 295665664 5601 33554432000 4194304 5683644 140734120262704 18446744073709551615 270624934321 0 0 16781312 514 18446604443077057216 0 0 -1 2 0 0 0
[pid=13034] ppid=13017 vsize=289276 CPUtime=1.1 cores=0,2
/proc/13034/stat : 13034 (python) S 13017 13017 10833 0 -1 4202560 1163 0 0 0 64 46 0 0 15 0 2 0 657093621 296218624 5730 33554432000 4194304 5683644 140734120262704 18446744073709551615 270613130822 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/13034/statm: 72319 5730 401 364 0 8234 0
[pid=13036] ppid=13034 vsize=19852 CPUtime=358.22 cores=0,2
/proc/13036/stat : 13036 (march_hi) R 13034 13036 13036 0 -1 4202496 4691 0 0 0 35820 2 0 0 25 0 1 0 657093622 20328448 4410 33554432000 4194304 4955518 140733801072176 18446744073709551615 4224615 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/13036/statm: 4963 4410 106 186 0 4776 0
[pid=13034/tid=13050] ppid=13017 vsize=289276 CPUtime=0 cores=0,2
/proc/13034/task/13050/stat : 13050 (python) S 13017 13017 10833 0 -1 4202560 46 0 0 0 0 0 0 0 17 0 2 0 657113430 296218624 5730 33554432000 4194304 5683644 140734120262704 18446744073709551615 270624934321 0 0 16781312 514 18446604445699663168 0 0 -1 2 0 0 0
[pid=13017/tid=13024] ppid=13015 vsize=299172 CPUtime=0 cores=0,2
/proc/13017/task/13024/stat : 13024 (python) S 13015 13017 10833 0 -1 4202560 29 933 0 0 0 0 0 0 20 0 3 0 657083593 306352128 7106 33554432000 4194304 5683644 140734120262704 18446744073709551615 270624934321 0 0 16781312 2 18446604453382058304 0 0 -1 0 0 0 0
[pid=13017/tid=13035] ppid=13015 vsize=299172 CPUtime=0 cores=0,2
/proc/13017/task/13035/stat : 13035 (python) S 13015 13017 10833 0 -1 4202560 31 933 0 0 0 0 0 0 18 0 3 0 657093622 306352128 7106 33554432000 4194304 5683644 140734120262704 18446744073709551615 270624934321 0 0 16781312 2 18446604453382058304 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 460.12
Current children cumulated vsize (KiB) 1914836

[startup+460.701 s]
/proc/loadavg: 3.04 3.05 3.10 4/400 13062
/proc/meminfo: memFree=16869000/32951124 swapFree=67056804/67111528
[pid=13017] ppid=13015 vsize=299172 CPUtime=0.51 cores=0,2
/proc/13017/stat : 13017 (python) S 13015 13017 10833 0 -1 4202496 11189 933 1 0 43 8 0 0 18 0 3 0 657083535 306352128 7106 33554432000 4194304 5683644 140734120262704 18446744073709551615 270624937419 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/13017/statm: 74793 7106 1878 364 0 10708 0
[pid=13023] ppid=13017 vsize=288736 CPUtime=0.27 cores=0,2
/proc/13023/stat : 13023 (python) S 13017 13017 10833 0 -1 4202560 1160 0 0 0 17 10 0 0 19 0 2 0 657083593 295665664 5601 33554432000 4194304 5683644 140734120262704 18446744073709551615 270624937419 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/13023/statm: 72184 5601 415 364 0 8102 0
[pid=13025] ppid=13023 vsize=1017800 CPUtime=100.02 cores=0,2
/proc/13025/stat : 13025 (gnovelty+2) T 13023 13025 13025 0 -1 4202496 437 0 0 0 10002 0 0 0 25 0 1 0 657083593 1042227200 172 33554432000 134512640 135663704 4288755616 18446744073709551615 134525276 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/13025/statm: 254450 172 113 282 0 254166 0
[pid=13023/tid=13033] ppid=13017 vsize=288736 CPUtime=0 cores=0,2
/proc/13023/task/13033/stat : 13033 (python) S 13017 13017 10833 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 657093620 295665664 5601 33554432000 4194304 5683644 140734120262704 18446744073709551615 270624934321 0 0 16781312 514 18446604443077057216 0 0 -1 2 0 0 0
[pid=13034] ppid=13017 vsize=289276 CPUtime=1.11 cores=0,2
/proc/13034/stat : 13034 (python) S 13017 13017 10833 0 -1 4202560 1164 0 0 0 65 46 0 0 15 0 2 0 657093621 296218624 5730 33554432000 4194304 5683644 140734120262704 18446744073709551615 270613130822 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/13034/statm: 72319 5730 401 364 0 8234 0
[pid=13036] ppid=13034 vsize=19852 CPUtime=359.82 cores=0,2
/proc/13036/stat : 13036 (march_hi) R 13034 13036 13036 0 -1 4202496 4722 0 0 0 35980 2 0 0 25 0 1 0 657093622 20328448 4441 33554432000 4194304 4955518 140733801072176 18446744073709551615 4224482 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/13036/statm: 4963 4441 106 186 0 4776 0
[pid=13034/tid=13050] ppid=13017 vsize=289276 CPUtime=0 cores=0,2
/proc/13034/task/13050/stat : 13050 (python) S 13017 13017 10833 0 -1 4202560 46 0 0 0 0 0 0 0 17 0 2 0 657113430 296218624 5730 33554432000 4194304 5683644 140734120262704 18446744073709551615 270624934321 0 0 16781312 514 18446604445699663168 0 0 -1 2 0 0 0
[pid=13017/tid=13024] ppid=13015 vsize=299172 CPUtime=0 cores=0,2
/proc/13017/task/13024/stat : 13024 (python) S 13015 13017 10833 0 -1 4202560 29 933 0 0 0 0 0 0 20 0 3 0 657083593 306352128 7106 33554432000 4194304 5683644 140734120262704 18446744073709551615 270624934321 0 0 16781312 2 18446604453382058304 0 0 -1 0 0 0 0
[pid=13017/tid=13035] ppid=13015 vsize=299172 CPUtime=0 cores=0,2
/proc/13017/task/13035/stat : 13035 (python) S 13015 13017 10833 0 -1 4202560 31 933 0 0 0 0 0 0 18 0 3 0 657093622 306352128 7106 33554432000 4194304 5683644 140734120262704 18446744073709551615 270624934321 0 0 16781312 2 18446604453382058304 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 461.73
Current children cumulated vsize (KiB) 1914836

[startup+461.501 s]
/proc/loadavg: 3.03 3.05 3.10 4/400 13062
/proc/meminfo: memFree=16868752/32951124 swapFree=67056804/67111528
[pid=13017] ppid=13015 vsize=299172 CPUtime=0.51 cores=0,2
/proc/13017/stat : 13017 (python) S 13015 13017 10833 0 -1 4202496 11189 933 1 0 43 8 0 0 18 0 3 0 657083535 306352128 7106 33554432000 4194304 5683644 140734120262704 18446744073709551615 270624937419 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/13017/statm: 74793 7106 1878 364 0 10708 0
[pid=13023] ppid=13017 vsize=288736 CPUtime=0.27 cores=0,2
/proc/13023/stat : 13023 (python) S 13017 13017 10833 0 -1 4202560 1160 0 0 0 17 10 0 0 19 0 2 0 657083593 295665664 5601 33554432000 4194304 5683644 140734120262704 18446744073709551615 270624937419 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/13023/statm: 72184 5601 415 364 0 8102 0
[pid=13025] ppid=13023 vsize=1017800 CPUtime=100.02 cores=0,2
/proc/13025/stat : 13025 (gnovelty+2) T 13023 13025 13025 0 -1 4202496 437 0 0 0 10002 0 0 0 25 0 1 0 657083593 1042227200 172 33554432000 134512640 135663704 4288755616 18446744073709551615 134525276 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/13025/statm: 254450 172 113 282 0 254166 0
[pid=13023/tid=13033] ppid=13017 vsize=288736 CPUtime=0 cores=0,2
/proc/13023/task/13033/stat : 13033 (python) S 13017 13017 10833 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 657093620 295665664 5601 33554432000 4194304 5683644 140734120262704 18446744073709551615 270624934321 0 0 16781312 514 18446604443077057216 0 0 -1 2 0 0 0
[pid=13034] ppid=13017 vsize=289276 CPUtime=1.11 cores=0,2
/proc/13034/stat : 13034 (python) S 13017 13017 10833 0 -1 4202560 1164 0 0 0 65 46 0 0 15 0 2 0 657093621 296218624 5730 33554432000 4194304 5683644 140734120262704 18446744073709551615 270613130822 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/13034/statm: 72319 5730 401 364 0 8234 0
[pid=13036] ppid=13034 vsize=19852 CPUtime=360.62 cores=0,2
/proc/13036/stat : 13036 (march_hi) R 13034 13036 13036 0 -1 4202496 4738 0 0 0 36060 2 0 0 25 0 1 0 657093622 20328448 4457 33554432000 4194304 4955518 140733801072176 18446744073709551615 4208667 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/13036/statm: 4963 4457 106 186 0 4776 0
[pid=13034/tid=13050] ppid=13017 vsize=289276 CPUtime=0 cores=0,2
/proc/13034/task/13050/stat : 13050 (python) S 13017 13017 10833 0 -1 4202560 46 0 0 0 0 0 0 0 17 0 2 0 657113430 296218624 5730 33554432000 4194304 5683644 140734120262704 18446744073709551615 270624934321 0 0 16781312 514 18446604445699663168 0 0 -1 2 0 0 0
[pid=13017/tid=13024] ppid=13015 vsize=299172 CPUtime=0 cores=0,2
/proc/13017/task/13024/stat : 13024 (python) S 13015 13017 10833 0 -1 4202560 29 933 0 0 0 0 0 0 20 0 3 0 657083593 306352128 7106 33554432000 4194304 5683644 140734120262704 18446744073709551615 270624934321 0 0 16781312 2 18446604453382058304 0 0 -1 0 0 0 0
[pid=13017/tid=13035] ppid=13015 vsize=299172 CPUtime=0 cores=0,2
/proc/13017/task/13035/stat : 13035 (python) S 13015 13017 10833 0 -1 4202560 31 933 0 0 0 0 0 0 18 0 3 0 657093622 306352128 7106 33554432000 4194304 5683644 140734120262704 18446744073709551615 270624934321 0 0 16781312 2 18446604453382058304 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 462.53
Current children cumulated vsize (KiB) 1914836

[startup+461.901 s]
/proc/loadavg: 3.03 3.05 3.10 4/400 13062
/proc/meminfo: memFree=16868500/32951124 swapFree=67056804/67111528
[pid=13017] ppid=13015 vsize=299172 CPUtime=0.51 cores=0,2
/proc/13017/stat : 13017 (python) S 13015 13017 10833 0 -1 4202496 11189 933 1 0 43 8 0 0 18 0 3 0 657083535 306352128 7106 33554432000 4194304 5683644 140734120262704 18446744073709551615 270624937419 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/13017/statm: 74793 7106 1878 364 0 10708 0
[pid=13023] ppid=13017 vsize=288736 CPUtime=0.27 cores=0,2
/proc/13023/stat : 13023 (python) S 13017 13017 10833 0 -1 4202560 1160 0 0 0 17 10 0 0 19 0 2 0 657083593 295665664 5601 33554432000 4194304 5683644 140734120262704 18446744073709551615 270624937419 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/13023/statm: 72184 5601 415 364 0 8102 0
[pid=13025] ppid=13023 vsize=1017800 CPUtime=100.02 cores=0,2
/proc/13025/stat : 13025 (gnovelty+2) T 13023 13025 13025 0 -1 4202496 437 0 0 0 10002 0 0 0 25 0 1 0 657083593 1042227200 172 33554432000 134512640 135663704 4288755616 18446744073709551615 134525276 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/13025/statm: 254450 172 113 282 0 254166 0
[pid=13023/tid=13033] ppid=13017 vsize=288736 CPUtime=0 cores=0,2
/proc/13023/task/13033/stat : 13033 (python) S 13017 13017 10833 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 657093620 295665664 5601 33554432000 4194304 5683644 140734120262704 18446744073709551615 270624934321 0 0 16781312 514 18446604443077057216 0 0 -1 2 0 0 0
[pid=13034] ppid=13017 vsize=289276 CPUtime=1.11 cores=0,2
/proc/13034/stat : 13034 (python) R 13017 13017 10833 0 -1 4202560 1164 0 0 0 65 46 0 0 15 0 2 0 657093621 296218624 5730 33554432000 4194304 5683644 140734120262704 18446744073709551615 270613130822 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/13034/statm: 72319 5730 401 364 0 8234 0
[pid=13036] ppid=13034 vsize=19852 CPUtime=361.02 cores=0,2
/proc/13036/stat : 13036 (march_hi) R 13034 13036 13036 0 -1 4202496 4745 0 0 0 36100 2 0 0 25 0 1 0 657093622 20328448 4464 33554432000 4194304 4955518 140733801072176 18446744073709551615 4297706 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/13036/statm: 4963 4464 106 186 0 4776 0
[pid=13034/tid=13050] ppid=13017 vsize=289276 CPUtime=0 cores=0,2
/proc/13034/task/13050/stat : 13050 (python) S 13017 13017 10833 0 -1 4202560 46 0 0 0 0 0 0 0 17 0 2 0 657113430 296218624 5730 33554432000 4194304 5683644 140734120262704 18446744073709551615 270624934321 0 0 16781312 514 18446604445699663168 0 0 -1 2 0 0 0
[pid=13017/tid=13024] ppid=13015 vsize=299172 CPUtime=0 cores=0,2
/proc/13017/task/13024/stat : 13024 (python) S 13015 13017 10833 0 -1 4202560 29 933 0 0 0 0 0 0 20 0 3 0 657083593 306352128 7106 33554432000 4194304 5683644 140734120262704 18446744073709551615 270624934321 0 0 16781312 2 18446604453382058304 0 0 -1 0 0 0 0
[pid=13017/tid=13035] ppid=13015 vsize=299172 CPUtime=0 cores=0,2
/proc/13017/task/13035/stat : 13035 (python) S 13015 13017 10833 0 -1 4202560 31 933 0 0 0 0 0 0 18 0 3 0 657093622 306352128 7106 33554432000 4194304 5683644 140734120262704 18446744073709551615 270624934321 0 0 16781312 2 18446604453382058304 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 462.93
Current children cumulated vsize (KiB) 1914836

[startup+462.014 s]
/proc/loadavg: 3.03 3.05 3.10 4/400 13062
/proc/meminfo: memFree=16868500/32951124 swapFree=67056804/67111528
[pid=13017] ppid=13015 vsize=299172 CPUtime=0.51 cores=0,2
/proc/13017/stat : 13017 (python) S 13015 13017 10833 0 -1 4202496 11189 933 1 0 43 8 0 0 18 0 3 0 657083535 306352128 7106 33554432000 4194304 5683644 140734120262704 18446744073709551615 270624937419 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/13017/statm: 74793 7106 1878 364 0 10708 0
[pid=13023] ppid=13017 vsize=288736 CPUtime=0.27 cores=0,2
/proc/13023/stat : 13023 (python) S 13017 13017 10833 0 -1 4202560 1160 0 0 0 17 10 0 0 19 0 2 0 657083593 295665664 5601 33554432000 4194304 5683644 140734120262704 18446744073709551615 270624937419 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/13023/statm: 72184 5601 415 364 0 8102 0
[pid=13025] ppid=13023 vsize=1017800 CPUtime=100.02 cores=0,2
/proc/13025/stat : 13025 (gnovelty+2) T 13023 13025 13025 0 -1 4202496 437 0 0 0 10002 0 0 0 25 0 1 0 657083593 1042227200 172 33554432000 134512640 135663704 4288755616 18446744073709551615 134525276 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/13025/statm: 254450 172 113 282 0 254166 0
[pid=13023/tid=13033] ppid=13017 vsize=288736 CPUtime=0 cores=0,2
/proc/13023/task/13033/stat : 13033 (python) S 13017 13017 10833 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 657093620 295665664 5601 33554432000 4194304 5683644 140734120262704 18446744073709551615 270624934321 0 0 16781312 514 18446604443077057216 0 0 -1 2 0 0 0
[pid=13034] ppid=13017 vsize=289276 CPUtime=1.11 cores=0,2
/proc/13034/stat : 13034 (python) S 13017 13017 10833 0 -1 4202560 1165 0 0 0 65 46 0 0 16 0 2 0 657093621 296218624 5730 33554432000 4194304 5683644 140734120262704 18446744073709551615 270613130822 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/13034/statm: 72319 5730 401 364 0 8234 0
[pid=13036] ppid=13034 vsize=19852 CPUtime=361.13 cores=0,2
/proc/13036/stat : 13036 (march_hi) R 13034 13036 13036 0 -1 4202496 4747 0 0 0 36111 2 0 0 25 0 1 0 657093622 20328448 4466 33554432000 4194304 4955518 140733801072176 18446744073709551615 4285949 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/13036/statm: 4963 4466 106 186 0 4776 0
[pid=13034/tid=13050] ppid=13017 vsize=289276 CPUtime=0 cores=0,2
/proc/13034/task/13050/stat : 13050 (python) S 13017 13017 10833 0 -1 4202560 46 0 0 0 0 0 0 0 17 0 2 0 657113430 296218624 5730 33554432000 4194304 5683644 140734120262704 18446744073709551615 270624934321 0 0 16781312 514 18446604445699663168 0 0 -1 2 0 0 0
[pid=13017/tid=13024] ppid=13015 vsize=299172 CPUtime=0 cores=0,2
/proc/13017/task/13024/stat : 13024 (python) S 13015 13017 10833 0 -1 4202560 29 933 0 0 0 0 0 0 20 0 3 0 657083593 306352128 7106 33554432000 4194304 5683644 140734120262704 18446744073709551615 270624934321 0 0 16781312 2 18446604453382058304 0 0 -1 0 0 0 0
[pid=13017/tid=13035] ppid=13015 vsize=299172 CPUtime=0 cores=0,2
/proc/13017/task/13035/stat : 13035 (python) S 13015 13017 10833 0 -1 4202560 31 933 0 0 0 0 0 0 18 0 3 0 657093622 306352128 7106 33554432000 4194304 5683644 140734120262704 18446744073709551615 270624934321 0 0 16781312 2 18446604453382058304 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 463.04
Current children cumulated vsize (KiB) 1914836

Child status: 0
Real time (s): 462.067
CPU time (s): 463.154
CPU user time (s): 462.455
CPU system time (s): 0.698893
CPU usage (%): 100.235
Max. virtual memory (cumulated for all children) (KiB): 1914836

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 462.455
system time used= 0.698893
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 23755
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= 2050
involuntary context switches= 1314

runsolver used 1.73474 second user time and 3.3215 second system time

The end

Launcher Data

Begin job on node108 at 2011-05-15 12:20:26
IDJOB=3377551
IDBENCH=82860
IDSOLVER=1857
FILE ID=node108/3377551-1305454826
RUNJOBID= node108-1305453311-12208
PBS_JOBID= 13324850
Free space on /tmp= 73504 MiB

SOLVER NAME= borg-sat 11.03.02-seq-random (fixed)
BENCH NAME= SAT11/random/medium/unif-k5-r21.3-v100-c2130-S206772908-015.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-3377551-1305454826/watcher-3377551-1305454826 -o /tmp/evaluation-result-3377551-1305454826/solver-3377551-1305454826 -C 2400 -W 1300 -M 7680  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3377551-1305454826.cnf -seed 618660077 -budget 2400

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

MD5SUM BENCH= 74f6f450e8e5ce3811b2d7ad1f57d348
RANDOM SEED=618660077

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

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.820
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.820
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.820
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.820
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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      17022940 kB
Buffers:        304080 kB
Cached:        5015524 kB
SwapCached:       8700 kB
Active:       11423920 kB
Inactive:      4181912 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      17022940 kB
SwapTotal:    67111528 kB
SwapFree:     67056804 kB
Dirty:           31844 kB
Writeback:           0 kB
AnonPages:    10283568 kB
Mapped:          35428 kB
Slab:           212672 kB
PageTables:      43672 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 65407568 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= 73472 MiB
End job on node108 at 2011-05-15 12:28:08