Trace number 3312534

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
STRUCTure 0.1? (TO) 4800.28 1206.83

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v650-c2769-S1298256564-085.UNKNOWN.cnf
MD5SUMcf48efaad74dd9e258ebbccf8ec047e7
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables650
Number of clauses2769
Sum of the clauses size8307
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 32769
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.11/0.11	32:46 INFO : Reading from input HOME/instance-3312534-1304119966.cnf
0.28/0.25	Executor set job limit to 1000000
0.28/0.25	Executor set job limit to 1000000
0.28/0.25	Executor set job limit to 1000000
0.28/0.25	Executor set job limit to 1000000
0.28/0.25	Starting Executor!
0.28/0.25	Starting Executor!
0.28/0.25	Starting Executor!
0.28/0.25	Starting Executor!
0.54/0.39	32:46 INFO : 650 variables remaining out of 650
0.54/0.39	32:46 INFO : 11076 literals remaining out of 11076

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

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

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


[startup+0 s]
/proc/loadavg: 8.07 8.09 7.87 2/194 31758
/proc/meminfo: memFree=30957720/32950928 swapFree=67111464/67111528
[pid=31758] ppid=31756 vsize=27172 CPUtime=0 cores=1,3,5,7
/proc/31758/stat : 31758 (java) S 31756 31758 31569 0 -1 4202496 1417 0 0 0 0 0 0 0 24 0 2 0 523593292 27824128 889 33554432000 1073741824 1073778376 140734145975664 18446744073709551615 254512494565 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/31758/statm: 6793 894 684 9 0 381 0
[pid=31758/tid=31759] ppid=31756 vsize=27172 CPUtime=0 cores=1,3,5,7
/proc/31758/task/31759/stat : 31759 (java) S 31756 31758 31569 0 -1 4202560 66 0 0 0 0 0 0 0 25 0 2 0 523593292 27824128 894 33554432000 1073741824 1073778376 140734145975664 18446744073709551615 254495768199 0 2147483391 4096 0 18446744071699199166 0 0 -1 1 0 0 0

[startup+0.0954791 s]
/proc/loadavg: 8.07 8.09 7.87 2/194 31758
/proc/meminfo: memFree=30957720/32950928 swapFree=67111464/67111528
[pid=31758] ppid=31756 vsize=15676988 CPUtime=0.1 cores=1,3,5,7
/proc/31758/stat : 31758 (java) S 31756 31758 31569 0 -1 4202496 5551 0 1 0 10 0 0 0 24 0 18 0 523593292 16053235712 4977 33554432000 1073741824 1073778376 140734145975664 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/31758/statm: 3919247 4977 2124 9 0 3909966 0
[pid=31758/tid=31759] ppid=31756 vsize=15676988 CPUtime=0.08 cores=1,3,5,7
/proc/31758/task/31759/stat : 31759 (java) R 31756 31758 31569 0 -1 4202560 3401 0 1 0 8 0 0 0 18 0 18 0 523593292 16053235712 4977 33554432000 1073741824 1073778376 140734145975664 18446744073709551615 254500687717 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) 15676988

[startup+0.100459 s]
/proc/loadavg: 8.07 8.09 7.87 2/194 31758
/proc/meminfo: memFree=30957720/32950928 swapFree=67111464/67111528
[pid=31758] ppid=31756 vsize=15676988 CPUtime=0.11 cores=1,3,5,7
/proc/31758/stat : 31758 (java) S 31756 31758 31569 0 -1 4202496 5605 0 1 0 10 1 0 0 24 0 18 0 523593292 16053235712 5031 33554432000 1073741824 1073778376 140734145975664 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/31758/statm: 3919247 5031 2124 9 0 3909966 0
[pid=31758/tid=31759] ppid=31756 vsize=15676988 CPUtime=0.08 cores=1,3,5,7
/proc/31758/task/31759/stat : 31759 (java) R 31756 31758 31569 0 -1 4202560 3455 0 1 0 8 0 0 0 18 0 18 0 523593292 16053235712 5031 33554432000 1073741824 1073778376 140734145975664 18446744073709551615 46965980842904 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 15676988

[startup+0.304416 s]
/proc/loadavg: 8.07 8.09 7.87 2/194 31758
/proc/meminfo: memFree=30957720/32950928 swapFree=67111464/67111528
[pid=31758] ppid=31756 vsize=15685892 CPUtime=0.54 cores=1,3,5,7
/proc/31758/stat : 31758 (java) S 31756 31758 31569 0 -1 4202496 11670 0 1 0 52 2 0 0 24 0 22 0 523593292 16062353408 9802 33554432000 1073741824 1073778376 140734145975664 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/31758/statm: 3921473 9802 2214 9 0 3912192 0
[pid=31758/tid=31759] ppid=31756 vsize=15685892 CPUtime=0.28 cores=1,3,5,7
/proc/31758/task/31759/stat : 31759 (java) R 31756 31758 31569 0 -1 4202560 6437 0 1 0 27 1 0 0 19 0 22 0 523593292 16062353408 9802 33554432000 1073741824 1073778376 140734145975664 18446744073709551615 46912505220513 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.54
Current children cumulated vsize (KiB) 15685892

[startup+2.35595 s]
/proc/loadavg: 8.07 8.09 7.87 2/194 31758
/proc/meminfo: memFree=30957720/32950928 swapFree=67111464/67111528
[pid=31758] ppid=31756 vsize=15698908 CPUtime=8.51 cores=1,3,5,7
/proc/31758/stat : 31758 (java) S 31756 31758 31569 0 -1 4202496 60365 0 1 0 844 7 0 0 24 0 22 0 523593292 16075681792 53430 33554432000 1073741824 1073778376 140734145975664 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/31758/statm: 3924727 53430 2272 9 0 3915446 0
[pid=31758/tid=31759] ppid=31756 vsize=15698908 CPUtime=0.37 cores=1,3,5,7
/proc/31758/task/31759/stat : 31759 (java) S 31756 31758 31569 0 -1 4202560 6806 0 1 0 36 1 0 0 20 0 22 0 523593292 16075681792 53430 33554432000 1073741824 1073778376 140734145975664 18446744073709551615 254512507801 0 4 0 16800975 18446604471148286400 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 8.51
Current children cumulated vsize (KiB) 15698908

[startup+2.40094 s]
/proc/loadavg: 8.07 8.09 7.87 2/194 31758
/proc/meminfo: memFree=30957720/32950928 swapFree=67111464/67111528
[pid=31758] ppid=31756 vsize=15698908 CPUtime=8.68 cores=1,3,5,7
/proc/31758/stat : 31758 (java) S 31756 31758 31569 0 -1 4202496 60440 0 1 0 861 7 0 0 24 0 22 0 523593292 16075681792 53468 33554432000 1073741824 1073778376 140734145975664 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/31758/statm: 3924727 53468 2272 9 0 3915446 0
[pid=31758/tid=31759] ppid=31756 vsize=15698908 CPUtime=0.37 cores=1,3,5,7
/proc/31758/task/31759/stat : 31759 (java) S 31756 31758 31569 0 -1 4202560 6806 0 1 0 36 1 0 0 20 0 22 0 523593292 16075681792 53468 33554432000 1073741824 1073778376 140734145975664 18446744073709551615 254512507801 0 4 0 16800975 18446604471148286400 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 8.68
Current children cumulated vsize (KiB) 15698908

