Trace number 3313180

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.34 1206.35

General information on the benchmark

NameCRAFTED/rbsat/crafted/unforced/
rbsat-v2400c266431g9.cnf
MD5SUM35278b3ce28129761cf8ae7994f37d3f
Bench CategoryCRAFTED (crafted 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 variables2400
Number of clauses266431
Sum of the clauses size535112
Maximum clause length32
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2266356
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 575

Solver Data

0.10/0.11	11:59 INFO : Reading from input HOME/instance-3313180-1304089919.cnf
1.12/0.97	Executor set job limit to 1000000
1.12/0.97	Executor set job limit to 1000000
1.12/0.97	Executor set job limit to 1000000
1.12/0.97	Executor set job limit to 1000000
1.12/0.97	Starting Executor!
1.12/0.97	Starting Executor!
1.12/0.97	Starting Executor!
1.12/0.97	Starting Executor!
3.10/2.16	12:02 INFO : 2400 variables remaining out of 2400
3.10/2.16	12:02 INFO : 1600611 literals remaining out of 801543

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

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

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


[startup+0 s]
/proc/loadavg: 4.69 5.62 7.51 5/194 28247
/proc/meminfo: memFree=18290424/32950928 swapFree=67111528/67111528
[pid=28247] ppid=28245 vsize=27172 CPUtime=0 cores=1,3,5,7
/proc/28247/stat : 28247 (java) S 28245 28247 25471 0 -1 4202496 1423 0 0 0 0 0 0 0 18 0 2 0 520588618 27824128 894 33554432000 1073741824 1073778376 140734327086512 18446744073709551615 254512494565 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/28247/statm: 6793 894 684 9 0 381 0
[pid=28247/tid=28248] ppid=28245 vsize=27172 CPUtime=0 cores=1,3,5,7
/proc/28247/task/28248/stat : 28248 (java) S 28245 28247 25471 0 -1 4202560 66 0 0 0 0 0 0 0 19 0 2 0 520588618 27824128 894 33554432000 1073741824 1073778376 140734327086512 18446744073709551615 254495768199 0 2147483391 4096 0 18446744071699199166 0 0 -1 5 0 0 0

[startup+0.0536661 s]
/proc/loadavg: 4.69 5.62 7.51 5/194 28247
/proc/meminfo: memFree=18290424/32950928 swapFree=67111528/67111528
[pid=28247] ppid=28245 vsize=15675180 CPUtime=0.04 cores=1,3,5,7
/proc/28247/stat : 28247 (java) S 28245 28247 25471 0 -1 4202496 4144 0 1 0 4 0 0 0 18 0 18 0 520588618 16051384320 3583 33554432000 1073741824 1073778376 140734327086512 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/28247/statm: 3918795 3584 1755 9 0 3909514 0
[pid=28247/tid=28248] ppid=28245 vsize=15675180 CPUtime=0.04 cores=1,3,5,7
/proc/28247/task/28248/stat : 28248 (java) R 28245 28247 25471 0 -1 4202560 2727 0 1 0 4 0 0 0 25 0 18 0 520588618 16051384320 3585 33554432000 1073741824 1073778376 140734327086512 18446744073709551615 47192983863271 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 15675180

[startup+0.100656 s]
/proc/loadavg: 4.69 5.62 7.51 5/194 28247
/proc/meminfo: memFree=18290424/32950928 swapFree=67111528/67111528
[pid=28247] ppid=28245 vsize=15677016 CPUtime=0.1 cores=1,3,5,7
/proc/28247/stat : 28247 (java) S 28245 28247 25471 0 -1 4202496 5615 0 1 0 9 1 0 0 18 0 18 0 520588618 16053264384 5033 33554432000 1073741824 1073778376 140734327086512 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/28247/statm: 3919254 5035 2118 9 0 3909973 0
[pid=28247/tid=28248] ppid=28245 vsize=15677016 CPUtime=0.08 cores=1,3,5,7
/proc/28247/task/28248/stat : 28248 (java) R 28245 28247 25471 0 -1 4202560 3464 0 1 0 8 0 0 0 18 0 18 0 520588618 16053264384 5035 33554432000 1073741824 1073778376 140734327086512 18446744073709551615 47192986928664 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) 15677016

[startup+0.300603 s]
/proc/loadavg: 4.69 5.62 7.51 5/194 28247
/proc/meminfo: memFree=18290424/32950928 swapFree=67111528/67111528
[pid=28247] ppid=28245 vsize=15683228 CPUtime=0.51 cores=1,3,5,7
/proc/28247/stat : 28247 (java) S 28245 28247 25471 0 -1 4202496 14772 0 1 0 49 2 0 0 18 0 18 0 520588618 16059625472 13001 33554432000 1073741824 1073778376 140734327086512 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/28247/statm: 3920807 13008 2208 9 0 3911526 0
[pid=28247/tid=28248] ppid=28245 vsize=15683228 CPUtime=0.28 cores=1,3,5,7
/proc/28247/task/28248/stat : 28248 (java) R 28245 28247 25471 0 -1 4202560 9671 0 1 0 27 1 0 0 18 0 18 0 520588618 16059625472 13012 33554432000 1073741824 1073778376 140734327086512 18446744073709551615 46912505640595 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 15683228

[startup+0.700548 s]
/proc/loadavg: 4.69 5.62 7.51 5/194 28247
/proc/meminfo: memFree=18290424/32950928 swapFree=67111528/67111528
[pid=28247] ppid=28245 vsize=15683228 CPUtime=0.92 cores=1,3,5,7
/proc/28247/stat : 28247 (java) S 28245 28247 25471 0 -1 4202496 41763 0 1 0 87 5 0 0 18 0 18 0 520588618 16059625472 39989 33554432000 1073741824 1073778376 140734327086512 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/28247/statm: 3920807 39989 2224 9 0 3911526 0
[pid=28247/tid=28248] ppid=28245 vsize=15683228 CPUtime=0.68 cores=1,3,5,7
/proc/28247/task/28248/stat : 28248 (java) R 28245 28247 25471 0 -1 4202560 35530 0 1 0 64 4 0 0 18 0 18 0 520588618 16059625472 39989 33554432000 1073741824 1073778376 140734327086512 18446744073709551615 46912505227955 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.92
Current children cumulated vsize (KiB) 15683228

