Trace number 3484591

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, 1200 s timeout)? 1200 1199.07

General information on the benchmark

Namerandom/medium/
unif-k7-r89-v70-c6230-S560963242-048.UNKNOWN.cnf
MD5SUM3be09135963d2d9a560d20860022864d
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables70
Number of clauses6230
Sum of the clauses size43610
Maximum clause length7
Minimum clause length7
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 56230

Solver Data

0.33/0.70	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.33/0.70	c INFO: solving HOME/instance-3484591-1307758324.cnf
0.33/0.70	c INFO: computing task features
0.33/0.74	c INFO: computed variable-clause graph statistics
0.33/0.74	c INFO: computed clause balance statistics
0.54/0.96	c INFO: computed variable balance statistics
0.64/1.05	c INFO: computed small-clause counts
0.64/1.05	c INFO: computed Horn-clause counts
0.64/1.06	c INFO: computed variable graph statistics
0.64/1.06	c INFO: collected features for HOME/instance-3484591-1307758324.cnf in 0.36 s
0.64/1.07	c INFO: running gnovelty+2@0 for 97 with 1199 remaining (b = 0.52)
99.83/100.18	c INFO: running gnovelty+2@0 for 97 with 1100 remaining (b = 0.10)
200.14/200.31	c INFO: running adaptg2wsat2009++@0 for 97 with 1000 remaining (b = 0.05)
300.32/300.43	c INFO: running adaptg2wsat2009++@0 for 97 with 900 remaining (b = 0.04)
400.46/400.54	c INFO: running adaptg2wsat2009++@0 for 97 with 800 remaining (b = 0.03)
500.59/500.67	c INFO: running gnovelty+2@0 for 97 with 700 remaining (b = 0.02)
600.89/600.80	c INFO: running FH@0 for 97 with 600 remaining (b = 0.02)
701.02/700.94	c INFO: running march_hi@0 for 388 with 500 remaining (b = 0.07)
1092.23/1091.63	c INFO: running march_hi@390 for 109 with 109 remaining (b = 0.03)
1199.77/1199.05	s UNKNOWN

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: UNKNOWN

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 988)

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-3484591-1307758324/watcher-3484591-1307758324 -o /tmp/evaluation-result-3484591-1307758324/solver-3484591-1307758324 -C 1200 -W 1300 -M 7680 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3484591-1307758324.cnf -seed 1995693874 -budget 1200 

running on 2 cores: 0,2

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 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: 1.97 3.38 3.74 2/171 26882
/proc/meminfo: memFree=31792976/32950928 swapFree=67055428/67111528
[pid=26882] ppid=26880 vsize=15080 CPUtime=0 cores=0,2
/proc/26882/stat : 26882 (python) S 26880 26882 18188 0 -1 4202496 650 0 0 0 0 0 0 0 22 0 1 0 887429521 15441920 545 33554432000 4194304 5683644 140733424834224 18446744073709551615 239476692992 0 2147483391 16781312 2 18446744071699207358 0 0 17 0 0 0 0
/proc/26882/statm: 3770 545 312 364 0 257 0

[startup+0.0981511 s]
/proc/loadavg: 1.97 3.38 3.74 2/171 26882
/proc/meminfo: memFree=31792976/32950928 swapFree=67055428/67111528
[pid=26882] ppid=26880 vsize=54540 CPUtime=0.06 cores=0,2
/proc/26882/stat : 26882 (python) S 26880 26882 18188 0 -1 4202496 2080 0 0 0 5 1 0 0 17 0 1 0 887429521 55848960 1835 33554432000 4194304 5683644 140733424834224 18446744073709551615 239476692992 0 2147483391 16781312 2 18446744071699207358 0 0 17 0 0 0 0
/proc/26882/statm: 13635 1835 492 364 0 1285 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 54540

[startup+0.10113 s]
/proc/loadavg: 1.97 3.38 3.74 2/171 26882
/proc/meminfo: memFree=31792976/32950928 swapFree=67055428/67111528
[pid=26882] ppid=26880 vsize=84528 CPUtime=0.06 cores=0,2
/proc/26882/stat : 26882 (python) R 26880 26882 18188 0 -1 4202496 2251 0 0 0 5 1 0 0 17 0 1 0 887429521 86556672 1998 33554432000 4194304 5683644 140733424834224 18446744073709551615 239471726082 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/26882/statm: 21132 1998 617 364 0 1336 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 84528

[startup+0.30112 s]
/proc/loadavg: 1.97 3.38 3.74 2/171 26882
/proc/meminfo: memFree=31792976/32950928 swapFree=67055428/67111528
[pid=26882] ppid=26880 vsize=135752 CPUtime=0.16 cores=0,2
/proc/26882/stat : 26882 (python) S 26880 26882 18188 0 -1 4202496 5972 934 1 0 13 3 0 0 17 0 1 0 887429521 139010048 4149 33554432000 4194304 5683644 140733424834224 18446744073709551615 239476690949 0 2147483391 16781312 2 18446744071699207358 0 0 17 2 0 0 0
/proc/26882/statm: 33938 4149 1032 364 0 3124 0
Current children cumulated CPU time (s) 0.16
Current children cumulated vsize (KiB) 135752

[startup+0.700988 s]
/proc/loadavg: 1.97 3.38 3.74 2/171 26882
/proc/meminfo: memFree=31792976/32950928 swapFree=67055428/67111528
[pid=26882] ppid=26880 vsize=278124 CPUtime=0.33 cores=0,2
/proc/26882/stat : 26882 (python) R 26880 26882 18188 0 -1 4202496 9098 934 1 0 27 6 0 0 16 0 1 0 887429521 284798976 6803 33554432000 4194304 5683644 140733424834224 18446744073709551615 4420852 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/26882/statm: 69531 6803 1744 364 0 5455 0
Current children cumulated CPU time (s) 0.33
Current children cumulated vsize (KiB) 278124

[startup+1.50089 s]
/proc/loadavg: 1.97 3.38 3.74 2/172 26887
/proc/meminfo: memFree=31769308/32950928 swapFree=67055428/67111528
[pid=26882] ppid=26880 vsize=290120 CPUtime=0.71 cores=0,2
/proc/26882/stat : 26882 (python) S 26880 26882 18188 0 -1 4202496 10075 934 1 0 64 7 0 0 17 0 2 0 887429521 297082880 7400 33554432000 4194304 5683644 140733424834224 18446744073709551615 239488521675 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/26882/statm: 72530 7400 1869 364 0 8448 0
Current children cumulated CPU time (s) 0.71
Current children cumulated vsize (KiB) 290120

