Trace number 3312652

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
STRUCTure 0.1? (TO) 4800.09 1207.23

General information on the benchmark

Namerandom/medium/
unif-k7-r89-v80-c7120-S175431861-098.SATISFIABLE.cnf
MD5SUM32b0a38499f94b9537a6571015412ff0
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark2.88956
Satisfiable
(Un)Satisfiability was proved
Number of variables80
Number of clauses7120
Sum of the clauses size49840
Maximum clause length7
Minimum clause length7
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 50
Number of clauses of size over 57120

Solver Data

0.10/0.11	32:18 INFO : Reading from input HOME/instance-3312652-1304127138.cnf
0.51/0.33	Executor set job limit to 1000000
0.51/0.33	Executor set job limit to 1000000
0.51/0.33	Executor set job limit to 1000000
0.51/0.33	Executor set job limit to 1000000
0.51/0.33	Starting Executor!
0.51/0.33	Starting Executor!
0.51/0.33	Starting Executor!
0.51/0.33	Starting Executor!
0.95/0.56	32:19 INFO : 80 variables remaining out of 80
0.95/0.56	32:19 INFO : 56960 literals remaining out of 56960

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

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

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


[startup+0 s]
/proc/loadavg: 8.12 8.00 7.83 5/198 6552
/proc/meminfo: memFree=22191744/32950928 swapFree=67111524/67111528
[pid=6552] ppid=6550 vsize=26088 CPUtime=0 cores=0,2,4,6
/proc/6552/stat : 6552 (java) S 6550 6552 6206 0 -1 4202496 1415 0 0 0 0 0 0 0 25 0 2 0 524313493 26714112 885 33554432000 1073741824 1073778376 140733350897648 18446744073709551615 274485770213 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/6552/statm: 6793 888 679 9 0 381 0
[pid=6552/tid=6553] ppid=6550 vsize=28384 CPUtime=0 cores=0,2,4,6
/proc/6552/task/6553/stat : 6553 (java) R 6550 6552 6206 0 -1 4202560 69 0 0 0 0 0 0 0 25 0 2 0 524313494 29065216 896 33554432000 1073741824 1073778376 140733350897648 18446744073709551615 274468988089 0 0 4096 0 0 0 0 -1 4 0 0 0

[startup+0.056746 s]
/proc/loadavg: 8.12 8.00 7.83 5/198 6552
/proc/meminfo: memFree=22191744/32950928 swapFree=67111524/67111528
[pid=6552] ppid=6550 vsize=15609780 CPUtime=0.04 cores=0,2,4,6
/proc/6552/stat : 6552 (java) S 6550 6552 6206 0 -1 4202496 4219 0 1 0 4 0 0 0 25 0 18 0 524313493 15984414720 3657 33554432000 1073741824 1073778376 140733350897648 18446744073709551615 274485770213 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/6552/statm: 3902445 3657 1768 9 0 3893164 0
[pid=6552/tid=6553] ppid=6550 vsize=15609780 CPUtime=0.03 cores=0,2,4,6
/proc/6552/task/6553/stat : 6553 (java) R 6550 6552 6206 0 -1 4202560 2800 0 1 0 3 0 0 0 25 0 18 0 524313494 15984414720 3657 33554432000 1073741824 1073778376 140733350897648 18446744073709551615 274485794251 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 15609780

[startup+0.100739 s]
/proc/loadavg: 8.12 8.00 7.83 5/198 6552
/proc/meminfo: memFree=22191744/32950928 swapFree=67111524/67111528
[pid=6552] ppid=6550 vsize=15676844 CPUtime=0.1 cores=0,2,4,6
/proc/6552/stat : 6552 (java) S 6550 6552 6206 0 -1 4202496 5608 0 1 0 9 1 0 0 25 0 18 0 524313493 16053088256 5046 33554432000 1073741824 1073778376 140733350897648 18446744073709551615 274485770213 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/6552/statm: 3919211 5047 2118 9 0 3909930 0
[pid=6552/tid=6553] ppid=6550 vsize=15676844 CPUtime=0.08 cores=0,2,4,6
/proc/6552/task/6553/stat : 6553 (java) R 6550 6552 6206 0 -1 4202560 3487 0 1 0 7 1 0 0 25 0 18 0 524313494 16053088256 5048 33554432000 1073741824 1073778376 140733350897648 18446744073709551615 47914437277208 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 15676844

[startup+0.300724 s]
/proc/loadavg: 8.12 8.00 7.83 5/198 6552
/proc/meminfo: memFree=22191744/32950928 swapFree=67111524/67111528
[pid=6552] ppid=6550 vsize=15680576 CPUtime=0.51 cores=0,2,4,6
/proc/6552/stat : 6552 (java) S 6550 6552 6206 0 -1 4202496 15612 0 1 0 49 2 0 0 25 0 18 0 524313493 16056909824 14056 33554432000 1073741824 1073778376 140733350897648 18446744073709551615 274485770213 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/6552/statm: 3920144 14062 2208 9 0 3910863 0
[pid=6552/tid=6553] ppid=6550 vsize=15680576 CPUtime=0.28 cores=0,2,4,6
/proc/6552/task/6553/stat : 6553 (java) R 6550 6552 6206 0 -1 4202560 10549 0 1 0 27 1 0 0 25 0 18 0 524313494 16056909824 14065 33554432000 1073741824 1073778376 140733350897648 18446744073709551615 46912505640049 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 15680576

[startup+0.700638 s]
/proc/loadavg: 8.12 8.00 7.83 5/198 6552
/proc/meminfo: memFree=22191744/32950928 swapFree=67111524/67111528
[pid=6552] ppid=6550 vsize=15702100 CPUtime=1.55 cores=0,2,4,6
/proc/6552/stat : 6552 (java) S 6550 6552 6206 0 -1 4202496 32537 0 1 0 151 4 0 0 25 0 22 0 524313493 16078950400 27544 33554432000 1073741824 1073778376 140733350897648 18446744073709551615 274485770213 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/6552/statm: 3925525 27545 2259 9 0 3916244 0
[pid=6552/tid=6553] ppid=6550 vsize=15702100 CPUtime=0.55 cores=0,2,4,6
/proc/6552/task/6553/stat : 6553 (java) S 6550 6552 6206 0 -1 4202560 15055 0 1 0 53 2 0 0 25 0 22 0 524313494 16078950400 27546 33554432000 1073741824 1073778376 140733350897648 18446744073709551615 274485783449 0 4 0 16800975 18446604453846264512 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1.55
Current children cumulated vsize (KiB) 15702100

