Trace number 3377751

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 347.565 347.373

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v450-c1917-S116041094-082.UNKNOWN.cnf
MD5SUMc3607b4797e262c1da0dfb143eedc361
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark144.264
Satisfiable
(Un)Satisfiability was proved
Number of variables450
Number of clauses1917
Sum of the clauses size5751
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 31917
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.39/0.50	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.39/0.50	c INFO: solving HOME/instance-3377751-1305457841.cnf
0.39/0.50	c INFO: computing task features
0.39/0.50	c INFO: computed variable-clause graph statistics
0.39/0.50	c INFO: computed clause balance statistics
0.39/0.50	c INFO: computed variable balance statistics
0.39/0.52	c INFO: computed small-clause counts
0.39/0.52	c INFO: computed Horn-clause counts
0.39/0.52	c INFO: computed variable graph statistics
0.39/0.52	c INFO: collected features for HOME/instance-3377751-1305457841.cnf in 0.07 s
0.39/0.53	c INFO: running gnovelty+2@0 for 97 with 2399 remaining (b = 0.56)
100.57/100.81	c INFO: running gnovelty+2@0 for 97 with 2299 remaining (b = 0.06)
201.20/201.10	c INFO: running march_hi@0 for 2199 with 2199 remaining (b = 0.72)
347.42/347.35	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-3377751-1305457841/watcher-3377751-1305457841 -o /tmp/evaluation-result-3377751-1305457841/solver-3377751-1305457841 -C 2400 -W 1300 -M 7680 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3377751-1305457841.cnf -seed 573570732 -budget 2400 

running on 2 cores: 4,6

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.61 3.69 3.87 5/382 27744
/proc/meminfo: memFree=21899208/32950928 swapFree=65730864/67111528
[pid=27744] ppid=27742 vsize=15772 CPUtime=0 cores=4,6
/proc/27744/stat : 27744 (python) R 27742 27744 27631 0 -1 4202496 900 0 0 0 0 0 0 0 25 0 1 0 736014821 16150528 782 33554432000 4194304 5683644 140734936534080 18446744073709551615 5293496 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/27744/statm: 3943 782 345 364 0 430 0

[startup+0.0731831 s]
/proc/loadavg: 2.61 3.69 3.87 5/382 27744
/proc/meminfo: memFree=21899208/32950928 swapFree=65730864/67111528
[pid=27744] ppid=27742 vsize=84608 CPUtime=0.05 cores=4,6
/proc/27744/stat : 27744 (python) R 27742 27744 27631 0 -1 4202496 2405 0 0 0 4 1 0 0 18 0 1 0 736014821 86638592 2134 33554432000 4194304 5683644 140734936534080 18446744073709551615 260905437319 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/27744/statm: 21151 2135 707 364 0 1368 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 84608

[startup+0.100179 s]
/proc/loadavg: 2.61 3.69 3.87 5/382 27744
/proc/meminfo: memFree=21899208/32950928 swapFree=65730864/67111528
[pid=27744] ppid=27742 vsize=104612 CPUtime=0.07 cores=4,6
/proc/27744/stat : 27744 (python) R 27742 27744 27631 0 -1 4202496 3142 0 0 0 5 2 0 0 17 0 1 0 736014821 107122688 2821 33554432000 4194304 5683644 140734936534080 18446744073709551615 4651643 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/27744/statm: 26153 2821 847 364 0 1901 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 104612

[startup+0.300201 s]
/proc/loadavg: 2.61 3.69 3.87 5/382 27744
/proc/meminfo: memFree=21899208/32950928 swapFree=65730864/67111528
[pid=27744] ppid=27742 vsize=198916 CPUtime=0.22 cores=4,6
/proc/27744/stat : 27744 (python) R 27742 27744 27631 0 -1 4202496 7025 932 1 0 16 6 0 0 18 0 1 0 736014821 203689984 5053 33554432000 4194304 5683644 140734936534080 18446744073709551615 47332075572304 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/27744/statm: 49729 5053 1466 364 0 3756 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 198916

[startup+0.701068 s]
/proc/loadavg: 2.61 3.69 3.87 5/382 27744
/proc/meminfo: memFree=21899208/32950928 swapFree=65730864/67111528
[pid=27744] ppid=27742 vsize=288664 CPUtime=0.43 cores=4,6
/proc/27744/stat : 27744 (python) S 27742 27744 27631 0 -1 4202496 9761 932 1 0 35 8 0 0 20 0 2 0 736014821 295591936 7044 33554432000 4194304 5683644 140734936534080 18446744073709551615 260917220811 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/27744/statm: 72166 7044 1867 364 0 8084 0
Current children cumulated CPU time (s) 0.43
Current children cumulated vsize (KiB) 288664

[startup+1.50093 s]
/proc/loadavg: 2.72 3.69 3.87 5/386 27787
/proc/meminfo: memFree=21882996/32950928 swapFree=65730864/67111528
[pid=27744] ppid=27742 vsize=288664 CPUtime=0.43 cores=4,6
/proc/27744/stat : 27744 (python) S 27742 27744 27631 0 -1 4202496 9761 932 1 0 35 8 0 0 20 0 2 0 736014821 295591936 7044 33554432000 4194304 5683644 140734936534080 18446744073709551615 260917220811 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/27744/statm: 72166 7044 1867 364 0 8084 0
[pid=27760] ppid=27744 vsize=278420 CPUtime=0 cores=4,6
/proc/27760/stat : 27760 (python) S 27744 27744 27631 0 -1 4202560 735 0 0 0 0 0 0 0 19 0 1 0 736014874 285102080 5528 33554432000 4194304 5683644 140734936534080 18446744073709551615 260905414159 0 0 16781312 514 16475734520163729407 0 0 17 4 0 0 0
/proc/27760/statm: 69605 5528 354 364 0 5523 0
[pid=27764] ppid=27760 vsize=1017800 CPUtime=0.94 cores=4,6
/proc/27764/stat : 27764 (gnovelty+2) R 27760 27764 27764 0 -1 4202496 435 0 0 0 94 0 0 0 23 0 1 0 736014875 1042227200 174 33554432000 134512640 135663704 4293198880 18446744073709551615 134543949 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/27764/statm: 254450 174 113 282 0 254166 0
[pid=27744/tid=27762] ppid=27742 vsize=288664 CPUtime=0 cores=4,6
/proc/27744/task/27762/stat : 27762 (python) S 27742 27744 27631 0 -1 4202560 30 932 0 0 0 0 0 0 20 0 2 0 736014875 295591936 7044 33554432000 4194304 5683644 140734936534080 18446744073709551615 260917217713 0 0 16781312 2 18446604448197141632 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1.37
Current children cumulated vsize (KiB) 1584884

