Trace number 3312618

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.38 1207.04

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v550-c2343-S720541313-052.UNKNOWN.cnf
MD5SUM529f91a307fdda5249e1a091ee33e647
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 variables550
Number of clauses2343
Sum of the clauses size7029
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 32343
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	00:27 INFO : Reading from input HOME/instance-3312618-1304125227.cnf
0.26/0.25	Executor set job limit to 1000000
0.26/0.25	Executor set job limit to 1000000
0.26/0.25	Executor set job limit to 1000000
0.26/0.25	Executor set job limit to 1000000
0.26/0.25	Starting Executor!
0.26/0.25	Starting Executor!
0.26/0.25	Starting Executor!
0.26/0.25	Starting Executor!
0.46/0.36	00:28 INFO : 548 variables remaining out of 550
0.46/0.37	00:28 INFO : 9336 literals remaining out of 9372

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-3312618-1304125227/watcher-3312618-1304125227 -o /tmp/evaluation-result-3312618-1304125227/solver-3312618-1304125227 -C 4800 -W 1300 -M 15500 run 15000 4 HOME HOME HOME/instance-3312618-1304125227.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: 7.80 8.02 8.02 5/198 5031
/proc/meminfo: memFree=29011892/32951124 swapFree=67111348/67111528
[pid=5031] ppid=5029 vsize=23028 CPUtime=0 cores=0,2,4,6
/proc/5031/stat : 5031 (java) R 5029 5031 4553 0 -1 4202496 898 0 0 0 0 0 0 0 25 0 1 0 504938181 23580672 384 33554432000 1073741824 1073778376 140737276295616 18446744073709551615 228090488576 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/5031/statm: 5757 393 305 9 0 124 0

[startup+0.0456039 s]
/proc/loadavg: 7.80 8.02 8.02 5/198 5031
/proc/meminfo: memFree=29011892/32951124 swapFree=67111348/67111528
[pid=5031] ppid=5029 vsize=15604248 CPUtime=0.02 cores=0,2,4,6
/proc/5031/stat : 5031 (java) S 5029 5031 4553 0 -1 4202496 3828 0 1 0 2 0 0 0 25 0 13 0 504938181 15978749952 3267 33554432000 1073741824 1073778376 140737276295616 18446744073709551615 228107253733 0 0 0 16800971 18446744073709551615 0 0 17 4 0 0 0
/proc/5031/statm: 3901062 3267 1683 9 0 3891810 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 15604248

[startup+0.100583 s]
/proc/loadavg: 7.80 8.02 8.02 5/198 5031
/proc/meminfo: memFree=29011892/32951124 swapFree=67111348/67111528
[pid=5031] ppid=5029 vsize=15676620 CPUtime=0.1 cores=0,2,4,6
/proc/5031/stat : 5031 (java) S 5029 5031 4553 0 -1 4202496 5546 0 1 0 9 1 0 0 25 0 18 0 504938181 16052858880 4961 33554432000 1073741824 1073778376 140737276295616 18446744073709551615 228107253733 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/5031/statm: 3919155 4961 2117 9 0 3909874 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 15676620

[startup+0.304537 s]
/proc/loadavg: 7.80 8.02 8.02 5/198 5031
/proc/meminfo: memFree=29011892/32951124 swapFree=67111348/67111528
[pid=5031] ppid=5029 vsize=15681380 CPUtime=0.46 cores=0,2,4,6
/proc/5031/stat : 5031 (java) S 5029 5031 4553 0 -1 4202496 8905 0 1 0 44 2 0 0 25 0 22 0 504938181 16057733120 8085 33554432000 1073741824 1073778376 140737276295616 18446744073709551615 228107253733 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/5031/statm: 3920345 8086 2208 9 0 3911064 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 15681380

[startup+0.83025 s]
/proc/loadavg: 7.80 8.02 8.02 5/198 5031
/proc/meminfo: memFree=29011892/32951124 swapFree=67111348/67111528
[pid=5031] ppid=5029 vsize=15689280 CPUtime=2.26 cores=0,2,4,6
/proc/5031/stat : 5031 (java) S 5029 5031 4553 0 -1 4202496 45075 0 1 0 219 7 0 0 25 0 22 0 504938181 16065822720 39995 33554432000 1073741824 1073778376 140737276295616 18446744073709551615 228107253733 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/5031/statm: 3922320 39995 2261 9 0 3913039 0
Current children cumulated CPU time (s) 2.26
Current children cumulated vsize (KiB) 15689280

