Trace number 3312790

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.1 1207.33

General information on the benchmark

Namerandom/medium/
unif-k7-r89-v90-c8010-S501033814-049.SATISFIABLE.cnf
MD5SUM793faf2fe67c6773a49b839c9edfeeb3
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.691894
Satisfiable
(Un)Satisfiability was proved
Number of variables90
Number of clauses8010
Sum of the clauses size56070
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 58010

Solver Data

0.10/0.11	49:49 INFO : Reading from input HOME/instance-3312790-1304135389.cnf
0.52/0.34	Executor set job limit to 1000000
0.52/0.34	Executor set job limit to 1000000
0.52/0.34	Executor set job limit to 1000000
0.52/0.34	Executor set job limit to 1000000
0.52/0.34	Starting Executor!
0.52/0.34	Starting Executor!
0.52/0.34	Starting Executor!
0.52/0.34	Starting Executor!
0.96/0.57	49:50 INFO : 90 variables remaining out of 90
0.96/0.57	49:50 INFO : 64080 literals remaining out of 64080

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-3312790-1304135389/watcher-3312790-1304135389 -o /tmp/evaluation-result-3312790-1304135389/solver-3312790-1304135389 -C 4800 -W 1300 -M 15500 run 15000 4 HOME HOME HOME/instance-3312790-1304135389.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: 7.28 7.86 7.94 6/196 29888
/proc/meminfo: memFree=30341612/32951132 swapFree=67111356/67111528
[pid=29888] ppid=29886 vsize=26088 CPUtime=0 cores=1,3,5,7
/proc/29888/stat : 29888 (java) S 29886 29888 29202 0 -1 4202496 1414 0 0 0 0 0 0 0 25 0 2 0 525138553 26714112 884 33554432000 1073741824 1073778376 140735772278576 18446744073709551615 274676611045 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/29888/statm: 6522 884 678 9 0 381 0
[pid=29888/tid=29889] ppid=29886 vsize=26088 CPUtime=0 cores=1,3,5,7
/proc/29888/task/29889/stat : 29889 (java) S 29886 29888 29202 0 -1 4202560 56 0 0 0 0 0 0 0 25 0 2 0 525138553 26714112 884 33554432000 1073741824 1073778376 140735772278576 18446744073709551615 274659884679 0 2147483391 4096 0 18446744071699109054 0 0 -1 5 0 0 0

[startup+0.078795 s]
/proc/loadavg: 7.28 7.86 7.94 6/196 29888
/proc/meminfo: memFree=30341612/32951132 swapFree=67111356/67111528
[pid=29888] ppid=29886 vsize=15676500 CPUtime=0.08 cores=1,3,5,7
/proc/29888/stat : 29888 (java) S 29886 29888 29202 0 -1 4202496 5124 0 1 0 7 1 0 0 25 0 18 0 525138553 16052736000 4540 33554432000 1073741824 1073778376 140735772278576 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/29888/statm: 3919125 4563 2043 9 0 3909844 0
[pid=29888/tid=29889] ppid=29886 vsize=15676500 CPUtime=0.06 cores=1,3,5,7
/proc/29888/task/29889/stat : 29889 (java) R 29886 29888 29202 0 -1 4202560 3163 0 1 0 6 0 0 0 25 0 18 0 525138553 16052736000 4569 33554432000 1073741824 1073778376 140735772278576 18446744073709551615 274664913390 0 4 0 16800975 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 15676500

[startup+0.104817 s]
/proc/loadavg: 7.28 7.86 7.94 6/196 29888
/proc/meminfo: memFree=30341612/32951132 swapFree=67111356/67111528
[pid=29888] ppid=29886 vsize=15676704 CPUtime=0.1 cores=1,3,5,7
/proc/29888/stat : 29888 (java) S 29886 29888 29202 0 -1 4202496 5641 0 1 0 9 1 0 0 25 0 18 0 525138553 16052944896 5055 33554432000 1073741824 1073778376 140735772278576 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/29888/statm: 3919176 5056 2118 9 0 3909895 0
[pid=29888/tid=29889] ppid=29886 vsize=15676704 CPUtime=0.09 cores=1,3,5,7
/proc/29888/task/29889/stat : 29889 (java) R 29886 29888 29202 0 -1 4202560 3512 0 1 0 8 1 0 0 25 0 18 0 525138553 16052944896 5056 33554432000 1073741824 1073778376 140735772278576 18446744073709551615 47333399720707 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 15676704

[startup+0.300784 s]
/proc/loadavg: 7.28 7.86 7.94 6/196 29888
/proc/meminfo: memFree=30341612/32951132 swapFree=67111356/67111528
[pid=29888] ppid=29886 vsize=15679608 CPUtime=0.52 cores=1,3,5,7
/proc/29888/stat : 29888 (java) S 29886 29888 29202 0 -1 4202496 15283 0 1 0 49 3 0 0 25 0 18 0 525138553 16055918592 13624 33554432000 1073741824 1073778376 140735772278576 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/29888/statm: 3919902 13631 2208 9 0 3910621 0
[pid=29888/tid=29889] ppid=29886 vsize=15679608 CPUtime=0.28 cores=1,3,5,7
/proc/29888/task/29889/stat : 29889 (java) R 29886 29888 29202 0 -1 4202560 10062 0 1 0 26 2 0 0 25 0 18 0 525138553 16055918592 13635 33554432000 1073741824 1073778376 140735772278576 18446744073709551615 46912505638240 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 15679608

[startup+0.700679 s]
/proc/loadavg: 7.28 7.86 7.94 6/196 29888
/proc/meminfo: memFree=30341612/32951132 swapFree=67111356/67111528
[pid=29888] ppid=29886 vsize=15697476 CPUtime=1.54 cores=1,3,5,7
/proc/29888/stat : 29888 (java) S 29886 29888 29202 0 -1 4202496 33435 0 1 0 149 5 0 0 25 0 22 0 525138553 16074215424 28375 33554432000 1073741824 1073778376 140735772278576 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/29888/statm: 3924369 28375 2260 9 0 3915088 0
[pid=29888/tid=29889] ppid=29886 vsize=15697476 CPUtime=0.56 cores=1,3,5,7
/proc/29888/task/29889/stat : 29889 (java) S 29886 29888 29202 0 -1 4202560 16305 0 1 0 54 2 0 0 25 0 22 0 525138553 16074215424 28375 33554432000 1073741824 1073778376 140735772278576 18446744073709551615 274676624281 0 4 0 16800975 18446604462024720512 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1.54
Current children cumulated vsize (KiB) 15697476

