Trace number 3311691

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.42 1206.74

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v650-c2769-S1631976568-086.UNKNOWN.cnf
MD5SUMfe5ef992569d41f4964aa99001a148e1
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables650
Number of clauses2769
Sum of the clauses size8307
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 32769
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.11/0.11	02:31 INFO : Reading from input HOME/instance-3311691-1304179351.cnf
0.27/0.25	Executor set job limit to 1000000
0.27/0.25	Executor set job limit to 1000000
0.27/0.25	Executor set job limit to 1000000
0.27/0.25	Executor set job limit to 1000000
0.27/0.25	Starting Executor!
0.27/0.25	Starting Executor!
0.27/0.25	Starting Executor!
0.27/0.25	Starting Executor!
0.53/0.39	02:31 INFO : 647 variables remaining out of 650
0.53/0.39	02:31 INFO : 10996 literals remaining out of 11076

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

running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 7.51 7.99 8.02 2/194 32475
/proc/meminfo: memFree=30960824/32951124 swapFree=67106388/67111528
[pid=32475] ppid=32473 vsize=27172 CPUtime=0 cores=1,3,5,7
/proc/32475/stat : 32475 (java) S 32473 32475 32139 0 -1 4202496 1424 0 0 0 0 0 0 0 25 0 2 0 510351358 27824128 894 33554432000 1073741824 1073778376 140735342605504 18446744073709551615 212051458021 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/32475/statm: 6793 894 684 9 0 381 0
[pid=32475/tid=32476] ppid=32473 vsize=27172 CPUtime=0 cores=1,3,5,7
/proc/32475/task/32476/stat : 32476 (java) R 32473 32475 32139 0 -1 4202560 66 0 0 0 0 0 0 0 25 0 2 0 510351358 27824128 894 33554432000 1073741824 1073778376 140735342605504 18446744073709551615 212034731588 0 0 4096 0 0 0 0 -1 3 0 0 0

[startup+0.084181 s]
/proc/loadavg: 7.51 7.99 8.02 2/194 32475
/proc/meminfo: memFree=30960824/32951124 swapFree=67106388/67111528
[pid=32475] ppid=32473 vsize=15676788 CPUtime=0.08 cores=1,3,5,7
/proc/32475/stat : 32475 (java) S 32473 32475 32139 0 -1 4202496 5357 0 1 0 7 1 0 0 25 0 18 0 510351358 16053030912 4796 33554432000 1073741824 1073778376 140735342605504 18446744073709551615 212051458021 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/32475/statm: 3919197 4796 2115 9 0 3909916 0
[pid=32475/tid=32476] ppid=32473 vsize=15676788 CPUtime=0.06 cores=1,3,5,7
/proc/32475/task/32476/stat : 32476 (java) R 32473 32475 32139 0 -1 4202560 3255 0 1 0 6 0 0 0 18 0 18 0 510351358 16053030912 4796 33554432000 1073741824 1073778376 140735342605504 18446744073709551615 212039316513 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 15676788

[startup+0.100555 s]
/proc/loadavg: 7.51 7.99 8.02 2/194 32475
/proc/meminfo: memFree=30960824/32951124 swapFree=67106388/67111528
[pid=32475] ppid=32473 vsize=15676788 CPUtime=0.11 cores=1,3,5,7
/proc/32475/stat : 32475 (java) S 32473 32475 32139 0 -1 4202496 5582 0 1 0 9 2 0 0 25 0 18 0 510351358 16053030912 5021 33554432000 1073741824 1073778376 140735342605504 18446744073709551615 212051458021 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/32475/statm: 3919197 5021 2117 9 0 3909916 0
[pid=32475/tid=32476] ppid=32473 vsize=15676788 CPUtime=0.08 cores=1,3,5,7
/proc/32475/task/32476/stat : 32476 (java) R 32473 32475 32139 0 -1 4202560 3480 0 1 0 7 1 0 0 18 0 18 0 510351358 16053030912 5021 33554432000 1073741824 1073778376 140735342605504 18446744073709551615 212051482059 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 15676788

[startup+0.305508 s]
/proc/loadavg: 7.51 7.99 8.02 2/194 32475
/proc/meminfo: memFree=30960824/32951124 swapFree=67106388/67111528
[pid=32475] ppid=32473 vsize=15750172 CPUtime=0.53 cores=1,3,5,7
/proc/32475/stat : 32475 (java) S 32473 32475 32139 0 -1 4202496 11441 0 1 0 51 2 0 0 25 0 22 0 510351358 16128176128 9850 33554432000 1073741824 1073778376 140735342605504 18446744073709551615 212051458021 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/32475/statm: 3937543 9850 2213 9 0 3928262 0
[pid=32475/tid=32476] ppid=32473 vsize=15750172 CPUtime=0.29 cores=1,3,5,7
/proc/32475/task/32476/stat : 32476 (java) R 32473 32475 32139 0 -1 4202560 6481 0 1 0 28 1 0 0 19 0 22 0 510351358 16128176128 9850 33554432000 1073741824 1073778376 140735342605504 18446744073709551615 46912505164271 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.53
Current children cumulated vsize (KiB) 15750172

[startup+0.700404 s]
/proc/loadavg: 7.51 7.99 8.02 2/194 32475
/proc/meminfo: memFree=30960824/32951124 swapFree=67106388/67111528
[pid=32475] ppid=32473 vsize=15767176 CPUtime=1.88 cores=1,3,5,7
/proc/32475/stat : 32475 (java) S 32473 32475 32139 0 -1 4202496 28942 0 1 0 183 5 0 0 25 0 22 0 510351358 16145588224 24526 33554432000 1073741824 1073778376 140735342605504 18446744073709551615 212051458021 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/32475/statm: 3941794 24526 2259 9 0 3932513 0
[pid=32475/tid=32476] ppid=32473 vsize=15767176 CPUtime=0.37 cores=1,3,5,7
/proc/32475/task/32476/stat : 32476 (java) S 32473 32475 32139 0 -1 4202560 6853 0 1 0 36 1 0 0 20 0 22 0 510351358 16145588224 24526 33554432000 1073741824 1073778376 140735342605504 18446744073709551615 212051471257 0 4 0 16800975 18446604465135040448 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1.88
Current children cumulated vsize (KiB) 15767176