[startup+1.50129 s]
/proc/loadavg: 7.80 8.02 8.02 9/220 5053
/proc/meminfo: memFree=28827088/32951124 swapFree=67111348/67111528
[pid=5031] ppid=5029 vsize=15689280 CPUtime=4.93 cores=0,2,4,6
/proc/5031/stat : 5031 (java) S 5029 5031 4553 0 -1 4202496 71517 0 1 0 482 11 0 0 25 0 22 0 504938181 16065822720 66423 33554432000 1073741824 1073778376 140737276295616 18446744073709551615 228107253733 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/5031/statm: 3922320 66428 2284 9 0 3913039 0
[pid=5031/tid=5033] ppid=5029 vsize=15689280 CPUtime=0.35 cores=0,2,4,6
/proc/5031/task/5033/stat : 5033 (java) S 5029 5031 4553 0 -1 4202560 6364 0 1 0 33 2 0 0 18 0 22 0 504938181 16065822720 66432 33554432000 1073741824 1073778376 140737276295616 18446744073709551615 228107266969 0 4 0 16800975 18446604452601227264 0 0 -1 0 0 0 0
[pid=5031/tid=5034] ppid=5029 vsize=15689280 CPUtime=0 cores=0,2,4,6
/proc/5031/task/5034/stat : 5034 (java) S 5029 5031 4553 0 -1 4202560 1441 0 0 0 0 0 0 0 16 0 22 0 504938182 16065822720 66434 33554432000 1073741824 1073778376 140737276295616 18446744073709551615 228107266969 0 4 0 16800975 18446604452601227264 0 0 -1 4 0 0 0
[pid=5031/tid=5035] ppid=5029 vsize=15689280 CPUtime=0 cores=0,2,4,6
/proc/5031/task/5035/stat : 5035 (java) S 5029 5031 4553 0 -1 4202560 219 0 0 0 0 0 0 0 15 0 22 0 504938182 16065822720 66446 33554432000 1073741824 1073778376 140737276295616 18446744073709551615 228107266969 0 4 0 16800975 18446604452601227264 0 0 -1 6 0 0 0
[pid=5031/tid=5036] ppid=5029 vsize=15689280 CPUtime=0 cores=0,2,4,6
/proc/5031/task/5036/stat : 5036 (java) S 5029 5031 4553 0 -1 4202560 1438 0 0 0 0 0 0 0 16 0 22 0 504938182 16065822720 66459 33554432000 1073741824 1073778376 140737276295616 18446744073709551615 228107266969 0 4 0 16800975 18446604452601227264 0 0 -1 2 0 0 0
[pid=5031/tid=5037] ppid=5029 vsize=15689280 CPUtime=0 cores=0,2,4,6
/proc/5031/task/5037/stat : 5037 (java) S 5029 5031 4553 0 -1 4202560 56 0 0 0 0 0 0 0 15 0 22 0 504938182 16065822720 66460 33554432000 1073741824 1073778376 140737276295616 18446744073709551615 228107266969 0 4 0 16800975 18446604452601227264 0 0 -1 6 0 0 0
[pid=5031/tid=5038] ppid=5029 vsize=15689280 CPUtime=0 cores=0,2,4,6
/proc/5031/task/5038/stat : 5038 (java) S 5029 5031 4553 0 -1 4202560 713 0 0 0 0 0 0 0 15 0 22 0 504938182 16065822720 66462 33554432000 1073741824 1073778376 140737276295616 18446744073709551615 228107266969 0 4 0 16800975 18446604452601227264 0 0 -1 2 0 0 0
[pid=5031/tid=5039] ppid=5029 vsize=15689280 CPUtime=0 cores=0,2,4,6
/proc/5031/task/5039/stat : 5039 (java) S 5029 5031 4553 0 -1 4202560 449 0 0 0 0 0 0 0 15 0 22 0 504938182 16065822720 66464 33554432000 1073741824 1073778376 140737276295616 18446744073709551615 228107266969 0 4 0 16800975 18446604452601227264 0 0 -1 4 0 0 0
[pid=5031/tid=5040] ppid=5029 vsize=15689280 CPUtime=0 cores=0,2,4,6
/proc/5031/task/5040/stat : 5040 (java) S 5029 5031 4553 0 -1 4202560 2093 0 0 0 0 0 0 0 16 0 22 0 504938182 16065822720 66467 33554432000 1073741824 1073778376 140737276295616 18446744073709551615 228107266969 0 4 0 16800975 18446604452601227264 0 0 -1 0 0 0 0
[pid=5031/tid=5041] ppid=5029 vsize=15689280 CPUtime=0 cores=0,2,4,6
/proc/5031/task/5041/stat : 5041 (java) S 5029 5031 4553 0 -1 4202560 1267 0 0 0 0 0 0 0 16 0 22 0 504938182 16065822720 66469 33554432000 1073741824 1073778376 140737276295616 18446744073709551615 228107266969 0 4 0 16800975 18446604452601227264 0 0 -1 6 0 0 0
[pid=5031/tid=5042] ppid=5029 vsize=15689280 CPUtime=0 cores=0,2,4,6
/proc/5031/task/5042/stat : 5042 (java) S 5029 5031 4553 0 -1 4202560 74 0 0 0 0 0 0 0 15 0 22 0 504938183 16065822720 66471 33554432000 1073741824 1073778376 140737276295616 18446744073709551615 228107267584 0 0 0 16800975 18446604452601227264 0 0 -1 2 0 0 0
[pid=5031/tid=5043] ppid=5029 vsize=15689280 CPUtime=0 cores=0,2,4,6
/proc/5031/task/5043/stat : 5043 (java) S 5029 5031 4553 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 504938183 16065822720 66473 33554432000 1073741824 1073778376 140737276295616 18446744073709551615 228107266969 0 4 0 16800975 18446604452601227264 0 0 -1 6 0 0 0
[pid=5031/tid=5044] ppid=5029 vsize=15689280 CPUtime=0 cores=0,2,4,6
/proc/5031/task/5044/stat : 5044 (java) S 5029 5031 4553 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 504938183 16065822720 66475 33554432000 1073741824 1073778376 140737276295616 18446744073709551615 228107266969 0 4 0 16800975 18446604452601227264 0 0 -1 6 0 0 0
[pid=5031/tid=5045] ppid=5029 vsize=15689280 CPUtime=0 cores=0,2,4,6
/proc/5031/task/5045/stat : 5045 (java) S 5029 5031 4553 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 504938186 16065822720 66482 33554432000 1073741824 1073778376 140737276295616 18446744073709551615 228107274673 0 4 0 16800975 18446604452601227264 0 0 -1 4 0 0 0
[pid=5031/tid=5046] ppid=5029 vsize=15689280 CPUtime=0.51 cores=0,2,4,6
/proc/5031/task/5046/stat : 5046 (java) S 5029 5031 4553 0 -1 4202560 4818 0 0 0 51 0 0 0 15 0 22 0 504938186 16065822720 66486 33554432000 1073741824 1073778376 140737276295616 18446744073709551615 228107266969 0 4 0 16800975 18446604452601227264 0 0 -1 2 0 0 0
[pid=5031/tid=5047] ppid=5029 vsize=15689280 CPUtime=0.68 cores=0,2,4,6
/proc/5031/task/5047/stat : 5047 (java) S 5029 5031 4553 0 -1 4202560 3983 0 0 0 68 0 0 0 15 0 22 0 504938186 16065822720 66493 33554432000 1073741824 1073778376 140737276295616 18446744073709551615 228107266969 0 4 0 16800975 18446604452601227264 0 0 -1 6 0 0 0
[pid=5031/tid=5048] ppid=5029 vsize=15689280 CPUtime=0 cores=0,2,4,6
/proc/5031/task/5048/stat : 5048 (java) S 5029 5031 4553 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 504938186 16065822720 66499 33554432000 1073741824 1073778376 140737276295616 18446744073709551615 228107266969 0 4 0 16800975 18446604452601227264 0 0 -1 4 0 0 0
[pid=5031/tid=5049] ppid=5029 vsize=15689280 CPUtime=0 cores=0,2,4,6
/proc/5031/task/5049/stat : 5049 (java) S 5029 5031 4553 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 504938186 16065822720 66503 33554432000 1073741824 1073778376 140737276295616 18446744073709551615 228107267584 0 4 0 16800975 18446604452601227264 0 0 -1 0 0 0 0
[pid=5031/tid=5050] ppid=5029 vsize=15689280 CPUtime=0.83 cores=0,2,4,6
/proc/5031/task/5050/stat : 5050 (java) R 5029 5031 4553 0 -1 4202560 9207 0 0 0 82 1 0 0 18 0 22 0 504938206 16065822720 66506 33554432000 1073741824 1073778376 140737276295616 18446744073709551615 46912505860803 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=5031/tid=5051] ppid=5029 vsize=15689280 CPUtime=0.81 cores=0,2,4,6
/proc/5031/task/5051/stat : 5051 (java) R 5029 5031 4553 0 -1 4202560 10132 0 0 0 80 1 0 0 19 0 22 0 504938206 16065822720 66507 33554432000 1073741824 1073778376 140737276295616 18446744073709551615 46912506009819 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=5031/tid=5052] ppid=5029 vsize=15689280 CPUtime=0.83 cores=0,2,4,6
/proc/5031/task/5052/stat : 5052 (java) R 5029 5031 4553 0 -1 4202560 13265 0 0 0 82 1 0 0 17 0 22 0 504938206 16065822720 66511 33554432000 1073741824 1073778376 140737276295616 18446744073709551615 46912505867104 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=5031/tid=5053] ppid=5029 vsize=15689280 CPUtime=0.79 cores=0,2,4,6
/proc/5031/task/5053/stat : 5053 (java) R 5029 5031 4553 0 -1 4202560 14698 0 0 0 78 1 0 0 18 0 22 0 504938206 16065822720 66514 33554432000 1073741824 1073778376 140737276295616 18446744073709551615 46912505759956 0 4 0 16800975 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4.93
Current children cumulated vsize (KiB) 15689280

