Trace number 3312107

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.1 (hbr=2)? (TO) 4611.77 1301.05

General information on the benchmark

NameAPPLICATIONS/diagnosis/
UR-20-10p0.cnf
MD5SUMfaef1c850bb82ceddc7da5a4c445dd25
Bench CategoryAPPLICATION (applications 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 variables258781
Number of clauses1372095
Sum of the clauses size3305764
Maximum clause length10
Minimum clause length1
Number of clauses of size 113149
Number of clauses of size 2980303
Number of clauses of size 3313283
Number of clauses of size 47260
Number of clauses of size 529040
Number of clauses of size over 529060

Solver Data

0.11/0.11	50:15 INFO : Reading from input HOME/instance-3312107-1304077814.cnf
4.94/4.65	Executor set job limit to 1000000
4.94/4.65	Executor set job limit to 1000000
4.94/4.65	Executor set job limit to 1000000
4.94/4.65	Executor set job limit to 1000000
4.94/4.65	Starting Executor!
4.94/4.65	Starting Executor!
4.94/4.65	Starting Executor!
4.94/4.65	Starting Executor!
97.70/94.80	51:49 INFO : 189385 variables remaining out of 258781
97.70/94.80	51:49 INFO : 27398354 literals remaining out of 4677859

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

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

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: 7.40 7.93 7.38 2/194 21221
/proc/meminfo: memFree=30625108/32951124 swapFree=67111356/67111528
[pid=21221] ppid=21219 vsize=26088 CPUtime=0 cores=1,3,5,7
/proc/21221/stat : 21221 (java) S 21219 21221 20894 0 -1 4202496 1413 0 0 0 0 0 0 0 24 0 2 0 500197721 26714112 885 33554432000 1073741824 1073778376 140733928829104 18446744073709551615 212051458021 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/21221/statm: 6793 885 678 9 0 381 0
[pid=21221/tid=21222] ppid=21219 vsize=27172 CPUtime=0 cores=1,3,5,7
/proc/21221/task/21222/stat : 21222 (java) R 21219 21221 20894 0 -1 4202560 66 0 0 0 0 0 0 0 25 0 2 0 500197722 27824128 894 33554432000 1073741824 1073778376 140733928829104 18446744073709551615 212034731655 0 2147483391 4096 0 0 0 0 -1 3 0 0 0

[startup+0.0183971 s]
/proc/loadavg: 7.40 7.93 7.38 2/194 21221
/proc/meminfo: memFree=30625108/32951124 swapFree=67111356/67111528
[pid=21221] ppid=21219 vsize=15591780 CPUtime=0.01 cores=1,3,5,7
/proc/21221/stat : 21221 (java) S 21219 21221 20894 0 -1 4202496 3149 0 1 0 1 0 0 0 24 0 10 0 500197721 15965982720 2591 33554432000 1073741824 1073778376 140733928829104 18446744073709551615 212051458021 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0
/proc/21221/statm: 3897945 2592 1513 9 0 3888693 0
[pid=21221/tid=21222] ppid=21219 vsize=15591780 CPUtime=0.01 cores=1,3,5,7
/proc/21221/task/21222/stat : 21222 (java) R 21219 21221 20894 0 -1 4202560 1785 0 1 0 1 0 0 0 25 0 10 0 500197722 15965982720 2592 33554432000 1073741824 1073778376 140733928829104 18446744073709551615 212051482059 0 4 0 16784584 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 15591780

[startup+0.100361 s]
/proc/loadavg: 7.40 7.93 7.38 2/194 21221
/proc/meminfo: memFree=30625108/32951124 swapFree=67111356/67111528
[pid=21221] ppid=21219 vsize=15676176 CPUtime=0.11 cores=1,3,5,7
/proc/21221/stat : 21221 (java) S 21219 21221 20894 0 -1 4202496 5607 0 1 0 9 2 0 0 24 0 18 0 500197721 16052404224 5010 33554432000 1073741824 1073778376 140733928829104 18446744073709551615 212051458021 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/21221/statm: 3919044 5011 2118 9 0 3909763 0
[pid=21221/tid=21222] ppid=21219 vsize=15676176 CPUtime=0.09 cores=1,3,5,7
/proc/21221/task/21222/stat : 21222 (java) R 21219 21221 20894 0 -1 4202560 3439 0 1 0 8 1 0 0 18 0 18 0 500197722 16052404224 5011 33554432000 1073741824 1073778376 140733928829104 18446744073709551615 46984986931205 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 15676176

[startup+0.30033 s]
/proc/loadavg: 7.40 7.93 7.38 2/194 21221
/proc/meminfo: memFree=30625108/32951124 swapFree=67111356/67111528
[pid=21221] ppid=21219 vsize=15681116 CPUtime=0.51 cores=1,3,5,7
/proc/21221/stat : 21221 (java) S 21219 21221 20894 0 -1 4202496 15795 0 1 0 47 4 0 0 24 0 18 0 500197721 16057462784 13982 33554432000 1073741824 1073778376 140733928829104 18446744073709551615 212051458021 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/21221/statm: 3920279 13987 2207 9 0 3910998 0
[pid=21221/tid=21222] ppid=21219 vsize=15681116 CPUtime=0.28 cores=1,3,5,7
/proc/21221/task/21222/stat : 21222 (java) R 21219 21221 20894 0 -1 4202560 10634 0 1 0 26 2 0 0 18 0 18 0 500197722 16057462784 13989 33554432000 1073741824 1073778376 140733928829104 18446744073709551615 46912505586974 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 15681116

[startup+0.700256 s]
/proc/loadavg: 7.40 7.93 7.38 2/194 21221
/proc/meminfo: memFree=30625108/32951124 swapFree=67111356/67111528
[pid=21221] ppid=21219 vsize=15681116 CPUtime=0.92 cores=1,3,5,7
/proc/21221/stat : 21221 (java) S 21219 21221 20894 0 -1 4202496 42293 0 1 0 86 6 0 0 24 0 18 0 500197721 16057462784 40477 33554432000 1073741824 1073778376 140733928829104 18446744073709551615 212051458021 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/21221/statm: 3920279 40477 2223 9 0 3910998 0
[pid=21221/tid=21222] ppid=21219 vsize=15681116 CPUtime=0.68 cores=1,3,5,7
/proc/21221/task/21222/stat : 21222 (java) R 21219 21221 20894 0 -1 4202560 35503 0 1 0 63 5 0 0 18 0 18 0 500197722 16057462784 40477 33554432000 1073741824 1073778376 140733928829104 18446744073709551615 46912505520732 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.92
Current children cumulated vsize (KiB) 15681116

[startup+1.50112 s]
/proc/loadavg: 7.40 7.93 7.38 4/216 21243
/proc/meminfo: memFree=30325556/32951124 swapFree=67111356/67111528
[pid=21221] ppid=21219 vsize=15681116 CPUtime=1.74 cores=1,3,5,7
/proc/21221/stat : 21221 (java) S 21219 21221 20894 0 -1 4202496 49337 0 1 0 167 7 0 0 24 0 18 0 500197721 16057462784 47504 33554432000 1073741824 1073778376 140733928829104 18446744073709551615 212051458021 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/21221/statm: 3920279 47504 2223 9 0 3910998 0
[pid=21221/tid=21222] ppid=21219 vsize=15681116 CPUtime=1.47 cores=1,3,5,7
/proc/21221/task/21222/stat : 21222 (java) R 21219 21221 20894 0 -1 4202560 39259 0 1 0 141 6 0 0 19 0 18 0 500197722 16057462784 47504 33554432000 1073741824 1073778376 140733928829104 18446744073709551615 46912505513355 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=21221/tid=21224] ppid=21219 vsize=15681116 CPUtime=0 cores=1,3,5,7
/proc/21221/task/21224/stat : 21224 (java) S 21219 21221 20894 0 -1 4202560 931 0 0 0 0 0 0 0 15 0 18 0 500197722 16057462784 47504 33554432000 1073741824 1073778376 140733928829104 18446744073709551615 212051471257 0 4 0 16800975 18446604462001093376 0 0 -1 3 0 0 0
[pid=21221/tid=21225] ppid=21219 vsize=15681116 CPUtime=0 cores=1,3,5,7
/proc/21221/task/21225/stat : 21225 (java) S 21219 21221 20894 0 -1 4202560 259 0 0 0 0 0 0 0 15 0 18 0 500197722 16057462784 47504 33554432000 1073741824 1073778376 140733928829104 18446744073709551615 212051471257 0 4 0 16800975 18446604462001093376 0 0 -1 1 0 0 0
[pid=21221/tid=21226] ppid=21219 vsize=15681116 CPUtime=0 cores=1,3,5,7
/proc/21221/task/21226/stat : 21226 (java) S 21219 21221 20894 0 -1 4202560 687 0 0 0 0 0 0 0 15 0 18 0 500197722 16057462784 47504 33554432000 1073741824 1073778376 140733928829104 18446744073709551615 212051471257 0 4 0 16800975 18446604462001093376 0 0 -1 1 0 0 0
[pid=21221/tid=21227] ppid=21219 vsize=15681116 CPUtime=0 cores=1,3,5,7
/proc/21221/task/21227/stat : 21227 (java) S 21219 21221 20894 0 -1 4202560 714 0 0 0 0 0 0 0 16 0 18 0 500197722 16057462784 47504 33554432000 1073741824 1073778376 140733928829104 18446744073709551615 212051471257 0 4 0 16800975 18446604462001093376 0 0 -1 5 0 0 0
[pid=21221/tid=21228] ppid=21219 vsize=15681116 CPUtime=0 cores=1,3,5,7
/proc/21221/task/21228/stat : 21228 (java) S 21219 21221 20894 0 -1 4202560 13 0 0 0 0 0 0 0 16 0 18 0 500197722 16057462784 47504 33554432000 1073741824 1073778376 140733928829104 18446744073709551615 212051471257 0 4 0 16800975 18446604462001093376 0 0 -1 1 0 0 0
[pid=21221/tid=21229] ppid=21219 vsize=15681116 CPUtime=0 cores=1,3,5,7
/proc/21221/task/21229/stat : 21229 (java) S 21219 21221 20894 0 -1 4202560 598 0 0 0 0 0 0 0 15 0 18 0 500197722 16057462784 47504 33554432000 1073741824 1073778376 140733928829104 18446744073709551615 212051471257 0 4 0 16800975 18446604462001093376 0 0 -1 3 0 0 0
[pid=21221/tid=21230] ppid=21219 vsize=15681116 CPUtime=0 cores=1,3,5,7
/proc/21221/task/21230/stat : 21230 (java) S 21219 21221 20894 0 -1 4202560 1576 0 0 0 0 0 0 0 16 0 18 0 500197722 16057462784 47504 33554432000 1073741824 1073778376 140733928829104 18446744073709551615 212051471257 0 4 0 16800975 18446604462001093376 0 0 -1 7 0 0 0
[pid=21221/tid=21231] ppid=21219 vsize=15681116 CPUtime=0 cores=1,3,5,7
/proc/21221/task/21231/stat : 21231 (java) S 21219 21221 20894 0 -1 4202560 68 0 0 0 0 0 0 0 15 0 18 0 500197722 16057462784 47504 33554432000 1073741824 1073778376 140733928829104 18446744073709551615 212051471257 0 4 0 16800975 18446604462001093376 0 0 -1 3 0 0 0
[pid=21221/tid=21232] ppid=21219 vsize=15681116 CPUtime=0 cores=1,3,5,7
/proc/21221/task/21232/stat : 21232 (java) S 21219 21221 20894 0 -1 4202560 71 0 0 0 0 0 0 0 15 0 18 0 500197723 16057462784 47504 33554432000 1073741824 1073778376 140733928829104 18446744073709551615 212051471872 0 0 0 16800975 18446604462001093376 0 0 -1 1 0 0 0
[pid=21221/tid=21233] ppid=21219 vsize=15681116 CPUtime=0 cores=1,3,5,7
/proc/21221/task/21233/stat : 21233 (java) S 21219 21221 20894 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 18 0 500197724 16057462784 47504 33554432000 1073741824 1073778376 140733928829104 18446744073709551615 212051471257 0 4 0 16800975 18446604462001093376 0 0 -1 5 0 0 0
[pid=21221/tid=21234] ppid=21219 vsize=15681116 CPUtime=0 cores=1,3,5,7
/proc/21221/task/21234/stat : 21234 (java) S 21219 21221 20894 0 -1 4202560 8 0 0 0 0 0 0 0 21 0 18 0 500197724 16057462784 47504 33554432000 1073741824 1073778376 140733928829104 18446744073709551615 212051471257 0 4 0 16800975 18446604462001093376 0 0 -1 5 0 0 0
[pid=21221/tid=21235] ppid=21219 vsize=15681116 CPUtime=0 cores=1,3,5,7
/proc/21221/task/21235/stat : 21235 (java) S 21219 21221 20894 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 500197726 16057462784 47504 33554432000 1073741824 1073778376 140733928829104 18446744073709551615 212051478961 0 4 0 16800975 18446604462001093376 0 0 -1 3 0 0 0
[pid=21221/tid=21236] ppid=21219 vsize=15681116 CPUtime=0.12 cores=1,3,5,7
/proc/21221/task/21236/stat : 21236 (java) S 21219 21221 20894 0 -1 4202560 2453 0 0 0 12 0 0 0 15 0 18 0 500197726 16057462784 47504 33554432000 1073741824 1073778376 140733928829104 18446744073709551615 212051471257 0 4 0 16800975 18446604462001093376 0 0 -1 1 0 0 0
[pid=21221/tid=21237] ppid=21219 vsize=15681116 CPUtime=0.09 cores=1,3,5,7
/proc/21221/task/21237/stat : 21237 (java) S 21219 21221 20894 0 -1 4202560 1323 0 0 0 9 0 0 0 17 0 18 0 500197726 16057462784 47504 33554432000 1073741824 1073778376 140733928829104 18446744073709551615 212051471257 0 4 0 16800975 18446604462001093376 0 0 -1 7 0 0 0
[pid=21221/tid=21238] ppid=21219 vsize=15681116 CPUtime=0 cores=1,3,5,7
/proc/21221/task/21238/stat : 21238 (java) S 21219 21221 20894 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 500197726 16057462784 47504 33554432000 1073741824 1073778376 140733928829104 18446744073709551615 212051471257 0 4 0 16800975 18446604462001093376 0 0 -1 3 0 0 0
[pid=21221/tid=21239] ppid=21219 vsize=15681116 CPUtime=0 cores=1,3,5,7
/proc/21221/task/21239/stat : 21239 (java) S 21219 21221 20894 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 500197726 16057462784 47504 33554432000 1073741824 1073778376 140733928829104 18446744073709551615 212051471872 0 4 0 16800975 18446604462001093376 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1.74
Current children cumulated vsize (KiB) 15681116