[startup+1.50126 s]
/proc/loadavg: 7.51 7.99 8.02 14/220 32501
/proc/meminfo: memFree=30617756/32951124 swapFree=67106388/67111528
[pid=32475] ppid=32473 vsize=15764400 CPUtime=5.05 cores=1,3,5,7
/proc/32475/stat : 32475 (java) S 32473 32475 32139 0 -1 4202496 60231 0 1 0 497 8 0 0 25 0 22 0 510351358 16142745600 54742 33554432000 1073741824 1073778376 140735342605504 18446744073709551615 212051458021 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/32475/statm: 3941100 54742 2275 9 0 3931819 0
[pid=32475/tid=32476] ppid=32473 vsize=15764400 CPUtime=0.37 cores=1,3,5,7
/proc/32475/task/32476/stat : 32476 (java) S 32473 32475 32139 0 -1 4202560 6853 0 1 0 36 1 0 0 20 0 22 0 510351358 16142745600 54742 33554432000 1073741824 1073778376 140735342605504 18446744073709551615 212051471257 0 4 0 16800975 18446604465135040448 0 0 -1 5 0 0 0
[pid=32475/tid=32478] ppid=32473 vsize=15764400 CPUtime=0 cores=1,3,5,7
/proc/32475/task/32478/stat : 32478 (java) S 32473 32475 32139 0 -1 4202560 628 0 0 0 0 0 0 0 15 0 22 0 510351359 16142745600 54742 33554432000 1073741824 1073778376 140735342605504 18446744073709551615 212051471257 0 4 0 16800975 18446604465135040448 0 0 -1 7 0 0 0
[pid=32475/tid=32479] ppid=32473 vsize=15764400 CPUtime=0 cores=1,3,5,7
/proc/32475/task/32479/stat : 32479 (java) S 32473 32475 32139 0 -1 4202560 521 0 0 0 0 0 0 0 15 0 22 0 510351359 16142745600 54742 33554432000 1073741824 1073778376 140735342605504 18446744073709551615 212051471257 0 4 0 16800975 18446604465135040448 0 0 -1 3 0 0 0
[pid=32475/tid=32480] ppid=32473 vsize=15764400 CPUtime=0 cores=1,3,5,7
/proc/32475/task/32480/stat : 32480 (java) S 32473 32475 32139 0 -1 4202560 538 0 0 0 0 0 0 0 16 0 22 0 510351359 16142745600 54742 33554432000 1073741824 1073778376 140735342605504 18446744073709551615 212051471257 0 4 0 16800975 18446604465135040448 0 0 -1 7 0 0 0
[pid=32475/tid=32481] ppid=32473 vsize=15764400 CPUtime=0 cores=1,3,5,7
/proc/32475/task/32481/stat : 32481 (java) S 32473 32475 32139 0 -1 4202560 149 0 0 0 0 0 0 0 15 0 22 0 510351359 16142745600 54742 33554432000 1073741824 1073778376 140735342605504 18446744073709551615 212051471257 0 4 0 16800975 18446604465135040448 0 0 -1 7 0 0 0
[pid=32475/tid=32482] ppid=32473 vsize=15764400 CPUtime=0 cores=1,3,5,7
/proc/32475/task/32482/stat : 32482 (java) S 32473 32475 32139 0 -1 4202560 1967 0 0 0 0 0 0 0 16 0 22 0 510351359 16142745600 54742 33554432000 1073741824 1073778376 140735342605504 18446744073709551615 212051471257 0 4 0 16800975 18446604465135040448 0 0 -1 1 0 0 0
[pid=32475/tid=32483] ppid=32473 vsize=15764400 CPUtime=0 cores=1,3,5,7
/proc/32475/task/32483/stat : 32483 (java) S 32473 32475 32139 0 -1 4202560 1251 0 0 0 0 0 0 0 16 0 22 0 510351359 16142745600 54742 33554432000 1073741824 1073778376 140735342605504 18446744073709551615 212051471257 0 4 0 16800975 18446604465135040448 0 0 -1 3 0 0 0
[pid=32475/tid=32484] ppid=32473 vsize=15764400 CPUtime=0 cores=1,3,5,7
/proc/32475/task/32484/stat : 32484 (java) S 32473 32475 32139 0 -1 4202560 751 0 0 0 0 0 0 0 15 0 22 0 510351359 16142745600 54742 33554432000 1073741824 1073778376 140735342605504 18446744073709551615 212051471257 0 4 0 16800975 18446604465135040448 0 0 -1 1 0 0 0
[pid=32475/tid=32485] ppid=32473 vsize=15764400 CPUtime=0 cores=1,3,5,7
/proc/32475/task/32485/stat : 32485 (java) S 32473 32475 32139 0 -1 4202560 1739 0 0 0 0 0 0 0 16 0 22 0 510351359 16142745600 54742 33554432000 1073741824 1073778376 140735342605504 18446744073709551615 212051471257 0 4 0 16800975 18446604465135040448 0 0 -1 5 0 0 0
[pid=32475/tid=32486] ppid=32473 vsize=15764400 CPUtime=0 cores=1,3,5,7
/proc/32475/task/32486/stat : 32486 (java) S 32473 32475 32139 0 -1 4202560 74 0 0 0 0 0 0 0 15 0 22 0 510351360 16142745600 54742 33554432000 1073741824 1073778376 140735342605504 18446744073709551615 212051471872 0 0 0 16800975 18446604465135040448 0 0 -1 3 0 0 0
[pid=32475/tid=32487] ppid=32473 vsize=15764400 CPUtime=0 cores=1,3,5,7
/proc/32475/task/32487/stat : 32487 (java) S 32473 32475 32139 0 -1 4202560 16 0 0 0 0 0 0 0 18 0 22 0 510351360 16142745600 54742 33554432000 1073741824 1073778376 140735342605504 18446744073709551615 212051471257 0 4 0 16800975 18446604465135040448 0 0 -1 1 0 0 0
[pid=32475/tid=32488] ppid=32473 vsize=15764400 CPUtime=0 cores=1,3,5,7
/proc/32475/task/32488/stat : 32488 (java) S 32473 32475 32139 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 510351360 16142745600 54742 33554432000 1073741824 1073778376 140735342605504 18446744073709551615 212051471257 0 4 0 16800975 18446604465135040448 0 0 -1 1 0 0 0
[pid=32475/tid=32489] ppid=32473 vsize=15764400 CPUtime=0 cores=1,3,5,7
/proc/32475/task/32489/stat : 32489 (java) S 32473 32475 32139 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 510351362 16142745600 54742 33554432000 1073741824 1073778376 140735342605504 18446744073709551615 212051478961 0 4 0 16800975 18446604465135040448 0 0 -1 3 0 0 0
[pid=32475/tid=32490] ppid=32473 vsize=15764400 CPUtime=0.73 cores=1,3,5,7
/proc/32475/task/32490/stat : 32490 (java) S 32473 32475 32139 0 -1 4202560 9609 0 0 0 72 1 0 0 15 0 22 0 510351362 16142745600 54742 33554432000 1073741824 1073778376 140735342605504 18446744073709551615 212051471257 0 4 0 16800975 18446604465135040448 0 0 -1 1 0 0 0
[pid=32475/tid=32491] ppid=32473 vsize=15764400 CPUtime=0.78 cores=1,3,5,7
/proc/32475/task/32491/stat : 32491 (java) S 32473 32475 32139 0 -1 4202560 6055 0 0 0 78 0 0 0 16 0 22 0 510351362 16142745600 54742 33554432000 1073741824 1073778376 140735342605504 18446744073709551615 212051471257 0 4 0 16800975 18446604465135040448 0 0 -1 3 0 0 0
[pid=32475/tid=32492] ppid=32473 vsize=15764400 CPUtime=0 cores=1,3,5,7
/proc/32475/task/32492/stat : 32492 (java) S 32473 32475 32139 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 510351362 16142745600 54742 33554432000 1073741824 1073778376 140735342605504 18446744073709551615 212051471257 0 4 0 16800975 18446604465135040448 0 0 -1 3 0 0 0
[pid=32475/tid=32493] ppid=32473 vsize=15764400 CPUtime=0 cores=1,3,5,7
/proc/32475/task/32493/stat : 32493 (java) S 32473 32475 32139 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 510351362 16142745600 54742 33554432000 1073741824 1073778376 140735342605504 18446744073709551615 212051471872 0 4 0 16800975 18446604465135040448 0 0 -1 5 0 0 0
[pid=32475/tid=32498] ppid=32473 vsize=15764400 CPUtime=0.91 cores=1,3,5,7
/proc/32475/task/32498/stat : 32498 (java) R 32473 32475 32139 0 -1 4202560 8221 0 0 0 91 0 0 0 19 0 22 0 510351383 16142745600 54742 33554432000 1073741824 1073778376 140735342605504 18446744073709551615 46912505999707 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=32475/tid=32499] ppid=32473 vsize=15764400 CPUtime=0.84 cores=1,3,5,7
/proc/32475/task/32499/stat : 32499 (java) R 32473 32475 32139 0 -1 4202560 10312 0 0 0 84 0 0 0 18 0 22 0 510351383 16142745600 54742 33554432000 1073741824 1073778376 140735342605504 18446744073709551615 46912505878000 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=32475/tid=32500] ppid=32473 vsize=15764400 CPUtime=0.72 cores=1,3,5,7
/proc/32475/task/32500/stat : 32500 (java) R 32473 32475 32139 0 -1 4202560 6302 0 0 0 72 0 0 0 18 0 22 0 510351383 16142745600 54742 33554432000 1073741824 1073778376 140735342605504 18446744073709551615 46912505764085 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=32475/tid=32501] ppid=32473 vsize=15764400 CPUtime=0.57 cores=1,3,5,7
/proc/32475/task/32501/stat : 32501 (java) R 32473 32475 32139 0 -1 4202560 3875 0 0 0 57 0 0 0 18 0 22 0 510351383 16142745600 54742 33554432000 1073741824 1073778376 140735342605504 18446744073709551615 18446744073699065939 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 5.05
Current children cumulated vsize (KiB) 15764400

