Trace number 3311440

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) 4800.11 1207.43

General information on the benchmark

Namerandom/medium/
unif-k7-r89-v80-c7120-S474185167-033.SATISFIABLE.cnf
MD5SUM3152d51685e76b4a30e45b9928cc3243
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.831872
Satisfiable
(Un)Satisfiability was proved
Number of variables80
Number of clauses7120
Sum of the clauses size49840
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 57120

Solver Data

0.09/0.19	44:03 INFO : Reading from input HOME/instance-3311440-1307655843.cnf
0.54/0.41	Executor set job limit to 1000000
0.54/0.41	Executor set job limit to 1000000
0.54/0.41	Executor set job limit to 1000000
0.54/0.41	Executor set job limit to 1000000
0.54/0.41	Starting Executor!
0.54/0.41	Starting Executor!
0.54/0.41	Starting Executor!
0.54/0.42	Starting Executor!
1.01/0.64	44:04 INFO : 80 variables remaining out of 80
1.01/0.64	44:04 INFO : 56960 literals remaining out of 56960

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: 977)

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-3311440-1307655843/watcher-3311440-1307655843 -o /tmp/evaluation-result-3311440-1307655843/solver-3311440-1307655843 -C 4800 -W 1300 -M 15500 run 15000 4 HOME HOME HOME/instance-3311440-1307655843.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: 1.85 1.98 1.93 10/186 6658
/proc/meminfo: memFree=32636840/32950940 swapFree=67074964/67111528
[pid=6658] ppid=6648 vsize=27172 CPUtime=0 cores=1,3,5,7
/proc/6658/stat : 6658 (java) S 6648 6658 4604 0 -1 4202496 1415 0 0 0 0 0 0 0 25 0 2 0 955815075 27824128 885 33554432000 1073741824 1073778376 140737233155008 18446744073709551615 216000395237 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/6658/statm: 6793 889 680 9 0 381 0
[pid=6658/tid=6659] ppid=6648 vsize=28384 CPUtime=0 cores=1,3,5,7
/proc/6658/task/6659/stat : 6659 (java) R 6648 6658 4604 0 -1 4202560 71 0 0 0 0 0 0 0 25 0 2 0 955815075 29065216 898 33554432000 1073741824 1073778376 140737233155008 18446744073709551615 215983668871 0 0 4096 0 0 0 0 -1 3 0 0 0

[startup+0.04373 s]
/proc/loadavg: 1.85 1.98 1.93 10/186 6658
/proc/meminfo: memFree=32636840/32950940 swapFree=67074964/67111528
[pid=6658] ppid=6648 vsize=15604248 CPUtime=0.03 cores=1,3,5,7
/proc/6658/stat : 6658 (java) S 6648 6658 4604 0 -1 4202496 3885 0 1 0 3 0 0 0 25 0 13 0 955815075 15978749952 3323 33554432000 1073741824 1073778376 140737233155008 18446744073709551615 216000395237 0 0 0 16800971 18446744073709551615 0 0 17 3 0 0 0
/proc/6658/statm: 3901062 3323 1689 9 0 3891810 0
[pid=6658/tid=6659] ppid=6648 vsize=15604248 CPUtime=0.03 cores=1,3,5,7
/proc/6658/task/6659/stat : 6659 (java) R 6648 6658 4604 0 -1 4202560 2493 0 1 0 3 0 0 0 25 0 13 0 955815075 15978749952 3323 33554432000 1073741824 1073778376 140737233155008 18446744073709551615 46960645254643 0 4 0 16800971 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 15604248

[startup+0.100721 s]
/proc/loadavg: 1.85 1.98 1.93 10/186 6658
/proc/meminfo: memFree=32636840/32950940 swapFree=67074964/67111528
[pid=6658] ppid=6648 vsize=15676384 CPUtime=0.09 cores=1,3,5,7
/proc/6658/stat : 6658 (java) S 6648 6658 4604 0 -1 4202496 5492 0 1 0 9 0 0 0 25 0 18 0 955815075 16052617216 4895 33554432000 1073741824 1073778376 140737233155008 18446744073709551615 216000395237 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/6658/statm: 3919096 4895 2116 9 0 3909815 0
[pid=6658/tid=6659] ppid=6648 vsize=15676384 CPUtime=0.07 cores=1,3,5,7
/proc/6658/task/6659/stat : 6659 (java) R 6648 6658 4604 0 -1 4202560 3333 0 1 0 7 0 0 0 17 0 18 0 955815075 16052617216 4896 33554432000 1073741824 1073778376 140737233155008 18446744073709551615 46960648887123 0 4 0 16800975 0 0 0 -1 5 0 0 1
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 15676384

[startup+0.300688 s]
/proc/loadavg: 1.85 1.98 1.93 10/186 6658
/proc/meminfo: memFree=32636840/32950940 swapFree=67074964/67111528
[pid=6658] ppid=6648 vsize=15677520 CPUtime=0.31 cores=1,3,5,7
/proc/6658/stat : 6658 (java) S 6648 6658 4604 0 -1 4202496 7676 0 2 0 30 1 0 0 25 0 18 0 955815075 16053780480 6929 33554432000 1073741824 1073778376 140737233155008 18446744073709551615 216000395237 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/6658/statm: 3919380 6930 2192 9 0 3910099 0
[pid=6658/tid=6659] ppid=6648 vsize=15677520 CPUtime=0.21 cores=1,3,5,7
/proc/6658/task/6659/stat : 6659 (java) R 6648 6658 4604 0 -1 4202560 4817 0 2 0 20 1 0 0 18 0 18 0 955815075 16053780480 6930 33554432000 1073741824 1073778376 140737233155008 18446744073709551615 46912505511663 0 4 0 16800975 0 0 0 -1 5 0 0 5
Current children cumulated CPU time (s) 0.31
Current children cumulated vsize (KiB) 15677520

[startup+0.70062 s]
/proc/loadavg: 1.85 1.98 1.93 10/186 6658
/proc/meminfo: memFree=32636840/32950940 swapFree=67074964/67111528
[pid=6658] ppid=6648 vsize=15703228 CPUtime=1.26 cores=1,3,5,7
/proc/6658/stat : 6658 (java) S 6648 6658 4604 0 -1 4202496 29768 0 3 0 123 3 0 0 25 0 22 0 955815075 16080105472 24675 33554432000 1073741824 1073778376 140737233155008 18446744073709551615 216000395237 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/6658/statm: 3925807 24675 2254 9 0 3916526 0
[pid=6658/tid=6659] ppid=6648 vsize=15703228 CPUtime=0.55 cores=1,3,5,7
/proc/6658/task/6659/stat : 6659 (java) S 6648 6658 4604 0 -1 4202560 15009 0 2 0 53 2 0 0 21 0 22 0 955815075 16080105472 24676 33554432000 1073741824 1073778376 140737233155008 18446744073709551615 216000408473 0 4 0 16800975 18446604471138029824 0 0 -1 5 0 0 5
Current children cumulated CPU time (s) 1.26
Current children cumulated vsize (KiB) 15703228

