Trace number 3311520

Some explanations

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

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

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

Solver answer on this benchmark

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

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v700-c2982-S1230934123-063.UNKNOWN.cnf
MD5SUM5aca76da937068f3a8e48a26305deff6
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	59:54 INFO : Reading from input HOME/instance-3311520-1304132394.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.53/0.39	59:54 INFO : 697 variables remaining out of 700
0.53/0.39	59:54 INFO : 11844 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-3311520-1304132394/watcher-3311520-1304132394 -o /tmp/evaluation-result-3311520-1304132394/solver-3311520-1304132394 -C 4800 -W 1300 -M 15500 run 15000 4 HOME HOME HOME/instance-3311520-1304132394.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: 3.93 6.19 7.09 2/178 6483
/proc/meminfo: memFree=30727164/32951124 swapFree=67110188/67111528
[pid=6483] ppid=6481 vsize=30540 CPUtime=0 cores=1,3,5,7
/proc/6483/stat : 6483 (java) S 6481 6483 5377 0 -1 4202496 1492 0 0 0 0 0 0 0 18 0 2 0 524840124 31272960 955 33554432000 1073741824 1073778376 140733411877408 18446744073709551615 222933579749 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0
/proc/6483/statm: 7635 955 735 9 0 386 0
[pid=6483/tid=6492] ppid=6481 vsize=30536 CPUtime=0 cores=1,3,5,7
/proc/6483/task/6492/stat : 6492 (java) R 6481 6483 5377 0 -1 4202560 141 0 0 0 0 0 0 0 19 0 2 0 524840125 31268864 960 33554432000 1073741824 1073778376 140733411877408 18446744073709551615 222916853383 0 0 0 16784584 0 0 0 -1 5 0 0 0

[startup+0.093933 s]
/proc/loadavg: 3.93 6.19 7.09 2/178 6483
/proc/meminfo: memFree=30727164/32951124 swapFree=67110188/67111528
[pid=6483] ppid=6481 vsize=15676840 CPUtime=0.09 cores=1,3,5,7
/proc/6483/stat : 6483 (java) S 6481 6483 5377 0 -1 4202496 5484 0 1 0 9 0 0 0 18 0 18 0 524840124 16053084160 4924 33554432000 1073741824 1073778376 140733411877408 18446744073709551615 222933579749 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/6483/statm: 3919210 4929 2116 9 0 3909929 0
[pid=6483/tid=6492] ppid=6481 vsize=15676840 CPUtime=0.07 cores=1,3,5,7
/proc/6483/task/6492/stat : 6492 (java) R 6481 6483 5377 0 -1 4202560 3381 0 1 0 7 0 0 0 18 0 18 0 524840125 16053084160 4929 33554432000 1073741824 1073778376 140733411877408 18446744073709551615 47799648938835 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 15676840

[startup+0.100931 s]
/proc/loadavg: 3.93 6.19 7.09 2/178 6483
/proc/meminfo: memFree=30727164/32951124 swapFree=67110188/67111528
[pid=6483] ppid=6481 vsize=15676840 CPUtime=0.1 cores=1,3,5,7
/proc/6483/stat : 6483 (java) S 6481 6483 5377 0 -1 4202496 5570 0 1 0 10 0 0 0 18 0 18 0 524840124 16053084160 5009 33554432000 1073741824 1073778376 140733411877408 18446744073709551615 222933579749 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/6483/statm: 3919210 5011 2117 9 0 3909929 0
[pid=6483/tid=6492] ppid=6481 vsize=15676840 CPUtime=0.08 cores=1,3,5,7
/proc/6483/task/6492/stat : 6492 (java) R 6481 6483 5377 0 -1 4202560 3464 0 1 0 8 0 0 0 18 0 18 0 524840125 16053084160 5011 33554432000 1073741824 1073778376 140733411877408 18446744073709551615 47799647503896 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) 15676840

[startup+0.304915 s]
/proc/loadavg: 3.93 6.19 7.09 2/178 6483
/proc/meminfo: memFree=30727164/32951124 swapFree=67110188/67111528
[pid=6483] ppid=6481 vsize=15686964 CPUtime=0.53 cores=1,3,5,7
/proc/6483/stat : 6483 (java) S 6481 6483 5377 0 -1 4202496 11619 0 1 0 51 2 0 0 18 0 22 0 524840124 16063451136 10104 33554432000 1073741824 1073778376 140733411877408 18446744073709551615 222933579749 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/6483/statm: 3921741 10104 2213 9 0 3912460 0
[pid=6483/tid=6492] ppid=6481 vsize=15686964 CPUtime=0.28 cores=1,3,5,7
/proc/6483/task/6492/stat : 6492 (java) R 6481 6483 5377 0 -1 4202560 6626 0 1 0 27 1 0 0 19 0 22 0 524840125 16063451136 10104 33554432000 1073741824 1073778376 140733411877408 18446744073709551615 47799647531759 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.53
Current children cumulated vsize (KiB) 15686964

[startup+0.700788 s]
/proc/loadavg: 3.93 6.19 7.09 2/178 6483
/proc/meminfo: memFree=30727164/32951124 swapFree=67110188/67111528
[pid=6483] ppid=6481 vsize=15710784 CPUtime=1.9 cores=1,3,5,7
/proc/6483/stat : 6483 (java) S 6481 6483 5377 0 -1 4202496 29672 0 1 0 186 4 0 0 18 0 22 0 524840124 16087842816 23983 33554432000 1073741824 1073778376 140733411877408 18446744073709551615 222933579749 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/6483/statm: 3927696 23983 2257 9 0 3918415 0
[pid=6483/tid=6492] ppid=6481 vsize=15710784 CPUtime=0.38 cores=1,3,5,7
/proc/6483/task/6492/stat : 6492 (java) S 6481 6483 5377 0 -1 4202560 7001 0 1 0 37 1 0 0 20 0 22 0 524840125 16087842816 23983 33554432000 1073741824 1073778376 140733411877408 18446744073709551615 222933592985 0 4 0 16800975 18446604471147870272 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1.9
Current children cumulated vsize (KiB) 15710784