[startup+3.10098 s]
/proc/loadavg: 7.51 7.99 8.02 10/220 32501
/proc/meminfo: memFree=30288288/32951124 swapFree=67106388/67111528
[pid=32475] ppid=32473 vsize=15764400 CPUtime=11.44 cores=1,3,5,7
/proc/32475/stat : 32475 (java) S 32473 32475 32139 0 -1 4202496 155447 0 1 0 1124 20 0 0 25 0 22 0 510351358 16142745600 149885 33554432000 1073741824 1073778376 140735342605504 18446744073709551615 212051458021 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/32475/statm: 3941100 149885 2276 9 0 3931819 0
[pid=32475/tid=32476] ppid=32473 vsize=15764400 CPUtime=0.37 cores=1,3,5,7
/proc/32475/task/32476/stat : 32476 (java) S 32473 32475 32139 0 -1 4202560 6853 0 1 0 36 1 0 0 20 0 22 0 510351358 16142745600 149885 33554432000 1073741824 1073778376 140735342605504 18446744073709551615 212051471257 0 4 0 16800975 18446604465135040448 0 0 -1 5 0 0 0
[pid=32475/tid=32478] ppid=32473 vsize=15764400 CPUtime=0 cores=1,3,5,7
/proc/32475/task/32478/stat : 32478 (java) S 32473 32475 32139 0 -1 4202560 628 0 0 0 0 0 0 0 15 0 22 0 510351359 16142745600 149885 33554432000 1073741824 1073778376 140735342605504 18446744073709551615 212051471257 0 4 0 16800975 18446604465135040448 0 0 -1 7 0 0 0
[pid=32475/tid=32479] ppid=32473 vsize=15764400 CPUtime=0 cores=1,3,5,7
/proc/32475/task/32479/stat : 32479 (java) S 32473 32475 32139 0 -1 4202560 1943 0 0 0 0 0 0 0 16 0 22 0 510351359 16142745600 149885 33554432000 1073741824 1073778376 140735342605504 18446744073709551615 212051471257 0 4 0 16800975 18446604465135040448 0 0 -1 5 0 0 0
[pid=32475/tid=32480] ppid=32473 vsize=15764400 CPUtime=0 cores=1,3,5,7
/proc/32475/task/32480/stat : 32480 (java) S 32473 32475 32139 0 -1 4202560 538 0 0 0 0 0 0 0 15 0 22 0 510351359 16142745600 149885 33554432000 1073741824 1073778376 140735342605504 18446744073709551615 212051471257 0 4 0 16800975 18446604465135040448 0 0 -1 7 0 0 0
[pid=32475/tid=32481] ppid=32473 vsize=15764400 CPUtime=0 cores=1,3,5,7
/proc/32475/task/32481/stat : 32481 (java) S 32473 32475 32139 0 -1 4202560 986 0 0 0 0 0 0 0 15 0 22 0 510351359 16142745600 149885 33554432000 1073741824 1073778376 140735342605504 18446744073709551615 212051471257 0 4 0 16800975 18446604465135040448 0 0 -1 3 0 0 0
[pid=32475/tid=32482] ppid=32473 vsize=15764400 CPUtime=0 cores=1,3,5,7
/proc/32475/task/32482/stat : 32482 (java) S 32473 32475 32139 0 -1 4202560 3202 0 0 0 0 0 0 0 16 0 22 0 510351359 16142745600 149885 33554432000 1073741824 1073778376 140735342605504 18446744073709551615 212051471257 0 4 0 16800975 18446604465135040448 0 0 -1 5 0 0 0
[pid=32475/tid=32483] ppid=32473 vsize=15764400 CPUtime=0 cores=1,3,5,7
/proc/32475/task/32483/stat : 32483 (java) S 32473 32475 32139 0 -1 4202560 2996 0 0 0 0 0 0 0 15 0 22 0 510351359 16142745600 149885 33554432000 1073741824 1073778376 140735342605504 18446744073709551615 212051471257 0 4 0 16800975 18446604465135040448 0 0 -1 7 0 0 0
[pid=32475/tid=32484] ppid=32473 vsize=15764400 CPUtime=0.01 cores=1,3,5,7
/proc/32475/task/32484/stat : 32484 (java) S 32473 32475 32139 0 -1 4202560 3668 0 0 0 1 0 0 0 16 0 22 0 510351359 16142745600 149885 33554432000 1073741824 1073778376 140735342605504 18446744073709551615 212051471257 0 4 0 16800975 18446604465135040448 0 0 -1 1 0 0 0
[pid=32475/tid=32485] ppid=32473 vsize=15764400 CPUtime=0.01 cores=1,3,5,7
/proc/32475/task/32485/stat : 32485 (java) S 32473 32475 32139 0 -1 4202560 3646 0 0 0 1 0 0 0 16 0 22 0 510351359 16142745600 149885 33554432000 1073741824 1073778376 140735342605504 18446744073709551615 212051471257 0 4 0 16800975 18446604465135040448 0 0 -1 7 0 0 0
[pid=32475/tid=32486] ppid=32473 vsize=15764400 CPUtime=0 cores=1,3,5,7
/proc/32475/task/32486/stat : 32486 (java) S 32473 32475 32139 0 -1 4202560 441 0 0 0 0 0 0 0 16 0 22 0 510351360 16142745600 149885 33554432000 1073741824 1073778376 140735342605504 18446744073709551615 212051471872 0 0 0 16800975 18446604465135040448 0 0 -1 3 0 0 0
[pid=32475/tid=32487] ppid=32473 vsize=15764400 CPUtime=0 cores=1,3,5,7
/proc/32475/task/32487/stat : 32487 (java) S 32473 32475 32139 0 -1 4202560 16 0 0 0 0 0 0 0 18 0 22 0 510351360 16142745600 149885 33554432000 1073741824 1073778376 140735342605504 18446744073709551615 212051471257 0 4 0 16800975 18446604465135040448 0 0 -1 1 0 0 0
[pid=32475/tid=32488] ppid=32473 vsize=15764400 CPUtime=0 cores=1,3,5,7
/proc/32475/task/32488/stat : 32488 (java) S 32473 32475 32139 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 510351360 16142745600 149885 33554432000 1073741824 1073778376 140735342605504 18446744073709551615 212051471257 0 4 0 16800975 18446604465135040448 0 0 -1 1 0 0 0
[pid=32475/tid=32489] ppid=32473 vsize=15764400 CPUtime=0 cores=1,3,5,7
/proc/32475/task/32489/stat : 32489 (java) S 32473 32475 32139 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 510351362 16142745600 149885 33554432000 1073741824 1073778376 140735342605504 18446744073709551615 212051478961 0 4 0 16800975 18446604465135040448 0 0 -1 3 0 0 0
[pid=32475/tid=32490] ppid=32473 vsize=15764400 CPUtime=0.78 cores=1,3,5,7
/proc/32475/task/32490/stat : 32490 (java) S 32473 32475 32139 0 -1 4202560 9617 0 0 0 77 1 0 0 15 0 22 0 510351362 16142745600 149885 33554432000 1073741824 1073778376 140735342605504 18446744073709551615 212051471257 0 4 0 16800975 18446604465135040448 0 0 -1 1 0 0 0
[pid=32475/tid=32491] ppid=32473 vsize=15764400 CPUtime=0.78 cores=1,3,5,7
/proc/32475/task/32491/stat : 32491 (java) S 32473 32475 32139 0 -1 4202560 6055 0 0 0 78 0 0 0 15 0 22 0 510351362 16142745600 149885 33554432000 1073741824 1073778376 140735342605504 18446744073709551615 212051471257 0 4 0 16800975 18446604465135040448 0 0 -1 3 0 0 0
[pid=32475/tid=32492] ppid=32473 vsize=15764400 CPUtime=0 cores=1,3,5,7
/proc/32475/task/32492/stat : 32492 (java) S 32473 32475 32139 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 510351362 16142745600 149885 33554432000 1073741824 1073778376 140735342605504 18446744073709551615 212051471257 0 4 0 16800975 18446604465135040448 0 0 -1 3 0 0 0
[pid=32475/tid=32493] ppid=32473 vsize=15764400 CPUtime=0 cores=1,3,5,7
/proc/32475/task/32493/stat : 32493 (java) S 32473 32475 32139 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 510351362 16142745600 149885 33554432000 1073741824 1073778376 140735342605504 18446744073709551615 212051471872 0 4 0 16800975 18446604465135040448 0 0 -1 5 0 0 0
[pid=32475/tid=32498] ppid=32473 vsize=15764400 CPUtime=2.49 cores=1,3,5,7
/proc/32475/task/32498/stat : 32498 (java) R 32473 32475 32139 0 -1 4202560 29015 0 0 0 246 3 0 0 22 0 22 0 510351383 16142745600 149885 33554432000 1073741824 1073778376 140735342605504 18446744073709551615 46912505824702 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=32475/tid=32499] ppid=32473 vsize=15764400 CPUtime=2.43 cores=1,3,5,7
/proc/32475/task/32499/stat : 32499 (java) R 32473 32475 32139 0 -1 4202560 31166 0 0 0 240 3 0 0 20 0 22 0 510351383 16142745600 149885 33554432000 1073741824 1073778376 140735342605504 18446744073709551615 46912505524140 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=32475/tid=32500] ppid=32473 vsize=15764400 CPUtime=2.3 cores=1,3,5,7
/proc/32475/task/32500/stat : 32500 (java) R 32473 32475 32139 0 -1 4202560 27340 0 0 0 227 3 0 0 21 0 22 0 510351383 16142745600 149885 33554432000 1073741824 1073778376 140735342605504 18446744073709551615 47439173694547 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=32475/tid=32501] ppid=32473 vsize=15764400 CPUtime=2.1 cores=1,3,5,7
/proc/32475/task/32501/stat : 32501 (java) R 32473 32475 32139 0 -1 4202560 25967 0 0 0 208 2 0 0 21 0 22 0 510351383 16142745600 149885 33554432000 1073741824 1073778376 140735342605504 18446744073709551615 47439173695683 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 11.44
Current children cumulated vsize (KiB) 15764400

