Trace number 3312433

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
STRUCTure 0.1? (TO) 4800.39 1205.14

General information on the benchmark

Namerandom/large/
unif-k3-r4.2-v15000-c63000-S89201333-019-UNKNOWN.cnf
MD5SUM04e94fe2f2a1881d983170c76e6cb046
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark29.6875
Satisfiable
(Un)Satisfiability was proved
Number of variables15000
Number of clauses63000
Sum of the clauses size189000
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 363000
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.10/0.12	02:05 INFO : Reading from input HOME/instance-3312433-1304114525.cnf
0.71/0.54	Executor set job limit to 1000000
0.71/0.54	Executor set job limit to 1000000
0.71/0.54	Executor set job limit to 1000000
0.71/0.54	Executor set job limit to 1000000
0.71/0.54	Starting Executor!
0.71/0.54	Starting Executor!
0.71/0.54	Starting Executor!
0.71/0.54	Starting Executor!
3.12/1.57	02:07 INFO : 14947 variables remaining out of 15000
3.12/1.57	02:07 INFO : 250612 literals remaining out of 252000

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

running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 3.75 3.97 4.41 3/189 4902
/proc/meminfo: memFree=22830684/32950928 swapFree=67111524/67111528
[pid=4902] ppid=4900 vsize=30536 CPUtime=0 cores=0,2,4,6
/proc/4902/stat : 4902 (java) S 4900 4902 4342 0 -1 4202496 1490 0 0 0 0 0 0 0 21 0 2 0 523052193 31268864 953 33554432000 1073741824 1073778376 140736630185904 18446744073709551615 274485770213 0 0 0 16784584 18446744073709551615 0 0 17 2 0 0 0
/proc/4902/statm: 7635 954 735 9 0 386 0
[pid=4902/tid=4908] ppid=4900 vsize=30540 CPUtime=0 cores=0,2,4,6
/proc/4902/task/4908/stat : 4908 (java) R 4900 4902 4342 0 -1 4202560 137 0 0 0 0 0 0 0 24 0 2 0 523052194 31272960 956 33554432000 1073741824 1073778376 140736630185904 18446744073709551615 274473967419 0 0 0 16784584 0 0 0 -1 2 0 0 0

[startup+0.05411 s]
/proc/loadavg: 3.75 3.97 4.41 3/189 4902
/proc/meminfo: memFree=22830684/32950928 swapFree=67111524/67111528
[pid=4902] ppid=4900 vsize=15609644 CPUtime=0.03 cores=0,2,4,6
/proc/4902/stat : 4902 (java) S 4900 4902 4342 0 -1 4202496 4025 0 1 0 3 0 0 0 21 0 18 0 523052193 15984275456 3465 33554432000 1073741824 1073778376 140736630185904 18446744073709551615 274485770213 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/4902/statm: 3902411 3465 1750 9 0 3893130 0
[pid=4902/tid=4908] ppid=4900 vsize=15609644 CPUtime=0.03 cores=0,2,4,6
/proc/4902/task/4908/stat : 4908 (java) R 4900 4902 4342 0 -1 4202560 2609 0 1 0 3 0 0 0 25 0 18 0 523052194 15984275456 3465 33554432000 1073741824 1073778376 140736630185904 18446744073709551615 47430893606601 0 4 0 16800975 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 15609644

[startup+0.101686 s]
/proc/loadavg: 3.75 3.97 4.41 3/189 4902
/proc/meminfo: memFree=22830684/32950928 swapFree=67111524/67111528
[pid=4902] ppid=4900 vsize=15676924 CPUtime=0.1 cores=0,2,4,6
/proc/4902/stat : 4902 (java) S 4900 4902 4342 0 -1 4202496 5531 0 1 0 9 1 0 0 21 0 18 0 523052193 16053170176 4971 33554432000 1073741824 1073778376 140736630185904 18446744073709551615 274485770213 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/4902/statm: 3919231 4971 2117 9 0 3909950 0
[pid=4902/tid=4908] ppid=4900 vsize=15676924 CPUtime=0.09 cores=0,2,4,6
/proc/4902/task/4908/stat : 4908 (java) R 4900 4902 4342 0 -1 4202560 3541 0 1 0 8 1 0 0 18 0 18 0 523052194 16053170176 5077 33554432000 1073741824 1073778376 140736630185904 18446744073709551615 47430893319040 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 15676924

[startup+0.301189 s]
/proc/loadavg: 3.75 3.97 4.41 3/189 4902
/proc/meminfo: memFree=22830684/32950928 swapFree=67111524/67111528
[pid=4902] ppid=4900 vsize=15680760 CPUtime=0.51 cores=0,2,4,6
/proc/4902/stat : 4902 (java) S 4900 4902 4342 0 -1 4202496 15501 0 1 0 48 3 0 0 21 0 18 0 523052193 16057098240 14011 33554432000 1073741824 1073778376 140736630185904 18446744073709551615 274485770213 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/4902/statm: 3920190 14017 2207 9 0 3910909 0
[pid=4902/tid=4908] ppid=4900 vsize=15680760 CPUtime=0.28 cores=0,2,4,6
/proc/4902/task/4908/stat : 4908 (java) R 4900 4902 4342 0 -1 4202560 10514 0 1 0 26 2 0 0 18 0 18 0 523052194 16057098240 14020 33554432000 1073741824 1073778376 140736630185904 18446744073709551615 46912505587020 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 15680760

[startup+0.700995 s]
/proc/loadavg: 3.75 3.97 4.41 3/189 4902
/proc/meminfo: memFree=22830684/32950928 swapFree=67111524/67111528
[pid=4902] ppid=4900 vsize=15685656 CPUtime=1.09 cores=0,2,4,6
/proc/4902/stat : 4902 (java) S 4900 4902 4342 0 -1 4202496 41662 0 1 0 104 5 0 0 21 0 22 0 523052193 16062111744 39885 33554432000 1073741824 1073778376 140736630185904 18446744073709551615 274485770213 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/4902/statm: 3921414 39885 2255 9 0 3912133 0
[pid=4902/tid=4908] ppid=4900 vsize=15685656 CPUtime=0.67 cores=0,2,4,6
/proc/4902/task/4908/stat : 4908 (java) R 4900 4902 4342 0 -1 4202560 35639 0 1 0 63 4 0 0 19 0 22 0 523052194 16062111744 39885 33554432000 1073741824 1073778376 140736630185904 18446744073709551615 46912505217685 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1.09
Current children cumulated vsize (KiB) 15685656