[startup+3.10055 s]
/proc/loadavg: 1.90 3.34 3.73 2/175 26890
/proc/meminfo: memFree=31766680/32950928 swapFree=67055428/67111528
[pid=26882] ppid=26880 vsize=290120 CPUtime=0.71 cores=0,2
/proc/26882/stat : 26882 (python) S 26880 26882 18188 0 -1 4202496 10075 934 1 0 64 7 0 0 17 0 2 0 887429521 297082880 7400 33554432000 4194304 5683644 140733424834224 18446744073709551615 239488521675 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/26882/statm: 72530 7400 1869 364 0 8448 0
[pid=26888] ppid=26882 vsize=279876 CPUtime=0 cores=0,2
/proc/26888/stat : 26888 (python) S 26882 26882 18188 0 -1 4202560 733 0 0 0 0 0 0 0 18 0 1 0 887429629 286593024 5881 33554432000 4194304 5683644 140733424834224 18446744073709551615 239476715023 0 0 16781312 514 4400370333224239364 0 0 17 2 0 0 0
/proc/26888/statm: 69969 5881 354 364 0 5887 0
[pid=26890] ppid=26888 vsize=1018076 CPUtime=2.02 cores=0,2
/proc/26890/stat : 26890 (gnovelty+2) R 26888 26890 26890 0 -1 4202496 529 0 0 0 202 0 0 0 25 0 1 0 887429629 1042509824 266 33554432000 134512640 135663704 4287282304 18446744073709551615 134525255 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/26890/statm: 254519 266 113 282 0 254235 0
[pid=26882/tid=26889] ppid=26880 vsize=290120 CPUtime=0 cores=0,2
/proc/26882/task/26889/stat : 26889 (python) S 26880 26882 18188 0 -1 4202560 30 934 0 0 0 0 0 0 18 0 2 0 887429629 297082880 7400 33554432000 4194304 5683644 140733424834224 18446744073709551615 239488518577 0 0 16781312 2 18446604453919193024 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.73
Current children cumulated vsize (KiB) 1588072

[startup+6.30096 s]
/proc/loadavg: 1.90 3.34 3.73 2/175 26890
/proc/meminfo: memFree=31766808/32950928 swapFree=67055428/67111528
[pid=26882] ppid=26880 vsize=290120 CPUtime=0.71 cores=0,2
/proc/26882/stat : 26882 (python) S 26880 26882 18188 0 -1 4202496 10075 934 1 0 64 7 0 0 17 0 2 0 887429521 297082880 7400 33554432000 4194304 5683644 140733424834224 18446744073709551615 239488521675 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/26882/statm: 72530 7400 1869 364 0 8448 0
[pid=26888] ppid=26882 vsize=279876 CPUtime=0 cores=0,2
/proc/26888/stat : 26888 (python) S 26882 26882 18188 0 -1 4202560 870 0 0 0 0 0 0 0 18 0 1 0 887429629 286593024 5904 33554432000 4194304 5683644 140733424834224 18446744073709551615 239476715023 0 0 16781312 514 4400370333224239364 0 0 17 2 0 0 0
/proc/26888/statm: 69969 5904 377 364 0 5887 0
[pid=26890] ppid=26888 vsize=1018076 CPUtime=5.22 cores=0,2
/proc/26890/stat : 26890 (gnovelty+2) R 26888 26890 26890 0 -1 4202496 529 0 0 0 522 0 0 0 25 0 1 0 887429629 1042509824 266 33554432000 134512640 135663704 4287282304 18446744073709551615 134524509 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/26890/statm: 254519 266 113 282 0 254235 0
[pid=26882/tid=26889] ppid=26880 vsize=290120 CPUtime=0 cores=0,2
/proc/26882/task/26889/stat : 26889 (python) S 26880 26882 18188 0 -1 4202560 30 934 0 0 0 0 0 0 18 0 2 0 887429629 297082880 7400 33554432000 4194304 5683644 140733424834224 18446744073709551615 239488518577 0 0 16781312 2 18446604453919193024 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 5.93
Current children cumulated vsize (KiB) 1588072

[startup+12.7008 s]
/proc/loadavg: 1.76 3.27 3.70 2/175 26891
/proc/meminfo: memFree=31767280/32950928 swapFree=67055428/67111528
[pid=26882] ppid=26880 vsize=290120 CPUtime=0.71 cores=0,2
/proc/26882/stat : 26882 (python) S 26880 26882 18188 0 -1 4202496 10075 934 1 0 64 7 0 0 17 0 2 0 887429521 297082880 7400 33554432000 4194304 5683644 140733424834224 18446744073709551615 239488521675 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/26882/statm: 72530 7400 1869 364 0 8448 0
[pid=26888] ppid=26882 vsize=279876 CPUtime=0 cores=0,2
/proc/26888/stat : 26888 (python) S 26882 26882 18188 0 -1 4202560 875 0 0 0 0 0 0 0 18 0 1 0 887429629 286593024 5904 33554432000 4194304 5683644 140733424834224 18446744073709551615 239476715023 0 0 16781312 514 7519938254359986436 0 0 17 2 0 0 0
/proc/26888/statm: 69969 5904 377 364 0 5887 0
[pid=26890] ppid=26888 vsize=1018076 CPUtime=11.62 cores=0,2
/proc/26890/stat : 26890 (gnovelty+2) R 26888 26890 26890 0 -1 4202496 529 0 0 0 1162 0 0 0 25 0 1 0 887429629 1042509824 266 33554432000 134512640 135663704 4287282304 18446744073709551615 134525260 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/26890/statm: 254519 266 113 282 0 254235 0
[pid=26882/tid=26889] ppid=26880 vsize=290120 CPUtime=0 cores=0,2
/proc/26882/task/26889/stat : 26889 (python) S 26880 26882 18188 0 -1 4202560 30 934 0 0 0 0 0 0 18 0 2 0 887429629 297082880 7400 33554432000 4194304 5683644 140733424834224 18446744073709551615 239488518577 0 0 16781312 2 18446604453919193024 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 12.33
Current children cumulated vsize (KiB) 1588072

