Trace number 3377525

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 448.307 448.738

General information on the benchmark

Namerandom/medium/
unif-k5-r21.3-v100-c2130-S1059781282-048.UNKNOWN.cnf
MD5SUMac60b7243bf21c022437e3832aafd05d
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark354.235
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.41/0.70	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.41/0.70	c INFO: solving HOME/instance-3377525-1305453854.cnf
0.41/0.70	c INFO: computing task features
0.41/0.70	c INFO: computed variable-clause graph statistics
0.41/0.70	c INFO: computed clause balance statistics
0.41/0.74	c INFO: computed variable balance statistics
0.41/0.77	c INFO: computed small-clause counts
0.41/0.77	c INFO: computed Horn-clause counts
0.41/0.77	c INFO: computed variable graph statistics
0.41/0.77	c INFO: collected features for HOME/instance-3377525-1305453854.cnf in 0.10 s
0.41/0.79	c INFO: running gnovelty+2@0 for 97 with 2399 remaining (b = 0.62)
100.49/101.04	c INFO: running march_hi@0 for 194 with 2300 remaining (b = 0.18)
296.69/297.22	c INFO: running march_hi@195 for 194 with 2104 remaining (b = 0.17)
448.22/448.71	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-3377525-1305453854/watcher-3377525-1305453854 -o /tmp/evaluation-result-3377525-1305453854/solver-3377525-1305453854 -C 2400 -W 1300 -M 7680 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3377525-1305453854.cnf -seed 1131162940 -budget 2400 

running on 2 cores: 5,7

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


[startup+0 s]
/proc/loadavg: 4.02 4.03 3.65 4/378 24114
/proc/meminfo: memFree=27616636/32951124 swapFree=54427468/67111528
[pid=24114] ppid=24112 vsize=15756 CPUtime=0 cores=5,7
/proc/24114/stat : 24114 (python) R 24112 24114 12685 0 -1 4202496 839 0 0 0 0 0 0 0 25 0 1 0 656983354 16134144 723 33554432000 4194304 5683644 140734252649632 18446744073709551615 228122709861 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/24114/statm: 3939 723 334 364 0 426 0

[startup+0.0444281 s]
/proc/loadavg: 4.02 4.03 3.65 4/378 24114
/proc/meminfo: memFree=27616636/32951124 swapFree=54427468/67111528
[pid=24114] ppid=24112 vsize=18884 CPUtime=0.01 cores=5,7
/proc/24114/stat : 24114 (python) R 24112 24114 12685 0 -1 4202496 1282 0 0 0 1 0 0 0 17 0 1 0 656983354 19337216 1135 33554432000 4194304 5683644 140734252649632 18446744073709551615 4864831 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/24114/statm: 4721 1135 421 364 0 690 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 18884

[startup+0.100422 s]
/proc/loadavg: 4.02 4.03 3.65 4/378 24114
/proc/meminfo: memFree=27616636/32951124 swapFree=54427468/67111528
[pid=24114] ppid=24112 vsize=85624 CPUtime=0.06 cores=5,7
/proc/24114/stat : 24114 (python) S 24112 24114 12685 0 -1 4202496 2629 0 0 0 4 2 0 0 17 0 1 0 656983354 87678976 2348 33554432000 4194304 5683644 140734252649632 18446744073709551615 228122712064 0 2147483391 16781312 2 18446744071699207358 0 0 17 5 0 0 0
/proc/24114/statm: 21406 2348 713 364 0 1623 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 85624

[startup+0.300409 s]
/proc/loadavg: 4.02 4.03 3.65 4/378 24114
/proc/meminfo: memFree=27616636/32951124 swapFree=54427468/67111528
[pid=24114] ppid=24112 vsize=135752 CPUtime=0.17 cores=5,7
/proc/24114/stat : 24114 (python) S 24112 24114 12685 0 -1 4202496 5972 935 1 0 12 5 0 0 17 0 1 0 656983354 139010048 4149 33554432000 4194304 5683644 140734252649632 18446744073709551615 228122710021 0 2147483391 16781312 2 18446744071699207358 0 0 17 5 0 0 0
/proc/24114/statm: 33938 4149 1032 364 0 3124 0
Current children cumulated CPU time (s) 0.17
Current children cumulated vsize (KiB) 135752

[startup+0.700335 s]
/proc/loadavg: 4.02 4.03 3.65 4/378 24114
/proc/meminfo: memFree=27616636/32951124 swapFree=54427468/67111528
[pid=24114] ppid=24112 vsize=278468 CPUtime=0.41 cores=5,7
/proc/24114/stat : 24114 (python) R 24112 24114 12685 0 -1 4202496 9342 935 1 0 30 11 0 0 15 0 1 0 656983354 285151232 7001 33554432000 4194304 5683644 140734252649632 18446744073709551615 228122373122 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/24114/statm: 69617 7001 1826 364 0 5541 0
Current children cumulated CPU time (s) 0.41
Current children cumulated vsize (KiB) 278468

[startup+1.50113 s]
/proc/loadavg: 4.02 4.03 3.65 5/382 24122
/proc/meminfo: memFree=27591372/32951124 swapFree=54427468/67111528
[pid=24114] ppid=24112 vsize=288736 CPUtime=0.51 cores=5,7
/proc/24114/stat : 24114 (python) S 24112 24114 12685 0 -1 4202496 9771 935 1 0 39 12 0 0 17 0 2 0 656983354 295665664 7052 33554432000 4194304 5683644 140734252649632 18446744073709551615 228134540747 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/24114/statm: 72184 7052 1867 364 0 8102 0
[pid=24120] ppid=24114 vsize=278492 CPUtime=0 cores=5,7
/proc/24120/stat : 24120 (python) S 24114 24114 12685 0 -1 4202560 735 0 0 0 0 0 0 0 18 0 1 0 656983433 285175808 5535 33554432000 4194304 5683644 140734252649632 18446744073709551615 228122734095 0 0 16781312 514 3641609178646052863 0 0 17 5 0 0 0
/proc/24120/statm: 69623 5535 354 364 0 5541 0
[pid=24122] ppid=24120 vsize=1017800 CPUtime=0.69 cores=5,7
/proc/24122/stat : 24122 (gnovelty+2) R 24120 24122 24122 0 -1 4202496 434 0 0 0 69 0 0 0 21 0 1 0 656983433 1042227200 171 33554432000 134512640 135663704 4292590288 18446744073709551615 134525265 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/24122/statm: 254450 171 113 282 0 254166 0
[pid=24114/tid=24121] ppid=24112 vsize=288736 CPUtime=0 cores=5,7
/proc/24114/task/24121/stat : 24121 (python) S 24112 24114 12685 0 -1 4202560 28 935 0 0 0 0 0 0 18 0 2 0 656983433 295665664 7052 33554432000 4194304 5683644 140734252649632 18446744073709551615 228134537649 0 0 16781312 2 18446604471133780736 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1.2
Current children cumulated vsize (KiB) 1585028