[startup+1.50164 s]
/proc/loadavg: 3.93 6.19 7.09 12/220 6525
/proc/meminfo: memFree=30385892/32951124 swapFree=67110188/67111528
[pid=6483] ppid=6481 vsize=15710784 CPUtime=5.07 cores=1,3,5,7
/proc/6483/stat : 6483 (java) S 6481 6483 5377 0 -1 4202496 61845 0 1 0 500 7 0 0 18 0 22 0 524840124 16087842816 56142 33554432000 1073741824 1073778376 140733411877408 18446744073709551615 222933579749 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/6483/statm: 3927696 56142 2276 9 0 3918415 0
[pid=6483/tid=6492] ppid=6481 vsize=15710784 CPUtime=0.38 cores=1,3,5,7
/proc/6483/task/6492/stat : 6492 (java) S 6481 6483 5377 0 -1 4202560 7001 0 1 0 37 1 0 0 20 0 22 0 524840125 16087842816 56142 33554432000 1073741824 1073778376 140733411877408 18446744073709551615 222933592985 0 4 0 16800975 18446604471147870272 0 0 -1 3 0 0 0
[pid=6483/tid=6494] ppid=6481 vsize=15710784 CPUtime=0 cores=1,3,5,7
/proc/6483/task/6494/stat : 6494 (java) S 6481 6483 5377 0 -1 4202560 967 0 0 0 0 0 0 0 16 0 22 0 524840125 16087842816 56142 33554432000 1073741824 1073778376 140733411877408 18446744073709551615 222933592985 0 4 0 16800975 18446604471147870272 0 0 -1 5 0 0 0
[pid=6483/tid=6495] ppid=6481 vsize=15710784 CPUtime=0 cores=1,3,5,7
/proc/6483/task/6495/stat : 6495 (java) S 6481 6483 5377 0 -1 4202560 825 0 0 0 0 0 0 0 15 0 22 0 524840125 16087842816 56142 33554432000 1073741824 1073778376 140733411877408 18446744073709551615 222933592985 0 4 0 16800975 18446604471147870272 0 0 -1 5 0 0 0
[pid=6483/tid=6496] ppid=6481 vsize=15710784 CPUtime=0 cores=1,3,5,7
/proc/6483/task/6496/stat : 6496 (java) S 6481 6483 5377 0 -1 4202560 788 0 0 0 0 0 0 0 16 0 22 0 524840125 16087842816 56142 33554432000 1073741824 1073778376 140733411877408 18446744073709551615 222933592985 0 4 0 16800975 18446604471147870272 0 0 -1 7 0 0 0
[pid=6483/tid=6497] ppid=6481 vsize=15710784 CPUtime=0 cores=1,3,5,7
/proc/6483/task/6497/stat : 6497 (java) S 6481 6483 5377 0 -1 4202560 880 0 0 0 0 0 0 0 15 0 22 0 524840125 16087842816 56142 33554432000 1073741824 1073778376 140733411877408 18446744073709551615 222933592985 0 4 0 16800975 18446604471147870272 0 0 -1 1 0 0 0
[pid=6483/tid=6498] ppid=6481 vsize=15710784 CPUtime=0 cores=1,3,5,7
/proc/6483/task/6498/stat : 6498 (java) S 6481 6483 5377 0 -1 4202560 786 0 0 0 0 0 0 0 15 0 22 0 524840125 16087842816 56142 33554432000 1073741824 1073778376 140733411877408 18446744073709551615 222933592985 0 4 0 16800975 18446604471147870272 0 0 -1 1 0 0 0
[pid=6483/tid=6499] ppid=6481 vsize=15710784 CPUtime=0 cores=1,3,5,7
/proc/6483/task/6499/stat : 6499 (java) S 6481 6483 5377 0 -1 4202560 1683 0 0 0 0 0 0 0 16 0 22 0 524840125 16087842816 56142 33554432000 1073741824 1073778376 140733411877408 18446744073709551615 222933592985 0 4 0 16800975 18446604471147870272 0 0 -1 3 0 0 0
[pid=6483/tid=6500] ppid=6481 vsize=15710784 CPUtime=0 cores=1,3,5,7
/proc/6483/task/6500/stat : 6500 (java) S 6481 6483 5377 0 -1 4202560 1608 0 0 0 0 0 0 0 16 0 22 0 524840125 16087842816 56142 33554432000 1073741824 1073778376 140733411877408 18446744073709551615 222933592985 0 4 0 16800975 18446604471147870272 0 0 -1 1 0 0 0
[pid=6483/tid=6501] ppid=6481 vsize=15710784 CPUtime=0 cores=1,3,5,7
/proc/6483/task/6501/stat : 6501 (java) S 6481 6483 5377 0 -1 4202560 1173 0 0 0 0 0 0 0 16 0 22 0 524840125 16087842816 56142 33554432000 1073741824 1073778376 140733411877408 18446744073709551615 222933592985 0 4 0 16800975 18446604471147870272 0 0 -1 7 0 0 0
[pid=6483/tid=6505] ppid=6481 vsize=15710784 CPUtime=0 cores=1,3,5,7
/proc/6483/task/6505/stat : 6505 (java) S 6481 6483 5377 0 -1 4202560 74 0 0 0 0 0 0 0 15 0 22 0 524840126 16087842816 56142 33554432000 1073741824 1073778376 140733411877408 18446744073709551615 222933593600 0 0 0 16800975 18446604471147870272 0 0 -1 3 0 0 0
[pid=6483/tid=6506] ppid=6481 vsize=15710784 CPUtime=0 cores=1,3,5,7
/proc/6483/task/6506/stat : 6506 (java) S 6481 6483 5377 0 -1 4202560 16 0 0 0 0 0 0 0 18 0 22 0 524840127 16087842816 56142 33554432000 1073741824 1073778376 140733411877408 18446744073709551615 222933592985 0 4 0 16800975 18446604471147870272 0 0 -1 5 0 0 0
[pid=6483/tid=6507] ppid=6481 vsize=15710784 CPUtime=0 cores=1,3,5,7
/proc/6483/task/6507/stat : 6507 (java) S 6481 6483 5377 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 524840127 16087842816 56142 33554432000 1073741824 1073778376 140733411877408 18446744073709551615 222933592985 0 4 0 16800975 18446604471147870272 0 0 -1 5 0 0 0
[pid=6483/tid=6513] ppid=6481 vsize=15710784 CPUtime=0 cores=1,3,5,7
/proc/6483/task/6513/stat : 6513 (java) S 6481 6483 5377 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 524840129 16087842816 56142 33554432000 1073741824 1073778376 140733411877408 18446744073709551615 222933600689 0 4 0 16800975 18446604471147870272 0 0 -1 5 0 0 0
[pid=6483/tid=6514] ppid=6481 vsize=15710784 CPUtime=0.91 cores=1,3,5,7
/proc/6483/task/6514/stat : 6514 (java) S 6481 6483 5377 0 -1 4202560 10231 0 0 0 90 1 0 0 15 0 22 0 524840129 16087842816 56142 33554432000 1073741824 1073778376 140733411877408 18446744073709551615 222933592985 0 4 0 16800975 18446604471147870272 0 0 -1 5 0 0 0
[pid=6483/tid=6515] ppid=6481 vsize=15710784 CPUtime=0.54 cores=1,3,5,7
/proc/6483/task/6515/stat : 6515 (java) S 6481 6483 5377 0 -1 4202560 5743 0 0 0 54 0 0 0 18 0 22 0 524840129 16087842816 56142 33554432000 1073741824 1073778376 140733411877408 18446744073709551615 222933592985 0 4 0 16800975 18446604471147870272 0 0 -1 1 0 0 0
[pid=6483/tid=6516] ppid=6481 vsize=15710784 CPUtime=0 cores=1,3,5,7
/proc/6483/task/6516/stat : 6516 (java) S 6481 6483 5377 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 524840129 16087842816 56142 33554432000 1073741824 1073778376 140733411877408 18446744073709551615 222933592985 0 4 0 16800975 18446604471147870272 0 0 -1 1 0 0 0
[pid=6483/tid=6517] ppid=6481 vsize=15710784 CPUtime=0 cores=1,3,5,7
/proc/6483/task/6517/stat : 6517 (java) S 6481 6483 5377 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 524840129 16087842816 56142 33554432000 1073741824 1073778376 140733411877408 18446744073709551615 222933593600 0 4 0 16800975 18446604471147870272 0 0 -1 5 0 0 0
[pid=6483/tid=6522] ppid=6481 vsize=15710784 CPUtime=0.99 cores=1,3,5,7
/proc/6483/task/6522/stat : 6522 (java) R 6481 6483 5377 0 -1 4202560 10076 0 0 0 98 1 0 0 19 0 22 0 524840150 16087842816 56142 33554432000 1073741824 1073778376 140733411877408 18446744073709551615 47799648261744 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=6483/tid=6523] ppid=6481 vsize=15710784 CPUtime=0.7 cores=1,3,5,7
/proc/6483/task/6523/stat : 6523 (java) R 6481 6483 5377 0 -1 4202560 7555 0 0 0 70 0 0 0 17 0 22 0 524840150 16087842816 56142 33554432000 1073741824 1073778376 140733411877408 18446744073709551615 46912505523722 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=6483/tid=6524] ppid=6481 vsize=15710784 CPUtime=0.77 cores=1,3,5,7
/proc/6483/task/6524/stat : 6524 (java) R 6481 6483 5377 0 -1 4202560 8875 0 0 0 77 0 0 0 17 0 22 0 524840150 16087842816 56142 33554432000 1073741824 1073778376 140733411877408 18446744073709551615 46912506018018 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=6483/tid=6525] ppid=6481 vsize=15710784 CPUtime=0.66 cores=1,3,5,7
/proc/6483/task/6525/stat : 6525 (java) R 6481 6483 5377 0 -1 4202560 2196 0 0 0 66 0 0 0 19 0 22 0 524840150 16087842816 56142 33554432000 1073741824 1073778376 140733411877408 18446744073709551615 46912505700716 0 4 0 16800975 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 5.07
Current children cumulated vsize (KiB) 15710784