[startup+1.50149 s]
/proc/loadavg: 8.12 8.00 7.83 12/220 6574
/proc/meminfo: memFree=22019344/32950928 swapFree=67111524/67111528
[pid=6552] ppid=6550 vsize=15704916 CPUtime=4.69 cores=0,2,4,6
/proc/6552/stat : 6552 (java) S 6550 6552 6206 0 -1 4202496 61638 0 1 0 461 8 0 0 25 0 22 0 524313493 16081833984 52685 33554432000 1073741824 1073778376 140733350897648 18446744073709551615 274485770213 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/6552/statm: 3926229 52685 2276 9 0 3916948 0
[pid=6552/tid=6553] ppid=6550 vsize=15704916 CPUtime=0.55 cores=0,2,4,6
/proc/6552/task/6553/stat : 6553 (java) S 6550 6552 6206 0 -1 4202560 15055 0 1 0 53 2 0 0 25 0 22 0 524313494 16081833984 52685 33554432000 1073741824 1073778376 140733350897648 18446744073709551615 274485783449 0 4 0 16800975 18446604453846264512 0 0 -1 0 0 0 0
[pid=6552/tid=6555] ppid=6550 vsize=15704916 CPUtime=0 cores=0,2,4,6
/proc/6552/task/6555/stat : 6555 (java) S 6550 6552 6206 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 524313494 16081833984 52685 33554432000 1073741824 1073778376 140733350897648 18446744073709551615 274485783449 0 4 0 16800975 18446604453846264512 0 0 -1 6 0 0 0
[pid=6552/tid=6556] ppid=6550 vsize=15704916 CPUtime=0 cores=0,2,4,6
/proc/6552/task/6556/stat : 6556 (java) S 6550 6552 6206 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 524313494 16081833984 52685 33554432000 1073741824 1073778376 140733350897648 18446744073709551615 274485783449 0 4 0 16800975 18446604453846264512 0 0 -1 6 0 0 0
[pid=6552/tid=6557] ppid=6550 vsize=15704916 CPUtime=0 cores=0,2,4,6
/proc/6552/task/6557/stat : 6557 (java) S 6550 6552 6206 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 524313494 16081833984 52685 33554432000 1073741824 1073778376 140733350897648 18446744073709551615 274485783449 0 4 0 16800975 18446604453846264512 0 0 -1 6 0 0 0
[pid=6552/tid=6558] ppid=6550 vsize=15704916 CPUtime=0 cores=0,2,4,6
/proc/6552/task/6558/stat : 6558 (java) S 6550 6552 6206 0 -1 4202560 982 0 0 0 0 0 0 0 16 0 22 0 524313494 16081833984 52685 33554432000 1073741824 1073778376 140733350897648 18446744073709551615 274485783449 0 4 0 16800975 18446604453846264512 0 0 -1 6 0 0 0
[pid=6552/tid=6559] ppid=6550 vsize=15704916 CPUtime=0 cores=0,2,4,6
/proc/6552/task/6559/stat : 6559 (java) S 6550 6552 6206 0 -1 4202560 729 0 0 0 0 0 0 0 16 0 22 0 524313494 16081833984 52685 33554432000 1073741824 1073778376 140733350897648 18446744073709551615 274485783449 0 4 0 16800975 18446604453846264512 0 0 -1 2 0 0 0
[pid=6552/tid=6560] ppid=6550 vsize=15704916 CPUtime=0 cores=0,2,4,6
/proc/6552/task/6560/stat : 6560 (java) S 6550 6552 6206 0 -1 4202560 855 0 0 0 0 0 0 0 16 0 22 0 524313494 16081833984 52685 33554432000 1073741824 1073778376 140733350897648 18446744073709551615 274485783449 0 4 0 16800975 18446604453846264512 0 0 -1 0 0 0 0
[pid=6552/tid=6561] ppid=6550 vsize=15704916 CPUtime=0 cores=0,2,4,6
/proc/6552/task/6561/stat : 6561 (java) S 6550 6552 6206 0 -1 4202560 1100 0 0 0 0 0 0 0 15 0 22 0 524313494 16081833984 52685 33554432000 1073741824 1073778376 140733350897648 18446744073709551615 274485783449 0 4 0 16800975 18446604453846264512 0 0 -1 2 0 0 0
[pid=6552/tid=6562] ppid=6550 vsize=15704916 CPUtime=0 cores=0,2,4,6
/proc/6552/task/6562/stat : 6562 (java) S 6550 6552 6206 0 -1 4202560 1352 0 0 0 0 0 0 0 16 0 22 0 524313494 16081833984 52685 33554432000 1073741824 1073778376 140733350897648 18446744073709551615 274485783449 0 4 0 16800975 18446604453846264512 0 0 -1 4 0 0 0
[pid=6552/tid=6563] ppid=6550 vsize=15704916 CPUtime=0 cores=0,2,4,6
/proc/6552/task/6563/stat : 6563 (java) S 6550 6552 6206 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 22 0 524313495 16081833984 52685 33554432000 1073741824 1073778376 140733350897648 18446744073709551615 274485784064 0 0 0 16800975 18446604453846264512 0 0 -1 0 0 0 0
[pid=6552/tid=6564] ppid=6550 vsize=15704916 CPUtime=0 cores=0,2,4,6
/proc/6552/task/6564/stat : 6564 (java) S 6550 6552 6206 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 524313496 16081833984 52685 33554432000 1073741824 1073778376 140733350897648 18446744073709551615 274485783449 0 4 0 16800975 18446604453846264512 0 0 -1 4 0 0 0
[pid=6552/tid=6565] ppid=6550 vsize=15704916 CPUtime=0 cores=0,2,4,6
/proc/6552/task/6565/stat : 6565 (java) S 6550 6552 6206 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 524313496 16081833984 52685 33554432000 1073741824 1073778376 140733350897648 18446744073709551615 274485783449 0 4 0 16800975 18446604453846264512 0 0 -1 4 0 0 0
[pid=6552/tid=6566] ppid=6550 vsize=15704916 CPUtime=0 cores=0,2,4,6
/proc/6552/task/6566/stat : 6566 (java) S 6550 6552 6206 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 524313498 16081833984 52685 33554432000 1073741824 1073778376 140733350897648 18446744073709551615 274485791153 0 4 0 16800975 18446604453846264512 0 0 -1 4 0 0 0
[pid=6552/tid=6567] ppid=6550 vsize=15704916 CPUtime=0.84 cores=0,2,4,6
/proc/6552/task/6567/stat : 6567 (java) R 6550 6552 6206 0 -1 4202560 5987 0 0 0 84 0 0 0 25 0 22 0 524313498 16081833984 52685 33554432000 1073741824 1073778376 140733350897648 18446744073709551615 274485793461 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=6552/tid=6568] ppid=6550 vsize=15704916 CPUtime=0.9 cores=0,2,4,6
/proc/6552/task/6568/stat : 6568 (java) R 6550 6552 6206 0 -1 4202560 13691 0 0 0 89 1 0 0 25 0 22 0 524313498 16081833984 52685 33554432000 1073741824 1073778376 140733350897648 18446744073709551615 47914434791101 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=6552/tid=6569] ppid=6550 vsize=15704916 CPUtime=0 cores=0,2,4,6
/proc/6552/task/6569/stat : 6569 (java) S 6550 6552 6206 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 524313498 16081833984 52685 33554432000 1073741824 1073778376 140733350897648 18446744073709551615 274485783449 0 4 0 16800975 18446604453846264512 0 0 -1 4 0 0 0
[pid=6552/tid=6570] ppid=6550 vsize=15704916 CPUtime=0 cores=0,2,4,6
/proc/6552/task/6570/stat : 6570 (java) S 6550 6552 6206 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 524313498 16081833984 52685 33554432000 1073741824 1073778376 140733350897648 18446744073709551615 274485784064 0 4 0 16800975 18446604453846264512 0 0 -1 2 0 0 0
[pid=6552/tid=6571] ppid=6550 vsize=15704916 CPUtime=0.35 cores=0,2,4,6
/proc/6552/task/6571/stat : 6571 (java) R 6550 6552 6206 0 -1 4202560 5277 0 0 0 35 0 0 0 20 0 22 0 524313527 16081833984 52685 33554432000 1073741824 1073778376 140733350897648 18446744073709551615 46912505735968 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=6552/tid=6572] ppid=6550 vsize=15704916 CPUtime=0.5 cores=0,2,4,6
/proc/6552/task/6572/stat : 6572 (java) R 6550 6552 6206 0 -1 4202560 1417 0 0 0 50 0 0 0 21 0 22 0 524313527 16081833984 52685 33554432000 1073741824 1073778376 140733350897648 18446744073709551615 46912505697252 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=6552/tid=6573] ppid=6550 vsize=15704916 CPUtime=0.75 cores=0,2,4,6
/proc/6552/task/6573/stat : 6573 (java) R 6550 6552 6206 0 -1 4202560 7570 0 0 0 74 1 0 0 25 0 22 0 524313527 16081833984 52685 33554432000 1073741824 1073778376 140733350897648 18446744073709551615 46912505820039 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=6552/tid=6574] ppid=6550 vsize=15704916 CPUtime=0.71 cores=0,2,4,6
/proc/6552/task/6574/stat : 6574 (java) R 6550 6552 6206 0 -1 4202560 6223 0 0 0 71 0 0 0 18 0 22 0 524313527 16081833984 52685 33554432000 1073741824 1073778376 140733350897648 18446744073709551615 46912505866263 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4.69
Current children cumulated vsize (KiB) 15704916

