Trace number 3311367

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

General information on the benchmark

Namerandom/medium/
unif-k5-r21.3-v150-c3195-S334650851-022.SATISFIABLE.cnf
MD5SUM42169be300dc518238277ee8dbfb6b6f
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.114982
Satisfiable
(Un)Satisfiability was proved
Number of variables150
Number of clauses3195
Sum of the clauses size15975
Maximum clause length5
Minimum clause length5
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 53195
Number of clauses of size over 50

Solver Data

0.11/0.11	32:56 INFO : Reading from input HOME/instance-3311367-1304123576.cnf
0.28/0.28	Executor set job limit to 1000000
0.28/0.28	Executor set job limit to 1000000
0.28/0.28	Executor set job limit to 1000000
0.28/0.28	Executor set job limit to 1000000
0.28/0.28	Starting Executor!
0.28/0.28	Starting Executor!
0.28/0.28	Starting Executor!
0.28/0.28	Starting Executor!
0.81/0.45	32:56 INFO : 150 variables remaining out of 150
0.81/0.45	32:56 INFO : 19170 literals remaining out of 19170

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-3311367-1304123576/watcher-3311367-1304123576 -o /tmp/evaluation-result-3311367-1304123576/solver-3311367-1304123576 -C 4800 -W 1300 -M 15500 run 15000 4 HOME HOME HOME/instance-3311367-1304123576.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: 7.49 7.89 7.48 2/194 32340
/proc/meminfo: memFree=25018224/32951124 swapFree=67111524/67111528
[pid=32340] ppid=32338 vsize=28384 CPUtime=0 cores=0,2,4,6
/proc/32340/stat : 32340 (java) S 32338 32340 31482 0 -1 4202496 1429 0 0 0 0 0 0 0 25 0 2 0 504773446 29065216 898 33554432000 1073741824 1073778376 140733481275232 18446744073709551615 233522100197 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/32340/statm: 7096 898 686 9 0 381 0
[pid=32340/tid=32341] ppid=32338 vsize=30580 CPUtime=0 cores=0,2,4,6
/proc/32340/task/32341/stat : 32341 (java) R 32338 32340 31482 0 -1 4202560 83 0 0 0 0 0 0 0 25 0 2 0 504773446 31313920 909 33554432000 1073741824 1073778376 140733481275232 18446744073709551615 233505334940 0 0 4096 0 0 0 0 -1 2 0 0 0

[startup+0.019525 s]
/proc/loadavg: 7.49 7.89 7.48 2/194 32340
/proc/meminfo: memFree=25018224/32951124 swapFree=67111524/67111528
[pid=32340] ppid=32338 vsize=15602060 CPUtime=0.01 cores=0,2,4,6
/proc/32340/stat : 32340 (java) S 32338 32340 31482 0 -1 4202496 3245 0 1 0 1 0 0 0 25 0 11 0 504773446 15976509440 2686 33554432000 1073741824 1073778376 140733481275232 18446744073709551615 233522100197 0 0 0 16784584 18446744073709551615 0 0 17 2 0 0 0
/proc/32340/statm: 3900515 2686 1562 9 0 3891263 0
[pid=32340/tid=32341] ppid=32338 vsize=15602060 CPUtime=0.01 cores=0,2,4,6
/proc/32340/task/32341/stat : 32341 (java) S 32338 32340 31482 0 -1 4202560 1879 0 1 0 1 0 0 0 25 0 11 0 504773446 15976509440 2686 33554432000 1073741824 1073778376 140733481275232 18446744073709551615 233522113433 0 4 0 16784584 18446604453912947712 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 15602060

[startup+0.104342 s]
/proc/loadavg: 7.49 7.89 7.48 2/194 32340
/proc/meminfo: memFree=25018224/32951124 swapFree=67111524/67111528
[pid=32340] ppid=32338 vsize=15676796 CPUtime=0.11 cores=0,2,4,6
/proc/32340/stat : 32340 (java) S 32338 32340 31482 0 -1 4202496 5634 0 1 0 10 1 0 0 25 0 18 0 504773446 16053039104 5073 33554432000 1073741824 1073778376 140733481275232 18446744073709551615 233522100197 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/32340/statm: 3919199 5074 2118 9 0 3909918 0
[pid=32340/tid=32341] ppid=32338 vsize=15676796 CPUtime=0.09 cores=0,2,4,6
/proc/32340/task/32341/stat : 32341 (java) R 32338 32340 31482 0 -1 4202560 3537 0 1 0 8 1 0 0 18 0 18 0 504773446 16053039104 5074 33554432000 1073741824 1073778376 140733481275232 18446744073709551615 46912505219208 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 15676796

[startup+0.304305 s]
/proc/loadavg: 7.49 7.89 7.48 2/194 32340
/proc/meminfo: memFree=25018224/32951124 swapFree=67111524/67111528
[pid=32340] ppid=32338 vsize=15686816 CPUtime=0.55 cores=0,2,4,6
/proc/32340/stat : 32340 (java) S 32338 32340 31482 0 -1 4202496 12997 0 1 0 53 2 0 0 25 0 22 0 504773446 16063299584 11108 33554432000 1073741824 1073778376 140733481275232 18446744073709551615 233522100197 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/32340/statm: 3921704 11108 2214 9 0 3912423 0
[pid=32340/tid=32341] ppid=32338 vsize=15686816 CPUtime=0.28 cores=0,2,4,6
/proc/32340/task/32341/stat : 32341 (java) R 32338 32340 31482 0 -1 4202560 7684 0 1 0 27 1 0 0 19 0 22 0 504773446 16063299584 11108 33554432000 1073741824 1073778376 140733481275232 18446744073709551615 46912505200167 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.55
Current children cumulated vsize (KiB) 15686816

[startup+0.940128 s]
/proc/loadavg: 7.49 7.89 7.48 2/194 32340
/proc/meminfo: memFree=25018224/32951124 swapFree=67111524/67111528
[pid=32340] ppid=32338 vsize=15703968 CPUtime=2.77 cores=0,2,4,6
/proc/32340/stat : 32340 (java) S 32338 32340 31482 0 -1 4202496 42768 0 1 0 271 6 0 0 25 0 22 0 504773446 16080863232 36702 33554432000 1073741824 1073778376 140733481275232 18446744073709551615 233522100197 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/32340/statm: 3925992 36704 2264 9 0 3916711 0
[pid=32340/tid=32341] ppid=32338 vsize=15703968 CPUtime=0.44 cores=0,2,4,6
/proc/32340/task/32341/stat : 32341 (java) S 32338 32340 31482 0 -1 4202560 8170 0 1 0 43 1 0 0 18 0 22 0 504773446 16080863232 36705 33554432000 1073741824 1073778376 140733481275232 18446744073709551615 233522113433 0 4 0 16800975 18446604453912947712 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 2.77
Current children cumulated vsize (KiB) 15703968

