Trace number 3312943

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? (TO) 4800.34 1207.14

General information on the benchmark

Namecrafted/kullmann/GreenTao/
GreenTaok1k2/GreenTao_2-3-6_2072.cnf
MD5SUMd2ef996f95bbf68a3c980c797dfdc364
Bench CategoryCRAFTED (crafted 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 variables2071
Number of clauses159039
Sum of the clauses size479052
Maximum clause length6
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 3158394
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 5645

Solver Data

0.10/0.11	17:45 INFO : Reading from input HOME/instance-3312943-1304183864.cnf
1.02/0.83	Executor set job limit to 1000000
1.02/0.83	Executor set job limit to 1000000
1.02/0.83	Executor set job limit to 1000000
1.02/0.83	Executor set job limit to 1000000
1.02/0.83	Starting Executor!
1.02/0.84	Starting Executor!
1.02/0.84	Starting Executor!
1.02/0.84	Starting Executor!
3.12/1.98	17:47 INFO : 1673 variables remaining out of 2071
3.12/1.98	17:47 INFO : 354887 literals remaining out of 638091

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

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

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


[startup+0 s]
/proc/loadavg: 4.65 7.10 7.64 4/194 23913
/proc/meminfo: memFree=23467072/32951124 swapFree=67111524/67111528
[pid=23913] ppid=23911 vsize=26088 CPUtime=0 cores=1,3,5,7
/proc/23913/stat : 23913 (java) S 23911 23913 23046 0 -1 4202496 1414 0 0 0 0 0 0 0 18 0 2 0 529986893 26714112 884 33554432000 1073741824 1073778376 140734590279712 18446744073709551615 244458747877 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/23913/statm: 6522 884 678 9 0 381 0
[pid=23913/tid=23914] ppid=23911 vsize=27172 CPUtime=0 cores=1,3,5,7
/proc/23913/task/23914/stat : 23914 (java) S 23911 23913 23046 0 -1 4202560 66 0 0 0 0 0 0 0 19 0 2 0 529986893 27824128 893 33554432000 1073741824 1073778376 140734590279712 18446744073709551615 244442021511 0 2147483391 4096 0 18446744071699199166 0 0 -1 5 0 0 0

[startup+0.0531271 s]
/proc/loadavg: 4.65 7.10 7.64 4/194 23913
/proc/meminfo: memFree=23467072/32951124 swapFree=67111524/67111528
[pid=23913] ppid=23911 vsize=15675180 CPUtime=0.05 cores=1,3,5,7
/proc/23913/stat : 23913 (java) S 23911 23913 23046 0 -1 4202496 4096 0 1 0 4 1 0 0 18 0 18 0 529986893 16051384320 3534 33554432000 1073741824 1073778376 140734590279712 18446744073709551615 244458747877 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/23913/statm: 3918795 3540 1754 9 0 3909514 0
[pid=23913/tid=23914] ppid=23911 vsize=15675180 CPUtime=0.03 cores=1,3,5,7
/proc/23913/task/23914/stat : 23914 (java) R 23911 23913 23046 0 -1 4202560 2685 0 1 0 3 0 0 0 25 0 18 0 529986893 16051384320 3542 33554432000 1073741824 1073778376 140734590279712 18446744073709551615 244446606021 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 15675180

[startup+0.10112 s]
/proc/loadavg: 4.65 7.10 7.64 4/194 23913
/proc/meminfo: memFree=23467072/32951124 swapFree=67111524/67111528
[pid=23913] ppid=23911 vsize=15676856 CPUtime=0.1 cores=1,3,5,7
/proc/23913/stat : 23913 (java) S 23911 23913 23046 0 -1 4202496 5593 0 1 0 9 1 0 0 18 0 18 0 529986893 16053100544 5031 33554432000 1073741824 1073778376 140734590279712 18446744073709551615 244458747877 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/23913/statm: 3919214 5032 2117 9 0 3909933 0
[pid=23913/tid=23914] ppid=23911 vsize=15676856 CPUtime=0.08 cores=1,3,5,7
/proc/23913/task/23914/stat : 23914 (java) R 23911 23913 23046 0 -1 4202560 3473 0 1 0 7 1 0 0 25 0 18 0 529986893 16053100544 5033 33554432000 1073741824 1073778376 140734590279712 18446744073709551615 47570981860888 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 15676856

[startup+0.301083 s]
/proc/loadavg: 4.65 7.10 7.64 4/194 23913
/proc/meminfo: memFree=23467072/32951124 swapFree=67111524/67111528
[pid=23913] ppid=23911 vsize=15680520 CPUtime=0.5 cores=1,3,5,7
/proc/23913/stat : 23913 (java) S 23911 23913 23046 0 -1 4202496 14729 0 1 0 48 2 0 0 18 0 18 0 529986893 16056852480 13240 33554432000 1073741824 1073778376 140734590279712 18446744073709551615 244458747877 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/23913/statm: 3920130 13247 2206 9 0 3910849 0
[pid=23913/tid=23914] ppid=23911 vsize=15680520 CPUtime=0.28 cores=1,3,5,7
/proc/23913/task/23914/stat : 23914 (java) R 23911 23913 23046 0 -1 4202560 9806 0 1 0 26 2 0 0 25 0 18 0 529986893 16056852480 13250 33554432000 1073741824 1073778376 140734590279712 18446744073709551615 46912505639345 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 15680520

[startup+0.701022 s]
/proc/loadavg: 4.65 7.10 7.64 4/194 23913
/proc/meminfo: memFree=23467072/32951124 swapFree=67111524/67111528
[pid=23913] ppid=23911 vsize=15680520 CPUtime=0.91 cores=1,3,5,7
/proc/23913/stat : 23913 (java) S 23911 23913 23046 0 -1 4202496 41593 0 1 0 85 6 0 0 18 0 18 0 529986893 16056852480 40101 33554432000 1073741824 1073778376 140734590279712 18446744073709551615 244458747877 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/23913/statm: 3920130 40101 2222 9 0 3910849 0
[pid=23913/tid=23914] ppid=23911 vsize=15680520 CPUtime=0.67 cores=1,3,5,7
/proc/23913/task/23914/stat : 23914 (java) R 23911 23913 23046 0 -1 4202560 35540 0 1 0 62 5 0 0 25 0 18 0 529986893 16056852480 40101 33554432000 1073741824 1073778376 140734590279712 18446744073709551615 46912505593454 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.91
Current children cumulated vsize (KiB) 15680520

[startup+1.50086 s]
/proc/loadavg: 4.65 7.10 7.64 13/220 23939
/proc/meminfo: memFree=23157412/32951124 swapFree=67111524/67111528
[pid=23913] ppid=23911 vsize=15704252 CPUtime=2.31 cores=1,3,5,7
/proc/23913/stat : 23913 (java) S 23911 23913 23046 0 -1 4202496 50092 0 1 0 223 8 0 0 18 0 22 0 529986893 16081154048 46535 33554432000 1073741824 1073778376 140734590279712 18446744073709551615 244458747877 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/23913/statm: 3926063 46535 2255 9 0 3916782 0
[pid=23913/tid=23914] ppid=23911 vsize=15704252 CPUtime=1.47 cores=1,3,5,7
/proc/23913/task/23914/stat : 23914 (java) R 23911 23913 23046 0 -1 4202560 35640 0 1 0 142 5 0 0 25 0 22 0 529986893 16081154048 46535 33554432000 1073741824 1073778376 140734590279712 18446744073709551615 46912505725930 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=23913/tid=23916] ppid=23911 vsize=15704252 CPUtime=0 cores=1,3,5,7
/proc/23913/task/23916/stat : 23916 (java) S 23911 23913 23046 0 -1 4202560 40 0 0 0 0 0 0 0 15 0 22 0 529986894 16081154048 46535 33554432000 1073741824 1073778376 140734590279712 18446744073709551615 244458761113 0 4 0 16800975 18446604471131313152 0 0 -1 5 0 0 0
[pid=23913/tid=23917] ppid=23911 vsize=15704252 CPUtime=0 cores=1,3,5,7
/proc/23913/task/23917/stat : 23917 (java) S 23911 23913 23046 0 -1 4202560 28 0 0 0 0 0 0 0 15 0 22 0 529986894 16081154048 46535 33554432000 1073741824 1073778376 140734590279712 18446744073709551615 244458761113 0 4 0 16800975 18446604471131313152 0 0 -1 5 0 0 0
[pid=23913/tid=23918] ppid=23911 vsize=15704252 CPUtime=0 cores=1,3,5,7
/proc/23913/task/23918/stat : 23918 (java) S 23911 23913 23046 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 529986894 16081154048 46535 33554432000 1073741824 1073778376 140734590279712 18446744073709551615 244458761113 0 4 0 16800975 18446604471131313152 0 0 -1 3 0 0 0
[pid=23913/tid=23919] ppid=23911 vsize=15704252 CPUtime=0 cores=1,3,5,7
/proc/23913/task/23919/stat : 23919 (java) S 23911 23913 23046 0 -1 4202560 361 0 0 0 0 0 0 0 16 0 22 0 529986894 16081154048 46535 33554432000 1073741824 1073778376 140734590279712 18446744073709551615 244458761113 0 4 0 16800975 18446604471131313152 0 0 -1 3 0 0 0
[pid=23913/tid=23920] ppid=23911 vsize=15704252 CPUtime=0 cores=1,3,5,7
/proc/23913/task/23920/stat : 23920 (java) S 23911 23913 23046 0 -1 4202560 644 0 0 0 0 0 0 0 15 0 22 0 529986894 16081154048 46535 33554432000 1073741824 1073778376 140734590279712 18446744073709551615 244458761113 0 4 0 16800975 18446604471131313152 0 0 -1 3 0 0 0
[pid=23913/tid=23921] ppid=23911 vsize=15704252 CPUtime=0 cores=1,3,5,7
/proc/23913/task/23921/stat : 23921 (java) S 23911 23913 23046 0 -1 4202560 73 0 0 0 0 0 0 0 15 0 22 0 529986894 16081154048 46535 33554432000 1073741824 1073778376 140734590279712 18446744073709551615 244458761113 0 4 0 16800975 18446604471131313152 0 0 -1 3 0 0 0
[pid=23913/tid=23922] ppid=23911 vsize=15704252 CPUtime=0 cores=1,3,5,7
/proc/23913/task/23922/stat : 23922 (java) S 23911 23913 23046 0 -1 4202560 19 0 0 0 0 0 0 0 16 0 22 0 529986894 16081154048 46535 33554432000 1073741824 1073778376 140734590279712 18446744073709551615 244458761113 0 4 0 16800975 18446604471131313152 0 0 -1 7 0 0 0
[pid=23913/tid=23923] ppid=23911 vsize=15704252 CPUtime=0 cores=1,3,5,7
/proc/23913/task/23923/stat : 23923 (java) S 23911 23913 23046 0 -1 4202560 274 0 0 0 0 0 0 0 16 0 22 0 529986894 16081154048 46535 33554432000 1073741824 1073778376 140734590279712 18446744073709551615 244458761113 0 4 0 16800975 18446604471131313152 0 0 -1 5 0 0 0
[pid=23913/tid=23924] ppid=23911 vsize=15704252 CPUtime=0 cores=1,3,5,7
/proc/23913/task/23924/stat : 23924 (java) S 23911 23913 23046 0 -1 4202560 8 0 0 0 0 0 0 0 16 0 22 0 529986895 16081154048 46535 33554432000 1073741824 1073778376 140734590279712 18446744073709551615 244458761728 0 0 0 16800975 18446604471131313152 0 0 -1 1 0 0 0
[pid=23913/tid=23925] ppid=23911 vsize=15704252 CPUtime=0 cores=1,3,5,7
/proc/23913/task/23925/stat : 23925 (java) S 23911 23913 23046 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 529986895 16081154048 46535 33554432000 1073741824 1073778376 140734590279712 18446744073709551615 244458761113 0 4 0 16800975 18446604471131313152 0 0 -1 5 0 0 0
[pid=23913/tid=23926] ppid=23911 vsize=15704252 CPUtime=0 cores=1,3,5,7
/proc/23913/task/23926/stat : 23926 (java) S 23911 23913 23046 0 -1 4202560 9 0 0 0 0 0 0 0 21 0 22 0 529986895 16081154048 46535 33554432000 1073741824 1073778376 140734590279712 18446744073709551615 244458761113 0 4 0 16800975 18446604471131313152 0 0 -1 5 0 0 0
[pid=23913/tid=23927] ppid=23911 vsize=15704252 CPUtime=0 cores=1,3,5,7
/proc/23913/task/23927/stat : 23927 (java) S 23911 23913 23046 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 529986897 16081154048 46535 33554432000 1073741824 1073778376 140734590279712 18446744073709551615 244458768817 0 4 0 16800975 18446604471131313152 0 0 -1 5 0 0 0
[pid=23913/tid=23928] ppid=23911 vsize=15704252 CPUtime=0.3 cores=1,3,5,7
/proc/23913/task/23928/stat : 23928 (java) S 23911 23913 23046 0 -1 4202560 4682 0 0 0 30 0 0 0 15 0 22 0 529986897 16081154048 46535 33554432000 1073741824 1073778376 140734590279712 18446744073709551615 244458761113 0 4 0 16800975 18446604471131313152 0 0 -1 5 0 0 0
[pid=23913/tid=23929] ppid=23911 vsize=15704252 CPUtime=0.5 cores=1,3,5,7
/proc/23913/task/23929/stat : 23929 (java) R 23911 23913 23046 0 -1 4202560 6893 0 0 0 49 1 0 0 16 0 22 0 529986897 16081154048 46535 33554432000 1073741824 1073778376 140734590279712 18446744073709551615 47570979626385 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=23913/tid=23930] ppid=23911 vsize=15704252 CPUtime=0 cores=1,3,5,7
/proc/23913/task/23930/stat : 23930 (java) S 23911 23913 23046 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 529986897 16081154048 46535 33554432000 1073741824 1073778376 140734590279712 18446744073709551615 244458761113 0 4 0 16800975 18446604471131313152 0 0 -1 5 0 0 0
[pid=23913/tid=23931] ppid=23911 vsize=15704252 CPUtime=0 cores=1,3,5,7
/proc/23913/task/23931/stat : 23931 (java) S 23911 23913 23046 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 529986897 16081154048 46535 33554432000 1073741824 1073778376 140734590279712 18446744073709551615 244458761728 0 4 0 16800975 18446604471131313152 0 0 -1 1 0 0 0
[pid=23913/tid=23936] ppid=23911 vsize=15704252 CPUtime=0 cores=1,3,5,7
/proc/23913/task/23936/stat : 23936 (java) S 23911 23913 23046 0 -1 4202560 19 0 0 0 0 0 0 0 19 0 22 0 529986977 16081154048 46535 33554432000 1073741824 1073778376 140734590279712 18446744073709551615 244458761728 0 4 0 16800975 18446604471131313152 0 0 -1 3 0 0 0
[pid=23913/tid=23937] ppid=23911 vsize=15704252 CPUtime=0 cores=1,3,5,7
/proc/23913/task/23937/stat : 23937 (java) S 23911 23913 23046 0 -1 4202560 9 0 0 0 0 0 0 0 19 0 22 0 529986977 16081154048 46535 33554432000 1073741824 1073778376 140734590279712 18446744073709551615 244458761728 0 4 0 16800975 18446604471131313152 0 0 -1 3 0 0 0
[pid=23913/tid=23938] ppid=23911 vsize=15704252 CPUtime=0 cores=1,3,5,7
/proc/23913/task/23938/stat : 23938 (java) S 23911 23913 23046 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 22 0 529986977 16081154048 46535 33554432000 1073741824 1073778376 140734590279712 18446744073709551615 244458761728 0 4 0 16800975 18446604471131313152 0 0 -1 3 0 0 0
[pid=23913/tid=23939] ppid=23911 vsize=15704252 CPUtime=0 cores=1,3,5,7
/proc/23913/task/23939/stat : 23939 (java) S 23911 23913 23046 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 22 0 529986977 16081154048 46535 33554432000 1073741824 1073778376 140734590279712 18446744073709551615 244458761728 0 4 0 16800975 18446604471131313152 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2.31
Current children cumulated vsize (KiB) 15704252

