Trace number 3311480

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
STRUCTure 0.1 (hbr=2)? (TO) 4800.38 1207.13

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v600-c2556-S379672572-039.SATISFIABLE.cnf
MD5SUM9ba35b45d3c5bc2de5bf2217a9a677d5
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.055991
Satisfiable
(Un)Satisfiability was proved
Number of variables600
Number of clauses2556
Sum of the clauses size7668
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 32556
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.10/0.11	13:34 INFO : Reading from input HOME/instance-3311480-1304129613.cnf
0.27/0.25	Executor set job limit to 1000000
0.27/0.25	Executor set job limit to 1000000
0.27/0.25	Executor set job limit to 1000000
0.27/0.25	Executor set job limit to 1000000
0.27/0.25	Starting Executor!
0.27/0.25	Starting Executor!
0.27/0.25	Starting Executor!
0.27/0.25	Starting Executor!
0.53/0.38	13:34 INFO : 598 variables remaining out of 600
0.53/0.38	13:34 INFO : 10176 literals remaining out of 10224

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

running on 4 cores: 0,2,4,6

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.80 8.01 7.97 6/198 6364
/proc/meminfo: memFree=30536096/32950928 swapFree=67111404/67111528
[pid=6364] ppid=6362 vsize=23028 CPUtime=0 cores=0,2,4,6
/proc/6364/stat : 6364 (java) R 6362 6364 5028 0 -1 4202496 1348 0 0 0 0 0 0 0 25 0 1 0 524560111 23580672 834 33554432000 1073741824 1073778376 140736979909504 18446744073709551615 47884609685210 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/6364/statm: 5744 830 631 9 0 124 0
[pid=6364/tid=6365] ppid=6362 vsize=24004 CPUtime=0 cores=0,2,4,6
/proc/6364/task/6365/stat : 6365 (java) R 6362 6364 5028 0 -1 4202560 13 0 0 0 0 0 0 0 25 0 2 0 524560111 24580096 851 33554432000 1073741824 1073778376 140736979909504 18446744073709551615 235594921129 0 0 4096 0 0 0 0 -1 2 0 0 0

[startup+0.0228859 s]
/proc/loadavg: 7.80 8.01 7.97 6/198 6364
/proc/meminfo: memFree=30536096/32950928 swapFree=67111404/67111528
[pid=6364] ppid=6362 vsize=15602060 CPUtime=0.01 cores=0,2,4,6
/proc/6364/stat : 6364 (java) S 6362 6364 5028 0 -1 4202496 3358 0 1 0 1 0 0 0 25 0 11 0 524560111 15976509440 2799 33554432000 1073741824 1073778376 140736979909504 18446744073709551615 235606669285 0 0 0 16784584 18446744073709551615 0 0 17 2 0 0 0
/proc/6364/statm: 3900515 2800 1619 9 0 3891263 0
[pid=6364/tid=6365] ppid=6362 vsize=15602060 CPUtime=0.01 cores=0,2,4,6
/proc/6364/task/6365/stat : 6365 (java) R 6362 6364 5028 0 -1 4202560 1992 0 1 0 1 0 0 0 25 0 11 0 524560111 15976509440 2801 33554432000 1073741824 1073778376 140736979909504 18446744073709551615 47884615273571 0 4 0 16784584 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 15602060

[startup+0.100874 s]
/proc/loadavg: 7.80 8.01 7.97 6/198 6364
/proc/meminfo: memFree=30536096/32950928 swapFree=67111404/67111528
[pid=6364] ppid=6362 vsize=15676352 CPUtime=0.1 cores=0,2,4,6
/proc/6364/stat : 6364 (java) S 6362 6364 5028 0 -1 4202496 5580 0 1 0 9 1 0 0 25 0 18 0 524560111 16052584448 5019 33554432000 1073741824 1073778376 140736979909504 18446744073709551615 235606669285 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/6364/statm: 3919088 5019 2117 9 0 3909807 0
[pid=6364/tid=6365] ppid=6362 vsize=15676352 CPUtime=0.09 cores=0,2,4,6
/proc/6364/task/6365/stat : 6365 (java) R 6362 6364 5028 0 -1 4202560 3458 0 1 0 8 1 0 0 25 0 18 0 524560111 16052584448 5019 33554432000 1073741824 1073778376 140736979909504 18446744073709551615 47884615613267 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 15676352

[startup+0.300841 s]
/proc/loadavg: 7.80 8.01 7.97 6/198 6364
/proc/meminfo: memFree=30536096/32950928 swapFree=67111404/67111528
[pid=6364] ppid=6362 vsize=15682288 CPUtime=0.53 cores=0,2,4,6
/proc/6364/stat : 6364 (java) S 6362 6364 5028 0 -1 4202496 11135 0 1 0 51 2 0 0 25 0 22 0 524560111 16058662912 9656 33554432000 1073741824 1073778376 140736979909504 18446744073709551615 235606669285 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/6364/statm: 3920572 9656 2213 9 0 3911291 0
[pid=6364/tid=6365] ppid=6362 vsize=15682288 CPUtime=0.28 cores=0,2,4,6
/proc/6364/task/6365/stat : 6365 (java) R 6362 6364 5028 0 -1 4202560 6225 0 1 0 27 1 0 0 25 0 22 0 524560111 16058662912 9656 33554432000 1073741824 1073778376 140736979909504 18446744073709551615 47884611134359 0 4 0 16800975 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 0.53
Current children cumulated vsize (KiB) 15682288

[startup+0.700772 s]
/proc/loadavg: 7.80 8.01 7.97 6/198 6364
/proc/meminfo: memFree=30536096/32950928 swapFree=67111404/67111528
[pid=6364] ppid=6362 vsize=15704336 CPUtime=1.91 cores=0,2,4,6
/proc/6364/stat : 6364 (java) S 6362 6364 5028 0 -1 4202496 29170 0 1 0 187 4 0 0 25 0 22 0 524560111 16081240064 25009 33554432000 1073741824 1073778376 140736979909504 18446744073709551615 235606669285 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/6364/statm: 3926084 25009 2257 9 0 3916803 0
[pid=6364/tid=6365] ppid=6362 vsize=15704336 CPUtime=0.37 cores=0,2,4,6
/proc/6364/task/6365/stat : 6365 (java) S 6362 6364 5028 0 -1 4202560 6575 0 1 0 35 2 0 0 25 0 22 0 524560111 16081240064 25009 33554432000 1073741824 1073778376 140736979909504 18446744073709551615 235606682521 0 4 0 16800975 18446604443427465344 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1.91
Current children cumulated vsize (KiB) 15704336

