Trace number 3311980

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.22 1207.05

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	23:49 INFO : Reading from input HOME/instance-3311980-1304090629.cnf
1.13/0.98	Executor set job limit to 1000000
1.13/0.98	Executor set job limit to 1000000
1.13/0.98	Executor set job limit to 1000000
1.13/0.98	Executor set job limit to 1000000
1.13/0.98	Starting Executor!
1.13/0.98	Starting Executor!
1.13/0.98	Starting Executor!
1.13/0.98	Starting Executor!
3.11/2.17	23:51 INFO : 2400 variables remaining out of 2400
3.11/2.17	23:51 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-3311980-1304090629/watcher-3311980-1304090629 -o /tmp/evaluation-result-3311980-1304090629/solver-3311980-1304090629 -C 4800 -W 1300 -M 15500 run 15000 4 HOME HOME HOME/instance-3311980-1304090629.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: 7.54 7.86 6.45 2/194 2715
/proc/meminfo: memFree=24784412/32951124 swapFree=67111348/67111528
[pid=2715] ppid=2713 vsize=23028 CPUtime=0 cores=0,2,4,6
/proc/2715/stat : 2715 (java) R 2713 2715 1375 0 -1 4202496 900 0 0 0 0 0 0 0 18 0 1 0 599293354 23580672 385 33554432000 1073741824 1073778376 140735230218592 18446744073709551615 252453103381 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/2715/statm: 5757 400 310 9 0 124 0
[pid=2715/tid=2716] ppid=2713 vsize=28384 CPUtime=0 cores=0,2,4,6
/proc/2715/task/2716/stat : 2716 (java) R 2713 2715 1375 0 -1 4202560 69 0 0 0 0 0 0 0 19 0 2 0 599293354 29065216 896 33554432000 1073741824 1073778376 140735230218592 18446744073709551615 252453086393 0 0 4096 0 0 0 0 -1 4 0 0 0

[startup+0.026325 s]
/proc/loadavg: 7.54 7.86 6.45 2/194 2715
/proc/meminfo: memFree=24784412/32951124 swapFree=67111348/67111528
[pid=2715] ppid=2713 vsize=15604116 CPUtime=0.01 cores=0,2,4,6
/proc/2715/stat : 2715 (java) S 2713 2715 1375 0 -1 4202496 3502 0 1 0 1 0 0 0 18 0 13 0 599293354 15978614784 2940 33554432000 1073741824 1073778376 140735230218592 18446744073709551615 252469868517 0 0 0 16784584 18446744073709551615 0 0 17 4 0 0 0
/proc/2715/statm: 3901029 2941 1651 9 0 3891777 0
[pid=2715/tid=2716] ppid=2713 vsize=15604116 CPUtime=0.01 cores=0,2,4,6
/proc/2715/task/2716/stat : 2716 (java) R 2713 2715 1375 0 -1 4202560 2110 0 1 0 1 0 0 0 25 0 13 0 599293354 15978614784 2942 33554432000 1073741824 1073778376 140735230218592 18446744073709551615 47747828068800 0 4 0 16784584 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 15604116

[startup+0.100306 s]
/proc/loadavg: 7.54 7.86 6.45 2/194 2715
/proc/meminfo: memFree=24784412/32951124 swapFree=67111348/67111528
[pid=2715] ppid=2713 vsize=15676648 CPUtime=0.1 cores=0,2,4,6
/proc/2715/stat : 2715 (java) S 2713 2715 1375 0 -1 4202496 5626 0 1 0 9 1 0 0 18 0 18 0 599293354 16052887552 5064 33554432000 1073741824 1073778376 140735230218592 18446744073709551615 252469868517 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/2715/statm: 3919162 5064 2117 9 0 3909881 0
[pid=2715/tid=2716] ppid=2713 vsize=15676648 CPUtime=0.09 cores=0,2,4,6
/proc/2715/task/2716/stat : 2716 (java) R 2713 2715 1375 0 -1 4202560 3512 0 1 0 8 1 0 0 18 0 18 0 599293354 16052887552 5064 33554432000 1073741824 1073778376 140735230218592 18446744073709551615 252469892555 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) 15676648

[startup+0.300273 s]
/proc/loadavg: 7.54 7.86 6.45 2/194 2715
/proc/meminfo: memFree=24784412/32951124 swapFree=67111348/67111528
[pid=2715] ppid=2713 vsize=15683380 CPUtime=0.53 cores=0,2,4,6
/proc/2715/stat : 2715 (java) S 2713 2715 1375 0 -1 4202496 14815 0 1 0 50 3 0 0 18 0 18 0 599293354 16059781120 13051 33554432000 1073741824 1073778376 140735230218592 18446744073709551615 252469868517 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/2715/statm: 3920845 13057 2207 9 0 3911564 0
[pid=2715/tid=2716] ppid=2713 vsize=15683380 CPUtime=0.28 cores=0,2,4,6
/proc/2715/task/2716/stat : 2716 (java) R 2713 2715 1375 0 -1 4202560 9637 0 1 0 26 2 0 0 18 0 18 0 599293354 16059781120 13060 33554432000 1073741824 1073778376 140735230218592 18446744073709551615 46912505636981 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.53
Current children cumulated vsize (KiB) 15683380

[startup+0.701218 s]
/proc/loadavg: 7.54 7.86 6.45 2/194 2715
/proc/meminfo: memFree=24784412/32951124 swapFree=67111348/67111528
[pid=2715] ppid=2713 vsize=15683380 CPUtime=0.93 cores=0,2,4,6
/proc/2715/stat : 2715 (java) S 2713 2715 1375 0 -1 4202496 41921 0 1 0 87 6 0 0 18 0 18 0 599293354 16059781120 40154 33554432000 1073741824 1073778376 140735230218592 18446744073709551615 252469868517 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/2715/statm: 3920845 40154 2223 9 0 3911564 0
[pid=2715/tid=2716] ppid=2713 vsize=15683380 CPUtime=0.68 cores=0,2,4,6
/proc/2715/task/2716/stat : 2716 (java) R 2713 2715 1375 0 -1 4202560 35553 0 1 0 63 5 0 0 18 0 18 0 599293354 16059781120 40154 33554432000 1073741824 1073778376 140735230218592 18446744073709551615 46912505530509 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.93
Current children cumulated vsize (KiB) 15683380

