Trace number 3311563

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.2 1206.94

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v600-c2556-S1339958817-007.UNKNOWN.cnf
MD5SUM82834b232944ca118e4175405e325327
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 variables600
Number of clauses2556
Sum of the clauses size7668
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 32556
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.10/0.12	44:17 INFO : Reading from input HOME/instance-3311563-1304135057.cnf
0.27/0.25	Executor set job limit to 1000000
0.27/0.25	Executor set job limit to 1000000
0.27/0.25	Executor set job limit to 1000000
0.27/0.25	Executor set job limit to 1000000
0.27/0.25	Starting Executor!
0.27/0.25	Starting Executor!
0.27/0.25	Starting Executor!
0.27/0.25	Starting Executor!
0.53/0.38	44:17 INFO : 598 variables remaining out of 600
0.53/0.38	44:17 INFO : 10172 literals remaining out of 10224

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3311563-1304135057/watcher-3311563-1304135057 -o /tmp/evaluation-result-3311563-1304135057/solver-3311563-1304135057 -C 4800 -W 1300 -M 15500 run 15000 4 HOME HOME HOME/instance-3311563-1304135057.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: 4.09 6.73 7.47 2/177 18712
/proc/meminfo: memFree=25675384/32951124 swapFree=67111448/67111528
[pid=18712] ppid=18710 vsize=24004 CPUtime=0 cores=1,3,5,7
/proc/18712/stat : 18712 (java) S 18710 18712 17487 0 -1 4202496 1383 0 0 0 0 0 0 0 18 0 2 0 505921829 24580096 862 33554432000 1073741824 1073778376 140736964948752 18446744073709551615 255118571493 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/18712/statm: 6001 863 660 9 0 381 0
[pid=18712/tid=18714] ppid=18710 vsize=26140 CPUtime=0 cores=1,3,5,7
/proc/18712/task/18714/stat : 18714 (java) R 18710 18712 17487 0 -1 4202560 33 0 0 0 0 0 0 0 19 0 2 0 505921830 26767360 870 33554432000 1073741824 1073778376 140736964948752 18446744073709551615 255101845607 0 0 4096 0 0 0 0 -1 5 0 0 0

[startup+0.056866 s]
/proc/loadavg: 4.09 6.73 7.47 2/177 18712
/proc/meminfo: memFree=25675384/32951124 swapFree=67111448/67111528
[pid=18712] ppid=18710 vsize=15609644 CPUtime=0.04 cores=1,3,5,7
/proc/18712/stat : 18712 (java) S 18710 18712 17487 0 -1 4202496 4152 0 1 0 4 0 0 0 18 0 18 0 505921829 15984275456 3591 33554432000 1073741824 1073778376 140736964948752 18446744073709551615 255118571493 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/18712/statm: 3902411 3593 1755 9 0 3893130 0
[pid=18712/tid=18714] ppid=18710 vsize=15609644 CPUtime=0.04 cores=1,3,5,7
/proc/18712/task/18714/stat : 18714 (java) R 18710 18712 17487 0 -1 4202560 2736 0 1 0 4 0 0 0 21 0 18 0 505921830 15984275456 3593 33554432000 1073741824 1073778376 140736964948752 18446744073709551615 47727586492421 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 15609644

[startup+0.100866 s]
/proc/loadavg: 4.09 6.73 7.47 2/177 18712
/proc/meminfo: memFree=25675384/32951124 swapFree=67111448/67111528
[pid=18712] ppid=18710 vsize=15676752 CPUtime=0.1 cores=1,3,5,7
/proc/18712/stat : 18712 (java) S 18710 18712 17487 0 -1 4202496 5567 0 1 0 9 1 0 0 18 0 18 0 505921829 16052994048 4974 33554432000 1073741824 1073778376 140736964948752 18446744073709551615 255118571493 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/18712/statm: 3919188 4974 2117 9 0 3909907 0
[pid=18712/tid=18714] ppid=18710 vsize=15676752 CPUtime=0.08 cores=1,3,5,7
/proc/18712/task/18714/stat : 18714 (java) S 18710 18712 17487 0 -1 4202560 3410 0 1 0 7 1 0 0 18 0 18 0 505921830 16052994048 4974 33554432000 1073741824 1073778376 140736964948752 18446744073709551615 255106764645 0 2147483391 0 16800975 18446744071699199166 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 15676752

[startup+0.30659 s]
/proc/loadavg: 4.09 6.73 7.47 2/177 18712
/proc/meminfo: memFree=25675384/32951124 swapFree=67111448/67111528
[pid=18712] ppid=18710 vsize=15682552 CPUtime=0.53 cores=1,3,5,7
/proc/18712/stat : 18712 (java) S 18710 18712 17487 0 -1 4202496 11242 0 1 0 51 2 0 0 18 0 22 0 505921829 16058933248 9647 33554432000 1073741824 1073778376 140736964948752 18446744073709551615 255118571493 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/18712/statm: 3920638 9647 2213 9 0 3911357 0
[pid=18712/tid=18714] ppid=18710 vsize=15682552 CPUtime=0.28 cores=1,3,5,7
/proc/18712/task/18714/stat : 18714 (java) R 18710 18712 17487 0 -1 4202560 6227 0 1 0 27 1 0 0 20 0 22 0 505921830 16058933248 9647 33554432000 1073741824 1073778376 140736964948752 18446744073709551615 46912505182412 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.53
Current children cumulated vsize (KiB) 15682552

[startup+0.700723 s]
/proc/loadavg: 4.09 6.73 7.47 2/177 18712
/proc/meminfo: memFree=25675384/32951124 swapFree=67111448/67111528
[pid=18712] ppid=18710 vsize=15708076 CPUtime=1.81 cores=1,3,5,7
/proc/18712/stat : 18712 (java) S 18710 18712 17487 0 -1 4202496 29046 0 1 0 177 4 0 0 18 0 22 0 505921829 16085069824 23250 33554432000 1073741824 1073778376 140736964948752 18446744073709551615 255118571493 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/18712/statm: 3927019 23250 2258 9 0 3917738 0
[pid=18712/tid=18714] ppid=18710 vsize=15708076 CPUtime=0.36 cores=1,3,5,7
/proc/18712/task/18714/stat : 18714 (java) S 18710 18712 17487 0 -1 4202560 6564 0 1 0 35 1 0 0 20 0 22 0 505921830 16085069824 23250 33554432000 1073741824 1073778376 140736964948752 18446744073709551615 255118584729 0 4 0 16800975 18446604463506891200 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1.81
Current children cumulated vsize (KiB) 15708076

