Trace number 3313306

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
STRUCTure 0.1? (TO) 4800.42 1205.48

General information on the benchmark

NameAPPLICATIONS/crypto/
md5gen/gus-md5-11.cnf
MD5SUM49867705b76fc90285dd6fc48de2613c
Bench CategoryAPPLICATION (applications 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 variables69561
Number of clauses226787
Sum of the clauses size587727
Maximum clause length3
Minimum clause length1
Number of clauses of size 1129
Number of clauses of size 292376
Number of clauses of size 3134282
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	16:38 INFO : Reading from input HOME/instance-3313306-1304075797.cnf
1.25/1.04	Executor set job limit to 1000000
1.25/1.04	Executor set job limit to 1000000
1.25/1.04	Executor set job limit to 1000000
1.25/1.04	Executor set job limit to 1000000
1.25/1.04	Starting Executor!
1.25/1.05	Starting Executor!
1.25/1.05	Starting Executor!
1.25/1.05	Starting Executor!
3.73/2.38	16:40 INFO : Found 23351 xor gates
5.62/3.25	16:41 INFO : 63888 variables remaining out of 69561
5.62/3.25	16:41 INFO : 1067160 literals remaining out of 534302

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

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

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


[startup+0 s]
/proc/loadavg: 6.38 7.75 7.95 1/178 5400
/proc/meminfo: memFree=21774164/32951124 swapFree=67111524/67111528
[pid=5400] ppid=5398 vsize=27172 CPUtime=0 cores=0,2,4,6
/proc/5400/stat : 5400 (java) S 5398 5400 4739 0 -1 4202496 1423 0 0 0 0 0 0 0 23 0 2 0 519180208 27824128 894 33554432000 1073741824 1073778376 140734175203168 18446744073709551615 230820968421 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/5400/statm: 6793 894 684 9 0 381 0
[pid=5400/tid=5409] ppid=5398 vsize=30580 CPUtime=0 cores=0,2,4,6
/proc/5400/task/5409/stat : 5409 (java) R 5398 5400 4739 0 -1 4202560 78 0 0 0 0 0 0 0 25 0 2 0 519180208 31313920 905 33554432000 1073741824 1073778376 140734175203168 18446744073709551615 230804242442 0 0 4096 0 0 0 0 -1 2 0 0 0

[startup+0.0392151 s]
/proc/loadavg: 6.38 7.75 7.95 1/178 5400
/proc/meminfo: memFree=21774164/32951124 swapFree=67111524/67111528
[pid=5400] ppid=5398 vsize=15669784 CPUtime=0.03 cores=0,2,4,6
/proc/5400/stat : 5400 (java) S 5398 5400 4739 0 -1 4202496 3792 0 1 0 3 0 0 0 23 0 13 0 519180208 16045858816 3232 33554432000 1073741824 1073778376 140734175203168 18446744073709551615 230820968421 0 0 0 16800971 18446744073709551615 0 0 17 2 0 0 0
/proc/5400/statm: 3917446 3232 1682 9 0 3908194 0
[pid=5400/tid=5409] ppid=5398 vsize=15669784 CPUtime=0.02 cores=0,2,4,6
/proc/5400/task/5409/stat : 5409 (java) R 5398 5400 4739 0 -1 4202560 2400 0 1 0 2 0 0 0 25 0 13 0 519180208 16045858816 3232 33554432000 1073741824 1073778376 140734175203168 18446744073709551615 47130731695607 0 4 0 16800971 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 15669784

[startup+0.10023 s]
/proc/loadavg: 6.38 7.75 7.95 1/178 5400
/proc/meminfo: memFree=21774164/32951124 swapFree=67111524/67111528
[pid=5400] ppid=5398 vsize=15676320 CPUtime=0.1 cores=0,2,4,6
/proc/5400/stat : 5400 (java) S 5398 5400 4739 0 -1 4202496 5569 0 1 0 9 1 0 0 23 0 18 0 519180208 16052551680 4982 33554432000 1073741824 1073778376 140734175203168 18446744073709551615 230820968421 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/5400/statm: 3919080 4982 2116 9 0 3909799 0
[pid=5400/tid=5409] ppid=5398 vsize=15676320 CPUtime=0.09 cores=0,2,4,6
/proc/5400/task/5409/stat : 5409 (java) S 5398 5400 4739 0 -1 4202560 3397 0 1 0 8 1 0 0 18 0 18 0 519180208 16052551680 4982 33554432000 1073741824 1073778376 140734175203168 18446744073709551615 230820995039 0 2147483391 0 16800975 18446744071699199166 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 15676320

[startup+0.300261 s]
/proc/loadavg: 6.38 7.75 7.95 1/178 5400
/proc/meminfo: memFree=21774164/32951124 swapFree=67111524/67111528
[pid=5400] ppid=5398 vsize=15681976 CPUtime=0.52 cores=0,2,4,6
/proc/5400/stat : 5400 (java) S 5398 5400 4739 0 -1 4202496 14853 0 1 0 50 2 0 0 23 0 18 0 519180208 16058343424 13072 33554432000 1073741824 1073778376 140734175203168 18446744073709551615 230820968421 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/5400/statm: 3920494 13077 2206 9 0 3911213 0
[pid=5400/tid=5409] ppid=5398 vsize=15681976 CPUtime=0.28 cores=0,2,4,6
/proc/5400/task/5409/stat : 5409 (java) R 5398 5400 4739 0 -1 4202560 9659 0 1 0 26 2 0 0 18 0 18 0 519180208 16058343424 13080 33554432000 1073741824 1073778376 140734175203168 18446744073709551615 46912505636256 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 15681976

[startup+0.701156 s]
/proc/loadavg: 6.38 7.75 7.95 1/178 5400
/proc/meminfo: memFree=21774164/32951124 swapFree=67111524/67111528
[pid=5400] ppid=5398 vsize=15681976 CPUtime=0.94 cores=0,2,4,6
/proc/5400/stat : 5400 (java) S 5398 5400 4739 0 -1 4202496 41951 0 1 0 88 6 0 0 23 0 18 0 519180208 16058343424 40168 33554432000 1073741824 1073778376 140734175203168 18446744073709551615 230820968421 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/5400/statm: 3920494 40168 2222 9 0 3911213 0
[pid=5400/tid=5409] ppid=5398 vsize=15681976 CPUtime=0.68 cores=0,2,4,6
/proc/5400/task/5409/stat : 5409 (java) R 5398 5400 4739 0 -1 4202560 35495 0 1 0 63 5 0 0 18 0 18 0 519180208 16058343424 40168 33554432000 1073741824 1073778376 140734175203168 18446744073709551615 46912505548638 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.94
Current children cumulated vsize (KiB) 15681976

[startup+1.501 s]
/proc/loadavg: 6.19 7.69 7.93 5/216 5438
/proc/meminfo: memFree=21432124/32951124 swapFree=67111524/67111528
[pid=5400] ppid=5398 vsize=15710724 CPUtime=2.18 cores=0,2,4,6
/proc/5400/stat : 5400 (java) S 5398 5400 4739 0 -1 4202496 58107 0 1 0 210 8 0 0 23 0 22 0 519180208 16087781376 54472 33554432000 1073741824 1073778376 140734175203168 18446744073709551615 230820968421 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/5400/statm: 3927681 54472 2259 9 0 3918400 0
[pid=5400/tid=5409] ppid=5398 vsize=15710724 CPUtime=1.45 cores=0,2,4,6
/proc/5400/task/5409/stat : 5409 (java) R 5398 5400 4739 0 -1 4202560 35601 0 1 0 140 5 0 0 20 0 22 0 519180208 16087781376 54472 33554432000 1073741824 1073778376 140734175203168 18446744073709551615 47130730849146 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=5400/tid=5411] ppid=5398 vsize=15710724 CPUtime=0.01 cores=0,2,4,6
/proc/5400/task/5411/stat : 5411 (java) S 5398 5400 4739 0 -1 4202560 2290 0 0 0 1 0 0 0 16 0 22 0 519180208 16087781376 54472 33554432000 1073741824 1073778376 140734175203168 18446744073709551615 230820981657 0 4 0 16800975 18446604453868424000 0 0 -1 6 0 0 0
[pid=5400/tid=5412] ppid=5398 vsize=15710724 CPUtime=0 cores=0,2,4,6
/proc/5400/task/5412/stat : 5412 (java) S 5398 5400 4739 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 519180208 16087781376 54472 33554432000 1073741824 1073778376 140734175203168 18446744073709551615 230820981657 0 4 0 16800975 18446604453868424000 0 0 -1 6 0 0 0
[pid=5400/tid=5413] ppid=5398 vsize=15710724 CPUtime=0.01 cores=0,2,4,6
/proc/5400/task/5413/stat : 5413 (java) S 5398 5400 4739 0 -1 4202560 1786 0 0 0 1 0 0 0 16 0 22 0 519180208 16087781376 54472 33554432000 1073741824 1073778376 140734175203168 18446744073709551615 230820981657 0 4 0 16800975 18446604453868424000 0 0 -1 4 0 0 0
[pid=5400/tid=5414] ppid=5398 vsize=15710724 CPUtime=0 cores=0,2,4,6
/proc/5400/task/5414/stat : 5414 (java) S 5398 5400 4739 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 519180208 16087781376 54472 33554432000 1073741824 1073778376 140734175203168 18446744073709551615 230820981657 0 4 0 16800975 18446604453868424000 0 0 -1 0 0 0 0
[pid=5400/tid=5415] ppid=5398 vsize=15710724 CPUtime=0 cores=0,2,4,6
/proc/5400/task/5415/stat : 5415 (java) S 5398 5400 4739 0 -1 4202560 829 0 0 0 0 0 0 0 15 0 22 0 519180209 16087781376 54472 33554432000 1073741824 1073778376 140734175203168 18446744073709551615 230820981657 0 4 0 16800975 18446604453868424000 0 0 -1 2 0 0 0
[pid=5400/tid=5416] ppid=5398 vsize=15710724 CPUtime=0 cores=0,2,4,6
/proc/5400/task/5416/stat : 5416 (java) S 5398 5400 4739 0 -1 4202560 338 0 0 0 0 0 0 0 15 0 22 0 519180209 16087781376 54472 33554432000 1073741824 1073778376 140734175203168 18446744073709551615 230820981657 0 4 0 16800975 18446604453868424000 0 0 -1 4 0 0 0
[pid=5400/tid=5417] ppid=5398 vsize=15710724 CPUtime=0.01 cores=0,2,4,6
/proc/5400/task/5417/stat : 5417 (java) S 5398 5400 4739 0 -1 4202560 1964 0 0 0 1 0 0 0 16 0 22 0 519180209 16087781376 54472 33554432000 1073741824 1073778376 140734175203168 18446744073709551615 230820981657 0 4 0 16800975 18446604453868424000 0 0 -1 2 0 0 0
[pid=5400/tid=5418] ppid=5398 vsize=15710724 CPUtime=0.01 cores=0,2,4,6
/proc/5400/task/5418/stat : 5418 (java) S 5398 5400 4739 0 -1 4202560 2114 0 0 0 1 0 0 0 16 0 22 0 519180209 16087781376 54473 33554432000 1073741824 1073778376 140734175203168 18446744073709551615 230820981657 0 4 0 16800975 18446604453868424000 0 0 -1 0 0 0 0
[pid=5400/tid=5422] ppid=5398 vsize=15710724 CPUtime=0 cores=0,2,4,6
/proc/5400/task/5422/stat : 5422 (java) S 5398 5400 4739 0 -1 4202560 77 0 0 0 0 0 0 0 16 0 22 0 519180210 16087781376 54473 33554432000 1073741824 1073778376 140734175203168 18446744073709551615 230820982272 0 0 0 16800975 18446604453868424000 0 0 -1 4 0 0 0
[pid=5400/tid=5423] ppid=5398 vsize=15710724 CPUtime=0 cores=0,2,4,6
/proc/5400/task/5423/stat : 5423 (java) S 5398 5400 4739 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 22 0 519180210 16087781376 54474 33554432000 1073741824 1073778376 140734175203168 18446744073709551615 230820981657 0 4 0 16800975 18446604453868424000 0 0 -1 6 0 0 0
[pid=5400/tid=5424] ppid=5398 vsize=15710724 CPUtime=0 cores=0,2,4,6
/proc/5400/task/5424/stat : 5424 (java) S 5398 5400 4739 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 22 0 519180210 16087781376 54474 33554432000 1073741824 1073778376 140734175203168 18446744073709551615 230820981657 0 4 0 16800975 18446604453868424000 0 0 -1 4 0 0 0
[pid=5400/tid=5430] ppid=5398 vsize=15710724 CPUtime=0 cores=0,2,4,6
/proc/5400/task/5430/stat : 5430 (java) S 5398 5400 4739 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 519180212 16087781376 54474 33554432000 1073741824 1073778376 140734175203168 18446744073709551615 230820989361 0 4 0 16800975 18446604453868424000 0 0 -1 6 0 0 0
[pid=5400/tid=5431] ppid=5398 vsize=15710724 CPUtime=0.44 cores=0,2,4,6
/proc/5400/task/5431/stat : 5431 (java) R 5398 5400 4739 0 -1 4202560 10296 0 0 0 44 0 0 0 16 0 22 0 519180212 16087781376 54475 33554432000 1073741824 1073778376 140734175203168 18446744073709551615 230808862353 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=5400/tid=5432] ppid=5398 vsize=15710724 CPUtime=0.17 cores=0,2,4,6
/proc/5400/task/5432/stat : 5432 (java) S 5398 5400 4739 0 -1 4202560 1383 0 0 0 17 0 0 0 15 0 22 0 519180212 16087781376 54475 33554432000 1073741824 1073778376 140734175203168 18446744073709551615 230820981657 0 4 0 16800975 18446604453868424000 0 0 -1 0 0 0 0
[pid=5400/tid=5433] ppid=5398 vsize=15710724 CPUtime=0 cores=0,2,4,6
/proc/5400/task/5433/stat : 5433 (java) S 5398 5400 4739 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 519180212 16087781376 54475 33554432000 1073741824 1073778376 140734175203168 18446744073709551615 230820981657 0 4 0 16800975 18446604453868424000 0 0 -1 6 0 0 0
[pid=5400/tid=5434] ppid=5398 vsize=15710724 CPUtime=0 cores=0,2,4,6
/proc/5400/task/5434/stat : 5434 (java) S 5398 5400 4739 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 519180212 16087781376 54476 33554432000 1073741824 1073778376 140734175203168 18446744073709551615 230820982272 0 4 0 16800975 18446604453868424000 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2.18
Current children cumulated vsize (KiB) 15710724