[startup+1.50086 s]
/proc/loadavg: 3.75 3.97 4.41 6/220 4933
/proc/meminfo: memFree=22514300/32950928 swapFree=67111524/67111528
[pid=4902] ppid=4900 vsize=15693700 CPUtime=3.12 cores=0,2,4,6
/proc/4902/stat : 4902 (java) S 4900 4902 4342 0 -1 4202496 58570 0 1 0 304 8 0 0 21 0 22 0 523052193 16070348800 48633 33554432000 1073741824 1073778376 140736630185904 18446744073709551615 274485770213 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/4902/statm: 3923425 48633 2267 9 0 3914144 0
[pid=4902/tid=4908] ppid=4900 vsize=15693700 CPUtime=1.47 cores=0,2,4,6
/proc/4902/task/4908/stat : 4908 (java) R 4900 4902 4342 0 -1 4202560 35677 0 1 0 143 4 0 0 21 0 22 0 523052194 16070348800 48633 33554432000 1073741824 1073778376 140736630185904 18446744073709551615 46912505228572 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=4902/tid=4910] ppid=4900 vsize=15693700 CPUtime=0 cores=0,2,4,6
/proc/4902/task/4910/stat : 4910 (java) S 4900 4902 4342 0 -1 4202560 74 0 0 0 0 0 0 0 20 0 22 0 523052195 16070348800 48633 33554432000 1073741824 1073778376 140736630185904 18446744073709551615 274485783449 0 4 0 16800975 18446604453558880384 0 0 -1 6 0 0 0
[pid=4902/tid=4911] ppid=4900 vsize=15693700 CPUtime=0 cores=0,2,4,6
/proc/4902/task/4911/stat : 4911 (java) S 4900 4902 4342 0 -1 4202560 339 0 0 0 0 0 0 0 21 0 22 0 523052195 16070348800 48633 33554432000 1073741824 1073778376 140736630185904 18446744073709551615 274485783449 0 4 0 16800975 18446604453558880384 0 0 -1 4 0 0 0
[pid=4902/tid=4912] ppid=4900 vsize=15693700 CPUtime=0 cores=0,2,4,6
/proc/4902/task/4912/stat : 4912 (java) S 4900 4902 4342 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 523052195 16070348800 48633 33554432000 1073741824 1073778376 140736630185904 18446744073709551615 274485783449 0 4 0 16800975 18446604453558880384 0 0 -1 6 0 0 0
[pid=4902/tid=4913] ppid=4900 vsize=15693700 CPUtime=0 cores=0,2,4,6
/proc/4902/task/4913/stat : 4913 (java) S 4900 4902 4342 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 523052195 16070348800 48633 33554432000 1073741824 1073778376 140736630185904 18446744073709551615 274485783449 0 4 0 16800975 18446604453558880384 0 0 -1 6 0 0 0
[pid=4902/tid=4914] ppid=4900 vsize=15693700 CPUtime=0 cores=0,2,4,6
/proc/4902/task/4914/stat : 4914 (java) S 4900 4902 4342 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 523052195 16070348800 48633 33554432000 1073741824 1073778376 140736630185904 18446744073709551615 274485783449 0 4 0 16800975 18446604453558880384 0 0 -1 6 0 0 0
[pid=4902/tid=4915] ppid=4900 vsize=15693700 CPUtime=0 cores=0,2,4,6
/proc/4902/task/4915/stat : 4915 (java) S 4900 4902 4342 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 523052195 16070348800 48633 33554432000 1073741824 1073778376 140736630185904 18446744073709551615 274485783449 0 4 0 16800975 18446604453558880384 0 0 -1 6 0 0 0
[pid=4902/tid=4916] ppid=4900 vsize=15693700 CPUtime=0 cores=0,2,4,6
/proc/4902/task/4916/stat : 4916 (java) S 4900 4902 4342 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 523052195 16070348800 48633 33554432000 1073741824 1073778376 140736630185904 18446744073709551615 274485783449 0 4 0 16800975 18446604453558880384 0 0 -1 6 0 0 0
[pid=4902/tid=4917] ppid=4900 vsize=15693700 CPUtime=0 cores=0,2,4,6
/proc/4902/task/4917/stat : 4917 (java) S 4900 4902 4342 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 523052195 16070348800 48633 33554432000 1073741824 1073778376 140736630185904 18446744073709551615 274485783449 0 4 0 16800975 18446604453558880384 0 0 -1 6 0 0 0
[pid=4902/tid=4918] ppid=4900 vsize=15693700 CPUtime=0 cores=0,2,4,6
/proc/4902/task/4918/stat : 4918 (java) S 4900 4902 4342 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 22 0 523052196 16070348800 48633 33554432000 1073741824 1073778376 140736630185904 18446744073709551615 274485784064 0 0 0 16800975 18446604453558880384 0 0 -1 6 0 0 0
[pid=4902/tid=4919] ppid=4900 vsize=15693700 CPUtime=0 cores=0,2,4,6
/proc/4902/task/4919/stat : 4919 (java) S 4900 4902 4342 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 22 0 523052196 16070348800 48633 33554432000 1073741824 1073778376 140736630185904 18446744073709551615 274485783449 0 4 0 16800975 18446604453558880384 0 0 -1 6 0 0 0
[pid=4902/tid=4920] ppid=4900 vsize=15693700 CPUtime=0 cores=0,2,4,6
/proc/4902/task/4920/stat : 4920 (java) S 4900 4902 4342 0 -1 4202560 8 0 0 0 0 0 0 0 21 0 22 0 523052196 16070348800 48633 33554432000 1073741824 1073778376 140736630185904 18446744073709551615 274485783449 0 4 0 16800975 18446604453558880384 0 0 -1 6 0 0 0
[pid=4902/tid=4921] ppid=4900 vsize=15693700 CPUtime=0 cores=0,2,4,6
/proc/4902/task/4921/stat : 4921 (java) S 4900 4902 4342 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 523052198 16070348800 48633 33554432000 1073741824 1073778376 140736630185904 18446744073709551615 274485791153 0 4 0 16800975 18446604453558880384 0 0 -1 6 0 0 0
[pid=4902/tid=4922] ppid=4900 vsize=15693700 CPUtime=0.63 cores=0,2,4,6
/proc/4902/task/4922/stat : 4922 (java) R 4900 4902 4342 0 -1 4202560 2860 0 0 0 63 0 0 0 20 0 22 0 523052198 16070348800 48633 33554432000 1073741824 1073778376 140736630185904 18446744073709551615 47430892275651 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=4902/tid=4923] ppid=4900 vsize=15693700 CPUtime=0.98 cores=0,2,4,6
/proc/4902/task/4923/stat : 4923 (java) R 4900 4902 4342 0 -1 4202560 18177 0 0 0 96 2 0 0 16 0 22 0 523052198 16070348800 48633 33554432000 1073741824 1073778376 140736630185904 18446744073709551615 47430889981037 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=4902/tid=4924] ppid=4900 vsize=15693700 CPUtime=0 cores=0,2,4,6
/proc/4902/task/4924/stat : 4924 (java) S 4900 4902 4342 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 523052198 16070348800 48633 33554432000 1073741824 1073778376 140736630185904 18446744073709551615 274485783449 0 4 0 16800975 18446604453558880384 0 0 -1 6 0 0 0
[pid=4902/tid=4925] ppid=4900 vsize=15693700 CPUtime=0 cores=0,2,4,6
/proc/4902/task/4925/stat : 4925 (java) S 4900 4902 4342 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 523052198 16070348800 48633 33554432000 1073741824 1073778376 140736630185904 18446744073709551615 274485784064 0 4 0 16800975 18446604453558880384 0 0 -1 6 0 0 0
[pid=4902/tid=4930] ppid=4900 vsize=15693700 CPUtime=0 cores=0,2,4,6
/proc/4902/task/4930/stat : 4930 (java) S 4900 4902 4342 0 -1 4202560 14 0 0 0 0 0 0 0 15 0 22 0 523052247 16070348800 48633 33554432000 1073741824 1073778376 140736630185904 18446744073709551615 274485784064 0 4 0 16800975 18446604453558880384 0 0 -1 2 0 0 0
[pid=4902/tid=4931] ppid=4900 vsize=15693700 CPUtime=0 cores=0,2,4,6
/proc/4902/task/4931/stat : 4931 (java) S 4900 4902 4342 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 22 0 523052247 16070348800 48633 33554432000 1073741824 1073778376 140736630185904 18446744073709551615 274485784064 0 4 0 16800975 18446604453558880384 0 0 -1 6 0 0 0
[pid=4902/tid=4932] ppid=4900 vsize=15693700 CPUtime=0 cores=0,2,4,6
/proc/4902/task/4932/stat : 4932 (java) S 4900 4902 4342 0 -1 4202560 14 0 0 0 0 0 0 0 15 0 22 0 523052247 16070348800 48633 33554432000 1073741824 1073778376 140736630185904 18446744073709551615 274485784064 0 4 0 16800975 18446604453558880384 0 0 -1 2 0 0 0
[pid=4902/tid=4933] ppid=4900 vsize=15693700 CPUtime=0 cores=0,2,4,6
/proc/4902/task/4933/stat : 4933 (java) S 4900 4902 4342 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 22 0 523052247 16070348800 48633 33554432000 1073741824 1073778376 140736630185904 18446744073709551615 274485784064 0 4 0 16800975 18446604453558880384 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3.12
Current children cumulated vsize (KiB) 15693700