[startup+3.10099 s]
/proc/loadavg: 7.80 8.02 8.02 9/220 5053
/proc/meminfo: memFree=28487700/32951124 swapFree=67111348/67111528
[pid=5031] ppid=5029 vsize=15689280 CPUtime=11.32 cores=0,2,4,6
/proc/5031/stat : 5031 (java) S 5029 5031 4553 0 -1 4202496 150473 0 1 0 1112 20 0 0 25 0 22 0 504938181 16065822720 144740 33554432000 1073741824 1073778376 140737276295616 18446744073709551615 228107253733 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/5031/statm: 3922320 144740 2284 9 0 3913039 0
[pid=5031/tid=5033] ppid=5029 vsize=15689280 CPUtime=0.35 cores=0,2,4,6
/proc/5031/task/5033/stat : 5033 (java) S 5029 5031 4553 0 -1 4202560 6364 0 1 0 33 2 0 0 18 0 22 0 504938181 16065822720 144740 33554432000 1073741824 1073778376 140737276295616 18446744073709551615 228107266969 0 4 0 16800975 18446604452601227264 0 0 -1 0 0 0 0
[pid=5031/tid=5034] ppid=5029 vsize=15689280 CPUtime=0.01 cores=0,2,4,6
/proc/5031/task/5034/stat : 5034 (java) S 5029 5031 4553 0 -1 4202560 2803 0 0 0 1 0 0 0 15 0 22 0 504938182 16065822720 144740 33554432000 1073741824 1073778376 140737276295616 18446744073709551615 228107266969 0 4 0 16800975 18446604452601227264 0 0 -1 2 0 0 0
[pid=5031/tid=5035] ppid=5029 vsize=15689280 CPUtime=0 cores=0,2,4,6
/proc/5031/task/5035/stat : 5035 (java) S 5029 5031 4553 0 -1 4202560 1749 0 0 0 0 0 0 0 16 0 22 0 504938182 16065822720 144740 33554432000 1073741824 1073778376 140737276295616 18446744073709551615 228107266969 0 4 0 16800975 18446604452601227264 0 0 -1 6 0 0 0
[pid=5031/tid=5036] ppid=5029 vsize=15689280 CPUtime=0 cores=0,2,4,6
/proc/5031/task/5036/stat : 5036 (java) S 5029 5031 4553 0 -1 4202560 1675 0 0 0 0 0 0 0 16 0 22 0 504938182 16065822720 144740 33554432000 1073741824 1073778376 140737276295616 18446744073709551615 228107266969 0 4 0 16800975 18446604452601227264 0 0 -1 2 0 0 0
[pid=5031/tid=5037] ppid=5029 vsize=15689280 CPUtime=0 cores=0,2,4,6
/proc/5031/task/5037/stat : 5037 (java) S 5029 5031 4553 0 -1 4202560 1268 0 0 0 0 0 0 0 16 0 22 0 504938182 16065822720 144740 33554432000 1073741824 1073778376 140737276295616 18446744073709551615 228107266969 0 4 0 16800975 18446604452601227264 0 0 -1 4 0 0 0
[pid=5031/tid=5038] ppid=5029 vsize=15689280 CPUtime=0 cores=0,2,4,6
/proc/5031/task/5038/stat : 5038 (java) S 5029 5031 4553 0 -1 4202560 1820 0 0 0 0 0 0 0 15 0 22 0 504938182 16065822720 144740 33554432000 1073741824 1073778376 140737276295616 18446744073709551615 228107266969 0 4 0 16800975 18446604452601227264 0 0 -1 6 0 0 0
[pid=5031/tid=5039] ppid=5029 vsize=15689280 CPUtime=0 cores=0,2,4,6
/proc/5031/task/5039/stat : 5039 (java) S 5029 5031 4553 0 -1 4202560 1154 0 0 0 0 0 0 0 15 0 22 0 504938182 16065822720 144740 33554432000 1073741824 1073778376 140737276295616 18446744073709551615 228107266969 0 4 0 16800975 18446604452601227264 0 0 -1 4 0 0 0
[pid=5031/tid=5040] ppid=5029 vsize=15689280 CPUtime=0.01 cores=0,2,4,6
/proc/5031/task/5040/stat : 5040 (java) S 5029 5031 4553 0 -1 4202560 4554 0 0 0 1 0 0 0 16 0 22 0 504938182 16065822720 144740 33554432000 1073741824 1073778376 140737276295616 18446744073709551615 228107266969 0 4 0 16800975 18446604452601227264 0 0 -1 0 0 0 0
[pid=5031/tid=5041] ppid=5029 vsize=15689280 CPUtime=0 cores=0,2,4,6
/proc/5031/task/5041/stat : 5041 (java) S 5029 5031 4553 0 -1 4202560 2050 0 0 0 0 0 0 0 15 0 22 0 504938182 16065822720 144740 33554432000 1073741824 1073778376 140737276295616 18446744073709551615 228107266969 0 4 0 16800975 18446604452601227264 0 0 -1 6 0 0 0
[pid=5031/tid=5042] ppid=5029 vsize=15689280 CPUtime=0 cores=0,2,4,6
/proc/5031/task/5042/stat : 5042 (java) S 5029 5031 4553 0 -1 4202560 444 0 0 0 0 0 0 0 15 0 22 0 504938183 16065822720 144740 33554432000 1073741824 1073778376 140737276295616 18446744073709551615 228107267584 0 0 0 16800975 18446604452601227264 0 0 -1 2 0 0 0
[pid=5031/tid=5043] ppid=5029 vsize=15689280 CPUtime=0 cores=0,2,4,6
/proc/5031/task/5043/stat : 5043 (java) S 5029 5031 4553 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 504938183 16065822720 144740 33554432000 1073741824 1073778376 140737276295616 18446744073709551615 228107266969 0 4 0 16800975 18446604452601227264 0 0 -1 6 0 0 0
[pid=5031/tid=5044] ppid=5029 vsize=15689280 CPUtime=0 cores=0,2,4,6
/proc/5031/task/5044/stat : 5044 (java) S 5029 5031 4553 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 504938183 16065822720 144740 33554432000 1073741824 1073778376 140737276295616 18446744073709551615 228107266969 0 4 0 16800975 18446604452601227264 0 0 -1 6 0 0 0
[pid=5031/tid=5045] ppid=5029 vsize=15689280 CPUtime=0 cores=0,2,4,6
/proc/5031/task/5045/stat : 5045 (java) S 5029 5031 4553 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 504938186 16065822720 144740 33554432000 1073741824 1073778376 140737276295616 18446744073709551615 228107274673 0 4 0 16800975 18446604452601227264 0 0 -1 4 0 0 0
[pid=5031/tid=5046] ppid=5029 vsize=15689280 CPUtime=0.58 cores=0,2,4,6
/proc/5031/task/5046/stat : 5046 (java) S 5029 5031 4553 0 -1 4202560 5366 0 0 0 57 1 0 0 15 0 22 0 504938186 16065822720 144740 33554432000 1073741824 1073778376 140737276295616 18446744073709551615 228107266969 0 4 0 16800975 18446604452601227264 0 0 -1 2 0 0 0
[pid=5031/tid=5047] ppid=5029 vsize=15689280 CPUtime=0.79 cores=0,2,4,6
/proc/5031/task/5047/stat : 5047 (java) S 5029 5031 4553 0 -1 4202560 3999 0 0 0 79 0 0 0 16 0 22 0 504938186 16065822720 144740 33554432000 1073741824 1073778376 140737276295616 18446744073709551615 228107266969 0 4 0 16800975 18446604452601227264 0 0 -1 6 0 0 0
[pid=5031/tid=5048] ppid=5029 vsize=15689280 CPUtime=0 cores=0,2,4,6
/proc/5031/task/5048/stat : 5048 (java) S 5029 5031 4553 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 504938186 16065822720 144740 33554432000 1073741824 1073778376 140737276295616 18446744073709551615 228107266969 0 4 0 16800975 18446604452601227264 0 0 -1 4 0 0 0
[pid=5031/tid=5049] ppid=5029 vsize=15689280 CPUtime=0 cores=0,2,4,6
/proc/5031/task/5049/stat : 5049 (java) S 5029 5031 4553 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 504938186 16065822720 144740 33554432000 1073741824 1073778376 140737276295616 18446744073709551615 228107267584 0 4 0 16800975 18446604452601227264 0 0 -1 0 0 0 0
[pid=5031/tid=5050] ppid=5029 vsize=15689280 CPUtime=2.42 cores=0,2,4,6
/proc/5031/task/5050/stat : 5050 (java) R 5029 5031 4553 0 -1 4202560 27338 0 0 0 239 3 0 0 21 0 22 0 504938206 16065822720 144740 33554432000 1073741824 1073778376 140737276295616 18446744073709551615 46912506010659 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=5031/tid=5051] ppid=5029 vsize=15689280 CPUtime=2.33 cores=0,2,4,6
/proc/5031/task/5051/stat : 5051 (java) R 5029 5031 4553 0 -1 4202560 27991 0 0 0 231 2 0 0 22 0 22 0 504938206 16065822720 144740 33554432000 1073741824 1073778376 140737276295616 18446744073709551615 46912505216229 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=5031/tid=5052] ppid=5029 vsize=15689280 CPUtime=2.42 cores=0,2,4,6
/proc/5031/task/5052/stat : 5052 (java) R 5029 5031 4553 0 -1 4202560 30374 0 0 0 238 4 0 0 20 0 22 0 504938206 16065822720 144740 33554432000 1073741824 1073778376 140737276295616 18446744073709551615 46912505691226 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=5031/tid=5053] ppid=5029 vsize=15689280 CPUtime=2.27 cores=0,2,4,6
/proc/5031/task/5053/stat : 5053 (java) R 5029 5031 4553 0 -1 4202560 30138 0 0 0 224 3 0 0 21 0 22 0 504938206 16065822720 144740 33554432000 1073741824 1073778376 140737276295616 18446744073709551615 46912506062608 0 4 0 16800975 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 11.32
Current children cumulated vsize (KiB) 15689280

