Trace number 3311322

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.43 1206.93

General information on the benchmark

Namerandom/medium/
unif-k7-r89-v80-c7120-S1147977026-087.SATISFIABLE.cnf
MD5SUMc0af45ae07be0ad78c796952c610fc60
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.427934
Satisfiable
(Un)Satisfiability was proved
Number of variables80
Number of clauses7120
Sum of the clauses size49840
Maximum clause length7
Minimum clause length7
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 57120

Solver Data

0.10/0.11	39:36 INFO : Reading from input HOME/instance-3311322-1304120376.cnf
0.51/0.33	Executor set job limit to 1000000
0.51/0.33	Executor set job limit to 1000000
0.51/0.33	Executor set job limit to 1000000
0.51/0.33	Executor set job limit to 1000000
0.51/0.33	Starting Executor!
0.51/0.33	Starting Executor!
0.51/0.33	Starting Executor!
0.51/0.33	Starting Executor!
0.96/0.56	39:37 INFO : 80 variables remaining out of 80
0.96/0.56	39:37 INFO : 56960 literals remaining out of 56960

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 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-3311322-1304120376/watcher-3311322-1304120376 -o /tmp/evaluation-result-3311322-1304120376/solver-3311322-1304120376 -C 4800 -W 1300 -M 15500 run 15000 4 HOME HOME HOME/instance-3311322-1304120376.cnf -hbr 2 

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

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


[startup+0 s]
/proc/loadavg: 6.78 7.76 7.67 2/177 7974
/proc/meminfo: memFree=31236892/32951124 swapFree=67107188/67111528
[pid=7974] ppid=7971 vsize=24008 CPUtime=0 cores=1,3,5,7
/proc/7974/stat : 7974 (java) S 7971 7974 7936 0 -1 4202496 1374 0 0 0 0 0 0 0 24 0 2 0 523636117 24584192 853 33554432000 1073741824 1073778376 140733330440976 18446744073709551615 210216450021 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/7974/statm: 6001 861 658 9 0 381 0
[pid=7974/tid=7976] ppid=7971 vsize=26088 CPUtime=0 cores=1,3,5,7
/proc/7974/task/7976/stat : 7976 (java) R 7971 7974 7936 0 -1 4202560 52 0 0 0 0 0 0 0 25 0 2 0 523636117 26714112 881 33554432000 1073741824 1073778376 140733330440976 18446744073709551615 210204643333 0 0 4096 0 0 0 0 -1 5 0 0 0

[startup+0.088188 s]
/proc/loadavg: 6.78 7.76 7.67 2/177 7974
/proc/meminfo: memFree=31236892/32951124 swapFree=67107188/67111528
[pid=7974] ppid=7971 vsize=15742900 CPUtime=0.09 cores=1,3,5,7
/proc/7974/stat : 7974 (java) S 7971 7974 7936 0 -1 4202496 5467 0 1 0 8 1 0 0 24 0 18 0 523636117 16120729600 4885 33554432000 1073741824 1073778376 140733330440976 18446744073709551615 210216450021 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/7974/statm: 3935725 4885 2116 9 0 3926444 0
[pid=7974/tid=7976] ppid=7971 vsize=15742900 CPUtime=0.06 cores=1,3,5,7
/proc/7974/task/7976/stat : 7976 (java) R 7971 7974 7936 0 -1 4202560 3322 0 1 0 6 0 0 0 18 0 18 0 523636117 16120729600 4885 33554432000 1073741824 1073778376 140733330440976 18446744073709551615 210216476027 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 15742900

[startup+0.101168 s]
/proc/loadavg: 6.78 7.76 7.67 2/177 7974
/proc/meminfo: memFree=31236892/32951124 swapFree=67107188/67111528
[pid=7974] ppid=7971 vsize=15742900 CPUtime=0.1 cores=1,3,5,7
/proc/7974/stat : 7974 (java) S 7971 7974 7936 0 -1 4202496 5635 0 1 0 9 1 0 0 24 0 18 0 523636117 16120729600 5053 33554432000 1073741824 1073778376 140733330440976 18446744073709551615 210216450021 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/7974/statm: 3935725 5053 2118 9 0 3926444 0
[pid=7974/tid=7976] ppid=7971 vsize=15742900 CPUtime=0.07 cores=1,3,5,7
/proc/7974/task/7976/stat : 7976 (java) R 7971 7974 7936 0 -1 4202560 3491 0 1 0 7 0 0 0 18 0 18 0 523636117 16120729600 5054 33554432000 1073741824 1073778376 140733330440976 18446744073709551615 47560291219475 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 15742900

[startup+0.301152 s]
/proc/loadavg: 6.78 7.76 7.67 2/177 7974
/proc/meminfo: memFree=31236892/32951124 swapFree=67107188/67111528
[pid=7974] ppid=7971 vsize=15748020 CPUtime=0.51 cores=1,3,5,7
/proc/7974/stat : 7974 (java) S 7971 7974 7936 0 -1 4202496 15062 0 1 0 49 2 0 0 24 0 18 0 523636117 16125972480 13836 33554432000 1073741824 1073778376 140733330440976 18446744073709551615 210216450021 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/7974/statm: 3937005 13844 2208 9 0 3927724 0
[pid=7974/tid=7976] ppid=7971 vsize=15748020 CPUtime=0.27 cores=1,3,5,7
/proc/7974/task/7976/stat : 7976 (java) R 7971 7974 7936 0 -1 4202560 10290 0 1 0 26 1 0 0 18 0 18 0 523636117 16125972480 13847 33554432000 1073741824 1073778376 140733330440976 18446744073709551615 46912505579378 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 15748020

[startup+0.711061 s]
/proc/loadavg: 6.78 7.76 7.67 2/177 7974
/proc/meminfo: memFree=31236892/32951124 swapFree=67107188/67111528
[pid=7974] ppid=7971 vsize=15766028 CPUtime=1.6 cores=1,3,5,7
/proc/7974/stat : 7974 (java) S 7971 7974 7936 0 -1 4202496 33097 0 1 0 155 5 0 0 24 0 22 0 523636117 16144412672 28405 33554432000 1073741824 1073778376 140733330440976 18446744073709551615 210216450021 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/7974/statm: 3941507 28405 2259 9 0 3932226 0
[pid=7974/tid=7976] ppid=7971 vsize=15766028 CPUtime=0.54 cores=1,3,5,7
/proc/7974/task/7976/stat : 7976 (java) S 7971 7974 7936 0 -1 4202560 15076 0 1 0 52 2 0 0 20 0 22 0 523636117 16144412672 28405 33554432000 1073741824 1073778376 140733330440976 18446744073709551615 210216463257 0 4 0 16800975 18446604459723998464 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1.6
Current children cumulated vsize (KiB) 15766028