[startup+1.50102 s]
/proc/loadavg: 7.26 7.80 6.44 5/220 2741
/proc/meminfo: memFree=24468688/32951124 swapFree=67111348/67111528
[pid=2715] ppid=2713 vsize=15688324 CPUtime=2.13 cores=0,2,4,6
/proc/2715/stat : 2715 (java) S 2713 2715 1375 0 -1 4202496 50980 0 1 0 206 7 0 0 18 0 22 0 599293354 16064843776 46601 33554432000 1073741824 1073778376 140735230218592 18446744073709551615 252469868517 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/2715/statm: 3922081 46601 2255 9 0 3912800 0
[pid=2715/tid=2716] ppid=2713 vsize=15688324 CPUtime=1.46 cores=0,2,4,6
/proc/2715/task/2716/stat : 2716 (java) R 2713 2715 1375 0 -1 4202560 35657 0 1 0 141 5 0 0 20 0 22 0 599293354 16064843776 46601 33554432000 1073741824 1073778376 140735230218592 18446744073709551615 46912505191184 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=2715/tid=2718] ppid=2713 vsize=15688324 CPUtime=0 cores=0,2,4,6
/proc/2715/task/2718/stat : 2718 (java) S 2713 2715 1375 0 -1 4202560 1327 0 0 0 0 0 0 0 15 0 22 0 599293355 16064843776 46601 33554432000 1073741824 1073778376 140735230218592 18446744073709551615 252469881753 0 4 0 16800975 18446604453859183552 0 0 -1 4 0 0 0
[pid=2715/tid=2719] ppid=2713 vsize=15688324 CPUtime=0 cores=0,2,4,6
/proc/2715/task/2719/stat : 2719 (java) S 2713 2715 1375 0 -1 4202560 41 0 0 0 0 0 0 0 15 0 22 0 599293355 16064843776 46601 33554432000 1073741824 1073778376 140735230218592 18446744073709551615 252469881753 0 4 0 16800975 18446604453859183552 0 0 -1 0 0 0 0
[pid=2715/tid=2720] ppid=2713 vsize=15688324 CPUtime=0 cores=0,2,4,6
/proc/2715/task/2720/stat : 2720 (java) S 2713 2715 1375 0 -1 4202560 18 0 0 0 0 0 0 0 15 0 22 0 599293355 16064843776 46601 33554432000 1073741824 1073778376 140735230218592 18446744073709551615 252469881753 0 4 0 16800975 18446604453859183552 0 0 -1 6 0 0 0
[pid=2715/tid=2721] ppid=2713 vsize=15688324 CPUtime=0 cores=0,2,4,6
/proc/2715/task/2721/stat : 2721 (java) S 2713 2715 1375 0 -1 4202560 43 0 0 0 0 0 0 0 15 0 22 0 599293355 16064843776 46601 33554432000 1073741824 1073778376 140735230218592 18446744073709551615 252469881753 0 4 0 16800975 18446604453859183552 0 0 -1 6 0 0 0
[pid=2715/tid=2722] ppid=2713 vsize=15688324 CPUtime=0 cores=0,2,4,6
/proc/2715/task/2722/stat : 2722 (java) S 2713 2715 1375 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 599293355 16064843776 46601 33554432000 1073741824 1073778376 140735230218592 18446744073709551615 252469881753 0 4 0 16800975 18446604453859183552 0 0 -1 0 0 0 0
[pid=2715/tid=2723] ppid=2713 vsize=15688324 CPUtime=0 cores=0,2,4,6
/proc/2715/task/2723/stat : 2723 (java) S 2713 2715 1375 0 -1 4202560 1302 0 0 0 0 0 0 0 16 0 22 0 599293355 16064843776 46601 33554432000 1073741824 1073778376 140735230218592 18446744073709551615 252469881753 0 4 0 16800975 18446604453859183552 0 0 -1 2 0 0 0
[pid=2715/tid=2724] ppid=2713 vsize=15688324 CPUtime=0 cores=0,2,4,6
/proc/2715/task/2724/stat : 2724 (java) S 2713 2715 1375 0 -1 4202560 36 0 0 0 0 0 0 0 15 0 22 0 599293355 16064843776 46601 33554432000 1073741824 1073778376 140735230218592 18446744073709551615 252469881753 0 4 0 16800975 18446604453859183552 0 0 -1 4 0 0 0
[pid=2715/tid=2725] ppid=2713 vsize=15688324 CPUtime=0 cores=0,2,4,6
/proc/2715/task/2725/stat : 2725 (java) S 2713 2715 1375 0 -1 4202560 26 0 0 0 0 0 0 0 15 0 22 0 599293355 16064843776 46601 33554432000 1073741824 1073778376 140735230218592 18446744073709551615 252469881753 0 4 0 16800975 18446604453859183552 0 0 -1 2 0 0 0
[pid=2715/tid=2726] ppid=2713 vsize=15688324 CPUtime=0 cores=0,2,4,6
/proc/2715/task/2726/stat : 2726 (java) S 2713 2715 1375 0 -1 4202560 71 0 0 0 0 0 0 0 15 0 22 0 599293356 16064843776 46601 33554432000 1073741824 1073778376 140735230218592 18446744073709551615 252469882368 0 0 0 16800975 18446604453859183552 0 0 -1 0 0 0 0
[pid=2715/tid=2727] ppid=2713 vsize=15688324 CPUtime=0 cores=0,2,4,6
/proc/2715/task/2727/stat : 2727 (java) S 2713 2715 1375 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 599293356 16064843776 46601 33554432000 1073741824 1073778376 140735230218592 18446744073709551615 252469881753 0 4 0 16800975 18446604453859183552 0 0 -1 0 0 0 0
[pid=2715/tid=2728] ppid=2713 vsize=15688324 CPUtime=0 cores=0,2,4,6
/proc/2715/task/2728/stat : 2728 (java) S 2713 2715 1375 0 -1 4202560 8 0 0 0 0 0 0 0 21 0 22 0 599293356 16064843776 46601 33554432000 1073741824 1073778376 140735230218592 18446744073709551615 252469881753 0 4 0 16800975 18446604453859183552 0 0 -1 0 0 0 0
[pid=2715/tid=2729] ppid=2713 vsize=15688324 CPUtime=0 cores=0,2,4,6
/proc/2715/task/2729/stat : 2729 (java) S 2713 2715 1375 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 599293358 16064843776 46601 33554432000 1073741824 1073778376 140735230218592 18446744073709551615 252469889457 0 4 0 16800975 18446604453859183552 0 0 -1 4 0 0 0
[pid=2715/tid=2730] ppid=2713 vsize=15688324 CPUtime=0.23 cores=0,2,4,6
/proc/2715/task/2730/stat : 2730 (java) R 2713 2715 1375 0 -1 4202560 2711 0 0 0 23 0 0 0 15 0 22 0 599293358 16064843776 46601 33554432000 1073741824 1073778376 140735230218592 18446744073709551615 47747827112446 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=2715/tid=2731] ppid=2713 vsize=15688324 CPUtime=0.38 cores=0,2,4,6
/proc/2715/task/2731/stat : 2731 (java) S 2713 2715 1375 0 -1 4202560 8319 0 0 0 37 1 0 0 15 0 22 0 599293358 16064843776 46601 33554432000 1073741824 1073778376 140735230218592 18446744073709551615 252469881753 0 4 0 16800975 18446604453859183552 0 0 -1 4 0 0 0
[pid=2715/tid=2732] ppid=2713 vsize=15688324 CPUtime=0 cores=0,2,4,6
/proc/2715/task/2732/stat : 2732 (java) S 2713 2715 1375 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 599293358 16064843776 46601 33554432000 1073741824 1073778376 140735230218592 18446744073709551615 252469881753 0 4 0 16800975 18446604453859183552 0 0 -1 6 0 0 0
[pid=2715/tid=2733] ppid=2713 vsize=15688324 CPUtime=0 cores=0,2,4,6
/proc/2715/task/2733/stat : 2733 (java) S 2713 2715 1375 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 599293358 16064843776 46601 33554432000 1073741824 1073778376 140735230218592 18446744073709551615 252469882368 0 4 0 16800975 18446604453859183552 0 0 -1 2 0 0 0
[pid=2715/tid=2738] ppid=2713 vsize=15688324 CPUtime=0 cores=0,2,4,6
/proc/2715/task/2738/stat : 2738 (java) R 2713 2715 1375 0 -1 4202560 15 0 0 0 0 0 0 0 15 0 22 0 599293452 16064843776 46601 33554432000 1073741824 1073778376 140735230218592 18446744073709551615 252469882368 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=2715/tid=2739] ppid=2713 vsize=15688324 CPUtime=0 cores=0,2,4,6
/proc/2715/task/2739/stat : 2739 (java) S 2713 2715 1375 0 -1 4202560 12 0 0 0 0 0 0 0 16 0 22 0 599293452 16064843776 46601 33554432000 1073741824 1073778376 140735230218592 18446744073709551615 252469882368 0 4 0 16800975 18446604453859183552 0 0 -1 0 0 0 0
[pid=2715/tid=2740] ppid=2713 vsize=15688324 CPUtime=0 cores=0,2,4,6
/proc/2715/task/2740/stat : 2740 (java) S 2713 2715 1375 0 -1 4202560 7 0 0 0 0 0 0 0 16 0 22 0 599293452 16064843776 46601 33554432000 1073741824 1073778376 140735230218592 18446744073709551615 252469882368 0 4 0 16800975 18446604453859183552 0 0 -1 0 0 0 0
[pid=2715/tid=2741] ppid=2713 vsize=15688324 CPUtime=0 cores=0,2,4,6
/proc/2715/task/2741/stat : 2741 (java) S 2713 2715 1375 0 -1 4202560 7 0 0 0 0 0 0 0 16 0 22 0 599293452 16064843776 46601 33554432000 1073741824 1073778376 140735230218592 18446744073709551615 252469882368 0 4 0 16800975 18446604453859183552 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.13
Current children cumulated vsize (KiB) 15688324

