Trace number 3311324

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
STRUCTure 0.1 (hbr=2)? (TO) 4800.27 1207.33

General information on the benchmark

Namerandom/medium/
unif-k7-r89-v70-c6230-S1555786344-071.SATISFIABLE.cnf
MD5SUMf8817105cc2067c24c16bafe0c05427a
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.022995
Satisfiable
(Un)Satisfiability was proved
Number of variables70
Number of clauses6230
Sum of the clauses size43610
Maximum clause length7
Minimum clause length7
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 56230

Solver Data

0.10/0.12	41:47 INFO : Reading from input HOME/instance-3311324-1304120507.cnf
0.52/0.33	Executor set job limit to 1000000
0.52/0.33	Executor set job limit to 1000000
0.52/0.33	Executor set job limit to 1000000
0.52/0.33	Executor set job limit to 1000000
0.52/0.33	Starting Executor!
0.52/0.33	Starting Executor!
0.52/0.33	Starting Executor!
0.52/0.33	Starting Executor!
0.98/0.54	41:48 INFO : 70 variables remaining out of 70
0.98/0.54	41:48 INFO : 49840 literals remaining out of 49840

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

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: 8.12 8.07 7.98 2/189 5728
/proc/meminfo: memFree=28606148/32951124 swapFree=67111356/67111528
[pid=5728] ppid=5726 vsize=24008 CPUtime=0 cores=0,2,4,6
/proc/5728/stat : 5728 (java) S 5726 5728 5544 0 -1 4202496 1382 0 0 0 0 0 0 0 18 0 2 0 523648411 24584192 862 33554432000 1073741824 1073778376 140734112549872 18446744073709551615 218917533669 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/5728/statm: 6001 863 660 9 0 381 0
[pid=5728/tid=5729] ppid=5726 vsize=26088 CPUtime=0 cores=0,2,4,6
/proc/5728/task/5729/stat : 5729 (java) R 5726 5728 5544 0 -1 4202560 52 0 0 0 0 0 0 0 19 0 2 0 523648412 26714112 881 33554432000 1073741824 1073778376 140734112549872 18446744073709551615 218905726981 0 0 4096 0 0 0 0 -1 4 0 0 0

[startup+0.011821 s]
/proc/loadavg: 8.12 8.07 7.98 2/189 5728
/proc/meminfo: memFree=28606148/32951124 swapFree=67111356/67111528
[pid=5728] ppid=5726 vsize=36924 CPUtime=0 cores=0,2,4,6
/proc/5728/stat : 5728 (java) S 5726 5728 5544 0 -1 4202496 1627 0 1 0 0 0 0 0 18 0 2 0 523648411 37810176 1072 33554432000 1073741824 1073778376 140734112549872 18446744073709551615 218917533669 0 0 0 16784584 18446744073709551615 0 0 17 4 0 0 0
/proc/5728/statm: 9232 1074 834 9 0 388 0
[pid=5728/tid=5729] ppid=5726 vsize=36928 CPUtime=0 cores=0,2,4,6
/proc/5728/task/5729/stat : 5729 (java) R 5726 5728 5544 0 -1 4202560 273 0 1 0 0 0 0 0 19 0 2 0 523648412 37814272 1076 33554432000 1073741824 1073778376 140734112549872 18446744073709551615 218905391813 0 4 0 16784584 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 36924

[startup+0.100796 s]
/proc/loadavg: 8.12 8.07 7.98 2/189 5728
/proc/meminfo: memFree=28606148/32951124 swapFree=67111356/67111528
[pid=5728] ppid=5726 vsize=15676368 CPUtime=0.1 cores=0,2,4,6
/proc/5728/stat : 5728 (java) S 5726 5728 5544 0 -1 4202496 5522 0 1 0 9 1 0 0 18 0 18 0 523648411 16052600832 4959 33554432000 1073741824 1073778376 140734112549872 18446744073709551615 218917533669 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/5728/statm: 3919092 4959 2117 9 0 3909811 0
[pid=5728/tid=5729] ppid=5726 vsize=15676368 CPUtime=0.08 cores=0,2,4,6
/proc/5728/task/5729/stat : 5729 (java) R 5726 5728 5544 0 -1 4202560 3380 0 1 0 8 0 0 0 18 0 18 0 523648412 16052600832 4959 33554432000 1073741824 1073778376 140734112549872 18446744073709551615 218905726821 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 15676368

[startup+0.300747 s]
/proc/loadavg: 8.12 8.07 7.98 2/189 5728
/proc/meminfo: memFree=28606148/32951124 swapFree=67111356/67111528
[pid=5728] ppid=5726 vsize=15679552 CPUtime=0.52 cores=0,2,4,6
/proc/5728/stat : 5728 (java) S 5726 5728 5544 0 -1 4202496 14189 0 1 0 50 2 0 0 18 0 18 0 523648411 16055861248 12716 33554432000 1073741824 1073778376 140734112549872 18446744073709551615 218917533669 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/5728/statm: 3919888 12720 2208 9 0 3910607 0
[pid=5728/tid=5729] ppid=5726 vsize=15679552 CPUtime=0.28 cores=0,2,4,6
/proc/5728/task/5729/stat : 5729 (java) R 5726 5728 5544 0 -1 4202560 9129 0 1 0 27 1 0 0 18 0 18 0 523648412 16055861248 12722 33554432000 1073741824 1073778376 140734112549872 18446744073709551615 46912505511909 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 15679552

[startup+0.700622 s]
/proc/loadavg: 8.12 8.07 7.98 2/189 5728
/proc/meminfo: memFree=28606148/32951124 swapFree=67111356/67111528
[pid=5728] ppid=5726 vsize=15706924 CPUtime=1.52 cores=0,2,4,6
/proc/5728/stat : 5728 (java) S 5726 5728 5544 0 -1 4202496 29779 0 1 0 148 4 0 0 18 0 22 0 523648411 16083890176 25851 33554432000 1073741824 1073778376 140734112549872 18446744073709551615 218917533669 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/5728/statm: 3926731 25851 2259 9 0 3917450 0
[pid=5728/tid=5729] ppid=5726 vsize=15706924 CPUtime=0.52 cores=0,2,4,6
/proc/5728/task/5729/stat : 5729 (java) S 5726 5728 5544 0 -1 4202560 13662 0 1 0 51 1 0 0 20 0 22 0 523648412 16083890176 25851 33554432000 1073741824 1073778376 140734112549872 18446744073709551615 218917546905 0 4 0 16800975 18446604453891495168 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1.52
Current children cumulated vsize (KiB) 15706924