[startup+3.1008 s]
/proc/loadavg: 8.55 8.19 7.91 10/220 31784
/proc/meminfo: memFree=30162924/32950928 swapFree=67111464/67111528
[pid=31758] ppid=31756 vsize=15698908 CPUtime=11.47 cores=1,3,5,7
/proc/31758/stat : 31758 (java) S 31756 31758 31569 0 -1 4202496 63859 0 1 0 1139 8 0 0 24 0 22 0 523593292 16075681792 55856 33554432000 1073741824 1073778376 140734145975664 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/31758/statm: 3924727 55856 2284 9 0 3915446 0
[pid=31758/tid=31759] ppid=31756 vsize=15698908 CPUtime=0.37 cores=1,3,5,7
/proc/31758/task/31759/stat : 31759 (java) S 31756 31758 31569 0 -1 4202560 6806 0 1 0 36 1 0 0 20 0 22 0 523593292 16075681792 55856 33554432000 1073741824 1073778376 140734145975664 18446744073709551615 254512507801 0 4 0 16800975 18446604471148286400 0 0 -1 5 0 0 0
[pid=31758/tid=31761] ppid=31756 vsize=15698908 CPUtime=0 cores=1,3,5,7
/proc/31758/task/31761/stat : 31761 (java) S 31756 31758 31569 0 -1 4202560 53 0 0 0 0 0 0 0 15 0 22 0 523593293 16075681792 55856 33554432000 1073741824 1073778376 140734145975664 18446744073709551615 254512507801 0 4 0 16800975 18446604471148286400 0 0 -1 5 0 0 0
[pid=31758/tid=31762] ppid=31756 vsize=15698908 CPUtime=0 cores=1,3,5,7
/proc/31758/task/31762/stat : 31762 (java) S 31756 31758 31569 0 -1 4202560 1244 0 0 0 0 0 0 0 15 0 22 0 523593293 16075681792 55856 33554432000 1073741824 1073778376 140734145975664 18446744073709551615 254512507801 0 4 0 16800975 18446604471148286400 0 0 -1 3 0 0 0
[pid=31758/tid=31763] ppid=31756 vsize=15698908 CPUtime=0 cores=1,3,5,7
/proc/31758/task/31763/stat : 31763 (java) S 31756 31758 31569 0 -1 4202560 680 0 0 0 0 0 0 0 15 0 22 0 523593293 16075681792 55856 33554432000 1073741824 1073778376 140734145975664 18446744073709551615 254512507801 0 4 0 16800975 18446604471148286400 0 0 -1 7 0 0 0
[pid=31758/tid=31764] ppid=31756 vsize=15698908 CPUtime=0 cores=1,3,5,7
/proc/31758/task/31764/stat : 31764 (java) S 31756 31758 31569 0 -1 4202560 1539 0 0 0 0 0 0 0 16 0 22 0 523593293 16075681792 55856 33554432000 1073741824 1073778376 140734145975664 18446744073709551615 254512507801 0 4 0 16800975 18446604471148286400 0 0 -1 7 0 0 0
[pid=31758/tid=31765] ppid=31756 vsize=15698908 CPUtime=0 cores=1,3,5,7
/proc/31758/task/31765/stat : 31765 (java) S 31756 31758 31569 0 -1 4202560 866 0 0 0 0 0 0 0 15 0 22 0 523593293 16075681792 55856 33554432000 1073741824 1073778376 140734145975664 18446744073709551615 254512507801 0 4 0 16800975 18446604471148286400 0 0 -1 5 0 0 0
[pid=31758/tid=31766] ppid=31756 vsize=15698908 CPUtime=0 cores=1,3,5,7
/proc/31758/task/31766/stat : 31766 (java) S 31756 31758 31569 0 -1 4202560 1891 0 0 0 0 0 0 0 15 0 22 0 523593293 16075681792 55856 33554432000 1073741824 1073778376 140734145975664 18446744073709551615 254512507801 0 4 0 16800975 18446604471148286400 0 0 -1 1 0 0 0
[pid=31758/tid=31767] ppid=31756 vsize=15698908 CPUtime=0 cores=1,3,5,7
/proc/31758/task/31767/stat : 31767 (java) S 31756 31758 31569 0 -1 4202560 1518 0 0 0 0 0 0 0 15 0 22 0 523593293 16075681792 55856 33554432000 1073741824 1073778376 140734145975664 18446744073709551615 254512507801 0 4 0 16800975 18446604471148286400 0 0 -1 1 0 0 0
[pid=31758/tid=31768] ppid=31756 vsize=15698908 CPUtime=0 cores=1,3,5,7
/proc/31758/task/31768/stat : 31768 (java) S 31756 31758 31569 0 -1 4202560 628 0 0 0 0 0 0 0 15 0 22 0 523593293 16075681792 55856 33554432000 1073741824 1073778376 140734145975664 18446744073709551615 254512507801 0 4 0 16800975 18446604471148286400 0 0 -1 1 0 0 0
[pid=31758/tid=31769] ppid=31756 vsize=15698908 CPUtime=0 cores=1,3,5,7
/proc/31758/task/31769/stat : 31769 (java) S 31756 31758 31569 0 -1 4202560 74 0 0 0 0 0 0 0 15 0 22 0 523593294 16075681792 55856 33554432000 1073741824 1073778376 140734145975664 18446744073709551615 254512508416 0 0 0 16800975 18446604471148286400 0 0 -1 5 0 0 0
[pid=31758/tid=31770] ppid=31756 vsize=15698908 CPUtime=0 cores=1,3,5,7
/proc/31758/task/31770/stat : 31770 (java) S 31756 31758 31569 0 -1 4202560 17 0 0 0 0 0 0 0 16 0 22 0 523593294 16075681792 55856 33554432000 1073741824 1073778376 140734145975664 18446744073709551615 254512507801 0 4 0 16800975 18446604471148286400 0 0 -1 1 0 0 0
[pid=31758/tid=31771] ppid=31756 vsize=15698908 CPUtime=0 cores=1,3,5,7
/proc/31758/task/31771/stat : 31771 (java) S 31756 31758 31569 0 -1 4202560 9 0 0 0 0 0 0 0 17 0 22 0 523593294 16075681792 55856 33554432000 1073741824 1073778376 140734145975664 18446744073709551615 254512507801 0 4 0 16800975 18446604471148286400 0 0 -1 7 0 0 0
[pid=31758/tid=31772] ppid=31756 vsize=15698908 CPUtime=0 cores=1,3,5,7
/proc/31758/task/31772/stat : 31772 (java) S 31756 31758 31569 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 523593296 16075681792 55856 33554432000 1073741824 1073778376 140734145975664 18446744073709551615 254512515505 0 4 0 16800975 18446604471148286400 0 0 -1 1 0 0 0
[pid=31758/tid=31773] ppid=31756 vsize=15698908 CPUtime=0.69 cores=1,3,5,7
/proc/31758/task/31773/stat : 31773 (java) R 31756 31758 31569 0 -1 4202560 11839 0 0 0 68 1 0 0 15 0 22 0 523593296 16075681792 55856 33554432000 1073741824 1073778376 140734145975664 18446744073709551615 46965980778048 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=31758/tid=31774] ppid=31756 vsize=15698908 CPUtime=1.08 cores=1,3,5,7
/proc/31758/task/31774/stat : 31774 (java) S 31756 31758 31569 0 -1 4202560 6325 0 0 0 108 0 0 0 15 0 22 0 523593296 16075681792 55856 33554432000 1073741824 1073778376 140734145975664 18446744073709551615 254512507801 0 4 0 16800975 18446604471148286400 0 0 -1 5 0 0 0
[pid=31758/tid=31775] ppid=31756 vsize=15698908 CPUtime=0 cores=1,3,5,7
/proc/31758/task/31775/stat : 31775 (java) S 31756 31758 31569 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 523593296 16075681792 55856 33554432000 1073741824 1073778376 140734145975664 18446744073709551615 254512507801 0 4 0 16800975 18446604471148286400 0 0 -1 1 0 0 0
[pid=31758/tid=31776] ppid=31756 vsize=15698908 CPUtime=0 cores=1,3,5,7
/proc/31758/task/31776/stat : 31776 (java) S 31756 31758 31569 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 523593296 16075681792 55856 33554432000 1073741824 1073778376 140734145975664 18446744073709551615 254512508416 0 4 0 16800975 18446604471148286400 0 0 -1 5 0 0 0
[pid=31758/tid=31781] ppid=31756 vsize=15698908 CPUtime=2.11 cores=1,3,5,7
/proc/31758/task/31781/stat : 31781 (java) R 31756 31758 31569 0 -1 4202560 7753 0 0 0 211 0 0 0 16 0 22 0 523593317 16075681792 55856 33554432000 1073741824 1073778376 140734145975664 18446744073709551615 18446744073699065939 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=31758/tid=31782] ppid=31756 vsize=15698908 CPUtime=2.45 cores=1,3,5,7
/proc/31758/task/31782/stat : 31782 (java) R 31756 31758 31569 0 -1 4202560 8042 0 0 0 244 1 0 0 18 0 22 0 523593317 16075681792 55856 33554432000 1073741824 1073778376 140734145975664 18446744073709551615 46912505831284 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=31758/tid=31783] ppid=31756 vsize=15698908 CPUtime=2.32 cores=1,3,5,7
/proc/31758/task/31783/stat : 31783 (java) R 31756 31758 31569 0 -1 4202560 6713 0 0 0 232 0 0 0 18 0 22 0 523593318 16075681792 55856 33554432000 1073741824 1073778376 140734145975664 18446744073709551615 46912505524407 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=31758/tid=31784] ppid=31756 vsize=15698908 CPUtime=2.32 cores=1,3,5,7
/proc/31758/task/31784/stat : 31784 (java) R 31756 31758 31569 0 -1 4202560 6503 0 0 0 232 0 0 0 18 0 22 0 523593318 16075681792 55856 33554432000 1073741824 1073778376 140734145975664 18446744073709551615 46912505719532 0 4 0 16800975 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 11.47
Current children cumulated vsize (KiB) 15698908