[startup+3.10674 s]
/proc/loadavg: 7.26 7.80 6.44 9/220 2741
/proc/meminfo: memFree=24334396/32951124 swapFree=67111348/67111528
[pid=2715] ppid=2713 vsize=15686992 CPUtime=5.02 cores=0,2,4,6
/proc/2715/stat : 2715 (java) S 2713 2715 1375 0 -1 4202496 98138 0 1 0 487 15 0 0 18 0 22 0 599293354 16063479808 92293 33554432000 1073741824 1073778376 140735230218592 18446744073709551615 252469868517 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/2715/statm: 3921748 92293 2273 9 0 3912467 0
[pid=2715/tid=2716] ppid=2713 vsize=15686992 CPUtime=2.15 cores=0,2,4,6
/proc/2715/task/2716/stat : 2716 (java) S 2713 2715 1375 0 -1 4202560 39823 0 1 0 209 6 0 0 18 0 22 0 599293354 16063479808 92293 33554432000 1073741824 1073778376 140735230218592 18446744073709551615 252469881753 0 4 0 16800975 18446604453859183552 0 0 -1 2 0 0 0
[pid=2715/tid=2718] ppid=2713 vsize=15686992 CPUtime=0 cores=0,2,4,6
/proc/2715/task/2718/stat : 2718 (java) S 2713 2715 1375 0 -1 4202560 1327 0 0 0 0 0 0 0 15 0 22 0 599293355 16063479808 92293 33554432000 1073741824 1073778376 140735230218592 18446744073709551615 252469881753 0 4 0 16800975 18446604453859183552 0 0 -1 4 0 0 0
[pid=2715/tid=2719] ppid=2713 vsize=15686992 CPUtime=0 cores=0,2,4,6
/proc/2715/task/2719/stat : 2719 (java) S 2713 2715 1375 0 -1 4202560 41 0 0 0 0 0 0 0 15 0 22 0 599293355 16063479808 92293 33554432000 1073741824 1073778376 140735230218592 18446744073709551615 252469881753 0 4 0 16800975 18446604453859183552 0 0 -1 6 0 0 0
[pid=2715/tid=2720] ppid=2713 vsize=15686992 CPUtime=0 cores=0,2,4,6
/proc/2715/task/2720/stat : 2720 (java) S 2713 2715 1375 0 -1 4202560 18 0 0 0 0 0 0 0 15 0 22 0 599293355 16063479808 92293 33554432000 1073741824 1073778376 140735230218592 18446744073709551615 252469881753 0 4 0 16800975 18446604453859183552 0 0 -1 6 0 0 0
[pid=2715/tid=2721] ppid=2713 vsize=15686992 CPUtime=0 cores=0,2,4,6
/proc/2715/task/2721/stat : 2721 (java) S 2713 2715 1375 0 -1 4202560 3219 0 0 0 0 0 0 0 16 0 22 0 599293355 16063479808 92293 33554432000 1073741824 1073778376 140735230218592 18446744073709551615 252469881753 0 4 0 16800975 18446604453859183552 0 0 -1 6 0 0 0
[pid=2715/tid=2722] ppid=2713 vsize=15686992 CPUtime=0 cores=0,2,4,6
/proc/2715/task/2722/stat : 2722 (java) S 2713 2715 1375 0 -1 4202560 3215 0 0 0 0 0 0 0 16 0 22 0 599293355 16063479808 92293 33554432000 1073741824 1073778376 140735230218592 18446744073709551615 252469881753 0 4 0 16800975 18446604453859183552 0 0 -1 4 0 0 0
[pid=2715/tid=2723] ppid=2713 vsize=15686992 CPUtime=0.01 cores=0,2,4,6
/proc/2715/task/2723/stat : 2723 (java) S 2713 2715 1375 0 -1 4202560 6342 0 0 0 0 1 0 0 16 0 22 0 599293355 16063479808 92293 33554432000 1073741824 1073778376 140735230218592 18446744073709551615 252469881753 0 4 0 16800975 18446604453859183552 0 0 -1 4 0 0 0
[pid=2715/tid=2724] ppid=2713 vsize=15686992 CPUtime=0 cores=0,2,4,6
/proc/2715/task/2724/stat : 2724 (java) S 2713 2715 1375 0 -1 4202560 36 0 0 0 0 0 0 0 15 0 22 0 599293355 16063479808 92293 33554432000 1073741824 1073778376 140735230218592 18446744073709551615 252469881753 0 4 0 16800975 18446604453859183552 0 0 -1 4 0 0 0
[pid=2715/tid=2725] ppid=2713 vsize=15686992 CPUtime=0 cores=0,2,4,6
/proc/2715/task/2725/stat : 2725 (java) S 2713 2715 1375 0 -1 4202560 4512 0 0 0 0 0 0 0 16 0 22 0 599293355 16063479808 92293 33554432000 1073741824 1073778376 140735230218592 18446744073709551615 252469881753 0 4 0 16800975 18446604453859183552 0 0 -1 6 0 0 0
[pid=2715/tid=2726] ppid=2713 vsize=15686992 CPUtime=0 cores=0,2,4,6
/proc/2715/task/2726/stat : 2726 (java) S 2713 2715 1375 0 -1 4202560 221 0 0 0 0 0 0 0 15 0 22 0 599293356 16063479808 92293 33554432000 1073741824 1073778376 140735230218592 18446744073709551615 252469882368 0 0 0 16800975 18446604453859183552 0 0 -1 6 0 0 0
[pid=2715/tid=2727] ppid=2713 vsize=15686992 CPUtime=0 cores=0,2,4,6
/proc/2715/task/2727/stat : 2727 (java) S 2713 2715 1375 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 599293356 16063479808 92293 33554432000 1073741824 1073778376 140735230218592 18446744073709551615 252469881753 0 4 0 16800975 18446604453859183552 0 0 -1 6 0 0 0
[pid=2715/tid=2728] ppid=2713 vsize=15686992 CPUtime=0 cores=0,2,4,6
/proc/2715/task/2728/stat : 2728 (java) S 2713 2715 1375 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 599293356 16063479808 92293 33554432000 1073741824 1073778376 140735230218592 18446744073709551615 252469881753 0 4 0 16800975 18446604453859183552 0 0 -1 6 0 0 0
[pid=2715/tid=2729] ppid=2713 vsize=15686992 CPUtime=0 cores=0,2,4,6
/proc/2715/task/2729/stat : 2729 (java) S 2713 2715 1375 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 599293358 16063479808 92293 33554432000 1073741824 1073778376 140735230218592 18446744073709551615 252469889457 0 4 0 16800975 18446604453859183552 0 0 -1 4 0 0 0
[pid=2715/tid=2730] ppid=2713 vsize=15686992 CPUtime=0.79 cores=0,2,4,6
/proc/2715/task/2730/stat : 2730 (java) S 2713 2715 1375 0 -1 4202560 3477 0 0 0 79 0 0 0 15 0 22 0 599293358 16063479808 92293 33554432000 1073741824 1073778376 140735230218592 18446744073709551615 252469881753 0 4 0 16800975 18446604453859183552 0 0 -1 0 0 0 0
[pid=2715/tid=2731] ppid=2713 vsize=15686992 CPUtime=0.6 cores=0,2,4,6
/proc/2715/task/2731/stat : 2731 (java) S 2713 2715 1375 0 -1 4202560 8376 0 0 0 59 1 0 0 15 0 22 0 599293358 16063479808 92293 33554432000 1073741824 1073778376 140735230218592 18446744073709551615 252469881753 0 4 0 16800975 18446604453859183552 0 0 -1 4 0 0 0
[pid=2715/tid=2732] ppid=2713 vsize=15686992 CPUtime=0 cores=0,2,4,6
/proc/2715/task/2732/stat : 2732 (java) S 2713 2715 1375 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 599293358 16063479808 92293 33554432000 1073741824 1073778376 140735230218592 18446744073709551615 252469881753 0 4 0 16800975 18446604453859183552 0 0 -1 6 0 0 0
[pid=2715/tid=2733] ppid=2713 vsize=15686992 CPUtime=0 cores=0,2,4,6
/proc/2715/task/2733/stat : 2733 (java) S 2713 2715 1375 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 599293358 16063479808 92293 33554432000 1073741824 1073778376 140735230218592 18446744073709551615 252469882368 0 4 0 16800975 18446604453859183552 0 0 -1 4 0 0 0
[pid=2715/tid=2738] ppid=2713 vsize=15686992 CPUtime=0.05 cores=0,2,4,6
/proc/2715/task/2738/stat : 2738 (java) R 2713 2715 1375 0 -1 4202560 15 0 0 0 5 0 0 0 15 0 22 0 599293452 16063479808 92293 33554432000 1073741824 1073778376 140735230218592 18446744073709551615 46912506033277 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=2715/tid=2739] ppid=2713 vsize=15686992 CPUtime=0.48 cores=0,2,4,6
/proc/2715/task/2739/stat : 2739 (java) S 2713 2715 1375 0 -1 4202560 13021 0 0 0 46 2 0 0 15 0 22 0 599293452 16063479808 92293 33554432000 1073741824 1073778376 140735230218592 18446744073709551615 252469882368 0 4 0 16800975 18446604453859183552 0 0 -1 4 0 0 0
[pid=2715/tid=2740] ppid=2713 vsize=15686992 CPUtime=0.61 cores=0,2,4,6
/proc/2715/task/2740/stat : 2740 (java) S 2713 2715 1375 0 -1 4202560 13101 0 0 0 59 2 0 0 15 0 22 0 599293452 16063479808 92293 33554432000 1073741824 1073778376 140735230218592 18446744073709551615 252469882368 0 4 0 16800975 18446604453859183552 0 0 -1 4 0 0 0
[pid=2715/tid=2741] ppid=2713 vsize=15686992 CPUtime=0.22 cores=0,2,4,6
/proc/2715/task/2741/stat : 2741 (java) R 2713 2715 1375 0 -1 4202560 7 0 0 0 22 0 0 0 16 0 22 0 599293452 16063479808 92293 33554432000 1073741824 1073778376 140735230218592 18446744073709551615 46912505522335 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 5.02
Current children cumulated vsize (KiB) 15686992

