Trace number 3312951

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.32 1207.34

General information on the benchmark

Namecrafted/kullmann/VanDerWaerden/
VanderWaerden3k/VanDerWaerden_2-3-20_388.cnf
MD5SUMa08160883ea01d58c880b6f2b323ef8b
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables388
Number of clauses41212
Sum of the clauses size187726
Maximum clause length20
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 337442
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 53770

Solver Data

0.11/0.12	30:09 INFO : Reading from input HOME/instance-3312951-1304184609.cnf
0.72/0.54	Executor set job limit to 1000000
0.72/0.54	Executor set job limit to 1000000
0.72/0.54	Executor set job limit to 1000000
0.72/0.54	Executor set job limit to 1000000
0.72/0.54	Starting Executor!
0.72/0.54	Starting Executor!
0.72/0.54	Starting Executor!
0.72/0.54	Starting Executor!
1.94/1.13	30:10 INFO : 388 variables remaining out of 388
1.94/1.13	30:10 INFO : 228938 literals remaining out of 228938

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-3312951-1304184609/watcher-3312951-1304184609 -o /tmp/evaluation-result-3312951-1304184609/solver-3312951-1304184609 -C 4800 -W 1300 -M 15500 run 15000 4 HOME HOME HOME/instance-3312951-1304184609.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: 6.95 7.84 7.93 1/178 3141
/proc/meminfo: memFree=30067000/32950928 swapFree=67086612/67111528
[pid=3141] ppid=3138 vsize=23028 CPUtime=0 cores=0,2,4,6
/proc/3141/stat : 3141 (java) R 3138 3141 3098 0 -1 4202496 1199 0 0 0 0 0 0 0 18 0 1 0 530057962 23580672 685 33554432000 1073741824 1073778376 140734287457744 18446744073709551615 239471732625 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/3141/statm: 5757 685 511 9 0 124 0
[pid=3141/tid=3150] ppid=3138 vsize=27172 CPUtime=0 cores=0,2,4,6
/proc/3141/task/3150/stat : 3150 (java) S 3138 3141 3098 0 -1 4202560 66 0 0 0 0 0 0 0 19 0 2 0 530057962 27824128 895 33554432000 1073741824 1073778376 140734287457744 18446744073709551615 239471771271 0 2147483391 4096 0 18446744071699207358 0 0 -1 2 0 0 0

[startup+0.1114 s]
/proc/loadavg: 6.95 7.84 7.93 1/178 3141
/proc/meminfo: memFree=30067000/32950928 swapFree=67086612/67111528
[pid=3141] ppid=3138 vsize=15742152 CPUtime=0.11 cores=0,2,4,6
/proc/3141/stat : 3141 (java) S 3138 3141 3098 0 -1 4202496 5735 0 1 0 10 1 0 0 18 0 18 0 530057962 16119963648 5160 33554432000 1073741824 1073778376 140734287457744 18446744073709551615 239488497637 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/3141/statm: 3935538 5160 2120 9 0 3926257 0
[pid=3141/tid=3150] ppid=3138 vsize=15742152 CPUtime=0.09 cores=0,2,4,6
/proc/3141/task/3150/stat : 3150 (java) R 3138 3141 3098 0 -1 4202560 3595 0 1 0 8 1 0 0 18 0 18 0 530057962 16119963648 5160 33554432000 1073741824 1073778376 140734287457744 18446744073709551615 46912505170474 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 15742152

[startup+0.20224 s]
/proc/loadavg: 6.95 7.84 7.93 1/178 3141
/proc/meminfo: memFree=30067000/32950928 swapFree=67086612/67111528
[pid=3141] ppid=3138 vsize=15743068 CPUtime=0.27 cores=0,2,4,6
/proc/3141/stat : 3141 (java) S 3138 3141 3098 0 -1 4202496 7227 0 1 0 25 2 0 0 18 0 18 0 530057962 16120901632 6563 33554432000 1073741824 1073778376 140734287457744 18446744073709551615 239488497637 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/3141/statm: 3935767 6563 2182 9 0 3926486 0
[pid=3141/tid=3150] ppid=3138 vsize=15743068 CPUtime=0.18 cores=0,2,4,6
/proc/3141/task/3150/stat : 3150 (java) R 3138 3141 3098 0 -1 4202560 4405 0 1 0 17 1 0 0 18 0 18 0 530057962 16120901632 6563 33554432000 1073741824 1073778376 140734287457744 18446744073709551615 46912505195892 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 15743068

[startup+0.306408 s]
/proc/loadavg: 6.95 7.84 7.93 1/178 3141
/proc/meminfo: memFree=30067000/32950928 swapFree=67086612/67111528
[pid=3141] ppid=3138 vsize=15747468 CPUtime=0.52 cores=0,2,4,6
/proc/3141/stat : 3141 (java) S 3138 3141 3098 0 -1 4202496 13656 0 1 0 49 3 0 0 18 0 18 0 530057962 16125407232 11892 33554432000 1073741824 1073778376 140734287457744 18446744073709551615 239488497637 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/3141/statm: 3936867 11896 2208 9 0 3927586 0
[pid=3141/tid=3150] ppid=3138 vsize=15747468 CPUtime=0.29 cores=0,2,4,6
/proc/3141/task/3150/stat : 3150 (java) R 3138 3141 3098 0 -1 4202560 8552 0 1 0 27 2 0 0 18 0 18 0 530057962 16125407232 11898 33554432000 1073741824 1073778376 140734287457744 18446744073709551615 46912505511663 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 15747468

[startup+0.700242 s]
/proc/loadavg: 6.95 7.84 7.93 1/178 3141
/proc/meminfo: memFree=30067000/32950928 swapFree=67086612/67111528
[pid=3141] ppid=3138 vsize=15751580 CPUtime=1.08 cores=0,2,4,6
/proc/3141/stat : 3141 (java) S 3138 3141 3098 0 -1 4202496 44330 0 1 0 101 7 0 0 18 0 22 0 530057962 16129617920 41328 33554432000 1073741824 1073778376 140734287457744 18446744073709551615 239488497637 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/3141/statm: 3937895 41328 2256 9 0 3928614 0
[pid=3141/tid=3150] ppid=3138 vsize=15751580 CPUtime=0.67 cores=0,2,4,6
/proc/3141/task/3150/stat : 3150 (java) R 3138 3141 3098 0 -1 4202560 35664 0 1 0 62 5 0 0 21 0 22 0 530057962 16129617920 41328 33554432000 1073741824 1073778376 140734287457744 18446744073709551615 46912505217372 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1.08
Current children cumulated vsize (KiB) 15751580