[startup+6.3014 s]
/proc/loadavg: 7.55 7.99 8.02 9/220 32501
/proc/meminfo: memFree=29299272/32951124 swapFree=67106388/67111528
[pid=32475] ppid=32473 vsize=15764400 CPUtime=24.21 cores=1,3,5,7
/proc/32475/stat : 32475 (java) S 32473 32475 32139 0 -1 4202496 280468 0 1 0 2387 34 0 0 25 0 22 0 510351358 16142745600 271944 33554432000 1073741824 1073778376 140735342605504 18446744073709551615 212051458021 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/32475/statm: 3941100 271944 2277 9 0 3931819 0
[pid=32475/tid=32476] ppid=32473 vsize=15764400 CPUtime=0.37 cores=1,3,5,7
/proc/32475/task/32476/stat : 32476 (java) S 32473 32475 32139 0 -1 4202560 6853 0 1 0 36 1 0 0 20 0 22 0 510351358 16142745600 271944 33554432000 1073741824 1073778376 140735342605504 18446744073709551615 212051471257 0 4 0 16800975 18446604465135040448 0 0 -1 5 0 0 0
[pid=32475/tid=32478] ppid=32473 vsize=15764400 CPUtime=0 cores=1,3,5,7
/proc/32475/task/32478/stat : 32478 (java) S 32473 32475 32139 0 -1 4202560 1041 0 0 0 0 0 0 0 15 0 22 0 510351359 16142745600 271944 33554432000 1073741824 1073778376 140735342605504 18446744073709551615 212051471257 0 4 0 16800975 18446604465135040448 0 0 -1 7 0 0 0
[pid=32475/tid=32479] ppid=32473 vsize=15764400 CPUtime=0 cores=1,3,5,7
/proc/32475/task/32479/stat : 32479 (java) S 32473 32475 32139 0 -1 4202560 2008 0 0 0 0 0 0 0 15 0 22 0 510351359 16142745600 271944 33554432000 1073741824 1073778376 140735342605504 18446744073709551615 212051471257 0 4 0 16800975 18446604465135040448 0 0 -1 7 0 0 0
[pid=32475/tid=32480] ppid=32473 vsize=15764400 CPUtime=0 cores=1,3,5,7
/proc/32475/task/32480/stat : 32480 (java) S 32473 32475 32139 0 -1 4202560 638 0 0 0 0 0 0 0 15 0 22 0 510351359 16142745600 271944 33554432000 1073741824 1073778376 140735342605504 18446744073709551615 212051471257 0 4 0 16800975 18446604465135040448 0 0 -1 5 0 0 0
[pid=32475/tid=32481] ppid=32473 vsize=15764400 CPUtime=0 cores=1,3,5,7
/proc/32475/task/32481/stat : 32481 (java) S 32473 32475 32139 0 -1 4202560 1887 0 0 0 0 0 0 0 16 0 22 0 510351359 16142745600 271944 33554432000 1073741824 1073778376 140735342605504 18446744073709551615 212051471257 0 4 0 16800975 18446604465135040448 0 0 -1 3 0 0 0
[pid=32475/tid=32482] ppid=32473 vsize=15764400 CPUtime=0 cores=1,3,5,7
/proc/32475/task/32482/stat : 32482 (java) S 32473 32475 32139 0 -1 4202560 3425 0 0 0 0 0 0 0 15 0 22 0 510351359 16142745600 271944 33554432000 1073741824 1073778376 140735342605504 18446744073709551615 212051471257 0 4 0 16800975 18446604465135040448 0 0 -1 5 0 0 0
[pid=32475/tid=32483] ppid=32473 vsize=15764400 CPUtime=0 cores=1,3,5,7
/proc/32475/task/32483/stat : 32483 (java) S 32473 32475 32139 0 -1 4202560 3311 0 0 0 0 0 0 0 15 0 22 0 510351359 16142745600 271944 33554432000 1073741824 1073778376 140735342605504 18446744073709551615 212051471257 0 4 0 16800975 18446604465135040448 0 0 -1 7 0 0 0
[pid=32475/tid=32484] ppid=32473 vsize=15764400 CPUtime=0.01 cores=1,3,5,7
/proc/32475/task/32484/stat : 32484 (java) S 32473 32475 32139 0 -1 4202560 4316 0 0 0 1 0 0 0 16 0 22 0 510351359 16142745600 271944 33554432000 1073741824 1073778376 140735342605504 18446744073709551615 212051471257 0 4 0 16800975 18446604465135040448 0 0 -1 1 0 0 0
[pid=32475/tid=32485] ppid=32473 vsize=15764400 CPUtime=0.01 cores=1,3,5,7
/proc/32475/task/32485/stat : 32485 (java) S 32473 32475 32139 0 -1 4202560 4101 0 0 0 1 0 0 0 16 0 22 0 510351359 16142745600 271944 33554432000 1073741824 1073778376 140735342605504 18446744073709551615 212051471257 0 4 0 16800975 18446604465135040448 0 0 -1 5 0 0 0

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

[pid=32475/tid=32499] ppid=32473 vsize=15764400 CPUtime=1108.58 cores=1,3,5,7
/proc/32475/task/32499/stat : 32499 (java) R 32473 32475 32139 0 -1 4202560 390477 0 0 0 110806 52 0 0 25 0 22 0 510351383 16142745600 87705 33554432000 1073741824 1073778376 140735342605504 18446744073709551615 46912505877842 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=32475/tid=32500] ppid=32473 vsize=15764400 CPUtime=1108.03 cores=1,3,5,7
/proc/32475/task/32500/stat : 32500 (java) R 32473 32475 32139 0 -1 4202560 393825 0 0 0 110750 53 0 0 25 0 22 0 510351383 16142745600 87705 33554432000 1073741824 1073778376 140735342605504 18446744073709551615 46912505722444 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=32475/tid=32501] ppid=32473 vsize=15764400 CPUtime=1107.89 cores=1,3,5,7
/proc/32475/task/32501/stat : 32501 (java) R 32473 32475 32139 0 -1 4202560 394133 0 0 0 110733 56 0 0 25 0 22 0 510351383 16142745600 87705 33554432000 1073741824 1073778376 140735342605504 18446744073709551615 46912505764364 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4464.61
Current children cumulated vsize (KiB) 15764400