[startup+6.3014 s]
/proc/loadavg: 7.82 8.02 8.02 9/220 5053
/proc/meminfo: memFree=27952216/32951124 swapFree=67111348/67111528
[pid=5031] ppid=5029 vsize=15689280 CPUtime=24.09 cores=0,2,4,6
/proc/5031/stat : 5031 (java) S 5029 5031 4553 0 -1 4202496 275408 0 1 0 2375 34 0 0 25 0 22 0 504938181 16065822720 267045 33554432000 1073741824 1073778376 140737276295616 18446744073709551615 228107253733 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/5031/statm: 3922320 267045 2284 9 0 3913039 0
[pid=5031/tid=5033] ppid=5029 vsize=15689280 CPUtime=0.35 cores=0,2,4,6
/proc/5031/task/5033/stat : 5033 (java) S 5029 5031 4553 0 -1 4202560 6364 0 1 0 33 2 0 0 18 0 22 0 504938181 16065822720 267045 33554432000 1073741824 1073778376 140737276295616 18446744073709551615 228107266969 0 4 0 16800975 18446604452601227264 0 0 -1 0 0 0 0
[pid=5031/tid=5034] ppid=5029 vsize=15689280 CPUtime=0.01 cores=0,2,4,6
/proc/5031/task/5034/stat : 5034 (java) S 5029 5031 4553 0 -1 4202560 2836 0 0 0 1 0 0 0 15 0 22 0 504938182 16065822720 267045 33554432000 1073741824 1073778376 140737276295616 18446744073709551615 228107266969 0 4 0 16800975 18446604452601227264 0 0 -1 6 0 0 0
[pid=5031/tid=5035] ppid=5029 vsize=15689280 CPUtime=0 cores=0,2,4,6
/proc/5031/task/5035/stat : 5035 (java) S 5029 5031 4553 0 -1 4202560 1749 0 0 0 0 0 0 0 15 0 22 0 504938182 16065822720 267045 33554432000 1073741824 1073778376 140737276295616 18446744073709551615 228107266969 0 4 0 16800975 18446604452601227264 0 0 -1 0 0 0 0
[pid=5031/tid=5036] ppid=5029 vsize=15689280 CPUtime=0.01 cores=0,2,4,6
/proc/5031/task/5036/stat : 5036 (java) S 5029 5031 4553 0 -1 4202560 2103 0 0 0 1 0 0 0 16 0 22 0 504938182 16065822720 267045 33554432000 1073741824 1073778376 140737276295616 18446744073709551615 228107266969 0 4 0 16800975 18446604452601227264 0 0 -1 2 0 0 0
[pid=5031/tid=5037] ppid=5029 vsize=15689280 CPUtime=0 cores=0,2,4,6
/proc/5031/task/5037/stat : 5037 (java) S 5029 5031 4553 0 -1 4202560 1268 0 0 0 0 0 0 0 15 0 22 0 504938182 16065822720 267045 33554432000 1073741824 1073778376 140737276295616 18446744073709551615 228107266969 0 4 0 16800975 18446604452601227264 0 0 -1 4 0 0 0
[pid=5031/tid=5038] ppid=5029 vsize=15689280 CPUtime=0 cores=0,2,4,6
/proc/5031/task/5038/stat : 5038 (java) S 5029 5031 4553 0 -1 4202560 1820 0 0 0 0 0 0 0 15 0 22 0 504938182 16065822720 267045 33554432000 1073741824 1073778376 140737276295616 18446744073709551615 228107266969 0 4 0 16800975 18446604452601227264 0 0 -1 6 0 0 0
[pid=5031/tid=5039] ppid=5029 vsize=15689280 CPUtime=0.01 cores=0,2,4,6
/proc/5031/task/5039/stat : 5039 (java) S 5029 5031 4553 0 -1 4202560 1658 0 0 0 1 0 0 0 15 0 22 0 504938182 16065822720 267045 33554432000 1073741824 1073778376 140737276295616 18446744073709551615 228107266969 0 4 0 16800975 18446604452601227264 0 0 -1 4 0 0 0
[pid=5031/tid=5040] ppid=5029 vsize=15689280 CPUtime=0.02 cores=0,2,4,6
/proc/5031/task/5040/stat : 5040 (java) S 5029 5031 4553 0 -1 4202560 5151 0 0 0 2 0 0 0 15 0 22 0 504938182 16065822720 267045 33554432000 1073741824 1073778376 140737276295616 18446744073709551615 228107266969 0 4 0 16800975 18446604452601227264 0 0 -1 0 0 0 0
[pid=5031/tid=5041] ppid=5029 vsize=15689280 CPUtime=0.01 cores=0,2,4,6
/proc/5031/task/5041/stat : 5041 (java) S 5029 5031 4553 0 -1 4202560 2485 0 0 0 1 0 0 0 15 0 22 0 504938182 16065822720 267045 33554432000 1073741824 1073778376 140737276295616 18446744073709551615 228107266969 0 4 0 16800975 18446604452601227264 0 0 -1 6 0 0 0
[pid=5031/tid=5042] ppid=5029 vsize=15689280 CPUtime=0 cores=0,2,4,6
/proc/5031/task/5042/stat : 5042 (java) S 5029 5031 4553 0 -1 4202560 444 0 0 0 0 0 0 0 15 0 22 0 504938183 16065822720 267045 33554432000 1073741824 1073778376 140737276295616 18446744073709551615 228107267584 0 0 0 16800975 18446604452601227264 0 0 -1 2 0 0 0
[pid=5031/tid=5043] ppid=5029 vsize=15689280 CPUtime=0 cores=0,2,4,6
/proc/5031/task/5043/stat : 5043 (java) S 5029 5031 4553 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 504938183 16065822720 267045 33554432000 1073741824 1073778376 140737276295616 18446744073709551615 228107266969 0 4 0 16800975 18446604452601227264 0 0 -1 6 0 0 0
[pid=5031/tid=5044] ppid=5029 vsize=15689280 CPUtime=0 cores=0,2,4,6
/proc/5031/task/5044/stat : 5044 (java) S 5029 5031 4553 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 504938183 16065822720 267045 33554432000 1073741824 1073778376 140737276295616 18446744073709551615 228107266969 0 4 0 16800975 18446604452601227264 0 0 -1 6 0 0 0
[pid=5031/tid=5045] ppid=5029 vsize=15689280 CPUtime=0 cores=0,2,4,6
/proc/5031/task/5045/stat : 5045 (java) S 5029 5031 4553 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 504938186 16065822720 267045 33554432000 1073741824 1073778376 140737276295616 18446744073709551615 228107274673 0 4 0 16800975 18446604452601227264 0 0 -1 4 0 0 0
[pid=5031/tid=5046] ppid=5029 vsize=15689280 CPUtime=0.63 cores=0,2,4,6
/proc/5031/task/5046/stat : 5046 (java) S 5029 5031 4553 0 -1 4202560 5456 0 0 0 62 1 0 0 16 0 22 0 504938186 16065822720 267045 33554432000 1073741824 1073778376 140737276295616 18446744073709551615 228107266969 0 4 0 16800975 18446604452601227264 0 0 -1 2 0 0 0

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

[pid=5031/tid=5051] ppid=5029 vsize=15689280 CPUtime=1048.04 cores=0,2,4,6
/proc/5031/task/5051/stat : 5051 (java) R 5029 5031 4553 0 -1 4202560 376793 0 0 0 104750 54 0 0 25 0 22 0 504938206 16065822720 107981 33554432000 1073741824 1073778376 140737276295616 18446744073709551615 46912505877885 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=5031/tid=5052] ppid=5029 vsize=15689280 CPUtime=1049.04 cores=0,2,4,6
/proc/5031/task/5052/stat : 5052 (java) R 5029 5031 4553 0 -1 4202560 384692 0 0 0 104851 53 0 0 19 0 22 0 504938206 16065822720 107981 33554432000 1073741824 1073778376 140737276295616 18446744073709551615 46912506015056 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=5031/tid=5053] ppid=5029 vsize=15689280 CPUtime=1048.91 cores=0,2,4,6
/proc/5031/task/5053/stat : 5053 (java) R 5029 5031 4553 0 -1 4202560 381780 0 0 0 104838 53 0 0 25 0 22 0 504938206 16065822720 107981 33554432000 1073741824 1073778376 140737276295616 18446744073709551615 46912505598240 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4224.76
Current children cumulated vsize (KiB) 15689280