[startup+1.50163 s]
/proc/loadavg: 7.80 8.01 7.97 11/220 6386
/proc/meminfo: memFree=30362700/32950928 swapFree=67111404/67111528
[pid=6364] ppid=6362 vsize=15706044 CPUtime=5.1 cores=0,2,4,6
/proc/6364/stat : 6364 (java) S 6362 6364 5028 0 -1 4202496 59043 0 1 0 501 9 0 0 25 0 22 0 524560111 16082989056 52822 33554432000 1073741824 1073778376 140736979909504 18446744073709551615 235606669285 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/6364/statm: 3926511 52822 2273 9 0 3917230 0
[pid=6364/tid=6365] ppid=6362 vsize=15706044 CPUtime=0.37 cores=0,2,4,6
/proc/6364/task/6365/stat : 6365 (java) S 6362 6364 5028 0 -1 4202560 6575 0 1 0 35 2 0 0 25 0 22 0 524560111 16082989056 52822 33554432000 1073741824 1073778376 140736979909504 18446744073709551615 235606682521 0 4 0 16800975 18446604443427465344 0 0 -1 6 0 0 0
[pid=6364/tid=6367] ppid=6362 vsize=15706044 CPUtime=0 cores=0,2,4,6
/proc/6364/task/6367/stat : 6367 (java) S 6362 6364 5028 0 -1 4202560 31 0 0 0 0 0 0 0 16 0 22 0 524560112 16082989056 52822 33554432000 1073741824 1073778376 140736979909504 18446744073709551615 235606682521 0 4 0 16800975 18446604443427465344 0 0 -1 4 0 0 0
[pid=6364/tid=6368] ppid=6362 vsize=15706044 CPUtime=0 cores=0,2,4,6
/proc/6364/task/6368/stat : 6368 (java) S 6362 6364 5028 0 -1 4202560 47 0 0 0 0 0 0 0 16 0 22 0 524560112 16082989056 52822 33554432000 1073741824 1073778376 140736979909504 18446744073709551615 235606682521 0 4 0 16800975 18446604443427465344 0 0 -1 6 0 0 0
[pid=6364/tid=6369] ppid=6362 vsize=15706044 CPUtime=0 cores=0,2,4,6
/proc/6364/task/6369/stat : 6369 (java) S 6362 6364 5028 0 -1 4202560 30 0 0 0 0 0 0 0 16 0 22 0 524560112 16082989056 52822 33554432000 1073741824 1073778376 140736979909504 18446744073709551615 235606682521 0 4 0 16800975 18446604443427465344 0 0 -1 0 0 0 0
[pid=6364/tid=6370] ppid=6362 vsize=15706044 CPUtime=0 cores=0,2,4,6
/proc/6364/task/6370/stat : 6370 (java) S 6362 6364 5028 0 -1 4202560 629 0 0 0 0 0 0 0 15 0 22 0 524560112 16082989056 52822 33554432000 1073741824 1073778376 140736979909504 18446744073709551615 235606682521 0 4 0 16800975 18446604443427465344 0 0 -1 0 0 0 0
[pid=6364/tid=6371] ppid=6362 vsize=15706044 CPUtime=0 cores=0,2,4,6
/proc/6364/task/6371/stat : 6371 (java) S 6362 6364 5028 0 -1 4202560 75 0 0 0 0 0 0 0 15 0 22 0 524560112 16082989056 52822 33554432000 1073741824 1073778376 140736979909504 18446744073709551615 235606682521 0 4 0 16800975 18446604443427465344 0 0 -1 4 0 0 0
[pid=6364/tid=6372] ppid=6362 vsize=15706044 CPUtime=0 cores=0,2,4,6
/proc/6364/task/6372/stat : 6372 (java) S 6362 6364 5028 0 -1 4202560 1252 0 0 0 0 0 0 0 15 0 22 0 524560112 16082989056 52822 33554432000 1073741824 1073778376 140736979909504 18446744073709551615 235606682521 0 4 0 16800975 18446604443427465344 0 0 -1 2 0 0 0
[pid=6364/tid=6373] ppid=6362 vsize=15706044 CPUtime=0 cores=0,2,4,6
/proc/6364/task/6373/stat : 6373 (java) S 6362 6364 5028 0 -1 4202560 1524 0 0 0 0 0 0 0 16 0 22 0 524560112 16082989056 52822 33554432000 1073741824 1073778376 140736979909504 18446744073709551615 235606682521 0 4 0 16800975 18446604443427465344 0 0 -1 2 0 0 0
[pid=6364/tid=6374] ppid=6362 vsize=15706044 CPUtime=0 cores=0,2,4,6
/proc/6364/task/6374/stat : 6374 (java) S 6362 6364 5028 0 -1 4202560 1009 0 0 0 0 0 0 0 15 0 22 0 524560112 16082989056 52822 33554432000 1073741824 1073778376 140736979909504 18446744073709551615 235606682521 0 4 0 16800975 18446604443427465344 0 0 -1 4 0 0 0
[pid=6364/tid=6375] ppid=6362 vsize=15706044 CPUtime=0 cores=0,2,4,6
/proc/6364/task/6375/stat : 6375 (java) S 6362 6364 5028 0 -1 4202560 74 0 0 0 0 0 0 0 16 0 22 0 524560113 16082989056 52822 33554432000 1073741824 1073778376 140736979909504 18446744073709551615 235606683136 0 0 0 16800975 18446604443427465344 0 0 -1 2 0 0 0
[pid=6364/tid=6376] ppid=6362 vsize=15706044 CPUtime=0 cores=0,2,4,6
/proc/6364/task/6376/stat : 6376 (java) S 6362 6364 5028 0 -1 4202560 16 0 0 0 0 0 0 0 18 0 22 0 524560113 16082989056 52822 33554432000 1073741824 1073778376 140736979909504 18446744073709551615 235606682521 0 4 0 16800975 18446604443427465344 0 0 -1 2 0 0 0
[pid=6364/tid=6377] ppid=6362 vsize=15706044 CPUtime=0 cores=0,2,4,6
/proc/6364/task/6377/stat : 6377 (java) S 6362 6364 5028 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 524560113 16082989056 52822 33554432000 1073741824 1073778376 140736979909504 18446744073709551615 235606682521 0 4 0 16800975 18446604443427465344 0 0 -1 6 0 0 0
[pid=6364/tid=6378] ppid=6362 vsize=15706044 CPUtime=0 cores=0,2,4,6
/proc/6364/task/6378/stat : 6378 (java) S 6362 6364 5028 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 524560115 16082989056 52822 33554432000 1073741824 1073778376 140736979909504 18446744073709551615 235606690225 0 4 0 16800975 18446604443427465344 0 0 -1 2 0 0 0
[pid=6364/tid=6379] ppid=6362 vsize=15706044 CPUtime=0.97 cores=0,2,4,6
/proc/6364/task/6379/stat : 6379 (java) S 6362 6364 5028 0 -1 4202560 5222 0 0 0 97 0 0 0 25 0 22 0 524560115 16082989056 52822 33554432000 1073741824 1073778376 140736979909504 18446744073709551615 235606682521 0 4 0 16800975 18446604443427465344 0 0 -1 0 0 0 0
[pid=6364/tid=6380] ppid=6362 vsize=15706044 CPUtime=0.76 cores=0,2,4,6
/proc/6364/task/6380/stat : 6380 (java) S 6362 6364 5028 0 -1 4202560 12045 0 0 0 75 1 0 0 24 0 22 0 524560115 16082989056 52822 33554432000 1073741824 1073778376 140736979909504 18446744073709551615 235606682521 0 4 0 16800975 18446604443427465344 0 0 -1 0 0 0 0
[pid=6364/tid=6381] ppid=6362 vsize=15706044 CPUtime=0 cores=0,2,4,6
/proc/6364/task/6381/stat : 6381 (java) S 6362 6364 5028 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 524560115 16082989056 52822 33554432000 1073741824 1073778376 140736979909504 18446744073709551615 235606682521 0 4 0 16800975 18446604443427465344 0 0 -1 4 0 0 0
[pid=6364/tid=6382] ppid=6362 vsize=15706044 CPUtime=0 cores=0,2,4,6
/proc/6364/task/6382/stat : 6382 (java) S 6362 6364 5028 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 524560115 16082989056 52822 33554432000 1073741824 1073778376 140736979909504 18446744073709551615 235606683136 0 4 0 16800975 18446604443427465344 0 0 -1 4 0 0 0
[pid=6364/tid=6383] ppid=6362 vsize=15706044 CPUtime=0.9 cores=0,2,4,6
/proc/6364/task/6383/stat : 6383 (java) R 6362 6364 5028 0 -1 4202560 9161 0 0 0 89 1 0 0 25 0 22 0 524560136 16082989056 52822 33554432000 1073741824 1073778376 140736979909504 18446744073709551615 46912505746736 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=6364/tid=6384] ppid=6362 vsize=15706044 CPUtime=0.63 cores=0,2,4,6
/proc/6364/task/6384/stat : 6384 (java) R 6362 6364 5028 0 -1 4202560 5955 0 0 0 63 0 0 0 24 0 22 0 524560136 16082989056 52822 33554432000 1073741824 1073778376 140736979909504 18446744073709551615 46912505949735 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=6364/tid=6385] ppid=6362 vsize=15706044 CPUtime=0.69 cores=0,2,4,6
/proc/6364/task/6385/stat : 6385 (java) R 6362 6364 5028 0 -1 4202560 8190 0 0 0 68 1 0 0 25 0 22 0 524560136 16082989056 52822 33554432000 1073741824 1073778376 140736979909504 18446744073709551615 47884614936860 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=6364/tid=6386] ppid=6362 vsize=15706044 CPUtime=0.68 cores=0,2,4,6
/proc/6364/task/6386/stat : 6386 (java) R 6362 6364 5028 0 -1 4202560 5838 0 0 0 68 0 0 0 25 0 22 0 524560136 16082989056 52822 33554432000 1073741824 1073778376 140736979909504 18446744073709551615 46912505845305 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 5.1
Current children cumulated vsize (KiB) 15706044