[startup+3.10158 s]
/proc/loadavg: 3.75 3.97 4.41 11/220 4933
/proc/meminfo: memFree=22296196/32950928 swapFree=67111524/67111528
[pid=4902] ppid=4900 vsize=15693700 CPUtime=8.98 cores=0,2,4,6
/proc/4902/stat : 4902 (java) S 4900 4902 4342 0 -1 4202496 138448 0 1 0 878 20 0 0 21 0 22 0 523052193 16070348800 125990 33554432000 1073741824 1073778376 140736630185904 18446744073709551615 274485770213 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/4902/statm: 3923425 125990 2275 9 0 3914144 0
[pid=4902/tid=4908] ppid=4900 vsize=15693700 CPUtime=1.54 cores=0,2,4,6
/proc/4902/task/4908/stat : 4908 (java) S 4900 4902 4342 0 -1 4202560 35696 0 1 0 150 4 0 0 21 0 22 0 523052194 16070348800 125990 33554432000 1073741824 1073778376 140736630185904 18446744073709551615 274485783449 0 4 0 16800975 18446604453558880384 0 0 -1 4 0 0 0
[pid=4902/tid=4910] ppid=4900 vsize=15693700 CPUtime=0.02 cores=0,2,4,6
/proc/4902/task/4910/stat : 4910 (java) S 4900 4902 4342 0 -1 4202560 2844 0 0 0 2 0 0 0 16 0 22 0 523052195 16070348800 125990 33554432000 1073741824 1073778376 140736630185904 18446744073709551615 274485783449 0 4 0 16800975 18446604453558880384 0 0 -1 6 0 0 0
[pid=4902/tid=4911] ppid=4900 vsize=15693700 CPUtime=0.04 cores=0,2,4,6
/proc/4902/task/4911/stat : 4911 (java) S 4900 4902 4342 0 -1 4202560 12140 0 0 0 3 1 0 0 16 0 22 0 523052195 16070348800 125990 33554432000 1073741824 1073778376 140736630185904 18446744073709551615 274485783449 0 4 0 16800975 18446604453558880384 0 0 -1 0 0 0 0
[pid=4902/tid=4912] ppid=4900 vsize=15693700 CPUtime=0.05 cores=0,2,4,6
/proc/4902/task/4912/stat : 4912 (java) S 4900 4902 4342 0 -1 4202560 8340 0 0 0 4 1 0 0 16 0 22 0 523052195 16070348800 125990 33554432000 1073741824 1073778376 140736630185904 18446744073709551615 274485783449 0 4 0 16800975 18446604453558880384 0 0 -1 2 0 0 0
[pid=4902/tid=4913] ppid=4900 vsize=15693700 CPUtime=0.02 cores=0,2,4,6
/proc/4902/task/4913/stat : 4913 (java) S 4900 4902 4342 0 -1 4202560 3923 0 0 0 2 0 0 0 15 0 22 0 523052195 16070348800 125990 33554432000 1073741824 1073778376 140736630185904 18446744073709551615 274485783449 0 4 0 16800975 18446604453558880384 0 0 -1 6 0 0 0
[pid=4902/tid=4914] ppid=4900 vsize=15693700 CPUtime=0.03 cores=0,2,4,6
/proc/4902/task/4914/stat : 4914 (java) S 4900 4902 4342 0 -1 4202560 6069 0 0 0 3 0 0 0 16 0 22 0 523052195 16070348800 125990 33554432000 1073741824 1073778376 140736630185904 18446744073709551615 274485783449 0 4 0 16800975 18446604453558880384 0 0 -1 4 0 0 0
[pid=4902/tid=4915] ppid=4900 vsize=15693700 CPUtime=0.06 cores=0,2,4,6
/proc/4902/task/4915/stat : 4915 (java) S 4900 4902 4342 0 -1 4202560 9318 0 0 0 5 1 0 0 15 0 22 0 523052195 16070348800 125990 33554432000 1073741824 1073778376 140736630185904 18446744073709551615 274485783449 0 4 0 16800975 18446604453558880384 0 0 -1 2 0 0 0
[pid=4902/tid=4916] ppid=4900 vsize=15693700 CPUtime=0.03 cores=0,2,4,6
/proc/4902/task/4916/stat : 4916 (java) S 4900 4902 4342 0 -1 4202560 6285 0 0 0 2 1 0 0 15 0 22 0 523052195 16070348800 125990 33554432000 1073741824 1073778376 140736630185904 18446744073709551615 274485783449 0 4 0 16800975 18446604453558880384 0 0 -1 4 0 0 0
[pid=4902/tid=4917] ppid=4900 vsize=15693700 CPUtime=0.05 cores=0,2,4,6
/proc/4902/task/4917/stat : 4917 (java) S 4900 4902 4342 0 -1 4202560 8524 0 0 0 4 1 0 0 15 0 22 0 523052195 16070348800 125990 33554432000 1073741824 1073778376 140736630185904 18446744073709551615 274485783449 0 4 0 16800975 18446604453558880384 0 0 -1 4 0 0 0
[pid=4902/tid=4918] ppid=4900 vsize=15693700 CPUtime=0 cores=0,2,4,6
/proc/4902/task/4918/stat : 4918 (java) S 4900 4902 4342 0 -1 4202560 262 0 0 0 0 0 0 0 16 0 22 0 523052196 16070348800 125990 33554432000 1073741824 1073778376 140736630185904 18446744073709551615 274485784064 0 0 0 16800975 18446604453558880384 0 0 -1 0 0 0 0
[pid=4902/tid=4919] ppid=4900 vsize=15693700 CPUtime=0 cores=0,2,4,6
/proc/4902/task/4919/stat : 4919 (java) S 4900 4902 4342 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 523052196 16070348800 125990 33554432000 1073741824 1073778376 140736630185904 18446744073709551615 274485783449 0 4 0 16800975 18446604453558880384 0 0 -1 6 0 0 0
[pid=4902/tid=4920] ppid=4900 vsize=15693700 CPUtime=0 cores=0,2,4,6
/proc/4902/task/4920/stat : 4920 (java) S 4900 4902 4342 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 523052196 16070348800 125990 33554432000 1073741824 1073778376 140736630185904 18446744073709551615 274485783449 0 4 0 16800975 18446604453558880384 0 0 -1 6 0 0 0
[pid=4902/tid=4921] ppid=4900 vsize=15693700 CPUtime=0 cores=0,2,4,6
/proc/4902/task/4921/stat : 4921 (java) S 4900 4902 4342 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 523052198 16070348800 125990 33554432000 1073741824 1073778376 140736630185904 18446744073709551615 274485791153 0 4 0 16800975 18446604453558880384 0 0 -1 6 0 0 0
[pid=4902/tid=4922] ppid=4900 vsize=15693700 CPUtime=0.93 cores=0,2,4,6
/proc/4902/task/4922/stat : 4922 (java) S 4900 4902 4342 0 -1 4202560 2939 0 0 0 93 0 0 0 15 0 22 0 523052198 16070348800 125990 33554432000 1073741824 1073778376 140736630185904 18446744073709551615 274485783449 0 4 0 16800975 18446604453558880384 0 0 -1 6 0 0 0
[pid=4902/tid=4923] ppid=4900 vsize=15693700 CPUtime=1.31 cores=0,2,4,6
/proc/4902/task/4923/stat : 4923 (java) S 4900 4902 4342 0 -1 4202560 19648 0 0 0 128 3 0 0 15 0 22 0 523052198 16070348800 125990 33554432000 1073741824 1073778376 140736630185904 18446744073709551615 274485783449 0 4 0 16800975 18446604453558880384 0 0 -1 6 0 0 0
[pid=4902/tid=4924] ppid=4900 vsize=15693700 CPUtime=0 cores=0,2,4,6
/proc/4902/task/4924/stat : 4924 (java) S 4900 4902 4342 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 523052198 16070348800 125990 33554432000 1073741824 1073778376 140736630185904 18446744073709551615 274485783449 0 4 0 16800975 18446604453558880384 0 0 -1 6 0 0 0
[pid=4902/tid=4925] ppid=4900 vsize=15693700 CPUtime=0 cores=0,2,4,6
/proc/4902/task/4925/stat : 4925 (java) S 4900 4902 4342 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 523052198 16070348800 125990 33554432000 1073741824 1073778376 140736630185904 18446744073709551615 274485784064 0 4 0 16800975 18446604453558880384 0 0 -1 6 0 0 0
[pid=4902/tid=4930] ppid=4900 vsize=15693700 CPUtime=1.15 cores=0,2,4,6
/proc/4902/task/4930/stat : 4930 (java) R 4900 4902 4342 0 -1 4202560 5427 0 0 0 115 0 0 0 16 0 22 0 523052247 16070348800 125990 33554432000 1073741824 1073778376 140736630185904 18446744073709551615 46912505989679 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=4902/tid=4931] ppid=4900 vsize=15693700 CPUtime=1.25 cores=0,2,4,6
/proc/4902/task/4931/stat : 4931 (java) R 4900 4902 4342 0 -1 4202560 4709 0 0 0 125 0 0 0 16 0 22 0 523052247 16070348800 125990 33554432000 1073741824 1073778376 140736630185904 18446744073709551615 46912506250676 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=4902/tid=4932] ppid=4900 vsize=15693700 CPUtime=1.2 cores=0,2,4,6
/proc/4902/task/4932/stat : 4932 (java) R 4900 4902 4342 0 -1 4202560 5304 0 0 0 120 0 0 0 16 0 22 0 523052247 16070348800 125990 33554432000 1073741824 1073778376 140736630185904 18446744073709551615 46912505989560 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=4902/tid=4933] ppid=4900 vsize=15693700 CPUtime=1.16 cores=0,2,4,6
/proc/4902/task/4933/stat : 4933 (java) R 4900 4902 4342 0 -1 4202560 5636 0 0 0 116 0 0 0 16 0 22 0 523052247 16070348800 125990 33554432000 1073741824 1073778376 140736630185904 18446744073709551615 47430892978400 0 4 0 16800975 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 8.98
Current children cumulated vsize (KiB) 15693700