[startup+3.10072 s]
/proc/loadavg: 6.19 7.69 7.93 4/220 5442
/proc/meminfo: memFree=21353356/32951124 swapFree=67111524/67111528
[pid=5400] ppid=5398 vsize=15720556 CPUtime=5.42 cores=0,2,4,6
/proc/5400/stat : 5400 (java) S 5398 5400 4739 0 -1 4202496 70584 0 1 0 532 10 0 0 23 0 22 0 519180208 16097849344 57693 33554432000 1073741824 1073778376 140734175203168 18446744073709551615 230820968421 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/5400/statm: 3930139 57693 2268 9 0 3920858 0
[pid=5400/tid=5409] ppid=5398 vsize=15720556 CPUtime=3.05 cores=0,2,4,6
/proc/5400/task/5409/stat : 5409 (java) R 5398 5400 4739 0 -1 4202560 35648 0 1 0 300 5 0 0 25 0 22 0 519180208 16097849344 57693 33554432000 1073741824 1073778376 140734175203168 18446744073709551615 46912505121166 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=5400/tid=5411] ppid=5398 vsize=15720556 CPUtime=0.01 cores=0,2,4,6
/proc/5400/task/5411/stat : 5411 (java) S 5398 5400 4739 0 -1 4202560 2290 0 0 0 1 0 0 0 16 0 22 0 519180208 16097849344 57693 33554432000 1073741824 1073778376 140734175203168 18446744073709551615 230820981657 0 4 0 16800975 18446604453868424000 0 0 -1 6 0 0 0
[pid=5400/tid=5412] ppid=5398 vsize=15720556 CPUtime=0 cores=0,2,4,6
/proc/5400/task/5412/stat : 5412 (java) S 5398 5400 4739 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 519180208 16097849344 57693 33554432000 1073741824 1073778376 140734175203168 18446744073709551615 230820981657 0 4 0 16800975 18446604453868424000 0 0 -1 6 0 0 0
[pid=5400/tid=5413] ppid=5398 vsize=15720556 CPUtime=0.01 cores=0,2,4,6
/proc/5400/task/5413/stat : 5413 (java) S 5398 5400 4739 0 -1 4202560 1786 0 0 0 1 0 0 0 16 0 22 0 519180208 16097849344 57693 33554432000 1073741824 1073778376 140734175203168 18446744073709551615 230820981657 0 4 0 16800975 18446604453868424000 0 0 -1 4 0 0 0
[pid=5400/tid=5414] ppid=5398 vsize=15720556 CPUtime=0 cores=0,2,4,6
/proc/5400/task/5414/stat : 5414 (java) S 5398 5400 4739 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 519180208 16097849344 57693 33554432000 1073741824 1073778376 140734175203168 18446744073709551615 230820981657 0 4 0 16800975 18446604453868424000 0 0 -1 0 0 0 0
[pid=5400/tid=5415] ppid=5398 vsize=15720556 CPUtime=0 cores=0,2,4,6
/proc/5400/task/5415/stat : 5415 (java) S 5398 5400 4739 0 -1 4202560 829 0 0 0 0 0 0 0 15 0 22 0 519180209 16097849344 57693 33554432000 1073741824 1073778376 140734175203168 18446744073709551615 230820981657 0 4 0 16800975 18446604453868424000 0 0 -1 2 0 0 0
[pid=5400/tid=5416] ppid=5398 vsize=15720556 CPUtime=0 cores=0,2,4,6
/proc/5400/task/5416/stat : 5416 (java) S 5398 5400 4739 0 -1 4202560 338 0 0 0 0 0 0 0 15 0 22 0 519180209 16097849344 57693 33554432000 1073741824 1073778376 140734175203168 18446744073709551615 230820981657 0 4 0 16800975 18446604453868424000 0 0 -1 4 0 0 0
[pid=5400/tid=5417] ppid=5398 vsize=15720556 CPUtime=0.01 cores=0,2,4,6
/proc/5400/task/5417/stat : 5417 (java) S 5398 5400 4739 0 -1 4202560 1964 0 0 0 1 0 0 0 16 0 22 0 519180209 16097849344 57693 33554432000 1073741824 1073778376 140734175203168 18446744073709551615 230820981657 0 4 0 16800975 18446604453868424000 0 0 -1 2 0 0 0
[pid=5400/tid=5418] ppid=5398 vsize=15720556 CPUtime=0.01 cores=0,2,4,6
/proc/5400/task/5418/stat : 5418 (java) S 5398 5400 4739 0 -1 4202560 2114 0 0 0 1 0 0 0 16 0 22 0 519180209 16097849344 57693 33554432000 1073741824 1073778376 140734175203168 18446744073709551615 230820981657 0 4 0 16800975 18446604453868424000 0 0 -1 0 0 0 0
[pid=5400/tid=5422] ppid=5398 vsize=15720556 CPUtime=0 cores=0,2,4,6
/proc/5400/task/5422/stat : 5422 (java) S 5398 5400 4739 0 -1 4202560 78 0 0 0 0 0 0 0 15 0 22 0 519180210 16097849344 57693 33554432000 1073741824 1073778376 140734175203168 18446744073709551615 230820982272 0 0 0 16800975 18446604453868424000 0 0 -1 4 0 0 0
[pid=5400/tid=5423] ppid=5398 vsize=15720556 CPUtime=0 cores=0,2,4,6
/proc/5400/task/5423/stat : 5423 (java) S 5398 5400 4739 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 22 0 519180210 16097849344 57693 33554432000 1073741824 1073778376 140734175203168 18446744073709551615 230820981657 0 4 0 16800975 18446604453868424000 0 0 -1 6 0 0 0
[pid=5400/tid=5424] ppid=5398 vsize=15720556 CPUtime=0 cores=0,2,4,6
/proc/5400/task/5424/stat : 5424 (java) S 5398 5400 4739 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 22 0 519180210 16097849344 57693 33554432000 1073741824 1073778376 140734175203168 18446744073709551615 230820981657 0 4 0 16800975 18446604453868424000 0 0 -1 4 0 0 0
[pid=5400/tid=5430] ppid=5398 vsize=15720556 CPUtime=0 cores=0,2,4,6
/proc/5400/task/5430/stat : 5430 (java) S 5398 5400 4739 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 519180212 16097849344 57693 33554432000 1073741824 1073778376 140734175203168 18446744073709551615 230820989361 0 4 0 16800975 18446604453868424000 0 0 -1 6 0 0 0
[pid=5400/tid=5431] ppid=5398 vsize=15720556 CPUtime=1.38 cores=0,2,4,6
/proc/5400/task/5431/stat : 5431 (java) R 5398 5400 4739 0 -1 4202560 16239 0 0 0 137 1 0 0 15 0 22 0 519180212 16097849344 57693 33554432000 1073741824 1073778376 140734175203168 18446744073709551615 47130731652561 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=5400/tid=5432] ppid=5398 vsize=15720556 CPUtime=0.87 cores=0,2,4,6
/proc/5400/task/5432/stat : 5432 (java) S 5398 5400 4739 0 -1 4202560 7865 0 0 0 86 1 0 0 15 0 22 0 519180212 16097849344 57693 33554432000 1073741824 1073778376 140734175203168 18446744073709551615 230820981657 0 4 0 16800975 18446604453868424000 0 0 -1 0 0 0 0
[pid=5400/tid=5433] ppid=5398 vsize=15720556 CPUtime=0 cores=0,2,4,6
/proc/5400/task/5433/stat : 5433 (java) S 5398 5400 4739 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 519180212 16097849344 57693 33554432000 1073741824 1073778376 140734175203168 18446744073709551615 230820981657 0 4 0 16800975 18446604453868424000 0 0 -1 6 0 0 0
[pid=5400/tid=5434] ppid=5398 vsize=15720556 CPUtime=0 cores=0,2,4,6
/proc/5400/task/5434/stat : 5434 (java) S 5398 5400 4739 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 519180212 16097849344 57693 33554432000 1073741824 1073778376 140734175203168 18446744073709551615 230820982272 0 4 0 16800975 18446604453868424000 0 0 -1 6 0 0 0
[pid=5400/tid=5439] ppid=5398 vsize=15720556 CPUtime=0 cores=0,2,4,6
/proc/5400/task/5439/stat : 5439 (java) S 5398 5400 4739 0 -1 4202560 14 0 0 0 0 0 0 0 15 0 22 0 519180313 16097849344 57693 33554432000 1073741824 1073778376 140734175203168 18446744073709551615 230820982272 0 4 0 16800975 18446604453868424000 0 0 -1 2 0 0 0
[pid=5400/tid=5440] ppid=5398 vsize=15720556 CPUtime=0 cores=0,2,4,6
/proc/5400/task/5440/stat : 5440 (java) S 5398 5400 4739 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 22 0 519180313 16097849344 57693 33554432000 1073741824 1073778376 140734175203168 18446744073709551615 230820982272 0 4 0 16800975 18446604453868424000 0 0 -1 6 0 0 0
[pid=5400/tid=5441] ppid=5398 vsize=15720556 CPUtime=0 cores=0,2,4,6
/proc/5400/task/5441/stat : 5441 (java) S 5398 5400 4739 0 -1 4202560 14 0 0 0 0 0 0 0 15 0 22 0 519180313 16097849344 57693 33554432000 1073741824 1073778376 140734175203168 18446744073709551615 230820982272 0 4 0 16800975 18446604453868424000 0 0 -1 2 0 0 0
[pid=5400/tid=5442] ppid=5398 vsize=15720556 CPUtime=0 cores=0,2,4,6
/proc/5400/task/5442/stat : 5442 (java) S 5398 5400 4739 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 22 0 519180313 16097849344 57693 33554432000 1073741824 1073778376 140734175203168 18446744073709551615 230820982272 0 4 0 16800975 18446604453868424000 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 5.42
Current children cumulated vsize (KiB) 15720556