[startup+3.10083 s]
/proc/loadavg: 7.40 7.93 7.38 4/216 21243
/proc/meminfo: memFree=30160264/32951124 swapFree=67111356/67111528
[pid=21221] ppid=21219 vsize=15681116 CPUtime=3.41 cores=1,3,5,7
/proc/21221/stat : 21221 (java) S 21219 21221 20894 0 -1 4202496 140092 0 1 0 323 18 0 0 24 0 18 0 500197721 16057462784 138172 33554432000 1073741824 1073778376 140733928829104 18446744073709551615 212051458021 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/21221/statm: 3920279 138172 2241 9 0 3910998 0
[pid=21221/tid=21222] ppid=21219 vsize=15681116 CPUtime=3.07 cores=1,3,5,7
/proc/21221/task/21222/stat : 21222 (java) R 21219 21221 20894 0 -1 4202560 126860 0 1 0 291 16 0 0 24 0 18 0 500197722 16057462784 138172 33554432000 1073741824 1073778376 140733928829104 18446744073709551615 46912505642889 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=21221/tid=21224] ppid=21219 vsize=15681116 CPUtime=0 cores=1,3,5,7
/proc/21221/task/21224/stat : 21224 (java) S 21219 21221 20894 0 -1 4202560 931 0 0 0 0 0 0 0 15 0 18 0 500197722 16057462784 138172 33554432000 1073741824 1073778376 140733928829104 18446744073709551615 212051471257 0 4 0 16800975 18446604462001093376 0 0 -1 5 0 0 0
[pid=21221/tid=21225] ppid=21219 vsize=15681116 CPUtime=0 cores=1,3,5,7
/proc/21221/task/21225/stat : 21225 (java) S 21219 21221 20894 0 -1 4202560 261 0 0 0 0 0 0 0 15 0 18 0 500197722 16057462784 138172 33554432000 1073741824 1073778376 140733928829104 18446744073709551615 212051471257 0 4 0 16800975 18446604462001093376 0 0 -1 1 0 0 0
[pid=21221/tid=21226] ppid=21219 vsize=15681116 CPUtime=0 cores=1,3,5,7
/proc/21221/task/21226/stat : 21226 (java) S 21219 21221 20894 0 -1 4202560 688 0 0 0 0 0 0 0 15 0 18 0 500197722 16057462784 138172 33554432000 1073741824 1073778376 140733928829104 18446744073709551615 212051471257 0 4 0 16800975 18446604462001093376 0 0 -1 1 0 0 0
[pid=21221/tid=21227] ppid=21219 vsize=15681116 CPUtime=0.01 cores=1,3,5,7
/proc/21221/task/21227/stat : 21227 (java) S 21219 21221 20894 0 -1 4202560 970 0 0 0 1 0 0 0 15 0 18 0 500197722 16057462784 138172 33554432000 1073741824 1073778376 140733928829104 18446744073709551615 212051471257 0 4 0 16800975 18446604462001093376 0 0 -1 5 0 0 0
[pid=21221/tid=21228] ppid=21219 vsize=15681116 CPUtime=0 cores=1,3,5,7
/proc/21221/task/21228/stat : 21228 (java) S 21219 21221 20894 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 18 0 500197722 16057462784 138172 33554432000 1073741824 1073778376 140733928829104 18446744073709551615 212051471257 0 4 0 16800975 18446604462001093376 0 0 -1 1 0 0 0
[pid=21221/tid=21229] ppid=21219 vsize=15681116 CPUtime=0 cores=1,3,5,7
/proc/21221/task/21229/stat : 21229 (java) S 21219 21221 20894 0 -1 4202560 3178 0 0 0 0 0 0 0 15 0 18 0 500197722 16057462784 138172 33554432000 1073741824 1073778376 140733928829104 18446744073709551615 212051471257 0 4 0 16800975 18446604462001093376 0 0 -1 3 0 0 0
[pid=21221/tid=21230] ppid=21219 vsize=15681116 CPUtime=0.01 cores=1,3,5,7
/proc/21221/task/21230/stat : 21230 (java) S 21219 21221 20894 0 -1 4202560 1595 0 0 0 1 0 0 0 15 0 18 0 500197722 16057462784 138172 33554432000 1073741824 1073778376 140733928829104 18446744073709551615 212051471257 0 4 0 16800975 18446604462001093376 0 0 -1 7 0 0 0
[pid=21221/tid=21231] ppid=21219 vsize=15681116 CPUtime=0 cores=1,3,5,7
/proc/21221/task/21231/stat : 21231 (java) S 21219 21221 20894 0 -1 4202560 68 0 0 0 0 0 0 0 15 0 18 0 500197722 16057462784 138172 33554432000 1073741824 1073778376 140733928829104 18446744073709551615 212051471257 0 4 0 16800975 18446604462001093376 0 0 -1 5 0 0 0
[pid=21221/tid=21232] ppid=21219 vsize=15681116 CPUtime=0 cores=1,3,5,7
/proc/21221/task/21232/stat : 21232 (java) S 21219 21221 20894 0 -1 4202560 197 0 0 0 0 0 0 0 15 0 18 0 500197723 16057462784 138172 33554432000 1073741824 1073778376 140733928829104 18446744073709551615 212051471872 0 0 0 16800975 18446604462001093376 0 0 -1 1 0 0 0
[pid=21221/tid=21233] ppid=21219 vsize=15681116 CPUtime=0 cores=1,3,5,7
/proc/21221/task/21233/stat : 21233 (java) S 21219 21221 20894 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 18 0 500197724 16057462784 138172 33554432000 1073741824 1073778376 140733928829104 18446744073709551615 212051471257 0 4 0 16800975 18446604462001093376 0 0 -1 5 0 0 0
[pid=21221/tid=21234] ppid=21219 vsize=15681116 CPUtime=0 cores=1,3,5,7
/proc/21221/task/21234/stat : 21234 (java) S 21219 21221 20894 0 -1 4202560 8 0 0 0 0 0 0 0 21 0 18 0 500197724 16057462784 138172 33554432000 1073741824 1073778376 140733928829104 18446744073709551615 212051471257 0 4 0 16800975 18446604462001093376 0 0 -1 5 0 0 0
[pid=21221/tid=21235] ppid=21219 vsize=15681116 CPUtime=0 cores=1,3,5,7
/proc/21221/task/21235/stat : 21235 (java) S 21219 21221 20894 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 500197726 16057462784 138172 33554432000 1073741824 1073778376 140733928829104 18446744073709551615 212051478961 0 4 0 16800975 18446604462001093376 0 0 -1 3 0 0 0
[pid=21221/tid=21236] ppid=21219 vsize=15681116 CPUtime=0.14 cores=1,3,5,7
/proc/21221/task/21236/stat : 21236 (java) S 21219 21221 20894 0 -1 4202560 2473 0 0 0 14 0 0 0 15 0 18 0 500197726 16057462784 138172 33554432000 1073741824 1073778376 140733928829104 18446744073709551615 212051471257 0 4 0 16800975 18446604462001093376 0 0 -1 1 0 0 0
[pid=21221/tid=21237] ppid=21219 vsize=15681116 CPUtime=0.11 cores=1,3,5,7
/proc/21221/task/21237/stat : 21237 (java) S 21219 21221 20894 0 -1 4202560 1439 0 0 0 11 0 0 0 15 0 18 0 500197726 16057462784 138172 33554432000 1073741824 1073778376 140733928829104 18446744073709551615 212051471257 0 4 0 16800975 18446604462001093376 0 0 -1 7 0 0 0
[pid=21221/tid=21238] ppid=21219 vsize=15681116 CPUtime=0 cores=1,3,5,7
/proc/21221/task/21238/stat : 21238 (java) S 21219 21221 20894 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 500197726 16057462784 138172 33554432000 1073741824 1073778376 140733928829104 18446744073709551615 212051471257 0 4 0 16800975 18446604462001093376 0 0 -1 3 0 0 0
[pid=21221/tid=21239] ppid=21219 vsize=15681116 CPUtime=0 cores=1,3,5,7
/proc/21221/task/21239/stat : 21239 (java) S 21219 21221 20894 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 500197726 16057462784 138172 33554432000 1073741824 1073778376 140733928829104 18446744073709551615 212051471872 0 4 0 16800975 18446604462001093376 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3.41
Current children cumulated vsize (KiB) 15681116

