Trace number 3311984

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
STRUCTure 0.1 (hbr=2)? (TO) 4800.17 1207.25

General information on the benchmark

NameCRAFTED/rbsat/random/
forced/rbsat-v2100c215164gyes2.cnf
MD5SUM5301921bbf5d6337937a0fa8d34aaf48
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 variables2100
Number of clauses215164
Sum of the clauses size432288
Maximum clause length30
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2215094
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 570

Solver Data

0.09/0.12	04:27 INFO : Reading from input HOME/instance-3311984-1304089466.cnf
1.00/0.84	Executor set job limit to 1000000
1.00/0.84	Executor set job limit to 1000000
1.00/0.84	Executor set job limit to 1000000
1.00/0.84	Executor set job limit to 1000000
1.00/0.84	Starting Executor!
1.00/0.85	Starting Executor!
1.00/0.85	Starting Executor!
1.00/0.85	Starting Executor!
3.16/2.10	04:28 INFO : 2100 variables remaining out of 2100
3.16/2.10	04:28 INFO : 1246510 literals remaining out of 647452

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

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

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


[startup+0 s]
/proc/loadavg: 3.76 4.04 4.97 3/194 2355
/proc/meminfo: memFree=20739624/32950928 swapFree=67111524/67111528
[pid=2355] ppid=2353 vsize=9100 CPUtime=0 cores=0,2,4,6
/proc/2355/stat : 2355 (java) S 2353 2355 567 0 -1 4202496 659 0 0 0 0 0 0 0 20 0 1 0 599177315 9318400 148 33554432000 1073741824 1073778376 140735312187456 18446744073709551615 231895488512 0 2147483391 4096 0 18446744071699215550 0 0 17 2 0 0 0
/proc/2355/statm: 2275 148 118 9 0 67 0
[pid=2355/tid=2356] ppid=2353 vsize=24004 CPUtime=0 cores=0,2,4,6
/proc/2355/task/2356/stat : 2356 (java) R 2353 2355 567 0 -1 4202560 13 0 0 0 0 0 0 0 21 0 2 0 599177316 24580096 851 33554432000 1073741824 1073778376 140735312187456 18446744073709551615 231895545001 0 0 4096 0 0 0 0 -1 2 0 0 0

[startup+0.0942501 s]
/proc/loadavg: 3.76 4.04 4.97 3/194 2355
/proc/meminfo: memFree=20739624/32950928 swapFree=67111524/67111528
[pid=2355] ppid=2353 vsize=15676764 CPUtime=0.08 cores=0,2,4,6
/proc/2355/stat : 2355 (java) S 2353 2355 567 0 -1 4202496 5425 0 1 0 8 0 0 0 20 0 18 0 599177315 16053006336 4864 33554432000 1073741824 1073778376 140735312187456 18446744073709551615 231907293157 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/2355/statm: 3919191 4864 2116 9 0 3909910 0
[pid=2355/tid=2356] ppid=2353 vsize=15676764 CPUtime=0.07 cores=0,2,4,6
/proc/2355/task/2356/stat : 2356 (java) R 2353 2355 567 0 -1 4202560 3316 0 1 0 7 0 0 0 18 0 18 0 599177316 16053006336 4865 33554432000 1073741824 1073778376 140735312187456 18446744073709551615 47621284167587 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 15676764

[startup+0.101174 s]
/proc/loadavg: 3.76 4.04 4.97 3/194 2355
/proc/meminfo: memFree=20739624/32950928 swapFree=67111524/67111528
[pid=2355] ppid=2353 vsize=15676764 CPUtime=0.09 cores=0,2,4,6
/proc/2355/stat : 2355 (java) S 2353 2355 567 0 -1 4202496 5512 0 1 0 9 0 0 0 20 0 18 0 599177315 16053006336 4951 33554432000 1073741824 1073778376 140735312187456 18446744073709551615 231907293157 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/2355/statm: 3919191 4952 2117 9 0 3909910 0
[pid=2355/tid=2356] ppid=2353 vsize=15676764 CPUtime=0.07 cores=0,2,4,6
/proc/2355/task/2356/stat : 2356 (java) R 2353 2355 567 0 -1 4202560 3403 0 1 0 7 0 0 0 18 0 18 0 599177316 16053006336 4952 33554432000 1073741824 1073778376 140735312187456 18446744073709551615 47621284134917 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 15676764

[startup+0.301151 s]
/proc/loadavg: 3.76 4.04 4.97 3/194 2355
/proc/meminfo: memFree=20739624/32950928 swapFree=67111524/67111528
[pid=2355] ppid=2353 vsize=15680748 CPUtime=0.5 cores=0,2,4,6
/proc/2355/stat : 2355 (java) S 2353 2355 567 0 -1 4202496 13996 0 1 0 48 2 0 0 20 0 18 0 599177315 16057085952 12523 33554432000 1073741824 1073778376 140735312187456 18446744073709551615 231907293157 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/2355/statm: 3920187 12526 2208 9 0 3910906 0
[pid=2355/tid=2356] ppid=2353 vsize=15680748 CPUtime=0.27 cores=0,2,4,6
/proc/2355/task/2356/stat : 2356 (java) R 2353 2355 567 0 -1 4202560 8933 0 1 0 26 1 0 0 18 0 18 0 599177316 16057085952 12528 33554432000 1073741824 1073778376 140735312187456 18446744073709551615 46912505511518 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 15680748

[startup+0.701128 s]
/proc/loadavg: 3.76 4.04 4.97 3/194 2355
/proc/meminfo: memFree=20739624/32950928 swapFree=67111524/67111528
[pid=2355] ppid=2353 vsize=15680600 CPUtime=0.9 cores=0,2,4,6
/proc/2355/stat : 2355 (java) S 2353 2355 567 0 -1 4202496 41723 0 1 0 85 5 0 0 20 0 18 0 599177315 16056934400 40209 33554432000 1073741824 1073778376 140735312187456 18446744073709551615 231907293157 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/2355/statm: 3920150 40209 2224 9 0 3910869 0
[pid=2355/tid=2356] ppid=2353 vsize=15680600 CPUtime=0.66 cores=0,2,4,6
/proc/2355/task/2356/stat : 2356 (java) R 2353 2355 567 0 -1 4202560 35533 0 1 0 62 4 0 0 18 0 18 0 599177316 16056934400 40209 33554432000 1073741824 1073778376 140735312187456 18446744073709551615 46912505527200 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.9
Current children cumulated vsize (KiB) 15680600