[startup+1122.3 s]
/proc/loadavg: 8.13 8.09 8.02 9/220 5143
/proc/meminfo: memFree=28693000/32951124 swapFree=67111348/67111528
[pid=5031] ppid=5029 vsize=15689280 CPUtime=4463.38 cores=0,2,4,6
/proc/5031/stat : 5031 (java) S 5029 5031 4553 0 -1 4202496 2837914 0 1 0 445809 529 0 0 25 0 22 0 504938181 16065822720 89705 33554432000 1073741824 1073778376 140737276295616 18446744073709551615 228107253733 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/5031/statm: 3922320 89705 2298 9 0 3913039 0
[pid=5031/tid=5033] ppid=5029 vsize=15689280 CPUtime=0.35 cores=0,2,4,6
/proc/5031/task/5033/stat : 5033 (java) S 5029 5031 4553 0 -1 4202560 6364 0 1 0 33 2 0 0 18 0 22 0 504938181 16065822720 89705 33554432000 1073741824 1073778376 140737276295616 18446744073709551615 228107266969 0 4 0 16800975 18446604452601227264 0 0 -1 0 0 0 0
[pid=5031/tid=5034] ppid=5029 vsize=15689280 CPUtime=3.44 cores=0,2,4,6
/proc/5031/task/5034/stat : 5034 (java) S 5029 5031 4553 0 -1 4202560 152440 0 0 0 319 25 0 0 15 0 22 0 504938182 16065822720 89705 33554432000 1073741824 1073778376 140737276295616 18446744073709551615 228107266969 0 4 0 16800975 18446604452601227264 0 0 -1 6 0 0 0
[pid=5031/tid=5035] ppid=5029 vsize=15689280 CPUtime=3.4 cores=0,2,4,6
/proc/5031/task/5035/stat : 5035 (java) S 5029 5031 4553 0 -1 4202560 149626 0 0 0 311 29 0 0 15 0 22 0 504938182 16065822720 89705 33554432000 1073741824 1073778376 140737276295616 18446744073709551615 228107266969 0 4 0 16800975 18446604452601227264 0 0 -1 0 0 0 0
[pid=5031/tid=5036] ppid=5029 vsize=15689280 CPUtime=3.35 cores=0,2,4,6
/proc/5031/task/5036/stat : 5036 (java) S 5029 5031 4553 0 -1 4202560 146385 0 0 0 311 24 0 0 15 0 22 0 504938182 16065822720 89705 33554432000 1073741824 1073778376 140737276295616 18446744073709551615 228107266969 0 4 0 16800975 18446604452601227264 0 0 -1 2 0 0 0
[pid=5031/tid=5037] ppid=5029 vsize=15689280 CPUtime=3.42 cores=0,2,4,6
/proc/5031/task/5037/stat : 5037 (java) S 5029 5031 4553 0 -1 4202560 158534 0 0 0 316 26 0 0 15 0 22 0 504938182 16065822720 89705 33554432000 1073741824 1073778376 140737276295616 18446744073709551615 228107266969 0 4 0 16800975 18446604452601227264 0 0 -1 6 0 0 0
[pid=5031/tid=5038] ppid=5029 vsize=15689280 CPUtime=3.43 cores=0,2,4,6
/proc/5031/task/5038/stat : 5038 (java) S 5029 5031 4553 0 -1 4202560 146187 0 0 0 315 28 0 0 15 0 22 0 504938182 16065822720 89705 33554432000 1073741824 1073778376 140737276295616 18446744073709551615 228107266969 0 4 0 16800975 18446604452601227264 0 0 -1 0 0 0 0
[pid=5031/tid=5039] ppid=5029 vsize=15689280 CPUtime=3.43 cores=0,2,4,6
/proc/5031/task/5039/stat : 5039 (java) S 5029 5031 4553 0 -1 4202560 152292 0 0 0 318 25 0 0 15 0 22 0 504938182 16065822720 89705 33554432000 1073741824 1073778376 140737276295616 18446744073709551615 228107266969 0 4 0 16800975 18446604452601227264 0 0 -1 0 0 0 0
[pid=5031/tid=5040] ppid=5029 vsize=15689280 CPUtime=3.43 cores=0,2,4,6
/proc/5031/task/5040/stat : 5040 (java) S 5029 5031 4553 0 -1 4202560 151831 0 0 0 320 23 0 0 16 0 22 0 504938182 16065822720 89705 33554432000 1073741824 1073778376 140737276295616 18446744073709551615 228107266969 0 4 0 16800975 18446604452601227264 0 0 -1 0 0 0 0
[pid=5031/tid=5041] ppid=5029 vsize=15689280 CPUtime=3.33 cores=0,2,4,6
/proc/5031/task/5041/stat : 5041 (java) S 5029 5031 4553 0 -1 4202560 149990 0 0 0 306 27 0 0 15 0 22 0 504938182 16065822720 89705 33554432000 1073741824 1073778376 140737276295616 18446744073709551615 228107266969 0 4 0 16800975 18446604452601227264 0 0 -1 4 0 0 0
[pid=5031/tid=5042] ppid=5029 vsize=15689280 CPUtime=2.2 cores=0,2,4,6
/proc/5031/task/5042/stat : 5042 (java) S 5029 5031 4553 0 -1 4202560 7170 0 0 0 132 88 0 0 15 0 22 0 504938183 16065822720 89705 33554432000 1073741824 1073778376 140737276295616 18446744073709551615 228107267584 0 0 0 16800975 18446604452601227264 0 0 -1 2 0 0 0
[pid=5031/tid=5043] ppid=5029 vsize=15689280 CPUtime=0 cores=0,2,4,6
/proc/5031/task/5043/stat : 5043 (java) S 5029 5031 4553 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 504938183 16065822720 89705 33554432000 1073741824 1073778376 140737276295616 18446744073709551615 228107266969 0 4 0 16800975 18446604452601227264 0 0 -1 6 0 0 0
[pid=5031/tid=5044] ppid=5029 vsize=15689280 CPUtime=0 cores=0,2,4,6
/proc/5031/task/5044/stat : 5044 (java) S 5029 5031 4553 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 504938183 16065822720 89705 33554432000 1073741824 1073778376 140737276295616 18446744073709551615 228107266969 0 4 0 16800975 18446604452601227264 0 0 -1 6 0 0 0
[pid=5031/tid=5045] ppid=5029 vsize=15689280 CPUtime=0 cores=0,2,4,6
/proc/5031/task/5045/stat : 5045 (java) S 5029 5031 4553 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 504938186 16065822720 89705 33554432000 1073741824 1073778376 140737276295616 18446744073709551615 228107274673 0 4 0 16800975 18446604452601227264 0 0 -1 4 0 0 0
[pid=5031/tid=5046] ppid=5029 vsize=15689280 CPUtime=0.69 cores=0,2,4,6
/proc/5031/task/5046/stat : 5046 (java) S 5029 5031 4553 0 -1 4202560 5467 0 0 0 68 1 0 0 15 0 22 0 504938186 16065822720 89705 33554432000 1073741824 1073778376 140737276295616 18446744073709551615 228107266969 0 4 0 16800975 18446604452601227264 0 0 -1 2 0 0 0
[pid=5031/tid=5047] ppid=5029 vsize=15689280 CPUtime=0.88 cores=0,2,4,6
/proc/5031/task/5047/stat : 5047 (java) S 5029 5031 4553 0 -1 4202560 4014 0 0 0 88 0 0 0 16 0 22 0 504938186 16065822720 89705 33554432000 1073741824 1073778376 140737276295616 18446744073709551615 228107266969 0 4 0 16800975 18446604452601227264 0 0 -1 6 0 0 0
[pid=5031/tid=5048] ppid=5029 vsize=15689280 CPUtime=0 cores=0,2,4,6
/proc/5031/task/5048/stat : 5048 (java) S 5029 5031 4553 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 504938186 16065822720 89705 33554432000 1073741824 1073778376 140737276295616 18446744073709551615 228107266969 0 4 0 16800975 18446604452601227264 0 0 -1 4 0 0 0
[pid=5031/tid=5049] ppid=5029 vsize=15689280 CPUtime=0 cores=0,2,4,6
/proc/5031/task/5049/stat : 5049 (java) S 5029 5031 4553 0 -1 4202560 62 0 0 0 0 0 0 0 15 0 22 0 504938186 16065822720 89705 33554432000 1073741824 1073778376 140737276295616 18446744073709551615 228107267584 0 4 0 16800975 18446604452601227264 0 0 -1 2 0 0 0
[pid=5031/tid=5050] ppid=5029 vsize=15689280 CPUtime=1107.98 cores=0,2,4,6
/proc/5031/task/5050/stat : 5050 (java) R 5029 5031 4553 0 -1 4202560 405428 0 0 0 110744 54 0 0 25 0 22 0 504938206 16065822720 89705 33554432000 1073741824 1073778376 140737276295616 18446744073709551615 46912505859503 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=5031/tid=5051] ppid=5029 vsize=15689280 CPUtime=1107.27 cores=0,2,4,6
/proc/5031/task/5051/stat : 5051 (java) R 5029 5031 4553 0 -1 4202560 396436 0 0 0 110671 56 0 0 25 0 22 0 504938206 16065822720 89705 33554432000 1073741824 1073778376 140737276295616 18446744073709551615 46912505859577 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=5031/tid=5052] ppid=5029 vsize=15689280 CPUtime=1108.41 cores=0,2,4,6
/proc/5031/task/5052/stat : 5052 (java) R 5029 5031 4553 0 -1 4202560 403774 0 0 0 110785 56 0 0 25 0 22 0 504938206 16065822720 89705 33554432000 1073741824 1073778376 140737276295616 18446744073709551615 46912505878148 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=5031/tid=5053] ppid=5029 vsize=15689280 CPUtime=1108.21 cores=0,2,4,6
/proc/5031/task/5053/stat : 5053 (java) R 5029 5031 4553 0 -1 4202560 400529 0 0 0 110766 55 0 0 25 0 22 0 504938206 16065822720 89705 33554432000 1073741824 1073778376 140737276295616 18446744073709551615 46912505860658 0 4 0 16800975 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4463.38
Current children cumulated vsize (KiB) 15689280