[startup+1182.3 s]
/proc/loadavg: 8.12 8.07 8.04 9/220 32532
/proc/meminfo: memFree=30169932/32951124 swapFree=67106388/67111528
[pid=32475] ppid=32473 vsize=15764400 CPUtime=4703.31 cores=1,3,5,7
/proc/32475/stat : 32475 (java) S 32473 32475 32139 0 -1 4202496 2956757 0 1 0 469797 534 0 0 25 0 22 0 510351358 16142745600 111971 33554432000 1073741824 1073778376 140735342605504 18446744073709551615 212051458021 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/32475/statm: 3941100 111971 2298 9 0 3931819 0
[pid=32475/tid=32476] ppid=32473 vsize=15764400 CPUtime=0.37 cores=1,3,5,7
/proc/32475/task/32476/stat : 32476 (java) S 32473 32475 32139 0 -1 4202560 6853 0 1 0 36 1 0 0 20 0 22 0 510351358 16142745600 111971 33554432000 1073741824 1073778376 140735342605504 18446744073709551615 212051471257 0 4 0 16800975 18446604465135040448 0 0 -1 5 0 0 0
[pid=32475/tid=32478] ppid=32473 vsize=15764400 CPUtime=3.52 cores=1,3,5,7
/proc/32475/task/32478/stat : 32478 (java) S 32473 32475 32139 0 -1 4202560 164650 0 0 0 326 26 0 0 16 0 22 0 510351359 16142745600 111971 33554432000 1073741824 1073778376 140735342605504 18446744073709551615 212051471257 0 4 0 16800975 18446604465135040448 0 0 -1 3 0 0 0
[pid=32475/tid=32479] ppid=32473 vsize=15764400 CPUtime=3.56 cores=1,3,5,7
/proc/32475/task/32479/stat : 32479 (java) S 32473 32475 32139 0 -1 4202560 152406 0 0 0 330 26 0 0 15 0 22 0 510351359 16142745600 111971 33554432000 1073741824 1073778376 140735342605504 18446744073709551615 212051471257 0 4 0 16800975 18446604465135040448 0 0 -1 1 0 0 0
[pid=32475/tid=32480] ppid=32473 vsize=15764400 CPUtime=3.65 cores=1,3,5,7
/proc/32475/task/32480/stat : 32480 (java) S 32473 32475 32139 0 -1 4202560 158687 0 0 0 336 29 0 0 16 0 22 0 510351359 16142745600 111971 33554432000 1073741824 1073778376 140735342605504 18446744073709551615 212051471257 0 4 0 16800975 18446604465135040448 0 0 -1 7 0 0 0
[pid=32475/tid=32481] ppid=32473 vsize=15764400 CPUtime=3.56 cores=1,3,5,7
/proc/32475/task/32481/stat : 32481 (java) S 32473 32475 32139 0 -1 4202560 149104 0 0 0 329 27 0 0 15 0 22 0 510351359 16142745600 111971 33554432000 1073741824 1073778376 140735342605504 18446744073709551615 212051471257 0 4 0 16800975 18446604465135040448 0 0 -1 5 0 0 0
[pid=32475/tid=32482] ppid=32473 vsize=15764400 CPUtime=3.56 cores=1,3,5,7
/proc/32475/task/32482/stat : 32482 (java) S 32473 32475 32139 0 -1 4202560 161083 0 0 0 329 27 0 0 16 0 22 0 510351359 16142745600 111971 33554432000 1073741824 1073778376 140735342605504 18446744073709551615 212051471257 0 4 0 16800975 18446604465135040448 0 0 -1 1 0 0 0
[pid=32475/tid=32483] ppid=32473 vsize=15764400 CPUtime=3.62 cores=1,3,5,7
/proc/32475/task/32483/stat : 32483 (java) S 32473 32475 32139 0 -1 4202560 156498 0 0 0 332 30 0 0 15 0 22 0 510351359 16142745600 111971 33554432000 1073741824 1073778376 140735342605504 18446744073709551615 212051471257 0 4 0 16800975 18446604465135040448 0 0 -1 5 0 0 0
[pid=32475/tid=32484] ppid=32473 vsize=15764400 CPUtime=3.59 cores=1,3,5,7
/proc/32475/task/32484/stat : 32484 (java) S 32473 32475 32139 0 -1 4202560 160715 0 0 0 331 28 0 0 15 0 22 0 510351359 16142745600 111971 33554432000 1073741824 1073778376 140735342605504 18446744073709551615 212051471257 0 4 0 16800975 18446604465135040448 0 0 -1 5 0 0 0
[pid=32475/tid=32485] ppid=32473 vsize=15764400 CPUtime=3.7 cores=1,3,5,7
/proc/32475/task/32485/stat : 32485 (java) S 32473 32475 32139 0 -1 4202560 163530 0 0 0 343 27 0 0 15 0 22 0 510351359 16142745600 111971 33554432000 1073741824 1073778376 140735342605504 18446744073709551615 212051471257 0 4 0 16800975 18446604465135040448 0 0 -1 5 0 0 0
[pid=32475/tid=32486] ppid=32473 vsize=15764400 CPUtime=2.11 cores=1,3,5,7
/proc/32475/task/32486/stat : 32486 (java) S 32473 32475 32139 0 -1 4202560 7533 0 0 0 137 74 0 0 16 0 22 0 510351360 16142745600 111971 33554432000 1073741824 1073778376 140735342605504 18446744073709551615 212051471872 0 0 0 16800975 18446604465135040448 0 0 -1 1 0 0 0
[pid=32475/tid=32487] ppid=32473 vsize=15764400 CPUtime=0 cores=1,3,5,7
/proc/32475/task/32487/stat : 32487 (java) S 32473 32475 32139 0 -1 4202560 16 0 0 0 0 0 0 0 18 0 22 0 510351360 16142745600 111971 33554432000 1073741824 1073778376 140735342605504 18446744073709551615 212051471257 0 4 0 16800975 18446604465135040448 0 0 -1 1 0 0 0
[pid=32475/tid=32488] ppid=32473 vsize=15764400 CPUtime=0 cores=1,3,5,7
/proc/32475/task/32488/stat : 32488 (java) S 32473 32475 32139 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 510351360 16142745600 111971 33554432000 1073741824 1073778376 140735342605504 18446744073709551615 212051471257 0 4 0 16800975 18446604465135040448 0 0 -1 1 0 0 0
[pid=32475/tid=32489] ppid=32473 vsize=15764400 CPUtime=0 cores=1,3,5,7
/proc/32475/task/32489/stat : 32489 (java) S 32473 32475 32139 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 510351362 16142745600 111971 33554432000 1073741824 1073778376 140735342605504 18446744073709551615 212051478961 0 4 0 16800975 18446604465135040448 0 0 -1 3 0 0 0
[pid=32475/tid=32490] ppid=32473 vsize=15764400 CPUtime=0.88 cores=1,3,5,7
/proc/32475/task/32490/stat : 32490 (java) S 32473 32475 32139 0 -1 4202560 9642 0 0 0 87 1 0 0 15 0 22 0 510351362 16142745600 111971 33554432000 1073741824 1073778376 140735342605504 18446744073709551615 212051471257 0 4 0 16800975 18446604465135040448 0 0 -1 1 0 0 0
[pid=32475/tid=32491] ppid=32473 vsize=15764400 CPUtime=1.05 cores=1,3,5,7
/proc/32475/task/32491/stat : 32491 (java) S 32473 32475 32139 0 -1 4202560 6111 0 0 0 105 0 0 0 15 0 22 0 510351362 16142745600 111971 33554432000 1073741824 1073778376 140735342605504 18446744073709551615 212051471257 0 4 0 16800975 18446604465135040448 0 0 -1 3 0 0 0
[pid=32475/tid=32492] ppid=32473 vsize=15764400 CPUtime=0 cores=1,3,5,7
/proc/32475/task/32492/stat : 32492 (java) S 32473 32475 32139 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 510351362 16142745600 111971 33554432000 1073741824 1073778376 140735342605504 18446744073709551615 212051471257 0 4 0 16800975 18446604465135040448 0 0 -1 3 0 0 0
[pid=32475/tid=32493] ppid=32473 vsize=15764400 CPUtime=0 cores=1,3,5,7
/proc/32475/task/32493/stat : 32493 (java) S 32473 32475 32139 0 -1 4202560 66 0 0 0 0 0 0 0 15 0 22 0 510351362 16142745600 111971 33554432000 1073741824 1073778376 140735342605504 18446744073709551615 212051471872 0 4 0 16800975 18446604465135040448 0 0 -1 7 0 0 0
[pid=32475/tid=32498] ppid=32473 vsize=15764400 CPUtime=1167.6 cores=1,3,5,7
/proc/32475/task/32498/stat : 32498 (java) R 32473 32475 32139 0 -1 4202560 414075 0 0 0 116702 58 0 0 25 0 22 0 510351383 16142745600 111971 33554432000 1073741824 1073778376 140735342605504 18446744073709551615 46912505825840 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=32475/tid=32499] ppid=32473 vsize=15764400 CPUtime=1167.71 cores=1,3,5,7
/proc/32475/task/32499/stat : 32499 (java) R 32473 32475 32139 0 -1 4202560 413526 0 0 0 116715 56 0 0 25 0 22 0 510351383 16142745600 111971 33554432000 1073741824 1073778376 140735342605504 18446744073709551615 46912505696184 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=32475/tid=32500] ppid=32473 vsize=15764400 CPUtime=1167.4 cores=1,3,5,7
/proc/32475/task/32500/stat : 32500 (java) R 32473 32475 32139 0 -1 4202560 414098 0 0 0 116684 56 0 0 25 0 22 0 510351383 16142745600 111971 33554432000 1073741824 1073778376 140735342605504 18446744073709551615 46912505878126 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=32475/tid=32501] ppid=32473 vsize=15764400 CPUtime=1167.24 cores=1,3,5,7
/proc/32475/task/32501/stat : 32501 (java) R 32473 32475 32139 0 -1 4202560 416795 0 0 0 116665 59 0 0 25 0 22 0 510351383 16142745600 111971 33554432000 1073741824 1073778376 140735342605504 18446744073709551615 46912505837454 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4703.31
Current children cumulated vsize (KiB) 15764400



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1206.71 s]
/proc/loadavg: 7.86 8.02 8.02 9/220 32533
/proc/meminfo: memFree=30171152/32951124 swapFree=67106388/67111528
[pid=32475] ppid=32473 vsize=15764400 CPUtime=4800.36 cores=1,3,5,7
/proc/32475/stat : 32475 (java) S 32473 32475 32139 0 -1 4202496 3016373 0 1 0 479491 545 0 0 25 0 22 0 510351358 16142745600 106551 33554432000 1073741824 1073778376 140735342605504 18446744073709551615 212051458021 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/32475/statm: 3941100 106551 2298 9 0 3931819 0
[pid=32475/tid=32476] ppid=32473 vsize=15764400 CPUtime=0.37 cores=1,3,5,7
/proc/32475/task/32476/stat : 32476 (java) S 32473 32475 32139 0 -1 4202560 6853 0 1 0 36 1 0 0 20 0 22 0 510351358 16142745600 106551 33554432000 1073741824 1073778376 140735342605504 18446744073709551615 212051471257 0 4 0 16800975 18446604465135040448 0 0 -1 5 0 0 0
[pid=32475/tid=32478] ppid=32473 vsize=15764400 CPUtime=3.58 cores=1,3,5,7
/proc/32475/task/32478/stat : 32478 (java) S 32473 32475 32139 0 -1 4202560 167329 0 0 0 332 26 0 0 15 0 22 0 510351359 16142745600 106551 33554432000 1073741824 1073778376 140735342605504 18446744073709551615 212051471257 0 4 0 16800975 18446604465135040448 0 0 -1 1 0 0 0
[pid=32475/tid=32479] ppid=32473 vsize=15764400 CPUtime=3.64 cores=1,3,5,7
/proc/32475/task/32479/stat : 32479 (java) S 32473 32475 32139 0 -1 4202560 154748 0 0 0 337 27 0 0 15 0 22 0 510351359 16142745600 106551 33554432000 1073741824 1073778376 140735342605504 18446744073709551615 212051471257 0 4 0 16800975 18446604465135040448 0 0 -1 3 0 0 0
[pid=32475/tid=32480] ppid=32473 vsize=15764400 CPUtime=3.73 cores=1,3,5,7
/proc/32475/task/32480/stat : 32480 (java) S 32473 32475 32139 0 -1 4202560 161748 0 0 0 344 29 0 0 15 0 22 0 510351359 16142745600 106551 33554432000 1073741824 1073778376 140735342605504 18446744073709551615 212051471257 0 4 0 16800975 18446604465135040448 0 0 -1 3 0 0 0
[pid=32475/tid=32481] ppid=32473 vsize=15764400 CPUtime=3.62 cores=1,3,5,7
/proc/32475/task/32481/stat : 32481 (java) S 32473 32475 32139 0 -1 4202560 151887 0 0 0 335 27 0 0 15 0 22 0 510351359 16142745600 106551 33554432000 1073741824 1073778376 140735342605504 18446744073709551615 212051471257 0 4 0 16800975 18446604465135040448 0 0 -1 1 0 0 0
[pid=32475/tid=32482] ppid=32473 vsize=15764400 CPUtime=3.62 cores=1,3,5,7
/proc/32475/task/32482/stat : 32482 (java) S 32473 32475 32139 0 -1 4202560 163268 0 0 0 335 27 0 0 15 0 22 0 510351359 16142745600 106551 33554432000 1073741824 1073778376 140735342605504 18446744073709551615 212051471257 0 4 0 16800975 18446604465135040448 0 0 -1 5 0 0 0
[pid=32475/tid=32483] ppid=32473 vsize=15764400 CPUtime=3.68 cores=1,3,5,7
/proc/32475/task/32483/stat : 32483 (java) S 32473 32475 32139 0 -1 4202560 159123 0 0 0 338 30 0 0 15 0 22 0 510351359 16142745600 106551 33554432000 1073741824 1073778376 140735342605504 18446744073709551615 212051471257 0 4 0 16800975 18446604465135040448 0 0 -1 5 0 0 0
[pid=32475/tid=32484] ppid=32473 vsize=15764400 CPUtime=3.67 cores=1,3,5,7
/proc/32475/task/32484/stat : 32484 (java) S 32473 32475 32139 0 -1 4202560 163297 0 0 0 338 29 0 0 16 0 22 0 510351359 16142745600 106551 33554432000 1073741824 1073778376 140735342605504 18446744073709551615 212051471257 0 4 0 16800975 18446604465135040448 0 0 -1 7 0 0 0
[pid=32475/tid=32485] ppid=32473 vsize=15764400 CPUtime=3.77 cores=1,3,5,7
/proc/32475/task/32485/stat : 32485 (java) S 32473 32475 32139 0 -1 4202560 165771 0 0 0 350 27 0 0 15 0 22 0 510351359 16142745600 106551 33554432000 1073741824 1073778376 140735342605504 18446744073709551615 212051471257 0 4 0 16800975 18446604465135040448 0 0 -1 5 0 0 0
[pid=32475/tid=32486] ppid=32473 vsize=15764400 CPUtime=2.16 cores=1,3,5,7
/proc/32475/task/32486/stat : 32486 (java) S 32473 32475 32139 0 -1 4202560 7645 0 0 0 141 75 0 0 15 0 22 0 510351360 16142745600 106551 33554432000 1073741824 1073778376 140735342605504 18446744073709551615 212051471872 0 0 0 16800975 18446604465135040448 0 0 -1 7 0 0 0
[pid=32475/tid=32487] ppid=32473 vsize=15764400 CPUtime=0 cores=1,3,5,7
/proc/32475/task/32487/stat : 32487 (java) S 32473 32475 32139 0 -1 4202560 16 0 0 0 0 0 0 0 18 0 22 0 510351360 16142745600 106551 33554432000 1073741824 1073778376 140735342605504 18446744073709551615 212051471257 0 4 0 16800975 18446604465135040448 0 0 -1 1 0 0 0
[pid=32475/tid=32488] ppid=32473 vsize=15764400 CPUtime=0 cores=1,3,5,7
/proc/32475/task/32488/stat : 32488 (java) S 32473 32475 32139 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 510351360 16142745600 106551 33554432000 1073741824 1073778376 140735342605504 18446744073709551615 212051471257 0 4 0 16800975 18446604465135040448 0 0 -1 1 0 0 0
[pid=32475/tid=32489] ppid=32473 vsize=15764400 CPUtime=0 cores=1,3,5,7
/proc/32475/task/32489/stat : 32489 (java) S 32473 32475 32139 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 510351362 16142745600 106551 33554432000 1073741824 1073778376 140735342605504 18446744073709551615 212051478961 0 4 0 16800975 18446604465135040448 0 0 -1 3 0 0 0
[pid=32475/tid=32490] ppid=32473 vsize=15764400 CPUtime=0.88 cores=1,3,5,7
/proc/32475/task/32490/stat : 32490 (java) S 32473 32475 32139 0 -1 4202560 9642 0 0 0 87 1 0 0 15 0 22 0 510351362 16142745600 106551 33554432000 1073741824 1073778376 140735342605504 18446744073709551615 212051471257 0 4 0 16800975 18446604465135040448 0 0 -1 1 0 0 0
[pid=32475/tid=32491] ppid=32473 vsize=15764400 CPUtime=1.05 cores=1,3,5,7
/proc/32475/task/32491/stat : 32491 (java) S 32473 32475 32139 0 -1 4202560 6111 0 0 0 105 0 0 0 15 0 22 0 510351362 16142745600 106551 33554432000 1073741824 1073778376 140735342605504 18446744073709551615 212051471257 0 4 0 16800975 18446604465135040448 0 0 -1 3 0 0 0
[pid=32475/tid=32492] ppid=32473 vsize=15764400 CPUtime=0 cores=1,3,5,7
/proc/32475/task/32492/stat : 32492 (java) S 32473 32475 32139 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 510351362 16142745600 106551 33554432000 1073741824 1073778376 140735342605504 18446744073709551615 212051471257 0 4 0 16800975 18446604465135040448 0 0 -1 3 0 0 0
[pid=32475/tid=32493] ppid=32473 vsize=15764400 CPUtime=0 cores=1,3,5,7
/proc/32475/task/32493/stat : 32493 (java) S 32473 32475 32139 0 -1 4202560 68 0 0 0 0 0 0 0 15 0 22 0 510351362 16142745600 106551 33554432000 1073741824 1073778376 140735342605504 18446744073709551615 212051471872 0 4 0 16800975 18446604465135040448 0 0 -1 3 0 0 0
[pid=32475/tid=32498] ppid=32473 vsize=15764400 CPUtime=1191.7 cores=1,3,5,7
/proc/32475/task/32498/stat : 32498 (java) R 32473 32475 32139 0 -1 4202560 423910 0 0 0 119110 60 0 0 25 0 22 0 510351383 16142745600 106551 33554432000 1073741824 1073778376 140735342605504 18446744073709551615 46912506095540 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=32475/tid=32499] ppid=32473 vsize=15764400 CPUtime=1191.86 cores=1,3,5,7
/proc/32475/task/32499/stat : 32499 (java) R 32473 32475 32139 0 -1 4202560 423272 0 0 0 119129 57 0 0 25 0 22 0 510351383 16142745600 106551 33554432000 1073741824 1073778376 140735342605504 18446744073709551615 18446744073699065974 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=32475/tid=32500] ppid=32473 vsize=15764400 CPUtime=1191.46 cores=1,3,5,7
/proc/32475/task/32500/stat : 32500 (java) R 32473 32475 32139 0 -1 4202560 423454 0 0 0 119088 58 0 0 25 0 22 0 510351383 16142745600 106551 33554432000 1073741824 1073778376 140735342605504 18446744073709551615 46912505739988 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=32475/tid=32501] ppid=32473 vsize=15764400 CPUtime=1191.39 cores=1,3,5,7
/proc/32475/task/32501/stat : 32501 (java) R 32473 32475 32139 0 -1 4202560 426862 0 0 0 119079 60 0 0 25 0 22 0 510351383 16142745600 106551 33554432000 1073741824 1073778376 140735342605504 18446744073709551615 46912505999428 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4800.36
Current children cumulated vsize (KiB) 15764400

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

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