[startup+1.50509 s]
/proc/loadavg: 6.95 7.84 7.93 11/220 3187
/proc/meminfo: memFree=29731248/32950928 swapFree=67086612/67111528
[pid=3141] ppid=3138 vsize=15751728 CPUtime=2.76 cores=0,2,4,6
/proc/3141/stat : 3141 (java) S 3138 3141 3098 0 -1 4202496 48664 0 1 0 268 8 0 0 18 0 22 0 530057962 16129769472 44272 33554432000 1073741824 1073778376 140734287457744 18446744073709551615 239488497637 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/3141/statm: 3937932 44272 2274 9 0 3928651 0
[pid=3141/tid=3150] ppid=3138 vsize=15751728 CPUtime=1.12 cores=0,2,4,6
/proc/3141/task/3150/stat : 3150 (java) S 3138 3141 3098 0 -1 4202560 35713 0 1 0 106 6 0 0 22 0 22 0 530057962 16129769472 44272 33554432000 1073741824 1073778376 140734287457744 18446744073709551615 239488510873 0 4 0 16800975 18446604453919193920 0 0 -1 0 0 0 0
[pid=3141/tid=3152] ppid=3138 vsize=15751728 CPUtime=0 cores=0,2,4,6
/proc/3141/task/3152/stat : 3152 (java) S 3138 3141 3098 0 -1 4202560 7 0 0 0 0 0 0 0 16 0 22 0 530057963 16129769472 44272 33554432000 1073741824 1073778376 140734287457744 18446744073709551615 239488510873 0 4 0 16800975 18446604453919193920 0 0 -1 6 0 0 0
[pid=3141/tid=3153] ppid=3138 vsize=15751728 CPUtime=0 cores=0,2,4,6
/proc/3141/task/3153/stat : 3153 (java) S 3138 3141 3098 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 22 0 530057963 16129769472 44272 33554432000 1073741824 1073778376 140734287457744 18446744073709551615 239488510873 0 4 0 16800975 18446604453919193920 0 0 -1 6 0 0 0
[pid=3141/tid=3154] ppid=3138 vsize=15751728 CPUtime=0 cores=0,2,4,6
/proc/3141/task/3154/stat : 3154 (java) S 3138 3141 3098 0 -1 4202560 29 0 0 0 0 0 0 0 17 0 22 0 530057963 16129769472 44272 33554432000 1073741824 1073778376 140734287457744 18446744073709551615 239488510873 0 4 0 16800975 18446604453919193920 0 0 -1 0 0 0 0
[pid=3141/tid=3155] ppid=3138 vsize=15751728 CPUtime=0 cores=0,2,4,6
/proc/3141/task/3155/stat : 3155 (java) S 3138 3141 3098 0 -1 4202560 334 0 0 0 0 0 0 0 17 0 22 0 530057963 16129769472 44272 33554432000 1073741824 1073778376 140734287457744 18446744073709551615 239488510873 0 4 0 16800975 18446604453919193920 0 0 -1 4 0 0 0
[pid=3141/tid=3156] ppid=3138 vsize=15751728 CPUtime=0 cores=0,2,4,6
/proc/3141/task/3156/stat : 3156 (java) S 3138 3141 3098 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 22 0 530057963 16129769472 44272 33554432000 1073741824 1073778376 140734287457744 18446744073709551615 239488510873 0 4 0 16800975 18446604453919193920 0 0 -1 4 0 0 0
[pid=3141/tid=3157] ppid=3138 vsize=15751728 CPUtime=0 cores=0,2,4,6
/proc/3141/task/3157/stat : 3157 (java) S 3138 3141 3098 0 -1 4202560 30 0 0 0 0 0 0 0 17 0 22 0 530057963 16129769472 44272 33554432000 1073741824 1073778376 140734287457744 18446744073709551615 239488510873 0 4 0 16800975 18446604453919193920 0 0 -1 2 0 0 0
[pid=3141/tid=3158] ppid=3138 vsize=15751728 CPUtime=0 cores=0,2,4,6
/proc/3141/task/3158/stat : 3158 (java) S 3138 3141 3098 0 -1 4202560 3 0 0 0 0 0 0 0 17 0 22 0 530057963 16129769472 44272 33554432000 1073741824 1073778376 140734287457744 18446744073709551615 239488510873 0 4 0 16800975 18446604453919193920 0 0 -1 2 0 0 0
[pid=3141/tid=3162] ppid=3138 vsize=15751728 CPUtime=0 cores=0,2,4,6
/proc/3141/task/3162/stat : 3162 (java) S 3138 3141 3098 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 22 0 530057963 16129769472 44272 33554432000 1073741824 1073778376 140734287457744 18446744073709551615 239488510873 0 4 0 16800975 18446604453919193920 0 0 -1 0 0 0 0
[pid=3141/tid=3167] ppid=3138 vsize=15751728 CPUtime=0 cores=0,2,4,6
/proc/3141/task/3167/stat : 3167 (java) S 3138 3141 3098 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 22 0 530057964 16129769472 44272 33554432000 1073741824 1073778376 140734287457744 18446744073709551615 239488511488 0 0 0 16800975 18446604453919193920 0 0 -1 6 0 0 0
[pid=3141/tid=3168] ppid=3138 vsize=15751728 CPUtime=0 cores=0,2,4,6
/proc/3141/task/3168/stat : 3168 (java) S 3138 3141 3098 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 530057964 16129769472 44272 33554432000 1073741824 1073778376 140734287457744 18446744073709551615 239488510873 0 4 0 16800975 18446604453919193920 0 0 -1 2 0 0 0
[pid=3141/tid=3169] ppid=3138 vsize=15751728 CPUtime=0 cores=0,2,4,6
/proc/3141/task/3169/stat : 3169 (java) S 3138 3141 3098 0 -1 4202560 8 0 0 0 0 0 0 0 21 0 22 0 530057964 16129769472 44272 33554432000 1073741824 1073778376 140734287457744 18446744073709551615 239488510873 0 4 0 16800975 18446604453919193920 0 0 -1 2 0 0 0
[pid=3141/tid=3175] ppid=3138 vsize=15751728 CPUtime=0 cores=0,2,4,6
/proc/3141/task/3175/stat : 3175 (java) S 3138 3141 3098 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 530057966 16129769472 44272 33554432000 1073741824 1073778376 140734287457744 18446744073709551615 239488518577 0 4 0 16800975 18446604453919193920 0 0 -1 6 0 0 0
[pid=3141/tid=3176] ppid=3138 vsize=15751728 CPUtime=0.72 cores=0,2,4,6
/proc/3141/task/3176/stat : 3176 (java) S 3138 3141 3098 0 -1 4202560 8369 0 0 0 71 1 0 0 15 0 22 0 530057966 16129769472 44272 33554432000 1073741824 1073778376 140734287457744 18446744073709551615 239488510873 0 4 0 16800975 18446604453919193920 0 0 -1 4 0 0 0
[pid=3141/tid=3177] ppid=3138 vsize=15751728 CPUtime=0.45 cores=0,2,4,6
/proc/3141/task/3177/stat : 3177 (java) S 3138 3141 3098 0 -1 4202560 2718 0 0 0 45 0 0 0 15 0 22 0 530057966 16129769472 44272 33554432000 1073741824 1073778376 140734287457744 18446744073709551615 239488510873 0 4 0 16800975 18446604453919193920 0 0 -1 0 0 0 0
[pid=3141/tid=3178] ppid=3138 vsize=15751728 CPUtime=0 cores=0,2,4,6
/proc/3141/task/3178/stat : 3178 (java) S 3138 3141 3098 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 530057966 16129769472 44272 33554432000 1073741824 1073778376 140734287457744 18446744073709551615 239488510873 0 4 0 16800975 18446604453919193920 0 0 -1 6 0 0 0
[pid=3141/tid=3179] ppid=3138 vsize=15751728 CPUtime=0 cores=0,2,4,6
/proc/3141/task/3179/stat : 3179 (java) S 3138 3141 3098 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 530057966 16129769472 44272 33554432000 1073741824 1073778376 140734287457744 18446744073709551615 239488511488 0 4 0 16800975 18446604453919193920 0 0 -1 2 0 0 0
[pid=3141/tid=3184] ppid=3138 vsize=15751728 CPUtime=0.18 cores=0,2,4,6
/proc/3141/task/3184/stat : 3184 (java) R 3138 3141 3098 0 -1 4202560 15 0 0 0 18 0 0 0 15 0 22 0 530058016 16129769472 44272 33554432000 1073741824 1073778376 140734287457744 18446744073709551615 46912505931541 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=3141/tid=3185] ppid=3138 vsize=15751728 CPUtime=0.21 cores=0,2,4,6
/proc/3141/task/3185/stat : 3185 (java) S 3138 3141 3098 0 -1 4202560 25 0 0 0 21 0 0 0 15 0 22 0 530058016 16129769472 44272 33554432000 1073741824 1073778376 140734287457744 18446744073709551615 239488511488 0 4 0 16800975 18446604453919193920 0 0 -1 0 0 0 0
[pid=3141/tid=3186] ppid=3138 vsize=15751728 CPUtime=0.02 cores=0,2,4,6
/proc/3141/task/3186/stat : 3186 (java) R 3138 3141 3098 0 -1 4202560 11 0 0 0 2 0 0 0 15 0 22 0 530058016 16129769472 44272 33554432000 1073741824 1073778376 140734287457744 18446744073709551615 46912505970986 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=3141/tid=3187] ppid=3138 vsize=15751728 CPUtime=0.01 cores=0,2,4,6
/proc/3141/task/3187/stat : 3187 (java) S 3138 3141 3098 0 -1 4202560 8 0 0 0 1 0 0 0 15 0 22 0 530058016 16129769472 44272 33554432000 1073741824 1073778376 140734287457744 18446744073709551615 239488511488 0 4 0 16800975 18446604453919193920 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2.76
Current children cumulated vsize (KiB) 15751728