[startup+6.30109 s]
/proc/loadavg: 7.32 7.80 6.45 10/220 2741
/proc/meminfo: memFree=23094908/32951124 swapFree=67111348/67111528
[pid=2715] ppid=2713 vsize=15686992 CPUtime=16.32 cores=0,2,4,6
/proc/2715/stat : 2715 (java) S 2713 2715 1375 0 -1 4202496 231203 0 1 0 1594 38 0 0 18 0 22 0 599293354 16063479808 223925 33554432000 1073741824 1073778376 140735230218592 18446744073709551615 252469868517 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/2715/statm: 3921748 223925 2273 9 0 3912467 0
[pid=2715/tid=2716] ppid=2713 vsize=15686992 CPUtime=2.15 cores=0,2,4,6
/proc/2715/task/2716/stat : 2716 (java) S 2713 2715 1375 0 -1 4202560 39823 0 1 0 209 6 0 0 18 0 22 0 599293354 16063479808 223925 33554432000 1073741824 1073778376 140735230218592 18446744073709551615 252469881753 0 4 0 16800975 18446604453859183552 0 0 -1 2 0 0 0
[pid=2715/tid=2718] ppid=2713 vsize=15686992 CPUtime=0.04 cores=0,2,4,6
/proc/2715/task/2718/stat : 2718 (java) S 2713 2715 1375 0 -1 4202560 12881 0 0 0 1 3 0 0 15 0 22 0 599293355 16063479808 223925 33554432000 1073741824 1073778376 140735230218592 18446744073709551615 252469881753 0 4 0 16800975 18446604453859183552 0 0 -1 4 0 0 0
[pid=2715/tid=2719] ppid=2713 vsize=15686992 CPUtime=0.01 cores=0,2,4,6
/proc/2715/task/2719/stat : 2719 (java) S 2713 2715 1375 0 -1 4202560 5012 0 0 0 1 0 0 0 16 0 22 0 599293355 16063479808 223925 33554432000 1073741824 1073778376 140735230218592 18446744073709551615 252469881753 0 4 0 16800975 18446604453859183552 0 0 -1 2 0 0 0
[pid=2715/tid=2720] ppid=2713 vsize=15686992 CPUtime=0.02 cores=0,2,4,6
/proc/2715/task/2720/stat : 2720 (java) S 2713 2715 1375 0 -1 4202560 9303 0 0 0 1 1 0 0 16 0 22 0 599293355 16063479808 223925 33554432000 1073741824 1073778376 140735230218592 18446744073709551615 252469881753 0 4 0 16800975 18446604453859183552 0 0 -1 4 0 0 0
[pid=2715/tid=2721] ppid=2713 vsize=15686992 CPUtime=0.02 cores=0,2,4,6
/proc/2715/task/2721/stat : 2721 (java) S 2713 2715 1375 0 -1 4202560 7623 0 0 0 1 1 0 0 15 0 22 0 599293355 16063479808 223925 33554432000 1073741824 1073778376 140735230218592 18446744073709551615 252469881753 0 4 0 16800975 18446604453859183552 0 0 -1 4 0 0 0
[pid=2715/tid=2722] ppid=2713 vsize=15686992 CPUtime=0.07 cores=0,2,4,6
/proc/2715/task/2722/stat : 2722 (java) S 2713 2715 1375 0 -1 4202560 19520 0 0 0 4 3 0 0 16 0 22 0 599293355 16063479808 223925 33554432000 1073741824 1073778376 140735230218592 18446744073709551615 252469881753 0 4 0 16800975 18446604453859183552 0 0 -1 4 0 0 0
[pid=2715/tid=2723] ppid=2713 vsize=15686992 CPUtime=0.08 cores=0,2,4,6
/proc/2715/task/2723/stat : 2723 (java) S 2713 2715 1375 0 -1 4202560 24836 0 0 0 4 4 0 0 16 0 22 0 599293355 16063479808 223925 33554432000 1073741824 1073778376 140735230218592 18446744073709551615 252469881753 0 4 0 16800975 18446604453859183552 0 0 -1 0 0 0 0
[pid=2715/tid=2724] ppid=2713 vsize=15686992 CPUtime=0.01 cores=0,2,4,6
/proc/2715/task/2724/stat : 2724 (java) S 2713 2715 1375 0 -1 4202560 4920 0 0 0 1 0 0 0 15 0 22 0 599293355 16063479808 223925 33554432000 1073741824 1073778376 140735230218592 18446744073709551615 252469881753 0 4 0 16800975 18446604453859183552 0 0 -1 0 0 0 0
[pid=2715/tid=2725] ppid=2713 vsize=15686992 CPUtime=0.05 cores=0,2,4,6
/proc/2715/task/2725/stat : 2725 (java) S 2713 2715 1375 0 -1 4202560 16246 0 0 0 2 3 0 0 16 0 22 0 599293355 16063479808 223925 33554432000 1073741824 1073778376 140735230218592 18446744073709551615 252469881753 0 4 0 16800975 18446604453859183552 0 0 -1 4 0 0 0

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

[pid=2715/tid=2739] ppid=2713 vsize=15687180 CPUtime=1047.71 cores=0,2,4,6
/proc/2715/task/2739/stat : 2739 (java) R 2713 2715 1375 0 -1 4202560 433194 0 0 0 104713 58 0 0 25 0 22 0 599293452 16063672320 206142 33554432000 1073741824 1073778376 140735230218592 18446744073709551615 46912506033192 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=2715/tid=2740] ppid=2713 vsize=15687180 CPUtime=1048.08 cores=0,2,4,6
/proc/2715/task/2740/stat : 2740 (java) R 2713 2715 1375 0 -1 4202560 429356 0 0 0 104751 57 0 0 25 0 22 0 599293452 16063672320 206142 33554432000 1073741824 1073778376 140735230218592 18446744073709551615 46912506092861 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=2715/tid=2741] ppid=2713 vsize=15687180 CPUtime=1047.68 cores=0,2,4,6
/proc/2715/task/2741/stat : 2741 (java) R 2713 2715 1375 0 -1 4202560 424157 0 0 0 104712 56 0 0 25 0 22 0 599293452 16063672320 206142 33554432000 1073741824 1073778376 140735230218592 18446744073709551615 46912506033139 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4223.67
Current children cumulated vsize (KiB) 15687180