[startup+6.30125 s]
/proc/loadavg: 6.97 7.83 7.35 5/220 21247
/proc/meminfo: memFree=29902320/32951124 swapFree=67111356/67111528
[pid=21221] ppid=21219 vsize=15714828 CPUtime=7.42 cores=1,3,5,7
/proc/21221/stat : 21221 (java) S 21219 21221 20894 0 -1 4202496 157810 0 1 0 721 21 0 0 24 0 22 0 500197721 16091983872 148084 33554432000 1073741824 1073778376 140733928829104 18446744073709551615 212051458021 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/21221/statm: 3928707 148084 2266 9 0 3919426 0
[pid=21221/tid=21222] ppid=21219 vsize=15714828 CPUtime=6.24 cores=1,3,5,7
/proc/21221/task/21222/stat : 21222 (java) R 21219 21221 20894 0 -1 4202560 126974 0 1 0 608 16 0 0 20 0 22 0 500197722 16091983872 148084 33554432000 1073741824 1073778376 140733928829104 18446744073709551615 46912505845275 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=21221/tid=21224] ppid=21219 vsize=15714828 CPUtime=0 cores=1,3,5,7
/proc/21221/task/21224/stat : 21224 (java) S 21219 21221 20894 0 -1 4202560 931 0 0 0 0 0 0 0 16 0 22 0 500197722 16091983872 148084 33554432000 1073741824 1073778376 140733928829104 18446744073709551615 212051471257 0 4 0 16800975 18446604462001093376 0 0 -1 3 0 0 0
[pid=21221/tid=21225] ppid=21219 vsize=15714828 CPUtime=0 cores=1,3,5,7
/proc/21221/task/21225/stat : 21225 (java) S 21219 21221 20894 0 -1 4202560 261 0 0 0 0 0 0 0 15 0 22 0 500197722 16091983872 148084 33554432000 1073741824 1073778376 140733928829104 18446744073709551615 212051471257 0 4 0 16800975 18446604462001093376 0 0 -1 7 0 0 0
[pid=21221/tid=21226] ppid=21219 vsize=15714828 CPUtime=0.01 cores=1,3,5,7
/proc/21221/task/21226/stat : 21226 (java) S 21219 21221 20894 0 -1 4202560 688 0 0 0 1 0 0 0 15 0 22 0 500197722 16091983872 148084 33554432000 1073741824 1073778376 140733928829104 18446744073709551615 212051471257 0 4 0 16800975 18446604462001093376 0 0 -1 7 0 0 0
[pid=21221/tid=21227] ppid=21219 vsize=15714828 CPUtime=0.02 cores=1,3,5,7
/proc/21221/task/21227/stat : 21227 (java) S 21219 21221 20894 0 -1 4202560 970 0 0 0 2 0 0 0 15 0 22 0 500197722 16091983872 148084 33554432000 1073741824 1073778376 140733928829104 18446744073709551615 212051471257 0 4 0 16800975 18446604462001093376 0 0 -1 5 0 0 0
[pid=21221/tid=21228] ppid=21219 vsize=15714828 CPUtime=0 cores=1,3,5,7
/proc/21221/task/21228/stat : 21228 (java) S 21219 21221 20894 0 -1 4202560 5169 0 0 0 0 0 0 0 15 0 22 0 500197722 16091983872 148084 33554432000 1073741824 1073778376 140733928829104 18446744073709551615 212051471257 0 4 0 16800975 18446604462001093376 0 0 -1 3 0 0 0
[pid=21221/tid=21229] ppid=21219 vsize=15714828 CPUtime=0 cores=1,3,5,7
/proc/21221/task/21229/stat : 21229 (java) S 21219 21221 20894 0 -1 4202560 3178 0 0 0 0 0 0 0 15 0 22 0 500197722 16091983872 148084 33554432000 1073741824 1073778376 140733928829104 18446744073709551615 212051471257 0 4 0 16800975 18446604462001093376 0 0 -1 3 0 0 0
[pid=21221/tid=21230] ppid=21219 vsize=15714828 CPUtime=0.01 cores=1,3,5,7
/proc/21221/task/21230/stat : 21230 (java) S 21219 21221 20894 0 -1 4202560 1595 0 0 0 1 0 0 0 15 0 22 0 500197722 16091983872 148084 33554432000 1073741824 1073778376 140733928829104 18446744073709551615 212051471257 0 4 0 16800975 18446604462001093376 0 0 -1 7 0 0 0
[pid=21221/tid=21231] ppid=21219 vsize=15714828 CPUtime=0 cores=1,3,5,7
/proc/21221/task/21231/stat : 21231 (java) S 21219 21221 20894 0 -1 4202560 68 0 0 0 0 0 0 0 16 0 22 0 500197722 16091983872 148084 33554432000 1073741824 1073778376 140733928829104 18446744073709551615 212051471257 0 4 0 16800975 18446604462001093376 0 0 -1 3 0 0 0
[pid=21221/tid=21232] ppid=21219 vsize=15714828 CPUtime=0 cores=1,3,5,7
/proc/21221/task/21232/stat : 21232 (java) S 21219 21221 20894 0 -1 4202560 338 0 0 0 0 0 0 0 15 0 22 0 500197723 16091983872 148084 33554432000 1073741824 1073778376 140733928829104 18446744073709551615 212051471872 0 0 0 16800975 18446604462001093376 0 0 -1 5 0 0 0
[pid=21221/tid=21233] ppid=21219 vsize=15714828 CPUtime=0 cores=1,3,5,7
/proc/21221/task/21233/stat : 21233 (java) S 21219 21221 20894 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 22 0 500197724 16091983872 148084 33554432000 1073741824 1073778376 140733928829104 18446744073709551615 212051471257 0 4 0 16800975 18446604462001093376 0 0 -1 5 0 0 0
[pid=21221/tid=21234] ppid=21219 vsize=15714828 CPUtime=0 cores=1,3,5,7
/proc/21221/task/21234/stat : 21234 (java) S 21219 21221 20894 0 -1 4202560 8 0 0 0 0 0 0 0 21 0 22 0 500197724 16091983872 148084 33554432000 1073741824 1073778376 140733928829104 18446744073709551615 212051471257 0 4 0 16800975 18446604462001093376 0 0 -1 5 0 0 0
[pid=21221/tid=21235] ppid=21219 vsize=15714828 CPUtime=0 cores=1,3,5,7
/proc/21221/task/21235/stat : 21235 (java) S 21219 21221 20894 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 500197726 16091983872 148084 33554432000 1073741824 1073778376 140733928829104 18446744073709551615 212051478961 0 4 0 16800975 18446604462001093376 0 0 -1 3 0 0 0
[pid=21221/tid=21236] ppid=21219 vsize=15714828 CPUtime=0.86 cores=1,3,5,7
/proc/21221/task/21236/stat : 21236 (java) S 21219 21221 20894 0 -1 4202560 14675 0 0 0 85 1 0 0 16 0 22 0 500197726 16091983872 148084 33554432000 1073741824 1073778376 140733928829104 18446744073709551615 212051471257 0 4 0 16800975 18446604462001093376 0 0 -1 1 0 0 0
[pid=21221/tid=21237] ppid=21219 vsize=15714828 CPUtime=0.17 cores=1,3,5,7
/proc/21221/task/21237/stat : 21237 (java) S 21219 21221 20894 0 -1 4202560 1529 0 0 0 17 0 0 0 15 0 22 0 500197726 16091983872 148084 33554432000 1073741824 1073778376 140733928829104 18446744073709551615 212051471257 0 4 0 16800975 18446604462001093376 0 0 -1 5 0 0 0
[pid=21221/tid=21238] ppid=21219 vsize=15714828 CPUtime=0 cores=1,3,5,7
/proc/21221/task/21238/stat : 21238 (java) S 21219 21221 20894 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 500197726 16091983872 148084 33554432000 1073741824 1073778376 140733928829104 18446744073709551615 212051471257 0 4 0 16800975 18446604462001093376 0 0 -1 3 0 0 0
[pid=21221/tid=21239] ppid=21219 vsize=15714828 CPUtime=0 cores=1,3,5,7
/proc/21221/task/21239/stat : 21239 (java) S 21219 21221 20894 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 500197726 16091983872 148084 33554432000 1073741824 1073778376 140733928829104 18446744073709551615 212051471872 0 4 0 16800975 18446604462001093376 0 0 -1 5 0 0 0

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