[startup+1.50597 s]
/proc/loadavg: 3.76 4.04 4.97 6/220 2382
/proc/meminfo: memFree=20420552/32950928 swapFree=67111524/67111528
[pid=2355] ppid=2353 vsize=15710624 CPUtime=2.29 cores=0,2,4,6
/proc/2355/stat : 2355 (java) S 2353 2355 567 0 -1 4202496 52846 0 1 0 222 7 0 0 20 0 22 0 599177315 16087678976 47426 33554432000 1073741824 1073778376 140735312187456 18446744073709551615 231907293157 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/2355/statm: 3927656 47426 2257 9 0 3918375 0
[pid=2355/tid=2356] ppid=2353 vsize=15710624 CPUtime=1.46 cores=0,2,4,6
/proc/2355/task/2356/stat : 2356 (java) R 2353 2355 567 0 -1 4202560 35648 0 1 0 142 4 0 0 20 0 22 0 599177316 16087678976 47426 33554432000 1073741824 1073778376 140735312187456 18446744073709551615 47621284156245 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=2355/tid=2358] ppid=2353 vsize=15710624 CPUtime=0 cores=0,2,4,6
/proc/2355/task/2358/stat : 2358 (java) S 2353 2355 567 0 -1 4202560 715 0 0 0 0 0 0 0 15 0 22 0 599177316 16087678976 47426 33554432000 1073741824 1073778376 140735312187456 18446744073709551615 231907306393 0 4 0 16800975 18446604453894306560 0 0 -1 2 0 0 0
[pid=2355/tid=2359] ppid=2353 vsize=15710624 CPUtime=0 cores=0,2,4,6
/proc/2355/task/2359/stat : 2359 (java) S 2353 2355 567 0 -1 4202560 341 0 0 0 0 0 0 0 16 0 22 0 599177316 16087678976 47426 33554432000 1073741824 1073778376 140735312187456 18446744073709551615 231907306393 0 4 0 16800975 18446604453894306560 0 0 -1 4 0 0 0
[pid=2355/tid=2360] ppid=2353 vsize=15710624 CPUtime=0 cores=0,2,4,6
/proc/2355/task/2360/stat : 2360 (java) S 2353 2355 567 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 599177316 16087678976 47426 33554432000 1073741824 1073778376 140735312187456 18446744073709551615 231907306393 0 4 0 16800975 18446604453894306560 0 0 -1 6 0 0 0
[pid=2355/tid=2361] ppid=2353 vsize=15710624 CPUtime=0 cores=0,2,4,6
/proc/2355/task/2361/stat : 2361 (java) S 2353 2355 567 0 -1 4202560 73 0 0 0 0 0 0 0 18 0 22 0 599177316 16087678976 47426 33554432000 1073741824 1073778376 140735312187456 18446744073709551615 231907306393 0 4 0 16800975 18446604453894306560 0 0 -1 2 0 0 0
[pid=2355/tid=2362] ppid=2353 vsize=15710624 CPUtime=0 cores=0,2,4,6
/proc/2355/task/2362/stat : 2362 (java) S 2353 2355 567 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 599177316 16087678976 47426 33554432000 1073741824 1073778376 140735312187456 18446744073709551615 231907306393 0 4 0 16800975 18446604453894306560 0 0 -1 4 0 0 0
[pid=2355/tid=2363] ppid=2353 vsize=15710624 CPUtime=0 cores=0,2,4,6
/proc/2355/task/2363/stat : 2363 (java) S 2353 2355 567 0 -1 4202560 313 0 0 0 0 0 0 0 18 0 22 0 599177316 16087678976 47426 33554432000 1073741824 1073778376 140735312187456 18446744073709551615 231907306393 0 4 0 16800975 18446604453894306560 0 0 -1 6 0 0 0
[pid=2355/tid=2364] ppid=2353 vsize=15710624 CPUtime=0 cores=0,2,4,6
/proc/2355/task/2364/stat : 2364 (java) S 2353 2355 567 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 599177316 16087678976 47426 33554432000 1073741824 1073778376 140735312187456 18446744073709551615 231907306393 0 4 0 16800975 18446604453894306560 0 0 -1 6 0 0 0
[pid=2355/tid=2365] ppid=2353 vsize=15710624 CPUtime=0 cores=0,2,4,6
/proc/2355/task/2365/stat : 2365 (java) S 2353 2355 567 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 599177316 16087678976 47426 33554432000 1073741824 1073778376 140735312187456 18446744073709551615 231907306393 0 4 0 16800975 18446604453894306560 0 0 -1 6 0 0 0
[pid=2355/tid=2366] ppid=2353 vsize=15710624 CPUtime=0 cores=0,2,4,6
/proc/2355/task/2366/stat : 2366 (java) S 2353 2355 567 0 -1 4202560 71 0 0 0 0 0 0 0 16 0 22 0 599177317 16087678976 47426 33554432000 1073741824 1073778376 140735312187456 18446744073709551615 231907307008 0 0 0 16800975 18446604453894306560 0 0 -1 2 0 0 0
[pid=2355/tid=2367] ppid=2353 vsize=15710624 CPUtime=0 cores=0,2,4,6
/proc/2355/task/2367/stat : 2367 (java) S 2353 2355 567 0 -1 4202560 17 0 0 0 0 0 0 0 16 0 22 0 599177318 16087678976 47426 33554432000 1073741824 1073778376 140735312187456 18446744073709551615 231907306393 0 4 0 16800975 18446604453894306560 0 0 -1 2 0 0 0
[pid=2355/tid=2368] ppid=2353 vsize=15710624 CPUtime=0 cores=0,2,4,6
/proc/2355/task/2368/stat : 2368 (java) S 2353 2355 567 0 -1 4202560 8 0 0 0 0 0 0 0 17 0 22 0 599177318 16087678976 47426 33554432000 1073741824 1073778376 140735312187456 18446744073709551615 231907306393 0 4 0 16800975 18446604453894306560 0 0 -1 2 0 0 0
[pid=2355/tid=2369] ppid=2353 vsize=15710624 CPUtime=0 cores=0,2,4,6
/proc/2355/task/2369/stat : 2369 (java) S 2353 2355 567 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 22 0 599177320 16087678976 47426 33554432000 1073741824 1073778376 140735312187456 18446744073709551615 231907314097 0 4 0 16800975 18446604453894306560 0 0 -1 2 0 0 0
[pid=2355/tid=2370] ppid=2353 vsize=15710624 CPUtime=0.18 cores=0,2,4,6
/proc/2355/task/2370/stat : 2370 (java) R 2353 2355 567 0 -1 4202560 3127 0 0 0 18 0 0 0 15 0 22 0 599177320 16087678976 47426 33554432000 1073741824 1073778376 140735312187456 18446744073709551615 47621284719447 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=2355/tid=2371] ppid=2353 vsize=15710624 CPUtime=0.61 cores=0,2,4,6
/proc/2355/task/2371/stat : 2371 (java) S 2353 2355 567 0 -1 4202560 11127 0 0 0 60 1 0 0 15 0 22 0 599177320 16087678976 47426 33554432000 1073741824 1073778376 140735312187456 18446744073709551615 231907306393 0 4 0 16800975 18446604453894306560 0 0 -1 4 0 0 0
[pid=2355/tid=2372] ppid=2353 vsize=15710624 CPUtime=0 cores=0,2,4,6
/proc/2355/task/2372/stat : 2372 (java) S 2353 2355 567 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 599177320 16087678976 47426 33554432000 1073741824 1073778376 140735312187456 18446744073709551615 231907306393 0 4 0 16800975 18446604453894306560 0 0 -1 2 0 0 0
[pid=2355/tid=2374] ppid=2353 vsize=15710624 CPUtime=0 cores=0,2,4,6
/proc/2355/task/2374/stat : 2374 (java) S 2353 2355 567 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 599177320 16087678976 47426 33554432000 1073741824 1073778376 140735312187456 18446744073709551615 231907307008 0 4 0 16800975 18446604453894306560 0 0 -1 4 0 0 0
[pid=2355/tid=2379] ppid=2353 vsize=15710624 CPUtime=0 cores=0,2,4,6
/proc/2355/task/2379/stat : 2379 (java) S 2353 2355 567 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 22 0 599177400 16087678976 47426 33554432000 1073741824 1073778376 140735312187456 18446744073709551615 231907307008 0 4 0 16800975 18446604453894306560 0 0 -1 4 0 0 0
[pid=2355/tid=2380] ppid=2353 vsize=15710624 CPUtime=0 cores=0,2,4,6
/proc/2355/task/2380/stat : 2380 (java) S 2353 2355 567 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 22 0 599177400 16087678976 47426 33554432000 1073741824 1073778376 140735312187456 18446744073709551615 231907307008 0 4 0 16800975 18446604453894306560 0 0 -1 4 0 0 0
[pid=2355/tid=2381] ppid=2353 vsize=15710624 CPUtime=0 cores=0,2,4,6
/proc/2355/task/2381/stat : 2381 (java) S 2353 2355 567 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 22 0 599177400 16087678976 47426 33554432000 1073741824 1073778376 140735312187456 18446744073709551615 231907307008 0 4 0 16800975 18446604453894306560 0 0 -1 0 0 0 0
[pid=2355/tid=2382] ppid=2353 vsize=15710624 CPUtime=0 cores=0,2,4,6
/proc/2355/task/2382/stat : 2382 (java) S 2353 2355 567 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 22 0 599177400 16087678976 47426 33554432000 1073741824 1073778376 140735312187456 18446744073709551615 231907307008 0 4 0 16800975 18446604453894306560 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.29
Current children cumulated vsize (KiB) 15710624