[startup+1.5009 s]
/proc/loadavg: 6.78 7.76 7.67 9/220 8017
/proc/meminfo: memFree=30896368/32951124 swapFree=67107188/67111528
[pid=7974] ppid=7971 vsize=15766468 CPUtime=4.67 cores=1,3,5,7
/proc/7974/stat : 7974 (java) S 7971 7974 7936 0 -1 4202496 59318 0 1 0 459 8 0 0 24 0 22 0 523636117 16144863232 49976 33554432000 1073741824 1073778376 140733330440976 18446744073709551615 210216450021 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/7974/statm: 3941617 49976 2276 9 0 3932336 0
[pid=7974/tid=7976] ppid=7971 vsize=15766468 CPUtime=0.54 cores=1,3,5,7
/proc/7974/task/7976/stat : 7976 (java) S 7971 7974 7936 0 -1 4202560 15076 0 1 0 52 2 0 0 20 0 22 0 523636117 16144863232 49976 33554432000 1073741824 1073778376 140733330440976 18446744073709551615 210216463257 0 4 0 16800975 18446604459723998464 0 0 -1 1 0 0 0
[pid=7974/tid=7986] ppid=7971 vsize=15766468 CPUtime=0.07 cores=1,3,5,7
/proc/7974/task/7986/stat : 7986 (java) S 7971 7974 7936 0 -1 4202560 607 0 0 0 7 0 0 0 17 0 22 0 523636118 16144863232 49976 33554432000 1073741824 1073778376 140733330440976 18446744073709551615 210216463257 0 4 0 16800975 18446604459723998464 0 0 -1 5 0 0 0
[pid=7974/tid=7987] ppid=7971 vsize=15766468 CPUtime=0 cores=1,3,5,7
/proc/7974/task/7987/stat : 7987 (java) S 7971 7974 7936 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 22 0 523636118 16144863232 49976 33554432000 1073741824 1073778376 140733330440976 18446744073709551615 210216463257 0 4 0 16800975 18446604459723998464 0 0 -1 3 0 0 0
[pid=7974/tid=7988] ppid=7971 vsize=15766468 CPUtime=0.05 cores=1,3,5,7
/proc/7974/task/7988/stat : 7988 (java) S 7971 7974 7936 0 -1 4202560 1 0 0 0 5 0 0 0 17 0 22 0 523636118 16144863232 49976 33554432000 1073741824 1073778376 140733330440976 18446744073709551615 210216463257 0 4 0 16800975 18446604459723998464 0 0 -1 1 0 0 0
[pid=7974/tid=7989] ppid=7971 vsize=15766468 CPUtime=0.05 cores=1,3,5,7
/proc/7974/task/7989/stat : 7989 (java) S 7971 7974 7936 0 -1 4202560 1 0 0 0 5 0 0 0 17 0 22 0 523636118 16144863232 49976 33554432000 1073741824 1073778376 140733330440976 18446744073709551615 210216463257 0 4 0 16800975 18446604459723998464 0 0 -1 5 0 0 0
[pid=7974/tid=7990] ppid=7971 vsize=15766468 CPUtime=0.07 cores=1,3,5,7
/proc/7974/task/7990/stat : 7990 (java) S 7971 7974 7936 0 -1 4202560 528 0 0 0 7 0 0 0 17 0 22 0 523636118 16144863232 49976 33554432000 1073741824 1073778376 140733330440976 18446744073709551615 210216463257 0 4 0 16800975 18446604459723998464 0 0 -1 5 0 0 0
[pid=7974/tid=7991] ppid=7971 vsize=15766468 CPUtime=0.08 cores=1,3,5,7
/proc/7974/task/7991/stat : 7991 (java) S 7971 7974 7936 0 -1 4202560 1 0 0 0 8 0 0 0 17 0 22 0 523636118 16144863232 49976 33554432000 1073741824 1073778376 140733330440976 18446744073709551615 210216463257 0 4 0 16800975 18446604459723998464 0 0 -1 7 0 0 0
[pid=7974/tid=7992] ppid=7971 vsize=15766468 CPUtime=0.06 cores=1,3,5,7
/proc/7974/task/7992/stat : 7992 (java) S 7971 7974 7936 0 -1 4202560 821 0 0 0 6 0 0 0 17 0 22 0 523636118 16144863232 49976 33554432000 1073741824 1073778376 140733330440976 18446744073709551615 210216463257 0 4 0 16800975 18446604459723998464 0 0 -1 1 0 0 0
[pid=7974/tid=7993] ppid=7971 vsize=15766468 CPUtime=0.07 cores=1,3,5,7
/proc/7974/task/7993/stat : 7993 (java) S 7971 7974 7936 0 -1 4202560 1 0 0 0 7 0 0 0 17 0 22 0 523636118 16144863232 49976 33554432000 1073741824 1073778376 140733330440976 18446744073709551615 210216463257 0 4 0 16800975 18446604459723998464 0 0 -1 7 0 0 0
[pid=7974/tid=7995] ppid=7971 vsize=15766468 CPUtime=0 cores=1,3,5,7
/proc/7974/task/7995/stat : 7995 (java) S 7971 7974 7936 0 -1 4202560 74 0 0 0 0 0 0 0 15 0 22 0 523636119 16144863232 49976 33554432000 1073741824 1073778376 140733330440976 18446744073709551615 210216463872 0 0 0 16800975 18446604459723998464 0 0 -1 5 0 0 0
[pid=7974/tid=7998] ppid=7971 vsize=15766468 CPUtime=0 cores=1,3,5,7
/proc/7974/task/7998/stat : 7998 (java) S 7971 7974 7936 0 -1 4202560 16 0 0 0 0 0 0 0 18 0 22 0 523636119 16144863232 49976 33554432000 1073741824 1073778376 140733330440976 18446744073709551615 210216463257 0 4 0 16800975 18446604459723998464 0 0 -1 1 0 0 0
[pid=7974/tid=7999] ppid=7971 vsize=15766468 CPUtime=0 cores=1,3,5,7
/proc/7974/task/7999/stat : 7999 (java) S 7971 7974 7936 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 523636119 16144863232 49976 33554432000 1073741824 1073778376 140733330440976 18446744073709551615 210216463257 0 4 0 16800975 18446604459723998464 0 0 -1 1 0 0 0
[pid=7974/tid=8005] ppid=7971 vsize=15766468 CPUtime=0 cores=1,3,5,7
/proc/7974/task/8005/stat : 8005 (java) S 7971 7974 7936 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 523636121 16144863232 49976 33554432000 1073741824 1073778376 140733330440976 18446744073709551615 210216470961 0 4 0 16800975 18446604459723998464 0 0 -1 1 0 0 0
[pid=7974/tid=8006] ppid=7971 vsize=15766468 CPUtime=0.86 cores=1,3,5,7
/proc/7974/task/8006/stat : 8006 (java) R 7971 7974 7936 0 -1 4202560 14278 0 0 0 84 2 0 0 18 0 22 0 523636121 16144863232 49976 33554432000 1073741824 1073778376 140733330440976 18446744073709551615 210216473269 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=7974/tid=8007] ppid=7971 vsize=15766468 CPUtime=0.9 cores=1,3,5,7
/proc/7974/task/8007/stat : 8007 (java) R 7971 7974 7936 0 -1 4202560 5872 0 0 0 90 0 0 0 16 0 22 0 523636121 16144863232 49976 33554432000 1073741824 1073778376 140733330440976 18446744073709551615 47560288160520 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=7974/tid=8008] ppid=7971 vsize=15766468 CPUtime=0 cores=1,3,5,7
/proc/7974/task/8008/stat : 8008 (java) S 7971 7974 7936 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 523636121 16144863232 49976 33554432000 1073741824 1073778376 140733330440976 18446744073709551615 210216463257 0 4 0 16800975 18446604459723998464 0 0 -1 1 0 0 0
[pid=7974/tid=8009] ppid=7971 vsize=15766468 CPUtime=0 cores=1,3,5,7
/proc/7974/task/8009/stat : 8009 (java) S 7971 7974 7936 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 523636121 16144863232 49976 33554432000 1073741824 1073778376 140733330440976 18446744073709551615 210216463872 0 4 0 16800975 18446604459723998464 0 0 -1 7 0 0 0
[pid=7974/tid=8010] ppid=7971 vsize=15766468 CPUtime=0.55 cores=1,3,5,7
/proc/7974/task/8010/stat : 8010 (java) R 7971 7974 7936 0 -1 4202560 7899 0 0 0 55 0 0 0 16 0 22 0 523636150 16144863232 49976 33554432000 1073741824 1073778376 140733330440976 18446744073709551615 46912505216229 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=7974/tid=8011] ppid=7971 vsize=15766468 CPUtime=0.41 cores=1,3,5,7
/proc/7974/task/8011/stat : 8011 (java) R 7971 7974 7936 0 -1 4202560 4245 0 0 0 41 0 0 0 16 0 22 0 523636150 16144863232 49976 33554432000 1073741824 1073778376 140733330440976 18446744073709551615 46912505783058 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=7974/tid=8012] ppid=7971 vsize=15766468 CPUtime=0.47 cores=1,3,5,7
/proc/7974/task/8012/stat : 8012 (java) R 7971 7974 7936 0 -1 4202560 7121 0 0 0 47 0 0 0 15 0 22 0 523636150 16144863232 49976 33554432000 1073741824 1073778376 140733330440976 18446744073709551615 46912505890702 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=7974/tid=8015] ppid=7971 vsize=15766468 CPUtime=0.38 cores=1,3,5,7
/proc/7974/task/8015/stat : 8015 (java) R 7971 7974 7936 0 -1 4202560 1406 0 0 0 38 0 0 0 16 0 22 0 523636150 16144863232 49976 33554432000 1073741824 1073778376 140733330440976 18446744073709551615 46912505819444 0 4 0 16800975 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4.67
Current children cumulated vsize (KiB) 15766468