[startup+3.10084 s]
/proc/loadavg: 4.02 4.03 3.65 5/382 24122
/proc/meminfo: memFree=27590996/32951124 swapFree=54427468/67111528
[pid=24114] ppid=24112 vsize=288736 CPUtime=0.51 cores=5,7
/proc/24114/stat : 24114 (python) S 24112 24114 12685 0 -1 4202496 9771 935 1 0 39 12 0 0 17 0 2 0 656983354 295665664 7052 33554432000 4194304 5683644 140734252649632 18446744073709551615 228134540747 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/24114/statm: 72184 7052 1867 364 0 8102 0
[pid=24120] ppid=24114 vsize=278492 CPUtime=0 cores=5,7
/proc/24120/stat : 24120 (python) S 24114 24114 12685 0 -1 4202560 735 0 0 0 0 0 0 0 18 0 1 0 656983433 285175808 5535 33554432000 4194304 5683644 140734252649632 18446744073709551615 228122734095 0 0 16781312 514 3641609178646020357 0 0 17 5 0 0 0
/proc/24120/statm: 69623 5535 354 364 0 5541 0
[pid=24122] ppid=24120 vsize=1017800 CPUtime=2.28 cores=5,7
/proc/24122/stat : 24122 (gnovelty+2) R 24120 24122 24122 0 -1 4202496 434 0 0 0 228 0 0 0 25 0 1 0 656983433 1042227200 171 33554432000 134512640 135663704 4292590288 18446744073709551615 134525708 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/24122/statm: 254450 171 113 282 0 254166 0
[pid=24114/tid=24121] ppid=24112 vsize=288736 CPUtime=0 cores=5,7
/proc/24114/task/24121/stat : 24121 (python) S 24112 24114 12685 0 -1 4202560 28 935 0 0 0 0 0 0 18 0 2 0 656983433 295665664 7052 33554432000 4194304 5683644 140734252649632 18446744073709551615 228134537649 0 0 16781312 2 18446604471133780736 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 2.79
Current children cumulated vsize (KiB) 1585028

[startup+6.30026 s]
/proc/loadavg: 4.02 4.03 3.65 5/382 24122
/proc/meminfo: memFree=27589808/32951124 swapFree=54427468/67111528
[pid=24114] ppid=24112 vsize=288736 CPUtime=0.51 cores=5,7
/proc/24114/stat : 24114 (python) S 24112 24114 12685 0 -1 4202496 9771 935 1 0 39 12 0 0 17 0 2 0 656983354 295665664 7052 33554432000 4194304 5683644 140734252649632 18446744073709551615 228134540747 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/24114/statm: 72184 7052 1867 364 0 8102 0
[pid=24120] ppid=24114 vsize=278492 CPUtime=0 cores=5,7
/proc/24120/stat : 24120 (python) S 24114 24114 12685 0 -1 4202560 876 0 0 0 0 0 0 0 18 0 1 0 656983433 285175808 5558 33554432000 4194304 5683644 140734252649632 18446744073709551615 228122734095 0 0 16781312 514 3641609178646020357 0 0 17 5 0 0 0
/proc/24120/statm: 69623 5558 377 364 0 5541 0
[pid=24122] ppid=24120 vsize=1017800 CPUtime=5.44 cores=5,7
/proc/24122/stat : 24122 (gnovelty+2) R 24120 24122 24122 0 -1 4202496 434 0 0 0 544 0 0 0 25 0 1 0 656983433 1042227200 171 33554432000 134512640 135663704 4292590288 18446744073709551615 134525222 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/24122/statm: 254450 171 113 282 0 254166 0
[pid=24114/tid=24121] ppid=24112 vsize=288736 CPUtime=0 cores=5,7
/proc/24114/task/24121/stat : 24121 (python) S 24112 24114 12685 0 -1 4202560 28 935 0 0 0 0 0 0 18 0 2 0 656983433 295665664 7052 33554432000 4194304 5683644 140734252649632 18446744073709551615 228134537649 0 0 16781312 2 18446604471133780736 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 5.95
Current children cumulated vsize (KiB) 1585028