/proc/21221/task/21226/stat : 21226 (java) S 21219 21221 20894 0 -1 4202560 405986 0 0 0 1318 59 0 0 16 0 22 0 500197722 16153059328 3820774 33554432000 1073741824 1073778376 140733928829104 18446744073709551615 212051471257 0 4 0 16800975 18446604462001093376 0 0 -1 7 0 0 0
[pid=21221/tid=21227] ppid=21219 vsize=15774472 CPUtime=12.88 cores=1,3,5,7
/proc/21221/task/21227/stat : 21227 (java) S 21219 21221 20894 0 -1 4202560 318995 0 0 0 1236 52 0 0 16 0 22 0 500197722 16153059328 3820774 33554432000 1073741824 1073778376 140733928829104 18446744073709551615 212051471257 0 4 0 16800975 18446604462001093376 0 0 -1 7 0 0 0
[pid=21221/tid=21228] ppid=21219 vsize=15774472 CPUtime=14.55 cores=1,3,5,7
/proc/21221/task/21228/stat : 21228 (java) S 21219 21221 20894 0 -1 4202560 511574 0 0 0 1374 81 0 0 16 0 22 0 500197722 16153059328 3820774 33554432000 1073741824 1073778376 140733928829104 18446744073709551615 212051471257 0 4 0 16800975 18446604462001093376 0 0 -1 5 0 0 0
[pid=21221/tid=21229] ppid=21219 vsize=15774472 CPUtime=13.08 cores=1,3,5,7
/proc/21221/task/21229/stat : 21229 (java) S 21219 21221 20894 0 -1 4202560 539368 0 0 0 1227 81 0 0 16 0 22 0 500197722 16153059328 3820774 33554432000 1073741824 1073778376 140733928829104 18446744073709551615 212051471257 0 4 0 16800975 18446604462001093376 0 0 -1 5 0 0 0
[pid=21221/tid=21230] ppid=21219 vsize=15774472 CPUtime=14.33 cores=1,3,5,7
/proc/21221/task/21230/stat : 21230 (java) S 21219 21221 20894 0 -1 4202560 434572 0 0 0 1371 62 0 0 16 0 22 0 500197722 16153059328 3820774 33554432000 1073741824 1073778376 140733928829104 18446744073709551615 212051471257 0 4 0 16800975 18446604462001093376 0 0 -1 1 0 0 0
[pid=21221/tid=21231] ppid=21219 vsize=15774472 CPUtime=12.11 cores=1,3,5,7
/proc/21221/task/21231/stat : 21231 (java) S 21219 21221 20894 0 -1 4202560 451596 0 0 0 1140 71 0 0 16 0 22 0 500197722 16153059328 3820774 33554432000 1073741824 1073778376 140733928829104 18446744073709551615 212051471257 0 4 0 16800975 18446604462001093376 0 0 -1 1 0 0 0
[pid=21221/tid=21232] ppid=21219 vsize=15774472 CPUtime=31.28 cores=1,3,5,7
/proc/21221/task/21232/stat : 21232 (java) R 21219 21221 20894 0 -1 4202560 178229 0 0 0 3111 17 0 0 16 0 22 0 500197723 16153059328 3820774 33554432000 1073741824 1073778376 140733928829104 18446744073709551615 46984990521716 0 0 0 16800975 0 0 0 -1 3 0 0 0
[pid=21221/tid=21233] ppid=21219 vsize=15774472 CPUtime=0 cores=1,3,5,7
/proc/21221/task/21233/stat : 21233 (java) S 21219 21221 20894 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 500197724 16153059328 3820774 33554432000 1073741824 1073778376 140733928829104 18446744073709551615 212051471257 0 4 0 16800975 18446604462001093376 0 0 -1 5 0 0 0
[pid=21221/tid=21234] ppid=21219 vsize=15774472 CPUtime=0 cores=1,3,5,7
/proc/21221/task/21234/stat : 21234 (java) S 21219 21221 20894 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 500197724 16153059328 3820774 33554432000 1073741824 1073778376 140733928829104 18446744073709551615 212051471257 0 4 0 16800975 18446604462001093376 0 0 -1 5 0 0 0
[pid=21221/tid=21235] ppid=21219 vsize=15774472 CPUtime=0 cores=1,3,5,7
/proc/21221/task/21235/stat : 21235 (java) S 21219 21221 20894 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 500197726 16153059328 3820774 33554432000 1073741824 1073778376 140733928829104 18446744073709551615 212051478961 0 4 0 16800975 18446604462001093376 0 0 -1 3 0 0 0
[pid=21221/tid=21236] ppid=21219 vsize=15774472 CPUtime=1.66 cores=1,3,5,7
/proc/21221/task/21236/stat : 21236 (java) S 21219 21221 20894 0 -1 4202560 14832 0 0 0 164 2 0 0 15 0 22 0 500197726 16153059328 3820774 33554432000 1073741824 1073778376 140733928829104 18446744073709551615 212051471257 0 4 0 16800975 18446604462001093376 0 0 -1 3 0 0 0
[pid=21221/tid=21237] ppid=21219 vsize=15774472 CPUtime=1.29 cores=1,3,5,7
/proc/21221/task/21237/stat : 21237 (java) S 21219 21221 20894 0 -1 4202560 7501 0 0 0 127 2 0 0 15 0 22 0 500197726 16153059328 3820774 33554432000 1073741824 1073778376 140733928829104 18446744073709551615 212051471257 0 4 0 16800975 18446604462001093376 0 0 -1 1 0 0 0
[pid=21221/tid=21238] ppid=21219 vsize=15774472 CPUtime=0 cores=1,3,5,7
/proc/21221/task/21238/stat : 21238 (java) S 21219 21221 20894 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 500197726 16153059328 3820774 33554432000 1073741824 1073778376 140733928829104 18446744073709551615 212051471257 0 4 0 16800975 18446604462001093376 0 0 -1 3 0 0 0
[pid=21221/tid=21239] ppid=21219 vsize=15774472 CPUtime=0 cores=1,3,5,7
/proc/21221/task/21239/stat : 21239 (java) S 21219 21221 20894 0 -1 4202560 73 0 0 0 0 0 0 0 15 0 22 0 500197726 16153059328 3820774 33554432000 1073741824 1073778376 140733928829104 18446744073709551615 212051471872 0 4 0 16800975 18446604462001093376 0 0 -1 7 0 0 0
[pid=21221/tid=21244] ppid=21219 vsize=15774472 CPUtime=1086.6 cores=1,3,5,7
/proc/21221/task/21244/stat : 21244 (java) S 21219 21221 20894 0 -1 4202560 12126 0 0 0 108659 1 0 0 25 0 22 0 500198187 16153059328 3820774 33554432000 1073741824 1073778376 140733928829104 18446744073709551615 212051471257 0 4 0 16800975 18446604462001093376 0 0 -1 5 0 0 0
[pid=21221/tid=21245] ppid=21219 vsize=15774472 CPUtime=960.44 cores=1,3,5,7
/proc/21221/task/21245/stat : 21245 (java) S 21219 21221 20894 0 -1 4202560 47 0 0 0 96044 0 0 0 25 0 22 0 500198187 16153059328 3820774 33554432000 1073741824 1073778376 140733928829104 18446744073709551615 212051471257 0 4 0 16800975 18446604462001093376 0 0 -1 3 0 0 0
[pid=21221/tid=21246] ppid=21219 vsize=15774472 CPUtime=1084.35 cores=1,3,5,7
/proc/21221/task/21246/stat : 21246 (java) S 21219 21221 20894 0 -1 4202560 8024 0 0 0 108434 1 0 0 25 0 22 0 500198187 16153059328 3820774 33554432000 1073741824 1073778376 140733928829104 18446744073709551615 212051471257 0 4 0 16800975 18446604462001093376 0 0 -1 7 0 0 0
[pid=21221/tid=21247] ppid=21219 vsize=15774472 CPUtime=1024.45 cores=1,3,5,7
/proc/21221/task/21247/stat : 21247 (java) S 21219 21221 20894 0 -1 4202560 52 0 0 0 102445 0 0 0 25 0 22 0 500198187 16153059328 3820774 33554432000 1073741824 1073778376 140733928829104 18446744073709551615 212051471257 0 4 0 16800975 18446604462001093376 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4391.09
Current children cumulated vsize (KiB) 15774472



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 8.77 8.14 7.44 6/220 21340
/proc/meminfo: memFree=3823540/32951124 swapFree=67111356/67111528
[pid=21221] ppid=21219 vsize=15774472 CPUtime=4610.67 cores=1,3,5,7
/proc/21221/stat : 21221 (java) S 21219 21221 20894 0 -1 4202496 4034390 0 1 0 460453 614 0 0 24 0 22 0 500197721 16153059328 3859573 33554432000 1073741824 1073778376 140733928829104 18446744073709551615 212051458021 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/21221/statm: 3943618 3859573 2294 9 0 3934337 0
[pid=21221/tid=21222] ppid=21219 vsize=15774472 CPUtime=94.25 cores=1,3,5,7
/proc/21221/task/21222/stat : 21222 (java) S 21219 21221 20894 0 -1 4202560 127034 0 1 0 9408 17 0 0 25 0 22 0 500197722 16153059328 3859573 33554432000 1073741824 1073778376 140733928829104 18446744073709551615 212051471257 0 4 0 16800975 18446604462001093376 0 0 -1 3 0 0 0
[pid=21221/tid=21224] ppid=21219 vsize=15774472 CPUtime=12.83 cores=1,3,5,7
/proc/21221/task/21224/stat : 21224 (java) S 21219 21221 20894 0 -1 4202560 403761 0 0 0 1216 67 0 0 16 0 22 0 500197722 16153059328 3859573 33554432000 1073741824 1073778376 140733928829104 18446744073709551615 212051471257 0 4 0 16800975 18446604462001093376 0 0 -1 1 0 0 0
[pid=21221/tid=21225] ppid=21219 vsize=15774472 CPUtime=13.07 cores=1,3,5,7
/proc/21221/task/21225/stat : 21225 (java) S 21219 21221 20894 0 -1 4202560 580425 0 0 0 1216 91 0 0 16 0 22 0 500197722 16153059328 3859573 33554432000 1073741824 1073778376 140733928829104 18446744073709551615 212051471257 0 4 0 16800975 18446604462001093376 0 0 -1 5 0 0 0
[pid=21221/tid=21226] ppid=21219 vsize=15774472 CPUtime=13.77 cores=1,3,5,7
/proc/21221/task/21226/stat : 21226 (java) S 21219 21221 20894 0 -1 4202560 405986 0 0 0 1318 59 0 0 16 0 22 0 500197722 16153059328 3859573 33554432000 1073741824 1073778376 140733928829104 18446744073709551615 212051471257 0 4 0 16800975 18446604462001093376 0 0 -1 7 0 0 0
[pid=21221/tid=21227] ppid=21219 vsize=15774472 CPUtime=12.88 cores=1,3,5,7
/proc/21221/task/21227/stat : 21227 (java) S 21219 21221 20894 0 -1 4202560 318995 0 0 0 1236 52 0 0 16 0 22 0 500197722 16153059328 3859573 33554432000 1073741824 1073778376 140733928829104 18446744073709551615 212051471257 0 4 0 16800975 18446604462001093376 0 0 -1 7 0 0 0
[pid=21221/tid=21228] ppid=21219 vsize=15774472 CPUtime=14.55 cores=1,3,5,7
/proc/21221/task/21228/stat : 21228 (java) S 21219 21221 20894 0 -1 4202560 511574 0 0 0 1374 81 0 0 16 0 22 0 500197722 16153059328 3859573 33554432000 1073741824 1073778376 140733928829104 18446744073709551615 212051471257 0 4 0 16800975 18446604462001093376 0 0 -1 5 0 0 0
[pid=21221/tid=21229] ppid=21219 vsize=15774472 CPUtime=13.08 cores=1,3,5,7
/proc/21221/task/21229/stat : 21229 (java) S 21219 21221 20894 0 -1 4202560 539368 0 0 0 1227 81 0 0 16 0 22 0 500197722 16153059328 3859573 33554432000 1073741824 1073778376 140733928829104 18446744073709551615 212051471257 0 4 0 16800975 18446604462001093376 0 0 -1 5 0 0 0
[pid=21221/tid=21230] ppid=21219 vsize=15774472 CPUtime=14.33 cores=1,3,5,7
/proc/21221/task/21230/stat : 21230 (java) S 21219 21221 20894 0 -1 4202560 434572 0 0 0 1371 62 0 0 16 0 22 0 500197722 16153059328 3859573 33554432000 1073741824 1073778376 140733928829104 18446744073709551615 212051471257 0 4 0 16800975 18446604462001093376 0 0 -1 1 0 0 0
[pid=21221/tid=21231] ppid=21219 vsize=15774472 CPUtime=12.11 cores=1,3,5,7
/proc/21221/task/21231/stat : 21231 (java) S 21219 21221 20894 0 -1 4202560 451596 0 0 0 1140 71 0 0 16 0 22 0 500197722 16153059328 3859573 33554432000 1073741824 1073778376 140733928829104 18446744073709551615 212051471257 0 4 0 16800975 18446604462001093376 0 0 -1 1 0 0 0
[pid=21221/tid=21232] ppid=21219 vsize=15774472 CPUtime=34.93 cores=1,3,5,7
/proc/21221/task/21232/stat : 21232 (java) R 21219 21221 20894 0 -1 4202560 217032 0 0 0 3473 20 0 0 16 0 22 0 500197723 16153059328 3859573 33554432000 1073741824 1073778376 140733928829104 18446744073709551615 46984990522670 0 0 0 16800975 0 0 0 -1 3 0 0 0
[pid=21221/tid=21233] ppid=21219 vsize=15774472 CPUtime=0 cores=1,3,5,7
/proc/21221/task/21233/stat : 21233 (java) S 21219 21221 20894 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 500197724 16153059328 3859573 33554432000 1073741824 1073778376 140733928829104 18446744073709551615 212051471257 0 4 0 16800975 18446604462001093376 0 0 -1 5 0 0 0
[pid=21221/tid=21234] ppid=21219 vsize=15774472 CPUtime=0 cores=1,3,5,7
/proc/21221/task/21234/stat : 21234 (java) S 21219 21221 20894 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 500197724 16153059328 3859573 33554432000 1073741824 1073778376 140733928829104 18446744073709551615 212051471257 0 4 0 16800975 18446604462001093376 0 0 -1 5 0 0 0
[pid=21221/tid=21235] ppid=21219 vsize=15774472 CPUtime=0 cores=1,3,5,7
/proc/21221/task/21235/stat : 21235 (java) S 21219 21221 20894 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 500197726 16153059328 3859573 33554432000 1073741824 1073778376 140733928829104 18446744073709551615 212051478961 0 4 0 16800975 18446604462001093376 0 0 -1 3 0 0 0
[pid=21221/tid=21236] ppid=21219 vsize=15774472 CPUtime=1.66 cores=1,3,5,7
/proc/21221/task/21236/stat : 21236 (java) S 21219 21221 20894 0 -1 4202560 14832 0 0 0 164 2 0 0 15 0 22 0 500197726 16153059328 3859573 33554432000 1073741824 1073778376 140733928829104 18446744073709551615 212051471257 0 4 0 16800975 18446604462001093376 0 0 -1 3 0 0 0
[pid=21221/tid=21237] ppid=21219 vsize=15774472 CPUtime=1.29 cores=1,3,5,7
/proc/21221/task/21237/stat : 21237 (java) S 21219 21221 20894 0 -1 4202560 7501 0 0 0 127 2 0 0 15 0 22 0 500197726 16153059328 3859573 33554432000 1073741824 1073778376 140733928829104 18446744073709551615 212051471257 0 4 0 16800975 18446604462001093376 0 0 -1 1 0 0 0
[pid=21221/tid=21238] ppid=21219 vsize=15774472 CPUtime=0 cores=1,3,5,7
/proc/21221/task/21238/stat : 21238 (java) S 21219 21221 20894 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 500197726 16153059328 3859573 33554432000 1073741824 1073778376 140733928829104 18446744073709551615 212051471257 0 4 0 16800975 18446604462001093376 0 0 -1 3 0 0 0
[pid=21221/tid=21239] ppid=21219 vsize=15774472 CPUtime=0 cores=1,3,5,7
/proc/21221/task/21239/stat : 21239 (java) S 21219 21221 20894 0 -1 4202560 77 0 0 0 0 0 0 0 15 0 22 0 500197726 16153059328 3859573 33554432000 1073741824 1073778376 140733928829104 18446744073709551615 212051471872 0 4 0 16800975 18446604462001093376 0 0 -1 7 0 0 0
[pid=21221/tid=21244] ppid=21219 vsize=15774472 CPUtime=1140.65 cores=1,3,5,7
/proc/21221/task/21244/stat : 21244 (java) S 21219 21221 20894 0 -1 4202560 12126 0 0 0 114064 1 0 0 25 0 22 0 500198187 16153059328 3859573 33554432000 1073741824 1073778376 140733928829104 18446744073709551615 212051471257 0 4 0 16800975 18446604462001093376 0 0 -1 5 0 0 0
[pid=21221/tid=21245] ppid=21219 vsize=15774472 CPUtime=1014.5 cores=1,3,5,7
/proc/21221/task/21245/stat : 21245 (java) S 21219 21221 20894 0 -1 4202560 48 0 0 0 101450 0 0 0 25 0 22 0 500198187 16153059328 3859573 33554432000 1073741824 1073778376 140733928829104 18446744073709551615 212051471257 0 4 0 16800975 18446604462001093376 0 0 -1 5 0 0 0
[pid=21221/tid=21246] ppid=21219 vsize=15774472 CPUtime=1138.11 cores=1,3,5,7
/proc/21221/task/21246/stat : 21246 (java) S 21219 21221 20894 0 -1 4202560 8026 0 0 0 113810 1 0 0 25 0 22 0 500198187 16153059328 3859573 33554432000 1073741824 1073778376 140733928829104 18446744073709551615 212051471257 0 4 0 16800975 18446604462001093376 0 0 -1 7 0 0 0
[pid=21221/tid=21247] ppid=21219 vsize=15774472 CPUtime=1078.51 cores=1,3,5,7
/proc/21221/task/21247/stat : 21247 (java) S 21219 21221 20894 0 -1 4202560 53 0 0 0 107851 0 0 0 25 0 22 0 500198187 16153059328 3859573 33554432000 1073741824 1073778376 140733928829104 18446744073709551615 212051471257 0 4 0 16800975 18446604462001093376 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4610.67
Current children cumulated vsize (KiB) 15774472

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