[startup+3.10058 s]
/proc/loadavg: 2.72 3.69 3.87 5/389 27790
/proc/meminfo: memFree=21868048/32950928 swapFree=65730864/67111528
[pid=27744] ppid=27742 vsize=288664 CPUtime=0.43 cores=4,6
/proc/27744/stat : 27744 (python) S 27742 27744 27631 0 -1 4202496 9761 932 1 0 35 8 0 0 20 0 2 0 736014821 295591936 7044 33554432000 4194304 5683644 140734936534080 18446744073709551615 260917220811 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/27744/statm: 72166 7044 1867 364 0 8084 0
[pid=27760] ppid=27744 vsize=278420 CPUtime=0 cores=4,6
/proc/27760/stat : 27760 (python) S 27744 27744 27631 0 -1 4202560 735 0 0 0 0 0 0 0 18 0 1 0 736014874 285102080 5528 33554432000 4194304 5683644 140734936534080 18446744073709551615 260905414159 0 0 16781312 514 16475734520163696899 0 0 17 4 0 0 0
/proc/27760/statm: 69605 5528 354 364 0 5523 0
[pid=27764] ppid=27760 vsize=1017800 CPUtime=2.53 cores=4,6
/proc/27764/stat : 27764 (gnovelty+2) R 27760 27764 27764 0 -1 4202496 435 0 0 0 252 1 0 0 25 0 1 0 736014875 1042227200 174 33554432000 134512640 135663704 4293198880 18446744073709551615 134545644 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/27764/statm: 254450 174 113 282 0 254166 0
[pid=27744/tid=27762] ppid=27742 vsize=288664 CPUtime=0 cores=4,6
/proc/27744/task/27762/stat : 27762 (python) S 27742 27744 27631 0 -1 4202560 30 932 0 0 0 0 0 0 20 0 2 0 736014875 295591936 7044 33554432000 4194304 5683644 140734936534080 18446744073709551615 260917217713 0 0 16781312 2 18446604448197141632 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 1584884

[startup+6.3131 s]
/proc/loadavg: 2.82 3.70 3.87 5/389 27790
/proc/meminfo: memFree=21869052/32950928 swapFree=65730864/67111528
[pid=27744] ppid=27742 vsize=288664 CPUtime=0.43 cores=4,6
/proc/27744/stat : 27744 (python) S 27742 27744 27631 0 -1 4202496 9761 932 1 0 35 8 0 0 20 0 2 0 736014821 295591936 7044 33554432000 4194304 5683644 140734936534080 18446744073709551615 260917220811 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/27744/statm: 72166 7044 1867 364 0 8084 0
[pid=27760] ppid=27744 vsize=278420 CPUtime=0.01 cores=4,6
/proc/27760/stat : 27760 (python) S 27744 27744 27631 0 -1 4202560 972 0 0 0 0 1 0 0 18 0 1 0 736014874 285102080 5556 33554432000 4194304 5683644 140734936534080 18446744073709551615 260905414159 0 0 16781312 514 16475734520163696899 0 0 17 4 0 0 0
/proc/27760/statm: 69605 5556 382 364 0 5523 0
[pid=27764] ppid=27760 vsize=1017800 CPUtime=5.73 cores=4,6
/proc/27764/stat : 27764 (gnovelty+2) R 27760 27764 27764 0 -1 4202496 435 0 0 0 571 2 0 0 25 0 1 0 736014875 1042227200 174 33554432000 134512640 135663704 4293198880 18446744073709551615 134525255 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/27764/statm: 254450 174 113 282 0 254166 0
[pid=27744/tid=27762] ppid=27742 vsize=288664 CPUtime=0 cores=4,6
/proc/27744/task/27762/stat : 27762 (python) S 27742 27744 27631 0 -1 4202560 30 932 0 0 0 0 0 0 20 0 2 0 736014875 295591936 7044 33554432000 4194304 5683644 140734936534080 18446744073709551615 260917217713 0 0 16781312 2 18446604448197141632 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 1584884

[startup+12.7009 s]
/proc/loadavg: 2.92 3.70 3.87 5/389 27790
/proc/meminfo: memFree=21866948/32950928 swapFree=65730864/67111528
[pid=27744] ppid=27742 vsize=288664 CPUtime=0.43 cores=4,6
/proc/27744/stat : 27744 (python) S 27742 27744 27631 0 -1 4202496 9761 932 1 0 35 8 0 0 20 0 2 0 736014821 295591936 7044 33554432000 4194304 5683644 140734936534080 18446744073709551615 260917220811 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/27744/statm: 72166 7044 1867 364 0 8084 0
[pid=27760] ppid=27744 vsize=278420 CPUtime=0.03 cores=4,6
/proc/27760/stat : 27760 (python) S 27744 27744 27631 0 -1 4202560 977 0 0 0 1 2 0 0 18 0 1 0 736014874 285102080 5556 33554432000 4194304 5683644 140734936534080 18446744073709551615 260905414159 0 0 16781312 514 7350437541822038275 0 0 17 4 0 0 0
/proc/27760/statm: 69605 5556 382 364 0 5523 0
[pid=27764] ppid=27760 vsize=1017800 CPUtime=12.1 cores=4,6
/proc/27764/stat : 27764 (gnovelty+2) R 27760 27764 27764 0 -1 4202496 435 0 0 0 1208 2 0 0 25 0 1 0 736014875 1042227200 174 33554432000 134512640 135663704 4293198880 18446744073709551615 134544204 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/27764/statm: 254450 174 113 282 0 254166 0
[pid=27744/tid=27762] ppid=27742 vsize=288664 CPUtime=0 cores=4,6
/proc/27744/task/27762/stat : 27762 (python) S 27742 27744 27631 0 -1 4202560 30 932 0 0 0 0 0 0 20 0 2 0 736014875 295591936 7044 33554432000 4194304 5683644 140734936534080 18446744073709551615 260917217713 0 0 16781312 2 18446604448197141632 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 12.56
Current children cumulated vsize (KiB) 1584884

