Trace number 3311418

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.08 1207.04

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v550-c2343-S720541313-052.UNKNOWN.cnf
MD5SUM529f91a307fdda5249e1a091ee33e647
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 variables550
Number of clauses2343
Sum of the clauses size7029
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 32343
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.10/0.11	15:00 INFO : Reading from input HOME/instance-3311418-1304126100.cnf
0.26/0.25	Executor set job limit to 1000000
0.26/0.25	Executor set job limit to 1000000
0.26/0.25	Executor set job limit to 1000000
0.26/0.25	Executor set job limit to 1000000
0.26/0.25	Starting Executor!
0.26/0.25	Starting Executor!
0.26/0.25	Starting Executor!
0.26/0.25	Starting Executor!
0.47/0.36	15:01 INFO : 548 variables remaining out of 550
0.47/0.36	15:01 INFO : 9336 literals remaining out of 9372

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-3311418-1304126100/watcher-3311418-1304126100 -o /tmp/evaluation-result-3311418-1304126100/solver-3311418-1304126100 -C 4800 -W 1300 -M 15500 run 15000 4 HOME HOME HOME/instance-3311418-1304126100.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: 3.71 5.42 6.79 2/178 21054
/proc/meminfo: memFree=21156532/32951124 swapFree=67111524/67111528
[pid=21054] ppid=21052 vsize=26088 CPUtime=0 cores=1,3,5,7
/proc/21054/stat : 21054 (java) S 21052 21054 20447 0 -1 4202496 1403 0 0 0 0 0 0 0 18 0 2 0 505025628 26714112 874 33554432000 1073741824 1073778376 140734552406160 18446744073709551615 264738207717 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/21054/statm: 6522 881 675 9 0 381 0
[pid=21054/tid=21063] ppid=21052 vsize=26088 CPUtime=0 cores=1,3,5,7
/proc/21054/task/21063/stat : 21063 (java) S 21052 21054 20447 0 -1 4202560 56 0 0 0 0 0 0 0 19 0 2 0 505025629 26714112 885 33554432000 1073741824 1073778376 140734552406160 18446744073709551615 264721481351 0 2147483391 4096 0 18446744071699207358 0 0 -1 5 0 0 0

[startup+0.105083 s]
/proc/loadavg: 3.71 5.42 6.79 2/178 21054
/proc/meminfo: memFree=21156532/32951124 swapFree=67111524/67111528
[pid=21054] ppid=21052 vsize=15676736 CPUtime=0.1 cores=1,3,5,7
/proc/21054/stat : 21054 (java) S 21052 21054 20447 0 -1 4202496 5623 0 1 0 9 1 0 0 18 0 18 0 505025628 16052977664 5062 33554432000 1073741824 1073778376 140734552406160 18446744073709551615 264738207717 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/21054/statm: 3919184 5062 2118 9 0 3909903 0
[pid=21054/tid=21063] ppid=21052 vsize=15676736 CPUtime=0.09 cores=1,3,5,7
/proc/21054/task/21063/stat : 21063 (java) R 21052 21054 20447 0 -1 4202560 3518 0 1 0 8 1 0 0 18 0 18 0 505025629 16052977664 5062 33554432000 1073741824 1073778376 140734552406160 18446744073709551615 264738231755 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 15676736

[startup+0.203241 s]
/proc/loadavg: 3.71 5.42 6.79 2/178 21054
/proc/meminfo: memFree=21156532/32951124 swapFree=67111524/67111528
[pid=21054] ppid=21052 vsize=15677364 CPUtime=0.26 cores=1,3,5,7
/proc/21054/stat : 21054 (java) S 21052 21054 20447 0 -1 4202496 7046 0 1 0 25 1 0 0 18 0 18 0 505025628 16053620736 6381 33554432000 1073741824 1073778376 140734552406160 18446744073709551615 264738207717 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/21054/statm: 3919341 6382 2184 9 0 3910060 0
[pid=21054/tid=21063] ppid=21052 vsize=15677364 CPUtime=0.18 cores=1,3,5,7
/proc/21054/task/21063/stat : 21063 (java) R 21052 21054 20447 0 -1 4202560 4570 0 1 0 17 1 0 0 18 0 18 0 505025629 16053620736 6382 33554432000 1073741824 1073778376 140734552406160 18446744073709551615 46912505511518 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 15677364

[startup+0.306039 s]
/proc/loadavg: 3.71 5.42 6.79 2/178 21054
/proc/meminfo: memFree=21156532/32951124 swapFree=67111524/67111528
[pid=21054] ppid=21052 vsize=15685852 CPUtime=0.47 cores=1,3,5,7
/proc/21054/stat : 21054 (java) S 21052 21054 20447 0 -1 4202496 10368 0 1 0 46 1 0 0 18 0 22 0 505025628 16062312448 9138 33554432000 1073741824 1073778376 140734552406160 18446744073709551615 264738207717 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/21054/statm: 3921463 9147 2221 9 0 3912182 0
[pid=21054/tid=21063] ppid=21052 vsize=15685852 CPUtime=0.29 cores=1,3,5,7
/proc/21054/task/21063/stat : 21063 (java) R 21052 21054 20447 0 -1 4202560 6146 0 1 0 28 1 0 0 21 0 22 0 505025629 16062312448 9159 33554432000 1073741824 1073778376 140734552406160 18446744073709551615 46912505216209 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 15685852

[startup+0.858712 s]
/proc/loadavg: 3.71 5.42 6.79 2/178 21054
/proc/meminfo: memFree=21156532/32951124 swapFree=67111524/67111528
[pid=21054] ppid=21052 vsize=15689356 CPUtime=2.44 cores=1,3,5,7
/proc/21054/stat : 21054 (java) S 21052 21054 20447 0 -1 4202496 42850 0 1 0 239 5 0 0 18 0 22 0 505025628 16065900544 39448 33554432000 1073741824 1073778376 140734552406160 18446744073709551615 264738207717 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/21054/statm: 3922339 39448 2262 9 0 3913058 0
[pid=21054/tid=21063] ppid=21052 vsize=15689356 CPUtime=0.34 cores=1,3,5,7
/proc/21054/task/21063/stat : 21063 (java) S 21052 21054 20447 0 -1 4202560 6428 0 1 0 33 1 0 0 21 0 22 0 505025629 16065900544 39448 33554432000 1073741824 1073778376 140734552406160 18446744073709551615 264738220953 0 4 0 16800975 18446604469058657280 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2.44
Current children cumulated vsize (KiB) 15689356