[startup+1.50158 s]
/proc/loadavg: 4.09 6.73 7.47 15/220 18755
/proc/meminfo: memFree=25344224/32951124 swapFree=67111448/67111528
[pid=18712] ppid=18710 vsize=15708076 CPUtime=4.98 cores=1,3,5,7
/proc/18712/stat : 18712 (java) S 18710 18712 17487 0 -1 4202496 60964 0 1 0 490 8 0 0 18 0 22 0 505921829 16085069824 55020 33554432000 1073741824 1073778376 140736964948752 18446744073709551615 255118571493 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/18712/statm: 3927019 55020 2282 9 0 3917738 0
[pid=18712/tid=18714] ppid=18710 vsize=15708076 CPUtime=0.36 cores=1,3,5,7
/proc/18712/task/18714/stat : 18714 (java) S 18710 18712 17487 0 -1 4202560 6564 0 1 0 35 1 0 0 20 0 22 0 505921830 16085069824 55020 33554432000 1073741824 1073778376 140736964948752 18446744073709551615 255118584729 0 4 0 16800975 18446604463506891200 0 0 -1 5 0 0 0
[pid=18712/tid=18724] ppid=18710 vsize=15708076 CPUtime=0 cores=1,3,5,7
/proc/18712/task/18724/stat : 18724 (java) S 18710 18712 17487 0 -1 4202560 989 0 0 0 0 0 0 0 16 0 22 0 505921830 16085069824 55020 33554432000 1073741824 1073778376 140736964948752 18446744073709551615 255118584729 0 4 0 16800975 18446604463506891200 0 0 -1 5 0 0 0
[pid=18712/tid=18725] ppid=18710 vsize=15708076 CPUtime=0 cores=1,3,5,7
/proc/18712/task/18725/stat : 18725 (java) S 18710 18712 17487 0 -1 4202560 396 0 0 0 0 0 0 0 15 0 22 0 505921830 16085069824 55020 33554432000 1073741824 1073778376 140736964948752 18446744073709551615 255118584729 0 4 0 16800975 18446604463506891200 0 0 -1 7 0 0 0
[pid=18712/tid=18726] ppid=18710 vsize=15708076 CPUtime=0 cores=1,3,5,7
/proc/18712/task/18726/stat : 18726 (java) S 18710 18712 17487 0 -1 4202560 883 0 0 0 0 0 0 0 16 0 22 0 505921830 16085069824 55020 33554432000 1073741824 1073778376 140736964948752 18446744073709551615 255118584729 0 4 0 16800975 18446604463506891200 0 0 -1 3 0 0 0
[pid=18712/tid=18727] ppid=18710 vsize=15708076 CPUtime=0 cores=1,3,5,7
/proc/18712/task/18727/stat : 18727 (java) S 18710 18712 17487 0 -1 4202560 1076 0 0 0 0 0 0 0 15 0 22 0 505921830 16085069824 55020 33554432000 1073741824 1073778376 140736964948752 18446744073709551615 255118584729 0 4 0 16800975 18446604463506891200 0 0 -1 7 0 0 0
[pid=18712/tid=18728] ppid=18710 vsize=15708076 CPUtime=0 cores=1,3,5,7
/proc/18712/task/18728/stat : 18728 (java) S 18710 18712 17487 0 -1 4202560 1441 0 0 0 0 0 0 0 16 0 22 0 505921830 16085069824 55020 33554432000 1073741824 1073778376 140736964948752 18446744073709551615 255118584729 0 4 0 16800975 18446604463506891200 0 0 -1 7 0 0 0
[pid=18712/tid=18729] ppid=18710 vsize=15708076 CPUtime=0 cores=1,3,5,7
/proc/18712/task/18729/stat : 18729 (java) S 18710 18712 17487 0 -1 4202560 1766 0 0 0 0 0 0 0 16 0 22 0 505921830 16085069824 55020 33554432000 1073741824 1073778376 140736964948752 18446744073709551615 255118584729 0 4 0 16800975 18446604463506891200 0 0 -1 1 0 0 0
[pid=18712/tid=18730] ppid=18710 vsize=15708076 CPUtime=0 cores=1,3,5,7
/proc/18712/task/18730/stat : 18730 (java) S 18710 18712 17487 0 -1 4202560 434 0 0 0 0 0 0 0 15 0 22 0 505921830 16085069824 55020 33554432000 1073741824 1073778376 140736964948752 18446744073709551615 255118584729 0 4 0 16800975 18446604463506891200 0 0 -1 3 0 0 0
[pid=18712/tid=18731] ppid=18710 vsize=15708076 CPUtime=0 cores=1,3,5,7
/proc/18712/task/18731/stat : 18731 (java) S 18710 18712 17487 0 -1 4202560 737 0 0 0 0 0 0 0 15 0 22 0 505921830 16085069824 55020 33554432000 1073741824 1073778376 140736964948752 18446744073709551615 255118584729 0 4 0 16800975 18446604463506891200 0 0 -1 7 0 0 0
[pid=18712/tid=18733] ppid=18710 vsize=15708076 CPUtime=0 cores=1,3,5,7
/proc/18712/task/18733/stat : 18733 (java) S 18710 18712 17487 0 -1 4202560 74 0 0 0 0 0 0 0 15 0 22 0 505921831 16085069824 55020 33554432000 1073741824 1073778376 140736964948752 18446744073709551615 255118585344 0 0 0 16800975 18446604463506891200 0 0 -1 5 0 0 0
[pid=18712/tid=18736] ppid=18710 vsize=15708076 CPUtime=0 cores=1,3,5,7
/proc/18712/task/18736/stat : 18736 (java) S 18710 18712 17487 0 -1 4202560 17 0 0 0 0 0 0 0 17 0 22 0 505921831 16085069824 55020 33554432000 1073741824 1073778376 140736964948752 18446744073709551615 255118584729 0 4 0 16800975 18446604463506891200 0 0 -1 5 0 0 0
[pid=18712/tid=18737] ppid=18710 vsize=15708076 CPUtime=0 cores=1,3,5,7
/proc/18712/task/18737/stat : 18737 (java) S 18710 18712 17487 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 505921831 16085069824 55020 33554432000 1073741824 1073778376 140736964948752 18446744073709551615 255118584729 0 4 0 16800975 18446604463506891200 0 0 -1 5 0 0 0
[pid=18712/tid=18740] ppid=18710 vsize=15708076 CPUtime=0 cores=1,3,5,7
/proc/18712/task/18740/stat : 18740 (java) S 18710 18712 17487 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 505921834 16085069824 55020 33554432000 1073741824 1073778376 140736964948752 18446744073709551615 255118592433 0 4 0 16800975 18446604463506891200 0 0 -1 5 0 0 0
[pid=18712/tid=18741] ppid=18710 vsize=15708076 CPUtime=0.71 cores=1,3,5,7
/proc/18712/task/18741/stat : 18741 (java) R 18710 18712 17487 0 -1 4202560 6948 0 0 0 71 0 0 0 17 0 22 0 505921834 16085069824 55020 33554432000 1073741824 1073778376 140736964948752 18446744073709551615 255118594741 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=18712/tid=18744] ppid=18710 vsize=15708076 CPUtime=0.72 cores=1,3,5,7
/proc/18712/task/18744/stat : 18744 (java) S 18710 18712 17487 0 -1 4202560 9134 0 0 0 71 1 0 0 15 0 22 0 505921834 16085069824 55020 33554432000 1073741824 1073778376 140736964948752 18446744073709551615 255118584729 0 4 0 16800975 18446604463506891200 0 0 -1 3 0 0 0
[pid=18712/tid=18745] ppid=18710 vsize=15708076 CPUtime=0 cores=1,3,5,7
/proc/18712/task/18745/stat : 18745 (java) S 18710 18712 17487 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 505921834 16085069824 55020 33554432000 1073741824 1073778376 140736964948752 18446744073709551615 255118584729 0 4 0 16800975 18446604463506891200 0 0 -1 5 0 0 0
[pid=18712/tid=18747] ppid=18710 vsize=15708076 CPUtime=0 cores=1,3,5,7
/proc/18712/task/18747/stat : 18747 (java) S 18710 18712 17487 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 505921834 16085069824 55020 33554432000 1073741824 1073778376 140736964948752 18446744073709551615 255118585344 0 4 0 16800975 18446604463506891200 0 0 -1 3 0 0 0
[pid=18712/tid=18752] ppid=18710 vsize=15708076 CPUtime=0.86 cores=1,3,5,7
/proc/18712/task/18752/stat : 18752 (java) R 18710 18712 17487 0 -1 4202560 9798 0 0 0 86 0 0 0 17 0 22 0 505921855 16085069824 55020 33554432000 1073741824 1073778376 140736964948752 18446744073709551615 18446744073699065947 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=18712/tid=18753] ppid=18710 vsize=15708076 CPUtime=0.66 cores=1,3,5,7
/proc/18712/task/18753/stat : 18753 (java) R 18710 18712 17487 0 -1 4202560 4492 0 0 0 66 0 0 0 19 0 22 0 505921855 16085069824 55020 33554432000 1073741824 1073778376 140736964948752 18446744073709551615 46912505741153 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=18712/tid=18754] ppid=18710 vsize=15708076 CPUtime=0.86 cores=1,3,5,7
/proc/18712/task/18754/stat : 18754 (java) R 18710 18712 17487 0 -1 4202560 7646 0 0 0 86 0 0 0 20 0 22 0 505921855 16085069824 55020 33554432000 1073741824 1073778376 140736964948752 18446744073709551615 46912505604992 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=18712/tid=18755] ppid=18710 vsize=15708076 CPUtime=0.71 cores=1,3,5,7
/proc/18712/task/18755/stat : 18755 (java) R 18710 18712 17487 0 -1 4202560 7200 0 0 0 70 1 0 0 16 0 22 0 505921855 16085069824 55020 33554432000 1073741824 1073778376 140736964948752 18446744073709551615 47727590314730 0 4 0 16800975 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4.98
Current children cumulated vsize (KiB) 15708076