[startup+6.30101 s]
/proc/loadavg: 4.33 4.09 4.45 10/220 4933
/proc/meminfo: memFree=21000148/32950928 swapFree=67111524/67111528
[pid=4902] ppid=4900 vsize=15693700 CPUtime=21.75 cores=0,2,4,6
/proc/4902/stat : 4902 (java) S 4900 4902 4342 0 -1 4202496 389031 0 1 0 2120 55 0 0 21 0 22 0 523052193 16070348800 374910 33554432000 1073741824 1073778376 140736630185904 18446744073709551615 274485770213 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/4902/statm: 3923425 374910 2275 9 0 3914144 0
[pid=4902/tid=4908] ppid=4900 vsize=15693700 CPUtime=1.54 cores=0,2,4,6
/proc/4902/task/4908/stat : 4908 (java) S 4900 4902 4342 0 -1 4202560 35696 0 1 0 150 4 0 0 21 0 22 0 523052194 16070348800 374910 33554432000 1073741824 1073778376 140736630185904 18446744073709551615 274485783449 0 4 0 16800975 18446604453558880384 0 0 -1 4 0 0 0
[pid=4902/tid=4910] ppid=4900 vsize=15693700 CPUtime=0.02 cores=0,2,4,6
/proc/4902/task/4910/stat : 4910 (java) S 4900 4902 4342 0 -1 4202560 3307 0 0 0 2 0 0 0 15 0 22 0 523052195 16070348800 374910 33554432000 1073741824 1073778376 140736630185904 18446744073709551615 274485783449 0 4 0 16800975 18446604453558880384 0 0 -1 6 0 0 0
[pid=4902/tid=4911] ppid=4900 vsize=15693700 CPUtime=0.09 cores=0,2,4,6
/proc/4902/task/4911/stat : 4911 (java) S 4900 4902 4342 0 -1 4202560 28385 0 0 0 6 3 0 0 15 0 22 0 523052195 16070348800 374910 33554432000 1073741824 1073778376 140736630185904 18446744073709551615 274485783449 0 4 0 16800975 18446604453558880384 0 0 -1 4 0 0 0
[pid=4902/tid=4912] ppid=4900 vsize=15693700 CPUtime=0.08 cores=0,2,4,6
/proc/4902/task/4912/stat : 4912 (java) S 4900 4902 4342 0 -1 4202560 18087 0 0 0 6 2 0 0 15 0 22 0 523052195 16070348800 374910 33554432000 1073741824 1073778376 140736630185904 18446744073709551615 274485783449 0 4 0 16800975 18446604453558880384 0 0 -1 2 0 0 0
[pid=4902/tid=4913] ppid=4900 vsize=15693700 CPUtime=0.14 cores=0,2,4,6
/proc/4902/task/4913/stat : 4913 (java) S 4900 4902 4342 0 -1 4202560 26905 0 0 0 11 3 0 0 16 0 22 0 523052195 16070348800 374910 33554432000 1073741824 1073778376 140736630185904 18446744073709551615 274485783449 0 4 0 16800975 18446604453558880384 0 0 -1 0 0 0 0
[pid=4902/tid=4914] ppid=4900 vsize=15693700 CPUtime=0.13 cores=0,2,4,6
/proc/4902/task/4914/stat : 4914 (java) S 4900 4902 4342 0 -1 4202560 27113 0 0 0 8 5 0 0 16 0 22 0 523052195 16070348800 374910 33554432000 1073741824 1073778376 140736630185904 18446744073709551615 274485783449 0 4 0 16800975 18446604453558880384 0 0 -1 6 0 0 0
[pid=4902/tid=4915] ppid=4900 vsize=15693700 CPUtime=0.15 cores=0,2,4,6
/proc/4902/task/4915/stat : 4915 (java) S 4900 4902 4342 0 -1 4202560 29842 0 0 0 11 4 0 0 16 0 22 0 523052195 16070348800 374910 33554432000 1073741824 1073778376 140736630185904 18446744073709551615 274485783449 0 4 0 16800975 18446604453558880384 0 0 -1 2 0 0 0
[pid=4902/tid=4916] ppid=4900 vsize=15693700 CPUtime=0.04 cores=0,2,4,6
/proc/4902/task/4916/stat : 4916 (java) S 4900 4902 4342 0 -1 4202560 10002 0 0 0 3 1 0 0 15 0 22 0 523052195 16070348800 374910 33554432000 1073741824 1073778376 140736630185904 18446744073709551615 274485783449 0 4 0 16800975 18446604453558880384 0 0 -1 0 0 0 0
[pid=4902/tid=4917] ppid=4900 vsize=15693700 CPUtime=0.13 cores=0,2,4,6
/proc/4902/task/4917/stat : 4917 (java) S 4900 4902 4342 0 -1 4202560 26924 0 0 0 9 4 0 0 16 0 22 0 523052195 16070348800 374910 33554432000 1073741824 1073778376 140736630185904 18446744073709551615 274485783449 0 4 0 16800975 18446604453558880384 0 0 -1 4 0 0 0

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