[startup+25.5005 s]
/proc/loadavg: 3.08 3.71 3.87 5/389 27790
/proc/meminfo: memFree=21870240/32950928 swapFree=65730864/67111528
[pid=27744] ppid=27742 vsize=288664 CPUtime=0.43 cores=4,6
/proc/27744/stat : 27744 (python) S 27742 27744 27631 0 -1 4202496 9761 932 1 0 35 8 0 0 20 0 2 0 736014821 295591936 7044 33554432000 4194304 5683644 140734936534080 18446744073709551615 260917220811 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/27744/statm: 72166 7044 1867 364 0 8084 0
[pid=27760] ppid=27744 vsize=278420 CPUtime=0.05 cores=4,6
/proc/27760/stat : 27760 (python) S 27744 27744 27631 0 -1 4202560 979 0 0 0 2 3 0 0 18 0 1 0 736014874 285102080 5556 33554432000 4194304 5683644 140734936534080 18446744073709551615 260905414159 0 0 16781312 514 7350437541822038275 0 0 17 4 0 0 0
/proc/27760/statm: 69605 5556 382 364 0 5523 0
[pid=27764] ppid=27760 vsize=1017800 CPUtime=24.87 cores=4,6
/proc/27764/stat : 27764 (gnovelty+2) R 27760 27764 27764 0 -1 4202496 435 0 0 0 2485 2 0 0 25 0 1 0 736014875 1042227200 174 33554432000 134512640 135663704 4293198880 18446744073709551615 134525309 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/27764/statm: 254450 174 113 282 0 254166 0
[pid=27744/tid=27762] ppid=27742 vsize=288664 CPUtime=0 cores=4,6
/proc/27744/task/27762/stat : 27762 (python) S 27742 27744 27631 0 -1 4202560 30 932 0 0 0 0 0 0 20 0 2 0 736014875 295591936 7044 33554432000 4194304 5683644 140734936534080 18446744073709551615 260917217713 0 0 16781312 2 18446604448197141632 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 25.35
Current children cumulated vsize (KiB) 1584884

[startup+51.1009 s]
/proc/loadavg: 3.44 3.74 3.87 5/389 27826
/proc/meminfo: memFree=21871016/32950928 swapFree=65730864/67111528
[pid=27744] ppid=27742 vsize=288664 CPUtime=0.43 cores=4,6
/proc/27744/stat : 27744 (python) S 27742 27744 27631 0 -1 4202496 9761 932 1 0 35 8 0 0 20 0 2 0 736014821 295591936 7044 33554432000 4194304 5683644 140734936534080 18446744073709551615 260917220811 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/27744/statm: 72166 7044 1867 364 0 8084 0
[pid=27760] ppid=27744 vsize=278420 CPUtime=0.12 cores=4,6
/proc/27760/stat : 27760 (python) S 27744 27744 27631 0 -1 4202560 992 0 0 0 5 7 0 0 18 0 1 0 736014874 285102080 5556 33554432000 4194304 5683644 140734936534080 18446744073709551615 260905414159 0 0 16781312 514 7350437541822038275 0 0 17 4 0 0 0
/proc/27760/statm: 69605 5556 382 364 0 5523 0
[pid=27764] ppid=27760 vsize=1017800 CPUtime=50.41 cores=4,6
/proc/27764/stat : 27764 (gnovelty+2) R 27760 27764 27764 0 -1 4202496 435 0 0 0 5039 2 0 0 25 0 1 0 736014875 1042227200 174 33554432000 134512640 135663704 4293198880 18446744073709551615 134525345 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/27764/statm: 254450 174 113 282 0 254166 0
[pid=27744/tid=27762] ppid=27742 vsize=288664 CPUtime=0 cores=4,6
/proc/27744/task/27762/stat : 27762 (python) S 27742 27744 27631 0 -1 4202560 30 932 0 0 0 0 0 0 20 0 2 0 736014875 295591936 7044 33554432000 4194304 5683644 140734936534080 18446744073709551615 260917217713 0 0 16781312 2 18446604448197141632 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 50.96
Current children cumulated vsize (KiB) 1584884