[startup+3.10135 s]
/proc/loadavg: 7.80 8.01 7.97 9/220 6386
/proc/meminfo: memFree=30201500/32950928 swapFree=67111404/67111528
[pid=6364] ppid=6362 vsize=15706044 CPUtime=11.47 cores=0,2,4,6
/proc/6364/stat : 6364 (java) S 6362 6364 5028 0 -1 4202496 155124 0 1 0 1126 21 0 0 25 0 22 0 524560111 16082989056 148853 33554432000 1073741824 1073778376 140736979909504 18446744073709551615 235606669285 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/6364/statm: 3926511 148853 2284 9 0 3917230 0
[pid=6364/tid=6365] ppid=6362 vsize=15706044 CPUtime=0.37 cores=0,2,4,6
/proc/6364/task/6365/stat : 6365 (java) S 6362 6364 5028 0 -1 4202560 6575 0 1 0 35 2 0 0 25 0 22 0 524560111 16082989056 148853 33554432000 1073741824 1073778376 140736979909504 18446744073709551615 235606682521 0 4 0 16800975 18446604443427465344 0 0 -1 6 0 0 0
[pid=6364/tid=6367] ppid=6362 vsize=15706044 CPUtime=0 cores=0,2,4,6
/proc/6364/task/6367/stat : 6367 (java) S 6362 6364 5028 0 -1 4202560 2205 0 0 0 0 0 0 0 16 0 22 0 524560112 16082989056 148853 33554432000 1073741824 1073778376 140736979909504 18446744073709551615 235606682521 0 4 0 16800975 18446604443427465344 0 0 -1 4 0 0 0
[pid=6364/tid=6368] ppid=6362 vsize=15706044 CPUtime=0 cores=0,2,4,6
/proc/6364/task/6368/stat : 6368 (java) S 6362 6364 5028 0 -1 4202560 2095 0 0 0 0 0 0 0 16 0 22 0 524560112 16082989056 148853 33554432000 1073741824 1073778376 140736979909504 18446744073709551615 235606682521 0 4 0 16800975 18446604443427465344 0 0 -1 6 0 0 0
[pid=6364/tid=6369] ppid=6362 vsize=15706044 CPUtime=0 cores=0,2,4,6
/proc/6364/task/6369/stat : 6369 (java) S 6362 6364 5028 0 -1 4202560 1276 0 0 0 0 0 0 0 15 0 22 0 524560112 16082989056 148853 33554432000 1073741824 1073778376 140736979909504 18446744073709551615 235606682521 0 4 0 16800975 18446604443427465344 0 0 -1 0 0 0 0
[pid=6364/tid=6370] ppid=6362 vsize=15706044 CPUtime=0 cores=0,2,4,6
/proc/6364/task/6370/stat : 6370 (java) S 6362 6364 5028 0 -1 4202560 2314 0 0 0 0 0 0 0 15 0 22 0 524560112 16082989056 148853 33554432000 1073741824 1073778376 140736979909504 18446744073709551615 235606682521 0 4 0 16800975 18446604443427465344 0 0 -1 0 0 0 0
[pid=6364/tid=6371] ppid=6362 vsize=15706044 CPUtime=0 cores=0,2,4,6
/proc/6364/task/6371/stat : 6371 (java) S 6362 6364 5028 0 -1 4202560 477 0 0 0 0 0 0 0 15 0 22 0 524560112 16082989056 148853 33554432000 1073741824 1073778376 140736979909504 18446744073709551615 235606682521 0 4 0 16800975 18446604443427465344 0 0 -1 4 0 0 0
[pid=6364/tid=6372] ppid=6362 vsize=15706044 CPUtime=0 cores=0,2,4,6
/proc/6364/task/6372/stat : 6372 (java) S 6362 6364 5028 0 -1 4202560 1849 0 0 0 0 0 0 0 16 0 22 0 524560112 16082989056 148853 33554432000 1073741824 1073778376 140736979909504 18446744073709551615 235606682521 0 4 0 16800975 18446604443427465344 0 0 -1 0 0 0 0
[pid=6364/tid=6373] ppid=6362 vsize=15706044 CPUtime=0 cores=0,2,4,6
/proc/6364/task/6373/stat : 6373 (java) S 6362 6364 5028 0 -1 4202560 2632 0 0 0 0 0 0 0 15 0 22 0 524560112 16082989056 148853 33554432000 1073741824 1073778376 140736979909504 18446744073709551615 235606682521 0 4 0 16800975 18446604443427465344 0 0 -1 6 0 0 0
[pid=6364/tid=6374] ppid=6362 vsize=15706044 CPUtime=0 cores=0,2,4,6
/proc/6364/task/6374/stat : 6374 (java) S 6362 6364 5028 0 -1 4202560 1683 0 0 0 0 0 0 0 15 0 22 0 524560112 16082989056 148853 33554432000 1073741824 1073778376 140736979909504 18446744073709551615 235606682521 0 4 0 16800975 18446604443427465344 0 0 -1 0 0 0 0
[pid=6364/tid=6375] ppid=6362 vsize=15706044 CPUtime=0 cores=0,2,4,6
/proc/6364/task/6375/stat : 6375 (java) S 6362 6364 5028 0 -1 4202560 441 0 0 0 0 0 0 0 16 0 22 0 524560113 16082989056 148853 33554432000 1073741824 1073778376 140736979909504 18446744073709551615 235606683136 0 0 0 16800975 18446604443427465344 0 0 -1 2 0 0 0
[pid=6364/tid=6376] ppid=6362 vsize=15706044 CPUtime=0 cores=0,2,4,6
/proc/6364/task/6376/stat : 6376 (java) S 6362 6364 5028 0 -1 4202560 16 0 0 0 0 0 0 0 18 0 22 0 524560113 16082989056 148853 33554432000 1073741824 1073778376 140736979909504 18446744073709551615 235606682521 0 4 0 16800975 18446604443427465344 0 0 -1 2 0 0 0
[pid=6364/tid=6377] ppid=6362 vsize=15706044 CPUtime=0 cores=0,2,4,6
/proc/6364/task/6377/stat : 6377 (java) S 6362 6364 5028 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 524560113 16082989056 148853 33554432000 1073741824 1073778376 140736979909504 18446744073709551615 235606682521 0 4 0 16800975 18446604443427465344 0 0 -1 6 0 0 0
[pid=6364/tid=6378] ppid=6362 vsize=15706044 CPUtime=0 cores=0,2,4,6
/proc/6364/task/6378/stat : 6378 (java) S 6362 6364 5028 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 524560115 16082989056 148853 33554432000 1073741824 1073778376 140736979909504 18446744073709551615 235606690225 0 4 0 16800975 18446604443427465344 0 0 -1 2 0 0 0
[pid=6364/tid=6379] ppid=6362 vsize=15706044 CPUtime=1.04 cores=0,2,4,6
/proc/6364/task/6379/stat : 6379 (java) R 6362 6364 5028 0 -1 4202560 5222 0 0 0 104 0 0 0 15 0 22 0 524560115 16082989056 148853 33554432000 1073741824 1073778376 140736979909504 18446744073709551615 47884611937716 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=6364/tid=6380] ppid=6362 vsize=15706044 CPUtime=0.77 cores=0,2,4,6
/proc/6364/task/6380/stat : 6380 (java) S 6362 6364 5028 0 -1 4202560 12056 0 0 0 76 1 0 0 19 0 22 0 524560115 16082989056 148853 33554432000 1073741824 1073778376 140736979909504 18446744073709551615 235606682521 0 4 0 16800975 18446604443427465344 0 0 -1 0 0 0 0
[pid=6364/tid=6381] ppid=6362 vsize=15706044 CPUtime=0 cores=0,2,4,6
/proc/6364/task/6381/stat : 6381 (java) S 6362 6364 5028 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 524560115 16082989056 148853 33554432000 1073741824 1073778376 140736979909504 18446744073709551615 235606682521 0 4 0 16800975 18446604443427465344 0 0 -1 4 0 0 0
[pid=6364/tid=6382] ppid=6362 vsize=15706044 CPUtime=0 cores=0,2,4,6
/proc/6364/task/6382/stat : 6382 (java) S 6362 6364 5028 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 524560115 16082989056 148853 33554432000 1073741824 1073778376 140736979909504 18446744073709551615 235606683136 0 4 0 16800975 18446604443427465344 0 0 -1 4 0 0 0
[pid=6364/tid=6383] ppid=6362 vsize=15706044 CPUtime=2.41 cores=0,2,4,6
/proc/6364/task/6383/stat : 6383 (java) R 6362 6364 5028 0 -1 4202560 30578 0 0 0 238 3 0 0 25 0 22 0 524560136 16082989056 148853 33554432000 1073741824 1073778376 140736979909504 18446744073709551615 46912505745742 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=6364/tid=6384] ppid=6362 vsize=15706044 CPUtime=2.22 cores=0,2,4,6
/proc/6364/task/6384/stat : 6384 (java) R 6362 6364 5028 0 -1 4202560 27372 0 0 0 219 3 0 0 25 0 22 0 524560136 16082989056 148853 33554432000 1073741824 1073778376 140736979909504 18446744073709551615 46912505883695 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=6364/tid=6385] ppid=6362 vsize=15706044 CPUtime=2.27 cores=0,2,4,6
/proc/6364/task/6385/stat : 6385 (java) R 6362 6364 5028 0 -1 4202560 29820 0 0 0 223 4 0 0 25 0 22 0 524560136 16082989056 148853 33554432000 1073741824 1073778376 140736979909504 18446744073709551615 46912505746011 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=6364/tid=6386] ppid=6362 vsize=15706044 CPUtime=2.27 cores=0,2,4,6
/proc/6364/task/6386/stat : 6386 (java) R 6362 6364 5028 0 -1 4202560 27143 0 0 0 224 3 0 0 25 0 22 0 524560136 16082989056 148853 33554432000 1073741824 1073778376 140736979909504 18446744073709551615 46912505845054 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 11.47
Current children cumulated vsize (KiB) 15706044