[startup+1.50136 s]
/proc/loadavg: 4.69 5.62 7.51 5/220 28273
/proc/meminfo: memFree=17989812/32950928 swapFree=67111528/67111528
[pid=28247] ppid=28245 vsize=15700780 CPUtime=2.1 cores=1,3,5,7
/proc/28247/stat : 28247 (java) S 28245 28247 25471 0 -1 4202496 50818 0 1 0 203 7 0 0 18 0 22 0 520588618 16077598720 45489 33554432000 1073741824 1073778376 140734327086512 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/28247/statm: 3925195 45489 2256 9 0 3915914 0
[pid=28247/tid=28248] ppid=28245 vsize=15700780 CPUtime=1.46 cores=1,3,5,7
/proc/28247/task/28248/stat : 28248 (java) R 28245 28247 25471 0 -1 4202560 35636 0 1 0 142 4 0 0 20 0 22 0 520588618 16077598720 45489 33554432000 1073741824 1073778376 140734327086512 18446744073709551615 47192983884678 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=28247/tid=28250] ppid=28245 vsize=15700780 CPUtime=0 cores=1,3,5,7
/proc/28247/task/28250/stat : 28250 (java) S 28245 28247 25471 0 -1 4202560 31 0 0 0 0 0 0 0 15 0 22 0 520588619 16077598720 45489 33554432000 1073741824 1073778376 140734327086512 18446744073709551615 254512507801 0 4 0 16800975 18446604471111404352 0 0 -1 5 0 0 0
[pid=28247/tid=28251] ppid=28245 vsize=15700780 CPUtime=0 cores=1,3,5,7
/proc/28247/task/28251/stat : 28251 (java) S 28245 28247 25471 0 -1 4202560 4 0 0 0 0 0 0 0 15 0 22 0 520588619 16077598720 45489 33554432000 1073741824 1073778376 140734327086512 18446744073709551615 254512507801 0 4 0 16800975 18446604471111404352 0 0 -1 5 0 0 0
[pid=28247/tid=28252] ppid=28245 vsize=15700780 CPUtime=0 cores=1,3,5,7
/proc/28247/task/28252/stat : 28252 (java) S 28245 28247 25471 0 -1 4202560 278 0 0 0 0 0 0 0 15 0 22 0 520588619 16077598720 45489 33554432000 1073741824 1073778376 140734327086512 18446744073709551615 254512507801 0 4 0 16800975 18446604471111404352 0 0 -1 3 0 0 0
[pid=28247/tid=28253] ppid=28245 vsize=15700780 CPUtime=0 cores=1,3,5,7
/proc/28247/task/28253/stat : 28253 (java) S 28245 28247 25471 0 -1 4202560 23 0 0 0 0 0 0 0 16 0 22 0 520588619 16077598720 45489 33554432000 1073741824 1073778376 140734327086512 18446744073709551615 254512507801 0 4 0 16800975 18446604471111404352 0 0 -1 3 0 0 0
[pid=28247/tid=28254] ppid=28245 vsize=15700780 CPUtime=0 cores=1,3,5,7
/proc/28247/task/28254/stat : 28254 (java) S 28245 28247 25471 0 -1 4202560 42 0 0 0 0 0 0 0 15 0 22 0 520588619 16077598720 45489 33554432000 1073741824 1073778376 140734327086512 18446744073709551615 254512507801 0 4 0 16800975 18446604471111404352 0 0 -1 7 0 0 0
[pid=28247/tid=28255] ppid=28245 vsize=15700780 CPUtime=0 cores=1,3,5,7
/proc/28247/task/28255/stat : 28255 (java) S 28245 28247 25471 0 -1 4202560 393 0 0 0 0 0 0 0 15 0 22 0 520588619 16077598720 45489 33554432000 1073741824 1073778376 140734327086512 18446744073709551615 254512507801 0 4 0 16800975 18446604471111404352 0 0 -1 7 0 0 0
[pid=28247/tid=28256] ppid=28245 vsize=15700780 CPUtime=0 cores=1,3,5,7
/proc/28247/task/28256/stat : 28256 (java) S 28245 28247 25471 0 -1 4202560 623 0 0 0 0 0 0 0 15 0 22 0 520588619 16077598720 45489 33554432000 1073741824 1073778376 140734327086512 18446744073709551615 254512507801 0 4 0 16800975 18446604471111404352 0 0 -1 5 0 0 0
[pid=28247/tid=28257] ppid=28245 vsize=15700780 CPUtime=0 cores=1,3,5,7
/proc/28247/task/28257/stat : 28257 (java) S 28245 28247 25471 0 -1 4202560 695 0 0 0 0 0 0 0 15 0 22 0 520588619 16077598720 45489 33554432000 1073741824 1073778376 140734327086512 18446744073709551615 254512507801 0 4 0 16800975 18446604471111404352 0 0 -1 1 0 0 0
[pid=28247/tid=28258] ppid=28245 vsize=15700780 CPUtime=0 cores=1,3,5,7
/proc/28247/task/28258/stat : 28258 (java) S 28245 28247 25471 0 -1 4202560 71 0 0 0 0 0 0 0 15 0 22 0 520588620 16077598720 45489 33554432000 1073741824 1073778376 140734327086512 18446744073709551615 254512508416 0 0 0 16800975 18446604471111404352 0 0 -1 1 0 0 0
[pid=28247/tid=28259] ppid=28245 vsize=15700780 CPUtime=0 cores=1,3,5,7
/proc/28247/task/28259/stat : 28259 (java) S 28245 28247 25471 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 520588620 16077598720 45489 33554432000 1073741824 1073778376 140734327086512 18446744073709551615 254512507801 0 4 0 16800975 18446604471111404352 0 0 -1 3 0 0 0
[pid=28247/tid=28260] ppid=28245 vsize=15700780 CPUtime=0 cores=1,3,5,7
/proc/28247/task/28260/stat : 28260 (java) S 28245 28247 25471 0 -1 4202560 8 0 0 0 0 0 0 0 21 0 22 0 520588620 16077598720 45489 33554432000 1073741824 1073778376 140734327086512 18446744073709551615 254512507801 0 4 0 16800975 18446604471111404352 0 0 -1 7 0 0 0
[pid=28247/tid=28261] ppid=28245 vsize=15700780 CPUtime=0 cores=1,3,5,7
/proc/28247/task/28261/stat : 28261 (java) S 28245 28247 25471 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 520588622 16077598720 45489 33554432000 1073741824 1073778376 140734327086512 18446744073709551615 254512515505 0 4 0 16800975 18446604471111404352 0 0 -1 5 0 0 0
[pid=28247/tid=28262] ppid=28245 vsize=15700780 CPUtime=0.22 cores=1,3,5,7
/proc/28247/task/28262/stat : 28262 (java) R 28245 28247 25471 0 -1 4202560 3433 0 0 0 22 0 0 0 15 0 22 0 520588622 16077598720 45489 33554432000 1073741824 1073778376 140734327086512 18446744073709551615 47192982556113 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=28247/tid=28263] ppid=28245 vsize=15700780 CPUtime=0.36 cores=1,3,5,7
/proc/28247/task/28263/stat : 28263 (java) S 28245 28247 25471 0 -1 4202560 8160 0 0 0 36 0 0 0 15 0 22 0 520588622 16077598720 45489 33554432000 1073741824 1073778376 140734327086512 18446744073709551615 254512507801 0 4 0 16800975 18446604471111404352 0 0 -1 1 0 0 0
[pid=28247/tid=28264] ppid=28245 vsize=15700780 CPUtime=0 cores=1,3,5,7
/proc/28247/task/28264/stat : 28264 (java) S 28245 28247 25471 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 520588622 16077598720 45489 33554432000 1073741824 1073778376 140734327086512 18446744073709551615 254512507801 0 4 0 16800975 18446604471111404352 0 0 -1 5 0 0 0
[pid=28247/tid=28265] ppid=28245 vsize=15700780 CPUtime=0 cores=1,3,5,7
/proc/28247/task/28265/stat : 28265 (java) S 28245 28247 25471 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 520588622 16077598720 45489 33554432000 1073741824 1073778376 140734327086512 18446744073709551615 254512508416 0 4 0 16800975 18446604471111404352 0 0 -1 1 0 0 0
[pid=28247/tid=28270] ppid=28245 vsize=15700780 CPUtime=0 cores=1,3,5,7
/proc/28247/task/28270/stat : 28270 (java) S 28245 28247 25471 0 -1 4202560 14 0 0 0 0 0 0 0 15 0 22 0 520588715 16077598720 45489 33554432000 1073741824 1073778376 140734327086512 18446744073709551615 254512508416 0 4 0 16800975 18446604471111404352 0 0 -1 7 0 0 0
[pid=28247/tid=28271] ppid=28245 vsize=15700780 CPUtime=0 cores=1,3,5,7
/proc/28247/task/28271/stat : 28271 (java) S 28245 28247 25471 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 22 0 520588715 16077598720 45489 33554432000 1073741824 1073778376 140734327086512 18446744073709551615 254512508416 0 4 0 16800975 18446604471111404352 0 0 -1 7 0 0 0
[pid=28247/tid=28272] ppid=28245 vsize=15700780 CPUtime=0 cores=1,3,5,7
/proc/28247/task/28272/stat : 28272 (java) S 28245 28247 25471 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 22 0 520588715 16077598720 45489 33554432000 1073741824 1073778376 140734327086512 18446744073709551615 254512508416 0 4 0 16800975 18446604471111404352 0 0 -1 7 0 0 0
[pid=28247/tid=28273] ppid=28245 vsize=15700780 CPUtime=0 cores=1,3,5,7
/proc/28247/task/28273/stat : 28273 (java) S 28245 28247 25471 0 -1 4202560 15 0 0 0 0 0 0 0 15 0 22 0 520588715 16077598720 45489 33554432000 1073741824 1073778376 140734327086512 18446744073709551615 254512508416 0 4 0 16800975 18446604471111404352 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2.1
Current children cumulated vsize (KiB) 15700780