[startup+1.50103 s]
/proc/loadavg: 7.49 7.89 7.48 9/220 32366
/proc/meminfo: memFree=24634996/32951124 swapFree=67111524/67111528
[pid=32340] ppid=32338 vsize=15703968 CPUtime=4.9 cores=0,2,4,6
/proc/32340/stat : 32340 (java) S 32338 32340 31482 0 -1 4202496 57045 0 1 0 482 8 0 0 25 0 22 0 504773446 16080863232 50966 33554432000 1073741824 1073778376 140733481275232 18446744073709551615 233522100197 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/32340/statm: 3925992 50966 2279 9 0 3916711 0
[pid=32340/tid=32341] ppid=32338 vsize=15703968 CPUtime=0.44 cores=0,2,4,6
/proc/32340/task/32341/stat : 32341 (java) S 32338 32340 31482 0 -1 4202560 8170 0 1 0 43 1 0 0 18 0 22 0 504773446 16080863232 50966 33554432000 1073741824 1073778376 140733481275232 18446744073709551615 233522113433 0 4 0 16800975 18446604453912947712 0 0 -1 4 0 0 0
[pid=32340/tid=32343] ppid=32338 vsize=15703968 CPUtime=0 cores=0,2,4,6
/proc/32340/task/32343/stat : 32343 (java) S 32338 32340 31482 0 -1 4202560 408 0 0 0 0 0 0 0 15 0 22 0 504773447 16080863232 50966 33554432000 1073741824 1073778376 140733481275232 18446744073709551615 233522113433 0 4 0 16800975 18446604453912947712 0 0 -1 4 0 0 0
[pid=32340/tid=32344] ppid=32338 vsize=15703968 CPUtime=0 cores=0,2,4,6
/proc/32340/task/32344/stat : 32344 (java) S 32338 32340 31482 0 -1 4202560 213 0 0 0 0 0 0 0 16 0 22 0 504773447 16080863232 50966 33554432000 1073741824 1073778376 140733481275232 18446744073709551615 233522113433 0 4 0 16800975 18446604453912947712 0 0 -1 2 0 0 0
[pid=32340/tid=32345] ppid=32338 vsize=15703968 CPUtime=0 cores=0,2,4,6
/proc/32340/task/32345/stat : 32345 (java) S 32338 32340 31482 0 -1 4202560 12 0 0 0 0 0 0 0 15 0 22 0 504773447 16080863232 50966 33554432000 1073741824 1073778376 140733481275232 18446744073709551615 233522113433 0 4 0 16800975 18446604453912947712 0 0 -1 4 0 0 0
[pid=32340/tid=32346] ppid=32338 vsize=15703968 CPUtime=0 cores=0,2,4,6
/proc/32340/task/32346/stat : 32346 (java) S 32338 32340 31482 0 -1 4202560 263 0 0 0 0 0 0 0 15 0 22 0 504773447 16080863232 50966 33554432000 1073741824 1073778376 140733481275232 18446744073709551615 233522113433 0 4 0 16800975 18446604453912947712 0 0 -1 6 0 0 0
[pid=32340/tid=32347] ppid=32338 vsize=15703968 CPUtime=0 cores=0,2,4,6
/proc/32340/task/32347/stat : 32347 (java) S 32338 32340 31482 0 -1 4202560 626 0 0 0 0 0 0 0 15 0 22 0 504773447 16080863232 50966 33554432000 1073741824 1073778376 140733481275232 18446744073709551615 233522113433 0 4 0 16800975 18446604453912947712 0 0 -1 0 0 0 0
[pid=32340/tid=32348] ppid=32338 vsize=15703968 CPUtime=0 cores=0,2,4,6
/proc/32340/task/32348/stat : 32348 (java) S 32338 32340 31482 0 -1 4202560 896 0 0 0 0 0 0 0 15 0 22 0 504773447 16080863232 50966 33554432000 1073741824 1073778376 140733481275232 18446744073709551615 233522113433 0 4 0 16800975 18446604453912947712 0 0 -1 0 0 0 0
[pid=32340/tid=32349] ppid=32338 vsize=15703968 CPUtime=0 cores=0,2,4,6
/proc/32340/task/32349/stat : 32349 (java) S 32338 32340 31482 0 -1 4202560 707 0 0 0 0 0 0 0 16 0 22 0 504773447 16080863232 50966 33554432000 1073741824 1073778376 140733481275232 18446744073709551615 233522113433 0 4 0 16800975 18446604453912947712 0 0 -1 6 0 0 0
[pid=32340/tid=32350] ppid=32338 vsize=15703968 CPUtime=0 cores=0,2,4,6
/proc/32340/task/32350/stat : 32350 (java) S 32338 32340 31482 0 -1 4202560 733 0 0 0 0 0 0 0 15 0 22 0 504773447 16080863232 50966 33554432000 1073741824 1073778376 140733481275232 18446744073709551615 233522113433 0 4 0 16800975 18446604453912947712 0 0 -1 2 0 0 0
[pid=32340/tid=32351] ppid=32338 vsize=15703968 CPUtime=0 cores=0,2,4,6
/proc/32340/task/32351/stat : 32351 (java) S 32338 32340 31482 0 -1 4202560 74 0 0 0 0 0 0 0 15 0 22 0 504773448 16080863232 50966 33554432000 1073741824 1073778376 140733481275232 18446744073709551615 233522114048 0 0 0 16800975 18446604453912947712 0 0 -1 6 0 0 0
[pid=32340/tid=32352] ppid=32338 vsize=15703968 CPUtime=0 cores=0,2,4,6
/proc/32340/task/32352/stat : 32352 (java) S 32338 32340 31482 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 504773448 16080863232 50966 33554432000 1073741824 1073778376 140733481275232 18446744073709551615 233522113433 0 4 0 16800975 18446604453912947712 0 0 -1 6 0 0 0
[pid=32340/tid=32353] ppid=32338 vsize=15703968 CPUtime=0 cores=0,2,4,6
/proc/32340/task/32353/stat : 32353 (java) S 32338 32340 31482 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 504773448 16080863232 50966 33554432000 1073741824 1073778376 140733481275232 18446744073709551615 233522113433 0 4 0 16800975 18446604453912947712 0 0 -1 6 0 0 0
[pid=32340/tid=32354] ppid=32338 vsize=15703968 CPUtime=0 cores=0,2,4,6
/proc/32340/task/32354/stat : 32354 (java) S 32338 32340 31482 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 504773450 16080863232 50966 33554432000 1073741824 1073778376 140733481275232 18446744073709551615 233522121137 0 4 0 16800975 18446604453912947712 0 0 -1 6 0 0 0
[pid=32340/tid=32355] ppid=32338 vsize=15703968 CPUtime=0.79 cores=0,2,4,6
/proc/32340/task/32355/stat : 32355 (java) S 32338 32340 31482 0 -1 4202560 10397 0 0 0 78 1 0 0 15 0 22 0 504773450 16080863232 50966 33554432000 1073741824 1073778376 140733481275232 18446744073709551615 233522113433 0 4 0 16800975 18446604453912947712 0 0 -1 2 0 0 0
[pid=32340/tid=32356] ppid=32338 vsize=15703968 CPUtime=0.75 cores=0,2,4,6
/proc/32340/task/32356/stat : 32356 (java) S 32338 32340 31482 0 -1 4202560 5650 0 0 0 75 0 0 0 15 0 22 0 504773450 16080863232 50966 33554432000 1073741824 1073778376 140733481275232 18446744073709551615 233522113433 0 4 0 16800975 18446604453912947712 0 0 -1 0 0 0 0
[pid=32340/tid=32357] ppid=32338 vsize=15703968 CPUtime=0 cores=0,2,4,6
/proc/32340/task/32357/stat : 32357 (java) S 32338 32340 31482 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 504773450 16080863232 50966 33554432000 1073741824 1073778376 140733481275232 18446744073709551615 233522113433 0 4 0 16800975 18446604453912947712 0 0 -1 6 0 0 0
[pid=32340/tid=32358] ppid=32338 vsize=15703968 CPUtime=0 cores=0,2,4,6
/proc/32340/task/32358/stat : 32358 (java) S 32338 32340 31482 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 504773450 16080863232 50966 33554432000 1073741824 1073778376 140733481275232 18446744073709551615 233522114048 0 4 0 16800975 18446604453912947712 0 0 -1 4 0 0 0
[pid=32340/tid=32363] ppid=32338 vsize=15703968 CPUtime=0.94 cores=0,2,4,6
/proc/32340/task/32363/stat : 32363 (java) R 32338 32340 31482 0 -1 4202560 12159 0 0 0 93 1 0 0 19 0 22 0 504773474 16080863232 50966 33554432000 1073741824 1073778376 140733481275232 18446744073709551615 47093740378997 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=32340/tid=32364] ppid=32338 vsize=15703968 CPUtime=0.47 cores=0,2,4,6
/proc/32340/task/32364/stat : 32364 (java) R 32338 32340 31482 0 -1 4202560 366 0 0 0 47 0 0 0 16 0 22 0 504773474 16080863232 50966 33554432000 1073741824 1073778376 140733481275232 18446744073709551615 18446744073699065939 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=32340/tid=32365] ppid=32338 vsize=15703968 CPUtime=0.51 cores=0,2,4,6
/proc/32340/task/32365/stat : 32365 (java) R 32338 32340 31482 0 -1 4202560 2254 0 0 0 51 0 0 0 18 0 22 0 504773474 16080863232 50966 33554432000 1073741824 1073778376 140733481275232 18446744073709551615 46912505836450 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=32340/tid=32366] ppid=32338 vsize=15703968 CPUtime=0.92 cores=0,2,4,6
/proc/32340/task/32366/stat : 32366 (java) R 32338 32340 31482 0 -1 4202560 12731 0 0 0 91 1 0 0 19 0 22 0 504773474 16080863232 50966 33554432000 1073741824 1073778376 140733481275232 18446744073709551615 46912505800130 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4.9
Current children cumulated vsize (KiB) 15703968