[startup+3.10064 s]
/proc/loadavg: 6.78 7.76 7.67 10/220 8017
/proc/meminfo: memFree=30697348/32951124 swapFree=67107188/67111528
[pid=7974] ppid=7971 vsize=15766468 CPUtime=11.03 cores=1,3,5,7
/proc/7974/stat : 7974 (java) S 7971 7974 7936 0 -1 4202496 158752 0 1 0 1083 20 0 0 24 0 22 0 523636117 16144863232 149383 33554432000 1073741824 1073778376 140733330440976 18446744073709551615 210216450021 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/7974/statm: 3941617 149383 2286 9 0 3932336 0
[pid=7974/tid=7976] ppid=7971 vsize=15766468 CPUtime=0.54 cores=1,3,5,7
/proc/7974/task/7976/stat : 7976 (java) S 7971 7974 7936 0 -1 4202560 15076 0 1 0 52 2 0 0 20 0 22 0 523636117 16144863232 149383 33554432000 1073741824 1073778376 140733330440976 18446744073709551615 210216463257 0 4 0 16800975 18446604459723998464 0 0 -1 1 0 0 0
[pid=7974/tid=7986] ppid=7971 vsize=15766468 CPUtime=0.08 cores=1,3,5,7
/proc/7974/task/7986/stat : 7986 (java) S 7971 7974 7936 0 -1 4202560 2711 0 0 0 8 0 0 0 16 0 22 0 523636118 16144863232 149383 33554432000 1073741824 1073778376 140733330440976 18446744073709551615 210216463257 0 4 0 16800975 18446604459723998464 0 0 -1 1 0 0 0
[pid=7974/tid=7987] ppid=7971 vsize=15766468 CPUtime=0 cores=1,3,5,7
/proc/7974/task/7987/stat : 7987 (java) S 7971 7974 7936 0 -1 4202560 1105 0 0 0 0 0 0 0 15 0 22 0 523636118 16144863232 149383 33554432000 1073741824 1073778376 140733330440976 18446744073709551615 210216463257 0 4 0 16800975 18446604459723998464 0 0 -1 3 0 0 0
[pid=7974/tid=7988] ppid=7971 vsize=15766468 CPUtime=0.05 cores=1,3,5,7
/proc/7974/task/7988/stat : 7988 (java) S 7971 7974 7936 0 -1 4202560 684 0 0 0 5 0 0 0 15 0 22 0 523636118 16144863232 149383 33554432000 1073741824 1073778376 140733330440976 18446744073709551615 210216463257 0 4 0 16800975 18446604459723998464 0 0 -1 1 0 0 0
[pid=7974/tid=7989] ppid=7971 vsize=15766468 CPUtime=0.05 cores=1,3,5,7
/proc/7974/task/7989/stat : 7989 (java) S 7971 7974 7936 0 -1 4202560 1854 0 0 0 5 0 0 0 16 0 22 0 523636118 16144863232 149383 33554432000 1073741824 1073778376 140733330440976 18446744073709551615 210216463257 0 4 0 16800975 18446604459723998464 0 0 -1 7 0 0 0
[pid=7974/tid=7990] ppid=7971 vsize=15766468 CPUtime=0.07 cores=1,3,5,7
/proc/7974/task/7990/stat : 7990 (java) S 7971 7974 7936 0 -1 4202560 2681 0 0 0 7 0 0 0 15 0 22 0 523636118 16144863232 149383 33554432000 1073741824 1073778376 140733330440976 18446744073709551615 210216463257 0 4 0 16800975 18446604459723998464 0 0 -1 1 0 0 0
[pid=7974/tid=7991] ppid=7971 vsize=15766468 CPUtime=0.08 cores=1,3,5,7
/proc/7974/task/7991/stat : 7991 (java) S 7971 7974 7936 0 -1 4202560 2 0 0 0 8 0 0 0 15 0 22 0 523636118 16144863232 149383 33554432000 1073741824 1073778376 140733330440976 18446744073709551615 210216463257 0 4 0 16800975 18446604459723998464 0 0 -1 7 0 0 0
[pid=7974/tid=7992] ppid=7971 vsize=15766468 CPUtime=0.06 cores=1,3,5,7
/proc/7974/task/7992/stat : 7992 (java) S 7971 7974 7936 0 -1 4202560 2682 0 0 0 6 0 0 0 16 0 22 0 523636118 16144863232 149383 33554432000 1073741824 1073778376 140733330440976 18446744073709551615 210216463257 0 4 0 16800975 18446604459723998464 0 0 -1 3 0 0 0
[pid=7974/tid=7993] ppid=7971 vsize=15766468 CPUtime=0.07 cores=1,3,5,7
/proc/7974/task/7993/stat : 7993 (java) S 7971 7974 7936 0 -1 4202560 1686 0 0 0 7 0 0 0 16 0 22 0 523636118 16144863232 149383 33554432000 1073741824 1073778376 140733330440976 18446744073709551615 210216463257 0 4 0 16800975 18446604459723998464 0 0 -1 7 0 0 0
[pid=7974/tid=7995] ppid=7971 vsize=15766468 CPUtime=0 cores=1,3,5,7
/proc/7974/task/7995/stat : 7995 (java) S 7971 7974 7936 0 -1 4202560 443 0 0 0 0 0 0 0 16 0 22 0 523636119 16144863232 149383 33554432000 1073741824 1073778376 140733330440976 18446744073709551615 210216463872 0 0 0 16800975 18446604459723998464 0 0 -1 5 0 0 0
[pid=7974/tid=7998] ppid=7971 vsize=15766468 CPUtime=0 cores=1,3,5,7
/proc/7974/task/7998/stat : 7998 (java) S 7971 7974 7936 0 -1 4202560 16 0 0 0 0 0 0 0 18 0 22 0 523636119 16144863232 149383 33554432000 1073741824 1073778376 140733330440976 18446744073709551615 210216463257 0 4 0 16800975 18446604459723998464 0 0 -1 1 0 0 0
[pid=7974/tid=7999] ppid=7971 vsize=15766468 CPUtime=0 cores=1,3,5,7
/proc/7974/task/7999/stat : 7999 (java) S 7971 7974 7936 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 523636119 16144863232 149383 33554432000 1073741824 1073778376 140733330440976 18446744073709551615 210216463257 0 4 0 16800975 18446604459723998464 0 0 -1 1 0 0 0
[pid=7974/tid=8005] ppid=7971 vsize=15766468 CPUtime=0 cores=1,3,5,7
/proc/7974/task/8005/stat : 8005 (java) S 7971 7974 7936 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 523636121 16144863232 149383 33554432000 1073741824 1073778376 140733330440976 18446744073709551615 210216470961 0 4 0 16800975 18446604459723998464 0 0 -1 1 0 0 0
[pid=7974/tid=8006] ppid=7971 vsize=15766468 CPUtime=1.04 cores=1,3,5,7
/proc/7974/task/8006/stat : 8006 (java) S 7971 7974 7936 0 -1 4202560 14317 0 0 0 102 2 0 0 15 0 22 0 523636121 16144863232 149383 33554432000 1073741824 1073778376 140733330440976 18446744073709551615 210216463257 0 4 0 16800975 18446604459723998464 0 0 -1 5 0 0 0
[pid=7974/tid=8007] ppid=7971 vsize=15766468 CPUtime=1.07 cores=1,3,5,7
/proc/7974/task/8007/stat : 8007 (java) S 7971 7974 7936 0 -1 4202560 5902 0 0 0 107 0 0 0 15 0 22 0 523636121 16144863232 149383 33554432000 1073741824 1073778376 140733330440976 18446744073709551615 210216463257 0 4 0 16800975 18446604459723998464 0 0 -1 3 0 0 0
[pid=7974/tid=8008] ppid=7971 vsize=15766468 CPUtime=0 cores=1,3,5,7
/proc/7974/task/8008/stat : 8008 (java) S 7971 7974 7936 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 523636121 16144863232 149383 33554432000 1073741824 1073778376 140733330440976 18446744073709551615 210216463257 0 4 0 16800975 18446604459723998464 0 0 -1 1 0 0 0
[pid=7974/tid=8009] ppid=7971 vsize=15766468 CPUtime=0 cores=1,3,5,7
/proc/7974/task/8009/stat : 8009 (java) S 7971 7974 7936 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 523636121 16144863232 149383 33554432000 1073741824 1073778376 140733330440976 18446744073709551615 210216463872 0 4 0 16800975 18446604459723998464 0 0 -1 7 0 0 0
[pid=7974/tid=8010] ppid=7971 vsize=15766468 CPUtime=2.05 cores=1,3,5,7
/proc/7974/task/8010/stat : 8010 (java) R 7971 7974 7936 0 -1 4202560 28623 0 0 0 202 3 0 0 17 0 22 0 523636150 16144863232 149383 33554432000 1073741824 1073778376 140733330440976 18446744073709551615 46912505783336 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=7974/tid=8011] ppid=7971 vsize=15766468 CPUtime=1.83 cores=1,3,5,7
/proc/7974/task/8011/stat : 8011 (java) R 7971 7974 7936 0 -1 4202560 25765 0 0 0 180 3 0 0 17 0 22 0 523636150 16144863232 149383 33554432000 1073741824 1073778376 140733330440976 18446744073709551615 46912505853445 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=7974/tid=8012] ppid=7971 vsize=15766468 CPUtime=1.97 cores=1,3,5,7
/proc/7974/task/8012/stat : 8012 (java) R 7971 7974 7936 0 -1 4202560 29737 0 0 0 194 3 0 0 17 0 22 0 523636150 16144863232 149383 33554432000 1073741824 1073778376 140733330440976 18446744073709551615 46912505524165 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=7974/tid=8015] ppid=7971 vsize=15766468 CPUtime=1.95 cores=1,3,5,7
/proc/7974/task/8015/stat : 8015 (java) R 7971 7974 7936 0 -1 4202560 24098 0 0 0 192 3 0 0 17 0 22 0 523636150 16144863232 149383 33554432000 1073741824 1073778376 140733330440976 18446744073709551615 46912505783035 0 4 0 16800975 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 11.03
Current children cumulated vsize (KiB) 15766468