[startup+12.7011 s]
/proc/loadavg: 4.09 4.05 3.66 5/382 24123
/proc/meminfo: memFree=27587456/32951124 swapFree=54427468/67111528
[pid=24114] ppid=24112 vsize=288736 CPUtime=0.51 cores=5,7
/proc/24114/stat : 24114 (python) S 24112 24114 12685 0 -1 4202496 9771 935 1 0 39 12 0 0 17 0 2 0 656983354 295665664 7052 33554432000 4194304 5683644 140734252649632 18446744073709551615 228134540747 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/24114/statm: 72184 7052 1867 364 0 8102 0
[pid=24120] ppid=24114 vsize=278492 CPUtime=0.02 cores=5,7
/proc/24120/stat : 24120 (python) S 24114 24114 12685 0 -1 4202560 973 0 0 0 1 1 0 0 18 0 1 0 656983433 285175808 5563 33554432000 4194304 5683644 140734252649632 18446744073709551615 228122734095 0 0 16781312 514 9354556968187953413 0 0 17 5 0 0 0
/proc/24120/statm: 69623 5563 382 364 0 5541 0
[pid=24122] ppid=24120 vsize=1017800 CPUtime=11.78 cores=5,7
/proc/24122/stat : 24122 (gnovelty+2) R 24120 24122 24122 0 -1 4202496 434 0 0 0 1178 0 0 0 25 0 1 0 656983433 1042227200 171 33554432000 134512640 135663704 4292590288 18446744073709551615 134525260 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/24122/statm: 254450 171 113 282 0 254166 0
[pid=24114/tid=24121] ppid=24112 vsize=288736 CPUtime=0 cores=5,7
/proc/24114/task/24121/stat : 24121 (python) S 24112 24114 12685 0 -1 4202560 28 935 0 0 0 0 0 0 18 0 2 0 656983433 295665664 7052 33554432000 4194304 5683644 140734252649632 18446744073709551615 228134537649 0 0 16781312 2 18446604471133780736 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 12.31
Current children cumulated vsize (KiB) 1585028

[startup+25.5008 s]
/proc/loadavg: 4.15 4.06 3.67 5/382 24124
/proc/meminfo: memFree=27587220/32951124 swapFree=54427468/67111528
[pid=24114] ppid=24112 vsize=288736 CPUtime=0.51 cores=5,7
/proc/24114/stat : 24114 (python) S 24112 24114 12685 0 -1 4202496 9771 935 1 0 39 12 0 0 17 0 2 0 656983354 295665664 7052 33554432000 4194304 5683644 140734252649632 18446744073709551615 228134540747 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/24114/statm: 72184 7052 1867 364 0 8102 0
[pid=24120] ppid=24114 vsize=278492 CPUtime=0.05 cores=5,7
/proc/24120/stat : 24120 (python) S 24114 24114 12685 0 -1 4202560 976 0 0 0 3 2 0 0 18 0 1 0 656983433 285175808 5563 33554432000 4194304 5683644 140734252649632 18446744073709551615 228122734095 0 0 16781312 514 9354556968187953413 0 0 17 5 0 0 0
/proc/24120/statm: 69623 5563 382 364 0 5541 0
[pid=24122] ppid=24120 vsize=1017800 CPUtime=24.56 cores=5,7
/proc/24122/stat : 24122 (gnovelty+2) R 24120 24122 24122 0 -1 4202496 434 0 0 0 2456 0 0 0 25 0 1 0 656983433 1042227200 171 33554432000 134512640 135663704 4292590288 18446744073709551615 134524882 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/24122/statm: 254450 171 113 282 0 254166 0
[pid=24114/tid=24121] ppid=24112 vsize=288736 CPUtime=0 cores=5,7
/proc/24114/task/24121/stat : 24121 (python) S 24112 24114 12685 0 -1 4202560 28 935 0 0 0 0 0 0 18 0 2 0 656983433 295665664 7052 33554432000 4194304 5683644 140734252649632 18446744073709551615 228134537649 0 0 16781312 2 18446604471133780736 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 25.12
Current children cumulated vsize (KiB) 1585028

[startup+51.1011 s]
/proc/loadavg: 4.10 4.06 3.67 5/386 24128
/proc/meminfo: memFree=27578004/32951124 swapFree=54427468/67111528
[pid=24114] ppid=24112 vsize=288736 CPUtime=0.51 cores=5,7
/proc/24114/stat : 24114 (python) S 24112 24114 12685 0 -1 4202496 9771 935 1 0 39 12 0 0 17 0 2 0 656983354 295665664 7052 33554432000 4194304 5683644 140734252649632 18446744073709551615 228134540747 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/24114/statm: 72184 7052 1867 364 0 8102 0
[pid=24120] ppid=24114 vsize=278492 CPUtime=0.11 cores=5,7
/proc/24120/stat : 24120 (python) S 24114 24114 12685 0 -1 4202560 989 0 0 0 6 5 0 0 18 0 1 0 656983433 285175808 5563 33554432000 4194304 5683644 140734252649632 18446744073709551615 228122734095 0 0 16781312 514 9354556968187953413 0 0 17 5 0 0 0
/proc/24120/statm: 69623 5563 382 364 0 5541 0
[pid=24122] ppid=24120 vsize=1017800 CPUtime=50.06 cores=5,7
/proc/24122/stat : 24122 (gnovelty+2) R 24120 24122 24122 0 -1 4202496 434 0 0 0 5006 0 0 0 25 0 1 0 656983433 1042227200 171 33554432000 134512640 135663704 4292590288 18446744073709551615 134525278 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/24122/statm: 254450 171 113 282 0 254166 0
[pid=24114/tid=24121] ppid=24112 vsize=288736 CPUtime=0 cores=5,7
/proc/24114/task/24121/stat : 24121 (python) S 24112 24114 12685 0 -1 4202560 28 935 0 0 0 0 0 0 18 0 2 0 656983433 295665664 7052 33554432000 4194304 5683644 140734252649632 18446744073709551615 228134537649 0 0 16781312 2 18446604471133780736 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 50.68
Current children cumulated vsize (KiB) 1585028