[startup+3.10072 s]
/proc/loadavg: 6.95 7.84 7.93 9/220 3187
/proc/meminfo: memFree=29675332/32950928 swapFree=67086612/67111528
[pid=3141] ppid=3138 vsize=15751728 CPUtime=8.84 cores=0,2,4,6
/proc/3141/stat : 3141 (java) S 3138 3141 3098 0 -1 4202496 75195 0 1 0 870 14 0 0 18 0 22 0 530057962 16129769472 70654 33554432000 1073741824 1073778376 140734287457744 18446744073709551615 239488497637 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/3141/statm: 3937932 70654 2275 9 0 3928651 0
[pid=3141/tid=3150] ppid=3138 vsize=15751728 CPUtime=1.12 cores=0,2,4,6
/proc/3141/task/3150/stat : 3150 (java) S 3138 3141 3098 0 -1 4202560 35713 0 1 0 106 6 0 0 22 0 22 0 530057962 16129769472 70654 33554432000 1073741824 1073778376 140734287457744 18446744073709551615 239488510873 0 4 0 16800975 18446604453919193920 0 0 -1 0 0 0 0
[pid=3141/tid=3152] ppid=3138 vsize=15751728 CPUtime=0.01 cores=0,2,4,6
/proc/3141/task/3152/stat : 3152 (java) S 3138 3141 3098 0 -1 4202560 4368 0 0 0 1 0 0 0 16 0 22 0 530057963 16129769472 70654 33554432000 1073741824 1073778376 140734287457744 18446744073709551615 239488510873 0 4 0 16800975 18446604453919193920 0 0 -1 0 0 0 0
[pid=3141/tid=3153] ppid=3138 vsize=15751728 CPUtime=0.02 cores=0,2,4,6
/proc/3141/task/3153/stat : 3153 (java) S 3138 3141 3098 0 -1 4202560 5810 0 0 0 1 1 0 0 16 0 22 0 530057963 16129769472 70654 33554432000 1073741824 1073778376 140734287457744 18446744073709551615 239488510873 0 4 0 16800975 18446604453919193920 0 0 -1 6 0 0 0
[pid=3141/tid=3154] ppid=3138 vsize=15751728 CPUtime=0 cores=0,2,4,6
/proc/3141/task/3154/stat : 3154 (java) S 3138 3141 3098 0 -1 4202560 3578 0 0 0 0 0 0 0 16 0 22 0 530057963 16129769472 70654 33554432000 1073741824 1073778376 140734287457744 18446744073709551615 239488510873 0 4 0 16800975 18446604453919193920 0 0 -1 2 0 0 0
[pid=3141/tid=3155] ppid=3138 vsize=15751728 CPUtime=0 cores=0,2,4,6
/proc/3141/task/3155/stat : 3155 (java) S 3138 3141 3098 0 -1 4202560 1188 0 0 0 0 0 0 0 15 0 22 0 530057963 16129769472 70654 33554432000 1073741824 1073778376 140734287457744 18446744073709551615 239488510873 0 4 0 16800975 18446604453919193920 0 0 -1 4 0 0 0
[pid=3141/tid=3156] ppid=3138 vsize=15751728 CPUtime=0.01 cores=0,2,4,6
/proc/3141/task/3156/stat : 3156 (java) S 3138 3141 3098 0 -1 4202560 3265 0 0 0 1 0 0 0 15 0 22 0 530057963 16129769472 70654 33554432000 1073741824 1073778376 140734287457744 18446744073709551615 239488510873 0 4 0 16800975 18446604453919193920 0 0 -1 2 0 0 0
[pid=3141/tid=3157] ppid=3138 vsize=15751728 CPUtime=0 cores=0,2,4,6
/proc/3141/task/3157/stat : 3157 (java) S 3138 3141 3098 0 -1 4202560 574 0 0 0 0 0 0 0 15 0 22 0 530057963 16129769472 70654 33554432000 1073741824 1073778376 140734287457744 18446744073709551615 239488510873 0 4 0 16800975 18446604453919193920 0 0 -1 2 0 0 0
[pid=3141/tid=3158] ppid=3138 vsize=15751728 CPUtime=0.02 cores=0,2,4,6
/proc/3141/task/3158/stat : 3158 (java) S 3138 3141 3098 0 -1 4202560 4757 0 0 0 1 1 0 0 15 0 22 0 530057963 16129769472 70654 33554432000 1073741824 1073778376 140734287457744 18446744073709551615 239488510873 0 4 0 16800975 18446604453919193920 0 0 -1 4 0 0 0
[pid=3141/tid=3162] ppid=3138 vsize=15751728 CPUtime=0 cores=0,2,4,6
/proc/3141/task/3162/stat : 3162 (java) S 3138 3141 3098 0 -1 4202560 3261 0 0 0 0 0 0 0 15 0 22 0 530057963 16129769472 70654 33554432000 1073741824 1073778376 140734287457744 18446744073709551615 239488510873 0 4 0 16800975 18446604453919193920 0 0 -1 0 0 0 0
[pid=3141/tid=3167] ppid=3138 vsize=15751728 CPUtime=0 cores=0,2,4,6
/proc/3141/task/3167/stat : 3167 (java) S 3138 3141 3098 0 -1 4202560 106 0 0 0 0 0 0 0 15 0 22 0 530057964 16129769472 70654 33554432000 1073741824 1073778376 140734287457744 18446744073709551615 239488511488 0 0 0 16800975 18446604453919193920 0 0 -1 6 0 0 0
[pid=3141/tid=3168] ppid=3138 vsize=15751728 CPUtime=0 cores=0,2,4,6
/proc/3141/task/3168/stat : 3168 (java) S 3138 3141 3098 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 530057964 16129769472 70654 33554432000 1073741824 1073778376 140734287457744 18446744073709551615 239488510873 0 4 0 16800975 18446604453919193920 0 0 -1 0 0 0 0
[pid=3141/tid=3169] ppid=3138 vsize=15751728 CPUtime=0 cores=0,2,4,6
/proc/3141/task/3169/stat : 3169 (java) S 3138 3141 3098 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 530057964 16129769472 70654 33554432000 1073741824 1073778376 140734287457744 18446744073709551615 239488510873 0 4 0 16800975 18446604453919193920 0 0 -1 0 0 0 0
[pid=3141/tid=3175] ppid=3138 vsize=15751728 CPUtime=0 cores=0,2,4,6
/proc/3141/task/3175/stat : 3175 (java) S 3138 3141 3098 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 530057966 16129769472 70654 33554432000 1073741824 1073778376 140734287457744 18446744073709551615 239488518577 0 4 0 16800975 18446604453919193920 0 0 -1 6 0 0 0
[pid=3141/tid=3176] ppid=3138 vsize=15751728 CPUtime=0.84 cores=0,2,4,6
/proc/3141/task/3176/stat : 3176 (java) S 3138 3141 3098 0 -1 4202560 8379 0 0 0 83 1 0 0 15 0 22 0 530057966 16129769472 70654 33554432000 1073741824 1073778376 140734287457744 18446744073709551615 239488510873 0 4 0 16800975 18446604453919193920 0 0 -1 0 0 0 0
[pid=3141/tid=3177] ppid=3138 vsize=15751728 CPUtime=0.58 cores=0,2,4,6
/proc/3141/task/3177/stat : 3177 (java) S 3138 3141 3098 0 -1 4202560 2742 0 0 0 58 0 0 0 15 0 22 0 530057966 16129769472 70654 33554432000 1073741824 1073778376 140734287457744 18446744073709551615 239488510873 0 4 0 16800975 18446604453919193920 0 0 -1 4 0 0 0
[pid=3141/tid=3178] ppid=3138 vsize=15751728 CPUtime=0 cores=0,2,4,6
/proc/3141/task/3178/stat : 3178 (java) S 3138 3141 3098 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 530057966 16129769472 70654 33554432000 1073741824 1073778376 140734287457744 18446744073709551615 239488510873 0 4 0 16800975 18446604453919193920 0 0 -1 6 0 0 0
[pid=3141/tid=3179] ppid=3138 vsize=15751728 CPUtime=0 cores=0,2,4,6
/proc/3141/task/3179/stat : 3179 (java) S 3138 3141 3098 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 530057966 16129769472 70654 33554432000 1073741824 1073778376 140734287457744 18446744073709551615 239488511488 0 4 0 16800975 18446604453919193920 0 0 -1 6 0 0 0
[pid=3141/tid=3184] ppid=3138 vsize=15751728 CPUtime=1.65 cores=0,2,4,6
/proc/3141/task/3184/stat : 3184 (java) R 3138 3141 3098 0 -1 4202560 18 0 0 0 165 0 0 0 17 0 22 0 530058016 16129769472 70654 33554432000 1073741824 1073778376 140734287457744 18446744073709551615 46912505891018 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=3141/tid=3185] ppid=3138 vsize=15751728 CPUtime=1.55 cores=0,2,4,6
/proc/3141/task/3185/stat : 3185 (java) R 3138 3141 3098 0 -1 4202560 27 0 0 0 155 0 0 0 16 0 22 0 530058016 16129769472 70654 33554432000 1073741824 1073778376 140734287457744 18446744073709551615 46912505891064 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=3141/tid=3186] ppid=3138 vsize=15751728 CPUtime=1.43 cores=0,2,4,6
/proc/3141/task/3186/stat : 3186 (java) R 3138 3141 3098 0 -1 4202560 13 0 0 0 143 0 0 0 17 0 22 0 530058016 16129769472 70654 33554432000 1073741824 1073778376 140734287457744 18446744073709551615 46912505891010 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=3141/tid=3187] ppid=3138 vsize=15751728 CPUtime=1.49 cores=0,2,4,6
/proc/3141/task/3187/stat : 3187 (java) R 3138 3141 3098 0 -1 4202560 9 0 0 0 149 0 0 0 17 0 22 0 530058016 16129769472 70654 33554432000 1073741824 1073778376 140734287457744 18446744073709551615 46912505931840 0 4 0 16800975 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 8.84
Current children cumulated vsize (KiB) 15751728

