Trace number 3312732

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
STRUCTure 0.1UNSAT 1237.78 312.084

General information on the benchmark

Namerandom/medium/
unif-k7-r89-v50-c4450-S1374457799-001.UNKNOWN.cnf
MD5SUM0448cdbfc0b1241b735cac942d079298
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark33.021
Satisfiable
(Un)Satisfiability was proved
Number of variables50
Number of clauses4450
Sum of the clauses size31150
Maximum clause length7
Minimum clause length7
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 54450

Solver Data

0.09/0.13	44:11 INFO : Reading from input HOME/instance-3312732-1304131451.cnf
0.50/0.32	Executor set job limit to 1000000
0.50/0.32	Executor set job limit to 1000000
0.50/0.32	Executor set job limit to 1000000
0.50/0.32	Executor set job limit to 1000000
0.50/0.32	Starting Executor!
0.50/0.32	Starting Executor!
0.50/0.32	Starting Executor!
0.50/0.32	Starting Executor!
0.69/0.48	44:11 INFO : 50 variables remaining out of 50
0.69/0.48	44:11 INFO : 35600 literals remaining out of 35600
1237.74/312.05	c Elapsed time 311.932
1237.74/312.05	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: 935)

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-3312732-1304131451/watcher-3312732-1304131451 -o /tmp/evaluation-result-3312732-1304131451/solver-3312732-1304131451 -C 4800 -W 1300 -M 15500 run 15000 4 HOME HOME HOME/instance-3312732-1304131451.cnf 

running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 6.77 7.80 8.09 2/176 24139
/proc/meminfo: memFree=30480616/32950928 swapFree=67111428/67111528
[pid=24139] ppid=24137 vsize=24004 CPUtime=0 cores=1,3,5,7
/proc/24139/stat : 24139 (java) R 24137 24139 21280 0 -1 4202496 1371 0 0 0 0 0 0 0 23 0 2 0 524744893 24580096 850 33554432000 1073741824 1073778376 140734632218016 18446744073709551615 248089754609 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/24139/statm: 6001 852 648 9 0 381 0
[pid=24139/tid=24142] ppid=24137 vsize=26132 CPUtime=0 cores=1,3,5,7
/proc/24139/task/24142/stat : 24142 (java) R 24137 24139 21280 0 -1 4202560 33 0 0 0 0 0 0 0 24 0 2 0 524744894 26759168 871 33554432000 1073741824 1073778376 140734632218016 18446744073709551615 248084774922 0 0 4096 0 0 0 0 -1 5 0 0 0

[startup+0.096284 s]
/proc/loadavg: 6.77 7.80 8.09 2/176 24139
/proc/meminfo: memFree=30480616/32950928 swapFree=67111428/67111528
[pid=24139] ppid=24137 vsize=15677700 CPUtime=0.09 cores=1,3,5,7
/proc/24139/stat : 24139 (java) S 24137 24139 21280 0 -1 4202496 5472 0 1 0 9 0 0 0 23 0 18 0 524744893 16053964800 4910 33554432000 1073741824 1073778376 140734632218016 18446744073709551615 248101500901 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/24139/statm: 3919425 4910 2115 9 0 3910144 0
[pid=24139/tid=24142] ppid=24137 vsize=15677700 CPUtime=0.07 cores=1,3,5,7
/proc/24139/task/24142/stat : 24142 (java) R 24137 24139 21280 0 -1 4202560 3343 0 1 0 7 0 0 0 18 0 18 0 524744894 16053964800 4910 33554432000 1073741824 1073778376 140734632218016 18446744073709551615 47143120829267 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 15677700

[startup+0.100281 s]
/proc/loadavg: 6.77 7.80 8.09 2/176 24139
/proc/meminfo: memFree=30480616/32950928 swapFree=67111428/67111528
[pid=24139] ppid=24137 vsize=15677700 CPUtime=0.09 cores=1,3,5,7
/proc/24139/stat : 24139 (java) S 24137 24139 21280 0 -1 4202496 5528 0 1 0 9 0 0 0 23 0 18 0 524744893 16053964800 4966 33554432000 1073741824 1073778376 140734632218016 18446744073709551615 248101500901 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/24139/statm: 3919425 4966 2115 9 0 3910144 0
[pid=24139/tid=24142] ppid=24137 vsize=15677700 CPUtime=0.07 cores=1,3,5,7
/proc/24139/task/24142/stat : 24142 (java) R 24137 24139 21280 0 -1 4202560 3399 0 1 0 7 0 0 0 18 0 18 0 524744894 16053964800 4966 33554432000 1073741824 1073778376 140734632218016 18446744073709551615 46912505491034 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 15677700

[startup+0.300249 s]
/proc/loadavg: 6.77 7.80 8.09 2/176 24139
/proc/meminfo: memFree=30480616/32950928 swapFree=67111428/67111528
[pid=24139] ppid=24137 vsize=15684868 CPUtime=0.5 cores=1,3,5,7
/proc/24139/stat : 24139 (java) S 24137 24139 21280 0 -1 4202496 13516 0 1 0 48 2 0 0 23 0 18 0 524744893 16061304832 12369 33554432000 1073741824 1073778376 140734632218016 18446744073709551615 248101500901 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/24139/statm: 3921217 12372 2207 9 0 3911936 0
[pid=24139/tid=24142] ppid=24137 vsize=15684868 CPUtime=0.28 cores=1,3,5,7
/proc/24139/task/24142/stat : 24142 (java) R 24137 24139 21280 0 -1 4202560 8672 0 1 0 26 2 0 0 18 0 18 0 524744894 16061304832 12373 33554432000 1073741824 1073778376 140734632218016 18446744073709551615 46912505511518 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 15684868

[startup+0.700181 s]
/proc/loadavg: 6.77 7.80 8.09 2/176 24139
/proc/meminfo: memFree=30480616/32950928 swapFree=67111428/67111528
[pid=24139] ppid=24137 vsize=15698196 CPUtime=1.54 cores=1,3,5,7
/proc/24139/stat : 24139 (java) S 24137 24139 21280 0 -1 4202496 25486 0 1 0 150 4 0 0 23 0 22 0 524744893 16074952704 20912 33554432000 1073741824 1073778376 140734632218016 18446744073709551615 248101500901 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/24139/statm: 3924549 20912 2261 9 0 3915268 0
[pid=24139/tid=24142] ppid=24137 vsize=15698196 CPUtime=0.46 cores=1,3,5,7
/proc/24139/task/24142/stat : 24142 (java) S 24137 24139 21280 0 -1 4202560 11018 0 1 0 44 2 0 0 20 0 22 0 524744894 16074952704 20912 33554432000 1073741824 1073778376 140734632218016 18446744073709551615 248101514137 0 4 0 16800975 18446604467567220544 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1.54
Current children cumulated vsize (KiB) 15698196