[startup+3.10152 s]
/proc/loadavg: 4.65 7.10 7.64 9/220 23939
/proc/meminfo: memFree=22983696/32951124 swapFree=67111524/67111528
[pid=23913] ppid=23911 vsize=15701788 CPUtime=7.09 cores=1,3,5,7
/proc/23913/stat : 23913 (java) S 23911 23913 23046 0 -1 4202496 74448 0 1 0 697 12 0 0 18 0 22 0 529986893 16078630912 65746 33554432000 1073741824 1073778376 140734590279712 18446744073709551615 244458747877 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/23913/statm: 3925447 65746 2274 9 0 3916166 0
[pid=23913/tid=23914] ppid=23911 vsize=15701788 CPUtime=1.96 cores=1,3,5,7
/proc/23913/task/23914/stat : 23914 (java) S 23911 23913 23046 0 -1 4202560 35694 0 1 0 191 5 0 0 25 0 22 0 529986893 16078630912 65746 33554432000 1073741824 1073778376 140734590279712 18446744073709551615 244458761113 0 4 0 16800975 18446604471131313152 0 0 -1 1 0 0 0
[pid=23913/tid=23916] ppid=23911 vsize=15701788 CPUtime=0 cores=1,3,5,7
/proc/23913/task/23916/stat : 23916 (java) S 23911 23913 23046 0 -1 4202560 880 0 0 0 0 0 0 0 15 0 22 0 529986894 16078630912 65746 33554432000 1073741824 1073778376 140734590279712 18446744073709551615 244458761113 0 4 0 16800975 18446604471131313152 0 0 -1 3 0 0 0
[pid=23913/tid=23917] ppid=23911 vsize=15701788 CPUtime=0 cores=1,3,5,7
/proc/23913/task/23917/stat : 23917 (java) S 23911 23913 23046 0 -1 4202560 2223 0 0 0 0 0 0 0 16 0 22 0 529986894 16078630912 65746 33554432000 1073741824 1073778376 140734590279712 18446744073709551615 244458761113 0 4 0 16800975 18446604471131313152 0 0 -1 3 0 0 0
[pid=23913/tid=23918] ppid=23911 vsize=15701788 CPUtime=0 cores=1,3,5,7
/proc/23913/task/23918/stat : 23918 (java) S 23911 23913 23046 0 -1 4202560 2152 0 0 0 0 0 0 0 15 0 22 0 529986894 16078630912 65746 33554432000 1073741824 1073778376 140734590279712 18446744073709551615 244458761113 0 4 0 16800975 18446604471131313152 0 0 -1 1 0 0 0
[pid=23913/tid=23919] ppid=23911 vsize=15701788 CPUtime=0 cores=1,3,5,7
/proc/23913/task/23919/stat : 23919 (java) S 23911 23913 23046 0 -1 4202560 2757 0 0 0 0 0 0 0 16 0 22 0 529986894 16078630912 65746 33554432000 1073741824 1073778376 140734590279712 18446744073709551615 244458761113 0 4 0 16800975 18446604471131313152 0 0 -1 7 0 0 0
[pid=23913/tid=23920] ppid=23911 vsize=15701788 CPUtime=0 cores=1,3,5,7
/proc/23913/task/23920/stat : 23920 (java) S 23911 23913 23046 0 -1 4202560 3982 0 0 0 0 0 0 0 16 0 22 0 529986894 16078630912 65746 33554432000 1073741824 1073778376 140734590279712 18446744073709551615 244458761113 0 4 0 16800975 18446604471131313152 0 0 -1 7 0 0 0
[pid=23913/tid=23921] ppid=23911 vsize=15701788 CPUtime=0 cores=1,3,5,7
/proc/23913/task/23921/stat : 23921 (java) S 23911 23913 23046 0 -1 4202560 1911 0 0 0 0 0 0 0 15 0 22 0 529986894 16078630912 65746 33554432000 1073741824 1073778376 140734590279712 18446744073709551615 244458761113 0 4 0 16800975 18446604471131313152 0 0 -1 3 0 0 0
[pid=23913/tid=23922] ppid=23911 vsize=15701788 CPUtime=0 cores=1,3,5,7
/proc/23913/task/23922/stat : 23922 (java) S 23911 23913 23046 0 -1 4202560 1609 0 0 0 0 0 0 0 16 0 22 0 529986894 16078630912 65746 33554432000 1073741824 1073778376 140734590279712 18446744073709551615 244458761113 0 4 0 16800975 18446604471131313152 0 0 -1 1 0 0 0
[pid=23913/tid=23923] ppid=23911 vsize=15701788 CPUtime=0.01 cores=1,3,5,7
/proc/23913/task/23923/stat : 23923 (java) S 23911 23913 23046 0 -1 4202560 4899 0 0 0 1 0 0 0 16 0 22 0 529986894 16078630912 65746 33554432000 1073741824 1073778376 140734590279712 18446744073709551615 244458761113 0 4 0 16800975 18446604471131313152 0 0 -1 5 0 0 0
[pid=23913/tid=23924] ppid=23911 vsize=15701788 CPUtime=0 cores=1,3,5,7
/proc/23913/task/23924/stat : 23924 (java) S 23911 23913 23046 0 -1 4202560 92 0 0 0 0 0 0 0 15 0 22 0 529986895 16078630912 65746 33554432000 1073741824 1073778376 140734590279712 18446744073709551615 244458761728 0 0 0 16800975 18446604471131313152 0 0 -1 1 0 0 0
[pid=23913/tid=23925] ppid=23911 vsize=15701788 CPUtime=0 cores=1,3,5,7
/proc/23913/task/23925/stat : 23925 (java) S 23911 23913 23046 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 529986895 16078630912 65746 33554432000 1073741824 1073778376 140734590279712 18446744073709551615 244458761113 0 4 0 16800975 18446604471131313152 0 0 -1 5 0 0 0
[pid=23913/tid=23926] ppid=23911 vsize=15701788 CPUtime=0 cores=1,3,5,7
/proc/23913/task/23926/stat : 23926 (java) S 23911 23913 23046 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 529986895 16078630912 65746 33554432000 1073741824 1073778376 140734590279712 18446744073709551615 244458761113 0 4 0 16800975 18446604471131313152 0 0 -1 5 0 0 0
[pid=23913/tid=23927] ppid=23911 vsize=15701788 CPUtime=0 cores=1,3,5,7
/proc/23913/task/23927/stat : 23927 (java) S 23911 23913 23046 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 529986897 16078630912 65746 33554432000 1073741824 1073778376 140734590279712 18446744073709551615 244458768817 0 4 0 16800975 18446604471131313152 0 0 -1 5 0 0 0
[pid=23913/tid=23928] ppid=23911 vsize=15701788 CPUtime=1.02 cores=1,3,5,7
/proc/23913/task/23928/stat : 23928 (java) S 23911 23913 23046 0 -1 4202560 9554 0 0 0 101 1 0 0 15 0 22 0 529986897 16078630912 65746 33554432000 1073741824 1073778376 140734590279712 18446744073709551615 244458761113 0 4 0 16800975 18446604471131313152 0 0 -1 3 0 0 0
[pid=23913/tid=23929] ppid=23911 vsize=15701788 CPUtime=1 cores=1,3,5,7
/proc/23913/task/23929/stat : 23929 (java) S 23911 23913 23046 0 -1 4202560 7238 0 0 0 99 1 0 0 15 0 22 0 529986897 16078630912 65746 33554432000 1073741824 1073778376 140734590279712 18446744073709551615 244458761113 0 4 0 16800975 18446604471131313152 0 0 -1 7 0 0 0
[pid=23913/tid=23930] ppid=23911 vsize=15701788 CPUtime=0 cores=1,3,5,7
/proc/23913/task/23930/stat : 23930 (java) S 23911 23913 23046 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 529986897 16078630912 65746 33554432000 1073741824 1073778376 140734590279712 18446744073709551615 244458761113 0 4 0 16800975 18446604471131313152 0 0 -1 5 0 0 0
[pid=23913/tid=23931] ppid=23911 vsize=15701788 CPUtime=0 cores=1,3,5,7
/proc/23913/task/23931/stat : 23931 (java) S 23911 23913 23046 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 529986897 16078630912 65746 33554432000 1073741824 1073778376 140734590279712 18446744073709551615 244458761728 0 4 0 16800975 18446604471131313152 0 0 -1 1 0 0 0
[pid=23913/tid=23936] ppid=23911 vsize=15701788 CPUtime=0.73 cores=1,3,5,7
/proc/23913/task/23936/stat : 23936 (java) R 23911 23913 23046 0 -1 4202560 31 0 0 0 73 0 0 0 16 0 22 0 529986977 16078630912 65746 33554432000 1073741824 1073778376 140734590279712 18446744073709551615 46912506466232 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=23913/tid=23937] ppid=23911 vsize=15701788 CPUtime=0.75 cores=1,3,5,7
/proc/23913/task/23937/stat : 23937 (java) R 23911 23913 23046 0 -1 4202560 9 0 0 0 75 0 0 0 16 0 22 0 529986977 16078630912 65746 33554432000 1073741824 1073778376 140734590279712 18446744073709551615 47570983577702 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=23913/tid=23938] ppid=23911 vsize=15701788 CPUtime=0.78 cores=1,3,5,7
/proc/23913/task/23938/stat : 23938 (java) R 23911 23913 23046 0 -1 4202560 20 0 0 0 78 0 0 0 16 0 22 0 529986977 16078630912 65746 33554432000 1073741824 1073778376 140734590279712 18446744073709551615 46912506095694 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=23913/tid=23939] ppid=23911 vsize=15701788 CPUtime=0.72 cores=1,3,5,7
/proc/23913/task/23939/stat : 23939 (java) R 23911 23913 23046 0 -1 4202560 10 0 0 0 72 0 0 0 16 0 22 0 529986977 16078630912 65746 33554432000 1073741824 1073778376 140734590279712 18446744073709551615 46912506409777 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 7.09
Current children cumulated vsize (KiB) 15701788