[startup+6.30114 s]
/proc/loadavg: 7.82 8.01 7.97 9/220 6386
/proc/meminfo: memFree=29933532/32950928 swapFree=67111404/67111528
[pid=6364] ppid=6362 vsize=15706044 CPUtime=24.23 cores=0,2,4,6
/proc/6364/stat : 6364 (java) S 6362 6364 5028 0 -1 4202496 162169 0 1 0 2400 23 0 0 25 0 22 0 524560111 16082989056 152011 33554432000 1073741824 1073778376 140736979909504 18446744073709551615 235606669285 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/6364/statm: 3926511 152032 2284 9 0 3917230 0
[pid=6364/tid=6365] ppid=6362 vsize=15706044 CPUtime=0.37 cores=0,2,4,6
/proc/6364/task/6365/stat : 6365 (java) S 6362 6364 5028 0 -1 4202560 6575 0 1 0 35 2 0 0 25 0 22 0 524560111 16082989056 152041 33554432000 1073741824 1073778376 140736979909504 18446744073709551615 235606682521 0 4 0 16800975 18446604443427465344 0 0 -1 6 0 0 0
[pid=6364/tid=6367] ppid=6362 vsize=15706044 CPUtime=0 cores=0,2,4,6
/proc/6364/task/6367/stat : 6367 (java) R 6362 6364 5028 0 -1 4202560 2673 0 0 0 0 0 0 0 15 0 22 0 524560112 16082989056 152056 33554432000 1073741824 1073778376 140736979909504 18446744073709551615 235606682521 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=6364/tid=6368] ppid=6362 vsize=15706044 CPUtime=0.01 cores=0,2,4,6
/proc/6364/task/6368/stat : 6368 (java) R 6362 6364 5028 0 -1 4202560 2857 0 0 0 1 0 0 0 15 0 22 0 524560112 16082989056 152068 33554432000 1073741824 1073778376 140736979909504 18446744073709551615 235594819895 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=6364/tid=6369] ppid=6362 vsize=15706044 CPUtime=0 cores=0,2,4,6
/proc/6364/task/6369/stat : 6369 (java) R 6362 6364 5028 0 -1 4202560 2399 0 0 0 0 0 0 0 15 0 22 0 524560112 16082989056 152081 33554432000 1073741824 1073778376 140736979909504 18446744073709551615 47884610320115 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=6364/tid=6370] ppid=6362 vsize=15706044 CPUtime=0 cores=0,2,4,6
/proc/6364/task/6370/stat : 6370 (java) R 6362 6364 5028 0 -1 4202560 3620 0 0 0 0 0 0 0 15 0 22 0 524560112 16082989056 152087 33554432000 1073741824 1073778376 140736979909504 18446744073709551615 235594819895 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=6364/tid=6371] ppid=6362 vsize=15706044 CPUtime=0 cores=0,2,4,6
/proc/6364/task/6371/stat : 6371 (java) S 6362 6364 5028 0 -1 4202560 849 0 0 0 0 0 0 0 15 0 22 0 524560112 16082989056 152087 33554432000 1073741824 1073778376 140736979909504 18446744073709551615 235606682521 0 4 0 16800975 18446604443427465344 0 0 -1 4 0 0 0
[pid=6364/tid=6372] ppid=6362 vsize=15706044 CPUtime=0.01 cores=0,2,4,6
/proc/6364/task/6372/stat : 6372 (java) R 6362 6364 5028 0 -1 4202560 2976 0 0 0 1 0 0 0 15 0 22 0 524560112 16082989056 152087 33554432000 1073741824 1073778376 140736979909504 18446744073709551615 235594819895 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=6364/tid=6373] ppid=6362 vsize=15706044 CPUtime=0 cores=0,2,4,6
/proc/6364/task/6373/stat : 6373 (java) S 6362 6364 5028 0 -1 4202560 2633 0 0 0 0 0 0 0 15 0 22 0 524560112 16082989056 152087 33554432000 1073741824 1073778376 140736979909504 18446744073709551615 235606682521 0 4 0 16800975 18446604443427465344 0 0 -1 6 0 0 0
[pid=6364/tid=6374] ppid=6362 vsize=15706044 CPUtime=0.01 cores=0,2,4,6
/proc/6364/task/6374/stat : 6374 (java) R 6362 6364 5028 0 -1 4202560 2687 0 0 0 1 0 0 0 15 0 22 0 524560112 16082989056 152087 33554432000 1073741824 1073778376 140736979909504 18446744073709551615 235594819895 0 4 0 16800975 0 0 0 -1 0 0 0 0

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

[pid=6364/tid=6384] ppid=6362 vsize=15696604 CPUtime=1108.24 cores=0,2,4,6
/proc/6364/task/6384/stat : 6384 (java) S 6362 6364 5028 0 -1 4202560 325744 0 0 0 110777 47 0 0 25 0 22 0 524560136 16073322496 90301 33554432000 1073741824 1073778376 140736979909504 18446744073709551615 235606682521 0 4 0 16800975 18446604443427465344 0 0 -1 2 0 0 0
[pid=6364/tid=6385] ppid=6362 vsize=15696604 CPUtime=1107.55 cores=0,2,4,6
/proc/6364/task/6385/stat : 6385 (java) S 6362 6364 5028 0 -1 4202560 331548 0 0 0 110709 46 0 0 25 0 22 0 524560136 16073322496 90301 33554432000 1073741824 1073778376 140736979909504 18446744073709551615 235606682521 0 4 0 16800975 18446604443427465344 0 0 -1 4 0 0 0
[pid=6364/tid=6386] ppid=6362 vsize=15696604 CPUtime=1107.92 cores=0,2,4,6
/proc/6364/task/6386/stat : 6386 (java) S 6362 6364 5028 0 -1 4202560 326228 0 0 0 110746 46 0 0 25 0 22 0 524560136 16073322496 90301 33554432000 1073741824 1073778376 140736979909504 18446744073709551615 235606682521 0 4 0 16800975 18446604443427465344 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4463.01
Current children cumulated vsize (KiB) 15696604