[startup+3.1013 s]
/proc/loadavg: 4.09 6.73 7.47 9/220 18755
/proc/meminfo: memFree=25139996/32951124 swapFree=67111448/67111528
[pid=18712] ppid=18710 vsize=15708076 CPUtime=11.36 cores=1,3,5,7
/proc/18712/stat : 18712 (java) S 18710 18712 17487 0 -1 4202496 154062 0 1 0 1115 21 0 0 18 0 22 0 505921829 16085069824 147569 33554432000 1073741824 1073778376 140736964948752 18446744073709551615 255118571493 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/18712/statm: 3927019 147569 2283 9 0 3917738 0
[pid=18712/tid=18714] ppid=18710 vsize=15708076 CPUtime=0.36 cores=1,3,5,7
/proc/18712/task/18714/stat : 18714 (java) S 18710 18712 17487 0 -1 4202560 6564 0 1 0 35 1 0 0 20 0 22 0 505921830 16085069824 147569 33554432000 1073741824 1073778376 140736964948752 18446744073709551615 255118584729 0 4 0 16800975 18446604463506891200 0 0 -1 5 0 0 0
[pid=18712/tid=18724] ppid=18710 vsize=15708076 CPUtime=0 cores=1,3,5,7
/proc/18712/task/18724/stat : 18724 (java) S 18710 18712 17487 0 -1 4202560 2369 0 0 0 0 0 0 0 16 0 22 0 505921830 16085069824 147569 33554432000 1073741824 1073778376 140736964948752 18446744073709551615 255118584729 0 4 0 16800975 18446604463506891200 0 0 -1 5 0 0 0
[pid=18712/tid=18725] ppid=18710 vsize=15708076 CPUtime=0 cores=1,3,5,7
/proc/18712/task/18725/stat : 18725 (java) S 18710 18712 17487 0 -1 4202560 1046 0 0 0 0 0 0 0 15 0 22 0 505921830 16085069824 147569 33554432000 1073741824 1073778376 140736964948752 18446744073709551615 255118584729 0 4 0 16800975 18446604463506891200 0 0 -1 7 0 0 0
[pid=18712/tid=18726] ppid=18710 vsize=15708076 CPUtime=0 cores=1,3,5,7
/proc/18712/task/18726/stat : 18726 (java) S 18710 18712 17487 0 -1 4202560 2414 0 0 0 0 0 0 0 16 0 22 0 505921830 16085069824 147569 33554432000 1073741824 1073778376 140736964948752 18446744073709551615 255118584729 0 4 0 16800975 18446604463506891200 0 0 -1 7 0 0 0
[pid=18712/tid=18727] ppid=18710 vsize=15708076 CPUtime=0 cores=1,3,5,7
/proc/18712/task/18727/stat : 18727 (java) S 18710 18712 17487 0 -1 4202560 2025 0 0 0 0 0 0 0 15 0 22 0 505921830 16085069824 147569 33554432000 1073741824 1073778376 140736964948752 18446744073709551615 255118584729 0 4 0 16800975 18446604463506891200 0 0 -1 7 0 0 0
[pid=18712/tid=18728] ppid=18710 vsize=15708076 CPUtime=0 cores=1,3,5,7
/proc/18712/task/18728/stat : 18728 (java) S 18710 18712 17487 0 -1 4202560 1631 0 0 0 0 0 0 0 15 0 22 0 505921830 16085069824 147569 33554432000 1073741824 1073778376 140736964948752 18446744073709551615 255118584729 0 4 0 16800975 18446604463506891200 0 0 -1 1 0 0 0
[pid=18712/tid=18729] ppid=18710 vsize=15708076 CPUtime=0 cores=1,3,5,7
/proc/18712/task/18729/stat : 18729 (java) S 18710 18712 17487 0 -1 4202560 2848 0 0 0 0 0 0 0 16 0 22 0 505921830 16085069824 147569 33554432000 1073741824 1073778376 140736964948752 18446744073709551615 255118584729 0 4 0 16800975 18446604463506891200 0 0 -1 1 0 0 0
[pid=18712/tid=18730] ppid=18710 vsize=15708076 CPUtime=0 cores=1,3,5,7
/proc/18712/task/18730/stat : 18730 (java) S 18710 18712 17487 0 -1 4202560 818 0 0 0 0 0 0 0 16 0 22 0 505921830 16085069824 147569 33554432000 1073741824 1073778376 140736964948752 18446744073709551615 255118584729 0 4 0 16800975 18446604463506891200 0 0 -1 3 0 0 0
[pid=18712/tid=18731] ppid=18710 vsize=15708076 CPUtime=0 cores=1,3,5,7
/proc/18712/task/18731/stat : 18731 (java) S 18710 18712 17487 0 -1 4202560 1404 0 0 0 0 0 0 0 15 0 22 0 505921830 16085069824 147569 33554432000 1073741824 1073778376 140736964948752 18446744073709551615 255118584729 0 4 0 16800975 18446604463506891200 0 0 -1 7 0 0 0
[pid=18712/tid=18733] ppid=18710 vsize=15708076 CPUtime=0 cores=1,3,5,7
/proc/18712/task/18733/stat : 18733 (java) S 18710 18712 17487 0 -1 4202560 443 0 0 0 0 0 0 0 15 0 22 0 505921831 16085069824 147569 33554432000 1073741824 1073778376 140736964948752 18446744073709551615 255118585344 0 0 0 16800975 18446604463506891200 0 0 -1 5 0 0 0
[pid=18712/tid=18736] ppid=18710 vsize=15708076 CPUtime=0 cores=1,3,5,7
/proc/18712/task/18736/stat : 18736 (java) S 18710 18712 17487 0 -1 4202560 17 0 0 0 0 0 0 0 17 0 22 0 505921831 16085069824 147569 33554432000 1073741824 1073778376 140736964948752 18446744073709551615 255118584729 0 4 0 16800975 18446604463506891200 0 0 -1 5 0 0 0
[pid=18712/tid=18737] ppid=18710 vsize=15708076 CPUtime=0 cores=1,3,5,7
/proc/18712/task/18737/stat : 18737 (java) S 18710 18712 17487 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 505921831 16085069824 147569 33554432000 1073741824 1073778376 140736964948752 18446744073709551615 255118584729 0 4 0 16800975 18446604463506891200 0 0 -1 5 0 0 0
[pid=18712/tid=18740] ppid=18710 vsize=15708076 CPUtime=0 cores=1,3,5,7
/proc/18712/task/18740/stat : 18740 (java) S 18710 18712 17487 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 505921834 16085069824 147569 33554432000 1073741824 1073778376 140736964948752 18446744073709551615 255118592433 0 4 0 16800975 18446604463506891200 0 0 -1 5 0 0 0
[pid=18712/tid=18741] ppid=18710 vsize=15708076 CPUtime=0.79 cores=1,3,5,7
/proc/18712/task/18741/stat : 18741 (java) R 18710 18712 17487 0 -1 4202560 7446 0 0 0 79 0 0 0 16 0 22 0 505921834 16085069824 147569 33554432000 1073741824 1073778376 140736964948752 18446744073709551615 47727589071610 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=18712/tid=18744] ppid=18710 vsize=15708076 CPUtime=0.8 cores=1,3,5,7
/proc/18712/task/18744/stat : 18744 (java) R 18710 18712 17487 0 -1 4202560 9154 0 0 0 79 1 0 0 15 0 22 0 505921834 16085069824 147569 33554432000 1073741824 1073778376 140736964948752 18446744073709551615 47727586744192 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=18712/tid=18745] ppid=18710 vsize=15708076 CPUtime=0 cores=1,3,5,7
/proc/18712/task/18745/stat : 18745 (java) S 18710 18712 17487 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 505921834 16085069824 147569 33554432000 1073741824 1073778376 140736964948752 18446744073709551615 255118584729 0 4 0 16800975 18446604463506891200 0 0 -1 5 0 0 0
[pid=18712/tid=18747] ppid=18710 vsize=15708076 CPUtime=0 cores=1,3,5,7
/proc/18712/task/18747/stat : 18747 (java) R 18710 18712 17487 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 505921834 16085069824 147569 33554432000 1073741824 1073778376 140736964948752 18446744073709551615 255118585344 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=18712/tid=18752] ppid=18710 vsize=15708076 CPUtime=2.44 cores=1,3,5,7
/proc/18712/task/18752/stat : 18752 (java) R 18710 18712 17487 0 -1 4202560 31519 0 0 0 241 3 0 0 19 0 22 0 505921855 16085069824 147569 33554432000 1073741824 1073778376 140736964948752 18446744073709551615 46912505724227 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=18712/tid=18753] ppid=18710 vsize=15708076 CPUtime=2.25 cores=1,3,5,7
/proc/18712/task/18753/stat : 18753 (java) R 18710 18712 17487 0 -1 4202560 25923 0 0 0 222 3 0 0 23 0 22 0 505921855 16085069824 147569 33554432000 1073741824 1073778376 140736964948752 18446744073709551615 46912505980331 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=18712/tid=18754] ppid=18710 vsize=15708076 CPUtime=2.36 cores=1,3,5,7
/proc/18712/task/18754/stat : 18754 (java) R 18710 18712 17487 0 -1 4202560 27866 0 0 0 233 3 0 0 24 0 22 0 505921855 16085069824 147569 33554432000 1073741824 1073778376 140736964948752 18446744073709551615 46912505929716 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=18712/tid=18755] ppid=18710 vsize=15708076 CPUtime=2.21 cores=1,3,5,7
/proc/18712/task/18755/stat : 18755 (java) R 18710 18712 17487 0 -1 4202560 29206 0 0 0 218 3 0 0 18 0 22 0 505921855 16085069824 147569 33554432000 1073741824 1073778376 140736964948752 18446744073709551615 46912505724354 0 4 0 16800975 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 11.36
Current children cumulated vsize (KiB) 15708076