[startup+6.30116 s]
/proc/loadavg: 8.55 8.19 7.91 9/220 31784
/proc/meminfo: memFree=29285136/32950928 swapFree=67111464/67111528
[pid=31758] ppid=31756 vsize=15698908 CPUtime=24.23 cores=1,3,5,7
/proc/31758/stat : 31758 (java) S 31756 31758 31569 0 -1 4202496 158545 0 1 0 2404 19 0 0 24 0 22 0 523593292 16075681792 148468 33554432000 1073741824 1073778376 140734145975664 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/31758/statm: 3924727 148468 2284 9 0 3915446 0
[pid=31758/tid=31759] ppid=31756 vsize=15698908 CPUtime=0.37 cores=1,3,5,7
/proc/31758/task/31759/stat : 31759 (java) S 31756 31758 31569 0 -1 4202560 6806 0 1 0 36 1 0 0 20 0 22 0 523593292 16075681792 148468 33554432000 1073741824 1073778376 140734145975664 18446744073709551615 254512507801 0 4 0 16800975 18446604471148286400 0 0 -1 5 0 0 0
[pid=31758/tid=31761] ppid=31756 vsize=15698908 CPUtime=0 cores=1,3,5,7
/proc/31758/task/31761/stat : 31761 (java) S 31756 31758 31569 0 -1 4202560 1494 0 0 0 0 0 0 0 15 0 22 0 523593293 16075681792 148468 33554432000 1073741824 1073778376 140734145975664 18446744073709551615 254512507801 0 4 0 16800975 18446604471148286400 0 0 -1 3 0 0 0
[pid=31758/tid=31762] ppid=31756 vsize=15698908 CPUtime=0 cores=1,3,5,7
/proc/31758/task/31762/stat : 31762 (java) S 31756 31758 31569 0 -1 4202560 1744 0 0 0 0 0 0 0 15 0 22 0 523593293 16075681792 148468 33554432000 1073741824 1073778376 140734145975664 18446744073709551615 254512507801 0 4 0 16800975 18446604471148286400 0 0 -1 7 0 0 0
[pid=31758/tid=31763] ppid=31756 vsize=15698908 CPUtime=0.01 cores=1,3,5,7
/proc/31758/task/31763/stat : 31763 (java) S 31756 31758 31569 0 -1 4202560 1764 0 0 0 1 0 0 0 15 0 22 0 523593293 16075681792 148468 33554432000 1073741824 1073778376 140734145975664 18446744073709551615 254512507801 0 4 0 16800975 18446604471148286400 0 0 -1 7 0 0 0
[pid=31758/tid=31764] ppid=31756 vsize=15698908 CPUtime=0 cores=1,3,5,7
/proc/31758/task/31764/stat : 31764 (java) S 31756 31758 31569 0 -1 4202560 2420 0 0 0 0 0 0 0 15 0 22 0 523593293 16075681792 148468 33554432000 1073741824 1073778376 140734145975664 18446744073709551615 254512507801 0 4 0 16800975 18446604471148286400 0 0 -1 5 0 0 0
[pid=31758/tid=31765] ppid=31756 vsize=15698908 CPUtime=0 cores=1,3,5,7
/proc/31758/task/31765/stat : 31765 (java) S 31756 31758 31569 0 -1 4202560 1555 0 0 0 0 0 0 0 16 0 22 0 523593293 16075681792 148468 33554432000 1073741824 1073778376 140734145975664 18446744073709551615 254512507801 0 4 0 16800975 18446604471148286400 0 0 -1 1 0 0 0
[pid=31758/tid=31766] ppid=31756 vsize=15698908 CPUtime=0.01 cores=1,3,5,7
/proc/31758/task/31766/stat : 31766 (java) S 31756 31758 31569 0 -1 4202560 2953 0 0 0 1 0 0 0 15 0 22 0 523593293 16075681792 148468 33554432000 1073741824 1073778376 140734145975664 18446744073709551615 254512507801 0 4 0 16800975 18446604471148286400 0 0 -1 1 0 0 0
[pid=31758/tid=31767] ppid=31756 vsize=15698908 CPUtime=0.01 cores=1,3,5,7
/proc/31758/task/31767/stat : 31767 (java) S 31756 31758 31569 0 -1 4202560 2371 0 0 0 1 0 0 0 15 0 22 0 523593293 16075681792 148468 33554432000 1073741824 1073778376 140734145975664 18446744073709551615 254512507801 0 4 0 16800975 18446604471148286400 0 0 -1 5 0 0 0
[pid=31758/tid=31768] ppid=31756 vsize=15698908 CPUtime=0.01 cores=1,3,5,7
/proc/31758/task/31768/stat : 31768 (java) S 31756 31758 31569 0 -1 4202560 1815 0 0 0 1 0 0 0 15 0 22 0 523593293 16075681792 148468 33554432000 1073741824 1073778376 140734145975664 18446744073709551615 254512507801 0 4 0 16800975 18446604471148286400 0 0 -1 3 0 0 0
[pid=31758/tid=31769] ppid=31756 vsize=15698908 CPUtime=0 cores=1,3,5,7
/proc/31758/task/31769/stat : 31769 (java) S 31756 31758 31569 0 -1 4202560 354 0 0 0 0 0 0 0 15 0 22 0 523593294 16075681792 148468 33554432000 1073741824 1073778376 140734145975664 18446744073709551615 254512508416 0 0 0 16800975 18446604471148286400 0 0 -1 5 0 0 0
[pid=31758/tid=31770] ppid=31756 vsize=15698908 CPUtime=0 cores=1,3,5,7
/proc/31758/task/31770/stat : 31770 (java) S 31756 31758 31569 0 -1 4202560 17 0 0 0 0 0 0 0 16 0 22 0 523593294 16075681792 148468 33554432000 1073741824 1073778376 140734145975664 18446744073709551615 254512507801 0 4 0 16800975 18446604471148286400 0 0 -1 1 0 0 0
[pid=31758/tid=31771] ppid=31756 vsize=15698908 CPUtime=0 cores=1,3,5,7
/proc/31758/task/31771/stat : 31771 (java) S 31756 31758 31569 0 -1 4202560 9 0 0 0 0 0 0 0 17 0 22 0 523593294 16075681792 148468 33554432000 1073741824 1073778376 140734145975664 18446744073709551615 254512507801 0 4 0 16800975 18446604471148286400 0 0 -1 7 0 0 0
[pid=31758/tid=31772] ppid=31756 vsize=15698908 CPUtime=0 cores=1,3,5,7
/proc/31758/task/31772/stat : 31772 (java) S 31756 31758 31569 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 523593296 16075681792 148468 33554432000 1073741824 1073778376 140734145975664 18446744073709551615 254512515505 0 4 0 16800975 18446604471148286400 0 0 -1 1 0 0 0
[pid=31758/tid=31773] ppid=31756 vsize=15698908 CPUtime=0.77 cores=1,3,5,7
/proc/31758/task/31773/stat : 31773 (java) S 31756 31758 31569 0 -1 4202560 11852 0 0 0 76 1 0 0 16 0 22 0 523593296 16075681792 148468 33554432000 1073741824 1073778376 140734145975664 18446744073709551615 254512507801 0 4 0 16800975 18446604471148286400 0 0 -1 1 0 0 0
[pid=31758/tid=31774] ppid=31756 vsize=15698908 CPUtime=1.17 cores=1,3,5,7
/proc/31758/task/31774/stat : 31774 (java) S 31756 31758 31569 0 -1 4202560 6335 0 0 0 117 0 0 0 15 0 22 0 523593296 16075681792 148468 33554432000 1073741824 1073778376 140734145975664 18446744073709551615 254512507801 0 4 0 16800975 18446604471148286400 0 0 -1 5 0 0 0
[pid=31758/tid=31775] ppid=31756 vsize=15698908 CPUtime=0 cores=1,3,5,7
/proc/31758/task/31775/stat : 31775 (java) S 31756 31758 31569 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 523593296 16075681792 148468 33554432000 1073741824 1073778376 140734145975664 18446744073709551615 254512507801 0 4 0 16800975 18446604471148286400 0 0 -1 1 0 0 0
[pid=31758/tid=31776] ppid=31756 vsize=15698908 CPUtime=0 cores=1,3,5,7
/proc/31758/task/31776/stat : 31776 (java) S 31756 31758 31569 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 523593296 16075681792 148468 33554432000 1073741824 1073778376 140734145975664 18446744073709551615 254512508416 0 4 0 16800975 18446604471148286400 0 0 -1 5 0 0 0
[pid=31758/tid=31781] ppid=31756 vsize=15698908 CPUtime=5.29 cores=1,3,5,7
/proc/31758/task/31781/stat : 31781 (java) R 31756 31758 31569 0 -1 4202560 29529 0 0 0 527 2 0 0 20 0 22 0 523593317 16075681792 148468 33554432000 1073741824 1073778376 140734145975664 18446744073709551615 46912505524407 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=31758/tid=31782] ppid=31756 vsize=15698908 CPUtime=5.54 cores=1,3,5,7
/proc/31758/task/31782/stat : 31782 (java) R 31756 31758 31569 0 -1 4202560 29076 0 0 0 551 3 0 0 25 0 22 0 523593317 16075681792 148468 33554432000 1073741824 1073778376 140734145975664 18446744073709551615 46912506008758 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=31758/tid=31783] ppid=31756 vsize=15698908 CPUtime=5.41 cores=1,3,5,7
/proc/31758/task/31783/stat : 31783 (java) R 31756 31758 31569 0 -1 4202560 29219 0 0 0 538 3 0 0 25 0 22 0 523593318 16075681792 148468 33554432000 1073741824 1073778376 140734145975664 18446744073709551615 46912505760358 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=31758/tid=31784] ppid=31756 vsize=15698908 CPUtime=5.48 cores=1,3,5,7
/proc/31758/task/31784/stat : 31784 (java) R 31756 31758 31569 0 -1 4202560 27873 0 0 0 546 2 0 0 25 0 22 0 523593318 16075681792 148468 33554432000 1073741824 1073778376 140734145975664 18446744073709551615 18446744073699065939 0 4 0 16800975 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 24.23
Current children cumulated vsize (KiB) 15698908