[startup+3.10074 s]
/proc/loadavg: 7.49 7.89 7.48 9/220 32366
/proc/meminfo: memFree=24340744/32951124 swapFree=67111524/67111528
[pid=32340] ppid=32338 vsize=15703968 CPUtime=11.29 cores=0,2,4,6
/proc/32340/stat : 32340 (java) S 32338 32340 31482 0 -1 4202496 93346 0 1 0 1116 13 0 0 25 0 22 0 504773446 16080863232 85374 33554432000 1073741824 1073778376 140733481275232 18446744073709551615 233522100197 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/32340/statm: 3925992 85374 2279 9 0 3916711 0
[pid=32340/tid=32341] ppid=32338 vsize=15703968 CPUtime=0.44 cores=0,2,4,6
/proc/32340/task/32341/stat : 32341 (java) S 32338 32340 31482 0 -1 4202560 8170 0 1 0 43 1 0 0 18 0 22 0 504773446 16080863232 85374 33554432000 1073741824 1073778376 140733481275232 18446744073709551615 233522113433 0 4 0 16800975 18446604453912947712 0 0 -1 4 0 0 0
[pid=32340/tid=32343] ppid=32338 vsize=15703968 CPUtime=0 cores=0,2,4,6
/proc/32340/task/32343/stat : 32343 (java) S 32338 32340 31482 0 -1 4202560 1478 0 0 0 0 0 0 0 16 0 22 0 504773447 16080863232 85374 33554432000 1073741824 1073778376 140733481275232 18446744073709551615 233522113433 0 4 0 16800975 18446604453912947712 0 0 -1 4 0 0 0
[pid=32340/tid=32344] ppid=32338 vsize=15703968 CPUtime=0 cores=0,2,4,6
/proc/32340/task/32344/stat : 32344 (java) S 32338 32340 31482 0 -1 4202560 1303 0 0 0 0 0 0 0 16 0 22 0 504773447 16080863232 85374 33554432000 1073741824 1073778376 140733481275232 18446744073709551615 233522113433 0 4 0 16800975 18446604453912947712 0 0 -1 2 0 0 0
[pid=32340/tid=32345] ppid=32338 vsize=15703968 CPUtime=0 cores=0,2,4,6
/proc/32340/task/32345/stat : 32345 (java) S 32338 32340 31482 0 -1 4202560 584 0 0 0 0 0 0 0 16 0 22 0 504773447 16080863232 85374 33554432000 1073741824 1073778376 140733481275232 18446744073709551615 233522113433 0 4 0 16800975 18446604453912947712 0 0 -1 4 0 0 0
[pid=32340/tid=32346] ppid=32338 vsize=15703968 CPUtime=0 cores=0,2,4,6
/proc/32340/task/32346/stat : 32346 (java) S 32338 32340 31482 0 -1 4202560 1193 0 0 0 0 0 0 0 15 0 22 0 504773447 16080863232 85374 33554432000 1073741824 1073778376 140733481275232 18446744073709551615 233522113433 0 4 0 16800975 18446604453912947712 0 0 -1 0 0 0 0
[pid=32340/tid=32347] ppid=32338 vsize=15703968 CPUtime=0 cores=0,2,4,6
/proc/32340/task/32347/stat : 32347 (java) S 32338 32340 31482 0 -1 4202560 1720 0 0 0 0 0 0 0 15 0 22 0 504773447 16080863232 85374 33554432000 1073741824 1073778376 140733481275232 18446744073709551615 233522113433 0 4 0 16800975 18446604453912947712 0 0 -1 0 0 0 0
[pid=32340/tid=32348] ppid=32338 vsize=15703968 CPUtime=0 cores=0,2,4,6
/proc/32340/task/32348/stat : 32348 (java) S 32338 32340 31482 0 -1 4202560 2619 0 0 0 0 0 0 0 15 0 22 0 504773447 16080863232 85374 33554432000 1073741824 1073778376 140733481275232 18446744073709551615 233522113433 0 4 0 16800975 18446604453912947712 0 0 -1 4 0 0 0
[pid=32340/tid=32349] ppid=32338 vsize=15703968 CPUtime=0 cores=0,2,4,6
/proc/32340/task/32349/stat : 32349 (java) S 32338 32340 31482 0 -1 4202560 1558 0 0 0 0 0 0 0 16 0 22 0 504773447 16080863232 85374 33554432000 1073741824 1073778376 140733481275232 18446744073709551615 233522113433 0 4 0 16800975 18446604453912947712 0 0 -1 6 0 0 0
[pid=32340/tid=32350] ppid=32338 vsize=15703968 CPUtime=0 cores=0,2,4,6
/proc/32340/task/32350/stat : 32350 (java) S 32338 32340 31482 0 -1 4202560 1223 0 0 0 0 0 0 0 16 0 22 0 504773447 16080863232 85374 33554432000 1073741824 1073778376 140733481275232 18446744073709551615 233522113433 0 4 0 16800975 18446604453912947712 0 0 -1 2 0 0 0
[pid=32340/tid=32351] ppid=32338 vsize=15703968 CPUtime=0 cores=0,2,4,6
/proc/32340/task/32351/stat : 32351 (java) S 32338 32340 31482 0 -1 4202560 188 0 0 0 0 0 0 0 15 0 22 0 504773448 16080863232 85374 33554432000 1073741824 1073778376 140733481275232 18446744073709551615 233522114048 0 0 0 16800975 18446604453912947712 0 0 -1 6 0 0 0
[pid=32340/tid=32352] ppid=32338 vsize=15703968 CPUtime=0 cores=0,2,4,6
/proc/32340/task/32352/stat : 32352 (java) S 32338 32340 31482 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 504773448 16080863232 85374 33554432000 1073741824 1073778376 140733481275232 18446744073709551615 233522113433 0 4 0 16800975 18446604453912947712 0 0 -1 6 0 0 0
[pid=32340/tid=32353] ppid=32338 vsize=15703968 CPUtime=0 cores=0,2,4,6
/proc/32340/task/32353/stat : 32353 (java) S 32338 32340 31482 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 504773448 16080863232 85374 33554432000 1073741824 1073778376 140733481275232 18446744073709551615 233522113433 0 4 0 16800975 18446604453912947712 0 0 -1 6 0 0 0
[pid=32340/tid=32354] ppid=32338 vsize=15703968 CPUtime=0 cores=0,2,4,6
/proc/32340/task/32354/stat : 32354 (java) S 32338 32340 31482 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 504773450 16080863232 85374 33554432000 1073741824 1073778376 140733481275232 18446744073709551615 233522121137 0 4 0 16800975 18446604453912947712 0 0 -1 6 0 0 0
[pid=32340/tid=32355] ppid=32338 vsize=15703968 CPUtime=0.89 cores=0,2,4,6
/proc/32340/task/32355/stat : 32355 (java) S 32338 32340 31482 0 -1 4202560 10415 0 0 0 88 1 0 0 15 0 22 0 504773450 16080863232 85374 33554432000 1073741824 1073778376 140733481275232 18446744073709551615 233522113433 0 4 0 16800975 18446604453912947712 0 0 -1 2 0 0 0
[pid=32340/tid=32356] ppid=32338 vsize=15703968 CPUtime=0.82 cores=0,2,4,6
/proc/32340/task/32356/stat : 32356 (java) S 32338 32340 31482 0 -1 4202560 5660 0 0 0 82 0 0 0 16 0 22 0 504773450 16080863232 85374 33554432000 1073741824 1073778376 140733481275232 18446744073709551615 233522113433 0 4 0 16800975 18446604453912947712 0 0 -1 0 0 0 0
[pid=32340/tid=32357] ppid=32338 vsize=15703968 CPUtime=0 cores=0,2,4,6
/proc/32340/task/32357/stat : 32357 (java) S 32338 32340 31482 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 504773450 16080863232 85374 33554432000 1073741824 1073778376 140733481275232 18446744073709551615 233522113433 0 4 0 16800975 18446604453912947712 0 0 -1 6 0 0 0
[pid=32340/tid=32358] ppid=32338 vsize=15703968 CPUtime=0 cores=0,2,4,6
/proc/32340/task/32358/stat : 32358 (java) S 32338 32340 31482 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 504773450 16080863232 85374 33554432000 1073741824 1073778376 140733481275232 18446744073709551615 233522114048 0 4 0 16800975 18446604453912947712 0 0 -1 4 0 0 0
[pid=32340/tid=32363] ppid=32338 vsize=15703968 CPUtime=2.53 cores=0,2,4,6
/proc/32340/task/32363/stat : 32363 (java) R 32338 32340 31482 0 -1 4202560 19154 0 0 0 251 2 0 0 22 0 22 0 504773474 16080863232 85374 33554432000 1073741824 1073778376 140733481275232 18446744073709551615 46912505744597 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=32340/tid=32364] ppid=32338 vsize=15703968 CPUtime=2.06 cores=0,2,4,6
/proc/32340/task/32364/stat : 32364 (java) R 32338 32340 31482 0 -1 4202560 7591 0 0 0 205 1 0 0 18 0 22 0 504773474 16080863232 85374 33554432000 1073741824 1073778376 140733481275232 18446744073709551615 18446744073699065897 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=32340/tid=32365] ppid=32338 vsize=15703968 CPUtime=2.02 cores=0,2,4,6
/proc/32340/task/32365/stat : 32365 (java) R 32338 32340 31482 0 -1 4202560 9389 0 0 0 202 0 0 0 20 0 22 0 504773474 16080863232 85374 33554432000 1073741824 1073778376 140733481275232 18446744073709551615 46912505798992 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=32340/tid=32366] ppid=32338 vsize=15703968 CPUtime=2.39 cores=0,2,4,6
/proc/32340/task/32366/stat : 32366 (java) R 32338 32340 31482 0 -1 4202560 19715 0 0 0 238 1 0 0 22 0 22 0 504773474 16080863232 85374 33554432000 1073741824 1073778376 140733481275232 18446744073709551615 46912506015415 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 11.29
Current children cumulated vsize (KiB) 15703968

