Trace number 3311489

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.17 1206.74

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v700-c2982-S1800377425-032.UNKNOWN.cnf
MD5SUMd85bdfa4ee68fd1c7d18743407334b5d
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables700
Number of clauses2982
Sum of the clauses size8946
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 32982
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.10/0.11	23:40 INFO : Reading from input HOME/instance-3311489-1304130219.cnf
0.27/0.25	Executor set job limit to 1000000
0.27/0.25	Executor set job limit to 1000000
0.27/0.25	Executor set job limit to 1000000
0.27/0.25	Executor set job limit to 1000000
0.27/0.25	Starting Executor!
0.27/0.25	Starting Executor!
0.27/0.25	Starting Executor!
0.27/0.25	Starting Executor!
0.52/0.39	23:40 INFO : 699 variables remaining out of 700
0.52/0.39	23:40 INFO : 11884 literals remaining out of 11928

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

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

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


[startup+0 s]
/proc/loadavg: 8.31 8.13 8.03 5/198 2756
/proc/meminfo: memFree=29288756/32951124 swapFree=67111364/67111528
[pid=2756] ppid=2754 vsize=23028 CPUtime=0 cores=1,3,5,7
/proc/2756/stat : 2756 (java) R 2754 2756 1767 0 -1 4202496 839 0 0 0 0 0 0 0 25 0 1 0 524619917 23580672 324 33554432000 1073741824 1073778376 140734697363984 18446744073709551615 228239386368 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/2756/statm: 5757 335 263 9 0 124 0
[pid=2756/tid=2757] ppid=2754 vsize=26088 CPUtime=0 cores=1,3,5,7
/proc/2756/task/2757/stat : 2757 (java) S 2754 2756 1767 0 -1 4202560 56 0 0 0 0 0 0 0 25 0 2 0 524619917 26714112 885 33554432000 1073741824 1073778376 140734697363984 18446744073709551615 228239425159 0 2147483391 4096 0 18446744071699199166 0 0 -1 3 0 0 0

[startup+0.045294 s]
/proc/loadavg: 8.31 8.13 8.03 5/198 2756
/proc/meminfo: memFree=29288756/32951124 swapFree=67111364/67111528
[pid=2756] ppid=2754 vsize=15606304 CPUtime=0.04 cores=1,3,5,7
/proc/2756/stat : 2756 (java) S 2754 2756 1767 0 -1 4202496 3912 0 1 0 3 1 0 0 25 0 15 0 524619917 15980855296 3350 33554432000 1073741824 1073778376 140734697363984 18446744073709551615 228256151525 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/2756/statm: 3901576 3354 1706 9 0 3892324 0
[pid=2756/tid=2757] ppid=2754 vsize=15606304 CPUtime=0.03 cores=1,3,5,7
/proc/2756/task/2757/stat : 2757 (java) R 2754 2756 1767 0 -1 4202560 2509 0 1 0 3 0 0 0 25 0 15 0 524619917 15980855296 3357 33554432000 1073741824 1073778376 140734697363984 18446744073709551615 228244302135 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 15606304

[startup+0.100285 s]
/proc/loadavg: 8.31 8.13 8.03 5/198 2756
/proc/meminfo: memFree=29288756/32951124 swapFree=67111364/67111528
[pid=2756] ppid=2754 vsize=15676512 CPUtime=0.1 cores=1,3,5,7
/proc/2756/stat : 2756 (java) S 2754 2756 1767 0 -1 4202496 5628 0 1 0 9 1 0 0 25 0 18 0 524619917 16052748288 5024 33554432000 1073741824 1073778376 140734697363984 18446744073709551615 228256151525 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/2756/statm: 3919128 5024 2118 9 0 3909847 0
[pid=2756/tid=2757] ppid=2754 vsize=15676512 CPUtime=0.08 cores=1,3,5,7
/proc/2756/task/2757/stat : 2757 (java) R 2754 2756 1767 0 -1 4202560 3458 0 1 0 7 1 0 0 18 0 18 0 524619917 16052748288 5025 33554432000 1073741824 1073778376 140734697363984 18446744073709551615 47901510292986 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 15676512

[startup+0.300263 s]
/proc/loadavg: 8.31 8.13 8.03 5/198 2756
/proc/meminfo: memFree=29288756/32951124 swapFree=67111364/67111528
[pid=2756] ppid=2754 vsize=15748536 CPUtime=0.52 cores=1,3,5,7
/proc/2756/stat : 2756 (java) S 2754 2756 1767 0 -1 4202496 11525 0 1 0 49 3 0 0 25 0 22 0 524619917 16126500864 9982 33554432000 1073741824 1073778376 140734697363984 18446744073709551615 228256151525 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/2756/statm: 3937134 9982 2213 9 0 3927853 0
[pid=2756/tid=2757] ppid=2754 vsize=15748536 CPUtime=0.29 cores=1,3,5,7
/proc/2756/task/2757/stat : 2757 (java) R 2754 2756 1767 0 -1 4202560 6604 0 1 0 27 2 0 0 18 0 22 0 524619917 16126500864 9982 33554432000 1073741824 1073778376 140734697363984 18446744073709551615 228256165830 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 15748536

[startup+0.937585 s]
/proc/loadavg: 8.31 8.13 8.03 5/198 2756
/proc/meminfo: memFree=29288756/32951124 swapFree=67111364/67111528
[pid=2756] ppid=2754 vsize=15752000 CPUtime=2.76 cores=1,3,5,7
/proc/2756/stat : 2756 (java) S 2754 2756 1767 0 -1 4202496 51987 0 1 0 267 9 0 0 25 0 22 0 524619917 16130048000 45735 33554432000 1073741824 1073778376 140734697363984 18446744073709551615 228256151525 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/2756/statm: 3938000 45735 2265 9 0 3928719 0
[pid=2756/tid=2757] ppid=2754 vsize=15752000 CPUtime=0.39 cores=1,3,5,7
/proc/2756/task/2757/stat : 2757 (java) S 2754 2756 1767 0 -1 4202560 6995 0 1 0 37 2 0 0 18 0 22 0 524619917 16130048000 45735 33554432000 1073741824 1073778376 140734697363984 18446744073709551615 228256164761 0 4 0 16800975 18446604460586631616 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2.76
Current children cumulated vsize (KiB) 15752000