[startup+6.30093 s]
/proc/loadavg: 4.92 7.12 7.65 9/220 23939
/proc/meminfo: memFree=22228040/32951124 swapFree=67111524/67111528
[pid=23913] ppid=23911 vsize=15701788 CPUtime=19.87 cores=1,3,5,7
/proc/23913/stat : 23913 (java) S 23911 23913 23046 0 -1 4202496 201277 0 1 0 1953 34 0 0 18 0 22 0 529986893 16078630912 192279 33554432000 1073741824 1073778376 140734590279712 18446744073709551615 244458747877 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/23913/statm: 3925447 192279 2284 9 0 3916166 0
[pid=23913/tid=23914] ppid=23911 vsize=15701788 CPUtime=1.96 cores=1,3,5,7
/proc/23913/task/23914/stat : 23914 (java) S 23911 23913 23046 0 -1 4202560 35694 0 1 0 191 5 0 0 25 0 22 0 529986893 16078630912 192279 33554432000 1073741824 1073778376 140734590279712 18446744073709551615 244458761113 0 4 0 16800975 18446604471131313152 0 0 -1 1 0 0 0
[pid=23913/tid=23916] ppid=23911 vsize=15701788 CPUtime=0.05 cores=1,3,5,7
/proc/23913/task/23916/stat : 23916 (java) S 23911 23913 23046 0 -1 4202560 16802 0 0 0 2 3 0 0 16 0 22 0 529986894 16078630912 192279 33554432000 1073741824 1073778376 140734590279712 18446744073709551615 244458761113 0 4 0 16800975 18446604471131313152 0 0 -1 1 0 0 0
[pid=23913/tid=23917] ppid=23911 vsize=15701788 CPUtime=0.02 cores=1,3,5,7
/proc/23913/task/23917/stat : 23917 (java) S 23911 23913 23046 0 -1 4202560 7795 0 0 0 1 1 0 0 15 0 22 0 529986894 16078630912 192279 33554432000 1073741824 1073778376 140734590279712 18446744073709551615 244458761113 0 4 0 16800975 18446604471131313152 0 0 -1 3 0 0 0
[pid=23913/tid=23918] ppid=23911 vsize=15701788 CPUtime=0.02 cores=1,3,5,7
/proc/23913/task/23918/stat : 23918 (java) S 23911 23913 23046 0 -1 4202560 5582 0 0 0 1 1 0 0 15 0 22 0 529986894 16078630912 192279 33554432000 1073741824 1073778376 140734590279712 18446744073709551615 244458761113 0 4 0 16800975 18446604471131313152 0 0 -1 1 0 0 0
[pid=23913/tid=23919] ppid=23911 vsize=15701788 CPUtime=0.01 cores=1,3,5,7
/proc/23913/task/23919/stat : 23919 (java) S 23911 23913 23046 0 -1 4202560 5317 0 0 0 1 0 0 0 15 0 22 0 529986894 16078630912 192279 33554432000 1073741824 1073778376 140734590279712 18446744073709551615 244458761113 0 4 0 16800975 18446604471131313152 0 0 -1 5 0 0 0
[pid=23913/tid=23920] ppid=23911 vsize=15701788 CPUtime=0.06 cores=1,3,5,7
/proc/23913/task/23920/stat : 23920 (java) S 23911 23913 23046 0 -1 4202560 16686 0 0 0 3 3 0 0 16 0 22 0 529986894 16078630912 192279 33554432000 1073741824 1073778376 140734590279712 18446744073709551615 244458761113 0 4 0 16800975 18446604471131313152 0 0 -1 3 0 0 0
[pid=23913/tid=23921] ppid=23911 vsize=15701788 CPUtime=0.03 cores=1,3,5,7
/proc/23913/task/23921/stat : 23921 (java) S 23911 23913 23046 0 -1 4202560 9952 0 0 0 1 2 0 0 16 0 22 0 529986894 16078630912 192279 33554432000 1073741824 1073778376 140734590279712 18446744073709551615 244458761113 0 4 0 16800975 18446604471131313152 0 0 -1 7 0 0 0
[pid=23913/tid=23922] ppid=23911 vsize=15701788 CPUtime=0.03 cores=1,3,5,7
/proc/23913/task/23922/stat : 23922 (java) S 23911 23913 23046 0 -1 4202560 9521 0 0 0 2 1 0 0 15 0 22 0 529986894 16078630912 192279 33554432000 1073741824 1073778376 140734590279712 18446744073709551615 244458761113 0 4 0 16800975 18446604471131313152 0 0 -1 5 0 0 0
[pid=23913/tid=23923] ppid=23911 vsize=15701788 CPUtime=0.04 cores=1,3,5,7
/proc/23913/task/23923/stat : 23923 (java) S 23911 23913 23046 0 -1 4202560 12994 0 0 0 2 2 0 0 16 0 22 0 529986894 16078630912 192279 33554432000 1073741824 1073778376 140734590279712 18446744073709551615 244458761113 0 4 0 16800975 18446604471131313152 0 0 -1 5 0 0 0

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