[startup+1182.3 s]
/proc/loadavg: 6.49 7.69 7.88 5/193 6438
/proc/meminfo: memFree=30819160/32950928 swapFree=67111404/67111528
[pid=6364] ppid=6362 vsize=15696604 CPUtime=4701.63 cores=0,2,4,6
/proc/6364/stat : 6364 (java) S 6362 6364 5028 0 -1 4202496 2731029 0 1 0 469664 499 0 0 25 0 22 0 524560111 16073322496 94233 33554432000 1073741824 1073778376 140736979909504 18446744073709551615 235606669285 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/6364/statm: 3924151 94233 2298 9 0 3914870 0
[pid=6364/tid=6365] ppid=6362 vsize=15696604 CPUtime=0.37 cores=0,2,4,6
/proc/6364/task/6365/stat : 6365 (java) S 6362 6364 5028 0 -1 4202560 6575 0 1 0 35 2 0 0 25 0 22 0 524560111 16073322496 94233 33554432000 1073741824 1073778376 140736979909504 18446744073709551615 235606682521 0 4 0 16800975 18446604443427465344 0 0 -1 6 0 0 0
[pid=6364/tid=6367] ppid=6362 vsize=15696604 CPUtime=3.46 cores=0,2,4,6
/proc/6364/task/6367/stat : 6367 (java) S 6362 6364 5028 0 -1 4202560 157254 0 0 0 322 24 0 0 15 0 22 0 524560112 16073322496 94233 33554432000 1073741824 1073778376 140736979909504 18446744073709551615 235606682521 0 4 0 16800975 18446604443427465344 0 0 -1 4 0 0 0
[pid=6364/tid=6368] ppid=6362 vsize=15696604 CPUtime=3.54 cores=0,2,4,6
/proc/6364/task/6368/stat : 6368 (java) S 6362 6364 5028 0 -1 4202560 168764 0 0 0 327 27 0 0 15 0 22 0 524560112 16073322496 94233 33554432000 1073741824 1073778376 140736979909504 18446744073709551615 235606682521 0 4 0 16800975 18446604443427465344 0 0 -1 6 0 0 0
[pid=6364/tid=6369] ppid=6362 vsize=15696604 CPUtime=3.59 cores=0,2,4,6
/proc/6364/task/6369/stat : 6369 (java) S 6362 6364 5028 0 -1 4202560 163809 0 0 0 332 27 0 0 16 0 22 0 524560112 16073322496 94233 33554432000 1073741824 1073778376 140736979909504 18446744073709551615 235606682521 0 4 0 16800975 18446604443427465344 0 0 -1 4 0 0 0
[pid=6364/tid=6370] ppid=6362 vsize=15696604 CPUtime=3.65 cores=0,2,4,6
/proc/6364/task/6370/stat : 6370 (java) S 6362 6364 5028 0 -1 4202560 166007 0 0 0 338 27 0 0 15 0 22 0 524560112 16073322496 94233 33554432000 1073741824 1073778376 140736979909504 18446744073709551615 235606682521 0 4 0 16800975 18446604443427465344 0 0 -1 0 0 0 0
[pid=6364/tid=6371] ppid=6362 vsize=15696604 CPUtime=3.48 cores=0,2,4,6
/proc/6364/task/6371/stat : 6371 (java) S 6362 6364 5028 0 -1 4202560 156643 0 0 0 322 26 0 0 15 0 22 0 524560112 16073322496 94233 33554432000 1073741824 1073778376 140736979909504 18446744073709551615 235606682521 0 4 0 16800975 18446604443427465344 0 0 -1 6 0 0 0
[pid=6364/tid=6372] ppid=6362 vsize=15696604 CPUtime=3.59 cores=0,2,4,6
/proc/6364/task/6372/stat : 6372 (java) S 6362 6364 5028 0 -1 4202560 167518 0 0 0 332 27 0 0 16 0 22 0 524560112 16073322496 94233 33554432000 1073741824 1073778376 140736979909504 18446744073709551615 235606682521 0 4 0 16800975 18446604443427465344 0 0 -1 0 0 0 0
[pid=6364/tid=6373] ppid=6362 vsize=15696604 CPUtime=3.46 cores=0,2,4,6
/proc/6364/task/6373/stat : 6373 (java) S 6362 6364 5028 0 -1 4202560 162359 0 0 0 317 29 0 0 15 0 22 0 524560112 16073322496 94233 33554432000 1073741824 1073778376 140736979909504 18446744073709551615 235606682521 0 4 0 16800975 18446604443427465344 0 0 -1 2 0 0 0
[pid=6364/tid=6374] ppid=6362 vsize=15696604 CPUtime=3.52 cores=0,2,4,6
/proc/6364/task/6374/stat : 6374 (java) S 6362 6364 5028 0 -1 4202560 157289 0 0 0 325 27 0 0 15 0 22 0 524560112 16073322496 94233 33554432000 1073741824 1073778376 140736979909504 18446744073709551615 235606682521 0 4 0 16800975 18446604443427465344 0 0 -1 2 0 0 0
[pid=6364/tid=6375] ppid=6362 vsize=15696604 CPUtime=2.24 cores=0,2,4,6
/proc/6364/task/6375/stat : 6375 (java) S 6362 6364 5028 0 -1 4202560 7186 0 0 0 147 77 0 0 15 0 22 0 524560113 16073322496 94233 33554432000 1073741824 1073778376 140736979909504 18446744073709551615 235606683136 0 0 0 16800975 18446604443427465344 0 0 -1 0 0 0 0
[pid=6364/tid=6376] ppid=6362 vsize=15696604 CPUtime=0 cores=0,2,4,6
/proc/6364/task/6376/stat : 6376 (java) S 6362 6364 5028 0 -1 4202560 16 0 0 0 0 0 0 0 18 0 22 0 524560113 16073322496 94233 33554432000 1073741824 1073778376 140736979909504 18446744073709551615 235606682521 0 4 0 16800975 18446604443427465344 0 0 -1 2 0 0 0
[pid=6364/tid=6377] ppid=6362 vsize=15696604 CPUtime=0 cores=0,2,4,6
/proc/6364/task/6377/stat : 6377 (java) S 6362 6364 5028 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 524560113 16073322496 94233 33554432000 1073741824 1073778376 140736979909504 18446744073709551615 235606682521 0 4 0 16800975 18446604443427465344 0 0 -1 6 0 0 0
[pid=6364/tid=6378] ppid=6362 vsize=15696604 CPUtime=0 cores=0,2,4,6
/proc/6364/task/6378/stat : 6378 (java) S 6362 6364 5028 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 524560115 16073322496 94233 33554432000 1073741824 1073778376 140736979909504 18446744073709551615 235606690225 0 4 0 16800975 18446604443427465344 0 0 -1 2 0 0 0
[pid=6364/tid=6379] ppid=6362 vsize=15696604 CPUtime=1.24 cores=0,2,4,6
/proc/6364/task/6379/stat : 6379 (java) S 6362 6364 5028 0 -1 4202560 5341 0 0 0 124 0 0 0 15 0 22 0 524560115 16073322496 94233 33554432000 1073741824 1073778376 140736979909504 18446744073709551615 235606682521 0 4 0 16800975 18446604443427465344 0 0 -1 0 0 0 0
[pid=6364/tid=6380] ppid=6362 vsize=15696604 CPUtime=0.85 cores=0,2,4,6
/proc/6364/task/6380/stat : 6380 (java) S 6362 6364 5028 0 -1 4202560 12078 0 0 0 84 1 0 0 15 0 22 0 524560115 16073322496 94233 33554432000 1073741824 1073778376 140736979909504 18446744073709551615 235606682521 0 4 0 16800975 18446604443427465344 0 0 -1 2 0 0 0
[pid=6364/tid=6381] ppid=6362 vsize=15696604 CPUtime=0 cores=0,2,4,6
/proc/6364/task/6381/stat : 6381 (java) S 6362 6364 5028 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 524560115 16073322496 94233 33554432000 1073741824 1073778376 140736979909504 18446744073709551615 235606682521 0 4 0 16800975 18446604443427465344 0 0 -1 4 0 0 0
[pid=6364/tid=6382] ppid=6362 vsize=15696604 CPUtime=0 cores=0,2,4,6
/proc/6364/task/6382/stat : 6382 (java) S 6362 6364 5028 0 -1 4202560 67 0 0 0 0 0 0 0 15 0 22 0 524560115 16073322496 94233 33554432000 1073741824 1073778376 140736979909504 18446744073709551615 235606683136 0 4 0 16800975 18446604443427465344 0 0 -1 4 0 0 0
[pid=6364/tid=6383] ppid=6362 vsize=15696604 CPUtime=1166.99 cores=0,2,4,6
/proc/6364/task/6383/stat : 6383 (java) R 6362 6364 5028 0 -1 4202560 351403 0 0 0 116652 47 0 0 18 0 22 0 524560136 16073322496 94233 33554432000 1073741824 1073778376 140736979909504 18446744073709551615 46912505695861 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=6364/tid=6384] ppid=6362 vsize=15696604 CPUtime=1167.61 cores=0,2,4,6
/proc/6364/task/6384/stat : 6384 (java) R 6362 6364 5028 0 -1 4202560 347812 0 0 0 116711 50 0 0 25 0 22 0 524560136 16073322496 94233 33554432000 1073741824 1073778376 140736979909504 18446744073709551615 46912505745807 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=6364/tid=6385] ppid=6362 vsize=15696604 CPUtime=1166.89 cores=0,2,4,6
/proc/6364/task/6385/stat : 6385 (java) R 6362 6364 5028 0 -1 4202560 352703 0 0 0 116641 48 0 0 25 0 22 0 524560136 16073322496 94233 33554432000 1073741824 1073778376 140736979909504 18446744073709551615 46912505845305 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=6364/tid=6386] ppid=6362 vsize=15696604 CPUtime=1166.98 cores=0,2,4,6
/proc/6364/task/6386/stat : 6386 (java) R 6362 6364 5028 0 -1 4202560 346836 0 0 0 116648 50 0 0 25 0 22 0 524560136 16073322496 94233 33554432000 1073741824 1073778376 140736979909504 18446744073709551615 46912505845035 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4701.63
Current children cumulated vsize (KiB) 15696604



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1207.1 s]
/proc/loadavg: 5.70 7.41 7.78 5/193 6439
/proc/meminfo: memFree=30775700/32950928 swapFree=67111404/67111528
[pid=6364] ppid=6362 vsize=15696604 CPUtime=4800.32 cores=0,2,4,6
/proc/6364/stat : 6364 (java) S 6362 6364 5028 0 -1 4202496 2794627 0 1 0 479521 511 0 0 25 0 22 0 524560111 16073322496 108008 33554432000 1073741824 1073778376 140736979909504 18446744073709551615 235606669285 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/6364/statm: 3924151 108008 2298 9 0 3914870 0
[pid=6364/tid=6365] ppid=6362 vsize=15696604 CPUtime=0.37 cores=0,2,4,6
/proc/6364/task/6365/stat : 6365 (java) S 6362 6364 5028 0 -1 4202560 6575 0 1 0 35 2 0 0 25 0 22 0 524560111 16073322496 108008 33554432000 1073741824 1073778376 140736979909504 18446744073709551615 235606682521 0 4 0 16800975 18446604443427465344 0 0 -1 6 0 0 0
[pid=6364/tid=6367] ppid=6362 vsize=15696604 CPUtime=3.54 cores=0,2,4,6
/proc/6364/task/6367/stat : 6367 (java) S 6362 6364 5028 0 -1 4202560 161290 0 0 0 329 25 0 0 15 0 22 0 524560112 16073322496 108008 33554432000 1073741824 1073778376 140736979909504 18446744073709551615 235606682521 0 4 0 16800975 18446604443427465344 0 0 -1 2 0 0 0
[pid=6364/tid=6368] ppid=6362 vsize=15696604 CPUtime=3.61 cores=0,2,4,6
/proc/6364/task/6368/stat : 6368 (java) S 6362 6364 5028 0 -1 4202560 171957 0 0 0 333 28 0 0 15 0 22 0 524560112 16073322496 108008 33554432000 1073741824 1073778376 140736979909504 18446744073709551615 235606682521 0 4 0 16800975 18446604443427465344 0 0 -1 2 0 0 0
[pid=6364/tid=6369] ppid=6362 vsize=15696604 CPUtime=3.67 cores=0,2,4,6
/proc/6364/task/6369/stat : 6369 (java) S 6362 6364 5028 0 -1 4202560 167231 0 0 0 339 28 0 0 16 0 22 0 524560112 16073322496 108008 33554432000 1073741824 1073778376 140736979909504 18446744073709551615 235606682521 0 4 0 16800975 18446604443427465344 0 0 -1 4 0 0 0
[pid=6364/tid=6370] ppid=6362 vsize=15696604 CPUtime=3.73 cores=0,2,4,6
/proc/6364/task/6370/stat : 6370 (java) S 6362 6364 5028 0 -1 4202560 169797 0 0 0 345 28 0 0 16 0 22 0 524560112 16073322496 108008 33554432000 1073741824 1073778376 140736979909504 18446744073709551615 235606682521 0 4 0 16800975 18446604443427465344 0 0 -1 0 0 0 0
[pid=6364/tid=6371] ppid=6362 vsize=15696604 CPUtime=3.56 cores=0,2,4,6
/proc/6364/task/6371/stat : 6371 (java) S 6362 6364 5028 0 -1 4202560 160760 0 0 0 329 27 0 0 15 0 22 0 524560112 16073322496 108008 33554432000 1073741824 1073778376 140736979909504 18446744073709551615 235606682521 0 4 0 16800975 18446604443427465344 0 0 -1 6 0 0 0
[pid=6364/tid=6372] ppid=6362 vsize=15696604 CPUtime=3.67 cores=0,2,4,6
/proc/6364/task/6372/stat : 6372 (java) S 6362 6364 5028 0 -1 4202560 171533 0 0 0 339 28 0 0 16 0 22 0 524560112 16073322496 108008 33554432000 1073741824 1073778376 140736979909504 18446744073709551615 235606682521 0 4 0 16800975 18446604443427465344 0 0 -1 6 0 0 0
[pid=6364/tid=6373] ppid=6362 vsize=15696604 CPUtime=3.53 cores=0,2,4,6
/proc/6364/task/6373/stat : 6373 (java) S 6362 6364 5028 0 -1 4202560 166425 0 0 0 323 30 0 0 15 0 22 0 524560112 16073322496 108008 33554432000 1073741824 1073778376 140736979909504 18446744073709551615 235606682521 0 4 0 16800975 18446604443427465344 0 0 -1 4 0 0 0
[pid=6364/tid=6374] ppid=6362 vsize=15696604 CPUtime=3.6 cores=0,2,4,6
/proc/6364/task/6374/stat : 6374 (java) S 6362 6364 5028 0 -1 4202560 162436 0 0 0 333 27 0 0 15 0 22 0 524560112 16073322496 108008 33554432000 1073741824 1073778376 140736979909504 18446744073709551615 235606682521 0 4 0 16800975 18446604443427465344 0 0 -1 2 0 0 0
[pid=6364/tid=6375] ppid=6362 vsize=15696604 CPUtime=2.28 cores=0,2,4,6
/proc/6364/task/6375/stat : 6375 (java) S 6362 6364 5028 0 -1 4202560 7358 0 0 0 149 79 0 0 15 0 22 0 524560113 16073322496 108008 33554432000 1073741824 1073778376 140736979909504 18446744073709551615 235606683136 0 0 0 16800975 18446604443427465344 0 0 -1 4 0 0 0
[pid=6364/tid=6376] ppid=6362 vsize=15696604 CPUtime=0 cores=0,2,4,6
/proc/6364/task/6376/stat : 6376 (java) S 6362 6364 5028 0 -1 4202560 16 0 0 0 0 0 0 0 18 0 22 0 524560113 16073322496 108008 33554432000 1073741824 1073778376 140736979909504 18446744073709551615 235606682521 0 4 0 16800975 18446604443427465344 0 0 -1 2 0 0 0
[pid=6364/tid=6377] ppid=6362 vsize=15696604 CPUtime=0 cores=0,2,4,6
/proc/6364/task/6377/stat : 6377 (java) S 6362 6364 5028 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 524560113 16073322496 108008 33554432000 1073741824 1073778376 140736979909504 18446744073709551615 235606682521 0 4 0 16800975 18446604443427465344 0 0 -1 6 0 0 0
[pid=6364/tid=6378] ppid=6362 vsize=15696604 CPUtime=0 cores=0,2,4,6
/proc/6364/task/6378/stat : 6378 (java) S 6362 6364 5028 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 524560115 16073322496 108008 33554432000 1073741824 1073778376 140736979909504 18446744073709551615 235606690225 0 4 0 16800975 18446604443427465344 0 0 -1 2 0 0 0
[pid=6364/tid=6379] ppid=6362 vsize=15696604 CPUtime=1.24 cores=0,2,4,6
/proc/6364/task/6379/stat : 6379 (java) S 6362 6364 5028 0 -1 4202560 5341 0 0 0 124 0 0 0 15 0 22 0 524560115 16073322496 108008 33554432000 1073741824 1073778376 140736979909504 18446744073709551615 235606682521 0 4 0 16800975 18446604443427465344 0 0 -1 0 0 0 0
[pid=6364/tid=6380] ppid=6362 vsize=15696604 CPUtime=0.85 cores=0,2,4,6
/proc/6364/task/6380/stat : 6380 (java) S 6362 6364 5028 0 -1 4202560 12078 0 0 0 84 1 0 0 15 0 22 0 524560115 16073322496 108008 33554432000 1073741824 1073778376 140736979909504 18446744073709551615 235606682521 0 4 0 16800975 18446604443427465344 0 0 -1 2 0 0 0
[pid=6364/tid=6381] ppid=6362 vsize=15696604 CPUtime=0 cores=0,2,4,6
/proc/6364/task/6381/stat : 6381 (java) S 6362 6364 5028 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 524560115 16073322496 108008 33554432000 1073741824 1073778376 140736979909504 18446744073709551615 235606682521 0 4 0 16800975 18446604443427465344 0 0 -1 4 0 0 0
[pid=6364/tid=6382] ppid=6362 vsize=15696604 CPUtime=0 cores=0,2,4,6
/proc/6364/task/6382/stat : 6382 (java) S 6362 6364 5028 0 -1 4202560 69 0 0 0 0 0 0 0 15 0 22 0 524560115 16073322496 108008 33554432000 1073741824 1073778376 140736979909504 18446744073709551615 235606683136 0 4 0 16800975 18446604443427465344 0 0 -1 4 0 0 0
[pid=6364/tid=6383] ppid=6362 vsize=15696604 CPUtime=1191.5 cores=0,2,4,6
/proc/6364/task/6383/stat : 6383 (java) R 6362 6364 5028 0 -1 4202560 359163 0 0 0 119102 48 0 0 25 0 22 0 524560136 16073322496 108008 33554432000 1073741824 1073778376 140736979909504 18446744073709551615 46912505722541 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=6364/tid=6384] ppid=6362 vsize=15696604 CPUtime=1192.04 cores=0,2,4,6
/proc/6364/task/6384/stat : 6384 (java) R 6362 6364 5028 0 -1 4202560 355784 0 0 0 119153 51 0 0 25 0 22 0 524560136 16073322496 108008 33554432000 1073741824 1073778376 140736979909504 18446744073709551615 46912505767355 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=6364/tid=6385] ppid=6362 vsize=15696604 CPUtime=1191.44 cores=0,2,4,6
/proc/6364/task/6385/stat : 6385 (java) R 6362 6364 5028 0 -1 4202560 360532 0 0 0 119094 50 0 0 25 0 22 0 524560136 16073322496 108008 33554432000 1073741824 1073778376 140736979909504 18446744073709551615 46912505950544 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=6364/tid=6386] ppid=6362 vsize=15696604 CPUtime=1191.52 cores=0,2,4,6
/proc/6364/task/6386/stat : 6386 (java) R 6362 6364 5028 0 -1 4202560 354913 0 0 0 119101 51 0 0 25 0 22 0 524560136 16073322496 108008 33554432000 1073741824 1073778376 140736979909504 18446744073709551615 47884614934905 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4800.32
Current children cumulated vsize (KiB) 15696604

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: 5.70 7.41 7.78 5/193 6439
/proc/meminfo: memFree=30775700/32950928 swapFree=67111404/67111528
[pid=6364] ppid=6362 vsize=15696604 CPUtime=4800.32 cores=0,2,4,6
/proc/6364/stat : 6364 (java) S 6362 6364 5028 0 -1 4202496 2794627 0 1 0 479521 511 0 0 25 0 22 0 524560111 16073322496 108008 33554432000 1073741824 1073778376 140736979909504 18446744073709551615 235606669285 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/6364/statm: 3924151 108008 2298 9 0 3914870 0
[pid=6364/tid=6365] ppid=6362 vsize=15696604 CPUtime=0.37 cores=0,2,4,6
/proc/6364/task/6365/stat : 6365 (java) S 6362 6364 5028 0 -1 4202560 6575 0 1 0 35 2 0 0 25 0 22 0 524560111 16073322496 108008 33554432000 1073741824 1073778376 140736979909504 18446744073709551615 235606682521 0 4 0 16800975 18446604443427465344 0 0 -1 6 0 0 0
[pid=6364/tid=6367] ppid=6362 vsize=15696604 CPUtime=3.54 cores=0,2,4,6
/proc/6364/task/6367/stat : 6367 (java) S 6362 6364 5028 0 -1 4202560 161290 0 0 0 329 25 0 0 15 0 22 0 524560112 16073322496 108008 33554432000 1073741824 1073778376 140736979909504 18446744073709551615 235606682521 0 4 0 16800975 18446604443427465344 0 0 -1 2 0 0 0
[pid=6364/tid=6368] ppid=6362 vsize=15696604 CPUtime=3.61 cores=0,2,4,6
/proc/6364/task/6368/stat : 6368 (java) S 6362 6364 5028 0 -1 4202560 171957 0 0 0 333 28 0 0 15 0 22 0 524560112 16073322496 108008 33554432000 1073741824 1073778376 140736979909504 18446744073709551615 235606682521 0 4 0 16800975 18446604443427465344 0 0 -1 2 0 0 0
[pid=6364/tid=6369] ppid=6362 vsize=15696604 CPUtime=3.67 cores=0,2,4,6
/proc/6364/task/6369/stat : 6369 (java) S 6362 6364 5028 0 -1 4202560 167231 0 0 0 339 28 0 0 16 0 22 0 524560112 16073322496 108008 33554432000 1073741824 1073778376 140736979909504 18446744073709551615 235606682521 0 4 0 16800975 18446604443427465344 0 0 -1 4 0 0 0
[pid=6364/tid=6370] ppid=6362 vsize=15696604 CPUtime=3.73 cores=0,2,4,6
/proc/6364/task/6370/stat : 6370 (java) S 6362 6364 5028 0 -1 4202560 169797 0 0 0 345 28 0 0 16 0 22 0 524560112 16073322496 108008 33554432000 1073741824 1073778376 140736979909504 18446744073709551615 235606682521 0 4 0 16800975 18446604443427465344 0 0 -1 0 0 0 0
[pid=6364/tid=6371] ppid=6362 vsize=15696604 CPUtime=3.56 cores=0,2,4,6
/proc/6364/task/6371/stat : 6371 (java) S 6362 6364 5028 0 -1 4202560 160760 0 0 0 329 27 0 0 15 0 22 0 524560112 16073322496 108008 33554432000 1073741824 1073778376 140736979909504 18446744073709551615 235606682521 0 4 0 16800975 18446604443427465344 0 0 -1 6 0 0 0
[pid=6364/tid=6372] ppid=6362 vsize=15696604 CPUtime=3.67 cores=0,2,4,6
/proc/6364/task/6372/stat : 6372 (java) S 6362 6364 5028 0 -1 4202560 171533 0 0 0 339 28 0 0 16 0 22 0 524560112 16073322496 108008 33554432000 1073741824 1073778376 140736979909504 18446744073709551615 235606682521 0 4 0 16800975 18446604443427465344 0 0 -1 6 0 0 0
[pid=6364/tid=6373] ppid=6362 vsize=15696604 CPUtime=3.53 cores=0,2,4,6
/proc/6364/task/6373/stat : 6373 (java) S 6362 6364 5028 0 -1 4202560 166425 0 0 0 323 30 0 0 15 0 22 0 524560112 16073322496 108008 33554432000 1073741824 1073778376 140736979909504 18446744073709551615 235606682521 0 4 0 16800975 18446604443427465344 0 0 -1 4 0 0 0
[pid=6364/tid=6374] ppid=6362 vsize=15696604 CPUtime=3.6 cores=0,2,4,6
/proc/6364/task/6374/stat : 6374 (java) S 6362 6364 5028 0 -1 4202560 162436 0 0 0 333 27 0 0 15 0 22 0 524560112 16073322496 108008 33554432000 1073741824 1073778376 140736979909504 18446744073709551615 235606682521 0 4 0 16800975 18446604443427465344 0 0 -1 2 0 0 0
[pid=6364/tid=6375] ppid=6362 vsize=15696604 CPUtime=2.28 cores=0,2,4,6
/proc/6364/task/6375/stat : 6375 (java) S 6362 6364 5028 0 -1 4202560 7358 0 0 0 149 79 0 0 15 0 22 0 524560113 16073322496 108008 33554432000 1073741824 1073778376 140736979909504 18446744073709551615 235606683136 0 0 0 16800975 18446604443427465344 0 0 -1 4 0 0 0
[pid=6364/tid=6376] ppid=6362 vsize=15696604 CPUtime=0 cores=0,2,4,6
/proc/6364/task/6376/stat : 6376 (java) S 6362 6364 5028 0 -1 4202560 16 0 0 0 0 0 0 0 18 0 22 0 524560113 16073322496 108008 33554432000 1073741824 1073778376 140736979909504 18446744073709551615 235606682521 0 4 0 16800975 18446604443427465344 0 0 -1 2 0 0 0
[pid=6364/tid=6377] ppid=6362 vsize=15696604 CPUtime=0 cores=0,2,4,6
/proc/6364/task/6377/stat : 6377 (java) S 6362 6364 5028 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 524560113 16073322496 108008 33554432000 1073741824 1073778376 140736979909504 18446744073709551615 235606682521 0 4 0 16800975 18446604443427465344 0 0 -1 6 0 0 0
[pid=6364/tid=6378] ppid=6362 vsize=15696604 CPUtime=0 cores=0,2,4,6
/proc/6364/task/6378/stat : 6378 (java) S 6362 6364 5028 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 524560115 16073322496 108008 33554432000 1073741824 1073778376 140736979909504 18446744073709551615 235606690225 0 4 0 16800975 18446604443427465344 0 0 -1 2 0 0 0
[pid=6364/tid=6379] ppid=6362 vsize=15696604 CPUtime=1.24 cores=0,2,4,6
/proc/6364/task/6379/stat : 6379 (java) S 6362 6364 5028 0 -1 4202560 5341 0 0 0 124 0 0 0 15 0 22 0 524560115 16073322496 108008 33554432000 1073741824 1073778376 140736979909504 18446744073709551615 235606682521 0 4 0 16800975 18446604443427465344 0 0 -1 0 0 0 0
[pid=6364/tid=6380] ppid=6362 vsize=15696604 CPUtime=0.85 cores=0,2,4,6
/proc/6364/task/6380/stat : 6380 (java) S 6362 6364 5028 0 -1 4202560 12078 0 0 0 84 1 0 0 15 0 22 0 524560115 16073322496 108008 33554432000 1073741824 1073778376 140736979909504 18446744073709551615 235606682521 0 4 0 16800975 18446604443427465344 0 0 -1 2 0 0 0
[pid=6364/tid=6381] ppid=6362 vsize=15696604 CPUtime=0 cores=0,2,4,6
/proc/6364/task/6381/stat : 6381 (java) S 6362 6364 5028 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 524560115 16073322496 108008 33554432000 1073741824 1073778376 140736979909504 18446744073709551615 235606682521 0 4 0 16800975 18446604443427465344 0 0 -1 4 0 0 0
[pid=6364/tid=6382] ppid=6362 vsize=15696604 CPUtime=0 cores=0,2,4,6
/proc/6364/task/6382/stat : 6382 (java) S 6362 6364 5028 0 -1 4202560 69 0 0 0 0 0 0 0 15 0 22 0 524560115 16073322496 108008 33554432000 1073741824 1073778376 140736979909504 18446744073709551615 235606683136 0 4 0 16800975 18446604443427465344 0 0 -1 4 0 0 0
[pid=6364/tid=6383] ppid=6362 vsize=15696604 CPUtime=1191.5 cores=0,2,4,6
/proc/6364/task/6383/stat : 6383 (java) R 6362 6364 5028 0 -1 4202560 359163 0 0 0 119102 48 0 0 25 0 22 0 524560136 16073322496 108008 33554432000 1073741824 1073778376 140736979909504 18446744073709551615 46912505722541 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=6364/tid=6384] ppid=6362 vsize=15696604 CPUtime=1192.04 cores=0,2,4,6
/proc/6364/task/6384/stat : 6384 (java) R 6362 6364 5028 0 -1 4202560 355784 0 0 0 119153 51 0 0 25 0 22 0 524560136 16073322496 108008 33554432000 1073741824 1073778376 140736979909504 18446744073709551615 46912505767355 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=6364/tid=6385] ppid=6362 vsize=15696604 CPUtime=1191.44 cores=0,2,4,6
/proc/6364/task/6385/stat : 6385 (java) R 6362 6364 5028 0 -1 4202560 360532 0 0 0 119094 50 0 0 25 0 22 0 524560136 16073322496 108008 33554432000 1073741824 1073778376 140736979909504 18446744073709551615 46912505950544 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=6364/tid=6386] ppid=6362 vsize=15696604 CPUtime=1191.52 cores=0,2,4,6
/proc/6364/task/6386/stat : 6386 (java) R 6362 6364 5028 0 -1 4202560 354913 0 0 0 119101 51 0 0 25 0 22 0 524560136 16073322496 108008 33554432000 1073741824 1073778376 140736979909504 18446744073709551615 47884614934905 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4800.32
Current children cumulated vsize (KiB) 15696604