[startup+102.313 s]
/proc/loadavg: 4.04 4.05 3.69 5/378 24173
/proc/meminfo: memFree=27586876/32951124 swapFree=54427468/67111528
[pid=24114] ppid=24112 vsize=299520 CPUtime=0.52 cores=5,7
/proc/24114/stat : 24114 (python) S 24112 24114 12685 0 -1 4202496 10633 935 1 0 40 12 0 0 20 0 3 0 656983354 306708480 7210 33554432000 4194304 5683644 140734252649632 18446744073709551615 228134540747 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/24114/statm: 74880 7210 1878 364 0 10795 0
[pid=24120] ppid=24114 vsize=288736 CPUtime=0.24 cores=5,7
/proc/24120/stat : 24120 (python) S 24114 24114 12685 0 -1 4202560 1147 0 0 0 14 10 0 0 19 0 2 0 656983433 295665664 5601 33554432000 4194304 5683644 140734252649632 18446744073709551615 228134540747 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/24120/statm: 72184 5601 415 364 0 8102 0
[pid=24122] ppid=24120 vsize=1017800 CPUtime=99.76 cores=5,7
/proc/24122/stat : 24122 (gnovelty+2) T 24120 24122 24122 0 -1 4202496 434 0 0 0 9976 0 0 0 25 0 1 0 656983433 1042227200 171 33554432000 134512640 135663704 4292590288 18446744073709551615 134524575 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/24122/statm: 254450 171 113 282 0 254166 0
[pid=24120/tid=24170] ppid=24114 vsize=288736 CPUtime=0 cores=5,7
/proc/24120/task/24170/stat : 24170 (python) S 24114 24114 12685 0 -1 4202560 44 0 0 0 0 0 0 0 19 0 2 0 656993457 295665664 5601 33554432000 4194304 5683644 140734252649632 18446744073709551615 228134537649 0 0 16781312 514 18446604470940440640 0 0 -1 7 0 0 0
[pid=24171] ppid=24114 vsize=289276 CPUtime=0 cores=5,7
/proc/24171/stat : 24171 (python) S 24114 24114 12685 0 -1 4202560 741 0 0 0 0 0 0 0 15 0 1 0 656993458 296218624 5676 33554432000 4194304 5683644 140734252649632 18446744073709551615 228122734150 0 0 16781312 514 3230519098328711430 0 0 17 5 0 0 0
/proc/24171/statm: 72319 5676 348 364 0 8234 0
[pid=24173] ppid=24171 vsize=1560 CPUtime=1.24 cores=5,7
/proc/24173/stat : 24173 (march_hi) R 24171 24173 24173 0 -1 4202496 504 0 0 0 124 0 0 0 19 0 1 0 656993458 1597440 240 33554432000 4194304 4955518 140735493835744 18446744073709551615 4224615 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/24173/statm: 390 240 106 186 0 203 0
[pid=24114/tid=24121] ppid=24112 vsize=299520 CPUtime=0 cores=5,7
/proc/24114/task/24121/stat : 24121 (python) S 24112 24114 12685 0 -1 4202560 28 935 0 0 0 0 0 0 18 0 3 0 656983433 306708480 7210 33554432000 4194304 5683644 140734252649632 18446744073709551615 228134537649 0 0 16781312 2 18446604471133780736 0 0 -1 5 0 0 0
[pid=24114/tid=24172] ppid=24112 vsize=299520 CPUtime=0 cores=5,7
/proc/24114/task/24172/stat : 24172 (python) S 24112 24114 12685 0 -1 4202560 30 935 0 0 0 0 0 0 20 0 3 0 656993458 306708480 7210 33554432000 4194304 5683644 140734252649632 18446744073709551615 228134537649 0 0 16781312 2 18446604471133780736 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 101.76
Current children cumulated vsize (KiB) 1896892

[startup+162.301 s]
/proc/loadavg: 4.01 4.03 3.70 5/382 24178
/proc/meminfo: memFree=27571664/32951124 swapFree=54427468/67111528
[pid=24114] ppid=24112 vsize=299520 CPUtime=0.52 cores=5,7
/proc/24114/stat : 24114 (python) S 24112 24114 12685 0 -1 4202496 10633 935 1 0 40 12 0 0 20 0 3 0 656983354 306708480 7210 33554432000 4194304 5683644 140734252649632 18446744073709551615 228134540747 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/24114/statm: 74880 7210 1878 364 0 10795 0
[pid=24120] ppid=24114 vsize=288736 CPUtime=0.24 cores=5,7

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

[pid=24114] ppid=24112 vsize=299172 CPUtime=0.53 cores=5,7
/proc/24114/stat : 24114 (python) S 24112 24114 12685 0 -1 4202496 11202 935 1 0 41 12 0 0 18 0 3 0 656983354 306352128 7127 33554432000 4194304 5683644 140734252649632 18446744073709551615 228134540747 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/24114/statm: 74793 7127 1878 364 0 10708 0
[pid=24120] ppid=24114 vsize=288736 CPUtime=0.24 cores=5,7
/proc/24120/stat : 24120 (python) S 24114 24114 12685 0 -1 4202560 1147 0 0 0 14 10 0 0 19 0 2 0 656983433 295665664 5601 33554432000 4194304 5683644 140734252649632 18446744073709551615 228134540747 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/24120/statm: 72184 5601 415 364 0 8102 0
[pid=24122] ppid=24120 vsize=1017800 CPUtime=99.76 cores=5,7
/proc/24122/stat : 24122 (gnovelty+2) T 24120 24122 24122 0 -1 4202496 434 0 0 0 9976 0 0 0 25 0 1 0 656983433 1042227200 171 33554432000 134512640 135663704 4292590288 18446744073709551615 134524575 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/24122/statm: 254450 171 113 282 0 254166 0
[pid=24120/tid=24170] ppid=24114 vsize=288736 CPUtime=0 cores=5,7
/proc/24120/task/24170/stat : 24170 (python) S 24114 24114 12685 0 -1 4202560 44 0 0 0 0 0 0 0 19 0 2 0 656993457 295665664 5601 33554432000 4194304 5683644 140734252649632 18446744073709551615 228134537649 0 0 16781312 514 18446604470940440640 0 0 -1 7 0 0 0
[pid=24171] ppid=24114 vsize=289276 CPUtime=0.95 cores=5,7
/proc/24171/stat : 24171 (python) S 24114 24114 12685 0 -1 4202560 1151 0 0 0 51 44 0 0 15 0 2 0 656993458 296218624 5730 33554432000 4194304 5683644 140734252649632 18446744073709551615 228122734150 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/24171/statm: 72319 5730 401 364 0 8234 0
[pid=24173] ppid=24171 vsize=9412 CPUtime=339.54 cores=5,7
/proc/24173/stat : 24173 (march_hi) R 24171 24173 24173 0 -1 4202496 1870 0 0 0 33954 0 0 0 25 0 1 0 656993458 9637888 1604 33554432000 4194304 4955518 140735493835744 18446744073709551615 4297477 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/24173/statm: 2353 1604 106 186 0 2166 0
[pid=24171/tid=24230] ppid=24114 vsize=289276 CPUtime=0 cores=5,7
/proc/24171/task/24230/stat : 24230 (python) S 24114 24114 12685 0 -1 4202560 48 0 0 0 0 0 0 0 16 0 2 0 657013075 296218624 5730 33554432000 4194304 5683644 140734252649632 18446744073709551615 228134537649 0 0 16781312 514 18446604467925619776 0 0 -1 5 0 0 0
[pid=24114/tid=24121] ppid=24112 vsize=299172 CPUtime=0 cores=5,7
/proc/24114/task/24121/stat : 24121 (python) S 24112 24114 12685 0 -1 4202560 28 935 0 0 0 0 0 0 18 0 3 0 656983433 306352128 7127 33554432000 4194304 5683644 140734252649632 18446744073709551615 228134537649 0 0 16781312 2 18446604471133780736 0 0 -1 5 0 0 0
[pid=24114/tid=24172] ppid=24112 vsize=299172 CPUtime=0 cores=5,7
/proc/24114/task/24172/stat : 24172 (python) S 24112 24114 12685 0 -1 4202560 31 935 0 0 0 0 0 0 18 0 3 0 656993458 306352128 7127 33554432000 4194304 5683644 140734252649632 18446744073709551615 228134537649 0 0 16781312 2 18446604471133780736 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 441.02
Current children cumulated vsize (KiB) 1904396