[pid=23913/tid=23937] ppid=23911 vsize=15701788 CPUtime=1106.18 cores=1,3,5,7
/proc/23913/task/23937/stat : 23937 (java) R 23911 23913 23046 0 -1 4202560 296514 0 0 0 110572 46 0 0 25 0 22 0 529986977 16078630912 127818 33554432000 1073741824 1073778376 140734590279712 18446744073709551615 46912506171452 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=23913/tid=23938] ppid=23911 vsize=15701788 CPUtime=1106.53 cores=1,3,5,7
/proc/23913/task/23938/stat : 23938 (java) R 23911 23913 23046 0 -1 4202560 298750 0 0 0 110609 44 0 0 25 0 22 0 529986977 16078630912 127818 33554432000 1073741824 1073778376 140734590279712 18446744073709551615 18446744073699065939 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=23913/tid=23939] ppid=23911 vsize=15701788 CPUtime=1106.91 cores=1,3,5,7
/proc/23913/task/23939/stat : 23939 (java) R 23911 23913 23046 0 -1 4202560 291087 0 0 0 110645 46 0 0 25 0 22 0 529986977 16078630912 127818 33554432000 1073741824 1073778376 140734590279712 18446744073709551615 46912506356127 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4462.77
Current children cumulated vsize (KiB) 15701788