[startup+3.10162 s]
/proc/loadavg: 3.76 4.04 4.97 7/220 2383
/proc/meminfo: memFree=20334376/32950928 swapFree=67111524/67111528
[pid=2355] ppid=2353 vsize=15710624 CPUtime=5.31 cores=0,2,4,6
/proc/2355/stat : 2355 (java) S 2353 2355 567 0 -1 4202496 72450 0 1 0 521 10 0 0 20 0 22 0 599177315 16087678976 65131 33554432000 1073741824 1073778376 140735312187456 18446744073709551615 231907293157 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/2355/statm: 3927656 65134 2274 9 0 3918375 0
[pid=2355/tid=2356] ppid=2353 vsize=15710624 CPUtime=2.06 cores=0,2,4,6
/proc/2355/task/2356/stat : 2356 (java) S 2353 2355 567 0 -1 4202560 35701 0 1 0 201 5 0 0 22 0 22 0 599177316 16087678976 65137 33554432000 1073741824 1073778376 140735312187456 18446744073709551615 231907306393 0 4 0 16800975 18446604453894306560 0 0 -1 2 0 0 0
[pid=2355/tid=2358] ppid=2353 vsize=15710624 CPUtime=0 cores=0,2,4,6
/proc/2355/task/2358/stat : 2358 (java) S 2353 2355 567 0 -1 4202560 1395 0 0 0 0 0 0 0 15 0 22 0 599177316 16087678976 65139 33554432000 1073741824 1073778376 140735312187456 18446744073709551615 231907306393 0 4 0 16800975 18446604453894306560 0 0 -1 2 0 0 0
[pid=2355/tid=2359] ppid=2353 vsize=15710624 CPUtime=0 cores=0,2,4,6
/proc/2355/task/2359/stat : 2359 (java) S 2353 2355 567 0 -1 4202560 1323 0 0 0 0 0 0 0 15 0 22 0 599177316 16087678976 65141 33554432000 1073741824 1073778376 140735312187456 18446744073709551615 231907306393 0 4 0 16800975 18446604453894306560 0 0 -1 4 0 0 0
[pid=2355/tid=2360] ppid=2353 vsize=15710624 CPUtime=0 cores=0,2,4,6
/proc/2355/task/2360/stat : 2360 (java) S 2353 2355 567 0 -1 4202560 1177 0 0 0 0 0 0 0 16 0 22 0 599177316 16087678976 65145 33554432000 1073741824 1073778376 140735312187456 18446744073709551615 231907306393 0 4 0 16800975 18446604453894306560 0 0 -1 6 0 0 0
[pid=2355/tid=2361] ppid=2353 vsize=15710624 CPUtime=0 cores=0,2,4,6
/proc/2355/task/2361/stat : 2361 (java) S 2353 2355 567 0 -1 4202560 2263 0 0 0 0 0 0 0 16 0 22 0 599177316 16087678976 65150 33554432000 1073741824 1073778376 140735312187456 18446744073709551615 231907306393 0 4 0 16800975 18446604453894306560 0 0 -1 4 0 0 0
[pid=2355/tid=2362] ppid=2353 vsize=15710624 CPUtime=0 cores=0,2,4,6
/proc/2355/task/2362/stat : 2362 (java) S 2353 2355 567 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 599177316 16087678976 65151 33554432000 1073741824 1073778376 140735312187456 18446744073709551615 231907306393 0 4 0 16800975 18446604453894306560 0 0 -1 4 0 0 0
[pid=2355/tid=2363] ppid=2353 vsize=15710624 CPUtime=0 cores=0,2,4,6
/proc/2355/task/2363/stat : 2363 (java) S 2353 2355 567 0 -1 4202560 3771 0 0 0 0 0 0 0 16 0 22 0 599177316 16087678976 65154 33554432000 1073741824 1073778376 140735312187456 18446744073709551615 231907306393 0 4 0 16800975 18446604453894306560 0 0 -1 0 0 0 0
[pid=2355/tid=2364] ppid=2353 vsize=15710624 CPUtime=0 cores=0,2,4,6
/proc/2355/task/2364/stat : 2364 (java) S 2353 2355 567 0 -1 4202560 3024 0 0 0 0 0 0 0 16 0 22 0 599177316 16087678976 65157 33554432000 1073741824 1073778376 140735312187456 18446744073709551615 231907306393 0 4 0 16800975 18446604453894306560 0 0 -1 4 0 0 0
[pid=2355/tid=2365] ppid=2353 vsize=15710624 CPUtime=0 cores=0,2,4,6
/proc/2355/task/2365/stat : 2365 (java) S 2353 2355 567 0 -1 4202560 2500 0 0 0 0 0 0 0 16 0 22 0 599177316 16087678976 65160 33554432000 1073741824 1073778376 140735312187456 18446744073709551615 231907306393 0 4 0 16800975 18446604453894306560 0 0 -1 6 0 0 0
[pid=2355/tid=2366] ppid=2353 vsize=15710624 CPUtime=0 cores=0,2,4,6
/proc/2355/task/2366/stat : 2366 (java) S 2353 2355 567 0 -1 4202560 93 0 0 0 0 0 0 0 15 0 22 0 599177317 16087678976 65163 33554432000 1073741824 1073778376 140735312187456 18446744073709551615 231907307008 0 0 0 16800975 18446604453894306560 0 0 -1 2 0 0 0
[pid=2355/tid=2367] ppid=2353 vsize=15710624 CPUtime=0 cores=0,2,4,6
/proc/2355/task/2367/stat : 2367 (java) S 2353 2355 567 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 22 0 599177318 16087678976 65167 33554432000 1073741824 1073778376 140735312187456 18446744073709551615 231907306393 0 4 0 16800975 18446604453894306560 0 0 -1 2 0 0 0
[pid=2355/tid=2368] ppid=2353 vsize=15710624 CPUtime=0 cores=0,2,4,6
/proc/2355/task/2368/stat : 2368 (java) S 2353 2355 567 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 22 0 599177318 16087678976 65170 33554432000 1073741824 1073778376 140735312187456 18446744073709551615 231907306393 0 4 0 16800975 18446604453894306560 0 0 -1 2 0 0 0
[pid=2355/tid=2369] ppid=2353 vsize=15710624 CPUtime=0 cores=0,2,4,6
/proc/2355/task/2369/stat : 2369 (java) S 2353 2355 567 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 22 0 599177320 16087678976 65172 33554432000 1073741824 1073778376 140735312187456 18446744073709551615 231907314097 0 4 0 16800975 18446604453894306560 0 0 -1 2 0 0 0
[pid=2355/tid=2370] ppid=2353 vsize=15710624 CPUtime=0.64 cores=0,2,4,6
/proc/2355/task/2370/stat : 2370 (java) S 2353 2355 567 0 -1 4202560 4802 0 0 0 63 1 0 0 15 0 22 0 599177320 16087678976 65176 33554432000 1073741824 1073778376 140735312187456 18446744073709551615 231907306393 0 4 0 16800975 18446604453894306560 0 0 -1 4 0 0 0
[pid=2355/tid=2371] ppid=2353 vsize=15710624 CPUtime=0.96 cores=0,2,4,6
/proc/2355/task/2371/stat : 2371 (java) S 2353 2355 567 0 -1 4202560 11237 0 0 0 95 1 0 0 15 0 22 0 599177320 16087678976 65178 33554432000 1073741824 1073778376 140735312187456 18446744073709551615 231907306393 0 4 0 16800975 18446604453894306560 0 0 -1 6 0 0 0
[pid=2355/tid=2372] ppid=2353 vsize=15710624 CPUtime=0 cores=0,2,4,6
/proc/2355/task/2372/stat : 2372 (java) S 2353 2355 567 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 599177320 16087678976 65181 33554432000 1073741824 1073778376 140735312187456 18446744073709551615 231907306393 0 4 0 16800975 18446604453894306560 0 0 -1 2 0 0 0
[pid=2355/tid=2374] ppid=2353 vsize=15710624 CPUtime=0 cores=0,2,4,6
/proc/2355/task/2374/stat : 2374 (java) S 2353 2355 567 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 599177320 16087678976 65185 33554432000 1073741824 1073778376 140735312187456 18446744073709551615 231907307008 0 4 0 16800975 18446604453894306560 0 0 -1 6 0 0 0
[pid=2355/tid=2379] ppid=2353 vsize=15710624 CPUtime=0.51 cores=0,2,4,6
/proc/2355/task/2379/stat : 2379 (java) R 2353 2355 567 0 -1 4202560 1059 0 0 0 51 0 0 0 16 0 22 0 599177400 16087678976 65187 33554432000 1073741824 1073778376 140735312187456 18446744073709551615 46912505859144 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=2355/tid=2380] ppid=2353 vsize=15710624 CPUtime=0.61 cores=0,2,4,6
/proc/2355/task/2380/stat : 2380 (java) R 2353 2355 567 0 -1 4202560 1129 0 0 0 61 0 0 0 16 0 22 0 599177400 16087678976 65191 33554432000 1073741824 1073778376 140735312187456 18446744073709551615 46912506082612 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=2355/tid=2381] ppid=2353 vsize=15710624 CPUtime=0.31 cores=0,2,4,6
/proc/2355/task/2381/stat : 2381 (java) S 2353 2355 567 0 -1 4202560 11 0 0 0 31 0 0 0 15 0 22 0 599177400 16087678976 65193 33554432000 1073741824 1073778376 140735312187456 18446744073709551615 231907307008 0 4 0 16800975 18446604453894306560 0 0 -1 6 0 0 0
[pid=2355/tid=2382] ppid=2353 vsize=15710624 CPUtime=0.1 cores=0,2,4,6
/proc/2355/task/2382/stat : 2382 (java) R 2353 2355 567 0 -1 4202560 1639 0 0 0 10 0 0 0 16 0 22 0 599177400 16087678976 65195 33554432000 1073741824 1073778376 140735312187456 18446744073709551615 46912506065119 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 5.31
Current children cumulated vsize (KiB) 15710624