[startup+1122.3 s]
/proc/loadavg: 8.18 8.10 7.56 9/220 2778
/proc/meminfo: memFree=23521244/32951124 swapFree=67111348/67111528
[pid=2715] ppid=2713 vsize=15687180 CPUtime=4462.69 cores=0,2,4,6
/proc/2715/stat : 2715 (java) S 2713 2715 1375 0 -1 4202496 2790747 0 1 0 445767 502 0 0 18 0 22 0 599293354 16063672320 205583 33554432000 1073741824 1073778376 140735230218592 18446744073709551615 252469868517 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/2715/statm: 3921795 205583 2297 9 0 3912514 0
[pid=2715/tid=2716] ppid=2713 vsize=15687180 CPUtime=2.15 cores=0,2,4,6
/proc/2715/task/2716/stat : 2716 (java) S 2713 2715 1375 0 -1 4202560 39823 0 1 0 209 6 0 0 18 0 22 0 599293354 16063672320 205583 33554432000 1073741824 1073778376 140735230218592 18446744073709551615 252469881753 0 4 0 16800975 18446604453859183552 0 0 -1 2 0 0 0
[pid=2715/tid=2718] ppid=2713 vsize=15687180 CPUtime=3.51 cores=0,2,4,6
/proc/2715/task/2718/stat : 2718 (java) S 2713 2715 1375 0 -1 4202560 111145 0 0 0 328 23 0 0 16 0 22 0 599293355 16063672320 205583 33554432000 1073741824 1073778376 140735230218592 18446744073709551615 252469881753 0 4 0 16800975 18446604453859183552 0 0 -1 0 0 0 0
[pid=2715/tid=2719] ppid=2713 vsize=15687180 CPUtime=3.33 cores=0,2,4,6
/proc/2715/task/2719/stat : 2719 (java) S 2713 2715 1375 0 -1 4202560 96218 0 0 0 312 21 0 0 15 0 22 0 599293355 16063672320 205583 33554432000 1073741824 1073778376 140735230218592 18446744073709551615 252469881753 0 4 0 16800975 18446604453859183552 0 0 -1 2 0 0 0
[pid=2715/tid=2720] ppid=2713 vsize=15687180 CPUtime=3.36 cores=0,2,4,6
/proc/2715/task/2720/stat : 2720 (java) S 2713 2715 1375 0 -1 4202560 111638 0 0 0 312 24 0 0 15 0 22 0 599293355 16063672320 205583 33554432000 1073741824 1073778376 140735230218592 18446744073709551615 252469881753 0 4 0 16800975 18446604453859183552 0 0 -1 4 0 0 0
[pid=2715/tid=2721] ppid=2713 vsize=15687180 CPUtime=3.43 cores=0,2,4,6
/proc/2715/task/2721/stat : 2721 (java) S 2713 2715 1375 0 -1 4202560 108269 0 0 0 322 21 0 0 16 0 22 0 599293355 16063672320 205583 33554432000 1073741824 1073778376 140735230218592 18446744073709551615 252469881753 0 4 0 16800975 18446604453859183552 0 0 -1 4 0 0 0
[pid=2715/tid=2722] ppid=2713 vsize=15687180 CPUtime=3.52 cores=0,2,4,6
/proc/2715/task/2722/stat : 2722 (java) S 2713 2715 1375 0 -1 4202560 126961 0 0 0 327 25 0 0 16 0 22 0 599293355 16063672320 205583 33554432000 1073741824 1073778376 140735230218592 18446744073709551615 252469881753 0 4 0 16800975 18446604453859183552 0 0 -1 4 0 0 0
[pid=2715/tid=2723] ppid=2713 vsize=15687180 CPUtime=3.42 cores=0,2,4,6
/proc/2715/task/2723/stat : 2723 (java) S 2713 2715 1375 0 -1 4202560 115571 0 0 0 319 23 0 0 15 0 22 0 599293355 16063672320 205583 33554432000 1073741824 1073778376 140735230218592 18446744073709551615 252469881753 0 4 0 16800975 18446604453859183552 0 0 -1 0 0 0 0
[pid=2715/tid=2724] ppid=2713 vsize=15687180 CPUtime=3.47 cores=0,2,4,6
/proc/2715/task/2724/stat : 2724 (java) S 2713 2715 1375 0 -1 4202560 121679 0 0 0 325 22 0 0 16 0 22 0 599293355 16063672320 205583 33554432000 1073741824 1073778376 140735230218592 18446744073709551615 252469881753 0 4 0 16800975 18446604453859183552 0 0 -1 6 0 0 0
[pid=2715/tid=2725] ppid=2713 vsize=15687180 CPUtime=3.51 cores=0,2,4,6
/proc/2715/task/2725/stat : 2725 (java) S 2713 2715 1375 0 -1 4202560 136523 0 0 0 324 27 0 0 15 0 22 0 599293355 16063672320 205583 33554432000 1073741824 1073778376 140735230218592 18446744073709551615 252469881753 0 4 0 16800975 18446604453859183552 0 0 -1 6 0 0 0
[pid=2715/tid=2726] ppid=2713 vsize=15687180 CPUtime=1.61 cores=0,2,4,6
/proc/2715/task/2726/stat : 2726 (java) S 2713 2715 1375 0 -1 4202560 6910 0 0 0 101 60 0 0 16 0 22 0 599293356 16063672320 205583 33554432000 1073741824 1073778376 140735230218592 18446744073709551615 252469882368 0 0 0 16800975 18446604453859183552 0 0 -1 2 0 0 0
[pid=2715/tid=2727] ppid=2713 vsize=15687180 CPUtime=0 cores=0,2,4,6
/proc/2715/task/2727/stat : 2727 (java) S 2713 2715 1375 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 599293356 16063672320 205583 33554432000 1073741824 1073778376 140735230218592 18446744073709551615 252469881753 0 4 0 16800975 18446604453859183552 0 0 -1 6 0 0 0
[pid=2715/tid=2728] ppid=2713 vsize=15687180 CPUtime=0 cores=0,2,4,6
/proc/2715/task/2728/stat : 2728 (java) S 2713 2715 1375 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 599293356 16063672320 205583 33554432000 1073741824 1073778376 140735230218592 18446744073709551615 252469881753 0 4 0 16800975 18446604453859183552 0 0 -1 6 0 0 0
[pid=2715/tid=2729] ppid=2713 vsize=15687180 CPUtime=0 cores=0,2,4,6
/proc/2715/task/2729/stat : 2729 (java) S 2713 2715 1375 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 599293358 16063672320 205583 33554432000 1073741824 1073778376 140735230218592 18446744073709551615 252469889457 0 4 0 16800975 18446604453859183552 0 0 -1 4 0 0 0
[pid=2715/tid=2730] ppid=2713 vsize=15687180 CPUtime=1.1 cores=0,2,4,6
/proc/2715/task/2730/stat : 2730 (java) S 2713 2715 1375 0 -1 4202560 3516 0 0 0 110 0 0 0 16 0 22 0 599293358 16063672320 205583 33554432000 1073741824 1073778376 140735230218592 18446744073709551615 252469881753 0 4 0 16800975 18446604453859183552 0 0 -1 6 0 0 0
[pid=2715/tid=2731] ppid=2713 vsize=15687180 CPUtime=0.82 cores=0,2,4,6
/proc/2715/task/2731/stat : 2731 (java) S 2713 2715 1375 0 -1 4202560 8393 0 0 0 81 1 0 0 15 0 22 0 599293358 16063672320 205583 33554432000 1073741824 1073778376 140735230218592 18446744073709551615 252469881753 0 4 0 16800975 18446604453859183552 0 0 -1 0 0 0 0
[pid=2715/tid=2732] ppid=2713 vsize=15687180 CPUtime=0 cores=0,2,4,6
/proc/2715/task/2732/stat : 2732 (java) S 2713 2715 1375 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 599293358 16063672320 205583 33554432000 1073741824 1073778376 140735230218592 18446744073709551615 252469881753 0 4 0 16800975 18446604453859183552 0 0 -1 6 0 0 0
[pid=2715/tid=2733] ppid=2713 vsize=15687180 CPUtime=0 cores=0,2,4,6
/proc/2715/task/2733/stat : 2733 (java) S 2713 2715 1375 0 -1 4202560 63 0 0 0 0 0 0 0 15 0 22 0 599293358 16063672320 205583 33554432000 1073741824 1073778376 140735230218592 18446744073709551615 252469882368 0 4 0 16800975 18446604453859183552 0 0 -1 2 0 0 0
[pid=2715/tid=2738] ppid=2713 vsize=15687180 CPUtime=1107.86 cores=0,2,4,6
/proc/2715/task/2738/stat : 2738 (java) R 2713 2715 1375 0 -1 4202560 447447 0 0 0 110725 61 0 0 25 0 22 0 599293452 16063672320 205583 33554432000 1073741824 1073778376 140735230218592 18446744073709551615 46912505939987 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=2715/tid=2739] ppid=2713 vsize=15687180 CPUtime=1106.97 cores=0,2,4,6
/proc/2715/task/2739/stat : 2739 (java) R 2713 2715 1375 0 -1 4202560 456596 0 0 0 110635 62 0 0 25 0 22 0 599293452 16063672320 205583 33554432000 1073741824 1073778376 140735230218592 18446744073709551615 46912505954464 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=2715/tid=2740] ppid=2713 vsize=15687180 CPUtime=1107.42 cores=0,2,4,6
/proc/2715/task/2740/stat : 2740 (java) R 2713 2715 1375 0 -1 4202560 451649 0 0 0 110682 60 0 0 25 0 22 0 599293452 16063672320 205583 33554432000 1073741824 1073778376 140735230218592 18446744073709551615 46912506093150 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=2715/tid=2741] ppid=2713 vsize=15687180 CPUtime=1107.05 cores=0,2,4,6
/proc/2715/task/2741/stat : 2741 (java) R 2713 2715 1375 0 -1 4202560 446960 0 0 0 110647 58 0 0 25 0 22 0 599293452 16063672320 205583 33554432000 1073741824 1073778376 140735230218592 18446744073709551615 46912506029755 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4462.69
Current children cumulated vsize (KiB) 15687180