[startup+102.3 s]
/proc/loadavg: 3.96 3.84 3.90 5/401 27909
/proc/meminfo: memFree=21857928/32950928 swapFree=65730864/67111528
[pid=27744] ppid=27742 vsize=299536 CPUtime=0.44 cores=4,6
/proc/27744/stat : 27744 (python) S 27742 27744 27631 0 -1 4202496 10593 932 1 0 36 8 0 0 19 0 3 0 736014821 306724864 7215 33554432000 4194304 5683644 140734936534080 18446744073709551615 260917220811 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/27744/statm: 74884 7215 1878 364 0 10799 0
[pid=27760] ppid=27744 vsize=288664 CPUtime=0.26 cores=4,6
/proc/27760/stat : 27760 (python) S 27744 27744 27631 0 -1 4202560 1150 0 0 0 14 12 0 0 19 0 2 0 736014874 295591936 5594 33554432000 4194304 5683644 140734936534080 18446744073709551615 260917220811 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/27760/statm: 72166 5594 415 364 0 8084 0
[pid=27764] ppid=27760 vsize=1017800 CPUtime=99.97 cores=4,6
/proc/27764/stat : 27764 (gnovelty+2) T 27760 27764 27764 0 -1 4202496 435 0 0 0 9994 3 0 0 25 0 1 0 736014875 1042227200 174 33554432000 134512640 135663704 4293198880 18446744073709551615 134546746 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/27764/statm: 254450 174 113 282 0 254166 0
[pid=27760/tid=27902] ppid=27744 vsize=288664 CPUtime=0 cores=4,6
/proc/27760/task/27902/stat : 27902 (python) S 27744 27744 27631 0 -1 4202560 44 0 0 0 0 0 0 0 19 0 2 0 736024901 295591936 5594 33554432000 4194304 5683644 140734936534080 18446744073709551615 260917217713 0 0 16781312 514 18446604452453781824 0 0 -1 4 0 0 0
[pid=27903] ppid=27744 vsize=289292 CPUtime=0 cores=4,6
/proc/27903/stat : 27903 (python) S 27744 27744 27631 0 -1 4202560 739 0 0 0 0 0 0 0 18 0 1 0 736024902 296235008 5681 33554432000 4194304 5683644 140734936534080 18446744073709551615 260905414214 0 0 16781312 514 4038833042947539201 0 0 17 6 0 0 0
/proc/27903/statm: 72323 5681 348 364 0 8238 0
[pid=27905] ppid=27903 vsize=1017800 CPUtime=1.48 cores=4,6
/proc/27905/stat : 27905 (gnovelty+2) R 27903 27905 27905 0 -1 4202496 435 0 0 0 148 0 0 0 25 0 1 0 736024902 1042227200 173 33554432000 134512640 135663704 4287057824 18446744073709551615 134546752 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/27905/statm: 254450 173 113 282 0 254166 0
[pid=27744/tid=27762] ppid=27742 vsize=299536 CPUtime=0 cores=4,6
/proc/27744/task/27762/stat : 27762 (python) S 27742 27744 27631 0 -1 4202560 30 932 0 0 0 0 0 0 20 0 3 0 736014875 306724864 7215 33554432000 4194304 5683644 140734936534080 18446744073709551615 260917217713 0 0 16781312 2 18446604448197141632 0 0 -1 4 0 0 0
[pid=27744/tid=27904] ppid=27742 vsize=299536 CPUtime=0 cores=4,6
/proc/27744/task/27904/stat : 27904 (python) S 27742 27744 27631 0 -1 4202560 27 932 0 0 0 0 0 0 20 0 3 0 736024902 306724864 7215 33554432000 4194304 5683644 140734936534080 18446744073709551615 260917217713 0 0 16781312 2 18446604448197141632 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 102.15
Current children cumulated vsize (KiB) 2913092

[startup+162.301 s]
/proc/loadavg: 3.98 3.86 3.90 5/401 27911
/proc/meminfo: memFree=21852444/32950928 swapFree=65730864/67111528
[pid=27744] ppid=27742 vsize=299536 CPUtime=0.44 cores=4,6
/proc/27744/stat : 27744 (python) S 27742 27744 27631 0 -1 4202496 10593 932 1 0 36 8 0 0 19 0 3 0 736014821 306724864 7215 33554432000 4194304 5683644 140734936534080 18446744073709551615 260917220811 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/27744/statm: 74884 7215 1878 364 0 10799 0
[pid=27760] ppid=27744 vsize=288664 CPUtime=0.26 cores=4,6

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

[pid=27903] ppid=27744 vsize=289292 CPUtime=0.26 cores=4,6
/proc/27903/stat : 27903 (python) S 27744 27744 27631 0 -1 4202560 1089 0 0 0 14 12 0 0 19 0 2 0 736024902 296235008 5734 33554432000 4194304 5683644 140734936534080 18446744073709551615 260917220811 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/27903/statm: 72323 5734 400 364 0 8238 0
[pid=27905] ppid=27903 vsize=1017800 CPUtime=100.26 cores=4,6
/proc/27905/stat : 27905 (gnovelty+2) T 27903 27905 27905 0 -1 4202496 435 0 0 0 10026 0 0 0 25 0 1 0 736024902 1042227200 173 33554432000 134512640 135663704 4287057824 18446744073709551615 134525222 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/27905/statm: 254450 173 113 282 0 254166 0
[pid=27903/tid=27956] ppid=27744 vsize=289292 CPUtime=0 cores=4,6
/proc/27903/task/27956/stat : 27956 (python) S 27744 27744 27631 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 736034929 296235008 5734 33554432000 4194304 5683644 140734936534080 18446744073709551615 260917217713 0 0 16781312 514 18446604453853057344 0 0 -1 6 0 0 0
[pid=27957] ppid=27744 vsize=299152 CPUtime=0.44 cores=4,6
/proc/27957/stat : 27957 (python) S 27744 27744 27631 0 -1 4202560 967 0 0 0 25 19 0 0 15 0 1 0 736034931 306331648 5624 33554432000 4194304 5683644 140734936534080 18446744073709551615 260905414214 0 0 16781312 514 12214034872607408386 0 0 17 4 0 0 0
/proc/27957/statm: 74788 5624 371 364 0 10700 0
[pid=27959] ppid=27957 vsize=26436 CPUtime=141.56 cores=4,6
/proc/27959/stat : 27959 (march_hi) R 27957 27959 27959 0 -1 4202496 4812 0 0 0 14154 2 0 0 25 0 1 0 736034931 27070464 4548 33554432000 4194304 4955518 140735377056960 18446744073709551615 4227500 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/27959/statm: 6609 4548 104 186 0 6422 0
[pid=27744/tid=27762] ppid=27742 vsize=309396 CPUtime=0 cores=4,6
/proc/27744/task/27762/stat : 27762 (python) S 27742 27744 27631 0 -1 4202560 30 932 0 0 0 0 0 0 20 0 4 0 736014875 316821504 7137 33554432000 4194304 5683644 140734936534080 18446744073709551615 260917217713 0 0 16781312 2 18446604448197141632 0 0 -1 4 0 0 0
[pid=27744/tid=27904] ppid=27742 vsize=309396 CPUtime=0 cores=4,6
/proc/27744/task/27904/stat : 27904 (python) S 27742 27744 27631 0 -1 4202560 27 932 0 0 0 0 0 0 20 0 4 0 736024902 316821504 7137 33554432000 4194304 5683644 140734936534080 18446744073709551615 260917217713 0 0 16781312 2 18446604448197141632 0 0 -1 4 0 0 0
[pid=27744/tid=27958] ppid=27742 vsize=309396 CPUtime=0 cores=4,6
/proc/27744/task/27958/stat : 27958 (python) S 27742 27744 27631 0 -1 4202560 31 932 0 0 0 0 0 0 20 0 4 0 736034931 316821504 7137 33554432000 4194304 5683644 140734936534080 18446744073709551615 260917217713 0 0 16781312 2 18446604448197141632 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 343.2
Current children cumulated vsize (KiB) 3248540