[startup+1.50144 s]
/proc/loadavg: 8.12 8.07 7.98 14/220 5759
/proc/meminfo: memFree=28265220/32951124 swapFree=67111356/67111528
[pid=5728] ppid=5726 vsize=15711120 CPUtime=4.62 cores=0,2,4,6
/proc/5728/stat : 5728 (java) S 5726 5728 5544 0 -1 4202496 58307 0 1 0 455 7 0 0 18 0 22 0 523648411 16088186880 49907 33554432000 1073741824 1073778376 140734112549872 18446744073709551615 218917533669 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/5728/statm: 3927780 49907 2274 9 0 3918499 0
[pid=5728/tid=5729] ppid=5726 vsize=15711120 CPUtime=0.52 cores=0,2,4,6
/proc/5728/task/5729/stat : 5729 (java) S 5726 5728 5544 0 -1 4202560 13662 0 1 0 51 1 0 0 20 0 22 0 523648412 16088186880 49907 33554432000 1073741824 1073778376 140734112549872 18446744073709551615 218917546905 0 4 0 16800975 18446604453891495168 0 0 -1 4 0 0 0
[pid=5728/tid=5736] ppid=5726 vsize=15711120 CPUtime=0 cores=0,2,4,6
/proc/5728/task/5736/stat : 5736 (java) S 5726 5728 5544 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 22 0 523648413 16088186880 49907 33554432000 1073741824 1073778376 140734112549872 18446744073709551615 218917546905 0 4 0 16800975 18446604453891495168 0 0 -1 4 0 0 0
[pid=5728/tid=5737] ppid=5726 vsize=15711120 CPUtime=0 cores=0,2,4,6
/proc/5728/task/5737/stat : 5737 (java) S 5726 5728 5544 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 523648413 16088186880 49907 33554432000 1073741824 1073778376 140734112549872 18446744073709551615 218917546905 0 4 0 16800975 18446604453891495168 0 0 -1 6 0 0 0
[pid=5728/tid=5738] ppid=5726 vsize=15711120 CPUtime=0 cores=0,2,4,6
/proc/5728/task/5738/stat : 5738 (java) S 5726 5728 5544 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 523648413 16088186880 49907 33554432000 1073741824 1073778376 140734112549872 18446744073709551615 218917546905 0 4 0 16800975 18446604453891495168 0 0 -1 6 0 0 0
[pid=5728/tid=5739] ppid=5726 vsize=15711120 CPUtime=0 cores=0,2,4,6
/proc/5728/task/5739/stat : 5739 (java) S 5726 5728 5544 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 523648413 16088186880 49907 33554432000 1073741824 1073778376 140734112549872 18446744073709551615 218917546905 0 4 0 16800975 18446604453891495168 0 0 -1 6 0 0 0
[pid=5728/tid=5740] ppid=5726 vsize=15711120 CPUtime=0 cores=0,2,4,6
/proc/5728/task/5740/stat : 5740 (java) S 5726 5728 5544 0 -1 4202560 613 0 0 0 0 0 0 0 18 0 22 0 523648413 16088186880 49907 33554432000 1073741824 1073778376 140734112549872 18446744073709551615 218917546905 0 4 0 16800975 18446604453891495168 0 0 -1 0 0 0 0
[pid=5728/tid=5741] ppid=5726 vsize=15711120 CPUtime=0 cores=0,2,4,6
/proc/5728/task/5741/stat : 5741 (java) S 5726 5728 5544 0 -1 4202560 953 0 0 0 0 0 0 0 18 0 22 0 523648413 16088186880 49907 33554432000 1073741824 1073778376 140734112549872 18446744073709551615 218917546905 0 4 0 16800975 18446604453891495168 0 0 -1 4 0 0 0
[pid=5728/tid=5742] ppid=5726 vsize=15711120 CPUtime=0 cores=0,2,4,6
/proc/5728/task/5742/stat : 5742 (java) R 5726 5728 5544 0 -1 4202560 413 0 0 0 0 0 0 0 18 0 22 0 523648413 16088186880 49907 33554432000 1073741824 1073778376 140734112549872 18446744073709551615 218917546905 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=5728/tid=5743] ppid=5726 vsize=15711120 CPUtime=0 cores=0,2,4,6
/proc/5728/task/5743/stat : 5743 (java) S 5726 5728 5544 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 523648413 16088186880 49907 33554432000 1073741824 1073778376 140734112549872 18446744073709551615 218917546905 0 4 0 16800975 18446604453891495168 0 0 -1 6 0 0 0
[pid=5728/tid=5744] ppid=5726 vsize=15711120 CPUtime=0 cores=0,2,4,6
/proc/5728/task/5744/stat : 5744 (java) S 5726 5728 5544 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 22 0 523648414 16088186880 49907 33554432000 1073741824 1073778376 140734112549872 18446744073709551615 218917547520 0 0 0 16800975 18446604453891495168 0 0 -1 6 0 0 0
[pid=5728/tid=5745] ppid=5726 vsize=15711120 CPUtime=0 cores=0,2,4,6
/proc/5728/task/5745/stat : 5745 (java) R 5726 5728 5544 0 -1 4202560 16 0 0 0 0 0 0 0 18 0 22 0 523648414 16088186880 49907 33554432000 1073741824 1073778376 140734112549872 18446744073709551615 46912505170474 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=5728/tid=5746] ppid=5726 vsize=15711120 CPUtime=0 cores=0,2,4,6
/proc/5728/task/5746/stat : 5746 (java) S 5726 5728 5544 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 523648414 16088186880 49907 33554432000 1073741824 1073778376 140734112549872 18446744073709551615 218917546905 0 4 0 16800975 18446604453891495168 0 0 -1 4 0 0 0
[pid=5728/tid=5747] ppid=5726 vsize=15711120 CPUtime=0 cores=0,2,4,6
/proc/5728/task/5747/stat : 5747 (java) S 5726 5728 5544 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 523648416 16088186880 49907 33554432000 1073741824 1073778376 140734112549872 18446744073709551615 218917554609 0 4 0 16800975 18446604453891495168 0 0 -1 4 0 0 0
[pid=5728/tid=5748] ppid=5726 vsize=15711120 CPUtime=0.68 cores=0,2,4,6
/proc/5728/task/5748/stat : 5748 (java) R 5726 5728 5544 0 -1 4202560 6226 0 0 0 68 0 0 0 25 0 22 0 523648416 16088186880 49907 33554432000 1073741824 1073778376 140734112549872 18446744073709551615 218917546905 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=5728/tid=5749] ppid=5726 vsize=15711120 CPUtime=0.84 cores=0,2,4,6
/proc/5728/task/5749/stat : 5749 (java) R 5726 5728 5544 0 -1 4202560 13979 0 0 0 83 1 0 0 17 0 22 0 523648416 16088186880 49907 33554432000 1073741824 1073778376 140734112549872 18446744073709551615 218917556917 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=5728/tid=5750] ppid=5726 vsize=15711120 CPUtime=0 cores=0,2,4,6
/proc/5728/task/5750/stat : 5750 (java) S 5726 5728 5544 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 523648416 16088186880 49907 33554432000 1073741824 1073778376 140734112549872 18446744073709551615 218917546905 0 4 0 16800975 18446604453891495168 0 0 -1 4 0 0 0
[pid=5728/tid=5751] ppid=5726 vsize=15711120 CPUtime=0 cores=0,2,4,6
/proc/5728/task/5751/stat : 5751 (java) S 5726 5728 5544 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 523648416 16088186880 49907 33554432000 1073741824 1073778376 140734112549872 18446744073709551615 218917547520 0 4 0 16800975 18446604453891495168 0 0 -1 0 0 0 0
[pid=5728/tid=5756] ppid=5726 vsize=15711120 CPUtime=0.53 cores=0,2,4,6
/proc/5728/task/5756/stat : 5756 (java) R 5726 5728 5544 0 -1 4202560 4569 0 0 0 53 0 0 0 16 0 22 0 523648445 16088186880 49907 33554432000 1073741824 1073778376 140734112549872 18446744073709551615 46912505215741 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=5728/tid=5757] ppid=5726 vsize=15711120 CPUtime=0.84 cores=0,2,4,6
/proc/5728/task/5757/stat : 5757 (java) R 5726 5728 5544 0 -1 4202560 7307 0 0 0 84 0 0 0 16 0 22 0 523648445 16088186880 49907 33554432000 1073741824 1073778376 140734112549872 18446744073709551615 46912505164488 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=5728/tid=5758] ppid=5726 vsize=15711120 CPUtime=0.64 cores=0,2,4,6
/proc/5728/task/5758/stat : 5758 (java) R 5726 5728 5544 0 -1 4202560 5912 0 0 0 64 0 0 0 16 0 22 0 523648445 16088186880 49907 33554432000 1073741824 1073778376 140734112549872 18446744073709551615 47941087384471 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=5728/tid=5759] ppid=5726 vsize=15711120 CPUtime=0.5 cores=0,2,4,6
/proc/5728/task/5759/stat : 5759 (java) R 5726 5728 5544 0 -1 4202560 3273 0 0 0 50 0 0 0 16 0 22 0 523648445 16088186880 49907 33554432000 1073741824 1073778376 140734112549872 18446744073709551615 47941087384464 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4.62
Current children cumulated vsize (KiB) 15711120