[startup+6.30107 s]
/proc/loadavg: 6.19 7.69 7.93 8/220 5442
/proc/meminfo: memFree=20495072/32951124 swapFree=67111524/67111528
[pid=5400] ppid=5398 vsize=15720556 CPUtime=15.12 cores=0,2,4,6
/proc/5400/stat : 5400 (java) S 5398 5400 4739 0 -1 4202496 231173 0 1 0 1480 32 0 0 23 0 22 0 519180208 16097849344 215779 33554432000 1073741824 1073778376 140734175203168 18446744073709551615 230820968421 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/5400/statm: 3930139 215779 2277 9 0 3920858 0
[pid=5400/tid=5409] ppid=5398 vsize=15720556 CPUtime=3.2 cores=0,2,4,6
/proc/5400/task/5409/stat : 5409 (java) S 5398 5400 4739 0 -1 4202560 35667 0 1 0 315 5 0 0 25 0 22 0 519180208 16097849344 215779 33554432000 1073741824 1073778376 140734175203168 18446744073709551615 230820981657 0 4 0 16800975 18446604453868424000 0 0 -1 2 0 0 0
[pid=5400/tid=5411] ppid=5398 vsize=15720556 CPUtime=0.14 cores=0,2,4,6
/proc/5400/task/5411/stat : 5411 (java) S 5398 5400 4739 0 -1 4202560 22563 0 0 0 11 3 0 0 15 0 22 0 519180208 16097849344 215779 33554432000 1073741824 1073778376 140734175203168 18446744073709551615 230820981657 0 4 0 16800975 18446604453868424000 0 0 -1 0 0 0 0
[pid=5400/tid=5412] ppid=5398 vsize=15720556 CPUtime=0.08 cores=0,2,4,6
/proc/5400/task/5412/stat : 5412 (java) S 5398 5400 4739 0 -1 4202560 10240 0 0 0 6 2 0 0 16 0 22 0 519180208 16097849344 215779 33554432000 1073741824 1073778376 140734175203168 18446744073709551615 230820981657 0 4 0 16800975 18446604453868424000 0 0 -1 0 0 0 0
[pid=5400/tid=5413] ppid=5398 vsize=15720556 CPUtime=0.14 cores=0,2,4,6
/proc/5400/task/5413/stat : 5413 (java) S 5398 5400 4739 0 -1 4202560 20321 0 0 0 12 2 0 0 15 0 22 0 519180208 16097849344 215779 33554432000 1073741824 1073778376 140734175203168 18446744073709551615 230820981657 0 4 0 16800975 18446604453868424000 0 0 -1 4 0 0 0
[pid=5400/tid=5414] ppid=5398 vsize=15720556 CPUtime=0.06 cores=0,2,4,6
/proc/5400/task/5414/stat : 5414 (java) S 5398 5400 4739 0 -1 4202560 7964 0 0 0 6 0 0 0 15 0 22 0 519180208 16097849344 215779 33554432000 1073741824 1073778376 140734175203168 18446744073709551615 230820981657 0 4 0 16800975 18446604453868424000 0 0 -1 2 0 0 0
[pid=5400/tid=5415] ppid=5398 vsize=15720556 CPUtime=0.03 cores=0,2,4,6
/proc/5400/task/5415/stat : 5415 (java) S 5398 5400 4739 0 -1 4202560 10135 0 0 0 2 1 0 0 15 0 22 0 519180209 16097849344 215779 33554432000 1073741824 1073778376 140734175203168 18446744073709551615 230820981657 0 4 0 16800975 18446604453868424000 0 0 -1 6 0 0 0
[pid=5400/tid=5416] ppid=5398 vsize=15720556 CPUtime=0.12 cores=0,2,4,6
/proc/5400/task/5416/stat : 5416 (java) S 5398 5400 4739 0 -1 4202560 17894 0 0 0 10 2 0 0 16 0 22 0 519180209 16097849344 215779 33554432000 1073741824 1073778376 140734175203168 18446744073709551615 230820981657 0 4 0 16800975 18446604453868424000 0 0 -1 6 0 0 0
[pid=5400/tid=5417] ppid=5398 vsize=15720556 CPUtime=0.14 cores=0,2,4,6
/proc/5400/task/5417/stat : 5417 (java) S 5398 5400 4739 0 -1 4202560 16153 0 0 0 12 2 0 0 16 0 22 0 519180209 16097849344 215779 33554432000 1073741824 1073778376 140734175203168 18446744073709551615 230820981657 0 4 0 16800975 18446604453868424000 0 0 -1 0 0 0 0
[pid=5400/tid=5418] ppid=5398 vsize=15720556 CPUtime=0.11 cores=0,2,4,6
/proc/5400/task/5418/stat : 5418 (java) S 5398 5400 4739 0 -1 4202560 12618 0 0 0 10 1 0 0 15 0 22 0 519180209 16097849344 215779 33554432000 1073741824 1073778376 140734175203168 18446744073709551615 230820981657 0 4 0 16800975 18446604453868424000 0 0 -1 2 0 0 0
[pid=5400/tid=5422] ppid=5398 vsize=15720556 CPUtime=0 cores=0,2,4,6
/proc/5400/task/5422/stat : 5422 (java) S 5398 5400 4739 0 -1 4202560 414 0 0 0 0 0 0 0 15 0 22 0 519180210 16097849344 215779 33554432000 1073741824 1073778376 140734175203168 18446744073709551615 230820982272 0 0 0 16800975 18446604453868424000 0 0 -1 4 0 0 0
[pid=5400/tid=5423] ppid=5398 vsize=15720556 CPUtime=0 cores=0,2,4,6
/proc/5400/task/5423/stat : 5423 (java) S 5398 5400 4739 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 22 0 519180210 16097849344 215779 33554432000 1073741824 1073778376 140734175203168 18446744073709551615 230820981657 0 4 0 16800975 18446604453868424000 0 0 -1 6 0 0 0
[pid=5400/tid=5424] ppid=5398 vsize=15720556 CPUtime=0 cores=0,2,4,6
/proc/5400/task/5424/stat : 5424 (java) S 5398 5400 4739 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 22 0 519180210 16097849344 215779 33554432000 1073741824 1073778376 140734175203168 18446744073709551615 230820981657 0 4 0 16800975 18446604453868424000 0 0 -1 4 0 0 0
[pid=5400/tid=5430] ppid=5398 vsize=15720556 CPUtime=0 cores=0,2,4,6
/proc/5400/task/5430/stat : 5430 (java) S 5398 5400 4739 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 519180212 16097849344 215779 33554432000 1073741824 1073778376 140734175203168 18446744073709551615 230820989361 0 4 0 16800975 18446604453868424000 0 0 -1 6 0 0 0

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