[startup+1.50154 s]
/proc/loadavg: 7.28 7.86 7.94 10/218 29910
/proc/meminfo: memFree=30184948/32951132 swapFree=67111356/67111528
[pid=29888] ppid=29886 vsize=15698892 CPUtime=4.67 cores=1,3,5,7
/proc/29888/stat : 29888 (java) S 29886 29888 29202 0 -1 4202496 60571 0 1 0 459 8 0 0 25 0 22 0 525138553 16075665408 52813 33554432000 1073741824 1073778376 140735772278576 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/29888/statm: 3924723 52813 2276 9 0 3915442 0
[pid=29888/tid=29889] ppid=29886 vsize=15698892 CPUtime=0.56 cores=1,3,5,7
/proc/29888/task/29889/stat : 29889 (java) S 29886 29888 29202 0 -1 4202560 16305 0 1 0 54 2 0 0 25 0 22 0 525138553 16075665408 52813 33554432000 1073741824 1073778376 140735772278576 18446744073709551615 274676624281 0 4 0 16800975 18446604462024720512 0 0 -1 5 0 0 0
[pid=29888/tid=29891] ppid=29886 vsize=15698892 CPUtime=0 cores=1,3,5,7
/proc/29888/task/29891/stat : 29891 (java) S 29886 29888 29202 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 22 0 525138554 16075665408 52813 33554432000 1073741824 1073778376 140735772278576 18446744073709551615 274676624281 0 4 0 16800975 18446604462024720512 0 0 -1 5 0 0 0
[pid=29888/tid=29892] ppid=29886 vsize=15698892 CPUtime=0 cores=1,3,5,7
/proc/29888/task/29892/stat : 29892 (java) S 29886 29888 29202 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 22 0 525138554 16075665408 52813 33554432000 1073741824 1073778376 140735772278576 18446744073709551615 274676624281 0 4 0 16800975 18446604462024720512 0 0 -1 1 0 0 0
[pid=29888/tid=29893] ppid=29886 vsize=15698892 CPUtime=0 cores=1,3,5,7
/proc/29888/task/29893/stat : 29893 (java) S 29886 29888 29202 0 -1 4202560 788 0 0 0 0 0 0 0 16 0 22 0 525138554 16075665408 52813 33554432000 1073741824 1073778376 140735772278576 18446744073709551615 274676624281 0 4 0 16800975 18446604462024720512 0 0 -1 7 0 0 0
[pid=29888/tid=29894] ppid=29886 vsize=15698892 CPUtime=0 cores=1,3,5,7
/proc/29888/task/29894/stat : 29894 (java) S 29886 29888 29202 0 -1 4202560 1376 0 0 0 0 0 0 0 16 0 22 0 525138554 16075665408 52813 33554432000 1073741824 1073778376 140735772278576 18446744073709551615 274676624281 0 4 0 16800975 18446604462024720512 0 0 -1 3 0 0 0
[pid=29888/tid=29895] ppid=29886 vsize=15698892 CPUtime=0 cores=1,3,5,7
/proc/29888/task/29895/stat : 29895 (java) S 29886 29888 29202 0 -1 4202560 370 0 0 0 0 0 0 0 15 0 22 0 525138554 16075665408 52813 33554432000 1073741824 1073778376 140735772278576 18446744073709551615 274676624281 0 4 0 16800975 18446604462024720512 0 0 -1 7 0 0 0
[pid=29888/tid=29896] ppid=29886 vsize=15698892 CPUtime=0 cores=1,3,5,7
/proc/29888/task/29896/stat : 29896 (java) S 29886 29888 29202 0 -1 4202560 1269 0 0 0 0 0 0 0 16 0 22 0 525138554 16075665408 52813 33554432000 1073741824 1073778376 140735772278576 18446744073709551615 274676624281 0 4 0 16800975 18446604462024720512 0 0 -1 1 0 0 0
[pid=29888/tid=29897] ppid=29886 vsize=15698892 CPUtime=0 cores=1,3,5,7
/proc/29888/task/29897/stat : 29897 (java) S 29886 29888 29202 0 -1 4202560 1690 0 0 0 0 0 0 0 16 0 22 0 525138554 16075665408 52813 33554432000 1073741824 1073778376 140735772278576 18446744073709551615 274676624281 0 4 0 16800975 18446604462024720512 0 0 -1 5 0 0 0
[pid=29888/tid=29898] ppid=29886 vsize=15698892 CPUtime=0 cores=1,3,5,7
/proc/29888/task/29898/stat : 29898 (java) S 29886 29888 29202 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 525138554 16075665408 52813 33554432000 1073741824 1073778376 140735772278576 18446744073709551615 274676624281 0 4 0 16800975 18446604462024720512 0 0 -1 3 0 0 0
[pid=29888/tid=29899] ppid=29886 vsize=15698892 CPUtime=0 cores=1,3,5,7
/proc/29888/task/29899/stat : 29899 (java) S 29886 29888 29202 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 22 0 525138555 16075665408 52813 33554432000 1073741824 1073778376 140735772278576 18446744073709551615 274676624896 0 0 0 16800975 18446604462024720512 0 0 -1 5 0 0 0
[pid=29888/tid=29900] ppid=29886 vsize=15698892 CPUtime=0 cores=1,3,5,7
/proc/29888/task/29900/stat : 29900 (java) S 29886 29888 29202 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 525138555 16075665408 52813 33554432000 1073741824 1073778376 140735772278576 18446744073709551615 274676624281 0 4 0 16800975 18446604462024720512 0 0 -1 7 0 0 0
[pid=29888/tid=29901] ppid=29886 vsize=15698892 CPUtime=0 cores=1,3,5,7
/proc/29888/task/29901/stat : 29901 (java) S 29886 29888 29202 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 525138555 16075665408 52813 33554432000 1073741824 1073778376 140735772278576 18446744073709551615 274676624281 0 4 0 16800975 18446604462024720512 0 0 -1 7 0 0 0
[pid=29888/tid=29902] ppid=29886 vsize=15698892 CPUtime=0 cores=1,3,5,7
/proc/29888/task/29902/stat : 29902 (java) S 29886 29888 29202 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 525138557 16075665408 52813 33554432000 1073741824 1073778376 140735772278576 18446744073709551615 274676631985 0 4 0 16800975 18446604462024720512 0 0 -1 7 0 0 0
[pid=29888/tid=29903] ppid=29886 vsize=15698892 CPUtime=0.81 cores=1,3,5,7
/proc/29888/task/29903/stat : 29903 (java) R 29886 29888 29202 0 -1 4202560 13304 0 0 0 79 2 0 0 25 0 22 0 525138557 16075665408 52813 33554432000 1073741824 1073778376 140735772278576 18446744073709551615 47333400568920 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=29888/tid=29904] ppid=29886 vsize=15698892 CPUtime=0.92 cores=1,3,5,7
/proc/29888/task/29904/stat : 29904 (java) R 29886 29888 29202 0 -1 4202560 4782 0 0 0 92 0 0 0 15 0 22 0 525138557 16075665408 52813 33554432000 1073741824 1073778376 140735772278576 18446744073709551615 47333400540625 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=29888/tid=29905] ppid=29886 vsize=15698892 CPUtime=0 cores=1,3,5,7
/proc/29888/task/29905/stat : 29905 (java) S 29886 29888 29202 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 525138557 16075665408 52813 33554432000 1073741824 1073778376 140735772278576 18446744073709551615 274676624281 0 4 0 16800975 18446604462024720512 0 0 -1 7 0 0 0
[pid=29888/tid=29906] ppid=29886 vsize=15698892 CPUtime=0 cores=1,3,5,7
/proc/29888/task/29906/stat : 29906 (java) S 29886 29888 29202 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 525138557 16075665408 52813 33554432000 1073741824 1073778376 140735772278576 18446744073709551615 274676624896 0 4 0 16800975 18446604462024720512 0 0 -1 3 0 0 0
[pid=29888/tid=29907] ppid=29886 vsize=15698892 CPUtime=0.66 cores=1,3,5,7
/proc/29888/task/29907/stat : 29907 (java) R 29886 29888 29202 0 -1 4202560 6824 0 0 0 66 0 0 0 25 0 22 0 525138587 16075665408 52813 33554432000 1073741824 1073778376 140735772278576 18446744073709551615 46912505663761 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=29888/tid=29908] ppid=29886 vsize=15698892 CPUtime=0.63 cores=1,3,5,7
/proc/29888/task/29908/stat : 29908 (java) R 29886 29888 29202 0 -1 4202560 4160 0 0 0 63 0 0 0 18 0 22 0 525138587 16075665408 52813 33554432000 1073741824 1073778376 140735772278576 18446744073709551615 46912505742298 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=29888/tid=29909] ppid=29886 vsize=15698892 CPUtime=0.67 cores=1,3,5,7
/proc/29888/task/29909/stat : 29909 (java) R 29886 29888 29202 0 -1 4202560 6837 0 0 0 67 0 0 0 18 0 22 0 525138587 16075665408 52813 33554432000 1073741824 1073778376 140735772278576 18446744073709551615 46912505524151 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=29888/tid=29910] ppid=29886 vsize=15698892 CPUtime=0.33 cores=1,3,5,7
/proc/29888/task/29910/stat : 29910 (java) R 29886 29888 29202 0 -1 4202560 1464 0 0 0 33 0 0 0 21 0 22 0 525138587 16075665408 52813 33554432000 1073741824 1073778376 140735772278576 18446744073709551615 46912505781420 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4.67
Current children cumulated vsize (KiB) 15698892