[startup+6.3011 s]
/proc/loadavg: 7.04 7.80 7.68 9/220 8017
/proc/meminfo: memFree=29805624/32951124 swapFree=67107188/67111528
[pid=7974] ppid=7971 vsize=15766468 CPUtime=23.81 cores=1,3,5,7
/proc/7974/stat : 7974 (java) S 7971 7974 7936 0 -1 4202496 287538 0 1 0 2346 35 0 0 24 0 22 0 523636117 16144863232 277242 33554432000 1073741824 1073778376 140733330440976 18446744073709551615 210216450021 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/7974/statm: 3941617 277242 2286 9 0 3932336 0
[pid=7974/tid=7976] ppid=7971 vsize=15766468 CPUtime=0.54 cores=1,3,5,7
/proc/7974/task/7976/stat : 7976 (java) S 7971 7974 7936 0 -1 4202560 15076 0 1 0 52 2 0 0 20 0 22 0 523636117 16144863232 277242 33554432000 1073741824 1073778376 140733330440976 18446744073709551615 210216463257 0 4 0 16800975 18446604459723998464 0 0 -1 1 0 0 0
[pid=7974/tid=7986] ppid=7971 vsize=15766468 CPUtime=0.08 cores=1,3,5,7
/proc/7974/task/7986/stat : 7986 (java) S 7971 7974 7936 0 -1 4202560 3471 0 0 0 8 0 0 0 16 0 22 0 523636118 16144863232 277242 33554432000 1073741824 1073778376 140733330440976 18446744073709551615 210216463257 0 4 0 16800975 18446604459723998464 0 0 -1 7 0 0 0
[pid=7974/tid=7987] ppid=7971 vsize=15766468 CPUtime=0 cores=1,3,5,7
/proc/7974/task/7987/stat : 7987 (java) S 7971 7974 7936 0 -1 4202560 1105 0 0 0 0 0 0 0 15 0 22 0 523636118 16144863232 277242 33554432000 1073741824 1073778376 140733330440976 18446744073709551615 210216463257 0 4 0 16800975 18446604459723998464 0 0 -1 3 0 0 0
[pid=7974/tid=7988] ppid=7971 vsize=15766468 CPUtime=0.05 cores=1,3,5,7
/proc/7974/task/7988/stat : 7988 (java) S 7971 7974 7936 0 -1 4202560 1123 0 0 0 5 0 0 0 15 0 22 0 523636118 16144863232 277242 33554432000 1073741824 1073778376 140733330440976 18446744073709551615 210216463257 0 4 0 16800975 18446604459723998464 0 0 -1 7 0 0 0
[pid=7974/tid=7989] ppid=7971 vsize=15766468 CPUtime=0.05 cores=1,3,5,7
/proc/7974/task/7989/stat : 7989 (java) S 7971 7974 7936 0 -1 4202560 2529 0 0 0 5 0 0 0 16 0 22 0 523636118 16144863232 277242 33554432000 1073741824 1073778376 140733330440976 18446744073709551615 210216463257 0 4 0 16800975 18446604459723998464 0 0 -1 1 0 0 0
[pid=7974/tid=7990] ppid=7971 vsize=15766468 CPUtime=0.07 cores=1,3,5,7
/proc/7974/task/7990/stat : 7990 (java) S 7971 7974 7936 0 -1 4202560 3378 0 0 0 7 0 0 0 16 0 22 0 523636118 16144863232 277242 33554432000 1073741824 1073778376 140733330440976 18446744073709551615 210216463257 0 4 0 16800975 18446604459723998464 0 0 -1 1 0 0 0
[pid=7974/tid=7991] ppid=7971 vsize=15766468 CPUtime=0.08 cores=1,3,5,7
/proc/7974/task/7991/stat : 7991 (java) S 7971 7974 7936 0 -1 4202560 906 0 0 0 8 0 0 0 15 0 22 0 523636118 16144863232 277242 33554432000 1073741824 1073778376 140733330440976 18446744073709551615 210216463257 0 4 0 16800975 18446604459723998464 0 0 -1 7 0 0 0
[pid=7974/tid=7992] ppid=7971 vsize=15766468 CPUtime=0.07 cores=1,3,5,7
/proc/7974/task/7992/stat : 7992 (java) S 7971 7974 7936 0 -1 4202560 4206 0 0 0 7 0 0 0 15 0 22 0 523636118 16144863232 277242 33554432000 1073741824 1073778376 140733330440976 18446744073709551615 210216463257 0 4 0 16800975 18446604459723998464 0 0 -1 3 0 0 0
[pid=7974/tid=7993] ppid=7971 vsize=15766468 CPUtime=0.07 cores=1,3,5,7
/proc/7974/task/7993/stat : 7993 (java) S 7971 7974 7936 0 -1 4202560 2199 0 0 0 7 0 0 0 15 0 22 0 523636118 16144863232 277242 33554432000 1073741824 1073778376 140733330440976 18446744073709551615 210216463257 0 4 0 16800975 18446604459723998464 0 0 -1 5 0 0 0

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

[pid=7974/tid=8011] ppid=7971 vsize=15766468 CPUtime=1108.84 cores=1,3,5,7
/proc/7974/task/8011/stat : 8011 (java) R 7971 7974 7936 0 -1 4202560 168997 0 0 0 110854 30 0 0 25 0 22 0 523636150 16144863232 71543 33554432000 1073741824 1073778376 140733330440976 18446744073709551615 18446744073699065939 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=7974/tid=8012] ppid=7971 vsize=15766468 CPUtime=1109 cores=1,3,5,7
/proc/7974/task/8012/stat : 8012 (java) R 7971 7974 7936 0 -1 4202560 171913 0 0 0 110871 29 0 0 25 0 22 0 523636150 16144863232 71543 33554432000 1073741824 1073778376 140733330440976 18446744073709551615 46912505906033 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=7974/tid=8015] ppid=7971 vsize=15766468 CPUtime=1108.43 cores=1,3,5,7
/proc/7974/task/8015/stat : 8015 (java) R 7971 7974 7936 0 -1 4202560 164681 0 0 0 110815 28 0 0 25 0 22 0 523636150 16144863232 71543 33554432000 1073741824 1073778376 140733330440976 18446744073709551615 46912505783093 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4464
Current children cumulated vsize (KiB) 15766468