[startup+1.50104 s]
/proc/loadavg: 6.77 7.80 8.09 16/220 24183
/proc/meminfo: memFree=30167320/32950928 swapFree=67111428/67111528
[pid=24139] ppid=24137 vsize=15699220 CPUtime=4.73 cores=1,3,5,7
/proc/24139/stat : 24139 (java) S 24137 24139 21280 0 -1 4202496 52235 0 1 0 466 7 0 0 23 0 22 0 524744893 16076001280 46858 33554432000 1073741824 1073778376 140734632218016 18446744073709551615 248101500901 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/24139/statm: 3924805 46858 2282 9 0 3915524 0
[pid=24139/tid=24142] ppid=24137 vsize=15699220 CPUtime=0.46 cores=1,3,5,7
/proc/24139/task/24142/stat : 24142 (java) S 24137 24139 21280 0 -1 4202560 11018 0 1 0 44 2 0 0 20 0 22 0 524744894 16076001280 46858 33554432000 1073741824 1073778376 140734632218016 18446744073709551615 248101514137 0 4 0 16800975 18446604467567220544 0 0 -1 1 0 0 0
[pid=24139/tid=24145] ppid=24137 vsize=15699220 CPUtime=0 cores=1,3,5,7
/proc/24139/task/24145/stat : 24145 (java) S 24137 24139 21280 0 -1 4202560 4 0 0 0 0 0 0 0 16 0 22 0 524744894 16076001280 46858 33554432000 1073741824 1073778376 140734632218016 18446744073709551615 248101514137 0 4 0 16800975 18446604467567220544 0 0 -1 3 0 0 0
[pid=24139/tid=24147] ppid=24137 vsize=15699220 CPUtime=0 cores=1,3,5,7
/proc/24139/task/24147/stat : 24147 (java) S 24137 24139 21280 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 524744894 16076001280 46858 33554432000 1073741824 1073778376 140734632218016 18446744073709551615 248101514137 0 4 0 16800975 18446604467567220544 0 0 -1 3 0 0 0
[pid=24139/tid=24149] ppid=24137 vsize=15699220 CPUtime=0 cores=1,3,5,7
/proc/24139/task/24149/stat : 24149 (java) S 24137 24139 21280 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 22 0 524744894 16076001280 46858 33554432000 1073741824 1073778376 140734632218016 18446744073709551615 248101514137 0 4 0 16800975 18446604467567220544 0 0 -1 5 0 0 0
[pid=24139/tid=24151] ppid=24137 vsize=15699220 CPUtime=0 cores=1,3,5,7
/proc/24139/task/24151/stat : 24151 (java) S 24137 24139 21280 0 -1 4202560 1 0 0 0 0 0 0 0 16 0 22 0 524744894 16076001280 46858 33554432000 1073741824 1073778376 140734632218016 18446744073709551615 248101514137 0 4 0 16800975 18446604467567220544 0 0 -1 1 0 0 0
[pid=24139/tid=24153] ppid=24137 vsize=15699220 CPUtime=0 cores=1,3,5,7
/proc/24139/task/24153/stat : 24153 (java) S 24137 24139 21280 0 -1 4202560 216 0 0 0 0 0 0 0 16 0 22 0 524744894 16076001280 46858 33554432000 1073741824 1073778376 140734632218016 18446744073709551615 248101514137 0 4 0 16800975 18446604467567220544 0 0 -1 7 0 0 0
[pid=24139/tid=24155] ppid=24137 vsize=15699220 CPUtime=0 cores=1,3,5,7
/proc/24139/task/24155/stat : 24155 (java) S 24137 24139 21280 0 -1 4202560 570 0 0 0 0 0 0 0 15 0 22 0 524744894 16076001280 46858 33554432000 1073741824 1073778376 140734632218016 18446744073709551615 248101514137 0 4 0 16800975 18446604467567220544 0 0 -1 1 0 0 0
[pid=24139/tid=24157] ppid=24137 vsize=15699220 CPUtime=0 cores=1,3,5,7
/proc/24139/task/24157/stat : 24157 (java) R 24137 24139 21280 0 -1 4202560 798 0 0 0 0 0 0 0 17 0 22 0 524744894 16076001280 46858 33554432000 1073741824 1073778376 140734632218016 18446744073709551615 47143120499733 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=24139/tid=24159] ppid=24137 vsize=15699220 CPUtime=0 cores=1,3,5,7
/proc/24139/task/24159/stat : 24159 (java) S 24137 24139 21280 0 -1 4202560 970 0 0 0 0 0 0 0 15 0 22 0 524744894 16076001280 46858 33554432000 1073741824 1073778376 140734632218016 18446744073709551615 248101514137 0 4 0 16800975 18446604467567220544 0 0 -1 1 0 0 0
[pid=24139/tid=24161] ppid=24137 vsize=15699220 CPUtime=0 cores=1,3,5,7
/proc/24139/task/24161/stat : 24161 (java) S 24137 24139 21280 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 22 0 524744895 16076001280 46858 33554432000 1073741824 1073778376 140734632218016 18446744073709551615 248101514752 0 0 0 16800975 18446604467567220544 0 0 -1 1 0 0 0
[pid=24139/tid=24163] ppid=24137 vsize=15699220 CPUtime=0 cores=1,3,5,7
/proc/24139/task/24163/stat : 24163 (java) S 24137 24139 21280 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 524744896 16076001280 46858 33554432000 1073741824 1073778376 140734632218016 18446744073709551615 248101514137 0 4 0 16800975 18446604467567220544 0 0 -1 3 0 0 0
[pid=24139/tid=24165] ppid=24137 vsize=15699220 CPUtime=0 cores=1,3,5,7
/proc/24139/task/24165/stat : 24165 (java) S 24137 24139 21280 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 524744896 16076001280 46858 33554432000 1073741824 1073778376 140734632218016 18446744073709551615 248101514137 0 4 0 16800975 18446604467567220544 0 0 -1 3 0 0 0
[pid=24139/tid=24166] ppid=24137 vsize=15699220 CPUtime=0 cores=1,3,5,7
/proc/24139/task/24166/stat : 24166 (java) S 24137 24139 21280 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 524744898 16076001280 46858 33554432000 1073741824 1073778376 140734632218016 18446744073709551615 248101521841 0 4 0 16800975 18446604467567220544 0 0 -1 5 0 0 0
[pid=24139/tid=24168] ppid=24137 vsize=15699220 CPUtime=0.68 cores=1,3,5,7
/proc/24139/task/24168/stat : 24168 (java) S 24137 24139 21280 0 -1 4202560 7572 0 0 0 68 0 0 0 19 0 22 0 524744898 16076001280 46858 33554432000 1073741824 1073778376 140734632218016 18446744073709551615 248101514137 0 4 0 16800975 18446604467567220544 0 0 -1 7 0 0 0
[pid=24139/tid=24170] ppid=24137 vsize=15699220 CPUtime=0.87 cores=1,3,5,7
/proc/24139/task/24170/stat : 24170 (java) S 24137 24139 21280 0 -1 4202560 5115 0 0 0 87 0 0 0 18 0 22 0 524744898 16076001280 46858 33554432000 1073741824 1073778376 140734632218016 18446744073709551615 248101514137 0 4 0 16800975 18446604467567220544 0 0 -1 7 0 0 0
[pid=24139/tid=24172] ppid=24137 vsize=15699220 CPUtime=0 cores=1,3,5,7
/proc/24139/task/24172/stat : 24172 (java) S 24137 24139 21280 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 524744898 16076001280 46858 33554432000 1073741824 1073778376 140734632218016 18446744073709551615 248101514137 0 4 0 16800975 18446604467567220544 0 0 -1 5 0 0 0
[pid=24139/tid=24174] ppid=24137 vsize=15699220 CPUtime=0 cores=1,3,5,7
/proc/24139/task/24174/stat : 24174 (java) S 24137 24139 21280 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 524744898 16076001280 46858 33554432000 1073741824 1073778376 140734632218016 18446744073709551615 248101514752 0 4 0 16800975 18446604467567220544 0 0 -1 7 0 0 0
[pid=24139/tid=24180] ppid=24137 vsize=15699220 CPUtime=0.74 cores=1,3,5,7
/proc/24139/task/24180/stat : 24180 (java) R 24137 24139 21280 0 -1 4202560 6874 0 0 0 74 0 0 0 16 0 22 0 524744925 16076001280 46858 33554432000 1073741824 1073778376 140734632218016 18446744073709551615 47143120151743 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=24139/tid=24181] ppid=24137 vsize=15699220 CPUtime=0.67 cores=1,3,5,7
/proc/24139/task/24181/stat : 24181 (java) R 24137 24139 21280 0 -1 4202560 8864 0 0 0 67 0 0 0 19 0 22 0 524744925 16076001280 46858 33554432000 1073741824 1073778376 140734632218016 18446744073709551615 46912505754131 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=24139/tid=24182] ppid=24137 vsize=15699220 CPUtime=0.52 cores=1,3,5,7
/proc/24139/task/24182/stat : 24182 (java) R 24137 24139 21280 0 -1 4202560 3043 0 0 0 52 0 0 0 16 0 22 0 524744925 16076001280 46858 33554432000 1073741824 1073778376 140734632218016 18446744073709551615 46912505747052 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=24139/tid=24183] ppid=24137 vsize=15699220 CPUtime=0.68 cores=1,3,5,7
/proc/24139/task/24183/stat : 24183 (java) R 24137 24139 21280 0 -1 4202560 5787 0 0 0 68 0 0 0 16 0 22 0 524744925 16076001280 46858 33554432000 1073741824 1073778376 140734632218016 18446744073709551615 46912505708268 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4.73
Current children cumulated vsize (KiB) 15699220