[startup+6.30117 s]
/proc/loadavg: 7.53 7.90 7.49 9/220 32366
/proc/meminfo: memFree=23597488/32951124 swapFree=67111524/67111528
[pid=32340] ppid=32338 vsize=15703968 CPUtime=24.05 cores=0,2,4,6
/proc/32340/stat : 32340 (java) S 32338 32340 31482 0 -1 4202496 96715 0 1 0 2391 14 0 0 25 0 22 0 504773446 16080863232 85657 33554432000 1073741824 1073778376 140733481275232 18446744073709551615 233522100197 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/32340/statm: 3925992 85657 2289 9 0 3916711 0
[pid=32340/tid=32341] ppid=32338 vsize=15703968 CPUtime=0.44 cores=0,2,4,6
/proc/32340/task/32341/stat : 32341 (java) S 32338 32340 31482 0 -1 4202560 8170 0 1 0 43 1 0 0 18 0 22 0 504773446 16080863232 85657 33554432000 1073741824 1073778376 140733481275232 18446744073709551615 233522113433 0 4 0 16800975 18446604453912947712 0 0 -1 4 0 0 0
[pid=32340/tid=32343] ppid=32338 vsize=15703968 CPUtime=0 cores=0,2,4,6
/proc/32340/task/32343/stat : 32343 (java) S 32338 32340 31482 0 -1 4202560 1973 0 0 0 0 0 0 0 15 0 22 0 504773447 16080863232 85657 33554432000 1073741824 1073778376 140733481275232 18446744073709551615 233522113433 0 4 0 16800975 18446604453912947712 0 0 -1 0 0 0 0
[pid=32340/tid=32344] ppid=32338 vsize=15703968 CPUtime=0 cores=0,2,4,6
/proc/32340/task/32344/stat : 32344 (java) S 32338 32340 31482 0 -1 4202560 1572 0 0 0 0 0 0 0 15 0 22 0 504773447 16080863232 85657 33554432000 1073741824 1073778376 140733481275232 18446744073709551615 233522113433 0 4 0 16800975 18446604453912947712 0 0 -1 2 0 0 0
[pid=32340/tid=32345] ppid=32338 vsize=15703968 CPUtime=0 cores=0,2,4,6
/proc/32340/task/32345/stat : 32345 (java) S 32338 32340 31482 0 -1 4202560 954 0 0 0 0 0 0 0 15 0 22 0 504773447 16080863232 85657 33554432000 1073741824 1073778376 140733481275232 18446744073709551615 233522113433 0 4 0 16800975 18446604453912947712 0 0 -1 6 0 0 0
[pid=32340/tid=32346] ppid=32338 vsize=15703968 CPUtime=0 cores=0,2,4,6
/proc/32340/task/32346/stat : 32346 (java) S 32338 32340 31482 0 -1 4202560 1734 0 0 0 0 0 0 0 16 0 22 0 504773447 16080863232 85657 33554432000 1073741824 1073778376 140733481275232 18446744073709551615 233522113433 0 4 0 16800975 18446604453912947712 0 0 -1 0 0 0 0
[pid=32340/tid=32347] ppid=32338 vsize=15703968 CPUtime=0 cores=0,2,4,6
/proc/32340/task/32347/stat : 32347 (java) S 32338 32340 31482 0 -1 4202560 2362 0 0 0 0 0 0 0 16 0 22 0 504773447 16080863232 85657 33554432000 1073741824 1073778376 140733481275232 18446744073709551615 233522113433 0 4 0 16800975 18446604453912947712 0 0 -1 6 0 0 0
[pid=32340/tid=32348] ppid=32338 vsize=15703968 CPUtime=0 cores=0,2,4,6
/proc/32340/task/32348/stat : 32348 (java) S 32338 32340 31482 0 -1 4202560 3301 0 0 0 0 0 0 0 15 0 22 0 504773447 16080863232 85657 33554432000 1073741824 1073778376 140733481275232 18446744073709551615 233522113433 0 4 0 16800975 18446604453912947712 0 0 -1 4 0 0 0
[pid=32340/tid=32349] ppid=32338 vsize=15703968 CPUtime=0 cores=0,2,4,6
/proc/32340/task/32349/stat : 32349 (java) S 32338 32340 31482 0 -1 4202560 1705 0 0 0 0 0 0 0 15 0 22 0 504773447 16080863232 85657 33554432000 1073741824 1073778376 140733481275232 18446744073709551615 233522113433 0 4 0 16800975 18446604453912947712 0 0 -1 4 0 0 0
[pid=32340/tid=32350] ppid=32338 vsize=15703968 CPUtime=0 cores=0,2,4,6
/proc/32340/task/32350/stat : 32350 (java) S 32338 32340 31482 0 -1 4202560 1400 0 0 0 0 0 0 0 15 0 22 0 504773447 16080863232 85657 33554432000 1073741824 1073778376 140733481275232 18446744073709551615 233522113433 0 4 0 16800975 18446604453912947712 0 0 -1 2 0 0 0

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

[pid=32340/tid=32364] ppid=32338 vsize=15703968 CPUtime=1108.2 cores=0,2,4,6
/proc/32340/task/32364/stat : 32364 (java) R 32338 32340 31482 0 -1 4202560 175774 0 0 0 110787 33 0 0 25 0 22 0 504773474 16080863232 68806 33554432000 1073741824 1073778376 140733481275232 18446744073709551615 47093740381258 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=32340/tid=32365] ppid=32338 vsize=15703968 CPUtime=1107.99 cores=0,2,4,6
/proc/32340/task/32365/stat : 32365 (java) R 32338 32340 31482 0 -1 4202560 174659 0 0 0 110767 32 0 0 25 0 22 0 504773474 16080863232 68806 33554432000 1073741824 1073778376 140733481275232 18446744073709551615 46912506015373 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=32340/tid=32366] ppid=32338 vsize=15703968 CPUtime=1108.42 cores=0,2,4,6
/proc/32340/task/32366/stat : 32366 (java) R 32338 32340 31482 0 -1 4202560 188730 0 0 0 110804 38 0 0 25 0 22 0 504773474 16080863232 68806 33554432000 1073741824 1073778376 140733481275232 18446744073709551615 46912506074892 0 4 0 16800975 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4461.98
Current children cumulated vsize (KiB) 15703968