[startup+3.10116 s]
/proc/loadavg: 8.67 8.18 8.02 12/220 5759
/proc/meminfo: memFree=28208416/32951124 swapFree=67111356/67111528
[pid=5728] ppid=5726 vsize=15711120 CPUtime=10.99 cores=0,2,4,6
/proc/5728/stat : 5728 (java) S 5726 5728 5544 0 -1 4202496 66268 0 1 0 1091 8 0 0 18 0 22 0 523648411 16088186880 53760 33554432000 1073741824 1073778376 140734112549872 18446744073709551615 218917533669 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/5728/statm: 3927780 53760 2289 9 0 3918499 0
[pid=5728/tid=5729] ppid=5726 vsize=15711120 CPUtime=0.52 cores=0,2,4,6
/proc/5728/task/5729/stat : 5729 (java) S 5726 5728 5544 0 -1 4202560 13662 0 1 0 51 1 0 0 20 0 22 0 523648412 16088186880 53760 33554432000 1073741824 1073778376 140734112549872 18446744073709551615 218917546905 0 4 0 16800975 18446604453891495168 0 0 -1 4 0 0 0
[pid=5728/tid=5736] ppid=5726 vsize=15711120 CPUtime=0 cores=0,2,4,6
/proc/5728/task/5736/stat : 5736 (java) S 5726 5728 5544 0 -1 4202560 106 0 0 0 0 0 0 0 15 0 22 0 523648413 16088186880 53760 33554432000 1073741824 1073778376 140734112549872 18446744073709551615 218917546905 0 4 0 16800975 18446604453891495168 0 0 -1 4 0 0 0
[pid=5728/tid=5737] ppid=5726 vsize=15711120 CPUtime=0 cores=0,2,4,6
/proc/5728/task/5737/stat : 5737 (java) R 5726 5728 5544 0 -1 4202560 1421 0 0 0 0 0 0 0 16 0 22 0 523648413 16088186880 53760 33554432000 1073741824 1073778376 140734112549872 18446744073709551615 218917546905 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=5728/tid=5738] ppid=5726 vsize=15711120 CPUtime=0 cores=0,2,4,6
/proc/5728/task/5738/stat : 5738 (java) S 5726 5728 5544 0 -1 4202560 293 0 0 0 0 0 0 0 15 0 22 0 523648413 16088186880 53760 33554432000 1073741824 1073778376 140734112549872 18446744073709551615 218917546905 0 4 0 16800975 18446604453891495168 0 0 -1 2 0 0 0
[pid=5728/tid=5739] ppid=5726 vsize=15711120 CPUtime=0 cores=0,2,4,6
/proc/5728/task/5739/stat : 5739 (java) S 5726 5728 5544 0 -1 4202560 675 0 0 0 0 0 0 0 16 0 22 0 523648413 16088186880 53760 33554432000 1073741824 1073778376 140734112549872 18446744073709551615 218917546905 0 4 0 16800975 18446604453891495168 0 0 -1 6 0 0 0
[pid=5728/tid=5740] ppid=5726 vsize=15711120 CPUtime=0 cores=0,2,4,6
/proc/5728/task/5740/stat : 5740 (java) S 5726 5728 5544 0 -1 4202560 613 0 0 0 0 0 0 0 15 0 22 0 523648413 16088186880 53760 33554432000 1073741824 1073778376 140734112549872 18446744073709551615 218917546905 0 4 0 16800975 18446604453891495168 0 0 -1 2 0 0 0
[pid=5728/tid=5741] ppid=5726 vsize=15711120 CPUtime=0 cores=0,2,4,6
/proc/5728/task/5741/stat : 5741 (java) S 5726 5728 5544 0 -1 4202560 1071 0 0 0 0 0 0 0 15 0 22 0 523648413 16088186880 53760 33554432000 1073741824 1073778376 140734112549872 18446744073709551615 218917546905 0 4 0 16800975 18446604453891495168 0 0 -1 0 0 0 0
[pid=5728/tid=5742] ppid=5726 vsize=15711120 CPUtime=0 cores=0,2,4,6
/proc/5728/task/5742/stat : 5742 (java) S 5726 5728 5544 0 -1 4202560 1812 0 0 0 0 0 0 0 16 0 22 0 523648413 16088186880 53760 33554432000 1073741824 1073778376 140734112549872 18446744073709551615 218917546905 0 4 0 16800975 18446604453891495168 0 0 -1 2 0 0 0
[pid=5728/tid=5743] ppid=5726 vsize=15711120 CPUtime=0 cores=0,2,4,6
/proc/5728/task/5743/stat : 5743 (java) S 5726 5728 5544 0 -1 4202560 1141 0 0 0 0 0 0 0 16 0 22 0 523648413 16088186880 53760 33554432000 1073741824 1073778376 140734112549872 18446744073709551615 218917546905 0 4 0 16800975 18446604453891495168 0 0 -1 0 0 0 0
[pid=5728/tid=5744] ppid=5726 vsize=15711120 CPUtime=0 cores=0,2,4,6
/proc/5728/task/5744/stat : 5744 (java) S 5726 5728 5544 0 -1 4202560 12 0 0 0 0 0 0 0 16 0 22 0 523648414 16088186880 53760 33554432000 1073741824 1073778376 140734112549872 18446744073709551615 218917547520 0 0 0 16800975 18446604453891495168 0 0 -1 2 0 0 0
[pid=5728/tid=5745] ppid=5726 vsize=15711120 CPUtime=0 cores=0,2,4,6
/proc/5728/task/5745/stat : 5745 (java) S 5726 5728 5544 0 -1 4202560 17 0 0 0 0 0 0 0 16 0 22 0 523648414 16088186880 53760 33554432000 1073741824 1073778376 140734112549872 18446744073709551615 218917546905 0 4 0 16800975 18446604453891495168 0 0 -1 2 0 0 0
[pid=5728/tid=5746] ppid=5726 vsize=15711120 CPUtime=0 cores=0,2,4,6
/proc/5728/task/5746/stat : 5746 (java) S 5726 5728 5544 0 -1 4202560 9 0 0 0 0 0 0 0 17 0 22 0 523648414 16088186880 53760 33554432000 1073741824 1073778376 140734112549872 18446744073709551615 218917546905 0 4 0 16800975 18446604453891495168 0 0 -1 4 0 0 0
[pid=5728/tid=5747] ppid=5726 vsize=15711120 CPUtime=0 cores=0,2,4,6
/proc/5728/task/5747/stat : 5747 (java) S 5726 5728 5544 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 523648416 16088186880 53760 33554432000 1073741824 1073778376 140734112549872 18446744073709551615 218917554609 0 4 0 16800975 18446604453891495168 0 0 -1 4 0 0 0
[pid=5728/tid=5748] ppid=5726 vsize=15711120 CPUtime=0.68 cores=0,2,4,6
/proc/5728/task/5748/stat : 5748 (java) R 5726 5728 5544 0 -1 4202560 6228 0 0 0 68 0 0 0 22 0 22 0 523648416 16088186880 53760 33554432000 1073741824 1073778376 140734112549872 18446744073709551615 218917556917 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=5728/tid=5749] ppid=5726 vsize=15711120 CPUtime=1.38 cores=0,2,4,6
/proc/5728/task/5749/stat : 5749 (java) R 5726 5728 5544 0 -1 4202560 15764 0 0 0 136 2 0 0 16 0 22 0 523648416 16088186880 53760 33554432000 1073741824 1073778376 140734112549872 18446744073709551615 47941088216416 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=5728/tid=5750] ppid=5726 vsize=15711120 CPUtime=0 cores=0,2,4,6
/proc/5728/task/5750/stat : 5750 (java) S 5726 5728 5544 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 523648416 16088186880 53760 33554432000 1073741824 1073778376 140734112549872 18446744073709551615 218917546905 0 4 0 16800975 18446604453891495168 0 0 -1 4 0 0 0
[pid=5728/tid=5751] ppid=5726 vsize=15711120 CPUtime=0 cores=0,2,4,6
/proc/5728/task/5751/stat : 5751 (java) S 5726 5728 5544 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 523648416 16088186880 53760 33554432000 1073741824 1073778376 140734112549872 18446744073709551615 218917547520 0 4 0 16800975 18446604453891495168 0 0 -1 0 0 0 0
[pid=5728/tid=5756] ppid=5726 vsize=15711120 CPUtime=1.86 cores=0,2,4,6
/proc/5728/task/5756/stat : 5756 (java) R 5726 5728 5544 0 -1 4202560 4648 0 0 0 186 0 0 0 17 0 22 0 523648445 16088186880 53760 33554432000 1073741824 1073778376 140734112549872 18446744073709551615 46912505809516 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=5728/tid=5757] ppid=5726 vsize=15711120 CPUtime=2.2 cores=0,2,4,6
/proc/5728/task/5757/stat : 5757 (java) R 5726 5728 5544 0 -1 4202560 7594 0 0 0 220 0 0 0 16 0 22 0 523648445 16088186880 53760 33554432000 1073741824 1073778376 140734112549872 18446744073709551615 46912505732145 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=5728/tid=5758] ppid=5726 vsize=15711120 CPUtime=2.22 cores=0,2,4,6
/proc/5728/task/5758/stat : 5758 (java) R 5726 5728 5544 0 -1 4202560 6244 0 0 0 222 0 0 0 18 0 22 0 523648445 16088186880 53760 33554432000 1073741824 1073778376 140734112549872 18446744073709551615 46912505507520 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=5728/tid=5759] ppid=5726 vsize=15711120 CPUtime=2.01 cores=0,2,4,6
/proc/5728/task/5759/stat : 5759 (java) R 5726 5728 5544 0 -1 4202560 3597 0 0 0 201 0 0 0 18 0 22 0 523648445 16088186880 53760 33554432000 1073741824 1073778376 140734112549872 18446744073709551615 218917556917 0 4 0 16800975 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 10.99
Current children cumulated vsize (KiB) 15711120