[startup+3.10076 s]
/proc/loadavg: 6.77 7.80 8.09 7/220 24183
/proc/meminfo: memFree=29974624/32950928 swapFree=67111428/67111528
[pid=24139] ppid=24137 vsize=15699220 CPUtime=11.09 cores=1,3,5,7
/proc/24139/stat : 24139 (java) S 24137 24139 21280 0 -1 4202496 81375 0 1 0 1097 12 0 0 23 0 22 0 524744893 16076001280 74424 33554432000 1073741824 1073778376 140734632218016 18446744073709551615 248101500901 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/24139/statm: 3924805 74424 2289 9 0 3915524 0
[pid=24139/tid=24142] ppid=24137 vsize=15699220 CPUtime=0.46 cores=1,3,5,7
/proc/24139/task/24142/stat : 24142 (java) S 24137 24139 21280 0 -1 4202560 11018 0 1 0 44 2 0 0 20 0 22 0 524744894 16076001280 74424 33554432000 1073741824 1073778376 140734632218016 18446744073709551615 248101514137 0 4 0 16800975 18446604467567220544 0 0 -1 1 0 0 0
[pid=24139/tid=24145] ppid=24137 vsize=15699220 CPUtime=0 cores=1,3,5,7
/proc/24139/task/24145/stat : 24145 (java) S 24137 24139 21280 0 -1 4202560 160 0 0 0 0 0 0 0 16 0 22 0 524744894 16076001280 74424 33554432000 1073741824 1073778376 140734632218016 18446744073709551615 248101514137 0 4 0 16800975 18446604467567220544 0 0 -1 3 0 0 0
[pid=24139/tid=24147] ppid=24137 vsize=15699220 CPUtime=0 cores=1,3,5,7
/proc/24139/task/24147/stat : 24147 (java) S 24137 24139 21280 0 -1 4202560 192 0 0 0 0 0 0 0 15 0 22 0 524744894 16076001280 74424 33554432000 1073741824 1073778376 140734632218016 18446744073709551615 248101514137 0 4 0 16800975 18446604467567220544 0 0 -1 3 0 0 0
[pid=24139/tid=24149] ppid=24137 vsize=15699220 CPUtime=0 cores=1,3,5,7
/proc/24139/task/24149/stat : 24149 (java) S 24137 24139 21280 0 -1 4202560 136 0 0 0 0 0 0 0 15 0 22 0 524744894 16076001280 74424 33554432000 1073741824 1073778376 140734632218016 18446744073709551615 248101514137 0 4 0 16800975 18446604467567220544 0 0 -1 3 0 0 0
[pid=24139/tid=24151] ppid=24137 vsize=15699220 CPUtime=0 cores=1,3,5,7
/proc/24139/task/24151/stat : 24151 (java) S 24137 24139 21280 0 -1 4202560 900 0 0 0 0 0 0 0 15 0 22 0 524744894 16076001280 74424 33554432000 1073741824 1073778376 140734632218016 18446744073709551615 248101514137 0 4 0 16800975 18446604467567220544 0 0 -1 5 0 0 0
[pid=24139/tid=24153] ppid=24137 vsize=15699220 CPUtime=0 cores=1,3,5,7
/proc/24139/task/24153/stat : 24153 (java) S 24137 24139 21280 0 -1 4202560 340 0 0 0 0 0 0 0 15 0 22 0 524744894 16076001280 74424 33554432000 1073741824 1073778376 140734632218016 18446744073709551615 248101514137 0 4 0 16800975 18446604467567220544 0 0 -1 3 0 0 0
[pid=24139/tid=24155] ppid=24137 vsize=15699220 CPUtime=0 cores=1,3,5,7
/proc/24139/task/24155/stat : 24155 (java) S 24137 24139 21280 0 -1 4202560 1158 0 0 0 0 0 0 0 15 0 22 0 524744894 16076001280 74424 33554432000 1073741824 1073778376 140734632218016 18446744073709551615 248101514137 0 4 0 16800975 18446604467567220544 0 0 -1 1 0 0 0
[pid=24139/tid=24157] ppid=24137 vsize=15699220 CPUtime=0 cores=1,3,5,7
/proc/24139/task/24157/stat : 24157 (java) S 24137 24139 21280 0 -1 4202560 1608 0 0 0 0 0 0 0 15 0 22 0 524744894 16076001280 74424 33554432000 1073741824 1073778376 140734632218016 18446744073709551615 248101514137 0 4 0 16800975 18446604467567220544 0 0 -1 1 0 0 0
[pid=24139/tid=24159] ppid=24137 vsize=15699220 CPUtime=0 cores=1,3,5,7
/proc/24139/task/24159/stat : 24159 (java) S 24137 24139 21280 0 -1 4202560 1325 0 0 0 0 0 0 0 16 0 22 0 524744894 16076001280 74424 33554432000 1073741824 1073778376 140734632218016 18446744073709551615 248101514137 0 4 0 16800975 18446604467567220544 0 0 -1 5 0 0 0
[pid=24139/tid=24161] ppid=24137 vsize=15699220 CPUtime=0 cores=1,3,5,7
/proc/24139/task/24161/stat : 24161 (java) S 24137 24139 21280 0 -1 4202560 80 0 0 0 0 0 0 0 15 0 22 0 524744895 16076001280 74424 33554432000 1073741824 1073778376 140734632218016 18446744073709551615 248101514752 0 0 0 16800975 18446604467567220544 0 0 -1 3 0 0 0
[pid=24139/tid=24163] ppid=24137 vsize=15699220 CPUtime=0 cores=1,3,5,7
/proc/24139/task/24163/stat : 24163 (java) S 24137 24139 21280 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 524744896 16076001280 74424 33554432000 1073741824 1073778376 140734632218016 18446744073709551615 248101514137 0 4 0 16800975 18446604467567220544 0 0 -1 3 0 0 0
[pid=24139/tid=24165] ppid=24137 vsize=15699220 CPUtime=0 cores=1,3,5,7
/proc/24139/task/24165/stat : 24165 (java) S 24137 24139 21280 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 524744896 16076001280 74424 33554432000 1073741824 1073778376 140734632218016 18446744073709551615 248101514137 0 4 0 16800975 18446604467567220544 0 0 -1 3 0 0 0
[pid=24139/tid=24166] ppid=24137 vsize=15699220 CPUtime=0 cores=1,3,5,7
/proc/24139/task/24166/stat : 24166 (java) S 24137 24139 21280 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 524744898 16076001280 74424 33554432000 1073741824 1073778376 140734632218016 18446744073709551615 248101521841 0 4 0 16800975 18446604467567220544 0 0 -1 5 0 0 0
[pid=24139/tid=24168] ppid=24137 vsize=15699220 CPUtime=0.75 cores=1,3,5,7
/proc/24139/task/24168/stat : 24168 (java) S 24137 24139 21280 0 -1 4202560 7584 0 0 0 75 0 0 0 15 0 22 0 524744898 16076001280 74424 33554432000 1073741824 1073778376 140734632218016 18446744073709551615 248101514137 0 4 0 16800975 18446604467567220544 0 0 -1 7 0 0 0
[pid=24139/tid=24170] ppid=24137 vsize=15699220 CPUtime=0.98 cores=1,3,5,7
/proc/24139/task/24170/stat : 24170 (java) S 24137 24139 21280 0 -1 4202560 5139 0 0 0 98 0 0 0 15 0 22 0 524744898 16076001280 74424 33554432000 1073741824 1073778376 140734632218016 18446744073709551615 248101514137 0 4 0 16800975 18446604467567220544 0 0 -1 7 0 0 0
[pid=24139/tid=24172] ppid=24137 vsize=15699220 CPUtime=0 cores=1,3,5,7
/proc/24139/task/24172/stat : 24172 (java) S 24137 24139 21280 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 524744898 16076001280 74424 33554432000 1073741824 1073778376 140734632218016 18446744073709551615 248101514137 0 4 0 16800975 18446604467567220544 0 0 -1 5 0 0 0
[pid=24139/tid=24174] ppid=24137 vsize=15699220 CPUtime=0 cores=1,3,5,7
/proc/24139/task/24174/stat : 24174 (java) S 24137 24139 21280 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 524744898 16076001280 74424 33554432000 1073741824 1073778376 140734632218016 18446744073709551615 248101514752 0 4 0 16800975 18446604467567220544 0 0 -1 7 0 0 0
[pid=24139/tid=24180] ppid=24137 vsize=15699220 CPUtime=2.32 cores=1,3,5,7
/proc/24139/task/24180/stat : 24180 (java) R 24137 24139 21280 0 -1 4202560 13733 0 0 0 231 1 0 0 18 0 22 0 524744925 16076001280 74424 33554432000 1073741824 1073778376 140734632218016 18446744073709551615 46912505635624 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=24139/tid=24181] ppid=24137 vsize=15699220 CPUtime=2.08 cores=1,3,5,7
/proc/24139/task/24181/stat : 24181 (java) R 24137 24139 21280 0 -1 4202560 13984 0 0 0 207 1 0 0 21 0 22 0 524744925 16076001280 74424 33554432000 1073741824 1073778376 140734632218016 18446744073709551615 47143120152581 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=24139/tid=24182] ppid=24137 vsize=15699220 CPUtime=2.1 cores=1,3,5,7
/proc/24139/task/24182/stat : 24182 (java) R 24137 24139 21280 0 -1 4202560 9854 0 0 0 209 1 0 0 18 0 22 0 524744925 16076001280 74424 33554432000 1073741824 1073778376 140734632218016 18446744073709551615 46912505796652 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=24139/tid=24183] ppid=24137 vsize=15699220 CPUtime=2.28 cores=1,3,5,7
/proc/24139/task/24183/stat : 24183 (java) R 24137 24139 21280 0 -1 4202560 12775 0 0 0 226 2 0 0 18 0 22 0 524744925 16076001280 74424 33554432000 1073741824 1073778376 140734632218016 18446744073709551615 46912505754272 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 11.09
Current children cumulated vsize (KiB) 15699220