[startup+1.50079 s]
/proc/loadavg: 3.71 5.42 6.79 10/220 21096
/proc/meminfo: memFree=20792516/32951124 swapFree=67111524/67111528
[pid=21054] ppid=21052 vsize=15689356 CPUtime=4.98 cores=1,3,5,7
/proc/21054/stat : 21054 (java) S 21052 21054 20447 0 -1 4202496 54678 0 1 0 492 6 0 0 18 0 22 0 505025628 16065900544 51088 33554432000 1073741824 1073778376 140734552406160 18446744073709551615 264738207717 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/21054/statm: 3922339 51102 2276 9 0 3913058 0
[pid=21054/tid=21063] ppid=21052 vsize=15689356 CPUtime=0.34 cores=1,3,5,7
/proc/21054/task/21063/stat : 21063 (java) S 21052 21054 20447 0 -1 4202560 6428 0 1 0 33 1 0 0 21 0 22 0 505025629 16065900544 51109 33554432000 1073741824 1073778376 140734552406160 18446744073709551615 264738220953 0 4 0 16800975 18446604469058657280 0 0 -1 3 0 0 0
[pid=21054/tid=21065] ppid=21052 vsize=15689356 CPUtime=0 cores=1,3,5,7
/proc/21054/task/21065/stat : 21065 (java) S 21052 21054 20447 0 -1 4202560 1481 0 0 0 0 0 0 0 16 0 22 0 505025629 16065900544 51113 33554432000 1073741824 1073778376 140734552406160 18446744073709551615 264738220953 0 4 0 16800975 18446604469058657280 0 0 -1 5 0 0 0
[pid=21054/tid=21066] ppid=21052 vsize=15689356 CPUtime=0 cores=1,3,5,7
/proc/21054/task/21066/stat : 21066 (java) S 21052 21054 20447 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 505025629 16065900544 51113 33554432000 1073741824 1073778376 140734552406160 18446744073709551615 264738220953 0 4 0 16800975 18446604469058657280 0 0 -1 7 0 0 0
[pid=21054/tid=21067] ppid=21052 vsize=15689356 CPUtime=0 cores=1,3,5,7
/proc/21054/task/21067/stat : 21067 (java) S 21052 21054 20447 0 -1 4202560 892 0 0 0 0 0 0 0 16 0 22 0 505025629 16065900544 51114 33554432000 1073741824 1073778376 140734552406160 18446744073709551615 264738220953 0 4 0 16800975 18446604469058657280 0 0 -1 1 0 0 0
[pid=21054/tid=21068] ppid=21052 vsize=15689356 CPUtime=0 cores=1,3,5,7
/proc/21054/task/21068/stat : 21068 (java) S 21052 21054 20447 0 -1 4202560 933 0 0 0 0 0 0 0 15 0 22 0 505025629 16065900544 51115 33554432000 1073741824 1073778376 140734552406160 18446744073709551615 264738220953 0 4 0 16800975 18446604469058657280 0 0 -1 5 0 0 0
[pid=21054/tid=21069] ppid=21052 vsize=15689356 CPUtime=0 cores=1,3,5,7
/proc/21054/task/21069/stat : 21069 (java) S 21052 21054 20447 0 -1 4202560 1193 0 0 0 0 0 0 0 16 0 22 0 505025629 16065900544 51116 33554432000 1073741824 1073778376 140734552406160 18446744073709551615 264738220953 0 4 0 16800975 18446604469058657280 0 0 -1 3 0 0 0
[pid=21054/tid=21070] ppid=21052 vsize=15689356 CPUtime=0 cores=1,3,5,7
/proc/21054/task/21070/stat : 21070 (java) S 21052 21054 20447 0 -1 4202560 1399 0 0 0 0 0 0 0 15 0 22 0 505025629 16065900544 51118 33554432000 1073741824 1073778376 140734552406160 18446744073709551615 264738220953 0 4 0 16800975 18446604469058657280 0 0 -1 1 0 0 0
[pid=21054/tid=21071] ppid=21052 vsize=15689356 CPUtime=0 cores=1,3,5,7
/proc/21054/task/21071/stat : 21071 (java) S 21052 21054 20447 0 -1 4202560 510 0 0 0 0 0 0 0 15 0 22 0 505025629 16065900544 51119 33554432000 1073741824 1073778376 140734552406160 18446744073709551615 264738220953 0 4 0 16800975 18446604469058657280 0 0 -1 3 0 0 0
[pid=21054/tid=21072] ppid=21052 vsize=15689356 CPUtime=0 cores=1,3,5,7
/proc/21054/task/21072/stat : 21072 (java) S 21052 21054 20447 0 -1 4202560 1375 0 0 0 0 0 0 0 16 0 22 0 505025629 16065900544 51121 33554432000 1073741824 1073778376 140734552406160 18446744073709551615 264738220953 0 4 0 16800975 18446604469058657280 0 0 -1 7 0 0 0
[pid=21054/tid=21076] ppid=21052 vsize=15689356 CPUtime=0 cores=1,3,5,7
/proc/21054/task/21076/stat : 21076 (java) S 21052 21054 20447 0 -1 4202560 74 0 0 0 0 0 0 0 15 0 22 0 505025630 16065900544 51122 33554432000 1073741824 1073778376 140734552406160 18446744073709551615 264738221568 0 0 0 16800975 18446604469058657280 0 0 -1 3 0 0 0
[pid=21054/tid=21077] ppid=21052 vsize=15689356 CPUtime=0 cores=1,3,5,7
/proc/21054/task/21077/stat : 21077 (java) S 21052 21054 20447 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 505025631 16065900544 51124 33554432000 1073741824 1073778376 140734552406160 18446744073709551615 264738220953 0 4 0 16800975 18446604469058657280 0 0 -1 7 0 0 0
[pid=21054/tid=21078] ppid=21052 vsize=15689356 CPUtime=0 cores=1,3,5,7
/proc/21054/task/21078/stat : 21078 (java) S 21052 21054 20447 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 505025631 16065900544 51126 33554432000 1073741824 1073778376 140734552406160 18446744073709551615 264738220953 0 4 0 16800975 18446604469058657280 0 0 -1 7 0 0 0
[pid=21054/tid=21084] ppid=21052 vsize=15689356 CPUtime=0 cores=1,3,5,7
/proc/21054/task/21084/stat : 21084 (java) S 21052 21054 20447 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 505025633 16065900544 51127 33554432000 1073741824 1073778376 140734552406160 18446744073709551615 264738228657 0 4 0 16800975 18446604469058657280 0 0 -1 5 0 0 0
[pid=21054/tid=21085] ppid=21052 vsize=15689356 CPUtime=0.54 cores=1,3,5,7
/proc/21054/task/21085/stat : 21085 (java) S 21052 21054 20447 0 -1 4202560 3275 0 0 0 54 0 0 0 17 0 22 0 505025633 16065900544 51128 33554432000 1073741824 1073778376 140734552406160 18446744073709551615 264738220953 0 4 0 16800975 18446604469058657280 0 0 -1 1 0 0 0
[pid=21054/tid=21086] ppid=21052 vsize=15689356 CPUtime=0.57 cores=1,3,5,7
/proc/21054/task/21086/stat : 21086 (java) S 21052 21054 20447 0 -1 4202560 3818 0 0 0 57 0 0 0 19 0 22 0 505025633 16065900544 51130 33554432000 1073741824 1073778376 140734552406160 18446744073709551615 264738220953 0 4 0 16800975 18446604469058657280 0 0 -1 7 0 0 0
[pid=21054/tid=21087] ppid=21052 vsize=15689356 CPUtime=0 cores=1,3,5,7
/proc/21054/task/21087/stat : 21087 (java) S 21052 21054 20447 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 505025633 16065900544 51132 33554432000 1073741824 1073778376 140734552406160 18446744073709551615 264738220953 0 4 0 16800975 18446604469058657280 0 0 -1 5 0 0 0
[pid=21054/tid=21088] ppid=21052 vsize=15689356 CPUtime=0 cores=1,3,5,7
/proc/21054/task/21088/stat : 21088 (java) S 21052 21054 20447 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 505025633 16065900544 51133 33554432000 1073741824 1073778376 140734552406160 18446744073709551615 264738221568 0 4 0 16800975 18446604469058657280 0 0 -1 1 0 0 0
[pid=21054/tid=21093] ppid=21052 vsize=15689356 CPUtime=0.96 cores=1,3,5,7
/proc/21054/task/21093/stat : 21093 (java) R 21052 21054 20447 0 -1 4202560 10318 0 0 0 96 0 0 0 18 0 22 0 505025654 16065900544 51135 33554432000 1073741824 1073778376 140734552406160 18446744073709551615 18446744073699065918 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=21054/tid=21094] ppid=21052 vsize=15689356 CPUtime=1.07 cores=1,3,5,7
/proc/21054/task/21094/stat : 21094 (java) R 21052 21054 20447 0 -1 4202560 10882 0 0 0 106 1 0 0 17 0 22 0 505025654 16065900544 51136 33554432000 1073741824 1073778376 140734552406160 18446744073709551615 18446744073699065939 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=21054/tid=21095] ppid=21052 vsize=15689356 CPUtime=0.75 cores=1,3,5,7
/proc/21054/task/21095/stat : 21095 (java) R 21052 21054 20447 0 -1 4202560 9262 0 0 0 74 1 0 0 19 0 22 0 505025654 16065900544 51138 33554432000 1073741824 1073778376 140734552406160 18446744073709551615 46912505605928 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=21054/tid=21096] ppid=21052 vsize=15689356 CPUtime=0.64 cores=1,3,5,7
/proc/21054/task/21096/stat : 21096 (java) R 21052 21054 20447 0 -1 4202560 1501 0 0 0 64 0 0 0 20 0 22 0 505025654 16065900544 51140 33554432000 1073741824 1073778376 140734552406160 18446744073709551615 46912506080728 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) 15689356