[startup+6.30111 s]
/proc/loadavg: 7.03 7.85 7.93 9/220 3187
/proc/meminfo: memFree=29223012/32950928 swapFree=67086612/67111528
[pid=3141] ppid=3138 vsize=15753744 CPUtime=21.61 cores=0,2,4,6
/proc/3141/stat : 3141 (java) S 3138 3141 3098 0 -1 4202496 172694 0 1 0 2134 27 0 0 18 0 22 0 530057962 16131833856 167736 33554432000 1073741824 1073778376 140734287457744 18446744073709551615 239488497637 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/3141/statm: 3938436 167736 2285 9 0 3929155 0
[pid=3141/tid=3150] ppid=3138 vsize=15753744 CPUtime=1.12 cores=0,2,4,6
/proc/3141/task/3150/stat : 3150 (java) S 3138 3141 3098 0 -1 4202560 35713 0 1 0 106 6 0 0 22 0 22 0 530057962 16131833856 167736 33554432000 1073741824 1073778376 140734287457744 18446744073709551615 239488510873 0 4 0 16800975 18446604453919193920 0 0 -1 0 0 0 0
[pid=3141/tid=3152] ppid=3138 vsize=15753744 CPUtime=0.02 cores=0,2,4,6
/proc/3141/task/3152/stat : 3152 (java) S 3138 3141 3098 0 -1 4202560 8113 0 0 0 1 1 0 0 16 0 22 0 530057963 16131833856 167736 33554432000 1073741824 1073778376 140734287457744 18446744073709551615 239488510873 0 4 0 16800975 18446604453919193920 0 0 -1 2 0 0 0
[pid=3141/tid=3153] ppid=3138 vsize=15753744 CPUtime=0.03 cores=0,2,4,6
/proc/3141/task/3153/stat : 3153 (java) S 3138 3141 3098 0 -1 4202560 11243 0 0 0 2 1 0 0 15 0 22 0 530057963 16131833856 167736 33554432000 1073741824 1073778376 140734287457744 18446744073709551615 239488510873 0 4 0 16800975 18446604453919193920 0 0 -1 4 0 0 0
[pid=3141/tid=3154] ppid=3138 vsize=15753744 CPUtime=0.03 cores=0,2,4,6
/proc/3141/task/3154/stat : 3154 (java) S 3138 3141 3098 0 -1 4202560 11310 0 0 0 1 2 0 0 15 0 22 0 530057963 16131833856 167736 33554432000 1073741824 1073778376 140734287457744 18446744073709551615 239488510873 0 4 0 16800975 18446604453919193920 0 0 -1 2 0 0 0
[pid=3141/tid=3155] ppid=3138 vsize=15753744 CPUtime=0 cores=0,2,4,6
/proc/3141/task/3155/stat : 3155 (java) S 3138 3141 3098 0 -1 4202560 3121 0 0 0 0 0 0 0 15 0 22 0 530057963 16131833856 167736 33554432000 1073741824 1073778376 140734287457744 18446744073709551615 239488510873 0 4 0 16800975 18446604453919193920 0 0 -1 4 0 0 0
[pid=3141/tid=3156] ppid=3138 vsize=15753744 CPUtime=0.01 cores=0,2,4,6
/proc/3141/task/3156/stat : 3156 (java) S 3138 3141 3098 0 -1 4202560 5378 0 0 0 1 0 0 0 16 0 22 0 530057963 16131833856 167736 33554432000 1073741824 1073778376 140734287457744 18446744073709551615 239488510873 0 4 0 16800975 18446604453919193920 0 0 -1 0 0 0 0
[pid=3141/tid=3157] ppid=3138 vsize=15753744 CPUtime=0.01 cores=0,2,4,6
/proc/3141/task/3157/stat : 3157 (java) S 3138 3141 3098 0 -1 4202560 5257 0 0 0 0 1 0 0 16 0 22 0 530057963 16131833856 167736 33554432000 1073741824 1073778376 140734287457744 18446744073709551615 239488510873 0 4 0 16800975 18446604453919193920 0 0 -1 6 0 0 0
[pid=3141/tid=3158] ppid=3138 vsize=15753744 CPUtime=0.02 cores=0,2,4,6
/proc/3141/task/3158/stat : 3158 (java) S 3138 3141 3098 0 -1 4202560 5490 0 0 0 1 1 0 0 16 0 22 0 530057963 16131833856 167736 33554432000 1073741824 1073778376 140734287457744 18446744073709551615 239488510873 0 4 0 16800975 18446604453919193920 0 0 -1 4 0 0 0
[pid=3141/tid=3162] ppid=3138 vsize=15753744 CPUtime=0.02 cores=0,2,4,6
/proc/3141/task/3162/stat : 3162 (java) S 3138 3141 3098 0 -1 4202560 7564 0 0 0 1 1 0 0 15 0 22 0 530057963 16131833856 167736 33554432000 1073741824 1073778376 140734287457744 18446744073709551615 239488510873 0 4 0 16800975 18446604453919193920 0 0 -1 0 0 0 0

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

[pid=3141/tid=3185] ppid=3138 vsize=15753744 CPUtime=1047.96 cores=0,2,4,6
/proc/3141/task/3185/stat : 3185 (java) R 3138 3141 3098 0 -1 4202560 268327 0 0 0 104757 39 0 0 25 0 22 0 530058016 16131833856 91497 33554432000 1073741824 1073778376 140734287457744 18446744073709551615 46912505524159 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=3141/tid=3186] ppid=3138 vsize=15753744 CPUtime=1048.78 cores=0,2,4,6
/proc/3141/task/3186/stat : 3186 (java) R 3138 3141 3098 0 -1 4202560 267039 0 0 0 104837 41 0 0 25 0 22 0 530058016 16131833856 91497 33554432000 1073741824 1073778376 140734287457744 18446744073709551615 47490621465654 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=3141/tid=3187] ppid=3138 vsize=15753744 CPUtime=1047.05 cores=0,2,4,6
/proc/3141/task/3187/stat : 3187 (java) R 3138 3141 3098 0 -1 4202560 270165 0 0 0 104665 40 0 0 25 0 22 0 530058016 16131833856 91497 33554432000 1073741824 1073778376 140734287457744 18446744073709551615 18446744073699066043 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4223.44
Current children cumulated vsize (KiB) 15753744