[startup+1.50148 s]
/proc/loadavg: 1.85 1.98 1.93 15/220 6692
/proc/meminfo: memFree=32381036/32950940 swapFree=67074964/67111528
[pid=6658] ppid=6648 vsize=15705588 CPUtime=4.21 cores=1,3,5,7
/proc/6658/stat : 6658 (java) S 6648 6658 4604 0 -1 4202496 58869 0 3 0 415 6 0 0 25 0 22 0 955815075 16082522112 49573 33554432000 1073741824 1073778376 140737233155008 18446744073709551615 216000395237 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/6658/statm: 3926397 49573 2273 9 0 3917116 0
[pid=6658/tid=6659] ppid=6648 vsize=15705588 CPUtime=0.55 cores=1,3,5,7
/proc/6658/task/6659/stat : 6659 (java) S 6648 6658 4604 0 -1 4202560 15009 0 2 0 53 2 0 0 21 0 22 0 955815075 16082522112 49573 33554432000 1073741824 1073778376 140737233155008 18446744073709551615 216000408473 0 4 0 16800975 18446604471138029824 0 0 -1 5 0 0 5
[pid=6658/tid=6661] ppid=6648 vsize=15705588 CPUtime=0 cores=1,3,5,7
/proc/6658/task/6661/stat : 6661 (java) S 6648 6658 4604 0 -1 4202560 425 0 0 0 0 0 0 0 18 0 22 0 955815076 16082522112 49573 33554432000 1073741824 1073778376 140737233155008 18446744073709551615 216000408473 0 4 0 16800975 18446604471138029824 0 0 -1 3 0 0 0
[pid=6658/tid=6662] ppid=6648 vsize=15705588 CPUtime=0 cores=1,3,5,7
/proc/6658/task/6662/stat : 6662 (java) S 6648 6658 4604 0 -1 4202560 831 0 0 0 0 0 0 0 18 0 22 0 955815076 16082522112 49573 33554432000 1073741824 1073778376 140737233155008 18446744073709551615 216000408473 0 4 0 16800975 18446604471138029824 0 0 -1 7 0 0 0
[pid=6658/tid=6663] ppid=6648 vsize=15705588 CPUtime=0 cores=1,3,5,7
/proc/6658/task/6663/stat : 6663 (java) S 6648 6658 4604 0 -1 4202560 579 0 0 0 0 0 0 0 18 0 22 0 955815076 16082522112 49573 33554432000 1073741824 1073778376 140737233155008 18446744073709551615 216000408473 0 4 0 16800975 18446604471138029824 0 0 -1 7 0 0 0
[pid=6658/tid=6664] ppid=6648 vsize=15705588 CPUtime=0 cores=1,3,5,7
/proc/6658/task/6664/stat : 6664 (java) S 6648 6658 4604 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 955815076 16082522112 49573 33554432000 1073741824 1073778376 140737233155008 18446744073709551615 216000408473 0 4 0 16800975 18446604471138029824 0 0 -1 3 0 0 0
[pid=6658/tid=6665] ppid=6648 vsize=15705588 CPUtime=0 cores=1,3,5,7
/proc/6658/task/6665/stat : 6665 (java) S 6648 6658 4604 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 955815076 16082522112 49573 33554432000 1073741824 1073778376 140737233155008 18446744073709551615 216000408473 0 4 0 16800975 18446604471138029824 0 0 -1 3 0 0 0
[pid=6658/tid=6666] ppid=6648 vsize=15705588 CPUtime=0 cores=1,3,5,7
/proc/6658/task/6666/stat : 6666 (java) S 6648 6658 4604 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 955815076 16082522112 49573 33554432000 1073741824 1073778376 140737233155008 18446744073709551615 216000408473 0 4 0 16800975 18446604471138029824 0 0 -1 3 0 0 0
[pid=6658/tid=6667] ppid=6648 vsize=15705588 CPUtime=0 cores=1,3,5,7
/proc/6658/task/6667/stat : 6667 (java) S 6648 6658 4604 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 955815076 16082522112 49573 33554432000 1073741824 1073778376 140737233155008 18446744073709551615 216000408473 0 4 0 16800975 18446604471138029824 0 0 -1 3 0 0 0
[pid=6658/tid=6668] ppid=6648 vsize=15705588 CPUtime=0 cores=1,3,5,7
/proc/6658/task/6668/stat : 6668 (java) S 6648 6658 4604 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 955815076 16082522112 49573 33554432000 1073741824 1073778376 140737233155008 18446744073709551615 216000408473 0 4 0 16800975 18446604471138029824 0 0 -1 1 0 0 0
[pid=6658/tid=6672] ppid=6648 vsize=15705588 CPUtime=0 cores=1,3,5,7
/proc/6658/task/6672/stat : 6672 (java) S 6648 6658 4604 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 22 0 955815077 16082522112 49573 33554432000 1073741824 1073778376 140737233155008 18446744073709551615 216000409088 0 0 0 16800975 18446604471138029824 0 0 -1 3 0 0 0
[pid=6658/tid=6673] ppid=6648 vsize=15705588 CPUtime=0 cores=1,3,5,7
/proc/6658/task/6673/stat : 6673 (java) S 6648 6658 4604 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 955815077 16082522112 49573 33554432000 1073741824 1073778376 140737233155008 18446744073709551615 216000408473 0 4 0 16800975 18446604471138029824 0 0 -1 3 0 0 0
[pid=6658/tid=6674] ppid=6648 vsize=15705588 CPUtime=0 cores=1,3,5,7
/proc/6658/task/6674/stat : 6674 (java) S 6648 6658 4604 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 955815077 16082522112 49573 33554432000 1073741824 1073778376 140737233155008 18446744073709551615 216000408473 0 4 0 16800975 18446604471138029824 0 0 -1 3 0 0 0
[pid=6658/tid=6680] ppid=6648 vsize=15705588 CPUtime=0 cores=1,3,5,7
/proc/6658/task/6680/stat : 6680 (java) S 6648 6658 4604 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 955815079 16082522112 49573 33554432000 1073741824 1073778376 140737233155008 18446744073709551615 216000416177 0 4 0 16800975 18446604471138029824 0 0 -1 3 0 0 0
[pid=6658/tid=6681] ppid=6648 vsize=15705588 CPUtime=0.68 cores=1,3,5,7
/proc/6658/task/6681/stat : 6681 (java) R 6648 6658 4604 0 -1 4202560 12646 0 0 0 67 1 0 0 25 0 22 0 955815079 16082522112 49573 33554432000 1073741824 1073778376 140737233155008 18446744073709551615 46960643730884 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=6658/tid=6682] ppid=6648 vsize=15705588 CPUtime=0.59 cores=1,3,5,7
/proc/6658/task/6682/stat : 6682 (java) R 6648 6658 4604 0 -1 4202560 7891 0 1 0 59 0 0 0 25 0 22 0 955815079 16082522112 49573 33554432000 1073741824 1073778376 140737233155008 18446744073709551615 46960647911462 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=6658/tid=6683] ppid=6648 vsize=15705588 CPUtime=0 cores=1,3,5,7
/proc/6658/task/6683/stat : 6683 (java) S 6648 6658 4604 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 955815079 16082522112 49573 33554432000 1073741824 1073778376 140737233155008 18446744073709551615 216000408473 0 4 0 16800975 18446604471138029824 0 0 -1 5 0 0 0
[pid=6658/tid=6684] ppid=6648 vsize=15705588 CPUtime=0 cores=1,3,5,7
/proc/6658/task/6684/stat : 6684 (java) S 6648 6658 4604 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 955815079 16082522112 49573 33554432000 1073741824 1073778376 140737233155008 18446744073709551615 216000409088 0 4 0 16800975 18446604471138029824 0 0 -1 7 0 0 0
[pid=6658/tid=6689] ppid=6648 vsize=15705588 CPUtime=0.81 cores=1,3,5,7
/proc/6658/task/6689/stat : 6689 (java) R 6648 6658 4604 0 -1 4202560 7317 0 0 0 81 0 0 0 16 0 22 0 955815116 16082522112 49573 33554432000 1073741824 1073778376 140737233155008 18446744073709551615 46960644408208 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=6658/tid=6690] ppid=6648 vsize=15705588 CPUtime=0.48 cores=1,3,5,7
/proc/6658/task/6690/stat : 6690 (java) R 6648 6658 4604 0 -1 4202560 3710 0 0 0 48 0 0 0 16 0 22 0 955815116 16082522112 49573 33554432000 1073741824 1073778376 140737233155008 18446744073709551615 46912505227955 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=6658/tid=6691] ppid=6648 vsize=15705588 CPUtime=0.49 cores=1,3,5,7
/proc/6658/task/6691/stat : 6691 (java) R 6648 6658 4604 0 -1 4202560 3995 0 0 0 49 0 0 0 16 0 22 0 955815117 16082522112 49573 33554432000 1073741824 1073778376 140737233155008 18446744073709551615 46960644408208 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=6658/tid=6692] ppid=6648 vsize=15705588 CPUtime=0.54 cores=1,3,5,7
/proc/6658/task/6692/stat : 6692 (java) R 6648 6658 4604 0 -1 4202560 5064 0 0 0 54 0 0 0 17 0 22 0 955815117 16082522112 49573 33554432000 1073741824 1073778376 140737233155008 18446744073709551615 46912505215681 0 4 0 16800975 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4.21
Current children cumulated vsize (KiB) 15705588