[startup+3.10148 s]
/proc/loadavg: 3.71 5.42 6.79 11/220 21096
/proc/meminfo: memFree=20364220/32951124 swapFree=67111524/67111528
[pid=21054] ppid=21052 vsize=15689356 CPUtime=11.36 cores=1,3,5,7
/proc/21054/stat : 21054 (java) S 21052 21054 20447 0 -1 4202496 145860 0 1 0 1118 18 0 0 18 0 22 0 505025628 16065900544 141859 33554432000 1073741824 1073778376 140734552406160 18446744073709551615 264738207717 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/21054/statm: 3922339 141859 2277 9 0 3913058 0
[pid=21054/tid=21063] ppid=21052 vsize=15689356 CPUtime=0.34 cores=1,3,5,7
/proc/21054/task/21063/stat : 21063 (java) S 21052 21054 20447 0 -1 4202560 6428 0 1 0 33 1 0 0 21 0 22 0 505025629 16065900544 141859 33554432000 1073741824 1073778376 140734552406160 18446744073709551615 264738220953 0 4 0 16800975 18446604469058657280 0 0 -1 3 0 0 0
[pid=21054/tid=21065] ppid=21052 vsize=15689356 CPUtime=0 cores=1,3,5,7
/proc/21054/task/21065/stat : 21065 (java) S 21052 21054 20447 0 -1 4202560 2010 0 0 0 0 0 0 0 15 0 22 0 505025629 16065900544 141859 33554432000 1073741824 1073778376 140734552406160 18446744073709551615 264738220953 0 4 0 16800975 18446604469058657280 0 0 -1 5 0 0 0
[pid=21054/tid=21066] ppid=21052 vsize=15689356 CPUtime=0 cores=1,3,5,7
/proc/21054/task/21066/stat : 21066 (java) S 21052 21054 20447 0 -1 4202560 381 0 0 0 0 0 0 0 15 0 22 0 505025629 16065900544 141859 33554432000 1073741824 1073778376 140734552406160 18446744073709551615 264738220953 0 4 0 16800975 18446604469058657280 0 0 -1 3 0 0 0
[pid=21054/tid=21067] ppid=21052 vsize=15689356 CPUtime=0 cores=1,3,5,7
/proc/21054/task/21067/stat : 21067 (java) S 21052 21054 20447 0 -1 4202560 1746 0 0 0 0 0 0 0 15 0 22 0 505025629 16065900544 141859 33554432000 1073741824 1073778376 140734552406160 18446744073709551615 264738220953 0 4 0 16800975 18446604469058657280 0 0 -1 3 0 0 0
[pid=21054/tid=21068] ppid=21052 vsize=15689356 CPUtime=0 cores=1,3,5,7
/proc/21054/task/21068/stat : 21068 (java) S 21052 21054 20447 0 -1 4202560 2545 0 0 0 0 0 0 0 16 0 22 0 505025629 16065900544 141859 33554432000 1073741824 1073778376 140734552406160 18446744073709551615 264738220953 0 4 0 16800975 18446604469058657280 0 0 -1 7 0 0 0
[pid=21054/tid=21069] ppid=21052 vsize=15689356 CPUtime=0 cores=1,3,5,7
/proc/21054/task/21069/stat : 21069 (java) S 21052 21054 20447 0 -1 4202560 1575 0 0 0 0 0 0 0 15 0 22 0 505025629 16065900544 141859 33554432000 1073741824 1073778376 140734552406160 18446744073709551615 264738220953 0 4 0 16800975 18446604469058657280 0 0 -1 7 0 0 0
[pid=21054/tid=21070] ppid=21052 vsize=15689356 CPUtime=0 cores=1,3,5,7
/proc/21054/task/21070/stat : 21070 (java) S 21052 21054 20447 0 -1 4202560 1839 0 0 0 0 0 0 0 15 0 22 0 505025629 16065900544 141859 33554432000 1073741824 1073778376 140734552406160 18446744073709551615 264738220953 0 4 0 16800975 18446604469058657280 0 0 -1 1 0 0 0
[pid=21054/tid=21071] ppid=21052 vsize=15689356 CPUtime=0 cores=1,3,5,7
/proc/21054/task/21071/stat : 21071 (java) S 21052 21054 20447 0 -1 4202560 2210 0 0 0 0 0 0 0 15 0 22 0 505025629 16065900544 141859 33554432000 1073741824 1073778376 140734552406160 18446744073709551615 264738220953 0 4 0 16800975 18446604469058657280 0 0 -1 1 0 0 0
[pid=21054/tid=21072] ppid=21052 vsize=15689356 CPUtime=0 cores=1,3,5,7
/proc/21054/task/21072/stat : 21072 (java) S 21052 21054 20447 0 -1 4202560 2147 0 0 0 0 0 0 0 16 0 22 0 505025629 16065900544 141859 33554432000 1073741824 1073778376 140734552406160 18446744073709551615 264738220953 0 4 0 16800975 18446604469058657280 0 0 -1 3 0 0 0
[pid=21054/tid=21076] ppid=21052 vsize=15689356 CPUtime=0 cores=1,3,5,7
/proc/21054/task/21076/stat : 21076 (java) S 21052 21054 20447 0 -1 4202560 443 0 0 0 0 0 0 0 15 0 22 0 505025630 16065900544 141859 33554432000 1073741824 1073778376 140734552406160 18446744073709551615 264738221568 0 0 0 16800975 18446604469058657280 0 0 -1 3 0 0 0
[pid=21054/tid=21077] ppid=21052 vsize=15689356 CPUtime=0 cores=1,3,5,7
/proc/21054/task/21077/stat : 21077 (java) S 21052 21054 20447 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 505025631 16065900544 141859 33554432000 1073741824 1073778376 140734552406160 18446744073709551615 264738220953 0 4 0 16800975 18446604469058657280 0 0 -1 7 0 0 0
[pid=21054/tid=21078] ppid=21052 vsize=15689356 CPUtime=0 cores=1,3,5,7
/proc/21054/task/21078/stat : 21078 (java) S 21052 21054 20447 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 505025631 16065900544 141859 33554432000 1073741824 1073778376 140734552406160 18446744073709551615 264738220953 0 4 0 16800975 18446604469058657280 0 0 -1 7 0 0 0
[pid=21054/tid=21084] ppid=21052 vsize=15689356 CPUtime=0 cores=1,3,5,7
/proc/21054/task/21084/stat : 21084 (java) S 21052 21054 20447 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 505025633 16065900544 141859 33554432000 1073741824 1073778376 140734552406160 18446744073709551615 264738228657 0 4 0 16800975 18446604469058657280 0 0 -1 5 0 0 0
[pid=21054/tid=21085] ppid=21052 vsize=15689356 CPUtime=0.59 cores=1,3,5,7
/proc/21054/task/21085/stat : 21085 (java) S 21052 21054 20447 0 -1 4202560 3802 0 0 0 59 0 0 0 15 0 22 0 505025633 16065900544 141859 33554432000 1073741824 1073778376 140734552406160 18446744073709551615 264738220953 0 4 0 16800975 18446604469058657280 0 0 -1 1 0 0 0
[pid=21054/tid=21086] ppid=21052 vsize=15689356 CPUtime=0.67 cores=1,3,5,7
/proc/21054/task/21086/stat : 21086 (java) S 21052 21054 20447 0 -1 4202560 3834 0 0 0 67 0 0 0 16 0 22 0 505025633 16065900544 141859 33554432000 1073741824 1073778376 140734552406160 18446744073709551615 264738220953 0 4 0 16800975 18446604469058657280 0 0 -1 7 0 0 0
[pid=21054/tid=21087] ppid=21052 vsize=15689356 CPUtime=0 cores=1,3,5,7
/proc/21054/task/21087/stat : 21087 (java) S 21052 21054 20447 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 505025633 16065900544 141859 33554432000 1073741824 1073778376 140734552406160 18446744073709551615 264738220953 0 4 0 16800975 18446604469058657280 0 0 -1 5 0 0 0
[pid=21054/tid=21088] ppid=21052 vsize=15689356 CPUtime=0 cores=1,3,5,7
/proc/21054/task/21088/stat : 21088 (java) S 21052 21054 20447 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 505025633 16065900544 141859 33554432000 1073741824 1073778376 140734552406160 18446744073709551615 264738221568 0 4 0 16800975 18446604469058657280 0 0 -1 1 0 0 0
[pid=21054/tid=21093] ppid=21052 vsize=15689356 CPUtime=2.55 cores=1,3,5,7
/proc/21054/task/21093/stat : 21093 (java) R 21052 21054 20447 0 -1 4202560 30820 0 0 0 253 2 0 0 20 0 22 0 505025654 16065900544 141859 33554432000 1073741824 1073778376 140734552406160 18446744073709551615 18446744073699065949 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=21054/tid=21094] ppid=21052 vsize=15689356 CPUtime=2.65 cores=1,3,5,7
/proc/21054/task/21094/stat : 21094 (java) R 21052 21054 20447 0 -1 4202560 32588 0 0 0 262 3 0 0 19 0 22 0 505025654 16065900544 141859 33554432000 1073741824 1073778376 140734552406160 18446744073709551615 46912505749408 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=21054/tid=21095] ppid=21052 vsize=15689356 CPUtime=2.29 cores=1,3,5,7
/proc/21054/task/21095/stat : 21095 (java) R 21052 21054 20447 0 -1 4202560 30441 0 0 0 225 4 0 0 21 0 22 0 505025654 16065900544 141859 33554432000 1073741824 1073778376 140734552406160 18446744073709551615 46912505968949 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=21054/tid=21096] ppid=21052 vsize=15689356 CPUtime=2.12 cores=1,3,5,7
/proc/21054/task/21096/stat : 21096 (java) R 21052 21054 20447 0 -1 4202560 21665 0 0 0 210 2 0 0 25 0 22 0 505025654 16065900544 141859 33554432000 1073741824 1073778376 140734552406160 18446744073709551615 46912505856937 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) 15689356