[startup+344.701 s]
/proc/loadavg: 4.09 3.99 3.94 5/410 28003
/proc/meminfo: memFree=21791252/32950928 swapFree=65730864/67111528
[pid=27744] ppid=27742 vsize=309396 CPUtime=0.45 cores=4,6
/proc/27744/stat : 27744 (python) S 27742 27744 27631 0 -1 4202496 11428 932 1 0 37 8 0 0 20 0 4 0 736014821 316821504 7137 33554432000 4194304 5683644 140734936534080 18446744073709551615 260917220811 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/27744/statm: 77349 7137 1880 364 0 13261 0
[pid=27760] ppid=27744 vsize=288664 CPUtime=0.26 cores=4,6
/proc/27760/stat : 27760 (python) S 27744 27744 27631 0 -1 4202560 1150 0 0 0 14 12 0 0 19 0 2 0 736014874 295591936 5594 33554432000 4194304 5683644 140734936534080 18446744073709551615 260917220811 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/27760/statm: 72166 5594 415 364 0 8084 0
[pid=27764] ppid=27760 vsize=1017800 CPUtime=99.97 cores=4,6
/proc/27764/stat : 27764 (gnovelty+2) T 27760 27764 27764 0 -1 4202496 435 0 0 0 9994 3 0 0 25 0 1 0 736014875 1042227200 174 33554432000 134512640 135663704 4293198880 18446744073709551615 134546746 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/27764/statm: 254450 174 113 282 0 254166 0
[pid=27760/tid=27902] ppid=27744 vsize=288664 CPUtime=0 cores=4,6
/proc/27760/task/27902/stat : 27902 (python) S 27744 27744 27631 0 -1 4202560 44 0 0 0 0 0 0 0 19 0 2 0 736024901 295591936 5594 33554432000 4194304 5683644 140734936534080 18446744073709551615 260917217713 0 0 16781312 514 18446604452453781824 0 0 -1 4 0 0 0
[pid=27903] ppid=27744 vsize=289292 CPUtime=0.26 cores=4,6
/proc/27903/stat : 27903 (python) S 27744 27744 27631 0 -1 4202560 1089 0 0 0 14 12 0 0 19 0 2 0 736024902 296235008 5734 33554432000 4194304 5683644 140734936534080 18446744073709551615 260917220811 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/27903/statm: 72323 5734 400 364 0 8238 0
[pid=27905] ppid=27903 vsize=1017800 CPUtime=100.26 cores=4,6
/proc/27905/stat : 27905 (gnovelty+2) T 27903 27905 27905 0 -1 4202496 435 0 0 0 10026 0 0 0 25 0 1 0 736024902 1042227200 173 33554432000 134512640 135663704 4287057824 18446744073709551615 134525222 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/27905/statm: 254450 173 113 282 0 254166 0
[pid=27903/tid=27956] ppid=27744 vsize=289292 CPUtime=0 cores=4,6
/proc/27903/task/27956/stat : 27956 (python) S 27744 27744 27631 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 736034929 296235008 5734 33554432000 4194304 5683644 140734936534080 18446744073709551615 260917217713 0 0 16781312 514 18446604453853057344 0 0 -1 6 0 0 0
[pid=27957] ppid=27744 vsize=299152 CPUtime=0.46 cores=4,6
/proc/27957/stat : 27957 (python) S 27744 27744 27631 0 -1 4202560 973 0 0 0 26 20 0 0 15 0 1 0 736034931 306331648 5624 33554432000 4194304 5683644 140734936534080 18446744073709551615 260905414214 0 0 16781312 514 12214034872607408386 0 0 17 4 0 0 0
/proc/27957/statm: 74788 5624 371 364 0 10700 0
[pid=27959] ppid=27957 vsize=26436 CPUtime=143.15 cores=4,6
/proc/27959/stat : 27959 (march_hi) R 27957 27959 27959 0 -1 4202496 4850 0 0 0 14313 2 0 0 25 0 1 0 736034931 27070464 4586 33554432000 4194304 4955518 140735377056960 18446744073709551615 4209667 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/27959/statm: 6609 4586 104 186 0 6422 0
[pid=27744/tid=27762] ppid=27742 vsize=309396 CPUtime=0 cores=4,6
/proc/27744/task/27762/stat : 27762 (python) S 27742 27744 27631 0 -1 4202560 30 932 0 0 0 0 0 0 20 0 4 0 736014875 316821504 7137 33554432000 4194304 5683644 140734936534080 18446744073709551615 260917217713 0 0 16781312 2 18446604448197141632 0 0 -1 4 0 0 0
[pid=27744/tid=27904] ppid=27742 vsize=309396 CPUtime=0 cores=4,6
/proc/27744/task/27904/stat : 27904 (python) S 27742 27744 27631 0 -1 4202560 27 932 0 0 0 0 0 0 20 0 4 0 736024902 316821504 7137 33554432000 4194304 5683644 140734936534080 18446744073709551615 260917217713 0 0 16781312 2 18446604448197141632 0 0 -1 4 0 0 0
[pid=27744/tid=27958] ppid=27742 vsize=309396 CPUtime=0 cores=4,6
/proc/27744/task/27958/stat : 27958 (python) S 27742 27744 27631 0 -1 4202560 31 932 0 0 0 0 0 0 20 0 4 0 736034931 316821504 7137 33554432000 4194304 5683644 140734936534080 18446744073709551615 260917217713 0 0 16781312 2 18446604448197141632 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 344.81
Current children cumulated vsize (KiB) 3248540