[startup+1182.3 s]
/proc/loadavg: 8.11 8.07 7.88 9/220 32397
/proc/meminfo: memFree=24344000/32951124 swapFree=67111524/67111528
[pid=32340] ppid=32338 vsize=15703968 CPUtime=4700.52 cores=0,2,4,6
/proc/32340/stat : 32340 (java) S 32338 32340 31482 0 -1 4202496 1374669 0 1 0 469699 353 0 0 25 0 22 0 504773446 16080863232 75148 33554432000 1073741824 1073778376 140733481275232 18446744073709551615 233522100197 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/32340/statm: 3925992 75148 2299 9 0 3916711 0
[pid=32340/tid=32341] ppid=32338 vsize=15703968 CPUtime=0.44 cores=0,2,4,6
/proc/32340/task/32341/stat : 32341 (java) S 32338 32340 31482 0 -1 4202560 8170 0 1 0 43 1 0 0 18 0 22 0 504773446 16080863232 75148 33554432000 1073741824 1073778376 140733481275232 18446744073709551615 233522113433 0 4 0 16800975 18446604453912947712 0 0 -1 4 0 0 0
[pid=32340/tid=32343] ppid=32338 vsize=15703968 CPUtime=3.32 cores=0,2,4,6
/proc/32340/task/32343/stat : 32343 (java) S 32338 32340 31482 0 -1 4202560 73354 0 0 0 316 16 0 0 15 0 22 0 504773447 16080863232 75148 33554432000 1073741824 1073778376 140733481275232 18446744073709551615 233522113433 0 4 0 16800975 18446604453912947712 0 0 -1 6 0 0 0
[pid=32340/tid=32344] ppid=32338 vsize=15703968 CPUtime=3.3 cores=0,2,4,6
/proc/32340/task/32344/stat : 32344 (java) S 32338 32340 31482 0 -1 4202560 72451 0 0 0 314 16 0 0 16 0 22 0 504773447 16080863232 75148 33554432000 1073741824 1073778376 140733481275232 18446744073709551615 233522113433 0 4 0 16800975 18446604453912947712 0 0 -1 0 0 0 0
[pid=32340/tid=32345] ppid=32338 vsize=15703968 CPUtime=3.31 cores=0,2,4,6
/proc/32340/task/32345/stat : 32345 (java) S 32338 32340 31482 0 -1 4202560 71325 0 0 0 314 17 0 0 15 0 22 0 504773447 16080863232 75148 33554432000 1073741824 1073778376 140733481275232 18446744073709551615 233522113433 0 4 0 16800975 18446604453912947712 0 0 -1 4 0 0 0
[pid=32340/tid=32346] ppid=32338 vsize=15703968 CPUtime=3.24 cores=0,2,4,6
/proc/32340/task/32346/stat : 32346 (java) S 32338 32340 31482 0 -1 4202560 70428 0 0 0 306 18 0 0 15 0 22 0 504773447 16080863232 75148 33554432000 1073741824 1073778376 140733481275232 18446744073709551615 233522113433 0 4 0 16800975 18446604453912947712 0 0 -1 6 0 0 0
[pid=32340/tid=32347] ppid=32338 vsize=15703968 CPUtime=3.17 cores=0,2,4,6
/proc/32340/task/32347/stat : 32347 (java) S 32338 32340 31482 0 -1 4202560 71338 0 0 0 300 17 0 0 16 0 22 0 504773447 16080863232 75148 33554432000 1073741824 1073778376 140733481275232 18446744073709551615 233522113433 0 4 0 16800975 18446604453912947712 0 0 -1 6 0 0 0
[pid=32340/tid=32348] ppid=32338 vsize=15703968 CPUtime=3.14 cores=0,2,4,6
/proc/32340/task/32348/stat : 32348 (java) S 32338 32340 31482 0 -1 4202560 73277 0 0 0 298 16 0 0 16 0 22 0 504773447 16080863232 75148 33554432000 1073741824 1073778376 140733481275232 18446744073709551615 233522113433 0 4 0 16800975 18446604453912947712 0 0 -1 2 0 0 0
[pid=32340/tid=32349] ppid=32338 vsize=15703968 CPUtime=3.22 cores=0,2,4,6
/proc/32340/task/32349/stat : 32349 (java) S 32338 32340 31482 0 -1 4202560 72749 0 0 0 304 18 0 0 15 0 22 0 504773447 16080863232 75148 33554432000 1073741824 1073778376 140733481275232 18446744073709551615 233522113433 0 4 0 16800975 18446604453912947712 0 0 -1 4 0 0 0
[pid=32340/tid=32350] ppid=32338 vsize=15703968 CPUtime=3.17 cores=0,2,4,6
/proc/32340/task/32350/stat : 32350 (java) S 32338 32340 31482 0 -1 4202560 71232 0 0 0 300 17 0 0 16 0 22 0 504773447 16080863232 75148 33554432000 1073741824 1073778376 140733481275232 18446744073709551615 233522113433 0 4 0 16800975 18446604453912947712 0 0 -1 4 0 0 0
[pid=32340/tid=32351] ppid=32338 vsize=15703968 CPUtime=2.2 cores=0,2,4,6
/proc/32340/task/32351/stat : 32351 (java) S 32338 32340 31482 0 -1 4202560 3478 0 0 0 161 59 0 0 16 0 22 0 504773448 16080863232 75148 33554432000 1073741824 1073778376 140733481275232 18446744073709551615 233522114048 0 0 0 16800975 18446604453912947712 0 0 -1 2 0 0 0
[pid=32340/tid=32352] ppid=32338 vsize=15703968 CPUtime=0 cores=0,2,4,6
/proc/32340/task/32352/stat : 32352 (java) S 32338 32340 31482 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 504773448 16080863232 75148 33554432000 1073741824 1073778376 140733481275232 18446744073709551615 233522113433 0 4 0 16800975 18446604453912947712 0 0 -1 6 0 0 0
[pid=32340/tid=32353] ppid=32338 vsize=15703968 CPUtime=0 cores=0,2,4,6
/proc/32340/task/32353/stat : 32353 (java) S 32338 32340 31482 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 504773448 16080863232 75148 33554432000 1073741824 1073778376 140733481275232 18446744073709551615 233522113433 0 4 0 16800975 18446604453912947712 0 0 -1 6 0 0 0
[pid=32340/tid=32354] ppid=32338 vsize=15703968 CPUtime=0 cores=0,2,4,6
/proc/32340/task/32354/stat : 32354 (java) S 32338 32340 31482 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 504773450 16080863232 75148 33554432000 1073741824 1073778376 140733481275232 18446744073709551615 233522121137 0 4 0 16800975 18446604453912947712 0 0 -1 6 0 0 0
[pid=32340/tid=32355] ppid=32338 vsize=15703968 CPUtime=0.98 cores=0,2,4,6
/proc/32340/task/32355/stat : 32355 (java) S 32338 32340 31482 0 -1 4202560 10434 0 0 0 97 1 0 0 15 0 22 0 504773450 16080863232 75148 33554432000 1073741824 1073778376 140733481275232 18446744073709551615 233522113433 0 4 0 16800975 18446604453912947712 0 0 -1 2 0 0 0
[pid=32340/tid=32356] ppid=32338 vsize=15703968 CPUtime=0.94 cores=0,2,4,6
/proc/32340/task/32356/stat : 32356 (java) S 32338 32340 31482 0 -1 4202560 5677 0 0 0 94 0 0 0 15 0 22 0 504773450 16080863232 75148 33554432000 1073741824 1073778376 140733481275232 18446744073709551615 233522113433 0 4 0 16800975 18446604453912947712 0 0 -1 6 0 0 0
[pid=32340/tid=32357] ppid=32338 vsize=15703968 CPUtime=0 cores=0,2,4,6
/proc/32340/task/32357/stat : 32357 (java) S 32338 32340 31482 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 504773450 16080863232 75148 33554432000 1073741824 1073778376 140733481275232 18446744073709551615 233522113433 0 4 0 16800975 18446604453912947712 0 0 -1 6 0 0 0
[pid=32340/tid=32358] ppid=32338 vsize=15703968 CPUtime=0 cores=0,2,4,6
/proc/32340/task/32358/stat : 32358 (java) S 32338 32340 31482 0 -1 4202560 61 0 0 0 0 0 0 0 15 0 22 0 504773450 16080863232 75148 33554432000 1073741824 1073778376 140733481275232 18446744073709551615 233522114048 0 4 0 16800975 18446604453912947712 0 0 -1 4 0 0 0
[pid=32340/tid=32363] ppid=32338 vsize=15703968 CPUtime=1167.44 cores=0,2,4,6
/proc/32340/task/32363/stat : 32363 (java) R 32338 32340 31482 0 -1 4202560 195035 0 0 0 116708 36 0 0 25 0 22 0 504773474 16080863232 75148 33554432000 1073741824 1073778376 140733481275232 18446744073709551615 46912505891934 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=32340/tid=32364] ppid=32338 vsize=15703968 CPUtime=1167.53 cores=0,2,4,6
/proc/32340/task/32364/stat : 32364 (java) R 32338 32340 31482 0 -1 4202560 187632 0 0 0 116717 36 0 0 25 0 22 0 504773474 16080863232 75148 33554432000 1073741824 1073778376 140733481275232 18446744073709551615 46912505799950 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=32340/tid=32365] ppid=32338 vsize=15703968 CPUtime=1167.31 cores=0,2,4,6
/proc/32340/task/32365/stat : 32365 (java) R 32338 32340 31482 0 -1 4202560 186136 0 0 0 116697 34 0 0 25 0 22 0 504773474 16080863232 75148 33554432000 1073741824 1073778376 140733481275232 18446744073709551615 46912505706850 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=32340/tid=32366] ppid=32338 vsize=15703968 CPUtime=1167.6 cores=0,2,4,6
/proc/32340/task/32366/stat : 32366 (java) R 32338 32340 31482 0 -1 4202560 200507 0 0 0 116720 40 0 0 25 0 22 0 504773474 16080863232 75148 33554432000 1073741824 1073778376 140733481275232 18446744073709551615 46912506039382 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4700.52
Current children cumulated vsize (KiB) 15703968



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1207.4 s]
/proc/loadavg: 8.07 8.06 7.88 5/197 32401
/proc/meminfo: memFree=24700292/32951124 swapFree=67111524/67111528
[pid=32340] ppid=32338 vsize=15703968 CPUtime=4800.33 cores=0,2,4,6
/proc/32340/stat : 32340 (java) S 32338 32340 31482 0 -1 4202496 1408383 0 1 0 479672 361 0 0 25 0 22 0 504773446 16080863232 83141 33554432000 1073741824 1073778376 140733481275232 18446744073709551615 233522100197 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/32340/statm: 3925992 83141 2299 9 0 3916711 0
[pid=32340/tid=32341] ppid=32338 vsize=15703968 CPUtime=0.44 cores=0,2,4,6
/proc/32340/task/32341/stat : 32341 (java) S 32338 32340 31482 0 -1 4202560 8170 0 1 0 43 1 0 0 18 0 22 0 504773446 16080863232 83141 33554432000 1073741824 1073778376 140733481275232 18446744073709551615 233522113433 0 4 0 16800975 18446604453912947712 0 0 -1 4 0 0 0
[pid=32340/tid=32343] ppid=32338 vsize=15703968 CPUtime=3.38 cores=0,2,4,6
/proc/32340/task/32343/stat : 32343 (java) S 32338 32340 31482 0 -1 4202560 74753 0 0 0 322 16 0 0 16 0 22 0 504773447 16080863232 83141 33554432000 1073741824 1073778376 140733481275232 18446744073709551615 233522113433 0 4 0 16800975 18446604453912947712 0 0 -1 2 0 0 0
[pid=32340/tid=32344] ppid=32338 vsize=15703968 CPUtime=3.37 cores=0,2,4,6
/proc/32340/task/32344/stat : 32344 (java) S 32338 32340 31482 0 -1 4202560 73574 0 0 0 320 17 0 0 15 0 22 0 504773447 16080863232 83141 33554432000 1073741824 1073778376 140733481275232 18446744073709551615 233522113433 0 4 0 16800975 18446604453912947712 0 0 -1 6 0 0 0
[pid=32340/tid=32345] ppid=32338 vsize=15703968 CPUtime=3.4 cores=0,2,4,6
/proc/32340/task/32345/stat : 32345 (java) S 32338 32340 31482 0 -1 4202560 72651 0 0 0 322 18 0 0 15 0 22 0 504773447 16080863232 83141 33554432000 1073741824 1073778376 140733481275232 18446744073709551615 233522113433 0 4 0 16800975 18446604453912947712 0 0 -1 0 0 0 0
[pid=32340/tid=32346] ppid=32338 vsize=15703968 CPUtime=3.29 cores=0,2,4,6
/proc/32340/task/32346/stat : 32346 (java) S 32338 32340 31482 0 -1 4202560 71918 0 0 0 311 18 0 0 16 0 22 0 504773447 16080863232 83141 33554432000 1073741824 1073778376 140733481275232 18446744073709551615 233522113433 0 4 0 16800975 18446604453912947712 0 0 -1 4 0 0 0
[pid=32340/tid=32347] ppid=32338 vsize=15703968 CPUtime=3.24 cores=0,2,4,6
/proc/32340/task/32347/stat : 32347 (java) S 32338 32340 31482 0 -1 4202560 72447 0 0 0 307 17 0 0 15 0 22 0 504773447 16080863232 83141 33554432000 1073741824 1073778376 140733481275232 18446744073709551615 233522113433 0 4 0 16800975 18446604453912947712 0 0 -1 4 0 0 0
[pid=32340/tid=32348] ppid=32338 vsize=15703968 CPUtime=3.2 cores=0,2,4,6
/proc/32340/task/32348/stat : 32348 (java) S 32338 32340 31482 0 -1 4202560 74531 0 0 0 303 17 0 0 15 0 22 0 504773447 16080863232 83141 33554432000 1073741824 1073778376 140733481275232 18446744073709551615 233522113433 0 4 0 16800975 18446604453912947712 0 0 -1 2 0 0 0
[pid=32340/tid=32349] ppid=32338 vsize=15703968 CPUtime=3.29 cores=0,2,4,6
/proc/32340/task/32349/stat : 32349 (java) S 32338 32340 31482 0 -1 4202560 74226 0 0 0 310 19 0 0 15 0 22 0 504773447 16080863232 83141 33554432000 1073741824 1073778376 140733481275232 18446744073709551615 233522113433 0 4 0 16800975 18446604453912947712 0 0 -1 4 0 0 0
[pid=32340/tid=32350] ppid=32338 vsize=15703968 CPUtime=3.24 cores=0,2,4,6
/proc/32340/task/32350/stat : 32350 (java) S 32338 32340 31482 0 -1 4202560 71891 0 0 0 307 17 0 0 15 0 22 0 504773447 16080863232 83141 33554432000 1073741824 1073778376 140733481275232 18446744073709551615 233522113433 0 4 0 16800975 18446604453912947712 0 0 -1 6 0 0 0
[pid=32340/tid=32351] ppid=32338 vsize=15703968 CPUtime=2.25 cores=0,2,4,6
/proc/32340/task/32351/stat : 32351 (java) S 32338 32340 31482 0 -1 4202560 3613 0 0 0 165 60 0 0 15 0 22 0 504773448 16080863232 83141 33554432000 1073741824 1073778376 140733481275232 18446744073709551615 233522114048 0 0 0 16800975 18446604453912947712 0 0 -1 0 0 0 0
[pid=32340/tid=32352] ppid=32338 vsize=15703968 CPUtime=0 cores=0,2,4,6
/proc/32340/task/32352/stat : 32352 (java) S 32338 32340 31482 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 504773448 16080863232 83141 33554432000 1073741824 1073778376 140733481275232 18446744073709551615 233522113433 0 4 0 16800975 18446604453912947712 0 0 -1 6 0 0 0
[pid=32340/tid=32353] ppid=32338 vsize=15703968 CPUtime=0 cores=0,2,4,6
/proc/32340/task/32353/stat : 32353 (java) S 32338 32340 31482 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 504773448 16080863232 83141 33554432000 1073741824 1073778376 140733481275232 18446744073709551615 233522113433 0 4 0 16800975 18446604453912947712 0 0 -1 6 0 0 0
[pid=32340/tid=32354] ppid=32338 vsize=15703968 CPUtime=0 cores=0,2,4,6
/proc/32340/task/32354/stat : 32354 (java) S 32338 32340 31482 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 504773450 16080863232 83141 33554432000 1073741824 1073778376 140733481275232 18446744073709551615 233522121137 0 4 0 16800975 18446604453912947712 0 0 -1 6 0 0 0
[pid=32340/tid=32355] ppid=32338 vsize=15703968 CPUtime=0.98 cores=0,2,4,6
/proc/32340/task/32355/stat : 32355 (java) S 32338 32340 31482 0 -1 4202560 10434 0 0 0 97 1 0 0 15 0 22 0 504773450 16080863232 83141 33554432000 1073741824 1073778376 140733481275232 18446744073709551615 233522113433 0 4 0 16800975 18446604453912947712 0 0 -1 2 0 0 0
[pid=32340/tid=32356] ppid=32338 vsize=15703968 CPUtime=0.94 cores=0,2,4,6
/proc/32340/task/32356/stat : 32356 (java) S 32338 32340 31482 0 -1 4202560 5677 0 0 0 94 0 0 0 15 0 22 0 504773450 16080863232 83141 33554432000 1073741824 1073778376 140733481275232 18446744073709551615 233522113433 0 4 0 16800975 18446604453912947712 0 0 -1 6 0 0 0
[pid=32340/tid=32357] ppid=32338 vsize=15703968 CPUtime=0 cores=0,2,4,6
/proc/32340/task/32357/stat : 32357 (java) S 32338 32340 31482 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 504773450 16080863232 83141 33554432000 1073741824 1073778376 140733481275232 18446744073709551615 233522113433 0 4 0 16800975 18446604453912947712 0 0 -1 6 0 0 0
[pid=32340/tid=32358] ppid=32338 vsize=15703968 CPUtime=0 cores=0,2,4,6
/proc/32340/task/32358/stat : 32358 (java) S 32338 32340 31482 0 -1 4202560 62 0 0 0 0 0 0 0 15 0 22 0 504773450 16080863232 83141 33554432000 1073741824 1073778376 140733481275232 18446744073709551615 233522114048 0 4 0 16800975 18446604453912947712 0 0 -1 2 0 0 0
[pid=32340/tid=32363] ppid=32338 vsize=15703968 CPUtime=1192.28 cores=0,2,4,6
/proc/32340/task/32363/stat : 32363 (java) R 32338 32340 31482 0 -1 4202560 200848 0 0 0 119191 37 0 0 25 0 22 0 504773474 16080863232 83141 33554432000 1073741824 1073778376 140733481275232 18446744073709551615 46912505868175 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=32340/tid=32364] ppid=32338 vsize=15703968 CPUtime=1192.34 cores=0,2,4,6
/proc/32340/task/32364/stat : 32364 (java) R 32338 32340 31482 0 -1 4202560 193812 0 0 0 119197 37 0 0 25 0 22 0 504773474 16080863232 83141 33554432000 1073741824 1073778376 140733481275232 18446744073709551615 46912505812042 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=32340/tid=32365] ppid=32338 vsize=15703968 CPUtime=1192.13 cores=0,2,4,6
/proc/32340/task/32365/stat : 32365 (java) R 32338 32340 31482 0 -1 4202560 191974 0 0 0 119178 35 0 0 25 0 22 0 504773474 16080863232 83141 33554432000 1073741824 1073778376 140733481275232 18446744073709551615 46912505744611 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=32340/tid=32366] ppid=32338 vsize=15703968 CPUtime=1192.38 cores=0,2,4,6
/proc/32340/task/32366/stat : 32366 (java) R 32338 32340 31482 0 -1 4202560 206417 0 0 0 119197 41 0 0 25 0 22 0 504773474 16080863232 83141 33554432000 1073741824 1073778376 140733481275232 18446744073709551615 46912505811572 0 4 0 16800975 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4800.33
Current children cumulated vsize (KiB) 15703968

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

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