[startup+444.701 s]
/proc/loadavg: 4.01 4.03 3.78 5/399 24242
/proc/meminfo: memFree=27506408/32951124 swapFree=54427468/67111528
[pid=24114] ppid=24112 vsize=299172 CPUtime=0.53 cores=5,7
/proc/24114/stat : 24114 (python) S 24112 24114 12685 0 -1 4202496 11202 935 1 0 41 12 0 0 18 0 3 0 656983354 306352128 7127 33554432000 4194304 5683644 140734252649632 18446744073709551615 228134540747 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/24114/statm: 74793 7127 1878 364 0 10708 0
[pid=24120] ppid=24114 vsize=288736 CPUtime=0.24 cores=5,7
/proc/24120/stat : 24120 (python) S 24114 24114 12685 0 -1 4202560 1147 0 0 0 14 10 0 0 19 0 2 0 656983433 295665664 5601 33554432000 4194304 5683644 140734252649632 18446744073709551615 228134540747 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/24120/statm: 72184 5601 415 364 0 8102 0
[pid=24122] ppid=24120 vsize=1017800 CPUtime=99.76 cores=5,7
/proc/24122/stat : 24122 (gnovelty+2) T 24120 24122 24122 0 -1 4202496 434 0 0 0 9976 0 0 0 25 0 1 0 656983433 1042227200 171 33554432000 134512640 135663704 4292590288 18446744073709551615 134524575 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/24122/statm: 254450 171 113 282 0 254166 0
[pid=24120/tid=24170] ppid=24114 vsize=288736 CPUtime=0 cores=5,7
/proc/24120/task/24170/stat : 24170 (python) S 24114 24114 12685 0 -1 4202560 44 0 0 0 0 0 0 0 19 0 2 0 656993457 295665664 5601 33554432000 4194304 5683644 140734252649632 18446744073709551615 228134537649 0 0 16781312 514 18446604470940440640 0 0 -1 7 0 0 0
[pid=24171] ppid=24114 vsize=289276 CPUtime=0.96 cores=5,7
/proc/24171/stat : 24171 (python) S 24114 24114 12685 0 -1 4202560 1151 0 0 0 52 44 0 0 15 0 2 0 656993458 296218624 5730 33554432000 4194304 5683644 140734252649632 18446744073709551615 228122734150 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/24171/statm: 72319 5730 401 364 0 8234 0
[pid=24173] ppid=24171 vsize=9412 CPUtime=342.72 cores=5,7
/proc/24173/stat : 24173 (march_hi) R 24171 24173 24173 0 -1 4202496 1909 0 0 0 34272 0 0 0 25 0 1 0 656993458 9637888 1643 33554432000 4194304 4955518 140735493835744 18446744073709551615 4224461 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/24173/statm: 2353 1643 106 186 0 2166 0
[pid=24171/tid=24230] ppid=24114 vsize=289276 CPUtime=0 cores=5,7
/proc/24171/task/24230/stat : 24230 (python) S 24114 24114 12685 0 -1 4202560 48 0 0 0 0 0 0 0 16 0 2 0 657013075 296218624 5730 33554432000 4194304 5683644 140734252649632 18446744073709551615 228134537649 0 0 16781312 514 18446604467925619776 0 0 -1 5 0 0 0
[pid=24114/tid=24121] ppid=24112 vsize=299172 CPUtime=0 cores=5,7
/proc/24114/task/24121/stat : 24121 (python) S 24112 24114 12685 0 -1 4202560 28 935 0 0 0 0 0 0 18 0 3 0 656983433 306352128 7127 33554432000 4194304 5683644 140734252649632 18446744073709551615 228134537649 0 0 16781312 2 18446604471133780736 0 0 -1 5 0 0 0
[pid=24114/tid=24172] ppid=24112 vsize=299172 CPUtime=0 cores=5,7
/proc/24114/task/24172/stat : 24172 (python) S 24112 24114 12685 0 -1 4202560 31 935 0 0 0 0 0 0 18 0 3 0 656993458 306352128 7127 33554432000 4194304 5683644 140734252649632 18446744073709551615 228134537649 0 0 16781312 2 18446604471133780736 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 444.21
Current children cumulated vsize (KiB) 1904396