[startup+3.10121 s]
/proc/loadavg: 8.19 8.02 7.84 10/220 6574
/proc/meminfo: memFree=21851572/32950928 swapFree=67111524/67111528
[pid=6552] ppid=6550 vsize=15704916 CPUtime=11.06 cores=0,2,4,6
/proc/6552/stat : 6552 (java) S 6550 6552 6206 0 -1 4202496 149306 0 1 0 1087 19 0 0 25 0 22 0 524313493 16081833984 140340 33554432000 1073741824 1073778376 140733350897648 18446744073709551615 274485770213 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/6552/statm: 3926229 140342 2286 9 0 3916948 0
[pid=6552/tid=6553] ppid=6550 vsize=15704916 CPUtime=0.55 cores=0,2,4,6
/proc/6552/task/6553/stat : 6553 (java) S 6550 6552 6206 0 -1 4202560 15055 0 1 0 53 2 0 0 25 0 22 0 524313494 16081833984 140344 33554432000 1073741824 1073778376 140733350897648 18446744073709551615 274485783449 0 4 0 16800975 18446604453846264512 0 0 -1 0 0 0 0
[pid=6552/tid=6555] ppid=6550 vsize=15704916 CPUtime=0 cores=0,2,4,6
/proc/6552/task/6555/stat : 6555 (java) S 6550 6552 6206 0 -1 4202560 1874 0 0 0 0 0 0 0 15 0 22 0 524313494 16081833984 140347 33554432000 1073741824 1073778376 140733350897648 18446744073709551615 274485783449 0 4 0 16800975 18446604453846264512 0 0 -1 2 0 0 0
[pid=6552/tid=6556] ppid=6550 vsize=15704916 CPUtime=0 cores=0,2,4,6
/proc/6552/task/6556/stat : 6556 (java) S 6550 6552 6206 0 -1 4202560 1289 0 0 0 0 0 0 0 16 0 22 0 524313494 16081833984 140349 33554432000 1073741824 1073778376 140733350897648 18446744073709551615 274485783449 0 4 0 16800975 18446604453846264512 0 0 -1 0 0 0 0
[pid=6552/tid=6557] ppid=6550 vsize=15704916 CPUtime=0 cores=0,2,4,6
/proc/6552/task/6557/stat : 6557 (java) S 6550 6552 6206 0 -1 4202560 789 0 0 0 0 0 0 0 16 0 22 0 524313494 16081833984 140352 33554432000 1073741824 1073778376 140733350897648 18446744073709551615 274485783449 0 4 0 16800975 18446604453846264512 0 0 -1 6 0 0 0
[pid=6552/tid=6558] ppid=6550 vsize=15704916 CPUtime=0 cores=0,2,4,6
/proc/6552/task/6558/stat : 6558 (java) S 6550 6552 6206 0 -1 4202560 2288 0 0 0 0 0 0 0 16 0 22 0 524313494 16081833984 140353 33554432000 1073741824 1073778376 140733350897648 18446744073709551615 274485783449 0 4 0 16800975 18446604453846264512 0 0 -1 4 0 0 0
[pid=6552/tid=6559] ppid=6550 vsize=15704916 CPUtime=0 cores=0,2,4,6
/proc/6552/task/6559/stat : 6559 (java) S 6550 6552 6206 0 -1 4202560 733 0 0 0 0 0 0 0 15 0 22 0 524313494 16081833984 140354 33554432000 1073741824 1073778376 140733350897648 18446744073709551615 274485783449 0 4 0 16800975 18446604453846264512 0 0 -1 0 0 0 0
[pid=6552/tid=6560] ppid=6550 vsize=15704916 CPUtime=0 cores=0,2,4,6
/proc/6552/task/6560/stat : 6560 (java) S 6550 6552 6206 0 -1 4202560 1940 0 0 0 0 0 0 0 15 0 22 0 524313494 16081833984 140356 33554432000 1073741824 1073778376 140733350897648 18446744073709551615 274485783449 0 4 0 16800975 18446604453846264512 0 0 -1 0 0 0 0
[pid=6552/tid=6561] ppid=6550 vsize=15704916 CPUtime=0 cores=0,2,4,6
/proc/6552/task/6561/stat : 6561 (java) S 6550 6552 6206 0 -1 4202560 3234 0 0 0 0 0 0 0 16 0 22 0 524313494 16081833984 140357 33554432000 1073741824 1073778376 140733350897648 18446744073709551615 274485783449 0 4 0 16800975 18446604453846264512 0 0 -1 2 0 0 0
[pid=6552/tid=6562] ppid=6550 vsize=15704916 CPUtime=0 cores=0,2,4,6
/proc/6552/task/6562/stat : 6562 (java) S 6550 6552 6206 0 -1 4202560 3240 0 0 0 0 0 0 0 15 0 22 0 524313494 16081833984 140359 33554432000 1073741824 1073778376 140733350897648 18446744073709551615 274485783449 0 4 0 16800975 18446604453846264512 0 0 -1 4 0 0 0
[pid=6552/tid=6563] ppid=6550 vsize=15704916 CPUtime=0 cores=0,2,4,6
/proc/6552/task/6563/stat : 6563 (java) S 6550 6552 6206 0 -1 4202560 192 0 0 0 0 0 0 0 15 0 22 0 524313495 16081833984 140361 33554432000 1073741824 1073778376 140733350897648 18446744073709551615 274485784064 0 0 0 16800975 18446604453846264512 0 0 -1 0 0 0 0
[pid=6552/tid=6564] ppid=6550 vsize=15704916 CPUtime=0 cores=0,2,4,6
/proc/6552/task/6564/stat : 6564 (java) S 6550 6552 6206 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 524313496 16081833984 140362 33554432000 1073741824 1073778376 140733350897648 18446744073709551615 274485783449 0 4 0 16800975 18446604453846264512 0 0 -1 4 0 0 0
[pid=6552/tid=6565] ppid=6550 vsize=15704916 CPUtime=0 cores=0,2,4,6
/proc/6552/task/6565/stat : 6565 (java) S 6550 6552 6206 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 524313496 16081833984 140363 33554432000 1073741824 1073778376 140733350897648 18446744073709551615 274485783449 0 4 0 16800975 18446604453846264512 0 0 -1 4 0 0 0
[pid=6552/tid=6566] ppid=6550 vsize=15704916 CPUtime=0 cores=0,2,4,6
/proc/6552/task/6566/stat : 6566 (java) S 6550 6552 6206 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 524313498 16081833984 140365 33554432000 1073741824 1073778376 140733350897648 18446744073709551615 274485791153 0 4 0 16800975 18446604453846264512 0 0 -1 4 0 0 0
[pid=6552/tid=6567] ppid=6550 vsize=15704916 CPUtime=0.93 cores=0,2,4,6
/proc/6552/task/6567/stat : 6567 (java) S 6550 6552 6206 0 -1 4202560 6020 0 0 0 93 0 0 0 22 0 22 0 524313498 16081833984 140366 33554432000 1073741824 1073778376 140733350897648 18446744073709551615 274485783449 0 4 0 16800975 18446604453846264512 0 0 -1 4 0 0 0
[pid=6552/tid=6568] ppid=6550 vsize=15704916 CPUtime=1.05 cores=0,2,4,6
/proc/6552/task/6568/stat : 6568 (java) S 6550 6552 6206 0 -1 4202560 13729 0 0 0 104 1 0 0 17 0 22 0 524313498 16081833984 140367 33554432000 1073741824 1073778376 140733350897648 18446744073709551615 274485783449 0 4 0 16800975 18446604453846264512 0 0 -1 2 0 0 0
[pid=6552/tid=6569] ppid=6550 vsize=15704916 CPUtime=0 cores=0,2,4,6
/proc/6552/task/6569/stat : 6569 (java) S 6550 6552 6206 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 524313498 16081833984 140368 33554432000 1073741824 1073778376 140733350897648 18446744073709551615 274485783449 0 4 0 16800975 18446604453846264512 0 0 -1 4 0 0 0
[pid=6552/tid=6570] ppid=6550 vsize=15704916 CPUtime=0 cores=0,2,4,6
/proc/6552/task/6570/stat : 6570 (java) S 6550 6552 6206 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 524313498 16081833984 140369 33554432000 1073741824 1073778376 140733350897648 18446744073709551615 274485784064 0 4 0 16800975 18446604453846264512 0 0 -1 2 0 0 0
[pid=6552/tid=6571] ppid=6550 vsize=15704916 CPUtime=1.74 cores=0,2,4,6
/proc/6552/task/6571/stat : 6571 (java) R 6550 6552 6206 0 -1 4202560 24142 0 0 0 172 2 0 0 25 0 22 0 524313527 16081833984 140375 33554432000 1073741824 1073778376 140733350897648 18446744073709551615 46912505812057 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=6552/tid=6572] ppid=6550 vsize=15704916 CPUtime=2.08 cores=0,2,4,6
/proc/6552/task/6572/stat : 6572 (java) R 6550 6552 6206 0 -1 4202560 21130 0 0 0 206 2 0 0 25 0 22 0 524313527 16081833984 140381 33554432000 1073741824 1073778376 140733350897648 18446744073709551615 46912505812258 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=6552/tid=6573] ppid=6550 vsize=15704916 CPUtime=2.33 cores=0,2,4,6
/proc/6552/task/6573/stat : 6573 (java) R 6550 6552 6206 0 -1 4202560 26861 0 0 0 230 3 0 0 25 0 22 0 524313527 16081833984 140385 33554432000 1073741824 1073778376 140733350897648 18446744073709551615 46912505820855 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=6552/tid=6574] ppid=6550 vsize=15704916 CPUtime=2.25 cores=0,2,4,6
/proc/6552/task/6574/stat : 6574 (java) R 6550 6552 6206 0 -1 4202560 25446 0 0 0 222 3 0 0 20 0 22 0 524313527 16081833984 140387 33554432000 1073741824 1073778376 140733350897648 18446744073709551615 46912505812057 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 11.06
Current children cumulated vsize (KiB) 15704916