[startup+1122.3 s]
/proc/loadavg: 8.06 8.04 8.00 9/220 3272
/proc/meminfo: memFree=29335388/32950928 swapFree=67086612/67111528
[pid=3141] ppid=3138 vsize=15753744 CPUtime=4462.07 cores=0,2,4,6
/proc/3141/stat : 3141 (java) S 3138 3141 3098 0 -1 4202496 2416125 0 1 0 445722 485 0 0 18 0 22 0 530057962 16131833856 95507 33554432000 1073741824 1073778376 140734287457744 18446744073709551615 239488497637 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/3141/statm: 3938436 95507 2298 9 0 3929155 0
[pid=3141/tid=3150] ppid=3138 vsize=15753744 CPUtime=1.12 cores=0,2,4,6
/proc/3141/task/3150/stat : 3150 (java) S 3138 3141 3098 0 -1 4202560 35713 0 1 0 106 6 0 0 22 0 22 0 530057962 16131833856 95507 33554432000 1073741824 1073778376 140734287457744 18446744073709551615 239488510873 0 4 0 16800975 18446604453919193920 0 0 -1 0 0 0 0
[pid=3141/tid=3152] ppid=3138 vsize=15753744 CPUtime=3.59 cores=0,2,4,6
/proc/3141/task/3152/stat : 3152 (java) S 3138 3141 3098 0 -1 4202560 160225 0 0 0 326 33 0 0 15 0 22 0 530057963 16131833856 95507 33554432000 1073741824 1073778376 140734287457744 18446744073709551615 239488510873 0 4 0 16800975 18446604453919193920 0 0 -1 0 0 0 0
[pid=3141/tid=3153] ppid=3138 vsize=15753744 CPUtime=3.44 cores=0,2,4,6
/proc/3141/task/3153/stat : 3153 (java) S 3138 3141 3098 0 -1 4202560 157122 0 0 0 314 30 0 0 15 0 22 0 530057963 16131833856 95507 33554432000 1073741824 1073778376 140734287457744 18446744073709551615 239488510873 0 4 0 16800975 18446604453919193920 0 0 -1 4 0 0 0
[pid=3141/tid=3154] ppid=3138 vsize=15753744 CPUtime=3.51 cores=0,2,4,6
/proc/3141/task/3154/stat : 3154 (java) S 3138 3141 3098 0 -1 4202560 164190 0 0 0 321 30 0 0 15 0 22 0 530057963 16131833856 95507 33554432000 1073741824 1073778376 140734287457744 18446744073709551615 239488510873 0 4 0 16800975 18446604453919193920 0 0 -1 2 0 0 0
[pid=3141/tid=3155] ppid=3138 vsize=15753744 CPUtime=3.46 cores=0,2,4,6
/proc/3141/task/3155/stat : 3155 (java) S 3138 3141 3098 0 -1 4202560 150370 0 0 0 318 28 0 0 15 0 22 0 530057963 16131833856 95507 33554432000 1073741824 1073778376 140734287457744 18446744073709551615 239488510873 0 4 0 16800975 18446604453919193920 0 0 -1 2 0 0 0
[pid=3141/tid=3156] ppid=3138 vsize=15753744 CPUtime=3.42 cores=0,2,4,6
/proc/3141/task/3156/stat : 3156 (java) S 3138 3141 3098 0 -1 4202560 152844 0 0 0 314 28 0 0 15 0 22 0 530057963 16131833856 95507 33554432000 1073741824 1073778376 140734287457744 18446744073709551615 239488510873 0 4 0 16800975 18446604453919193920 0 0 -1 2 0 0 0
[pid=3141/tid=3157] ppid=3138 vsize=15753744 CPUtime=3.4 cores=0,2,4,6
/proc/3141/task/3157/stat : 3157 (java) S 3138 3141 3098 0 -1 4202560 141177 0 0 0 311 29 0 0 15 0 22 0 530057963 16131833856 95507 33554432000 1073741824 1073778376 140734287457744 18446744073709551615 239488510873 0 4 0 16800975 18446604453919193920 0 0 -1 4 0 0 0
[pid=3141/tid=3158] ppid=3138 vsize=15753744 CPUtime=3.55 cores=0,2,4,6
/proc/3141/task/3158/stat : 3158 (java) S 3138 3141 3098 0 -1 4202560 153343 0 0 0 326 29 0 0 15 0 22 0 530057963 16131833856 95507 33554432000 1073741824 1073778376 140734287457744 18446744073709551615 239488510873 0 4 0 16800975 18446604453919193920 0 0 -1 6 0 0 0
[pid=3141/tid=3162] ppid=3138 vsize=15753744 CPUtime=3.49 cores=0,2,4,6
/proc/3141/task/3162/stat : 3162 (java) S 3138 3141 3098 0 -1 4202560 150505 0 0 0 320 29 0 0 16 0 22 0 530057963 16131833856 95507 33554432000 1073741824 1073778376 140734287457744 18446744073709551615 239488510873 0 4 0 16800975 18446604453919193920 0 0 -1 0 0 0 0
[pid=3141/tid=3167] ppid=3138 vsize=15753744 CPUtime=2.07 cores=0,2,4,6
/proc/3141/task/3167/stat : 3167 (java) S 3138 3141 3098 0 -1 4202560 6115 0 0 0 137 70 0 0 15 0 22 0 530057964 16131833856 95507 33554432000 1073741824 1073778376 140734287457744 18446744073709551615 239488511488 0 0 0 16800975 18446604453919193920 0 0 -1 2 0 0 0
[pid=3141/tid=3168] ppid=3138 vsize=15753744 CPUtime=0 cores=0,2,4,6
/proc/3141/task/3168/stat : 3168 (java) S 3138 3141 3098 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 530057964 16131833856 95507 33554432000 1073741824 1073778376 140734287457744 18446744073709551615 239488510873 0 4 0 16800975 18446604453919193920 0 0 -1 0 0 0 0
[pid=3141/tid=3169] ppid=3138 vsize=15753744 CPUtime=0 cores=0,2,4,6
/proc/3141/task/3169/stat : 3169 (java) S 3138 3141 3098 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 530057964 16131833856 95507 33554432000 1073741824 1073778376 140734287457744 18446744073709551615 239488510873 0 4 0 16800975 18446604453919193920 0 0 -1 0 0 0 0
[pid=3141/tid=3175] ppid=3138 vsize=15753744 CPUtime=0 cores=0,2,4,6
/proc/3141/task/3175/stat : 3175 (java) S 3138 3141 3098 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 530057966 16131833856 95507 33554432000 1073741824 1073778376 140734287457744 18446744073709551615 239488518577 0 4 0 16800975 18446604453919193920 0 0 -1 6 0 0 0
[pid=3141/tid=3176] ppid=3138 vsize=15753744 CPUtime=1.04 cores=0,2,4,6
/proc/3141/task/3176/stat : 3176 (java) S 3138 3141 3098 0 -1 4202560 8418 0 0 0 103 1 0 0 15 0 22 0 530057966 16131833856 95507 33554432000 1073741824 1073778376 140734287457744 18446744073709551615 239488510873 0 4 0 16800975 18446604453919193920 0 0 -1 0 0 0 0
[pid=3141/tid=3177] ppid=3138 vsize=15753744 CPUtime=0.87 cores=0,2,4,6
/proc/3141/task/3177/stat : 3177 (java) S 3138 3141 3098 0 -1 4202560 3283 0 0 0 87 0 0 0 15 0 22 0 530057966 16131833856 95507 33554432000 1073741824 1073778376 140734287457744 18446744073709551615 239488510873 0 4 0 16800975 18446604453919193920 0 0 -1 4 0 0 0
[pid=3141/tid=3178] ppid=3138 vsize=15753744 CPUtime=0 cores=0,2,4,6
/proc/3141/task/3178/stat : 3178 (java) S 3138 3141 3098 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 530057966 16131833856 95507 33554432000 1073741824 1073778376 140734287457744 18446744073709551615 239488510873 0 4 0 16800975 18446604453919193920 0 0 -1 6 0 0 0
[pid=3141/tid=3179] ppid=3138 vsize=15753744 CPUtime=0 cores=0,2,4,6
/proc/3141/task/3179/stat : 3179 (java) S 3138 3141 3098 0 -1 4202560 61 0 0 0 0 0 0 0 15 0 22 0 530057966 16131833856 95507 33554432000 1073741824 1073778376 140734287457744 18446744073709551615 239488511488 0 4 0 16800975 18446604453919193920 0 0 -1 4 0 0 0
[pid=3141/tid=3184] ppid=3138 vsize=15753744 CPUtime=1107.4 cores=0,2,4,6
/proc/3141/task/3184/stat : 3184 (java) R 3138 3141 3098 0 -1 4202560 283762 0 0 0 110702 38 0 0 25 0 22 0 530058016 16131833856 95507 33554432000 1073741824 1073778376 140734287457744 18446744073709551615 46912505931448 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=3141/tid=3185] ppid=3138 vsize=15753744 CPUtime=1107.05 cores=0,2,4,6
/proc/3141/task/3185/stat : 3185 (java) R 3138 3141 3098 0 -1 4202560 282441 0 0 0 110664 41 0 0 25 0 22 0 530058016 16131833856 95507 33554432000 1073741824 1073778376 140734287457744 18446744073709551615 46912505931672 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=3141/tid=3186] ppid=3138 vsize=15753744 CPUtime=1108.12 cores=0,2,4,6
/proc/3141/task/3186/stat : 3186 (java) R 3138 3141 3098 0 -1 4202560 280950 0 0 0 110769 43 0 0 25 0 22 0 530058016 16131833856 95507 33554432000 1073741824 1073778376 140734287457744 18446744073709551615 46912505891018 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=3141/tid=3187] ppid=3138 vsize=15753744 CPUtime=1106.37 cores=0,2,4,6
/proc/3141/task/3187/stat : 3187 (java) R 3138 3141 3098 0 -1 4202560 284220 0 0 0 110595 42 0 0 25 0 22 0 530058016 16131833856 95507 33554432000 1073741824 1073778376 140734287457744 18446744073709551615 46912505770954 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4462.07
Current children cumulated vsize (KiB) 15753744