[startup+3.1012 s]
/proc/loadavg: 1.85 1.98 1.93 14/220 6692
/proc/meminfo: memFree=32107244/32950940 swapFree=67074964/67111528
[pid=6658] ppid=6648 vsize=15702928 CPUtime=10.6 cores=1,3,5,7
/proc/6658/stat : 6658 (java) S 6648 6658 4604 0 -1 4202496 64218 0 3 0 1053 7 0 0 25 0 22 0 955815075 16079798272 53584 33554432000 1073741824 1073778376 140737233155008 18446744073709551615 216000395237 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/6658/statm: 3925732 53584 2273 9 0 3916451 0
[pid=6658/tid=6659] ppid=6648 vsize=15702928 CPUtime=0.55 cores=1,3,5,7
/proc/6658/task/6659/stat : 6659 (java) S 6648 6658 4604 0 -1 4202560 15009 0 2 0 53 2 0 0 21 0 22 0 955815075 16079798272 53584 33554432000 1073741824 1073778376 140737233155008 18446744073709551615 216000408473 0 4 0 16800975 18446604471138029824 0 0 -1 5 0 0 5
[pid=6658/tid=6661] ppid=6648 vsize=15702928 CPUtime=0 cores=1,3,5,7
/proc/6658/task/6661/stat : 6661 (java) S 6648 6658 4604 0 -1 4202560 782 0 0 0 0 0 0 0 16 0 22 0 955815076 16079798272 53584 33554432000 1073741824 1073778376 140737233155008 18446744073709551615 216000408473 0 4 0 16800975 18446604471138029824 0 0 -1 7 0 0 0
[pid=6658/tid=6662] ppid=6648 vsize=15702928 CPUtime=0 cores=1,3,5,7
/proc/6658/task/6662/stat : 6662 (java) S 6648 6658 4604 0 -1 4202560 1856 0 0 0 0 0 0 0 15 0 22 0 955815076 16079798272 53584 33554432000 1073741824 1073778376 140737233155008 18446744073709551615 216000408473 0 4 0 16800975 18446604471138029824 0 0 -1 7 0 0 0
[pid=6658/tid=6663] ppid=6648 vsize=15702928 CPUtime=0 cores=1,3,5,7
/proc/6658/task/6663/stat : 6663 (java) S 6648 6658 4604 0 -1 4202560 579 0 0 0 0 0 0 0 15 0 22 0 955815076 16079798272 53584 33554432000 1073741824 1073778376 140737233155008 18446744073709551615 216000408473 0 4 0 16800975 18446604471138029824 0 0 -1 7 0 0 0
[pid=6658/tid=6664] ppid=6648 vsize=15702928 CPUtime=0 cores=1,3,5,7
/proc/6658/task/6664/stat : 6664 (java) S 6648 6658 4604 0 -1 4202560 409 0 0 0 0 0 0 0 16 0 22 0 955815076 16079798272 53584 33554432000 1073741824 1073778376 140737233155008 18446744073709551615 216000408473 0 4 0 16800975 18446604471138029824 0 0 -1 3 0 0 0
[pid=6658/tid=6665] ppid=6648 vsize=15702928 CPUtime=0 cores=1,3,5,7
/proc/6658/task/6665/stat : 6665 (java) S 6648 6658 4604 0 -1 4202560 1 0 0 0 0 0 0 0 16 0 22 0 955815076 16079798272 53584 33554432000 1073741824 1073778376 140737233155008 18446744073709551615 216000408473 0 4 0 16800975 18446604471138029824 0 0 -1 3 0 0 0
[pid=6658/tid=6666] ppid=6648 vsize=15702928 CPUtime=0 cores=1,3,5,7
/proc/6658/task/6666/stat : 6666 (java) S 6648 6658 4604 0 -1 4202560 1287 0 0 0 0 0 0 0 16 0 22 0 955815076 16079798272 53584 33554432000 1073741824 1073778376 140737233155008 18446744073709551615 216000408473 0 4 0 16800975 18446604471138029824 0 0 -1 1 0 0 0
[pid=6658/tid=6667] ppid=6648 vsize=15702928 CPUtime=0 cores=1,3,5,7
/proc/6658/task/6667/stat : 6667 (java) S 6648 6658 4604 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 955815076 16079798272 53584 33554432000 1073741824 1073778376 140737233155008 18446744073709551615 216000408473 0 4 0 16800975 18446604471138029824 0 0 -1 3 0 0 0
[pid=6658/tid=6668] ppid=6648 vsize=15702928 CPUtime=0 cores=1,3,5,7
/proc/6658/task/6668/stat : 6668 (java) S 6648 6658 4604 0 -1 4202560 1077 0 0 0 0 0 0 0 15 0 22 0 955815076 16079798272 53584 33554432000 1073741824 1073778376 140737233155008 18446744073709551615 216000408473 0 4 0 16800975 18446604471138029824 0 0 -1 1 0 0 0
[pid=6658/tid=6672] ppid=6648 vsize=15702928 CPUtime=0 cores=1,3,5,7
/proc/6658/task/6672/stat : 6672 (java) S 6648 6658 4604 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 22 0 955815077 16079798272 53584 33554432000 1073741824 1073778376 140737233155008 18446744073709551615 216000409088 0 0 0 16800975 18446604471138029824 0 0 -1 1 0 0 0
[pid=6658/tid=6673] ppid=6648 vsize=15702928 CPUtime=0 cores=1,3,5,7
/proc/6658/task/6673/stat : 6673 (java) S 6648 6658 4604 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 955815077 16079798272 53584 33554432000 1073741824 1073778376 140737233155008 18446744073709551615 216000408473 0 4 0 16800975 18446604471138029824 0 0 -1 3 0 0 0
[pid=6658/tid=6674] ppid=6648 vsize=15702928 CPUtime=0 cores=1,3,5,7
/proc/6658/task/6674/stat : 6674 (java) S 6648 6658 4604 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 955815077 16079798272 53584 33554432000 1073741824 1073778376 140737233155008 18446744073709551615 216000408473 0 4 0 16800975 18446604471138029824 0 0 -1 3 0 0 0
[pid=6658/tid=6680] ppid=6648 vsize=15702928 CPUtime=0 cores=1,3,5,7
/proc/6658/task/6680/stat : 6680 (java) S 6648 6658 4604 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 955815079 16079798272 53584 33554432000 1073741824 1073778376 140737233155008 18446744073709551615 216000416177 0 4 0 16800975 18446604471138029824 0 0 -1 3 0 0 0
[pid=6658/tid=6681] ppid=6648 vsize=15702928 CPUtime=0.87 cores=1,3,5,7
/proc/6658/task/6681/stat : 6681 (java) R 6648 6658 4604 0 -1 4202560 13364 0 0 0 86 1 0 0 25 0 22 0 955815079 16079798272 53584 33554432000 1073741824 1073778376 140737233155008 18446744073709551615 46960647585376 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=6658/tid=6682] ppid=6648 vsize=15702928 CPUtime=0.59 cores=1,3,5,7
/proc/6658/task/6682/stat : 6682 (java) R 6648 6658 4604 0 -1 4202560 7891 0 1 0 59 0 0 0 25 0 22 0 955815079 16079798272 53584 33554432000 1073741824 1073778376 140737233155008 18446744073709551615 46960647926837 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=6658/tid=6683] ppid=6648 vsize=15702928 CPUtime=0 cores=1,3,5,7
/proc/6658/task/6683/stat : 6683 (java) S 6648 6658 4604 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 955815079 16079798272 53584 33554432000 1073741824 1073778376 140737233155008 18446744073709551615 216000408473 0 4 0 16800975 18446604471138029824 0 0 -1 5 0 0 0
[pid=6658/tid=6684] ppid=6648 vsize=15702928 CPUtime=0 cores=1,3,5,7
/proc/6658/task/6684/stat : 6684 (java) S 6648 6658 4604 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 955815079 16079798272 53584 33554432000 1073741824 1073778376 140737233155008 18446744073709551615 216000409088 0 4 0 16800975 18446604471138029824 0 0 -1 7 0 0 0
[pid=6658/tid=6689] ppid=6648 vsize=15702928 CPUtime=2.4 cores=1,3,5,7
/proc/6658/task/6689/stat : 6689 (java) R 6648 6658 4604 0 -1 4202560 7393 0 0 0 240 0 0 0 18 0 22 0 955815116 16079798272 53584 33554432000 1073741824 1073778376 140737233155008 18446744073709551615 46960644408149 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=6658/tid=6690] ppid=6648 vsize=15702928 CPUtime=2.07 cores=1,3,5,7
/proc/6658/task/6690/stat : 6690 (java) R 6648 6658 4604 0 -1 4202560 3870 0 0 0 207 0 0 0 18 0 22 0 955815116 16079798272 53584 33554432000 1073741824 1073778376 140737233155008 18446744073709551615 46960644408215 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=6658/tid=6691] ppid=6648 vsize=15702928 CPUtime=2.09 cores=1,3,5,7
/proc/6658/task/6691/stat : 6691 (java) R 6648 6658 4604 0 -1 4202560 4153 0 0 0 209 0 0 0 18 0 22 0 955815117 16079798272 53584 33554432000 1073741824 1073778376 140737233155008 18446744073709551615 46960645501046 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=6658/tid=6692] ppid=6648 vsize=15702928 CPUtime=1.94 cores=1,3,5,7
/proc/6658/task/6692/stat : 6692 (java) R 6648 6658 4604 0 -1 4202560 5149 0 0 0 194 0 0 0 19 0 22 0 955815117 16079798272 53584 33554432000 1073741824 1073778376 140737233155008 18446744073709551615 216000408473 0 4 0 16800975 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 10.6
Current children cumulated vsize (KiB) 15702928