[startup+6.30088 s]
/proc/loadavg: 4.05 5.47 6.79 11/220 21096
/proc/meminfo: memFree=19998604/32951124 swapFree=67111524/67111528
[pid=21054] ppid=21052 vsize=15689356 CPUtime=24.12 cores=1,3,5,7
/proc/21054/stat : 21054 (java) S 21052 21054 20447 0 -1 4202496 152337 0 1 0 2393 19 0 0 18 0 22 0 505025628 16065900544 143940 33554432000 1073741824 1073778376 140734552406160 18446744073709551615 264738207717 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/21054/statm: 3922339 143940 2284 9 0 3913058 0
[pid=21054/tid=21063] ppid=21052 vsize=15689356 CPUtime=0.34 cores=1,3,5,7
/proc/21054/task/21063/stat : 21063 (java) S 21052 21054 20447 0 -1 4202560 6428 0 1 0 33 1 0 0 21 0 22 0 505025629 16065900544 143940 33554432000 1073741824 1073778376 140734552406160 18446744073709551615 264738220953 0 4 0 16800975 18446604469058657280 0 0 -1 3 0 0 0
[pid=21054/tid=21065] ppid=21052 vsize=15689356 CPUtime=0.01 cores=1,3,5,7
/proc/21054/task/21065/stat : 21065 (java) S 21052 21054 20447 0 -1 4202560 2733 0 0 0 1 0 0 0 15 0 22 0 505025629 16065900544 143940 33554432000 1073741824 1073778376 140734552406160 18446744073709551615 264738220953 0 4 0 16800975 18446604469058657280 0 0 -1 3 0 0 0
[pid=21054/tid=21066] ppid=21052 vsize=15689356 CPUtime=0 cores=1,3,5,7
/proc/21054/task/21066/stat : 21066 (java) S 21052 21054 20447 0 -1 4202560 1600 0 0 0 0 0 0 0 15 0 22 0 505025629 16065900544 143940 33554432000 1073741824 1073778376 140734552406160 18446744073709551615 264738220953 0 4 0 16800975 18446604469058657280 0 0 -1 1 0 0 0
[pid=21054/tid=21067] ppid=21052 vsize=15689356 CPUtime=0 cores=1,3,5,7
/proc/21054/task/21067/stat : 21067 (java) S 21052 21054 20447 0 -1 4202560 2236 0 0 0 0 0 0 0 15 0 22 0 505025629 16065900544 143940 33554432000 1073741824 1073778376 140734552406160 18446744073709551615 264738220953 0 4 0 16800975 18446604469058657280 0 0 -1 5 0 0 0
[pid=21054/tid=21068] ppid=21052 vsize=15689356 CPUtime=0 cores=1,3,5,7
/proc/21054/task/21068/stat : 21068 (java) S 21052 21054 20447 0 -1 4202560 2762 0 0 0 0 0 0 0 15 0 22 0 505025629 16065900544 143940 33554432000 1073741824 1073778376 140734552406160 18446744073709551615 264738220953 0 4 0 16800975 18446604469058657280 0 0 -1 1 0 0 0
[pid=21054/tid=21069] ppid=21052 vsize=15689356 CPUtime=0 cores=1,3,5,7
/proc/21054/task/21069/stat : 21069 (java) S 21052 21054 20447 0 -1 4202560 2080 0 0 0 0 0 0 0 15 0 22 0 505025629 16065900544 143940 33554432000 1073741824 1073778376 140734552406160 18446744073709551615 264738220953 0 4 0 16800975 18446604469058657280 0 0 -1 1 0 0 0
[pid=21054/tid=21070] ppid=21052 vsize=15689356 CPUtime=0 cores=1,3,5,7
/proc/21054/task/21070/stat : 21070 (java) S 21052 21054 20447 0 -1 4202560 2438 0 0 0 0 0 0 0 15 0 22 0 505025629 16065900544 143940 33554432000 1073741824 1073778376 140734552406160 18446744073709551615 264738220953 0 4 0 16800975 18446604469058657280 0 0 -1 1 0 0 0
[pid=21054/tid=21071] ppid=21052 vsize=15689356 CPUtime=0.01 cores=1,3,5,7
/proc/21054/task/21071/stat : 21071 (java) S 21052 21054 20447 0 -1 4202560 2913 0 0 0 1 0 0 0 15 0 22 0 505025629 16065900544 143940 33554432000 1073741824 1073778376 140734552406160 18446744073709551615 264738220953 0 4 0 16800975 18446604469058657280 0 0 -1 5 0 0 0
[pid=21054/tid=21072] ppid=21052 vsize=15689356 CPUtime=0.01 cores=1,3,5,7
/proc/21054/task/21072/stat : 21072 (java) S 21052 21054 20447 0 -1 4202560 3319 0 0 0 1 0 0 0 15 0 22 0 505025629 16065900544 143940 33554432000 1073741824 1073778376 140734552406160 18446744073709551615 264738220953 0 4 0 16800975 18446604469058657280 0 0 -1 3 0 0 0

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

[pid=21054/tid=21094] ppid=21052 vsize=15689356 CPUtime=1108.05 cores=1,3,5,7
/proc/21054/task/21094/stat : 21094 (java) R 21052 21054 20447 0 -1 4202560 344160 0 0 0 110756 49 0 0 25 0 22 0 505025654 16065900544 97527 33554432000 1073741824 1073778376 140734552406160 18446744073709551615 46912505831621 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=21054/tid=21095] ppid=21052 vsize=15689356 CPUtime=1107.5 cores=1,3,5,7
/proc/21054/task/21095/stat : 21095 (java) R 21052 21054 20447 0 -1 4202560 342657 0 0 0 110698 52 0 0 25 0 22 0 505025654 16065900544 97527 33554432000 1073741824 1073778376 140734552406160 18446744073709551615 46912505663287 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=21054/tid=21096] ppid=21052 vsize=15689356 CPUtime=1108.24 cores=1,3,5,7
/proc/21054/task/21096/stat : 21096 (java) R 21052 21054 20447 0 -1 4202560 331129 0 0 0 110772 52 0 0 25 0 22 0 505025654 16065900544 97527 33554432000 1073741824 1073778376 140734552406160 18446744073709551615 46912505968793 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4463.11
Current children cumulated vsize (KiB) 15689356