[startup+25.5003 s]
/proc/loadavg: 1.64 3.19 3.67 2/175 26891
/proc/meminfo: memFree=31767536/32950928 swapFree=67055428/67111528
[pid=26882] ppid=26880 vsize=290120 CPUtime=0.71 cores=0,2
/proc/26882/stat : 26882 (python) S 26880 26882 18188 0 -1 4202496 10075 934 1 0 64 7 0 0 17 0 2 0 887429521 297082880 7400 33554432000 4194304 5683644 140733424834224 18446744073709551615 239488521675 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/26882/statm: 72530 7400 1869 364 0 8448 0
[pid=26888] ppid=26882 vsize=279876 CPUtime=0.02 cores=0,2
/proc/26888/stat : 26888 (python) S 26882 26882 18188 0 -1 4202560 882 0 0 0 1 1 0 0 18 0 1 0 887429629 286593024 5904 33554432000 4194304 5683644 140733424834224 18446744073709551615 239476715023 0 0 16781312 514 7519938254359986436 0 0 17 2 0 0 0
/proc/26888/statm: 69969 5904 377 364 0 5887 0
[pid=26890] ppid=26888 vsize=1018076 CPUtime=24.42 cores=0,2
/proc/26890/stat : 26890 (gnovelty+2) R 26888 26890 26890 0 -1 4202496 529 0 0 0 2442 0 0 0 25 0 1 0 887429629 1042509824 266 33554432000 134512640 135663704 4287282304 18446744073709551615 134525286 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/26890/statm: 254519 266 113 282 0 254235 0
[pid=26882/tid=26889] ppid=26880 vsize=290120 CPUtime=0 cores=0,2
/proc/26882/task/26889/stat : 26889 (python) S 26880 26882 18188 0 -1 4202560 30 934 0 0 0 0 0 0 18 0 2 0 887429629 297082880 7400 33554432000 4194304 5683644 140733424834224 18446744073709551615 239488518577 0 0 16781312 2 18446604453919193024 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 25.15
Current children cumulated vsize (KiB) 1588072

[startup+51.1004 s]
/proc/loadavg: 1.42 3.01 3.60 2/175 26892
/proc/meminfo: memFree=31767468/32950928 swapFree=67055428/67111528
[pid=26882] ppid=26880 vsize=290120 CPUtime=0.71 cores=0,2
/proc/26882/stat : 26882 (python) S 26880 26882 18188 0 -1 4202496 10075 934 1 0 64 7 0 0 17 0 2 0 887429521 297082880 7400 33554432000 4194304 5683644 140733424834224 18446744073709551615 239488521675 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/26882/statm: 72530 7400 1869 364 0 8448 0
[pid=26888] ppid=26882 vsize=279876 CPUtime=0.04 cores=0,2
/proc/26888/stat : 26888 (python) S 26882 26882 18188 0 -1 4202560 893 0 0 0 2 2 0 0 18 0 1 0 887429629 286593024 5904 33554432000 4194304 5683644 140733424834224 18446744073709551615 239476715023 0 0 16781312 514 7519938254359986436 0 0 17 2 0 0 0
/proc/26888/statm: 69969 5904 377 364 0 5887 0
[pid=26890] ppid=26888 vsize=1018076 CPUtime=50.02 cores=0,2
/proc/26890/stat : 26890 (gnovelty+2) R 26888 26890 26890 0 -1 4202496 529 0 0 0 5002 0 0 0 25 0 1 0 887429629 1042509824 266 33554432000 134512640 135663704 4287282304 18446744073709551615 134525243 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/26890/statm: 254519 266 113 282 0 254235 0
[pid=26882/tid=26889] ppid=26880 vsize=290120 CPUtime=0 cores=0,2
/proc/26882/task/26889/stat : 26889 (python) S 26880 26882 18188 0 -1 4202560 30 934 0 0 0 0 0 0 18 0 2 0 887429629 297082880 7400 33554432000 4194304 5683644 140733424834224 18446744073709551615 239488518577 0 0 16781312 2 18446604453919193024 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 50.77
Current children cumulated vsize (KiB) 1588072

[startup+102.306 s]
/proc/loadavg: 1.17 2.67 3.45 2/179 26897
/proc/meminfo: memFree=31763324/32950928 swapFree=67055428/67111528
[pid=26882] ppid=26880 vsize=300376 CPUtime=0.72 cores=0,2
/proc/26882/stat : 26882 (python) S 26880 26882 18188 0 -1 4202496 10954 934 1 0 65 7 0 0 20 0 3 0 887429521 307585024 7415 33554432000 4194304 5683644 140733424834224 18446744073709551615 239488521675 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/26882/statm: 75094 7415 1880 364 0 11009 0
[pid=26888] ppid=26882 vsize=290120 CPUtime=0.1 cores=0,2
/proc/26888/stat : 26888 (python) S 26882 26882 18188 0 -1 4202560 1149 0 0 0 5 5 0 0 19 0 2 0 887429629 297082880 5948 33554432000 4194304 5683644 140733424834224 18446744073709551615 239488521675 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/26888/statm: 72530 5948 416 364 0 8448 0
[pid=26890] ppid=26888 vsize=1018076 CPUtime=99.1 cores=0,2
/proc/26890/stat : 26890 (gnovelty+2) T 26888 26890 26890 0 -1 4202496 529 0 0 0 9910 0 0 0 25 0 1 0 887429629 1042509824 266 33554432000 134512640 135663704 4287282304 18446744073709551615 134524509 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/26890/statm: 254519 266 113 282 0 254235 0
[pid=26888/tid=26894] ppid=26882 vsize=290120 CPUtime=0 cores=0,2
/proc/26888/task/26894/stat : 26894 (python) S 26882 26882 18188 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 887439539 297082880 5948 33554432000 4194304 5683644 140733424834224 18446744073709551615 239488518577 0 0 16781312 514 18446604453937234304 0 0 -1 2 0 0 0
[pid=26895] ppid=26882 vsize=290132 CPUtime=0 cores=0,2
/proc/26895/stat : 26895 (python) S 26882 26882 18188 0 -1 4202560 739 0 0 0 0 0 0 0 18 0 1 0 887439540 297095168 5879 33554432000 4194304 5683644 140733424834224 18446744073709551615 239476715078 0 0 16781312 514 4164617722920927492 0 0 17 2 0 0 0
/proc/26895/statm: 72533 5879 348 364 0 8448 0
[pid=26897] ppid=26895 vsize=1018076 CPUtime=2.11 cores=0,2
/proc/26897/stat : 26897 (gnovelty+2) R 26895 26897 26897 0 -1 4202496 530 0 0 0 211 0 0 0 25 0 1 0 887439540 1042509824 267 33554432000 134512640 135663704 4287987120 18446744073709551615 134524821 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/26897/statm: 254519 267 113 282 0 254235 0
[pid=26882/tid=26889] ppid=26880 vsize=300376 CPUtime=0 cores=0,2
/proc/26882/task/26889/stat : 26889 (python) S 26880 26882 18188 0 -1 4202560 30 934 0 0 0 0 0 0 18 0 3 0 887429629 307585024 7415 33554432000 4194304 5683644 140733424834224 18446744073709551615 239488518577 0 0 16781312 2 18446604453919193024 0 0 -1 0 0 0 0
[pid=26882/tid=26896] ppid=26880 vsize=300376 CPUtime=0 cores=0,2
/proc/26882/task/26896/stat : 26896 (python) S 26880 26882 18188 0 -1 4202560 32 934 0 0 0 0 0 0 20 0 3 0 887439540 307585024 7415 33554432000 4194304 5683644 140733424834224 18446744073709551615 239488518577 0 0 16781312 2 18446604453919193024 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 102.03
Current children cumulated vsize (KiB) 2916780