[startup+3.10126 s]
/proc/loadavg: 7.28 7.86 7.94 6/214 29955
/proc/meminfo: memFree=30473956/32951132 swapFree=67111356/67111528
[pid=29888] ppid=29886 vsize=15698892 CPUtime=11.04 cores=1,3,5,7
/proc/29888/stat : 29888 (java) S 29886 29888 29202 0 -1 4202496 138925 0 1 0 1085 19 0 0 25 0 22 0 525138553 16075665408 131158 33554432000 1073741824 1073778376 140735772278576 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/29888/statm: 3924723 131161 2286 9 0 3915442 0
[pid=29888/tid=29889] ppid=29886 vsize=15698892 CPUtime=0.56 cores=1,3,5,7
/proc/29888/task/29889/stat : 29889 (java) S 29886 29888 29202 0 -1 4202560 16305 0 1 0 54 2 0 0 25 0 22 0 525138553 16075665408 131162 33554432000 1073741824 1073778376 140735772278576 18446744073709551615 274676624281 0 4 0 16800975 18446604462024720512 0 0 -1 5 0 0 0
[pid=29888/tid=29891] ppid=29886 vsize=15698892 CPUtime=0 cores=1,3,5,7
/proc/29888/task/29891/stat : 29891 (java) S 29886 29888 29202 0 -1 4202560 3111 0 0 0 0 0 0 0 16 0 22 0 525138554 16075665408 131164 33554432000 1073741824 1073778376 140735772278576 18446744073709551615 274676624281 0 4 0 16800975 18446604462024720512 0 0 -1 7 0 0 0
[pid=29888/tid=29892] ppid=29886 vsize=15698892 CPUtime=0 cores=1,3,5,7
/proc/29888/task/29892/stat : 29892 (java) S 29886 29888 29202 0 -1 4202560 1030 0 0 0 0 0 0 0 16 0 22 0 525138554 16075665408 131165 33554432000 1073741824 1073778376 140735772278576 18446744073709551615 274676624281 0 4 0 16800975 18446604462024720512 0 0 -1 1 0 0 0
[pid=29888/tid=29893] ppid=29886 vsize=15698892 CPUtime=0 cores=1,3,5,7
/proc/29888/task/29893/stat : 29893 (java) S 29886 29888 29202 0 -1 4202560 1612 0 0 0 0 0 0 0 15 0 22 0 525138554 16075665408 131167 33554432000 1073741824 1073778376 140735772278576 18446744073709551615 274676624281 0 4 0 16800975 18446604462024720512 0 0 -1 7 0 0 0
[pid=29888/tid=29894] ppid=29886 vsize=15698892 CPUtime=0 cores=1,3,5,7
/proc/29888/task/29894/stat : 29894 (java) S 29886 29888 29202 0 -1 4202560 3753 0 0 0 0 0 0 0 16 0 22 0 525138554 16075665408 131168 33554432000 1073741824 1073778376 140735772278576 18446744073709551615 274676624281 0 4 0 16800975 18446604462024720512 0 0 -1 5 0 0 0
[pid=29888/tid=29895] ppid=29886 vsize=15698892 CPUtime=0 cores=1,3,5,7
/proc/29888/task/29895/stat : 29895 (java) S 29886 29888 29202 0 -1 4202560 697 0 0 0 0 0 0 0 15 0 22 0 525138554 16075665408 131169 33554432000 1073741824 1073778376 140735772278576 18446744073709551615 274676624281 0 4 0 16800975 18446604462024720512 0 0 -1 7 0 0 0
[pid=29888/tid=29896] ppid=29886 vsize=15698892 CPUtime=0 cores=1,3,5,7
/proc/29888/task/29896/stat : 29896 (java) S 29886 29888 29202 0 -1 4202560 3107 0 0 0 0 0 0 0 16 0 22 0 525138554 16075665408 131171 33554432000 1073741824 1073778376 140735772278576 18446744073709551615 274676624281 0 4 0 16800975 18446604462024720512 0 0 -1 3 0 0 0
[pid=29888/tid=29897] ppid=29886 vsize=15698892 CPUtime=0 cores=1,3,5,7
/proc/29888/task/29897/stat : 29897 (java) S 29886 29888 29202 0 -1 4202560 3031 0 0 0 0 0 0 0 15 0 22 0 525138554 16075665408 131172 33554432000 1073741824 1073778376 140735772278576 18446744073709551615 274676624281 0 4 0 16800975 18446604462024720512 0 0 -1 1 0 0 0
[pid=29888/tid=29898] ppid=29886 vsize=15698892 CPUtime=0 cores=1,3,5,7
/proc/29888/task/29898/stat : 29898 (java) S 29886 29888 29202 0 -1 4202560 1338 0 0 0 0 0 0 0 15 0 22 0 525138554 16075665408 131173 33554432000 1073741824 1073778376 140735772278576 18446744073709551615 274676624281 0 4 0 16800975 18446604462024720512 0 0 -1 3 0 0 0
[pid=29888/tid=29899] ppid=29886 vsize=15698892 CPUtime=0 cores=1,3,5,7
/proc/29888/task/29899/stat : 29899 (java) S 29886 29888 29202 0 -1 4202560 196 0 0 0 0 0 0 0 15 0 22 0 525138555 16075665408 131175 33554432000 1073741824 1073778376 140735772278576 18446744073709551615 274676624896 0 0 0 16800975 18446604462024720512 0 0 -1 5 0 0 0
[pid=29888/tid=29900] ppid=29886 vsize=15698892 CPUtime=0 cores=1,3,5,7
/proc/29888/task/29900/stat : 29900 (java) S 29886 29888 29202 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 525138555 16075665408 131177 33554432000 1073741824 1073778376 140735772278576 18446744073709551615 274676624281 0 4 0 16800975 18446604462024720512 0 0 -1 7 0 0 0
[pid=29888/tid=29901] ppid=29886 vsize=15698892 CPUtime=0 cores=1,3,5,7
/proc/29888/task/29901/stat : 29901 (java) S 29886 29888 29202 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 525138555 16075665408 131178 33554432000 1073741824 1073778376 140735772278576 18446744073709551615 274676624281 0 4 0 16800975 18446604462024720512 0 0 -1 7 0 0 0
[pid=29888/tid=29902] ppid=29886 vsize=15698892 CPUtime=0 cores=1,3,5,7
/proc/29888/task/29902/stat : 29902 (java) S 29886 29888 29202 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 525138557 16075665408 131179 33554432000 1073741824 1073778376 140735772278576 18446744073709551615 274676631985 0 4 0 16800975 18446604462024720512 0 0 -1 7 0 0 0
[pid=29888/tid=29903] ppid=29886 vsize=15698892 CPUtime=0.88 cores=1,3,5,7
/proc/29888/task/29903/stat : 29903 (java) S 29886 29888 29202 0 -1 4202560 13312 0 0 0 86 2 0 0 19 0 22 0 525138557 16075665408 131179 33554432000 1073741824 1073778376 140735772278576 18446744073709551615 274676624281 0 4 0 16800975 18446604462024720512 0 0 -1 7 0 0 0
[pid=29888/tid=29904] ppid=29886 vsize=15698892 CPUtime=1 cores=1,3,5,7
/proc/29888/task/29904/stat : 29904 (java) S 29886 29888 29202 0 -1 4202560 4806 0 0 0 100 0 0 0 15 0 22 0 525138557 16075665408 131181 33554432000 1073741824 1073778376 140735772278576 18446744073709551615 274676624281 0 4 0 16800975 18446604462024720512 0 0 -1 3 0 0 0
[pid=29888/tid=29905] ppid=29886 vsize=15698892 CPUtime=0 cores=1,3,5,7
/proc/29888/task/29905/stat : 29905 (java) S 29886 29888 29202 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 525138557 16075665408 131183 33554432000 1073741824 1073778376 140735772278576 18446744073709551615 274676624281 0 4 0 16800975 18446604462024720512 0 0 -1 7 0 0 0
[pid=29888/tid=29906] ppid=29886 vsize=15698892 CPUtime=0 cores=1,3,5,7
/proc/29888/task/29906/stat : 29906 (java) S 29886 29888 29202 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 525138557 16075665408 131184 33554432000 1073741824 1073778376 140735772278576 18446744073709551615 274676624896 0 4 0 16800975 18446604462024720512 0 0 -1 3 0 0 0
[pid=29888/tid=29907] ppid=29886 vsize=15698892 CPUtime=2.16 cores=1,3,5,7
/proc/29888/task/29907/stat : 29907 (java) R 29886 29888 29202 0 -1 4202560 23455 0 0 0 214 2 0 0 25 0 22 0 525138587 16075665408 131185 33554432000 1073741824 1073778376 140735772278576 18446744073709551615 46912505816896 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=29888/tid=29908] ppid=29886 vsize=15698892 CPUtime=2.2 cores=1,3,5,7
/proc/29888/task/29908/stat : 29908 (java) R 29886 29888 29202 0 -1 4202560 20787 0 0 0 219 1 0 0 21 0 22 0 525138587 16075665408 131185 33554432000 1073741824 1073778376 140735772278576 18446744073709551615 46912506174901 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=29888/tid=29909] ppid=29886 vsize=15698892 CPUtime=2.25 cores=1,3,5,7
/proc/29888/task/29909/stat : 29909 (java) R 29886 29888 29202 0 -1 4202560 23430 0 0 0 222 3 0 0 20 0 22 0 525138587 16075665408 131187 33554432000 1073741824 1073778376 140735772278576 18446744073709551615 46912505601044 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=29888/tid=29910] ppid=29886 vsize=15698892 CPUtime=1.83 cores=1,3,5,7
/proc/29888/task/29910/stat : 29910 (java) R 29886 29888 29202 0 -1 4202560 17598 0 0 0 181 2 0 0 25 0 22 0 525138587 16075665408 131187 33554432000 1073741824 1073778376 140735772278576 18446744073709551615 46912505953515 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 11.04
Current children cumulated vsize (KiB) 15698892