[startup+6.30164 s]
/proc/loadavg: 2.42 2.10 1.97 9/220 6692
/proc/meminfo: memFree=31729436/32950940 swapFree=67074964/67111528
[pid=6658] ppid=6648 vsize=15702928 CPUtime=23.35 cores=1,3,5,7
/proc/6658/stat : 6658 (java) S 6648 6658 4604 0 -1 4202496 93527 0 3 0 2324 11 0 0 25 0 22 0 955815075 16079798272 77287 33554432000 1073741824 1073778376 140737233155008 18446744073709551615 216000395237 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/6658/statm: 3925732 77287 2288 9 0 3916451 0
[pid=6658/tid=6659] ppid=6648 vsize=15702928 CPUtime=0.55 cores=1,3,5,7
/proc/6658/task/6659/stat : 6659 (java) S 6648 6658 4604 0 -1 4202560 15009 0 2 0 53 2 0 0 21 0 22 0 955815075 16079798272 77287 33554432000 1073741824 1073778376 140737233155008 18446744073709551615 216000408473 0 4 0 16800975 18446604471138029824 0 0 -1 5 0 0 5
[pid=6658/tid=6661] ppid=6648 vsize=15702928 CPUtime=0.01 cores=1,3,5,7
/proc/6658/task/6661/stat : 6661 (java) S 6648 6658 4604 0 -1 4202560 2372 0 0 0 1 0 0 0 15 0 22 0 955815076 16079798272 77287 33554432000 1073741824 1073778376 140737233155008 18446744073709551615 216000408473 0 4 0 16800975 18446604471138029824 0 0 -1 7 0 0 0
[pid=6658/tid=6662] ppid=6648 vsize=15702928 CPUtime=0 cores=1,3,5,7
/proc/6658/task/6662/stat : 6662 (java) S 6648 6658 4604 0 -1 4202560 2250 0 0 0 0 0 0 0 15 0 22 0 955815076 16079798272 77287 33554432000 1073741824 1073778376 140737233155008 18446744073709551615 216000408473 0 4 0 16800975 18446604471138029824 0 0 -1 7 0 0 0
[pid=6658/tid=6663] ppid=6648 vsize=15702928 CPUtime=0 cores=1,3,5,7
/proc/6658/task/6663/stat : 6663 (java) S 6648 6658 4604 0 -1 4202560 1497 0 0 0 0 0 0 0 15 0 22 0 955815076 16079798272 77287 33554432000 1073741824 1073778376 140737233155008 18446744073709551615 216000408473 0 4 0 16800975 18446604471138029824 0 0 -1 5 0 0 0
[pid=6658/tid=6664] ppid=6648 vsize=15702928 CPUtime=0 cores=1,3,5,7
/proc/6658/task/6664/stat : 6664 (java) S 6648 6658 4604 0 -1 4202560 1281 0 0 0 0 0 0 0 15 0 22 0 955815076 16079798272 77287 33554432000 1073741824 1073778376 140737233155008 18446744073709551615 216000408473 0 4 0 16800975 18446604471138029824 0 0 -1 7 0 0 0
[pid=6658/tid=6665] ppid=6648 vsize=15702928 CPUtime=0.01 cores=1,3,5,7
/proc/6658/task/6665/stat : 6665 (java) S 6648 6658 4604 0 -1 4202560 709 0 0 0 1 0 0 0 15 0 22 0 955815076 16079798272 77287 33554432000 1073741824 1073778376 140737233155008 18446744073709551615 216000408473 0 4 0 16800975 18446604471138029824 0 0 -1 7 0 0 0
[pid=6658/tid=6666] ppid=6648 vsize=15702928 CPUtime=0.01 cores=1,3,5,7
/proc/6658/task/6666/stat : 6666 (java) S 6648 6658 4604 0 -1 4202560 1488 0 0 0 1 0 0 0 16 0 22 0 955815076 16079798272 77287 33554432000 1073741824 1073778376 140737233155008 18446744073709551615 216000408473 0 4 0 16800975 18446604471138029824 0 0 -1 5 0 0 0
[pid=6658/tid=6667] ppid=6648 vsize=15702928 CPUtime=0 cores=1,3,5,7
/proc/6658/task/6667/stat : 6667 (java) S 6648 6658 4604 0 -1 4202560 700 0 0 0 0 0 0 0 15 0 22 0 955815076 16079798272 77287 33554432000 1073741824 1073778376 140737233155008 18446744073709551615 216000408473 0 4 0 16800975 18446604471138029824 0 0 -1 7 0 0 0
[pid=6658/tid=6668] ppid=6648 vsize=15702928 CPUtime=0 cores=1,3,5,7
/proc/6658/task/6668/stat : 6668 (java) S 6648 6658 4604 0 -1 4202560 1867 0 0 0 0 0 0 0 15 0 22 0 955815076 16079798272 77287 33554432000 1073741824 1073778376 140737233155008 18446744073709551615 216000408473 0 4 0 16800975 18446604471138029824 0 0 -1 1 0 0 0

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

[pid=6658/tid=6690] ppid=6648 vsize=15697324 CPUtime=1048.57 cores=1,3,5,7
/proc/6658/task/6690/stat : 6690 (java) R 6648 6658 4604 0 -1 4202560 163639 0 0 0 104826 31 0 0 25 0 22 0 955815116 16074059776 76886 33554432000 1073741824 1073778376 140737233155008 18446744073709551615 46912505692264 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=6658/tid=6691] ppid=6648 vsize=15697324 CPUtime=1049.02 cores=1,3,5,7
/proc/6658/task/6691/stat : 6691 (java) R 6648 6658 4604 0 -1 4202560 164882 0 0 0 104873 29 0 0 25 0 22 0 955815117 16074059776 76886 33554432000 1073741824 1073778376 140737233155008 18446744073709551615 46912505703020 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=6658/tid=6692] ppid=6648 vsize=15697324 CPUtime=1048.52 cores=1,3,5,7
/proc/6658/task/6692/stat : 6692 (java) R 6648 6658 4604 0 -1 4202560 164936 0 0 0 104820 32 0 0 25 0 22 0 955815117 16074059776 76886 33554432000 1073741824 1073778376 140737233155008 18446744073709551615 46912505809506 0 4 0 16800975 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4223.25
Current children cumulated vsize (KiB) 15697324