[startup+1182.3 s]
/proc/loadavg: 7.91 8.08 7.95 10/220 23970
/proc/meminfo: memFree=22602112/32951124 swapFree=67111524/67111528
[pid=23913] ppid=23911 vsize=15701788 CPUtime=4701.58 cores=1,3,5,7
/proc/23913/stat : 23913 (java) S 23911 23913 23046 0 -1 4202496 2480774 0 1 0 469649 509 0 0 18 0 22 0 529986893 16078630912 133148 33554432000 1073741824 1073778376 140734590279712 18446744073709551615 244458747877 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/23913/statm: 3925447 133148 2297 9 0 3916166 0
[pid=23913/tid=23914] ppid=23911 vsize=15701788 CPUtime=1.96 cores=1,3,5,7
/proc/23913/task/23914/stat : 23914 (java) S 23911 23913 23046 0 -1 4202560 35694 0 1 0 191 5 0 0 25 0 22 0 529986893 16078630912 133148 33554432000 1073741824 1073778376 140734590279712 18446744073709551615 244458761113 0 4 0 16800975 18446604471131313152 0 0 -1 1 0 0 0
[pid=23913/tid=23916] ppid=23911 vsize=15701788 CPUtime=3.97 cores=1,3,5,7
/proc/23913/task/23916/stat : 23916 (java) S 23911 23913 23046 0 -1 4202560 150239 0 0 0 364 33 0 0 15 0 22 0 529986894 16078630912 133148 33554432000 1073741824 1073778376 140734590279712 18446744073709551615 244458761113 0 4 0 16800975 18446604471131313152 0 0 -1 3 0 0 0
[pid=23913/tid=23917] ppid=23911 vsize=15701788 CPUtime=3.81 cores=1,3,5,7
/proc/23913/task/23917/stat : 23917 (java) S 23911 23913 23046 0 -1 4202560 141615 0 0 0 354 27 0 0 15 0 22 0 529986894 16078630912 133148 33554432000 1073741824 1073778376 140734590279712 18446744073709551615 244458761113 0 4 0 16800975 18446604471131313152 0 0 -1 1 0 0 0
[pid=23913/tid=23918] ppid=23911 vsize=15701788 CPUtime=3.88 cores=1,3,5,7
/proc/23913/task/23918/stat : 23918 (java) S 23911 23913 23046 0 -1 4202560 143577 0 0 0 359 29 0 0 15 0 22 0 529986894 16078630912 133148 33554432000 1073741824 1073778376 140734590279712 18446744073709551615 244458761113 0 4 0 16800975 18446604471131313152 0 0 -1 5 0 0 0
[pid=23913/tid=23919] ppid=23911 vsize=15701788 CPUtime=3.83 cores=1,3,5,7
/proc/23913/task/23919/stat : 23919 (java) S 23911 23913 23046 0 -1 4202560 141572 0 0 0 356 27 0 0 15 0 22 0 529986894 16078630912 133148 33554432000 1073741824 1073778376 140734590279712 18446744073709551615 244458761113 0 4 0 16800975 18446604471131313152 0 0 -1 3 0 0 0
[pid=23913/tid=23920] ppid=23911 vsize=15701788 CPUtime=4.02 cores=1,3,5,7
/proc/23913/task/23920/stat : 23920 (java) S 23911 23913 23046 0 -1 4202560 150516 0 0 0 372 30 0 0 15 0 22 0 529986894 16078630912 133148 33554432000 1073741824 1073778376 140734590279712 18446744073709551615 244458761113 0 4 0 16800975 18446604471131313152 0 0 -1 3 0 0 0
[pid=23913/tid=23921] ppid=23911 vsize=15701788 CPUtime=3.84 cores=1,3,5,7
/proc/23913/task/23921/stat : 23921 (java) S 23911 23913 23046 0 -1 4202560 151111 0 0 0 355 29 0 0 15 0 22 0 529986894 16078630912 133148 33554432000 1073741824 1073778376 140734590279712 18446744073709551615 244458761113 0 4 0 16800975 18446604471131313152 0 0 -1 3 0 0 0
[pid=23913/tid=23922] ppid=23911 vsize=15701788 CPUtime=3.94 cores=1,3,5,7
/proc/23913/task/23922/stat : 23922 (java) S 23911 23913 23046 0 -1 4202560 147829 0 0 0 365 29 0 0 16 0 22 0 529986894 16078630912 133148 33554432000 1073741824 1073778376 140734590279712 18446744073709551615 244458761113 0 4 0 16800975 18446604471131313152 0 0 -1 7 0 0 0
[pid=23913/tid=23923] ppid=23911 vsize=15701788 CPUtime=3.97 cores=1,3,5,7
/proc/23913/task/23923/stat : 23923 (java) S 23911 23913 23046 0 -1 4202560 149181 0 0 0 368 29 0 0 16 0 22 0 529986894 16078630912 133148 33554432000 1073741824 1073778376 140734590279712 18446744073709551615 244458761113 0 4 0 16800975 18446604471131313152 0 0 -1 1 0 0 0
[pid=23913/tid=23924] ppid=23911 vsize=15701788 CPUtime=2.06 cores=1,3,5,7
/proc/23913/task/23924/stat : 23924 (java) S 23911 23913 23046 0 -1 4202560 6654 0 0 0 135 71 0 0 15 0 22 0 529986895 16078630912 133148 33554432000 1073741824 1073778376 140734590279712 18446744073709551615 244458761728 0 0 0 16800975 18446604471131313152 0 0 -1 3 0 0 0
[pid=23913/tid=23925] ppid=23911 vsize=15701788 CPUtime=0 cores=1,3,5,7
/proc/23913/task/23925/stat : 23925 (java) S 23911 23913 23046 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 529986895 16078630912 133148 33554432000 1073741824 1073778376 140734590279712 18446744073709551615 244458761113 0 4 0 16800975 18446604471131313152 0 0 -1 5 0 0 0
[pid=23913/tid=23926] ppid=23911 vsize=15701788 CPUtime=0 cores=1,3,5,7
/proc/23913/task/23926/stat : 23926 (java) S 23911 23913 23046 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 529986895 16078630912 133148 33554432000 1073741824 1073778376 140734590279712 18446744073709551615 244458761113 0 4 0 16800975 18446604471131313152 0 0 -1 5 0 0 0
[pid=23913/tid=23927] ppid=23911 vsize=15701788 CPUtime=0 cores=1,3,5,7
/proc/23913/task/23927/stat : 23927 (java) S 23911 23913 23046 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 529986897 16078630912 133148 33554432000 1073741824 1073778376 140734590279712 18446744073709551615 244458768817 0 4 0 16800975 18446604471131313152 0 0 -1 5 0 0 0
[pid=23913/tid=23928] ppid=23911 vsize=15701788 CPUtime=1.19 cores=1,3,5,7
/proc/23913/task/23928/stat : 23928 (java) S 23911 23913 23046 0 -1 4202560 9804 0 0 0 118 1 0 0 15 0 22 0 529986897 16078630912 133148 33554432000 1073741824 1073778376 140734590279712 18446744073709551615 244458761113 0 4 0 16800975 18446604471131313152 0 0 -1 3 0 0 0
[pid=23913/tid=23929] ppid=23911 vsize=15701788 CPUtime=1.31 cores=1,3,5,7
/proc/23913/task/23929/stat : 23929 (java) S 23911 23913 23046 0 -1 4202560 7263 0 0 0 130 1 0 0 15 0 22 0 529986897 16078630912 133148 33554432000 1073741824 1073778376 140734590279712 18446744073709551615 244458761113 0 4 0 16800975 18446604471131313152 0 0 -1 7 0 0 0
[pid=23913/tid=23930] ppid=23911 vsize=15701788 CPUtime=0 cores=1,3,5,7
/proc/23913/task/23930/stat : 23930 (java) S 23911 23913 23046 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 529986897 16078630912 133148 33554432000 1073741824 1073778376 140734590279712 18446744073709551615 244458761113 0 4 0 16800975 18446604471131313152 0 0 -1 5 0 0 0
[pid=23913/tid=23931] ppid=23911 vsize=15701788 CPUtime=0 cores=1,3,5,7
/proc/23913/task/23931/stat : 23931 (java) S 23911 23913 23046 0 -1 4202560 64 0 0 0 0 0 0 0 15 0 22 0 529986897 16078630912 133148 33554432000 1073741824 1073778376 140734590279712 18446744073709551615 244458761728 0 4 0 16800975 18446604471131313152 0 0 -1 7 0 0 0
[pid=23913/tid=23936] ppid=23911 vsize=15701788 CPUtime=1166.21 cores=1,3,5,7
/proc/23913/task/23936/stat : 23936 (java) R 23911 23913 23046 0 -1 4202560 307715 0 0 0 116575 46 0 0 25 0 22 0 529986977 16078630912 133148 33554432000 1073741824 1073778376 140734590279712 18446744073709551615 46912505731148 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=23913/tid=23937] ppid=23911 vsize=15701788 CPUtime=1165.32 cores=1,3,5,7
/proc/23913/task/23937/stat : 23937 (java) R 23911 23913 23046 0 -1 4202560 312236 0 0 0 116483 49 0 0 25 0 22 0 529986977 16078630912 133148 33554432000 1073741824 1073778376 140734590279712 18446744073709551615 46912505925437 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=23913/tid=23938] ppid=23911 vsize=15701788 CPUtime=1165.89 cores=1,3,5,7
/proc/23913/task/23938/stat : 23938 (java) R 23911 23913 23046 0 -1 4202560 315843 0 0 0 116543 46 0 0 25 0 22 0 529986977 16078630912 133148 33554432000 1073741824 1073778376 140734590279712 18446744073709551615 46912506259377 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=23913/tid=23939] ppid=23911 vsize=15701788 CPUtime=1166.23 cores=1,3,5,7
/proc/23913/task/23939/stat : 23939 (java) R 23911 23913 23046 0 -1 4202560 308475 0 0 0 116574 49 0 0 25 0 22 0 529986977 16078630912 133148 33554432000 1073741824 1073778376 140734590279712 18446744073709551615 46912506171354 0 4 0 16800975 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4701.58
Current children cumulated vsize (KiB) 15701788



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1207.1 s]
/proc/loadavg: 7.94 8.07 7.95 9/220 23971
/proc/meminfo: memFree=22693744/32951124 swapFree=67111524/67111528
[pid=23913] ppid=23911 vsize=15701788 CPUtime=4800.28 cores=1,3,5,7
/proc/23913/stat : 23913 (java) S 23911 23913 23046 0 -1 4202496 2523589 0 1 0 479509 519 0 0 18 0 22 0 529986893 16078630912 127827 33554432000 1073741824 1073778376 140734590279712 18446744073709551615 244458747877 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/23913/statm: 3925447 127827 2297 9 0 3916166 0
[pid=23913/tid=23914] ppid=23911 vsize=15701788 CPUtime=1.96 cores=1,3,5,7
/proc/23913/task/23914/stat : 23914 (java) S 23911 23913 23046 0 -1 4202560 35694 0 1 0 191 5 0 0 25 0 22 0 529986893 16078630912 127827 33554432000 1073741824 1073778376 140734590279712 18446744073709551615 244458761113 0 4 0 16800975 18446604471131313152 0 0 -1 1 0 0 0
[pid=23913/tid=23916] ppid=23911 vsize=15701788 CPUtime=4.07 cores=1,3,5,7
/proc/23913/task/23916/stat : 23916 (java) S 23911 23913 23046 0 -1 4202560 154436 0 0 0 373 34 0 0 15 0 22 0 529986894 16078630912 127827 33554432000 1073741824 1073778376 140734590279712 18446744073709551615 244458761113 0 4 0 16800975 18446604471131313152 0 0 -1 7 0 0 0
[pid=23913/tid=23917] ppid=23911 vsize=15701788 CPUtime=3.88 cores=1,3,5,7
/proc/23913/task/23917/stat : 23917 (java) S 23911 23913 23046 0 -1 4202560 145103 0 0 0 360 28 0 0 15 0 22 0 529986894 16078630912 127827 33554432000 1073741824 1073778376 140734590279712 18446744073709551615 244458761113 0 4 0 16800975 18446604471131313152 0 0 -1 3 0 0 0
[pid=23913/tid=23918] ppid=23911 vsize=15701788 CPUtime=3.95 cores=1,3,5,7
/proc/23913/task/23918/stat : 23918 (java) S 23911 23913 23046 0 -1 4202560 147013 0 0 0 365 30 0 0 15 0 22 0 529986894 16078630912 127827 33554432000 1073741824 1073778376 140734590279712 18446744073709551615 244458761113 0 4 0 16800975 18446604471131313152 0 0 -1 1 0 0 0
[pid=23913/tid=23919] ppid=23911 vsize=15701788 CPUtime=3.91 cores=1,3,5,7
/proc/23913/task/23919/stat : 23919 (java) S 23911 23913 23046 0 -1 4202560 145414 0 0 0 364 27 0 0 16 0 22 0 529986894 16078630912 127827 33554432000 1073741824 1073778376 140734590279712 18446744073709551615 244458761113 0 4 0 16800975 18446604471131313152 0 0 -1 7 0 0 0
[pid=23913/tid=23920] ppid=23911 vsize=15701788 CPUtime=4.11 cores=1,3,5,7
/proc/23913/task/23920/stat : 23920 (java) S 23911 23913 23046 0 -1 4202560 153714 0 0 0 380 31 0 0 16 0 22 0 529986894 16078630912 127827 33554432000 1073741824 1073778376 140734590279712 18446744073709551615 244458761113 0 4 0 16800975 18446604471131313152 0 0 -1 1 0 0 0
[pid=23913/tid=23921] ppid=23911 vsize=15701788 CPUtime=3.92 cores=1,3,5,7
/proc/23913/task/23921/stat : 23921 (java) S 23911 23913 23046 0 -1 4202560 154417 0 0 0 362 30 0 0 15 0 22 0 529986894 16078630912 127827 33554432000 1073741824 1073778376 140734590279712 18446744073709551615 244458761113 0 4 0 16800975 18446604471131313152 0 0 -1 5 0 0 0
[pid=23913/tid=23922] ppid=23911 vsize=15701788 CPUtime=4.04 cores=1,3,5,7
/proc/23913/task/23922/stat : 23922 (java) S 23911 23913 23046 0 -1 4202560 152157 0 0 0 374 30 0 0 16 0 22 0 529986894 16078630912 127827 33554432000 1073741824 1073778376 140734590279712 18446744073709551615 244458761113 0 4 0 16800975 18446604471131313152 0 0 -1 7 0 0 0
[pid=23913/tid=23923] ppid=23911 vsize=15701788 CPUtime=4.04 cores=1,3,5,7
/proc/23913/task/23923/stat : 23923 (java) S 23911 23913 23046 0 -1 4202560 152452 0 0 0 374 30 0 0 16 0 22 0 529986894 16078630912 127827 33554432000 1073741824 1073778376 140734590279712 18446744073709551615 244458761113 0 4 0 16800975 18446604471131313152 0 0 -1 3 0 0 0
[pid=23913/tid=23924] ppid=23911 vsize=15701788 CPUtime=2.11 cores=1,3,5,7
/proc/23913/task/23924/stat : 23924 (java) S 23911 23913 23046 0 -1 4202560 6781 0 0 0 138 73 0 0 15 0 22 0 529986895 16078630912 127827 33554432000 1073741824 1073778376 140734590279712 18446744073709551615 244458761728 0 0 0 16800975 18446604471131313152 0 0 -1 5 0 0 0
[pid=23913/tid=23925] ppid=23911 vsize=15701788 CPUtime=0 cores=1,3,5,7
/proc/23913/task/23925/stat : 23925 (java) S 23911 23913 23046 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 529986895 16078630912 127827 33554432000 1073741824 1073778376 140734590279712 18446744073709551615 244458761113 0 4 0 16800975 18446604471131313152 0 0 -1 5 0 0 0
[pid=23913/tid=23926] ppid=23911 vsize=15701788 CPUtime=0 cores=1,3,5,7
/proc/23913/task/23926/stat : 23926 (java) S 23911 23913 23046 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 529986895 16078630912 127827 33554432000 1073741824 1073778376 140734590279712 18446744073709551615 244458761113 0 4 0 16800975 18446604471131313152 0 0 -1 5 0 0 0
[pid=23913/tid=23927] ppid=23911 vsize=15701788 CPUtime=0 cores=1,3,5,7
/proc/23913/task/23927/stat : 23927 (java) S 23911 23913 23046 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 529986897 16078630912 127827 33554432000 1073741824 1073778376 140734590279712 18446744073709551615 244458768817 0 4 0 16800975 18446604471131313152 0 0 -1 5 0 0 0
[pid=23913/tid=23928] ppid=23911 vsize=15701788 CPUtime=1.19 cores=1,3,5,7
/proc/23913/task/23928/stat : 23928 (java) S 23911 23913 23046 0 -1 4202560 9804 0 0 0 118 1 0 0 15 0 22 0 529986897 16078630912 127827 33554432000 1073741824 1073778376 140734590279712 18446744073709551615 244458761113 0 4 0 16800975 18446604471131313152 0 0 -1 3 0 0 0
[pid=23913/tid=23929] ppid=23911 vsize=15701788 CPUtime=1.31 cores=1,3,5,7
/proc/23913/task/23929/stat : 23929 (java) S 23911 23913 23046 0 -1 4202560 7263 0 0 0 130 1 0 0 15 0 22 0 529986897 16078630912 127827 33554432000 1073741824 1073778376 140734590279712 18446744073709551615 244458761113 0 4 0 16800975 18446604471131313152 0 0 -1 7 0 0 0
[pid=23913/tid=23930] ppid=23911 vsize=15701788 CPUtime=0 cores=1,3,5,7
/proc/23913/task/23930/stat : 23930 (java) S 23911 23913 23046 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 529986897 16078630912 127827 33554432000 1073741824 1073778376 140734590279712 18446744073709551615 244458761113 0 4 0 16800975 18446604471131313152 0 0 -1 5 0 0 0
[pid=23913/tid=23931] ppid=23911 vsize=15701788 CPUtime=0 cores=1,3,5,7
/proc/23913/task/23931/stat : 23931 (java) S 23911 23913 23046 0 -1 4202560 66 0 0 0 0 0 0 0 15 0 22 0 529986897 16078630912 127827 33554432000 1073741824 1073778376 140734590279712 18446744073709551615 244458761728 0 4 0 16800975 18446604471131313152 0 0 -1 3 0 0 0
[pid=23913/tid=23936] ppid=23911 vsize=15701788 CPUtime=1190.66 cores=1,3,5,7
/proc/23913/task/23936/stat : 23936 (java) R 23911 23913 23046 0 -1 4202560 311496 0 0 0 119019 47 0 0 25 0 22 0 529986977 16078630912 127827 33554432000 1073741824 1073778376 140734590279712 18446744073709551615 46912506171439 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=23913/tid=23937] ppid=23911 vsize=15701788 CPUtime=1189.85 cores=1,3,5,7
/proc/23913/task/23937/stat : 23937 (java) R 23911 23913 23046 0 -1 4202560 315536 0 0 0 118936 49 0 0 25 0 22 0 529986977 16078630912 127827 33554432000 1073741824 1073778376 140734590279712 18446744073709551615 46912506466197 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=23913/tid=23938] ppid=23911 vsize=15701788 CPUtime=1190.43 cores=1,3,5,7
/proc/23913/task/23938/stat : 23938 (java) R 23911 23913 23046 0 -1 4202560 319193 0 0 0 118997 46 0 0 25 0 22 0 529986977 16078630912 127827 33554432000 1073741824 1073778376 140734590279712 18446744073709551615 46912506473560 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=23913/tid=23939] ppid=23911 vsize=15701788 CPUtime=1190.69 cores=1,3,5,7
/proc/23913/task/23939/stat : 23939 (java) R 23911 23913 23046 0 -1 4202560 311664 0 0 0 119020 49 0 0 25 0 22 0 529986977 16078630912 127827 33554432000 1073741824 1073778376 140734590279712 18446744073709551615 46912506182203 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4800.28
Current children cumulated vsize (KiB) 15701788

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

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