[startup+346.301 s]
/proc/loadavg: 4.09 3.99 3.94 5/410 28003
/proc/meminfo: memFree=21790624/32950928 swapFree=65730864/67111528
[pid=27744] ppid=27742 vsize=309396 CPUtime=0.45 cores=4,6
/proc/27744/stat : 27744 (python) S 27742 27744 27631 0 -1 4202496 11428 932 1 0 37 8 0 0 20 0 4 0 736014821 316821504 7137 33554432000 4194304 5683644 140734936534080 18446744073709551615 260917220811 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/27744/statm: 77349 7137 1880 364 0 13261 0
[pid=27760] ppid=27744 vsize=288664 CPUtime=0.26 cores=4,6
/proc/27760/stat : 27760 (python) S 27744 27744 27631 0 -1 4202560 1150 0 0 0 14 12 0 0 19 0 2 0 736014874 295591936 5594 33554432000 4194304 5683644 140734936534080 18446744073709551615 260917220811 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/27760/statm: 72166 5594 415 364 0 8084 0
[pid=27764] ppid=27760 vsize=1017800 CPUtime=99.97 cores=4,6
/proc/27764/stat : 27764 (gnovelty+2) T 27760 27764 27764 0 -1 4202496 435 0 0 0 9994 3 0 0 25 0 1 0 736014875 1042227200 174 33554432000 134512640 135663704 4293198880 18446744073709551615 134546746 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/27764/statm: 254450 174 113 282 0 254166 0
[pid=27760/tid=27902] ppid=27744 vsize=288664 CPUtime=0 cores=4,6
/proc/27760/task/27902/stat : 27902 (python) S 27744 27744 27631 0 -1 4202560 44 0 0 0 0 0 0 0 19 0 2 0 736024901 295591936 5594 33554432000 4194304 5683644 140734936534080 18446744073709551615 260917217713 0 0 16781312 514 18446604452453781824 0 0 -1 4 0 0 0
[pid=27903] ppid=27744 vsize=289292 CPUtime=0.26 cores=4,6
/proc/27903/stat : 27903 (python) S 27744 27744 27631 0 -1 4202560 1089 0 0 0 14 12 0 0 19 0 2 0 736024902 296235008 5734 33554432000 4194304 5683644 140734936534080 18446744073709551615 260917220811 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/27903/statm: 72323 5734 400 364 0 8238 0
[pid=27905] ppid=27903 vsize=1017800 CPUtime=100.26 cores=4,6
/proc/27905/stat : 27905 (gnovelty+2) T 27903 27905 27905 0 -1 4202496 435 0 0 0 10026 0 0 0 25 0 1 0 736024902 1042227200 173 33554432000 134512640 135663704 4287057824 18446744073709551615 134525222 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/27905/statm: 254450 173 113 282 0 254166 0
[pid=27903/tid=27956] ppid=27744 vsize=289292 CPUtime=0 cores=4,6
/proc/27903/task/27956/stat : 27956 (python) S 27744 27744 27631 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 736034929 296235008 5734 33554432000 4194304 5683644 140734936534080 18446744073709551615 260917217713 0 0 16781312 514 18446604453853057344 0 0 -1 6 0 0 0
[pid=27957] ppid=27744 vsize=299152 CPUtime=0.46 cores=4,6
/proc/27957/stat : 27957 (python) S 27744 27744 27631 0 -1 4202560 975 0 0 0 26 20 0 0 15 0 1 0 736034931 306331648 5624 33554432000 4194304 5683644 140734936534080 18446744073709551615 260905414214 0 0 16781312 514 12214034872607408386 0 0 17 4 0 0 0
/proc/27957/statm: 74788 5624 371 364 0 10700 0
[pid=27959] ppid=27957 vsize=26436 CPUtime=144.75 cores=4,6
/proc/27959/stat : 27959 (march_hi) R 27957 27959 27959 0 -1 4202496 4884 0 0 0 14473 2 0 0 25 0 1 0 736034931 27070464 4620 33554432000 4194304 4955518 140735377056960 18446744073709551615 4209737 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/27959/statm: 6609 4620 104 186 0 6422 0
[pid=27744/tid=27762] ppid=27742 vsize=309396 CPUtime=0 cores=4,6
/proc/27744/task/27762/stat : 27762 (python) S 27742 27744 27631 0 -1 4202560 30 932 0 0 0 0 0 0 20 0 4 0 736014875 316821504 7137 33554432000 4194304 5683644 140734936534080 18446744073709551615 260917217713 0 0 16781312 2 18446604448197141632 0 0 -1 4 0 0 0
[pid=27744/tid=27904] ppid=27742 vsize=309396 CPUtime=0 cores=4,6
/proc/27744/task/27904/stat : 27904 (python) S 27742 27744 27631 0 -1 4202560 27 932 0 0 0 0 0 0 20 0 4 0 736024902 316821504 7137 33554432000 4194304 5683644 140734936534080 18446744073709551615 260917217713 0 0 16781312 2 18446604448197141632 0 0 -1 4 0 0 0
[pid=27744/tid=27958] ppid=27742 vsize=309396 CPUtime=0 cores=4,6
/proc/27744/task/27958/stat : 27958 (python) S 27742 27744 27631 0 -1 4202560 31 932 0 0 0 0 0 0 20 0 4 0 736034931 316821504 7137 33554432000 4194304 5683644 140734936534080 18446744073709551615 260917217713 0 0 16781312 2 18446604448197141632 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 346.41
Current children cumulated vsize (KiB) 3248540