[startup+1182.3 s]
/proc/loadavg: 8.31 8.13 8.03 9/220 3275
/proc/meminfo: memFree=29340536/32950928 swapFree=67086612/67111528
[pid=3141] ppid=3138 vsize=15753744 CPUtime=4700.78 cores=0,2,4,6
/proc/3141/stat : 3141 (java) S 3138 3141 3098 0 -1 4202496 2532558 0 1 0 469568 510 0 0 18 0 22 0 530057962 16131833856 95574 33554432000 1073741824 1073778376 140734287457744 18446744073709551615 239488497637 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/3141/statm: 3938436 95574 2298 9 0 3929155 0
[pid=3141/tid=3150] ppid=3138 vsize=15753744 CPUtime=1.12 cores=0,2,4,6
/proc/3141/task/3150/stat : 3150 (java) S 3138 3141 3098 0 -1 4202560 35713 0 1 0 106 6 0 0 22 0 22 0 530057962 16131833856 95574 33554432000 1073741824 1073778376 140734287457744 18446744073709551615 239488510873 0 4 0 16800975 18446604453919193920 0 0 -1 0 0 0 0
[pid=3141/tid=3152] ppid=3138 vsize=15753744 CPUtime=3.79 cores=0,2,4,6
/proc/3141/task/3152/stat : 3152 (java) S 3138 3141 3098 0 -1 4202560 168555 0 0 0 344 35 0 0 15 0 22 0 530057963 16131833856 95574 33554432000 1073741824 1073778376 140734287457744 18446744073709551615 239488510873 0 4 0 16800975 18446604453919193920 0 0 -1 2 0 0 0
[pid=3141/tid=3153] ppid=3138 vsize=15753744 CPUtime=3.64 cores=0,2,4,6
/proc/3141/task/3153/stat : 3153 (java) S 3138 3141 3098 0 -1 4202560 165553 0 0 0 333 31 0 0 15 0 22 0 530057963 16131833856 95574 33554432000 1073741824 1073778376 140734287457744 18446744073709551615 239488510873 0 4 0 16800975 18446604453919193920 0 0 -1 6 0 0 0
[pid=3141/tid=3154] ppid=3138 vsize=15753744 CPUtime=3.68 cores=0,2,4,6
/proc/3141/task/3154/stat : 3154 (java) S 3138 3141 3098 0 -1 4202560 171578 0 0 0 336 32 0 0 16 0 22 0 530057963 16131833856 95574 33554432000 1073741824 1073778376 140734287457744 18446744073709551615 239488510873 0 4 0 16800975 18446604453919193920 0 0 -1 4 0 0 0
[pid=3141/tid=3155] ppid=3138 vsize=15753744 CPUtime=3.64 cores=0,2,4,6
/proc/3141/task/3155/stat : 3155 (java) S 3138 3141 3098 0 -1 4202560 159354 0 0 0 335 29 0 0 15 0 22 0 530057963 16131833856 95574 33554432000 1073741824 1073778376 140734287457744 18446744073709551615 239488510873 0 4 0 16800975 18446604453919193920 0 0 -1 4 0 0 0
[pid=3141/tid=3156] ppid=3138 vsize=15753744 CPUtime=3.61 cores=0,2,4,6
/proc/3141/task/3156/stat : 3156 (java) S 3138 3141 3098 0 -1 4202560 162129 0 0 0 331 30 0 0 16 0 22 0 530057963 16131833856 95574 33554432000 1073741824 1073778376 140734287457744 18446744073709551615 239488510873 0 4 0 16800975 18446604453919193920 0 0 -1 0 0 0 0
[pid=3141/tid=3157] ppid=3138 vsize=15753744 CPUtime=3.59 cores=0,2,4,6
/proc/3141/task/3157/stat : 3157 (java) S 3138 3141 3098 0 -1 4202560 149663 0 0 0 328 31 0 0 16 0 22 0 530057963 16131833856 95574 33554432000 1073741824 1073778376 140734287457744 18446744073709551615 239488510873 0 4 0 16800975 18446604453919193920 0 0 -1 2 0 0 0
[pid=3141/tid=3158] ppid=3138 vsize=15753744 CPUtime=3.71 cores=0,2,4,6
/proc/3141/task/3158/stat : 3158 (java) S 3138 3141 3098 0 -1 4202560 160803 0 0 0 341 30 0 0 16 0 22 0 530057963 16131833856 95574 33554432000 1073741824 1073778376 140734287457744 18446744073709551615 239488510873 0 4 0 16800975 18446604453919193920 0 0 -1 6 0 0 0
[pid=3141/tid=3162] ppid=3138 vsize=15753744 CPUtime=3.67 cores=0,2,4,6
/proc/3141/task/3162/stat : 3162 (java) S 3138 3141 3098 0 -1 4202560 158566 0 0 0 336 31 0 0 15 0 22 0 530057963 16131833856 95574 33554432000 1073741824 1073778376 140734287457744 18446744073709551615 239488510873 0 4 0 16800975 18446604453919193920 0 0 -1 0 0 0 0
[pid=3141/tid=3167] ppid=3138 vsize=15753744 CPUtime=2.2 cores=0,2,4,6
/proc/3141/task/3167/stat : 3167 (java) S 3138 3141 3098 0 -1 4202560 6432 0 0 0 146 74 0 0 15 0 22 0 530057964 16131833856 95574 33554432000 1073741824 1073778376 140734287457744 18446744073709551615 239488511488 0 0 0 16800975 18446604453919193920 0 0 -1 4 0 0 0
[pid=3141/tid=3168] ppid=3138 vsize=15753744 CPUtime=0 cores=0,2,4,6
/proc/3141/task/3168/stat : 3168 (java) S 3138 3141 3098 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 530057964 16131833856 95574 33554432000 1073741824 1073778376 140734287457744 18446744073709551615 239488510873 0 4 0 16800975 18446604453919193920 0 0 -1 0 0 0 0
[pid=3141/tid=3169] ppid=3138 vsize=15753744 CPUtime=0 cores=0,2,4,6
/proc/3141/task/3169/stat : 3169 (java) S 3138 3141 3098 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 530057964 16131833856 95574 33554432000 1073741824 1073778376 140734287457744 18446744073709551615 239488510873 0 4 0 16800975 18446604453919193920 0 0 -1 0 0 0 0
[pid=3141/tid=3175] ppid=3138 vsize=15753744 CPUtime=0 cores=0,2,4,6
/proc/3141/task/3175/stat : 3175 (java) S 3138 3141 3098 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 530057966 16131833856 95574 33554432000 1073741824 1073778376 140734287457744 18446744073709551615 239488518577 0 4 0 16800975 18446604453919193920 0 0 -1 6 0 0 0
[pid=3141/tid=3176] ppid=3138 vsize=15753744 CPUtime=1.04 cores=0,2,4,6
/proc/3141/task/3176/stat : 3176 (java) S 3138 3141 3098 0 -1 4202560 8418 0 0 0 103 1 0 0 15 0 22 0 530057966 16131833856 95574 33554432000 1073741824 1073778376 140734287457744 18446744073709551615 239488510873 0 4 0 16800975 18446604453919193920 0 0 -1 0 0 0 0
[pid=3141/tid=3177] ppid=3138 vsize=15753744 CPUtime=0.87 cores=0,2,4,6
/proc/3141/task/3177/stat : 3177 (java) S 3138 3141 3098 0 -1 4202560 3283 0 0 0 87 0 0 0 15 0 22 0 530057966 16131833856 95574 33554432000 1073741824 1073778376 140734287457744 18446744073709551615 239488510873 0 4 0 16800975 18446604453919193920 0 0 -1 4 0 0 0
[pid=3141/tid=3178] ppid=3138 vsize=15753744 CPUtime=0 cores=0,2,4,6
/proc/3141/task/3178/stat : 3178 (java) S 3138 3141 3098 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 530057966 16131833856 95574 33554432000 1073741824 1073778376 140734287457744 18446744073709551615 239488510873 0 4 0 16800975 18446604453919193920 0 0 -1 6 0 0 0
[pid=3141/tid=3179] ppid=3138 vsize=15753744 CPUtime=0 cores=0,2,4,6
/proc/3141/task/3179/stat : 3179 (java) S 3138 3141 3098 0 -1 4202560 63 0 0 0 0 0 0 0 15 0 22 0 530057966 16131833856 95574 33554432000 1073741824 1073778376 140734287457744 18446744073709551615 239488511488 0 4 0 16800975 18446604453919193920 0 0 -1 2 0 0 0
[pid=3141/tid=3184] ppid=3138 vsize=15753744 CPUtime=1166.7 cores=0,2,4,6
/proc/3141/task/3184/stat : 3184 (java) R 3138 3141 3098 0 -1 4202560 295607 0 0 0 116630 40 0 0 25 0 22 0 530058016 16131833856 95574 33554432000 1073741824 1073778376 140734287457744 18446744073709551615 46912506025381 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=3141/tid=3185] ppid=3138 vsize=15753744 CPUtime=1166.33 cores=0,2,4,6
/proc/3141/task/3185/stat : 3185 (java) R 3138 3141 3098 0 -1 4202560 296305 0 0 0 116589 44 0 0 25 0 22 0 530058016 16131833856 95574 33554432000 1073741824 1073778376 140734287457744 18446744073709551615 46912505890981 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=3141/tid=3186] ppid=3138 vsize=15753744 CPUtime=1167.31 cores=0,2,4,6
/proc/3141/task/3186/stat : 3186 (java) R 3138 3141 3098 0 -1 4202560 293249 0 0 0 116687 44 0 0 25 0 22 0 530058016 16131833856 95574 33554432000 1073741824 1073778376 140734287457744 18446744073709551615 46912505771210 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=3141/tid=3187] ppid=3138 vsize=15753744 CPUtime=1165.73 cores=0,2,4,6
/proc/3141/task/3187/stat : 3187 (java) R 3138 3141 3098 0 -1 4202560 295901 0 0 0 116529 44 0 0 25 0 22 0 530058016 16131833856 95574 33554432000 1073741824 1073778376 140734287457744 18446744073709551615 46912505712602 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4700.78
Current children cumulated vsize (KiB) 15753744



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1207.3 s]
/proc/loadavg: 8.19 8.12 8.03 9/220 3275
/proc/meminfo: memFree=29299972/32950928 swapFree=67086612/67111528
[pid=3141] ppid=3138 vsize=15753744 CPUtime=4800.25 cores=0,2,4,6
/proc/3141/stat : 3141 (java) S 3138 3141 3098 0 -1 4202496 2591009 0 1 0 479504 521 0 0 18 0 22 0 530057962 16131833856 103660 33554432000 1073741824 1073778376 140734287457744 18446744073709551615 239488497637 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/3141/statm: 3938436 103660 2298 9 0 3929155 0
[pid=3141/tid=3150] ppid=3138 vsize=15753744 CPUtime=1.12 cores=0,2,4,6
/proc/3141/task/3150/stat : 3150 (java) S 3138 3141 3098 0 -1 4202560 35713 0 1 0 106 6 0 0 22 0 22 0 530057962 16131833856 103660 33554432000 1073741824 1073778376 140734287457744 18446744073709551615 239488510873 0 4 0 16800975 18446604453919193920 0 0 -1 0 0 0 0
[pid=3141/tid=3152] ppid=3138 vsize=15753744 CPUtime=3.86 cores=0,2,4,6
/proc/3141/task/3152/stat : 3152 (java) S 3138 3141 3098 0 -1 4202560 171195 0 0 0 350 36 0 0 15 0 22 0 530057963 16131833856 103660 33554432000 1073741824 1073778376 140734287457744 18446744073709551615 239488510873 0 4 0 16800975 18446604453919193920 0 0 -1 6 0 0 0
[pid=3141/tid=3153] ppid=3138 vsize=15753744 CPUtime=3.73 cores=0,2,4,6
/proc/3141/task/3153/stat : 3153 (java) S 3138 3141 3098 0 -1 4202560 169732 0 0 0 341 32 0 0 15 0 22 0 530057963 16131833856 103660 33554432000 1073741824 1073778376 140734287457744 18446744073709551615 239488510873 0 4 0 16800975 18446604453919193920 0 0 -1 2 0 0 0
[pid=3141/tid=3154] ppid=3138 vsize=15753744 CPUtime=3.76 cores=0,2,4,6
/proc/3141/task/3154/stat : 3154 (java) S 3138 3141 3098 0 -1 4202560 174973 0 0 0 344 32 0 0 16 0 22 0 530057963 16131833856 103660 33554432000 1073741824 1073778376 140734287457744 18446744073709551615 239488510873 0 4 0 16800975 18446604453919193920 0 0 -1 2 0 0 0
[pid=3141/tid=3155] ppid=3138 vsize=15753744 CPUtime=3.74 cores=0,2,4,6
/proc/3141/task/3155/stat : 3155 (java) S 3138 3141 3098 0 -1 4202560 162378 0 0 0 344 30 0 0 15 0 22 0 530057963 16131833856 103660 33554432000 1073741824 1073778376 140734287457744 18446744073709551615 239488510873 0 4 0 16800975 18446604453919193920 0 0 -1 0 0 0 0
[pid=3141/tid=3156] ppid=3138 vsize=15753744 CPUtime=3.67 cores=0,2,4,6
/proc/3141/task/3156/stat : 3156 (java) S 3138 3141 3098 0 -1 4202560 163117 0 0 0 337 30 0 0 16 0 22 0 530057963 16131833856 103660 33554432000 1073741824 1073778376 140734287457744 18446744073709551615 239488510873 0 4 0 16800975 18446604453919193920 0 0 -1 4 0 0 0
[pid=3141/tid=3157] ppid=3138 vsize=15753744 CPUtime=3.67 cores=0,2,4,6
/proc/3141/task/3157/stat : 3157 (java) S 3138 3141 3098 0 -1 4202560 152014 0 0 0 336 31 0 0 15 0 22 0 530057963 16131833856 103660 33554432000 1073741824 1073778376 140734287457744 18446744073709551615 239488510873 0 4 0 16800975 18446604453919193920 0 0 -1 6 0 0 0
[pid=3141/tid=3158] ppid=3138 vsize=15753744 CPUtime=3.78 cores=0,2,4,6
/proc/3141/task/3158/stat : 3158 (java) S 3138 3141 3098 0 -1 4202560 163550 0 0 0 347 31 0 0 15 0 22 0 530057963 16131833856 103660 33554432000 1073741824 1073778376 140734287457744 18446744073709551615 239488510873 0 4 0 16800975 18446604453919193920 0 0 -1 4 0 0 0
[pid=3141/tid=3162] ppid=3138 vsize=15753744 CPUtime=3.76 cores=0,2,4,6
/proc/3141/task/3162/stat : 3162 (java) S 3138 3141 3098 0 -1 4202560 161800 0 0 0 344 32 0 0 16 0 22 0 530057963 16131833856 103660 33554432000 1073741824 1073778376 140734287457744 18446744073709551615 239488510873 0 4 0 16800975 18446604453919193920 0 0 -1 0 0 0 0
[pid=3141/tid=3167] ppid=3138 vsize=15753744 CPUtime=2.24 cores=0,2,4,6
/proc/3141/task/3167/stat : 3167 (java) S 3138 3141 3098 0 -1 4202560 6572 0 0 0 149 75 0 0 15 0 22 0 530057964 16131833856 103660 33554432000 1073741824 1073778376 140734287457744 18446744073709551615 239488511488 0 0 0 16800975 18446604453919193920 0 0 -1 4 0 0 0
[pid=3141/tid=3168] ppid=3138 vsize=15753744 CPUtime=0 cores=0,2,4,6
/proc/3141/task/3168/stat : 3168 (java) S 3138 3141 3098 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 530057964 16131833856 103660 33554432000 1073741824 1073778376 140734287457744 18446744073709551615 239488510873 0 4 0 16800975 18446604453919193920 0 0 -1 0 0 0 0
[pid=3141/tid=3169] ppid=3138 vsize=15753744 CPUtime=0 cores=0,2,4,6
/proc/3141/task/3169/stat : 3169 (java) S 3138 3141 3098 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 530057964 16131833856 103660 33554432000 1073741824 1073778376 140734287457744 18446744073709551615 239488510873 0 4 0 16800975 18446604453919193920 0 0 -1 0 0 0 0
[pid=3141/tid=3175] ppid=3138 vsize=15753744 CPUtime=0 cores=0,2,4,6
/proc/3141/task/3175/stat : 3175 (java) S 3138 3141 3098 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 530057966 16131833856 103660 33554432000 1073741824 1073778376 140734287457744 18446744073709551615 239488518577 0 4 0 16800975 18446604453919193920 0 0 -1 6 0 0 0
[pid=3141/tid=3176] ppid=3138 vsize=15753744 CPUtime=1.04 cores=0,2,4,6
/proc/3141/task/3176/stat : 3176 (java) S 3138 3141 3098 0 -1 4202560 8418 0 0 0 103 1 0 0 15 0 22 0 530057966 16131833856 103660 33554432000 1073741824 1073778376 140734287457744 18446744073709551615 239488510873 0 4 0 16800975 18446604453919193920 0 0 -1 0 0 0 0
[pid=3141/tid=3177] ppid=3138 vsize=15753744 CPUtime=0.87 cores=0,2,4,6
/proc/3141/task/3177/stat : 3177 (java) S 3138 3141 3098 0 -1 4202560 3283 0 0 0 87 0 0 0 15 0 22 0 530057966 16131833856 103660 33554432000 1073741824 1073778376 140734287457744 18446744073709551615 239488510873 0 4 0 16800975 18446604453919193920 0 0 -1 4 0 0 0
[pid=3141/tid=3178] ppid=3138 vsize=15753744 CPUtime=0 cores=0,2,4,6
/proc/3141/task/3178/stat : 3178 (java) S 3138 3141 3098 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 530057966 16131833856 103660 33554432000 1073741824 1073778376 140734287457744 18446744073709551615 239488510873 0 4 0 16800975 18446604453919193920 0 0 -1 6 0 0 0
[pid=3141/tid=3179] ppid=3138 vsize=15753744 CPUtime=0 cores=0,2,4,6
/proc/3141/task/3179/stat : 3179 (java) S 3138 3141 3098 0 -1 4202560 65 0 0 0 0 0 0 0 15 0 22 0 530057966 16131833856 103660 33554432000 1073741824 1073778376 140734287457744 18446744073709551615 239488511488 0 4 0 16800975 18446604453919193920 0 0 -1 2 0 0 0
[pid=3141/tid=3184] ppid=3138 vsize=15753744 CPUtime=1191.43 cores=0,2,4,6
/proc/3141/task/3184/stat : 3184 (java) R 3138 3141 3098 0 -1 4202560 304215 0 0 0 119102 41 0 0 25 0 22 0 530058016 16131833856 103660 33554432000 1073741824 1073778376 140734287457744 18446744073709551615 46912505978003 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=3141/tid=3185] ppid=3138 vsize=15753744 CPUtime=1190.91 cores=0,2,4,6
/proc/3141/task/3185/stat : 3185 (java) R 3138 3141 3098 0 -1 4202560 304943 0 0 0 119046 45 0 0 25 0 22 0 530058016 16131833856 103660 33554432000 1073741824 1073778376 140734287457744 18446744073709551615 46912505931461 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=3141/tid=3186] ppid=3138 vsize=15753744 CPUtime=1192.05 cores=0,2,4,6
/proc/3141/task/3186/stat : 3186 (java) R 3138 3141 3098 0 -1 4202560 302335 0 0 0 119159 46 0 0 25 0 22 0 530058016 16131833856 103660 33554432000 1073741824 1073778376 140734287457744 18446744073709551615 46912505524199 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=3141/tid=3187] ppid=3138 vsize=15753744 CPUtime=1190.47 cores=0,2,4,6
/proc/3141/task/3187/stat : 3187 (java) R 3138 3141 3098 0 -1 4202560 305320 0 0 0 119002 45 0 0 25 0 22 0 530058016 16131833856 103660 33554432000 1073741824 1073778376 140734287457744 18446744073709551615 47490621466405 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4800.25
Current children cumulated vsize (KiB) 15753744

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.34
CPU time (s): 4800.32
CPU user time (s): 4795.08
CPU system time (s): 5.2362
CPU usage (%): 397.596
Max. virtual memory (cumulated for all children) (KiB): 15753744

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4795.08
system time used= 5.2362
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2591035
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= 185744
involuntary context switches= 108596