[startup+3.10135 s]
/proc/loadavg: 4.26 6.22 7.09 10/220 6525
/proc/meminfo: memFree=30047376/32951124 swapFree=67110188/67111528
[pid=6483] ppid=6481 vsize=15710784 CPUtime=11.45 cores=1,3,5,7
/proc/6483/stat : 6483 (java) S 6481 6483 5377 0 -1 4202496 154956 0 1 0 1127 18 0 0 18 0 22 0 524840124 16087842816 149197 33554432000 1073741824 1073778376 140733411877408 18446744073709551615 222933579749 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/6483/statm: 3927696 149197 2277 9 0 3918415 0
[pid=6483/tid=6492] ppid=6481 vsize=15710784 CPUtime=0.38 cores=1,3,5,7
/proc/6483/task/6492/stat : 6492 (java) S 6481 6483 5377 0 -1 4202560 7001 0 1 0 37 1 0 0 20 0 22 0 524840125 16087842816 149197 33554432000 1073741824 1073778376 140733411877408 18446744073709551615 222933592985 0 4 0 16800975 18446604471147870272 0 0 -1 3 0 0 0
[pid=6483/tid=6494] ppid=6481 vsize=15710784 CPUtime=0.01 cores=1,3,5,7
/proc/6483/task/6494/stat : 6494 (java) S 6481 6483 5377 0 -1 4202560 2896 0 0 0 1 0 0 0 15 0 22 0 524840125 16087842816 149197 33554432000 1073741824 1073778376 140733411877408 18446744073709551615 222933592985 0 4 0 16800975 18446604471147870272 0 0 -1 5 0 0 0
[pid=6483/tid=6495] ppid=6481 vsize=15710784 CPUtime=0 cores=1,3,5,7
/proc/6483/task/6495/stat : 6495 (java) S 6481 6483 5377 0 -1 4202560 1755 0 0 0 0 0 0 0 15 0 22 0 524840125 16087842816 149197 33554432000 1073741824 1073778376 140733411877408 18446744073709551615 222933592985 0 4 0 16800975 18446604471147870272 0 0 -1 5 0 0 0
[pid=6483/tid=6496] ppid=6481 vsize=15710784 CPUtime=0 cores=1,3,5,7
/proc/6483/task/6496/stat : 6496 (java) S 6481 6483 5377 0 -1 4202560 2294 0 0 0 0 0 0 0 15 0 22 0 524840125 16087842816 149197 33554432000 1073741824 1073778376 140733411877408 18446744073709551615 222933592985 0 4 0 16800975 18446604471147870272 0 0 -1 1 0 0 0
[pid=6483/tid=6497] ppid=6481 vsize=15710784 CPUtime=0 cores=1,3,5,7
/proc/6483/task/6497/stat : 6497 (java) S 6481 6483 5377 0 -1 4202560 1258 0 0 0 0 0 0 0 15 0 22 0 524840125 16087842816 149197 33554432000 1073741824 1073778376 140733411877408 18446744073709551615 222933592985 0 4 0 16800975 18446604471147870272 0 0 -1 3 0 0 0
[pid=6483/tid=6498] ppid=6481 vsize=15710784 CPUtime=0 cores=1,3,5,7
/proc/6483/task/6498/stat : 6498 (java) S 6481 6483 5377 0 -1 4202560 2139 0 0 0 0 0 0 0 15 0 22 0 524840125 16087842816 149197 33554432000 1073741824 1073778376 140733411877408 18446744073709551615 222933592985 0 4 0 16800975 18446604471147870272 0 0 -1 1 0 0 0
[pid=6483/tid=6499] ppid=6481 vsize=15710784 CPUtime=0 cores=1,3,5,7
/proc/6483/task/6499/stat : 6499 (java) S 6481 6483 5377 0 -1 4202560 2768 0 0 0 0 0 0 0 15 0 22 0 524840125 16087842816 149197 33554432000 1073741824 1073778376 140733411877408 18446744073709551615 222933592985 0 4 0 16800975 18446604471147870272 0 0 -1 3 0 0 0
[pid=6483/tid=6500] ppid=6481 vsize=15710784 CPUtime=0.01 cores=1,3,5,7
/proc/6483/task/6500/stat : 6500 (java) S 6481 6483 5377 0 -1 4202560 2177 0 0 0 1 0 0 0 16 0 22 0 524840125 16087842816 149197 33554432000 1073741824 1073778376 140733411877408 18446744073709551615 222933592985 0 4 0 16800975 18446604471147870272 0 0 -1 3 0 0 0
[pid=6483/tid=6501] ppid=6481 vsize=15710784 CPUtime=0 cores=1,3,5,7
/proc/6483/task/6501/stat : 6501 (java) S 6481 6483 5377 0 -1 4202560 2831 0 0 0 0 0 0 0 15 0 22 0 524840125 16087842816 149197 33554432000 1073741824 1073778376 140733411877408 18446744073709551615 222933592985 0 4 0 16800975 18446604471147870272 0 0 -1 7 0 0 0
[pid=6483/tid=6505] ppid=6481 vsize=15710784 CPUtime=0 cores=1,3,5,7
/proc/6483/task/6505/stat : 6505 (java) S 6481 6483 5377 0 -1 4202560 445 0 0 0 0 0 0 0 16 0 22 0 524840126 16087842816 149197 33554432000 1073741824 1073778376 140733411877408 18446744073709551615 222933593600 0 0 0 16800975 18446604471147870272 0 0 -1 3 0 0 0
[pid=6483/tid=6506] ppid=6481 vsize=15710784 CPUtime=0 cores=1,3,5,7
/proc/6483/task/6506/stat : 6506 (java) S 6481 6483 5377 0 -1 4202560 16 0 0 0 0 0 0 0 18 0 22 0 524840127 16087842816 149197 33554432000 1073741824 1073778376 140733411877408 18446744073709551615 222933592985 0 4 0 16800975 18446604471147870272 0 0 -1 5 0 0 0
[pid=6483/tid=6507] ppid=6481 vsize=15710784 CPUtime=0 cores=1,3,5,7
/proc/6483/task/6507/stat : 6507 (java) S 6481 6483 5377 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 524840127 16087842816 149197 33554432000 1073741824 1073778376 140733411877408 18446744073709551615 222933592985 0 4 0 16800975 18446604471147870272 0 0 -1 5 0 0 0
[pid=6483/tid=6513] ppid=6481 vsize=15710784 CPUtime=0 cores=1,3,5,7
/proc/6483/task/6513/stat : 6513 (java) S 6481 6483 5377 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 524840129 16087842816 149197 33554432000 1073741824 1073778376 140733411877408 18446744073709551615 222933600689 0 4 0 16800975 18446604471147870272 0 0 -1 5 0 0 0
[pid=6483/tid=6514] ppid=6481 vsize=15710784 CPUtime=0.99 cores=1,3,5,7
/proc/6483/task/6514/stat : 6514 (java) S 6481 6483 5377 0 -1 4202560 10242 0 0 0 98 1 0 0 16 0 22 0 524840129 16087842816 149197 33554432000 1073741824 1073778376 140733411877408 18446744073709551615 222933592985 0 4 0 16800975 18446604471147870272 0 0 -1 5 0 0 0
[pid=6483/tid=6515] ppid=6481 vsize=15710784 CPUtime=0.55 cores=1,3,5,7
/proc/6483/task/6515/stat : 6515 (java) S 6481 6483 5377 0 -1 4202560 5743 0 0 0 55 0 0 0 18 0 22 0 524840129 16087842816 149197 33554432000 1073741824 1073778376 140733411877408 18446744073709551615 222933592985 0 4 0 16800975 18446604471147870272 0 0 -1 1 0 0 0
[pid=6483/tid=6516] ppid=6481 vsize=15710784 CPUtime=0 cores=1,3,5,7
/proc/6483/task/6516/stat : 6516 (java) S 6481 6483 5377 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 524840129 16087842816 149197 33554432000 1073741824 1073778376 140733411877408 18446744073709551615 222933592985 0 4 0 16800975 18446604471147870272 0 0 -1 1 0 0 0
[pid=6483/tid=6517] ppid=6481 vsize=15710784 CPUtime=0 cores=1,3,5,7
/proc/6483/task/6517/stat : 6517 (java) S 6481 6483 5377 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 524840129 16087842816 149197 33554432000 1073741824 1073778376 140733411877408 18446744073709551615 222933593600 0 4 0 16800975 18446604471147870272 0 0 -1 5 0 0 0
[pid=6483/tid=6522] ppid=6481 vsize=15710784 CPUtime=2.51 cores=1,3,5,7
/proc/6483/task/6522/stat : 6522 (java) R 6481 6483 5377 0 -1 4202560 29106 0 0 0 248 3 0 0 22 0 22 0 524840150 16087842816 149197 33554432000 1073741824 1073778376 140733411877408 18446744073709551615 46912505744702 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=6483/tid=6523] ppid=6481 vsize=15710784 CPUtime=2.28 cores=1,3,5,7
/proc/6483/task/6523/stat : 6523 (java) R 6481 6483 5377 0 -1 4202560 29501 0 0 0 225 3 0 0 19 0 22 0 524840150 16087842816 149197 33554432000 1073741824 1073778376 140733411877408 18446744073709551615 46912505869848 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=6483/tid=6524] ppid=6481 vsize=15710784 CPUtime=2.36 cores=1,3,5,7
/proc/6483/task/6524/stat : 6524 (java) R 6481 6483 5377 0 -1 4202560 30091 0 0 0 234 2 0 0 19 0 22 0 524840150 16087842816 149197 33554432000 1073741824 1073778376 140733411877408 18446744073709551615 46912506111686 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=6483/tid=6525] ppid=6481 vsize=15710784 CPUtime=2.22 cores=1,3,5,7
/proc/6483/task/6525/stat : 6525 (java) R 6481 6483 5377 0 -1 4202560 23325 0 0 0 220 2 0 0 23 0 22 0 524840150 16087842816 149197 33554432000 1073741824 1073778376 140733411877408 18446744073709551615 18446744073699065939 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 11.45
Current children cumulated vsize (KiB) 15710784