[startup+12.7069 s]
/proc/loadavg: 8.46 8.18 7.91 9/220 31785
/proc/meminfo: memFree=29279772/32950928 swapFree=67111464/67111528
[pid=31758] ppid=31756 vsize=15698908 CPUtime=49.73 cores=1,3,5,7
/proc/31758/stat : 31758 (java) S 31756 31758 31569 0 -1 4202496 174898 0 1 0 4951 22 0 0 24 0 22 0 523593292 16075681792 148729 33554432000 1073741824 1073778376 140734145975664 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/31758/statm: 3924727 148729 2284 9 0 3915446 0
[pid=31758/tid=31759] ppid=31756 vsize=15698908 CPUtime=0.37 cores=1,3,5,7
/proc/31758/task/31759/stat : 31759 (java) S 31756 31758 31569 0 -1 4202560 6806 0 1 0 36 1 0 0 20 0 22 0 523593292 16075681792 148729 33554432000 1073741824 1073778376 140734145975664 18446744073709551615 254512507801 0 4 0 16800975 18446604471148286400 0 0 -1 5 0 0 0
[pid=31758/tid=31761] ppid=31756 vsize=15698908 CPUtime=0.01 cores=1,3,5,7
/proc/31758/task/31761/stat : 31761 (java) S 31756 31758 31569 0 -1 4202560 4391 0 0 0 1 0 0 0 15 0 22 0 523593293 16075681792 148729 33554432000 1073741824 1073778376 140734145975664 18446744073709551615 254512507801 0 4 0 16800975 18446604471148286400 0 0 -1 3 0 0 0
[pid=31758/tid=31762] ppid=31756 vsize=15698908 CPUtime=0.01 cores=1,3,5,7
/proc/31758/task/31762/stat : 31762 (java) S 31756 31758 31569 0 -1 4202560 4098 0 0 0 1 0 0 0 15 0 22 0 523593293 16075681792 148729 33554432000 1073741824 1073778376 140734145975664 18446744073709551615 254512507801 0 4 0 16800975 18446604471148286400 0 0 -1 1 0 0 0
[pid=31758/tid=31763] ppid=31756 vsize=15698908 CPUtime=0.02 cores=1,3,5,7

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

[pid=31758/tid=31782] ppid=31756 vsize=15698908 CPUtime=1107.76 cores=1,3,5,7
/proc/31758/task/31782/stat : 31782 (java) R 31756 31758 31569 0 -1 4202560 416725 0 0 0 110717 59 0 0 25 0 22 0 523593317 16075681792 118558 33554432000 1073741824 1073778376 140734145975664 18446744073709551615 46912505825899 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=31758/tid=31783] ppid=31756 vsize=15698908 CPUtime=1107.94 cores=1,3,5,7
/proc/31758/task/31783/stat : 31783 (java) R 31756 31758 31569 0 -1 4202560 413611 0 0 0 110733 61 0 0 25 0 22 0 523593318 16075681792 118558 33554432000 1073741824 1073778376 140734145975664 18446744073709551615 46912505825907 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=31758/tid=31784] ppid=31756 vsize=15698908 CPUtime=1108.2 cores=1,3,5,7
/proc/31758/task/31784/stat : 31784 (java) R 31756 31758 31569 0 -1 4202560 412952 0 0 0 110764 56 0 0 25 0 22 0 523593318 16075681792 118558 33554432000 1073741824 1073778376 140734145975664 18446744073709551615 46912505758790 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4464.14
Current children cumulated vsize (KiB) 15698908