[startup+1.50101 s]
/proc/loadavg: 8.31 8.13 8.03 11/220 2783
/proc/meminfo: memFree=29094548/32951124 swapFree=67111364/67111528
[pid=2756] ppid=2754 vsize=15752000 CPUtime=4.99 cores=1,3,5,7
/proc/2756/stat : 2756 (java) S 2754 2756 1767 0 -1 4202496 62873 0 1 0 488 11 0 0 25 0 22 0 524619917 16130048000 56608 33554432000 1073741824 1073778376 140734697363984 18446744073709551615 228256151525 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/2756/statm: 3938000 56608 2274 9 0 3928719 0
[pid=2756/tid=2757] ppid=2754 vsize=15752000 CPUtime=0.39 cores=1,3,5,7
/proc/2756/task/2757/stat : 2757 (java) S 2754 2756 1767 0 -1 4202560 6995 0 1 0 37 2 0 0 18 0 22 0 524619917 16130048000 56608 33554432000 1073741824 1073778376 140734697363984 18446744073709551615 228256164761 0 4 0 16800975 18446604460586631616 0 0 -1 3 0 0 0
[pid=2756/tid=2762] ppid=2754 vsize=15752000 CPUtime=0 cores=1,3,5,7
/proc/2756/task/2762/stat : 2762 (java) S 2754 2756 1767 0 -1 4202560 387 0 0 0 0 0 0 0 15 0 22 0 524619918 16130048000 56608 33554432000 1073741824 1073778376 140734697363984 18446744073709551615 228256164761 0 4 0 16800975 18446604460586631616 0 0 -1 7 0 0 0
[pid=2756/tid=2763] ppid=2754 vsize=15752000 CPUtime=0 cores=1,3,5,7
/proc/2756/task/2763/stat : 2763 (java) S 2754 2756 1767 0 -1 4202560 720 0 0 0 0 0 0 0 16 0 22 0 524619918 16130048000 56608 33554432000 1073741824 1073778376 140734697363984 18446744073709551615 228256164761 0 4 0 16800975 18446604460586631616 0 0 -1 3 0 0 0
[pid=2756/tid=2764] ppid=2754 vsize=15752000 CPUtime=0 cores=1,3,5,7
/proc/2756/task/2764/stat : 2764 (java) S 2754 2756 1767 0 -1 4202560 1036 0 0 0 0 0 0 0 15 0 22 0 524619918 16130048000 56608 33554432000 1073741824 1073778376 140734697363984 18446744073709551615 228256164761 0 4 0 16800975 18446604460586631616 0 0 -1 7 0 0 0
[pid=2756/tid=2765] ppid=2754 vsize=15752000 CPUtime=0 cores=1,3,5,7
/proc/2756/task/2765/stat : 2765 (java) R 2754 2756 1767 0 -1 4202560 2005 0 0 0 0 0 0 0 16 0 22 0 524619918 16130048000 56608 33554432000 1073741824 1073778376 140734697363984 18446744073709551615 228256164761 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=2756/tid=2766] ppid=2754 vsize=15752000 CPUtime=0 cores=1,3,5,7
/proc/2756/task/2766/stat : 2766 (java) S 2754 2756 1767 0 -1 4202560 2010 0 0 0 0 0 0 0 16 0 22 0 524619918 16130048000 56608 33554432000 1073741824 1073778376 140734697363984 18446744073709551615 228256164761 0 4 0 16800975 18446604460586631616 0 0 -1 7 0 0 0
[pid=2756/tid=2767] ppid=2754 vsize=15752000 CPUtime=0 cores=1,3,5,7
/proc/2756/task/2767/stat : 2767 (java) S 2754 2756 1767 0 -1 4202560 942 0 0 0 0 0 0 0 15 0 22 0 524619918 16130048000 56608 33554432000 1073741824 1073778376 140734697363984 18446744073709551615 228256164761 0 4 0 16800975 18446604460586631616 0 0 -1 7 0 0 0
[pid=2756/tid=2768] ppid=2754 vsize=15752000 CPUtime=0 cores=1,3,5,7
/proc/2756/task/2768/stat : 2768 (java) S 2754 2756 1767 0 -1 4202560 880 0 0 0 0 0 0 0 15 0 22 0 524619918 16130048000 56608 33554432000 1073741824 1073778376 140734697363984 18446744073709551615 228256164761 0 4 0 16800975 18446604460586631616 0 0 -1 1 0 0 0
[pid=2756/tid=2769] ppid=2754 vsize=15752000 CPUtime=0 cores=1,3,5,7
/proc/2756/task/2769/stat : 2769 (java) S 2754 2756 1767 0 -1 4202560 1693 0 0 0 0 0 0 0 16 0 22 0 524619918 16130048000 56608 33554432000 1073741824 1073778376 140734697363984 18446744073709551615 228256164761 0 4 0 16800975 18446604460586631616 0 0 -1 7 0 0 0
[pid=2756/tid=2770] ppid=2754 vsize=15752000 CPUtime=0 cores=1,3,5,7
/proc/2756/task/2770/stat : 2770 (java) S 2754 2756 1767 0 -1 4202560 74 0 0 0 0 0 0 0 15 0 22 0 524619919 16130048000 56608 33554432000 1073741824 1073778376 140734697363984 18446744073709551615 228256165376 0 0 0 16800975 18446604460586631616 0 0 -1 7 0 0 0
[pid=2756/tid=2771] ppid=2754 vsize=15752000 CPUtime=0 cores=1,3,5,7
/proc/2756/task/2771/stat : 2771 (java) S 2754 2756 1767 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 524619919 16130048000 56608 33554432000 1073741824 1073778376 140734697363984 18446744073709551615 228256164761 0 4 0 16800975 18446604460586631616 0 0 -1 7 0 0 0
[pid=2756/tid=2772] ppid=2754 vsize=15752000 CPUtime=0 cores=1,3,5,7
/proc/2756/task/2772/stat : 2772 (java) S 2754 2756 1767 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 524619919 16130048000 56608 33554432000 1073741824 1073778376 140734697363984 18446744073709551615 228256164761 0 4 0 16800975 18446604460586631616 0 0 -1 7 0 0 0
[pid=2756/tid=2773] ppid=2754 vsize=15752000 CPUtime=0 cores=1,3,5,7
/proc/2756/task/2773/stat : 2773 (java) S 2754 2756 1767 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 524619921 16130048000 56608 33554432000 1073741824 1073778376 140734697363984 18446744073709551615 228256172465 0 4 0 16800975 18446604460586631616 0 0 -1 3 0 0 0
[pid=2756/tid=2774] ppid=2754 vsize=15752000 CPUtime=0.91 cores=1,3,5,7
/proc/2756/task/2774/stat : 2774 (java) S 2754 2756 1767 0 -1 4202560 5395 0 0 0 91 0 0 0 17 0 22 0 524619921 16130048000 56608 33554432000 1073741824 1073778376 140734697363984 18446744073709551615 228256164761 0 4 0 16800975 18446604460586631616 0 0 -1 7 0 0 0
[pid=2756/tid=2775] ppid=2754 vsize=15752000 CPUtime=0.58 cores=1,3,5,7
/proc/2756/task/2775/stat : 2775 (java) R 2754 2756 1767 0 -1 4202560 10598 0 0 0 57 1 0 0 25 0 22 0 524619921 16130048000 56608 33554432000 1073741824 1073778376 140734697363984 18446744073709551615 228256164761 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=2756/tid=2776] ppid=2754 vsize=15752000 CPUtime=0 cores=1,3,5,7
/proc/2756/task/2776/stat : 2776 (java) S 2754 2756 1767 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 524619921 16130048000 56608 33554432000 1073741824 1073778376 140734697363984 18446744073709551615 228256164761 0 4 0 16800975 18446604460586631616 0 0 -1 3 0 0 0
[pid=2756/tid=2777] ppid=2754 vsize=15752000 CPUtime=0 cores=1,3,5,7
/proc/2756/task/2777/stat : 2777 (java) S 2754 2756 1767 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 524619921 16130048000 56608 33554432000 1073741824 1073778376 140734697363984 18446744073709551615 228256165376 0 4 0 16800975 18446604460586631616 0 0 -1 1 0 0 0
[pid=2756/tid=2778] ppid=2754 vsize=15752000 CPUtime=0.87 cores=1,3,5,7
/proc/2756/task/2778/stat : 2778 (java) R 2754 2756 1767 0 -1 4202560 9613 0 0 0 86 1 0 0 16 0 22 0 524619943 16130048000 56608 33554432000 1073741824 1073778376 140734697363984 18446744073709551615 46912505745512 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=2756/tid=2779] ppid=2754 vsize=15752000 CPUtime=0.57 cores=1,3,5,7
/proc/2756/task/2779/stat : 2779 (java) R 2754 2756 1767 0 -1 4202560 1795 0 0 0 57 0 0 0 18 0 22 0 524619943 16130048000 56608 33554432000 1073741824 1073778376 140734697363984 18446744073709551615 46912506034513 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=2756/tid=2782] ppid=2754 vsize=15752000 CPUtime=0.79 cores=1,3,5,7
/proc/2756/task/2782/stat : 2782 (java) R 2754 2756 1767 0 -1 4202560 8661 0 0 0 79 0 0 0 16 0 22 0 524619943 16130048000 56608 33554432000 1073741824 1073778376 140734697363984 18446744073709551615 46912505744468 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=2756/tid=2783] ppid=2754 vsize=15752000 CPUtime=0.76 cores=1,3,5,7
/proc/2756/task/2783/stat : 2783 (java) R 2754 2756 1767 0 -1 4202560 8682 0 0 0 75 1 0 0 17 0 22 0 524619943 16130048000 56608 33554432000 1073741824 1073778376 140734697363984 18446744073709551615 46912505854500 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4.99
Current children cumulated vsize (KiB) 15752000