[startup+1300.5 s]
/proc/loadavg: 8.77 8.14 7.44 6/221 21341
/proc/meminfo: memFree=3823532/32951124 swapFree=67111356/67111528
[pid=21221] ppid=21219 vsize=15774472 CPUtime=4611.17 cores=1,3,5,7
/proc/21221/stat : 21221 (java) S 21219 21221 20894 0 -1 4202496 4034390 0 1 0 460503 614 0 0 18 0 22 0 500197721 16153059328 3859573 33554432000 1073741824 1073778376 140733928829104 18446744073709551615 212051458021 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0
/proc/21221/statm: 3943618 3859573 2294 9 0 3934337 0
[pid=21221/tid=21222] ppid=21219 vsize=15774472 CPUtime=94.25 cores=1,3,5,7
/proc/21221/task/21222/stat : 21222 (java) S 21219 21221 20894 0 -1 4202560 127034 0 1 0 9408 17 0 0 25 0 22 0 500197722 16153059328 3859573 33554432000 1073741824 1073778376 140733928829104 18446744073709551615 212051471257 0 4 0 16800975 18446604462001093376 0 0 -1 3 0 0 0
[pid=21221/tid=21224] ppid=21219 vsize=15774472 CPUtime=12.83 cores=1,3,5,7
/proc/21221/task/21224/stat : 21224 (java) S 21219 21221 20894 0 -1 4202560 403761 0 0 0 1216 67 0 0 16 0 22 0 500197722 16153059328 3859573 33554432000 1073741824 1073778376 140733928829104 18446744073709551615 212051471257 0 4 0 16800975 18446604462001093376 0 0 -1 1 0 0 0
[pid=21221/tid=21225] ppid=21219 vsize=15774472 CPUtime=13.07 cores=1,3,5,7
/proc/21221/task/21225/stat : 21225 (java) S 21219 21221 20894 0 -1 4202560 580425 0 0 0 1216 91 0 0 16 0 22 0 500197722 16153059328 3859573 33554432000 1073741824 1073778376 140733928829104 18446744073709551615 212051471257 0 4 0 16800975 18446604462001093376 0 0 -1 5 0 0 0
[pid=21221/tid=21226] ppid=21219 vsize=15774472 CPUtime=13.77 cores=1,3,5,7
/proc/21221/task/21226/stat : 21226 (java) S 21219 21221 20894 0 -1 4202560 405986 0 0 0 1318 59 0 0 16 0 22 0 500197722 16153059328 3859573 33554432000 1073741824 1073778376 140733928829104 18446744073709551615 212051471257 0 4 0 16800975 18446604462001093376 0 0 -1 7 0 0 0
[pid=21221/tid=21227] ppid=21219 vsize=15774472 CPUtime=12.88 cores=1,3,5,7
/proc/21221/task/21227/stat : 21227 (java) S 21219 21221 20894 0 -1 4202560 318995 0 0 0 1236 52 0 0 16 0 22 0 500197722 16153059328 3859573 33554432000 1073741824 1073778376 140733928829104 18446744073709551615 212051471257 0 4 0 16800975 18446604462001093376 0 0 -1 7 0 0 0
[pid=21221/tid=21228] ppid=21219 vsize=15774472 CPUtime=14.55 cores=1,3,5,7
/proc/21221/task/21228/stat : 21228 (java) S 21219 21221 20894 0 -1 4202560 511574 0 0 0 1374 81 0 0 16 0 22 0 500197722 16153059328 3859573 33554432000 1073741824 1073778376 140733928829104 18446744073709551615 212051471257 0 4 0 16800975 18446604462001093376 0 0 -1 5 0 0 0
[pid=21221/tid=21229] ppid=21219 vsize=15774472 CPUtime=13.08 cores=1,3,5,7
/proc/21221/task/21229/stat : 21229 (java) S 21219 21221 20894 0 -1 4202560 539368 0 0 0 1227 81 0 0 16 0 22 0 500197722 16153059328 3859573 33554432000 1073741824 1073778376 140733928829104 18446744073709551615 212051471257 0 4 0 16800975 18446604462001093376 0 0 -1 5 0 0 0
[pid=21221/tid=21230] ppid=21219 vsize=15774472 CPUtime=14.33 cores=1,3,5,7
/proc/21221/task/21230/stat : 21230 (java) S 21219 21221 20894 0 -1 4202560 434572 0 0 0 1371 62 0 0 16 0 22 0 500197722 16153059328 3859573 33554432000 1073741824 1073778376 140733928829104 18446744073709551615 212051471257 0 4 0 16800975 18446604462001093376 0 0 -1 1 0 0 0
[pid=21221/tid=21231] ppid=21219 vsize=15774472 CPUtime=12.11 cores=1,3,5,7
/proc/21221/task/21231/stat : 21231 (java) S 21219 21221 20894 0 -1 4202560 451596 0 0 0 1140 71 0 0 16 0 22 0 500197722 16153059328 3859573 33554432000 1073741824 1073778376 140733928829104 18446744073709551615 212051471257 0 4 0 16800975 18446604462001093376 0 0 -1 1 0 0 0
[pid=21221/tid=21232] ppid=21219 vsize=15774472 CPUtime=35.42 cores=1,3,5,7
/proc/21221/task/21232/stat : 21232 (java) R 21219 21221 20894 0 -1 4202560 217032 0 0 0 3522 20 0 0 16 0 22 0 500197723 16153059328 3859573 33554432000 1073741824 1073778376 140733928829104 18446744073709551615 212039352922 0 0 0 16800975 0 0 0 -1 3 0 0 0
[pid=21221/tid=21233] ppid=21219 vsize=15774472 CPUtime=0 cores=1,3,5,7
/proc/21221/task/21233/stat : 21233 (java) S 21219 21221 20894 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 500197724 16153059328 3859573 33554432000 1073741824 1073778376 140733928829104 18446744073709551615 212051471257 0 4 0 16800975 18446604462001093376 0 0 -1 5 0 0 0
[pid=21221/tid=21234] ppid=21219 vsize=15774472 CPUtime=0 cores=1,3,5,7
/proc/21221/task/21234/stat : 21234 (java) S 21219 21221 20894 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 500197724 16153059328 3859573 33554432000 1073741824 1073778376 140733928829104 18446744073709551615 212051471257 0 4 0 16800975 18446604462001093376 0 0 -1 5 0 0 0
[pid=21221/tid=21235] ppid=21219 vsize=15774472 CPUtime=0 cores=1,3,5,7
/proc/21221/task/21235/stat : 21235 (java) S 21219 21221 20894 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 500197726 16153059328 3859573 33554432000 1073741824 1073778376 140733928829104 18446744073709551615 212051471257 0 4 0 16800975 18446604462001093376 0 0 -1 7 0 0 0
[pid=21221/tid=21236] ppid=21219 vsize=15774472 CPUtime=1.66 cores=1,3,5,7
/proc/21221/task/21236/stat : 21236 (java) S 21219 21221 20894 0 -1 4202560 14832 0 0 0 164 2 0 0 15 0 22 0 500197726 16153059328 3859573 33554432000 1073741824 1073778376 140733928829104 18446744073709551615 212051471257 0 4 0 16800975 18446604462001093376 0 0 -1 3 0 0 0
[pid=21221/tid=21237] ppid=21219 vsize=15774472 CPUtime=1.29 cores=1,3,5,7
/proc/21221/task/21237/stat : 21237 (java) S 21219 21221 20894 0 -1 4202560 7501 0 0 0 127 2 0 0 15 0 22 0 500197726 16153059328 3859573 33554432000 1073741824 1073778376 140733928829104 18446744073709551615 212051471257 0 4 0 16800975 18446604462001093376 0 0 -1 1 0 0 0
[pid=21221/tid=21238] ppid=21219 vsize=15774472 CPUtime=0 cores=1,3,5,7
/proc/21221/task/21238/stat : 21238 (java) S 21219 21221 20894 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 500197726 16153059328 3859573 33554432000 1073741824 1073778376 140733928829104 18446744073709551615 212051471257 0 4 0 16800975 18446604462001093376 0 0 -1 3 0 0 0
[pid=21221/tid=21239] ppid=21219 vsize=15774472 CPUtime=0 cores=1,3,5,7
/proc/21221/task/21239/stat : 21239 (java) S 21219 21221 20894 0 -1 4202560 77 0 0 0 0 0 0 0 15 0 22 0 500197726 16153059328 3859573 33554432000 1073741824 1073778376 140733928829104 18446744073709551615 212051471872 0 4 0 16800975 18446604462001093376 0 0 -1 7 0 0 0
[pid=21221/tid=21244] ppid=21219 vsize=15774472 CPUtime=1140.65 cores=1,3,5,7
/proc/21221/task/21244/stat : 21244 (java) S 21219 21221 20894 0 -1 4202560 12126 0 0 0 114064 1 0 0 25 0 22 0 500198187 16153059328 3859573 33554432000 1073741824 1073778376 140733928829104 18446744073709551615 212051471257 0 4 0 16800975 18446604462001093376 0 0 -1 5 0 0 0
[pid=21221/tid=21245] ppid=21219 vsize=15774472 CPUtime=1014.5 cores=1,3,5,7
/proc/21221/task/21245/stat : 21245 (java) S 21219 21221 20894 0 -1 4202560 48 0 0 0 101450 0 0 0 25 0 22 0 500198187 16153059328 3859573 33554432000 1073741824 1073778376 140733928829104 18446744073709551615 212051471257 0 4 0 16800975 18446604462001093376 0 0 -1 5 0 0 0
[pid=21221/tid=21246] ppid=21219 vsize=15774472 CPUtime=1138.11 cores=1,3,5,7
/proc/21221/task/21246/stat : 21246 (java) S 21219 21221 20894 0 -1 4202560 8026 0 0 0 113810 1 0 0 25 0 22 0 500198187 16153059328 3859573 33554432000 1073741824 1073778376 140733928829104 18446744073709551615 212051471257 0 4 0 16800975 18446604462001093376 0 0 -1 7 0 0 0
[pid=21221/tid=21247] ppid=21219 vsize=15774472 CPUtime=1078.51 cores=1,3,5,7
/proc/21221/task/21247/stat : 21247 (java) S 21219 21221 20894 0 -1 4202560 53 0 0 0 107851 0 0 0 25 0 22 0 500198187 16153059328 3859573 33554432000 1073741824 1073778376 140733928829104 18446744073709551615 212051471257 0 4 0 16800975 18446604462001093376 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4611.17
Current children cumulated vsize (KiB) 15774472