[startup+446.301 s]
/proc/loadavg: 4.01 4.03 3.78 5/399 24242
/proc/meminfo: memFree=27506284/32951124 swapFree=54427468/67111528
[pid=24114] ppid=24112 vsize=299172 CPUtime=0.53 cores=5,7
/proc/24114/stat : 24114 (python) S 24112 24114 12685 0 -1 4202496 11202 935 1 0 41 12 0 0 18 0 3 0 656983354 306352128 7127 33554432000 4194304 5683644 140734252649632 18446744073709551615 228134540747 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/24114/statm: 74793 7127 1878 364 0 10708 0
[pid=24120] ppid=24114 vsize=288736 CPUtime=0.24 cores=5,7
/proc/24120/stat : 24120 (python) S 24114 24114 12685 0 -1 4202560 1147 0 0 0 14 10 0 0 19 0 2 0 656983433 295665664 5601 33554432000 4194304 5683644 140734252649632 18446744073709551615 228134540747 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/24120/statm: 72184 5601 415 364 0 8102 0
[pid=24122] ppid=24120 vsize=1017800 CPUtime=99.76 cores=5,7
/proc/24122/stat : 24122 (gnovelty+2) T 24120 24122 24122 0 -1 4202496 434 0 0 0 9976 0 0 0 25 0 1 0 656983433 1042227200 171 33554432000 134512640 135663704 4292590288 18446744073709551615 134524575 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/24122/statm: 254450 171 113 282 0 254166 0
[pid=24120/tid=24170] ppid=24114 vsize=288736 CPUtime=0 cores=5,7
/proc/24120/task/24170/stat : 24170 (python) S 24114 24114 12685 0 -1 4202560 44 0 0 0 0 0 0 0 19 0 2 0 656993457 295665664 5601 33554432000 4194304 5683644 140734252649632 18446744073709551615 228134537649 0 0 16781312 514 18446604470940440640 0 0 -1 7 0 0 0
[pid=24171] ppid=24114 vsize=289276 CPUtime=0.96 cores=5,7
/proc/24171/stat : 24171 (python) S 24114 24114 12685 0 -1 4202560 1151 0 0 0 52 44 0 0 15 0 2 0 656993458 296218624 5730 33554432000 4194304 5683644 140734252649632 18446744073709551615 228122734150 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/24171/statm: 72319 5730 401 364 0 8234 0
[pid=24173] ppid=24171 vsize=9412 CPUtime=344.32 cores=5,7
/proc/24173/stat : 24173 (march_hi) R 24171 24173 24173 0 -1 4202496 1927 0 0 0 34432 0 0 0 25 0 1 0 656993458 9637888 1661 33554432000 4194304 4955518 140735493835744 18446744073709551615 4237736 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/24173/statm: 2353 1661 106 186 0 2166 0
[pid=24171/tid=24230] ppid=24114 vsize=289276 CPUtime=0 cores=5,7
/proc/24171/task/24230/stat : 24230 (python) S 24114 24114 12685 0 -1 4202560 48 0 0 0 0 0 0 0 16 0 2 0 657013075 296218624 5730 33554432000 4194304 5683644 140734252649632 18446744073709551615 228134537649 0 0 16781312 514 18446604467925619776 0 0 -1 5 0 0 0
[pid=24114/tid=24121] ppid=24112 vsize=299172 CPUtime=0 cores=5,7
/proc/24114/task/24121/stat : 24121 (python) S 24112 24114 12685 0 -1 4202560 28 935 0 0 0 0 0 0 18 0 3 0 656983433 306352128 7127 33554432000 4194304 5683644 140734252649632 18446744073709551615 228134537649 0 0 16781312 2 18446604471133780736 0 0 -1 5 0 0 0
[pid=24114/tid=24172] ppid=24112 vsize=299172 CPUtime=0 cores=5,7
/proc/24114/task/24172/stat : 24172 (python) S 24112 24114 12685 0 -1 4202560 31 935 0 0 0 0 0 0 18 0 3 0 656993458 306352128 7127 33554432000 4194304 5683644 140734252649632 18446744073709551615 228134537649 0 0 16781312 2 18446604471133780736 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 445.81
Current children cumulated vsize (KiB) 1904396