[startup+162.301 s]
/proc/loadavg: 1.06 2.37 3.29 2/179 26899
/proc/meminfo: memFree=31762428/32950928 swapFree=67055428/67111528
[pid=26882] ppid=26880 vsize=300376 CPUtime=0.72 cores=0,2
/proc/26882/stat : 26882 (python) S 26880 26882 18188 0 -1 4202496 10954 934 1 0 65 7 0 0 20 0 3 0 887429521 307585024 7415 33554432000 4194304 5683644 140733424834224 18446744073709551615 239488521675 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/26882/statm: 75094 7415 1880 364 0 11009 0
[pid=26888] ppid=26882 vsize=290120 CPUtime=0.1 cores=0,2
/proc/26888/stat : 26888 (python) S 26882 26882 18188 0 -1 4202560 1149 0 0 0 5 5 0 0 19 0 2 0 887429629 297082880 5948 33554432000 4194304 5683644 140733424834224 18446744073709551615 239488521675 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/26888/statm: 72530 5948 416 364 0 8448 0
[pid=26890] ppid=26888 vsize=1018076 CPUtime=99.1 cores=0,2
/proc/26890/stat : 26890 (gnovelty+2) T 26888 26890 26890 0 -1 4202496 529 0 0 0 9910 0 0 0 25 0 1 0 887429629 1042509824 266 33554432000 134512640 135663704 4287282304 18446744073709551615 134524509 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/26890/statm: 254519 266 113 282 0 254235 0
[pid=26888/tid=26894] ppid=26882 vsize=290120 CPUtime=0 cores=0,2
/proc/26888/task/26894/stat : 26894 (python) S 26882 26882 18188 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 887439539 297082880 5948 33554432000 4194304 5683644 140733424834224 18446744073709551615 239488518577 0 0 16781312 514 18446604453937234304 0 0 -1 2 0 0 0
[pid=26895] ppid=26882 vsize=290132 CPUtime=0.06 cores=0,2

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