/proc/meminfo: memFree=8619664/32951124 swapFree=67111524/67111528
[pid=5400] ppid=5398 vsize=15720556 CPUtime=4469.03 cores=0,2,4,6
/proc/5400/stat : 5400 (java) S 5398 5400 4739 0 -1 4202496 1620619 0 1 0 446670 233 0 0 23 0 22 0 519180208 16097849344 1580526 33554432000 1073741824 1073778376 140734175203168 18446744073709551615 230820968421 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/5400/statm: 3930139 1580526 2295 9 0 3920858 0
[pid=5400/tid=5409] ppid=5398 vsize=15720556 CPUtime=3.2 cores=0,2,4,6
/proc/5400/task/5409/stat : 5409 (java) S 5398 5400 4739 0 -1 4202560 35667 0 1 0 315 5 0 0 25 0 22 0 519180208 16097849344 1580526 33554432000 1073741824 1073778376 140734175203168 18446744073709551615 230820981657 0 4 0 16800975 18446604453868424000 0 0 -1 2 0 0 0
[pid=5400/tid=5411] ppid=5398 vsize=15720556 CPUtime=7.88 cores=0,2,4,6
/proc/5400/task/5411/stat : 5411 (java) S 5398 5400 4739 0 -1 4202560 143960 0 0 0 767 21 0 0 15 0 22 0 519180208 16097849344 1580526 33554432000 1073741824 1073778376 140734175203168 18446744073709551615 230820981657 0 4 0 16800975 18446604453868424000 0 0 -1 0 0 0 0
[pid=5400/tid=5412] ppid=5398 vsize=15720556 CPUtime=8.6 cores=0,2,4,6
/proc/5400/task/5412/stat : 5412 (java) S 5398 5400 4739 0 -1 4202560 119854 0 0 0 842 18 0 0 16 0 22 0 519180208 16097849344 1580526 33554432000 1073741824 1073778376 140734175203168 18446744073709551615 230820981657 0 4 0 16800975 18446604453868424000 0 0 -1 6 0 0 0
[pid=5400/tid=5413] ppid=5398 vsize=15720556 CPUtime=8.23 cores=0,2,4,6
/proc/5400/task/5413/stat : 5413 (java) S 5398 5400 4739 0 -1 4202560 127118 0 0 0 806 17 0 0 16 0 22 0 519180208 16097849344 1580526 33554432000 1073741824 1073778376 140734175203168 18446744073709551615 230820981657 0 4 0 16800975 18446604453868424000 0 0 -1 0 0 0 0
[pid=5400/tid=5414] ppid=5398 vsize=15720556 CPUtime=8.18 cores=0,2,4,6
/proc/5400/task/5414/stat : 5414 (java) S 5398 5400 4739 0 -1 4202560 123680 0 0 0 800 18 0 0 16 0 22 0 519180208 16097849344 1580526 33554432000 1073741824 1073778376 140734175203168 18446744073709551615 230820981657 0 4 0 16800975 18446604453868424000 0 0 -1 4 0 0 0
[pid=5400/tid=5415] ppid=5398 vsize=15720556 CPUtime=8.37 cores=0,2,4,6
/proc/5400/task/5415/stat : 5415 (java) S 5398 5400 4739 0 -1 4202560 147757 0 0 0 814 23 0 0 16 0 22 0 519180209 16097849344 1580526 33554432000 1073741824 1073778376 140734175203168 18446744073709551615 230820981657 0 4 0 16800975 18446604453868424000 0 0 -1 2 0 0 0
[pid=5400/tid=5416] ppid=5398 vsize=15720556 CPUtime=8.95 cores=0,2,4,6
/proc/5400/task/5416/stat : 5416 (java) S 5398 5400 4739 0 -1 4202560 152025 0 0 0 870 25 0 0 15 0 22 0 519180209 16097849344 1580526 33554432000 1073741824 1073778376 140734175203168 18446744073709551615 230820981657 0 4 0 16800975 18446604453868424000 0 0 -1 2 0 0 0
[pid=5400/tid=5417] ppid=5398 vsize=15720556 CPUtime=8.34 cores=0,2,4,6
/proc/5400/task/5417/stat : 5417 (java) S 5398 5400 4739 0 -1 4202560 137502 0 0 0 813 21 0 0 15 0 22 0 519180209 16097849344 1580526 33554432000 1073741824 1073778376 140734175203168 18446744073709551615 230820981657 0 4 0 16800975 18446604453868424000 0 0 -1 2 0 0 0
[pid=5400/tid=5418] ppid=5398 vsize=15720556 CPUtime=8.92 cores=0,2,4,6
/proc/5400/task/5418/stat : 5418 (java) S 5398 5400 4739 0 -1 4202560 142431 0 0 0 872 20 0 0 16 0 22 0 519180209 16097849344 1580526 33554432000 1073741824 1073778376 140734175203168 18446744073709551615 230820981657 0 4 0 16800975 18446604453868424000 0 0 -1 4 0 0 0
[pid=5400/tid=5422] ppid=5398 vsize=15720556 CPUtime=1.1 cores=0,2,4,6
/proc/5400/task/5422/stat : 5422 (java) S 5398 5400 4739 0 -1 4202560 25455 0 0 0 106 4 0 0 15 0 22 0 519180210 16097849344 1580526 33554432000 1073741824 1073778376 140734175203168 18446744073709551615 230820982272 0 0 0 16800975 18446604453868424000 0 0 -1 2 0 0 0
[pid=5400/tid=5423] ppid=5398 vsize=15720556 CPUtime=0 cores=0,2,4,6
/proc/5400/task/5423/stat : 5423 (java) S 5398 5400 4739 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 22 0 519180210 16097849344 1580526 33554432000 1073741824 1073778376 140734175203168 18446744073709551615 230820981657 0 4 0 16800975 18446604453868424000 0 0 -1 6 0 0 0
[pid=5400/tid=5424] ppid=5398 vsize=15720556 CPUtime=0 cores=0,2,4,6
/proc/5400/task/5424/stat : 5424 (java) S 5398 5400 4739 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 22 0 519180210 16097849344 1580526 33554432000 1073741824 1073778376 140734175203168 18446744073709551615 230820981657 0 4 0 16800975 18446604453868424000 0 0 -1 4 0 0 0
[pid=5400/tid=5430] ppid=5398 vsize=15720556 CPUtime=0 cores=0,2,4,6
/proc/5400/task/5430/stat : 5430 (java) S 5398 5400 4739 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 519180212 16097849344 1580526 33554432000 1073741824 1073778376 140734175203168 18446744073709551615 230820989361 0 4 0 16800975 18446604453868424000 0 0 -1 6 0 0 0
[pid=5400/tid=5431] ppid=5398 vsize=15720556 CPUtime=1.91 cores=0,2,4,6
/proc/5400/task/5431/stat : 5431 (java) S 5398 5400 4739 0 -1 4202560 16306 0 0 0 189 2 0 0 15 0 22 0 519180212 16097849344 1580526 33554432000 1073741824 1073778376 140734175203168 18446744073709551615 230820981657 0 4 0 16800975 18446604453868424000 0 0 -1 2 0 0 0
[pid=5400/tid=5432] ppid=5398 vsize=15720556 CPUtime=1.25 cores=0,2,4,6
/proc/5400/task/5432/stat : 5432 (java) S 5398 5400 4739 0 -1 4202560 9942 0 0 0 124 1 0 0 16 0 22 0 519180212 16097849344 1580526 33554432000 1073741824 1073778376 140734175203168 18446744073709551615 230820981657 0 4 0 16800975 18446604453868424000 0 0 -1 6 0 0 0
[pid=5400/tid=5433] ppid=5398 vsize=15720556 CPUtime=0 cores=0,2,4,6
/proc/5400/task/5433/stat : 5433 (java) S 5398 5400 4739 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 519180212 16097849344 1580526 33554432000 1073741824 1073778376 140734175203168 18446744073709551615 230820981657 0 4 0 16800975 18446604453868424000 0 0 -1 6 0 0 0
[pid=5400/tid=5434] ppid=5398 vsize=15720556 CPUtime=0 cores=0,2,4,6
/proc/5400/task/5434/stat : 5434 (java) S 5398 5400 4739 0 -1 4202560 67 0 0 0 0 0 0 0 15 0 22 0 519180212 16097849344 1580526 33554432000 1073741824 1073778376 140734175203168 18446744073709551615 230820982272 0 4 0 16800975 18446604453868424000 0 0 -1 0 0 0 0
[pid=5400/tid=5439] ppid=5398 vsize=15720556 CPUtime=1098.96 cores=0,2,4,6
/proc/5400/task/5439/stat : 5439 (java) R 5398 5400 4739 0 -1 4202560 112021 0 0 0 109883 13 0 0 25 0 22 0 519180313 16097849344 1580526 33554432000 1073741824 1073778376 140734175203168 18446744073709551615 46912506082112 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=5400/tid=5440] ppid=5398 vsize=15720556 CPUtime=1099.31 cores=0,2,4,6
/proc/5400/task/5440/stat : 5440 (java) R 5398 5400 4739 0 -1 4202560 96537 0 0 0 109919 12 0 0 25 0 22 0 519180313 16097849344 1580526 33554432000 1073741824 1073778376 140734175203168 18446744073709551615 46912506482675 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=5400/tid=5441] ppid=5398 vsize=15720556 CPUtime=1097.45 cores=0,2,4,6
/proc/5400/task/5441/stat : 5441 (java) R 5398 5400 4739 0 -1 4202560 88535 0 0 0 109735 10 0 0 25 0 22 0 519180313 16097849344 1580526 33554432000 1073741824 1073778376 140734175203168 18446744073709551615 46912505606016 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=5400/tid=5442] ppid=5398 vsize=15720556 CPUtime=1098.22 cores=0,2,4,6
/proc/5400/task/5442/stat : 5442 (java) R 5398 5400 4739 0 -1 4202560 140377 0 0 0 109808 14 0 0 25 0 22 0 519180313 16097849344 1580526 33554432000 1073741824 1073778376 140734175203168 18446744073709551615 47130734651406 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4469.03
Current children cumulated vsize (KiB) 15720556