[startup+447.901 s]
/proc/loadavg: 4.01 4.03 3.78 5/399 24242
/proc/meminfo: memFree=27506036/32951124 swapFree=54427468/67111528
[pid=24114] ppid=24112 vsize=299172 CPUtime=0.53 cores=5,7
/proc/24114/stat : 24114 (python) S 24112 24114 12685 0 -1 4202496 11202 935 1 0 41 12 0 0 18 0 3 0 656983354 306352128 7127 33554432000 4194304 5683644 140734252649632 18446744073709551615 228134540747 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/24114/statm: 74793 7127 1878 364 0 10708 0
[pid=24120] ppid=24114 vsize=288736 CPUtime=0.24 cores=5,7
/proc/24120/stat : 24120 (python) S 24114 24114 12685 0 -1 4202560 1147 0 0 0 14 10 0 0 19 0 2 0 656983433 295665664 5601 33554432000 4194304 5683644 140734252649632 18446744073709551615 228134540747 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/24120/statm: 72184 5601 415 364 0 8102 0
[pid=24122] ppid=24120 vsize=1017800 CPUtime=99.76 cores=5,7
/proc/24122/stat : 24122 (gnovelty+2) T 24120 24122 24122 0 -1 4202496 434 0 0 0 9976 0 0 0 25 0 1 0 656983433 1042227200 171 33554432000 134512640 135663704 4292590288 18446744073709551615 134524575 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/24122/statm: 254450 171 113 282 0 254166 0
[pid=24120/tid=24170] ppid=24114 vsize=288736 CPUtime=0 cores=5,7
/proc/24120/task/24170/stat : 24170 (python) S 24114 24114 12685 0 -1 4202560 44 0 0 0 0 0 0 0 19 0 2 0 656993457 295665664 5601 33554432000 4194304 5683644 140734252649632 18446744073709551615 228134537649 0 0 16781312 514 18446604470940440640 0 0 -1 7 0 0 0
[pid=24171] ppid=24114 vsize=289276 CPUtime=0.96 cores=5,7
/proc/24171/stat : 24171 (python) S 24114 24114 12685 0 -1 4202560 1152 0 0 0 52 44 0 0 15 0 2 0 656993458 296218624 5730 33554432000 4194304 5683644 140734252649632 18446744073709551615 228122734150 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/24171/statm: 72319 5730 401 364 0 8234 0
[pid=24173] ppid=24171 vsize=9412 CPUtime=345.92 cores=5,7
/proc/24173/stat : 24173 (march_hi) R 24171 24173 24173 0 -1 4202496 1951 0 0 0 34592 0 0 0 25 0 1 0 656993458 9637888 1685 33554432000 4194304 4955518 140735493835744 18446744073709551615 4208693 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/24173/statm: 2353 1685 106 186 0 2166 0
[pid=24171/tid=24230] ppid=24114 vsize=289276 CPUtime=0 cores=5,7
/proc/24171/task/24230/stat : 24230 (python) S 24114 24114 12685 0 -1 4202560 48 0 0 0 0 0 0 0 16 0 2 0 657013075 296218624 5730 33554432000 4194304 5683644 140734252649632 18446744073709551615 228134537649 0 0 16781312 514 18446604467925619776 0 0 -1 5 0 0 0
[pid=24114/tid=24121] ppid=24112 vsize=299172 CPUtime=0 cores=5,7
/proc/24114/task/24121/stat : 24121 (python) S 24112 24114 12685 0 -1 4202560 28 935 0 0 0 0 0 0 18 0 3 0 656983433 306352128 7127 33554432000 4194304 5683644 140734252649632 18446744073709551615 228134537649 0 0 16781312 2 18446604471133780736 0 0 -1 5 0 0 0
[pid=24114/tid=24172] ppid=24112 vsize=299172 CPUtime=0 cores=5,7
/proc/24114/task/24172/stat : 24172 (python) S 24112 24114 12685 0 -1 4202560 31 935 0 0 0 0 0 0 18 0 3 0 656993458 306352128 7127 33554432000 4194304 5683644 140734252649632 18446744073709551615 228134537649 0 0 16781312 2 18446604471133780736 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 447.41
Current children cumulated vsize (KiB) 1904396

[startup+448.301 s]
/proc/loadavg: 4.01 4.03 3.78 5/399 24242
/proc/meminfo: memFree=27506036/32951124 swapFree=54427468/67111528
[pid=24114] ppid=24112 vsize=299172 CPUtime=0.53 cores=5,7
/proc/24114/stat : 24114 (python) S 24112 24114 12685 0 -1 4202496 11202 935 1 0 41 12 0 0 18 0 3 0 656983354 306352128 7127 33554432000 4194304 5683644 140734252649632 18446744073709551615 228134540747 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/24114/statm: 74793 7127 1878 364 0 10708 0
[pid=24120] ppid=24114 vsize=288736 CPUtime=0.24 cores=5,7
/proc/24120/stat : 24120 (python) S 24114 24114 12685 0 -1 4202560 1147 0 0 0 14 10 0 0 19 0 2 0 656983433 295665664 5601 33554432000 4194304 5683644 140734252649632 18446744073709551615 228134540747 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/24120/statm: 72184 5601 415 364 0 8102 0
[pid=24122] ppid=24120 vsize=1017800 CPUtime=99.76 cores=5,7
/proc/24122/stat : 24122 (gnovelty+2) T 24120 24122 24122 0 -1 4202496 434 0 0 0 9976 0 0 0 25 0 1 0 656983433 1042227200 171 33554432000 134512640 135663704 4292590288 18446744073709551615 134524575 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/24122/statm: 254450 171 113 282 0 254166 0
[pid=24120/tid=24170] ppid=24114 vsize=288736 CPUtime=0 cores=5,7
/proc/24120/task/24170/stat : 24170 (python) S 24114 24114 12685 0 -1 4202560 44 0 0 0 0 0 0 0 19 0 2 0 656993457 295665664 5601 33554432000 4194304 5683644 140734252649632 18446744073709551615 228134537649 0 0 16781312 514 18446604470940440640 0 0 -1 7 0 0 0
[pid=24171] ppid=24114 vsize=289276 CPUtime=0.96 cores=5,7
/proc/24171/stat : 24171 (python) S 24114 24114 12685 0 -1 4202560 1153 0 0 0 52 44 0 0 15 0 2 0 656993458 296218624 5730 33554432000 4194304 5683644 140734252649632 18446744073709551615 228122734150 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/24171/statm: 72319 5730 401 364 0 8234 0
[pid=24173] ppid=24171 vsize=9412 CPUtime=346.32 cores=5,7
/proc/24173/stat : 24173 (march_hi) R 24171 24173 24173 0 -1 4202496 1957 0 0 0 34632 0 0 0 25 0 1 0 656993458 9637888 1691 33554432000 4194304 4955518 140735493835744 18446744073709551615 4237772 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/24173/statm: 2353 1691 106 186 0 2166 0
[pid=24171/tid=24230] ppid=24114 vsize=289276 CPUtime=0 cores=5,7
/proc/24171/task/24230/stat : 24230 (python) S 24114 24114 12685 0 -1 4202560 48 0 0 0 0 0 0 0 16 0 2 0 657013075 296218624 5730 33554432000 4194304 5683644 140734252649632 18446744073709551615 228134537649 0 0 16781312 514 18446604467925619776 0 0 -1 5 0 0 0
[pid=24114/tid=24121] ppid=24112 vsize=299172 CPUtime=0 cores=5,7
/proc/24114/task/24121/stat : 24121 (python) S 24112 24114 12685 0 -1 4202560 28 935 0 0 0 0 0 0 18 0 3 0 656983433 306352128 7127 33554432000 4194304 5683644 140734252649632 18446744073709551615 228134537649 0 0 16781312 2 18446604471133780736 0 0 -1 5 0 0 0
[pid=24114/tid=24172] ppid=24112 vsize=299172 CPUtime=0 cores=5,7
/proc/24114/task/24172/stat : 24172 (python) S 24112 24114 12685 0 -1 4202560 31 935 0 0 0 0 0 0 18 0 3 0 656993458 306352128 7127 33554432000 4194304 5683644 140734252649632 18446744073709551615 228134537649 0 0 16781312 2 18446604471133780736 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 447.81
Current children cumulated vsize (KiB) 1904396