[startup+6.30119 s]
/proc/loadavg: 6.95 7.82 8.10 9/220 24183
/proc/meminfo: memFree=29125624/32950928 swapFree=67111428/67111528
[pid=24139] ppid=24137 vsize=15699220 CPUtime=23.82 cores=1,3,5,7
/proc/24139/stat : 24139 (java) S 24137 24139 21280 0 -1 4202496 81858 0 1 0 2370 12 0 0 23 0 22 0 524744893 16076001280 64268 33554432000 1073741824 1073778376 140734632218016 18446744073709551615 248101500901 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/24139/statm: 3924805 64268 2289 9 0 3915524 0
[pid=24139/tid=24142] ppid=24137 vsize=15699220 CPUtime=0.46 cores=1,3,5,7
/proc/24139/task/24142/stat : 24142 (java) S 24137 24139 21280 0 -1 4202560 11018 0 1 0 44 2 0 0 20 0 22 0 524744894 16076001280 64268 33554432000 1073741824 1073778376 140734632218016 18446744073709551615 248101514137 0 4 0 16800975 18446604467567220544 0 0 -1 1 0 0 0
[pid=24139/tid=24145] ppid=24137 vsize=15699220 CPUtime=0 cores=1,3,5,7
/proc/24139/task/24145/stat : 24145 (java) S 24137 24139 21280 0 -1 4202560 278 0 0 0 0 0 0 0 15 0 22 0 524744894 16076001280 64268 33554432000 1073741824 1073778376 140734632218016 18446744073709551615 248101514137 0 4 0 16800975 18446604467567220544 0 0 -1 3 0 0 0
[pid=24139/tid=24147] ppid=24137 vsize=15699220 CPUtime=0 cores=1,3,5,7
/proc/24139/task/24147/stat : 24147 (java) S 24137 24139 21280 0 -1 4202560 216 0 0 0 0 0 0 0 15 0 22 0 524744894 16076001280 64268 33554432000 1073741824 1073778376 140734632218016 18446744073709551615 248101514137 0 4 0 16800975 18446604467567220544 0 0 -1 1 0 0 0
[pid=24139/tid=24149] ppid=24137 vsize=15699220 CPUtime=0 cores=1,3,5,7
/proc/24139/task/24149/stat : 24149 (java) S 24137 24139 21280 0 -1 4202560 191 0 0 0 0 0 0 0 15 0 22 0 524744894 16076001280 64268 33554432000 1073741824 1073778376 140734632218016 18446744073709551615 248101514137 0 4 0 16800975 18446604467567220544 0 0 -1 1 0 0 0
[pid=24139/tid=24151] ppid=24137 vsize=15699220 CPUtime=0 cores=1,3,5,7
/proc/24139/task/24151/stat : 24151 (java) S 24137 24139 21280 0 -1 4202560 986 0 0 0 0 0 0 0 16 0 22 0 524744894 16076001280 64268 33554432000 1073741824 1073778376 140734632218016 18446744073709551615 248101514137 0 4 0 16800975 18446604467567220544 0 0 -1 5 0 0 0
[pid=24139/tid=24153] ppid=24137 vsize=15699220 CPUtime=0 cores=1,3,5,7
/proc/24139/task/24153/stat : 24153 (java) S 24137 24139 21280 0 -1 4202560 426 0 0 0 0 0 0 0 15 0 22 0 524744894 16076001280 64268 33554432000 1073741824 1073778376 140734632218016 18446744073709551615 248101514137 0 4 0 16800975 18446604467567220544 0 0 -1 3 0 0 0
[pid=24139/tid=24155] ppid=24137 vsize=15699220 CPUtime=0 cores=1,3,5,7
/proc/24139/task/24155/stat : 24155 (java) S 24137 24139 21280 0 -1 4202560 1191 0 0 0 0 0 0 0 16 0 22 0 524744894 16076001280 64268 33554432000 1073741824 1073778376 140734632218016 18446744073709551615 248101514137 0 4 0 16800975 18446604467567220544 0 0 -1 1 0 0 0
[pid=24139/tid=24157] ppid=24137 vsize=15699220 CPUtime=0 cores=1,3,5,7
/proc/24139/task/24157/stat : 24157 (java) S 24137 24139 21280 0 -1 4202560 1644 0 0 0 0 0 0 0 15 0 22 0 524744894 16076001280 64268 33554432000 1073741824 1073778376 140734632218016 18446744073709551615 248101514137 0 4 0 16800975 18446604467567220544 0 0 -1 5 0 0 0
[pid=24139/tid=24159] ppid=24137 vsize=15699220 CPUtime=0 cores=1,3,5,7
/proc/24139/task/24159/stat : 24159 (java) S 24137 24139 21280 0 -1 4202560 1341 0 0 0 0 0 0 0 15 0 22 0 524744894 16076001280 64268 33554432000 1073741824 1073778376 140734632218016 18446744073709551615 248101514137 0 4 0 16800975 18446604467567220544 0 0 -1 7 0 0 0

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

/proc/24139/task/24168/stat : 24168 (java) S 24137 24139 21280 0 -1 4202560 7591 0 0 0 78 0 0 0 15 0 22 0 524744898 16076001280 147401 33554432000 1073741824 1073778376 140734632218016 18446744073709551615 248101514137 0 4 0 16800975 18446604467567220544 0 0 -1 5 0 0 0
[pid=24139/tid=24170] ppid=24137 vsize=15699220 CPUtime=1.18 cores=1,3,5,7
/proc/24139/task/24170/stat : 24170 (java) S 24137 24139 21280 0 -1 4202560 5175 0 0 0 118 0 0 0 15 0 22 0 524744898 16076001280 147401 33554432000 1073741824 1073778376 140734632218016 18446744073709551615 248101514137 0 4 0 16800975 18446604467567220544 0 0 -1 7 0 0 0
[pid=24139/tid=24172] ppid=24137 vsize=15699220 CPUtime=0 cores=1,3,5,7
/proc/24139/task/24172/stat : 24172 (java) S 24137 24139 21280 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 524744898 16076001280 147401 33554432000 1073741824 1073778376 140734632218016 18446744073709551615 248101514137 0 4 0 16800975 18446604467567220544 0 0 -1 5 0 0 0
[pid=24139/tid=24174] ppid=24137 vsize=15699220 CPUtime=0 cores=1,3,5,7
/proc/24139/task/24174/stat : 24174 (java) S 24137 24139 21280 0 -1 4202560 19 0 0 0 0 0 0 0 15 0 22 0 524744898 16076001280 147401 33554432000 1073741824 1073778376 140734632218016 18446744073709551615 248101514752 0 4 0 16800975 18446604467567220544 0 0 -1 3 0 0 0
[pid=24139/tid=24180] ppid=24137 vsize=15699220 CPUtime=306.22 cores=1,3,5,7
/proc/24139/task/24180/stat : 24180 (java) R 24137 24139 21280 0 -1 4202560 55358 0 0 0 30612 10 0 0 25 0 22 0 524744925 16076001280 147401 33554432000 1073741824 1073778376 140734632218016 18446744073709551615 46912505824759 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=24139/tid=24181] ppid=24137 vsize=15699220 CPUtime=306.13 cores=1,3,5,7
/proc/24139/task/24181/stat : 24181 (java) R 24137 24139 21280 0 -1 4202560 56402 0 0 0 30603 10 0 0 25 0 22 0 524744925 16076001280 147401 33554432000 1073741824 1073778376 140734632218016 18446744073709551615 46912505787526 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=24139/tid=24182] ppid=24137 vsize=15699220 CPUtime=306.38 cores=1,3,5,7
/proc/24139/task/24182/stat : 24182 (java) R 24137 24139 21280 0 -1 4202560 50234 0 0 0 30630 8 0 0 25 0 22 0 524744925 16076001280 147401 33554432000 1073741824 1073778376 140734632218016 18446744073709551615 46912505786971 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=24139/tid=24183] ppid=24137 vsize=15699220 CPUtime=306.77 cores=1,3,5,7
/proc/24139/task/24183/stat : 24183 (java) R 24137 24139 21280 0 -1 4202560 54984 0 0 0 30667 10 0 0 25 0 22 0 524744925 16076001280 147401 33554432000 1073741824 1073778376 140734632218016 18446744073709551615 18446744073699065955 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1236.12
Current children cumulated vsize (KiB) 15699220