[startup+1207.4 s]
/proc/loadavg: 8.07 8.06 7.88 5/197 32401
/proc/meminfo: memFree=24700292/32951124 swapFree=67111524/67111528
[pid=32340] ppid=32338 vsize=15703968 CPUtime=4800.33 cores=0,2,4,6
/proc/32340/stat : 32340 (java) S 32338 32340 31482 0 -1 4202496 1408383 0 1 0 479672 361 0 0 25 0 22 0 504773446 16080863232 83141 33554432000 1073741824 1073778376 140733481275232 18446744073709551615 233522100197 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/32340/statm: 3925992 83141 2299 9 0 3916711 0
[pid=32340/tid=32341] ppid=32338 vsize=15703968 CPUtime=0.44 cores=0,2,4,6
/proc/32340/task/32341/stat : 32341 (java) S 32338 32340 31482 0 -1 4202560 8170 0 1 0 43 1 0 0 18 0 22 0 504773446 16080863232 83141 33554432000 1073741824 1073778376 140733481275232 18446744073709551615 233522113433 0 4 0 16800975 18446604453912947712 0 0 -1 4 0 0 0
[pid=32340/tid=32343] ppid=32338 vsize=15703968 CPUtime=3.38 cores=0,2,4,6
/proc/32340/task/32343/stat : 32343 (java) S 32338 32340 31482 0 -1 4202560 74753 0 0 0 322 16 0 0 16 0 22 0 504773447 16080863232 83141 33554432000 1073741824 1073778376 140733481275232 18446744073709551615 233522113433 0 4 0 16800975 18446604453912947712 0 0 -1 2 0 0 0
[pid=32340/tid=32344] ppid=32338 vsize=15703968 CPUtime=3.37 cores=0,2,4,6
/proc/32340/task/32344/stat : 32344 (java) S 32338 32340 31482 0 -1 4202560 73574 0 0 0 320 17 0 0 15 0 22 0 504773447 16080863232 83141 33554432000 1073741824 1073778376 140733481275232 18446744073709551615 233522113433 0 4 0 16800975 18446604453912947712 0 0 -1 6 0 0 0
[pid=32340/tid=32345] ppid=32338 vsize=15703968 CPUtime=3.4 cores=0,2,4,6
/proc/32340/task/32345/stat : 32345 (java) S 32338 32340 31482 0 -1 4202560 72651 0 0 0 322 18 0 0 15 0 22 0 504773447 16080863232 83141 33554432000 1073741824 1073778376 140733481275232 18446744073709551615 233522113433 0 4 0 16800975 18446604453912947712 0 0 -1 0 0 0 0
[pid=32340/tid=32346] ppid=32338 vsize=15703968 CPUtime=3.29 cores=0,2,4,6
/proc/32340/task/32346/stat : 32346 (java) S 32338 32340 31482 0 -1 4202560 71918 0 0 0 311 18 0 0 16 0 22 0 504773447 16080863232 83141 33554432000 1073741824 1073778376 140733481275232 18446744073709551615 233522113433 0 4 0 16800975 18446604453912947712 0 0 -1 4 0 0 0
[pid=32340/tid=32347] ppid=32338 vsize=15703968 CPUtime=3.24 cores=0,2,4,6
/proc/32340/task/32347/stat : 32347 (java) S 32338 32340 31482 0 -1 4202560 72447 0 0 0 307 17 0 0 15 0 22 0 504773447 16080863232 83141 33554432000 1073741824 1073778376 140733481275232 18446744073709551615 233522113433 0 4 0 16800975 18446604453912947712 0 0 -1 4 0 0 0
[pid=32340/tid=32348] ppid=32338 vsize=15703968 CPUtime=3.2 cores=0,2,4,6
/proc/32340/task/32348/stat : 32348 (java) S 32338 32340 31482 0 -1 4202560 74531 0 0 0 303 17 0 0 15 0 22 0 504773447 16080863232 83141 33554432000 1073741824 1073778376 140733481275232 18446744073709551615 233522113433 0 4 0 16800975 18446604453912947712 0 0 -1 2 0 0 0
[pid=32340/tid=32349] ppid=32338 vsize=15703968 CPUtime=3.29 cores=0,2,4,6
/proc/32340/task/32349/stat : 32349 (java) S 32338 32340 31482 0 -1 4202560 74226 0 0 0 310 19 0 0 15 0 22 0 504773447 16080863232 83141 33554432000 1073741824 1073778376 140733481275232 18446744073709551615 233522113433 0 4 0 16800975 18446604453912947712 0 0 -1 4 0 0 0
[pid=32340/tid=32350] ppid=32338 vsize=15703968 CPUtime=3.24 cores=0,2,4,6
/proc/32340/task/32350/stat : 32350 (java) S 32338 32340 31482 0 -1 4202560 71891 0 0 0 307 17 0 0 15 0 22 0 504773447 16080863232 83141 33554432000 1073741824 1073778376 140733481275232 18446744073709551615 233522113433 0 4 0 16800975 18446604453912947712 0 0 -1 6 0 0 0
[pid=32340/tid=32351] ppid=32338 vsize=15703968 CPUtime=2.25 cores=0,2,4,6
/proc/32340/task/32351/stat : 32351 (java) S 32338 32340 31482 0 -1 4202560 3613 0 0 0 165 60 0 0 15 0 22 0 504773448 16080863232 83141 33554432000 1073741824 1073778376 140733481275232 18446744073709551615 233522114048 0 0 0 16800975 18446604453912947712 0 0 -1 0 0 0 0
[pid=32340/tid=32352] ppid=32338 vsize=15703968 CPUtime=0 cores=0,2,4,6
/proc/32340/task/32352/stat : 32352 (java) S 32338 32340 31482 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 504773448 16080863232 83141 33554432000 1073741824 1073778376 140733481275232 18446744073709551615 233522113433 0 4 0 16800975 18446604453912947712 0 0 -1 6 0 0 0
[pid=32340/tid=32353] ppid=32338 vsize=15703968 CPUtime=0 cores=0,2,4,6
/proc/32340/task/32353/stat : 32353 (java) S 32338 32340 31482 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 504773448 16080863232 83141 33554432000 1073741824 1073778376 140733481275232 18446744073709551615 233522113433 0 4 0 16800975 18446604453912947712 0 0 -1 6 0 0 0
[pid=32340/tid=32354] ppid=32338 vsize=15703968 CPUtime=0 cores=0,2,4,6
/proc/32340/task/32354/stat : 32354 (java) S 32338 32340 31482 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 504773450 16080863232 83141 33554432000 1073741824 1073778376 140733481275232 18446744073709551615 233522121137 0 4 0 16800975 18446604453912947712 0 0 -1 6 0 0 0
[pid=32340/tid=32355] ppid=32338 vsize=15703968 CPUtime=0.98 cores=0,2,4,6
/proc/32340/task/32355/stat : 32355 (java) S 32338 32340 31482 0 -1 4202560 10434 0 0 0 97 1 0 0 15 0 22 0 504773450 16080863232 83141 33554432000 1073741824 1073778376 140733481275232 18446744073709551615 233522113433 0 4 0 16800975 18446604453912947712 0 0 -1 2 0 0 0
[pid=32340/tid=32356] ppid=32338 vsize=15703968 CPUtime=0.94 cores=0,2,4,6
/proc/32340/task/32356/stat : 32356 (java) S 32338 32340 31482 0 -1 4202560 5677 0 0 0 94 0 0 0 15 0 22 0 504773450 16080863232 83141 33554432000 1073741824 1073778376 140733481275232 18446744073709551615 233522113433 0 4 0 16800975 18446604453912947712 0 0 -1 6 0 0 0
[pid=32340/tid=32357] ppid=32338 vsize=15703968 CPUtime=0 cores=0,2,4,6
/proc/32340/task/32357/stat : 32357 (java) S 32338 32340 31482 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 504773450 16080863232 83141 33554432000 1073741824 1073778376 140733481275232 18446744073709551615 233522113433 0 4 0 16800975 18446604453912947712 0 0 -1 6 0 0 0
[pid=32340/tid=32358] ppid=32338 vsize=15703968 CPUtime=0 cores=0,2,4,6
/proc/32340/task/32358/stat : 32358 (java) S 32338 32340 31482 0 -1 4202560 62 0 0 0 0 0 0 0 15 0 22 0 504773450 16080863232 83141 33554432000 1073741824 1073778376 140733481275232 18446744073709551615 233522114048 0 4 0 16800975 18446604453912947712 0 0 -1 2 0 0 0
[pid=32340/tid=32363] ppid=32338 vsize=15703968 CPUtime=1192.28 cores=0,2,4,6
/proc/32340/task/32363/stat : 32363 (java) R 32338 32340 31482 0 -1 4202560 200848 0 0 0 119191 37 0 0 25 0 22 0 504773474 16080863232 83141 33554432000 1073741824 1073778376 140733481275232 18446744073709551615 46912505868175 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=32340/tid=32364] ppid=32338 vsize=15703968 CPUtime=1192.34 cores=0,2,4,6
/proc/32340/task/32364/stat : 32364 (java) R 32338 32340 31482 0 -1 4202560 193812 0 0 0 119197 37 0 0 25 0 22 0 504773474 16080863232 83141 33554432000 1073741824 1073778376 140733481275232 18446744073709551615 46912505812042 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=32340/tid=32365] ppid=32338 vsize=15703968 CPUtime=1192.13 cores=0,2,4,6
/proc/32340/task/32365/stat : 32365 (java) R 32338 32340 31482 0 -1 4202560 191974 0 0 0 119178 35 0 0 25 0 22 0 504773474 16080863232 83141 33554432000 1073741824 1073778376 140733481275232 18446744073709551615 46912505744611 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=32340/tid=32366] ppid=32338 vsize=15703968 CPUtime=1192.38 cores=0,2,4,6
/proc/32340/task/32366/stat : 32366 (java) R 32338 32340 31482 0 -1 4202560 206417 0 0 0 119197 41 0 0 25 0 22 0 504773474 16080863232 83141 33554432000 1073741824 1073778376 140733481275232 18446744073709551615 46912505811572 0 4 0 16800975 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4800.33
Current children cumulated vsize (KiB) 15703968