[startup+3.12698 s]
/proc/loadavg: 4.69 5.62 7.51 7/220 28273
/proc/meminfo: memFree=17787444/32950928 swapFree=67111528/67111528
[pid=28247] ppid=28245 vsize=15700780 CPUtime=5.42 cores=1,3,5,7
/proc/28247/stat : 28247 (java) S 28245 28247 25471 0 -1 4202496 83449 0 1 0 530 12 0 0 18 0 22 0 520588618 16077598720 73689 33554432000 1073741824 1073778376 140734327086512 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/28247/statm: 3925195 73695 2274 9 0 3915914 0
[pid=28247/tid=28248] ppid=28245 vsize=15700780 CPUtime=2.12 cores=1,3,5,7
/proc/28247/task/28248/stat : 28248 (java) S 28245 28247 25471 0 -1 4202560 35688 0 1 0 208 4 0 0 22 0 22 0 520588618 16077598720 73699 33554432000 1073741824 1073778376 140734327086512 18446744073709551615 254512507801 0 4 0 16800975 18446604471111404352 0 0 -1 5 0 0 0
[pid=28247/tid=28250] ppid=28245 vsize=15700780 CPUtime=0 cores=1,3,5,7
/proc/28247/task/28250/stat : 28250 (java) S 28245 28247 25471 0 -1 4202560 4019 0 0 0 0 0 0 0 15 0 22 0 520588619 16077598720 73703 33554432000 1073741824 1073778376 140734327086512 18446744073709551615 254512507801 0 4 0 16800975 18446604471111404352 0 0 -1 3 0 0 0
[pid=28247/tid=28251] ppid=28245 vsize=15700780 CPUtime=0 cores=1,3,5,7
/proc/28247/task/28251/stat : 28251 (java) S 28245 28247 25471 0 -1 4202560 4 0 0 0 0 0 0 0 15 0 22 0 520588619 16077598720 73704 33554432000 1073741824 1073778376 140734327086512 18446744073709551615 254512507801 0 4 0 16800975 18446604471111404352 0 0 -1 5 0 0 0
[pid=28247/tid=28252] ppid=28245 vsize=15700780 CPUtime=0 cores=1,3,5,7
/proc/28247/task/28252/stat : 28252 (java) S 28245 28247 25471 0 -1 4202560 914 0 0 0 0 0 0 0 15 0 22 0 520588619 16077598720 73708 33554432000 1073741824 1073778376 140734327086512 18446744073709551615 254512507801 0 4 0 16800975 18446604471111404352 0 0 -1 3 0 0 0
[pid=28247/tid=28253] ppid=28245 vsize=15700780 CPUtime=0.01 cores=1,3,5,7
/proc/28247/task/28253/stat : 28253 (java) S 28245 28247 25471 0 -1 4202560 4815 0 0 0 1 0 0 0 16 0 22 0 520588619 16077598720 73712 33554432000 1073741824 1073778376 140734327086512 18446744073709551615 254512507801 0 4 0 16800975 18446604471111404352 0 0 -1 1 0 0 0
[pid=28247/tid=28254] ppid=28245 vsize=15700780 CPUtime=0.01 cores=1,3,5,7
/proc/28247/task/28254/stat : 28254 (java) S 28245 28247 25471 0 -1 4202560 3636 0 0 0 1 0 0 0 16 0 22 0 520588619 16077598720 73717 33554432000 1073741824 1073778376 140734327086512 18446744073709551615 254512507801 0 4 0 16800975 18446604471111404352 0 0 -1 3 0 0 0
[pid=28247/tid=28255] ppid=28245 vsize=15700780 CPUtime=0 cores=1,3,5,7
/proc/28247/task/28255/stat : 28255 (java) S 28245 28247 25471 0 -1 4202560 1020 0 0 0 0 0 0 0 15 0 22 0 520588619 16077598720 73721 33554432000 1073741824 1073778376 140734327086512 18446744073709551615 254512507801 0 4 0 16800975 18446604471111404352 0 0 -1 7 0 0 0
[pid=28247/tid=28256] ppid=28245 vsize=15700780 CPUtime=0 cores=1,3,5,7
/proc/28247/task/28256/stat : 28256 (java) S 28245 28247 25471 0 -1 4202560 623 0 0 0 0 0 0 0 15 0 22 0 520588619 16077598720 73724 33554432000 1073741824 1073778376 140734327086512 18446744073709551615 254512507801 0 4 0 16800975 18446604471111404352 0 0 -1 5 0 0 0
[pid=28247/tid=28257] ppid=28245 vsize=15700780 CPUtime=0.01 cores=1,3,5,7
/proc/28247/task/28257/stat : 28257 (java) S 28245 28247 25471 0 -1 4202560 5958 0 0 0 1 0 0 0 16 0 22 0 520588619 16077598720 73727 33554432000 1073741824 1073778376 140734327086512 18446744073709551615 254512507801 0 4 0 16800975 18446604471111404352 0 0 -1 3 0 0 0
[pid=28247/tid=28258] ppid=28245 vsize=15700780 CPUtime=0 cores=1,3,5,7
/proc/28247/task/28258/stat : 28258 (java) S 28245 28247 25471 0 -1 4202560 104 0 0 0 0 0 0 0 15 0 22 0 520588620 16077598720 73730 33554432000 1073741824 1073778376 140734327086512 18446744073709551615 254512508416 0 0 0 16800975 18446604471111404352 0 0 -1 1 0 0 0
[pid=28247/tid=28259] ppid=28245 vsize=15700780 CPUtime=0 cores=1,3,5,7
/proc/28247/task/28259/stat : 28259 (java) S 28245 28247 25471 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 520588620 16077598720 73734 33554432000 1073741824 1073778376 140734327086512 18446744073709551615 254512507801 0 4 0 16800975 18446604471111404352 0 0 -1 3 0 0 0
[pid=28247/tid=28260] ppid=28245 vsize=15700780 CPUtime=0 cores=1,3,5,7
/proc/28247/task/28260/stat : 28260 (java) S 28245 28247 25471 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 520588620 16077598720 73737 33554432000 1073741824 1073778376 140734327086512 18446744073709551615 254512507801 0 4 0 16800975 18446604471111404352 0 0 -1 7 0 0 0
[pid=28247/tid=28261] ppid=28245 vsize=15700780 CPUtime=0 cores=1,3,5,7
/proc/28247/task/28261/stat : 28261 (java) S 28245 28247 25471 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 520588622 16077598720 73742 33554432000 1073741824 1073778376 140734327086512 18446744073709551615 254512515505 0 4 0 16800975 18446604471111404352 0 0 -1 5 0 0 0
[pid=28247/tid=28262] ppid=28245 vsize=15700780 CPUtime=0.63 cores=1,3,5,7
/proc/28247/task/28262/stat : 28262 (java) S 28245 28247 25471 0 -1 4202560 6342 0 0 0 62 1 0 0 15 0 22 0 520588622 16077598720 73745 33554432000 1073741824 1073778376 140734327086512 18446744073709551615 254512507801 0 4 0 16800975 18446604471111404352 0 0 -1 5 0 0 0
[pid=28247/tid=28263] ppid=28245 vsize=15700780 CPUtime=0.72 cores=1,3,5,7
/proc/28247/task/28263/stat : 28263 (java) S 28245 28247 25471 0 -1 4202560 8232 0 0 0 72 0 0 0 15 0 22 0 520588622 16077598720 73748 33554432000 1073741824 1073778376 140734327086512 18446744073709551615 254512507801 0 4 0 16800975 18446604471111404352 0 0 -1 1 0 0 0
[pid=28247/tid=28264] ppid=28245 vsize=15700780 CPUtime=0 cores=1,3,5,7
/proc/28247/task/28264/stat : 28264 (java) S 28245 28247 25471 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 520588622 16077598720 73754 33554432000 1073741824 1073778376 140734327086512 18446744073709551615 254512507801 0 4 0 16800975 18446604471111404352 0 0 -1 5 0 0 0
[pid=28247/tid=28265] ppid=28245 vsize=15700780 CPUtime=0 cores=1,3,5,7
/proc/28247/task/28265/stat : 28265 (java) S 28245 28247 25471 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 520588622 16077598720 73758 33554432000 1073741824 1073778376 140734327086512 18446744073709551615 254512508416 0 4 0 16800975 18446604471111404352 0 0 -1 1 0 0 0
[pid=28247/tid=28270] ppid=28245 vsize=15700780 CPUtime=0.71 cores=1,3,5,7
/proc/28247/task/28270/stat : 28270 (java) R 28245 28247 25471 0 -1 4202560 2585 0 0 0 71 0 0 0 16 0 22 0 520588715 16077598720 73761 33554432000 1073741824 1073778376 140734327086512 18446744073709551615 46912506125993 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=28247/tid=28271] ppid=28245 vsize=15700780 CPUtime=0.61 cores=1,3,5,7
/proc/28247/task/28271/stat : 28271 (java) R 28245 28247 25471 0 -1 4202560 2587 0 0 0 61 0 0 0 15 0 22 0 520588715 16077598720 73764 33554432000 1073741824 1073778376 140734327086512 18446744073709551615 46912506034595 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=28247/tid=28272] ppid=28245 vsize=15700780 CPUtime=0.31 cores=1,3,5,7
/proc/28247/task/28272/stat : 28272 (java) R 28245 28247 25471 0 -1 4202560 2716 0 0 0 31 0 0 0 16 0 22 0 520588715 16077598720 73767 33554432000 1073741824 1073778376 140734327086512 18446744073709551615 46912506043334 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=28247/tid=28273] ppid=28245 vsize=15700780 CPUtime=0.16 cores=1,3,5,7
/proc/28247/task/28273/stat : 28273 (java) R 28245 28247 25471 0 -1 4202560 2896 0 0 0 16 0 0 0 15 0 22 0 520588715 16077598720 73771 33554432000 1073741824 1073778376 140734327086512 18446744073709551615 46912506125993 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 5.42
Current children cumulated vsize (KiB) 15700780