[startup+1300.9 s]
/proc/loadavg: 8.77 8.14 7.44 6/221 21341
/proc/meminfo: memFree=3823532/32951124 swapFree=67111356/67111528
[pid=21221] ppid=21219 vsize=0 CPUtime=4611.62 cores=1,3,5,7
/proc/21221/stat : 21221 (java) Z 21219 21221 20894 0 -1 4203548 4034418 0 1 0 460512 650 0 0 15 0 2 0 500197721 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0
/proc/21221/statm: 0 0 0 0 0 0 0
[pid=21221/tid=21245] ppid=21219 vsize=0 CPUtime=1014.86 cores=1,3,5,7
/proc/21221/task/21245/stat : 21245 (java) R 21219 21221 20894 0 -1 4203588 49 0 0 0 101451 35 0 0 18 0 2 0 500198187 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4611.62
Current children cumulated vsize (KiB) 0

[startup+1301 s]
/proc/loadavg: 8.77 8.14 7.44 6/221 21341
/proc/meminfo: memFree=3823532/32951124 swapFree=67111356/67111528
[pid=21221] ppid=21219 vsize=0 CPUtime=4611.72 cores=1,3,5,7
/proc/21221/stat : 21221 (java) Z 21219 21221 20894 0 -1 4203548 4034418 0 1 0 460512 660 0 0 15 0 2 0 500197721 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0
/proc/21221/statm: 0 0 0 0 0 0 0
[pid=21221/tid=21245] ppid=21219 vsize=0 CPUtime=1014.96 cores=1,3,5,7
/proc/21221/task/21245/stat : 21245 (java) R 21219 21221 20894 0 -1 4203588 49 0 0 0 101451 45 0 0 18 0 2 0 500198187 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4611.72
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1301.05
CPU time (s): 4611.77
CPU user time (s): 4605.12
CPU system time (s): 6.64999
CPU usage (%): 354.465
Max. virtual memory (cumulated for all children) (KiB): 15774472

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4605.12
system time used= 6.64999
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 4034418
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= 42535
involuntary context switches= 70960