[startup+1122.3 s]
/proc/loadavg: 8.07 7.92 6.21 9/220 6731
/proc/meminfo: memFree=31968136/32950940 swapFree=67074964/67111528
[pid=6658] ppid=6648 vsize=15697324 CPUtime=4461.78 cores=1,3,5,7
/proc/6658/stat : 6658 (java) S 6648 6658 4604 0 -1 4202496 1270261 0 3 0 445851 327 0 0 25 0 22 0 955815075 16074059776 77646 33554432000 1073741824 1073778376 140737233155008 18446744073709551615 216000395237 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/6658/statm: 3924331 77646 2298 9 0 3915050 0
[pid=6658/tid=6659] ppid=6648 vsize=15697324 CPUtime=0.55 cores=1,3,5,7
/proc/6658/task/6659/stat : 6659 (java) S 6648 6658 4604 0 -1 4202560 15009 0 2 0 53 2 0 0 21 0 22 0 955815075 16074059776 77646 33554432000 1073741824 1073778376 140737233155008 18446744073709551615 216000408473 0 4 0 16800975 18446604471138029824 0 0 -1 5 0 0 5
[pid=6658/tid=6661] ppid=6648 vsize=15697324 CPUtime=3.18 cores=1,3,5,7
/proc/6658/task/6661/stat : 6661 (java) R 6648 6658 4604 0 -1 4202560 70675 0 0 0 303 15 0 0 15 0 22 0 955815076 16074059776 77646 33554432000 1073741824 1073778376 140737233155008 18446744073709551615 215988545847 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=6658/tid=6662] ppid=6648 vsize=15697324 CPUtime=3.15 cores=1,3,5,7
/proc/6658/task/6662/stat : 6662 (java) S 6648 6658 4604 0 -1 4202560 64564 0 0 0 298 17 0 0 15 0 22 0 955815076 16074059776 77646 33554432000 1073741824 1073778376 140737233155008 18446744073709551615 216000408473 0 4 0 16800975 18446604471138029824 0 0 -1 1 0 0 0
[pid=6658/tid=6663] ppid=6648 vsize=15697324 CPUtime=3.12 cores=1,3,5,7
/proc/6658/task/6663/stat : 6663 (java) R 6648 6658 4604 0 -1 4202560 64456 0 0 0 297 15 0 0 15 0 22 0 955815076 16074059776 77646 33554432000 1073741824 1073778376 140737233155008 18446744073709551615 215988545847 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=6658/tid=6664] ppid=6648 vsize=15697324 CPUtime=3.12 cores=1,3,5,7
/proc/6658/task/6664/stat : 6664 (java) R 6648 6658 4604 0 -1 4202560 65330 0 0 0 297 15 0 0 15 0 22 0 955815076 16074059776 77646 33554432000 1073741824 1073778376 140737233155008 18446744073709551615 215988545847 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=6658/tid=6665] ppid=6648 vsize=15697324 CPUtime=3.25 cores=1,3,5,7
/proc/6658/task/6665/stat : 6665 (java) R 6648 6658 4604 0 -1 4202560 63778 0 0 0 308 17 0 0 15 0 22 0 955815076 16074059776 77646 33554432000 1073741824 1073778376 140737233155008 18446744073709551615 215988545847 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=6658/tid=6666] ppid=6648 vsize=15697324 CPUtime=3.18 cores=1,3,5,7
/proc/6658/task/6666/stat : 6666 (java) R 6648 6658 4604 0 -1 4202560 65007 0 0 0 302 16 0 0 15 0 22 0 955815076 16074059776 77646 33554432000 1073741824 1073778376 140737233155008 18446744073709551615 215988545847 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=6658/tid=6667] ppid=6648 vsize=15697324 CPUtime=3.18 cores=1,3,5,7
/proc/6658/task/6667/stat : 6667 (java) R 6648 6658 4604 0 -1 4202560 64099 0 0 0 302 16 0 0 15 0 22 0 955815076 16074059776 77646 33554432000 1073741824 1073778376 140737233155008 18446744073709551615 215988545847 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=6658/tid=6668] ppid=6648 vsize=15697324 CPUtime=3.17 cores=1,3,5,7
/proc/6658/task/6668/stat : 6668 (java) R 6648 6658 4604 0 -1 4202560 70091 0 0 0 302 15 0 0 15 0 22 0 955815076 16074059776 77646 33554432000 1073741824 1073778376 140737233155008 18446744073709551615 216000408473 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=6658/tid=6672] ppid=6648 vsize=15697324 CPUtime=2 cores=1,3,5,7
/proc/6658/task/6672/stat : 6672 (java) S 6648 6658 4604 0 -1 4202560 3414 0 0 0 144 56 0 0 16 0 22 0 955815077 16074059776 77646 33554432000 1073741824 1073778376 140737233155008 18446744073709551615 216000408473 0 0 0 16800975 18446604471138029824 0 0 -1 7 0 0 0
[pid=6658/tid=6673] ppid=6648 vsize=15697324 CPUtime=0 cores=1,3,5,7
/proc/6658/task/6673/stat : 6673 (java) S 6648 6658 4604 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 955815077 16074059776 77646 33554432000 1073741824 1073778376 140737233155008 18446744073709551615 216000408473 0 4 0 16800975 18446604471138029824 0 0 -1 3 0 0 0
[pid=6658/tid=6674] ppid=6648 vsize=15697324 CPUtime=0 cores=1,3,5,7
/proc/6658/task/6674/stat : 6674 (java) S 6648 6658 4604 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 955815077 16074059776 77646 33554432000 1073741824 1073778376 140737233155008 18446744073709551615 216000408473 0 4 0 16800975 18446604471138029824 0 0 -1 3 0 0 0
[pid=6658/tid=6680] ppid=6648 vsize=15697324 CPUtime=0 cores=1,3,5,7
/proc/6658/task/6680/stat : 6680 (java) S 6648 6658 4604 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 955815079 16074059776 77646 33554432000 1073741824 1073778376 140737233155008 18446744073709551615 216000416177 0 4 0 16800975 18446604471138029824 0 0 -1 3 0 0 0
[pid=6658/tid=6681] ppid=6648 vsize=15697324 CPUtime=1.75 cores=1,3,5,7
/proc/6658/task/6681/stat : 6681 (java) S 6648 6658 4604 0 -1 4202560 13753 0 0 0 174 1 0 0 15 0 22 0 955815079 16074059776 77646 33554432000 1073741824 1073778376 140737233155008 18446744073709551615 216000408473 0 4 0 16800975 18446604471138029824 0 0 -1 5 0 0 0
[pid=6658/tid=6682] ppid=6648 vsize=15697324 CPUtime=0.66 cores=1,3,5,7
/proc/6658/task/6682/stat : 6682 (java) S 6648 6658 4604 0 -1 4202560 7910 0 1 0 66 0 0 0 15 0 22 0 955815079 16074059776 77646 33554432000 1073741824 1073778376 140737233155008 18446744073709551615 216000408473 0 4 0 16800975 18446604471138029824 0 0 -1 1 0 0 0
[pid=6658/tid=6683] ppid=6648 vsize=15697324 CPUtime=0 cores=1,3,5,7
/proc/6658/task/6683/stat : 6683 (java) S 6648 6658 4604 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 955815079 16074059776 77646 33554432000 1073741824 1073778376 140737233155008 18446744073709551615 216000408473 0 4 0 16800975 18446604471138029824 0 0 -1 5 0 0 0
[pid=6658/tid=6684] ppid=6648 vsize=15697324 CPUtime=0 cores=1,3,5,7
/proc/6658/task/6684/stat : 6684 (java) S 6648 6658 4604 0 -1 4202560 57 0 0 0 0 0 0 0 15 0 22 0 955815079 16074059776 77646 33554432000 1073741824 1073778376 140737233155008 18446744073709551615 216000409088 0 4 0 16800975 18446604471138029824 0 0 -1 3 0 0 0
[pid=6658/tid=6689] ppid=6648 vsize=15697324 CPUtime=1107.43 cores=1,3,5,7
/proc/6658/task/6689/stat : 6689 (java) S 6648 6658 4604 0 -1 4202560 176977 0 0 0 110709 34 0 0 25 0 22 0 955815116 16074059776 77646 33554432000 1073741824 1073778376 140737233155008 18446744073709551615 216000408473 0 4 0 16800975 18446604471138029824 0 0 -1 1 0 0 0
[pid=6658/tid=6690] ppid=6648 vsize=15697324 CPUtime=1107.86 cores=1,3,5,7
/proc/6658/task/6690/stat : 6690 (java) S 6648 6658 4604 0 -1 4202560 174084 0 0 0 110753 33 0 0 25 0 22 0 955815116 16074059776 77646 33554432000 1073741824 1073778376 140737233155008 18446744073709551615 216000408473 0 4 0 16800975 18446604471138029824 0 0 -1 3 0 0 0
[pid=6658/tid=6691] ppid=6648 vsize=15697324 CPUtime=1108.25 cores=1,3,5,7
/proc/6658/task/6691/stat : 6691 (java) S 6648 6658 4604 0 -1 4202560 175225 0 0 0 110793 32 0 0 25 0 22 0 955815117 16074059776 77646 33554432000 1073741824 1073778376 140737233155008 18446744073709551615 216000408473 0 4 0 16800975 18446604471138029824 0 0 -1 3 0 0 0
[pid=6658/tid=6692] ppid=6648 vsize=15697324 CPUtime=1107.76 cores=1,3,5,7
/proc/6658/task/6692/stat : 6692 (java) S 6648 6658 4604 0 -1 4202560 174446 0 0 0 110741 35 0 0 25 0 22 0 955815117 16074059776 77646 33554432000 1073741824 1073778376 140737233155008 18446744073709551615 216000408473 0 4 0 16800975 18446604471138029824 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4461.78
Current children cumulated vsize (KiB) 15697324