[startup+6.30071 s]
/proc/loadavg: 7.58 7.91 7.95 10/218 29959
/proc/meminfo: memFree=29645600/32951132 swapFree=67111356/67111528
[pid=29888] ppid=29886 vsize=15698892 CPUtime=23.81 cores=1,3,5,7
/proc/29888/stat : 29888 (java) S 29886 29888 29202 0 -1 4202496 160870 0 1 0 2358 23 0 0 25 0 22 0 525138553 16075665408 151549 33554432000 1073741824 1073778376 140735772278576 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/29888/statm: 3924723 151549 2286 9 0 3915442 0
[pid=29888/tid=29889] ppid=29886 vsize=15698892 CPUtime=0.56 cores=1,3,5,7
/proc/29888/task/29889/stat : 29889 (java) S 29886 29888 29202 0 -1 4202560 16305 0 1 0 54 2 0 0 25 0 22 0 525138553 16075665408 151549 33554432000 1073741824 1073778376 140735772278576 18446744073709551615 274676624281 0 4 0 16800975 18446604462024720512 0 0 -1 5 0 0 0
[pid=29888/tid=29891] ppid=29886 vsize=15698892 CPUtime=0 cores=1,3,5,7
/proc/29888/task/29891/stat : 29891 (java) S 29886 29888 29202 0 -1 4202560 3195 0 0 0 0 0 0 0 15 0 22 0 525138554 16075665408 151549 33554432000 1073741824 1073778376 140735772278576 18446744073709551615 274676624281 0 4 0 16800975 18446604462024720512 0 0 -1 7 0 0 0
[pid=29888/tid=29892] ppid=29886 vsize=15698892 CPUtime=0 cores=1,3,5,7
/proc/29888/task/29892/stat : 29892 (java) S 29886 29888 29202 0 -1 4202560 1924 0 0 0 0 0 0 0 15 0 22 0 525138554 16075665408 151549 33554432000 1073741824 1073778376 140735772278576 18446744073709551615 274676624281 0 4 0 16800975 18446604462024720512 0 0 -1 1 0 0 0
[pid=29888/tid=29893] ppid=29886 vsize=15698892 CPUtime=0 cores=1,3,5,7
/proc/29888/task/29893/stat : 29893 (java) S 29886 29888 29202 0 -1 4202560 2584 0 0 0 0 0 0 0 15 0 22 0 525138554 16075665408 151549 33554432000 1073741824 1073778376 140735772278576 18446744073709551615 274676624281 0 4 0 16800975 18446604462024720512 0 0 -1 1 0 0 0
[pid=29888/tid=29894] ppid=29886 vsize=15698892 CPUtime=0.02 cores=1,3,5,7
/proc/29888/task/29894/stat : 29894 (java) S 29886 29888 29202 0 -1 4202560 5223 0 0 0 1 1 0 0 16 0 22 0 525138554 16075665408 151549 33554432000 1073741824 1073778376 140735772278576 18446744073709551615 274676624281 0 4 0 16800975 18446604462024720512 0 0 -1 5 0 0 0
[pid=29888/tid=29895] ppid=29886 vsize=15698892 CPUtime=0 cores=1,3,5,7
/proc/29888/task/29895/stat : 29895 (java) S 29886 29888 29202 0 -1 4202560 752 0 0 0 0 0 0 0 15 0 22 0 525138554 16075665408 151549 33554432000 1073741824 1073778376 140735772278576 18446744073709551615 274676624281 0 4 0 16800975 18446604462024720512 0 0 -1 7 0 0 0
[pid=29888/tid=29896] ppid=29886 vsize=15698892 CPUtime=0.01 cores=1,3,5,7
/proc/29888/task/29896/stat : 29896 (java) S 29886 29888 29202 0 -1 4202560 3392 0 0 0 1 0 0 0 15 0 22 0 525138554 16075665408 151549 33554432000 1073741824 1073778376 140735772278576 18446744073709551615 274676624281 0 4 0 16800975 18446604462024720512 0 0 -1 3 0 0 0
[pid=29888/tid=29897] ppid=29886 vsize=15698892 CPUtime=0 cores=1,3,5,7
/proc/29888/task/29897/stat : 29897 (java) S 29886 29888 29202 0 -1 4202560 4252 0 0 0 0 0 0 0 15 0 22 0 525138554 16075665408 151549 33554432000 1073741824 1073778376 140735772278576 18446744073709551615 274676624281 0 4 0 16800975 18446604462024720512 0 0 -1 3 0 0 0
[pid=29888/tid=29898] ppid=29886 vsize=15698892 CPUtime=0 cores=1,3,5,7
/proc/29888/task/29898/stat : 29898 (java) S 29886 29888 29202 0 -1 4202560 1644 0 0 0 0 0 0 0 15 0 22 0 525138554 16075665408 151549 33554432000 1073741824 1073778376 140735772278576 18446744073709551615 274676624281 0 4 0 16800975 18446604462024720512 0 0 -1 7 0 0 0

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

[pid=29888/tid=29908] ppid=29886 vsize=15764428 CPUtime=1108.04 cores=1,3,5,7
/proc/29888/task/29908/stat : 29908 (java) R 29886 29888 29202 0 -1 4202560 161761 0 0 0 110775 29 0 0 22 0 22 0 525138587 16142774272 89034 33554432000 1073741824 1073778376 140735772278576 18446744073709551615 46912505817583 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=29888/tid=29909] ppid=29886 vsize=15764428 CPUtime=1108 cores=1,3,5,7
/proc/29888/task/29909/stat : 29909 (java) R 29886 29888 29202 0 -1 4202560 164503 0 0 0 110769 31 0 0 25 0 22 0 525138587 16142774272 89034 33554432000 1073741824 1073778376 140735772278576 18446744073709551615 47333403539417 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=29888/tid=29910] ppid=29886 vsize=15764428 CPUtime=1107.47 cores=1,3,5,7
/proc/29888/task/29910/stat : 29910 (java) R 29886 29888 29202 0 -1 4202560 156870 0 0 0 110718 29 0 0 25 0 22 0 525138587 16142774272 89034 33554432000 1073741824 1073778376 140735772278576 18446744073709551615 47333403539554 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4462.14
Current children cumulated vsize (KiB) 15764428