runsolver used 2.20966 second user time and 4.93425 second system time

The end

Launcher Data

Begin job on node146 at 2011-04-29 13:50:15
IDJOB=3312107
IDBENCH=71036
IDSOLVER=1698
FILE ID=node146/3312107-1304077814
RUNJOBID= node146-1304075295-20913
PBS_JOBID= 13170499
Free space on /tmp= 72960 MiB

SOLVER NAME= STRUCTure 0.1 (hbr=2)
BENCH NAME= SAT09/APPLICATIONS/diagnosis/UR-20-10p0.cnf
COMMAND LINE= run 15000 NBCORE TMPDIR DIR BENCHNAME -hbr 2
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3312107-1304077814/watcher-3312107-1304077814 -o /tmp/evaluation-result-3312107-1304077814/solver-3312107-1304077814 -C 4800 -W 1300 -M 15500  run 15000 4 HOME HOME HOME/instance-3312107-1304077814.cnf -hbr 2

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

MD5SUM BENCH= faef1c850bb82ceddc7da5a4c445dd25
RANDOM SEED=763764131

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      30625380 kB
Buffers:        596524 kB
Cached:        1117184 kB
SwapCached:          0 kB
Active:         306632 kB
Inactive:      1628288 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30625380 kB
SwapTotal:    67111528 kB
SwapFree:     67111356 kB
Dirty:           38256 kB
Writeback:           0 kB
AnonPages:      220796 kB
Mapped:          22840 kB
Slab:           326960 kB
PageTables:       4844 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   913916 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= 72952 MiB
End job on node146 at 2011-04-29 14:11:57