[startup+6.30097 s]
/proc/loadavg: 3.94 4.07 4.97 13/220 2383
/proc/meminfo: memFree=19125156/32950928 swapFree=67111524/67111528
[pid=2355] ppid=2353 vsize=15710624 CPUtime=17.53 cores=0,2,4,6
/proc/2355/stat : 2355 (java) S 2353 2355 567 0 -1 4202496 216704 0 1 0 1720 33 0 0 20 0 22 0 599177315 16087678976 208892 33554432000 1073741824 1073778376 140735312187456 18446744073709551615 231907293157 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/2355/statm: 3927656 208897 2284 9 0 3918375 0
[pid=2355/tid=2356] ppid=2353 vsize=15710624 CPUtime=2.06 cores=0,2,4,6
/proc/2355/task/2356/stat : 2356 (java) S 2353 2355 567 0 -1 4202560 35701 0 1 0 201 5 0 0 22 0 22 0 599177316 16087678976 208899 33554432000 1073741824 1073778376 140735312187456 18446744073709551615 231907306393 0 4 0 16800975 18446604453894306560 0 0 -1 2 0 0 0
[pid=2355/tid=2358] ppid=2353 vsize=15710624 CPUtime=0.05 cores=0,2,4,6
/proc/2355/task/2358/stat : 2358 (java) S 2353 2355 567 0 -1 4202560 11665 0 0 0 3 2 0 0 16 0 22 0 599177316 16087678976 208903 33554432000 1073741824 1073778376 140735312187456 18446744073709551615 231907306393 0 4 0 16800975 18446604453894306560 0 0 -1 2 0 0 0
[pid=2355/tid=2359] ppid=2353 vsize=15710624 CPUtime=0.05 cores=0,2,4,6
/proc/2355/task/2359/stat : 2359 (java) S 2353 2355 567 0 -1 4202560 16911 0 0 0 2 3 0 0 16 0 22 0 599177316 16087678976 208906 33554432000 1073741824 1073778376 140735312187456 18446744073709551615 231907306393 0 4 0 16800975 18446604453894306560 0 0 -1 0 0 0 0
[pid=2355/tid=2360] ppid=2353 vsize=15710624 CPUtime=0.05 cores=0,2,4,6
/proc/2355/task/2360/stat : 2360 (java) S 2353 2355 567 0 -1 4202560 15026 0 0 0 3 2 0 0 15 0 22 0 599177316 16087678976 208908 33554432000 1073741824 1073778376 140735312187456 18446744073709551615 231907306393 0 4 0 16800975 18446604453894306560 0 0 -1 6 0 0 0
[pid=2355/tid=2361] ppid=2353 vsize=15710624 CPUtime=0.07 cores=0,2,4,6
/proc/2355/task/2361/stat : 2361 (java) S 2353 2355 567 0 -1 4202560 18167 0 0 0 4 3 0 0 16 0 22 0 599177316 16087678976 208913 33554432000 1073741824 1073778376 140735312187456 18446744073709551615 231907306393 0 4 0 16800975 18446604453894306560 0 0 -1 4 0 0 0
[pid=2355/tid=2362] ppid=2353 vsize=15710624 CPUtime=0 cores=0,2,4,6
/proc/2355/task/2362/stat : 2362 (java) S 2353 2355 567 0 -1 4202560 485 0 0 0 0 0 0 0 15 0 22 0 599177316 16087678976 208916 33554432000 1073741824 1073778376 140735312187456 18446744073709551615 231907306393 0 4 0 16800975 18446604453894306560 0 0 -1 4 0 0 0
[pid=2355/tid=2363] ppid=2353 vsize=15710624 CPUtime=0.08 cores=0,2,4,6
/proc/2355/task/2363/stat : 2363 (java) S 2353 2355 567 0 -1 4202560 24488 0 0 0 4 4 0 0 16 0 22 0 599177316 16087678976 208918 33554432000 1073741824 1073778376 140735312187456 18446744073709551615 231907306393 0 4 0 16800975 18446604453894306560 0 0 -1 6 0 0 0
[pid=2355/tid=2364] ppid=2353 vsize=15710624 CPUtime=0.04 cores=0,2,4,6
/proc/2355/task/2364/stat : 2364 (java) S 2353 2355 567 0 -1 4202560 9899 0 0 0 3 1 0 0 15 0 22 0 599177316 16087678976 208921 33554432000 1073741824 1073778376 140735312187456 18446744073709551615 231907306393 0 4 0 16800975 18446604453894306560 0 0 -1 0 0 0 0
[pid=2355/tid=2365] ppid=2353 vsize=15710624 CPUtime=0.01 cores=0,2,4,6
/proc/2355/task/2365/stat : 2365 (java) S 2353 2355 567 0 -1 4202560 3681 0 0 0 1 0 0 0 15 0 22 0 599177316 16087678976 208925 33554432000 1073741824 1073778376 140735312187456 18446744073709551615 231907306393 0 4 0 16800975 18446604453894306560 0 0 -1 6 0 0 0

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

[pid=2355/tid=2380] ppid=2353 vsize=15710624 CPUtime=1047.41 cores=0,2,4,6
/proc/2355/task/2380/stat : 2380 (java) R 2353 2355 567 0 -1 4202560 401240 0 0 0 104691 50 0 0 25 0 22 0 599177400 16087678976 170263 33554432000 1073741824 1073778376 140735312187456 18446744073709551615 46912505524136 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=2355/tid=2381] ppid=2353 vsize=15710624 CPUtime=1046.26 cores=0,2,4,6
/proc/2355/task/2381/stat : 2381 (java) R 2353 2355 567 0 -1 4202560 398193 0 0 0 104574 52 0 0 25 0 22 0 599177400 16087678976 170263 33554432000 1073741824 1073778376 140735312187456 18446744073709551615 46912506065403 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=2355/tid=2382] ppid=2353 vsize=15710624 CPUtime=1046.67 cores=0,2,4,6
/proc/2355/task/2382/stat : 2382 (java) R 2353 2355 567 0 -1 4202560 405551 0 0 0 104615 52 0 0 25 0 22 0 599177400 16087678976 170263 33554432000 1073741824 1073778376 140735312187456 18446744073709551615 46912505524199 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4223.09
Current children cumulated vsize (KiB) 15710624