[startup+1182.3 s]
/proc/loadavg: 8.07 8.11 8.03 9/218 30003
/proc/meminfo: memFree=30159544/32951132 swapFree=67111356/67111528
[pid=29888] ppid=29886 vsize=15764428 CPUtime=4700.66 cores=1,3,5,7
/proc/29888/stat : 29888 (java) S 29886 29888 29202 0 -1 4202496 1328495 0 1 0 469723 343 0 0 25 0 22 0 525138553 16142774272 74955 33554432000 1073741824 1073778376 140735772278576 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/29888/statm: 3941107 74955 2299 9 0 3931826 0
[pid=29888/tid=29889] ppid=29886 vsize=15764428 CPUtime=0.56 cores=1,3,5,7
/proc/29888/task/29889/stat : 29889 (java) S 29886 29888 29202 0 -1 4202560 16305 0 1 0 54 2 0 0 25 0 22 0 525138553 16142774272 74955 33554432000 1073741824 1073778376 140735772278576 18446744073709551615 274676624281 0 4 0 16800975 18446604462024720512 0 0 -1 5 0 0 0
[pid=29888/tid=29891] ppid=29886 vsize=15764428 CPUtime=3.33 cores=1,3,5,7
/proc/29888/task/29891/stat : 29891 (java) S 29886 29888 29202 0 -1 4202560 75228 0 0 0 316 17 0 0 16 0 22 0 525138554 16142774272 74955 33554432000 1073741824 1073778376 140735772278576 18446744073709551615 274676624281 0 4 0 16800975 18446604462024720512 0 0 -1 3 0 0 0
[pid=29888/tid=29892] ppid=29886 vsize=15764428 CPUtime=3.21 cores=1,3,5,7
/proc/29888/task/29892/stat : 29892 (java) S 29886 29888 29202 0 -1 4202560 75432 0 0 0 306 15 0 0 15 0 22 0 525138554 16142774272 74955 33554432000 1073741824 1073778376 140735772278576 18446744073709551615 274676624281 0 4 0 16800975 18446604462024720512 0 0 -1 7 0 0 0
[pid=29888/tid=29893] ppid=29886 vsize=15764428 CPUtime=3.34 cores=1,3,5,7
/proc/29888/task/29893/stat : 29893 (java) S 29886 29888 29202 0 -1 4202560 75754 0 0 0 317 17 0 0 15 0 22 0 525138554 16142774272 74955 33554432000 1073741824 1073778376 140735772278576 18446744073709551615 274676624281 0 4 0 16800975 18446604462024720512 0 0 -1 1 0 0 0
[pid=29888/tid=29894] ppid=29886 vsize=15764428 CPUtime=3.25 cores=1,3,5,7
/proc/29888/task/29894/stat : 29894 (java) S 29886 29888 29202 0 -1 4202560 76322 0 0 0 309 16 0 0 15 0 22 0 525138554 16142774272 74955 33554432000 1073741824 1073778376 140735772278576 18446744073709551615 274676624281 0 4 0 16800975 18446604462024720512 0 0 -1 5 0 0 0
[pid=29888/tid=29895] ppid=29886 vsize=15764428 CPUtime=3.24 cores=1,3,5,7
/proc/29888/task/29895/stat : 29895 (java) S 29886 29888 29202 0 -1 4202560 74825 0 0 0 309 15 0 0 15 0 22 0 525138554 16142774272 74955 33554432000 1073741824 1073778376 140735772278576 18446744073709551615 274676624281 0 4 0 16800975 18446604462024720512 0 0 -1 1 0 0 0
[pid=29888/tid=29896] ppid=29886 vsize=15764428 CPUtime=3.33 cores=1,3,5,7
/proc/29888/task/29896/stat : 29896 (java) S 29886 29888 29202 0 -1 4202560 80420 0 0 0 314 19 0 0 16 0 22 0 525138554 16142774272 74955 33554432000 1073741824 1073778376 140735772278576 18446744073709551615 274676624281 0 4 0 16800975 18446604462024720512 0 0 -1 5 0 0 0
[pid=29888/tid=29897] ppid=29886 vsize=15764428 CPUtime=3.36 cores=1,3,5,7
/proc/29888/task/29897/stat : 29897 (java) S 29886 29888 29202 0 -1 4202560 76069 0 0 0 316 20 0 0 15 0 22 0 525138554 16142774272 74955 33554432000 1073741824 1073778376 140735772278576 18446744073709551615 274676624281 0 4 0 16800975 18446604462024720512 0 0 -1 1 0 0 0
[pid=29888/tid=29898] ppid=29886 vsize=15764428 CPUtime=3.28 cores=1,3,5,7
/proc/29888/task/29898/stat : 29898 (java) S 29886 29888 29202 0 -1 4202560 76171 0 0 0 311 17 0 0 16 0 22 0 525138554 16142774272 74955 33554432000 1073741824 1073778376 140735772278576 18446744073709551615 274676624281 0 4 0 16800975 18446604462024720512 0 0 -1 7 0 0 0
[pid=29888/tid=29899] ppid=29886 vsize=15764428 CPUtime=2.19 cores=1,3,5,7
/proc/29888/task/29899/stat : 29899 (java) S 29886 29888 29202 0 -1 4202560 3628 0 0 0 153 66 0 0 15 0 22 0 525138555 16142774272 74955 33554432000 1073741824 1073778376 140735772278576 18446744073709551615 274676624896 0 0 0 16800975 18446604462024720512 0 0 -1 3 0 0 0
[pid=29888/tid=29900] ppid=29886 vsize=15764428 CPUtime=0 cores=1,3,5,7
/proc/29888/task/29900/stat : 29900 (java) S 29886 29888 29202 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 525138555 16142774272 74955 33554432000 1073741824 1073778376 140735772278576 18446744073709551615 274676624281 0 4 0 16800975 18446604462024720512 0 0 -1 7 0 0 0
[pid=29888/tid=29901] ppid=29886 vsize=15764428 CPUtime=0 cores=1,3,5,7
/proc/29888/task/29901/stat : 29901 (java) S 29886 29888 29202 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 525138555 16142774272 74955 33554432000 1073741824 1073778376 140735772278576 18446744073709551615 274676624281 0 4 0 16800975 18446604462024720512 0 0 -1 7 0 0 0
[pid=29888/tid=29902] ppid=29886 vsize=15764428 CPUtime=0 cores=1,3,5,7
/proc/29888/task/29902/stat : 29902 (java) S 29886 29888 29202 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 525138557 16142774272 74955 33554432000 1073741824 1073778376 140735772278576 18446744073709551615 274676631985 0 4 0 16800975 18446604462024720512 0 0 -1 7 0 0 0
[pid=29888/tid=29903] ppid=29886 vsize=15764428 CPUtime=1.02 cores=1,3,5,7
/proc/29888/task/29903/stat : 29903 (java) S 29886 29888 29202 0 -1 4202560 13333 0 0 0 100 2 0 0 15 0 22 0 525138557 16142774272 74955 33554432000 1073741824 1073778376 140735772278576 18446744073709551615 274676624281 0 4 0 16800975 18446604462024720512 0 0 -1 7 0 0 0
[pid=29888/tid=29904] ppid=29886 vsize=15764428 CPUtime=1.11 cores=1,3,5,7
/proc/29888/task/29904/stat : 29904 (java) S 29886 29888 29202 0 -1 4202560 4823 0 0 0 111 0 0 0 15 0 22 0 525138557 16142774272 74955 33554432000 1073741824 1073778376 140735772278576 18446744073709551615 274676624281 0 4 0 16800975 18446604462024720512 0 0 -1 3 0 0 0
[pid=29888/tid=29905] ppid=29886 vsize=15764428 CPUtime=0 cores=1,3,5,7
/proc/29888/task/29905/stat : 29905 (java) S 29886 29888 29202 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 525138557 16142774272 74955 33554432000 1073741824 1073778376 140735772278576 18446744073709551615 274676624281 0 4 0 16800975 18446604462024720512 0 0 -1 7 0 0 0
[pid=29888/tid=29906] ppid=29886 vsize=15764428 CPUtime=0 cores=1,3,5,7
/proc/29888/task/29906/stat : 29906 (java) S 29886 29888 29202 0 -1 4202560 65 0 0 0 0 0 0 0 15 0 22 0 525138557 16142774272 74955 33554432000 1073741824 1073778376 140735772278576 18446744073709551615 274676624896 0 4 0 16800975 18446604462024720512 0 0 -1 1 0 0 0
[pid=29888/tid=29907] ppid=29886 vsize=15764428 CPUtime=1168.03 cores=1,3,5,7
/proc/29888/task/29907/stat : 29907 (java) R 29886 29888 29202 0 -1 4202560 172682 0 0 0 116769 34 0 0 25 0 22 0 525138587 16142774272 74955 33554432000 1073741824 1073778376 140735772278576 18446744073709551615 46912505962917 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=29888/tid=29908] ppid=29886 vsize=15764428 CPUtime=1167.26 cores=1,3,5,7
/proc/29888/task/29908/stat : 29908 (java) R 29886 29888 29202 0 -1 4202560 169405 0 0 0 116696 30 0 0 25 0 22 0 525138587 16142774272 74955 33554432000 1073741824 1073778376 140735772278576 18446744073709551615 46912505910949 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=29888/tid=29909] ppid=29886 vsize=15764428 CPUtime=1167.2 cores=1,3,5,7
/proc/29888/task/29909/stat : 29909 (java) R 29886 29888 29202 0 -1 4202560 171978 0 0 0 116687 33 0 0 25 0 22 0 525138587 16142774272 74955 33554432000 1073741824 1073778376 140735772278576 18446744073709551615 46912505781435 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=29888/tid=29910] ppid=29886 vsize=15764428 CPUtime=1166.79 cores=1,3,5,7
/proc/29888/task/29910/stat : 29910 (java) R 29886 29888 29202 0 -1 4202560 164670 0 0 0 116648 31 0 0 25 0 22 0 525138587 16142774272 74955 33554432000 1073741824 1073778376 140735772278576 18446744073709551615 18446744073699065949 0 4 0 16800975 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4700.66
Current children cumulated vsize (KiB) 15764428



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1207.3 s]
/proc/loadavg: 8.12 8.11 8.04 9/218 30003
/proc/meminfo: memFree=30135972/32951132 swapFree=67111356/67111528
[pid=29888] ppid=29886 vsize=15764428 CPUtime=4800.04 cores=1,3,5,7
/proc/29888/stat : 29888 (java) S 29886 29888 29202 0 -1 4202496 1349444 0 1 0 479654 350 0 0 25 0 22 0 525138553 16142774272 74012 33554432000 1073741824 1073778376 140735772278576 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/29888/statm: 3941107 74012 2299 9 0 3931826 0
[pid=29888/tid=29889] ppid=29886 vsize=15764428 CPUtime=0.56 cores=1,3,5,7
/proc/29888/task/29889/stat : 29889 (java) S 29886 29888 29202 0 -1 4202560 16305 0 1 0 54 2 0 0 25 0 22 0 525138553 16142774272 74012 33554432000 1073741824 1073778376 140735772278576 18446744073709551615 274676624281 0 4 0 16800975 18446604462024720512 0 0 -1 5 0 0 0
[pid=29888/tid=29891] ppid=29886 vsize=15764428 CPUtime=3.39 cores=1,3,5,7
/proc/29888/task/29891/stat : 29891 (java) S 29886 29888 29202 0 -1 4202560 76584 0 0 0 322 17 0 0 16 0 22 0 525138554 16142774272 74012 33554432000 1073741824 1073778376 140735772278576 18446744073709551615 274676624281 0 4 0 16800975 18446604462024720512 0 0 -1 1 0 0 0
[pid=29888/tid=29892] ppid=29886 vsize=15764428 CPUtime=3.28 cores=1,3,5,7
/proc/29888/task/29892/stat : 29892 (java) S 29886 29888 29202 0 -1 4202560 76670 0 0 0 312 16 0 0 15 0 22 0 525138554 16142774272 74012 33554432000 1073741824 1073778376 140735772278576 18446744073709551615 274676624281 0 4 0 16800975 18446604462024720512 0 0 -1 3 0 0 0
[pid=29888/tid=29893] ppid=29886 vsize=15764428 CPUtime=3.41 cores=1,3,5,7
/proc/29888/task/29893/stat : 29893 (java) S 29886 29888 29202 0 -1 4202560 77280 0 0 0 323 18 0 0 16 0 22 0 525138554 16142774272 74012 33554432000 1073741824 1073778376 140735772278576 18446744073709551615 274676624281 0 4 0 16800975 18446604462024720512 0 0 -1 7 0 0 0
[pid=29888/tid=29894] ppid=29886 vsize=15764428 CPUtime=3.33 cores=1,3,5,7
/proc/29888/task/29894/stat : 29894 (java) S 29886 29888 29202 0 -1 4202560 78033 0 0 0 316 17 0 0 15 0 22 0 525138554 16142774272 74012 33554432000 1073741824 1073778376 140735772278576 18446744073709551615 274676624281 0 4 0 16800975 18446604462024720512 0 0 -1 7 0 0 0
[pid=29888/tid=29895] ppid=29886 vsize=15764428 CPUtime=3.31 cores=1,3,5,7
/proc/29888/task/29895/stat : 29895 (java) S 29886 29888 29202 0 -1 4202560 76416 0 0 0 316 15 0 0 15 0 22 0 525138554 16142774272 74012 33554432000 1073741824 1073778376 140735772278576 18446744073709551615 274676624281 0 4 0 16800975 18446604462024720512 0 0 -1 1 0 0 0
[pid=29888/tid=29896] ppid=29886 vsize=15764428 CPUtime=3.41 cores=1,3,5,7
/proc/29888/task/29896/stat : 29896 (java) S 29886 29888 29202 0 -1 4202560 82728 0 0 0 322 19 0 0 16 0 22 0 525138554 16142774272 74012 33554432000 1073741824 1073778376 140735772278576 18446744073709551615 274676624281 0 4 0 16800975 18446604462024720512 0 0 -1 3 0 0 0
[pid=29888/tid=29897] ppid=29886 vsize=15764428 CPUtime=3.42 cores=1,3,5,7
/proc/29888/task/29897/stat : 29897 (java) S 29886 29888 29202 0 -1 4202560 77729 0 0 0 322 20 0 0 15 0 22 0 525138554 16142774272 74012 33554432000 1073741824 1073778376 140735772278576 18446744073709551615 274676624281 0 4 0 16800975 18446604462024720512 0 0 -1 7 0 0 0
[pid=29888/tid=29898] ppid=29886 vsize=15764428 CPUtime=3.35 cores=1,3,5,7
/proc/29888/task/29898/stat : 29898 (java) S 29886 29888 29202 0 -1 4202560 77691 0 0 0 317 18 0 0 16 0 22 0 525138554 16142774272 74012 33554432000 1073741824 1073778376 140735772278576 18446744073709551615 274676624281 0 4 0 16800975 18446604462024720512 0 0 -1 5 0 0 0
[pid=29888/tid=29899] ppid=29886 vsize=15764428 CPUtime=2.26 cores=1,3,5,7
/proc/29888/task/29899/stat : 29899 (java) S 29886 29888 29202 0 -1 4202560 3694 0 0 0 158 68 0 0 15 0 22 0 525138555 16142774272 74012 33554432000 1073741824 1073778376 140735772278576 18446744073709551615 274676624896 0 0 0 16800975 18446604462024720512 0 0 -1 5 0 0 0
[pid=29888/tid=29900] ppid=29886 vsize=15764428 CPUtime=0 cores=1,3,5,7
/proc/29888/task/29900/stat : 29900 (java) S 29886 29888 29202 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 525138555 16142774272 74012 33554432000 1073741824 1073778376 140735772278576 18446744073709551615 274676624281 0 4 0 16800975 18446604462024720512 0 0 -1 7 0 0 0
[pid=29888/tid=29901] ppid=29886 vsize=15764428 CPUtime=0 cores=1,3,5,7
/proc/29888/task/29901/stat : 29901 (java) S 29886 29888 29202 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 525138555 16142774272 74012 33554432000 1073741824 1073778376 140735772278576 18446744073709551615 274676624281 0 4 0 16800975 18446604462024720512 0 0 -1 7 0 0 0
[pid=29888/tid=29902] ppid=29886 vsize=15764428 CPUtime=0 cores=1,3,5,7
/proc/29888/task/29902/stat : 29902 (java) S 29886 29888 29202 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 525138557 16142774272 74012 33554432000 1073741824 1073778376 140735772278576 18446744073709551615 274676631985 0 4 0 16800975 18446604462024720512 0 0 -1 7 0 0 0
[pid=29888/tid=29903] ppid=29886 vsize=15764428 CPUtime=1.02 cores=1,3,5,7
/proc/29888/task/29903/stat : 29903 (java) S 29886 29888 29202 0 -1 4202560 13333 0 0 0 100 2 0 0 15 0 22 0 525138557 16142774272 74012 33554432000 1073741824 1073778376 140735772278576 18446744073709551615 274676624281 0 4 0 16800975 18446604462024720512 0 0 -1 7 0 0 0
[pid=29888/tid=29904] ppid=29886 vsize=15764428 CPUtime=1.11 cores=1,3,5,7
/proc/29888/task/29904/stat : 29904 (java) S 29886 29888 29202 0 -1 4202560 4823 0 0 0 111 0 0 0 15 0 22 0 525138557 16142774272 74012 33554432000 1073741824 1073778376 140735772278576 18446744073709551615 274676624281 0 4 0 16800975 18446604462024720512 0 0 -1 3 0 0 0
[pid=29888/tid=29905] ppid=29886 vsize=15764428 CPUtime=0 cores=1,3,5,7
/proc/29888/task/29905/stat : 29905 (java) S 29886 29888 29202 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 525138557 16142774272 74012 33554432000 1073741824 1073778376 140735772278576 18446744073709551615 274676624281 0 4 0 16800975 18446604462024720512 0 0 -1 7 0 0 0
[pid=29888/tid=29906] ppid=29886 vsize=15764428 CPUtime=0 cores=1,3,5,7
/proc/29888/task/29906/stat : 29906 (java) S 29886 29888 29202 0 -1 4202560 67 0 0 0 0 0 0 0 15 0 22 0 525138557 16142774272 74012 33554432000 1073741824 1073778376 140735772278576 18446744073709551615 274676624896 0 4 0 16800975 18446604462024720512 0 0 -1 3 0 0 0
[pid=29888/tid=29907] ppid=29886 vsize=15764428 CPUtime=1192.69 cores=1,3,5,7
/proc/29888/task/29907/stat : 29907 (java) R 29886 29888 29202 0 -1 4202560 174585 0 0 0 119235 34 0 0 25 0 22 0 525138587 16142774272 74012 33554432000 1073741824 1073778376 140735772278576 18446744073709551615 46912505857707 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=29888/tid=29908] ppid=29886 vsize=15764428 CPUtime=1191.98 cores=1,3,5,7
/proc/29888/task/29908/stat : 29908 (java) R 29886 29888 29202 0 -1 4202560 171555 0 0 0 119166 32 0 0 25 0 22 0 525138587 16142774272 74012 33554432000 1073741824 1073778376 140735772278576 18446744073709551615 18446744073699065894 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=29888/tid=29909] ppid=29886 vsize=15764428 CPUtime=1191.88 cores=1,3,5,7
/proc/29888/task/29909/stat : 29909 (java) R 29886 29888 29202 0 -1 4202560 174079 0 0 0 119155 33 0 0 25 0 22 0 525138587 16142774272 74012 33554432000 1073741824 1073778376 140735772278576 18446744073709551615 46912505781461 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=29888/tid=29910] ppid=29886 vsize=15764428 CPUtime=1191.51 cores=1,3,5,7
/proc/29888/task/29910/stat : 29910 (java) R 29886 29888 29202 0 -1 4202560 166487 0 0 0 119119 32 0 0 25 0 22 0 525138587 16142774272 74012 33554432000 1073741824 1073778376 140735772278576 18446744073709551615 18446744073699065939 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4800.04
Current children cumulated vsize (KiB) 15764428

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

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