[startup+1182.3 s]
/proc/loadavg: 8.09 8.09 8.02 9/220 5145
/proc/meminfo: memFree=28693644/32951124 swapFree=67111348/67111528
[pid=5031] ppid=5029 vsize=15689280 CPUtime=4702.04 cores=0,2,4,6
/proc/5031/stat : 5031 (java) S 5029 5031 4553 0 -1 4202496 2964003 0 1 0 469650 554 0 0 25 0 22 0 504938181 16065822720 88240 33554432000 1073741824 1073778376 140737276295616 18446744073709551615 228107253733 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/5031/statm: 3922320 88240 2298 9 0 3913039 0
[pid=5031/tid=5033] ppid=5029 vsize=15689280 CPUtime=0.35 cores=0,2,4,6
/proc/5031/task/5033/stat : 5033 (java) S 5029 5031 4553 0 -1 4202560 6364 0 1 0 33 2 0 0 18 0 22 0 504938181 16065822720 88240 33554432000 1073741824 1073778376 140737276295616 18446744073709551615 228107266969 0 4 0 16800975 18446604452601227264 0 0 -1 0 0 0 0
[pid=5031/tid=5034] ppid=5029 vsize=15689280 CPUtime=3.62 cores=0,2,4,6
/proc/5031/task/5034/stat : 5034 (java) S 5029 5031 4553 0 -1 4202560 159905 0 0 0 336 26 0 0 16 0 22 0 504938182 16065822720 88240 33554432000 1073741824 1073778376 140737276295616 18446744073709551615 228107266969 0 4 0 16800975 18446604452601227264 0 0 -1 6 0 0 0
[pid=5031/tid=5035] ppid=5029 vsize=15689280 CPUtime=3.59 cores=0,2,4,6
/proc/5031/task/5035/stat : 5035 (java) S 5029 5031 4553 0 -1 4202560 158373 0 0 0 328 31 0 0 16 0 22 0 504938182 16065822720 88240 33554432000 1073741824 1073778376 140737276295616 18446744073709551615 228107266969 0 4 0 16800975 18446604452601227264 0 0 -1 6 0 0 0
[pid=5031/tid=5036] ppid=5029 vsize=15689280 CPUtime=3.53 cores=0,2,4,6
/proc/5031/task/5036/stat : 5036 (java) S 5029 5031 4553 0 -1 4202560 155264 0 0 0 327 26 0 0 15 0 22 0 504938182 16065822720 88240 33554432000 1073741824 1073778376 140737276295616 18446744073709551615 228107266969 0 4 0 16800975 18446604452601227264 0 0 -1 0 0 0 0
[pid=5031/tid=5037] ppid=5029 vsize=15689280 CPUtime=3.62 cores=0,2,4,6
/proc/5031/task/5037/stat : 5037 (java) S 5029 5031 4553 0 -1 4202560 167656 0 0 0 334 28 0 0 15 0 22 0 504938182 16065822720 88240 33554432000 1073741824 1073778376 140737276295616 18446744073709551615 228107266969 0 4 0 16800975 18446604452601227264 0 0 -1 4 0 0 0
[pid=5031/tid=5038] ppid=5029 vsize=15689280 CPUtime=3.62 cores=0,2,4,6
/proc/5031/task/5038/stat : 5038 (java) S 5029 5031 4553 0 -1 4202560 155070 0 0 0 333 29 0 0 16 0 22 0 504938182 16065822720 88240 33554432000 1073741824 1073778376 140737276295616 18446744073709551615 228107266969 0 4 0 16800975 18446604452601227264 0 0 -1 0 0 0 0
[pid=5031/tid=5039] ppid=5029 vsize=15689280 CPUtime=3.62 cores=0,2,4,6
/proc/5031/task/5039/stat : 5039 (java) S 5029 5031 4553 0 -1 4202560 160832 0 0 0 336 26 0 0 15 0 22 0 504938182 16065822720 88240 33554432000 1073741824 1073778376 140737276295616 18446744073709551615 228107266969 0 4 0 16800975 18446604452601227264 0 0 -1 2 0 0 0
[pid=5031/tid=5040] ppid=5029 vsize=15689280 CPUtime=3.62 cores=0,2,4,6
/proc/5031/task/5040/stat : 5040 (java) S 5029 5031 4553 0 -1 4202560 160275 0 0 0 337 25 0 0 16 0 22 0 504938182 16065822720 88240 33554432000 1073741824 1073778376 140737276295616 18446744073709551615 228107266969 0 4 0 16800975 18446604452601227264 0 0 -1 4 0 0 0
[pid=5031/tid=5041] ppid=5029 vsize=15689280 CPUtime=3.49 cores=0,2,4,6
/proc/5031/task/5041/stat : 5041 (java) S 5029 5031 4553 0 -1 4202560 159594 0 0 0 321 28 0 0 15 0 22 0 504938182 16065822720 88240 33554432000 1073741824 1073778376 140737276295616 18446744073709551615 228107266969 0 4 0 16800975 18446604452601227264 0 0 -1 4 0 0 0
[pid=5031/tid=5042] ppid=5029 vsize=15689280 CPUtime=2.31 cores=0,2,4,6
/proc/5031/task/5042/stat : 5042 (java) S 5029 5031 4553 0 -1 4202560 7545 0 0 0 139 92 0 0 15 0 22 0 504938183 16065822720 88240 33554432000 1073741824 1073778376 140737276295616 18446744073709551615 228107267584 0 0 0 16800975 18446604452601227264 0 0 -1 2 0 0 0
[pid=5031/tid=5043] ppid=5029 vsize=15689280 CPUtime=0 cores=0,2,4,6
/proc/5031/task/5043/stat : 5043 (java) S 5029 5031 4553 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 504938183 16065822720 88240 33554432000 1073741824 1073778376 140737276295616 18446744073709551615 228107266969 0 4 0 16800975 18446604452601227264 0 0 -1 6 0 0 0
[pid=5031/tid=5044] ppid=5029 vsize=15689280 CPUtime=0 cores=0,2,4,6
/proc/5031/task/5044/stat : 5044 (java) S 5029 5031 4553 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 504938183 16065822720 88240 33554432000 1073741824 1073778376 140737276295616 18446744073709551615 228107266969 0 4 0 16800975 18446604452601227264 0 0 -1 6 0 0 0
[pid=5031/tid=5045] ppid=5029 vsize=15689280 CPUtime=0 cores=0,2,4,6
/proc/5031/task/5045/stat : 5045 (java) S 5029 5031 4553 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 504938186 16065822720 88240 33554432000 1073741824 1073778376 140737276295616 18446744073709551615 228107274673 0 4 0 16800975 18446604452601227264 0 0 -1 4 0 0 0
[pid=5031/tid=5046] ppid=5029 vsize=15689280 CPUtime=0.69 cores=0,2,4,6
/proc/5031/task/5046/stat : 5046 (java) S 5029 5031 4553 0 -1 4202560 5467 0 0 0 68 1 0 0 15 0 22 0 504938186 16065822720 88240 33554432000 1073741824 1073778376 140737276295616 18446744073709551615 228107266969 0 4 0 16800975 18446604452601227264 0 0 -1 2 0 0 0
[pid=5031/tid=5047] ppid=5029 vsize=15689280 CPUtime=0.88 cores=0,2,4,6
/proc/5031/task/5047/stat : 5047 (java) S 5029 5031 4553 0 -1 4202560 4014 0 0 0 88 0 0 0 16 0 22 0 504938186 16065822720 88240 33554432000 1073741824 1073778376 140737276295616 18446744073709551615 228107266969 0 4 0 16800975 18446604452601227264 0 0 -1 6 0 0 0
[pid=5031/tid=5048] ppid=5029 vsize=15689280 CPUtime=0 cores=0,2,4,6
/proc/5031/task/5048/stat : 5048 (java) S 5029 5031 4553 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 504938186 16065822720 88240 33554432000 1073741824 1073778376 140737276295616 18446744073709551615 228107266969 0 4 0 16800975 18446604452601227264 0 0 -1 4 0 0 0
[pid=5031/tid=5049] ppid=5029 vsize=15689280 CPUtime=0 cores=0,2,4,6
/proc/5031/task/5049/stat : 5049 (java) S 5029 5031 4553 0 -1 4202560 64 0 0 0 0 0 0 0 15 0 22 0 504938186 16065822720 88240 33554432000 1073741824 1073778376 140737276295616 18446744073709551615 228107267584 0 4 0 16800975 18446604452601227264 0 0 -1 0 0 0 0
[pid=5031/tid=5050] ppid=5029 vsize=15689280 CPUtime=1167.26 cores=0,2,4,6
/proc/5031/task/5050/stat : 5050 (java) R 5029 5031 4553 0 -1 4202560 418999 0 0 0 116670 56 0 0 25 0 22 0 504938206 16065822720 88240 33554432000 1073741824 1073778376 140737276295616 18446744073709551615 46912506062273 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=5031/tid=5051] ppid=5029 vsize=15689280 CPUtime=1166.54 cores=0,2,4,6
/proc/5031/task/5051/stat : 5051 (java) R 5029 5031 4553 0 -1 4202560 410685 0 0 0 116596 58 0 0 25 0 22 0 504938206 16065822720 88240 33554432000 1073741824 1073778376 140737276295616 18446744073709551615 46912505954642 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=5031/tid=5052] ppid=5029 vsize=15689280 CPUtime=1167.76 cores=0,2,4,6
/proc/5031/task/5052/stat : 5052 (java) R 5029 5031 4553 0 -1 4202560 417529 0 0 0 116717 59 0 0 25 0 22 0 504938206 16065822720 88240 33554432000 1073741824 1073778376 140737276295616 18446744073709551615 46912505859431 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=5031/tid=5053] ppid=5029 vsize=15689280 CPUtime=1167.37 cores=0,2,4,6
/proc/5031/task/5053/stat : 5053 (java) R 5029 5031 4553 0 -1 4202560 414982 0 0 0 116679 58 0 0 25 0 22 0 504938206 16065822720 88240 33554432000 1073741824 1073778376 140737276295616 18446744073709551615 46912505663709 0 4 0 16800975 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4702.04
Current children cumulated vsize (KiB) 15689280



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1207 s]
/proc/loadavg: 8.06 8.08 8.02 9/220 5145
/proc/meminfo: memFree=28587340/32951124 swapFree=67111348/67111528
[pid=5031] ppid=5029 vsize=15689280 CPUtime=4800.32 cores=0,2,4,6
/proc/5031/stat : 5031 (java) S 5029 5031 4553 0 -1 4202496 3049260 0 1 0 479465 567 0 0 25 0 22 0 504938181 16065822720 116422 33554432000 1073741824 1073778376 140737276295616 18446744073709551615 228107253733 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/5031/statm: 3922320 116422 2298 9 0 3913039 0
[pid=5031/tid=5033] ppid=5029 vsize=15689280 CPUtime=0.35 cores=0,2,4,6
/proc/5031/task/5033/stat : 5033 (java) S 5029 5031 4553 0 -1 4202560 6364 0 1 0 33 2 0 0 18 0 22 0 504938181 16065822720 116422 33554432000 1073741824 1073778376 140737276295616 18446744073709551615 228107266969 0 4 0 16800975 18446604452601227264 0 0 -1 0 0 0 0
[pid=5031/tid=5034] ppid=5029 vsize=15689280 CPUtime=3.69 cores=0,2,4,6
/proc/5031/task/5034/stat : 5034 (java) S 5029 5031 4553 0 -1 4202560 165008 0 0 0 342 27 0 0 16 0 22 0 504938182 16065822720 116422 33554432000 1073741824 1073778376 140737276295616 18446744073709551615 228107266969 0 4 0 16800975 18446604452601227264 0 0 -1 6 0 0 0
[pid=5031/tid=5035] ppid=5029 vsize=15689280 CPUtime=3.66 cores=0,2,4,6
/proc/5031/task/5035/stat : 5035 (java) S 5029 5031 4553 0 -1 4202560 162256 0 0 0 335 31 0 0 15 0 22 0 504938182 16065822720 116422 33554432000 1073741824 1073778376 140737276295616 18446744073709551615 228107266969 0 4 0 16800975 18446604452601227264 0 0 -1 2 0 0 0
[pid=5031/tid=5036] ppid=5029 vsize=15689280 CPUtime=3.61 cores=0,2,4,6
/proc/5031/task/5036/stat : 5036 (java) S 5029 5031 4553 0 -1 4202560 159867 0 0 0 334 27 0 0 15 0 22 0 504938182 16065822720 116422 33554432000 1073741824 1073778376 140737276295616 18446744073709551615 228107266969 0 4 0 16800975 18446604452601227264 0 0 -1 4 0 0 0
[pid=5031/tid=5037] ppid=5029 vsize=15689280 CPUtime=3.68 cores=0,2,4,6
/proc/5031/task/5037/stat : 5037 (java) S 5029 5031 4553 0 -1 4202560 172088 0 0 0 340 28 0 0 15 0 22 0 504938182 16065822720 116422 33554432000 1073741824 1073778376 140737276295616 18446744073709551615 228107266969 0 4 0 16800975 18446604452601227264 0 0 -1 0 0 0 0
[pid=5031/tid=5038] ppid=5029 vsize=15689280 CPUtime=3.7 cores=0,2,4,6
/proc/5031/task/5038/stat : 5038 (java) S 5029 5031 4553 0 -1 4202560 159419 0 0 0 340 30 0 0 15 0 22 0 504938182 16065822720 116422 33554432000 1073741824 1073778376 140737276295616 18446744073709551615 228107266969 0 4 0 16800975 18446604452601227264 0 0 -1 2 0 0 0
[pid=5031/tid=5039] ppid=5029 vsize=15689280 CPUtime=3.7 cores=0,2,4,6
/proc/5031/task/5039/stat : 5039 (java) S 5029 5031 4553 0 -1 4202560 166162 0 0 0 343 27 0 0 15 0 22 0 504938182 16065822720 116422 33554432000 1073741824 1073778376 140737276295616 18446744073709551615 228107266969 0 4 0 16800975 18446604452601227264 0 0 -1 4 0 0 0
[pid=5031/tid=5040] ppid=5029 vsize=15689280 CPUtime=3.7 cores=0,2,4,6
/proc/5031/task/5040/stat : 5040 (java) S 5029 5031 4553 0 -1 4202560 165733 0 0 0 344 26 0 0 15 0 22 0 504938182 16065822720 116422 33554432000 1073741824 1073778376 140737276295616 18446744073709551615 228107266969 0 4 0 16800975 18446604452601227264 0 0 -1 4 0 0 0
[pid=5031/tid=5041] ppid=5029 vsize=15689280 CPUtime=3.57 cores=0,2,4,6
/proc/5031/task/5041/stat : 5041 (java) S 5029 5031 4553 0 -1 4202560 163447 0 0 0 328 29 0 0 15 0 22 0 504938182 16065822720 116422 33554432000 1073741824 1073778376 140737276295616 18446744073709551615 228107266969 0 4 0 16800975 18446604452601227264 0 0 -1 0 0 0 0
[pid=5031/tid=5042] ppid=5029 vsize=15689280 CPUtime=2.35 cores=0,2,4,6
/proc/5031/task/5042/stat : 5042 (java) S 5029 5031 4553 0 -1 4202560 7734 0 0 0 141 94 0 0 15 0 22 0 504938183 16065822720 116422 33554432000 1073741824 1073778376 140737276295616 18446744073709551615 228107267584 0 0 0 16800975 18446604452601227264 0 0 -1 4 0 0 0
[pid=5031/tid=5043] ppid=5029 vsize=15689280 CPUtime=0 cores=0,2,4,6
/proc/5031/task/5043/stat : 5043 (java) S 5029 5031 4553 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 504938183 16065822720 116422 33554432000 1073741824 1073778376 140737276295616 18446744073709551615 228107266969 0 4 0 16800975 18446604452601227264 0 0 -1 6 0 0 0
[pid=5031/tid=5044] ppid=5029 vsize=15689280 CPUtime=0 cores=0,2,4,6
/proc/5031/task/5044/stat : 5044 (java) S 5029 5031 4553 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 504938183 16065822720 116422 33554432000 1073741824 1073778376 140737276295616 18446744073709551615 228107266969 0 4 0 16800975 18446604452601227264 0 0 -1 6 0 0 0
[pid=5031/tid=5045] ppid=5029 vsize=15689280 CPUtime=0 cores=0,2,4,6
/proc/5031/task/5045/stat : 5045 (java) S 5029 5031 4553 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 504938186 16065822720 116422 33554432000 1073741824 1073778376 140737276295616 18446744073709551615 228107274673 0 4 0 16800975 18446604452601227264 0 0 -1 4 0 0 0
[pid=5031/tid=5046] ppid=5029 vsize=15689280 CPUtime=0.69 cores=0,2,4,6
/proc/5031/task/5046/stat : 5046 (java) S 5029 5031 4553 0 -1 4202560 5467 0 0 0 68 1 0 0 15 0 22 0 504938186 16065822720 116422 33554432000 1073741824 1073778376 140737276295616 18446744073709551615 228107266969 0 4 0 16800975 18446604452601227264 0 0 -1 2 0 0 0
[pid=5031/tid=5047] ppid=5029 vsize=15689280 CPUtime=0.88 cores=0,2,4,6
/proc/5031/task/5047/stat : 5047 (java) S 5029 5031 4553 0 -1 4202560 4014 0 0 0 88 0 0 0 16 0 22 0 504938186 16065822720 116422 33554432000 1073741824 1073778376 140737276295616 18446744073709551615 228107266969 0 4 0 16800975 18446604452601227264 0 0 -1 6 0 0 0
[pid=5031/tid=5048] ppid=5029 vsize=15689280 CPUtime=0 cores=0,2,4,6
/proc/5031/task/5048/stat : 5048 (java) S 5029 5031 4553 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 504938186 16065822720 116422 33554432000 1073741824 1073778376 140737276295616 18446744073709551615 228107266969 0 4 0 16800975 18446604452601227264 0 0 -1 4 0 0 0
[pid=5031/tid=5049] ppid=5029 vsize=15689280 CPUtime=0 cores=0,2,4,6
/proc/5031/task/5049/stat : 5049 (java) S 5029 5031 4553 0 -1 4202560 66 0 0 0 0 0 0 0 15 0 22 0 504938186 16065822720 116422 33554432000 1073741824 1073778376 140737276295616 18446744073709551615 228107267584 0 4 0 16800975 18446604452601227264 0 0 -1 0 0 0 0
[pid=5031/tid=5050] ppid=5029 vsize=15689280 CPUtime=1191.67 cores=0,2,4,6
/proc/5031/task/5050/stat : 5050 (java) R 5029 5031 4553 0 -1 4202560 432082 0 0 0 119109 58 0 0 25 0 22 0 504938206 16065822720 116422 33554432000 1073741824 1073778376 140737276295616 18446744073709551615 46912505859405 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=5031/tid=5051] ppid=5029 vsize=15689280 CPUtime=1191 cores=0,2,4,6
/proc/5031/task/5051/stat : 5051 (java) R 5029 5031 4553 0 -1 4202560 422429 0 0 0 119041 59 0 0 25 0 22 0 504938206 16065822720 116422 33554432000 1073741824 1073778376 140737276295616 18446744073709551615 47715436587282 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=5031/tid=5052] ppid=5029 vsize=15689280 CPUtime=1192.17 cores=0,2,4,6
/proc/5031/task/5052/stat : 5052 (java) R 5029 5031 4553 0 -1 4202560 429011 0 0 0 119157 60 0 0 25 0 22 0 504938206 16065822720 116422 33554432000 1073741824 1073778376 140737276295616 18446744073709551615 46912505859554 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=5031/tid=5053] ppid=5029 vsize=15689280 CPUtime=1191.75 cores=0,2,4,6
/proc/5031/task/5053/stat : 5053 (java) R 5029 5031 4553 0 -1 4202560 426728 0 0 0 119116 59 0 0 25 0 22 0 504938206 16065822720 116422 33554432000 1073741824 1073778376 140737276295616 18446744073709551615 46912505619712 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4800.32
Current children cumulated vsize (KiB) 15689280

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

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