[startup+311.501 s]
/proc/loadavg: 7.95 7.93 8.06 9/220 24191
/proc/meminfo: memFree=29474148/32950928 swapFree=67111428/67111528
[pid=24139] ppid=24137 vsize=15699220 CPUtime=1237.47 cores=1,3,5,7
/proc/24139/stat : 24139 (java) S 24137 24139 21280 0 -1 4202496 392081 0 1 0 123651 96 0 0 23 0 22 0 524744893 16076001280 147166 33554432000 1073741824 1073778376 140734632218016 18446744073709551615 248101500901 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/24139/statm: 3924805 147166 2291 9 0 3915524 0
[pid=24139/tid=24142] ppid=24137 vsize=15699220 CPUtime=0.46 cores=1,3,5,7
/proc/24139/task/24142/stat : 24142 (java) S 24137 24139 21280 0 -1 4202560 11018 0 1 0 44 2 0 0 20 0 22 0 524744894 16076001280 147166 33554432000 1073741824 1073778376 140734632218016 18446744073709551615 248101514137 0 4 0 16800975 18446604467567220544 0 0 -1 1 0 0 0
[pid=24139/tid=24145] ppid=24137 vsize=15699220 CPUtime=0.94 cores=1,3,5,7
/proc/24139/task/24145/stat : 24145 (java) S 24137 24139 21280 0 -1 4202560 19032 0 0 0 89 5 0 0 16 0 22 0 524744894 16076001280 147166 33554432000 1073741824 1073778376 140734632218016 18446744073709551615 248101514137 0 4 0 16800975 18446604467567220544 0 0 -1 1 0 0 0
[pid=24139/tid=24147] ppid=24137 vsize=15699220 CPUtime=0.96 cores=1,3,5,7
/proc/24139/task/24147/stat : 24147 (java) S 24137 24139 21280 0 -1 4202560 18245 0 0 0 92 4 0 0 15 0 22 0 524744894 16076001280 147166 33554432000 1073741824 1073778376 140734632218016 18446744073709551615 248101514137 0 4 0 16800975 18446604467567220544 0 0 -1 5 0 0 0
[pid=24139/tid=24149] ppid=24137 vsize=15699220 CPUtime=0.92 cores=1,3,5,7
/proc/24139/task/24149/stat : 24149 (java) S 24137 24139 21280 0 -1 4202560 17220 0 0 0 89 3 0 0 16 0 22 0 524744894 16076001280 147166 33554432000 1073741824 1073778376 140734632218016 18446744073709551615 248101514137 0 4 0 16800975 18446604467567220544 0 0 -1 7 0 0 0
[pid=24139/tid=24151] ppid=24137 vsize=15699220 CPUtime=0.94 cores=1,3,5,7
/proc/24139/task/24151/stat : 24151 (java) S 24137 24139 21280 0 -1 4202560 18961 0 0 0 90 4 0 0 16 0 22 0 524744894 16076001280 147166 33554432000 1073741824 1073778376 140734632218016 18446744073709551615 248101514137 0 4 0 16800975 18446604467567220544 0 0 -1 5 0 0 0
[pid=24139/tid=24153] ppid=24137 vsize=15699220 CPUtime=0.98 cores=1,3,5,7
/proc/24139/task/24153/stat : 24153 (java) S 24137 24139 21280 0 -1 4202560 18359 0 0 0 93 5 0 0 16 0 22 0 524744894 16076001280 147166 33554432000 1073741824 1073778376 140734632218016 18446744073709551615 248101514137 0 4 0 16800975 18446604467567220544 0 0 -1 3 0 0 0
[pid=24139/tid=24155] ppid=24137 vsize=15699220 CPUtime=0.93 cores=1,3,5,7
/proc/24139/task/24155/stat : 24155 (java) S 24137 24139 21280 0 -1 4202560 18883 0 0 0 90 3 0 0 16 0 22 0 524744894 16076001280 147166 33554432000 1073741824 1073778376 140734632218016 18446744073709551615 248101514137 0 4 0 16800975 18446604467567220544 0 0 -1 5 0 0 0
[pid=24139/tid=24157] ppid=24137 vsize=15699220 CPUtime=0.95 cores=1,3,5,7
/proc/24139/task/24157/stat : 24157 (java) S 24137 24139 21280 0 -1 4202560 18917 0 0 0 91 4 0 0 15 0 22 0 524744894 16076001280 147166 33554432000 1073741824 1073778376 140734632218016 18446744073709551615 248101514137 0 4 0 16800975 18446604467567220544 0 0 -1 7 0 0 0
[pid=24139/tid=24159] ppid=24137 vsize=15699220 CPUtime=0.97 cores=1,3,5,7
/proc/24139/task/24159/stat : 24159 (java) S 24137 24139 21280 0 -1 4202560 19495 0 0 0 93 4 0 0 15 0 22 0 524744894 16076001280 147166 33554432000 1073741824 1073778376 140734632218016 18446744073709551615 248101514137 0 4 0 16800975 18446604467567220544 0 0 -1 3 0 0 0
[pid=24139/tid=24161] ppid=24137 vsize=15699220 CPUtime=0.43 cores=1,3,5,7
/proc/24139/task/24161/stat : 24161 (java) S 24137 24139 21280 0 -1 4202560 799 0 0 0 29 14 0 0 15 0 22 0 524744895 16076001280 147166 33554432000 1073741824 1073778376 140734632218016 18446744073709551615 248101514752 0 0 0 16800975 18446604467567220544 0 0 -1 3 0 0 0
[pid=24139/tid=24163] ppid=24137 vsize=15699220 CPUtime=0 cores=1,3,5,7
/proc/24139/task/24163/stat : 24163 (java) S 24137 24139 21280 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 524744896 16076001280 147166 33554432000 1073741824 1073778376 140734632218016 18446744073709551615 248101514137 0 4 0 16800975 18446604467567220544 0 0 -1 3 0 0 0
[pid=24139/tid=24165] ppid=24137 vsize=15699220 CPUtime=0 cores=1,3,5,7
/proc/24139/task/24165/stat : 24165 (java) S 24137 24139 21280 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 524744896 16076001280 147166 33554432000 1073741824 1073778376 140734632218016 18446744073709551615 248101514137 0 4 0 16800975 18446604467567220544 0 0 -1 3 0 0 0
[pid=24139/tid=24166] ppid=24137 vsize=15699220 CPUtime=0 cores=1,3,5,7
/proc/24139/task/24166/stat : 24166 (java) S 24137 24139 21280 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 524744898 16076001280 147166 33554432000 1073741824 1073778376 140734632218016 18446744073709551615 248101521841 0 4 0 16800975 18446604467567220544 0 0 -1 5 0 0 0
[pid=24139/tid=24168] ppid=24137 vsize=15699220 CPUtime=0.78 cores=1,3,5,7
/proc/24139/task/24168/stat : 24168 (java) S 24137 24139 21280 0 -1 4202560 7591 0 0 0 78 0 0 0 15 0 22 0 524744898 16076001280 147166 33554432000 1073741824 1073778376 140734632218016 18446744073709551615 248101514137 0 4 0 16800975 18446604467567220544 0 0 -1 5 0 0 0
[pid=24139/tid=24170] ppid=24137 vsize=15699220 CPUtime=1.18 cores=1,3,5,7
/proc/24139/task/24170/stat : 24170 (java) S 24137 24139 21280 0 -1 4202560 5175 0 0 0 118 0 0 0 15 0 22 0 524744898 16076001280 147166 33554432000 1073741824 1073778376 140734632218016 18446744073709551615 248101514137 0 4 0 16800975 18446604467567220544 0 0 -1 7 0 0 0
[pid=24139/tid=24172] ppid=24137 vsize=15699220 CPUtime=0 cores=1,3,5,7
/proc/24139/task/24172/stat : 24172 (java) S 24137 24139 21280 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 524744898 16076001280 147166 33554432000 1073741824 1073778376 140734632218016 18446744073709551615 248101514137 0 4 0 16800975 18446604467567220544 0 0 -1 5 0 0 0
[pid=24139/tid=24174] ppid=24137 vsize=15699220 CPUtime=0 cores=1,3,5,7
/proc/24139/task/24174/stat : 24174 (java) S 24137 24139 21280 0 -1 4202560 19 0 0 0 0 0 0 0 15 0 22 0 524744898 16076001280 147166 33554432000 1073741824 1073778376 140734632218016 18446744073709551615 248101514752 0 4 0 16800975 18446604467567220544 0 0 -1 3 0 0 0
[pid=24139/tid=24180] ppid=24137 vsize=15699220 CPUtime=306.6 cores=1,3,5,7
/proc/24139/task/24180/stat : 24180 (java) S 24137 24139 21280 0 -1 4202560 55358 0 0 0 30650 10 0 0 25 0 22 0 524744925 16076001280 147166 33554432000 1073741824 1073778376 140734632218016 18446744073709551615 248101514752 0 4 0 16800975 18446604467567220544 0 0 -1 3 0 0 0
[pid=24139/tid=24181] ppid=24137 vsize=15699220 CPUtime=306.42 cores=1,3,5,7
/proc/24139/task/24181/stat : 24181 (java) R 24137 24139 21280 0 -1 4202560 56402 0 0 0 30632 10 0 0 25 0 22 0 524744925 16076001280 147166 33554432000 1073741824 1073778376 140734632218016 18446744073709551615 46912505824483 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=24139/tid=24182] ppid=24137 vsize=15699220 CPUtime=306.65 cores=1,3,5,7
/proc/24139/task/24182/stat : 24182 (java) S 24137 24139 21280 0 -1 4202560 50234 0 0 0 30657 8 0 0 25 0 22 0 524744925 16076001280 147166 33554432000 1073741824 1073778376 140734632218016 18446744073709551615 248101514752 0 4 0 16800975 18446604467567220544 0 0 -1 7 0 0 0
[pid=24139/tid=24183] ppid=24137 vsize=15699220 CPUtime=307.17 cores=1,3,5,7
/proc/24139/task/24183/stat : 24183 (java) S 24137 24139 21280 0 -1 4202560 54985 0 0 0 30707 10 0 0 25 0 22 0 524744925 16076001280 147166 33554432000 1073741824 1073778376 140734632218016 18446744073709551615 248101514752 0 4 0 16800975 18446604467567220544 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1237.47
Current children cumulated vsize (KiB) 15699220