[startup+1182.3 s]
/proc/loadavg: 8.12 8.06 7.93 9/220 8049
/proc/meminfo: memFree=30614028/32951124 swapFree=67107188/67111528
[pid=7974] ppid=7971 vsize=15766468 CPUtime=4702.55 cores=1,3,5,7
/proc/7974/stat : 7974 (java) S 7971 7974 7936 0 -1 4202496 1255356 0 1 0 469940 315 0 0 24 0 22 0 523636117 16144863232 73164 33554432000 1073741824 1073778376 140733330440976 18446744073709551615 210216450021 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/7974/statm: 3941617 73164 2299 9 0 3932336 0
[pid=7974/tid=7976] ppid=7971 vsize=15766468 CPUtime=0.54 cores=1,3,5,7
/proc/7974/task/7976/stat : 7976 (java) S 7971 7974 7936 0 -1 4202560 15076 0 1 0 52 2 0 0 20 0 22 0 523636117 16144863232 73164 33554432000 1073741824 1073778376 140733330440976 18446744073709551615 210216463257 0 4 0 16800975 18446604459723998464 0 0 -1 1 0 0 0
[pid=7974/tid=7986] ppid=7971 vsize=15766468 CPUtime=3.16 cores=1,3,5,7
/proc/7974/task/7986/stat : 7986 (java) S 7971 7974 7936 0 -1 4202560 65627 0 0 0 302 14 0 0 15 0 22 0 523636118 16144863232 73164 33554432000 1073741824 1073778376 140733330440976 18446744073709551615 210216463257 0 4 0 16800975 18446604459723998464 0 0 -1 7 0 0 0
[pid=7974/tid=7987] ppid=7971 vsize=15766468 CPUtime=3.02 cores=1,3,5,7
/proc/7974/task/7987/stat : 7987 (java) S 7971 7974 7936 0 -1 4202560 58354 0 0 0 288 14 0 0 15 0 22 0 523636118 16144863232 73164 33554432000 1073741824 1073778376 140733330440976 18446744073709551615 210216463257 0 4 0 16800975 18446604459723998464 0 0 -1 3 0 0 0
[pid=7974/tid=7988] ppid=7971 vsize=15766468 CPUtime=3.11 cores=1,3,5,7
/proc/7974/task/7988/stat : 7988 (java) S 7971 7974 7936 0 -1 4202560 61747 0 0 0 297 14 0 0 15 0 22 0 523636118 16144863232 73164 33554432000 1073741824 1073778376 140733330440976 18446744073709551615 210216463257 0 4 0 16800975 18446604459723998464 0 0 -1 3 0 0 0
[pid=7974/tid=7989] ppid=7971 vsize=15766468 CPUtime=3.05 cores=1,3,5,7
/proc/7974/task/7989/stat : 7989 (java) S 7971 7974 7936 0 -1 4202560 61578 0 0 0 288 17 0 0 16 0 22 0 523636118 16144863232 73164 33554432000 1073741824 1073778376 140733330440976 18446744073709551615 210216463257 0 4 0 16800975 18446604459723998464 0 0 -1 7 0 0 0
[pid=7974/tid=7990] ppid=7971 vsize=15766468 CPUtime=3.26 cores=1,3,5,7
/proc/7974/task/7990/stat : 7990 (java) S 7971 7974 7936 0 -1 4202560 70402 0 0 0 308 18 0 0 15 0 22 0 523636118 16144863232 73164 33554432000 1073741824 1073778376 140733330440976 18446744073709551615 210216463257 0 4 0 16800975 18446604459723998464 0 0 -1 5 0 0 0
[pid=7974/tid=7991] ppid=7971 vsize=15766468 CPUtime=3.1 cores=1,3,5,7
/proc/7974/task/7991/stat : 7991 (java) S 7971 7974 7936 0 -1 4202560 61855 0 0 0 294 16 0 0 16 0 22 0 523636118 16144863232 73164 33554432000 1073741824 1073778376 140733330440976 18446744073709551615 210216463257 0 4 0 16800975 18446604459723998464 0 0 -1 3 0 0 0
[pid=7974/tid=7992] ppid=7971 vsize=15766468 CPUtime=3.11 cores=1,3,5,7
/proc/7974/task/7992/stat : 7992 (java) S 7971 7974 7936 0 -1 4202560 63200 0 0 0 296 15 0 0 16 0 22 0 523636118 16144863232 73164 33554432000 1073741824 1073778376 140733330440976 18446744073709551615 210216463257 0 4 0 16800975 18446604459723998464 0 0 -1 5 0 0 0
[pid=7974/tid=7993] ppid=7971 vsize=15766468 CPUtime=3.03 cores=1,3,5,7
/proc/7974/task/7993/stat : 7993 (java) S 7971 7974 7936 0 -1 4202560 61474 0 0 0 287 16 0 0 16 0 22 0 523636118 16144863232 73164 33554432000 1073741824 1073778376 140733330440976 18446744073709551615 210216463257 0 4 0 16800975 18446604459723998464 0 0 -1 5 0 0 0
[pid=7974/tid=7995] ppid=7971 vsize=15766468 CPUtime=2.02 cores=1,3,5,7
/proc/7974/task/7995/stat : 7995 (java) S 7971 7974 7936 0 -1 4202560 2743 0 0 0 147 55 0 0 16 0 22 0 523636119 16144863232 73164 33554432000 1073741824 1073778376 140733330440976 18446744073709551615 210216463872 0 0 0 16800975 18446604459723998464 0 0 -1 1 0 0 0
[pid=7974/tid=7998] ppid=7971 vsize=15766468 CPUtime=0 cores=1,3,5,7
/proc/7974/task/7998/stat : 7998 (java) S 7971 7974 7936 0 -1 4202560 16 0 0 0 0 0 0 0 18 0 22 0 523636119 16144863232 73164 33554432000 1073741824 1073778376 140733330440976 18446744073709551615 210216463257 0 4 0 16800975 18446604459723998464 0 0 -1 1 0 0 0
[pid=7974/tid=7999] ppid=7971 vsize=15766468 CPUtime=0 cores=1,3,5,7
/proc/7974/task/7999/stat : 7999 (java) S 7971 7974 7936 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 523636119 16144863232 73164 33554432000 1073741824 1073778376 140733330440976 18446744073709551615 210216463257 0 4 0 16800975 18446604459723998464 0 0 -1 1 0 0 0
[pid=7974/tid=8005] ppid=7971 vsize=15766468 CPUtime=0 cores=1,3,5,7
/proc/7974/task/8005/stat : 8005 (java) S 7971 7974 7936 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 523636121 16144863232 73164 33554432000 1073741824 1073778376 140733330440976 18446744073709551615 210216470961 0 4 0 16800975 18446604459723998464 0 0 -1 1 0 0 0
[pid=7974/tid=8006] ppid=7971 vsize=15766468 CPUtime=1.17 cores=1,3,5,7
/proc/7974/task/8006/stat : 8006 (java) S 7971 7974 7936 0 -1 4202560 14336 0 0 0 115 2 0 0 16 0 22 0 523636121 16144863232 73164 33554432000 1073741824 1073778376 140733330440976 18446744073709551615 210216463257 0 4 0 16800975 18446604459723998464 0 0 -1 5 0 0 0
[pid=7974/tid=8007] ppid=7971 vsize=15766468 CPUtime=1.17 cores=1,3,5,7
/proc/7974/task/8007/stat : 8007 (java) S 7971 7974 7936 0 -1 4202560 5913 0 0 0 117 0 0 0 15 0 22 0 523636121 16144863232 73164 33554432000 1073741824 1073778376 140733330440976 18446744073709551615 210216463257 0 4 0 16800975 18446604459723998464 0 0 -1 3 0 0 0
[pid=7974/tid=8008] ppid=7971 vsize=15766468 CPUtime=0 cores=1,3,5,7
/proc/7974/task/8008/stat : 8008 (java) S 7971 7974 7936 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 523636121 16144863232 73164 33554432000 1073741824 1073778376 140733330440976 18446744073709551615 210216463257 0 4 0 16800975 18446604459723998464 0 0 -1 1 0 0 0
[pid=7974/tid=8009] ppid=7971 vsize=15766468 CPUtime=0 cores=1,3,5,7
/proc/7974/task/8009/stat : 8009 (java) S 7971 7974 7936 0 -1 4202560 62 0 0 0 0 0 0 0 15 0 22 0 523636121 16144863232 73164 33554432000 1073741824 1073778376 140733330440976 18446744073709551615 210216463872 0 4 0 16800975 18446604459723998464 0 0 -1 5 0 0 0
[pid=7974/tid=8010] ppid=7971 vsize=15766468 CPUtime=1168.46 cores=1,3,5,7
/proc/7974/task/8010/stat : 8010 (java) R 7971 7974 7936 0 -1 4202560 178241 0 0 0 116815 31 0 0 25 0 22 0 523636150 16144863232 73164 33554432000 1073741824 1073778376 140733330440976 18446744073709551615 46912505731392 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=7974/tid=8011] ppid=7971 vsize=15766468 CPUtime=1168.06 cores=1,3,5,7
/proc/7974/task/8011/stat : 8011 (java) R 7971 7974 7936 0 -1 4202560 178275 0 0 0 116774 32 0 0 25 0 22 0 523636150 16144863232 73164 33554432000 1073741824 1073778376 140733330440976 18446744073709551615 46912505755737 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=7974/tid=8012] ppid=7971 vsize=15766468 CPUtime=1168.33 cores=1,3,5,7
/proc/7974/task/8012/stat : 8012 (java) R 7971 7974 7936 0 -1 4202560 181329 0 0 0 116802 31 0 0 25 0 22 0 523636150 16144863232 73164 33554432000 1073741824 1073778376 140733330440976 18446744073709551615 46912505783061 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=7974/tid=8015] ppid=7971 vsize=15766468 CPUtime=1167.8 cores=1,3,5,7
/proc/7974/task/8015/stat : 8015 (java) R 7971 7974 7936 0 -1 4202560 173759 0 0 0 116750 30 0 0 25 0 22 0 523636150 16144863232 73164 33554432000 1073741824 1073778376 140733330440976 18446744073709551615 46912505783100 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4702.55
Current children cumulated vsize (KiB) 15766468



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1206.9 s]
/proc/loadavg: 8.08 8.06 7.93 9/220 8049
/proc/meminfo: memFree=30686544/32951124 swapFree=67107188/67111528
[pid=7974] ppid=7971 vsize=15766468 CPUtime=4800.37 cores=1,3,5,7
/proc/7974/stat : 7974 (java) S 7971 7974 7936 0 -1 4202496 1281751 0 1 0 479714 323 0 0 24 0 22 0 523636117 16144863232 70850 33554432000 1073741824 1073778376 140733330440976 18446744073709551615 210216450021 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/7974/statm: 3941617 70850 2299 9 0 3932336 0
[pid=7974/tid=7976] ppid=7971 vsize=15766468 CPUtime=0.54 cores=1,3,5,7
/proc/7974/task/7976/stat : 7976 (java) S 7971 7974 7936 0 -1 4202560 15076 0 1 0 52 2 0 0 20 0 22 0 523636117 16144863232 70850 33554432000 1073741824 1073778376 140733330440976 18446744073709551615 210216463257 0 4 0 16800975 18446604459723998464 0 0 -1 1 0 0 0
[pid=7974/tid=7986] ppid=7971 vsize=15766468 CPUtime=3.23 cores=1,3,5,7
/proc/7974/task/7986/stat : 7986 (java) S 7971 7974 7936 0 -1 4202560 66378 0 0 0 308 15 0 0 15 0 22 0 523636118 16144863232 70850 33554432000 1073741824 1073778376 140733330440976 18446744073709551615 210216463257 0 4 0 16800975 18446604459723998464 0 0 -1 7 0 0 0
[pid=7974/tid=7987] ppid=7971 vsize=15766468 CPUtime=3.08 cores=1,3,5,7
/proc/7974/task/7987/stat : 7987 (java) S 7971 7974 7936 0 -1 4202560 59366 0 0 0 294 14 0 0 15 0 22 0 523636118 16144863232 70850 33554432000 1073741824 1073778376 140733330440976 18446744073709551615 210216463257 0 4 0 16800975 18446604459723998464 0 0 -1 5 0 0 0
[pid=7974/tid=7988] ppid=7971 vsize=15766468 CPUtime=3.19 cores=1,3,5,7
/proc/7974/task/7988/stat : 7988 (java) S 7971 7974 7936 0 -1 4202560 62469 0 0 0 304 15 0 0 16 0 22 0 523636118 16144863232 70850 33554432000 1073741824 1073778376 140733330440976 18446744073709551615 210216463257 0 4 0 16800975 18446604459723998464 0 0 -1 1 0 0 0
[pid=7974/tid=7989] ppid=7971 vsize=15766468 CPUtime=3.11 cores=1,3,5,7
/proc/7974/task/7989/stat : 7989 (java) S 7971 7974 7936 0 -1 4202560 62685 0 0 0 294 17 0 0 15 0 22 0 523636118 16144863232 70850 33554432000 1073741824 1073778376 140733330440976 18446744073709551615 210216463257 0 4 0 16800975 18446604459723998464 0 0 -1 7 0 0 0
[pid=7974/tid=7990] ppid=7971 vsize=15766468 CPUtime=3.33 cores=1,3,5,7
/proc/7974/task/7990/stat : 7990 (java) S 7971 7974 7936 0 -1 4202560 71244 0 0 0 314 19 0 0 15 0 22 0 523636118 16144863232 70850 33554432000 1073741824 1073778376 140733330440976 18446744073709551615 210216463257 0 4 0 16800975 18446604459723998464 0 0 -1 3 0 0 0
[pid=7974/tid=7991] ppid=7971 vsize=15766468 CPUtime=3.16 cores=1,3,5,7
/proc/7974/task/7991/stat : 7991 (java) S 7971 7974 7936 0 -1 4202560 62656 0 0 0 299 17 0 0 16 0 22 0 523636118 16144863232 70850 33554432000 1073741824 1073778376 140733330440976 18446744073709551615 210216463257 0 4 0 16800975 18446604459723998464 0 0 -1 1 0 0 0
[pid=7974/tid=7992] ppid=7971 vsize=15766468 CPUtime=3.17 cores=1,3,5,7
/proc/7974/task/7992/stat : 7992 (java) S 7971 7974 7936 0 -1 4202560 63789 0 0 0 302 15 0 0 16 0 22 0 523636118 16144863232 70850 33554432000 1073741824 1073778376 140733330440976 18446744073709551615 210216463257 0 4 0 16800975 18446604459723998464 0 0 -1 3 0 0 0
[pid=7974/tid=7993] ppid=7971 vsize=15766468 CPUtime=3.1 cores=1,3,5,7
/proc/7974/task/7993/stat : 7993 (java) S 7971 7974 7936 0 -1 4202560 62684 0 0 0 294 16 0 0 16 0 22 0 523636118 16144863232 70850 33554432000 1073741824 1073778376 140733330440976 18446744073709551615 210216463257 0 4 0 16800975 18446604459723998464 0 0 -1 5 0 0 0
[pid=7974/tid=7995] ppid=7971 vsize=15766468 CPUtime=2.07 cores=1,3,5,7
/proc/7974/task/7995/stat : 7995 (java) S 7971 7974 7936 0 -1 4202560 2805 0 0 0 151 56 0 0 15 0 22 0 523636119 16144863232 70850 33554432000 1073741824 1073778376 140733330440976 18446744073709551615 210216463872 0 0 0 16800975 18446604459723998464 0 0 -1 3 0 0 0
[pid=7974/tid=7998] ppid=7971 vsize=15766468 CPUtime=0 cores=1,3,5,7
/proc/7974/task/7998/stat : 7998 (java) S 7971 7974 7936 0 -1 4202560 16 0 0 0 0 0 0 0 18 0 22 0 523636119 16144863232 70850 33554432000 1073741824 1073778376 140733330440976 18446744073709551615 210216463257 0 4 0 16800975 18446604459723998464 0 0 -1 1 0 0 0
[pid=7974/tid=7999] ppid=7971 vsize=15766468 CPUtime=0 cores=1,3,5,7
/proc/7974/task/7999/stat : 7999 (java) S 7971 7974 7936 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 523636119 16144863232 70850 33554432000 1073741824 1073778376 140733330440976 18446744073709551615 210216463257 0 4 0 16800975 18446604459723998464 0 0 -1 1 0 0 0
[pid=7974/tid=8005] ppid=7971 vsize=15766468 CPUtime=0 cores=1,3,5,7
/proc/7974/task/8005/stat : 8005 (java) S 7971 7974 7936 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 523636121 16144863232 70850 33554432000 1073741824 1073778376 140733330440976 18446744073709551615 210216470961 0 4 0 16800975 18446604459723998464 0 0 -1 1 0 0 0
[pid=7974/tid=8006] ppid=7971 vsize=15766468 CPUtime=1.17 cores=1,3,5,7
/proc/7974/task/8006/stat : 8006 (java) S 7971 7974 7936 0 -1 4202560 14336 0 0 0 115 2 0 0 16 0 22 0 523636121 16144863232 70850 33554432000 1073741824 1073778376 140733330440976 18446744073709551615 210216463257 0 4 0 16800975 18446604459723998464 0 0 -1 5 0 0 0
[pid=7974/tid=8007] ppid=7971 vsize=15766468 CPUtime=1.17 cores=1,3,5,7
/proc/7974/task/8007/stat : 8007 (java) S 7971 7974 7936 0 -1 4202560 5913 0 0 0 117 0 0 0 15 0 22 0 523636121 16144863232 70850 33554432000 1073741824 1073778376 140733330440976 18446744073709551615 210216463257 0 4 0 16800975 18446604459723998464 0 0 -1 3 0 0 0
[pid=7974/tid=8008] ppid=7971 vsize=15766468 CPUtime=0 cores=1,3,5,7
/proc/7974/task/8008/stat : 8008 (java) S 7971 7974 7936 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 523636121 16144863232 70850 33554432000 1073741824 1073778376 140733330440976 18446744073709551615 210216463257 0 4 0 16800975 18446604459723998464 0 0 -1 1 0 0 0
[pid=7974/tid=8009] ppid=7971 vsize=15766468 CPUtime=0 cores=1,3,5,7
/proc/7974/task/8009/stat : 8009 (java) S 7971 7974 7936 0 -1 4202560 64 0 0 0 0 0 0 0 15 0 22 0 523636121 16144863232 70850 33554432000 1073741824 1073778376 140733330440976 18446744073709551615 210216463872 0 4 0 16800975 18446604459723998464 0 0 -1 5 0 0 0
[pid=7974/tid=8010] ppid=7971 vsize=15766468 CPUtime=1192.78 cores=1,3,5,7
/proc/7974/task/8010/stat : 8010 (java) R 7971 7974 7936 0 -1 4202560 182911 0 0 0 119246 32 0 0 25 0 22 0 523636150 16144863232 70850 33554432000 1073741824 1073778376 140733330440976 18446744073709551615 46912505818421 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=7974/tid=8011] ppid=7971 vsize=15766468 CPUtime=1192.3 cores=1,3,5,7
/proc/7974/task/8011/stat : 8011 (java) R 7971 7974 7936 0 -1 4202560 183223 0 0 0 119197 33 0 0 25 0 22 0 523636150 16144863232 70850 33554432000 1073741824 1073778376 140733330440976 18446744073709551615 18446744073699065904 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=7974/tid=8012] ppid=7971 vsize=15766468 CPUtime=1192.68 cores=1,3,5,7
/proc/7974/task/8012/stat : 8012 (java) R 7971 7974 7936 0 -1 4202560 186104 0 0 0 119235 33 0 0 25 0 22 0 523636150 16144863232 70850 33554432000 1073741824 1073778376 140733330440976 18446744073709551615 46912505786296 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=7974/tid=8015] ppid=7971 vsize=15766468 CPUtime=1192.14 cores=1,3,5,7
/proc/7974/task/8015/stat : 8015 (java) R 7971 7974 7936 0 -1 4202560 178663 0 0 0 119183 31 0 0 25 0 22 0 523636150 16144863232 70850 33554432000 1073741824 1073778376 140733330440976 18446744073709551615 46912506034229 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4800.37
Current children cumulated vsize (KiB) 15766468

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

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