Child status: 143
Real time (s): 1207.04
CPU time (s): 4800.38
CPU user time (s): 4794.68
CPU system time (s): 5.69613
CPU usage (%): 397.699
Max. virtual memory (cumulated for all children) (KiB): 15689608

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4794.68
system time used= 5.69613
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3049286
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= 226280
involuntary context switches= 125803

runsolver used 2.02969 second user time and 4.6103 second system time

The end

Launcher Data

Begin job on node142 at 2011-04-30 03:00:27
IDJOB=3312618
IDBENCH=82803
IDSOLVER=1699
FILE ID=node142/3312618-1304125227
RUNJOBID= node142-1304122698-4571
PBS_JOBID= 13170747
Free space on /tmp= 71312 MiB

SOLVER NAME= STRUCTure 0.1
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v550-c2343-S720541313-052.UNKNOWN.cnf
COMMAND LINE= run 15000 NBCORE TMPDIR DIR BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3312618-1304125227/watcher-3312618-1304125227 -o /tmp/evaluation-result-3312618-1304125227/solver-3312618-1304125227 -C 4800 -W 1300 -M 15500  run 15000 4 HOME HOME HOME/instance-3312618-1304125227.cnf

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

MD5SUM BENCH= 529f91a307fdda5249e1a091ee33e647
RANDOM SEED=852869159

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

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.846
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	: 5131.95
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.846
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.82
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.846
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.67
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.846
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.81
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.846
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.846
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.846
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:     32951124 kB
MemFree:      29012056 kB
Buffers:       1074820 kB
Cached:        1939172 kB
SwapCached:        176 kB
Active:         508756 kB
Inactive:      2931612 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      29012056 kB
SwapTotal:    67111528 kB
SwapFree:     67111348 kB
Dirty:            1644 kB
Writeback:           0 kB
AnonPages:      425636 kB
Mapped:          23472 kB
Slab:           431888 kB
PageTables:       6764 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   653664 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= 71312 MiB
End job on node142 at 2011-04-30 03:20:36