[startup+3.10073 s]
/proc/loadavg: 8.31 8.13 8.03 9/220 2783
/proc/meminfo: memFree=28956536/32951124 swapFree=67111364/67111528
[pid=2756] ppid=2754 vsize=15752000 CPUtime=11.37 cores=1,3,5,7
/proc/2756/stat : 2756 (java) S 2754 2756 1767 0 -1 4202496 155252 0 1 0 1114 23 0 0 25 0 22 0 524619917 16130048000 148939 33554432000 1073741824 1073778376 140734697363984 18446744073709551615 228256151525 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/2756/statm: 3938000 148939 2285 9 0 3928719 0
[pid=2756/tid=2757] ppid=2754 vsize=15752000 CPUtime=0.39 cores=1,3,5,7
/proc/2756/task/2757/stat : 2757 (java) S 2754 2756 1767 0 -1 4202560 6995 0 1 0 37 2 0 0 18 0 22 0 524619917 16130048000 148939 33554432000 1073741824 1073778376 140734697363984 18446744073709551615 228256164761 0 4 0 16800975 18446604460586631616 0 0 -1 3 0 0 0
[pid=2756/tid=2762] ppid=2754 vsize=15752000 CPUtime=0 cores=1,3,5,7
/proc/2756/task/2762/stat : 2762 (java) S 2754 2756 1767 0 -1 4202560 1840 0 0 0 0 0 0 0 15 0 22 0 524619918 16130048000 148939 33554432000 1073741824 1073778376 140734697363984 18446744073709551615 228256164761 0 4 0 16800975 18446604460586631616 0 0 -1 1 0 0 0
[pid=2756/tid=2763] ppid=2754 vsize=15752000 CPUtime=0 cores=1,3,5,7
/proc/2756/task/2763/stat : 2763 (java) S 2754 2756 1767 0 -1 4202560 2378 0 0 0 0 0 0 0 15 0 22 0 524619918 16130048000 148939 33554432000 1073741824 1073778376 140734697363984 18446744073709551615 228256164761 0 4 0 16800975 18446604460586631616 0 0 -1 3 0 0 0
[pid=2756/tid=2764] ppid=2754 vsize=15752000 CPUtime=0 cores=1,3,5,7
/proc/2756/task/2764/stat : 2764 (java) S 2754 2756 1767 0 -1 4202560 2970 0 0 0 0 0 0 0 15 0 22 0 524619918 16130048000 148939 33554432000 1073741824 1073778376 140734697363984 18446744073709551615 228256164761 0 4 0 16800975 18446604460586631616 0 0 -1 3 0 0 0
[pid=2756/tid=2765] ppid=2754 vsize=15752000 CPUtime=0.01 cores=1,3,5,7
/proc/2756/task/2765/stat : 2765 (java) S 2754 2756 1767 0 -1 4202560 3357 0 0 0 1 0 0 0 15 0 22 0 524619918 16130048000 148939 33554432000 1073741824 1073778376 140734697363984 18446744073709551615 228256164761 0 4 0 16800975 18446604460586631616 0 0 -1 5 0 0 0
[pid=2756/tid=2766] ppid=2754 vsize=15752000 CPUtime=0 cores=1,3,5,7
/proc/2756/task/2766/stat : 2766 (java) S 2754 2756 1767 0 -1 4202560 2010 0 0 0 0 0 0 0 15 0 22 0 524619918 16130048000 148939 33554432000 1073741824 1073778376 140734697363984 18446744073709551615 228256164761 0 4 0 16800975 18446604460586631616 0 0 -1 1 0 0 0
[pid=2756/tid=2767] ppid=2754 vsize=15752000 CPUtime=0 cores=1,3,5,7
/proc/2756/task/2767/stat : 2767 (java) S 2754 2756 1767 0 -1 4202560 2358 0 0 0 0 0 0 0 16 0 22 0 524619918 16130048000 148939 33554432000 1073741824 1073778376 140734697363984 18446744073709551615 228256164761 0 4 0 16800975 18446604460586631616 0 0 -1 1 0 0 0
[pid=2756/tid=2768] ppid=2754 vsize=15752000 CPUtime=0 cores=1,3,5,7
/proc/2756/task/2768/stat : 2768 (java) S 2754 2756 1767 0 -1 4202560 880 0 0 0 0 0 0 0 15 0 22 0 524619918 16130048000 148939 33554432000 1073741824 1073778376 140734697363984 18446744073709551615 228256164761 0 4 0 16800975 18446604460586631616 0 0 -1 5 0 0 0
[pid=2756/tid=2769] ppid=2754 vsize=15752000 CPUtime=0 cores=1,3,5,7
/proc/2756/task/2769/stat : 2769 (java) S 2754 2756 1767 0 -1 4202560 3441 0 0 0 0 0 0 0 15 0 22 0 524619918 16130048000 148939 33554432000 1073741824 1073778376 140734697363984 18446744073709551615 228256164761 0 4 0 16800975 18446604460586631616 0 0 -1 3 0 0 0
[pid=2756/tid=2770] ppid=2754 vsize=15752000 CPUtime=0 cores=1,3,5,7
/proc/2756/task/2770/stat : 2770 (java) S 2754 2756 1767 0 -1 4202560 447 0 0 0 0 0 0 0 15 0 22 0 524619919 16130048000 148939 33554432000 1073741824 1073778376 140734697363984 18446744073709551615 228256165376 0 0 0 16800975 18446604460586631616 0 0 -1 7 0 0 0
[pid=2756/tid=2771] ppid=2754 vsize=15752000 CPUtime=0 cores=1,3,5,7
/proc/2756/task/2771/stat : 2771 (java) S 2754 2756 1767 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 524619919 16130048000 148939 33554432000 1073741824 1073778376 140734697363984 18446744073709551615 228256164761 0 4 0 16800975 18446604460586631616 0 0 -1 7 0 0 0
[pid=2756/tid=2772] ppid=2754 vsize=15752000 CPUtime=0 cores=1,3,5,7
/proc/2756/task/2772/stat : 2772 (java) S 2754 2756 1767 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 524619919 16130048000 148939 33554432000 1073741824 1073778376 140734697363984 18446744073709551615 228256164761 0 4 0 16800975 18446604460586631616 0 0 -1 7 0 0 0
[pid=2756/tid=2773] ppid=2754 vsize=15752000 CPUtime=0 cores=1,3,5,7
/proc/2756/task/2773/stat : 2773 (java) S 2754 2756 1767 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 524619921 16130048000 148939 33554432000 1073741824 1073778376 140734697363984 18446744073709551615 228256172465 0 4 0 16800975 18446604460586631616 0 0 -1 3 0 0 0
[pid=2756/tid=2774] ppid=2754 vsize=15752000 CPUtime=0.95 cores=1,3,5,7
/proc/2756/task/2774/stat : 2774 (java) S 2754 2756 1767 0 -1 4202560 5436 0 0 0 95 0 0 0 15 0 22 0 524619921 16130048000 148939 33554432000 1073741824 1073778376 140734697363984 18446744073709551615 228256164761 0 4 0 16800975 18446604460586631616 0 0 -1 1 0 0 0
[pid=2756/tid=2775] ppid=2754 vsize=15752000 CPUtime=0.6 cores=1,3,5,7
/proc/2756/task/2775/stat : 2775 (java) S 2754 2756 1767 0 -1 4202560 10598 0 0 0 59 1 0 0 16 0 22 0 524619921 16130048000 148939 33554432000 1073741824 1073778376 140734697363984 18446744073709551615 228256164761 0 4 0 16800975 18446604460586631616 0 0 -1 7 0 0 0
[pid=2756/tid=2776] ppid=2754 vsize=15752000 CPUtime=0 cores=1,3,5,7
/proc/2756/task/2776/stat : 2776 (java) S 2754 2756 1767 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 524619921 16130048000 148939 33554432000 1073741824 1073778376 140734697363984 18446744073709551615 228256164761 0 4 0 16800975 18446604460586631616 0 0 -1 3 0 0 0
[pid=2756/tid=2777] ppid=2754 vsize=15752000 CPUtime=0 cores=1,3,5,7
/proc/2756/task/2777/stat : 2777 (java) S 2754 2756 1767 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 524619921 16130048000 148939 33554432000 1073741824 1073778376 140734697363984 18446744073709551615 228256165376 0 4 0 16800975 18446604460586631616 0 0 -1 1 0 0 0
[pid=2756/tid=2778] ppid=2754 vsize=15752000 CPUtime=2.42 cores=1,3,5,7
/proc/2756/task/2778/stat : 2778 (java) R 2754 2756 1767 0 -1 4202560 30611 0 0 0 237 5 0 0 18 0 22 0 524619943 16130048000 148939 33554432000 1073741824 1073778376 140734697363984 18446744073709551615 47901511050988 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=2756/tid=2779] ppid=2754 vsize=15752000 CPUtime=2.12 cores=1,3,5,7
/proc/2756/task/2779/stat : 2779 (java) R 2754 2756 1767 0 -1 4202560 22338 0 0 0 210 2 0 0 21 0 22 0 524619943 16130048000 148939 33554432000 1073741824 1073778376 140734697363984 18446744073709551615 46912506081344 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=2756/tid=2782] ppid=2754 vsize=15752000 CPUtime=2.38 cores=1,3,5,7
/proc/2756/task/2782/stat : 2782 (java) R 2754 2756 1767 0 -1 4202560 29034 0 0 0 235 3 0 0 18 0 22 0 524619943 16130048000 148939 33554432000 1073741824 1073778376 140734697363984 18446744073709551615 46912506003808 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=2756/tid=2783] ppid=2754 vsize=15752000 CPUtime=2.36 cores=1,3,5,7
/proc/2756/task/2783/stat : 2783 (java) R 2754 2756 1767 0 -1 4202560 29172 0 0 0 232 4 0 0 18 0 22 0 524619943 16130048000 148939 33554432000 1073741824 1073778376 140734697363984 18446744073709551615 46912505765624 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 11.37
Current children cumulated vsize (KiB) 15752000