[startup+6.30157 s]
/proc/loadavg: 8.67 8.18 8.02 10/220 5759
/proc/meminfo: memFree=27994420/32951124 swapFree=67111356/67111528
[pid=5728] ppid=5726 vsize=15711120 CPUtime=23.74 cores=0,2,4,6
/proc/5728/stat : 5728 (java) S 5726 5728 5544 0 -1 4202496 93557 0 1 0 2361 13 0 0 18 0 22 0 523648411 16088186880 69204 33554432000 1073741824 1073778376 140734112549872 18446744073709551615 218917533669 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/5728/statm: 3927780 69204 2289 9 0 3918499 0
[pid=5728/tid=5729] ppid=5726 vsize=15711120 CPUtime=0.52 cores=0,2,4,6
/proc/5728/task/5729/stat : 5729 (java) S 5726 5728 5544 0 -1 4202560 13662 0 1 0 51 1 0 0 20 0 22 0 523648412 16088186880 69204 33554432000 1073741824 1073778376 140734112549872 18446744073709551615 218917546905 0 4 0 16800975 18446604453891495168 0 0 -1 4 0 0 0
[pid=5728/tid=5736] ppid=5726 vsize=15711120 CPUtime=0 cores=0,2,4,6
/proc/5728/task/5736/stat : 5736 (java) S 5726 5728 5544 0 -1 4202560 547 0 0 0 0 0 0 0 15 0 22 0 523648413 16088186880 69204 33554432000 1073741824 1073778376 140734112549872 18446744073709551615 218917546905 0 4 0 16800975 18446604453891495168 0 0 -1 2 0 0 0
[pid=5728/tid=5737] ppid=5726 vsize=15711120 CPUtime=0 cores=0,2,4,6
/proc/5728/task/5737/stat : 5737 (java) S 5726 5728 5544 0 -1 4202560 1698 0 0 0 0 0 0 0 15 0 22 0 523648413 16088186880 69204 33554432000 1073741824 1073778376 140734112549872 18446744073709551615 218917546905 0 4 0 16800975 18446604453891495168 0 0 -1 2 0 0 0
[pid=5728/tid=5738] ppid=5726 vsize=15711120 CPUtime=0 cores=0,2,4,6
/proc/5728/task/5738/stat : 5738 (java) S 5726 5728 5544 0 -1 4202560 953 0 0 0 0 0 0 0 16 0 22 0 523648413 16088186880 69204 33554432000 1073741824 1073778376 140734112549872 18446744073709551615 218917546905 0 4 0 16800975 18446604453891495168 0 0 -1 4 0 0 0
[pid=5728/tid=5739] ppid=5726 vsize=15711120 CPUtime=0 cores=0,2,4,6
/proc/5728/task/5739/stat : 5739 (java) S 5726 5728 5544 0 -1 4202560 779 0 0 0 0 0 0 0 16 0 22 0 523648413 16088186880 69204 33554432000 1073741824 1073778376 140734112549872 18446744073709551615 218917546905 0 4 0 16800975 18446604453891495168 0 0 -1 6 0 0 0
[pid=5728/tid=5740] ppid=5726 vsize=15711120 CPUtime=0 cores=0,2,4,6
/proc/5728/task/5740/stat : 5740 (java) S 5726 5728 5544 0 -1 4202560 1042 0 0 0 0 0 0 0 15 0 22 0 523648413 16088186880 69204 33554432000 1073741824 1073778376 140734112549872 18446744073709551615 218917546905 0 4 0 16800975 18446604453891495168 0 0 -1 4 0 0 0
[pid=5728/tid=5741] ppid=5726 vsize=15711120 CPUtime=0 cores=0,2,4,6
/proc/5728/task/5741/stat : 5741 (java) S 5726 5728 5544 0 -1 4202560 1706 0 0 0 0 0 0 0 15 0 22 0 523648413 16088186880 69204 33554432000 1073741824 1073778376 140734112549872 18446744073709551615 218917546905 0 4 0 16800975 18446604453891495168 0 0 -1 2 0 0 0
[pid=5728/tid=5742] ppid=5726 vsize=15711120 CPUtime=0.01 cores=0,2,4,6
/proc/5728/task/5742/stat : 5742 (java) S 5726 5728 5544 0 -1 4202560 1870 0 0 0 1 0 0 0 15 0 22 0 523648413 16088186880 69204 33554432000 1073741824 1073778376 140734112549872 18446744073709551615 218917546905 0 4 0 16800975 18446604453891495168 0 0 -1 4 0 0 0
[pid=5728/tid=5743] ppid=5726 vsize=15711120 CPUtime=0.01 cores=0,2,4,6
/proc/5728/task/5743/stat : 5743 (java) S 5726 5728 5544 0 -1 4202560 1923 0 0 0 1 0 0 0 15 0 22 0 523648413 16088186880 69204 33554432000 1073741824 1073778376 140734112549872 18446744073709551615 218917546905 0 4 0 16800975 18446604453891495168 0 0 -1 0 0 0 0

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

[pid=5728/tid=5757] ppid=5726 vsize=15711120 CPUtime=1107.95 cores=0,2,4,6
/proc/5728/task/5757/stat : 5757 (java) R 5726 5728 5544 0 -1 4202560 165839 0 0 0 110763 32 0 0 25 0 22 0 523648445 16088186880 83264 33554432000 1073741824 1073778376 140734112549872 18446744073709551615 46912505768838 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=5728/tid=5758] ppid=5726 vsize=15711120 CPUtime=1108.56 cores=0,2,4,6
/proc/5728/task/5758/stat : 5758 (java) R 5726 5728 5544 0 -1 4202560 165064 0 0 0 110827 29 0 0 25 0 22 0 523648445 16088186880 83264 33554432000 1073741824 1073778376 140734112549872 18446744073709551615 46912505811185 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=5728/tid=5759] ppid=5726 vsize=15711120 CPUtime=1107.94 cores=0,2,4,6
/proc/5728/task/5759/stat : 5759 (java) R 5726 5728 5544 0 -1 4202560 162988 0 0 0 110760 34 0 0 25 0 22 0 523648445 16088186880 83264 33554432000 1073741824 1073778376 140734112549872 18446744073709551615 47941091184795 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4462.32
Current children cumulated vsize (KiB) 15711120