[startup+1182.3 s]
/proc/loadavg: 8.20 8.12 8.03 9/220 31816
/proc/meminfo: memFree=30071100/32950928 swapFree=67111464/67111528
[pid=31758] ppid=31756 vsize=15698908 CPUtime=4702.74 cores=1,3,5,7
/proc/31758/stat : 31758 (java) S 31756 31758 31569 0 -1 4202496 3139658 0 1 0 469704 570 0 0 24 0 22 0 523593292 16075681792 105415 33554432000 1073741824 1073778376 140734145975664 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/31758/statm: 3924727 105415 2298 9 0 3915446 0
[pid=31758/tid=31759] ppid=31756 vsize=15698908 CPUtime=0.37 cores=1,3,5,7
/proc/31758/task/31759/stat : 31759 (java) S 31756 31758 31569 0 -1 4202560 6806 0 1 0 36 1 0 0 20 0 22 0 523593292 16075681792 105415 33554432000 1073741824 1073778376 140734145975664 18446744073709551615 254512507801 0 4 0 16800975 18446604471148286400 0 0 -1 5 0 0 0
[pid=31758/tid=31761] ppid=31756 vsize=15698908 CPUtime=3.66 cores=1,3,5,7
/proc/31758/task/31761/stat : 31761 (java) S 31756 31758 31569 0 -1 4202560 170651 0 0 0 339 27 0 0 15 0 22 0 523593293 16075681792 105415 33554432000 1073741824 1073778376 140734145975664 18446744073709551615 254512507801 0 4 0 16800975 18446604471148286400 0 0 -1 5 0 0 0
[pid=31758/tid=31762] ppid=31756 vsize=15698908 CPUtime=3.67 cores=1,3,5,7
/proc/31758/task/31762/stat : 31762 (java) S 31756 31758 31569 0 -1 4202560 168582 0 0 0 340 27 0 0 15 0 22 0 523593293 16075681792 105415 33554432000 1073741824 1073778376 140734145975664 18446744073709551615 254512507801 0 4 0 16800975 18446604471148286400 0 0 -1 3 0 0 0
[pid=31758/tid=31763] ppid=31756 vsize=15698908 CPUtime=3.66 cores=1,3,5,7
/proc/31758/task/31763/stat : 31763 (java) S 31756 31758 31569 0 -1 4202560 179596 0 0 0 336 30 0 0 15 0 22 0 523593293 16075681792 105415 33554432000 1073741824 1073778376 140734145975664 18446744073709551615 254512507801 0 4 0 16800975 18446604471148286400 0 0 -1 5 0 0 0
[pid=31758/tid=31764] ppid=31756 vsize=15698908 CPUtime=3.59 cores=1,3,5,7
/proc/31758/task/31764/stat : 31764 (java) S 31756 31758 31569 0 -1 4202560 179180 0 0 0 330 29 0 0 15 0 22 0 523593293 16075681792 105415 33554432000 1073741824 1073778376 140734145975664 18446744073709551615 254512507801 0 4 0 16800975 18446604471148286400 0 0 -1 3 0 0 0
[pid=31758/tid=31765] ppid=31756 vsize=15698908 CPUtime=3.66 cores=1,3,5,7
/proc/31758/task/31765/stat : 31765 (java) S 31756 31758 31569 0 -1 4202560 170119 0 0 0 336 30 0 0 16 0 22 0 523593293 16075681792 105415 33554432000 1073741824 1073778376 140734145975664 18446744073709551615 254512507801 0 4 0 16800975 18446604471148286400 0 0 -1 1 0 0 0
[pid=31758/tid=31766] ppid=31756 vsize=15698908 CPUtime=3.62 cores=1,3,5,7
/proc/31758/task/31766/stat : 31766 (java) S 31756 31758 31569 0 -1 4202560 170326 0 0 0 333 29 0 0 16 0 22 0 523593293 16075681792 105415 33554432000 1073741824 1073778376 140734145975664 18446744073709551615 254512507801 0 4 0 16800975 18446604471148286400 0 0 -1 1 0 0 0
[pid=31758/tid=31767] ppid=31756 vsize=15698908 CPUtime=3.64 cores=1,3,5,7
/proc/31758/task/31767/stat : 31767 (java) S 31756 31758 31569 0 -1 4202560 167768 0 0 0 336 28 0 0 16 0 22 0 523593293 16075681792 105415 33554432000 1073741824 1073778376 140734145975664 18446744073709551615 254512507801 0 4 0 16800975 18446604471148286400 0 0 -1 7 0 0 0
[pid=31758/tid=31768] ppid=31756 vsize=15698908 CPUtime=3.65 cores=1,3,5,7
/proc/31758/task/31768/stat : 31768 (java) S 31756 31758 31569 0 -1 4202560 176839 0 0 0 337 28 0 0 15 0 22 0 523593293 16075681792 105415 33554432000 1073741824 1073778376 140734145975664 18446744073709551615 254512507801 0 4 0 16800975 18446604471148286400 0 0 -1 7 0 0 0
[pid=31758/tid=31769] ppid=31756 vsize=15698908 CPUtime=2.21 cores=1,3,5,7
/proc/31758/task/31769/stat : 31769 (java) R 31756 31758 31569 0 -1 4202560 8162 0 0 0 131 90 0 0 15 0 22 0 523593294 16075681792 105415 33554432000 1073741824 1073778376 140734145975664 18446744073709551615 254500645175 0 0 0 16800975 0 0 0 -1 3 0 0 0
[pid=31758/tid=31770] ppid=31756 vsize=15698908 CPUtime=0 cores=1,3,5,7
/proc/31758/task/31770/stat : 31770 (java) S 31756 31758 31569 0 -1 4202560 17 0 0 0 0 0 0 0 16 0 22 0 523593294 16075681792 105415 33554432000 1073741824 1073778376 140734145975664 18446744073709551615 254512507801 0 4 0 16800975 18446604471148286400 0 0 -1 1 0 0 0
[pid=31758/tid=31771] ppid=31756 vsize=15698908 CPUtime=0 cores=1,3,5,7
/proc/31758/task/31771/stat : 31771 (java) S 31756 31758 31569 0 -1 4202560 9 0 0 0 0 0 0 0 17 0 22 0 523593294 16075681792 105415 33554432000 1073741824 1073778376 140734145975664 18446744073709551615 254512507801 0 4 0 16800975 18446604471148286400 0 0 -1 7 0 0 0
[pid=31758/tid=31772] ppid=31756 vsize=15698908 CPUtime=0 cores=1,3,5,7
/proc/31758/task/31772/stat : 31772 (java) S 31756 31758 31569 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 523593296 16075681792 105415 33554432000 1073741824 1073778376 140734145975664 18446744073709551615 254512515505 0 4 0 16800975 18446604471148286400 0 0 -1 1 0 0 0
[pid=31758/tid=31773] ppid=31756 vsize=15698908 CPUtime=0.85 cores=1,3,5,7
/proc/31758/task/31773/stat : 31773 (java) S 31756 31758 31569 0 -1 4202560 11879 0 0 0 84 1 0 0 16 0 22 0 523593296 16075681792 105415 33554432000 1073741824 1073778376 140734145975664 18446744073709551615 254512507801 0 4 0 16800975 18446604471148286400 0 0 -1 1 0 0 0
[pid=31758/tid=31774] ppid=31756 vsize=15698908 CPUtime=1.27 cores=1,3,5,7
/proc/31758/task/31774/stat : 31774 (java) S 31756 31758 31569 0 -1 4202560 6350 0 0 0 127 0 0 0 15 0 22 0 523593296 16075681792 105415 33554432000 1073741824 1073778376 140734145975664 18446744073709551615 254512507801 0 4 0 16800975 18446604471148286400 0 0 -1 5 0 0 0
[pid=31758/tid=31775] ppid=31756 vsize=15698908 CPUtime=0 cores=1,3,5,7
/proc/31758/task/31775/stat : 31775 (java) S 31756 31758 31569 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 523593296 16075681792 105415 33554432000 1073741824 1073778376 140734145975664 18446744073709551615 254512507801 0 4 0 16800975 18446604471148286400 0 0 -1 1 0 0 0
[pid=31758/tid=31776] ppid=31756 vsize=15698908 CPUtime=0 cores=1,3,5,7
/proc/31758/task/31776/stat : 31776 (java) S 31756 31758 31569 0 -1 4202560 64 0 0 0 0 0 0 0 15 0 22 0 523593296 16075681792 105415 33554432000 1073741824 1073778376 140734145975664 18446744073709551615 254512508416 0 4 0 16800975 18446604471148286400 0 0 -1 7 0 0 0
[pid=31758/tid=31781] ppid=31756 vsize=15698908 CPUtime=1167.11 cores=1,3,5,7
/proc/31758/task/31781/stat : 31781 (java) S 31756 31758 31569 0 -1 4202560 428106 0 0 0 116654 57 0 0 25 0 22 0 523593317 16075681792 105415 33554432000 1073741824 1073778376 140734145975664 18446744073709551615 254512507801 0 4 0 16800975 18446604471148286400 0 0 -1 3 0 0 0
[pid=31758/tid=31782] ppid=31756 vsize=15698908 CPUtime=1166.93 cores=1,3,5,7
/proc/31758/task/31782/stat : 31782 (java) R 31756 31758 31569 0 -1 4202560 433383 0 0 0 116631 62 0 0 25 0 22 0 523593317 16075681792 105415 33554432000 1073741824 1073778376 140734145975664 18446744073709551615 46912505737358 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=31758/tid=31783] ppid=31756 vsize=15698908 CPUtime=1167.24 cores=1,3,5,7
/proc/31758/task/31783/stat : 31783 (java) S 31756 31758 31569 0 -1 4202560 430919 0 0 0 116660 64 0 0 25 0 22 0 523593318 16075681792 105415 33554432000 1073741824 1073778376 140734145975664 18446744073709551615 254512507801 0 4 0 16800975 18446604471148286400 0 0 -1 5 0 0 0
[pid=31758/tid=31784] ppid=31756 vsize=15698908 CPUtime=1167.46 cores=1,3,5,7
/proc/31758/task/31784/stat : 31784 (java) S 31756 31758 31569 0 -1 4202560 429545 0 0 0 116688 58 0 0 25 0 22 0 523593318 16075681792 105415 33554432000 1073741824 1073778376 140734145975664 18446744073709551615 254512507801 0 4 0 16800975 18446604471148286400 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4702.74
Current children cumulated vsize (KiB) 15698908



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1206.8 s]
/proc/loadavg: 8.13 8.11 8.03 6/197 31820
/proc/meminfo: memFree=30583380/32950928 swapFree=67111464/67111528
[pid=31758] ppid=31756 vsize=15698908 CPUtime=4800.23 cores=1,3,5,7
/proc/31758/stat : 31758 (java) S 31756 31758 31569 0 -1 4202496 3198325 0 1 0 479440 583 0 0 24 0 22 0 523593292 16075681792 97629 33554432000 1073741824 1073778376 140734145975664 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/31758/statm: 3924727 97629 2298 9 0 3915446 0
[pid=31758/tid=31759] ppid=31756 vsize=15698908 CPUtime=0.37 cores=1,3,5,7
/proc/31758/task/31759/stat : 31759 (java) S 31756 31758 31569 0 -1 4202560 6806 0 1 0 36 1 0 0 20 0 22 0 523593292 16075681792 97629 33554432000 1073741824 1073778376 140734145975664 18446744073709551615 254512507801 0 4 0 16800975 18446604471148286400 0 0 -1 5 0 0 0
[pid=31758/tid=31761] ppid=31756 vsize=15698908 CPUtime=3.75 cores=1,3,5,7
/proc/31758/task/31761/stat : 31761 (java) S 31756 31758 31569 0 -1 4202560 174414 0 0 0 347 28 0 0 15 0 22 0 523593293 16075681792 97629 33554432000 1073741824 1073778376 140734145975664 18446744073709551615 254512507801 0 4 0 16800975 18446604471148286400 0 0 -1 7 0 0 0
[pid=31758/tid=31762] ppid=31756 vsize=15698908 CPUtime=3.74 cores=1,3,5,7
/proc/31758/task/31762/stat : 31762 (java) S 31756 31758 31569 0 -1 4202560 171834 0 0 0 346 28 0 0 15 0 22 0 523593293 16075681792 97629 33554432000 1073741824 1073778376 140734145975664 18446744073709551615 254512507801 0 4 0 16800975 18446604471148286400 0 0 -1 3 0 0 0
[pid=31758/tid=31763] ppid=31756 vsize=15698908 CPUtime=3.73 cores=1,3,5,7
/proc/31758/task/31763/stat : 31763 (java) S 31756 31758 31569 0 -1 4202560 182951 0 0 0 343 30 0 0 15 0 22 0 523593293 16075681792 97629 33554432000 1073741824 1073778376 140734145975664 18446744073709551615 254512507801 0 4 0 16800975 18446604471148286400 0 0 -1 1 0 0 0
[pid=31758/tid=31764] ppid=31756 vsize=15698908 CPUtime=3.66 cores=1,3,5,7
/proc/31758/task/31764/stat : 31764 (java) S 31756 31758 31569 0 -1 4202560 182069 0 0 0 336 30 0 0 15 0 22 0 523593293 16075681792 97629 33554432000 1073741824 1073778376 140734145975664 18446744073709551615 254512507801 0 4 0 16800975 18446604471148286400 0 0 -1 7 0 0 0
[pid=31758/tid=31765] ppid=31756 vsize=15698908 CPUtime=3.74 cores=1,3,5,7
/proc/31758/task/31765/stat : 31765 (java) S 31756 31758 31569 0 -1 4202560 174992 0 0 0 343 31 0 0 16 0 22 0 523593293 16075681792 97629 33554432000 1073741824 1073778376 140734145975664 18446744073709551615 254512507801 0 4 0 16800975 18446604471148286400 0 0 -1 5 0 0 0
[pid=31758/tid=31766] ppid=31756 vsize=15698908 CPUtime=3.68 cores=1,3,5,7
/proc/31758/task/31766/stat : 31766 (java) S 31756 31758 31569 0 -1 4202560 173094 0 0 0 339 29 0 0 15 0 22 0 523593293 16075681792 97629 33554432000 1073741824 1073778376 140734145975664 18446744073709551615 254512507801 0 4 0 16800975 18446604471148286400 0 0 -1 1 0 0 0
[pid=31758/tid=31767] ppid=31756 vsize=15698908 CPUtime=3.72 cores=1,3,5,7
/proc/31758/task/31767/stat : 31767 (java) S 31756 31758 31569 0 -1 4202560 171296 0 0 0 344 28 0 0 16 0 22 0 523593293 16075681792 97629 33554432000 1073741824 1073778376 140734145975664 18446744073709551615 254512507801 0 4 0 16800975 18446604471148286400 0 0 -1 7 0 0 0
[pid=31758/tid=31768] ppid=31756 vsize=15698908 CPUtime=3.72 cores=1,3,5,7
/proc/31758/task/31768/stat : 31768 (java) S 31756 31758 31569 0 -1 4202560 179943 0 0 0 343 29 0 0 15 0 22 0 523593293 16075681792 97629 33554432000 1073741824 1073778376 140734145975664 18446744073709551615 254512507801 0 4 0 16800975 18446604471148286400 0 0 -1 7 0 0 0
[pid=31758/tid=31769] ppid=31756 vsize=15698908 CPUtime=2.25 cores=1,3,5,7
/proc/31758/task/31769/stat : 31769 (java) S 31756 31758 31569 0 -1 4202560 8349 0 0 0 133 92 0 0 15 0 22 0 523593294 16075681792 97629 33554432000 1073741824 1073778376 140734145975664 18446744073709551615 254512508416 0 0 0 16800975 18446604471148286400 0 0 -1 5 0 0 0
[pid=31758/tid=31770] ppid=31756 vsize=15698908 CPUtime=0 cores=1,3,5,7
/proc/31758/task/31770/stat : 31770 (java) S 31756 31758 31569 0 -1 4202560 17 0 0 0 0 0 0 0 16 0 22 0 523593294 16075681792 97629 33554432000 1073741824 1073778376 140734145975664 18446744073709551615 254512507801 0 4 0 16800975 18446604471148286400 0 0 -1 1 0 0 0
[pid=31758/tid=31771] ppid=31756 vsize=15698908 CPUtime=0 cores=1,3,5,7
/proc/31758/task/31771/stat : 31771 (java) S 31756 31758 31569 0 -1 4202560 9 0 0 0 0 0 0 0 17 0 22 0 523593294 16075681792 97629 33554432000 1073741824 1073778376 140734145975664 18446744073709551615 254512507801 0 4 0 16800975 18446604471148286400 0 0 -1 7 0 0 0
[pid=31758/tid=31772] ppid=31756 vsize=15698908 CPUtime=0 cores=1,3,5,7
/proc/31758/task/31772/stat : 31772 (java) S 31756 31758 31569 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 523593296 16075681792 97629 33554432000 1073741824 1073778376 140734145975664 18446744073709551615 254512515505 0 4 0 16800975 18446604471148286400 0 0 -1 1 0 0 0
[pid=31758/tid=31773] ppid=31756 vsize=15698908 CPUtime=0.85 cores=1,3,5,7
/proc/31758/task/31773/stat : 31773 (java) S 31756 31758 31569 0 -1 4202560 11879 0 0 0 84 1 0 0 16 0 22 0 523593296 16075681792 97629 33554432000 1073741824 1073778376 140734145975664 18446744073709551615 254512507801 0 4 0 16800975 18446604471148286400 0 0 -1 1 0 0 0
[pid=31758/tid=31774] ppid=31756 vsize=15698908 CPUtime=1.27 cores=1,3,5,7
/proc/31758/task/31774/stat : 31774 (java) S 31756 31758 31569 0 -1 4202560 6350 0 0 0 127 0 0 0 15 0 22 0 523593296 16075681792 97629 33554432000 1073741824 1073778376 140734145975664 18446744073709551615 254512507801 0 4 0 16800975 18446604471148286400 0 0 -1 5 0 0 0
[pid=31758/tid=31775] ppid=31756 vsize=15698908 CPUtime=0 cores=1,3,5,7
/proc/31758/task/31775/stat : 31775 (java) S 31756 31758 31569 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 523593296 16075681792 97629 33554432000 1073741824 1073778376 140734145975664 18446744073709551615 254512507801 0 4 0 16800975 18446604471148286400 0 0 -1 1 0 0 0
[pid=31758/tid=31776] ppid=31756 vsize=15698908 CPUtime=0 cores=1,3,5,7
/proc/31758/task/31776/stat : 31776 (java) S 31756 31758 31569 0 -1 4202560 66 0 0 0 0 0 0 0 15 0 22 0 523593296 16075681792 97629 33554432000 1073741824 1073778376 140734145975664 18446744073709551615 254512508416 0 4 0 16800975 18446604471148286400 0 0 -1 3 0 0 0
[pid=31758/tid=31781] ppid=31756 vsize=15698908 CPUtime=1191.34 cores=1,3,5,7
/proc/31758/task/31781/stat : 31781 (java) R 31756 31758 31569 0 -1 4202560 435969 0 0 0 119077 57 0 0 25 0 22 0 523593317 16075681792 97629 33554432000 1073741824 1073778376 140734145975664 18446744073709551615 46912505892182 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=31758/tid=31782] ppid=31756 vsize=15698908 CPUtime=1191.06 cores=1,3,5,7
/proc/31758/task/31782/stat : 31782 (java) R 31756 31758 31569 0 -1 4202560 440869 0 0 0 119043 63 0 0 25 0 22 0 523593317 16075681792 97629 33554432000 1073741824 1073778376 140734145975664 18446744073709551615 46912505892849 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=31758/tid=31783] ppid=31756 vsize=15698908 CPUtime=1191.45 cores=1,3,5,7
/proc/31758/task/31783/stat : 31783 (java) R 31756 31758 31569 0 -1 4202560 438327 0 0 0 119080 65 0 0 25 0 22 0 523593318 16075681792 97629 33554432000 1073741824 1073778376 140734145975664 18446744073709551615 46912505844536 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=31758/tid=31784] ppid=31756 vsize=15698908 CPUtime=1191.72 cores=1,3,5,7
/proc/31758/task/31784/stat : 31784 (java) R 31756 31758 31569 0 -1 4202560 437733 0 0 0 119112 60 0 0 25 0 22 0 523593318 16075681792 97629 33554432000 1073741824 1073778376 140734145975664 18446744073709551615 46912505825907 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4800.23
Current children cumulated vsize (KiB) 15698908

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

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