[startup+6.30165 s]
/proc/loadavg: 8.19 8.02 7.84 9/220 6574
/proc/meminfo: memFree=21582488/32950928 swapFree=67111524/67111528
[pid=6552] ppid=6550 vsize=15704916 CPUtime=23.83 cores=0,2,4,6
/proc/6552/stat : 6552 (java) S 6550 6552 6206 0 -1 4202496 161886 0 1 0 2362 21 0 0 25 0 22 0 524313493 16081833984 151723 33554432000 1073741824 1073778376 140733350897648 18446744073709551615 274485770213 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/6552/statm: 3926229 151723 2289 9 0 3916948 0
[pid=6552/tid=6553] ppid=6550 vsize=15704916 CPUtime=0.55 cores=0,2,4,6
/proc/6552/task/6553/stat : 6553 (java) S 6550 6552 6206 0 -1 4202560 15055 0 1 0 53 2 0 0 25 0 22 0 524313494 16081833984 151723 33554432000 1073741824 1073778376 140733350897648 18446744073709551615 274485783449 0 4 0 16800975 18446604453846264512 0 0 -1 0 0 0 0
[pid=6552/tid=6555] ppid=6550 vsize=15704916 CPUtime=0 cores=0,2,4,6
/proc/6552/task/6555/stat : 6555 (java) S 6550 6552 6206 0 -1 4202560 2004 0 0 0 0 0 0 0 15 0 22 0 524313494 16081833984 151723 33554432000 1073741824 1073778376 140733350897648 18446744073709551615 274485783449 0 4 0 16800975 18446604453846264512 0 0 -1 2 0 0 0
[pid=6552/tid=6556] ppid=6550 vsize=15704916 CPUtime=0 cores=0,2,4,6
/proc/6552/task/6556/stat : 6556 (java) S 6550 6552 6206 0 -1 4202560 2149 0 0 0 0 0 0 0 16 0 22 0 524313494 16081833984 151723 33554432000 1073741824 1073778376 140733350897648 18446744073709551615 274485783449 0 4 0 16800975 18446604453846264512 0 0 -1 0 0 0 0
[pid=6552/tid=6557] ppid=6550 vsize=15704916 CPUtime=0 cores=0,2,4,6
/proc/6552/task/6557/stat : 6557 (java) S 6550 6552 6206 0 -1 4202560 1237 0 0 0 0 0 0 0 15 0 22 0 524313494 16081833984 151723 33554432000 1073741824 1073778376 140733350897648 18446744073709551615 274485783449 0 4 0 16800975 18446604453846264512 0 0 -1 6 0 0 0
[pid=6552/tid=6558] ppid=6550 vsize=15704916 CPUtime=0 cores=0,2,4,6
/proc/6552/task/6558/stat : 6558 (java) S 6550 6552 6206 0 -1 4202560 2686 0 0 0 0 0 0 0 15 0 22 0 524313494 16081833984 151723 33554432000 1073741824 1073778376 140733350897648 18446744073709551615 274485783449 0 4 0 16800975 18446604453846264512 0 0 -1 4 0 0 0
[pid=6552/tid=6559] ppid=6550 vsize=15704916 CPUtime=0 cores=0,2,4,6
/proc/6552/task/6559/stat : 6559 (java) S 6550 6552 6206 0 -1 4202560 1291 0 0 0 0 0 0 0 15 0 22 0 524313494 16081833984 151723 33554432000 1073741824 1073778376 140733350897648 18446744073709551615 274485783449 0 4 0 16800975 18446604453846264512 0 0 -1 4 0 0 0
[pid=6552/tid=6560] ppid=6550 vsize=15704916 CPUtime=0 cores=0,2,4,6
/proc/6552/task/6560/stat : 6560 (java) S 6550 6552 6206 0 -1 4202560 2681 0 0 0 0 0 0 0 15 0 22 0 524313494 16081833984 151723 33554432000 1073741824 1073778376 140733350897648 18446744073709551615 274485783449 0 4 0 16800975 18446604453846264512 0 0 -1 0 0 0 0
[pid=6552/tid=6561] ppid=6550 vsize=15704916 CPUtime=0 cores=0,2,4,6
/proc/6552/task/6561/stat : 6561 (java) S 6550 6552 6206 0 -1 4202560 4256 0 0 0 0 0 0 0 15 0 22 0 524313494 16081833984 151723 33554432000 1073741824 1073778376 140733350897648 18446744073709551615 274485783449 0 4 0 16800975 18446604453846264512 0 0 -1 2 0 0 0
[pid=6552/tid=6562] ppid=6550 vsize=15704916 CPUtime=0 cores=0,2,4,6
/proc/6552/task/6562/stat : 6562 (java) S 6550 6552 6206 0 -1 4202560 3971 0 0 0 0 0 0 0 16 0 22 0 524313494 16081833984 151723 33554432000 1073741824 1073778376 140733350897648 18446744073709551615 274485783449 0 4 0 16800975 18446604453846264512 0 0 -1 6 0 0 0

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

[pid=6552/tid=6572] ppid=6550 vsize=15704916 CPUtime=1048.4 cores=0,2,4,6
/proc/6552/task/6572/stat : 6572 (java) R 6550 6552 6206 0 -1 4202560 145176 0 0 0 104811 29 0 0 25 0 22 0 524313527 16081833984 79217 33554432000 1073741824 1073778376 140733350897648 18446744073709551615 46912505743898 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=6552/tid=6573] ppid=6550 vsize=15704916 CPUtime=1049.28 cores=0,2,4,6
/proc/6552/task/6573/stat : 6573 (java) R 6550 6552 6206 0 -1 4202560 155429 0 0 0 104900 28 0 0 25 0 22 0 524313527 16081833984 79217 33554432000 1073741824 1073778376 140733350897648 18446744073709551615 46912505820276 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=6552/tid=6574] ppid=6550 vsize=15704916 CPUtime=1048.91 cores=0,2,4,6
/proc/6552/task/6574/stat : 6574 (java) R 6550 6552 6206 0 -1 4202560 154333 0 0 0 104862 29 0 0 25 0 22 0 524313527 16081833984 79217 33554432000 1073741824 1073778376 140733350897648 18446744073709551615 46912505743849 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4223.96
Current children cumulated vsize (KiB) 15704916