[startup+1182.37 s]
/proc/loadavg: 8.05 8.09 8.03 10/220 5474
/proc/meminfo: memFree=8612292/32951124 swapFree=67111524/67111528
[pid=5400] ppid=5398 vsize=15720556 CPUtime=4708.95 cores=0,2,4,6
/proc/5400/stat : 5400 (java) S 5398 5400 4739 0 -1 4202496 1622966 0 1 0 470662 233 0 0 23 0 22 0 519180208 16097849344 1582619 33554432000 1073741824 1073778376 140734175203168 18446744073709551615 230820968421 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/5400/statm: 3930139 1582619 2295 9 0 3920858 0
[pid=5400/tid=5409] ppid=5398 vsize=15720556 CPUtime=3.2 cores=0,2,4,6
/proc/5400/task/5409/stat : 5409 (java) S 5398 5400 4739 0 -1 4202560 35667 0 1 0 315 5 0 0 25 0 22 0 519180208 16097849344 1582619 33554432000 1073741824 1073778376 140734175203168 18446744073709551615 230820981657 0 4 0 16800975 18446604453868424000 0 0 -1 2 0 0 0
[pid=5400/tid=5411] ppid=5398 vsize=15720556 CPUtime=8.35 cores=0,2,4,6
/proc/5400/task/5411/stat : 5411 (java) R 5398 5400 4739 0 -1 4202560 143960 0 0 0 814 21 0 0 15 0 22 0 519180208 16097849344 1582619 33554432000 1073741824 1073778376 140734175203168 18446744073709551615 230820982726 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=5400/tid=5412] ppid=5398 vsize=15720556 CPUtime=9.1 cores=0,2,4,6
/proc/5400/task/5412/stat : 5412 (java) R 5398 5400 4739 0 -1 4202560 121140 0 0 0 891 19 0 0 15 0 22 0 519180208 16097849344 1582619 33554432000 1073741824 1073778376 140734175203168 18446744073709551615 230809119031 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=5400/tid=5413] ppid=5398 vsize=15720556 CPUtime=8.49 cores=0,2,4,6
/proc/5400/task/5413/stat : 5413 (java) R 5398 5400 4739 0 -1 4202560 127118 0 0 0 832 17 0 0 15 0 22 0 519180208 16097849344 1582619 33554432000 1073741824 1073778376 140734175203168 18446744073709551615 230809119031 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=5400/tid=5414] ppid=5398 vsize=15720556 CPUtime=8.68 cores=0,2,4,6
/proc/5400/task/5414/stat : 5414 (java) R 5398 5400 4739 0 -1 4202560 124585 0 0 0 850 18 0 0 15 0 22 0 519180208 16097849344 1582619 33554432000 1073741824 1073778376 140734175203168 18446744073709551615 230809119031 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=5400/tid=5415] ppid=5398 vsize=15720556 CPUtime=8.97 cores=0,2,4,6
/proc/5400/task/5415/stat : 5415 (java) R 5398 5400 4739 0 -1 4202560 147870 0 0 0 874 23 0 0 15 0 22 0 519180209 16097849344 1582619 33554432000 1073741824 1073778376 140734175203168 18446744073709551615 230809119031 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=5400/tid=5416] ppid=5398 vsize=15720556 CPUtime=9.28 cores=0,2,4,6
/proc/5400/task/5416/stat : 5416 (java) S 5398 5400 4739 0 -1 4202560 152026 0 0 0 903 25 0 0 16 0 22 0 519180209 16097849344 1582619 33554432000 1073741824 1073778376 140734175203168 18446744073709551615 230820981657 0 4 0 16800975 18446604453868424000 0 0 -1 2 0 0 0
[pid=5400/tid=5417] ppid=5398 vsize=15720556 CPUtime=8.86 cores=0,2,4,6
/proc/5400/task/5417/stat : 5417 (java) S 5398 5400 4739 0 -1 4202560 137502 0 0 0 865 21 0 0 15 0 22 0 519180209 16097849344 1582619 33554432000 1073741824 1073778376 140734175203168 18446744073709551615 230820981657 0 4 0 16800975 18446604453868424000 0 0 -1 2 0 0 0
[pid=5400/tid=5418] ppid=5398 vsize=15720556 CPUtime=9.41 cores=0,2,4,6
/proc/5400/task/5418/stat : 5418 (java) S 5398 5400 4739 0 -1 4202560 142431 0 0 0 921 20 0 0 16 0 22 0 519180209 16097849344 1582619 33554432000 1073741824 1073778376 140734175203168 18446744073709551615 230820981657 0 4 0 16800975 18446604453868424000 0 0 -1 0 0 0 0
[pid=5400/tid=5422] ppid=5398 vsize=15720556 CPUtime=1.1 cores=0,2,4,6
/proc/5400/task/5422/stat : 5422 (java) S 5398 5400 4739 0 -1 4202560 25483 0 0 0 106 4 0 0 15 0 22 0 519180210 16097849344 1582619 33554432000 1073741824 1073778376 140734175203168 18446744073709551615 230820981657 0 0 0 16800975 18446604453868424000 0 0 -1 2 0 0 0
[pid=5400/tid=5423] ppid=5398 vsize=15720556 CPUtime=0 cores=0,2,4,6
/proc/5400/task/5423/stat : 5423 (java) S 5398 5400 4739 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 22 0 519180210 16097849344 1582619 33554432000 1073741824 1073778376 140734175203168 18446744073709551615 230820981657 0 4 0 16800975 18446604453868424000 0 0 -1 6 0 0 0
[pid=5400/tid=5424] ppid=5398 vsize=15720556 CPUtime=0 cores=0,2,4,6
/proc/5400/task/5424/stat : 5424 (java) S 5398 5400 4739 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 22 0 519180210 16097849344 1582619 33554432000 1073741824 1073778376 140734175203168 18446744073709551615 230820981657 0 4 0 16800975 18446604453868424000 0 0 -1 4 0 0 0
[pid=5400/tid=5430] ppid=5398 vsize=15720556 CPUtime=0 cores=0,2,4,6
/proc/5400/task/5430/stat : 5430 (java) S 5398 5400 4739 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 519180212 16097849344 1582619 33554432000 1073741824 1073778376 140734175203168 18446744073709551615 230820989361 0 4 0 16800975 18446604453868424000 0 0 -1 6 0 0 0
[pid=5400/tid=5431] ppid=5398 vsize=15720556 CPUtime=1.91 cores=0,2,4,6
/proc/5400/task/5431/stat : 5431 (java) S 5398 5400 4739 0 -1 4202560 16306 0 0 0 189 2 0 0 15 0 22 0 519180212 16097849344 1582619 33554432000 1073741824 1073778376 140734175203168 18446744073709551615 230820981657 0 4 0 16800975 18446604453868424000 0 0 -1 2 0 0 0
[pid=5400/tid=5432] ppid=5398 vsize=15720556 CPUtime=1.25 cores=0,2,4,6
/proc/5400/task/5432/stat : 5432 (java) S 5398 5400 4739 0 -1 4202560 9942 0 0 0 124 1 0 0 16 0 22 0 519180212 16097849344 1582619 33554432000 1073741824 1073778376 140734175203168 18446744073709551615 230820981657 0 4 0 16800975 18446604453868424000 0 0 -1 6 0 0 0
[pid=5400/tid=5433] ppid=5398 vsize=15720556 CPUtime=0 cores=0,2,4,6
/proc/5400/task/5433/stat : 5433 (java) S 5398 5400 4739 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 519180212 16097849344 1582619 33554432000 1073741824 1073778376 140734175203168 18446744073709551615 230820981657 0 4 0 16800975 18446604453868424000 0 0 -1 6 0 0 0
[pid=5400/tid=5434] ppid=5398 vsize=15720556 CPUtime=0 cores=0,2,4,6
/proc/5400/task/5434/stat : 5434 (java) S 5398 5400 4739 0 -1 4202560 69 0 0 0 0 0 0 0 15 0 22 0 519180212 16097849344 1582619 33554432000 1073741824 1073778376 140734175203168 18446744073709551615 230820982272 0 4 0 16800975 18446604453868424000 0 0 -1 4 0 0 0
[pid=5400/tid=5439] ppid=5398 vsize=15720556 CPUtime=1158.1 cores=0,2,4,6
/proc/5400/task/5439/stat : 5439 (java) S 5398 5400 4739 0 -1 4202560 112023 0 0 0 115797 13 0 0 25 0 22 0 519180313 16097849344 1582619 33554432000 1073741824 1073778376 140734175203168 18446744073709551615 230820981657 0 4 0 16800975 18446604453868424000 0 0 -1 4 0 0 0
[pid=5400/tid=5440] ppid=5398 vsize=15720556 CPUtime=1158.45 cores=0,2,4,6
/proc/5400/task/5440/stat : 5440 (java) S 5398 5400 4739 0 -1 4202560 96540 0 0 0 115833 12 0 0 25 0 22 0 519180313 16097849344 1582619 33554432000 1073741824 1073778376 140734175203168 18446744073709551615 230820981657 0 4 0 16800975 18446604453868424000 0 0 -1 0 0 0 0
[pid=5400/tid=5441] ppid=5398 vsize=15720556 CPUtime=1156.26 cores=0,2,4,6
/proc/5400/task/5441/stat : 5441 (java) S 5398 5400 4739 0 -1 4202560 88538 0 0 0 115616 10 0 0 25 0 22 0 519180313 16097849344 1582619 33554432000 1073741824 1073778376 140734175203168 18446744073709551615 230820981657 0 4 0 16800975 18446604453868424000 0 0 -1 6 0 0 0
[pid=5400/tid=5442] ppid=5398 vsize=15720556 CPUtime=1157.36 cores=0,2,4,6
/proc/5400/task/5442/stat : 5442 (java) S 5398 5400 4739 0 -1 4202560 140381 0 0 0 115722 14 0 0 25 0 22 0 519180313 16097849344 1582619 33554432000 1073741824 1073778376 140734175203168 18446744073709551615 230820981657 0 4 0 16800975 18446604453868424000 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4708.95
Current children cumulated vsize (KiB) 15720556



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1205.2 s]
/proc/loadavg: 8.04 8.08 8.03 9/220 5474
/proc/meminfo: memFree=8610768/32951124 swapFree=67111524/67111528
[pid=5400] ppid=5398 vsize=15720556 CPUtime=4800.12 cores=0,2,4,6
/proc/5400/stat : 5400 (java) S 5398 5400 4739 0 -1 4202496 1623240 0 1 0 479779 233 0 0 23 0 22 0 519180208 16097849344 1582875 33554432000 1073741824 1073778376 140734175203168 18446744073709551615 230820968421 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/5400/statm: 3930139 1582875 2295 9 0 3920858 0
[pid=5400/tid=5409] ppid=5398 vsize=15720556 CPUtime=3.2 cores=0,2,4,6
/proc/5400/task/5409/stat : 5409 (java) S 5398 5400 4739 0 -1 4202560 35667 0 1 0 315 5 0 0 25 0 22 0 519180208 16097849344 1582875 33554432000 1073741824 1073778376 140734175203168 18446744073709551615 230820981657 0 4 0 16800975 18446604453868424000 0 0 -1 2 0 0 0
[pid=5400/tid=5411] ppid=5398 vsize=15720556 CPUtime=8.41 cores=0,2,4,6
/proc/5400/task/5411/stat : 5411 (java) S 5398 5400 4739 0 -1 4202560 143960 0 0 0 820 21 0 0 15 0 22 0 519180208 16097849344 1582875 33554432000 1073741824 1073778376 140734175203168 18446744073709551615 230820981657 0 4 0 16800975 18446604453868424000 0 0 -1 4 0 0 0
[pid=5400/tid=5412] ppid=5398 vsize=15720556 CPUtime=9.35 cores=0,2,4,6
/proc/5400/task/5412/stat : 5412 (java) S 5398 5400 4739 0 -1 4202560 121140 0 0 0 916 19 0 0 16 0 22 0 519180208 16097849344 1582875 33554432000 1073741824 1073778376 140734175203168 18446744073709551615 230820981657 0 4 0 16800975 18446604453868424000 0 0 -1 0 0 0 0
[pid=5400/tid=5413] ppid=5398 vsize=15720556 CPUtime=8.61 cores=0,2,4,6
/proc/5400/task/5413/stat : 5413 (java) S 5398 5400 4739 0 -1 4202560 127118 0 0 0 844 17 0 0 15 0 22 0 519180208 16097849344 1582875 33554432000 1073741824 1073778376 140734175203168 18446744073709551615 230820981657 0 4 0 16800975 18446604453868424000 0 0 -1 0 0 0 0
[pid=5400/tid=5414] ppid=5398 vsize=15720556 CPUtime=8.87 cores=0,2,4,6
/proc/5400/task/5414/stat : 5414 (java) S 5398 5400 4739 0 -1 4202560 124585 0 0 0 869 18 0 0 16 0 22 0 519180208 16097849344 1582875 33554432000 1073741824 1073778376 140734175203168 18446744073709551615 230820981657 0 4 0 16800975 18446604453868424000 0 0 -1 4 0 0 0
[pid=5400/tid=5415] ppid=5398 vsize=15720556 CPUtime=9.04 cores=0,2,4,6
/proc/5400/task/5415/stat : 5415 (java) S 5398 5400 4739 0 -1 4202560 147996 0 0 0 881 23 0 0 16 0 22 0 519180209 16097849344 1582875 33554432000 1073741824 1073778376 140734175203168 18446744073709551615 230820981657 0 4 0 16800975 18446604453868424000 0 0 -1 2 0 0 0
[pid=5400/tid=5416] ppid=5398 vsize=15720556 CPUtime=9.36 cores=0,2,4,6
/proc/5400/task/5416/stat : 5416 (java) S 5398 5400 4739 0 -1 4202560 152026 0 0 0 911 25 0 0 15 0 22 0 519180209 16097849344 1582875 33554432000 1073741824 1073778376 140734175203168 18446744073709551615 230820981657 0 4 0 16800975 18446604453868424000 0 0 -1 4 0 0 0
[pid=5400/tid=5417] ppid=5398 vsize=15720556 CPUtime=9.04 cores=0,2,4,6
/proc/5400/task/5417/stat : 5417 (java) S 5398 5400 4739 0 -1 4202560 137628 0 0 0 882 22 0 0 16 0 22 0 519180209 16097849344 1582875 33554432000 1073741824 1073778376 140734175203168 18446744073709551615 230820981657 0 4 0 16800975 18446604453868424000 0 0 -1 2 0 0 0
[pid=5400/tid=5418] ppid=5398 vsize=15720556 CPUtime=9.48 cores=0,2,4,6
/proc/5400/task/5418/stat : 5418 (java) S 5398 5400 4739 0 -1 4202560 142431 0 0 0 928 20 0 0 15 0 22 0 519180209 16097849344 1582875 33554432000 1073741824 1073778376 140734175203168 18446744073709551615 230820981657 0 4 0 16800975 18446604453868424000 0 0 -1 0 0 0 0
[pid=5400/tid=5422] ppid=5398 vsize=15720556 CPUtime=1.1 cores=0,2,4,6
/proc/5400/task/5422/stat : 5422 (java) S 5398 5400 4739 0 -1 4202560 25499 0 0 0 106 4 0 0 15 0 22 0 519180210 16097849344 1582875 33554432000 1073741824 1073778376 140734175203168 18446744073709551615 230820982272 0 0 0 16800975 18446604453868424000 0 0 -1 4 0 0 0
[pid=5400/tid=5423] ppid=5398 vsize=15720556 CPUtime=0 cores=0,2,4,6
/proc/5400/task/5423/stat : 5423 (java) S 5398 5400 4739 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 22 0 519180210 16097849344 1582875 33554432000 1073741824 1073778376 140734175203168 18446744073709551615 230820981657 0 4 0 16800975 18446604453868424000 0 0 -1 6 0 0 0
[pid=5400/tid=5424] ppid=5398 vsize=15720556 CPUtime=0 cores=0,2,4,6
/proc/5400/task/5424/stat : 5424 (java) S 5398 5400 4739 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 22 0 519180210 16097849344 1582875 33554432000 1073741824 1073778376 140734175203168 18446744073709551615 230820981657 0 4 0 16800975 18446604453868424000 0 0 -1 4 0 0 0
[pid=5400/tid=5430] ppid=5398 vsize=15720556 CPUtime=0 cores=0,2,4,6
/proc/5400/task/5430/stat : 5430 (java) S 5398 5400 4739 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 519180212 16097849344 1582875 33554432000 1073741824 1073778376 140734175203168 18446744073709551615 230820989361 0 4 0 16800975 18446604453868424000 0 0 -1 6 0 0 0
[pid=5400/tid=5431] ppid=5398 vsize=15720556 CPUtime=1.91 cores=0,2,4,6
/proc/5400/task/5431/stat : 5431 (java) S 5398 5400 4739 0 -1 4202560 16306 0 0 0 189 2 0 0 15 0 22 0 519180212 16097849344 1582875 33554432000 1073741824 1073778376 140734175203168 18446744073709551615 230820981657 0 4 0 16800975 18446604453868424000 0 0 -1 2 0 0 0
[pid=5400/tid=5432] ppid=5398 vsize=15720556 CPUtime=1.25 cores=0,2,4,6
/proc/5400/task/5432/stat : 5432 (java) S 5398 5400 4739 0 -1 4202560 9942 0 0 0 124 1 0 0 16 0 22 0 519180212 16097849344 1582875 33554432000 1073741824 1073778376 140734175203168 18446744073709551615 230820981657 0 4 0 16800975 18446604453868424000 0 0 -1 6 0 0 0
[pid=5400/tid=5433] ppid=5398 vsize=15720556 CPUtime=0 cores=0,2,4,6
/proc/5400/task/5433/stat : 5433 (java) S 5398 5400 4739 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 519180212 16097849344 1582875 33554432000 1073741824 1073778376 140734175203168 18446744073709551615 230820981657 0 4 0 16800975 18446604453868424000 0 0 -1 6 0 0 0
[pid=5400/tid=5434] ppid=5398 vsize=15720556 CPUtime=0 cores=0,2,4,6
/proc/5400/task/5434/stat : 5434 (java) S 5398 5400 4739 0 -1 4202560 71 0 0 0 0 0 0 0 15 0 22 0 519180212 16097849344 1582875 33554432000 1073741824 1073778376 140734175203168 18446744073709551615 230820982272 0 4 0 16800975 18446604453868424000 0 0 -1 4 0 0 0
[pid=5400/tid=5439] ppid=5398 vsize=15720556 CPUtime=1180.68 cores=0,2,4,6
/proc/5400/task/5439/stat : 5439 (java) R 5398 5400 4739 0 -1 4202560 112023 0 0 0 118055 13 0 0 25 0 22 0 519180313 16097849344 1582875 33554432000 1073741824 1073778376 140734175203168 18446744073709551615 46912506082123 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=5400/tid=5440] ppid=5398 vsize=15720556 CPUtime=1181.03 cores=0,2,4,6
/proc/5400/task/5440/stat : 5440 (java) R 5398 5400 4739 0 -1 4202560 96543 0 0 0 118091 12 0 0 25 0 22 0 519180313 16097849344 1582875 33554432000 1073741824 1073778376 140734175203168 18446744073709551615 46912505523595 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=5400/tid=5441] ppid=5398 vsize=15720556 CPUtime=1178.72 cores=0,2,4,6
/proc/5400/task/5441/stat : 5441 (java) R 5398 5400 4739 0 -1 4202560 88538 0 0 0 117862 10 0 0 25 0 22 0 519180313 16097849344 1582875 33554432000 1073741824 1073778376 140734175203168 18446744073709551615 46912506389453 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=5400/tid=5442] ppid=5398 vsize=15720556 CPUtime=1179.93 cores=0,2,4,6
/proc/5400/task/5442/stat : 5442 (java) R 5398 5400 4739 0 -1 4202560 140382 0 0 0 117979 14 0 0 25 0 22 0 519180313 16097849344 1582875 33554432000 1073741824 1073778376 140734175203168 18446744073709551615 46912505904358 0 4 0 16800975 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4800.12
Current children cumulated vsize (KiB) 15720556

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

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