[startup+6.30117 s]
/proc/loadavg: 8.28 8.12 8.03 9/220 2783
/proc/meminfo: memFree=28248124/32951124 swapFree=67111364/67111528
[pid=2756] ppid=2754 vsize=15752000 CPUtime=24.14 cores=1,3,5,7
/proc/2756/stat : 2756 (java) S 2754 2756 1767 0 -1 4202496 282293 0 1 0 2377 37 0 0 25 0 22 0 524619917 16130048000 274316 33554432000 1073741824 1073778376 140734697363984 18446744073709551615 228256151525 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/2756/statm: 3938000 274316 2285 9 0 3928719 0
[pid=2756/tid=2757] ppid=2754 vsize=15752000 CPUtime=0.39 cores=1,3,5,7
/proc/2756/task/2757/stat : 2757 (java) S 2754 2756 1767 0 -1 4202560 6995 0 1 0 37 2 0 0 18 0 22 0 524619917 16130048000 274316 33554432000 1073741824 1073778376 140734697363984 18446744073709551615 228256164761 0 4 0 16800975 18446604460586631616 0 0 -1 3 0 0 0
[pid=2756/tid=2762] ppid=2754 vsize=15752000 CPUtime=0 cores=1,3,5,7
/proc/2756/task/2762/stat : 2762 (java) S 2754 2756 1767 0 -1 4202560 2638 0 0 0 0 0 0 0 15 0 22 0 524619918 16130048000 274316 33554432000 1073741824 1073778376 140734697363984 18446744073709551615 228256164761 0 4 0 16800975 18446604460586631616 0 0 -1 1 0 0 0
[pid=2756/tid=2763] ppid=2754 vsize=15752000 CPUtime=0 cores=1,3,5,7
/proc/2756/task/2763/stat : 2763 (java) S 2754 2756 1767 0 -1 4202560 2571 0 0 0 0 0 0 0 16 0 22 0 524619918 16130048000 274316 33554432000 1073741824 1073778376 140734697363984 18446744073709551615 228256164761 0 4 0 16800975 18446604460586631616 0 0 -1 7 0 0 0
[pid=2756/tid=2764] ppid=2754 vsize=15752000 CPUtime=0 cores=1,3,5,7
/proc/2756/task/2764/stat : 2764 (java) S 2754 2756 1767 0 -1 4202560 3225 0 0 0 0 0 0 0 16 0 22 0 524619918 16130048000 274316 33554432000 1073741824 1073778376 140734697363984 18446744073709551615 228256164761 0 4 0 16800975 18446604460586631616 0 0 -1 3 0 0 0
[pid=2756/tid=2765] ppid=2754 vsize=15752000 CPUtime=0.01 cores=1,3,5,7
/proc/2756/task/2765/stat : 2765 (java) S 2754 2756 1767 0 -1 4202560 3357 0 0 0 1 0 0 0 15 0 22 0 524619918 16130048000 274316 33554432000 1073741824 1073778376 140734697363984 18446744073709551615 228256164761 0 4 0 16800975 18446604460586631616 0 0 -1 5 0 0 0
[pid=2756/tid=2766] ppid=2754 vsize=15752000 CPUtime=0.01 cores=1,3,5,7
/proc/2756/task/2766/stat : 2766 (java) S 2754 2756 1767 0 -1 4202560 2232 0 0 0 1 0 0 0 16 0 22 0 524619918 16130048000 274316 33554432000 1073741824 1073778376 140734697363984 18446744073709551615 228256164761 0 4 0 16800975 18446604460586631616 0 0 -1 1 0 0 0
[pid=2756/tid=2767] ppid=2754 vsize=15752000 CPUtime=0 cores=1,3,5,7
/proc/2756/task/2767/stat : 2767 (java) S 2754 2756 1767 0 -1 4202560 2893 0 0 0 0 0 0 0 15 0 22 0 524619918 16130048000 274316 33554432000 1073741824 1073778376 140734697363984 18446744073709551615 228256164761 0 4 0 16800975 18446604460586631616 0 0 -1 1 0 0 0
[pid=2756/tid=2768] ppid=2754 vsize=15752000 CPUtime=0 cores=1,3,5,7
/proc/2756/task/2768/stat : 2768 (java) S 2754 2756 1767 0 -1 4202560 1468 0 0 0 0 0 0 0 16 0 22 0 524619918 16130048000 274316 33554432000 1073741824 1073778376 140734697363984 18446744073709551615 228256164761 0 4 0 16800975 18446604460586631616 0 0 -1 5 0 0 0
[pid=2756/tid=2769] ppid=2754 vsize=15752000 CPUtime=0 cores=1,3,5,7
/proc/2756/task/2769/stat : 2769 (java) S 2754 2756 1767 0 -1 4202560 3722 0 0 0 0 0 0 0 15 0 22 0 524619918 16130048000 274316 33554432000 1073741824 1073778376 140734697363984 18446744073709551615 228256164761 0 4 0 16800975 18446604460586631616 0 0 -1 3 0 0 0

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

[pid=2756/tid=2779] ppid=2754 vsize=15752000 CPUtime=1048.82 cores=1,3,5,7
/proc/2756/task/2779/stat : 2779 (java) R 2754 2756 1767 0 -1 4202560 390979 0 0 0 104828 54 0 0 25 0 22 0 524619943 16130048000 98017 33554432000 1073741824 1073778376 140734697363984 18446744073709551615 46912505990507 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=2756/tid=2782] ppid=2754 vsize=15752000 CPUtime=1048.73 cores=1,3,5,7
/proc/2756/task/2782/stat : 2782 (java) R 2754 2756 1767 0 -1 4202560 393382 0 0 0 104818 55 0 0 25 0 22 0 524619943 16130048000 98017 33554432000 1073741824 1073778376 140734697363984 18446744073709551615 46912505828331 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=2756/tid=2783] ppid=2754 vsize=15752000 CPUtime=1048.65 cores=1,3,5,7
/proc/2756/task/2783/stat : 2783 (java) R 2754 2756 1767 0 -1 4202560 388988 0 0 0 104811 54 0 0 25 0 22 0 524619943 16130048000 98017 33554432000 1073741824 1073778376 140734697363984 18446744073709551615 46912506081851 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4225.84
Current children cumulated vsize (KiB) 15752000