[startup+1122.3 s]
/proc/loadavg: 8.07 7.98 6.97 9/220 4966
/proc/meminfo: memFree=13795380/32950928 swapFree=67111524/67111528
[pid=4902] ppid=4900 vsize=15693700 CPUtime=4470.54 cores=0,2,4,6
/proc/4902/stat : 4902 (java) S 4900 4902 4342 0 -1 4202496 2791591 0 1 0 446598 456 0 0 21 0 22 0 523052193 16070348800 2108801 33554432000 1073741824 1073778376 140736630185904 18446744073709551615 274485770213 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/4902/statm: 3923425 2108801 2296 9 0 3914144 0
[pid=4902/tid=4908] ppid=4900 vsize=15693700 CPUtime=1.54 cores=0,2,4,6
/proc/4902/task/4908/stat : 4908 (java) S 4900 4902 4342 0 -1 4202560 35696 0 1 0 150 4 0 0 21 0 22 0 523052194 16070348800 2108801 33554432000 1073741824 1073778376 140736630185904 18446744073709551615 274485783449 0 4 0 16800975 18446604453558880384 0 0 -1 4 0 0 0
[pid=4902/tid=4910] ppid=4900 vsize=15693700 CPUtime=3.46 cores=0,2,4,6
/proc/4902/task/4910/stat : 4910 (java) S 4900 4902 4342 0 -1 4202560 291491 0 0 0 293 53 0 0 15 0 22 0 523052195 16070348800 2108801 33554432000 1073741824 1073778376 140736630185904 18446744073709551615 274485783449 0 4 0 16800975 18446604453558880384 0 0 -1 0 0 0 0
[pid=4902/tid=4911] ppid=4900 vsize=15693700 CPUtime=3.39 cores=0,2,4,6
/proc/4902/task/4911/stat : 4911 (java) S 4900 4902 4342 0 -1 4202560 197526 0 0 0 304 35 0 0 16 0 22 0 523052195 16070348800 2108801 33554432000 1073741824 1073778376 140736630185904 18446744073709551615 274485783449 0 4 0 16800975 18446604453558880384 0 0 -1 0 0 0 0
[pid=4902/tid=4912] ppid=4900 vsize=15693700 CPUtime=2.8 cores=0,2,4,6
/proc/4902/task/4912/stat : 4912 (java) S 4900 4902 4342 0 -1 4202560 138227 0 0 0 255 25 0 0 15 0 22 0 523052195 16070348800 2108801 33554432000 1073741824 1073778376 140736630185904 18446744073709551615 274485783449 0 4 0 16800975 18446604453558880384 0 0 -1 0 0 0 0
[pid=4902/tid=4913] ppid=4900 vsize=15693700 CPUtime=3.63 cores=0,2,4,6
/proc/4902/task/4913/stat : 4913 (java) S 4900 4902 4342 0 -1 4202560 221265 0 0 0 324 39 0 0 16 0 22 0 523052195 16070348800 2108801 33554432000 1073741824 1073778376 140736630185904 18446744073709551615 274485783449 0 4 0 16800975 18446604453558880384 0 0 -1 4 0 0 0
[pid=4902/tid=4914] ppid=4900 vsize=15693700 CPUtime=3.71 cores=0,2,4,6
/proc/4902/task/4914/stat : 4914 (java) S 4900 4902 4342 0 -1 4202560 271239 0 0 0 321 50 0 0 15 0 22 0 523052195 16070348800 2108801 33554432000 1073741824 1073778376 140736630185904 18446744073709551615 274485783449 0 4 0 16800975 18446604453558880384 0 0 -1 4 0 0 0
[pid=4902/tid=4915] ppid=4900 vsize=15693700 CPUtime=3.34 cores=0,2,4,6
/proc/4902/task/4915/stat : 4915 (java) S 4900 4902 4342 0 -1 4202560 285776 0 0 0 282 52 0 0 15 0 22 0 523052195 16070348800 2108801 33554432000 1073741824 1073778376 140736630185904 18446744073709551615 274485783449 0 4 0 16800975 18446604453558880384 0 0 -1 6 0 0 0
[pid=4902/tid=4916] ppid=4900 vsize=15693700 CPUtime=3.6 cores=0,2,4,6
/proc/4902/task/4916/stat : 4916 (java) S 4900 4902 4342 0 -1 4202560 277505 0 0 0 312 48 0 0 16 0 22 0 523052195 16070348800 2108801 33554432000 1073741824 1073778376 140736630185904 18446744073709551615 274485783449 0 4 0 16800975 18446604453558880384 0 0 -1 6 0 0 0
[pid=4902/tid=4917] ppid=4900 vsize=15693700 CPUtime=3.06 cores=0,2,4,6
/proc/4902/task/4917/stat : 4917 (java) S 4900 4902 4342 0 -1 4202560 161167 0 0 0 278 28 0 0 16 0 22 0 523052195 16070348800 2108801 33554432000 1073741824 1073778376 140736630185904 18446744073709551615 274485783449 0 4 0 16800975 18446604453558880384 0 0 -1 4 0 0 0
[pid=4902/tid=4918] ppid=4900 vsize=15693700 CPUtime=2.87 cores=0,2,4,6
/proc/4902/task/4918/stat : 4918 (java) S 4900 4902 4342 0 -1 4202560 354583 0 0 0 239 48 0 0 15 0 22 0 523052196 16070348800 2108801 33554432000 1073741824 1073778376 140736630185904 18446744073709551615 274485784064 0 0 0 16800975 18446604453558880384 0 0 -1 2 0 0 0
[pid=4902/tid=4919] ppid=4900 vsize=15693700 CPUtime=0 cores=0,2,4,6
/proc/4902/task/4919/stat : 4919 (java) S 4900 4902 4342 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 523052196 16070348800 2108801 33554432000 1073741824 1073778376 140736630185904 18446744073709551615 274485783449 0 4 0 16800975 18446604453558880384 0 0 -1 6 0 0 0
[pid=4902/tid=4920] ppid=4900 vsize=15693700 CPUtime=0 cores=0,2,4,6
/proc/4902/task/4920/stat : 4920 (java) S 4900 4902 4342 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 523052196 16070348800 2108801 33554432000 1073741824 1073778376 140736630185904 18446744073709551615 274485783449 0 4 0 16800975 18446604453558880384 0 0 -1 6 0 0 0
[pid=4902/tid=4921] ppid=4900 vsize=15693700 CPUtime=0 cores=0,2,4,6
/proc/4902/task/4921/stat : 4921 (java) S 4900 4902 4342 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 523052198 16070348800 2108801 33554432000 1073741824 1073778376 140736630185904 18446744073709551615 274485791153 0 4 0 16800975 18446604453558880384 0 0 -1 6 0 0 0
[pid=4902/tid=4922] ppid=4900 vsize=15693700 CPUtime=1.19 cores=0,2,4,6
/proc/4902/task/4922/stat : 4922 (java) S 4900 4902 4342 0 -1 4202560 2992 0 0 0 119 0 0 0 15 0 22 0 523052198 16070348800 2108801 33554432000 1073741824 1073778376 140736630185904 18446744073709551615 274485783449 0 4 0 16800975 18446604453558880384 0 0 -1 6 0 0 0
[pid=4902/tid=4923] ppid=4900 vsize=15693700 CPUtime=1.53 cores=0,2,4,6
/proc/4902/task/4923/stat : 4923 (java) S 4900 4902 4342 0 -1 4202560 19679 0 0 0 150 3 0 0 15 0 22 0 523052198 16070348800 2108801 33554432000 1073741824 1073778376 140736630185904 18446744073709551615 274485783449 0 4 0 16800975 18446604453558880384 0 0 -1 0 0 0 0
[pid=4902/tid=4924] ppid=4900 vsize=15693700 CPUtime=0 cores=0,2,4,6
/proc/4902/task/4924/stat : 4924 (java) S 4900 4902 4342 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 523052198 16070348800 2108801 33554432000 1073741824 1073778376 140736630185904 18446744073709551615 274485783449 0 4 0 16800975 18446604453558880384 0 0 -1 6 0 0 0
[pid=4902/tid=4925] ppid=4900 vsize=15693700 CPUtime=0 cores=0,2,4,6
/proc/4902/task/4925/stat : 4925 (java) S 4900 4902 4342 0 -1 4202560 67 0 0 0 0 0 0 0 15 0 22 0 523052198 16070348800 2108801 33554432000 1073741824 1073778376 140736630185904 18446744073709551615 274485784064 0 4 0 16800975 18446604453558880384 0 0 -1 2 0 0 0
[pid=4902/tid=4930] ppid=4900 vsize=15693700 CPUtime=1108.68 cores=0,2,4,6
/proc/4902/task/4930/stat : 4930 (java) R 4900 4902 4342 0 -1 4202560 131310 0 0 0 110854 14 0 0 25 0 22 0 523052247 16070348800 2108801 33554432000 1073741824 1073778376 140736630185904 18446744073709551615 46912505584496 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=4902/tid=4931] ppid=4900 vsize=15693700 CPUtime=1110.68 cores=0,2,4,6
/proc/4902/task/4931/stat : 4931 (java) R 4900 4902 4342 0 -1 4202560 137021 0 0 0 111052 16 0 0 25 0 22 0 523052247 16070348800 2108801 33554432000 1073741824 1073778376 140736630185904 18446744073709551615 46912505816232 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=4902/tid=4932] ppid=4900 vsize=15693700 CPUtime=1107.06 cores=0,2,4,6
/proc/4902/task/4932/stat : 4932 (java) R 4900 4902 4342 0 -1 4202560 131758 0 0 0 110689 17 0 0 25 0 22 0 523052247 16070348800 2108801 33554432000 1073741824 1073778376 140736630185904 18446744073709551615 46912505366054 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=4902/tid=4933] ppid=4900 vsize=15693700 CPUtime=1109.85 cores=0,2,4,6
/proc/4902/task/4933/stat : 4933 (java) R 4900 4902 4342 0 -1 4202560 132906 0 0 0 110969 16 0 0 25 0 22 0 523052247 16070348800 2108801 33554432000 1073741824 1073778376 140736630185904 18446744073709551615 46912505816175 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4470.54
Current children cumulated vsize (KiB) 15693700