[startup+1207.3 s]
/proc/loadavg: 8.12 8.11 8.04 9/218 30003
/proc/meminfo: memFree=30135972/32951132 swapFree=67111356/67111528
[pid=29888] ppid=29886 vsize=15764428 CPUtime=4800.04 cores=1,3,5,7
/proc/29888/stat : 29888 (java) S 29886 29888 29202 0 -1 4202496 1349444 0 1 0 479654 350 0 0 25 0 22 0 525138553 16142774272 74012 33554432000 1073741824 1073778376 140735772278576 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/29888/statm: 3941107 74012 2299 9 0 3931826 0
[pid=29888/tid=29889] ppid=29886 vsize=15764428 CPUtime=0.56 cores=1,3,5,7
/proc/29888/task/29889/stat : 29889 (java) S 29886 29888 29202 0 -1 4202560 16305 0 1 0 54 2 0 0 25 0 22 0 525138553 16142774272 74012 33554432000 1073741824 1073778376 140735772278576 18446744073709551615 274676624281 0 4 0 16800975 18446604462024720512 0 0 -1 5 0 0 0
[pid=29888/tid=29891] ppid=29886 vsize=15764428 CPUtime=3.39 cores=1,3,5,7
/proc/29888/task/29891/stat : 29891 (java) S 29886 29888 29202 0 -1 4202560 76584 0 0 0 322 17 0 0 16 0 22 0 525138554 16142774272 74012 33554432000 1073741824 1073778376 140735772278576 18446744073709551615 274676624281 0 4 0 16800975 18446604462024720512 0 0 -1 1 0 0 0
[pid=29888/tid=29892] ppid=29886 vsize=15764428 CPUtime=3.28 cores=1,3,5,7
/proc/29888/task/29892/stat : 29892 (java) S 29886 29888 29202 0 -1 4202560 76670 0 0 0 312 16 0 0 15 0 22 0 525138554 16142774272 74012 33554432000 1073741824 1073778376 140735772278576 18446744073709551615 274676624281 0 4 0 16800975 18446604462024720512 0 0 -1 3 0 0 0
[pid=29888/tid=29893] ppid=29886 vsize=15764428 CPUtime=3.41 cores=1,3,5,7
/proc/29888/task/29893/stat : 29893 (java) S 29886 29888 29202 0 -1 4202560 77280 0 0 0 323 18 0 0 16 0 22 0 525138554 16142774272 74012 33554432000 1073741824 1073778376 140735772278576 18446744073709551615 274676624281 0 4 0 16800975 18446604462024720512 0 0 -1 7 0 0 0
[pid=29888/tid=29894] ppid=29886 vsize=15764428 CPUtime=3.33 cores=1,3,5,7
/proc/29888/task/29894/stat : 29894 (java) S 29886 29888 29202 0 -1 4202560 78033 0 0 0 316 17 0 0 15 0 22 0 525138554 16142774272 74012 33554432000 1073741824 1073778376 140735772278576 18446744073709551615 274676624281 0 4 0 16800975 18446604462024720512 0 0 -1 7 0 0 0
[pid=29888/tid=29895] ppid=29886 vsize=15764428 CPUtime=3.31 cores=1,3,5,7
/proc/29888/task/29895/stat : 29895 (java) S 29886 29888 29202 0 -1 4202560 76416 0 0 0 316 15 0 0 15 0 22 0 525138554 16142774272 74012 33554432000 1073741824 1073778376 140735772278576 18446744073709551615 274676624281 0 4 0 16800975 18446604462024720512 0 0 -1 1 0 0 0
[pid=29888/tid=29896] ppid=29886 vsize=15764428 CPUtime=3.41 cores=1,3,5,7
/proc/29888/task/29896/stat : 29896 (java) S 29886 29888 29202 0 -1 4202560 82728 0 0 0 322 19 0 0 16 0 22 0 525138554 16142774272 74012 33554432000 1073741824 1073778376 140735772278576 18446744073709551615 274676624281 0 4 0 16800975 18446604462024720512 0 0 -1 3 0 0 0
[pid=29888/tid=29897] ppid=29886 vsize=15764428 CPUtime=3.42 cores=1,3,5,7
/proc/29888/task/29897/stat : 29897 (java) S 29886 29888 29202 0 -1 4202560 77729 0 0 0 322 20 0 0 15 0 22 0 525138554 16142774272 74012 33554432000 1073741824 1073778376 140735772278576 18446744073709551615 274676624281 0 4 0 16800975 18446604462024720512 0 0 -1 7 0 0 0
[pid=29888/tid=29898] ppid=29886 vsize=15764428 CPUtime=3.35 cores=1,3,5,7
/proc/29888/task/29898/stat : 29898 (java) S 29886 29888 29202 0 -1 4202560 77691 0 0 0 317 18 0 0 16 0 22 0 525138554 16142774272 74012 33554432000 1073741824 1073778376 140735772278576 18446744073709551615 274676624281 0 4 0 16800975 18446604462024720512 0 0 -1 5 0 0 0
[pid=29888/tid=29899] ppid=29886 vsize=15764428 CPUtime=2.26 cores=1,3,5,7
/proc/29888/task/29899/stat : 29899 (java) S 29886 29888 29202 0 -1 4202560 3694 0 0 0 158 68 0 0 15 0 22 0 525138555 16142774272 74012 33554432000 1073741824 1073778376 140735772278576 18446744073709551615 274676624896 0 0 0 16800975 18446604462024720512 0 0 -1 5 0 0 0
[pid=29888/tid=29900] ppid=29886 vsize=15764428 CPUtime=0 cores=1,3,5,7
/proc/29888/task/29900/stat : 29900 (java) S 29886 29888 29202 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 525138555 16142774272 74012 33554432000 1073741824 1073778376 140735772278576 18446744073709551615 274676624281 0 4 0 16800975 18446604462024720512 0 0 -1 7 0 0 0
[pid=29888/tid=29901] ppid=29886 vsize=15764428 CPUtime=0 cores=1,3,5,7
/proc/29888/task/29901/stat : 29901 (java) S 29886 29888 29202 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 525138555 16142774272 74012 33554432000 1073741824 1073778376 140735772278576 18446744073709551615 274676624281 0 4 0 16800975 18446604462024720512 0 0 -1 7 0 0 0
[pid=29888/tid=29902] ppid=29886 vsize=15764428 CPUtime=0 cores=1,3,5,7
/proc/29888/task/29902/stat : 29902 (java) S 29886 29888 29202 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 525138557 16142774272 74012 33554432000 1073741824 1073778376 140735772278576 18446744073709551615 274676631985 0 4 0 16800975 18446604462024720512 0 0 -1 7 0 0 0
[pid=29888/tid=29903] ppid=29886 vsize=15764428 CPUtime=1.02 cores=1,3,5,7
/proc/29888/task/29903/stat : 29903 (java) S 29886 29888 29202 0 -1 4202560 13333 0 0 0 100 2 0 0 15 0 22 0 525138557 16142774272 74012 33554432000 1073741824 1073778376 140735772278576 18446744073709551615 274676624281 0 4 0 16800975 18446604462024720512 0 0 -1 7 0 0 0
[pid=29888/tid=29904] ppid=29886 vsize=15764428 CPUtime=1.11 cores=1,3,5,7
/proc/29888/task/29904/stat : 29904 (java) S 29886 29888 29202 0 -1 4202560 4823 0 0 0 111 0 0 0 15 0 22 0 525138557 16142774272 74012 33554432000 1073741824 1073778376 140735772278576 18446744073709551615 274676624281 0 4 0 16800975 18446604462024720512 0 0 -1 3 0 0 0
[pid=29888/tid=29905] ppid=29886 vsize=15764428 CPUtime=0 cores=1,3,5,7
/proc/29888/task/29905/stat : 29905 (java) S 29886 29888 29202 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 525138557 16142774272 74012 33554432000 1073741824 1073778376 140735772278576 18446744073709551615 274676624281 0 4 0 16800975 18446604462024720512 0 0 -1 7 0 0 0
[pid=29888/tid=29906] ppid=29886 vsize=15764428 CPUtime=0 cores=1,3,5,7
/proc/29888/task/29906/stat : 29906 (java) S 29886 29888 29202 0 -1 4202560 67 0 0 0 0 0 0 0 15 0 22 0 525138557 16142774272 74012 33554432000 1073741824 1073778376 140735772278576 18446744073709551615 274676624896 0 4 0 16800975 18446604462024720512 0 0 -1 3 0 0 0
[pid=29888/tid=29907] ppid=29886 vsize=15764428 CPUtime=1192.69 cores=1,3,5,7
/proc/29888/task/29907/stat : 29907 (java) R 29886 29888 29202 0 -1 4202560 174585 0 0 0 119235 34 0 0 25 0 22 0 525138587 16142774272 74012 33554432000 1073741824 1073778376 140735772278576 18446744073709551615 46912505857707 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=29888/tid=29908] ppid=29886 vsize=15764428 CPUtime=1191.98 cores=1,3,5,7
/proc/29888/task/29908/stat : 29908 (java) R 29886 29888 29202 0 -1 4202560 171555 0 0 0 119166 32 0 0 25 0 22 0 525138587 16142774272 74012 33554432000 1073741824 1073778376 140735772278576 18446744073709551615 18446744073699065894 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=29888/tid=29909] ppid=29886 vsize=15764428 CPUtime=1191.88 cores=1,3,5,7
/proc/29888/task/29909/stat : 29909 (java) R 29886 29888 29202 0 -1 4202560 174079 0 0 0 119155 33 0 0 25 0 22 0 525138587 16142774272 74012 33554432000 1073741824 1073778376 140735772278576 18446744073709551615 46912505781461 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=29888/tid=29910] ppid=29886 vsize=15764428 CPUtime=1191.51 cores=1,3,5,7
/proc/29888/task/29910/stat : 29910 (java) R 29886 29888 29202 0 -1 4202560 166487 0 0 0 119119 32 0 0 25 0 22 0 525138587 16142774272 74012 33554432000 1073741824 1073778376 140735772278576 18446744073709551615 18446744073699065939 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4800.04
Current children cumulated vsize (KiB) 15764428