Child status: 143
Real time (s): 1207.13
CPU time (s): 4800.38
CPU user time (s): 4795.24
CPU system time (s): 5.13922
CPU usage (%): 397.667
Max. virtual memory (cumulated for all children) (KiB): 15706044

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4795.24
system time used= 5.13922
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2794653
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= 221996
involuntary context switches= 137696

runsolver used 1.92571 second user time and 4.71228 second system time

The end

Launcher Data

Begin job on node120 at 2011-04-30 04:13:34
IDJOB=3311480
IDBENCH=82865
IDSOLVER=1698
FILE ID=node120/3311480-1304129613
RUNJOBID= node120-1304128347-5563
PBS_JOBID= 13170760
Free space on /tmp= 73168 MiB

SOLVER NAME= STRUCTure 0.1 (hbr=2)
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v600-c2556-S379672572-039.SATISFIABLE.cnf
COMMAND LINE= run 15000 NBCORE TMPDIR DIR BENCHNAME -hbr 2
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3311480-1304129613/watcher-3311480-1304129613 -o /tmp/evaluation-result-3311480-1304129613/solver-3311480-1304129613 -C 4800 -W 1300 -M 15500  run 15000 4 HOME HOME HOME/instance-3311480-1304129613.cnf -hbr 2

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

MD5SUM BENCH= 9ba35b45d3c5bc2de5bf2217a9a677d5
RANDOM SEED=473992495

node120.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.809
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.61
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.809
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.07
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.809
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.809
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.809
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.78
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.809
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.809
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.809
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:     32950928 kB
MemFree:      30536376 kB
Buffers:        512872 kB
Cached:         813156 kB
SwapCached:          8 kB
Active:        1074348 kB
Inactive:       978564 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      30536376 kB
SwapTotal:    67111528 kB
SwapFree:     67111404 kB
Dirty:            2000 kB
Writeback:           0 kB
AnonPages:      726580 kB
Mapped:          23660 kB
Slab:           296508 kB
PageTables:       6700 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:  1271780 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= 73168 MiB
End job on node120 at 2011-04-30 04:33:43