/proc/26888/stat : 26888 (python) S 26882 26882 18188 0 -1 4202560 1149 0 0 0 5 5 0 0 19 0 2 0 887429629 297082880 5948 33554432000 4194304 5683644 140733424834224 18446744073709551615 239488521675 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/26888/statm: 72530 5948 416 364 0 8448 0
[pid=26890] ppid=26888 vsize=1018076 CPUtime=99.1 cores=0,2
/proc/26890/stat : 26890 (gnovelty+2) T 26888 26890 26890 0 -1 4202496 529 0 0 0 9910 0 0 0 25 0 1 0 887429629 1042509824 266 33554432000 134512640 135663704 4287282304 18446744073709551615 134524509 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/26890/statm: 254519 266 113 282 0 254235 0
[pid=26888/tid=26894] ppid=26882 vsize=290120 CPUtime=0 cores=0,2
/proc/26888/task/26894/stat : 26894 (python) S 26882 26882 18188 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 887439539 297082880 5948 33554432000 4194304 5683644 140733424834224 18446744073709551615 239488518577 0 0 16781312 514 18446604453937234304 0 0 -1 2 0 0 0
[pid=26895] ppid=26882 vsize=290132 CPUtime=0.11 cores=0,2
/proc/26895/stat : 26895 (python) S 26882 26882 18188 0 -1 4202560 1079 0 0 0 5 6 0 0 19 0 2 0 887439540 297095168 5932 33554432000 4194304 5683644 140733424834224 18446744073709551615 239488521675 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/26895/statm: 72533 5932 400 364 0 8448 0
[pid=26897] ppid=26895 vsize=1018076 CPUtime=100.11 cores=0,2
/proc/26897/stat : 26897 (gnovelty+2) T 26895 26897 26897 0 -1 4202496 530 0 0 0 10011 0 0 0 25 0 1 0 887439540 1042509824 267 33554432000 134512640 135663704 4287987120 18446744073709551615 134525258 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/26897/statm: 254519 267 113 282 0 254235 0
[pid=26895/tid=26901] ppid=26882 vsize=290132 CPUtime=0 cores=0,2
/proc/26895/task/26901/stat : 26901 (python) S 26882 26882 18188 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 887449552 297095168 5932 33554432000 4194304 5683644 140733424834224 18446744073709551615 239488518577 0 0 16781312 514 18446604453882343872 0 0 -1 2 0 0 0
[pid=26902] ppid=26882 vsize=300388 CPUtime=0.11 cores=0,2
/proc/26902/stat : 26902 (python) S 26882 26882 18188 0 -1 4202560 1075 0 0 0 6 5 0 0 19 0 2 0 887449553 307597312 5936 33554432000 4194304 5683644 140733424834224 18446744073709551615 239488521675 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/26902/statm: 75097 5936 400 364 0 11009 0
[pid=26904] ppid=26902 vsize=416920 CPUtime=100.1 cores=0,2
/proc/26904/stat : 26904 (adaptg2wsat2009) T 26902 26904 26904 0 -1 4202496 672 0 0 0 10010 0 0 0 25 0 1 0 887449553 426926080 406 33554432000 134512640 135107411 4290121344 18446744073709551615 134531246 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/26904/statm: 104230 406 59 146 0 103106 0
[pid=26902/tid=26907] ppid=26882 vsize=300388 CPUtime=0 cores=0,2
/proc/26902/task/26907/stat : 26907 (python) S 26882 26882 18188 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 887459563 307597312 5936 33554432000 4194304 5683644 140733424834224 18446744073709551615 239488518577 0 0 16781312 514 18446604453891580096 0 0 -1 2 0 0 0
[pid=26908] ppid=26882 vsize=310644 CPUtime=0.11 cores=0,2
/proc/26908/stat : 26908 (python) S 26882 26882 18188 0 -1 4202560 1080 0 0 0 7 4 0 0 19 0 2 0 887459564 318099456 5940 33554432000 4194304 5683644 140733424834224 18446744073709551615 239488521675 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/26908/statm: 77661 5940 400 364 0 13570 0
[pid=26910] ppid=26908 vsize=416920 CPUtime=100.02 cores=0,2
/proc/26910/stat : 26910 (adaptg2wsat2009) T 26908 26910 26910 0 -1 4202496 668 0 0 0 10002 0 0 0 25 0 1 0 887459565 426926080 405 33554432000 134512640 135107411 4290963840 18446744073709551615 134532288 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/26910/statm: 104230 405 59 146 0 103106 0
[pid=26908/tid=26914] ppid=26882 vsize=310644 CPUtime=0 cores=0,2
/proc/26908/task/26914/stat : 26914 (python) S 26882 26882 18188 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 887469575 318099456 5940 33554432000 4194304 5683644 140733424834224 18446744073709551615 239488518577 0 0 16781312 514 18446604453945940928 0 0 -1 2 0 0 0
[pid=26915] ppid=26882 vsize=320900 CPUtime=0.12 cores=0,2
/proc/26915/stat : 26915 (python) S 26882 26882 18188 0 -1 4202560 1082 0 0 0 6 6 0 0 19 0 2 0 887469576 328601600 5944 33554432000 4194304 5683644 140733424834224 18446744073709551615 239488521675 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/26915/statm: 80225 5944 400 364 0 16131 0
[pid=26917] ppid=26915 vsize=416920 CPUtime=100.03 cores=0,2
/proc/26917/stat : 26917 (adaptg2wsat2009) T 26915 26917 26917 0 -1 4202496 673 0 0 0 10003 0 0 0 25 0 1 0 887469576 426926080 406 33554432000 134512640 135107411 4292847136 18446744073709551615 134531830 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/26917/statm: 104230 406 59 146 0 103106 0
[pid=26915/tid=26921] ppid=26882 vsize=320900 CPUtime=0 cores=0,2
/proc/26915/task/26921/stat : 26921 (python) S 26882 26882 18188 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 887479588 328601600 5944 33554432000 4194304 5683644 140733424834224 18446744073709551615 239488518577 0 0 16781312 514 18446604453964758080 0 0 -1 2 0 0 0
[pid=26922] ppid=26882 vsize=331156 CPUtime=0.11 cores=0,2
/proc/26922/stat : 26922 (python) S 26882 26882 18188 0 -1 4202560 1081 0 0 0 5 6 0 0 19 0 2 0 887479589 339103744 5948 33554432000 4194304 5683644 140733424834224 18446744073709551615 239488521675 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/26922/statm: 82789 5948 400 364 0 18692 0
[pid=26924] ppid=26922 vsize=1018076 CPUtime=100.11 cores=0,2
/proc/26924/stat : 26924 (gnovelty+2) T 26922 26924 26924 0 -1 4202496 530 0 0 0 10011 0 0 0 25 0 1 0 887479589 1042509824 268 33554432000 134512640 135663704 4289082976 18446744073709551615 134545534 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/26924/statm: 254519 268 113 282 0 254235 0
[pid=26922/tid=26927] ppid=26882 vsize=331156 CPUtime=0 cores=0,2
/proc/26922/task/26927/stat : 26927 (python) S 26882 26882 18188 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 887489601 339103744 5948 33554432000 4194304 5683644 140733424834224 18446744073709551615 239488518577 0 0 16781312 514 18446604453932676096 0 0 -1 2 0 0 0
[pid=26928] ppid=26882 vsize=341412 CPUtime=0.13 cores=0,2
/proc/26928/stat : 26928 (python) S 26882 26882 18188 0 -1 4202560 1090 0 0 0 6 7 0 0 19 0 2 0 887489602 349605888 5952 33554432000 4194304 5683644 140733424834224 18446744073709551615 239488521675 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/26928/statm: 85353 5952 400 364 0 21253 0
[pid=26930] ppid=26928 vsize=247064 CPUtime=100.03 cores=0,2
/proc/26930/stat : 26930 (FH) T 26928 26930 26930 0 -1 4202496 629 0 0 0 10003 0 0 0 25 0 1 0 887489602 252993536 365 33554432000 134512640 134936988 4287930864 18446744073709551615 134554229 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/26930/statm: 61766 365 41 104 0 61270 0
[pid=26928/tid=26934] ppid=26882 vsize=341412 CPUtime=0 cores=0,2
/proc/26928/task/26934/stat : 26934 (python) S 26882 26882 18188 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 887499614 349605888 5952 33554432000 4194304 5683644 140733424834224 18446744073709551615 239488518577 0 0 16781312 514 18446604453942803264 0 0 -1 2 0 0 0
[pid=26935] ppid=26882 vsize=351668 CPUtime=0.62 cores=0,2
/proc/26935/stat : 26935 (python) S 26882 26882 18188 0 -1 4202560 1185 0 0 0 34 28 0 0 15 0 2 0 887499615 360108032 5962 33554432000 4194304 5683644 140733424834224 18446744073709551615 239476715078 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/26935/statm: 87917 5962 406 364 0 23814 0
[pid=26937] ppid=26935 vsize=62608 CPUtime=497.97 cores=0,2
/proc/26937/stat : 26937 (march_hi) R 26935 26937 26937 0 -1 4202496 12543 0 0 0 49793 4 0 0 25 0 1 0 887499616 64110592 11394 33554432000 4194304 4955518 140733356384352 18446744073709551615 4297483 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/26937/statm: 15652 11394 106 186 0 15465 0
[pid=26935/tid=26948] ppid=26882 vsize=351668 CPUtime=0 cores=0,2
/proc/26935/task/26948/stat : 26948 (python) S 26882 26882 18188 0 -1 4202560 42 0 0 0 0 0 0 0 16 0 2 0 887538684 360108032 5962 33554432000 4194304 5683644 140733424834224 18446744073709551615 239488518577 0 0 16781312 514 18446604453928825152 0 0 -1 2 0 0 0
[pid=26882/tid=26889] ppid=26880 vsize=361912 CPUtime=0 cores=0,2
/proc/26882/task/26889/stat : 26889 (python) S 26880 26882 18188 0 -1 4202560 30 934 0 0 0 0 0 0 18 0 9 0 887429629 370597888 7451 33554432000 4194304 5683644 140733424834224 18446744073709551615 239488518577 0 0 16781312 2 18446604453919193024 0 0 -1 0 0 0 0
[pid=26882/tid=26896] ppid=26880 vsize=361912 CPUtime=0 cores=0,2
/proc/26882/task/26896/stat : 26896 (python) S 26880 26882 18188 0 -1 4202560 32 934 0 0 0 0 0 0 20 0 9 0 887439540 370597888 7451 33554432000 4194304 5683644 140733424834224 18446744073709551615 239488518577 0 0 16781312 2 18446604453919193024 0 0 -1 0 0 0 0
[pid=26882/tid=26903] ppid=26880 vsize=361912 CPUtime=0 cores=0,2
/proc/26882/task/26903/stat : 26903 (python) S 26880 26882 18188 0 -1 4202560 28 934 0 0 0 0 0 0 20 0 9 0 887449553 370597888 7451 33554432000 4194304 5683644 140733424834224 18446744073709551615 239488518577 0 0 16781312 2 18446604453919193024 0 0 -1 0 0 0 0
[pid=26882/tid=26909] ppid=26880 vsize=361912 CPUtime=0 cores=0,2
/proc/26882/task/26909/stat : 26909 (python) S 26880 26882 18188 0 -1 4202560 25 934 0 0 0 0 0 0 20 0 9 0 887459564 370597888 7451 33554432000 4194304 5683644 140733424834224 18446744073709551615 239488518577 0 0 16781312 2 18446604453919193024 0 0 -1 0 0 0 0
[pid=26882/tid=26916] ppid=26880 vsize=361912 CPUtime=0 cores=0,2
/proc/26882/task/26916/stat : 26916 (python) S 26880 26882 18188 0 -1 4202560 27 934 0 0 0 0 0 0 20 0 9 0 887469576 370597888 7451 33554432000 4194304 5683644 140733424834224 18446744073709551615 239488518577 0 0 16781312 2 18446604453919193024 0 0 -1 0 0 0 0
[pid=26882/tid=26923] ppid=26880 vsize=361912 CPUtime=0 cores=0,2
/proc/26882/task/26923/stat : 26923 (python) S 26880 26882 18188 0 -1 4202560 24 934 0 0 0 0 0 0 20 0 9 0 887479589 370597888 7451 33554432000 4194304 5683644 140733424834224 18446744073709551615 239488518577 0 0 16781312 2 18446604453919193024 0 0 -1 2 0 0 0
[pid=26882/tid=26929] ppid=26880 vsize=361912 CPUtime=0 cores=0,2
/proc/26882/task/26929/stat : 26929 (python) S 26880 26882 18188 0 -1 4202560 27 934 0 0 0 0 0 0 20 0 9 0 887489602 370597888 7451 33554432000 4194304 5683644 140733424834224 18446744073709551615 239488518577 0 0 16781312 2 18446604453919193024 0 0 -1 0 0 0 0
[pid=26882/tid=26936] ppid=26880 vsize=361912 CPUtime=0 cores=0,2
/proc/26882/task/26936/stat : 26936 (python) S 26880 26882 18188 0 -1 4202560 26 934 0 0 0 0 0 0 18 0 9 0 887499615 370597888 7451 33554432000 4194304 5683644 140733424834224 18446744073709551615 239488518577 0 0 16781312 2 18446604453919193024 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1199.67
Current children cumulated vsize (KiB) 7512992