[startup+1182.3 s]
/proc/loadavg: 8.06 7.99 7.03 10/220 4968
/proc/meminfo: memFree=13778620/32950928 swapFree=67111524/67111528
[pid=4902] ppid=4900 vsize=15693700 CPUtime=4710.14 cores=0,2,4,6
/proc/4902/stat : 4902 (java) S 4900 4902 4342 0 -1 4202496 2884509 0 1 0 470539 475 0 0 21 0 22 0 523052193 16070348800 2115186 33554432000 1073741824 1073778376 140736630185904 18446744073709551615 274485770213 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/4902/statm: 3923425 2115186 2296 9 0 3914144 0
[pid=4902/tid=4908] ppid=4900 vsize=15693700 CPUtime=1.54 cores=0,2,4,6
/proc/4902/task/4908/stat : 4908 (java) S 4900 4902 4342 0 -1 4202560 35696 0 1 0 150 4 0 0 21 0 22 0 523052194 16070348800 2115186 33554432000 1073741824 1073778376 140736630185904 18446744073709551615 274485783449 0 4 0 16800975 18446604453558880384 0 0 -1 4 0 0 0
[pid=4902/tid=4910] ppid=4900 vsize=15693700 CPUtime=3.83 cores=0,2,4,6
/proc/4902/task/4910/stat : 4910 (java) S 4900 4902 4342 0 -1 4202560 303739 0 0 0 328 55 0 0 16 0 22 0 523052195 16070348800 2115186 33554432000 1073741824 1073778376 140736630185904 18446744073709551615 274485783449 0 4 0 16800975 18446604453558880384 0 0 -1 0 0 0 0
[pid=4902/tid=4911] ppid=4900 vsize=15693700 CPUtime=3.39 cores=0,2,4,6
/proc/4902/task/4911/stat : 4911 (java) S 4900 4902 4342 0 -1 4202560 197526 0 0 0 304 35 0 0 15 0 22 0 523052195 16070348800 2115186 33554432000 1073741824 1073778376 140736630185904 18446744073709551615 274485783449 0 4 0 16800975 18446604453558880384 0 0 -1 6 0 0 0
[pid=4902/tid=4912] ppid=4900 vsize=15693700 CPUtime=3.06 cores=0,2,4,6
/proc/4902/task/4912/stat : 4912 (java) S 4900 4902 4342 0 -1 4202560 149367 0 0 0 279 27 0 0 16 0 22 0 523052195 16070348800 2115186 33554432000 1073741824 1073778376 140736630185904 18446744073709551615 274485783449 0 4 0 16800975 18446604453558880384 0 0 -1 2 0 0 0
[pid=4902/tid=4913] ppid=4900 vsize=15693700 CPUtime=3.97 cores=0,2,4,6
/proc/4902/task/4913/stat : 4913 (java) S 4900 4902 4342 0 -1 4202560 245993 0 0 0 354 43 0 0 16 0 22 0 523052195 16070348800 2115186 33554432000 1073741824 1073778376 140736630185904 18446744073709551615 274485783449 0 4 0 16800975 18446604453558880384 0 0 -1 4 0 0 0
[pid=4902/tid=4914] ppid=4900 vsize=15693700 CPUtime=3.92 cores=0,2,4,6
/proc/4902/task/4914/stat : 4914 (java) S 4900 4902 4342 0 -1 4202560 280758 0 0 0 340 52 0 0 15 0 22 0 523052195 16070348800 2115186 33554432000 1073741824 1073778376 140736630185904 18446744073709551615 274485783449 0 4 0 16800975 18446604453558880384 0 0 -1 2 0 0 0
[pid=4902/tid=4915] ppid=4900 vsize=15693700 CPUtime=3.59 cores=0,2,4,6
/proc/4902/task/4915/stat : 4915 (java) S 4900 4902 4342 0 -1 4202560 286055 0 0 0 307 52 0 0 15 0 22 0 523052195 16070348800 2115186 33554432000 1073741824 1073778376 140736630185904 18446744073709551615 274485783449 0 4 0 16800975 18446604453558880384 0 0 -1 0 0 0 0
[pid=4902/tid=4916] ppid=4900 vsize=15693700 CPUtime=3.8 cores=0,2,4,6
/proc/4902/task/4916/stat : 4916 (java) S 4900 4902 4342 0 -1 4202560 291367 0 0 0 329 51 0 0 15 0 22 0 523052195 16070348800 2115186 33554432000 1073741824 1073778376 140736630185904 18446744073709551615 274485783449 0 4 0 16800975 18446604453558880384 0 0 -1 6 0 0 0
[pid=4902/tid=4917] ppid=4900 vsize=15693700 CPUtime=3.3 cores=0,2,4,6
/proc/4902/task/4917/stat : 4917 (java) S 4900 4902 4342 0 -1 4202560 182124 0 0 0 298 32 0 0 16 0 22 0 523052195 16070348800 2115186 33554432000 1073741824 1073778376 140736630185904 18446744073709551615 274485783449 0 4 0 16800975 18446604453558880384 0 0 -1 6 0 0 0
[pid=4902/tid=4918] ppid=4900 vsize=15693700 CPUtime=2.88 cores=0,2,4,6
/proc/4902/task/4918/stat : 4918 (java) S 4900 4902 4342 0 -1 4202560 354759 0 0 0 239 49 0 0 15 0 22 0 523052196 16070348800 2115186 33554432000 1073741824 1073778376 140736630185904 18446744073709551615 274485784064 0 0 0 16800975 18446604453558880384 0 0 -1 2 0 0 0
[pid=4902/tid=4919] ppid=4900 vsize=15693700 CPUtime=0 cores=0,2,4,6
/proc/4902/task/4919/stat : 4919 (java) S 4900 4902 4342 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 523052196 16070348800 2115186 33554432000 1073741824 1073778376 140736630185904 18446744073709551615 274485783449 0 4 0 16800975 18446604453558880384 0 0 -1 6 0 0 0
[pid=4902/tid=4920] ppid=4900 vsize=15693700 CPUtime=0 cores=0,2,4,6
/proc/4902/task/4920/stat : 4920 (java) S 4900 4902 4342 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 523052196 16070348800 2115186 33554432000 1073741824 1073778376 140736630185904 18446744073709551615 274485783449 0 4 0 16800975 18446604453558880384 0 0 -1 6 0 0 0
[pid=4902/tid=4921] ppid=4900 vsize=15693700 CPUtime=0 cores=0,2,4,6
/proc/4902/task/4921/stat : 4921 (java) S 4900 4902 4342 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 523052198 16070348800 2115186 33554432000 1073741824 1073778376 140736630185904 18446744073709551615 274485791153 0 4 0 16800975 18446604453558880384 0 0 -1 6 0 0 0
[pid=4902/tid=4922] ppid=4900 vsize=15693700 CPUtime=1.19 cores=0,2,4,6
/proc/4902/task/4922/stat : 4922 (java) S 4900 4902 4342 0 -1 4202560 2992 0 0 0 119 0 0 0 15 0 22 0 523052198 16070348800 2115186 33554432000 1073741824 1073778376 140736630185904 18446744073709551615 274485783449 0 4 0 16800975 18446604453558880384 0 0 -1 6 0 0 0
[pid=4902/tid=4923] ppid=4900 vsize=15693700 CPUtime=1.53 cores=0,2,4,6
/proc/4902/task/4923/stat : 4923 (java) S 4900 4902 4342 0 -1 4202560 19679 0 0 0 150 3 0 0 15 0 22 0 523052198 16070348800 2115186 33554432000 1073741824 1073778376 140736630185904 18446744073709551615 274485783449 0 4 0 16800975 18446604453558880384 0 0 -1 0 0 0 0
[pid=4902/tid=4924] ppid=4900 vsize=15693700 CPUtime=0 cores=0,2,4,6
/proc/4902/task/4924/stat : 4924 (java) S 4900 4902 4342 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 523052198 16070348800 2115186 33554432000 1073741824 1073778376 140736630185904 18446744073709551615 274485783449 0 4 0 16800975 18446604453558880384 0 0 -1 6 0 0 0
[pid=4902/tid=4925] ppid=4900 vsize=15693700 CPUtime=0 cores=0,2,4,6
/proc/4902/task/4925/stat : 4925 (java) S 4900 4902 4342 0 -1 4202560 69 0 0 0 0 0 0 0 15 0 22 0 523052198 16070348800 2115186 33554432000 1073741824 1073778376 140736630185904 18446744073709551615 274485784064 0 4 0 16800975 18446604453558880384 0 0 -1 2 0 0 0
[pid=4902/tid=4930] ppid=4900 vsize=15693700 CPUtime=1167.86 cores=0,2,4,6
/proc/4902/task/4930/stat : 4930 (java) R 4900 4902 4342 0 -1 4202560 131312 0 0 0 116772 14 0 0 25 0 22 0 523052247 16070348800 2115186 33554432000 1073741824 1073778376 140736630185904 18446744073709551615 46912505816237 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=4902/tid=4931] ppid=4900 vsize=15693700 CPUtime=1170.19 cores=0,2,4,6
/proc/4902/task/4931/stat : 4931 (java) R 4900 4902 4342 0 -1 4202560 137022 0 0 0 117003 16 0 0 25 0 22 0 523052247 16070348800 2115186 33554432000 1073741824 1073778376 140736630185904 18446744073709551615 47430892444736 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=4902/tid=4932] ppid=4900 vsize=15693700 CPUtime=1166.57 cores=0,2,4,6
/proc/4902/task/4932/stat : 4932 (java) R 4900 4902 4342 0 -1 4202560 131760 0 0 0 116640 17 0 0 25 0 22 0 523052247 16070348800 2115186 33554432000 1073741824 1073778376 140736630185904 18446744073709551615 46912505816729 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=4902/tid=4933] ppid=4900 vsize=15693700 CPUtime=1169.35 cores=0,2,4,6
/proc/4902/task/4933/stat : 4933 (java) R 4900 4902 4342 0 -1 4202560 132908 0 0 0 116919 16 0 0 25 0 22 0 523052247 16070348800 2115186 33554432000 1073741824 1073778376 140736630185904 18446744073709551615 46912505816010 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4710.14
Current children cumulated vsize (KiB) 15693700



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1204.8 s]
/proc/loadavg: 8.16 8.02 7.07 9/220 4968
/proc/meminfo: memFree=13742656/32950928 swapFree=67111524/67111528
[pid=4902] ppid=4900 vsize=15693700 CPUtime=4800.02 cores=0,2,4,6
/proc/4902/stat : 4902 (java) S 4900 4902 4342 0 -1 4202496 2884605 0 1 0 479527 475 0 0 21 0 22 0 523052193 16070348800 2115263 33554432000 1073741824 1073778376 140736630185904 18446744073709551615 274485770213 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/4902/statm: 3923425 2115263 2296 9 0 3914144 0
[pid=4902/tid=4908] ppid=4900 vsize=15693700 CPUtime=1.54 cores=0,2,4,6
/proc/4902/task/4908/stat : 4908 (java) S 4900 4902 4342 0 -1 4202560 35696 0 1 0 150 4 0 0 21 0 22 0 523052194 16070348800 2115263 33554432000 1073741824 1073778376 140736630185904 18446744073709551615 274485783449 0 4 0 16800975 18446604453558880384 0 0 -1 4 0 0 0
[pid=4902/tid=4910] ppid=4900 vsize=15693700 CPUtime=3.94 cores=0,2,4,6
/proc/4902/task/4910/stat : 4910 (java) S 4900 4902 4342 0 -1 4202560 303742 0 0 0 339 55 0 0 16 0 22 0 523052195 16070348800 2115263 33554432000 1073741824 1073778376 140736630185904 18446744073709551615 274485783449 0 4 0 16800975 18446604453558880384 0 0 -1 2 0 0 0
[pid=4902/tid=4911] ppid=4900 vsize=15693700 CPUtime=3.41 cores=0,2,4,6
/proc/4902/task/4911/stat : 4911 (java) S 4900 4902 4342 0 -1 4202560 197526 0 0 0 306 35 0 0 16 0 22 0 523052195 16070348800 2115263 33554432000 1073741824 1073778376 140736630185904 18446744073709551615 274485783449 0 4 0 16800975 18446604453558880384 0 0 -1 6 0 0 0
[pid=4902/tid=4912] ppid=4900 vsize=15693700 CPUtime=3.17 cores=0,2,4,6
/proc/4902/task/4912/stat : 4912 (java) S 4900 4902 4342 0 -1 4202560 149370 0 0 0 290 27 0 0 16 0 22 0 523052195 16070348800 2115263 33554432000 1073741824 1073778376 140736630185904 18446744073709551615 274485783449 0 4 0 16800975 18446604453558880384 0 0 -1 6 0 0 0
[pid=4902/tid=4913] ppid=4900 vsize=15693700 CPUtime=3.97 cores=0,2,4,6
/proc/4902/task/4913/stat : 4913 (java) S 4900 4902 4342 0 -1 4202560 245993 0 0 0 354 43 0 0 15 0 22 0 523052195 16070348800 2115263 33554432000 1073741824 1073778376 140736630185904 18446744073709551615 274485783449 0 4 0 16800975 18446604453558880384 0 0 -1 4 0 0 0
[pid=4902/tid=4914] ppid=4900 vsize=15693700 CPUtime=4.03 cores=0,2,4,6
/proc/4902/task/4914/stat : 4914 (java) S 4900 4902 4342 0 -1 4202560 280778 0 0 0 351 52 0 0 16 0 22 0 523052195 16070348800 2115263 33554432000 1073741824 1073778376 140736630185904 18446744073709551615 274485783449 0 4 0 16800975 18446604453558880384 0 0 -1 4 0 0 0
[pid=4902/tid=4915] ppid=4900 vsize=15693700 CPUtime=3.6 cores=0,2,4,6
/proc/4902/task/4915/stat : 4915 (java) S 4900 4902 4342 0 -1 4202560 286055 0 0 0 308 52 0 0 15 0 22 0 523052195 16070348800 2115263 33554432000 1073741824 1073778376 140736630185904 18446744073709551615 274485783449 0 4 0 16800975 18446604453558880384 0 0 -1 0 0 0 0
[pid=4902/tid=4916] ppid=4900 vsize=15693700 CPUtime=3.8 cores=0,2,4,6
/proc/4902/task/4916/stat : 4916 (java) S 4900 4902 4342 0 -1 4202560 291367 0 0 0 329 51 0 0 15 0 22 0 523052195 16070348800 2115263 33554432000 1073741824 1073778376 140736630185904 18446744073709551615 274485783449 0 4 0 16800975 18446604453558880384 0 0 -1 6 0 0 0
[pid=4902/tid=4917] ppid=4900 vsize=15693700 CPUtime=3.4 cores=0,2,4,6
/proc/4902/task/4917/stat : 4917 (java) S 4900 4902 4342 0 -1 4202560 182124 0 0 0 308 32 0 0 16 0 22 0 523052195 16070348800 2115263 33554432000 1073741824 1073778376 140736630185904 18446744073709551615 274485783449 0 4 0 16800975 18446604453558880384 0 0 -1 6 0 0 0
[pid=4902/tid=4918] ppid=4900 vsize=15693700 CPUtime=2.88 cores=0,2,4,6
/proc/4902/task/4918/stat : 4918 (java) S 4900 4902 4342 0 -1 4202560 354825 0 0 0 239 49 0 0 15 0 22 0 523052196 16070348800 2115263 33554432000 1073741824 1073778376 140736630185904 18446744073709551615 274485784064 0 0 0 16800975 18446604453558880384 0 0 -1 2 0 0 0
[pid=4902/tid=4919] ppid=4900 vsize=15693700 CPUtime=0 cores=0,2,4,6
/proc/4902/task/4919/stat : 4919 (java) S 4900 4902 4342 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 523052196 16070348800 2115263 33554432000 1073741824 1073778376 140736630185904 18446744073709551615 274485783449 0 4 0 16800975 18446604453558880384 0 0 -1 6 0 0 0
[pid=4902/tid=4920] ppid=4900 vsize=15693700 CPUtime=0 cores=0,2,4,6
/proc/4902/task/4920/stat : 4920 (java) S 4900 4902 4342 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 523052196 16070348800 2115263 33554432000 1073741824 1073778376 140736630185904 18446744073709551615 274485783449 0 4 0 16800975 18446604453558880384 0 0 -1 6 0 0 0
[pid=4902/tid=4921] ppid=4900 vsize=15693700 CPUtime=0 cores=0,2,4,6
/proc/4902/task/4921/stat : 4921 (java) S 4900 4902 4342 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 523052198 16070348800 2115263 33554432000 1073741824 1073778376 140736630185904 18446744073709551615 274485791153 0 4 0 16800975 18446604453558880384 0 0 -1 6 0 0 0
[pid=4902/tid=4922] ppid=4900 vsize=15693700 CPUtime=1.19 cores=0,2,4,6
/proc/4902/task/4922/stat : 4922 (java) S 4900 4902 4342 0 -1 4202560 2992 0 0 0 119 0 0 0 15 0 22 0 523052198 16070348800 2115263 33554432000 1073741824 1073778376 140736630185904 18446744073709551615 274485783449 0 4 0 16800975 18446604453558880384 0 0 -1 6 0 0 0
[pid=4902/tid=4923] ppid=4900 vsize=15693700 CPUtime=1.53 cores=0,2,4,6
/proc/4902/task/4923/stat : 4923 (java) S 4900 4902 4342 0 -1 4202560 19679 0 0 0 150 3 0 0 15 0 22 0 523052198 16070348800 2115263 33554432000 1073741824 1073778376 140736630185904 18446744073709551615 274485783449 0 4 0 16800975 18446604453558880384 0 0 -1 0 0 0 0
[pid=4902/tid=4924] ppid=4900 vsize=15693700 CPUtime=0 cores=0,2,4,6
/proc/4902/task/4924/stat : 4924 (java) S 4900 4902 4342 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 523052198 16070348800 2115263 33554432000 1073741824 1073778376 140736630185904 18446744073709551615 274485783449 0 4 0 16800975 18446604453558880384 0 0 -1 6 0 0 0
[pid=4902/tid=4925] ppid=4900 vsize=15693700 CPUtime=0 cores=0,2,4,6
/proc/4902/task/4925/stat : 4925 (java) S 4900 4902 4342 0 -1 4202560 71 0 0 0 0 0 0 0 15 0 22 0 523052198 16070348800 2115263 33554432000 1073741824 1073778376 140736630185904 18446744073709551615 274485784064 0 4 0 16800975 18446604453558880384 0 0 -1 2 0 0 0
[pid=4902/tid=4930] ppid=4900 vsize=15693700 CPUtime=1190.12 cores=0,2,4,6
/proc/4902/task/4930/stat : 4930 (java) R 4900 4902 4342 0 -1 4202560 131312 0 0 0 118998 14 0 0 25 0 22 0 523052247 16070348800 2115263 33554432000 1073741824 1073778376 140736630185904 18446744073709551615 46912506073892 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=4902/tid=4931] ppid=4900 vsize=15693700 CPUtime=1192.58 cores=0,2,4,6
/proc/4902/task/4931/stat : 4931 (java) R 4900 4902 4342 0 -1 4202560 137022 0 0 0 119242 16 0 0 25 0 22 0 523052247 16070348800 2115263 33554432000 1073741824 1073778376 140736630185904 18446744073709551615 46912505748352 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=4902/tid=4932] ppid=4900 vsize=15693700 CPUtime=1188.96 cores=0,2,4,6
/proc/4902/task/4932/stat : 4932 (java) R 4900 4902 4342 0 -1 4202560 131762 0 0 0 118879 17 0 0 25 0 22 0 523052247 16070348800 2115263 33554432000 1073741824 1073778376 140736630185904 18446744073709551615 46912505816252 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=4902/tid=4933] ppid=4900 vsize=15693700 CPUtime=1191.74 cores=0,2,4,6
/proc/4902/task/4933/stat : 4933 (java) R 4900 4902 4342 0 -1 4202560 132908 0 0 0 119158 16 0 0 25 0 22 0 523052247 16070348800 2115263 33554432000 1073741824 1073778376 140736630185904 18446744073709551615 46912505366048 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4800.02
Current children cumulated vsize (KiB) 15693700

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

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