[startup+1182.3 s]
/proc/loadavg: 8.12 8.04 7.71 9/220 21131
/proc/meminfo: memFree=20372120/32951124 swapFree=67111524/67111528
[pid=21054] ppid=21052 vsize=15689356 CPUtime=4701.82 cores=1,3,5,7
/proc/21054/stat : 21054 (java) S 21052 21054 20447 0 -1 4202496 2715861 0 1 0 469633 549 0 0 18 0 22 0 505025628 16065900544 94268 33554432000 1073741824 1073778376 140734552406160 18446744073709551615 264738207717 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/21054/statm: 3922339 94268 2298 9 0 3913058 0
[pid=21054/tid=21063] ppid=21052 vsize=15689356 CPUtime=0.34 cores=1,3,5,7
/proc/21054/task/21063/stat : 21063 (java) S 21052 21054 20447 0 -1 4202560 6428 0 1 0 33 1 0 0 21 0 22 0 505025629 16065900544 94268 33554432000 1073741824 1073778376 140734552406160 18446744073709551615 264738220953 0 4 0 16800975 18446604469058657280 0 0 -1 3 0 0 0
[pid=21054/tid=21065] ppid=21052 vsize=15689356 CPUtime=3.55 cores=1,3,5,7
/proc/21054/task/21065/stat : 21065 (java) S 21052 21054 20447 0 -1 4202560 168703 0 0 0 326 29 0 0 15 0 22 0 505025629 16065900544 94268 33554432000 1073741824 1073778376 140734552406160 18446744073709551615 264738220953 0 4 0 16800975 18446604469058657280 0 0 -1 1 0 0 0
[pid=21054/tid=21066] ppid=21052 vsize=15689356 CPUtime=3.51 cores=1,3,5,7
/proc/21054/task/21066/stat : 21066 (java) S 21052 21054 20447 0 -1 4202560 154826 0 0 0 319 32 0 0 15 0 22 0 505025629 16065900544 94268 33554432000 1073741824 1073778376 140734552406160 18446744073709551615 264738220953 0 4 0 16800975 18446604469058657280 0 0 -1 7 0 0 0
[pid=21054/tid=21067] ppid=21052 vsize=15689356 CPUtime=3.56 cores=1,3,5,7
/proc/21054/task/21067/stat : 21067 (java) S 21052 21054 20447 0 -1 4202560 158993 0 0 0 330 26 0 0 15 0 22 0 505025629 16065900544 94268 33554432000 1073741824 1073778376 140734552406160 18446744073709551615 264738220953 0 4 0 16800975 18446604469058657280 0 0 -1 5 0 0 0
[pid=21054/tid=21068] ppid=21052 vsize=15689356 CPUtime=3.59 cores=1,3,5,7
/proc/21054/task/21068/stat : 21068 (java) S 21052 21054 20447 0 -1 4202560 154721 0 0 0 330 29 0 0 16 0 22 0 505025629 16065900544 94268 33554432000 1073741824 1073778376 140734552406160 18446744073709551615 264738220953 0 4 0 16800975 18446604469058657280 0 0 -1 3 0 0 0
[pid=21054/tid=21069] ppid=21052 vsize=15689356 CPUtime=3.55 cores=1,3,5,7
/proc/21054/task/21069/stat : 21069 (java) S 21052 21054 20447 0 -1 4202560 154535 0 0 0 328 27 0 0 15 0 22 0 505025629 16065900544 94268 33554432000 1073741824 1073778376 140734552406160 18446744073709551615 264738220953 0 4 0 16800975 18446604469058657280 0 0 -1 3 0 0 0
[pid=21054/tid=21070] ppid=21052 vsize=15689356 CPUtime=3.49 cores=1,3,5,7
/proc/21054/task/21070/stat : 21070 (java) S 21052 21054 20447 0 -1 4202560 155185 0 0 0 320 29 0 0 15 0 22 0 505025629 16065900544 94268 33554432000 1073741824 1073778376 140734552406160 18446744073709551615 264738220953 0 4 0 16800975 18446604469058657280 0 0 -1 7 0 0 0
[pid=21054/tid=21071] ppid=21052 vsize=15689356 CPUtime=3.46 cores=1,3,5,7
/proc/21054/task/21071/stat : 21071 (java) S 21052 21054 20447 0 -1 4202560 157929 0 0 0 317 29 0 0 15 0 22 0 505025629 16065900544 94268 33554432000 1073741824 1073778376 140734552406160 18446744073709551615 264738220953 0 4 0 16800975 18446604469058657280 0 0 -1 3 0 0 0
[pid=21054/tid=21072] ppid=21052 vsize=15689356 CPUtime=3.56 cores=1,3,5,7
/proc/21054/task/21072/stat : 21072 (java) S 21052 21054 20447 0 -1 4202560 163632 0 0 0 325 31 0 0 15 0 22 0 505025629 16065900544 94268 33554432000 1073741824 1073778376 140734552406160 18446744073709551615 264738220953 0 4 0 16800975 18446604469058657280 0 0 -1 7 0 0 0
[pid=21054/tid=21076] ppid=21052 vsize=15689356 CPUtime=2.21 cores=1,3,5,7
/proc/21054/task/21076/stat : 21076 (java) S 21052 21054 20447 0 -1 4202560 6923 0 0 0 131 90 0 0 15 0 22 0 505025630 16065900544 94268 33554432000 1073741824 1073778376 140734552406160 18446744073709551615 264738221568 0 0 0 16800975 18446604469058657280 0 0 -1 3 0 0 0
[pid=21054/tid=21077] ppid=21052 vsize=15689356 CPUtime=0 cores=1,3,5,7
/proc/21054/task/21077/stat : 21077 (java) S 21052 21054 20447 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 505025631 16065900544 94268 33554432000 1073741824 1073778376 140734552406160 18446744073709551615 264738220953 0 4 0 16800975 18446604469058657280 0 0 -1 7 0 0 0
[pid=21054/tid=21078] ppid=21052 vsize=15689356 CPUtime=0 cores=1,3,5,7
/proc/21054/task/21078/stat : 21078 (java) S 21052 21054 20447 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 505025631 16065900544 94268 33554432000 1073741824 1073778376 140734552406160 18446744073709551615 264738220953 0 4 0 16800975 18446604469058657280 0 0 -1 7 0 0 0
[pid=21054/tid=21084] ppid=21052 vsize=15689356 CPUtime=0 cores=1,3,5,7
/proc/21054/task/21084/stat : 21084 (java) S 21052 21054 20447 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 505025633 16065900544 94268 33554432000 1073741824 1073778376 140734552406160 18446744073709551615 264738228657 0 4 0 16800975 18446604469058657280 0 0 -1 5 0 0 0
[pid=21054/tid=21085] ppid=21052 vsize=15689356 CPUtime=0.77 cores=1,3,5,7
/proc/21054/task/21085/stat : 21085 (java) S 21052 21054 20447 0 -1 4202560 4531 0 0 0 77 0 0 0 15 0 22 0 505025633 16065900544 94268 33554432000 1073741824 1073778376 140734552406160 18446744073709551615 264738220953 0 4 0 16800975 18446604469058657280 0 0 -1 1 0 0 0
[pid=21054/tid=21086] ppid=21052 vsize=15689356 CPUtime=0.73 cores=1,3,5,7
/proc/21054/task/21086/stat : 21086 (java) S 21052 21054 20447 0 -1 4202560 3849 0 0 0 73 0 0 0 16 0 22 0 505025633 16065900544 94268 33554432000 1073741824 1073778376 140734552406160 18446744073709551615 264738220953 0 4 0 16800975 18446604469058657280 0 0 -1 7 0 0 0
[pid=21054/tid=21087] ppid=21052 vsize=15689356 CPUtime=0 cores=1,3,5,7
/proc/21054/task/21087/stat : 21087 (java) S 21052 21054 20447 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 505025633 16065900544 94268 33554432000 1073741824 1073778376 140734552406160 18446744073709551615 264738220953 0 4 0 16800975 18446604469058657280 0 0 -1 5 0 0 0
[pid=21054/tid=21088] ppid=21052 vsize=15689356 CPUtime=0 cores=1,3,5,7
/proc/21054/task/21088/stat : 21088 (java) S 21052 21054 20447 0 -1 4202560 67 0 0 0 0 0 0 0 15 0 22 0 505025633 16065900544 94268 33554432000 1073741824 1073778376 140734552406160 18446744073709551615 264738221568 0 4 0 16800975 18446604469058657280 0 0 -1 1 0 0 0
[pid=21054/tid=21093] ppid=21052 vsize=15689356 CPUtime=1167.82 cores=1,3,5,7
/proc/21054/task/21093/stat : 21093 (java) R 21052 21054 20447 0 -1 4202560 352820 0 0 0 116728 54 0 0 25 0 22 0 505025654 16065900544 94268 33554432000 1073741824 1073778376 140734552406160 18446744073709551615 18446744073699065863 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=21054/tid=21094] ppid=21052 vsize=15689356 CPUtime=1167.19 cores=1,3,5,7
/proc/21054/task/21094/stat : 21094 (java) R 21052 21054 20447 0 -1 4202560 362210 0 0 0 116666 53 0 0 25 0 22 0 505025654 16065900544 94268 33554432000 1073741824 1073778376 140734552406160 18446744073709551615 46912505855574 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=21054/tid=21095] ppid=21052 vsize=15689356 CPUtime=1166.75 cores=1,3,5,7
/proc/21054/task/21095/stat : 21095 (java) R 21052 21054 20447 0 -1 4202560 360107 0 0 0 116621 54 0 0 25 0 22 0 505025654 16065900544 94268 33554432000 1073741824 1073778376 140734552406160 18446744073709551615 46912505660216 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=21054/tid=21096] ppid=21052 vsize=15689356 CPUtime=1167.55 cores=1,3,5,7
/proc/21054/task/21096/stat : 21096 (java) R 21052 21054 20447 0 -1 4202560 349017 0 0 0 116699 56 0 0 25 0 22 0 505025654 16065900544 94268 33554432000 1073741824 1073778376 140734552406160 18446744073709551615 46912505825821 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4701.82
Current children cumulated vsize (KiB) 15689356



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1207.01 s]
/proc/loadavg: 8.15 8.05 7.72 10/220 21132
/proc/meminfo: memFree=20405468/32951124 swapFree=67111524/67111528
[pid=21054] ppid=21052 vsize=15689356 CPUtime=4800.02 cores=1,3,5,7
/proc/21054/stat : 21054 (java) S 21052 21054 20447 0 -1 4202496 2776586 0 1 0 479441 561 0 0 18 0 22 0 505025628 16065900544 97459 33554432000 1073741824 1073778376 140734552406160 18446744073709551615 264738207717 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/21054/statm: 3922339 97459 2298 9 0 3913058 0
[pid=21054/tid=21063] ppid=21052 vsize=15689356 CPUtime=0.34 cores=1,3,5,7
/proc/21054/task/21063/stat : 21063 (java) S 21052 21054 20447 0 -1 4202560 6428 0 1 0 33 1 0 0 21 0 22 0 505025629 16065900544 97459 33554432000 1073741824 1073778376 140734552406160 18446744073709551615 264738220953 0 4 0 16800975 18446604469058657280 0 0 -1 3 0 0 0
[pid=21054/tid=21065] ppid=21052 vsize=15689356 CPUtime=3.61 cores=1,3,5,7
/proc/21054/task/21065/stat : 21065 (java) S 21052 21054 20447 0 -1 4202560 171685 0 0 0 332 29 0 0 16 0 22 0 505025629 16065900544 97459 33554432000 1073741824 1073778376 140734552406160 18446744073709551615 264738220953 0 4 0 16800975 18446604469058657280 0 0 -1 5 0 0 0
[pid=21054/tid=21066] ppid=21052 vsize=15689356 CPUtime=3.58 cores=1,3,5,7
/proc/21054/task/21066/stat : 21066 (java) S 21052 21054 20447 0 -1 4202560 157586 0 0 0 326 32 0 0 15 0 22 0 505025629 16065900544 97459 33554432000 1073741824 1073778376 140734552406160 18446744073709551615 264738220953 0 4 0 16800975 18446604469058657280 0 0 -1 3 0 0 0
[pid=21054/tid=21067] ppid=21052 vsize=15689356 CPUtime=3.62 cores=1,3,5,7
/proc/21054/task/21067/stat : 21067 (java) S 21052 21054 20447 0 -1 4202560 161621 0 0 0 336 26 0 0 16 0 22 0 505025629 16065900544 97459 33554432000 1073741824 1073778376 140734552406160 18446744073709551615 264738220953 0 4 0 16800975 18446604469058657280 0 0 -1 3 0 0 0
[pid=21054/tid=21068] ppid=21052 vsize=15689356 CPUtime=3.66 cores=1,3,5,7
/proc/21054/task/21068/stat : 21068 (java) S 21052 21054 20447 0 -1 4202560 157106 0 0 0 336 30 0 0 15 0 22 0 505025629 16065900544 97459 33554432000 1073741824 1073778376 140734552406160 18446744073709551615 264738220953 0 4 0 16800975 18446604469058657280 0 0 -1 7 0 0 0
[pid=21054/tid=21069] ppid=21052 vsize=15689356 CPUtime=3.62 cores=1,3,5,7
/proc/21054/task/21069/stat : 21069 (java) S 21052 21054 20447 0 -1 4202560 158113 0 0 0 335 27 0 0 16 0 22 0 505025629 16065900544 97459 33554432000 1073741824 1073778376 140734552406160 18446744073709551615 264738220953 0 4 0 16800975 18446604469058657280 0 0 -1 7 0 0 0
[pid=21054/tid=21070] ppid=21052 vsize=15689356 CPUtime=3.56 cores=1,3,5,7
/proc/21054/task/21070/stat : 21070 (java) S 21052 21054 20447 0 -1 4202560 158108 0 0 0 327 29 0 0 15 0 22 0 505025629 16065900544 97459 33554432000 1073741824 1073778376 140734552406160 18446744073709551615 264738220953 0 4 0 16800975 18446604469058657280 0 0 -1 1 0 0 0
[pid=21054/tid=21071] ppid=21052 vsize=15689356 CPUtime=3.54 cores=1,3,5,7
/proc/21054/task/21071/stat : 21071 (java) S 21052 21054 20447 0 -1 4202560 160921 0 0 0 324 30 0 0 15 0 22 0 505025629 16065900544 97459 33554432000 1073741824 1073778376 140734552406160 18446744073709551615 264738220953 0 4 0 16800975 18446604469058657280 0 0 -1 1 0 0 0
[pid=21054/tid=21072] ppid=21052 vsize=15689356 CPUtime=3.61 cores=1,3,5,7
/proc/21054/task/21072/stat : 21072 (java) S 21052 21054 20447 0 -1 4202560 165876 0 0 0 330 31 0 0 15 0 22 0 505025629 16065900544 97459 33554432000 1073741824 1073778376 140734552406160 18446744073709551615 264738220953 0 4 0 16800975 18446604469058657280 0 0 -1 1 0 0 0
[pid=21054/tid=21076] ppid=21052 vsize=15689356 CPUtime=2.27 cores=1,3,5,7
/proc/21054/task/21076/stat : 21076 (java) S 21052 21054 20447 0 -1 4202560 7120 0 0 0 136 91 0 0 15 0 22 0 505025630 16065900544 97459 33554432000 1073741824 1073778376 140734552406160 18446744073709551615 264738221568 0 0 0 16800975 18446604469058657280 0 0 -1 3 0 0 0
[pid=21054/tid=21077] ppid=21052 vsize=15689356 CPUtime=0 cores=1,3,5,7
/proc/21054/task/21077/stat : 21077 (java) S 21052 21054 20447 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 505025631 16065900544 97459 33554432000 1073741824 1073778376 140734552406160 18446744073709551615 264738220953 0 4 0 16800975 18446604469058657280 0 0 -1 7 0 0 0
[pid=21054/tid=21078] ppid=21052 vsize=15689356 CPUtime=0 cores=1,3,5,7
/proc/21054/task/21078/stat : 21078 (java) S 21052 21054 20447 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 505025631 16065900544 97459 33554432000 1073741824 1073778376 140734552406160 18446744073709551615 264738220953 0 4 0 16800975 18446604469058657280 0 0 -1 7 0 0 0
[pid=21054/tid=21084] ppid=21052 vsize=15689356 CPUtime=0 cores=1,3,5,7
/proc/21054/task/21084/stat : 21084 (java) S 21052 21054 20447 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 505025633 16065900544 97459 33554432000 1073741824 1073778376 140734552406160 18446744073709551615 264738228657 0 4 0 16800975 18446604469058657280 0 0 -1 5 0 0 0
[pid=21054/tid=21085] ppid=21052 vsize=15689356 CPUtime=0.77 cores=1,3,5,7
/proc/21054/task/21085/stat : 21085 (java) S 21052 21054 20447 0 -1 4202560 4531 0 0 0 77 0 0 0 15 0 22 0 505025633 16065900544 97459 33554432000 1073741824 1073778376 140734552406160 18446744073709551615 264738220953 0 4 0 16800975 18446604469058657280 0 0 -1 1 0 0 0
[pid=21054/tid=21086] ppid=21052 vsize=15689356 CPUtime=0.73 cores=1,3,5,7
/proc/21054/task/21086/stat : 21086 (java) S 21052 21054 20447 0 -1 4202560 3849 0 0 0 73 0 0 0 16 0 22 0 505025633 16065900544 97459 33554432000 1073741824 1073778376 140734552406160 18446744073709551615 264738220953 0 4 0 16800975 18446604469058657280 0 0 -1 7 0 0 0
[pid=21054/tid=21087] ppid=21052 vsize=15689356 CPUtime=0 cores=1,3,5,7
/proc/21054/task/21087/stat : 21087 (java) S 21052 21054 20447 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 505025633 16065900544 97459 33554432000 1073741824 1073778376 140734552406160 18446744073709551615 264738220953 0 4 0 16800975 18446604469058657280 0 0 -1 5 0 0 0
[pid=21054/tid=21088] ppid=21052 vsize=15689356 CPUtime=0 cores=1,3,5,7
/proc/21054/task/21088/stat : 21088 (java) S 21052 21054 20447 0 -1 4202560 69 0 0 0 0 0 0 0 15 0 22 0 505025633 16065900544 97459 33554432000 1073741824 1073778376 140734552406160 18446744073709551615 264738221568 0 4 0 16800975 18446604469058657280 0 0 -1 1 0 0 0
[pid=21054/tid=21093] ppid=21052 vsize=15689356 CPUtime=1192.28 cores=1,3,5,7
/proc/21054/task/21093/stat : 21093 (java) R 21052 21054 20447 0 -1 4202560 362091 0 0 0 119171 57 0 0 25 0 22 0 505025654 16065900544 97459 33554432000 1073741824 1073778376 140734552406160 18446744073709551615 46912505660216 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=21054/tid=21094] ppid=21052 vsize=15689356 CPUtime=1191.51 cores=1,3,5,7
/proc/21054/task/21094/stat : 21094 (java) R 21052 21054 20447 0 -1 4202560 372279 0 0 0 119096 55 0 0 25 0 22 0 505025654 16065900544 97459 33554432000 1073741824 1073778376 140734552406160 18446744073709551615 18446744073699065894 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=21054/tid=21095] ppid=21052 vsize=15689356 CPUtime=1191.17 cores=1,3,5,7
/proc/21054/task/21095/stat : 21095 (java) R 21052 21054 20447 0 -1 4202560 369845 0 0 0 119061 56 0 0 25 0 22 0 505025654 16065900544 97459 33554432000 1073741824 1073778376 140734552406160 18446744073709551615 46912505594130 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=21054/tid=21096] ppid=21052 vsize=15689356 CPUtime=1191.98 cores=1,3,5,7
/proc/21054/task/21096/stat : 21096 (java) R 21052 21054 20447 0 -1 4202560 357973 0 0 0 119140 58 0 0 25 0 22 0 505025654 16065900544 97459 33554432000 1073741824 1073778376 140734552406160 18446744073709551615 46912505962091 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4800.02
Current children cumulated vsize (KiB) 15689356

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

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