[startup+1182.3 s]
/proc/loadavg: 8.07 7.95 6.32 9/220 6733
/proc/meminfo: memFree=31923456/32950940 swapFree=67074964/67111528
[pid=6658] ppid=6648 vsize=15697324 CPUtime=4700.29 cores=1,3,5,7
/proc/6658/stat : 6658 (java) S 6648 6658 4604 0 -1 4202496 1338500 0 3 0 469682 347 0 0 25 0 22 0 955815075 16074059776 77330 33554432000 1073741824 1073778376 140737233155008 18446744073709551615 216000395237 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/6658/statm: 3924331 77330 2298 9 0 3915050 0
[pid=6658/tid=6659] ppid=6648 vsize=15697324 CPUtime=0.55 cores=1,3,5,7
/proc/6658/task/6659/stat : 6659 (java) S 6648 6658 4604 0 -1 4202560 15009 0 2 0 53 2 0 0 21 0 22 0 955815075 16074059776 77330 33554432000 1073741824 1073778376 140737233155008 18446744073709551615 216000408473 0 4 0 16800975 18446604471138029824 0 0 -1 5 0 0 5
[pid=6658/tid=6661] ppid=6648 vsize=15697324 CPUtime=3.36 cores=1,3,5,7
/proc/6658/task/6661/stat : 6661 (java) S 6648 6658 4604 0 -1 4202560 74201 0 0 0 320 16 0 0 15 0 22 0 955815076 16074059776 77330 33554432000 1073741824 1073778376 140737233155008 18446744073709551615 216000408473 0 4 0 16800975 18446604471138029824 0 0 -1 5 0 0 0
[pid=6658/tid=6662] ppid=6648 vsize=15697324 CPUtime=3.31 cores=1,3,5,7
/proc/6658/task/6662/stat : 6662 (java) S 6648 6658 4604 0 -1 4202560 68555 0 0 0 313 18 0 0 15 0 22 0 955815076 16074059776 77330 33554432000 1073741824 1073778376 140737233155008 18446744073709551615 216000408473 0 4 0 16800975 18446604471138029824 0 0 -1 1 0 0 0
[pid=6658/tid=6663] ppid=6648 vsize=15697324 CPUtime=3.29 cores=1,3,5,7
/proc/6658/task/6663/stat : 6663 (java) S 6648 6658 4604 0 -1 4202560 67365 0 0 0 313 16 0 0 15 0 22 0 955815076 16074059776 77330 33554432000 1073741824 1073778376 140737233155008 18446744073709551615 216000408473 0 4 0 16800975 18446604471138029824 0 0 -1 3 0 0 0
[pid=6658/tid=6664] ppid=6648 vsize=15697324 CPUtime=3.28 cores=1,3,5,7
/proc/6658/task/6664/stat : 6664 (java) S 6648 6658 4604 0 -1 4202560 69046 0 0 0 312 16 0 0 15 0 22 0 955815076 16074059776 77330 33554432000 1073741824 1073778376 140737233155008 18446744073709551615 216000408473 0 4 0 16800975 18446604471138029824 0 0 -1 3 0 0 0
[pid=6658/tid=6665] ppid=6648 vsize=15697324 CPUtime=3.43 cores=1,3,5,7
/proc/6658/task/6665/stat : 6665 (java) S 6648 6658 4604 0 -1 4202560 66995 0 0 0 325 18 0 0 16 0 22 0 955815076 16074059776 77330 33554432000 1073741824 1073778376 140737233155008 18446744073709551615 216000408473 0 4 0 16800975 18446604471138029824 0 0 -1 1 0 0 0
[pid=6658/tid=6666] ppid=6648 vsize=15697324 CPUtime=3.33 cores=1,3,5,7
/proc/6658/task/6666/stat : 6666 (java) S 6648 6658 4604 0 -1 4202560 68160 0 0 0 316 17 0 0 15 0 22 0 955815076 16074059776 77330 33554432000 1073741824 1073778376 140737233155008 18446744073709551615 216000408473 0 4 0 16800975 18446604471138029824 0 0 -1 1 0 0 0
[pid=6658/tid=6667] ppid=6648 vsize=15697324 CPUtime=3.35 cores=1,3,5,7
/proc/6658/task/6667/stat : 6667 (java) S 6648 6658 4604 0 -1 4202560 67302 0 0 0 318 17 0 0 15 0 22 0 955815076 16074059776 77330 33554432000 1073741824 1073778376 140737233155008 18446744073709551615 216000408473 0 4 0 16800975 18446604471138029824 0 0 -1 5 0 0 0
[pid=6658/tid=6668] ppid=6648 vsize=15697324 CPUtime=3.32 cores=1,3,5,7
/proc/6658/task/6668/stat : 6668 (java) S 6648 6658 4604 0 -1 4202560 73823 0 0 0 316 16 0 0 15 0 22 0 955815076 16074059776 77330 33554432000 1073741824 1073778376 140737233155008 18446744073709551615 216000408473 0 4 0 16800975 18446604471138029824 0 0 -1 1 0 0 0
[pid=6658/tid=6672] ppid=6648 vsize=15697324 CPUtime=2.13 cores=1,3,5,7
/proc/6658/task/6672/stat : 6672 (java) S 6648 6658 4604 0 -1 4202560 3621 0 0 0 153 60 0 0 15 0 22 0 955815077 16074059776 77330 33554432000 1073741824 1073778376 140737233155008 18446744073709551615 216000409088 0 0 0 16800975 18446604471138029824 0 0 -1 7 0 0 0
[pid=6658/tid=6673] ppid=6648 vsize=15697324 CPUtime=0 cores=1,3,5,7
/proc/6658/task/6673/stat : 6673 (java) S 6648 6658 4604 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 955815077 16074059776 77330 33554432000 1073741824 1073778376 140737233155008 18446744073709551615 216000408473 0 4 0 16800975 18446604471138029824 0 0 -1 3 0 0 0
[pid=6658/tid=6674] ppid=6648 vsize=15697324 CPUtime=0 cores=1,3,5,7
/proc/6658/task/6674/stat : 6674 (java) S 6648 6658 4604 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 955815077 16074059776 77330 33554432000 1073741824 1073778376 140737233155008 18446744073709551615 216000408473 0 4 0 16800975 18446604471138029824 0 0 -1 3 0 0 0
[pid=6658/tid=6680] ppid=6648 vsize=15697324 CPUtime=0 cores=1,3,5,7
/proc/6658/task/6680/stat : 6680 (java) S 6648 6658 4604 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 955815079 16074059776 77330 33554432000 1073741824 1073778376 140737233155008 18446744073709551615 216000416177 0 4 0 16800975 18446604471138029824 0 0 -1 3 0 0 0
[pid=6658/tid=6681] ppid=6648 vsize=15697324 CPUtime=1.75 cores=1,3,5,7
/proc/6658/task/6681/stat : 6681 (java) S 6648 6658 4604 0 -1 4202560 13753 0 0 0 174 1 0 0 15 0 22 0 955815079 16074059776 77330 33554432000 1073741824 1073778376 140737233155008 18446744073709551615 216000408473 0 4 0 16800975 18446604471138029824 0 0 -1 5 0 0 0
[pid=6658/tid=6682] ppid=6648 vsize=15697324 CPUtime=0.66 cores=1,3,5,7
/proc/6658/task/6682/stat : 6682 (java) S 6648 6658 4604 0 -1 4202560 7910 0 1 0 66 0 0 0 15 0 22 0 955815079 16074059776 77330 33554432000 1073741824 1073778376 140737233155008 18446744073709551615 216000408473 0 4 0 16800975 18446604471138029824 0 0 -1 1 0 0 0
[pid=6658/tid=6683] ppid=6648 vsize=15697324 CPUtime=0 cores=1,3,5,7
/proc/6658/task/6683/stat : 6683 (java) S 6648 6658 4604 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 955815079 16074059776 77330 33554432000 1073741824 1073778376 140737233155008 18446744073709551615 216000408473 0 4 0 16800975 18446604471138029824 0 0 -1 5 0 0 0
[pid=6658/tid=6684] ppid=6648 vsize=15697324 CPUtime=0 cores=1,3,5,7
/proc/6658/task/6684/stat : 6684 (java) S 6648 6658 4604 0 -1 4202560 59 0 0 0 0 0 0 0 15 0 22 0 955815079 16074059776 77330 33554432000 1073741824 1073778376 140737233155008 18446744073709551615 216000409088 0 4 0 16800975 18446604471138029824 0 0 -1 3 0 0 0
[pid=6658/tid=6689] ppid=6648 vsize=15697324 CPUtime=1166.66 cores=1,3,5,7
/proc/6658/task/6689/stat : 6689 (java) R 6648 6658 4604 0 -1 4202560 186975 0 0 0 116631 35 0 0 25 0 22 0 955815116 16074059776 77330 33554432000 1073741824 1073778376 140737233155008 18446744073709551615 46912505742746 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=6658/tid=6690] ppid=6648 vsize=15697324 CPUtime=1167.13 cores=1,3,5,7
/proc/6658/task/6690/stat : 6690 (java) R 6648 6658 4604 0 -1 4202560 184264 0 0 0 116678 35 0 0 25 0 22 0 955815116 16074059776 77330 33554432000 1073741824 1073778376 140737233155008 18446744073709551615 18446744073699065911 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=6658/tid=6691] ppid=6648 vsize=15697324 CPUtime=1167.47 cores=1,3,5,7
/proc/6658/task/6691/stat : 6691 (java) R 6648 6658 4604 0 -1 4202560 185383 0 0 0 116713 34 0 0 25 0 22 0 955815117 16074059776 77330 33554432000 1073741824 1073778376 140737233155008 18446744073709551615 46912505809696 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=6658/tid=6692] ppid=6648 vsize=15697324 CPUtime=1167.1 cores=1,3,5,7
/proc/6658/task/6692/stat : 6692 (java) R 6648 6658 4604 0 -1 4202560 184693 0 0 0 116674 36 0 0 25 0 22 0 955815117 16074059776 77330 33554432000 1073741824 1073778376 140737233155008 18446744073709551615 46912505818533 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4700.29
Current children cumulated vsize (KiB) 15697324



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1207.4 s]
/proc/loadavg: 8.11 7.97 6.37 5/197 6736
/proc/meminfo: memFree=32335012/32950940 swapFree=67074964/67111528
[pid=6658] ppid=6648 vsize=15697324 CPUtime=4800.06 cores=1,3,5,7
/proc/6658/stat : 6658 (java) S 6648 6658 4604 0 -1 4202496 1361748 0 3 0 479652 354 0 0 25 0 22 0 955815075 16074059776 76570 33554432000 1073741824 1073778376 140737233155008 18446744073709551615 216000395237 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/6658/statm: 3924331 76570 2298 9 0 3915050 0
[pid=6658/tid=6659] ppid=6648 vsize=15697324 CPUtime=0.55 cores=1,3,5,7
/proc/6658/task/6659/stat : 6659 (java) S 6648 6658 4604 0 -1 4202560 15009 0 2 0 53 2 0 0 21 0 22 0 955815075 16074059776 76570 33554432000 1073741824 1073778376 140737233155008 18446744073709551615 216000408473 0 4 0 16800975 18446604471138029824 0 0 -1 5 0 0 5
[pid=6658/tid=6661] ppid=6648 vsize=15697324 CPUtime=3.43 cores=1,3,5,7
/proc/6658/task/6661/stat : 6661 (java) S 6648 6658 4604 0 -1 4202560 75352 0 0 0 326 17 0 0 15 0 22 0 955815076 16074059776 76570 33554432000 1073741824 1073778376 140737233155008 18446744073709551615 216000408473 0 4 0 16800975 18446604471138029824 0 0 -1 1 0 0 0
[pid=6658/tid=6662] ppid=6648 vsize=15697324 CPUtime=3.38 cores=1,3,5,7
/proc/6658/task/6662/stat : 6662 (java) S 6648 6658 4604 0 -1 4202560 69359 0 0 0 320 18 0 0 15 0 22 0 955815076 16074059776 76570 33554432000 1073741824 1073778376 140737233155008 18446744073709551615 216000408473 0 4 0 16800975 18446604471138029824 0 0 -1 5 0 0 0
[pid=6658/tid=6663] ppid=6648 vsize=15697324 CPUtime=3.34 cores=1,3,5,7
/proc/6658/task/6663/stat : 6663 (java) S 6648 6658 4604 0 -1 4202560 68200 0 0 0 318 16 0 0 15 0 22 0 955815076 16074059776 76570 33554432000 1073741824 1073778376 140737233155008 18446744073709551615 216000408473 0 4 0 16800975 18446604471138029824 0 0 -1 1 0 0 0
[pid=6658/tid=6664] ppid=6648 vsize=15697324 CPUtime=3.34 cores=1,3,5,7
/proc/6658/task/6664/stat : 6664 (java) S 6648 6658 4604 0 -1 4202560 70374 0 0 0 317 17 0 0 15 0 22 0 955815076 16074059776 76570 33554432000 1073741824 1073778376 140737233155008 18446744073709551615 216000408473 0 4 0 16800975 18446604471138029824 0 0 -1 1 0 0 0
[pid=6658/tid=6665] ppid=6648 vsize=15697324 CPUtime=3.5 cores=1,3,5,7
/proc/6658/task/6665/stat : 6665 (java) S 6648 6658 4604 0 -1 4202560 68072 0 0 0 331 19 0 0 16 0 22 0 955815076 16074059776 76570 33554432000 1073741824 1073778376 140737233155008 18446744073709551615 216000408473 0 4 0 16800975 18446604471138029824 0 0 -1 7 0 0 0
[pid=6658/tid=6666] ppid=6648 vsize=15697324 CPUtime=3.39 cores=1,3,5,7
/proc/6658/task/6666/stat : 6666 (java) S 6648 6658 4604 0 -1 4202560 69127 0 0 0 322 17 0 0 15 0 22 0 955815076 16074059776 76570 33554432000 1073741824 1073778376 140737233155008 18446744073709551615 216000408473 0 4 0 16800975 18446604471138029824 0 0 -1 1 0 0 0
[pid=6658/tid=6667] ppid=6648 vsize=15697324 CPUtime=3.42 cores=1,3,5,7
/proc/6658/task/6667/stat : 6667 (java) S 6648 6658 4604 0 -1 4202560 68491 0 0 0 325 17 0 0 15 0 22 0 955815076 16074059776 76570 33554432000 1073741824 1073778376 140737233155008 18446744073709551615 216000408473 0 4 0 16800975 18446604471138029824 0 0 -1 5 0 0 0
[pid=6658/tid=6668] ppid=6648 vsize=15697324 CPUtime=3.41 cores=1,3,5,7
/proc/6658/task/6668/stat : 6668 (java) S 6648 6658 4604 0 -1 4202560 75276 0 0 0 324 17 0 0 15 0 22 0 955815076 16074059776 76570 33554432000 1073741824 1073778376 140737233155008 18446744073709551615 216000408473 0 4 0 16800975 18446604471138029824 0 0 -1 1 0 0 0
[pid=6658/tid=6672] ppid=6648 vsize=15697324 CPUtime=2.18 cores=1,3,5,7
/proc/6658/task/6672/stat : 6672 (java) S 6648 6658 4604 0 -1 4202560 3731 0 0 0 157 61 0 0 15 0 22 0 955815077 16074059776 76570 33554432000 1073741824 1073778376 140737233155008 18446744073709551615 216000409088 0 0 0 16800975 18446604471138029824 0 0 -1 3 0 0 0
[pid=6658/tid=6673] ppid=6648 vsize=15697324 CPUtime=0 cores=1,3,5,7
/proc/6658/task/6673/stat : 6673 (java) S 6648 6658 4604 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 955815077 16074059776 76570 33554432000 1073741824 1073778376 140737233155008 18446744073709551615 216000408473 0 4 0 16800975 18446604471138029824 0 0 -1 3 0 0 0
[pid=6658/tid=6674] ppid=6648 vsize=15697324 CPUtime=0 cores=1,3,5,7
/proc/6658/task/6674/stat : 6674 (java) S 6648 6658 4604 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 955815077 16074059776 76570 33554432000 1073741824 1073778376 140737233155008 18446744073709551615 216000408473 0 4 0 16800975 18446604471138029824 0 0 -1 3 0 0 0
[pid=6658/tid=6680] ppid=6648 vsize=15697324 CPUtime=0 cores=1,3,5,7
/proc/6658/task/6680/stat : 6680 (java) S 6648 6658 4604 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 955815079 16074059776 76570 33554432000 1073741824 1073778376 140737233155008 18446744073709551615 216000416177 0 4 0 16800975 18446604471138029824 0 0 -1 3 0 0 0
[pid=6658/tid=6681] ppid=6648 vsize=15697324 CPUtime=1.75 cores=1,3,5,7
/proc/6658/task/6681/stat : 6681 (java) S 6648 6658 4604 0 -1 4202560 13753 0 0 0 174 1 0 0 15 0 22 0 955815079 16074059776 76570 33554432000 1073741824 1073778376 140737233155008 18446744073709551615 216000408473 0 4 0 16800975 18446604471138029824 0 0 -1 5 0 0 0
[pid=6658/tid=6682] ppid=6648 vsize=15697324 CPUtime=0.66 cores=1,3,5,7
/proc/6658/task/6682/stat : 6682 (java) S 6648 6658 4604 0 -1 4202560 7910 0 1 0 66 0 0 0 15 0 22 0 955815079 16074059776 76570 33554432000 1073741824 1073778376 140737233155008 18446744073709551615 216000408473 0 4 0 16800975 18446604471138029824 0 0 -1 1 0 0 0
[pid=6658/tid=6683] ppid=6648 vsize=15697324 CPUtime=0 cores=1,3,5,7
/proc/6658/task/6683/stat : 6683 (java) S 6648 6658 4604 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 955815079 16074059776 76570 33554432000 1073741824 1073778376 140737233155008 18446744073709551615 216000408473 0 4 0 16800975 18446604471138029824 0 0 -1 5 0 0 0
[pid=6658/tid=6684] ppid=6648 vsize=15697324 CPUtime=0 cores=1,3,5,7
/proc/6658/task/6684/stat : 6684 (java) S 6648 6658 4604 0 -1 4202560 61 0 0 0 0 0 0 0 15 0 22 0 955815079 16074059776 76570 33554432000 1073741824 1073778376 140737233155008 18446744073709551615 216000409088 0 4 0 16800975 18446604471138029824 0 0 -1 3 0 0 0
[pid=6658/tid=6689] ppid=6648 vsize=15697324 CPUtime=1191.43 cores=1,3,5,7
/proc/6658/task/6689/stat : 6689 (java) R 6648 6658 4604 0 -1 4202560 190381 0 0 0 119107 36 0 0 25 0 22 0 955815116 16074059776 76570 33554432000 1073741824 1073778376 140737233155008 18446744073709551615 46912505818805 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=6658/tid=6690] ppid=6648 vsize=15697324 CPUtime=1191.97 cores=1,3,5,7
/proc/6658/task/6690/stat : 6690 (java) R 6648 6658 4604 0 -1 4202560 187863 0 0 0 119161 36 0 0 25 0 22 0 955815116 16074059776 76570 33554432000 1073741824 1073778376 140737233155008 18446744073709551615 46912506276873 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=6658/tid=6691] ppid=6648 vsize=15697324 CPUtime=1192.28 cores=1,3,5,7
/proc/6658/task/6691/stat : 6691 (java) R 6648 6658 4604 0 -1 4202560 188978 0 0 0 119193 35 0 0 25 0 22 0 955815117 16074059776 76570 33554432000 1073741824 1073778376 140737233155008 18446744073709551615 46912505817252 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=6658/tid=6692] ppid=6648 vsize=15697324 CPUtime=1191.87 cores=1,3,5,7
/proc/6658/task/6692/stat : 6692 (java) R 6648 6658 4604 0 -1 4202560 188425 0 0 0 119150 37 0 0 25 0 22 0 955815117 16074059776 76570 33554432000 1073741824 1073778376 140737233155008 18446744073709551615 46912505809674 0 4 0 16800975 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4800.06
Current children cumulated vsize (KiB) 15697324

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

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