[startup+1122.31 s]
/proc/loadavg: 8.02 8.06 8.02 9/220 2816
/proc/meminfo: memFree=30094560/32951124 swapFree=67111364/67111528
[pid=2756] ppid=2754 vsize=15752000 CPUtime=4464.46 cores=1,3,5,7
/proc/2756/stat : 2756 (java) S 2754 2756 1767 0 -1 4202496 2847701 0 1 0 445911 535 0 0 25 0 22 0 524619917 16130048000 102073 33554432000 1073741824 1073778376 140734697363984 18446744073709551615 228256151525 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/2756/statm: 3938000 102073 2299 9 0 3928719 0
[pid=2756/tid=2757] ppid=2754 vsize=15752000 CPUtime=0.39 cores=1,3,5,7
/proc/2756/task/2757/stat : 2757 (java) S 2754 2756 1767 0 -1 4202560 6995 0 1 0 37 2 0 0 18 0 22 0 524619917 16130048000 102073 33554432000 1073741824 1073778376 140734697363984 18446744073709551615 228256164761 0 4 0 16800975 18446604460586631616 0 0 -1 3 0 0 0
[pid=2756/tid=2762] ppid=2754 vsize=15752000 CPUtime=3.48 cores=1,3,5,7
/proc/2756/task/2762/stat : 2762 (java) S 2754 2756 1767 0 -1 4202560 148413 0 0 0 319 29 0 0 16 0 22 0 524619918 16130048000 102073 33554432000 1073741824 1073778376 140734697363984 18446744073709551615 228256164761 0 4 0 16800975 18446604460586631616 0 0 -1 1 0 0 0
[pid=2756/tid=2763] ppid=2754 vsize=15752000 CPUtime=3.4 cores=1,3,5,7
/proc/2756/task/2763/stat : 2763 (java) S 2754 2756 1767 0 -1 4202560 142888 0 0 0 314 26 0 0 16 0 22 0 524619918 16130048000 102073 33554432000 1073741824 1073778376 140734697363984 18446744073709551615 228256164761 0 4 0 16800975 18446604460586631616 0 0 -1 3 0 0 0
[pid=2756/tid=2764] ppid=2754 vsize=15752000 CPUtime=3.47 cores=1,3,5,7
/proc/2756/task/2764/stat : 2764 (java) S 2754 2756 1767 0 -1 4202560 142786 0 0 0 320 27 0 0 15 0 22 0 524619918 16130048000 102073 33554432000 1073741824 1073778376 140734697363984 18446744073709551615 228256164761 0 4 0 16800975 18446604460586631616 0 0 -1 3 0 0 0
[pid=2756/tid=2765] ppid=2754 vsize=15752000 CPUtime=3.45 cores=1,3,5,7
/proc/2756/task/2765/stat : 2765 (java) S 2754 2756 1767 0 -1 4202560 147938 0 0 0 320 25 0 0 16 0 22 0 524619918 16130048000 102073 33554432000 1073741824 1073778376 140734697363984 18446744073709551615 228256164761 0 4 0 16800975 18446604460586631616 0 0 -1 5 0 0 0
[pid=2756/tid=2766] ppid=2754 vsize=15752000 CPUtime=3.51 cores=1,3,5,7
/proc/2756/task/2766/stat : 2766 (java) S 2754 2756 1767 0 -1 4202560 146698 0 0 0 325 26 0 0 15 0 22 0 524619918 16130048000 102073 33554432000 1073741824 1073778376 140734697363984 18446744073709551615 228256164761 0 4 0 16800975 18446604460586631616 0 0 -1 1 0 0 0
[pid=2756/tid=2767] ppid=2754 vsize=15752000 CPUtime=3.53 cores=1,3,5,7
/proc/2756/task/2767/stat : 2767 (java) S 2754 2756 1767 0 -1 4202560 142520 0 0 0 329 24 0 0 15 0 22 0 524619918 16130048000 102073 33554432000 1073741824 1073778376 140734697363984 18446744073709551615 228256164761 0 4 0 16800975 18446604460586631616 0 0 -1 7 0 0 0
[pid=2756/tid=2768] ppid=2754 vsize=15752000 CPUtime=3.49 cores=1,3,5,7
/proc/2756/task/2768/stat : 2768 (java) S 2754 2756 1767 0 -1 4202560 144192 0 0 0 323 26 0 0 15 0 22 0 524619918 16130048000 102073 33554432000 1073741824 1073778376 140734697363984 18446744073709551615 228256164761 0 4 0 16800975 18446604460586631616 0 0 -1 7 0 0 0
[pid=2756/tid=2769] ppid=2754 vsize=15752000 CPUtime=3.54 cores=1,3,5,7
/proc/2756/task/2769/stat : 2769 (java) S 2754 2756 1767 0 -1 4202560 150566 0 0 0 326 28 0 0 15 0 22 0 524619918 16130048000 102073 33554432000 1073741824 1073778376 140734697363984 18446744073709551615 228256164761 0 4 0 16800975 18446604460586631616 0 0 -1 3 0 0 0
[pid=2756/tid=2770] ppid=2754 vsize=15752000 CPUtime=2.01 cores=1,3,5,7
/proc/2756/task/2770/stat : 2770 (java) S 2754 2756 1767 0 -1 4202560 7303 0 0 0 123 78 0 0 15 0 22 0 524619919 16130048000 102073 33554432000 1073741824 1073778376 140734697363984 18446744073709551615 228256165376 0 0 0 16800975 18446604460586631616 0 0 -1 7 0 0 0
[pid=2756/tid=2771] ppid=2754 vsize=15752000 CPUtime=0 cores=1,3,5,7
/proc/2756/task/2771/stat : 2771 (java) S 2754 2756 1767 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 524619919 16130048000 102073 33554432000 1073741824 1073778376 140734697363984 18446744073709551615 228256164761 0 4 0 16800975 18446604460586631616 0 0 -1 7 0 0 0
[pid=2756/tid=2772] ppid=2754 vsize=15752000 CPUtime=0 cores=1,3,5,7
/proc/2756/task/2772/stat : 2772 (java) S 2754 2756 1767 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 524619919 16130048000 102073 33554432000 1073741824 1073778376 140734697363984 18446744073709551615 228256164761 0 4 0 16800975 18446604460586631616 0 0 -1 7 0 0 0
[pid=2756/tid=2773] ppid=2754 vsize=15752000 CPUtime=0 cores=1,3,5,7
/proc/2756/task/2773/stat : 2773 (java) S 2754 2756 1767 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 524619921 16130048000 102073 33554432000 1073741824 1073778376 140734697363984 18446744073709551615 228256172465 0 4 0 16800975 18446604460586631616 0 0 -1 3 0 0 0
[pid=2756/tid=2774] ppid=2754 vsize=15752000 CPUtime=1.17 cores=1,3,5,7
/proc/2756/task/2774/stat : 2774 (java) S 2754 2756 1767 0 -1 4202560 5563 0 0 0 117 0 0 0 15 0 22 0 524619921 16130048000 102073 33554432000 1073741824 1073778376 140734697363984 18446744073709551615 228256164761 0 4 0 16800975 18446604460586631616 0 0 -1 1 0 0 0
[pid=2756/tid=2775] ppid=2754 vsize=15752000 CPUtime=0.71 cores=1,3,5,7
/proc/2756/task/2775/stat : 2775 (java) S 2754 2756 1767 0 -1 4202560 10620 0 0 0 70 1 0 0 16 0 22 0 524619921 16130048000 102073 33554432000 1073741824 1073778376 140734697363984 18446744073709551615 228256164761 0 4 0 16800975 18446604460586631616 0 0 -1 5 0 0 0
[pid=2756/tid=2776] ppid=2754 vsize=15752000 CPUtime=0 cores=1,3,5,7
/proc/2756/task/2776/stat : 2776 (java) S 2754 2756 1767 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 524619921 16130048000 102073 33554432000 1073741824 1073778376 140734697363984 18446744073709551615 228256164761 0 4 0 16800975 18446604460586631616 0 0 -1 3 0 0 0
[pid=2756/tid=2777] ppid=2754 vsize=15752000 CPUtime=0 cores=1,3,5,7
/proc/2756/task/2777/stat : 2777 (java) S 2754 2756 1767 0 -1 4202560 61 0 0 0 0 0 0 0 15 0 22 0 524619921 16130048000 102073 33554432000 1073741824 1073778376 140734697363984 18446744073709551615 228256165376 0 4 0 16800975 18446604460586631616 0 0 -1 5 0 0 0
[pid=2756/tid=2778] ppid=2754 vsize=15752000 CPUtime=1108.26 cores=1,3,5,7
/proc/2756/task/2778/stat : 2778 (java) R 2754 2756 1767 0 -1 4202560 413473 0 0 0 110763 63 0 0 25 0 22 0 524619943 16130048000 102073 33554432000 1073741824 1073778376 140734697363984 18446744073709551615 46912505727165 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=2756/tid=2779] ppid=2754 vsize=15752000 CPUtime=1108.02 cores=1,3,5,7
/proc/2756/task/2779/stat : 2779 (java) R 2754 2756 1767 0 -1 4202560 411803 0 0 0 110746 56 0 0 25 0 22 0 524619943 16130048000 102073 33554432000 1073741824 1073778376 140734697363984 18446744073709551615 46912506034362 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=2756/tid=2782] ppid=2754 vsize=15752000 CPUtime=1108.01 cores=1,3,5,7
/proc/2756/task/2782/stat : 2782 (java) R 2754 2756 1767 0 -1 4202560 414322 0 0 0 110742 59 0 0 25 0 22 0 524619943 16130048000 102073 33554432000 1073741824 1073778376 140734697363984 18446744073709551615 46912506082040 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=2756/tid=2783] ppid=2754 vsize=15752000 CPUtime=1107.87 cores=1,3,5,7
/proc/2756/task/2783/stat : 2783 (java) R 2754 2756 1767 0 -1 4202560 410174 0 0 0 110730 57 0 0 19 0 22 0 524619943 16130048000 102073 33554432000 1073741824 1073778376 140734697363984 18446744073709551615 46912506034456 0 4 0 16800975 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4464.46
Current children cumulated vsize (KiB) 15752000