[startup+311.901 s]
/proc/loadavg: 7.95 7.93 8.06 9/220 24191
/proc/meminfo: memFree=29474148/32950928 swapFree=67111428/67111528
[pid=24139] ppid=24137 vsize=15699220 CPUtime=1237.74 cores=1,3,5,7
/proc/24139/stat : 24139 (java) S 24137 24139 21280 0 -1 4202496 392081 0 1 0 123678 96 0 0 23 0 22 0 524744893 16076001280 147166 33554432000 1073741824 1073778376 140734632218016 18446744073709551615 248101500901 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/24139/statm: 3924805 147166 2291 9 0 3915524 0
[pid=24139/tid=24142] ppid=24137 vsize=15699220 CPUtime=0.46 cores=1,3,5,7
/proc/24139/task/24142/stat : 24142 (java) S 24137 24139 21280 0 -1 4202560 11018 0 1 0 44 2 0 0 20 0 22 0 524744894 16076001280 147166 33554432000 1073741824 1073778376 140734632218016 18446744073709551615 248101514137 0 4 0 16800975 18446604467567220544 0 0 -1 1 0 0 0
[pid=24139/tid=24145] ppid=24137 vsize=15699220 CPUtime=0.94 cores=1,3,5,7
/proc/24139/task/24145/stat : 24145 (java) S 24137 24139 21280 0 -1 4202560 19032 0 0 0 89 5 0 0 16 0 22 0 524744894 16076001280 147166 33554432000 1073741824 1073778376 140734632218016 18446744073709551615 248101514137 0 4 0 16800975 18446604467567220544 0 0 -1 1 0 0 0
[pid=24139/tid=24147] ppid=24137 vsize=15699220 CPUtime=0.96 cores=1,3,5,7
/proc/24139/task/24147/stat : 24147 (java) S 24137 24139 21280 0 -1 4202560 18245 0 0 0 92 4 0 0 15 0 22 0 524744894 16076001280 147166 33554432000 1073741824 1073778376 140734632218016 18446744073709551615 248101514137 0 4 0 16800975 18446604467567220544 0 0 -1 5 0 0 0
[pid=24139/tid=24149] ppid=24137 vsize=15699220 CPUtime=0.92 cores=1,3,5,7
/proc/24139/task/24149/stat : 24149 (java) S 24137 24139 21280 0 -1 4202560 17220 0 0 0 89 3 0 0 16 0 22 0 524744894 16076001280 147166 33554432000 1073741824 1073778376 140734632218016 18446744073709551615 248101514137 0 4 0 16800975 18446604467567220544 0 0 -1 7 0 0 0
[pid=24139/tid=24151] ppid=24137 vsize=15699220 CPUtime=0.94 cores=1,3,5,7
/proc/24139/task/24151/stat : 24151 (java) S 24137 24139 21280 0 -1 4202560 18961 0 0 0 90 4 0 0 16 0 22 0 524744894 16076001280 147166 33554432000 1073741824 1073778376 140734632218016 18446744073709551615 248101514137 0 4 0 16800975 18446604467567220544 0 0 -1 5 0 0 0
[pid=24139/tid=24153] ppid=24137 vsize=15699220 CPUtime=0.98 cores=1,3,5,7
/proc/24139/task/24153/stat : 24153 (java) S 24137 24139 21280 0 -1 4202560 18359 0 0 0 93 5 0 0 16 0 22 0 524744894 16076001280 147166 33554432000 1073741824 1073778376 140734632218016 18446744073709551615 248101514137 0 4 0 16800975 18446604467567220544 0 0 -1 3 0 0 0
[pid=24139/tid=24155] ppid=24137 vsize=15699220 CPUtime=0.93 cores=1,3,5,7
/proc/24139/task/24155/stat : 24155 (java) S 24137 24139 21280 0 -1 4202560 18883 0 0 0 90 3 0 0 16 0 22 0 524744894 16076001280 147166 33554432000 1073741824 1073778376 140734632218016 18446744073709551615 248101514137 0 4 0 16800975 18446604467567220544 0 0 -1 5 0 0 0
[pid=24139/tid=24157] ppid=24137 vsize=15699220 CPUtime=0.95 cores=1,3,5,7
/proc/24139/task/24157/stat : 24157 (java) S 24137 24139 21280 0 -1 4202560 18917 0 0 0 91 4 0 0 15 0 22 0 524744894 16076001280 147166 33554432000 1073741824 1073778376 140734632218016 18446744073709551615 248101514137 0 4 0 16800975 18446604467567220544 0 0 -1 7 0 0 0
[pid=24139/tid=24159] ppid=24137 vsize=15699220 CPUtime=0.97 cores=1,3,5,7
/proc/24139/task/24159/stat : 24159 (java) S 24137 24139 21280 0 -1 4202560 19495 0 0 0 93 4 0 0 15 0 22 0 524744894 16076001280 147166 33554432000 1073741824 1073778376 140734632218016 18446744073709551615 248101514137 0 4 0 16800975 18446604467567220544 0 0 -1 3 0 0 0
[pid=24139/tid=24161] ppid=24137 vsize=15699220 CPUtime=0.43 cores=1,3,5,7
/proc/24139/task/24161/stat : 24161 (java) S 24137 24139 21280 0 -1 4202560 799 0 0 0 29 14 0 0 15 0 22 0 524744895 16076001280 147166 33554432000 1073741824 1073778376 140734632218016 18446744073709551615 248101514752 0 0 0 16800975 18446604467567220544 0 0 -1 3 0 0 0
[pid=24139/tid=24163] ppid=24137 vsize=15699220 CPUtime=0 cores=1,3,5,7
/proc/24139/task/24163/stat : 24163 (java) S 24137 24139 21280 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 524744896 16076001280 147166 33554432000 1073741824 1073778376 140734632218016 18446744073709551615 248101514137 0 4 0 16800975 18446604467567220544 0 0 -1 3 0 0 0
[pid=24139/tid=24165] ppid=24137 vsize=15699220 CPUtime=0 cores=1,3,5,7
/proc/24139/task/24165/stat : 24165 (java) S 24137 24139 21280 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 524744896 16076001280 147166 33554432000 1073741824 1073778376 140734632218016 18446744073709551615 248101514137 0 4 0 16800975 18446604467567220544 0 0 -1 3 0 0 0
[pid=24139/tid=24166] ppid=24137 vsize=15699220 CPUtime=0 cores=1,3,5,7
/proc/24139/task/24166/stat : 24166 (java) S 24137 24139 21280 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 524744898 16076001280 147166 33554432000 1073741824 1073778376 140734632218016 18446744073709551615 248101521841 0 4 0 16800975 18446604467567220544 0 0 -1 5 0 0 0
[pid=24139/tid=24168] ppid=24137 vsize=15699220 CPUtime=0.78 cores=1,3,5,7
/proc/24139/task/24168/stat : 24168 (java) S 24137 24139 21280 0 -1 4202560 7591 0 0 0 78 0 0 0 15 0 22 0 524744898 16076001280 147166 33554432000 1073741824 1073778376 140734632218016 18446744073709551615 248101514137 0 4 0 16800975 18446604467567220544 0 0 -1 5 0 0 0
[pid=24139/tid=24170] ppid=24137 vsize=15699220 CPUtime=1.18 cores=1,3,5,7
/proc/24139/task/24170/stat : 24170 (java) S 24137 24139 21280 0 -1 4202560 5175 0 0 0 118 0 0 0 15 0 22 0 524744898 16076001280 147166 33554432000 1073741824 1073778376 140734632218016 18446744073709551615 248101514137 0 4 0 16800975 18446604467567220544 0 0 -1 7 0 0 0
[pid=24139/tid=24172] ppid=24137 vsize=15699220 CPUtime=0 cores=1,3,5,7
/proc/24139/task/24172/stat : 24172 (java) S 24137 24139 21280 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 524744898 16076001280 147166 33554432000 1073741824 1073778376 140734632218016 18446744073709551615 248101514137 0 4 0 16800975 18446604467567220544 0 0 -1 5 0 0 0
[pid=24139/tid=24174] ppid=24137 vsize=15699220 CPUtime=0 cores=1,3,5,7
/proc/24139/task/24174/stat : 24174 (java) S 24137 24139 21280 0 -1 4202560 19 0 0 0 0 0 0 0 15 0 22 0 524744898 16076001280 147166 33554432000 1073741824 1073778376 140734632218016 18446744073709551615 248101514752 0 4 0 16800975 18446604467567220544 0 0 -1 3 0 0 0
[pid=24139/tid=24180] ppid=24137 vsize=15699220 CPUtime=306.65 cores=1,3,5,7
/proc/24139/task/24180/stat : 24180 (java) S 24137 24139 21280 0 -1 4202560 55358 0 0 0 30655 10 0 0 22 0 22 0 524744925 16076001280 147166 33554432000 1073741824 1073778376 140734632218016 18446744073709551615 248101514752 0 4 0 16800975 18446604467567220544 0 0 -1 3 0 0 0
[pid=24139/tid=24181] ppid=24137 vsize=15699220 CPUtime=306.49 cores=1,3,5,7
/proc/24139/task/24181/stat : 24181 (java) S 24137 24139 21280 0 -1 4202560 56402 0 0 0 30639 10 0 0 23 0 22 0 524744925 16076001280 147166 33554432000 1073741824 1073778376 140734632218016 18446744073709551615 248101514752 0 4 0 16800975 18446604467567220544 0 0 -1 1 0 0 0
[pid=24139/tid=24182] ppid=24137 vsize=15699220 CPUtime=306.75 cores=1,3,5,7
/proc/24139/task/24182/stat : 24182 (java) S 24137 24139 21280 0 -1 4202560 50234 0 0 0 30667 8 0 0 23 0 22 0 524744925 16076001280 147166 33554432000 1073741824 1073778376 140734632218016 18446744073709551615 248101514752 0 4 0 16800975 18446604467567220544 0 0 -1 7 0 0 0
[pid=24139/tid=24183] ppid=24137 vsize=15699220 CPUtime=307.23 cores=1,3,5,7
/proc/24139/task/24183/stat : 24183 (java) S 24137 24139 21280 0 -1 4202560 54985 0 0 0 30713 10 0 0 23 0 22 0 524744925 16076001280 147166 33554432000 1073741824 1073778376 140734632218016 18446744073709551615 248101514752 0 4 0 16800975 18446604467567220544 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1237.74
Current children cumulated vsize (KiB) 15699220