[startup+1182.3 s]
/proc/loadavg: 8.23 8.12 7.60 9/220 2780
/proc/meminfo: memFree=23531016/32951124 swapFree=67111348/67111528
[pid=2715] ppid=2713 vsize=15687180 CPUtime=4701.68 cores=0,2,4,6
/proc/2715/stat : 2715 (java) S 2713 2715 1375 0 -1 4202496 2941064 0 1 0 469636 532 0 0 18 0 22 0 599293354 16063672320 207846 33554432000 1073741824 1073778376 140735230218592 18446744073709551615 252469868517 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/2715/statm: 3921795 207846 2297 9 0 3912514 0
[pid=2715/tid=2716] ppid=2713 vsize=15687180 CPUtime=2.15 cores=0,2,4,6
/proc/2715/task/2716/stat : 2716 (java) S 2713 2715 1375 0 -1 4202560 39823 0 1 0 209 6 0 0 18 0 22 0 599293354 16063672320 207846 33554432000 1073741824 1073778376 140735230218592 18446744073709551615 252469881753 0 4 0 16800975 18446604453859183552 0 0 -1 2 0 0 0
[pid=2715/tid=2718] ppid=2713 vsize=15687180 CPUtime=3.77 cores=0,2,4,6
/proc/2715/task/2718/stat : 2718 (java) S 2713 2715 1375 0 -1 4202560 126107 0 0 0 351 26 0 0 16 0 22 0 599293355 16063672320 207846 33554432000 1073741824 1073778376 140735230218592 18446744073709551615 252469881753 0 4 0 16800975 18446604453859183552 0 0 -1 2 0 0 0
[pid=2715/tid=2719] ppid=2713 vsize=15687180 CPUtime=3.57 cores=0,2,4,6
/proc/2715/task/2719/stat : 2719 (java) S 2713 2715 1375 0 -1 4202560 108973 0 0 0 335 22 0 0 15 0 22 0 599293355 16063672320 207846 33554432000 1073741824 1073778376 140735230218592 18446744073709551615 252469881753 0 4 0 16800975 18446604453859183552 0 0 -1 2 0 0 0
[pid=2715/tid=2720] ppid=2713 vsize=15687180 CPUtime=3.56 cores=0,2,4,6
/proc/2715/task/2720/stat : 2720 (java) S 2713 2715 1375 0 -1 4202560 119571 0 0 0 331 25 0 0 15 0 22 0 599293355 16063672320 207846 33554432000 1073741824 1073778376 140735230218592 18446744073709551615 252469881753 0 4 0 16800975 18446604453859183552 0 0 -1 6 0 0 0
[pid=2715/tid=2721] ppid=2713 vsize=15687180 CPUtime=3.64 cores=0,2,4,6
/proc/2715/task/2721/stat : 2721 (java) S 2713 2715 1375 0 -1 4202560 117617 0 0 0 342 22 0 0 16 0 22 0 599293355 16063672320 207846 33554432000 1073741824 1073778376 140735230218592 18446744073709551615 252469881753 0 4 0 16800975 18446604453859183552 0 0 -1 6 0 0 0
[pid=2715/tid=2722] ppid=2713 vsize=15687180 CPUtime=3.74 cores=0,2,4,6
/proc/2715/task/2722/stat : 2722 (java) S 2713 2715 1375 0 -1 4202560 137486 0 0 0 347 27 0 0 16 0 22 0 599293355 16063672320 207846 33554432000 1073741824 1073778376 140735230218592 18446744073709551615 252469881753 0 4 0 16800975 18446604453859183552 0 0 -1 4 0 0 0
[pid=2715/tid=2723] ppid=2713 vsize=15687180 CPUtime=3.66 cores=0,2,4,6
/proc/2715/task/2723/stat : 2723 (java) S 2713 2715 1375 0 -1 4202560 126135 0 0 0 341 25 0 0 16 0 22 0 599293355 16063672320 207846 33554432000 1073741824 1073778376 140735230218592 18446744073709551615 252469881753 0 4 0 16800975 18446604453859183552 0 0 -1 0 0 0 0
[pid=2715/tid=2724] ppid=2713 vsize=15687180 CPUtime=3.68 cores=0,2,4,6
/proc/2715/task/2724/stat : 2724 (java) S 2713 2715 1375 0 -1 4202560 131454 0 0 0 343 25 0 0 15 0 22 0 599293355 16063672320 207846 33554432000 1073741824 1073778376 140735230218592 18446744073709551615 252469881753 0 4 0 16800975 18446604453859183552 0 0 -1 2 0 0 0
[pid=2715/tid=2725] ppid=2713 vsize=15687180 CPUtime=3.72 cores=0,2,4,6
/proc/2715/task/2725/stat : 2725 (java) S 2713 2715 1375 0 -1 4202560 143468 0 0 0 342 30 0 0 15 0 22 0 599293355 16063672320 207846 33554432000 1073741824 1073778376 140735230218592 18446744073709551615 252469881753 0 4 0 16800975 18446604453859183552 0 0 -1 0 0 0 0
[pid=2715/tid=2726] ppid=2713 vsize=15687180 CPUtime=1.72 cores=0,2,4,6
/proc/2715/task/2726/stat : 2726 (java) S 2713 2715 1375 0 -1 4202560 7338 0 0 0 108 64 0 0 16 0 22 0 599293356 16063672320 207846 33554432000 1073741824 1073778376 140735230218592 18446744073709551615 252469882368 0 0 0 16800975 18446604453859183552 0 0 -1 2 0 0 0
[pid=2715/tid=2727] ppid=2713 vsize=15687180 CPUtime=0 cores=0,2,4,6
/proc/2715/task/2727/stat : 2727 (java) S 2713 2715 1375 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 599293356 16063672320 207846 33554432000 1073741824 1073778376 140735230218592 18446744073709551615 252469881753 0 4 0 16800975 18446604453859183552 0 0 -1 6 0 0 0
[pid=2715/tid=2728] ppid=2713 vsize=15687180 CPUtime=0 cores=0,2,4,6
/proc/2715/task/2728/stat : 2728 (java) S 2713 2715 1375 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 599293356 16063672320 207846 33554432000 1073741824 1073778376 140735230218592 18446744073709551615 252469881753 0 4 0 16800975 18446604453859183552 0 0 -1 6 0 0 0
[pid=2715/tid=2729] ppid=2713 vsize=15687180 CPUtime=0 cores=0,2,4,6
/proc/2715/task/2729/stat : 2729 (java) S 2713 2715 1375 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 599293358 16063672320 207846 33554432000 1073741824 1073778376 140735230218592 18446744073709551615 252469889457 0 4 0 16800975 18446604453859183552 0 0 -1 4 0 0 0
[pid=2715/tid=2730] ppid=2713 vsize=15687180 CPUtime=1.1 cores=0,2,4,6
/proc/2715/task/2730/stat : 2730 (java) S 2713 2715 1375 0 -1 4202560 3516 0 0 0 110 0 0 0 16 0 22 0 599293358 16063672320 207846 33554432000 1073741824 1073778376 140735230218592 18446744073709551615 252469881753 0 4 0 16800975 18446604453859183552 0 0 -1 6 0 0 0
[pid=2715/tid=2731] ppid=2713 vsize=15687180 CPUtime=0.82 cores=0,2,4,6
/proc/2715/task/2731/stat : 2731 (java) S 2713 2715 1375 0 -1 4202560 8393 0 0 0 81 1 0 0 15 0 22 0 599293358 16063672320 207846 33554432000 1073741824 1073778376 140735230218592 18446744073709551615 252469881753 0 4 0 16800975 18446604453859183552 0 0 -1 0 0 0 0
[pid=2715/tid=2732] ppid=2713 vsize=15687180 CPUtime=0 cores=0,2,4,6
/proc/2715/task/2732/stat : 2732 (java) S 2713 2715 1375 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 599293358 16063672320 207846 33554432000 1073741824 1073778376 140735230218592 18446744073709551615 252469881753 0 4 0 16800975 18446604453859183552 0 0 -1 6 0 0 0
[pid=2715/tid=2733] ppid=2713 vsize=15687180 CPUtime=0 cores=0,2,4,6
/proc/2715/task/2733/stat : 2733 (java) S 2713 2715 1375 0 -1 4202560 65 0 0 0 0 0 0 0 15 0 22 0 599293358 16063672320 207846 33554432000 1073741824 1073778376 140735230218592 18446744073709551615 252469882368 0 4 0 16800975 18446604453859183552 0 0 -1 2 0 0 0
[pid=2715/tid=2738] ppid=2713 vsize=15687180 CPUtime=1167.16 cores=0,2,4,6
/proc/2715/task/2738/stat : 2738 (java) R 2713 2715 1375 0 -1 4202560 464622 0 0 0 116653 63 0 0 25 0 22 0 599293452 16063672320 207846 33554432000 1073741824 1073778376 140735230218592 18446744073709551615 46912505961023 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=2715/tid=2739] ppid=2713 vsize=15687180 CPUtime=1166.33 cores=0,2,4,6
/proc/2715/task/2739/stat : 2739 (java) R 2713 2715 1375 0 -1 4202560 473377 0 0 0 116569 64 0 0 25 0 22 0 599293452 16063672320 207846 33554432000 1073741824 1073778376 140735230218592 18446744073709551615 46912506096938 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=2715/tid=2740] ppid=2713 vsize=15687180 CPUtime=1166.5 cores=0,2,4,6
/proc/2715/task/2740/stat : 2740 (java) R 2713 2715 1375 0 -1 4202560 467095 0 0 0 116587 63 0 0 25 0 22 0 599293452 16063672320 207846 33554432000 1073741824 1073778376 140735230218592 18446744073709551615 46912506118716 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=2715/tid=2741] ppid=2713 vsize=15687180 CPUtime=1166.41 cores=0,2,4,6
/proc/2715/task/2741/stat : 2741 (java) R 2713 2715 1375 0 -1 4202560 464638 0 0 0 116579 62 0 0 25 0 22 0 599293452 16063672320 207846 33554432000 1073741824 1073778376 140735230218592 18446744073709551615 46912506029479 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4701.68
Current children cumulated vsize (KiB) 15687180



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1207 s]
/proc/loadavg: 8.15 8.11 7.61 5/198 2783
/proc/meminfo: memFree=24011564/32951124 swapFree=67111348/67111528
[pid=2715] ppid=2713 vsize=15687180 CPUtime=4800.15 cores=0,2,4,6
/proc/2715/stat : 2715 (java) S 2713 2715 1375 0 -1 4202496 2988683 0 1 0 479475 540 0 0 18 0 22 0 599293354 16063672320 196230 33554432000 1073741824 1073778376 140735230218592 18446744073709551615 252469868517 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/2715/statm: 3921795 196230 2297 9 0 3912514 0
[pid=2715/tid=2716] ppid=2713 vsize=15687180 CPUtime=2.15 cores=0,2,4,6
/proc/2715/task/2716/stat : 2716 (java) S 2713 2715 1375 0 -1 4202560 39823 0 1 0 209 6 0 0 18 0 22 0 599293354 16063672320 196230 33554432000 1073741824 1073778376 140735230218592 18446744073709551615 252469881753 0 4 0 16800975 18446604453859183552 0 0 -1 2 0 0 0
[pid=2715/tid=2718] ppid=2713 vsize=15687180 CPUtime=3.86 cores=0,2,4,6
/proc/2715/task/2718/stat : 2718 (java) S 2713 2715 1375 0 -1 4202560 128365 0 0 0 360 26 0 0 15 0 22 0 599293355 16063672320 196230 33554432000 1073741824 1073778376 140735230218592 18446744073709551615 252469881753 0 4 0 16800975 18446604453859183552 0 0 -1 6 0 0 0
[pid=2715/tid=2719] ppid=2713 vsize=15687180 CPUtime=3.68 cores=0,2,4,6
/proc/2715/task/2719/stat : 2719 (java) S 2713 2715 1375 0 -1 4202560 111295 0 0 0 345 23 0 0 16 0 22 0 599293355 16063672320 196230 33554432000 1073741824 1073778376 140735230218592 18446744073709551615 252469881753 0 4 0 16800975 18446604453859183552 0 0 -1 4 0 0 0
[pid=2715/tid=2720] ppid=2713 vsize=15687180 CPUtime=3.66 cores=0,2,4,6
/proc/2715/task/2720/stat : 2720 (java) S 2713 2715 1375 0 -1 4202560 121227 0 0 0 341 25 0 0 15 0 22 0 599293355 16063672320 196230 33554432000 1073741824 1073778376 140735230218592 18446744073709551615 252469881753 0 4 0 16800975 18446604453859183552 0 0 -1 6 0 0 0
[pid=2715/tid=2721] ppid=2713 vsize=15687180 CPUtime=3.7 cores=0,2,4,6
/proc/2715/task/2721/stat : 2721 (java) S 2713 2715 1375 0 -1 4202560 118893 0 0 0 348 22 0 0 16 0 22 0 599293355 16063672320 196230 33554432000 1073741824 1073778376 140735230218592 18446744073709551615 252469881753 0 4 0 16800975 18446604453859183552 0 0 -1 0 0 0 0
[pid=2715/tid=2722] ppid=2713 vsize=15687180 CPUtime=3.84 cores=0,2,4,6
/proc/2715/task/2722/stat : 2722 (java) S 2713 2715 1375 0 -1 4202560 139540 0 0 0 357 27 0 0 15 0 22 0 599293355 16063672320 196230 33554432000 1073741824 1073778376 140735230218592 18446744073709551615 252469881753 0 4 0 16800975 18446604453859183552 0 0 -1 0 0 0 0
[pid=2715/tid=2723] ppid=2713 vsize=15687180 CPUtime=3.76 cores=0,2,4,6
/proc/2715/task/2723/stat : 2723 (java) S 2713 2715 1375 0 -1 4202560 127950 0 0 0 351 25 0 0 16 0 22 0 599293355 16063672320 196230 33554432000 1073741824 1073778376 140735230218592 18446744073709551615 252469881753 0 4 0 16800975 18446604453859183552 0 0 -1 6 0 0 0
[pid=2715/tid=2724] ppid=2713 vsize=15687180 CPUtime=3.77 cores=0,2,4,6
/proc/2715/task/2724/stat : 2724 (java) S 2713 2715 1375 0 -1 4202560 134970 0 0 0 352 25 0 0 16 0 22 0 599293355 16063672320 196230 33554432000 1073741824 1073778376 140735230218592 18446744073709551615 252469881753 0 4 0 16800975 18446604453859183552 0 0 -1 2 0 0 0
[pid=2715/tid=2725] ppid=2713 vsize=15687180 CPUtime=3.8 cores=0,2,4,6
/proc/2715/task/2725/stat : 2725 (java) S 2713 2715 1375 0 -1 4202560 146039 0 0 0 350 30 0 0 15 0 22 0 599293355 16063672320 196230 33554432000 1073741824 1073778376 140735230218592 18446744073709551615 252469881753 0 4 0 16800975 18446604453859183552 0 0 -1 2 0 0 0
[pid=2715/tid=2726] ppid=2713 vsize=15687180 CPUtime=1.75 cores=0,2,4,6
/proc/2715/task/2726/stat : 2726 (java) S 2713 2715 1375 0 -1 4202560 7546 0 0 0 110 65 0 0 15 0 22 0 599293356 16063672320 196230 33554432000 1073741824 1073778376 140735230218592 18446744073709551615 252469882368 0 0 0 16800975 18446604453859183552 0 0 -1 6 0 0 0
[pid=2715/tid=2727] ppid=2713 vsize=15687180 CPUtime=0 cores=0,2,4,6
/proc/2715/task/2727/stat : 2727 (java) S 2713 2715 1375 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 599293356 16063672320 196230 33554432000 1073741824 1073778376 140735230218592 18446744073709551615 252469881753 0 4 0 16800975 18446604453859183552 0 0 -1 6 0 0 0
[pid=2715/tid=2728] ppid=2713 vsize=15687180 CPUtime=0 cores=0,2,4,6
/proc/2715/task/2728/stat : 2728 (java) S 2713 2715 1375 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 599293356 16063672320 196230 33554432000 1073741824 1073778376 140735230218592 18446744073709551615 252469881753 0 4 0 16800975 18446604453859183552 0 0 -1 6 0 0 0
[pid=2715/tid=2729] ppid=2713 vsize=15687180 CPUtime=0 cores=0,2,4,6
/proc/2715/task/2729/stat : 2729 (java) S 2713 2715 1375 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 599293358 16063672320 196230 33554432000 1073741824 1073778376 140735230218592 18446744073709551615 252469889457 0 4 0 16800975 18446604453859183552 0 0 -1 4 0 0 0
[pid=2715/tid=2730] ppid=2713 vsize=15687180 CPUtime=1.1 cores=0,2,4,6
/proc/2715/task/2730/stat : 2730 (java) S 2713 2715 1375 0 -1 4202560 3516 0 0 0 110 0 0 0 16 0 22 0 599293358 16063672320 196230 33554432000 1073741824 1073778376 140735230218592 18446744073709551615 252469881753 0 4 0 16800975 18446604453859183552 0 0 -1 6 0 0 0
[pid=2715/tid=2731] ppid=2713 vsize=15687180 CPUtime=0.82 cores=0,2,4,6
/proc/2715/task/2731/stat : 2731 (java) S 2713 2715 1375 0 -1 4202560 8393 0 0 0 81 1 0 0 15 0 22 0 599293358 16063672320 196230 33554432000 1073741824 1073778376 140735230218592 18446744073709551615 252469881753 0 4 0 16800975 18446604453859183552 0 0 -1 0 0 0 0
[pid=2715/tid=2732] ppid=2713 vsize=15687180 CPUtime=0 cores=0,2,4,6
/proc/2715/task/2732/stat : 2732 (java) S 2713 2715 1375 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 599293358 16063672320 196230 33554432000 1073741824 1073778376 140735230218592 18446744073709551615 252469881753 0 4 0 16800975 18446604453859183552 0 0 -1 6 0 0 0
[pid=2715/tid=2733] ppid=2713 vsize=15687180 CPUtime=0 cores=0,2,4,6
/proc/2715/task/2733/stat : 2733 (java) R 2713 2715 1375 0 -1 4202560 67 0 0 0 0 0 0 0 15 0 22 0 599293358 16063672320 196230 33554432000 1073741824 1073778376 140735230218592 18446744073709551615 252469882368 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=2715/tid=2738] ppid=2713 vsize=15687180 CPUtime=1191.61 cores=0,2,4,6
/proc/2715/task/2738/stat : 2738 (java) R 2713 2715 1375 0 -1 4202560 472824 0 0 0 119097 64 0 0 25 0 22 0 599293452 16063672320 196230 33554432000 1073741824 1073778376 140735230218592 18446744073709551615 46912506318374 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=2715/tid=2739] ppid=2713 vsize=15687180 CPUtime=1190.79 cores=0,2,4,6
/proc/2715/task/2739/stat : 2739 (java) R 2713 2715 1375 0 -1 4202560 480473 0 0 0 119014 65 0 0 25 0 22 0 599293452 16063672320 196230 33554432000 1073741824 1073778376 140735230218592 18446744073709551615 46912506033339 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=2715/tid=2740] ppid=2713 vsize=15687180 CPUtime=1190.83 cores=0,2,4,6
/proc/2715/task/2740/stat : 2740 (java) R 2713 2715 1375 0 -1 4202560 474086 0 0 0 119019 64 0 0 25 0 22 0 599293452 16063672320 196230 33554432000 1073741824 1073778376 140735230218592 18446744073709551615 46912506150532 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=2715/tid=2741] ppid=2713 vsize=15687180 CPUtime=1190.88 cores=0,2,4,6
/proc/2715/task/2741/stat : 2741 (java) R 2713 2715 1375 0 -1 4202560 472290 0 0 0 119026 62 0 0 25 0 22 0 599293452 16063672320 196230 33554432000 1073741824 1073778376 140735230218592 18446744073709551615 46912506318035 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4800.15
Current children cumulated vsize (KiB) 15687180

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

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