[startup+6.30139 s]
/proc/loadavg: 4.95 5.66 7.52 10/220 28273
/proc/meminfo: memFree=16286152/32950928 swapFree=67111528/67111528
[pid=28247] ppid=28245 vsize=15700780 CPUtime=18.08 cores=1,3,5,7
/proc/28247/stat : 28247 (java) S 28245 28247 25471 0 -1 4202496 284671 0 1 0 1764 44 0 0 18 0 22 0 520588618 16077598720 273569 33554432000 1073741824 1073778376 140734327086512 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/28247/statm: 3925195 273594 2274 9 0 3915914 0
[pid=28247/tid=28248] ppid=28245 vsize=15700780 CPUtime=2.12 cores=1,3,5,7
/proc/28247/task/28248/stat : 28248 (java) S 28245 28247 25471 0 -1 4202560 35688 0 1 0 208 4 0 0 22 0 22 0 520588618 16077598720 273605 33554432000 1073741824 1073778376 140734327086512 18446744073709551615 254512507801 0 4 0 16800975 18446604471111404352 0 0 -1 5 0 0 0
[pid=28247/tid=28250] ppid=28245 vsize=15700780 CPUtime=0.05 cores=1,3,5,7
/proc/28247/task/28250/stat : 28250 (java) R 28245 28247 25471 0 -1 4202560 16105 0 0 0 2 3 0 0 15 0 22 0 520588619 16077598720 273621 33554432000 1073741824 1073778376 140734327086512 18446744073709551615 254500645175 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=28247/tid=28251] ppid=28245 vsize=15700780 CPUtime=0.08 cores=1,3,5,7
/proc/28247/task/28251/stat : 28251 (java) R 28245 28247 25471 0 -1 4202560 23540 0 0 0 5 3 0 0 15 0 22 0 520588619 16077598720 273627 33554432000 1073741824 1073778376 140734327086512 18446744073709551615 254500645175 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=28247/tid=28252] ppid=28245 vsize=15700780 CPUtime=0.06 cores=1,3,5,7
/proc/28247/task/28252/stat : 28252 (java) R 28245 28247 25471 0 -1 4202560 18148 0 0 0 3 3 0 0 15 0 22 0 520588619 16077598720 273632 33554432000 1073741824 1073778376 140734327086512 18446744073709551615 254500645175 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=28247/tid=28253] ppid=28245 vsize=15700780 CPUtime=0.09 cores=1,3,5,7
/proc/28247/task/28253/stat : 28253 (java) S 28245 28247 25471 0 -1 4202560 27885 0 0 0 5 4 0 0 16 0 22 0 520588619 16077598720 273632 33554432000 1073741824 1073778376 140734327086512 18446744073709551615 254512507801 0 4 0 16800975 18446604471111404352 0 0 -1 1 0 0 0
[pid=28247/tid=28254] ppid=28245 vsize=15700780 CPUtime=0.05 cores=1,3,5,7
/proc/28247/task/28254/stat : 28254 (java) S 28245 28247 25471 0 -1 4202560 15036 0 0 0 3 2 0 0 16 0 22 0 520588619 16077598720 273632 33554432000 1073741824 1073778376 140734327086512 18446744073709551615 254512507801 0 4 0 16800975 18446604471111404352 0 0 -1 5 0 0 0
[pid=28247/tid=28255] ppid=28245 vsize=15700780 CPUtime=0.05 cores=1,3,5,7
/proc/28247/task/28255/stat : 28255 (java) S 28245 28247 25471 0 -1 4202560 16076 0 0 0 3 2 0 0 16 0 22 0 520588619 16077598720 273632 33554432000 1073741824 1073778376 140734327086512 18446744073709551615 254512507801 0 4 0 16800975 18446604471111404352 0 0 -1 5 0 0 0
[pid=28247/tid=28256] ppid=28245 vsize=15700780 CPUtime=0.04 cores=1,3,5,7
/proc/28247/task/28256/stat : 28256 (java) R 28245 28247 25471 0 -1 4202560 12125 0 0 0 2 2 0 0 15 0 22 0 520588619 16077598720 273632 33554432000 1073741824 1073778376 140734327086512 18446744073709551615 254500645175 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=28247/tid=28257] ppid=28245 vsize=15700780 CPUtime=0.08 cores=1,3,5,7
/proc/28247/task/28257/stat : 28257 (java) S 28245 28247 25471 0 -1 4202560 25787 0 0 0 5 3 0 0 16 0 22 0 520588619 16077598720 273632 33554432000 1073741824 1073778376 140734327086512 18446744073709551615 254512507801 0 4 0 16800975 18446604471111404352 0 0 -1 5 0 0 0

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

[pid=28247/tid=28271] ppid=28245 vsize=15700780 CPUtime=1108.55 cores=1,3,5,7
/proc/28247/task/28271/stat : 28271 (java) R 28245 28247 25471 0 -1 4202560 350256 0 0 0 110807 48 0 0 25 0 22 0 520588715 16077598720 217020 33554432000 1073741824 1073778376 140734327086512 18446744073709551615 46912506034479 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=28247/tid=28272] ppid=28245 vsize=15700780 CPUtime=1107.6 cores=1,3,5,7
/proc/28247/task/28272/stat : 28272 (java) R 28245 28247 25471 0 -1 4202560 354571 0 0 0 110710 50 0 0 25 0 22 0 520588715 16077598720 217020 33554432000 1073741824 1073778376 140734327086512 18446744073709551615 46912506126036 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=28247/tid=28273] ppid=28245 vsize=15700780 CPUtime=1107.8 cores=1,3,5,7
/proc/28247/task/28273/stat : 28273 (java) R 28245 28247 25471 0 -1 4202560 346158 0 0 0 110733 47 0 0 25 0 22 0 520588715 16077598720 217020 33554432000 1073741824 1073778376 140734327086512 18446744073709551615 46912505998799 0 4 0 16800975 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4465.68
Current children cumulated vsize (KiB) 15700780