[startup+1207.1 s]
/proc/loadavg: 7.94 8.07 7.95 9/220 23971
/proc/meminfo: memFree=22693744/32951124 swapFree=67111524/67111528
[pid=23913] ppid=23911 vsize=15701788 CPUtime=4800.28 cores=1,3,5,7
/proc/23913/stat : 23913 (java) S 23911 23913 23046 0 -1 4202496 2523589 0 1 0 479509 519 0 0 18 0 22 0 529986893 16078630912 127827 33554432000 1073741824 1073778376 140734590279712 18446744073709551615 244458747877 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/23913/statm: 3925447 127827 2297 9 0 3916166 0
[pid=23913/tid=23914] ppid=23911 vsize=15701788 CPUtime=1.96 cores=1,3,5,7
/proc/23913/task/23914/stat : 23914 (java) S 23911 23913 23046 0 -1 4202560 35694 0 1 0 191 5 0 0 25 0 22 0 529986893 16078630912 127827 33554432000 1073741824 1073778376 140734590279712 18446744073709551615 244458761113 0 4 0 16800975 18446604471131313152 0 0 -1 1 0 0 0
[pid=23913/tid=23916] ppid=23911 vsize=15701788 CPUtime=4.07 cores=1,3,5,7
/proc/23913/task/23916/stat : 23916 (java) S 23911 23913 23046 0 -1 4202560 154436 0 0 0 373 34 0 0 15 0 22 0 529986894 16078630912 127827 33554432000 1073741824 1073778376 140734590279712 18446744073709551615 244458761113 0 4 0 16800975 18446604471131313152 0 0 -1 7 0 0 0
[pid=23913/tid=23917] ppid=23911 vsize=15701788 CPUtime=3.88 cores=1,3,5,7
/proc/23913/task/23917/stat : 23917 (java) S 23911 23913 23046 0 -1 4202560 145103 0 0 0 360 28 0 0 15 0 22 0 529986894 16078630912 127827 33554432000 1073741824 1073778376 140734590279712 18446744073709551615 244458761113 0 4 0 16800975 18446604471131313152 0 0 -1 3 0 0 0
[pid=23913/tid=23918] ppid=23911 vsize=15701788 CPUtime=3.95 cores=1,3,5,7
/proc/23913/task/23918/stat : 23918 (java) S 23911 23913 23046 0 -1 4202560 147013 0 0 0 365 30 0 0 15 0 22 0 529986894 16078630912 127827 33554432000 1073741824 1073778376 140734590279712 18446744073709551615 244458761113 0 4 0 16800975 18446604471131313152 0 0 -1 1 0 0 0
[pid=23913/tid=23919] ppid=23911 vsize=15701788 CPUtime=3.91 cores=1,3,5,7
/proc/23913/task/23919/stat : 23919 (java) S 23911 23913 23046 0 -1 4202560 145414 0 0 0 364 27 0 0 16 0 22 0 529986894 16078630912 127827 33554432000 1073741824 1073778376 140734590279712 18446744073709551615 244458761113 0 4 0 16800975 18446604471131313152 0 0 -1 7 0 0 0
[pid=23913/tid=23920] ppid=23911 vsize=15701788 CPUtime=4.11 cores=1,3,5,7
/proc/23913/task/23920/stat : 23920 (java) S 23911 23913 23046 0 -1 4202560 153714 0 0 0 380 31 0 0 16 0 22 0 529986894 16078630912 127827 33554432000 1073741824 1073778376 140734590279712 18446744073709551615 244458761113 0 4 0 16800975 18446604471131313152 0 0 -1 1 0 0 0
[pid=23913/tid=23921] ppid=23911 vsize=15701788 CPUtime=3.92 cores=1,3,5,7
/proc/23913/task/23921/stat : 23921 (java) S 23911 23913 23046 0 -1 4202560 154417 0 0 0 362 30 0 0 15 0 22 0 529986894 16078630912 127827 33554432000 1073741824 1073778376 140734590279712 18446744073709551615 244458761113 0 4 0 16800975 18446604471131313152 0 0 -1 5 0 0 0
[pid=23913/tid=23922] ppid=23911 vsize=15701788 CPUtime=4.04 cores=1,3,5,7
/proc/23913/task/23922/stat : 23922 (java) S 23911 23913 23046 0 -1 4202560 152157 0 0 0 374 30 0 0 16 0 22 0 529986894 16078630912 127827 33554432000 1073741824 1073778376 140734590279712 18446744073709551615 244458761113 0 4 0 16800975 18446604471131313152 0 0 -1 7 0 0 0
[pid=23913/tid=23923] ppid=23911 vsize=15701788 CPUtime=4.04 cores=1,3,5,7
/proc/23913/task/23923/stat : 23923 (java) S 23911 23913 23046 0 -1 4202560 152452 0 0 0 374 30 0 0 16 0 22 0 529986894 16078630912 127827 33554432000 1073741824 1073778376 140734590279712 18446744073709551615 244458761113 0 4 0 16800975 18446604471131313152 0 0 -1 3 0 0 0
[pid=23913/tid=23924] ppid=23911 vsize=15701788 CPUtime=2.11 cores=1,3,5,7
/proc/23913/task/23924/stat : 23924 (java) S 23911 23913 23046 0 -1 4202560 6781 0 0 0 138 73 0 0 15 0 22 0 529986895 16078630912 127827 33554432000 1073741824 1073778376 140734590279712 18446744073709551615 244458761728 0 0 0 16800975 18446604471131313152 0 0 -1 5 0 0 0
[pid=23913/tid=23925] ppid=23911 vsize=15701788 CPUtime=0 cores=1,3,5,7
/proc/23913/task/23925/stat : 23925 (java) S 23911 23913 23046 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 529986895 16078630912 127827 33554432000 1073741824 1073778376 140734590279712 18446744073709551615 244458761113 0 4 0 16800975 18446604471131313152 0 0 -1 5 0 0 0
[pid=23913/tid=23926] ppid=23911 vsize=15701788 CPUtime=0 cores=1,3,5,7
/proc/23913/task/23926/stat : 23926 (java) S 23911 23913 23046 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 529986895 16078630912 127827 33554432000 1073741824 1073778376 140734590279712 18446744073709551615 244458761113 0 4 0 16800975 18446604471131313152 0 0 -1 5 0 0 0
[pid=23913/tid=23927] ppid=23911 vsize=15701788 CPUtime=0 cores=1,3,5,7
/proc/23913/task/23927/stat : 23927 (java) S 23911 23913 23046 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 529986897 16078630912 127827 33554432000 1073741824 1073778376 140734590279712 18446744073709551615 244458768817 0 4 0 16800975 18446604471131313152 0 0 -1 5 0 0 0
[pid=23913/tid=23928] ppid=23911 vsize=15701788 CPUtime=1.19 cores=1,3,5,7
/proc/23913/task/23928/stat : 23928 (java) S 23911 23913 23046 0 -1 4202560 9804 0 0 0 118 1 0 0 15 0 22 0 529986897 16078630912 127827 33554432000 1073741824 1073778376 140734590279712 18446744073709551615 244458761113 0 4 0 16800975 18446604471131313152 0 0 -1 3 0 0 0
[pid=23913/tid=23929] ppid=23911 vsize=15701788 CPUtime=1.31 cores=1,3,5,7
/proc/23913/task/23929/stat : 23929 (java) S 23911 23913 23046 0 -1 4202560 7263 0 0 0 130 1 0 0 15 0 22 0 529986897 16078630912 127827 33554432000 1073741824 1073778376 140734590279712 18446744073709551615 244458761113 0 4 0 16800975 18446604471131313152 0 0 -1 7 0 0 0
[pid=23913/tid=23930] ppid=23911 vsize=15701788 CPUtime=0 cores=1,3,5,7
/proc/23913/task/23930/stat : 23930 (java) S 23911 23913 23046 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 529986897 16078630912 127827 33554432000 1073741824 1073778376 140734590279712 18446744073709551615 244458761113 0 4 0 16800975 18446604471131313152 0 0 -1 5 0 0 0
[pid=23913/tid=23931] ppid=23911 vsize=15701788 CPUtime=0 cores=1,3,5,7
/proc/23913/task/23931/stat : 23931 (java) S 23911 23913 23046 0 -1 4202560 66 0 0 0 0 0 0 0 15 0 22 0 529986897 16078630912 127827 33554432000 1073741824 1073778376 140734590279712 18446744073709551615 244458761728 0 4 0 16800975 18446604471131313152 0 0 -1 3 0 0 0
[pid=23913/tid=23936] ppid=23911 vsize=15701788 CPUtime=1190.66 cores=1,3,5,7
/proc/23913/task/23936/stat : 23936 (java) R 23911 23913 23046 0 -1 4202560 311496 0 0 0 119019 47 0 0 25 0 22 0 529986977 16078630912 127827 33554432000 1073741824 1073778376 140734590279712 18446744073709551615 46912506171439 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=23913/tid=23937] ppid=23911 vsize=15701788 CPUtime=1189.85 cores=1,3,5,7
/proc/23913/task/23937/stat : 23937 (java) R 23911 23913 23046 0 -1 4202560 315536 0 0 0 118936 49 0 0 25 0 22 0 529986977 16078630912 127827 33554432000 1073741824 1073778376 140734590279712 18446744073709551615 46912506466197 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=23913/tid=23938] ppid=23911 vsize=15701788 CPUtime=1190.43 cores=1,3,5,7
/proc/23913/task/23938/stat : 23938 (java) R 23911 23913 23046 0 -1 4202560 319193 0 0 0 118997 46 0 0 25 0 22 0 529986977 16078630912 127827 33554432000 1073741824 1073778376 140734590279712 18446744073709551615 46912506473560 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=23913/tid=23939] ppid=23911 vsize=15701788 CPUtime=1190.69 cores=1,3,5,7
/proc/23913/task/23939/stat : 23939 (java) R 23911 23913 23046 0 -1 4202560 311664 0 0 0 119020 49 0 0 25 0 22 0 529986977 16078630912 127827 33554432000 1073741824 1073778376 140734590279712 18446744073709551615 46912506182203 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4800.28
Current children cumulated vsize (KiB) 15701788