[startup+1182.3 s]
/proc/loadavg: 8.14 8.11 8.06 10/220 5799
/proc/meminfo: memFree=28007900/32951124 swapFree=67111356/67111528
[pid=5728] ppid=5726 vsize=15711120 CPUtime=4700.83 cores=0,2,4,6
/proc/5728/stat : 5728 (java) S 5726 5728 5544 0 -1 4202496 1277828 0 1 0 469742 341 0 0 18 0 22 0 523648411 16088186880 81656 33554432000 1073741824 1073778376 140734112549872 18446744073709551615 218917533669 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/5728/statm: 3927780 81656 2299 9 0 3918499 0
[pid=5728/tid=5729] ppid=5726 vsize=15711120 CPUtime=0.52 cores=0,2,4,6
/proc/5728/task/5729/stat : 5729 (java) S 5726 5728 5544 0 -1 4202560 13662 0 1 0 51 1 0 0 20 0 22 0 523648412 16088186880 81656 33554432000 1073741824 1073778376 140734112549872 18446744073709551615 218917546905 0 4 0 16800975 18446604453891495168 0 0 -1 4 0 0 0
[pid=5728/tid=5736] ppid=5726 vsize=15711120 CPUtime=3.36 cores=0,2,4,6
/proc/5728/task/5736/stat : 5736 (java) S 5726 5728 5544 0 -1 4202560 67012 0 0 0 319 17 0 0 15 0 22 0 523648413 16088186880 81656 33554432000 1073741824 1073778376 140734112549872 18446744073709551615 218917546905 0 4 0 16800975 18446604453891495168 0 0 -1 0 0 0 0
[pid=5728/tid=5737] ppid=5726 vsize=15711120 CPUtime=3.29 cores=0,2,4,6
/proc/5728/task/5737/stat : 5737 (java) S 5726 5728 5544 0 -1 4202560 66972 0 0 0 314 15 0 0 16 0 22 0 523648413 16088186880 81656 33554432000 1073741824 1073778376 140734112549872 18446744073709551615 218917546905 0 4 0 16800975 18446604453891495168 0 0 -1 4 0 0 0
[pid=5728/tid=5738] ppid=5726 vsize=15711120 CPUtime=3.2 cores=0,2,4,6
/proc/5728/task/5738/stat : 5738 (java) S 5726 5728 5544 0 -1 4202560 66881 0 0 0 304 16 0 0 15 0 22 0 523648413 16088186880 81656 33554432000 1073741824 1073778376 140734112549872 18446744073709551615 218917546905 0 4 0 16800975 18446604453891495168 0 0 -1 2 0 0 0
[pid=5728/tid=5739] ppid=5726 vsize=15711120 CPUtime=3.31 cores=0,2,4,6
/proc/5728/task/5739/stat : 5739 (java) S 5726 5728 5544 0 -1 4202560 66200 0 0 0 314 17 0 0 16 0 22 0 523648413 16088186880 81656 33554432000 1073741824 1073778376 140734112549872 18446744073709551615 218917546905 0 4 0 16800975 18446604453891495168 0 0 -1 6 0 0 0
[pid=5728/tid=5740] ppid=5726 vsize=15711120 CPUtime=3.25 cores=0,2,4,6
/proc/5728/task/5740/stat : 5740 (java) S 5726 5728 5544 0 -1 4202560 66746 0 0 0 309 16 0 0 16 0 22 0 523648413 16088186880 81656 33554432000 1073741824 1073778376 140734112549872 18446744073709551615 218917546905 0 4 0 16800975 18446604453891495168 0 0 -1 0 0 0 0
[pid=5728/tid=5741] ppid=5726 vsize=15711120 CPUtime=3.41 cores=0,2,4,6
/proc/5728/task/5741/stat : 5741 (java) S 5726 5728 5544 0 -1 4202560 67708 0 0 0 324 17 0 0 15 0 22 0 523648413 16088186880 81656 33554432000 1073741824 1073778376 140734112549872 18446744073709551615 218917546905 0 4 0 16800975 18446604453891495168 0 0 -1 4 0 0 0
[pid=5728/tid=5742] ppid=5726 vsize=15711120 CPUtime=3.32 cores=0,2,4,6
/proc/5728/task/5742/stat : 5742 (java) S 5726 5728 5544 0 -1 4202560 68469 0 0 0 317 15 0 0 16 0 22 0 523648413 16088186880 81656 33554432000 1073741824 1073778376 140734112549872 18446744073709551615 218917546905 0 4 0 16800975 18446604453891495168 0 0 -1 0 0 0 0
[pid=5728/tid=5743] ppid=5726 vsize=15711120 CPUtime=3.27 cores=0,2,4,6
/proc/5728/task/5743/stat : 5743 (java) S 5726 5728 5544 0 -1 4202560 68511 0 0 0 311 16 0 0 15 0 22 0 523648413 16088186880 81656 33554432000 1073741824 1073778376 140734112549872 18446744073709551615 218917546905 0 4 0 16800975 18446604453891495168 0 0 -1 6 0 0 0
[pid=5728/tid=5744] ppid=5726 vsize=15711120 CPUtime=2.12 cores=0,2,4,6
/proc/5728/task/5744/stat : 5744 (java) S 5726 5728 5544 0 -1 4202560 3474 0 0 0 146 66 0 0 15 0 22 0 523648414 16088186880 81656 33554432000 1073741824 1073778376 140734112549872 18446744073709551615 218917547520 0 0 0 16800975 18446604453891495168 0 0 -1 2 0 0 0
[pid=5728/tid=5745] ppid=5726 vsize=15711120 CPUtime=0 cores=0,2,4,6
/proc/5728/task/5745/stat : 5745 (java) S 5726 5728 5544 0 -1 4202560 17 0 0 0 0 0 0 0 16 0 22 0 523648414 16088186880 81656 33554432000 1073741824 1073778376 140734112549872 18446744073709551615 218917546905 0 4 0 16800975 18446604453891495168 0 0 -1 2 0 0 0
[pid=5728/tid=5746] ppid=5726 vsize=15711120 CPUtime=0 cores=0,2,4,6
/proc/5728/task/5746/stat : 5746 (java) S 5726 5728 5544 0 -1 4202560 9 0 0 0 0 0 0 0 17 0 22 0 523648414 16088186880 81656 33554432000 1073741824 1073778376 140734112549872 18446744073709551615 218917546905 0 4 0 16800975 18446604453891495168 0 0 -1 4 0 0 0
[pid=5728/tid=5747] ppid=5726 vsize=15711120 CPUtime=0 cores=0,2,4,6
/proc/5728/task/5747/stat : 5747 (java) S 5726 5728 5544 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 523648416 16088186880 81656 33554432000 1073741824 1073778376 140734112549872 18446744073709551615 218917554609 0 4 0 16800975 18446604453891495168 0 0 -1 4 0 0 0
[pid=5728/tid=5748] ppid=5726 vsize=15711120 CPUtime=0.82 cores=0,2,4,6
/proc/5728/task/5748/stat : 5748 (java) S 5726 5728 5544 0 -1 4202560 6256 0 0 0 82 0 0 0 15 0 22 0 523648416 16088186880 81656 33554432000 1073741824 1073778376 140734112549872 18446744073709551615 218917546905 0 4 0 16800975 18446604453891495168 0 0 -1 4 0 0 0
[pid=5728/tid=5749] ppid=5726 vsize=15711120 CPUtime=1.49 cores=0,2,4,6
/proc/5728/task/5749/stat : 5749 (java) S 5726 5728 5544 0 -1 4202560 15786 0 0 0 147 2 0 0 15 0 22 0 523648416 16088186880 81656 33554432000 1073741824 1073778376 140734112549872 18446744073709551615 218917546905 0 4 0 16800975 18446604453891495168 0 0 -1 0 0 0 0
[pid=5728/tid=5750] ppid=5726 vsize=15711120 CPUtime=0 cores=0,2,4,6
/proc/5728/task/5750/stat : 5750 (java) S 5726 5728 5544 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 523648416 16088186880 81656 33554432000 1073741824 1073778376 140734112549872 18446744073709551615 218917546905 0 4 0 16800975 18446604453891495168 0 0 -1 4 0 0 0
[pid=5728/tid=5751] ppid=5726 vsize=15711120 CPUtime=0 cores=0,2,4,6
/proc/5728/task/5751/stat : 5751 (java) S 5726 5728 5544 0 -1 4202560 63 0 0 0 0 0 0 0 15 0 22 0 523648416 16088186880 81656 33554432000 1073741824 1073778376 140734112549872 18446744073709551615 218917547520 0 4 0 16800975 18446604453891495168 0 0 -1 2 0 0 0
[pid=5728/tid=5756] ppid=5726 vsize=15711120 CPUtime=1166.99 cores=0,2,4,6
/proc/5728/task/5756/stat : 5756 (java) R 5726 5728 5544 0 -1 4202560 173974 0 0 0 116665 34 0 0 25 0 22 0 523648445 16088186880 81656 33554432000 1073741824 1073778376 140734112549872 18446744073709551615 46912505924151 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=5728/tid=5757] ppid=5726 vsize=15711120 CPUtime=1167.29 cores=0,2,4,6
/proc/5728/task/5757/stat : 5757 (java) R 5726 5728 5544 0 -1 4202560 175913 0 0 0 116696 33 0 0 25 0 22 0 523648445 16088186880 81656 33554432000 1073741824 1073778376 140734112549872 18446744073709551615 46912505769122 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=5728/tid=5758] ppid=5726 vsize=15711120 CPUtime=1167.85 cores=0,2,4,6
/proc/5728/task/5758/stat : 5758 (java) R 5726 5728 5544 0 -1 4202560 175503 0 0 0 116755 30 0 0 25 0 22 0 523648445 16088186880 81656 33554432000 1073741824 1073778376 140734112549872 18446744073709551615 46912505712085 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=5728/tid=5759] ppid=5726 vsize=15711120 CPUtime=1167.18 cores=0,2,4,6
/proc/5728/task/5759/stat : 5759 (java) R 5726 5728 5544 0 -1 4202560 173312 0 0 0 116681 37 0 0 25 0 22 0 523648445 16088186880 81656 33554432000 1073741824 1073778376 140734112549872 18446744073709551615 18446744073699066094 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4700.83
Current children cumulated vsize (KiB) 15711120



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1207.3 s]
/proc/loadavg: 8.09 8.10 8.06 5/198 5803
/proc/meminfo: memFree=28335060/32951124 swapFree=67111356/67111528
[pid=5728] ppid=5726 vsize=15711120 CPUtime=4800.22 cores=0,2,4,6
/proc/5728/stat : 5728 (java) S 5726 5728 5544 0 -1 4202496 1296685 0 1 0 479673 349 0 0 18 0 22 0 523648411 16088186880 69929 33554432000 1073741824 1073778376 140734112549872 18446744073709551615 218917533669 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/5728/statm: 3927780 69929 2299 9 0 3918499 0
[pid=5728/tid=5729] ppid=5726 vsize=15711120 CPUtime=0.52 cores=0,2,4,6
/proc/5728/task/5729/stat : 5729 (java) S 5726 5728 5544 0 -1 4202560 13662 0 1 0 51 1 0 0 20 0 22 0 523648412 16088186880 69929 33554432000 1073741824 1073778376 140734112549872 18446744073709551615 218917546905 0 4 0 16800975 18446604453891495168 0 0 -1 4 0 0 0
[pid=5728/tid=5736] ppid=5726 vsize=15711120 CPUtime=3.42 cores=0,2,4,6
/proc/5728/task/5736/stat : 5736 (java) S 5726 5728 5544 0 -1 4202560 67376 0 0 0 325 17 0 0 15 0 22 0 523648413 16088186880 69929 33554432000 1073741824 1073778376 140734112549872 18446744073709551615 218917546905 0 4 0 16800975 18446604453891495168 0 0 -1 6 0 0 0
[pid=5728/tid=5737] ppid=5726 vsize=15711120 CPUtime=3.35 cores=0,2,4,6
/proc/5728/task/5737/stat : 5737 (java) S 5726 5728 5544 0 -1 4202560 67566 0 0 0 320 15 0 0 15 0 22 0 523648413 16088186880 69929 33554432000 1073741824 1073778376 140734112549872 18446744073709551615 218917546905 0 4 0 16800975 18446604453891495168 0 0 -1 4 0 0 0
[pid=5728/tid=5738] ppid=5726 vsize=15711120 CPUtime=3.26 cores=0,2,4,6
/proc/5728/task/5738/stat : 5738 (java) S 5726 5728 5544 0 -1 4202560 67322 0 0 0 310 16 0 0 15 0 22 0 523648413 16088186880 69929 33554432000 1073741824 1073778376 140734112549872 18446744073709551615 218917546905 0 4 0 16800975 18446604453891495168 0 0 -1 0 0 0 0
[pid=5728/tid=5739] ppid=5726 vsize=15711120 CPUtime=3.37 cores=0,2,4,6
/proc/5728/task/5739/stat : 5739 (java) S 5726 5728 5544 0 -1 4202560 66759 0 0 0 320 17 0 0 15 0 22 0 523648413 16088186880 69929 33554432000 1073741824 1073778376 140734112549872 18446744073709551615 218917546905 0 4 0 16800975 18446604453891495168 0 0 -1 2 0 0 0
[pid=5728/tid=5740] ppid=5726 vsize=15711120 CPUtime=3.32 cores=0,2,4,6
/proc/5728/task/5740/stat : 5740 (java) S 5726 5728 5544 0 -1 4202560 67491 0 0 0 315 17 0 0 15 0 22 0 523648413 16088186880 69929 33554432000 1073741824 1073778376 140734112549872 18446744073709551615 218917546905 0 4 0 16800975 18446604453891495168 0 0 -1 0 0 0 0
[pid=5728/tid=5741] ppid=5726 vsize=15711120 CPUtime=3.46 cores=0,2,4,6
/proc/5728/task/5741/stat : 5741 (java) S 5726 5728 5544 0 -1 4202560 67990 0 0 0 329 17 0 0 15 0 22 0 523648413 16088186880 69929 33554432000 1073741824 1073778376 140734112549872 18446744073709551615 218917546905 0 4 0 16800975 18446604453891495168 0 0 -1 2 0 0 0
[pid=5728/tid=5742] ppid=5726 vsize=15711120 CPUtime=3.39 cores=0,2,4,6
/proc/5728/task/5742/stat : 5742 (java) S 5726 5728 5544 0 -1 4202560 69281 0 0 0 324 15 0 0 15 0 22 0 523648413 16088186880 69929 33554432000 1073741824 1073778376 140734112549872 18446744073709551615 218917546905 0 4 0 16800975 18446604453891495168 0 0 -1 4 0 0 0
[pid=5728/tid=5743] ppid=5726 vsize=15711120 CPUtime=3.34 cores=0,2,4,6
/proc/5728/task/5743/stat : 5743 (java) S 5726 5728 5544 0 -1 4202560 69128 0 0 0 318 16 0 0 15 0 22 0 523648413 16088186880 69929 33554432000 1073741824 1073778376 140734112549872 18446744073709551615 218917546905 0 4 0 16800975 18446604453891495168 0 0 -1 6 0 0 0
[pid=5728/tid=5744] ppid=5726 vsize=15711120 CPUtime=2.19 cores=0,2,4,6
/proc/5728/task/5744/stat : 5744 (java) S 5726 5728 5544 0 -1 4202560 3522 0 0 0 151 68 0 0 15 0 22 0 523648414 16088186880 69929 33554432000 1073741824 1073778376 140734112549872 18446744073709551615 218917547520 0 0 0 16800975 18446604453891495168 0 0 -1 0 0 0 0
[pid=5728/tid=5745] ppid=5726 vsize=15711120 CPUtime=0 cores=0,2,4,6
/proc/5728/task/5745/stat : 5745 (java) S 5726 5728 5544 0 -1 4202560 17 0 0 0 0 0 0 0 16 0 22 0 523648414 16088186880 69929 33554432000 1073741824 1073778376 140734112549872 18446744073709551615 218917546905 0 4 0 16800975 18446604453891495168 0 0 -1 2 0 0 0
[pid=5728/tid=5746] ppid=5726 vsize=15711120 CPUtime=0 cores=0,2,4,6
/proc/5728/task/5746/stat : 5746 (java) S 5726 5728 5544 0 -1 4202560 9 0 0 0 0 0 0 0 17 0 22 0 523648414 16088186880 69929 33554432000 1073741824 1073778376 140734112549872 18446744073709551615 218917546905 0 4 0 16800975 18446604453891495168 0 0 -1 4 0 0 0
[pid=5728/tid=5747] ppid=5726 vsize=15711120 CPUtime=0 cores=0,2,4,6
/proc/5728/task/5747/stat : 5747 (java) S 5726 5728 5544 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 523648416 16088186880 69929 33554432000 1073741824 1073778376 140734112549872 18446744073709551615 218917554609 0 4 0 16800975 18446604453891495168 0 0 -1 4 0 0 0
[pid=5728/tid=5748] ppid=5726 vsize=15711120 CPUtime=0.82 cores=0,2,4,6
/proc/5728/task/5748/stat : 5748 (java) S 5726 5728 5544 0 -1 4202560 6256 0 0 0 82 0 0 0 15 0 22 0 523648416 16088186880 69929 33554432000 1073741824 1073778376 140734112549872 18446744073709551615 218917546905 0 4 0 16800975 18446604453891495168 0 0 -1 4 0 0 0
[pid=5728/tid=5749] ppid=5726 vsize=15711120 CPUtime=1.49 cores=0,2,4,6
/proc/5728/task/5749/stat : 5749 (java) S 5726 5728 5544 0 -1 4202560 15786 0 0 0 147 2 0 0 15 0 22 0 523648416 16088186880 69929 33554432000 1073741824 1073778376 140734112549872 18446744073709551615 218917546905 0 4 0 16800975 18446604453891495168 0 0 -1 0 0 0 0
[pid=5728/tid=5750] ppid=5726 vsize=15711120 CPUtime=0 cores=0,2,4,6
/proc/5728/task/5750/stat : 5750 (java) S 5726 5728 5544 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 523648416 16088186880 69929 33554432000 1073741824 1073778376 140734112549872 18446744073709551615 218917546905 0 4 0 16800975 18446604453891495168 0 0 -1 4 0 0 0
[pid=5728/tid=5751] ppid=5726 vsize=15711120 CPUtime=0 cores=0,2,4,6
/proc/5728/task/5751/stat : 5751 (java) S 5726 5728 5544 0 -1 4202560 65 0 0 0 0 0 0 0 15 0 22 0 523648416 16088186880 69929 33554432000 1073741824 1073778376 140734112549872 18446744073709551615 218917547520 0 4 0 16800975 18446604453891495168 0 0 -1 2 0 0 0
[pid=5728/tid=5756] ppid=5726 vsize=15711120 CPUtime=1191.73 cores=0,2,4,6
/proc/5728/task/5756/stat : 5756 (java) R 5726 5728 5544 0 -1 4202560 177751 0 0 0 119138 35 0 0 25 0 22 0 523648445 16088186880 69929 33554432000 1073741824 1073778376 140734112549872 18446744073709551615 46912505768594 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=5728/tid=5757] ppid=5726 vsize=15711120 CPUtime=1192.01 cores=0,2,4,6
/proc/5728/task/5757/stat : 5757 (java) R 5726 5728 5544 0 -1 4202560 179120 0 0 0 119167 34 0 0 25 0 22 0 523648445 16088186880 69929 33554432000 1073741824 1073778376 140734112549872 18446744073709551615 47941091185527 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=5728/tid=5758] ppid=5726 vsize=15711120 CPUtime=1192.59 cores=0,2,4,6
/proc/5728/task/5758/stat : 5758 (java) R 5726 5728 5544 0 -1 4202560 179142 0 0 0 119227 32 0 0 25 0 22 0 523648445 16088186880 69929 33554432000 1073741824 1073778376 140734112549872 18446744073709551615 46912505656192 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=5728/tid=5759] ppid=5726 vsize=15711120 CPUtime=1191.8 cores=0,2,4,6
/proc/5728/task/5759/stat : 5759 (java) R 5726 5728 5544 0 -1 4202560 177082 0 0 0 119142 38 0 0 25 0 22 0 523648445 16088186880 69929 33554432000 1073741824 1073778376 140734112549872 18446744073709551615 46912505902726 0 4 0 16800975 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4800.22
Current children cumulated vsize (KiB) 15711120

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

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