[startup+1182.3 s]
/proc/loadavg: 8.03 8.04 7.92 9/220 28305
/proc/meminfo: memFree=17066428/32950928 swapFree=67111528/67111528
[pid=28247] ppid=28245 vsize=15700780 CPUtime=4704.59 cores=1,3,5,7
/proc/28247/stat : 28247 (java) S 28245 28247 25471 0 -1 4202496 2822251 0 1 0 469945 514 0 0 18 0 22 0 520588618 16077598720 199579 33554432000 1073741824 1073778376 140734327086512 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/28247/statm: 3925195 199579 2298 9 0 3915914 0
[pid=28247/tid=28248] ppid=28245 vsize=15700780 CPUtime=2.12 cores=1,3,5,7
/proc/28247/task/28248/stat : 28248 (java) S 28245 28247 25471 0 -1 4202560 35688 0 1 0 208 4 0 0 22 0 22 0 520588618 16077598720 199579 33554432000 1073741824 1073778376 140734327086512 18446744073709551615 254512507801 0 4 0 16800975 18446604471111404352 0 0 -1 5 0 0 0
[pid=28247/tid=28250] ppid=28245 vsize=15700780 CPUtime=3.61 cores=1,3,5,7
/proc/28247/task/28250/stat : 28250 (java) S 28245 28247 25471 0 -1 4202560 160887 0 0 0 332 29 0 0 16 0 22 0 520588619 16077598720 199579 33554432000 1073741824 1073778376 140734327086512 18446744073709551615 254512507801 0 4 0 16800975 18446604471111404352 0 0 -1 7 0 0 0
[pid=28247/tid=28251] ppid=28245 vsize=15700780 CPUtime=3.76 cores=1,3,5,7
/proc/28247/task/28251/stat : 28251 (java) S 28245 28247 25471 0 -1 4202560 162866 0 0 0 348 28 0 0 16 0 22 0 520588619 16077598720 199579 33554432000 1073741824 1073778376 140734327086512 18446744073709551615 254512507801 0 4 0 16800975 18446604471111404352 0 0 -1 5 0 0 0
[pid=28247/tid=28252] ppid=28245 vsize=15700780 CPUtime=3.8 cores=1,3,5,7
/proc/28247/task/28252/stat : 28252 (java) S 28245 28247 25471 0 -1 4202560 167914 0 0 0 346 34 0 0 15 0 22 0 520588619 16077598720 199579 33554432000 1073741824 1073778376 140734327086512 18446744073709551615 254512507801 0 4 0 16800975 18446604471111404352 0 0 -1 5 0 0 0
[pid=28247/tid=28253] ppid=28245 vsize=15700780 CPUtime=3.76 cores=1,3,5,7
/proc/28247/task/28253/stat : 28253 (java) S 28245 28247 25471 0 -1 4202560 161413 0 0 0 346 30 0 0 16 0 22 0 520588619 16077598720 199579 33554432000 1073741824 1073778376 140734327086512 18446744073709551615 254512507801 0 4 0 16800975 18446604471111404352 0 0 -1 5 0 0 0
[pid=28247/tid=28254] ppid=28245 vsize=15700780 CPUtime=3.77 cores=1,3,5,7
/proc/28247/task/28254/stat : 28254 (java) S 28245 28247 25471 0 -1 4202560 163641 0 0 0 345 32 0 0 15 0 22 0 520588619 16077598720 199579 33554432000 1073741824 1073778376 140734327086512 18446744073709551615 254512507801 0 4 0 16800975 18446604471111404352 0 0 -1 1 0 0 0
[pid=28247/tid=28255] ppid=28245 vsize=15700780 CPUtime=3.69 cores=1,3,5,7
/proc/28247/task/28255/stat : 28255 (java) S 28245 28247 25471 0 -1 4202560 159533 0 0 0 339 30 0 0 16 0 22 0 520588619 16077598720 199579 33554432000 1073741824 1073778376 140734327086512 18446744073709551615 254512507801 0 4 0 16800975 18446604471111404352 0 0 -1 3 0 0 0
[pid=28247/tid=28256] ppid=28245 vsize=15700780 CPUtime=3.67 cores=1,3,5,7
/proc/28247/task/28256/stat : 28256 (java) S 28245 28247 25471 0 -1 4202560 152962 0 0 0 339 28 0 0 15 0 22 0 520588619 16077598720 199579 33554432000 1073741824 1073778376 140734327086512 18446744073709551615 254512507801 0 4 0 16800975 18446604471111404352 0 0 -1 3 0 0 0
[pid=28247/tid=28257] ppid=28245 vsize=15700780 CPUtime=3.8 cores=1,3,5,7
/proc/28247/task/28257/stat : 28257 (java) S 28245 28247 25471 0 -1 4202560 168665 0 0 0 352 28 0 0 16 0 22 0 520588619 16077598720 199579 33554432000 1073741824 1073778376 140734327086512 18446744073709551615 254512507801 0 4 0 16800975 18446604471111404352 0 0 -1 3 0 0 0
[pid=28247/tid=28258] ppid=28245 vsize=15700780 CPUtime=1.6 cores=1,3,5,7
/proc/28247/task/28258/stat : 28258 (java) S 28245 28247 25471 0 -1 4202560 7381 0 0 0 99 61 0 0 15 0 22 0 520588620 16077598720 199579 33554432000 1073741824 1073778376 140734327086512 18446744073709551615 254512508416 0 0 0 16800975 18446604471111404352 0 0 -1 1 0 0 0
[pid=28247/tid=28259] ppid=28245 vsize=15700780 CPUtime=0 cores=1,3,5,7
/proc/28247/task/28259/stat : 28259 (java) S 28245 28247 25471 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 520588620 16077598720 199579 33554432000 1073741824 1073778376 140734327086512 18446744073709551615 254512507801 0 4 0 16800975 18446604471111404352 0 0 -1 3 0 0 0
[pid=28247/tid=28260] ppid=28245 vsize=15700780 CPUtime=0 cores=1,3,5,7
/proc/28247/task/28260/stat : 28260 (java) S 28245 28247 25471 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 520588620 16077598720 199579 33554432000 1073741824 1073778376 140734327086512 18446744073709551615 254512507801 0 4 0 16800975 18446604471111404352 0 0 -1 7 0 0 0
[pid=28247/tid=28261] ppid=28245 vsize=15700780 CPUtime=0 cores=1,3,5,7
/proc/28247/task/28261/stat : 28261 (java) S 28245 28247 25471 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 520588622 16077598720 199579 33554432000 1073741824 1073778376 140734327086512 18446744073709551615 254512515505 0 4 0 16800975 18446604471111404352 0 0 -1 5 0 0 0
[pid=28247/tid=28262] ppid=28245 vsize=15700780 CPUtime=0.82 cores=1,3,5,7
/proc/28247/task/28262/stat : 28262 (java) S 28245 28247 25471 0 -1 4202560 8180 0 0 0 81 1 0 0 15 0 22 0 520588622 16077598720 199579 33554432000 1073741824 1073778376 140734327086512 18446744073709551615 254512507801 0 4 0 16800975 18446604471111404352 0 0 -1 5 0 0 0
[pid=28247/tid=28263] ppid=28245 vsize=15700780 CPUtime=1.13 cores=1,3,5,7
/proc/28247/task/28263/stat : 28263 (java) S 28245 28247 25471 0 -1 4202560 8283 0 0 0 113 0 0 0 15 0 22 0 520588622 16077598720 199579 33554432000 1073741824 1073778376 140734327086512 18446744073709551615 254512507801 0 4 0 16800975 18446604471111404352 0 0 -1 3 0 0 0
[pid=28247/tid=28264] ppid=28245 vsize=15700780 CPUtime=0 cores=1,3,5,7
/proc/28247/task/28264/stat : 28264 (java) S 28245 28247 25471 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 520588622 16077598720 199579 33554432000 1073741824 1073778376 140734327086512 18446744073709551615 254512507801 0 4 0 16800975 18446604471111404352 0 0 -1 5 0 0 0
[pid=28247/tid=28265] ppid=28245 vsize=15700780 CPUtime=0 cores=1,3,5,7
/proc/28247/task/28265/stat : 28265 (java) S 28245 28247 25471 0 -1 4202560 67 0 0 0 0 0 0 0 15 0 22 0 520588622 16077598720 199579 33554432000 1073741824 1073778376 140734327086512 18446744073709551615 254512508416 0 4 0 16800975 18446604471111404352 0 0 -1 1 0 0 0
[pid=28247/tid=28270] ppid=28245 vsize=15700780 CPUtime=1167.16 cores=1,3,5,7
/proc/28247/task/28270/stat : 28270 (java) R 28245 28247 25471 0 -1 4202560 369778 0 0 0 116665 51 0 0 25 0 22 0 520588715 16077598720 199579 33554432000 1073741824 1073778376 140734327086512 18446744073709551615 46912505962295 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=28247/tid=28271] ppid=28245 vsize=15700780 CPUtime=1167.88 cores=1,3,5,7
/proc/28247/task/28271/stat : 28271 (java) R 28245 28247 25471 0 -1 4202560 365200 0 0 0 116738 50 0 0 25 0 22 0 520588715 16077598720 199579 33554432000 1073741824 1073778376 140734327086512 18446744073709551615 46912505659136 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=28247/tid=28272] ppid=28245 vsize=15700780 CPUtime=1166.92 cores=1,3,5,7
/proc/28247/task/28272/stat : 28272 (java) R 28245 28247 25471 0 -1 4202560 369395 0 0 0 116641 51 0 0 25 0 22 0 520588715 16077598720 199579 33554432000 1073741824 1073778376 140734327086512 18446744073709551615 46912505962295 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=28247/tid=28273] ppid=28245 vsize=15700780 CPUtime=1166.94 cores=1,3,5,7
/proc/28247/task/28273/stat : 28273 (java) R 28245 28247 25471 0 -1 4202560 359013 0 0 0 116645 49 0 0 25 0 22 0 520588715 16077598720 199579 33554432000 1073741824 1073778376 140734327086512 18446744073709551615 46912506109222 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4704.59
Current children cumulated vsize (KiB) 15700780



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1206.3 s]
/proc/loadavg: 8.02 8.03 7.92 9/220 28305
/proc/meminfo: memFree=16935980/32950928 swapFree=67111528/67111528
[pid=28247] ppid=28245 vsize=15700780 CPUtime=4800.26 cores=1,3,5,7
/proc/28247/stat : 28247 (java) S 28245 28247 25471 0 -1 4202496 2896970 0 1 0 479498 528 0 0 18 0 22 0 520588618 16077598720 221659 33554432000 1073741824 1073778376 140734327086512 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/28247/statm: 3925195 221659 2298 9 0 3915914 0
[pid=28247/tid=28248] ppid=28245 vsize=15700780 CPUtime=2.12 cores=1,3,5,7
/proc/28247/task/28248/stat : 28248 (java) S 28245 28247 25471 0 -1 4202560 35688 0 1 0 208 4 0 0 22 0 22 0 520588618 16077598720 221659 33554432000 1073741824 1073778376 140734327086512 18446744073709551615 254512507801 0 4 0 16800975 18446604471111404352 0 0 -1 5 0 0 0
[pid=28247/tid=28250] ppid=28245 vsize=15700780 CPUtime=3.7 cores=1,3,5,7
/proc/28247/task/28250/stat : 28250 (java) S 28245 28247 25471 0 -1 4202560 165740 0 0 0 341 29 0 0 16 0 22 0 520588619 16077598720 221659 33554432000 1073741824 1073778376 140734327086512 18446744073709551615 254512507801 0 4 0 16800975 18446604471111404352 0 0 -1 5 0 0 0
[pid=28247/tid=28251] ppid=28245 vsize=15700780 CPUtime=3.86 cores=1,3,5,7
/proc/28247/task/28251/stat : 28251 (java) S 28245 28247 25471 0 -1 4202560 168707 0 0 0 356 30 0 0 16 0 22 0 520588619 16077598720 221659 33554432000 1073741824 1073778376 140734327086512 18446744073709551615 254512507801 0 4 0 16800975 18446604471111404352 0 0 -1 7 0 0 0
[pid=28247/tid=28252] ppid=28245 vsize=15700780 CPUtime=3.88 cores=1,3,5,7
/proc/28247/task/28252/stat : 28252 (java) S 28245 28247 25471 0 -1 4202560 170486 0 0 0 353 35 0 0 15 0 22 0 520588619 16077598720 221659 33554432000 1073741824 1073778376 140734327086512 18446744073709551615 254512507801 0 4 0 16800975 18446604471111404352 0 0 -1 5 0 0 0
[pid=28247/tid=28253] ppid=28245 vsize=15700780 CPUtime=3.85 cores=1,3,5,7
/proc/28247/task/28253/stat : 28253 (java) S 28245 28247 25471 0 -1 4202560 165694 0 0 0 354 31 0 0 15 0 22 0 520588619 16077598720 221659 33554432000 1073741824 1073778376 140734327086512 18446744073709551615 254512507801 0 4 0 16800975 18446604471111404352 0 0 -1 3 0 0 0
[pid=28247/tid=28254] ppid=28245 vsize=15700780 CPUtime=3.84 cores=1,3,5,7
/proc/28247/task/28254/stat : 28254 (java) S 28245 28247 25471 0 -1 4202560 168124 0 0 0 352 32 0 0 16 0 22 0 520588619 16077598720 221659 33554432000 1073741824 1073778376 140734327086512 18446744073709551615 254512507801 0 4 0 16800975 18446604471111404352 0 0 -1 3 0 0 0
[pid=28247/tid=28255] ppid=28245 vsize=15700780 CPUtime=3.78 cores=1,3,5,7
/proc/28247/task/28255/stat : 28255 (java) S 28245 28247 25471 0 -1 4202560 163796 0 0 0 348 30 0 0 15 0 22 0 520588619 16077598720 221659 33554432000 1073741824 1073778376 140734327086512 18446744073709551615 254512507801 0 4 0 16800975 18446604471111404352 0 0 -1 1 0 0 0
[pid=28247/tid=28256] ppid=28245 vsize=15700780 CPUtime=3.78 cores=1,3,5,7
/proc/28247/task/28256/stat : 28256 (java) S 28245 28247 25471 0 -1 4202560 156454 0 0 0 349 29 0 0 15 0 22 0 520588619 16077598720 221659 33554432000 1073741824 1073778376 140734327086512 18446744073709551615 254512507801 0 4 0 16800975 18446604471111404352 0 0 -1 5 0 0 0
[pid=28247/tid=28257] ppid=28245 vsize=15700780 CPUtime=3.89 cores=1,3,5,7
/proc/28247/task/28257/stat : 28257 (java) S 28245 28247 25471 0 -1 4202560 172075 0 0 0 360 29 0 0 16 0 22 0 520588619 16077598720 221659 33554432000 1073741824 1073778376 140734327086512 18446744073709551615 254512507801 0 4 0 16800975 18446604471111404352 0 0 -1 1 0 0 0
[pid=28247/tid=28258] ppid=28245 vsize=15700780 CPUtime=1.62 cores=1,3,5,7
/proc/28247/task/28258/stat : 28258 (java) S 28245 28247 25471 0 -1 4202560 7582 0 0 0 100 62 0 0 15 0 22 0 520588620 16077598720 221659 33554432000 1073741824 1073778376 140734327086512 18446744073709551615 254512508416 0 0 0 16800975 18446604471111404352 0 0 -1 3 0 0 0
[pid=28247/tid=28259] ppid=28245 vsize=15700780 CPUtime=0 cores=1,3,5,7
/proc/28247/task/28259/stat : 28259 (java) S 28245 28247 25471 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 520588620 16077598720 221659 33554432000 1073741824 1073778376 140734327086512 18446744073709551615 254512507801 0 4 0 16800975 18446604471111404352 0 0 -1 3 0 0 0
[pid=28247/tid=28260] ppid=28245 vsize=15700780 CPUtime=0 cores=1,3,5,7
/proc/28247/task/28260/stat : 28260 (java) S 28245 28247 25471 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 520588620 16077598720 221659 33554432000 1073741824 1073778376 140734327086512 18446744073709551615 254512507801 0 4 0 16800975 18446604471111404352 0 0 -1 7 0 0 0
[pid=28247/tid=28261] ppid=28245 vsize=15700780 CPUtime=0 cores=1,3,5,7
/proc/28247/task/28261/stat : 28261 (java) S 28245 28247 25471 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 520588622 16077598720 221659 33554432000 1073741824 1073778376 140734327086512 18446744073709551615 254512515505 0 4 0 16800975 18446604471111404352 0 0 -1 5 0 0 0
[pid=28247/tid=28262] ppid=28245 vsize=15700780 CPUtime=0.82 cores=1,3,5,7
/proc/28247/task/28262/stat : 28262 (java) S 28245 28247 25471 0 -1 4202560 8180 0 0 0 81 1 0 0 15 0 22 0 520588622 16077598720 221659 33554432000 1073741824 1073778376 140734327086512 18446744073709551615 254512507801 0 4 0 16800975 18446604471111404352 0 0 -1 5 0 0 0
[pid=28247/tid=28263] ppid=28245 vsize=15700780 CPUtime=1.13 cores=1,3,5,7
/proc/28247/task/28263/stat : 28263 (java) S 28245 28247 25471 0 -1 4202560 8283 0 0 0 113 0 0 0 15 0 22 0 520588622 16077598720 221659 33554432000 1073741824 1073778376 140734327086512 18446744073709551615 254512507801 0 4 0 16800975 18446604471111404352 0 0 -1 3 0 0 0
[pid=28247/tid=28264] ppid=28245 vsize=15700780 CPUtime=0 cores=1,3,5,7
/proc/28247/task/28264/stat : 28264 (java) S 28245 28247 25471 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 520588622 16077598720 221659 33554432000 1073741824 1073778376 140734327086512 18446744073709551615 254512507801 0 4 0 16800975 18446604471111404352 0 0 -1 5 0 0 0
[pid=28247/tid=28265] ppid=28245 vsize=15700780 CPUtime=0 cores=1,3,5,7
/proc/28247/task/28265/stat : 28265 (java) S 28245 28247 25471 0 -1 4202560 69 0 0 0 0 0 0 0 15 0 22 0 520588622 16077598720 221659 33554432000 1073741824 1073778376 140734327086512 18446744073709551615 254512508416 0 4 0 16800975 18446604471111404352 0 0 -1 1 0 0 0
[pid=28247/tid=28270] ppid=28245 vsize=15700780 CPUtime=1190.92 cores=1,3,5,7
/proc/28247/task/28270/stat : 28270 (java) R 28245 28247 25471 0 -1 4202560 380369 0 0 0 119040 52 0 0 25 0 22 0 520588715 16077598720 221659 33554432000 1073741824 1073778376 140734327086512 18446744073709551615 46912506126129 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=28247/tid=28271] ppid=28245 vsize=15700780 CPUtime=1191.64 cores=1,3,5,7
/proc/28247/task/28271/stat : 28271 (java) R 28245 28247 25471 0 -1 4202560 375906 0 0 0 119113 51 0 0 25 0 22 0 520588715 16077598720 221659 33554432000 1073741824 1073778376 140734327086512 18446744073709551615 46912506108376 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=28247/tid=28272] ppid=28245 vsize=15700780 CPUtime=1190.56 cores=1,3,5,7
/proc/28247/task/28272/stat : 28272 (java) R 28245 28247 25471 0 -1 4202560 379545 0 0 0 119003 53 0 0 25 0 22 0 520588715 16077598720 221659 33554432000 1073741824 1073778376 140734327086512 18446744073709551615 46912505970136 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=28247/tid=28273] ppid=28245 vsize=15700780 CPUtime=1190.71 cores=1,3,5,7
/proc/28247/task/28273/stat : 28273 (java) R 28245 28247 25471 0 -1 4202560 368887 0 0 0 119020 51 0 0 25 0 22 0 520588715 16077598720 221659 33554432000 1073741824 1073778376 140734327086512 18446744073709551615 46912506148292 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4800.26
Current children cumulated vsize (KiB) 15700780

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

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