[startup+6.30073 s]
/proc/loadavg: 4.48 6.76 7.48 9/220 18755
/proc/meminfo: memFree=24805216/32951124 swapFree=67111448/67111528
[pid=18712] ppid=18710 vsize=15708076 CPUtime=24.11 cores=1,3,5,7
/proc/18712/stat : 18712 (java) S 18710 18712 17487 0 -1 4202496 160785 0 1 0 2389 22 0 0 18 0 22 0 505921829 16085069824 149876 33554432000 1073741824 1073778376 140736964948752 18446744073709551615 255118571493 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/18712/statm: 3927019 149876 2284 9 0 3917738 0
[pid=18712/tid=18714] ppid=18710 vsize=15708076 CPUtime=0.36 cores=1,3,5,7
/proc/18712/task/18714/stat : 18714 (java) S 18710 18712 17487 0 -1 4202560 6564 0 1 0 35 1 0 0 20 0 22 0 505921830 16085069824 149876 33554432000 1073741824 1073778376 140736964948752 18446744073709551615 255118584729 0 4 0 16800975 18446604463506891200 0 0 -1 5 0 0 0
[pid=18712/tid=18724] ppid=18710 vsize=15708076 CPUtime=0 cores=1,3,5,7
/proc/18712/task/18724/stat : 18724 (java) S 18710 18712 17487 0 -1 4202560 2581 0 0 0 0 0 0 0 15 0 22 0 505921830 16085069824 149876 33554432000 1073741824 1073778376 140736964948752 18446744073709551615 255118584729 0 4 0 16800975 18446604463506891200 0 0 -1 5 0 0 0
[pid=18712/tid=18725] ppid=18710 vsize=15708076 CPUtime=0 cores=1,3,5,7
/proc/18712/task/18725/stat : 18725 (java) S 18710 18712 17487 0 -1 4202560 1735 0 0 0 0 0 0 0 16 0 22 0 505921830 16085069824 149876 33554432000 1073741824 1073778376 140736964948752 18446744073709551615 255118584729 0 4 0 16800975 18446604463506891200 0 0 -1 7 0 0 0
[pid=18712/tid=18726] ppid=18710 vsize=15708076 CPUtime=0 cores=1,3,5,7
/proc/18712/task/18726/stat : 18726 (java) S 18710 18712 17487 0 -1 4202560 3107 0 0 0 0 0 0 0 16 0 22 0 505921830 16085069824 149876 33554432000 1073741824 1073778376 140736964948752 18446744073709551615 255118584729 0 4 0 16800975 18446604463506891200 0 0 -1 3 0 0 0
[pid=18712/tid=18727] ppid=18710 vsize=15708076 CPUtime=0 cores=1,3,5,7
/proc/18712/task/18727/stat : 18727 (java) S 18710 18712 17487 0 -1 4202560 2967 0 0 0 0 0 0 0 16 0 22 0 505921830 16085069824 149876 33554432000 1073741824 1073778376 140736964948752 18446744073709551615 255118584729 0 4 0 16800975 18446604463506891200 0 0 -1 7 0 0 0
[pid=18712/tid=18728] ppid=18710 vsize=15708076 CPUtime=0 cores=1,3,5,7
/proc/18712/task/18728/stat : 18728 (java) S 18710 18712 17487 0 -1 4202560 2136 0 0 0 0 0 0 0 16 0 22 0 505921830 16085069824 149876 33554432000 1073741824 1073778376 140736964948752 18446744073709551615 255118584729 0 4 0 16800975 18446604463506891200 0 0 -1 3 0 0 0
[pid=18712/tid=18729] ppid=18710 vsize=15708076 CPUtime=0.01 cores=1,3,5,7
/proc/18712/task/18729/stat : 18729 (java) S 18710 18712 17487 0 -1 4202560 3836 0 0 0 1 0 0 0 15 0 22 0 505921830 16085069824 149876 33554432000 1073741824 1073778376 140736964948752 18446744073709551615 255118584729 0 4 0 16800975 18446604463506891200 0 0 -1 1 0 0 0
[pid=18712/tid=18730] ppid=18710 vsize=15708076 CPUtime=0.01 cores=1,3,5,7
/proc/18712/task/18730/stat : 18730 (java) S 18710 18712 17487 0 -1 4202560 1888 0 0 0 1 0 0 0 16 0 22 0 505921830 16085069824 149876 33554432000 1073741824 1073778376 140736964948752 18446744073709551615 255118584729 0 4 0 16800975 18446604463506891200 0 0 -1 3 0 0 0
[pid=18712/tid=18731] ppid=18710 vsize=15708076 CPUtime=0 cores=1,3,5,7
/proc/18712/task/18731/stat : 18731 (java) S 18710 18712 17487 0 -1 4202560 2521 0 0 0 0 0 0 0 15 0 22 0 505921830 16085069824 149876 33554432000 1073741824 1073778376 140736964948752 18446744073709551615 255118584729 0 4 0 16800975 18446604463506891200 0 0 -1 7 0 0 0

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

[pid=18712/tid=18753] ppid=18710 vsize=15702684 CPUtime=1107.98 cores=1,3,5,7
/proc/18712/task/18753/stat : 18753 (java) R 18710 18712 17487 0 -1 4202560 352488 0 0 0 110741 57 0 0 25 0 22 0 505921855 16079548416 92088 33554432000 1073741824 1073778376 140736964948752 18446744073709551615 46912505966873 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=18712/tid=18754] ppid=18710 vsize=15702684 CPUtime=1108.02 cores=1,3,5,7
/proc/18712/task/18754/stat : 18754 (java) R 18710 18712 17487 0 -1 4202560 354025 0 0 0 110746 56 0 0 25 0 22 0 505921855 16079548416 92088 33554432000 1073741824 1073778376 140736964948752 18446744073709551615 46912506164862 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=18712/tid=18755] ppid=18710 vsize=15702684 CPUtime=1107.62 cores=1,3,5,7
/proc/18712/task/18755/stat : 18755 (java) R 18710 18712 17487 0 -1 4202560 355590 0 0 0 110710 52 0 0 25 0 22 0 505921855 16079548416 92088 33554432000 1073741824 1073778376 140736964948752 18446744073709551615 46912506003036 0 4 0 16800975 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4463.55
Current children cumulated vsize (KiB) 15702684