Child status: 143
Real time (s): 1207.14
CPU time (s): 4800.34
CPU user time (s): 4795.13
CPU system time (s): 5.21721
CPU usage (%): 397.662
Max. virtual memory (cumulated for all children) (KiB): 15704252

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4795.13
system time used= 5.21721
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2523615
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= 161090
involuntary context switches= 108087

runsolver used 1.86372 second user time and 4.78827 second system time

The end

Launcher Data

Begin job on node105 at 2011-04-30 19:17:45
IDJOB=3312943
IDBENCH=83245
IDSOLVER=1699
FILE ID=node105/3312943-1304183864
RUNJOBID= node105-1304183864-23877
PBS_JOBID= 13172437
Free space on /tmp= 73040 MiB

SOLVER NAME= STRUCTure 0.1
BENCH NAME= SAT11/crafted/kullmann/GreenTao/GreenTaok1k2/GreenTao_2-3-6_2072.cnf
COMMAND LINE= run 15000 NBCORE TMPDIR DIR BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3312943-1304183864/watcher-3312943-1304183864 -o /tmp/evaluation-result-3312943-1304183864/solver-3312943-1304183864 -C 4800 -W 1300 -M 15500  run 15000 4 HOME HOME HOME/instance-3312943-1304183864.cnf

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

MD5SUM BENCH= d2ef996f95bbf68a3c980c797dfdc364
RANDOM SEED=2108710454

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.825
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:      23467344 kB
Buffers:       2181644 kB
Cached:        6676144 kB
SwapCached:          4 kB
Active:         683376 kB
Inactive:      8249488 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      23467344 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:            5888 kB
Writeback:           8 kB
AnonPages:       75076 kB
Mapped:          22164 kB
Slab:           488152 kB
PageTables:       4820 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   773968 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= 73036 MiB
End job on node105 at 2011-04-30 19:37:54