[startup+1206.71 s]
/proc/loadavg: 7.86 8.02 8.02 9/220 32533
/proc/meminfo: memFree=30171152/32951124 swapFree=67106388/67111528
[pid=32475] ppid=32473 vsize=15764400 CPUtime=4800.36 cores=1,3,5,7
/proc/32475/stat : 32475 (java) S 32473 32475 32139 0 -1 4202496 3016373 0 1 0 479491 545 0 0 25 0 22 0 510351358 16142745600 106551 33554432000 1073741824 1073778376 140735342605504 18446744073709551615 212051458021 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/32475/statm: 3941100 106551 2298 9 0 3931819 0
[pid=32475/tid=32476] ppid=32473 vsize=15764400 CPUtime=0.37 cores=1,3,5,7
/proc/32475/task/32476/stat : 32476 (java) S 32473 32475 32139 0 -1 4202560 6853 0 1 0 36 1 0 0 20 0 22 0 510351358 16142745600 106551 33554432000 1073741824 1073778376 140735342605504 18446744073709551615 212051471257 0 4 0 16800975 18446604465135040448 0 0 -1 5 0 0 0
[pid=32475/tid=32478] ppid=32473 vsize=15764400 CPUtime=3.58 cores=1,3,5,7
/proc/32475/task/32478/stat : 32478 (java) S 32473 32475 32139 0 -1 4202560 167329 0 0 0 332 26 0 0 15 0 22 0 510351359 16142745600 106551 33554432000 1073741824 1073778376 140735342605504 18446744073709551615 212051471257 0 4 0 16800975 18446604465135040448 0 0 -1 1 0 0 0
[pid=32475/tid=32479] ppid=32473 vsize=15764400 CPUtime=3.64 cores=1,3,5,7
/proc/32475/task/32479/stat : 32479 (java) S 32473 32475 32139 0 -1 4202560 154748 0 0 0 337 27 0 0 15 0 22 0 510351359 16142745600 106551 33554432000 1073741824 1073778376 140735342605504 18446744073709551615 212051471257 0 4 0 16800975 18446604465135040448 0 0 -1 3 0 0 0
[pid=32475/tid=32480] ppid=32473 vsize=15764400 CPUtime=3.73 cores=1,3,5,7
/proc/32475/task/32480/stat : 32480 (java) S 32473 32475 32139 0 -1 4202560 161748 0 0 0 344 29 0 0 15 0 22 0 510351359 16142745600 106551 33554432000 1073741824 1073778376 140735342605504 18446744073709551615 212051471257 0 4 0 16800975 18446604465135040448 0 0 -1 3 0 0 0
[pid=32475/tid=32481] ppid=32473 vsize=15764400 CPUtime=3.62 cores=1,3,5,7
/proc/32475/task/32481/stat : 32481 (java) S 32473 32475 32139 0 -1 4202560 151887 0 0 0 335 27 0 0 15 0 22 0 510351359 16142745600 106551 33554432000 1073741824 1073778376 140735342605504 18446744073709551615 212051471257 0 4 0 16800975 18446604465135040448 0 0 -1 1 0 0 0
[pid=32475/tid=32482] ppid=32473 vsize=15764400 CPUtime=3.62 cores=1,3,5,7
/proc/32475/task/32482/stat : 32482 (java) S 32473 32475 32139 0 -1 4202560 163268 0 0 0 335 27 0 0 15 0 22 0 510351359 16142745600 106551 33554432000 1073741824 1073778376 140735342605504 18446744073709551615 212051471257 0 4 0 16800975 18446604465135040448 0 0 -1 5 0 0 0
[pid=32475/tid=32483] ppid=32473 vsize=15764400 CPUtime=3.68 cores=1,3,5,7
/proc/32475/task/32483/stat : 32483 (java) S 32473 32475 32139 0 -1 4202560 159123 0 0 0 338 30 0 0 15 0 22 0 510351359 16142745600 106551 33554432000 1073741824 1073778376 140735342605504 18446744073709551615 212051471257 0 4 0 16800975 18446604465135040448 0 0 -1 5 0 0 0
[pid=32475/tid=32484] ppid=32473 vsize=15764400 CPUtime=3.67 cores=1,3,5,7
/proc/32475/task/32484/stat : 32484 (java) S 32473 32475 32139 0 -1 4202560 163297 0 0 0 338 29 0 0 16 0 22 0 510351359 16142745600 106551 33554432000 1073741824 1073778376 140735342605504 18446744073709551615 212051471257 0 4 0 16800975 18446604465135040448 0 0 -1 7 0 0 0
[pid=32475/tid=32485] ppid=32473 vsize=15764400 CPUtime=3.77 cores=1,3,5,7
/proc/32475/task/32485/stat : 32485 (java) S 32473 32475 32139 0 -1 4202560 165771 0 0 0 350 27 0 0 15 0 22 0 510351359 16142745600 106551 33554432000 1073741824 1073778376 140735342605504 18446744073709551615 212051471257 0 4 0 16800975 18446604465135040448 0 0 -1 5 0 0 0
[pid=32475/tid=32486] ppid=32473 vsize=15764400 CPUtime=2.16 cores=1,3,5,7
/proc/32475/task/32486/stat : 32486 (java) S 32473 32475 32139 0 -1 4202560 7645 0 0 0 141 75 0 0 15 0 22 0 510351360 16142745600 106551 33554432000 1073741824 1073778376 140735342605504 18446744073709551615 212051471872 0 0 0 16800975 18446604465135040448 0 0 -1 7 0 0 0
[pid=32475/tid=32487] ppid=32473 vsize=15764400 CPUtime=0 cores=1,3,5,7
/proc/32475/task/32487/stat : 32487 (java) S 32473 32475 32139 0 -1 4202560 16 0 0 0 0 0 0 0 18 0 22 0 510351360 16142745600 106551 33554432000 1073741824 1073778376 140735342605504 18446744073709551615 212051471257 0 4 0 16800975 18446604465135040448 0 0 -1 1 0 0 0
[pid=32475/tid=32488] ppid=32473 vsize=15764400 CPUtime=0 cores=1,3,5,7
/proc/32475/task/32488/stat : 32488 (java) S 32473 32475 32139 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 510351360 16142745600 106551 33554432000 1073741824 1073778376 140735342605504 18446744073709551615 212051471257 0 4 0 16800975 18446604465135040448 0 0 -1 1 0 0 0
[pid=32475/tid=32489] ppid=32473 vsize=15764400 CPUtime=0 cores=1,3,5,7
/proc/32475/task/32489/stat : 32489 (java) S 32473 32475 32139 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 510351362 16142745600 106551 33554432000 1073741824 1073778376 140735342605504 18446744073709551615 212051478961 0 4 0 16800975 18446604465135040448 0 0 -1 3 0 0 0
[pid=32475/tid=32490] ppid=32473 vsize=15764400 CPUtime=0.88 cores=1,3,5,7
/proc/32475/task/32490/stat : 32490 (java) S 32473 32475 32139 0 -1 4202560 9642 0 0 0 87 1 0 0 15 0 22 0 510351362 16142745600 106551 33554432000 1073741824 1073778376 140735342605504 18446744073709551615 212051471257 0 4 0 16800975 18446604465135040448 0 0 -1 1 0 0 0
[pid=32475/tid=32491] ppid=32473 vsize=15764400 CPUtime=1.05 cores=1,3,5,7
/proc/32475/task/32491/stat : 32491 (java) S 32473 32475 32139 0 -1 4202560 6111 0 0 0 105 0 0 0 15 0 22 0 510351362 16142745600 106551 33554432000 1073741824 1073778376 140735342605504 18446744073709551615 212051471257 0 4 0 16800975 18446604465135040448 0 0 -1 3 0 0 0
[pid=32475/tid=32492] ppid=32473 vsize=15764400 CPUtime=0 cores=1,3,5,7
/proc/32475/task/32492/stat : 32492 (java) S 32473 32475 32139 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 510351362 16142745600 106551 33554432000 1073741824 1073778376 140735342605504 18446744073709551615 212051471257 0 4 0 16800975 18446604465135040448 0 0 -1 3 0 0 0
[pid=32475/tid=32493] ppid=32473 vsize=15764400 CPUtime=0 cores=1,3,5,7
/proc/32475/task/32493/stat : 32493 (java) S 32473 32475 32139 0 -1 4202560 68 0 0 0 0 0 0 0 15 0 22 0 510351362 16142745600 106551 33554432000 1073741824 1073778376 140735342605504 18446744073709551615 212051471872 0 4 0 16800975 18446604465135040448 0 0 -1 3 0 0 0
[pid=32475/tid=32498] ppid=32473 vsize=15764400 CPUtime=1191.7 cores=1,3,5,7
/proc/32475/task/32498/stat : 32498 (java) R 32473 32475 32139 0 -1 4202560 423910 0 0 0 119110 60 0 0 25 0 22 0 510351383 16142745600 106551 33554432000 1073741824 1073778376 140735342605504 18446744073709551615 46912506095540 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=32475/tid=32499] ppid=32473 vsize=15764400 CPUtime=1191.86 cores=1,3,5,7
/proc/32475/task/32499/stat : 32499 (java) R 32473 32475 32139 0 -1 4202560 423272 0 0 0 119129 57 0 0 25 0 22 0 510351383 16142745600 106551 33554432000 1073741824 1073778376 140735342605504 18446744073709551615 18446744073699065974 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=32475/tid=32500] ppid=32473 vsize=15764400 CPUtime=1191.46 cores=1,3,5,7
/proc/32475/task/32500/stat : 32500 (java) R 32473 32475 32139 0 -1 4202560 423454 0 0 0 119088 58 0 0 25 0 22 0 510351383 16142745600 106551 33554432000 1073741824 1073778376 140735342605504 18446744073709551615 46912505739988 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=32475/tid=32501] ppid=32473 vsize=15764400 CPUtime=1191.39 cores=1,3,5,7
/proc/32475/task/32501/stat : 32501 (java) R 32473 32475 32139 0 -1 4202560 426862 0 0 0 119079 60 0 0 25 0 22 0 510351383 16142745600 106551 33554432000 1073741824 1073778376 140735342605504 18446744073709551615 46912505999428 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4800.36
Current children cumulated vsize (KiB) 15764400