[startup+6.30076 s]
/proc/loadavg: 4.26 6.22 7.09 10/220 6525
/proc/meminfo: memFree=29045332/32951124 swapFree=67110188/67111528
[pid=6483] ppid=6481 vsize=15705424 CPUtime=24.22 cores=1,3,5,7
/proc/6483/stat : 6483 (java) S 6481 6483 5377 0 -1 4202496 281276 0 1 0 2389 33 0 0 18 0 22 0 524840124 16082354176 272696 33554432000 1073741824 1073778376 140733411877408 18446744073709551615 222933579749 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/6483/statm: 3926356 272696 2277 9 0 3917075 0
[pid=6483/tid=6492] ppid=6481 vsize=15705424 CPUtime=0.38 cores=1,3,5,7
/proc/6483/task/6492/stat : 6492 (java) S 6481 6483 5377 0 -1 4202560 7001 0 1 0 37 1 0 0 20 0 22 0 524840125 16082354176 272696 33554432000 1073741824 1073778376 140733411877408 18446744073709551615 222933592985 0 4 0 16800975 18446604471147870272 0 0 -1 3 0 0 0
[pid=6483/tid=6494] ppid=6481 vsize=15705424 CPUtime=0.01 cores=1,3,5,7
/proc/6483/task/6494/stat : 6494 (java) S 6481 6483 5377 0 -1 4202560 3344 0 0 0 1 0 0 0 15 0 22 0 524840125 16082354176 272696 33554432000 1073741824 1073778376 140733411877408 18446744073709551615 222933592985 0 4 0 16800975 18446604471147870272 0 0 -1 7 0 0 0
[pid=6483/tid=6495] ppid=6481 vsize=15705424 CPUtime=0 cores=1,3,5,7
/proc/6483/task/6495/stat : 6495 (java) S 6481 6483 5377 0 -1 4202560 2091 0 0 0 0 0 0 0 15 0 22 0 524840125 16082354176 272696 33554432000 1073741824 1073778376 140733411877408 18446744073709551615 222933592985 0 4 0 16800975 18446604471147870272 0 0 -1 5 0 0 0
[pid=6483/tid=6496] ppid=6481 vsize=15705424 CPUtime=0 cores=1,3,5,7
/proc/6483/task/6496/stat : 6496 (java) S 6481 6483 5377 0 -1 4202560 2489 0 0 0 0 0 0 0 16 0 22 0 524840125 16082354176 272696 33554432000 1073741824 1073778376 140733411877408 18446744073709551615 222933592985 0 4 0 16800975 18446604471147870272 0 0 -1 5 0 0 0
[pid=6483/tid=6497] ppid=6481 vsize=15705424 CPUtime=0 cores=1,3,5,7
/proc/6483/task/6497/stat : 6497 (java) S 6481 6483 5377 0 -1 4202560 1689 0 0 0 0 0 0 0 15 0 22 0 524840125 16082354176 272696 33554432000 1073741824 1073778376 140733411877408 18446744073709551615 222933592985 0 4 0 16800975 18446604471147870272 0 0 -1 3 0 0 0
[pid=6483/tid=6498] ppid=6481 vsize=15705424 CPUtime=0 cores=1,3,5,7
/proc/6483/task/6498/stat : 6498 (java) S 6481 6483 5377 0 -1 4202560 2245 0 0 0 0 0 0 0 15 0 22 0 524840125 16082354176 272696 33554432000 1073741824 1073778376 140733411877408 18446744073709551615 222933592985 0 4 0 16800975 18446604471147870272 0 0 -1 1 0 0 0
[pid=6483/tid=6499] ppid=6481 vsize=15705424 CPUtime=0.01 cores=1,3,5,7
/proc/6483/task/6499/stat : 6499 (java) S 6481 6483 5377 0 -1 4202560 3321 0 0 0 1 0 0 0 15 0 22 0 524840125 16082354176 272696 33554432000 1073741824 1073778376 140733411877408 18446744073709551615 222933592985 0 4 0 16800975 18446604471147870272 0 0 -1 1 0 0 0
[pid=6483/tid=6500] ppid=6481 vsize=15705424 CPUtime=0.01 cores=1,3,5,7
/proc/6483/task/6500/stat : 6500 (java) S 6481 6483 5377 0 -1 4202560 2946 0 0 0 1 0 0 0 16 0 22 0 524840125 16082354176 272696 33554432000 1073741824 1073778376 140733411877408 18446744073709551615 222933592985 0 4 0 16800975 18446604471147870272 0 0 -1 3 0 0 0
[pid=6483/tid=6501] ppid=6481 vsize=15705424 CPUtime=0 cores=1,3,5,7
/proc/6483/task/6501/stat : 6501 (java) S 6481 6483 5377 0 -1 4202560 3159 0 0 0 0 0 0 0 16 0 22 0 524840125 16082354176 272696 33554432000 1073741824 1073778376 140733411877408 18446744073709551615 222933592985 0 4 0 16800975 18446604471147870272 0 0 -1 7 0 0 0

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

[pid=6483/tid=6523] ppid=6481 vsize=15770960 CPUtime=1048.18 cores=1,3,5,7
/proc/6483/task/6523/stat : 6523 (java) R 6481 6483 5377 0 -1 4202560 399554 0 0 0 104764 54 0 0 25 0 22 0 524840150 16149463040 112450 33554432000 1073741824 1073778376 140733411877408 18446744073709551615 46912505744842 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=6483/tid=6524] ppid=6481 vsize=15770960 CPUtime=1049.04 cores=1,3,5,7
/proc/6483/task/6524/stat : 6524 (java) R 6481 6483 5377 0 -1 4202560 394537 0 0 0 104851 53 0 0 25 0 22 0 524840150 16149463040 112450 33554432000 1073741824 1073778376 140733411877408 18446744073709551615 46912505700664 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=6483/tid=6525] ppid=6481 vsize=15770960 CPUtime=1049.19 cores=1,3,5,7
/proc/6483/task/6525/stat : 6525 (java) R 6481 6483 5377 0 -1 4202560 385984 0 0 0 104867 52 0 0 25 0 22 0 524840150 16149463040 112450 33554432000 1073741824 1073778376 140733411877408 18446744073709551615 46912505870143 0 4 0 16800975 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4226.11
Current children cumulated vsize (KiB) 15770960