[startup+1122.3 s]
/proc/loadavg: 8.10 8.08 7.97 9/220 6603
/proc/meminfo: memFree=22243332/32950928 swapFree=67111524/67111528
[pid=6552] ppid=6550 vsize=15704916 CPUtime=4462.5 cores=0,2,4,6
/proc/6552/stat : 6552 (java) S 6550 6552 6206 0 -1 4202496 1241309 0 1 0 445933 317 0 0 25 0 22 0 524313493 16081833984 74877 33554432000 1073741824 1073778376 140733350897648 18446744073709551615 274485770213 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/6552/statm: 3926229 74877 2299 9 0 3916948 0
[pid=6552/tid=6553] ppid=6550 vsize=15704916 CPUtime=0.55 cores=0,2,4,6
/proc/6552/task/6553/stat : 6553 (java) S 6550 6552 6206 0 -1 4202560 15055 0 1 0 53 2 0 0 25 0 22 0 524313494 16081833984 74877 33554432000 1073741824 1073778376 140733350897648 18446744073709551615 274485783449 0 4 0 16800975 18446604453846264512 0 0 -1 0 0 0 0
[pid=6552/tid=6555] ppid=6550 vsize=15704916 CPUtime=3.11 cores=0,2,4,6
/proc/6552/task/6555/stat : 6555 (java) S 6550 6552 6206 0 -1 4202560 68725 0 0 0 294 17 0 0 15 0 22 0 524313494 16081833984 74877 33554432000 1073741824 1073778376 140733350897648 18446744073709551615 274485783449 0 4 0 16800975 18446604453846264512 0 0 -1 6 0 0 0
[pid=6552/tid=6556] ppid=6550 vsize=15704916 CPUtime=3.15 cores=0,2,4,6
/proc/6552/task/6556/stat : 6556 (java) S 6550 6552 6206 0 -1 4202560 69614 0 0 0 301 14 0 0 16 0 22 0 524313494 16081833984 74877 33554432000 1073741824 1073778376 140733350897648 18446744073709551615 274485783449 0 4 0 16800975 18446604453846264512 0 0 -1 6 0 0 0
[pid=6552/tid=6557] ppid=6550 vsize=15704916 CPUtime=3.06 cores=0,2,4,6
/proc/6552/task/6557/stat : 6557 (java) S 6550 6552 6206 0 -1 4202560 67653 0 0 0 292 14 0 0 15 0 22 0 524313494 16081833984 74877 33554432000 1073741824 1073778376 140733350897648 18446744073709551615 274485783449 0 4 0 16800975 18446604453846264512 0 0 -1 2 0 0 0
[pid=6552/tid=6558] ppid=6550 vsize=15704916 CPUtime=3.11 cores=0,2,4,6
/proc/6552/task/6558/stat : 6558 (java) S 6550 6552 6206 0 -1 4202560 70390 0 0 0 296 15 0 0 15 0 22 0 524313494 16081833984 74877 33554432000 1073741824 1073778376 140733350897648 18446744073709551615 274485783449 0 4 0 16800975 18446604453846264512 0 0 -1 0 0 0 0
[pid=6552/tid=6559] ppid=6550 vsize=15704916 CPUtime=3.07 cores=0,2,4,6
/proc/6552/task/6559/stat : 6559 (java) S 6550 6552 6206 0 -1 4202560 67661 0 0 0 291 16 0 0 15 0 22 0 524313494 16081833984 74877 33554432000 1073741824 1073778376 140733350897648 18446744073709551615 274485783449 0 4 0 16800975 18446604453846264512 0 0 -1 0 0 0 0
[pid=6552/tid=6560] ppid=6550 vsize=15704916 CPUtime=3.19 cores=0,2,4,6
/proc/6552/task/6560/stat : 6560 (java) S 6550 6552 6206 0 -1 4202560 68713 0 0 0 305 14 0 0 15 0 22 0 524313494 16081833984 74877 33554432000 1073741824 1073778376 140733350897648 18446744073709551615 274485783449 0 4 0 16800975 18446604453846264512 0 0 -1 2 0 0 0
[pid=6552/tid=6561] ppid=6550 vsize=15704916 CPUtime=3.21 cores=0,2,4,6
/proc/6552/task/6561/stat : 6561 (java) S 6550 6552 6206 0 -1 4202560 73936 0 0 0 304 17 0 0 15 0 22 0 524313494 16081833984 74877 33554432000 1073741824 1073778376 140733350897648 18446744073709551615 274485783449 0 4 0 16800975 18446604453846264512 0 0 -1 0 0 0 0
[pid=6552/tid=6562] ppid=6550 vsize=15704916 CPUtime=3.09 cores=0,2,4,6
/proc/6552/task/6562/stat : 6562 (java) S 6550 6552 6206 0 -1 4202560 71539 0 0 0 292 17 0 0 16 0 22 0 524313494 16081833984 74877 33554432000 1073741824 1073778376 140733350897648 18446744073709551615 274485783449 0 4 0 16800975 18446604453846264512 0 0 -1 0 0 0 0
[pid=6552/tid=6563] ppid=6550 vsize=15704916 CPUtime=2.02 cores=0,2,4,6
/proc/6552/task/6563/stat : 6563 (java) S 6550 6552 6206 0 -1 4202560 3120 0 0 0 142 60 0 0 15 0 22 0 524313495 16081833984 74877 33554432000 1073741824 1073778376 140733350897648 18446744073709551615 274485784064 0 0 0 16800975 18446604453846264512 0 0 -1 4 0 0 0
[pid=6552/tid=6564] ppid=6550 vsize=15704916 CPUtime=0 cores=0,2,4,6
/proc/6552/task/6564/stat : 6564 (java) S 6550 6552 6206 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 524313496 16081833984 74877 33554432000 1073741824 1073778376 140733350897648 18446744073709551615 274485783449 0 4 0 16800975 18446604453846264512 0 0 -1 4 0 0 0
[pid=6552/tid=6565] ppid=6550 vsize=15704916 CPUtime=0 cores=0,2,4,6
/proc/6552/task/6565/stat : 6565 (java) S 6550 6552 6206 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 524313496 16081833984 74877 33554432000 1073741824 1073778376 140733350897648 18446744073709551615 274485783449 0 4 0 16800975 18446604453846264512 0 0 -1 4 0 0 0
[pid=6552/tid=6566] ppid=6550 vsize=15704916 CPUtime=0 cores=0,2,4,6
/proc/6552/task/6566/stat : 6566 (java) S 6550 6552 6206 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 524313498 16081833984 74877 33554432000 1073741824 1073778376 140733350897648 18446744073709551615 274485791153 0 4 0 16800975 18446604453846264512 0 0 -1 4 0 0 0
[pid=6552/tid=6567] ppid=6550 vsize=15704916 CPUtime=1.05 cores=0,2,4,6
/proc/6552/task/6567/stat : 6567 (java) S 6550 6552 6206 0 -1 4202560 6042 0 0 0 105 0 0 0 15 0 22 0 524313498 16081833984 74877 33554432000 1073741824 1073778376 140733350897648 18446744073709551615 274485783449 0 4 0 16800975 18446604453846264512 0 0 -1 4 0 0 0
[pid=6552/tid=6568] ppid=6550 vsize=15704916 CPUtime=1.15 cores=0,2,4,6
/proc/6552/task/6568/stat : 6568 (java) S 6550 6552 6206 0 -1 4202560 13742 0 0 0 114 1 0 0 15 0 22 0 524313498 16081833984 74877 33554432000 1073741824 1073778376 140733350897648 18446744073709551615 274485783449 0 4 0 16800975 18446604453846264512 0 0 -1 2 0 0 0
[pid=6552/tid=6569] ppid=6550 vsize=15704916 CPUtime=0 cores=0,2,4,6
/proc/6552/task/6569/stat : 6569 (java) S 6550 6552 6206 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 524313498 16081833984 74877 33554432000 1073741824 1073778376 140733350897648 18446744073709551615 274485783449 0 4 0 16800975 18446604453846264512 0 0 -1 4 0 0 0
[pid=6552/tid=6570] ppid=6550 vsize=15704916 CPUtime=0 cores=0,2,4,6
/proc/6552/task/6570/stat : 6570 (java) S 6550 6552 6206 0 -1 4202560 57 0 0 0 0 0 0 0 15 0 22 0 524313498 16081833984 74877 33554432000 1073741824 1073778376 140733350897648 18446744073709551615 274485784064 0 4 0 16800975 18446604453846264512 0 0 -1 4 0 0 0
[pid=6552/tid=6571] ppid=6550 vsize=15704916 CPUtime=1108.07 cores=0,2,4,6
/proc/6552/task/6571/stat : 6571 (java) R 6550 6552 6206 0 -1 4202560 160710 0 0 0 110777 30 0 0 25 0 22 0 524313527 16081833984 74877 33554432000 1073741824 1073778376 140733350897648 18446744073709551615 46912505819744 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=6552/tid=6572] ppid=6550 vsize=15704916 CPUtime=1107.77 cores=0,2,4,6
/proc/6552/task/6572/stat : 6572 (java) R 6550 6552 6206 0 -1 4202560 154389 0 0 0 110747 30 0 0 25 0 22 0 524313527 16081833984 74877 33554432000 1073741824 1073778376 140733350897648 18446744073709551615 46912505821266 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=6552/tid=6573] ppid=6550 vsize=15704916 CPUtime=1108.48 cores=0,2,4,6
/proc/6552/task/6573/stat : 6573 (java) R 6550 6552 6206 0 -1 4202560 165067 0 0 0 110818 30 0 0 25 0 22 0 524313527 16081833984 74877 33554432000 1073741824 1073778376 140733350897648 18446744073709551615 46912505743820 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=6552/tid=6574] ppid=6550 vsize=15704916 CPUtime=1108.27 cores=0,2,4,6
/proc/6552/task/6574/stat : 6574 (java) R 6550 6552 6206 0 -1 4202560 163510 0 0 0 110796 31 0 0 25 0 22 0 524313527 16081833984 74877 33554432000 1073741824 1073778376 140733350897648 18446744073709551615 46912505812837 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4462.5
Current children cumulated vsize (KiB) 15704916