[startup+448.701 s]
/proc/loadavg: 4.01 4.03 3.78 6/399 24242
/proc/meminfo: memFree=27505912/32951124 swapFree=54427468/67111528
[pid=24114] ppid=24112 vsize=299172 CPUtime=0.53 cores=5,7
/proc/24114/stat : 24114 (python) S 24112 24114 12685 0 -1 4202496 11202 935 1 0 41 12 0 0 18 0 3 0 656983354 306352128 7127 33554432000 4194304 5683644 140734252649632 18446744073709551615 228134540747 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/24114/statm: 74793 7127 1878 364 0 10708 0
[pid=24120] ppid=24114 vsize=288736 CPUtime=0.24 cores=5,7
/proc/24120/stat : 24120 (python) S 24114 24114 12685 0 -1 4202560 1147 0 0 0 14 10 0 0 19 0 2 0 656983433 295665664 5601 33554432000 4194304 5683644 140734252649632 18446744073709551615 228134540747 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/24120/statm: 72184 5601 415 364 0 8102 0
[pid=24122] ppid=24120 vsize=1017800 CPUtime=99.76 cores=5,7
/proc/24122/stat : 24122 (gnovelty+2) T 24120 24122 24122 0 -1 4202496 434 0 0 0 9976 0 0 0 25 0 1 0 656983433 1042227200 171 33554432000 134512640 135663704 4292590288 18446744073709551615 134524575 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/24122/statm: 254450 171 113 282 0 254166 0
[pid=24120/tid=24170] ppid=24114 vsize=288736 CPUtime=0 cores=5,7
/proc/24120/task/24170/stat : 24170 (python) S 24114 24114 12685 0 -1 4202560 44 0 0 0 0 0 0 0 19 0 2 0 656993457 295665664 5601 33554432000 4194304 5683644 140734252649632 18446744073709551615 228134537649 0 0 16781312 514 18446604470940440640 0 0 -1 7 0 0 0
[pid=24171] ppid=24114 vsize=289276 CPUtime=0.96 cores=5,7
/proc/24171/stat : 24171 (python) R 24114 24114 12685 0 -1 4202560 1156 0 0 0 52 44 0 0 15 0 2 0 656993458 296218624 5730 33554432000 4194304 5683644 140734252649632 18446744073709551615 228122734150 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/24171/statm: 72319 5730 401 364 0 8234 0
[pid=24173] ppid=24171 vsize=0 CPUtime=346.73 cores=5,7
/proc/24173/stat : 24173 (march_hi) R 24171 24173 24173 0 -1 4202500 1967 0 0 0 34673 0 0 0 25 0 1 0 656993458 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 5 0 0 0
/proc/24173/statm: 0 0 0 0 0 0 0
[pid=24171/tid=24230] ppid=24114 vsize=289276 CPUtime=0 cores=5,7
/proc/24171/task/24230/stat : 24230 (python) S 24114 24114 12685 0 -1 4202560 48 0 0 0 0 0 0 0 16 0 2 0 657013075 296218624 5730 33554432000 4194304 5683644 140734252649632 18446744073709551615 228134537649 0 0 16781312 514 18446604467925619776 0 0 -1 5 0 0 0
[pid=24114/tid=24121] ppid=24112 vsize=299172 CPUtime=0 cores=5,7
/proc/24114/task/24121/stat : 24121 (python) S 24112 24114 12685 0 -1 4202560 28 935 0 0 0 0 0 0 18 0 3 0 656983433 306352128 7127 33554432000 4194304 5683644 140734252649632 18446744073709551615 228134537649 0 0 16781312 2 18446604471133780736 0 0 -1 5 0 0 0
[pid=24114/tid=24172] ppid=24112 vsize=299172 CPUtime=0 cores=5,7
/proc/24114/task/24172/stat : 24172 (python) S 24112 24114 12685 0 -1 4202560 31 935 0 0 0 0 0 0 18 0 3 0 656993458 306352128 7127 33554432000 4194304 5683644 140734252649632 18446744073709551615 228134537649 0 0 16781312 2 18446604471133780736 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 448.22
Current children cumulated vsize (KiB) 1894984

Child status: 0
Real time (s): 448.738
CPU time (s): 448.307
CPU user time (s): 447.612
CPU system time (s): 0.694894
CPU usage (%): 99.904
Max. virtual memory (cumulated for all children) (KiB): 1904528

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 447.612
system time used= 0.694894
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20968
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= 3944
involuntary context switches= 1906

runsolver used 1.54776 second user time and 3.2545 second system time

The end

Launcher Data

Begin job on node138 at 2011-05-15 12:04:14
IDJOB=3377525
IDBENCH=82834
IDSOLVER=1857
FILE ID=node138/3377525-1305453854
RUNJOBID= node138-1305452176-23158
PBS_JOBID= 13324862
Free space on /tmp= 73480 MiB

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

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

MD5SUM BENCH= ac60b7243bf21c022437e3832aafd05d
RANDOM SEED=1131162940

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      27616668 kB
Buffers:        284540 kB
Cached:        4103128 kB
SwapCached:      18496 kB
Active:        1891292 kB
Inactive:      3194424 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      27616668 kB
SwapTotal:    67111528 kB
SwapFree:     54427468 kB
Dirty:           31944 kB
Writeback:           0 kB
AnonPages:      691116 kB
Mapped:          21888 kB
Slab:           129780 kB
PageTables:      54800 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 69701908 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= 73448 MiB
End job on node138 at 2011-05-15 12:11:43