runsolver used 1.93571 second user time and 4.71128 second system time

The end

Launcher Data

Begin job on node148 at 2011-04-30 19:30:09
IDJOB=3312951
IDBENCH=83358
IDSOLVER=1699
FILE ID=node148/3312951-1304184609
RUNJOBID= node148-1304184609-3119
PBS_JOBID= 13172471
Free space on /tmp= 72960 MiB

SOLVER NAME= STRUCTure 0.1
BENCH NAME= SAT11/crafted/kullmann/VanDerWaerden/VanderWaerden3k/VanDerWaerden_2-3-20_388.cnf
COMMAND LINE= run 15000 NBCORE TMPDIR DIR BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3312951-1304184609/watcher-3312951-1304184609 -o /tmp/evaluation-result-3312951-1304184609/solver-3312951-1304184609 -C 4800 -W 1300 -M 15500  run 15000 4 HOME HOME HOME/instance-3312951-1304184609.cnf

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

MD5SUM BENCH= a08160883ea01d58c880b6f2b323ef8b
RANDOM SEED=1027709064

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      30067288 kB
Buffers:        779412 kB
Cached:        1689920 kB
SwapCached:       3700 kB
Active:         176236 kB
Inactive:      2336556 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      30067288 kB
SwapTotal:    67111528 kB
SwapFree:     67086612 kB
Dirty:            4040 kB
Writeback:           0 kB
AnonPages:       41604 kB
Mapped:          15256 kB
Slab:           305088 kB
PageTables:       5052 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   208236 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= 72956 MiB
End job on node148 at 2011-04-30 19:50:18