[startup+1122.3 s]
/proc/loadavg: 8.01 7.94 7.09 9/220 2412
/proc/meminfo: memFree=19506848/32950928 swapFree=67111524/67111528
[pid=2355] ppid=2353 vsize=15710624 CPUtime=4461.97 cores=0,2,4,6
/proc/2355/stat : 2355 (java) S 2353 2355 567 0 -1 4202496 3140014 0 1 0 445612 585 0 0 20 0 22 0 599177315 16087678976 168775 33554432000 1073741824 1073778376 140735312187456 18446744073709551615 231907293157 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/2355/statm: 3927656 168775 2297 9 0 3918375 0
[pid=2355/tid=2356] ppid=2353 vsize=15710624 CPUtime=2.06 cores=0,2,4,6
/proc/2355/task/2356/stat : 2356 (java) S 2353 2355 567 0 -1 4202560 35701 0 1 0 201 5 0 0 22 0 22 0 599177316 16087678976 168775 33554432000 1073741824 1073778376 140735312187456 18446744073709551615 231907306393 0 4 0 16800975 18446604453894306560 0 0 -1 2 0 0 0
[pid=2355/tid=2358] ppid=2353 vsize=15710624 CPUtime=3.9 cores=0,2,4,6
/proc/2355/task/2358/stat : 2358 (java) S 2353 2355 567 0 -1 4202560 171044 0 0 0 356 34 0 0 16 0 22 0 599177316 16087678976 168775 33554432000 1073741824 1073778376 140735312187456 18446744073709551615 231907306393 0 4 0 16800975 18446604453894306560 0 0 -1 6 0 0 0
[pid=2355/tid=2359] ppid=2353 vsize=15710624 CPUtime=3.89 cores=0,2,4,6
/proc/2355/task/2359/stat : 2359 (java) S 2353 2355 567 0 -1 4202560 176395 0 0 0 352 37 0 0 15 0 22 0 599177316 16087678976 168775 33554432000 1073741824 1073778376 140735312187456 18446744073709551615 231907306393 0 4 0 16800975 18446604453894306560 0 0 -1 4 0 0 0
[pid=2355/tid=2360] ppid=2353 vsize=15710624 CPUtime=3.92 cores=0,2,4,6
/proc/2355/task/2360/stat : 2360 (java) S 2353 2355 567 0 -1 4202560 169997 0 0 0 357 35 0 0 15 0 22 0 599177316 16087678976 168775 33554432000 1073741824 1073778376 140735312187456 18446744073709551615 231907306393 0 4 0 16800975 18446604453894306560 0 0 -1 6 0 0 0
[pid=2355/tid=2361] ppid=2353 vsize=15710624 CPUtime=3.91 cores=0,2,4,6
/proc/2355/task/2361/stat : 2361 (java) S 2353 2355 567 0 -1 4202560 172716 0 0 0 356 35 0 0 15 0 22 0 599177316 16087678976 168775 33554432000 1073741824 1073778376 140735312187456 18446744073709551615 231907306393 0 4 0 16800975 18446604453894306560 0 0 -1 0 0 0 0
[pid=2355/tid=2362] ppid=2353 vsize=15710624 CPUtime=3.84 cores=0,2,4,6
/proc/2355/task/2362/stat : 2362 (java) S 2353 2355 567 0 -1 4202560 161135 0 0 0 354 30 0 0 16 0 22 0 599177316 16087678976 168775 33554432000 1073741824 1073778376 140735312187456 18446744073709551615 231907306393 0 4 0 16800975 18446604453894306560 0 0 -1 6 0 0 0
[pid=2355/tid=2363] ppid=2353 vsize=15710624 CPUtime=3.89 cores=0,2,4,6
/proc/2355/task/2363/stat : 2363 (java) S 2353 2355 567 0 -1 4202560 192121 0 0 0 352 37 0 0 16 0 22 0 599177316 16087678976 168775 33554432000 1073741824 1073778376 140735312187456 18446744073709551615 231907306393 0 4 0 16800975 18446604453894306560 0 0 -1 2 0 0 0
[pid=2355/tid=2364] ppid=2353 vsize=15710624 CPUtime=3.79 cores=0,2,4,6
/proc/2355/task/2364/stat : 2364 (java) S 2353 2355 567 0 -1 4202560 173152 0 0 0 346 33 0 0 16 0 22 0 599177316 16087678976 168775 33554432000 1073741824 1073778376 140735312187456 18446744073709551615 231907306393 0 4 0 16800975 18446604453894306560 0 0 -1 4 0 0 0
[pid=2355/tid=2365] ppid=2353 vsize=15710624 CPUtime=3.95 cores=0,2,4,6
/proc/2355/task/2365/stat : 2365 (java) S 2353 2355 567 0 -1 4202560 173210 0 0 0 360 35 0 0 15 0 22 0 599177316 16087678976 168775 33554432000 1073741824 1073778376 140735312187456 18446744073709551615 231907306393 0 4 0 16800975 18446604453894306560 0 0 -1 2 0 0 0
[pid=2355/tid=2366] ppid=2353 vsize=15710624 CPUtime=1.96 cores=0,2,4,6
/proc/2355/task/2366/stat : 2366 (java) S 2353 2355 567 0 -1 4202560 7878 0 0 0 124 72 0 0 15 0 22 0 599177317 16087678976 168775 33554432000 1073741824 1073778376 140735312187456 18446744073709551615 231907307008 0 0 0 16800975 18446604453894306560 0 0 -1 0 0 0 0
[pid=2355/tid=2367] ppid=2353 vsize=15710624 CPUtime=0 cores=0,2,4,6
/proc/2355/task/2367/stat : 2367 (java) S 2353 2355 567 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 22 0 599177318 16087678976 168775 33554432000 1073741824 1073778376 140735312187456 18446744073709551615 231907306393 0 4 0 16800975 18446604453894306560 0 0 -1 2 0 0 0
[pid=2355/tid=2368] ppid=2353 vsize=15710624 CPUtime=0 cores=0,2,4,6
/proc/2355/task/2368/stat : 2368 (java) S 2353 2355 567 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 22 0 599177318 16087678976 168775 33554432000 1073741824 1073778376 140735312187456 18446744073709551615 231907306393 0 4 0 16800975 18446604453894306560 0 0 -1 2 0 0 0
[pid=2355/tid=2369] ppid=2353 vsize=15710624 CPUtime=0 cores=0,2,4,6
/proc/2355/task/2369/stat : 2369 (java) S 2353 2355 567 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 22 0 599177320 16087678976 168775 33554432000 1073741824 1073778376 140735312187456 18446744073709551615 231907314097 0 4 0 16800975 18446604453894306560 0 0 -1 2 0 0 0
[pid=2355/tid=2370] ppid=2353 vsize=15710624 CPUtime=0.8 cores=0,2,4,6
/proc/2355/task/2370/stat : 2370 (java) S 2353 2355 567 0 -1 4202560 5561 0 0 0 79 1 0 0 16 0 22 0 599177320 16087678976 168775 33554432000 1073741824 1073778376 140735312187456 18446744073709551615 231907306393 0 4 0 16800975 18446604453894306560 0 0 -1 6 0 0 0
[pid=2355/tid=2371] ppid=2353 vsize=15710624 CPUtime=1.3 cores=0,2,4,6
/proc/2355/task/2371/stat : 2371 (java) S 2353 2355 567 0 -1 4202560 11276 0 0 0 129 1 0 0 15 0 22 0 599177320 16087678976 168775 33554432000 1073741824 1073778376 140735312187456 18446744073709551615 231907306393 0 4 0 16800975 18446604453894306560 0 0 -1 4 0 0 0
[pid=2355/tid=2372] ppid=2353 vsize=15710624 CPUtime=0 cores=0,2,4,6
/proc/2355/task/2372/stat : 2372 (java) S 2353 2355 567 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 599177320 16087678976 168775 33554432000 1073741824 1073778376 140735312187456 18446744073709551615 231907306393 0 4 0 16800975 18446604453894306560 0 0 -1 2 0 0 0
[pid=2355/tid=2374] ppid=2353 vsize=15710624 CPUtime=0 cores=0,2,4,6
/proc/2355/task/2374/stat : 2374 (java) S 2353 2355 567 0 -1 4202560 64 0 0 0 0 0 0 0 15 0 22 0 599177320 16087678976 168775 33554432000 1073741824 1073778376 140735312187456 18446744073709551615 231907307008 0 4 0 16800975 18446604453894306560 0 0 -1 0 0 0 0
[pid=2355/tid=2379] ppid=2353 vsize=15710624 CPUtime=1106.46 cores=0,2,4,6
/proc/2355/task/2379/stat : 2379 (java) R 2353 2355 567 0 -1 4202560 416699 0 0 0 110588 58 0 0 22 0 22 0 599177400 16087678976 168775 33554432000 1073741824 1073778376 140735312187456 18446744073709551615 46912506045752 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=2355/tid=2380] ppid=2353 vsize=15710624 CPUtime=1106.73 cores=0,2,4,6
/proc/2355/task/2380/stat : 2380 (java) R 2353 2355 567 0 -1 4202560 423283 0 0 0 110620 53 0 0 25 0 22 0 599177400 16087678976 168775 33554432000 1073741824 1073778376 140735312187456 18446744073709551615 46912506136181 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=2355/tid=2381] ppid=2353 vsize=15710624 CPUtime=1105.39 cores=0,2,4,6
/proc/2355/task/2381/stat : 2381 (java) R 2353 2355 567 0 -1 4202560 419546 0 0 0 110484 55 0 0 25 0 22 0 599177400 16087678976 168775 33554432000 1073741824 1073778376 140735312187456 18446744073709551615 46912506187312 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=2355/tid=2382] ppid=2353 vsize=15710624 CPUtime=1106.02 cores=0,2,4,6
/proc/2355/task/2382/stat : 2382 (java) R 2353 2355 567 0 -1 4202560 428851 0 0 0 110546 56 0 0 25 0 22 0 599177400 16087678976 168775 33554432000 1073741824 1073778376 140735312187456 18446744073709551615 47621287958802 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4461.97
Current children cumulated vsize (KiB) 15710624