[startup+1182.3 s]
/proc/loadavg: 7.89 8.03 7.95 9/220 6656
/proc/meminfo: memFree=21959796/32950928 swapFree=67111524/67111528
[pid=6552] ppid=6550 vsize=15704916 CPUtime=4701.03 cores=0,2,4,6
/proc/6552/stat : 6552 (java) S 6550 6552 6206 0 -1 4202496 1299563 0 1 0 469771 332 0 0 25 0 22 0 524313493 16081833984 67578 33554432000 1073741824 1073778376 140733350897648 18446744073709551615 274485770213 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/6552/statm: 3926229 67578 2299 9 0 3916948 0
[pid=6552/tid=6553] ppid=6550 vsize=15704916 CPUtime=0.55 cores=0,2,4,6
/proc/6552/task/6553/stat : 6553 (java) S 6550 6552 6206 0 -1 4202560 15055 0 1 0 53 2 0 0 25 0 22 0 524313494 16081833984 67578 33554432000 1073741824 1073778376 140733350897648 18446744073709551615 274485783449 0 4 0 16800975 18446604453846264512 0 0 -1 0 0 0 0
[pid=6552/tid=6555] ppid=6550 vsize=15704916 CPUtime=3.27 cores=0,2,4,6
/proc/6552/task/6555/stat : 6555 (java) S 6550 6552 6206 0 -1 4202560 71802 0 0 0 309 18 0 0 15 0 22 0 524313494 16081833984 67578 33554432000 1073741824 1073778376 140733350897648 18446744073709551615 274485783449 0 4 0 16800975 18446604453846264512 0 0 -1 4 0 0 0
[pid=6552/tid=6556] ppid=6550 vsize=15704916 CPUtime=3.3 cores=0,2,4,6
/proc/6552/task/6556/stat : 6556 (java) S 6550 6552 6206 0 -1 4202560 73226 0 0 0 315 15 0 0 15 0 22 0 524313494 16081833984 67578 33554432000 1073741824 1073778376 140733350897648 18446744073709551615 274485783449 0 4 0 16800975 18446604453846264512 0 0 -1 2 0 0 0
[pid=6552/tid=6557] ppid=6550 vsize=15704916 CPUtime=3.2 cores=0,2,4,6
/proc/6552/task/6557/stat : 6557 (java) S 6550 6552 6206 0 -1 4202560 70620 0 0 0 305 15 0 0 15 0 22 0 524313494 16081833984 67578 33554432000 1073741824 1073778376 140733350897648 18446744073709551615 274485783449 0 4 0 16800975 18446604453846264512 0 0 -1 6 0 0 0
[pid=6552/tid=6558] ppid=6550 vsize=15704916 CPUtime=3.27 cores=0,2,4,6
/proc/6552/task/6558/stat : 6558 (java) S 6550 6552 6206 0 -1 4202560 73541 0 0 0 311 16 0 0 15 0 22 0 524313494 16081833984 67578 33554432000 1073741824 1073778376 140733350897648 18446744073709551615 274485783449 0 4 0 16800975 18446604453846264512 0 0 -1 4 0 0 0
[pid=6552/tid=6559] ppid=6550 vsize=15704916 CPUtime=3.23 cores=0,2,4,6
/proc/6552/task/6559/stat : 6559 (java) S 6550 6552 6206 0 -1 4202560 70289 0 0 0 307 16 0 0 16 0 22 0 524313494 16081833984 67578 33554432000 1073741824 1073778376 140733350897648 18446744073709551615 274485783449 0 4 0 16800975 18446604453846264512 0 0 -1 0 0 0 0
[pid=6552/tid=6560] ppid=6550 vsize=15704916 CPUtime=3.37 cores=0,2,4,6
/proc/6552/task/6560/stat : 6560 (java) S 6550 6552 6206 0 -1 4202560 71861 0 0 0 322 15 0 0 16 0 22 0 524313494 16081833984 67578 33554432000 1073741824 1073778376 140733350897648 18446744073709551615 274485783449 0 4 0 16800975 18446604453846264512 0 0 -1 2 0 0 0
[pid=6552/tid=6561] ppid=6550 vsize=15704916 CPUtime=3.37 cores=0,2,4,6
/proc/6552/task/6561/stat : 6561 (java) S 6550 6552 6206 0 -1 4202560 77907 0 0 0 320 17 0 0 15 0 22 0 524313494 16081833984 67578 33554432000 1073741824 1073778376 140733350897648 18446744073709551615 274485783449 0 4 0 16800975 18446604453846264512 0 0 -1 4 0 0 0
[pid=6552/tid=6562] ppid=6550 vsize=15704916 CPUtime=3.24 cores=0,2,4,6
/proc/6552/task/6562/stat : 6562 (java) S 6550 6552 6206 0 -1 4202560 74882 0 0 0 306 18 0 0 15 0 22 0 524313494 16081833984 67578 33554432000 1073741824 1073778376 140733350897648 18446744073709551615 274485783449 0 4 0 16800975 18446604453846264512 0 0 -1 6 0 0 0
[pid=6552/tid=6563] ppid=6550 vsize=15704916 CPUtime=2.15 cores=0,2,4,6
/proc/6552/task/6563/stat : 6563 (java) S 6550 6552 6206 0 -1 4202560 3262 0 0 0 151 64 0 0 15 0 22 0 524313495 16081833984 67578 33554432000 1073741824 1073778376 140733350897648 18446744073709551615 274485784064 0 0 0 16800975 18446604453846264512 0 0 -1 0 0 0 0
[pid=6552/tid=6564] ppid=6550 vsize=15704916 CPUtime=0 cores=0,2,4,6
/proc/6552/task/6564/stat : 6564 (java) S 6550 6552 6206 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 524313496 16081833984 67578 33554432000 1073741824 1073778376 140733350897648 18446744073709551615 274485783449 0 4 0 16800975 18446604453846264512 0 0 -1 4 0 0 0
[pid=6552/tid=6565] ppid=6550 vsize=15704916 CPUtime=0 cores=0,2,4,6
/proc/6552/task/6565/stat : 6565 (java) S 6550 6552 6206 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 524313496 16081833984 67578 33554432000 1073741824 1073778376 140733350897648 18446744073709551615 274485783449 0 4 0 16800975 18446604453846264512 0 0 -1 4 0 0 0
[pid=6552/tid=6566] ppid=6550 vsize=15704916 CPUtime=0 cores=0,2,4,6
/proc/6552/task/6566/stat : 6566 (java) S 6550 6552 6206 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 524313498 16081833984 67578 33554432000 1073741824 1073778376 140733350897648 18446744073709551615 274485791153 0 4 0 16800975 18446604453846264512 0 0 -1 4 0 0 0
[pid=6552/tid=6567] ppid=6550 vsize=15704916 CPUtime=1.05 cores=0,2,4,6
/proc/6552/task/6567/stat : 6567 (java) S 6550 6552 6206 0 -1 4202560 6042 0 0 0 105 0 0 0 15 0 22 0 524313498 16081833984 67578 33554432000 1073741824 1073778376 140733350897648 18446744073709551615 274485783449 0 4 0 16800975 18446604453846264512 0 0 -1 4 0 0 0
[pid=6552/tid=6568] ppid=6550 vsize=15704916 CPUtime=1.15 cores=0,2,4,6
/proc/6552/task/6568/stat : 6568 (java) S 6550 6552 6206 0 -1 4202560 13742 0 0 0 114 1 0 0 15 0 22 0 524313498 16081833984 67578 33554432000 1073741824 1073778376 140733350897648 18446744073709551615 274485783449 0 4 0 16800975 18446604453846264512 0 0 -1 2 0 0 0
[pid=6552/tid=6569] ppid=6550 vsize=15704916 CPUtime=0 cores=0,2,4,6
/proc/6552/task/6569/stat : 6569 (java) S 6550 6552 6206 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 524313498 16081833984 67578 33554432000 1073741824 1073778376 140733350897648 18446744073709551615 274485783449 0 4 0 16800975 18446604453846264512 0 0 -1 4 0 0 0
[pid=6552/tid=6570] ppid=6550 vsize=15704916 CPUtime=0 cores=0,2,4,6
/proc/6552/task/6570/stat : 6570 (java) S 6550 6552 6206 0 -1 4202560 60 0 0 0 0 0 0 0 15 0 22 0 524313498 16081833984 67578 33554432000 1073741824 1073778376 140733350897648 18446744073709551615 274485784064 0 4 0 16800975 18446604453846264512 0 0 -1 2 0 0 0
[pid=6552/tid=6571] ppid=6550 vsize=15704916 CPUtime=1167.35 cores=0,2,4,6
/proc/6552/task/6571/stat : 6571 (java) R 6550 6552 6206 0 -1 4202560 169126 0 0 0 116704 31 0 0 18 0 22 0 524313527 16081833984 67578 33554432000 1073741824 1073778376 140733350897648 18446744073709551615 46912505743898 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=6552/tid=6572] ppid=6550 vsize=15704916 CPUtime=1167.11 cores=0,2,4,6
/proc/6552/task/6572/stat : 6572 (java) R 6550 6552 6206 0 -1 4202560 162164 0 0 0 116680 31 0 0 25 0 22 0 524313527 16081833984 67578 33554432000 1073741824 1073778376 140733350897648 18446744073709551615 46912505718042 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=6552/tid=6573] ppid=6550 vsize=15704916 CPUtime=1167.72 cores=0,2,4,6
/proc/6552/task/6573/stat : 6573 (java) R 6550 6552 6206 0 -1 4202560 172978 0 0 0 116741 31 0 0 25 0 22 0 524313527 16081833984 67578 33554432000 1073741824 1073778376 140733350897648 18446744073709551615 46912505902899 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=6552/tid=6574] ppid=6550 vsize=15704916 CPUtime=1167.53 cores=0,2,4,6
/proc/6552/task/6574/stat : 6574 (java) R 6550 6552 6206 0 -1 4202560 171620 0 0 0 116721 32 0 0 25 0 22 0 524313527 16081833984 67578 33554432000 1073741824 1073778376 140733350897648 18446744073709551615 46912506220860 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4701.03
Current children cumulated vsize (KiB) 15704916



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1207.2 s]
/proc/loadavg: 7.93 8.03 7.95 9/220 6657
/proc/meminfo: memFree=21913772/32950928 swapFree=67111524/67111528
[pid=6552] ppid=6550 vsize=15704916 CPUtime=4800.04 cores=0,2,4,6
/proc/6552/stat : 6552 (java) S 6550 6552 6206 0 -1 4202496 1332472 0 1 0 479662 342 0 0 25 0 22 0 524313493 16081833984 72124 33554432000 1073741824 1073778376 140733350897648 18446744073709551615 274485770213 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/6552/statm: 3926229 72124 2299 9 0 3916948 0
[pid=6552/tid=6553] ppid=6550 vsize=15704916 CPUtime=0.55 cores=0,2,4,6
/proc/6552/task/6553/stat : 6553 (java) S 6550 6552 6206 0 -1 4202560 15055 0 1 0 53 2 0 0 25 0 22 0 524313494 16081833984 72124 33554432000 1073741824 1073778376 140733350897648 18446744073709551615 274485783449 0 4 0 16800975 18446604453846264512 0 0 -1 0 0 0 0
[pid=6552/tid=6555] ppid=6550 vsize=15704916 CPUtime=3.33 cores=0,2,4,6
/proc/6552/task/6555/stat : 6555 (java) S 6550 6552 6206 0 -1 4202560 73379 0 0 0 315 18 0 0 15 0 22 0 524313494 16081833984 72124 33554432000 1073741824 1073778376 140733350897648 18446744073709551615 274485783449 0 4 0 16800975 18446604453846264512 0 0 -1 6 0 0 0
[pid=6552/tid=6556] ppid=6550 vsize=15704916 CPUtime=3.36 cores=0,2,4,6
/proc/6552/task/6556/stat : 6556 (java) S 6550 6552 6206 0 -1 4202560 74553 0 0 0 321 15 0 0 16 0 22 0 524313494 16081833984 72124 33554432000 1073741824 1073778376 140733350897648 18446744073709551615 274485783449 0 4 0 16800975 18446604453846264512 0 0 -1 4 0 0 0
[pid=6552/tid=6557] ppid=6550 vsize=15704916 CPUtime=3.26 cores=0,2,4,6
/proc/6552/task/6557/stat : 6557 (java) S 6550 6552 6206 0 -1 4202560 72580 0 0 0 311 15 0 0 15 0 22 0 524313494 16081833984 72124 33554432000 1073741824 1073778376 140733350897648 18446744073709551615 274485783449 0 4 0 16800975 18446604453846264512 0 0 -1 2 0 0 0
[pid=6552/tid=6558] ppid=6550 vsize=15704916 CPUtime=3.35 cores=0,2,4,6
/proc/6552/task/6558/stat : 6558 (java) S 6550 6552 6206 0 -1 4202560 75051 0 0 0 318 17 0 0 16 0 22 0 524313494 16081833984 72124 33554432000 1073741824 1073778376 140733350897648 18446744073709551615 274485783449 0 4 0 16800975 18446604453846264512 0 0 -1 4 0 0 0
[pid=6552/tid=6559] ppid=6550 vsize=15704916 CPUtime=3.3 cores=0,2,4,6
/proc/6552/task/6559/stat : 6559 (java) S 6550 6552 6206 0 -1 4202560 72415 0 0 0 313 17 0 0 15 0 22 0 524313494 16081833984 72124 33554432000 1073741824 1073778376 140733350897648 18446744073709551615 274485783449 0 4 0 16800975 18446604453846264512 0 0 -1 2 0 0 0
[pid=6552/tid=6560] ppid=6550 vsize=15704916 CPUtime=3.44 cores=0,2,4,6
/proc/6552/task/6560/stat : 6560 (java) S 6550 6552 6206 0 -1 4202560 73547 0 0 0 328 16 0 0 16 0 22 0 524313494 16081833984 72124 33554432000 1073741824 1073778376 140733350897648 18446744073709551615 274485783449 0 4 0 16800975 18446604453846264512 0 0 -1 2 0 0 0
[pid=6552/tid=6561] ppid=6550 vsize=15704916 CPUtime=3.45 cores=0,2,4,6
/proc/6552/task/6561/stat : 6561 (java) S 6550 6552 6206 0 -1 4202560 79635 0 0 0 327 18 0 0 16 0 22 0 524313494 16081833984 72124 33554432000 1073741824 1073778376 140733350897648 18446744073709551615 274485783449 0 4 0 16800975 18446604453846264512 0 0 -1 6 0 0 0
[pid=6552/tid=6562] ppid=6550 vsize=15704916 CPUtime=3.29 cores=0,2,4,6
/proc/6552/task/6562/stat : 6562 (java) S 6550 6552 6206 0 -1 4202560 76173 0 0 0 311 18 0 0 15 0 22 0 524313494 16081833984 72124 33554432000 1073741824 1073778376 140733350897648 18446744073709551615 274485783449 0 4 0 16800975 18446604453846264512 0 0 -1 6 0 0 0
[pid=6552/tid=6563] ppid=6550 vsize=15704916 CPUtime=2.2 cores=0,2,4,6
/proc/6552/task/6563/stat : 6563 (java) S 6550 6552 6206 0 -1 4202560 3344 0 0 0 154 66 0 0 16 0 22 0 524313495 16081833984 72124 33554432000 1073741824 1073778376 140733350897648 18446744073709551615 274485784064 0 0 0 16800975 18446604453846264512 0 0 -1 0 0 0 0
[pid=6552/tid=6564] ppid=6550 vsize=15704916 CPUtime=0 cores=0,2,4,6
/proc/6552/task/6564/stat : 6564 (java) S 6550 6552 6206 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 524313496 16081833984 72124 33554432000 1073741824 1073778376 140733350897648 18446744073709551615 274485783449 0 4 0 16800975 18446604453846264512 0 0 -1 4 0 0 0
[pid=6552/tid=6565] ppid=6550 vsize=15704916 CPUtime=0 cores=0,2,4,6
/proc/6552/task/6565/stat : 6565 (java) S 6550 6552 6206 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 524313496 16081833984 72124 33554432000 1073741824 1073778376 140733350897648 18446744073709551615 274485783449 0 4 0 16800975 18446604453846264512 0 0 -1 4 0 0 0
[pid=6552/tid=6566] ppid=6550 vsize=15704916 CPUtime=0 cores=0,2,4,6
/proc/6552/task/6566/stat : 6566 (java) S 6550 6552 6206 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 524313498 16081833984 72124 33554432000 1073741824 1073778376 140733350897648 18446744073709551615 274485791153 0 4 0 16800975 18446604453846264512 0 0 -1 4 0 0 0
[pid=6552/tid=6567] ppid=6550 vsize=15704916 CPUtime=1.05 cores=0,2,4,6
/proc/6552/task/6567/stat : 6567 (java) S 6550 6552 6206 0 -1 4202560 6042 0 0 0 105 0 0 0 15 0 22 0 524313498 16081833984 72124 33554432000 1073741824 1073778376 140733350897648 18446744073709551615 274485783449 0 4 0 16800975 18446604453846264512 0 0 -1 4 0 0 0
[pid=6552/tid=6568] ppid=6550 vsize=15704916 CPUtime=1.15 cores=0,2,4,6
/proc/6552/task/6568/stat : 6568 (java) S 6550 6552 6206 0 -1 4202560 13742 0 0 0 114 1 0 0 15 0 22 0 524313498 16081833984 72124 33554432000 1073741824 1073778376 140733350897648 18446744073709551615 274485783449 0 4 0 16800975 18446604453846264512 0 0 -1 2 0 0 0
[pid=6552/tid=6569] ppid=6550 vsize=15704916 CPUtime=0 cores=0,2,4,6
/proc/6552/task/6569/stat : 6569 (java) S 6550 6552 6206 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 524313498 16081833984 72124 33554432000 1073741824 1073778376 140733350897648 18446744073709551615 274485783449 0 4 0 16800975 18446604453846264512 0 0 -1 4 0 0 0
[pid=6552/tid=6570] ppid=6550 vsize=15704916 CPUtime=0 cores=0,2,4,6
/proc/6552/task/6570/stat : 6570 (java) S 6550 6552 6206 0 -1 4202560 62 0 0 0 0 0 0 0 15 0 22 0 524313498 16081833984 72124 33554432000 1073741824 1073778376 140733350897648 18446744073709551615 274485784064 0 4 0 16800975 18446604453846264512 0 0 -1 6 0 0 0
[pid=6552/tid=6571] ppid=6550 vsize=15704916 CPUtime=1191.99 cores=0,2,4,6
/proc/6552/task/6571/stat : 6571 (java) R 6550 6552 6206 0 -1 4202560 174126 0 0 0 119167 32 0 0 25 0 22 0 524313527 16081833984 72124 33554432000 1073741824 1073778376 140733350897648 18446744073709551615 46912505869807 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=6552/tid=6572] ppid=6550 vsize=15704916 CPUtime=1191.64 cores=0,2,4,6
/proc/6552/task/6572/stat : 6572 (java) R 6550 6552 6206 0 -1 4202560 167156 0 0 0 119131 33 0 0 25 0 22 0 524313527 16081833984 72124 33554432000 1073741824 1073778376 140733350897648 18446744073709551615 46912505812311 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=6552/tid=6573] ppid=6550 vsize=15704916 CPUtime=1192.36 cores=0,2,4,6
/proc/6552/task/6573/stat : 6573 (java) R 6550 6552 6206 0 -1 4202560 178045 0 0 0 119203 33 0 0 25 0 22 0 524313527 16081833984 72124 33554432000 1073741824 1073778376 140733350897648 18446744073709551615 46912505812311 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=6552/tid=6574] ppid=6550 vsize=15704916 CPUtime=1192.17 cores=0,2,4,6
/proc/6552/task/6574/stat : 6574 (java) R 6550 6552 6206 0 -1 4202560 176181 0 0 0 119184 33 0 0 25 0 22 0 524313527 16081833984 72124 33554432000 1073741824 1073778376 140733350897648 18446744073709551615 46912505812426 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4800.04
Current children cumulated vsize (KiB) 15704916

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

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