[startup+1206.9 s]
/proc/loadavg: 8.08 8.06 7.93 9/220 8049
/proc/meminfo: memFree=30686544/32951124 swapFree=67107188/67111528
[pid=7974] ppid=7971 vsize=15766468 CPUtime=4800.37 cores=1,3,5,7
/proc/7974/stat : 7974 (java) S 7971 7974 7936 0 -1 4202496 1281751 0 1 0 479714 323 0 0 24 0 22 0 523636117 16144863232 70850 33554432000 1073741824 1073778376 140733330440976 18446744073709551615 210216450021 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/7974/statm: 3941617 70850 2299 9 0 3932336 0
[pid=7974/tid=7976] ppid=7971 vsize=15766468 CPUtime=0.54 cores=1,3,5,7
/proc/7974/task/7976/stat : 7976 (java) S 7971 7974 7936 0 -1 4202560 15076 0 1 0 52 2 0 0 20 0 22 0 523636117 16144863232 70850 33554432000 1073741824 1073778376 140733330440976 18446744073709551615 210216463257 0 4 0 16800975 18446604459723998464 0 0 -1 1 0 0 0
[pid=7974/tid=7986] ppid=7971 vsize=15766468 CPUtime=3.23 cores=1,3,5,7
/proc/7974/task/7986/stat : 7986 (java) S 7971 7974 7936 0 -1 4202560 66378 0 0 0 308 15 0 0 15 0 22 0 523636118 16144863232 70850 33554432000 1073741824 1073778376 140733330440976 18446744073709551615 210216463257 0 4 0 16800975 18446604459723998464 0 0 -1 7 0 0 0
[pid=7974/tid=7987] ppid=7971 vsize=15766468 CPUtime=3.08 cores=1,3,5,7
/proc/7974/task/7987/stat : 7987 (java) S 7971 7974 7936 0 -1 4202560 59366 0 0 0 294 14 0 0 15 0 22 0 523636118 16144863232 70850 33554432000 1073741824 1073778376 140733330440976 18446744073709551615 210216463257 0 4 0 16800975 18446604459723998464 0 0 -1 5 0 0 0
[pid=7974/tid=7988] ppid=7971 vsize=15766468 CPUtime=3.19 cores=1,3,5,7
/proc/7974/task/7988/stat : 7988 (java) S 7971 7974 7936 0 -1 4202560 62469 0 0 0 304 15 0 0 16 0 22 0 523636118 16144863232 70850 33554432000 1073741824 1073778376 140733330440976 18446744073709551615 210216463257 0 4 0 16800975 18446604459723998464 0 0 -1 1 0 0 0
[pid=7974/tid=7989] ppid=7971 vsize=15766468 CPUtime=3.11 cores=1,3,5,7
/proc/7974/task/7989/stat : 7989 (java) S 7971 7974 7936 0 -1 4202560 62685 0 0 0 294 17 0 0 15 0 22 0 523636118 16144863232 70850 33554432000 1073741824 1073778376 140733330440976 18446744073709551615 210216463257 0 4 0 16800975 18446604459723998464 0 0 -1 7 0 0 0
[pid=7974/tid=7990] ppid=7971 vsize=15766468 CPUtime=3.33 cores=1,3,5,7
/proc/7974/task/7990/stat : 7990 (java) S 7971 7974 7936 0 -1 4202560 71244 0 0 0 314 19 0 0 15 0 22 0 523636118 16144863232 70850 33554432000 1073741824 1073778376 140733330440976 18446744073709551615 210216463257 0 4 0 16800975 18446604459723998464 0 0 -1 3 0 0 0
[pid=7974/tid=7991] ppid=7971 vsize=15766468 CPUtime=3.16 cores=1,3,5,7
/proc/7974/task/7991/stat : 7991 (java) S 7971 7974 7936 0 -1 4202560 62656 0 0 0 299 17 0 0 16 0 22 0 523636118 16144863232 70850 33554432000 1073741824 1073778376 140733330440976 18446744073709551615 210216463257 0 4 0 16800975 18446604459723998464 0 0 -1 1 0 0 0
[pid=7974/tid=7992] ppid=7971 vsize=15766468 CPUtime=3.17 cores=1,3,5,7
/proc/7974/task/7992/stat : 7992 (java) S 7971 7974 7936 0 -1 4202560 63789 0 0 0 302 15 0 0 16 0 22 0 523636118 16144863232 70850 33554432000 1073741824 1073778376 140733330440976 18446744073709551615 210216463257 0 4 0 16800975 18446604459723998464 0 0 -1 3 0 0 0
[pid=7974/tid=7993] ppid=7971 vsize=15766468 CPUtime=3.1 cores=1,3,5,7
/proc/7974/task/7993/stat : 7993 (java) S 7971 7974 7936 0 -1 4202560 62684 0 0 0 294 16 0 0 16 0 22 0 523636118 16144863232 70850 33554432000 1073741824 1073778376 140733330440976 18446744073709551615 210216463257 0 4 0 16800975 18446604459723998464 0 0 -1 5 0 0 0
[pid=7974/tid=7995] ppid=7971 vsize=15766468 CPUtime=2.07 cores=1,3,5,7
/proc/7974/task/7995/stat : 7995 (java) S 7971 7974 7936 0 -1 4202560 2805 0 0 0 151 56 0 0 15 0 22 0 523636119 16144863232 70850 33554432000 1073741824 1073778376 140733330440976 18446744073709551615 210216463872 0 0 0 16800975 18446604459723998464 0 0 -1 3 0 0 0
[pid=7974/tid=7998] ppid=7971 vsize=15766468 CPUtime=0 cores=1,3,5,7
/proc/7974/task/7998/stat : 7998 (java) S 7971 7974 7936 0 -1 4202560 16 0 0 0 0 0 0 0 18 0 22 0 523636119 16144863232 70850 33554432000 1073741824 1073778376 140733330440976 18446744073709551615 210216463257 0 4 0 16800975 18446604459723998464 0 0 -1 1 0 0 0
[pid=7974/tid=7999] ppid=7971 vsize=15766468 CPUtime=0 cores=1,3,5,7
/proc/7974/task/7999/stat : 7999 (java) S 7971 7974 7936 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 523636119 16144863232 70850 33554432000 1073741824 1073778376 140733330440976 18446744073709551615 210216463257 0 4 0 16800975 18446604459723998464 0 0 -1 1 0 0 0
[pid=7974/tid=8005] ppid=7971 vsize=15766468 CPUtime=0 cores=1,3,5,7
/proc/7974/task/8005/stat : 8005 (java) S 7971 7974 7936 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 523636121 16144863232 70850 33554432000 1073741824 1073778376 140733330440976 18446744073709551615 210216470961 0 4 0 16800975 18446604459723998464 0 0 -1 1 0 0 0
[pid=7974/tid=8006] ppid=7971 vsize=15766468 CPUtime=1.17 cores=1,3,5,7
/proc/7974/task/8006/stat : 8006 (java) S 7971 7974 7936 0 -1 4202560 14336 0 0 0 115 2 0 0 16 0 22 0 523636121 16144863232 70850 33554432000 1073741824 1073778376 140733330440976 18446744073709551615 210216463257 0 4 0 16800975 18446604459723998464 0 0 -1 5 0 0 0
[pid=7974/tid=8007] ppid=7971 vsize=15766468 CPUtime=1.17 cores=1,3,5,7
/proc/7974/task/8007/stat : 8007 (java) S 7971 7974 7936 0 -1 4202560 5913 0 0 0 117 0 0 0 15 0 22 0 523636121 16144863232 70850 33554432000 1073741824 1073778376 140733330440976 18446744073709551615 210216463257 0 4 0 16800975 18446604459723998464 0 0 -1 3 0 0 0
[pid=7974/tid=8008] ppid=7971 vsize=15766468 CPUtime=0 cores=1,3,5,7
/proc/7974/task/8008/stat : 8008 (java) S 7971 7974 7936 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 523636121 16144863232 70850 33554432000 1073741824 1073778376 140733330440976 18446744073709551615 210216463257 0 4 0 16800975 18446604459723998464 0 0 -1 1 0 0 0
[pid=7974/tid=8009] ppid=7971 vsize=15766468 CPUtime=0 cores=1,3,5,7
/proc/7974/task/8009/stat : 8009 (java) S 7971 7974 7936 0 -1 4202560 64 0 0 0 0 0 0 0 15 0 22 0 523636121 16144863232 70850 33554432000 1073741824 1073778376 140733330440976 18446744073709551615 210216463872 0 4 0 16800975 18446604459723998464 0 0 -1 5 0 0 0
[pid=7974/tid=8010] ppid=7971 vsize=15766468 CPUtime=1192.78 cores=1,3,5,7
/proc/7974/task/8010/stat : 8010 (java) R 7971 7974 7936 0 -1 4202560 182911 0 0 0 119246 32 0 0 25 0 22 0 523636150 16144863232 70850 33554432000 1073741824 1073778376 140733330440976 18446744073709551615 46912505818421 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=7974/tid=8011] ppid=7971 vsize=15766468 CPUtime=1192.3 cores=1,3,5,7
/proc/7974/task/8011/stat : 8011 (java) R 7971 7974 7936 0 -1 4202560 183223 0 0 0 119197 33 0 0 25 0 22 0 523636150 16144863232 70850 33554432000 1073741824 1073778376 140733330440976 18446744073709551615 18446744073699065904 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=7974/tid=8012] ppid=7971 vsize=15766468 CPUtime=1192.68 cores=1,3,5,7
/proc/7974/task/8012/stat : 8012 (java) R 7971 7974 7936 0 -1 4202560 186104 0 0 0 119235 33 0 0 25 0 22 0 523636150 16144863232 70850 33554432000 1073741824 1073778376 140733330440976 18446744073709551615 46912505786296 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=7974/tid=8015] ppid=7971 vsize=15766468 CPUtime=1192.14 cores=1,3,5,7
/proc/7974/task/8015/stat : 8015 (java) R 7971 7974 7936 0 -1 4202560 178663 0 0 0 119183 31 0 0 25 0 22 0 523636150 16144863232 70850 33554432000 1073741824 1073778376 140733330440976 18446744073709551615 46912506034229 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4800.37
Current children cumulated vsize (KiB) 15766468