[startup+1207.01 s]
/proc/loadavg: 8.15 8.05 7.72 10/220 21132
/proc/meminfo: memFree=20405468/32951124 swapFree=67111524/67111528
[pid=21054] ppid=21052 vsize=15689356 CPUtime=4800.02 cores=1,3,5,7
/proc/21054/stat : 21054 (java) S 21052 21054 20447 0 -1 4202496 2776586 0 1 0 479441 561 0 0 18 0 22 0 505025628 16065900544 97459 33554432000 1073741824 1073778376 140734552406160 18446744073709551615 264738207717 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/21054/statm: 3922339 97459 2298 9 0 3913058 0
[pid=21054/tid=21063] ppid=21052 vsize=15689356 CPUtime=0.34 cores=1,3,5,7
/proc/21054/task/21063/stat : 21063 (java) S 21052 21054 20447 0 -1 4202560 6428 0 1 0 33 1 0 0 21 0 22 0 505025629 16065900544 97459 33554432000 1073741824 1073778376 140734552406160 18446744073709551615 264738220953 0 4 0 16800975 18446604469058657280 0 0 -1 3 0 0 0
[pid=21054/tid=21065] ppid=21052 vsize=15689356 CPUtime=3.61 cores=1,3,5,7
/proc/21054/task/21065/stat : 21065 (java) S 21052 21054 20447 0 -1 4202560 171685 0 0 0 332 29 0 0 16 0 22 0 505025629 16065900544 97459 33554432000 1073741824 1073778376 140734552406160 18446744073709551615 264738220953 0 4 0 16800975 18446604469058657280 0 0 -1 5 0 0 0
[pid=21054/tid=21066] ppid=21052 vsize=15689356 CPUtime=3.58 cores=1,3,5,7
/proc/21054/task/21066/stat : 21066 (java) S 21052 21054 20447 0 -1 4202560 157586 0 0 0 326 32 0 0 15 0 22 0 505025629 16065900544 97459 33554432000 1073741824 1073778376 140734552406160 18446744073709551615 264738220953 0 4 0 16800975 18446604469058657280 0 0 -1 3 0 0 0
[pid=21054/tid=21067] ppid=21052 vsize=15689356 CPUtime=3.62 cores=1,3,5,7
/proc/21054/task/21067/stat : 21067 (java) S 21052 21054 20447 0 -1 4202560 161621 0 0 0 336 26 0 0 16 0 22 0 505025629 16065900544 97459 33554432000 1073741824 1073778376 140734552406160 18446744073709551615 264738220953 0 4 0 16800975 18446604469058657280 0 0 -1 3 0 0 0
[pid=21054/tid=21068] ppid=21052 vsize=15689356 CPUtime=3.66 cores=1,3,5,7
/proc/21054/task/21068/stat : 21068 (java) S 21052 21054 20447 0 -1 4202560 157106 0 0 0 336 30 0 0 15 0 22 0 505025629 16065900544 97459 33554432000 1073741824 1073778376 140734552406160 18446744073709551615 264738220953 0 4 0 16800975 18446604469058657280 0 0 -1 7 0 0 0
[pid=21054/tid=21069] ppid=21052 vsize=15689356 CPUtime=3.62 cores=1,3,5,7
/proc/21054/task/21069/stat : 21069 (java) S 21052 21054 20447 0 -1 4202560 158113 0 0 0 335 27 0 0 16 0 22 0 505025629 16065900544 97459 33554432000 1073741824 1073778376 140734552406160 18446744073709551615 264738220953 0 4 0 16800975 18446604469058657280 0 0 -1 7 0 0 0
[pid=21054/tid=21070] ppid=21052 vsize=15689356 CPUtime=3.56 cores=1,3,5,7
/proc/21054/task/21070/stat : 21070 (java) S 21052 21054 20447 0 -1 4202560 158108 0 0 0 327 29 0 0 15 0 22 0 505025629 16065900544 97459 33554432000 1073741824 1073778376 140734552406160 18446744073709551615 264738220953 0 4 0 16800975 18446604469058657280 0 0 -1 1 0 0 0
[pid=21054/tid=21071] ppid=21052 vsize=15689356 CPUtime=3.54 cores=1,3,5,7
/proc/21054/task/21071/stat : 21071 (java) S 21052 21054 20447 0 -1 4202560 160921 0 0 0 324 30 0 0 15 0 22 0 505025629 16065900544 97459 33554432000 1073741824 1073778376 140734552406160 18446744073709551615 264738220953 0 4 0 16800975 18446604469058657280 0 0 -1 1 0 0 0
[pid=21054/tid=21072] ppid=21052 vsize=15689356 CPUtime=3.61 cores=1,3,5,7
/proc/21054/task/21072/stat : 21072 (java) S 21052 21054 20447 0 -1 4202560 165876 0 0 0 330 31 0 0 15 0 22 0 505025629 16065900544 97459 33554432000 1073741824 1073778376 140734552406160 18446744073709551615 264738220953 0 4 0 16800975 18446604469058657280 0 0 -1 1 0 0 0
[pid=21054/tid=21076] ppid=21052 vsize=15689356 CPUtime=2.27 cores=1,3,5,7
/proc/21054/task/21076/stat : 21076 (java) S 21052 21054 20447 0 -1 4202560 7120 0 0 0 136 91 0 0 15 0 22 0 505025630 16065900544 97459 33554432000 1073741824 1073778376 140734552406160 18446744073709551615 264738221568 0 0 0 16800975 18446604469058657280 0 0 -1 3 0 0 0
[pid=21054/tid=21077] ppid=21052 vsize=15689356 CPUtime=0 cores=1,3,5,7
/proc/21054/task/21077/stat : 21077 (java) S 21052 21054 20447 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 505025631 16065900544 97459 33554432000 1073741824 1073778376 140734552406160 18446744073709551615 264738220953 0 4 0 16800975 18446604469058657280 0 0 -1 7 0 0 0
[pid=21054/tid=21078] ppid=21052 vsize=15689356 CPUtime=0 cores=1,3,5,7
/proc/21054/task/21078/stat : 21078 (java) S 21052 21054 20447 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 505025631 16065900544 97459 33554432000 1073741824 1073778376 140734552406160 18446744073709551615 264738220953 0 4 0 16800975 18446604469058657280 0 0 -1 7 0 0 0
[pid=21054/tid=21084] ppid=21052 vsize=15689356 CPUtime=0 cores=1,3,5,7
/proc/21054/task/21084/stat : 21084 (java) S 21052 21054 20447 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 505025633 16065900544 97459 33554432000 1073741824 1073778376 140734552406160 18446744073709551615 264738228657 0 4 0 16800975 18446604469058657280 0 0 -1 5 0 0 0
[pid=21054/tid=21085] ppid=21052 vsize=15689356 CPUtime=0.77 cores=1,3,5,7
/proc/21054/task/21085/stat : 21085 (java) S 21052 21054 20447 0 -1 4202560 4531 0 0 0 77 0 0 0 15 0 22 0 505025633 16065900544 97459 33554432000 1073741824 1073778376 140734552406160 18446744073709551615 264738220953 0 4 0 16800975 18446604469058657280 0 0 -1 1 0 0 0
[pid=21054/tid=21086] ppid=21052 vsize=15689356 CPUtime=0.73 cores=1,3,5,7
/proc/21054/task/21086/stat : 21086 (java) S 21052 21054 20447 0 -1 4202560 3849 0 0 0 73 0 0 0 16 0 22 0 505025633 16065900544 97459 33554432000 1073741824 1073778376 140734552406160 18446744073709551615 264738220953 0 4 0 16800975 18446604469058657280 0 0 -1 7 0 0 0
[pid=21054/tid=21087] ppid=21052 vsize=15689356 CPUtime=0 cores=1,3,5,7
/proc/21054/task/21087/stat : 21087 (java) S 21052 21054 20447 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 505025633 16065900544 97459 33554432000 1073741824 1073778376 140734552406160 18446744073709551615 264738220953 0 4 0 16800975 18446604469058657280 0 0 -1 5 0 0 0
[pid=21054/tid=21088] ppid=21052 vsize=15689356 CPUtime=0 cores=1,3,5,7
/proc/21054/task/21088/stat : 21088 (java) S 21052 21054 20447 0 -1 4202560 69 0 0 0 0 0 0 0 15 0 22 0 505025633 16065900544 97459 33554432000 1073741824 1073778376 140734552406160 18446744073709551615 264738221568 0 4 0 16800975 18446604469058657280 0 0 -1 1 0 0 0
[pid=21054/tid=21093] ppid=21052 vsize=15689356 CPUtime=1192.28 cores=1,3,5,7
/proc/21054/task/21093/stat : 21093 (java) R 21052 21054 20447 0 -1 4202560 362091 0 0 0 119171 57 0 0 25 0 22 0 505025654 16065900544 97459 33554432000 1073741824 1073778376 140734552406160 18446744073709551615 46912505660216 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=21054/tid=21094] ppid=21052 vsize=15689356 CPUtime=1191.51 cores=1,3,5,7
/proc/21054/task/21094/stat : 21094 (java) R 21052 21054 20447 0 -1 4202560 372279 0 0 0 119096 55 0 0 25 0 22 0 505025654 16065900544 97459 33554432000 1073741824 1073778376 140734552406160 18446744073709551615 18446744073699065894 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=21054/tid=21095] ppid=21052 vsize=15689356 CPUtime=1191.17 cores=1,3,5,7
/proc/21054/task/21095/stat : 21095 (java) R 21052 21054 20447 0 -1 4202560 369845 0 0 0 119061 56 0 0 25 0 22 0 505025654 16065900544 97459 33554432000 1073741824 1073778376 140734552406160 18446744073709551615 46912505594130 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=21054/tid=21096] ppid=21052 vsize=15689356 CPUtime=1191.98 cores=1,3,5,7
/proc/21054/task/21096/stat : 21096 (java) R 21052 21054 20447 0 -1 4202560 357973 0 0 0 119140 58 0 0 25 0 22 0 505025654 16065900544 97459 33554432000 1073741824 1073778376 140734552406160 18446744073709551615 46912505962091 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4800.02
Current children cumulated vsize (KiB) 15689356