[startup+1206.8 s]
/proc/loadavg: 8.13 8.11 8.03 6/197 31820
/proc/meminfo: memFree=30583380/32950928 swapFree=67111464/67111528
[pid=31758] ppid=31756 vsize=15698908 CPUtime=4800.23 cores=1,3,5,7
/proc/31758/stat : 31758 (java) S 31756 31758 31569 0 -1 4202496 3198325 0 1 0 479440 583 0 0 24 0 22 0 523593292 16075681792 97629 33554432000 1073741824 1073778376 140734145975664 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/31758/statm: 3924727 97629 2298 9 0 3915446 0
[pid=31758/tid=31759] ppid=31756 vsize=15698908 CPUtime=0.37 cores=1,3,5,7
/proc/31758/task/31759/stat : 31759 (java) S 31756 31758 31569 0 -1 4202560 6806 0 1 0 36 1 0 0 20 0 22 0 523593292 16075681792 97629 33554432000 1073741824 1073778376 140734145975664 18446744073709551615 254512507801 0 4 0 16800975 18446604471148286400 0 0 -1 5 0 0 0
[pid=31758/tid=31761] ppid=31756 vsize=15698908 CPUtime=3.75 cores=1,3,5,7
/proc/31758/task/31761/stat : 31761 (java) S 31756 31758 31569 0 -1 4202560 174414 0 0 0 347 28 0 0 15 0 22 0 523593293 16075681792 97629 33554432000 1073741824 1073778376 140734145975664 18446744073709551615 254512507801 0 4 0 16800975 18446604471148286400 0 0 -1 7 0 0 0
[pid=31758/tid=31762] ppid=31756 vsize=15698908 CPUtime=3.74 cores=1,3,5,7
/proc/31758/task/31762/stat : 31762 (java) S 31756 31758 31569 0 -1 4202560 171834 0 0 0 346 28 0 0 15 0 22 0 523593293 16075681792 97629 33554432000 1073741824 1073778376 140734145975664 18446744073709551615 254512507801 0 4 0 16800975 18446604471148286400 0 0 -1 3 0 0 0
[pid=31758/tid=31763] ppid=31756 vsize=15698908 CPUtime=3.73 cores=1,3,5,7
/proc/31758/task/31763/stat : 31763 (java) S 31756 31758 31569 0 -1 4202560 182951 0 0 0 343 30 0 0 15 0 22 0 523593293 16075681792 97629 33554432000 1073741824 1073778376 140734145975664 18446744073709551615 254512507801 0 4 0 16800975 18446604471148286400 0 0 -1 1 0 0 0
[pid=31758/tid=31764] ppid=31756 vsize=15698908 CPUtime=3.66 cores=1,3,5,7
/proc/31758/task/31764/stat : 31764 (java) S 31756 31758 31569 0 -1 4202560 182069 0 0 0 336 30 0 0 15 0 22 0 523593293 16075681792 97629 33554432000 1073741824 1073778376 140734145975664 18446744073709551615 254512507801 0 4 0 16800975 18446604471148286400 0 0 -1 7 0 0 0
[pid=31758/tid=31765] ppid=31756 vsize=15698908 CPUtime=3.74 cores=1,3,5,7
/proc/31758/task/31765/stat : 31765 (java) S 31756 31758 31569 0 -1 4202560 174992 0 0 0 343 31 0 0 16 0 22 0 523593293 16075681792 97629 33554432000 1073741824 1073778376 140734145975664 18446744073709551615 254512507801 0 4 0 16800975 18446604471148286400 0 0 -1 5 0 0 0
[pid=31758/tid=31766] ppid=31756 vsize=15698908 CPUtime=3.68 cores=1,3,5,7
/proc/31758/task/31766/stat : 31766 (java) S 31756 31758 31569 0 -1 4202560 173094 0 0 0 339 29 0 0 15 0 22 0 523593293 16075681792 97629 33554432000 1073741824 1073778376 140734145975664 18446744073709551615 254512507801 0 4 0 16800975 18446604471148286400 0 0 -1 1 0 0 0
[pid=31758/tid=31767] ppid=31756 vsize=15698908 CPUtime=3.72 cores=1,3,5,7
/proc/31758/task/31767/stat : 31767 (java) S 31756 31758 31569 0 -1 4202560 171296 0 0 0 344 28 0 0 16 0 22 0 523593293 16075681792 97629 33554432000 1073741824 1073778376 140734145975664 18446744073709551615 254512507801 0 4 0 16800975 18446604471148286400 0 0 -1 7 0 0 0
[pid=31758/tid=31768] ppid=31756 vsize=15698908 CPUtime=3.72 cores=1,3,5,7
/proc/31758/task/31768/stat : 31768 (java) S 31756 31758 31569 0 -1 4202560 179943 0 0 0 343 29 0 0 15 0 22 0 523593293 16075681792 97629 33554432000 1073741824 1073778376 140734145975664 18446744073709551615 254512507801 0 4 0 16800975 18446604471148286400 0 0 -1 7 0 0 0
[pid=31758/tid=31769] ppid=31756 vsize=15698908 CPUtime=2.25 cores=1,3,5,7
/proc/31758/task/31769/stat : 31769 (java) S 31756 31758 31569 0 -1 4202560 8349 0 0 0 133 92 0 0 15 0 22 0 523593294 16075681792 97629 33554432000 1073741824 1073778376 140734145975664 18446744073709551615 254512508416 0 0 0 16800975 18446604471148286400 0 0 -1 5 0 0 0
[pid=31758/tid=31770] ppid=31756 vsize=15698908 CPUtime=0 cores=1,3,5,7
/proc/31758/task/31770/stat : 31770 (java) S 31756 31758 31569 0 -1 4202560 17 0 0 0 0 0 0 0 16 0 22 0 523593294 16075681792 97629 33554432000 1073741824 1073778376 140734145975664 18446744073709551615 254512507801 0 4 0 16800975 18446604471148286400 0 0 -1 1 0 0 0
[pid=31758/tid=31771] ppid=31756 vsize=15698908 CPUtime=0 cores=1,3,5,7
/proc/31758/task/31771/stat : 31771 (java) S 31756 31758 31569 0 -1 4202560 9 0 0 0 0 0 0 0 17 0 22 0 523593294 16075681792 97629 33554432000 1073741824 1073778376 140734145975664 18446744073709551615 254512507801 0 4 0 16800975 18446604471148286400 0 0 -1 7 0 0 0
[pid=31758/tid=31772] ppid=31756 vsize=15698908 CPUtime=0 cores=1,3,5,7
/proc/31758/task/31772/stat : 31772 (java) S 31756 31758 31569 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 523593296 16075681792 97629 33554432000 1073741824 1073778376 140734145975664 18446744073709551615 254512515505 0 4 0 16800975 18446604471148286400 0 0 -1 1 0 0 0
[pid=31758/tid=31773] ppid=31756 vsize=15698908 CPUtime=0.85 cores=1,3,5,7
/proc/31758/task/31773/stat : 31773 (java) S 31756 31758 31569 0 -1 4202560 11879 0 0 0 84 1 0 0 16 0 22 0 523593296 16075681792 97629 33554432000 1073741824 1073778376 140734145975664 18446744073709551615 254512507801 0 4 0 16800975 18446604471148286400 0 0 -1 1 0 0 0
[pid=31758/tid=31774] ppid=31756 vsize=15698908 CPUtime=1.27 cores=1,3,5,7
/proc/31758/task/31774/stat : 31774 (java) S 31756 31758 31569 0 -1 4202560 6350 0 0 0 127 0 0 0 15 0 22 0 523593296 16075681792 97629 33554432000 1073741824 1073778376 140734145975664 18446744073709551615 254512507801 0 4 0 16800975 18446604471148286400 0 0 -1 5 0 0 0
[pid=31758/tid=31775] ppid=31756 vsize=15698908 CPUtime=0 cores=1,3,5,7
/proc/31758/task/31775/stat : 31775 (java) S 31756 31758 31569 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 523593296 16075681792 97629 33554432000 1073741824 1073778376 140734145975664 18446744073709551615 254512507801 0 4 0 16800975 18446604471148286400 0 0 -1 1 0 0 0
[pid=31758/tid=31776] ppid=31756 vsize=15698908 CPUtime=0 cores=1,3,5,7
/proc/31758/task/31776/stat : 31776 (java) S 31756 31758 31569 0 -1 4202560 66 0 0 0 0 0 0 0 15 0 22 0 523593296 16075681792 97629 33554432000 1073741824 1073778376 140734145975664 18446744073709551615 254512508416 0 4 0 16800975 18446604471148286400 0 0 -1 3 0 0 0
[pid=31758/tid=31781] ppid=31756 vsize=15698908 CPUtime=1191.34 cores=1,3,5,7
/proc/31758/task/31781/stat : 31781 (java) R 31756 31758 31569 0 -1 4202560 435969 0 0 0 119077 57 0 0 25 0 22 0 523593317 16075681792 97629 33554432000 1073741824 1073778376 140734145975664 18446744073709551615 46912505892182 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=31758/tid=31782] ppid=31756 vsize=15698908 CPUtime=1191.06 cores=1,3,5,7
/proc/31758/task/31782/stat : 31782 (java) R 31756 31758 31569 0 -1 4202560 440869 0 0 0 119043 63 0 0 25 0 22 0 523593317 16075681792 97629 33554432000 1073741824 1073778376 140734145975664 18446744073709551615 46912505892849 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=31758/tid=31783] ppid=31756 vsize=15698908 CPUtime=1191.45 cores=1,3,5,7
/proc/31758/task/31783/stat : 31783 (java) R 31756 31758 31569 0 -1 4202560 438327 0 0 0 119080 65 0 0 25 0 22 0 523593318 16075681792 97629 33554432000 1073741824 1073778376 140734145975664 18446744073709551615 46912505844536 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=31758/tid=31784] ppid=31756 vsize=15698908 CPUtime=1191.72 cores=1,3,5,7
/proc/31758/task/31784/stat : 31784 (java) R 31756 31758 31569 0 -1 4202560 437733 0 0 0 119112 60 0 0 25 0 22 0 523593318 16075681792 97629 33554432000 1073741824 1073778376 140734145975664 18446744073709551615 46912505825907 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4800.23
Current children cumulated vsize (KiB) 15698908