Child status: 143
Real time (s): 1207.43
CPU time (s): 4800.11
CPU user time (s): 4796.55
CPU system time (s): 3.55446
CPU usage (%): 397.548
Max. virtual memory (cumulated for all children) (KiB): 15705600

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4796.55
system time used= 3.55446
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1361776
page faults= 3
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 302917
involuntary context switches= 166344

runsolver used 1.9997 second user time and 4.64129 second system time

The end

Launcher Data

Begin job on node117 at 2011-06-09 23:44:03
IDJOB=3311440
IDBENCH=82825
IDSOLVER=1698
FILE ID=node117/3311440-1307655843
RUNJOBID= node117-1307655843-6622
PBS_JOBID= 13549374
Free space on /tmp= 74136 MiB

SOLVER NAME= STRUCTure 0.1 (hbr=2)
BENCH NAME= SAT11/random/medium/unif-k7-r89-v80-c7120-S474185167-033.SATISFIABLE.cnf
COMMAND LINE= run 15000 NBCORE TMPDIR DIR BENCHNAME -hbr 2
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3311440-1307655843/watcher-3311440-1307655843 -o /tmp/evaluation-result-3311440-1307655843/solver-3311440-1307655843 -C 4800 -W 1300 -M 15500  run 15000 4 HOME HOME HOME/instance-3311440-1307655843.cnf -hbr 2

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

MD5SUM BENCH= 3152d51685e76b4a30e45b9928cc3243
RANDOM SEED=1752209624

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

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


/proc/meminfo:
MemTotal:     32950940 kB
MemFree:      32640352 kB
Buffers:         41688 kB
Cached:         107284 kB
SwapCached:       5792 kB
Active:          82072 kB
Inactive:       102024 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950940 kB
LowFree:      32640352 kB
SwapTotal:    67111528 kB
SwapFree:     67074964 kB
Dirty:            3160 kB
Writeback:           0 kB
AnonPages:       31832 kB
Mapped:          14860 kB
Slab:            60524 kB
PageTables:       4632 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586996 kB
Committed_AS:   199236 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= 74136 MiB
End job on node117 at 2011-06-10 00:04:12