[startup+312.001 s]
/proc/loadavg: 7.95 7.93 8.06 9/220 24191
/proc/meminfo: memFree=29474148/32950928 swapFree=67111428/67111528
[pid=24139] ppid=24137 vsize=15699220 CPUtime=1237.74 cores=1,3,5,7
/proc/24139/stat : 24139 (java) S 24137 24139 21280 0 -1 4202496 392081 0 1 0 123678 96 0 0 23 0 22 0 524744893 16076001280 147166 33554432000 1073741824 1073778376 140734632218016 18446744073709551615 248101500901 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/24139/statm: 3924805 147166 2291 9 0 3915524 0
[pid=24139/tid=24142] ppid=24137 vsize=15699220 CPUtime=0.46 cores=1,3,5,7
/proc/24139/task/24142/stat : 24142 (java) S 24137 24139 21280 0 -1 4202560 11018 0 1 0 44 2 0 0 20 0 22 0 524744894 16076001280 147166 33554432000 1073741824 1073778376 140734632218016 18446744073709551615 248101514137 0 4 0 16800975 18446604467567220544 0 0 -1 1 0 0 0
[pid=24139/tid=24145] ppid=24137 vsize=15699220 CPUtime=0.94 cores=1,3,5,7
/proc/24139/task/24145/stat : 24145 (java) S 24137 24139 21280 0 -1 4202560 19032 0 0 0 89 5 0 0 16 0 22 0 524744894 16076001280 147166 33554432000 1073741824 1073778376 140734632218016 18446744073709551615 248101514137 0 4 0 16800975 18446604467567220544 0 0 -1 1 0 0 0
[pid=24139/tid=24147] ppid=24137 vsize=15699220 CPUtime=0.96 cores=1,3,5,7
/proc/24139/task/24147/stat : 24147 (java) S 24137 24139 21280 0 -1 4202560 18245 0 0 0 92 4 0 0 15 0 22 0 524744894 16076001280 147166 33554432000 1073741824 1073778376 140734632218016 18446744073709551615 248101514137 0 4 0 16800975 18446604467567220544 0 0 -1 5 0 0 0
[pid=24139/tid=24149] ppid=24137 vsize=15699220 CPUtime=0.92 cores=1,3,5,7
/proc/24139/task/24149/stat : 24149 (java) S 24137 24139 21280 0 -1 4202560 17220 0 0 0 89 3 0 0 16 0 22 0 524744894 16076001280 147166 33554432000 1073741824 1073778376 140734632218016 18446744073709551615 248101514137 0 4 0 16800975 18446604467567220544 0 0 -1 7 0 0 0
[pid=24139/tid=24151] ppid=24137 vsize=15699220 CPUtime=0.94 cores=1,3,5,7
/proc/24139/task/24151/stat : 24151 (java) S 24137 24139 21280 0 -1 4202560 18961 0 0 0 90 4 0 0 16 0 22 0 524744894 16076001280 147166 33554432000 1073741824 1073778376 140734632218016 18446744073709551615 248101514137 0 4 0 16800975 18446604467567220544 0 0 -1 5 0 0 0
[pid=24139/tid=24153] ppid=24137 vsize=15699220 CPUtime=0.98 cores=1,3,5,7
/proc/24139/task/24153/stat : 24153 (java) S 24137 24139 21280 0 -1 4202560 18359 0 0 0 93 5 0 0 16 0 22 0 524744894 16076001280 147166 33554432000 1073741824 1073778376 140734632218016 18446744073709551615 248101514137 0 4 0 16800975 18446604467567220544 0 0 -1 3 0 0 0
[pid=24139/tid=24155] ppid=24137 vsize=15699220 CPUtime=0.93 cores=1,3,5,7
/proc/24139/task/24155/stat : 24155 (java) S 24137 24139 21280 0 -1 4202560 18883 0 0 0 90 3 0 0 16 0 22 0 524744894 16076001280 147166 33554432000 1073741824 1073778376 140734632218016 18446744073709551615 248101514137 0 4 0 16800975 18446604467567220544 0 0 -1 5 0 0 0
[pid=24139/tid=24157] ppid=24137 vsize=15699220 CPUtime=0.95 cores=1,3,5,7
/proc/24139/task/24157/stat : 24157 (java) S 24137 24139 21280 0 -1 4202560 18917 0 0 0 91 4 0 0 15 0 22 0 524744894 16076001280 147166 33554432000 1073741824 1073778376 140734632218016 18446744073709551615 248101514137 0 4 0 16800975 18446604467567220544 0 0 -1 7 0 0 0
[pid=24139/tid=24159] ppid=24137 vsize=15699220 CPUtime=0.97 cores=1,3,5,7
/proc/24139/task/24159/stat : 24159 (java) S 24137 24139 21280 0 -1 4202560 19495 0 0 0 93 4 0 0 15 0 22 0 524744894 16076001280 147166 33554432000 1073741824 1073778376 140734632218016 18446744073709551615 248101514137 0 4 0 16800975 18446604467567220544 0 0 -1 3 0 0 0
[pid=24139/tid=24161] ppid=24137 vsize=15699220 CPUtime=0.43 cores=1,3,5,7
/proc/24139/task/24161/stat : 24161 (java) S 24137 24139 21280 0 -1 4202560 799 0 0 0 29 14 0 0 15 0 22 0 524744895 16076001280 147166 33554432000 1073741824 1073778376 140734632218016 18446744073709551615 248101514752 0 0 0 16800975 18446604467567220544 0 0 -1 3 0 0 0
[pid=24139/tid=24163] ppid=24137 vsize=15699220 CPUtime=0 cores=1,3,5,7
/proc/24139/task/24163/stat : 24163 (java) S 24137 24139 21280 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 524744896 16076001280 147166 33554432000 1073741824 1073778376 140734632218016 18446744073709551615 248101514137 0 4 0 16800975 18446604467567220544 0 0 -1 3 0 0 0
[pid=24139/tid=24165] ppid=24137 vsize=15699220 CPUtime=0 cores=1,3,5,7
/proc/24139/task/24165/stat : 24165 (java) S 24137 24139 21280 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 524744896 16076001280 147166 33554432000 1073741824 1073778376 140734632218016 18446744073709551615 248101514137 0 4 0 16800975 18446604467567220544 0 0 -1 3 0 0 0
[pid=24139/tid=24166] ppid=24137 vsize=15699220 CPUtime=0 cores=1,3,5,7
/proc/24139/task/24166/stat : 24166 (java) S 24137 24139 21280 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 524744898 16076001280 147166 33554432000 1073741824 1073778376 140734632218016 18446744073709551615 248101521841 0 4 0 16800975 18446604467567220544 0 0 -1 5 0 0 0
[pid=24139/tid=24168] ppid=24137 vsize=15699220 CPUtime=0.78 cores=1,3,5,7
/proc/24139/task/24168/stat : 24168 (java) S 24137 24139 21280 0 -1 4202560 7591 0 0 0 78 0 0 0 15 0 22 0 524744898 16076001280 147166 33554432000 1073741824 1073778376 140734632218016 18446744073709551615 248101514137 0 4 0 16800975 18446604467567220544 0 0 -1 5 0 0 0
[pid=24139/tid=24170] ppid=24137 vsize=15699220 CPUtime=1.18 cores=1,3,5,7
/proc/24139/task/24170/stat : 24170 (java) S 24137 24139 21280 0 -1 4202560 5175 0 0 0 118 0 0 0 15 0 22 0 524744898 16076001280 147166 33554432000 1073741824 1073778376 140734632218016 18446744073709551615 248101514137 0 4 0 16800975 18446604467567220544 0 0 -1 7 0 0 0
[pid=24139/tid=24172] ppid=24137 vsize=15699220 CPUtime=0 cores=1,3,5,7
/proc/24139/task/24172/stat : 24172 (java) S 24137 24139 21280 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 524744898 16076001280 147166 33554432000 1073741824 1073778376 140734632218016 18446744073709551615 248101514137 0 4 0 16800975 18446604467567220544 0 0 -1 5 0 0 0
[pid=24139/tid=24174] ppid=24137 vsize=15699220 CPUtime=0 cores=1,3,5,7
/proc/24139/task/24174/stat : 24174 (java) S 24137 24139 21280 0 -1 4202560 19 0 0 0 0 0 0 0 15 0 22 0 524744898 16076001280 147166 33554432000 1073741824 1073778376 140734632218016 18446744073709551615 248101514752 0 4 0 16800975 18446604467567220544 0 0 -1 3 0 0 0
[pid=24139/tid=24180] ppid=24137 vsize=15699220 CPUtime=306.65 cores=1,3,5,7
/proc/24139/task/24180/stat : 24180 (java) S 24137 24139 21280 0 -1 4202560 55358 0 0 0 30655 10 0 0 22 0 22 0 524744925 16076001280 147166 33554432000 1073741824 1073778376 140734632218016 18446744073709551615 248101514752 0 4 0 16800975 18446604467567220544 0 0 -1 3 0 0 0
[pid=24139/tid=24181] ppid=24137 vsize=15699220 CPUtime=306.49 cores=1,3,5,7
/proc/24139/task/24181/stat : 24181 (java) S 24137 24139 21280 0 -1 4202560 56402 0 0 0 30639 10 0 0 21 0 22 0 524744925 16076001280 147166 33554432000 1073741824 1073778376 140734632218016 18446744073709551615 248101514752 0 4 0 16800975 18446604467567220544 0 0 -1 1 0 0 0
[pid=24139/tid=24182] ppid=24137 vsize=15699220 CPUtime=306.75 cores=1,3,5,7
/proc/24139/task/24182/stat : 24182 (java) R 24137 24139 21280 0 -1 4202560 50234 0 0 0 30667 8 0 0 22 0 22 0 524744925 16076001280 147166 33554432000 1073741824 1073778376 140734632218016 18446744073709551615 248101514752 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=24139/tid=24183] ppid=24137 vsize=15699220 CPUtime=307.23 cores=1,3,5,7
/proc/24139/task/24183/stat : 24183 (java) S 24137 24139 21280 0 -1 4202560 54985 0 0 0 30713 10 0 0 22 0 22 0 524744925 16076001280 147166 33554432000 1073741824 1073778376 140734632218016 18446744073709551615 248101514752 0 4 0 16800975 18446604467567220544 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1237.74
Current children cumulated vsize (KiB) 15699220