[startup+1122.3 s]
/proc/loadavg: 7.95 8.03 7.77 10/220 6567
/proc/meminfo: memFree=29894024/32951124 swapFree=67110188/67111528
[pid=6483] ppid=6481 vsize=15770960 CPUtime=4464.88 cores=1,3,5,7
/proc/6483/stat : 6483 (java) S 6481 6483 5377 0 -1 4202496 2877453 0 1 0 445987 501 0 0 18 0 22 0 524840124 16149463040 120137 33554432000 1073741824 1073778376 140733411877408 18446744073709551615 222933579749 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/6483/statm: 3942740 120137 2298 9 0 3933459 0
[pid=6483/tid=6492] ppid=6481 vsize=15770960 CPUtime=0.38 cores=1,3,5,7
/proc/6483/task/6492/stat : 6492 (java) S 6481 6483 5377 0 -1 4202560 7001 0 1 0 37 1 0 0 20 0 22 0 524840125 16149463040 120137 33554432000 1073741824 1073778376 140733411877408 18446744073709551615 222933592985 0 4 0 16800975 18446604471147870272 0 0 -1 3 0 0 0
[pid=6483/tid=6494] ppid=6481 vsize=15770960 CPUtime=3.43 cores=1,3,5,7
/proc/6483/task/6494/stat : 6494 (java) S 6481 6483 5377 0 -1 4202560 144636 0 0 0 319 24 0 0 15 0 22 0 524840125 16149463040 120137 33554432000 1073741824 1073778376 140733411877408 18446744073709551615 222933592985 0 4 0 16800975 18446604471147870272 0 0 -1 1 0 0 0
[pid=6483/tid=6495] ppid=6481 vsize=15770960 CPUtime=3.56 cores=1,3,5,7
/proc/6483/task/6495/stat : 6495 (java) S 6481 6483 5377 0 -1 4202560 151514 0 0 0 331 25 0 0 16 0 22 0 524840125 16149463040 120137 33554432000 1073741824 1073778376 140733411877408 18446744073709551615 222933592985 0 4 0 16800975 18446604471147870272 0 0 -1 1 0 0 0
[pid=6483/tid=6496] ppid=6481 vsize=15770960 CPUtime=3.38 cores=1,3,5,7
/proc/6483/task/6496/stat : 6496 (java) S 6481 6483 5377 0 -1 4202560 148922 0 0 0 313 25 0 0 15 0 22 0 524840125 16149463040 120137 33554432000 1073741824 1073778376 140733411877408 18446744073709551615 222933592985 0 4 0 16800975 18446604471147870272 0 0 -1 7 0 0 0
[pid=6483/tid=6497] ppid=6481 vsize=15770960 CPUtime=3.39 cores=1,3,5,7
/proc/6483/task/6497/stat : 6497 (java) S 6481 6483 5377 0 -1 4202560 149793 0 0 0 315 24 0 0 15 0 22 0 524840125 16149463040 120137 33554432000 1073741824 1073778376 140733411877408 18446744073709551615 222933592985 0 4 0 16800975 18446604471147870272 0 0 -1 5 0 0 0
[pid=6483/tid=6498] ppid=6481 vsize=15770960 CPUtime=3.42 cores=1,3,5,7
/proc/6483/task/6498/stat : 6498 (java) S 6481 6483 5377 0 -1 4202560 148010 0 0 0 318 24 0 0 15 0 22 0 524840125 16149463040 120137 33554432000 1073741824 1073778376 140733411877408 18446744073709551615 222933592985 0 4 0 16800975 18446604471147870272 0 0 -1 1 0 0 0
[pid=6483/tid=6499] ppid=6481 vsize=15770960 CPUtime=3.38 cores=1,3,5,7
/proc/6483/task/6499/stat : 6499 (java) S 6481 6483 5377 0 -1 4202560 138089 0 0 0 313 25 0 0 15 0 22 0 524840125 16149463040 120137 33554432000 1073741824 1073778376 140733411877408 18446744073709551615 222933592985 0 4 0 16800975 18446604471147870272 0 0 -1 7 0 0 0
[pid=6483/tid=6500] ppid=6481 vsize=15770960 CPUtime=3.45 cores=1,3,5,7
/proc/6483/task/6500/stat : 6500 (java) S 6481 6483 5377 0 -1 4202560 152584 0 0 0 319 26 0 0 16 0 22 0 524840125 16149463040 120137 33554432000 1073741824 1073778376 140733411877408 18446744073709551615 222933592985 0 4 0 16800975 18446604471147870272 0 0 -1 5 0 0 0
[pid=6483/tid=6501] ppid=6481 vsize=15770960 CPUtime=3.42 cores=1,3,5,7
/proc/6483/task/6501/stat : 6501 (java) S 6481 6483 5377 0 -1 4202560 157769 0 0 0 320 22 0 0 15 0 22 0 524840125 16149463040 120137 33554432000 1073741824 1073778376 140733411877408 18446744073709551615 222933592985 0 4 0 16800975 18446604471147870272 0 0 -1 3 0 0 0
[pid=6483/tid=6505] ppid=6481 vsize=15770960 CPUtime=1.85 cores=1,3,5,7
/proc/6483/task/6505/stat : 6505 (java) S 6481 6483 5377 0 -1 4202560 7363 0 0 0 116 69 0 0 15 0 22 0 524840126 16149463040 120137 33554432000 1073741824 1073778376 140733411877408 18446744073709551615 222933593600 0 0 0 16800975 18446604471147870272 0 0 -1 7 0 0 0
[pid=6483/tid=6506] ppid=6481 vsize=15770960 CPUtime=0 cores=1,3,5,7
/proc/6483/task/6506/stat : 6506 (java) S 6481 6483 5377 0 -1 4202560 16 0 0 0 0 0 0 0 18 0 22 0 524840127 16149463040 120137 33554432000 1073741824 1073778376 140733411877408 18446744073709551615 222933592985 0 4 0 16800975 18446604471147870272 0 0 -1 5 0 0 0
[pid=6483/tid=6507] ppid=6481 vsize=15770960 CPUtime=0 cores=1,3,5,7
/proc/6483/task/6507/stat : 6507 (java) S 6481 6483 5377 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 524840127 16149463040 120137 33554432000 1073741824 1073778376 140733411877408 18446744073709551615 222933592985 0 4 0 16800975 18446604471147870272 0 0 -1 5 0 0 0
[pid=6483/tid=6513] ppid=6481 vsize=15770960 CPUtime=0 cores=1,3,5,7
/proc/6483/task/6513/stat : 6513 (java) S 6481 6483 5377 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 524840129 16149463040 120137 33554432000 1073741824 1073778376 140733411877408 18446744073709551615 222933600689 0 4 0 16800975 18446604471147870272 0 0 -1 5 0 0 0
[pid=6483/tid=6514] ppid=6481 vsize=15770960 CPUtime=1.09 cores=1,3,5,7
/proc/6483/task/6514/stat : 6514 (java) S 6481 6483 5377 0 -1 4202560 10265 0 0 0 108 1 0 0 16 0 22 0 524840129 16149463040 120137 33554432000 1073741824 1073778376 140733411877408 18446744073709551615 222933592985 0 4 0 16800975 18446604471147870272 0 0 -1 5 0 0 0
[pid=6483/tid=6515] ppid=6481 vsize=15770960 CPUtime=0.75 cores=1,3,5,7
/proc/6483/task/6515/stat : 6515 (java) S 6481 6483 5377 0 -1 4202560 5848 0 0 0 75 0 0 0 15 0 22 0 524840129 16149463040 120137 33554432000 1073741824 1073778376 140733411877408 18446744073709551615 222933592985 0 4 0 16800975 18446604471147870272 0 0 -1 1 0 0 0
[pid=6483/tid=6516] ppid=6481 vsize=15770960 CPUtime=0 cores=1,3,5,7
/proc/6483/task/6516/stat : 6516 (java) S 6481 6483 5377 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 524840129 16149463040 120137 33554432000 1073741824 1073778376 140733411877408 18446744073709551615 222933592985 0 4 0 16800975 18446604471147870272 0 0 -1 1 0 0 0
[pid=6483/tid=6517] ppid=6481 vsize=15770960 CPUtime=0 cores=1,3,5,7
/proc/6483/task/6517/stat : 6517 (java) S 6481 6483 5377 0 -1 4202560 61 0 0 0 0 0 0 0 15 0 22 0 524840129 16149463040 120137 33554432000 1073741824 1073778376 140733411877408 18446744073709551615 222933593600 0 4 0 16800975 18446604471147870272 0 0 -1 7 0 0 0
[pid=6483/tid=6522] ppid=6481 vsize=15770960 CPUtime=1108.91 cores=1,3,5,7
/proc/6483/task/6522/stat : 6522 (java) R 6481 6483 5377 0 -1 4202560 416568 0 0 0 110835 56 0 0 25 0 22 0 524840150 16149463040 120137 33554432000 1073741824 1073778376 140733411877408 18446744073709551615 46912505744774 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=6483/tid=6523] ppid=6481 vsize=15770960 CPUtime=1107.54 cores=1,3,5,7
/proc/6483/task/6523/stat : 6523 (java) R 6481 6483 5377 0 -1 4202560 419696 0 0 0 110697 57 0 0 25 0 22 0 524840150 16149463040 120137 33554432000 1073741824 1073778376 140733411877408 18446744073709551615 47799648261026 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=6483/tid=6524] ppid=6481 vsize=15770960 CPUtime=1108.4 cores=1,3,5,7
/proc/6483/task/6524/stat : 6524 (java) R 6481 6483 5377 0 -1 4202560 414941 0 0 0 110784 56 0 0 25 0 22 0 524840150 16149463040 120137 33554432000 1073741824 1073778376 140733411877408 18446744073709551615 46912505762016 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=6483/tid=6525] ppid=6481 vsize=15770960 CPUtime=1108.36 cores=1,3,5,7
/proc/6483/task/6525/stat : 6525 (java) R 6481 6483 5377 0 -1 4202560 403010 0 0 0 110780 56 0 0 25 0 22 0 524840150 16149463040 120137 33554432000 1073741824 1073778376 140733411877408 18446744073709551615 46912505700771 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4464.88
Current children cumulated vsize (KiB) 15770960