Child status: 143
Real time (s): 1206.83
CPU time (s): 4800.28
CPU user time (s): 4794.43
CPU system time (s): 5.85511
CPU usage (%): 397.759
Max. virtual memory (cumulated for all children) (KiB): 15700452

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4794.43
system time used= 5.85511
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3198351
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= 210392
involuntary context switches= 128996

runsolver used 2.01269 second user time and 4.6073 second system time

The end

Launcher Data

Begin job on node149 at 2011-04-30 01:32:46
IDJOB=3312534
IDBENCH=82719
IDSOLVER=1699
FILE ID=node149/3312534-1304119966
RUNJOBID= node149-1304118759-31588
PBS_JOBID= 13170723
Free space on /tmp= 71932 MiB

SOLVER NAME= STRUCTure 0.1
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v650-c2769-S1298256564-085.UNKNOWN.cnf
COMMAND LINE= run 15000 NBCORE TMPDIR DIR BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3312534-1304119966/watcher-3312534-1304119966 -o /tmp/evaluation-result-3312534-1304119966/solver-3312534-1304119966 -C 4800 -W 1300 -M 15500  run 15000 4 HOME HOME HOME/instance-3312534-1304119966.cnf

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

MD5SUM BENCH= cf48efaad74dd9e258ebbccf8ec047e7
RANDOM SEED=530849734

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.806
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.73
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.806
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.82
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.806
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.806
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.806
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:      30958116 kB
Buffers:        444964 kB
Cached:        1098868 kB
SwapCached:         60 kB
Active:         162448 kB
Inactive:      1461872 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      30958116 kB
SwapTotal:    67111528 kB
SwapFree:     67111464 kB
Dirty:            3460 kB
Writeback:           0 kB
AnonPages:       80180 kB
Mapped:          22916 kB
Slab:           305520 kB
PageTables:       4884 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   779396 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= 71928 MiB
End job on node149 at 2011-04-30 01:52:55