Child status: 143
Real time (s): 1207.43
CPU time (s): 4800.38
CPU user time (s): 4796.75
CPU system time (s): 3.63045
CPU usage (%): 397.57
Max. virtual memory (cumulated for all children) (KiB): 15703968

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4796.75
system time used= 3.63045
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1408409
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= 327186
involuntary context switches= 169227

runsolver used 2.02469 second user time and 4.6093 second system time

The end

Launcher Data

Begin job on node145 at 2011-04-30 02:32:56
IDJOB=3311367
IDBENCH=82752
IDSOLVER=1698
FILE ID=node145/3311367-1304123576
RUNJOBID= node145-1304122366-32166
PBS_JOBID= 13170721
Free space on /tmp= 72204 MiB

SOLVER NAME= STRUCTure 0.1 (hbr=2)
BENCH NAME= SAT11/random/medium/unif-k5-r21.3-v150-c3195-S334650851-022.SATISFIABLE.cnf
COMMAND LINE= run 15000 NBCORE TMPDIR DIR BENCHNAME -hbr 2
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3311367-1304123576/watcher-3311367-1304123576 -o /tmp/evaluation-result-3311367-1304123576/solver-3311367-1304123576 -C 4800 -W 1300 -M 15500  run 15000 4 HOME HOME HOME/instance-3311367-1304123576.cnf -hbr 2

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

MD5SUM BENCH= 42169be300dc518238277ee8dbfb6b6f
RANDOM SEED=454503620

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.786
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.84
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.786
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.77
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      25018628 kB
Buffers:       1269008 kB
Cached:        6064612 kB
SwapCached:          4 kB
Active:         764516 kB
Inactive:      6645144 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      25018628 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:            3180 kB
Writeback:           0 kB
AnonPages:       76408 kB
Mapped:          22836 kB
Slab:           460344 kB
PageTables:       4248 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   777056 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= 72204 MiB
End job on node145 at 2011-04-30 02:53:05