Child status: 20
Real time (s): 312.084
CPU time (s): 1237.78
CPU user time (s): 1236.79
CPU system time (s): 0.991849
CPU usage (%): 396.617
Max. virtual memory (cumulated for all children) (KiB): 15699220

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1236.79
system time used= 0.991849
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 392110
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= 62095
involuntary context switches= 37175

runsolver used 0.545917 second user time and 1.17382 second system time

The end

Launcher Data

Begin job on node123 at 2011-04-30 04:44:11
IDJOB=3312732
IDBENCH=82917
IDSOLVER=1699
FILE ID=node123/3312732-1304131451
RUNJOBID= node123-1304131451-24121
PBS_JOBID= 13170756
Free space on /tmp= 73464 MiB

SOLVER NAME= STRUCTure 0.1
BENCH NAME= SAT11/random/medium/unif-k7-r89-v50-c4450-S1374457799-001.UNKNOWN.cnf
COMMAND LINE= run 15000 NBCORE TMPDIR DIR BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3312732-1304131451/watcher-3312732-1304131451 -o /tmp/evaluation-result-3312732-1304131451/solver-3312732-1304131451 -C 4800 -W 1300 -M 15500  run 15000 4 HOME HOME HOME/instance-3312732-1304131451.cnf

TIME LIMIT= 4800 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= 0448cdbfc0b1241b735cac942d079298
RANDOM SEED=487518436

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      30480896 kB
Buffers:        620968 kB
Cached:        1414308 kB
SwapCached:        100 kB
Active:         174028 kB
Inactive:      1925964 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      30480896 kB
SwapTotal:    67111528 kB
SwapFree:     67111428 kB
Dirty:            3280 kB
Writeback:           8 kB
AnonPages:       64060 kB
Mapped:          15148 kB
Slab:           307372 kB
PageTables:       4632 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   199496 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= 73464 MiB
End job on node123 at 2011-04-30 04:49:23