[startup+347.101 s]
/proc/loadavg: 4.09 3.99 3.94 5/410 28003
/proc/meminfo: memFree=21790624/32950928 swapFree=65730864/67111528
[pid=27744] ppid=27742 vsize=309396 CPUtime=0.45 cores=4,6
/proc/27744/stat : 27744 (python) S 27742 27744 27631 0 -1 4202496 11428 932 1 0 37 8 0 0 20 0 4 0 736014821 316821504 7137 33554432000 4194304 5683644 140734936534080 18446744073709551615 260917220811 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/27744/statm: 77349 7137 1880 364 0 13261 0
[pid=27760] ppid=27744 vsize=288664 CPUtime=0.26 cores=4,6
/proc/27760/stat : 27760 (python) S 27744 27744 27631 0 -1 4202560 1150 0 0 0 14 12 0 0 19 0 2 0 736014874 295591936 5594 33554432000 4194304 5683644 140734936534080 18446744073709551615 260917220811 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/27760/statm: 72166 5594 415 364 0 8084 0
[pid=27764] ppid=27760 vsize=1017800 CPUtime=99.97 cores=4,6
/proc/27764/stat : 27764 (gnovelty+2) T 27760 27764 27764 0 -1 4202496 435 0 0 0 9994 3 0 0 25 0 1 0 736014875 1042227200 174 33554432000 134512640 135663704 4293198880 18446744073709551615 134546746 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/27764/statm: 254450 174 113 282 0 254166 0
[pid=27760/tid=27902] ppid=27744 vsize=288664 CPUtime=0 cores=4,6
/proc/27760/task/27902/stat : 27902 (python) S 27744 27744 27631 0 -1 4202560 44 0 0 0 0 0 0 0 19 0 2 0 736024901 295591936 5594 33554432000 4194304 5683644 140734936534080 18446744073709551615 260917217713 0 0 16781312 514 18446604452453781824 0 0 -1 4 0 0 0
[pid=27903] ppid=27744 vsize=289292 CPUtime=0.26 cores=4,6
/proc/27903/stat : 27903 (python) S 27744 27744 27631 0 -1 4202560 1089 0 0 0 14 12 0 0 19 0 2 0 736024902 296235008 5734 33554432000 4194304 5683644 140734936534080 18446744073709551615 260917220811 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/27903/statm: 72323 5734 400 364 0 8238 0
[pid=27905] ppid=27903 vsize=1017800 CPUtime=100.26 cores=4,6
/proc/27905/stat : 27905 (gnovelty+2) T 27903 27905 27905 0 -1 4202496 435 0 0 0 10026 0 0 0 25 0 1 0 736024902 1042227200 173 33554432000 134512640 135663704 4287057824 18446744073709551615 134525222 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/27905/statm: 254450 173 113 282 0 254166 0
[pid=27903/tid=27956] ppid=27744 vsize=289292 CPUtime=0 cores=4,6
/proc/27903/task/27956/stat : 27956 (python) S 27744 27744 27631 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 736034929 296235008 5734 33554432000 4194304 5683644 140734936534080 18446744073709551615 260917217713 0 0 16781312 514 18446604453853057344 0 0 -1 6 0 0 0
[pid=27957] ppid=27744 vsize=299152 CPUtime=0.46 cores=4,6
/proc/27957/stat : 27957 (python) S 27744 27744 27631 0 -1 4202560 975 0 0 0 26 20 0 0 15 0 1 0 736034931 306331648 5624 33554432000 4194304 5683644 140734936534080 18446744073709551615 260905414214 0 0 16781312 514 12214034872607408386 0 0 17 4 0 0 0
/proc/27957/statm: 74788 5624 371 364 0 10700 0
[pid=27959] ppid=27957 vsize=26436 CPUtime=145.55 cores=4,6
/proc/27959/stat : 27959 (march_hi) R 27957 27959 27959 0 -1 4202496 4901 0 0 0 14553 2 0 0 25 0 1 0 736034931 27070464 4637 33554432000 4194304 4955518 140735377056960 18446744073709551615 4210716 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/27959/statm: 6609 4637 104 186 0 6422 0
[pid=27744/tid=27762] ppid=27742 vsize=309396 CPUtime=0 cores=4,6
/proc/27744/task/27762/stat : 27762 (python) S 27742 27744 27631 0 -1 4202560 30 932 0 0 0 0 0 0 20 0 4 0 736014875 316821504 7137 33554432000 4194304 5683644 140734936534080 18446744073709551615 260917217713 0 0 16781312 2 18446604448197141632 0 0 -1 4 0 0 0
[pid=27744/tid=27904] ppid=27742 vsize=309396 CPUtime=0 cores=4,6
/proc/27744/task/27904/stat : 27904 (python) S 27742 27744 27631 0 -1 4202560 27 932 0 0 0 0 0 0 20 0 4 0 736024902 316821504 7137 33554432000 4194304 5683644 140734936534080 18446744073709551615 260917217713 0 0 16781312 2 18446604448197141632 0 0 -1 4 0 0 0
[pid=27744/tid=27958] ppid=27742 vsize=309396 CPUtime=0 cores=4,6
/proc/27744/task/27958/stat : 27958 (python) S 27742 27744 27631 0 -1 4202560 31 932 0 0 0 0 0 0 20 0 4 0 736034931 316821504 7137 33554432000 4194304 5683644 140734936534080 18446744073709551615 260917217713 0 0 16781312 2 18446604448197141632 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 347.21
Current children cumulated vsize (KiB) 3248540