[startup+1207.3 s]
/proc/loadavg: 8.09 8.10 8.06 5/198 5803
/proc/meminfo: memFree=28335060/32951124 swapFree=67111356/67111528
[pid=5728] ppid=5726 vsize=15711120 CPUtime=4800.22 cores=0,2,4,6
/proc/5728/stat : 5728 (java) S 5726 5728 5544 0 -1 4202496 1296685 0 1 0 479673 349 0 0 18 0 22 0 523648411 16088186880 69929 33554432000 1073741824 1073778376 140734112549872 18446744073709551615 218917533669 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/5728/statm: 3927780 69929 2299 9 0 3918499 0
[pid=5728/tid=5729] ppid=5726 vsize=15711120 CPUtime=0.52 cores=0,2,4,6
/proc/5728/task/5729/stat : 5729 (java) S 5726 5728 5544 0 -1 4202560 13662 0 1 0 51 1 0 0 20 0 22 0 523648412 16088186880 69929 33554432000 1073741824 1073778376 140734112549872 18446744073709551615 218917546905 0 4 0 16800975 18446604453891495168 0 0 -1 4 0 0 0
[pid=5728/tid=5736] ppid=5726 vsize=15711120 CPUtime=3.42 cores=0,2,4,6
/proc/5728/task/5736/stat : 5736 (java) S 5726 5728 5544 0 -1 4202560 67376 0 0 0 325 17 0 0 15 0 22 0 523648413 16088186880 69929 33554432000 1073741824 1073778376 140734112549872 18446744073709551615 218917546905 0 4 0 16800975 18446604453891495168 0 0 -1 6 0 0 0
[pid=5728/tid=5737] ppid=5726 vsize=15711120 CPUtime=3.35 cores=0,2,4,6
/proc/5728/task/5737/stat : 5737 (java) S 5726 5728 5544 0 -1 4202560 67566 0 0 0 320 15 0 0 15 0 22 0 523648413 16088186880 69929 33554432000 1073741824 1073778376 140734112549872 18446744073709551615 218917546905 0 4 0 16800975 18446604453891495168 0 0 -1 4 0 0 0
[pid=5728/tid=5738] ppid=5726 vsize=15711120 CPUtime=3.26 cores=0,2,4,6
/proc/5728/task/5738/stat : 5738 (java) S 5726 5728 5544 0 -1 4202560 67322 0 0 0 310 16 0 0 15 0 22 0 523648413 16088186880 69929 33554432000 1073741824 1073778376 140734112549872 18446744073709551615 218917546905 0 4 0 16800975 18446604453891495168 0 0 -1 0 0 0 0
[pid=5728/tid=5739] ppid=5726 vsize=15711120 CPUtime=3.37 cores=0,2,4,6
/proc/5728/task/5739/stat : 5739 (java) S 5726 5728 5544 0 -1 4202560 66759 0 0 0 320 17 0 0 15 0 22 0 523648413 16088186880 69929 33554432000 1073741824 1073778376 140734112549872 18446744073709551615 218917546905 0 4 0 16800975 18446604453891495168 0 0 -1 2 0 0 0
[pid=5728/tid=5740] ppid=5726 vsize=15711120 CPUtime=3.32 cores=0,2,4,6
/proc/5728/task/5740/stat : 5740 (java) S 5726 5728 5544 0 -1 4202560 67491 0 0 0 315 17 0 0 15 0 22 0 523648413 16088186880 69929 33554432000 1073741824 1073778376 140734112549872 18446744073709551615 218917546905 0 4 0 16800975 18446604453891495168 0 0 -1 0 0 0 0
[pid=5728/tid=5741] ppid=5726 vsize=15711120 CPUtime=3.46 cores=0,2,4,6
/proc/5728/task/5741/stat : 5741 (java) S 5726 5728 5544 0 -1 4202560 67990 0 0 0 329 17 0 0 15 0 22 0 523648413 16088186880 69929 33554432000 1073741824 1073778376 140734112549872 18446744073709551615 218917546905 0 4 0 16800975 18446604453891495168 0 0 -1 2 0 0 0
[pid=5728/tid=5742] ppid=5726 vsize=15711120 CPUtime=3.39 cores=0,2,4,6
/proc/5728/task/5742/stat : 5742 (java) S 5726 5728 5544 0 -1 4202560 69281 0 0 0 324 15 0 0 15 0 22 0 523648413 16088186880 69929 33554432000 1073741824 1073778376 140734112549872 18446744073709551615 218917546905 0 4 0 16800975 18446604453891495168 0 0 -1 4 0 0 0
[pid=5728/tid=5743] ppid=5726 vsize=15711120 CPUtime=3.34 cores=0,2,4,6
/proc/5728/task/5743/stat : 5743 (java) S 5726 5728 5544 0 -1 4202560 69128 0 0 0 318 16 0 0 15 0 22 0 523648413 16088186880 69929 33554432000 1073741824 1073778376 140734112549872 18446744073709551615 218917546905 0 4 0 16800975 18446604453891495168 0 0 -1 6 0 0 0
[pid=5728/tid=5744] ppid=5726 vsize=15711120 CPUtime=2.19 cores=0,2,4,6
/proc/5728/task/5744/stat : 5744 (java) S 5726 5728 5544 0 -1 4202560 3522 0 0 0 151 68 0 0 15 0 22 0 523648414 16088186880 69929 33554432000 1073741824 1073778376 140734112549872 18446744073709551615 218917547520 0 0 0 16800975 18446604453891495168 0 0 -1 0 0 0 0
[pid=5728/tid=5745] ppid=5726 vsize=15711120 CPUtime=0 cores=0,2,4,6
/proc/5728/task/5745/stat : 5745 (java) S 5726 5728 5544 0 -1 4202560 17 0 0 0 0 0 0 0 16 0 22 0 523648414 16088186880 69929 33554432000 1073741824 1073778376 140734112549872 18446744073709551615 218917546905 0 4 0 16800975 18446604453891495168 0 0 -1 2 0 0 0
[pid=5728/tid=5746] ppid=5726 vsize=15711120 CPUtime=0 cores=0,2,4,6
/proc/5728/task/5746/stat : 5746 (java) S 5726 5728 5544 0 -1 4202560 9 0 0 0 0 0 0 0 17 0 22 0 523648414 16088186880 69929 33554432000 1073741824 1073778376 140734112549872 18446744073709551615 218917546905 0 4 0 16800975 18446604453891495168 0 0 -1 4 0 0 0
[pid=5728/tid=5747] ppid=5726 vsize=15711120 CPUtime=0 cores=0,2,4,6
/proc/5728/task/5747/stat : 5747 (java) S 5726 5728 5544 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 523648416 16088186880 69929 33554432000 1073741824 1073778376 140734112549872 18446744073709551615 218917554609 0 4 0 16800975 18446604453891495168 0 0 -1 4 0 0 0
[pid=5728/tid=5748] ppid=5726 vsize=15711120 CPUtime=0.82 cores=0,2,4,6
/proc/5728/task/5748/stat : 5748 (java) S 5726 5728 5544 0 -1 4202560 6256 0 0 0 82 0 0 0 15 0 22 0 523648416 16088186880 69929 33554432000 1073741824 1073778376 140734112549872 18446744073709551615 218917546905 0 4 0 16800975 18446604453891495168 0 0 -1 4 0 0 0
[pid=5728/tid=5749] ppid=5726 vsize=15711120 CPUtime=1.49 cores=0,2,4,6
/proc/5728/task/5749/stat : 5749 (java) S 5726 5728 5544 0 -1 4202560 15786 0 0 0 147 2 0 0 15 0 22 0 523648416 16088186880 69929 33554432000 1073741824 1073778376 140734112549872 18446744073709551615 218917546905 0 4 0 16800975 18446604453891495168 0 0 -1 0 0 0 0
[pid=5728/tid=5750] ppid=5726 vsize=15711120 CPUtime=0 cores=0,2,4,6
/proc/5728/task/5750/stat : 5750 (java) S 5726 5728 5544 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 523648416 16088186880 69929 33554432000 1073741824 1073778376 140734112549872 18446744073709551615 218917546905 0 4 0 16800975 18446604453891495168 0 0 -1 4 0 0 0
[pid=5728/tid=5751] ppid=5726 vsize=15711120 CPUtime=0 cores=0,2,4,6
/proc/5728/task/5751/stat : 5751 (java) S 5726 5728 5544 0 -1 4202560 65 0 0 0 0 0 0 0 15 0 22 0 523648416 16088186880 69929 33554432000 1073741824 1073778376 140734112549872 18446744073709551615 218917547520 0 4 0 16800975 18446604453891495168 0 0 -1 2 0 0 0
[pid=5728/tid=5756] ppid=5726 vsize=15711120 CPUtime=1191.73 cores=0,2,4,6
/proc/5728/task/5756/stat : 5756 (java) R 5726 5728 5544 0 -1 4202560 177751 0 0 0 119138 35 0 0 25 0 22 0 523648445 16088186880 69929 33554432000 1073741824 1073778376 140734112549872 18446744073709551615 46912505768594 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=5728/tid=5757] ppid=5726 vsize=15711120 CPUtime=1192.01 cores=0,2,4,6
/proc/5728/task/5757/stat : 5757 (java) R 5726 5728 5544 0 -1 4202560 179120 0 0 0 119167 34 0 0 25 0 22 0 523648445 16088186880 69929 33554432000 1073741824 1073778376 140734112549872 18446744073709551615 47941091185527 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=5728/tid=5758] ppid=5726 vsize=15711120 CPUtime=1192.59 cores=0,2,4,6
/proc/5728/task/5758/stat : 5758 (java) R 5726 5728 5544 0 -1 4202560 179142 0 0 0 119227 32 0 0 25 0 22 0 523648445 16088186880 69929 33554432000 1073741824 1073778376 140734112549872 18446744073709551615 46912505656192 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=5728/tid=5759] ppid=5726 vsize=15711120 CPUtime=1191.8 cores=0,2,4,6
/proc/5728/task/5759/stat : 5759 (java) R 5726 5728 5544 0 -1 4202560 177082 0 0 0 119142 38 0 0 25 0 22 0 523648445 16088186880 69929 33554432000 1073741824 1073778376 140734112549872 18446744073709551615 46912505902726 0 4 0 16800975 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4800.22
Current children cumulated vsize (KiB) 15711120