[startup+1199.01 s]
/proc/loadavg: 1.00 1.03 1.72 2/204 26951
/proc/meminfo: memFree=31677820/32950928 swapFree=67055428/67111528
[pid=26882] ppid=26880 vsize=361912 CPUtime=0.79 cores=0,2
/proc/26882/stat : 26882 (python) S 26880 26882 18188 0 -1 4202496 16797 934 1 0 70 9 0 0 18 0 9 0 887429521 370597888 7451 33554432000 4194304 5683644 140733424834224 18446744073709551615 239488521675 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/26882/statm: 90478 7451 1892 364 0 26375 0
[pid=26888] ppid=26882 vsize=290120 CPUtime=0.1 cores=0,2
/proc/26888/stat : 26888 (python) S 26882 26882 18188 0 -1 4202560 1149 0 0 0 5 5 0 0 19 0 2 0 887429629 297082880 5948 33554432000 4194304 5683644 140733424834224 18446744073709551615 239488521675 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/26888/statm: 72530 5948 416 364 0 8448 0
[pid=26890] ppid=26888 vsize=1018076 CPUtime=99.1 cores=0,2
/proc/26890/stat : 26890 (gnovelty+2) T 26888 26890 26890 0 -1 4202496 529 0 0 0 9910 0 0 0 25 0 1 0 887429629 1042509824 266 33554432000 134512640 135663704 4287282304 18446744073709551615 134524509 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/26890/statm: 254519 266 113 282 0 254235 0
[pid=26888/tid=26894] ppid=26882 vsize=290120 CPUtime=0 cores=0,2
/proc/26888/task/26894/stat : 26894 (python) S 26882 26882 18188 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 887439539 297082880 5948 33554432000 4194304 5683644 140733424834224 18446744073709551615 239488518577 0 0 16781312 514 18446604453937234304 0 0 -1 2 0 0 0
[pid=26895] ppid=26882 vsize=290132 CPUtime=0.11 cores=0,2
/proc/26895/stat : 26895 (python) S 26882 26882 18188 0 -1 4202560 1079 0 0 0 5 6 0 0 19 0 2 0 887439540 297095168 5932 33554432000 4194304 5683644 140733424834224 18446744073709551615 239488521675 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/26895/statm: 72533 5932 400 364 0 8448 0
[pid=26897] ppid=26895 vsize=1018076 CPUtime=100.11 cores=0,2
/proc/26897/stat : 26897 (gnovelty+2) T 26895 26897 26897 0 -1 4202496 530 0 0 0 10011 0 0 0 25 0 1 0 887439540 1042509824 267 33554432000 134512640 135663704 4287987120 18446744073709551615 134525258 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/26897/statm: 254519 267 113 282 0 254235 0
[pid=26895/tid=26901] ppid=26882 vsize=290132 CPUtime=0 cores=0,2
/proc/26895/task/26901/stat : 26901 (python) S 26882 26882 18188 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 887449552 297095168 5932 33554432000 4194304 5683644 140733424834224 18446744073709551615 239488518577 0 0 16781312 514 18446604453882343872 0 0 -1 2 0 0 0
[pid=26902] ppid=26882 vsize=300388 CPUtime=0.11 cores=0,2
/proc/26902/stat : 26902 (python) S 26882 26882 18188 0 -1 4202560 1075 0 0 0 6 5 0 0 19 0 2 0 887449553 307597312 5936 33554432000 4194304 5683644 140733424834224 18446744073709551615 239488521675 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/26902/statm: 75097 5936 400 364 0 11009 0
[pid=26904] ppid=26902 vsize=416920 CPUtime=100.1 cores=0,2
/proc/26904/stat : 26904 (adaptg2wsat2009) T 26902 26904 26904 0 -1 4202496 672 0 0 0 10010 0 0 0 25 0 1 0 887449553 426926080 406 33554432000 134512640 135107411 4290121344 18446744073709551615 134531246 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/26904/statm: 104230 406 59 146 0 103106 0
[pid=26902/tid=26907] ppid=26882 vsize=300388 CPUtime=0 cores=0,2
/proc/26902/task/26907/stat : 26907 (python) S 26882 26882 18188 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 887459563 307597312 5936 33554432000 4194304 5683644 140733424834224 18446744073709551615 239488518577 0 0 16781312 514 18446604453891580096 0 0 -1 2 0 0 0
[pid=26908] ppid=26882 vsize=310644 CPUtime=0.11 cores=0,2
/proc/26908/stat : 26908 (python) S 26882 26882 18188 0 -1 4202560 1080 0 0 0 7 4 0 0 19 0 2 0 887459564 318099456 5940 33554432000 4194304 5683644 140733424834224 18446744073709551615 239488521675 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/26908/statm: 77661 5940 400 364 0 13570 0
[pid=26910] ppid=26908 vsize=416920 CPUtime=100.02 cores=0,2
/proc/26910/stat : 26910 (adaptg2wsat2009) T 26908 26910 26910 0 -1 4202496 668 0 0 0 10002 0 0 0 25 0 1 0 887459565 426926080 405 33554432000 134512640 135107411 4290963840 18446744073709551615 134532288 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/26910/statm: 104230 405 59 146 0 103106 0
[pid=26908/tid=26914] ppid=26882 vsize=310644 CPUtime=0 cores=0,2
/proc/26908/task/26914/stat : 26914 (python) S 26882 26882 18188 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 887469575 318099456 5940 33554432000 4194304 5683644 140733424834224 18446744073709551615 239488518577 0 0 16781312 514 18446604453945940928 0 0 -1 2 0 0 0
[pid=26915] ppid=26882 vsize=320900 CPUtime=0.12 cores=0,2
/proc/26915/stat : 26915 (python) S 26882 26882 18188 0 -1 4202560 1082 0 0 0 6 6 0 0 19 0 2 0 887469576 328601600 5944 33554432000 4194304 5683644 140733424834224 18446744073709551615 239488521675 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/26915/statm: 80225 5944 400 364 0 16131 0
[pid=26917] ppid=26915 vsize=416920 CPUtime=100.03 cores=0,2
/proc/26917/stat : 26917 (adaptg2wsat2009) T 26915 26917 26917 0 -1 4202496 673 0 0 0 10003 0 0 0 25 0 1 0 887469576 426926080 406 33554432000 134512640 135107411 4292847136 18446744073709551615 134531830 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/26917/statm: 104230 406 59 146 0 103106 0
[pid=26915/tid=26921] ppid=26882 vsize=320900 CPUtime=0 cores=0,2
/proc/26915/task/26921/stat : 26921 (python) S 26882 26882 18188 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 887479588 328601600 5944 33554432000 4194304 5683644 140733424834224 18446744073709551615 239488518577 0 0 16781312 514 18446604453964758080 0 0 -1 2 0 0 0
[pid=26922] ppid=26882 vsize=331156 CPUtime=0.11 cores=0,2
/proc/26922/stat : 26922 (python) S 26882 26882 18188 0 -1 4202560 1081 0 0 0 5 6 0 0 19 0 2 0 887479589 339103744 5948 33554432000 4194304 5683644 140733424834224 18446744073709551615 239488521675 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/26922/statm: 82789 5948 400 364 0 18692 0
[pid=26924] ppid=26922 vsize=1018076 CPUtime=100.11 cores=0,2
/proc/26924/stat : 26924 (gnovelty+2) T 26922 26924 26924 0 -1 4202496 530 0 0 0 10011 0 0 0 25 0 1 0 887479589 1042509824 268 33554432000 134512640 135663704 4289082976 18446744073709551615 134545534 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/26924/statm: 254519 268 113 282 0 254235 0
[pid=26922/tid=26927] ppid=26882 vsize=331156 CPUtime=0 cores=0,2
/proc/26922/task/26927/stat : 26927 (python) S 26882 26882 18188 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 887489601 339103744 5948 33554432000 4194304 5683644 140733424834224 18446744073709551615 239488518577 0 0 16781312 514 18446604453932676096 0 0 -1 2 0 0 0
[pid=26928] ppid=26882 vsize=341412 CPUtime=0.13 cores=0,2
/proc/26928/stat : 26928 (python) S 26882 26882 18188 0 -1 4202560 1090 0 0 0 6 7 0 0 19 0 2 0 887489602 349605888 5952 33554432000 4194304 5683644 140733424834224 18446744073709551615 239488521675 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/26928/statm: 85353 5952 400 364 0 21253 0
[pid=26930] ppid=26928 vsize=247064 CPUtime=100.03 cores=0,2
/proc/26930/stat : 26930 (FH) T 26928 26930 26930 0 -1 4202496 629 0 0 0 10003 0 0 0 25 0 1 0 887489602 252993536 365 33554432000 134512640 134936988 4287930864 18446744073709551615 134554229 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/26930/statm: 61766 365 41 104 0 61270 0
[pid=26928/tid=26934] ppid=26882 vsize=341412 CPUtime=0 cores=0,2
/proc/26928/task/26934/stat : 26934 (python) S 26882 26882 18188 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 887499614 349605888 5952 33554432000 4194304 5683644 140733424834224 18446744073709551615 239488518577 0 0 16781312 514 18446604453942803264 0 0 -1 2 0 0 0
[pid=26935] ppid=26882 vsize=351668 CPUtime=0.62 cores=0,2
/proc/26935/stat : 26935 (python) S 26882 26882 18188 0 -1 4202560 1185 0 0 0 34 28 0 0 15 0 2 0 887499615 360108032 5962 33554432000 4194304 5683644 140733424834224 18446744073709551615 239476715078 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/26935/statm: 87917 5962 406 364 0 23814 0
[pid=26937] ppid=26935 vsize=62608 CPUtime=498.07 cores=0,2
/proc/26937/stat : 26937 (march_hi) R 26935 26937 26937 0 -1 4202496 12545 0 0 0 49803 4 0 0 25 0 1 0 887499616 64110592 11396 33554432000 4194304 4955518 140733356384352 18446744073709551615 4226396 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/26937/statm: 15652 11396 106 186 0 15465 0
[pid=26935/tid=26948] ppid=26882 vsize=351668 CPUtime=0 cores=0,2
/proc/26935/task/26948/stat : 26948 (python) S 26882 26882 18188 0 -1 4202560 42 0 0 0 0 0 0 0 16 0 2 0 887538684 360108032 5962 33554432000 4194304 5683644 140733424834224 18446744073709551615 239488518577 0 0 16781312 514 18446604453928825152 0 0 -1 2 0 0 0
[pid=26882/tid=26889] ppid=26880 vsize=361912 CPUtime=0 cores=0,2
/proc/26882/task/26889/stat : 26889 (python) S 26880 26882 18188 0 -1 4202560 30 934 0 0 0 0 0 0 18 0 9 0 887429629 370597888 7451 33554432000 4194304 5683644 140733424834224 18446744073709551615 239488518577 0 0 16781312 2 18446604453919193024 0 0 -1 0 0 0 0
[pid=26882/tid=26896] ppid=26880 vsize=361912 CPUtime=0 cores=0,2
/proc/26882/task/26896/stat : 26896 (python) S 26880 26882 18188 0 -1 4202560 32 934 0 0 0 0 0 0 20 0 9 0 887439540 370597888 7451 33554432000 4194304 5683644 140733424834224 18446744073709551615 239488518577 0 0 16781312 2 18446604453919193024 0 0 -1 0 0 0 0
[pid=26882/tid=26903] ppid=26880 vsize=361912 CPUtime=0 cores=0,2
/proc/26882/task/26903/stat : 26903 (python) S 26880 26882 18188 0 -1 4202560 28 934 0 0 0 0 0 0 20 0 9 0 887449553 370597888 7451 33554432000 4194304 5683644 140733424834224 18446744073709551615 239488518577 0 0 16781312 2 18446604453919193024 0 0 -1 0 0 0 0
[pid=26882/tid=26909] ppid=26880 vsize=361912 CPUtime=0 cores=0,2
/proc/26882/task/26909/stat : 26909 (python) S 26880 26882 18188 0 -1 4202560 25 934 0 0 0 0 0 0 20 0 9 0 887459564 370597888 7451 33554432000 4194304 5683644 140733424834224 18446744073709551615 239488518577 0 0 16781312 2 18446604453919193024 0 0 -1 0 0 0 0
[pid=26882/tid=26916] ppid=26880 vsize=361912 CPUtime=0 cores=0,2
/proc/26882/task/26916/stat : 26916 (python) S 26880 26882 18188 0 -1 4202560 27 934 0 0 0 0 0 0 20 0 9 0 887469576 370597888 7451 33554432000 4194304 5683644 140733424834224 18446744073709551615 239488518577 0 0 16781312 2 18446604453919193024 0 0 -1 0 0 0 0
[pid=26882/tid=26923] ppid=26880 vsize=361912 CPUtime=0 cores=0,2
/proc/26882/task/26923/stat : 26923 (python) S 26880 26882 18188 0 -1 4202560 24 934 0 0 0 0 0 0 20 0 9 0 887479589 370597888 7451 33554432000 4194304 5683644 140733424834224 18446744073709551615 239488518577 0 0 16781312 2 18446604453919193024 0 0 -1 2 0 0 0
[pid=26882/tid=26929] ppid=26880 vsize=361912 CPUtime=0 cores=0,2
/proc/26882/task/26929/stat : 26929 (python) S 26880 26882 18188 0 -1 4202560 27 934 0 0 0 0 0 0 20 0 9 0 887489602 370597888 7451 33554432000 4194304 5683644 140733424834224 18446744073709551615 239488518577 0 0 16781312 2 18446604453919193024 0 0 -1 0 0 0 0
[pid=26882/tid=26936] ppid=26880 vsize=361912 CPUtime=0 cores=0,2
/proc/26882/task/26936/stat : 26936 (python) S 26880 26882 18188 0 -1 4202560 26 934 0 0 0 0 0 0 18 0 9 0 887499615 370597888 7451 33554432000 4194304 5683644 140733424834224 18446744073709551615 239488518577 0 0 16781312 2 18446604453919193024 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1199.77
Current children cumulated vsize (KiB) 7512992