[startup+1182.3 s]
/proc/loadavg: 8.04 7.96 7.15 10/220 2414
/proc/meminfo: memFree=19570440/32950928 swapFree=67111524/67111528
[pid=2355] ppid=2353 vsize=15710624 CPUtime=4700.9 cores=0,2,4,6
/proc/2355/stat : 2355 (java) S 2353 2355 567 0 -1 4202496 3273795 0 1 0 469476 614 0 0 20 0 22 0 599177315 16087678976 166406 33554432000 1073741824 1073778376 140735312187456 18446744073709551615 231907293157 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/2355/statm: 3927656 166406 2297 9 0 3918375 0
[pid=2355/tid=2356] ppid=2353 vsize=15710624 CPUtime=2.06 cores=0,2,4,6
/proc/2355/task/2356/stat : 2356 (java) S 2353 2355 567 0 -1 4202560 35701 0 1 0 201 5 0 0 22 0 22 0 599177316 16087678976 166406 33554432000 1073741824 1073778376 140735312187456 18446744073709551615 231907306393 0 4 0 16800975 18446604453894306560 0 0 -1 2 0 0 0
[pid=2355/tid=2358] ppid=2353 vsize=15710624 CPUtime=4.1 cores=0,2,4,6
/proc/2355/task/2358/stat : 2358 (java) S 2353 2355 567 0 -1 4202560 181060 0 0 0 374 36 0 0 16 0 22 0 599177316 16087678976 166406 33554432000 1073741824 1073778376 140735312187456 18446744073709551615 231907306393 0 4 0 16800975 18446604453894306560 0 0 -1 4 0 0 0
[pid=2355/tid=2359] ppid=2353 vsize=15710624 CPUtime=4.11 cores=0,2,4,6
/proc/2355/task/2359/stat : 2359 (java) S 2353 2355 567 0 -1 4202560 184520 0 0 0 372 39 0 0 16 0 22 0 599177316 16087678976 166406 33554432000 1073741824 1073778376 140735312187456 18446744073709551615 231907306393 0 4 0 16800975 18446604453894306560 0 0 -1 2 0 0 0
[pid=2355/tid=2360] ppid=2353 vsize=15710624 CPUtime=4.12 cores=0,2,4,6
/proc/2355/task/2360/stat : 2360 (java) S 2353 2355 567 0 -1 4202560 179854 0 0 0 375 37 0 0 15 0 22 0 599177316 16087678976 166406 33554432000 1073741824 1073778376 140735312187456 18446744073709551615 231907306393 0 4 0 16800975 18446604453894306560 0 0 -1 0 0 0 0
[pid=2355/tid=2361] ppid=2353 vsize=15710624 CPUtime=4.12 cores=0,2,4,6
/proc/2355/task/2361/stat : 2361 (java) S 2353 2355 567 0 -1 4202560 181207 0 0 0 375 37 0 0 15 0 22 0 599177316 16087678976 166406 33554432000 1073741824 1073778376 140735312187456 18446744073709551615 231907306393 0 4 0 16800975 18446604453894306560 0 0 -1 2 0 0 0
[pid=2355/tid=2362] ppid=2353 vsize=15710624 CPUtime=4.04 cores=0,2,4,6
/proc/2355/task/2362/stat : 2362 (java) S 2353 2355 567 0 -1 4202560 171482 0 0 0 372 32 0 0 16 0 22 0 599177316 16087678976 166406 33554432000 1073741824 1073778376 140735312187456 18446744073709551615 231907306393 0 4 0 16800975 18446604453894306560 0 0 -1 0 0 0 0
[pid=2355/tid=2363] ppid=2353 vsize=15710624 CPUtime=4.09 cores=0,2,4,6
/proc/2355/task/2363/stat : 2363 (java) S 2353 2355 567 0 -1 4202560 204075 0 0 0 369 40 0 0 15 0 22 0 599177316 16087678976 166406 33554432000 1073741824 1073778376 140735312187456 18446744073709551615 231907306393 0 4 0 16800975 18446604453894306560 0 0 -1 4 0 0 0
[pid=2355/tid=2364] ppid=2353 vsize=15710624 CPUtime=4 cores=0,2,4,6
/proc/2355/task/2364/stat : 2364 (java) S 2353 2355 567 0 -1 4202560 183350 0 0 0 364 36 0 0 15 0 22 0 599177316 16087678976 166406 33554432000 1073741824 1073778376 140735312187456 18446744073709551615 231907306393 0 4 0 16800975 18446604453894306560 0 0 -1 4 0 0 0
[pid=2355/tid=2365] ppid=2353 vsize=15710624 CPUtime=4.17 cores=0,2,4,6
/proc/2355/task/2365/stat : 2365 (java) S 2353 2355 567 0 -1 4202560 186857 0 0 0 380 37 0 0 16 0 22 0 599177316 16087678976 166406 33554432000 1073741824 1073778376 140735312187456 18446744073709551615 231907306393 0 4 0 16800975 18446604453894306560 0 0 -1 6 0 0 0
[pid=2355/tid=2366] ppid=2353 vsize=15710624 CPUtime=2.07 cores=0,2,4,6
/proc/2355/task/2366/stat : 2366 (java) S 2353 2355 567 0 -1 4202560 8301 0 0 0 131 76 0 0 15 0 22 0 599177317 16087678976 166406 33554432000 1073741824 1073778376 140735312187456 18446744073709551615 231907307008 0 0 0 16800975 18446604453894306560 0 0 -1 2 0 0 0
[pid=2355/tid=2367] ppid=2353 vsize=15710624 CPUtime=0 cores=0,2,4,6
/proc/2355/task/2367/stat : 2367 (java) S 2353 2355 567 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 22 0 599177318 16087678976 166406 33554432000 1073741824 1073778376 140735312187456 18446744073709551615 231907306393 0 4 0 16800975 18446604453894306560 0 0 -1 2 0 0 0
[pid=2355/tid=2368] ppid=2353 vsize=15710624 CPUtime=0 cores=0,2,4,6
/proc/2355/task/2368/stat : 2368 (java) S 2353 2355 567 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 22 0 599177318 16087678976 166406 33554432000 1073741824 1073778376 140735312187456 18446744073709551615 231907306393 0 4 0 16800975 18446604453894306560 0 0 -1 2 0 0 0
[pid=2355/tid=2369] ppid=2353 vsize=15710624 CPUtime=0 cores=0,2,4,6
/proc/2355/task/2369/stat : 2369 (java) S 2353 2355 567 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 22 0 599177320 16087678976 166406 33554432000 1073741824 1073778376 140735312187456 18446744073709551615 231907314097 0 4 0 16800975 18446604453894306560 0 0 -1 2 0 0 0
[pid=2355/tid=2370] ppid=2353 vsize=15710624 CPUtime=0.8 cores=0,2,4,6
/proc/2355/task/2370/stat : 2370 (java) S 2353 2355 567 0 -1 4202560 5561 0 0 0 79 1 0 0 16 0 22 0 599177320 16087678976 166406 33554432000 1073741824 1073778376 140735312187456 18446744073709551615 231907306393 0 4 0 16800975 18446604453894306560 0 0 -1 6 0 0 0
[pid=2355/tid=2371] ppid=2353 vsize=15710624 CPUtime=1.3 cores=0,2,4,6
/proc/2355/task/2371/stat : 2371 (java) S 2353 2355 567 0 -1 4202560 11276 0 0 0 129 1 0 0 15 0 22 0 599177320 16087678976 166406 33554432000 1073741824 1073778376 140735312187456 18446744073709551615 231907306393 0 4 0 16800975 18446604453894306560 0 0 -1 4 0 0 0
[pid=2355/tid=2372] ppid=2353 vsize=15710624 CPUtime=0 cores=0,2,4,6
/proc/2355/task/2372/stat : 2372 (java) S 2353 2355 567 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 599177320 16087678976 166406 33554432000 1073741824 1073778376 140735312187456 18446744073709551615 231907306393 0 4 0 16800975 18446604453894306560 0 0 -1 2 0 0 0
[pid=2355/tid=2374] ppid=2353 vsize=15710624 CPUtime=0 cores=0,2,4,6
/proc/2355/task/2374/stat : 2374 (java) S 2353 2355 567 0 -1 4202560 66 0 0 0 0 0 0 0 15 0 22 0 599177320 16087678976 166406 33554432000 1073741824 1073778376 140735312187456 18446744073709551615 231907307008 0 4 0 16800975 18446604453894306560 0 0 -1 2 0 0 0
[pid=2355/tid=2379] ppid=2353 vsize=15710624 CPUtime=1165.66 cores=0,2,4,6
/proc/2355/task/2379/stat : 2379 (java) R 2353 2355 567 0 -1 4202560 429536 0 0 0 116505 61 0 0 25 0 22 0 599177400 16087678976 166406 33554432000 1073741824 1073778376 140735312187456 18446744073709551615 46912506026450 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=2355/tid=2380] ppid=2353 vsize=15710624 CPUtime=1166.1 cores=0,2,4,6
/proc/2355/task/2380/stat : 2380 (java) R 2353 2355 567 0 -1 4202560 436118 0 0 0 116555 55 0 0 25 0 22 0 599177400 16087678976 166406 33554432000 1073741824 1073778376 140735312187456 18446744073709551615 46912506046028 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=2355/tid=2381] ppid=2353 vsize=15710624 CPUtime=1164.64 cores=0,2,4,6
/proc/2355/task/2381/stat : 2381 (java) R 2353 2355 567 0 -1 4202560 431349 0 0 0 116407 57 0 0 25 0 22 0 599177400 16087678976 166406 33554432000 1073741824 1073778376 140735312187456 18446744073709551615 46912506123147 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=2355/tid=2382] ppid=2353 vsize=15710624 CPUtime=1165.38 cores=0,2,4,6
/proc/2355/task/2382/stat : 2382 (java) R 2353 2355 567 0 -1 4202560 442097 0 0 0 116480 58 0 0 25 0 22 0 599177400 16087678976 166406 33554432000 1073741824 1073778376 140735312187456 18446744073709551615 18446744073699065918 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4700.9
Current children cumulated vsize (KiB) 15710624



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1207.2 s]
/proc/loadavg: 8.03 7.96 7.17 5/197 2418
/proc/meminfo: memFree=19957368/32950928 swapFree=67111524/67111528
[pid=2355] ppid=2353 vsize=15710624 CPUtime=4800.1 cores=0,2,4,6
/proc/2355/stat : 2355 (java) S 2353 2355 567 0 -1 4202496 3354188 0 1 0 479380 630 0 0 20 0 22 0 599177315 16087678976 197659 33554432000 1073741824 1073778376 140735312187456 18446744073709551615 231907293157 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/2355/statm: 3927656 197659 2297 9 0 3918375 0
[pid=2355/tid=2356] ppid=2353 vsize=15710624 CPUtime=2.06 cores=0,2,4,6
/proc/2355/task/2356/stat : 2356 (java) S 2353 2355 567 0 -1 4202560 35701 0 1 0 201 5 0 0 22 0 22 0 599177316 16087678976 197659 33554432000 1073741824 1073778376 140735312187456 18446744073709551615 231907306393 0 4 0 16800975 18446604453894306560 0 0 -1 2 0 0 0
[pid=2355/tid=2358] ppid=2353 vsize=15710624 CPUtime=4.19 cores=0,2,4,6
/proc/2355/task/2358/stat : 2358 (java) S 2353 2355 567 0 -1 4202560 185460 0 0 0 382 37 0 0 15 0 22 0 599177316 16087678976 197659 33554432000 1073741824 1073778376 140735312187456 18446744073709551615 231907306393 0 4 0 16800975 18446604453894306560 0 0 -1 6 0 0 0
[pid=2355/tid=2359] ppid=2353 vsize=15710624 CPUtime=4.17 cores=0,2,4,6
/proc/2355/task/2359/stat : 2359 (java) S 2353 2355 567 0 -1 4202560 187449 0 0 0 378 39 0 0 15 0 22 0 599177316 16087678976 197659 33554432000 1073741824 1073778376 140735312187456 18446744073709551615 231907306393 0 4 0 16800975 18446604453894306560 0 0 -1 4 0 0 0
[pid=2355/tid=2360] ppid=2353 vsize=15710624 CPUtime=4.21 cores=0,2,4,6
/proc/2355/task/2360/stat : 2360 (java) S 2353 2355 567 0 -1 4202560 185658 0 0 0 382 39 0 0 16 0 22 0 599177316 16087678976 197659 33554432000 1073741824 1073778376 140735312187456 18446744073709551615 231907306393 0 4 0 16800975 18446604453894306560 0 0 -1 2 0 0 0
[pid=2355/tid=2361] ppid=2353 vsize=15710624 CPUtime=4.2 cores=0,2,4,6
/proc/2355/task/2361/stat : 2361 (java) S 2353 2355 567 0 -1 4202560 185682 0 0 0 383 37 0 0 16 0 22 0 599177316 16087678976 197659 33554432000 1073741824 1073778376 140735312187456 18446744073709551615 231907306393 0 4 0 16800975 18446604453894306560 0 0 -1 6 0 0 0
[pid=2355/tid=2362] ppid=2353 vsize=15710624 CPUtime=4.13 cores=0,2,4,6
/proc/2355/task/2362/stat : 2362 (java) S 2353 2355 567 0 -1 4202560 178641 0 0 0 380 33 0 0 15 0 22 0 599177316 16087678976 197659 33554432000 1073741824 1073778376 140735312187456 18446744073709551615 231907306393 0 4 0 16800975 18446604453894306560 0 0 -1 6 0 0 0
[pid=2355/tid=2363] ppid=2353 vsize=15710624 CPUtime=4.17 cores=0,2,4,6
/proc/2355/task/2363/stat : 2363 (java) S 2353 2355 567 0 -1 4202560 208645 0 0 0 376 41 0 0 16 0 22 0 599177316 16087678976 197659 33554432000 1073741824 1073778376 140735312187456 18446744073709551615 231907306393 0 4 0 16800975 18446604453894306560 0 0 -1 2 0 0 0
[pid=2355/tid=2364] ppid=2353 vsize=15710624 CPUtime=4.11 cores=0,2,4,6
/proc/2355/task/2364/stat : 2364 (java) S 2353 2355 567 0 -1 4202560 190177 0 0 0 373 38 0 0 16 0 22 0 599177316 16087678976 197659 33554432000 1073741824 1073778376 140735312187456 18446744073709551615 231907306393 0 4 0 16800975 18446604453894306560 0 0 -1 4 0 0 0
[pid=2355/tid=2365] ppid=2353 vsize=15710624 CPUtime=4.28 cores=0,2,4,6
/proc/2355/task/2365/stat : 2365 (java) S 2353 2355 567 0 -1 4202560 194376 0 0 0 390 38 0 0 15 0 22 0 599177316 16087678976 197659 33554432000 1073741824 1073778376 140735312187456 18446744073709551615 231907306393 0 4 0 16800975 18446604453894306560 0 0 -1 4 0 0 0
[pid=2355/tid=2366] ppid=2353 vsize=15710624 CPUtime=2.11 cores=0,2,4,6
/proc/2355/task/2366/stat : 2366 (java) S 2353 2355 567 0 -1 4202560 8465 0 0 0 134 77 0 0 16 0 22 0 599177317 16087678976 197659 33554432000 1073741824 1073778376 140735312187456 18446744073709551615 231907307008 0 0 0 16800975 18446604453894306560 0 0 -1 0 0 0 0
[pid=2355/tid=2367] ppid=2353 vsize=15710624 CPUtime=0 cores=0,2,4,6
/proc/2355/task/2367/stat : 2367 (java) S 2353 2355 567 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 22 0 599177318 16087678976 197659 33554432000 1073741824 1073778376 140735312187456 18446744073709551615 231907306393 0 4 0 16800975 18446604453894306560 0 0 -1 2 0 0 0
[pid=2355/tid=2368] ppid=2353 vsize=15710624 CPUtime=0 cores=0,2,4,6
/proc/2355/task/2368/stat : 2368 (java) S 2353 2355 567 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 22 0 599177318 16087678976 197659 33554432000 1073741824 1073778376 140735312187456 18446744073709551615 231907306393 0 4 0 16800975 18446604453894306560 0 0 -1 2 0 0 0
[pid=2355/tid=2369] ppid=2353 vsize=15710624 CPUtime=0 cores=0,2,4,6
/proc/2355/task/2369/stat : 2369 (java) S 2353 2355 567 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 22 0 599177320 16087678976 197659 33554432000 1073741824 1073778376 140735312187456 18446744073709551615 231907314097 0 4 0 16800975 18446604453894306560 0 0 -1 2 0 0 0
[pid=2355/tid=2370] ppid=2353 vsize=15710624 CPUtime=0.8 cores=0,2,4,6
/proc/2355/task/2370/stat : 2370 (java) S 2353 2355 567 0 -1 4202560 5561 0 0 0 79 1 0 0 16 0 22 0 599177320 16087678976 197659 33554432000 1073741824 1073778376 140735312187456 18446744073709551615 231907306393 0 4 0 16800975 18446604453894306560 0 0 -1 6 0 0 0
[pid=2355/tid=2371] ppid=2353 vsize=15710624 CPUtime=1.3 cores=0,2,4,6
/proc/2355/task/2371/stat : 2371 (java) S 2353 2355 567 0 -1 4202560 11276 0 0 0 129 1 0 0 15 0 22 0 599177320 16087678976 197659 33554432000 1073741824 1073778376 140735312187456 18446744073709551615 231907306393 0 4 0 16800975 18446604453894306560 0 0 -1 4 0 0 0
[pid=2355/tid=2372] ppid=2353 vsize=15710624 CPUtime=0 cores=0,2,4,6
/proc/2355/task/2372/stat : 2372 (java) S 2353 2355 567 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 599177320 16087678976 197659 33554432000 1073741824 1073778376 140735312187456 18446744073709551615 231907306393 0 4 0 16800975 18446604453894306560 0 0 -1 2 0 0 0
[pid=2355/tid=2374] ppid=2353 vsize=15710624 CPUtime=0 cores=0,2,4,6
/proc/2355/task/2374/stat : 2374 (java) S 2353 2355 567 0 -1 4202560 68 0 0 0 0 0 0 0 15 0 22 0 599177320 16087678976 197659 33554432000 1073741824 1073778376 140735312187456 18446744073709551615 231907307008 0 4 0 16800975 18446604453894306560 0 0 -1 2 0 0 0
[pid=2355/tid=2379] ppid=2353 vsize=15710624 CPUtime=1190.3 cores=0,2,4,6
/proc/2355/task/2379/stat : 2379 (java) R 2353 2355 567 0 -1 4202560 439319 0 0 0 118967 63 0 0 18 0 22 0 599177400 16087678976 197659 33554432000 1073741824 1073778376 140735312187456 18446744073709551615 46912505980127 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=2355/tid=2380] ppid=2353 vsize=15710624 CPUtime=1190.66 cores=0,2,4,6
/proc/2355/task/2380/stat : 2380 (java) R 2353 2355 567 0 -1 4202560 445259 0 0 0 119010 56 0 0 25 0 22 0 599177400 16087678976 197659 33554432000 1073741824 1073778376 140735312187456 18446744073709551615 46912506136399 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=2355/tid=2381] ppid=2353 vsize=15710624 CPUtime=1189.26 cores=0,2,4,6
/proc/2355/task/2381/stat : 2381 (java) R 2353 2355 567 0 -1 4202560 440599 0 0 0 118869 57 0 0 25 0 22 0 599177400 16087678976 197659 33554432000 1073741824 1073778376 140735312187456 18446744073709551615 46912506045845 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=2355/tid=2382] ppid=2353 vsize=15710624 CPUtime=1189.98 cores=0,2,4,6
/proc/2355/task/2382/stat : 2382 (java) R 2353 2355 567 0 -1 4202560 450467 0 0 0 118939 59 0 0 25 0 22 0 599177400 16087678976 197659 33554432000 1073741824 1073778376 140735312187456 18446744073709551615 46912506026420 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4800.1
Current children cumulated vsize (KiB) 15710624

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.25
CPU time (s): 4800.17
CPU user time (s): 4793.83
CPU system time (s): 6.33904
CPU usage (%): 397.611
Max. virtual memory (cumulated for all children) (KiB): 15711640

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4793.83
system time used= 6.33904
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3354214
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= 131178
involuntary context switches= 93585