Child status: 143
Real time (s): 1207.33
CPU time (s): 4800.27
CPU user time (s): 4796.76
CPU system time (s): 3.50547
CPU usage (%): 397.594
Max. virtual memory (cumulated for all children) (KiB): 15713880

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4796.76
system time used= 3.50547
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1296711
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= 305066
involuntary context switches= 156136

runsolver used 2.16467 second user time and 4.47332 second system time

The end

Launcher Data

Begin job on node137 at 2011-04-30 01:41:47
IDJOB=3311324
IDBENCH=82709
IDSOLVER=1698
FILE ID=node137/3311324-1304120507
RUNJOBID= node137-1304119298-5562
PBS_JOBID= 13170725
Free space on /tmp= 71620 MiB

SOLVER NAME= STRUCTure 0.1 (hbr=2)
BENCH NAME= SAT11/random/medium/unif-k7-r89-v70-c6230-S1555786344-071.SATISFIABLE.cnf
COMMAND LINE= run 15000 NBCORE TMPDIR DIR BENCHNAME -hbr 2
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3311324-1304120507/watcher-3311324-1304120507 -o /tmp/evaluation-result-3311324-1304120507/solver-3311324-1304120507 -C 4800 -W 1300 -M 15500  run 15000 4 HOME HOME HOME/instance-3311324-1304120507.cnf -hbr 2

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

MD5SUM BENCH= f8817105cc2067c24c16bafe0c05427a
RANDOM SEED=1918911442

node137.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.844
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.68
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.844
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.75
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.844
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.74
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.844
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.74
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.844
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.844
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.844
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.83
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.844
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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      28606552 kB
Buffers:        904564 kB
Cached:        2910348 kB
SwapCached:         48 kB
Active:         125172 kB
Inactive:      3759808 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      28606552 kB
SwapTotal:    67111528 kB
SwapFree:     67111356 kB
Dirty:            3568 kB
Writeback:           0 kB
AnonPages:       68996 kB
Mapped:          20728 kB
Slab:           396832 kB
PageTables:       4360 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   772036 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= 71616 MiB
End job on node137 at 2011-04-30 02:01:56