[startup+347.314 s]
/proc/loadavg: 4.09 3.99 3.94 5/410 28003
/proc/meminfo: memFree=21790128/32950928 swapFree=65730864/67111528
[pid=27744] ppid=27742 vsize=309396 CPUtime=0.45 cores=4,6
/proc/27744/stat : 27744 (python) S 27742 27744 27631 0 -1 4202496 11428 932 1 0 37 8 0 0 20 0 4 0 736014821 316821504 7137 33554432000 4194304 5683644 140734936534080 18446744073709551615 260917220811 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/27744/statm: 77349 7137 1880 364 0 13261 0
[pid=27760] ppid=27744 vsize=288664 CPUtime=0.26 cores=4,6
/proc/27760/stat : 27760 (python) S 27744 27744 27631 0 -1 4202560 1150 0 0 0 14 12 0 0 19 0 2 0 736014874 295591936 5594 33554432000 4194304 5683644 140734936534080 18446744073709551615 260917220811 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/27760/statm: 72166 5594 415 364 0 8084 0
[pid=27764] ppid=27760 vsize=1017800 CPUtime=99.97 cores=4,6
/proc/27764/stat : 27764 (gnovelty+2) T 27760 27764 27764 0 -1 4202496 435 0 0 0 9994 3 0 0 25 0 1 0 736014875 1042227200 174 33554432000 134512640 135663704 4293198880 18446744073709551615 134546746 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/27764/statm: 254450 174 113 282 0 254166 0
[pid=27760/tid=27902] ppid=27744 vsize=288664 CPUtime=0 cores=4,6
/proc/27760/task/27902/stat : 27902 (python) S 27744 27744 27631 0 -1 4202560 44 0 0 0 0 0 0 0 19 0 2 0 736024901 295591936 5594 33554432000 4194304 5683644 140734936534080 18446744073709551615 260917217713 0 0 16781312 514 18446604452453781824 0 0 -1 4 0 0 0
[pid=27903] ppid=27744 vsize=289292 CPUtime=0.26 cores=4,6
/proc/27903/stat : 27903 (python) S 27744 27744 27631 0 -1 4202560 1089 0 0 0 14 12 0 0 19 0 2 0 736024902 296235008 5734 33554432000 4194304 5683644 140734936534080 18446744073709551615 260917220811 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/27903/statm: 72323 5734 400 364 0 8238 0
[pid=27905] ppid=27903 vsize=1017800 CPUtime=100.26 cores=4,6
/proc/27905/stat : 27905 (gnovelty+2) T 27903 27905 27905 0 -1 4202496 435 0 0 0 10026 0 0 0 25 0 1 0 736024902 1042227200 173 33554432000 134512640 135663704 4287057824 18446744073709551615 134525222 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/27905/statm: 254450 173 113 282 0 254166 0
[pid=27903/tid=27956] ppid=27744 vsize=289292 CPUtime=0 cores=4,6
/proc/27903/task/27956/stat : 27956 (python) S 27744 27744 27631 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 736034929 296235008 5734 33554432000 4194304 5683644 140734936534080 18446744073709551615 260917217713 0 0 16781312 514 18446604453853057344 0 0 -1 6 0 0 0
[pid=27957] ppid=27744 vsize=299152 CPUtime=0.46 cores=4,6
/proc/27957/stat : 27957 (python) S 27744 27744 27631 0 -1 4202560 979 0 0 0 26 20 0 0 15 0 1 0 736034931 306331648 5624 33554432000 4194304 5683644 140734936534080 18446744073709551615 260905414214 0 0 16781312 514 12214034872607408386 0 0 17 4 0 0 0
/proc/27957/statm: 74788 5624 371 364 0 10700 0
[pid=27959] ppid=27957 vsize=26436 CPUtime=145.76 cores=4,6
/proc/27959/stat : 27959 (march_hi) R 27957 27959 27959 0 -1 4202496 4905 0 0 0 14574 2 0 0 25 0 1 0 736034931 27070464 4641 33554432000 4194304 4955518 140735377056960 18446744073709551615 4238968 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/27959/statm: 6609 4641 104 186 0 6422 0
[pid=27744/tid=27762] ppid=27742 vsize=309396 CPUtime=0 cores=4,6
/proc/27744/task/27762/stat : 27762 (python) S 27742 27744 27631 0 -1 4202560 30 932 0 0 0 0 0 0 20 0 4 0 736014875 316821504 7137 33554432000 4194304 5683644 140734936534080 18446744073709551615 260917217713 0 0 16781312 2 18446604448197141632 0 0 -1 4 0 0 0
[pid=27744/tid=27904] ppid=27742 vsize=309396 CPUtime=0 cores=4,6
/proc/27744/task/27904/stat : 27904 (python) S 27742 27744 27631 0 -1 4202560 27 932 0 0 0 0 0 0 20 0 4 0 736024902 316821504 7137 33554432000 4194304 5683644 140734936534080 18446744073709551615 260917217713 0 0 16781312 2 18446604448197141632 0 0 -1 4 0 0 0
[pid=27744/tid=27958] ppid=27742 vsize=309396 CPUtime=0 cores=4,6
/proc/27744/task/27958/stat : 27958 (python) S 27742 27744 27631 0 -1 4202560 31 932 0 0 0 0 0 0 20 0 4 0 736034931 316821504 7137 33554432000 4194304 5683644 140734936534080 18446744073709551615 260917217713 0 0 16781312 2 18446604448197141632 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 347.42
Current children cumulated vsize (KiB) 3248540

Child status: 0
Real time (s): 347.373
CPU time (s): 347.565
CPU user time (s): 346.945
CPU system time (s): 0.619905
CPU usage (%): 100.055
Max. virtual memory (cumulated for all children) (KiB): 3248540

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 346.945
system time used= 0.619905
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 26007
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= 1991
involuntary context switches= 1686

runsolver used 1.25881 second user time and 2.79957 second system time

The end

Launcher Data

Begin job on node116 at 2011-05-15 13:10:41
IDJOB=3377751
IDBENCH=83060
IDSOLVER=1857
FILE ID=node116/3377751-1305457841
RUNJOBID= node116-1305457838-27650
PBS_JOBID= 13324898
Free space on /tmp= 73076 MiB

SOLVER NAME= borg-sat 11.03.02-seq-random (fixed)
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v450-c1917-S116041094-082.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-3377751-1305457841/watcher-3377751-1305457841 -o /tmp/evaluation-result-3377751-1305457841/solver-3377751-1305457841 -C 2400 -W 1300 -M 7680  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3377751-1305457841.cnf -seed 573570732 -budget 2400

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

MD5SUM BENCH= c3607b4797e262c1da0dfb143eedc361
RANDOM SEED=573570732

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      21899364 kB
Buffers:        110440 kB
Cached:        1345288 kB
SwapCached:      12356 kB
Active:        9923012 kB
Inactive:       896964 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      21899364 kB
SwapTotal:    67111528 kB
SwapFree:     65730864 kB
Dirty:          127776 kB
Writeback:           0 kB
AnonPages:     9362648 kB
Mapped:          22964 kB
Slab:           115952 kB
PageTables:      47504 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 84989088 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= 73044 MiB
End job on node116 at 2011-05-15 13:16:29