[startup+1206.3 s]
/proc/loadavg: 8.02 8.03 7.92 9/220 28305
/proc/meminfo: memFree=16935980/32950928 swapFree=67111528/67111528
[pid=28247] ppid=28245 vsize=15700780 CPUtime=4800.26 cores=1,3,5,7
/proc/28247/stat : 28247 (java) S 28245 28247 25471 0 -1 4202496 2896970 0 1 0 479498 528 0 0 18 0 22 0 520588618 16077598720 221659 33554432000 1073741824 1073778376 140734327086512 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/28247/statm: 3925195 221659 2298 9 0 3915914 0
[pid=28247/tid=28248] ppid=28245 vsize=15700780 CPUtime=2.12 cores=1,3,5,7
/proc/28247/task/28248/stat : 28248 (java) S 28245 28247 25471 0 -1 4202560 35688 0 1 0 208 4 0 0 22 0 22 0 520588618 16077598720 221659 33554432000 1073741824 1073778376 140734327086512 18446744073709551615 254512507801 0 4 0 16800975 18446604471111404352 0 0 -1 5 0 0 0
[pid=28247/tid=28250] ppid=28245 vsize=15700780 CPUtime=3.7 cores=1,3,5,7
/proc/28247/task/28250/stat : 28250 (java) S 28245 28247 25471 0 -1 4202560 165740 0 0 0 341 29 0 0 16 0 22 0 520588619 16077598720 221659 33554432000 1073741824 1073778376 140734327086512 18446744073709551615 254512507801 0 4 0 16800975 18446604471111404352 0 0 -1 5 0 0 0
[pid=28247/tid=28251] ppid=28245 vsize=15700780 CPUtime=3.86 cores=1,3,5,7
/proc/28247/task/28251/stat : 28251 (java) S 28245 28247 25471 0 -1 4202560 168707 0 0 0 356 30 0 0 16 0 22 0 520588619 16077598720 221659 33554432000 1073741824 1073778376 140734327086512 18446744073709551615 254512507801 0 4 0 16800975 18446604471111404352 0 0 -1 7 0 0 0
[pid=28247/tid=28252] ppid=28245 vsize=15700780 CPUtime=3.88 cores=1,3,5,7
/proc/28247/task/28252/stat : 28252 (java) S 28245 28247 25471 0 -1 4202560 170486 0 0 0 353 35 0 0 15 0 22 0 520588619 16077598720 221659 33554432000 1073741824 1073778376 140734327086512 18446744073709551615 254512507801 0 4 0 16800975 18446604471111404352 0 0 -1 5 0 0 0
[pid=28247/tid=28253] ppid=28245 vsize=15700780 CPUtime=3.85 cores=1,3,5,7
/proc/28247/task/28253/stat : 28253 (java) S 28245 28247 25471 0 -1 4202560 165694 0 0 0 354 31 0 0 15 0 22 0 520588619 16077598720 221659 33554432000 1073741824 1073778376 140734327086512 18446744073709551615 254512507801 0 4 0 16800975 18446604471111404352 0 0 -1 3 0 0 0
[pid=28247/tid=28254] ppid=28245 vsize=15700780 CPUtime=3.84 cores=1,3,5,7
/proc/28247/task/28254/stat : 28254 (java) S 28245 28247 25471 0 -1 4202560 168124 0 0 0 352 32 0 0 16 0 22 0 520588619 16077598720 221659 33554432000 1073741824 1073778376 140734327086512 18446744073709551615 254512507801 0 4 0 16800975 18446604471111404352 0 0 -1 3 0 0 0
[pid=28247/tid=28255] ppid=28245 vsize=15700780 CPUtime=3.78 cores=1,3,5,7
/proc/28247/task/28255/stat : 28255 (java) S 28245 28247 25471 0 -1 4202560 163796 0 0 0 348 30 0 0 15 0 22 0 520588619 16077598720 221659 33554432000 1073741824 1073778376 140734327086512 18446744073709551615 254512507801 0 4 0 16800975 18446604471111404352 0 0 -1 1 0 0 0
[pid=28247/tid=28256] ppid=28245 vsize=15700780 CPUtime=3.78 cores=1,3,5,7
/proc/28247/task/28256/stat : 28256 (java) S 28245 28247 25471 0 -1 4202560 156454 0 0 0 349 29 0 0 15 0 22 0 520588619 16077598720 221659 33554432000 1073741824 1073778376 140734327086512 18446744073709551615 254512507801 0 4 0 16800975 18446604471111404352 0 0 -1 5 0 0 0
[pid=28247/tid=28257] ppid=28245 vsize=15700780 CPUtime=3.89 cores=1,3,5,7
/proc/28247/task/28257/stat : 28257 (java) S 28245 28247 25471 0 -1 4202560 172075 0 0 0 360 29 0 0 16 0 22 0 520588619 16077598720 221659 33554432000 1073741824 1073778376 140734327086512 18446744073709551615 254512507801 0 4 0 16800975 18446604471111404352 0 0 -1 1 0 0 0
[pid=28247/tid=28258] ppid=28245 vsize=15700780 CPUtime=1.62 cores=1,3,5,7
/proc/28247/task/28258/stat : 28258 (java) S 28245 28247 25471 0 -1 4202560 7582 0 0 0 100 62 0 0 15 0 22 0 520588620 16077598720 221659 33554432000 1073741824 1073778376 140734327086512 18446744073709551615 254512508416 0 0 0 16800975 18446604471111404352 0 0 -1 3 0 0 0
[pid=28247/tid=28259] ppid=28245 vsize=15700780 CPUtime=0 cores=1,3,5,7
/proc/28247/task/28259/stat : 28259 (java) S 28245 28247 25471 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 520588620 16077598720 221659 33554432000 1073741824 1073778376 140734327086512 18446744073709551615 254512507801 0 4 0 16800975 18446604471111404352 0 0 -1 3 0 0 0
[pid=28247/tid=28260] ppid=28245 vsize=15700780 CPUtime=0 cores=1,3,5,7
/proc/28247/task/28260/stat : 28260 (java) S 28245 28247 25471 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 520588620 16077598720 221659 33554432000 1073741824 1073778376 140734327086512 18446744073709551615 254512507801 0 4 0 16800975 18446604471111404352 0 0 -1 7 0 0 0
[pid=28247/tid=28261] ppid=28245 vsize=15700780 CPUtime=0 cores=1,3,5,7
/proc/28247/task/28261/stat : 28261 (java) S 28245 28247 25471 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 520588622 16077598720 221659 33554432000 1073741824 1073778376 140734327086512 18446744073709551615 254512515505 0 4 0 16800975 18446604471111404352 0 0 -1 5 0 0 0
[pid=28247/tid=28262] ppid=28245 vsize=15700780 CPUtime=0.82 cores=1,3,5,7
/proc/28247/task/28262/stat : 28262 (java) S 28245 28247 25471 0 -1 4202560 8180 0 0 0 81 1 0 0 15 0 22 0 520588622 16077598720 221659 33554432000 1073741824 1073778376 140734327086512 18446744073709551615 254512507801 0 4 0 16800975 18446604471111404352 0 0 -1 5 0 0 0
[pid=28247/tid=28263] ppid=28245 vsize=15700780 CPUtime=1.13 cores=1,3,5,7
/proc/28247/task/28263/stat : 28263 (java) S 28245 28247 25471 0 -1 4202560 8283 0 0 0 113 0 0 0 15 0 22 0 520588622 16077598720 221659 33554432000 1073741824 1073778376 140734327086512 18446744073709551615 254512507801 0 4 0 16800975 18446604471111404352 0 0 -1 3 0 0 0
[pid=28247/tid=28264] ppid=28245 vsize=15700780 CPUtime=0 cores=1,3,5,7
/proc/28247/task/28264/stat : 28264 (java) S 28245 28247 25471 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 520588622 16077598720 221659 33554432000 1073741824 1073778376 140734327086512 18446744073709551615 254512507801 0 4 0 16800975 18446604471111404352 0 0 -1 5 0 0 0
[pid=28247/tid=28265] ppid=28245 vsize=15700780 CPUtime=0 cores=1,3,5,7
/proc/28247/task/28265/stat : 28265 (java) S 28245 28247 25471 0 -1 4202560 69 0 0 0 0 0 0 0 15 0 22 0 520588622 16077598720 221659 33554432000 1073741824 1073778376 140734327086512 18446744073709551615 254512508416 0 4 0 16800975 18446604471111404352 0 0 -1 1 0 0 0
[pid=28247/tid=28270] ppid=28245 vsize=15700780 CPUtime=1190.92 cores=1,3,5,7
/proc/28247/task/28270/stat : 28270 (java) R 28245 28247 25471 0 -1 4202560 380369 0 0 0 119040 52 0 0 25 0 22 0 520588715 16077598720 221659 33554432000 1073741824 1073778376 140734327086512 18446744073709551615 46912506126129 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=28247/tid=28271] ppid=28245 vsize=15700780 CPUtime=1191.64 cores=1,3,5,7
/proc/28247/task/28271/stat : 28271 (java) R 28245 28247 25471 0 -1 4202560 375906 0 0 0 119113 51 0 0 25 0 22 0 520588715 16077598720 221659 33554432000 1073741824 1073778376 140734327086512 18446744073709551615 46912506108376 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=28247/tid=28272] ppid=28245 vsize=15700780 CPUtime=1190.56 cores=1,3,5,7
/proc/28247/task/28272/stat : 28272 (java) R 28245 28247 25471 0 -1 4202560 379545 0 0 0 119003 53 0 0 25 0 22 0 520588715 16077598720 221659 33554432000 1073741824 1073778376 140734327086512 18446744073709551615 46912505970136 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=28247/tid=28273] ppid=28245 vsize=15700780 CPUtime=1190.71 cores=1,3,5,7
/proc/28247/task/28273/stat : 28273 (java) R 28245 28247 25471 0 -1 4202560 368887 0 0 0 119020 51 0 0 25 0 22 0 520588715 16077598720 221659 33554432000 1073741824 1073778376 140734327086512 18446744073709551615 46912506148292 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4800.26
Current children cumulated vsize (KiB) 15700780