Child status: 143
Real time (s): 1207.23
CPU time (s): 4800.09
CPU user time (s): 4796.65
CPU system time (s): 3.43848
CPU usage (%): 397.612
Max. virtual memory (cumulated for all children) (KiB): 15707552

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4796.65
system time used= 3.43848
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1332497
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= 298221
involuntary context switches= 155423

runsolver used 2.04269 second user time and 4.5893 second system time

The end

Launcher Data

Begin job on node125 at 2011-04-30 03:32:18
IDJOB=3312652
IDBENCH=82837
IDSOLVER=1699
FILE ID=node125/3312652-1304127138
RUNJOBID= node125-1304125722-6224
PBS_JOBID= 13170766
Free space on /tmp= 72760 MiB

SOLVER NAME= STRUCTure 0.1
BENCH NAME= SAT11/random/medium/unif-k7-r89-v80-c7120-S175431861-098.SATISFIABLE.cnf
COMMAND LINE= run 15000 NBCORE TMPDIR DIR BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3312652-1304127138/watcher-3312652-1304127138 -o /tmp/evaluation-result-3312652-1304127138/solver-3312652-1304127138 -C 4800 -W 1300 -M 15500  run 15000 4 HOME HOME HOME/instance-3312652-1304127138.cnf

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

MD5SUM BENCH= 32b0a38499f94b9537a6571015412ff0
RANDOM SEED=381757594

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      22191900 kB
Buffers:       2125536 kB
Cached:        7403120 kB
SwapCached:          4 kB
Active:        2777952 kB
Inactive:      7455508 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      22191900 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:            1980 kB
Writeback:           0 kB
AnonPages:      704228 kB
Mapped:          23216 kB
Slab:           460396 kB
PageTables:       6380 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:  1334088 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= 72760 MiB
End job on node125 at 2011-04-30 03:52:28