Child status: 143
Real time (s): 1207.33
CPU time (s): 4800.1
CPU user time (s): 4796.58
CPU system time (s): 3.52246
CPU usage (%): 397.58
Max. virtual memory (cumulated for all children) (KiB): 15764428

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4796.58
system time used= 3.52246
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1349469
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= 291736
involuntary context switches= 156824

runsolver used 1.9977 second user time and 4.65329 second system time

The end

Launcher Data

Begin job on node131 at 2011-04-30 05:49:49
IDJOB=3312790
IDBENCH=82975
IDSOLVER=1699
FILE ID=node131/3312790-1304135389
RUNJOBID= node131-1304135373-29799
PBS_JOBID= 13170786
Free space on /tmp= 72060 MiB

SOLVER NAME= STRUCTure 0.1
BENCH NAME= SAT11/random/medium/unif-k7-r89-v90-c8010-S501033814-049.SATISFIABLE.cnf
COMMAND LINE= run 15000 NBCORE TMPDIR DIR BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3312790-1304135389/watcher-3312790-1304135389 -o /tmp/evaluation-result-3312790-1304135389/solver-3312790-1304135389 -C 4800 -W 1300 -M 15500  run 15000 4 HOME HOME HOME/instance-3312790-1304135389.cnf

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

MD5SUM BENCH= 793faf2fe67c6773a49b839c9edfeeb3
RANDOM SEED=1257973301

node131.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:      30341884 kB
Buffers:        230192 kB
Cached:        1528404 kB
SwapCached:        168 kB
Active:         643840 kB
Inactive:      1659324 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      30341884 kB
SwapTotal:    67111528 kB
SwapFree:     67111356 kB
Dirty:            3852 kB
Writeback:           0 kB
AnonPages:      543892 kB
Mapped:          23792 kB
Slab:           243356 kB
PageTables:       5908 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS:  1071228 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 72056 MiB
End job on node131 at 2011-04-30 06:09:58