runsolver used 2.07568 second user time and 4.5783 second system time

The end

Launcher Data

Begin job on node114 at 2011-04-29 17:04:26
IDJOB=3311984
IDBENCH=71428
IDSOLVER=1698
FILE ID=node114/3311984-1304089466
RUNJOBID= node114-1304089466-2318
PBS_JOBID= 13170509
Free space on /tmp= 71800 MiB

SOLVER NAME= STRUCTure 0.1 (hbr=2)
BENCH NAME= SAT09/CRAFTED/rbsat/random/forced/rbsat-v2100c215164gyes2.cnf
COMMAND LINE= run 15000 NBCORE TMPDIR DIR BENCHNAME -hbr 2
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3311984-1304089466/watcher-3311984-1304089466 -o /tmp/evaluation-result-3311984-1304089466/solver-3311984-1304089466 -C 4800 -W 1300 -M 15500  run 15000 4 HOME HOME HOME/instance-3311984-1304089466.cnf -hbr 2

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

MD5SUM BENCH= 5301921bbf5d6337937a0fa8d34aaf48
RANDOM SEED=343995736

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      20740028 kB
Buffers:       2223916 kB
Cached:        9336072 kB
SwapCached:          4 kB
Active:        2844456 kB
Inactive:      8787364 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      20740028 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:            6676 kB
Writeback:           0 kB
AnonPages:       71356 kB
Mapped:          20700 kB
Slab:           515872 kB
PageTables:       5120 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   778080 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= 71796 MiB
End job on node114 at 2011-04-29 17:24:36