[startup+1182.3 s]
/proc/loadavg: 4.04 4.52 5.92 5/193 18814
/proc/meminfo: memFree=25267464/32951124 swapFree=67111448/67111528
[pid=18712] ppid=18710 vsize=15702684 CPUtime=4702.28 cores=1,3,5,7
/proc/18712/stat : 18712 (java) S 18710 18712 17487 0 -1 4202496 2859218 0 1 0 469628 600 0 0 18 0 22 0 505921829 16079548416 104435 33554432000 1073741824 1073778376 140736964948752 18446744073709551615 255118571493 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/18712/statm: 3925671 104435 2298 9 0 3916390 0
[pid=18712/tid=18714] ppid=18710 vsize=15702684 CPUtime=0.36 cores=1,3,5,7
/proc/18712/task/18714/stat : 18714 (java) S 18710 18712 17487 0 -1 4202560 6564 0 1 0 35 1 0 0 20 0 22 0 505921830 16079548416 104435 33554432000 1073741824 1073778376 140736964948752 18446744073709551615 255118584729 0 4 0 16800975 18446604463506891200 0 0 -1 5 0 0 0
[pid=18712/tid=18724] ppid=18710 vsize=15702684 CPUtime=3.55 cores=1,3,5,7
/proc/18712/task/18724/stat : 18724 (java) S 18710 18712 17487 0 -1 4202560 156968 0 0 0 320 35 0 0 16 0 22 0 505921830 16079548416 104435 33554432000 1073741824 1073778376 140736964948752 18446744073709551615 255118584729 0 4 0 16800975 18446604463506891200 0 0 -1 5 0 0 0
[pid=18712/tid=18725] ppid=18710 vsize=15702684 CPUtime=3.58 cores=1,3,5,7
/proc/18712/task/18725/stat : 18725 (java) S 18710 18712 17487 0 -1 4202560 170471 0 0 0 325 33 0 0 15 0 22 0 505921830 16079548416 104435 33554432000 1073741824 1073778376 140736964948752 18446744073709551615 255118584729 0 4 0 16800975 18446604463506891200 0 0 -1 7 0 0 0
[pid=18712/tid=18726] ppid=18710 vsize=15702684 CPUtime=3.61 cores=1,3,5,7
/proc/18712/task/18726/stat : 18726 (java) S 18710 18712 17487 0 -1 4202560 158665 0 0 0 330 31 0 0 15 0 22 0 505921830 16079548416 104435 33554432000 1073741824 1073778376 140736964948752 18446744073709551615 255118584729 0 4 0 16800975 18446604463506891200 0 0 -1 7 0 0 0
[pid=18712/tid=18727] ppid=18710 vsize=15702684 CPUtime=3.63 cores=1,3,5,7
/proc/18712/task/18727/stat : 18727 (java) S 18710 18712 17487 0 -1 4202560 172176 0 0 0 329 34 0 0 15 0 22 0 505921830 16079548416 104435 33554432000 1073741824 1073778376 140736964948752 18446744073709551615 255118584729 0 4 0 16800975 18446604463506891200 0 0 -1 5 0 0 0
[pid=18712/tid=18728] ppid=18710 vsize=15702684 CPUtime=3.56 cores=1,3,5,7
/proc/18712/task/18728/stat : 18728 (java) S 18710 18712 17487 0 -1 4202560 161034 0 0 0 322 34 0 0 15 0 22 0 505921830 16079548416 104435 33554432000 1073741824 1073778376 140736964948752 18446744073709551615 255118584729 0 4 0 16800975 18446604463506891200 0 0 -1 3 0 0 0
[pid=18712/tid=18729] ppid=18710 vsize=15702684 CPUtime=3.61 cores=1,3,5,7
/proc/18712/task/18729/stat : 18729 (java) S 18710 18712 17487 0 -1 4202560 168501 0 0 0 327 34 0 0 16 0 22 0 505921830 16079548416 104435 33554432000 1073741824 1073778376 140736964948752 18446744073709551615 255118584729 0 4 0 16800975 18446604463506891200 0 0 -1 7 0 0 0
[pid=18712/tid=18730] ppid=18710 vsize=15702684 CPUtime=3.69 cores=1,3,5,7
/proc/18712/task/18730/stat : 18730 (java) S 18710 18712 17487 0 -1 4202560 165939 0 0 0 336 33 0 0 16 0 22 0 505921830 16079548416 104435 33554432000 1073741824 1073778376 140736964948752 18446744073709551615 255118584729 0 4 0 16800975 18446604463506891200 0 0 -1 3 0 0 0
[pid=18712/tid=18731] ppid=18710 vsize=15702684 CPUtime=3.64 cores=1,3,5,7
/proc/18712/task/18731/stat : 18731 (java) S 18710 18712 17487 0 -1 4202560 173370 0 0 0 330 34 0 0 16 0 22 0 505921830 16079548416 104435 33554432000 1073741824 1073778376 140736964948752 18446744073709551615 255118584729 0 4 0 16800975 18446604463506891200 0 0 -1 1 0 0 0
[pid=18712/tid=18733] ppid=18710 vsize=15702684 CPUtime=2.16 cores=1,3,5,7
/proc/18712/task/18733/stat : 18733 (java) S 18710 18712 17487 0 -1 4202560 7303 0 0 0 127 89 0 0 15 0 22 0 505921831 16079548416 104435 33554432000 1073741824 1073778376 140736964948752 18446744073709551615 255118585344 0 0 0 16800975 18446604463506891200 0 0 -1 3 0 0 0
[pid=18712/tid=18736] ppid=18710 vsize=15702684 CPUtime=0 cores=1,3,5,7
/proc/18712/task/18736/stat : 18736 (java) S 18710 18712 17487 0 -1 4202560 17 0 0 0 0 0 0 0 17 0 22 0 505921831 16079548416 104435 33554432000 1073741824 1073778376 140736964948752 18446744073709551615 255118584729 0 4 0 16800975 18446604463506891200 0 0 -1 5 0 0 0
[pid=18712/tid=18737] ppid=18710 vsize=15702684 CPUtime=0 cores=1,3,5,7
/proc/18712/task/18737/stat : 18737 (java) S 18710 18712 17487 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 505921831 16079548416 104435 33554432000 1073741824 1073778376 140736964948752 18446744073709551615 255118584729 0 4 0 16800975 18446604463506891200 0 0 -1 5 0 0 0
[pid=18712/tid=18740] ppid=18710 vsize=15702684 CPUtime=0 cores=1,3,5,7
/proc/18712/task/18740/stat : 18740 (java) S 18710 18712 17487 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 505921834 16079548416 104435 33554432000 1073741824 1073778376 140736964948752 18446744073709551615 255118592433 0 4 0 16800975 18446604463506891200 0 0 -1 5 0 0 0
[pid=18712/tid=18741] ppid=18710 vsize=15702684 CPUtime=0.88 cores=1,3,5,7
/proc/18712/task/18741/stat : 18741 (java) S 18710 18712 17487 0 -1 4202560 7456 0 0 0 88 0 0 0 16 0 22 0 505921834 16079548416 104435 33554432000 1073741824 1073778376 140736964948752 18446744073709551615 255118584729 0 4 0 16800975 18446604463506891200 0 0 -1 7 0 0 0
[pid=18712/tid=18744] ppid=18710 vsize=15702684 CPUtime=0.99 cores=1,3,5,7
/proc/18712/task/18744/stat : 18744 (java) S 18710 18712 17487 0 -1 4202560 9191 0 0 0 98 1 0 0 15 0 22 0 505921834 16079548416 104435 33554432000 1073741824 1073778376 140736964948752 18446744073709551615 255118584729 0 4 0 16800975 18446604463506891200 0 0 -1 3 0 0 0
[pid=18712/tid=18745] ppid=18710 vsize=15702684 CPUtime=0 cores=1,3,5,7
/proc/18712/task/18745/stat : 18745 (java) S 18710 18712 17487 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 505921834 16079548416 104435 33554432000 1073741824 1073778376 140736964948752 18446744073709551615 255118584729 0 4 0 16800975 18446604463506891200 0 0 -1 5 0 0 0
[pid=18712/tid=18747] ppid=18710 vsize=15702684 CPUtime=0 cores=1,3,5,7
/proc/18712/task/18747/stat : 18747 (java) S 18710 18712 17487 0 -1 4202560 64 0 0 0 0 0 0 0 15 0 22 0 505921834 16079548416 104435 33554432000 1073741824 1073778376 140736964948752 18446744073709551615 255118585344 0 4 0 16800975 18446604463506891200 0 0 -1 3 0 0 0
[pid=18712/tid=18752] ppid=18710 vsize=15702684 CPUtime=1167.28 cores=1,3,5,7
/proc/18712/task/18752/stat : 18752 (java) R 18710 18712 17487 0 -1 4202560 378376 0 0 0 116672 56 0 0 25 0 22 0 505921855 16079548416 104435 33554432000 1073741824 1073778376 140736964948752 18446744073709551615 47727590992730 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=18712/tid=18753] ppid=18710 vsize=15702684 CPUtime=1167.34 cores=1,3,5,7
/proc/18712/task/18753/stat : 18753 (java) R 18710 18712 17487 0 -1 4202560 372126 0 0 0 116674 60 0 0 25 0 22 0 505921855 16079548416 104435 33554432000 1073741824 1073778376 140736964948752 18446744073709551615 46912505939572 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=18712/tid=18754] ppid=18710 vsize=15702684 CPUtime=1167.39 cores=1,3,5,7
/proc/18712/task/18754/stat : 18754 (java) R 18710 18712 17487 0 -1 4202560 374100 0 0 0 116679 60 0 0 25 0 22 0 505921855 16079548416 104435 33554432000 1073741824 1073778376 140736964948752 18446744073709551615 46912505939734 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=18712/tid=18755] ppid=18710 vsize=15702684 CPUtime=1166.83 cores=1,3,5,7
/proc/18712/task/18755/stat : 18755 (java) R 18710 18712 17487 0 -1 4202560 375529 0 0 0 116627 56 0 0 25 0 22 0 505921855 16079548416 104435 33554432000 1073741824 1073778376 140736964948752 18446744073709551615 18446744073699065947 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4702.28
Current children cumulated vsize (KiB) 15702684



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1206.9 s]
/proc/loadavg: 4.02 4.48 5.87 5/193 18814
/proc/meminfo: memFree=25259016/32951124 swapFree=67111448/67111528
[pid=18712] ppid=18710 vsize=15702684 CPUtime=4800.14 cores=1,3,5,7
/proc/18712/stat : 18712 (java) S 18710 18712 17487 0 -1 4202496 2913567 0 1 0 479401 613 0 0 18 0 22 0 505921829 16079548416 105675 33554432000 1073741824 1073778376 140736964948752 18446744073709551615 255118571493 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/18712/statm: 3925671 105675 2298 9 0 3916390 0
[pid=18712/tid=18714] ppid=18710 vsize=15702684 CPUtime=0.36 cores=1,3,5,7
/proc/18712/task/18714/stat : 18714 (java) S 18710 18712 17487 0 -1 4202560 6564 0 1 0 35 1 0 0 20 0 22 0 505921830 16079548416 105675 33554432000 1073741824 1073778376 140736964948752 18446744073709551615 255118584729 0 4 0 16800975 18446604463506891200 0 0 -1 5 0 0 0
[pid=18712/tid=18724] ppid=18710 vsize=15702684 CPUtime=3.63 cores=1,3,5,7
/proc/18712/task/18724/stat : 18724 (java) S 18710 18712 17487 0 -1 4202560 160430 0 0 0 327 36 0 0 15 0 22 0 505921830 16079548416 105675 33554432000 1073741824 1073778376 140736964948752 18446744073709551615 255118584729 0 4 0 16800975 18446604463506891200 0 0 -1 1 0 0 0
[pid=18712/tid=18725] ppid=18710 vsize=15702684 CPUtime=3.65 cores=1,3,5,7
/proc/18712/task/18725/stat : 18725 (java) S 18710 18712 17487 0 -1 4202560 172825 0 0 0 331 34 0 0 15 0 22 0 505921830 16079548416 105675 33554432000 1073741824 1073778376 140736964948752 18446744073709551615 255118584729 0 4 0 16800975 18446604463506891200 0 0 -1 3 0 0 0
[pid=18712/tid=18726] ppid=18710 vsize=15702684 CPUtime=3.69 cores=1,3,5,7
/proc/18712/task/18726/stat : 18726 (java) S 18710 18712 17487 0 -1 4202560 161551 0 0 0 337 32 0 0 15 0 22 0 505921830 16079548416 105675 33554432000 1073741824 1073778376 140736964948752 18446744073709551615 255118584729 0 4 0 16800975 18446604463506891200 0 0 -1 1 0 0 0
[pid=18712/tid=18727] ppid=18710 vsize=15702684 CPUtime=3.7 cores=1,3,5,7
/proc/18712/task/18727/stat : 18727 (java) S 18710 18712 17487 0 -1 4202560 175429 0 0 0 336 34 0 0 15 0 22 0 505921830 16079548416 105675 33554432000 1073741824 1073778376 140736964948752 18446744073709551615 255118584729 0 4 0 16800975 18446604463506891200 0 0 -1 1 0 0 0
[pid=18712/tid=18728] ppid=18710 vsize=15702684 CPUtime=3.63 cores=1,3,5,7
/proc/18712/task/18728/stat : 18728 (java) S 18710 18712 17487 0 -1 4202560 164332 0 0 0 328 35 0 0 15 0 22 0 505921830 16079548416 105675 33554432000 1073741824 1073778376 140736964948752 18446744073709551615 255118584729 0 4 0 16800975 18446604463506891200 0 0 -1 5 0 0 0
[pid=18712/tid=18729] ppid=18710 vsize=15702684 CPUtime=3.69 cores=1,3,5,7
/proc/18712/task/18729/stat : 18729 (java) S 18710 18712 17487 0 -1 4202560 171592 0 0 0 335 34 0 0 15 0 22 0 505921830 16079548416 105675 33554432000 1073741824 1073778376 140736964948752 18446744073709551615 255118584729 0 4 0 16800975 18446604463506891200 0 0 -1 5 0 0 0
[pid=18712/tid=18730] ppid=18710 vsize=15702684 CPUtime=3.77 cores=1,3,5,7
/proc/18712/task/18730/stat : 18730 (java) S 18710 18712 17487 0 -1 4202560 168658 0 0 0 343 34 0 0 15 0 22 0 505921830 16079548416 105675 33554432000 1073741824 1073778376 140736964948752 18446744073709551615 255118584729 0 4 0 16800975 18446604463506891200 0 0 -1 7 0 0 0
[pid=18712/tid=18731] ppid=18710 vsize=15702684 CPUtime=3.73 cores=1,3,5,7
/proc/18712/task/18731/stat : 18731 (java) S 18710 18712 17487 0 -1 4202560 176407 0 0 0 338 35 0 0 15 0 22 0 505921830 16079548416 105675 33554432000 1073741824 1073778376 140736964948752 18446744073709551615 255118584729 0 4 0 16800975 18446604463506891200 0 0 -1 7 0 0 0
[pid=18712/tid=18733] ppid=18710 vsize=15702684 CPUtime=2.22 cores=1,3,5,7
/proc/18712/task/18733/stat : 18733 (java) S 18710 18712 17487 0 -1 4202560 7424 0 0 0 131 91 0 0 15 0 22 0 505921831 16079548416 105675 33554432000 1073741824 1073778376 140736964948752 18446744073709551615 255118585344 0 0 0 16800975 18446604463506891200 0 0 -1 7 0 0 0
[pid=18712/tid=18736] ppid=18710 vsize=15702684 CPUtime=0 cores=1,3,5,7
/proc/18712/task/18736/stat : 18736 (java) S 18710 18712 17487 0 -1 4202560 17 0 0 0 0 0 0 0 17 0 22 0 505921831 16079548416 105675 33554432000 1073741824 1073778376 140736964948752 18446744073709551615 255118584729 0 4 0 16800975 18446604463506891200 0 0 -1 5 0 0 0
[pid=18712/tid=18737] ppid=18710 vsize=15702684 CPUtime=0 cores=1,3,5,7
/proc/18712/task/18737/stat : 18737 (java) S 18710 18712 17487 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 505921831 16079548416 105675 33554432000 1073741824 1073778376 140736964948752 18446744073709551615 255118584729 0 4 0 16800975 18446604463506891200 0 0 -1 5 0 0 0
[pid=18712/tid=18740] ppid=18710 vsize=15702684 CPUtime=0 cores=1,3,5,7
/proc/18712/task/18740/stat : 18740 (java) S 18710 18712 17487 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 505921834 16079548416 105675 33554432000 1073741824 1073778376 140736964948752 18446744073709551615 255118592433 0 4 0 16800975 18446604463506891200 0 0 -1 5 0 0 0
[pid=18712/tid=18741] ppid=18710 vsize=15702684 CPUtime=0.88 cores=1,3,5,7
/proc/18712/task/18741/stat : 18741 (java) S 18710 18712 17487 0 -1 4202560 7456 0 0 0 88 0 0 0 16 0 22 0 505921834 16079548416 105675 33554432000 1073741824 1073778376 140736964948752 18446744073709551615 255118584729 0 4 0 16800975 18446604463506891200 0 0 -1 7 0 0 0
[pid=18712/tid=18744] ppid=18710 vsize=15702684 CPUtime=0.99 cores=1,3,5,7
/proc/18712/task/18744/stat : 18744 (java) S 18710 18712 17487 0 -1 4202560 9191 0 0 0 98 1 0 0 15 0 22 0 505921834 16079548416 105675 33554432000 1073741824 1073778376 140736964948752 18446744073709551615 255118584729 0 4 0 16800975 18446604463506891200 0 0 -1 3 0 0 0
[pid=18712/tid=18745] ppid=18710 vsize=15702684 CPUtime=0 cores=1,3,5,7
/proc/18712/task/18745/stat : 18745 (java) S 18710 18712 17487 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 505921834 16079548416 105675 33554432000 1073741824 1073778376 140736964948752 18446744073709551615 255118584729 0 4 0 16800975 18446604463506891200 0 0 -1 5 0 0 0
[pid=18712/tid=18747] ppid=18710 vsize=15702684 CPUtime=0 cores=1,3,5,7
/proc/18712/task/18747/stat : 18747 (java) S 18710 18712 17487 0 -1 4202560 66 0 0 0 0 0 0 0 15 0 22 0 505921834 16079548416 105675 33554432000 1073741824 1073778376 140736964948752 18446744073709551615 255118585344 0 4 0 16800975 18446604463506891200 0 0 -1 3 0 0 0
[pid=18712/tid=18752] ppid=18710 vsize=15702684 CPUtime=1191.57 cores=1,3,5,7
/proc/18712/task/18752/stat : 18752 (java) R 18710 18712 17487 0 -1 4202560 386184 0 0 0 119100 57 0 0 25 0 22 0 505921855 16079548416 105675 33554432000 1073741824 1073778376 140736964948752 18446744073709551615 46912505929791 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=18712/tid=18753] ppid=18710 vsize=15702684 CPUtime=1191.65 cores=1,3,5,7
/proc/18712/task/18753/stat : 18753 (java) R 18710 18712 17487 0 -1 4202560 379198 0 0 0 119103 62 0 0 25 0 22 0 505921855 16079548416 105675 33554432000 1073741824 1073778376 140736964948752 18446744073709551615 46912505741045 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=18712/tid=18754] ppid=18710 vsize=15702684 CPUtime=1191.65 cores=1,3,5,7
/proc/18712/task/18754/stat : 18754 (java) R 18710 18712 17487 0 -1 4202560 381594 0 0 0 119104 61 0 0 25 0 22 0 505921855 16079548416 105675 33554432000 1073741824 1073778376 140736964948752 18446744073709551615 46912505939509 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=18712/tid=18755] ppid=18710 vsize=15702684 CPUtime=1191.18 cores=1,3,5,7
/proc/18712/task/18755/stat : 18755 (java) R 18710 18712 17487 0 -1 4202560 383281 0 0 0 119060 58 0 0 25 0 22 0 505921855 16079548416 105675 33554432000 1073741824 1073778376 140736964948752 18446744073709551615 46912506128433 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4800.14
Current children cumulated vsize (KiB) 15702684

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: 4.02 4.48 5.87 5/193 18814
/proc/meminfo: memFree=25259016/32951124 swapFree=67111448/67111528
[pid=18712] ppid=18710 vsize=15702684 CPUtime=4800.14 cores=1,3,5,7
/proc/18712/stat : 18712 (java) S 18710 18712 17487 0 -1 4202496 2913567 0 1 0 479401 613 0 0 18 0 22 0 505921829 16079548416 105675 33554432000 1073741824 1073778376 140736964948752 18446744073709551615 255118571493 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/18712/statm: 3925671 105675 2298 9 0 3916390 0
[pid=18712/tid=18714] ppid=18710 vsize=15702684 CPUtime=0.36 cores=1,3,5,7
/proc/18712/task/18714/stat : 18714 (java) S 18710 18712 17487 0 -1 4202560 6564 0 1 0 35 1 0 0 20 0 22 0 505921830 16079548416 105675 33554432000 1073741824 1073778376 140736964948752 18446744073709551615 255118584729 0 4 0 16800975 18446604463506891200 0 0 -1 5 0 0 0
[pid=18712/tid=18724] ppid=18710 vsize=15702684 CPUtime=3.63 cores=1,3,5,7
/proc/18712/task/18724/stat : 18724 (java) S 18710 18712 17487 0 -1 4202560 160430 0 0 0 327 36 0 0 15 0 22 0 505921830 16079548416 105675 33554432000 1073741824 1073778376 140736964948752 18446744073709551615 255118584729 0 4 0 16800975 18446604463506891200 0 0 -1 1 0 0 0
[pid=18712/tid=18725] ppid=18710 vsize=15702684 CPUtime=3.65 cores=1,3,5,7
/proc/18712/task/18725/stat : 18725 (java) S 18710 18712 17487 0 -1 4202560 172825 0 0 0 331 34 0 0 15 0 22 0 505921830 16079548416 105675 33554432000 1073741824 1073778376 140736964948752 18446744073709551615 255118584729 0 4 0 16800975 18446604463506891200 0 0 -1 3 0 0 0
[pid=18712/tid=18726] ppid=18710 vsize=15702684 CPUtime=3.69 cores=1,3,5,7
/proc/18712/task/18726/stat : 18726 (java) S 18710 18712 17487 0 -1 4202560 161551 0 0 0 337 32 0 0 15 0 22 0 505921830 16079548416 105675 33554432000 1073741824 1073778376 140736964948752 18446744073709551615 255118584729 0 4 0 16800975 18446604463506891200 0 0 -1 1 0 0 0
[pid=18712/tid=18727] ppid=18710 vsize=15702684 CPUtime=3.7 cores=1,3,5,7
/proc/18712/task/18727/stat : 18727 (java) S 18710 18712 17487 0 -1 4202560 175429 0 0 0 336 34 0 0 15 0 22 0 505921830 16079548416 105675 33554432000 1073741824 1073778376 140736964948752 18446744073709551615 255118584729 0 4 0 16800975 18446604463506891200 0 0 -1 1 0 0 0
[pid=18712/tid=18728] ppid=18710 vsize=15702684 CPUtime=3.63 cores=1,3,5,7
/proc/18712/task/18728/stat : 18728 (java) S 18710 18712 17487 0 -1 4202560 164332 0 0 0 328 35 0 0 15 0 22 0 505921830 16079548416 105675 33554432000 1073741824 1073778376 140736964948752 18446744073709551615 255118584729 0 4 0 16800975 18446604463506891200 0 0 -1 5 0 0 0
[pid=18712/tid=18729] ppid=18710 vsize=15702684 CPUtime=3.69 cores=1,3,5,7
/proc/18712/task/18729/stat : 18729 (java) S 18710 18712 17487 0 -1 4202560 171592 0 0 0 335 34 0 0 15 0 22 0 505921830 16079548416 105675 33554432000 1073741824 1073778376 140736964948752 18446744073709551615 255118584729 0 4 0 16800975 18446604463506891200 0 0 -1 5 0 0 0
[pid=18712/tid=18730] ppid=18710 vsize=15702684 CPUtime=3.77 cores=1,3,5,7
/proc/18712/task/18730/stat : 18730 (java) S 18710 18712 17487 0 -1 4202560 168658 0 0 0 343 34 0 0 15 0 22 0 505921830 16079548416 105675 33554432000 1073741824 1073778376 140736964948752 18446744073709551615 255118584729 0 4 0 16800975 18446604463506891200 0 0 -1 7 0 0 0
[pid=18712/tid=18731] ppid=18710 vsize=15702684 CPUtime=3.73 cores=1,3,5,7
/proc/18712/task/18731/stat : 18731 (java) S 18710 18712 17487 0 -1 4202560 176407 0 0 0 338 35 0 0 15 0 22 0 505921830 16079548416 105675 33554432000 1073741824 1073778376 140736964948752 18446744073709551615 255118584729 0 4 0 16800975 18446604463506891200 0 0 -1 7 0 0 0
[pid=18712/tid=18733] ppid=18710 vsize=15702684 CPUtime=2.22 cores=1,3,5,7
/proc/18712/task/18733/stat : 18733 (java) S 18710 18712 17487 0 -1 4202560 7424 0 0 0 131 91 0 0 15 0 22 0 505921831 16079548416 105675 33554432000 1073741824 1073778376 140736964948752 18446744073709551615 255118585344 0 0 0 16800975 18446604463506891200 0 0 -1 7 0 0 0
[pid=18712/tid=18736] ppid=18710 vsize=15702684 CPUtime=0 cores=1,3,5,7
/proc/18712/task/18736/stat : 18736 (java) S 18710 18712 17487 0 -1 4202560 17 0 0 0 0 0 0 0 17 0 22 0 505921831 16079548416 105675 33554432000 1073741824 1073778376 140736964948752 18446744073709551615 255118584729 0 4 0 16800975 18446604463506891200 0 0 -1 5 0 0 0
[pid=18712/tid=18737] ppid=18710 vsize=15702684 CPUtime=0 cores=1,3,5,7
/proc/18712/task/18737/stat : 18737 (java) S 18710 18712 17487 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 505921831 16079548416 105675 33554432000 1073741824 1073778376 140736964948752 18446744073709551615 255118584729 0 4 0 16800975 18446604463506891200 0 0 -1 5 0 0 0
[pid=18712/tid=18740] ppid=18710 vsize=15702684 CPUtime=0 cores=1,3,5,7
/proc/18712/task/18740/stat : 18740 (java) S 18710 18712 17487 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 505921834 16079548416 105675 33554432000 1073741824 1073778376 140736964948752 18446744073709551615 255118592433 0 4 0 16800975 18446604463506891200 0 0 -1 5 0 0 0
[pid=18712/tid=18741] ppid=18710 vsize=15702684 CPUtime=0.88 cores=1,3,5,7
/proc/18712/task/18741/stat : 18741 (java) S 18710 18712 17487 0 -1 4202560 7456 0 0 0 88 0 0 0 16 0 22 0 505921834 16079548416 105675 33554432000 1073741824 1073778376 140736964948752 18446744073709551615 255118584729 0 4 0 16800975 18446604463506891200 0 0 -1 7 0 0 0
[pid=18712/tid=18744] ppid=18710 vsize=15702684 CPUtime=0.99 cores=1,3,5,7
/proc/18712/task/18744/stat : 18744 (java) S 18710 18712 17487 0 -1 4202560 9191 0 0 0 98 1 0 0 15 0 22 0 505921834 16079548416 105675 33554432000 1073741824 1073778376 140736964948752 18446744073709551615 255118584729 0 4 0 16800975 18446604463506891200 0 0 -1 3 0 0 0
[pid=18712/tid=18745] ppid=18710 vsize=15702684 CPUtime=0 cores=1,3,5,7
/proc/18712/task/18745/stat : 18745 (java) S 18710 18712 17487 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 505921834 16079548416 105675 33554432000 1073741824 1073778376 140736964948752 18446744073709551615 255118584729 0 4 0 16800975 18446604463506891200 0 0 -1 5 0 0 0
[pid=18712/tid=18747] ppid=18710 vsize=15702684 CPUtime=0 cores=1,3,5,7
/proc/18712/task/18747/stat : 18747 (java) S 18710 18712 17487 0 -1 4202560 66 0 0 0 0 0 0 0 15 0 22 0 505921834 16079548416 105675 33554432000 1073741824 1073778376 140736964948752 18446744073709551615 255118585344 0 4 0 16800975 18446604463506891200 0 0 -1 3 0 0 0
[pid=18712/tid=18752] ppid=18710 vsize=15702684 CPUtime=1191.57 cores=1,3,5,7
/proc/18712/task/18752/stat : 18752 (java) R 18710 18712 17487 0 -1 4202560 386184 0 0 0 119100 57 0 0 25 0 22 0 505921855 16079548416 105675 33554432000 1073741824 1073778376 140736964948752 18446744073709551615 46912505929791 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=18712/tid=18753] ppid=18710 vsize=15702684 CPUtime=1191.65 cores=1,3,5,7
/proc/18712/task/18753/stat : 18753 (java) R 18710 18712 17487 0 -1 4202560 379198 0 0 0 119103 62 0 0 25 0 22 0 505921855 16079548416 105675 33554432000 1073741824 1073778376 140736964948752 18446744073709551615 46912505741045 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=18712/tid=18754] ppid=18710 vsize=15702684 CPUtime=1191.65 cores=1,3,5,7
/proc/18712/task/18754/stat : 18754 (java) R 18710 18712 17487 0 -1 4202560 381594 0 0 0 119104 61 0 0 25 0 22 0 505921855 16079548416 105675 33554432000 1073741824 1073778376 140736964948752 18446744073709551615 46912505939509 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=18712/tid=18755] ppid=18710 vsize=15702684 CPUtime=1191.18 cores=1,3,5,7
/proc/18712/task/18755/stat : 18755 (java) R 18710 18712 17487 0 -1 4202560 383281 0 0 0 119060 58 0 0 25 0 22 0 505921855 16079548416 105675 33554432000 1073741824 1073778376 140736964948752 18446744073709551615 46912506128433 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4800.14
Current children cumulated vsize (KiB) 15702684