[startup+1205.1 s]
/proc/loadavg: 8.16 8.02 7.07 9/220 4968
/proc/meminfo: memFree=13742656/32950928 swapFree=67111524/67111528
[pid=4902] ppid=4900 vsize=0 CPUtime=4800.34 cores=0,2,4,6
/proc/4902/stat : 4902 (java) Z 4900 4902 4342 0 -1 4203548 2884631 0 1 0 479530 504 0 0 17 0 2 0 523052193 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/4902/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 4800.34
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1205.14
CPU time (s): 4800.39
CPU user time (s): 4795.3
CPU system time (s): 5.08323
CPU usage (%): 398.326
Max. virtual memory (cumulated for all children) (KiB): 15696684

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4795.3
system time used= 5.08323
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2884631
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= 30864
involuntary context switches= 63672

runsolver used 2.09668 second user time and 4.52031 second system time

The end

Launcher Data

Begin job on node125 at 2011-04-30 00:02:05
IDJOB=3312433
IDBENCH=82618
IDSOLVER=1699
FILE ID=node125/3312433-1304114525
RUNJOBID= node125-1304114525-4870
PBS_JOBID= 13170675
Free space on /tmp= 72760 MiB

SOLVER NAME= STRUCTure 0.1
BENCH NAME= SAT11/random/large/unif-k3-r4.2-v15000-c63000-S89201333-019-UNKNOWN.cnf
COMMAND LINE= run 15000 NBCORE TMPDIR DIR BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3312433-1304114525/watcher-3312433-1304114525 -o /tmp/evaluation-result-3312433-1304114525/solver-3312433-1304114525 -C 4800 -W 1300 -M 15500  run 15000 4 HOME HOME HOME/instance-3312433-1304114525.cnf

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

MD5SUM BENCH= 04e94fe2f2a1881d983170c76e6cb046
RANDOM SEED=628559123

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      22831080 kB
Buffers:       2123804 kB
Cached:        7401376 kB
SwapCached:          4 kB
Active:        2125416 kB
Inactive:      7470476 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      22831080 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:            4776 kB
Writeback:           0 kB
AnonPages:       69400 kB
Mapped:          20696 kB
Slab:           460212 kB
PageTables:       5040 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   774488 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= 72760 MiB
End job on node125 at 2011-04-30 00:22:12