[startup+1205.4 s]
/proc/loadavg: 8.04 8.08 8.03 9/220 5474
/proc/meminfo: memFree=8610768/32951124 swapFree=67111524/67111528
[pid=5400] ppid=5398 vsize=0 CPUtime=4800.34 cores=0,2,4,6
/proc/5400/stat : 5400 (java) Z 5398 5400 4739 0 -1 4203548 1623266 0 1 0 479782 252 0 0 17 0 2 0 519180208 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/5400/statm: 0 0 0 0 0 0 0
[pid=5400/tid=5439] ppid=5398 vsize=0 CPUtime=1180.87 cores=0,2,4,6
/proc/5400/task/5439/stat : 5439 (java) R 5398 5400 4739 0 -1 4203588 112023 0 0 0 118056 31 0 0 25 0 2 0 519180313 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4800.34
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1205.48
CPU time (s): 4800.42
CPU user time (s): 4797.83
CPU system time (s): 2.5966
CPU usage (%): 398.218
Max. virtual memory (cumulated for all children) (KiB): 15723184

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4797.83
system time used= 2.5966
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1623266
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= 33167
involuntary context switches= 54405

runsolver used 1.91871 second user time and 4.74828 second system time

The end

Launcher Data

Begin job on node104 at 2011-04-29 13:16:38
IDJOB=3313306
IDBENCH=70830
IDSOLVER=1699
FILE ID=node104/3313306-1304075797
RUNJOBID= node104-1304075797-5379
PBS_JOBID= 13170480
Free space on /tmp= 71544 MiB

SOLVER NAME= STRUCTure 0.1
BENCH NAME= SAT09/APPLICATIONS/crypto/md5gen/gus-md5-11.cnf
COMMAND LINE= run 15000 NBCORE TMPDIR DIR BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3313306-1304075797/watcher-3313306-1304075797 -o /tmp/evaluation-result-3313306-1304075797/solver-3313306-1304075797 -C 4800 -W 1300 -M 15500  run 15000 4 HOME HOME HOME/instance-3313306-1304075797.cnf

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

MD5SUM BENCH= 49867705b76fc90285dd6fc48de2613c
RANDOM SEED=2069767081

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      21774444 kB
Buffers:       2111924 kB
Cached:        8421436 kB
SwapCached:          4 kB
Active:         577280 kB
Inactive:     10022064 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      21774444 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:            8708 kB
Writeback:           0 kB
AnonPages:       65516 kB
Mapped:          17112 kB
Slab:           513016 kB
PageTables:       4932 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   212068 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= 71540 MiB
End job on node104 at 2011-04-29 13:36:45