Child status: 143
Real time (s): 1206.35
CPU time (s): 4800.34
CPU user time (s): 4795.02
CPU system time (s): 5.32219
CPU usage (%): 397.922
Max. virtual memory (cumulated for all children) (KiB): 15702420

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4795.02
system time used= 5.32219
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2896996
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= 107653
involuntary context switches= 88526

runsolver used 1.90871 second user time and 4.72528 second system time

The end

Launcher Data

Begin job on node149 at 2011-04-29 17:11:59
IDJOB=3313180
IDBENCH=71492
IDSOLVER=1699
FILE ID=node149/3313180-1304089919
RUNJOBID= node149-1304089919-28211
PBS_JOBID= 13170452
Free space on /tmp= 71928 MiB

SOLVER NAME= STRUCTure 0.1
BENCH NAME= SAT09/CRAFTED/rbsat/crafted/unforced/rbsat-v2400c266431g9.cnf
COMMAND LINE= run 15000 NBCORE TMPDIR DIR BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3313180-1304089919/watcher-3313180-1304089919 -o /tmp/evaluation-result-3313180-1304089919/solver-3313180-1304089919 -C 4800 -W 1300 -M 15500  run 15000 4 HOME HOME HOME/instance-3313180-1304089919.cnf

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

MD5SUM BENCH= 35278b3ce28129761cf8ae7994f37d3f
RANDOM SEED=1072520120

node149.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      18290944 kB
Buffers:       2225044 kB
Cached:       11807936 kB
SwapCached:          0 kB
Active:        6071016 kB
Inactive:      8039268 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      18290944 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            7380 kB
Writeback:           0 kB
AnonPages:       77056 kB
Mapped:          23024 kB
Slab:           485692 kB
PageTables:       5128 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   775604 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= 71924 MiB
End job on node149 at 2011-04-29 17:32:08