Child status: 143
Real time (s): 1206.74
CPU time (s): 4800.42
CPU user time (s): 4794.95
CPU system time (s): 5.46917
CPU usage (%): 397.801
Max. virtual memory (cumulated for all children) (KiB): 15767176

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4794.95
system time used= 5.46917
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3016399
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= 209912
involuntary context switches= 128214

runsolver used 2.09968 second user time and 4.53831 second system time

The end

Launcher Data

Begin job on node146 at 2011-04-30 18:02:31
IDJOB=3311691
IDBENCH=83076
IDSOLVER=1698
FILE ID=node146/3311691-1304179351
RUNJOBID= node146-1304176932-32158
PBS_JOBID= 13172433
Free space on /tmp= 73348 MiB

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

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

MD5SUM BENCH= fe5ef992569d41f4964aa99001a148e1
RANDOM SEED=1664882780

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      30960980 kB
Buffers:        435420 kB
Cached:        1108572 kB
SwapCached:        700 kB
Active:         143336 kB
Inactive:      1473556 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30960980 kB
SwapTotal:    67111528 kB
SwapFree:     67106388 kB
Dirty:            3196 kB
Writeback:           0 kB
AnonPages:       72444 kB
Mapped:          23084 kB
Slab:           310272 kB
PageTables:       5056 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   776248 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= 73348 MiB
End job on node146 at 2011-04-30 18:22:40