Child status: 0
Real time (s): 1199.07
CPU time (s): 1200
CPU user time (s): 1199.13
CPU system time (s): 0.864868
CPU usage (%): 100.077
Max. virtual memory (cumulated for all children) (KiB): 7512992

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1199.13
system time used= 0.864868
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 47650
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= 4609
involuntary context switches= 2716

runsolver used 4.89426 second user time and 5.49716 second system time

The end

Launcher Data

Begin job on node148 at 2011-06-11 04:12:04
IDJOB=3484591
IDBENCH=83102
IDSOLVER=1975
FILE ID=node148/3484591-1307758324
RUNJOBID= node148-1307758324-26866
PBS_JOBID= 13550812
Free space on /tmp= 74044 MiB

SOLVER NAME= borg-sat 11.03.02-seq-random (fixed, 1200 s timeout)
BENCH NAME= SAT11/random/medium/unif-k7-r89-v70-c6230-S560963242-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-3484591-1307758324/watcher-3484591-1307758324 -o /tmp/evaluation-result-3484591-1307758324/solver-3484591-1307758324 -C 1200 -W 1300 -M 7680  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3484591-1307758324.cnf -seed 1995693874 -budget 1200

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

MD5SUM BENCH= 3be09135963d2d9a560d20860022864d
RANDOM SEED=1995693874

node148.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.83
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.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      31793660 kB
Buffers:        131624 kB
Cached:         845964 kB
SwapCached:       8824 kB
Active:         305952 kB
Inactive:       689028 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      31793660 kB
SwapTotal:    67111528 kB
SwapFree:     67055428 kB
Dirty:           31844 kB
Writeback:           0 kB
AnonPages:       16216 kB
Mapped:          12572 kB
Slab:            96676 kB
PageTables:       4568 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   190812 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= 74012 MiB
End job on node148 at 2011-06-11 04:32:04