Child status: 143
Real time (s): 1206.94
CPU time (s): 4800.2
CPU user time (s): 4794.04
CPU system time (s): 6.15306
CPU usage (%): 397.717
Max. virtual memory (cumulated for all children) (KiB): 15709840

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4794.04
system time used= 6.15306
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2913593
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= 218092
involuntary context switches= 129734

runsolver used 1.80373 second user time and 4.84226 second system time

The end

Launcher Data

Begin job on node144 at 2011-04-30 05:44:17
IDJOB=3311563
IDBENCH=82948
IDSOLVER=1698
FILE ID=node144/3311563-1304135057
RUNJOBID= node144-1304135057-18693
PBS_JOBID= 13170779
Free space on /tmp= 73536 MiB

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

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

MD5SUM BENCH= 82834b232944ca118e4175405e325327
RANDOM SEED=88815683

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      25676292 kB
Buffers:       2126120 kB
Cached:        4541436 kB
SwapCached:         80 kB
Active:         201596 kB
Inactive:      6530128 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      25676292 kB
SwapTotal:    67111528 kB
SwapFree:     67111448 kB
Dirty:            3216 kB
Writeback:           0 kB
AnonPages:       63920 kB
Mapped:          14864 kB
Slab:           480052 kB
PageTables:       4728 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   192700 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= 73536 MiB
End job on node144 at 2011-04-30 06:04:26