Child status: 143
Real time (s): 1206.93
CPU time (s): 4800.43
CPU user time (s): 4797.18
CPU system time (s): 3.2515
CPU usage (%): 397.739
Max. virtual memory (cumulated for all children) (KiB): 15769148

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4797.18
system time used= 3.2515
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1281777
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= 277164
involuntary context switches= 155344

runsolver used 1.9457 second user time and 4.68029 second system time

The end

Launcher Data

Begin job on node130 at 2011-04-30 01:39:36
IDJOB=3311322
IDBENCH=82707
IDSOLVER=1698
FILE ID=node130/3311322-1304120376
RUNJOBID= node130-1304120376-7955
PBS_JOBID= 13170734
Free space on /tmp= 71992 MiB

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

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

MD5SUM BENCH= c0af45ae07be0ad78c796952c610fc60
RANDOM SEED=1433730167

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      31237792 kB
Buffers:        161488 kB
Cached:        1212352 kB
SwapCached:       1480 kB
Active:          76248 kB
Inactive:      1359776 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31237792 kB
SwapTotal:    67111528 kB
SwapFree:     67107188 kB
Dirty:            3708 kB
Writeback:           0 kB
AnonPages:       61496 kB
Mapped:          15292 kB
Slab:           212776 kB
PageTables:       4848 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   200288 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= 71992 MiB
End job on node130 at 2011-04-30 01:59:45