Child status: 143
Real time (s): 1207.05
CPU time (s): 4800.22
CPU user time (s): 4794.79
CPU system time (s): 5.43717
CPU usage (%): 397.682
Max. virtual memory (cumulated for all children) (KiB): 15690868

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4794.79
system time used= 5.43717
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2988709
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= 107796
involuntary context switches= 79124

runsolver used 2.01469 second user time and 4.63429 second system time

The end

Launcher Data

Begin job on node111 at 2011-04-29 17:23:49
IDJOB=3311980
IDBENCH=71492
IDSOLVER=1698
FILE ID=node111/3311980-1304090629
RUNJOBID= node111-1304090629-2678
PBS_JOBID= 13170507
Free space on /tmp= 70892 MiB

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

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

MD5SUM BENCH= 35278b3ce28129761cf8ae7994f37d3f
RANDOM SEED=2049078601

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      24784816 kB
Buffers:       1281028 kB
Cached:        6320924 kB
SwapCached:        124 kB
Active:        3286080 kB
Inactive:      4391744 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      24784816 kB
SwapTotal:    67111528 kB
SwapFree:     67111348 kB
Dirty:            7020 kB
Writeback:           0 kB
AnonPages:       75024 kB
Mapped:          22632 kB
Slab:           425292 kB
PageTables:       4892 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   778360 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= 70892 MiB
End job on node111 at 2011-04-29 17:43:58