[startup+1182.3 s]
/proc/loadavg: 8.05 8.06 8.02 9/220 2878
/proc/meminfo: memFree=30102796/32951124 swapFree=67111364/67111528
[pid=2756] ppid=2754 vsize=15752000 CPUtime=4703.02 cores=1,3,5,7
/proc/2756/stat : 2756 (java) S 2754 2756 1767 0 -1 4202496 2989485 0 1 0 469738 564 0 0 25 0 22 0 524619917 16130048000 114166 33554432000 1073741824 1073778376 140734697363984 18446744073709551615 228256151525 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/2756/statm: 3938000 114166 2299 9 0 3928719 0
[pid=2756/tid=2757] ppid=2754 vsize=15752000 CPUtime=0.39 cores=1,3,5,7
/proc/2756/task/2757/stat : 2757 (java) S 2754 2756 1767 0 -1 4202560 6995 0 1 0 37 2 0 0 18 0 22 0 524619917 16130048000 114166 33554432000 1073741824 1073778376 140734697363984 18446744073709551615 228256164761 0 4 0 16800975 18446604460586631616 0 0 -1 3 0 0 0
[pid=2756/tid=2762] ppid=2754 vsize=15752000 CPUtime=3.67 cores=1,3,5,7
/proc/2756/task/2762/stat : 2762 (java) S 2754 2756 1767 0 -1 4202560 156123 0 0 0 336 31 0 0 15 0 22 0 524619918 16130048000 114166 33554432000 1073741824 1073778376 140734697363984 18446744073709551615 228256164761 0 4 0 16800975 18446604460586631616 0 0 -1 5 0 0 0
[pid=2756/tid=2763] ppid=2754 vsize=15752000 CPUtime=3.58 cores=1,3,5,7
/proc/2756/task/2763/stat : 2763 (java) S 2754 2756 1767 0 -1 4202560 151106 0 0 0 330 28 0 0 15 0 22 0 524619918 16130048000 114166 33554432000 1073741824 1073778376 140734697363984 18446744073709551615 228256164761 0 4 0 16800975 18446604460586631616 0 0 -1 5 0 0 0
[pid=2756/tid=2764] ppid=2754 vsize=15752000 CPUtime=3.64 cores=1,3,5,7
/proc/2756/task/2764/stat : 2764 (java) S 2754 2756 1767 0 -1 4202560 150933 0 0 0 336 28 0 0 15 0 22 0 524619918 16130048000 114166 33554432000 1073741824 1073778376 140734697363984 18446744073709551615 228256164761 0 4 0 16800975 18446604460586631616 0 0 -1 7 0 0 0
[pid=2756/tid=2765] ppid=2754 vsize=15752000 CPUtime=3.61 cores=1,3,5,7
/proc/2756/task/2765/stat : 2765 (java) S 2754 2756 1767 0 -1 4202560 154324 0 0 0 335 26 0 0 16 0 22 0 524619918 16130048000 114166 33554432000 1073741824 1073778376 140734697363984 18446744073709551615 228256164761 0 4 0 16800975 18446604460586631616 0 0 -1 1 0 0 0
[pid=2756/tid=2766] ppid=2754 vsize=15752000 CPUtime=3.68 cores=1,3,5,7
/proc/2756/task/2766/stat : 2766 (java) S 2754 2756 1767 0 -1 4202560 153235 0 0 0 341 27 0 0 15 0 22 0 524619918 16130048000 114166 33554432000 1073741824 1073778376 140734697363984 18446744073709551615 228256164761 0 4 0 16800975 18446604460586631616 0 0 -1 7 0 0 0
[pid=2756/tid=2767] ppid=2754 vsize=15752000 CPUtime=3.69 cores=1,3,5,7
/proc/2756/task/2767/stat : 2767 (java) S 2754 2756 1767 0 -1 4202560 150413 0 0 0 344 25 0 0 15 0 22 0 524619918 16130048000 114166 33554432000 1073741824 1073778376 140734697363984 18446744073709551615 228256164761 0 4 0 16800975 18446604460586631616 0 0 -1 5 0 0 0
[pid=2756/tid=2768] ppid=2754 vsize=15752000 CPUtime=3.68 cores=1,3,5,7
/proc/2756/task/2768/stat : 2768 (java) S 2754 2756 1767 0 -1 4202560 153506 0 0 0 341 27 0 0 15 0 22 0 524619918 16130048000 114166 33554432000 1073741824 1073778376 140734697363984 18446744073709551615 228256164761 0 4 0 16800975 18446604460586631616 0 0 -1 7 0 0 0
[pid=2756/tid=2769] ppid=2754 vsize=15752000 CPUtime=3.74 cores=1,3,5,7
/proc/2756/task/2769/stat : 2769 (java) S 2754 2756 1767 0 -1 4202560 160386 0 0 0 344 30 0 0 16 0 22 0 524619918 16130048000 114166 33554432000 1073741824 1073778376 140734697363984 18446744073709551615 228256164761 0 4 0 16800975 18446604460586631616 0 0 -1 5 0 0 0
[pid=2756/tid=2770] ppid=2754 vsize=15752000 CPUtime=2.15 cores=1,3,5,7
/proc/2756/task/2770/stat : 2770 (java) S 2754 2756 1767 0 -1 4202560 7692 0 0 0 133 82 0 0 16 0 22 0 524619919 16130048000 114166 33554432000 1073741824 1073778376 140734697363984 18446744073709551615 228256165376 0 0 0 16800975 18446604460586631616 0 0 -1 3 0 0 0
[pid=2756/tid=2771] ppid=2754 vsize=15752000 CPUtime=0 cores=1,3,5,7
/proc/2756/task/2771/stat : 2771 (java) S 2754 2756 1767 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 524619919 16130048000 114166 33554432000 1073741824 1073778376 140734697363984 18446744073709551615 228256164761 0 4 0 16800975 18446604460586631616 0 0 -1 7 0 0 0
[pid=2756/tid=2772] ppid=2754 vsize=15752000 CPUtime=0 cores=1,3,5,7
/proc/2756/task/2772/stat : 2772 (java) S 2754 2756 1767 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 524619919 16130048000 114166 33554432000 1073741824 1073778376 140734697363984 18446744073709551615 228256164761 0 4 0 16800975 18446604460586631616 0 0 -1 7 0 0 0
[pid=2756/tid=2773] ppid=2754 vsize=15752000 CPUtime=0 cores=1,3,5,7
/proc/2756/task/2773/stat : 2773 (java) S 2754 2756 1767 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 524619921 16130048000 114166 33554432000 1073741824 1073778376 140734697363984 18446744073709551615 228256172465 0 4 0 16800975 18446604460586631616 0 0 -1 3 0 0 0
[pid=2756/tid=2774] ppid=2754 vsize=15752000 CPUtime=1.17 cores=1,3,5,7
/proc/2756/task/2774/stat : 2774 (java) S 2754 2756 1767 0 -1 4202560 5563 0 0 0 117 0 0 0 15 0 22 0 524619921 16130048000 114166 33554432000 1073741824 1073778376 140734697363984 18446744073709551615 228256164761 0 4 0 16800975 18446604460586631616 0 0 -1 1 0 0 0
[pid=2756/tid=2775] ppid=2754 vsize=15752000 CPUtime=0.71 cores=1,3,5,7
/proc/2756/task/2775/stat : 2775 (java) S 2754 2756 1767 0 -1 4202560 10620 0 0 0 70 1 0 0 16 0 22 0 524619921 16130048000 114166 33554432000 1073741824 1073778376 140734697363984 18446744073709551615 228256164761 0 4 0 16800975 18446604460586631616 0 0 -1 5 0 0 0
[pid=2756/tid=2776] ppid=2754 vsize=15752000 CPUtime=0 cores=1,3,5,7
/proc/2756/task/2776/stat : 2776 (java) S 2754 2756 1767 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 524619921 16130048000 114166 33554432000 1073741824 1073778376 140734697363984 18446744073709551615 228256164761 0 4 0 16800975 18446604460586631616 0 0 -1 3 0 0 0
[pid=2756/tid=2777] ppid=2754 vsize=15752000 CPUtime=0 cores=1,3,5,7
/proc/2756/task/2777/stat : 2777 (java) S 2754 2756 1767 0 -1 4202560 65 0 0 0 0 0 0 0 15 0 22 0 524619921 16130048000 114166 33554432000 1073741824 1073778376 140734697363984 18446744073709551615 228256165376 0 4 0 16800975 18446604460586631616 0 0 -1 5 0 0 0
[pid=2756/tid=2778] ppid=2754 vsize=15752000 CPUtime=1167.53 cores=1,3,5,7
/proc/2756/task/2778/stat : 2778 (java) R 2754 2756 1767 0 -1 4202560 431393 0 0 0 116687 66 0 0 25 0 22 0 524619943 16130048000 114166 33554432000 1073741824 1073778376 140734697363984 18446744073709551615 18446744073699065939 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=2756/tid=2779] ppid=2754 vsize=15752000 CPUtime=1167.22 cores=1,3,5,7
/proc/2756/task/2779/stat : 2779 (java) R 2754 2756 1767 0 -1 4202560 431887 0 0 0 116664 58 0 0 25 0 22 0 524619943 16130048000 114166 33554432000 1073741824 1073778376 140734697363984 18446744073709551615 46912505827021 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=2756/tid=2782] ppid=2754 vsize=15752000 CPUtime=1167.31 cores=1,3,5,7
/proc/2756/task/2782/stat : 2782 (java) R 2754 2756 1767 0 -1 4202560 434245 0 0 0 116668 63 0 0 25 0 22 0 524619943 16130048000 114166 33554432000 1073741824 1073778376 140734697363984 18446744073709551615 46912505745411 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=2756/tid=2783] ppid=2754 vsize=15752000 CPUtime=1167.09 cores=1,3,5,7
/proc/2756/task/2783/stat : 2783 (java) R 2754 2756 1767 0 -1 4202560 429613 0 0 0 116649 60 0 0 25 0 22 0 524619943 16130048000 114166 33554432000 1073741824 1073778376 140734697363984 18446744073709551615 18446744073699065939 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4703.02
Current children cumulated vsize (KiB) 15752000



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1206.7 s]
/proc/loadavg: 8.10 8.07 8.02 9/220 2878
/proc/meminfo: memFree=30178164/32951124 swapFree=67111364/67111528
[pid=2756] ppid=2754 vsize=15752000 CPUtime=4800.11 cores=1,3,5,7
/proc/2756/stat : 2756 (java) S 2754 2756 1767 0 -1 4202496 3054460 0 1 0 479436 575 0 0 25 0 22 0 524619917 16130048000 113816 33554432000 1073741824 1073778376 140734697363984 18446744073709551615 228256151525 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/2756/statm: 3938000 113816 2299 9 0 3928719 0
[pid=2756/tid=2757] ppid=2754 vsize=15752000 CPUtime=0.39 cores=1,3,5,7
/proc/2756/task/2757/stat : 2757 (java) S 2754 2756 1767 0 -1 4202560 6995 0 1 0 37 2 0 0 18 0 22 0 524619917 16130048000 113816 33554432000 1073741824 1073778376 140734697363984 18446744073709551615 228256164761 0 4 0 16800975 18446604460586631616 0 0 -1 3 0 0 0
[pid=2756/tid=2762] ppid=2754 vsize=15752000 CPUtime=3.76 cores=1,3,5,7
/proc/2756/task/2762/stat : 2762 (java) S 2754 2756 1767 0 -1 4202560 161407 0 0 0 345 31 0 0 16 0 22 0 524619918 16130048000 113816 33554432000 1073741824 1073778376 140734697363984 18446744073709551615 228256164761 0 4 0 16800975 18446604460586631616 0 0 -1 7 0 0 0
[pid=2756/tid=2763] ppid=2754 vsize=15752000 CPUtime=3.65 cores=1,3,5,7
/proc/2756/task/2763/stat : 2763 (java) S 2754 2756 1767 0 -1 4202560 154060 0 0 0 337 28 0 0 15 0 22 0 524619918 16130048000 113816 33554432000 1073741824 1073778376 140734697363984 18446744073709551615 228256164761 0 4 0 16800975 18446604460586631616 0 0 -1 7 0 0 0
[pid=2756/tid=2764] ppid=2754 vsize=15752000 CPUtime=3.71 cores=1,3,5,7
/proc/2756/task/2764/stat : 2764 (java) S 2754 2756 1767 0 -1 4202560 154753 0 0 0 342 29 0 0 15 0 22 0 524619918 16130048000 113816 33554432000 1073741824 1073778376 140734697363984 18446744073709551615 228256164761 0 4 0 16800975 18446604460586631616 0 0 -1 1 0 0 0
[pid=2756/tid=2765] ppid=2754 vsize=15752000 CPUtime=3.68 cores=1,3,5,7
/proc/2756/task/2765/stat : 2765 (java) S 2754 2756 1767 0 -1 4202560 157606 0 0 0 341 27 0 0 15 0 22 0 524619918 16130048000 113816 33554432000 1073741824 1073778376 140734697363984 18446744073709551615 228256164761 0 4 0 16800975 18446604460586631616 0 0 -1 5 0 0 0
[pid=2756/tid=2766] ppid=2754 vsize=15752000 CPUtime=3.75 cores=1,3,5,7
/proc/2756/task/2766/stat : 2766 (java) S 2754 2756 1767 0 -1 4202560 156717 0 0 0 347 28 0 0 15 0 22 0 524619918 16130048000 113816 33554432000 1073741824 1073778376 140734697363984 18446744073709551615 228256164761 0 4 0 16800975 18446604460586631616 0 0 -1 5 0 0 0
[pid=2756/tid=2767] ppid=2754 vsize=15752000 CPUtime=3.76 cores=1,3,5,7
/proc/2756/task/2767/stat : 2767 (java) S 2754 2756 1767 0 -1 4202560 153306 0 0 0 350 26 0 0 16 0 22 0 524619918 16130048000 113816 33554432000 1073741824 1073778376 140734697363984 18446744073709551615 228256164761 0 4 0 16800975 18446604460586631616 0 0 -1 1 0 0 0
[pid=2756/tid=2768] ppid=2754 vsize=15752000 CPUtime=3.75 cores=1,3,5,7
/proc/2756/task/2768/stat : 2768 (java) S 2754 2756 1767 0 -1 4202560 157518 0 0 0 347 28 0 0 16 0 22 0 524619918 16130048000 113816 33554432000 1073741824 1073778376 140734697363984 18446744073709551615 228256164761 0 4 0 16800975 18446604460586631616 0 0 -1 3 0 0 0
[pid=2756/tid=2769] ppid=2754 vsize=15752000 CPUtime=3.82 cores=1,3,5,7
/proc/2756/task/2769/stat : 2769 (java) S 2754 2756 1767 0 -1 4202560 164723 0 0 0 351 31 0 0 15 0 22 0 524619918 16130048000 113816 33554432000 1073741824 1073778376 140734697363984 18446744073709551615 228256164761 0 4 0 16800975 18446604460586631616 0 0 -1 3 0 0 0
[pid=2756/tid=2770] ppid=2754 vsize=15752000 CPUtime=2.19 cores=1,3,5,7
/proc/2756/task/2770/stat : 2770 (java) S 2754 2756 1767 0 -1 4202560 7854 0 0 0 135 84 0 0 16 0 22 0 524619919 16130048000 113816 33554432000 1073741824 1073778376 140734697363984 18446744073709551615 228256165376 0 0 0 16800975 18446604460586631616 0 0 -1 1 0 0 0
[pid=2756/tid=2771] ppid=2754 vsize=15752000 CPUtime=0 cores=1,3,5,7
/proc/2756/task/2771/stat : 2771 (java) S 2754 2756 1767 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 524619919 16130048000 113816 33554432000 1073741824 1073778376 140734697363984 18446744073709551615 228256164761 0 4 0 16800975 18446604460586631616 0 0 -1 7 0 0 0
[pid=2756/tid=2772] ppid=2754 vsize=15752000 CPUtime=0 cores=1,3,5,7
/proc/2756/task/2772/stat : 2772 (java) S 2754 2756 1767 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 524619919 16130048000 113816 33554432000 1073741824 1073778376 140734697363984 18446744073709551615 228256164761 0 4 0 16800975 18446604460586631616 0 0 -1 7 0 0 0
[pid=2756/tid=2773] ppid=2754 vsize=15752000 CPUtime=0 cores=1,3,5,7
/proc/2756/task/2773/stat : 2773 (java) S 2754 2756 1767 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 524619921 16130048000 113816 33554432000 1073741824 1073778376 140734697363984 18446744073709551615 228256172465 0 4 0 16800975 18446604460586631616 0 0 -1 3 0 0 0
[pid=2756/tid=2774] ppid=2754 vsize=15752000 CPUtime=1.17 cores=1,3,5,7
/proc/2756/task/2774/stat : 2774 (java) S 2754 2756 1767 0 -1 4202560 5563 0 0 0 117 0 0 0 15 0 22 0 524619921 16130048000 113816 33554432000 1073741824 1073778376 140734697363984 18446744073709551615 228256164761 0 4 0 16800975 18446604460586631616 0 0 -1 1 0 0 0
[pid=2756/tid=2775] ppid=2754 vsize=15752000 CPUtime=0.71 cores=1,3,5,7
/proc/2756/task/2775/stat : 2775 (java) S 2754 2756 1767 0 -1 4202560 10620 0 0 0 70 1 0 0 16 0 22 0 524619921 16130048000 113816 33554432000 1073741824 1073778376 140734697363984 18446744073709551615 228256164761 0 4 0 16800975 18446604460586631616 0 0 -1 5 0 0 0
[pid=2756/tid=2776] ppid=2754 vsize=15752000 CPUtime=0 cores=1,3,5,7
/proc/2756/task/2776/stat : 2776 (java) S 2754 2756 1767 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 524619921 16130048000 113816 33554432000 1073741824 1073778376 140734697363984 18446744073709551615 228256164761 0 4 0 16800975 18446604460586631616 0 0 -1 3 0 0 0
[pid=2756/tid=2777] ppid=2754 vsize=15752000 CPUtime=0 cores=1,3,5,7
/proc/2756/task/2777/stat : 2777 (java) S 2754 2756 1767 0 -1 4202560 67 0 0 0 0 0 0 0 15 0 22 0 524619921 16130048000 113816 33554432000 1073741824 1073778376 140734697363984 18446744073709551615 228256165376 0 4 0 16800975 18446604460586631616 0 0 -1 5 0 0 0
[pid=2756/tid=2778] ppid=2754 vsize=15752000 CPUtime=1191.69 cores=1,3,5,7
/proc/2756/task/2778/stat : 2778 (java) R 2754 2756 1767 0 -1 4202560 440654 0 0 0 119102 67 0 0 25 0 22 0 524619943 16130048000 113816 33554432000 1073741824 1073778376 140734697363984 18446744073709551615 46912505826805 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=2756/tid=2779] ppid=2754 vsize=15752000 CPUtime=1191.32 cores=1,3,5,7
/proc/2756/task/2779/stat : 2779 (java) R 2754 2756 1767 0 -1 4202560 441011 0 0 0 119072 60 0 0 25 0 22 0 524619943 16130048000 113816 33554432000 1073741824 1073778376 140734697363984 18446744073709551615 18446744073699065939 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=2756/tid=2782] ppid=2754 vsize=15752000 CPUtime=1191.39 cores=1,3,5,7
/proc/2756/task/2782/stat : 2782 (java) R 2754 2756 1767 0 -1 4202560 442199 0 0 0 119075 64 0 0 25 0 22 0 524619943 16130048000 113816 33554432000 1073741824 1073778376 140734697363984 18446744073709551615 46912506097349 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=2756/tid=2783] ppid=2754 vsize=15752000 CPUtime=1191.24 cores=1,3,5,7
/proc/2756/task/2783/stat : 2783 (java) R 2754 2756 1767 0 -1 4202560 438021 0 0 0 119063 61 0 0 25 0 22 0 524619943 16130048000 113816 33554432000 1073741824 1073778376 140734697363984 18446744073709551615 18446744073699065939 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4800.11
Current children cumulated vsize (KiB) 15752000

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): 1206.74
CPU time (s): 4800.17
CPU user time (s): 4794.4
CPU system time (s): 5.77812
CPU usage (%): 397.782
Max. virtual memory (cumulated for all children) (KiB): 15753960

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4794.4
system time used= 5.77812
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3054486
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= 209211
involuntary context switches= 130545

runsolver used 2.06169 second user time and 4.5783 second system time

The end

Launcher Data

Begin job on node136 at 2011-04-30 04:23:40
IDJOB=3311489
IDBENCH=82874
IDSOLVER=1698
FILE ID=node136/3311489-1304130219
RUNJOBID= node136-1304128593-1786
PBS_JOBID= 13170780
Free space on /tmp= 73080 MiB

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

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

MD5SUM BENCH= d85bdfa4ee68fd1c7d18743407334b5d
RANDOM SEED=1057971047

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.809
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:      29288912 kB
Buffers:        604296 kB
Cached:         939976 kB
SwapCached:          0 kB
Active:        1772996 kB
Inactive:      1461712 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      29288912 kB
SwapTotal:    67111528 kB
SwapFree:     67111364 kB
Dirty:            1864 kB
Writeback:           0 kB
AnonPages:     1690120 kB
Mapped:          23592 kB
Slab:           360616 kB
PageTables:       8260 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  2152268 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= 73076 MiB
End job on node136 at 2011-04-30 04:43:48