[startup+1182.3 s]
/proc/loadavg: 7.98 8.02 7.78 10/220 6568
/proc/meminfo: memFree=29924356/32951124 swapFree=67110188/67111528
[pid=6483] ppid=6481 vsize=15770960 CPUtime=4703.55 cores=1,3,5,7
/proc/6483/stat : 6483 (java) S 6481 6483 5377 0 -1 4202496 3012200 0 1 0 469830 525 0 0 18 0 22 0 524840124 16149463040 99319 33554432000 1073741824 1073778376 140733411877408 18446744073709551615 222933579749 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/6483/statm: 3942740 99319 2298 9 0 3933459 0
[pid=6483/tid=6492] ppid=6481 vsize=15770960 CPUtime=0.38 cores=1,3,5,7
/proc/6483/task/6492/stat : 6492 (java) S 6481 6483 5377 0 -1 4202560 7001 0 1 0 37 1 0 0 20 0 22 0 524840125 16149463040 99319 33554432000 1073741824 1073778376 140733411877408 18446744073709551615 222933592985 0 4 0 16800975 18446604471147870272 0 0 -1 3 0 0 0
[pid=6483/tid=6494] ppid=6481 vsize=15770960 CPUtime=3.61 cores=1,3,5,7
/proc/6483/task/6494/stat : 6494 (java) S 6481 6483 5377 0 -1 4202560 154821 0 0 0 336 25 0 0 15 0 22 0 524840125 16149463040 99319 33554432000 1073741824 1073778376 140733411877408 18446744073709551615 222933592985 0 4 0 16800975 18446604471147870272 0 0 -1 3 0 0 0
[pid=6483/tid=6495] ppid=6481 vsize=15770960 CPUtime=3.75 cores=1,3,5,7
/proc/6483/task/6495/stat : 6495 (java) S 6481 6483 5377 0 -1 4202560 161702 0 0 0 348 27 0 0 16 0 22 0 524840125 16149463040 99319 33554432000 1073741824 1073778376 140733411877408 18446744073709551615 222933592985 0 4 0 16800975 18446604471147870272 0 0 -1 5 0 0 0
[pid=6483/tid=6496] ppid=6481 vsize=15770960 CPUtime=3.57 cores=1,3,5,7
/proc/6483/task/6496/stat : 6496 (java) S 6481 6483 5377 0 -1 4202560 158628 0 0 0 330 27 0 0 15 0 22 0 524840125 16149463040 99319 33554432000 1073741824 1073778376 140733411877408 18446744073709551615 222933592985 0 4 0 16800975 18446604471147870272 0 0 -1 1 0 0 0
[pid=6483/tid=6497] ppid=6481 vsize=15770960 CPUtime=3.57 cores=1,3,5,7
/proc/6483/task/6497/stat : 6497 (java) S 6481 6483 5377 0 -1 4202560 160194 0 0 0 331 26 0 0 15 0 22 0 524840125 16149463040 99319 33554432000 1073741824 1073778376 140733411877408 18446744073709551615 222933592985 0 4 0 16800975 18446604471147870272 0 0 -1 7 0 0 0
[pid=6483/tid=6498] ppid=6481 vsize=15770960 CPUtime=3.6 cores=1,3,5,7
/proc/6483/task/6498/stat : 6498 (java) S 6481 6483 5377 0 -1 4202560 157735 0 0 0 335 25 0 0 15 0 22 0 524840125 16149463040 99319 33554432000 1073741824 1073778376 140733411877408 18446744073709551615 222933592985 0 4 0 16800975 18446604471147870272 0 0 -1 3 0 0 0
[pid=6483/tid=6499] ppid=6481 vsize=15770960 CPUtime=3.56 cores=1,3,5,7
/proc/6483/task/6499/stat : 6499 (java) S 6481 6483 5377 0 -1 4202560 149190 0 0 0 330 26 0 0 16 0 22 0 524840125 16149463040 99319 33554432000 1073741824 1073778376 140733411877408 18446744073709551615 222933592985 0 4 0 16800975 18446604471147870272 0 0 -1 7 0 0 0
[pid=6483/tid=6500] ppid=6481 vsize=15770960 CPUtime=3.62 cores=1,3,5,7
/proc/6483/task/6500/stat : 6500 (java) S 6481 6483 5377 0 -1 4202560 161287 0 0 0 335 27 0 0 15 0 22 0 524840125 16149463040 99319 33554432000 1073741824 1073778376 140733411877408 18446744073709551615 222933592985 0 4 0 16800975 18446604471147870272 0 0 -1 1 0 0 0
[pid=6483/tid=6501] ppid=6481 vsize=15770960 CPUtime=3.63 cores=1,3,5,7
/proc/6483/task/6501/stat : 6501 (java) S 6481 6483 5377 0 -1 4202560 168747 0 0 0 339 24 0 0 16 0 22 0 524840125 16149463040 99319 33554432000 1073741824 1073778376 140733411877408 18446744073709551615 222933592985 0 4 0 16800975 18446604471147870272 0 0 -1 3 0 0 0
[pid=6483/tid=6505] ppid=6481 vsize=15770960 CPUtime=1.96 cores=1,3,5,7
/proc/6483/task/6505/stat : 6505 (java) S 6481 6483 5377 0 -1 4202560 7737 0 0 0 123 73 0 0 15 0 22 0 524840126 16149463040 99319 33554432000 1073741824 1073778376 140733411877408 18446744073709551615 222933593600 0 0 0 16800975 18446604471147870272 0 0 -1 1 0 0 0
[pid=6483/tid=6506] ppid=6481 vsize=15770960 CPUtime=0 cores=1,3,5,7
/proc/6483/task/6506/stat : 6506 (java) S 6481 6483 5377 0 -1 4202560 16 0 0 0 0 0 0 0 18 0 22 0 524840127 16149463040 99319 33554432000 1073741824 1073778376 140733411877408 18446744073709551615 222933592985 0 4 0 16800975 18446604471147870272 0 0 -1 5 0 0 0
[pid=6483/tid=6507] ppid=6481 vsize=15770960 CPUtime=0 cores=1,3,5,7
/proc/6483/task/6507/stat : 6507 (java) S 6481 6483 5377 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 524840127 16149463040 99319 33554432000 1073741824 1073778376 140733411877408 18446744073709551615 222933592985 0 4 0 16800975 18446604471147870272 0 0 -1 5 0 0 0
[pid=6483/tid=6513] ppid=6481 vsize=15770960 CPUtime=0 cores=1,3,5,7
/proc/6483/task/6513/stat : 6513 (java) S 6481 6483 5377 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 524840129 16149463040 99319 33554432000 1073741824 1073778376 140733411877408 18446744073709551615 222933600689 0 4 0 16800975 18446604471147870272 0 0 -1 5 0 0 0
[pid=6483/tid=6514] ppid=6481 vsize=15770960 CPUtime=1.09 cores=1,3,5,7
/proc/6483/task/6514/stat : 6514 (java) S 6481 6483 5377 0 -1 4202560 10265 0 0 0 108 1 0 0 16 0 22 0 524840129 16149463040 99319 33554432000 1073741824 1073778376 140733411877408 18446744073709551615 222933592985 0 4 0 16800975 18446604471147870272 0 0 -1 5 0 0 0
[pid=6483/tid=6515] ppid=6481 vsize=15770960 CPUtime=0.75 cores=1,3,5,7
/proc/6483/task/6515/stat : 6515 (java) S 6481 6483 5377 0 -1 4202560 5848 0 0 0 75 0 0 0 15 0 22 0 524840129 16149463040 99319 33554432000 1073741824 1073778376 140733411877408 18446744073709551615 222933592985 0 4 0 16800975 18446604471147870272 0 0 -1 1 0 0 0
[pid=6483/tid=6516] ppid=6481 vsize=15770960 CPUtime=0 cores=1,3,5,7
/proc/6483/task/6516/stat : 6516 (java) S 6481 6483 5377 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 524840129 16149463040 99319 33554432000 1073741824 1073778376 140733411877408 18446744073709551615 222933592985 0 4 0 16800975 18446604471147870272 0 0 -1 1 0 0 0
[pid=6483/tid=6517] ppid=6481 vsize=15770960 CPUtime=0 cores=1,3,5,7
/proc/6483/task/6517/stat : 6517 (java) S 6481 6483 5377 0 -1 4202560 65 0 0 0 0 0 0 0 15 0 22 0 524840129 16149463040 99319 33554432000 1073741824 1073778376 140733411877408 18446744073709551615 222933593600 0 4 0 16800975 18446604471147870272 0 0 -1 1 0 0 0
[pid=6483/tid=6522] ppid=6481 vsize=15770960 CPUtime=1168.21 cores=1,3,5,7
/proc/6483/task/6522/stat : 6522 (java) R 6481 6483 5377 0 -1 4202560 430320 0 0 0 116763 58 0 0 25 0 22 0 524840150 16149463040 99319 33554432000 1073741824 1073778376 140733411877408 18446744073709551615 47799648262305 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=6483/tid=6523] ppid=6481 vsize=15770960 CPUtime=1166.83 cores=1,3,5,7
/proc/6483/task/6523/stat : 6523 (java) R 6481 6483 5377 0 -1 4202560 433770 0 0 0 116623 60 0 0 25 0 22 0 524840150 16149463040 99319 33554432000 1073741824 1073778376 140733411877408 18446744073709551615 46912505870082 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=6483/tid=6524] ppid=6481 vsize=15770960 CPUtime=1167.64 cores=1,3,5,7
/proc/6483/task/6524/stat : 6524 (java) R 6481 6483 5377 0 -1 4202560 428603 0 0 0 116706 58 0 0 25 0 22 0 524840150 16149463040 99319 33554432000 1073741824 1073778376 140733411877408 18446744073709551615 47799648262402 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=6483/tid=6525] ppid=6481 vsize=15770960 CPUtime=1167.6 cores=1,3,5,7
/proc/6483/task/6525/stat : 6525 (java) R 6481 6483 5377 0 -1 4202560 414904 0 0 0 116702 58 0 0 25 0 22 0 524840150 16149463040 99319 33554432000 1073741824 1073778376 140733411877408 18446744073709551615 46912505766044 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4703.55
Current children cumulated vsize (KiB) 15770960



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1206.6 s]
/proc/loadavg: 8.13 8.05 7.80 9/220 6569
/proc/meminfo: memFree=29961648/32951124 swapFree=67110188/67111528
[pid=6483] ppid=6481 vsize=15770960 CPUtime=4800.21 cores=1,3,5,7
/proc/6483/stat : 6483 (java) S 6481 6483 5377 0 -1 4202496 3069901 0 1 0 479485 536 0 0 18 0 22 0 524840124 16149463040 94222 33554432000 1073741824 1073778376 140733411877408 18446744073709551615 222933579749 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/6483/statm: 3942740 94223 2298 9 0 3933459 0
[pid=6483/tid=6492] ppid=6481 vsize=15770960 CPUtime=0.38 cores=1,3,5,7
/proc/6483/task/6492/stat : 6492 (java) S 6481 6483 5377 0 -1 4202560 7001 0 1 0 37 1 0 0 20 0 22 0 524840125 16149463040 94235 33554432000 1073741824 1073778376 140733411877408 18446744073709551615 222933592985 0 4 0 16800975 18446604471147870272 0 0 -1 3 0 0 0
[pid=6483/tid=6494] ppid=6481 vsize=15770960 CPUtime=3.7 cores=1,3,5,7
/proc/6483/task/6494/stat : 6494 (java) S 6481 6483 5377 0 -1 4202560 157959 0 0 0 344 26 0 0 16 0 22 0 524840125 16149463040 94238 33554432000 1073741824 1073778376 140733411877408 18446744073709551615 222933592985 0 4 0 16800975 18446604471147870272 0 0 -1 3 0 0 0
[pid=6483/tid=6495] ppid=6481 vsize=15770960 CPUtime=3.83 cores=1,3,5,7
/proc/6483/task/6495/stat : 6495 (java) S 6481 6483 5377 0 -1 4202560 165958 0 0 0 355 28 0 0 16 0 22 0 524840125 16149463040 94239 33554432000 1073741824 1073778376 140733411877408 18446744073709551615 222933592985 0 4 0 16800975 18446604471147870272 0 0 -1 7 0 0 0
[pid=6483/tid=6496] ppid=6481 vsize=15770960 CPUtime=3.63 cores=1,3,5,7
/proc/6483/task/6496/stat : 6496 (java) S 6481 6483 5377 0 -1 4202560 161201 0 0 0 336 27 0 0 15 0 22 0 524840125 16149463040 94245 33554432000 1073741824 1073778376 140733411877408 18446744073709551615 222933592985 0 4 0 16800975 18446604471147870272 0 0 -1 3 0 0 0
[pid=6483/tid=6497] ppid=6481 vsize=15770960 CPUtime=3.66 cores=1,3,5,7
/proc/6483/task/6497/stat : 6497 (java) S 6481 6483 5377 0 -1 4202560 163763 0 0 0 339 27 0 0 15 0 22 0 524840125 16149463040 94255 33554432000 1073741824 1073778376 140733411877408 18446744073709551615 222933592985 0 4 0 16800975 18446604471147870272 0 0 -1 3 0 0 0
[pid=6483/tid=6498] ppid=6481 vsize=15770960 CPUtime=3.69 cores=1,3,5,7
/proc/6483/task/6498/stat : 6498 (java) S 6481 6483 5377 0 -1 4202560 163320 0 0 0 343 26 0 0 16 0 22 0 524840125 16149463040 94265 33554432000 1073741824 1073778376 140733411877408 18446744073709551615 222933592985 0 4 0 16800975 18446604471147870272 0 0 -1 5 0 0 0
[pid=6483/tid=6499] ppid=6481 vsize=15770960 CPUtime=3.64 cores=1,3,5,7
/proc/6483/task/6499/stat : 6499 (java) S 6481 6483 5377 0 -1 4202560 153025 0 0 0 337 27 0 0 15 0 22 0 524840125 16149463040 94275 33554432000 1073741824 1073778376 140733411877408 18446744073709551615 222933592985 0 4 0 16800975 18446604471147870272 0 0 -1 5 0 0 0
[pid=6483/tid=6500] ppid=6481 vsize=15770960 CPUtime=3.68 cores=1,3,5,7
/proc/6483/task/6500/stat : 6500 (java) S 6481 6483 5377 0 -1 4202560 164673 0 0 0 340 28 0 0 16 0 22 0 524840125 16149463040 94285 33554432000 1073741824 1073778376 140733411877408 18446744073709551615 222933592985 0 4 0 16800975 18446604471147870272 0 0 -1 1 0 0 0
[pid=6483/tid=6501] ppid=6481 vsize=15770960 CPUtime=3.7 cores=1,3,5,7
/proc/6483/task/6501/stat : 6501 (java) S 6481 6483 5377 0 -1 4202560 171640 0 0 0 345 25 0 0 15 0 22 0 524840125 16149463040 94296 33554432000 1073741824 1073778376 140733411877408 18446744073709551615 222933592985 0 4 0 16800975 18446604471147870272 0 0 -1 1 0 0 0
[pid=6483/tid=6505] ppid=6481 vsize=15770960 CPUtime=2.02 cores=1,3,5,7
/proc/6483/task/6505/stat : 6505 (java) S 6481 6483 5377 0 -1 4202560 7885 0 0 0 127 75 0 0 15 0 22 0 524840126 16149463040 94305 33554432000 1073741824 1073778376 140733411877408 18446744073709551615 222933593600 0 0 0 16800975 18446604471147870272 0 0 -1 5 0 0 0
[pid=6483/tid=6506] ppid=6481 vsize=15770960 CPUtime=0 cores=1,3,5,7
/proc/6483/task/6506/stat : 6506 (java) S 6481 6483 5377 0 -1 4202560 16 0 0 0 0 0 0 0 18 0 22 0 524840127 16149463040 94315 33554432000 1073741824 1073778376 140733411877408 18446744073709551615 222933592985 0 4 0 16800975 18446604471147870272 0 0 -1 5 0 0 0
[pid=6483/tid=6507] ppid=6481 vsize=15770960 CPUtime=0 cores=1,3,5,7
/proc/6483/task/6507/stat : 6507 (java) S 6481 6483 5377 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 524840127 16149463040 94320 33554432000 1073741824 1073778376 140733411877408 18446744073709551615 222933592985 0 4 0 16800975 18446604471147870272 0 0 -1 5 0 0 0
[pid=6483/tid=6513] ppid=6481 vsize=15770960 CPUtime=0 cores=1,3,5,7
/proc/6483/task/6513/stat : 6513 (java) S 6481 6483 5377 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 524840129 16149463040 94321 33554432000 1073741824 1073778376 140733411877408 18446744073709551615 222933600689 0 4 0 16800975 18446604471147870272 0 0 -1 5 0 0 0
[pid=6483/tid=6514] ppid=6481 vsize=15770960 CPUtime=1.09 cores=1,3,5,7
/proc/6483/task/6514/stat : 6514 (java) S 6481 6483 5377 0 -1 4202560 10265 0 0 0 108 1 0 0 16 0 22 0 524840129 16149463040 94326 33554432000 1073741824 1073778376 140733411877408 18446744073709551615 222933592985 0 4 0 16800975 18446604471147870272 0 0 -1 5 0 0 0
[pid=6483/tid=6515] ppid=6481 vsize=15770960 CPUtime=0.75 cores=1,3,5,7
/proc/6483/task/6515/stat : 6515 (java) S 6481 6483 5377 0 -1 4202560 5848 0 0 0 75 0 0 0 15 0 22 0 524840129 16149463040 94328 33554432000 1073741824 1073778376 140733411877408 18446744073709551615 222933592985 0 4 0 16800975 18446604471147870272 0 0 -1 1 0 0 0
[pid=6483/tid=6516] ppid=6481 vsize=15770960 CPUtime=0 cores=1,3,5,7
/proc/6483/task/6516/stat : 6516 (java) S 6481 6483 5377 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 524840129 16149463040 94332 33554432000 1073741824 1073778376 140733411877408 18446744073709551615 222933592985 0 4 0 16800975 18446604471147870272 0 0 -1 1 0 0 0
[pid=6483/tid=6517] ppid=6481 vsize=15770960 CPUtime=0 cores=1,3,5,7
/proc/6483/task/6517/stat : 6517 (java) S 6481 6483 5377 0 -1 4202560 67 0 0 0 0 0 0 0 15 0 22 0 524840129 16149463040 94336 33554432000 1073741824 1073778376 140733411877408 18446744073709551615 222933593600 0 4 0 16800975 18446604471147870272 0 0 -1 5 0 0 0
[pid=6483/tid=6522] ppid=6481 vsize=15770960 CPUtime=1192.15 cores=1,3,5,7
/proc/6483/task/6522/stat : 6522 (java) R 6481 6483 5377 0 -1 4202560 436495 0 0 0 119156 59 0 0 25 0 22 0 524840150 16149463040 94357 33554432000 1073741824 1073778376 140733411877408 18446744073709551615 18446744073699065939 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=6483/tid=6523] ppid=6481 vsize=15770960 CPUtime=1190.83 cores=1,3,5,7
/proc/6483/task/6523/stat : 6523 (java) R 6481 6483 5377 0 -1 4202560 440789 0 0 0 119022 61 0 0 25 0 22 0 524840150 16149463040 94368 33554432000 1073741824 1073778376 140733411877408 18446744073709551615 46912505728295 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=6483/tid=6524] ppid=6481 vsize=15770960 CPUtime=1191.67 cores=1,3,5,7
/proc/6483/task/6524/stat : 6524 (java) R 6481 6483 5377 0 -1 4202560 436468 0 0 0 119109 58 0 0 25 0 22 0 524840150 16149463040 94380 33554432000 1073741824 1073778376 140733411877408 18446744073709551615 46912505725854 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=6483/tid=6525] ppid=6481 vsize=15770960 CPUtime=1191.64 cores=1,3,5,7
/proc/6483/task/6525/stat : 6525 (java) R 6481 6483 5377 0 -1 4202560 422318 0 0 0 119105 59 0 0 25 0 22 0 524840150 16149463040 94391 33554432000 1073741824 1073778376 140733411877408 18446744073709551615 46912505723197 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4800.21
Current children cumulated vsize (KiB) 15770960

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.64
CPU time (s): 4800.27
CPU user time (s): 4794.88
CPU system time (s): 5.38418
CPU usage (%): 397.822
Max. virtual memory (cumulated for all children) (KiB): 15770960

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4794.88
system time used= 5.38418
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3071549
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= 203837
involuntary context switches= 114652

runsolver used 2.06469 second user time and 4.5793 second system time

The end

Launcher Data

Begin job on node109 at 2011-04-30 04:59:54
IDJOB=3311520
IDBENCH=82905
IDSOLVER=1698
FILE ID=node109/3311520-1304132394
RUNJOBID= node109-1304132394-6463
PBS_JOBID= 13170769
Free space on /tmp= 73028 MiB

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

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

MD5SUM BENCH= 5aca76da937068f3a8e48a26305deff6
RANDOM SEED=383092561

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

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.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:      30727496 kB
Buffers:        766132 kB
Cached:        1004732 kB
SwapCached:        712 kB
Active:         155780 kB
Inactive:      1680536 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30727496 kB
SwapTotal:    67111528 kB
SwapFree:     67110188 kB
Dirty:            3160 kB
Writeback:           0 kB
AnonPages:       64600 kB
Mapped:          17500 kB
Slab:           324592 kB
PageTables:       4724 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   209892 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= 73024 MiB
End job on node109 at 2011-04-30 05:20:02