Child status: 143
Real time (s): 1207.04
CPU time (s): 4800.08
CPU user time (s): 4794.44
CPU system time (s): 5.63914
CPU usage (%): 397.673
Max. virtual memory (cumulated for all children) (KiB): 15690216

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4794.44
system time used= 5.63914
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2777232
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= 228517
involuntary context switches= 134982

runsolver used 2.0027 second user time and 4.63929 second system time

The end

Launcher Data

Begin job on node141 at 2011-04-30 03:15:00
IDJOB=3311418
IDBENCH=82803
IDSOLVER=1698
FILE ID=node141/3311418-1304126100
RUNJOBID= node141-1304126100-21034
PBS_JOBID= 13170729
Free space on /tmp= 71424 MiB

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

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

MD5SUM BENCH= 529f91a307fdda5249e1a091ee33e647
RANDOM SEED=74282233

node141.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	: 5362.96
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.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.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.84
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.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.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:     32951124 kB
MemFree:      21157060 kB
Buffers:       1400848 kB
Cached:        9753824 kB
SwapCached:          4 kB
Active:        3011984 kB
Inactive:      8207316 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      21157060 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:            3132 kB
Writeback:           0 kB
AnonPages:       64576 kB
Mapped:          17200 kB
Slab:           512124 kB
PageTables:       4740 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   210584 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= 71420 MiB
End job on node141 at 2011-04-30 03:35:09