Trace number 3312728

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.39 1207.33

General information on the benchmark

Namerandom/medium/
unif-k5-r21.3-v150-c3195-S1428216398-076.SATISFIABLE.cnf
MD5SUM5a6e4de126d24892e5539c0ca63e90ed
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.062989
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.10/0.13	39:29 INFO : Reading from input HOME/instance-3312728-1304131169.cnf
0.26/0.29	Executor set job limit to 1000000
0.26/0.29	Executor set job limit to 1000000
0.26/0.29	Executor set job limit to 1000000
0.26/0.29	Executor set job limit to 1000000
0.26/0.29	Starting Executor!
0.26/0.29	Starting Executor!
0.26/0.29	Starting Executor!
0.26/0.29	Starting Executor!
0.76/0.45	39:30 INFO : 150 variables remaining out of 150
0.76/0.45	39:30 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-3312728-1304131169/watcher-3312728-1304131169 -o /tmp/evaluation-result-3312728-1304131169/solver-3312728-1304131169 -C 4800 -W 1300 -M 15500 run 15000 4 HOME HOME HOME/instance-3312728-1304131169.cnf 

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

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


[startup+0 s]
/proc/loadavg: 7.55 7.92 7.96 5/198 6620
/proc/meminfo: memFree=23921492/32951124 swapFree=67111524/67111528
[pid=6620] ppid=6618 vsize=27172 CPUtime=0 cores=1,3,5,7
/proc/6620/stat : 6620 (java) S 6618 6620 5765 0 -1 4202496 1415 0 0 0 0 0 0 0 25 0 2 0 524714653 27824128 887 33554432000 1073741824 1073778376 140734095314880 18446744073709551615 212699477989 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/6620/statm: 6793 892 682 9 0 381 0
[pid=6620/tid=6621] ppid=6618 vsize=27172 CPUtime=0 cores=1,3,5,7
/proc/6620/task/6621/stat : 6621 (java) R 6618 6620 5765 0 -1 4202560 66 0 0 0 0 0 0 0 25 0 2 0 524714654 27824128 894 33554432000 1073741824 1073778376 140734095314880 18446744073709551615 212687367888 0 0 4096 0 0 0 0 -1 5 0 0 0

[startup+0.0244001 s]
/proc/loadavg: 7.55 7.92 7.96 5/198 6620
/proc/meminfo: memFree=23921492/32951124 swapFree=67111524/67111528
[pid=6620] ppid=6618 vsize=15667600 CPUtime=0.01 cores=1,3,5,7
/proc/6620/stat : 6620 (java) S 6618 6620 5765 0 -1 4202496 3327 0 1 0 1 0 0 0 25 0 11 0 524714653 16043622400 2769 33554432000 1073741824 1073778376 140734095314880 18446744073709551615 212699477989 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0
/proc/6620/statm: 3916900 2769 1606 9 0 3907648 0
[pid=6620/tid=6621] ppid=6618 vsize=15667600 CPUtime=0.01 cores=1,3,5,7
/proc/6620/task/6621/stat : 6621 (java) R 6618 6620 5765 0 -1 4202560 1960 0 1 0 1 0 0 0 19 0 11 0 524714654 16043622400 2770 33554432000 1073741824 1073778376 140734095314880 18446744073709551615 212699502027 0 4 0 16784584 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 15667600

[startup+0.101857 s]
/proc/loadavg: 7.55 7.92 7.96 5/198 6620
/proc/meminfo: memFree=23921492/32951124 swapFree=67111524/67111528
[pid=6620] ppid=6618 vsize=15676704 CPUtime=0.1 cores=1,3,5,7
/proc/6620/stat : 6620 (java) S 6618 6620 5765 0 -1 4202496 5444 0 1 0 9 1 0 0 25 0 18 0 524714653 16052944896 4884 33554432000 1073741824 1073778376 140734095314880 18446744073709551615 212699477989 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/6620/statm: 3919176 4884 2116 9 0 3909895 0
[pid=6620/tid=6621] ppid=6618 vsize=15676704 CPUtime=0.07 cores=1,3,5,7
/proc/6620/task/6621/stat : 6621 (java) S 6618 6620 5765 0 -1 4202560 3350 0 1 0 7 0 0 0 24 0 18 0 524714654 16052944896 4884 33554432000 1073741824 1073778376 140734095314880 18446744073709551615 212699504607 0 2147483391 0 16800975 18446744071699199166 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 15676704

[startup+0.300305 s]
/proc/loadavg: 7.55 7.92 7.96 5/198 6620
/proc/meminfo: memFree=23921492/32951124 swapFree=67111524/67111528
[pid=6620] ppid=6618 vsize=15684324 CPUtime=0.5 cores=1,3,5,7
/proc/6620/stat : 6620 (java) S 6618 6620 5765 0 -1 4202496 12773 0 1 0 48 2 0 0 25 0 22 0 524714653 16060747776 11219 33554432000 1073741824 1073778376 140734095314880 18446744073709551615 212699477989 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/6620/statm: 3921081 11219 2209 9 0 3911800 0
[pid=6620/tid=6621] ppid=6618 vsize=15684324 CPUtime=0.27 cores=1,3,5,7
/proc/6620/task/6621/stat : 6621 (java) R 6618 6620 5765 0 -1 4202560 7568 0 1 0 26 1 0 0 25 0 22 0 524714654 16060747776 11219 33554432000 1073741824 1073778376 140734095314880 18446744073709551615 47684992170304 0 4 0 16800975 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 15684324

[startup+0.700234 s]
/proc/loadavg: 7.55 7.92 7.96 5/198 6620
/proc/meminfo: memFree=23921492/32951124 swapFree=67111524/67111528
[pid=6620] ppid=6618 vsize=15702364 CPUtime=1.73 cores=1,3,5,7
/proc/6620/stat : 6620 (java) S 6618 6620 5765 0 -1 4202496 26854 0 1 0 170 3 0 0 25 0 22 0 524714653 16079220736 21915 33554432000 1073741824 1073778376 140734095314880 18446744073709551615 212699477989 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/6620/statm: 3925591 21915 2261 9 0 3916310 0
[pid=6620/tid=6621] ppid=6618 vsize=15702364 CPUtime=0.43 cores=1,3,5,7
/proc/6620/task/6621/stat : 6621 (java) S 6618 6620 5765 0 -1 4202560 8149 0 1 0 42 1 0 0 25 0 22 0 524714654 16079220736 21915 33554432000 1073741824 1073778376 140734095314880 18446744073709551615 212699491225 0 4 0 16800975 18446604457152717120 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1.73
Current children cumulated vsize (KiB) 15702364

[startup+1.50109 s]
/proc/loadavg: 7.58 7.92 7.96 10/220 6642
/proc/meminfo: memFree=23779104/32951124 swapFree=67111524/67111528
[pid=6620] ppid=6618 vsize=15699960 CPUtime=4.91 cores=1,3,5,7
/proc/6620/stat : 6620 (java) S 6618 6620 5765 0 -1 4202496 58801 0 1 0 483 8 0 0 25 0 22 0 524714653 16076759040 50151 33554432000 1073741824 1073778376 140734095314880 18446744073709551615 212699477989 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/6620/statm: 3924990 50151 2286 9 0 3915709 0
[pid=6620/tid=6621] ppid=6618 vsize=15699960 CPUtime=0.43 cores=1,3,5,7
/proc/6620/task/6621/stat : 6621 (java) S 6618 6620 5765 0 -1 4202560 8149 0 1 0 42 1 0 0 25 0 22 0 524714654 16076759040 50151 33554432000 1073741824 1073778376 140734095314880 18446744073709551615 212699491225 0 4 0 16800975 18446604457152717120 0 0 -1 7 0 0 0
[pid=6620/tid=6623] ppid=6618 vsize=15699960 CPUtime=0 cores=1,3,5,7
/proc/6620/task/6623/stat : 6623 (java) S 6618 6620 5765 0 -1 4202560 295 0 0 0 0 0 0 0 15 0 22 0 524714654 16076759040 50151 33554432000 1073741824 1073778376 140734095314880 18446744073709551615 212699491225 0 4 0 16800975 18446604457152717120 0 0 -1 5 0 0 0
[pid=6620/tid=6624] ppid=6618 vsize=15699960 CPUtime=0 cores=1,3,5,7
/proc/6620/task/6624/stat : 6624 (java) S 6618 6620 5765 0 -1 4202560 507 0 0 0 0 0 0 0 15 0 22 0 524714654 16076759040 50151 33554432000 1073741824 1073778376 140734095314880 18446744073709551615 212699491225 0 4 0 16800975 18446604457152717120 0 0 -1 7 0 0 0
[pid=6620/tid=6625] ppid=6618 vsize=15699960 CPUtime=0 cores=1,3,5,7
/proc/6620/task/6625/stat : 6625 (java) S 6618 6620 5765 0 -1 4202560 548 0 0 0 0 0 0 0 15 0 22 0 524714654 16076759040 50151 33554432000 1073741824 1073778376 140734095314880 18446744073709551615 212699491225 0 4 0 16800975 18446604457152717120 0 0 -1 3 0 0 0
[pid=6620/tid=6626] ppid=6618 vsize=15699960 CPUtime=0 cores=1,3,5,7
/proc/6620/task/6626/stat : 6626 (java) S 6618 6620 5765 0 -1 4202560 476 0 0 0 0 0 0 0 15 0 22 0 524714654 16076759040 50151 33554432000 1073741824 1073778376 140734095314880 18446744073709551615 212699491225 0 4 0 16800975 18446604457152717120 0 0 -1 3 0 0 0
[pid=6620/tid=6627] ppid=6618 vsize=15699960 CPUtime=0 cores=1,3,5,7
/proc/6620/task/6627/stat : 6627 (java) S 6618 6620 5765 0 -1 4202560 317 0 0 0 0 0 0 0 15 0 22 0 524714654 16076759040 50151 33554432000 1073741824 1073778376 140734095314880 18446744073709551615 212699491225 0 4 0 16800975 18446604457152717120 0 0 -1 7 0 0 0
[pid=6620/tid=6628] ppid=6618 vsize=15699960 CPUtime=0 cores=1,3,5,7
/proc/6620/task/6628/stat : 6628 (java) S 6618 6620 5765 0 -1 4202560 675 0 0 0 0 0 0 0 15 0 22 0 524714654 16076759040 50151 33554432000 1073741824 1073778376 140734095314880 18446744073709551615 212699491225 0 4 0 16800975 18446604457152717120 0 0 -1 5 0 0 0
[pid=6620/tid=6629] ppid=6618 vsize=15699960 CPUtime=0 cores=1,3,5,7
/proc/6620/task/6629/stat : 6629 (java) S 6618 6620 5765 0 -1 4202560 1047 0 0 0 0 0 0 0 15 0 22 0 524714654 16076759040 50151 33554432000 1073741824 1073778376 140734095314880 18446744073709551615 212699491225 0 4 0 16800975 18446604457152717120 0 0 -1 5 0 0 0
[pid=6620/tid=6630] ppid=6618 vsize=15699960 CPUtime=0 cores=1,3,5,7
/proc/6620/task/6630/stat : 6630 (java) S 6618 6620 5765 0 -1 4202560 4 0 0 0 0 0 0 0 15 0 22 0 524714654 16076759040 50151 33554432000 1073741824 1073778376 140734095314880 18446744073709551615 212699491225 0 4 0 16800975 18446604457152717120 0 0 -1 7 0 0 0
[pid=6620/tid=6631] ppid=6618 vsize=15699960 CPUtime=0 cores=1,3,5,7
/proc/6620/task/6631/stat : 6631 (java) S 6618 6620 5765 0 -1 4202560 74 0 0 0 0 0 0 0 15 0 22 0 524714655 16076759040 50151 33554432000 1073741824 1073778376 140734095314880 18446744073709551615 212699491840 0 0 0 16800975 18446604457152717120 0 0 -1 3 0 0 0
[pid=6620/tid=6632] ppid=6618 vsize=15699960 CPUtime=0 cores=1,3,5,7
/proc/6620/task/6632/stat : 6632 (java) S 6618 6620 5765 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 524714656 16076759040 50151 33554432000 1073741824 1073778376 140734095314880 18446744073709551615 212699491225 0 4 0 16800975 18446604457152717120 0 0 -1 5 0 0 0
[pid=6620/tid=6633] ppid=6618 vsize=15699960 CPUtime=0 cores=1,3,5,7
/proc/6620/task/6633/stat : 6633 (java) S 6618 6620 5765 0 -1 4202560 8 0 0 0 0 0 0 0 17 0 22 0 524714656 16076759040 50151 33554432000 1073741824 1073778376 140734095314880 18446744073709551615 212699491225 0 4 0 16800975 18446604457152717120 0 0 -1 3 0 0 0
[pid=6620/tid=6634] ppid=6618 vsize=15699960 CPUtime=0 cores=1,3,5,7
/proc/6620/task/6634/stat : 6634 (java) S 6618 6620 5765 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 524714659 16076759040 50151 33554432000 1073741824 1073778376 140734095314880 18446744073709551615 212699498929 0 4 0 16800975 18446604457152717120 0 0 -1 5 0 0 0
[pid=6620/tid=6635] ppid=6618 vsize=15699960 CPUtime=0.98 cores=1,3,5,7
/proc/6620/task/6635/stat : 6635 (java) S 6618 6620 5765 0 -1 4202560 12644 0 0 0 97 1 0 0 16 0 22 0 524714659 16076759040 50151 33554432000 1073741824 1073778376 140734095314880 18446744073709551615 212699491225 0 4 0 16800975 18446604457152717120 0 0 -1 1 0 0 0
[pid=6620/tid=6636] ppid=6618 vsize=15699960 CPUtime=0.81 cores=1,3,5,7
/proc/6620/task/6636/stat : 6636 (java) R 6618 6620 5765 0 -1 4202560 5236 0 0 0 81 0 0 0 25 0 22 0 524714659 16076759040 50151 33554432000 1073741824 1073778376 140734095314880 18446744073709551615 212699491225 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=6620/tid=6637] ppid=6618 vsize=15699960 CPUtime=0 cores=1,3,5,7
/proc/6620/task/6637/stat : 6637 (java) S 6618 6620 5765 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 22 0 524714659 16076759040 50151 33554432000 1073741824 1073778376 140734095314880 18446744073709551615 212699491225 0 4 0 16800975 18446604457152717120 0 0 -1 5 0 0 0
[pid=6620/tid=6638] ppid=6618 vsize=15699960 CPUtime=0 cores=1,3,5,7
/proc/6620/task/6638/stat : 6638 (java) S 6618 6620 5765 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 524714659 16076759040 50151 33554432000 1073741824 1073778376 140734095314880 18446744073709551615 212699491840 0 4 0 16800975 18446604457152717120 0 0 -1 7 0 0 0
[pid=6620/tid=6639] ppid=6618 vsize=15699960 CPUtime=0.83 cores=1,3,5,7
/proc/6620/task/6639/stat : 6639 (java) R 6618 6620 5765 0 -1 4202560 7421 0 0 0 82 1 0 0 18 0 22 0 524714682 16076759040 50151 33554432000 1073741824 1073778376 140734095314880 18446744073709551615 18446744073699065904 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=6620/tid=6640] ppid=6618 vsize=15699960 CPUtime=0.5 cores=1,3,5,7
/proc/6620/task/6640/stat : 6640 (java) R 6618 6620 5765 0 -1 4202560 6319 0 0 0 50 0 0 0 17 0 22 0 524714682 16076759040 50151 33554432000 1073741824 1073778376 140734095314880 18446744073709551615 47684996446222 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=6620/tid=6641] ppid=6618 vsize=15699960 CPUtime=0.63 cores=1,3,5,7
/proc/6620/task/6641/stat : 6641 (java) R 6618 6620 5765 0 -1 4202560 6576 0 0 0 63 0 0 0 18 0 22 0 524714682 16076759040 50151 33554432000 1073741824 1073778376 140734095314880 18446744073709551615 46912505765027 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=6620/tid=6642] ppid=6618 vsize=15699960 CPUtime=0.64 cores=1,3,5,7
/proc/6620/task/6642/stat : 6642 (java) R 6618 6620 5765 0 -1 4202560 7128 0 0 0 63 1 0 0 18 0 22 0 524714683 16076759040 50151 33554432000 1073741824 1073778376 140734095314880 18446744073709551615 46912505763057 0 4 0 16800975 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4.91
Current children cumulated vsize (KiB) 15699960

[startup+3.1008 s]
/proc/loadavg: 7.58 7.92 7.96 10/220 6642
/proc/meminfo: memFree=23617408/32951124 swapFree=67111524/67111528
[pid=6620] ppid=6618 vsize=15699960 CPUtime=11.28 cores=1,3,5,7
/proc/6620/stat : 6620 (java) S 6618 6620 5765 0 -1 4202496 155056 0 1 0 1106 22 0 0 25 0 22 0 524714653 16076759040 144517 33554432000 1073741824 1073778376 140734095314880 18446744073709551615 212699477989 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/6620/statm: 3924990 144517 2286 9 0 3915709 0
[pid=6620/tid=6621] ppid=6618 vsize=15699960 CPUtime=0.43 cores=1,3,5,7
/proc/6620/task/6621/stat : 6621 (java) S 6618 6620 5765 0 -1 4202560 8149 0 1 0 42 1 0 0 25 0 22 0 524714654 16076759040 144517 33554432000 1073741824 1073778376 140734095314880 18446744073709551615 212699491225 0 4 0 16800975 18446604457152717120 0 0 -1 7 0 0 0
[pid=6620/tid=6623] ppid=6618 vsize=15699960 CPUtime=0 cores=1,3,5,7
/proc/6620/task/6623/stat : 6623 (java) S 6618 6620 5765 0 -1 4202560 1497 0 0 0 0 0 0 0 15 0 22 0 524714654 16076759040 144517 33554432000 1073741824 1073778376 140734095314880 18446744073709551615 212699491225 0 4 0 16800975 18446604457152717120 0 0 -1 5 0 0 0
[pid=6620/tid=6624] ppid=6618 vsize=15699960 CPUtime=0 cores=1,3,5,7
/proc/6620/task/6624/stat : 6624 (java) S 6618 6620 5765 0 -1 4202560 1933 0 0 0 0 0 0 0 16 0 22 0 524714654 16076759040 144517 33554432000 1073741824 1073778376 140734095314880 18446744073709551615 212699491225 0 4 0 16800975 18446604457152717120 0 0 -1 3 0 0 0
[pid=6620/tid=6625] ppid=6618 vsize=15699960 CPUtime=0 cores=1,3,5,7
/proc/6620/task/6625/stat : 6625 (java) S 6618 6620 5765 0 -1 4202560 2113 0 0 0 0 0 0 0 15 0 22 0 524714654 16076759040 144517 33554432000 1073741824 1073778376 140734095314880 18446744073709551615 212699491225 0 4 0 16800975 18446604457152717120 0 0 -1 5 0 0 0
[pid=6620/tid=6626] ppid=6618 vsize=15699960 CPUtime=0 cores=1,3,5,7
/proc/6620/task/6626/stat : 6626 (java) S 6618 6620 5765 0 -1 4202560 1304 0 0 0 0 0 0 0 15 0 22 0 524714654 16076759040 144517 33554432000 1073741824 1073778376 140734095314880 18446744073709551615 212699491225 0 4 0 16800975 18446604457152717120 0 0 -1 1 0 0 0
[pid=6620/tid=6627] ppid=6618 vsize=15699960 CPUtime=0 cores=1,3,5,7
/proc/6620/task/6627/stat : 6627 (java) S 6618 6620 5765 0 -1 4202560 347 0 0 0 0 0 0 0 15 0 22 0 524714654 16076759040 144517 33554432000 1073741824 1073778376 140734095314880 18446744073709551615 212699491225 0 4 0 16800975 18446604457152717120 0 0 -1 5 0 0 0
[pid=6620/tid=6628] ppid=6618 vsize=15699960 CPUtime=0 cores=1,3,5,7
/proc/6620/task/6628/stat : 6628 (java) S 6618 6620 5765 0 -1 4202560 1802 0 0 0 0 0 0 0 16 0 22 0 524714654 16076759040 144517 33554432000 1073741824 1073778376 140734095314880 18446744073709551615 212699491225 0 4 0 16800975 18446604457152717120 0 0 -1 1 0 0 0
[pid=6620/tid=6629] ppid=6618 vsize=15699960 CPUtime=0 cores=1,3,5,7
/proc/6620/task/6629/stat : 6629 (java) S 6618 6620 5765 0 -1 4202560 2556 0 0 0 0 0 0 0 15 0 22 0 524714654 16076759040 144517 33554432000 1073741824 1073778376 140734095314880 18446744073709551615 212699491225 0 4 0 16800975 18446604457152717120 0 0 -1 7 0 0 0
[pid=6620/tid=6630] ppid=6618 vsize=15699960 CPUtime=0 cores=1,3,5,7
/proc/6620/task/6630/stat : 6630 (java) S 6618 6620 5765 0 -1 4202560 4 0 0 0 0 0 0 0 15 0 22 0 524714654 16076759040 144517 33554432000 1073741824 1073778376 140734095314880 18446744073709551615 212699491225 0 4 0 16800975 18446604457152717120 0 0 -1 7 0 0 0
[pid=6620/tid=6631] ppid=6618 vsize=15699960 CPUtime=0 cores=1,3,5,7
/proc/6620/task/6631/stat : 6631 (java) S 6618 6620 5765 0 -1 4202560 188 0 0 0 0 0 0 0 15 0 22 0 524714655 16076759040 144517 33554432000 1073741824 1073778376 140734095314880 18446744073709551615 212699491840 0 0 0 16800975 18446604457152717120 0 0 -1 3 0 0 0
[pid=6620/tid=6632] ppid=6618 vsize=15699960 CPUtime=0 cores=1,3,5,7
/proc/6620/task/6632/stat : 6632 (java) S 6618 6620 5765 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 524714656 16076759040 144517 33554432000 1073741824 1073778376 140734095314880 18446744073709551615 212699491225 0 4 0 16800975 18446604457152717120 0 0 -1 5 0 0 0
[pid=6620/tid=6633] ppid=6618 vsize=15699960 CPUtime=0 cores=1,3,5,7
/proc/6620/task/6633/stat : 6633 (java) S 6618 6620 5765 0 -1 4202560 8 0 0 0 0 0 0 0 17 0 22 0 524714656 16076759040 144517 33554432000 1073741824 1073778376 140734095314880 18446744073709551615 212699491225 0 4 0 16800975 18446604457152717120 0 0 -1 3 0 0 0
[pid=6620/tid=6634] ppid=6618 vsize=15699960 CPUtime=0 cores=1,3,5,7
/proc/6620/task/6634/stat : 6634 (java) S 6618 6620 5765 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 524714659 16076759040 144517 33554432000 1073741824 1073778376 140734095314880 18446744073709551615 212699498929 0 4 0 16800975 18446604457152717120 0 0 -1 5 0 0 0
[pid=6620/tid=6635] ppid=6618 vsize=15699960 CPUtime=1.14 cores=1,3,5,7
/proc/6620/task/6635/stat : 6635 (java) S 6618 6620 5765 0 -1 4202560 12676 0 0 0 113 1 0 0 15 0 22 0 524714659 16076759040 144517 33554432000 1073741824 1073778376 140734095314880 18446744073709551615 212699491225 0 4 0 16800975 18446604457152717120 0 0 -1 1 0 0 0
[pid=6620/tid=6636] ppid=6618 vsize=15699960 CPUtime=0.81 cores=1,3,5,7
/proc/6620/task/6636/stat : 6636 (java) S 6618 6620 5765 0 -1 4202560 5238 0 0 0 81 0 0 0 20 0 22 0 524714659 16076759040 144517 33554432000 1073741824 1073778376 140734095314880 18446744073709551615 212699491225 0 4 0 16800975 18446604457152717120 0 0 -1 5 0 0 0
[pid=6620/tid=6637] ppid=6618 vsize=15699960 CPUtime=0 cores=1,3,5,7
/proc/6620/task/6637/stat : 6637 (java) S 6618 6620 5765 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 22 0 524714659 16076759040 144517 33554432000 1073741824 1073778376 140734095314880 18446744073709551615 212699491225 0 4 0 16800975 18446604457152717120 0 0 -1 5 0 0 0
[pid=6620/tid=6638] ppid=6618 vsize=15699960 CPUtime=0 cores=1,3,5,7
/proc/6620/task/6638/stat : 6638 (java) S 6618 6620 5765 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 524714659 16076759040 144517 33554432000 1073741824 1073778376 140734095314880 18446744073709551615 212699491840 0 4 0 16800975 18446604457152717120 0 0 -1 7 0 0 0
[pid=6620/tid=6639] ppid=6618 vsize=15699960 CPUtime=2.34 cores=1,3,5,7
/proc/6620/task/6639/stat : 6639 (java) R 6618 6620 5765 0 -1 4202560 30440 0 0 0 230 4 0 0 20 0 22 0 524714682 16076759040 144517 33554432000 1073741824 1073778376 140734095314880 18446744073709551615 46912505801307 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=6620/tid=6640] ppid=6618 vsize=15699960 CPUtime=2 cores=1,3,5,7
/proc/6620/task/6640/stat : 6640 (java) R 6618 6620 5765 0 -1 4202560 27163 0 0 0 197 3 0 0 19 0 22 0 524714682 16076759040 144517 33554432000 1073741824 1073778376 140734095314880 18446744073709551615 46912505800334 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=6620/tid=6641] ppid=6618 vsize=15699960 CPUtime=2.21 cores=1,3,5,7
/proc/6620/task/6641/stat : 6641 (java) R 6618 6620 5765 0 -1 4202560 28675 0 0 0 218 3 0 0 21 0 22 0 524714682 16076759040 144517 33554432000 1073741824 1073778376 140734095314880 18446744073709551615 47684996445308 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=6620/tid=6642] ppid=6618 vsize=15699960 CPUtime=2.21 cores=1,3,5,7
/proc/6620/task/6642/stat : 6642 (java) R 6618 6620 5765 0 -1 4202560 29586 0 0 0 217 4 0 0 20 0 22 0 524714683 16076759040 144517 33554432000 1073741824 1073778376 140734095314880 18446744073709551615 46912505763074 0 4 0 16800975 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 11.28
Current children cumulated vsize (KiB) 15699960

[startup+6.30121 s]
/proc/loadavg: 7.58 7.92 7.96 9/220 6642
/proc/meminfo: memFree=23396148/32951124 swapFree=67111524/67111528
[pid=6620] ppid=6618 vsize=15699960 CPUtime=24.06 cores=1,3,5,7
/proc/6620/stat : 6620 (java) S 6618 6620 5765 0 -1 4202496 155674 0 1 0 2384 22 0 0 25 0 22 0 524714653 16076759040 139499 33554432000 1073741824 1073778376 140734095314880 18446744073709551615 212699477989 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/6620/statm: 3924990 139499 2289 9 0 3915709 0
[pid=6620/tid=6621] ppid=6618 vsize=15699960 CPUtime=0.43 cores=1,3,5,7
/proc/6620/task/6621/stat : 6621 (java) S 6618 6620 5765 0 -1 4202560 8149 0 1 0 42 1 0 0 25 0 22 0 524714654 16076759040 139499 33554432000 1073741824 1073778376 140734095314880 18446744073709551615 212699491225 0 4 0 16800975 18446604457152717120 0 0 -1 7 0 0 0
[pid=6620/tid=6623] ppid=6618 vsize=15699960 CPUtime=0 cores=1,3,5,7
/proc/6620/task/6623/stat : 6623 (java) S 6618 6620 5765 0 -1 4202560 1646 0 0 0 0 0 0 0 15 0 22 0 524714654 16076759040 139499 33554432000 1073741824 1073778376 140734095314880 18446744073709551615 212699491225 0 4 0 16800975 18446604457152717120 0 0 -1 5 0 0 0
[pid=6620/tid=6624] ppid=6618 vsize=15699960 CPUtime=0 cores=1,3,5,7
/proc/6620/task/6624/stat : 6624 (java) S 6618 6620 5765 0 -1 4202560 1980 0 0 0 0 0 0 0 15 0 22 0 524714654 16076759040 139499 33554432000 1073741824 1073778376 140734095314880 18446744073709551615 212699491225 0 4 0 16800975 18446604457152717120 0 0 -1 3 0 0 0
[pid=6620/tid=6625] ppid=6618 vsize=15699960 CPUtime=0 cores=1,3,5,7
/proc/6620/task/6625/stat : 6625 (java) S 6618 6620 5765 0 -1 4202560 2132 0 0 0 0 0 0 0 15 0 22 0 524714654 16076759040 139499 33554432000 1073741824 1073778376 140734095314880 18446744073709551615 212699491225 0 4 0 16800975 18446604457152717120 0 0 -1 3 0 0 0
[pid=6620/tid=6626] ppid=6618 vsize=15699960 CPUtime=0 cores=1,3,5,7
/proc/6620/task/6626/stat : 6626 (java) S 6618 6620 5765 0 -1 4202560 1421 0 0 0 0 0 0 0 15 0 22 0 524714654 16076759040 139499 33554432000 1073741824 1073778376 140734095314880 18446744073709551615 212699491225 0 4 0 16800975 18446604457152717120 0 0 -1 1 0 0 0
[pid=6620/tid=6627] ppid=6618 vsize=15699960 CPUtime=0 cores=1,3,5,7
/proc/6620/task/6627/stat : 6627 (java) S 6618 6620 5765 0 -1 4202560 353 0 0 0 0 0 0 0 15 0 22 0 524714654 16076759040 139499 33554432000 1073741824 1073778376 140734095314880 18446744073709551615 212699491225 0 4 0 16800975 18446604457152717120 0 0 -1 5 0 0 0
[pid=6620/tid=6628] ppid=6618 vsize=15699960 CPUtime=0 cores=1,3,5,7
/proc/6620/task/6628/stat : 6628 (java) S 6618 6620 5765 0 -1 4202560 1888 0 0 0 0 0 0 0 15 0 22 0 524714654 16076759040 139499 33554432000 1073741824 1073778376 140734095314880 18446744073709551615 212699491225 0 4 0 16800975 18446604457152717120 0 0 -1 7 0 0 0
[pid=6620/tid=6629] ppid=6618 vsize=15699960 CPUtime=0 cores=1,3,5,7
/proc/6620/task/6629/stat : 6629 (java) S 6618 6620 5765 0 -1 4202560 2657 0 0 0 0 0 0 0 15 0 22 0 524714654 16076759040 139499 33554432000 1073741824 1073778376 140734095314880 18446744073709551615 212699491225 0 4 0 16800975 18446604457152717120 0 0 -1 7 0 0 0
[pid=6620/tid=6630] ppid=6618 vsize=15699960 CPUtime=0 cores=1,3,5,7
/proc/6620/task/6630/stat : 6630 (java) S 6618 6620 5765 0 -1 4202560 57 0 0 0 0 0 0 0 15 0 22 0 524714654 16076759040 139499 33554432000 1073741824 1073778376 140734095314880 18446744073709551615 212699491225 0 4 0 16800975 18446604457152717120 0 0 -1 1 0 0 0

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

[pid=6620/tid=6640] ppid=6618 vsize=15699960 CPUtime=1108.25 cores=1,3,5,7
/proc/6620/task/6640/stat : 6640 (java) R 6618 6620 5765 0 -1 4202560 196586 0 0 0 110789 36 0 0 25 0 22 0 524714682 16076759040 79077 33554432000 1073741824 1073778376 140734095314880 18446744073709551615 46912505801459 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=6620/tid=6641] ppid=6618 vsize=15699960 CPUtime=1108.61 cores=1,3,5,7
/proc/6620/task/6641/stat : 6641 (java) R 6618 6620 5765 0 -1 4202560 196950 0 0 0 110823 38 0 0 25 0 22 0 524714682 16076759040 79077 33554432000 1073741824 1073778376 140734095314880 18446744073709551615 18446744073699065939 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=6620/tid=6642] ppid=6618 vsize=15699960 CPUtime=1107.86 cores=1,3,5,7
/proc/6620/task/6642/stat : 6642 (java) R 6618 6620 5765 0 -1 4202560 199653 0 0 0 110745 41 0 0 25 0 22 0 524714683 16076759040 79077 33554432000 1073741824 1073778376 140734095314880 18446744073709551615 46912505764942 0 4 0 16800975 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4462.37
Current children cumulated vsize (KiB) 15699960

[startup+1182.3 s]
/proc/loadavg: 8.02 8.04 8.00 9/220 6673
/proc/meminfo: memFree=23818824/32951124 swapFree=67111524/67111528
[pid=6620] ppid=6618 vsize=15699960 CPUtime=4700.89 cores=1,3,5,7
/proc/6620/stat : 6620 (java) S 6618 6620 5765 0 -1 4202496 1379323 0 1 0 469715 374 0 0 25 0 22 0 524714653 16076759040 74287 33554432000 1073741824 1073778376 140734095314880 18446744073709551615 212699477989 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/6620/statm: 3924990 74287 2299 9 0 3915709 0
[pid=6620/tid=6621] ppid=6618 vsize=15699960 CPUtime=0.43 cores=1,3,5,7
/proc/6620/task/6621/stat : 6621 (java) S 6618 6620 5765 0 -1 4202560 8149 0 1 0 42 1 0 0 25 0 22 0 524714654 16076759040 74287 33554432000 1073741824 1073778376 140734095314880 18446744073709551615 212699491225 0 4 0 16800975 18446604457152717120 0 0 -1 7 0 0 0
[pid=6620/tid=6623] ppid=6618 vsize=15699960 CPUtime=3.24 cores=1,3,5,7
/proc/6620/task/6623/stat : 6623 (java) S 6618 6620 5765 0 -1 4202560 62439 0 0 0 308 16 0 0 15 0 22 0 524714654 16076759040 74287 33554432000 1073741824 1073778376 140734095314880 18446744073709551615 212699491225 0 4 0 16800975 18446604457152717120 0 0 -1 7 0 0 0
[pid=6620/tid=6624] ppid=6618 vsize=15699960 CPUtime=3.37 cores=1,3,5,7
/proc/6620/task/6624/stat : 6624 (java) S 6618 6620 5765 0 -1 4202560 65387 0 0 0 320 17 0 0 15 0 22 0 524714654 16076759040 74287 33554432000 1073741824 1073778376 140734095314880 18446744073709551615 212699491225 0 4 0 16800975 18446604457152717120 0 0 -1 1 0 0 0
[pid=6620/tid=6625] ppid=6618 vsize=15699960 CPUtime=3.36 cores=1,3,5,7
/proc/6620/task/6625/stat : 6625 (java) S 6618 6620 5765 0 -1 4202560 66271 0 0 0 318 18 0 0 15 0 22 0 524714654 16076759040 74287 33554432000 1073741824 1073778376 140734095314880 18446744073709551615 212699491225 0 4 0 16800975 18446604457152717120 0 0 -1 3 0 0 0
[pid=6620/tid=6626] ppid=6618 vsize=15699960 CPUtime=3.23 cores=1,3,5,7
/proc/6620/task/6626/stat : 6626 (java) S 6618 6620 5765 0 -1 4202560 61414 0 0 0 307 16 0 0 15 0 22 0 524714654 16076759040 74287 33554432000 1073741824 1073778376 140734095314880 18446744073709551615 212699491225 0 4 0 16800975 18446604457152717120 0 0 -1 3 0 0 0
[pid=6620/tid=6627] ppid=6618 vsize=15699960 CPUtime=3.15 cores=1,3,5,7
/proc/6620/task/6627/stat : 6627 (java) S 6618 6620 5765 0 -1 4202560 61363 0 0 0 298 17 0 0 15 0 22 0 524714654 16076759040 74287 33554432000 1073741824 1073778376 140734095314880 18446744073709551615 212699491225 0 4 0 16800975 18446604457152717120 0 0 -1 7 0 0 0
[pid=6620/tid=6628] ppid=6618 vsize=15699960 CPUtime=3.21 cores=1,3,5,7
/proc/6620/task/6628/stat : 6628 (java) S 6618 6620 5765 0 -1 4202560 63161 0 0 0 304 17 0 0 15 0 22 0 524714654 16076759040 74287 33554432000 1073741824 1073778376 140734095314880 18446744073709551615 212699491225 0 4 0 16800975 18446604457152717120 0 0 -1 5 0 0 0
[pid=6620/tid=6629] ppid=6618 vsize=15699960 CPUtime=3.17 cores=1,3,5,7
/proc/6620/task/6629/stat : 6629 (java) S 6618 6620 5765 0 -1 4202560 65552 0 0 0 300 17 0 0 15 0 22 0 524714654 16076759040 74287 33554432000 1073741824 1073778376 140734095314880 18446744073709551615 212699491225 0 4 0 16800975 18446604457152717120 0 0 -1 5 0 0 0
[pid=6620/tid=6630] ppid=6618 vsize=15699960 CPUtime=3.33 cores=1,3,5,7
/proc/6620/task/6630/stat : 6630 (java) S 6618 6620 5765 0 -1 4202560 64860 0 0 0 318 15 0 0 15 0 22 0 524714654 16076759040 74287 33554432000 1073741824 1073778376 140734095314880 18446744073709551615 212699491225 0 4 0 16800975 18446604457152717120 0 0 -1 3 0 0 0
[pid=6620/tid=6631] ppid=6618 vsize=15699960 CPUtime=2.28 cores=1,3,5,7
/proc/6620/task/6631/stat : 6631 (java) S 6618 6620 5765 0 -1 4202560 3705 0 0 0 162 66 0 0 15 0 22 0 524714655 16076759040 74287 33554432000 1073741824 1073778376 140734095314880 18446744073709551615 212699491840 0 0 0 16800975 18446604457152717120 0 0 -1 5 0 0 0
[pid=6620/tid=6632] ppid=6618 vsize=15699960 CPUtime=0 cores=1,3,5,7
/proc/6620/task/6632/stat : 6632 (java) S 6618 6620 5765 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 524714656 16076759040 74287 33554432000 1073741824 1073778376 140734095314880 18446744073709551615 212699491225 0 4 0 16800975 18446604457152717120 0 0 -1 5 0 0 0
[pid=6620/tid=6633] ppid=6618 vsize=15699960 CPUtime=0 cores=1,3,5,7
/proc/6620/task/6633/stat : 6633 (java) S 6618 6620 5765 0 -1 4202560 8 0 0 0 0 0 0 0 17 0 22 0 524714656 16076759040 74287 33554432000 1073741824 1073778376 140734095314880 18446744073709551615 212699491225 0 4 0 16800975 18446604457152717120 0 0 -1 3 0 0 0
[pid=6620/tid=6634] ppid=6618 vsize=15699960 CPUtime=0 cores=1,3,5,7
/proc/6620/task/6634/stat : 6634 (java) S 6618 6620 5765 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 524714659 16076759040 74287 33554432000 1073741824 1073778376 140734095314880 18446744073709551615 212699498929 0 4 0 16800975 18446604457152717120 0 0 -1 5 0 0 0
[pid=6620/tid=6635] ppid=6618 vsize=15699960 CPUtime=1.28 cores=1,3,5,7
/proc/6620/task/6635/stat : 6635 (java) S 6618 6620 5765 0 -1 4202560 12691 0 0 0 127 1 0 0 16 0 22 0 524714659 16076759040 74287 33554432000 1073741824 1073778376 140734095314880 18446744073709551615 212699491225 0 4 0 16800975 18446604457152717120 0 0 -1 1 0 0 0
[pid=6620/tid=6636] ppid=6618 vsize=15699960 CPUtime=0.89 cores=1,3,5,7
/proc/6620/task/6636/stat : 6636 (java) S 6618 6620 5765 0 -1 4202560 5255 0 0 0 89 0 0 0 15 0 22 0 524714659 16076759040 74287 33554432000 1073741824 1073778376 140734095314880 18446744073709551615 212699491225 0 4 0 16800975 18446604457152717120 0 0 -1 5 0 0 0
[pid=6620/tid=6637] ppid=6618 vsize=15699960 CPUtime=0 cores=1,3,5,7
/proc/6620/task/6637/stat : 6637 (java) S 6618 6620 5765 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 22 0 524714659 16076759040 74287 33554432000 1073741824 1073778376 140734095314880 18446744073709551615 212699491225 0 4 0 16800975 18446604457152717120 0 0 -1 5 0 0 0
[pid=6620/tid=6638] ppid=6618 vsize=15699960 CPUtime=0 cores=1,3,5,7
/proc/6620/task/6638/stat : 6638 (java) S 6618 6620 5765 0 -1 4202560 65 0 0 0 0 0 0 0 15 0 22 0 524714659 16076759040 74287 33554432000 1073741824 1073778376 140734095314880 18446744073709551615 212699491840 0 4 0 16800975 18446604457152717120 0 0 -1 5 0 0 0
[pid=6620/tid=6639] ppid=6618 vsize=15699960 CPUtime=1167.2 cores=1,3,5,7
/proc/6620/task/6639/stat : 6639 (java) R 6618 6620 5765 0 -1 4202560 212437 0 0 0 116677 43 0 0 25 0 22 0 524714682 16076759040 74287 33554432000 1073741824 1073778376 140734095314880 18446744073709551615 18446744073699065939 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=6620/tid=6640] ppid=6618 vsize=15699960 CPUtime=1167.59 cores=1,3,5,7
/proc/6620/task/6640/stat : 6640 (java) R 6618 6620 5765 0 -1 4202560 207028 0 0 0 116721 38 0 0 25 0 22 0 524714682 16076759040 74287 33554432000 1073741824 1073778376 140734095314880 18446744073709551615 46912505834590 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=6620/tid=6641] ppid=6618 vsize=15699960 CPUtime=1167.9 cores=1,3,5,7
/proc/6620/task/6641/stat : 6641 (java) R 6618 6620 5765 0 -1 4202560 207604 0 0 0 116750 40 0 0 21 0 22 0 524714682 16076759040 74287 33554432000 1073741824 1073778376 140734095314880 18446744073709551615 46912505837983 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=6620/tid=6642] ppid=6618 vsize=15699960 CPUtime=1167.1 cores=1,3,5,7
/proc/6620/task/6642/stat : 6642 (java) R 6618 6620 5765 0 -1 4202560 210558 0 0 0 116666 44 0 0 25 0 22 0 524714683 16076759040 74287 33554432000 1073741824 1073778376 140734095314880 18446744073709551615 47684996445308 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4700.89
Current children cumulated vsize (KiB) 15699960



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1207.3 s]
/proc/loadavg: 7.13 7.84 7.94 5/193 6694
/proc/meminfo: memFree=24098032/32951124 swapFree=67111524/67111528
[pid=6620] ppid=6618 vsize=15699960 CPUtime=4800.34 cores=1,3,5,7
/proc/6620/stat : 6620 (java) S 6618 6620 5765 0 -1 4202496 1408194 0 1 0 479652 382 0 0 25 0 22 0 524714653 16076759040 76592 33554432000 1073741824 1073778376 140734095314880 18446744073709551615 212699477989 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/6620/statm: 3924990 76592 2299 9 0 3915709 0
[pid=6620/tid=6621] ppid=6618 vsize=15699960 CPUtime=0.43 cores=1,3,5,7
/proc/6620/task/6621/stat : 6621 (java) S 6618 6620 5765 0 -1 4202560 8149 0 1 0 42 1 0 0 25 0 22 0 524714654 16076759040 76592 33554432000 1073741824 1073778376 140734095314880 18446744073709551615 212699491225 0 4 0 16800975 18446604457152717120 0 0 -1 7 0 0 0
[pid=6620/tid=6623] ppid=6618 vsize=15699960 CPUtime=3.33 cores=1,3,5,7
/proc/6620/task/6623/stat : 6623 (java) S 6618 6620 5765 0 -1 4202560 65272 0 0 0 316 17 0 0 15 0 22 0 524714654 16076759040 76592 33554432000 1073741824 1073778376 140734095314880 18446744073709551615 212699491225 0 4 0 16800975 18446604457152717120 0 0 -1 5 0 0 0
[pid=6620/tid=6624] ppid=6618 vsize=15699960 CPUtime=3.44 cores=1,3,5,7
/proc/6620/task/6624/stat : 6624 (java) S 6618 6620 5765 0 -1 4202560 67948 0 0 0 327 17 0 0 16 0 22 0 524714654 16076759040 76592 33554432000 1073741824 1073778376 140734095314880 18446744073709551615 212699491225 0 4 0 16800975 18446604457152717120 0 0 -1 5 0 0 0
[pid=6620/tid=6625] ppid=6618 vsize=15699960 CPUtime=3.44 cores=1,3,5,7
/proc/6620/task/6625/stat : 6625 (java) S 6618 6620 5765 0 -1 4202560 68930 0 0 0 325 19 0 0 15 0 22 0 524714654 16076759040 76592 33554432000 1073741824 1073778376 140734095314880 18446744073709551615 212699491225 0 4 0 16800975 18446604457152717120 0 0 -1 1 0 0 0
[pid=6620/tid=6626] ppid=6618 vsize=15699960 CPUtime=3.29 cores=1,3,5,7
/proc/6620/task/6626/stat : 6626 (java) S 6618 6620 5765 0 -1 4202560 64231 0 0 0 313 16 0 0 15 0 22 0 524714654 16076759040 76592 33554432000 1073741824 1073778376 140734095314880 18446744073709551615 212699491225 0 4 0 16800975 18446604457152717120 0 0 -1 7 0 0 0
[pid=6620/tid=6627] ppid=6618 vsize=15699960 CPUtime=3.22 cores=1,3,5,7
/proc/6620/task/6627/stat : 6627 (java) S 6618 6620 5765 0 -1 4202560 63859 0 0 0 305 17 0 0 15 0 22 0 524714654 16076759040 76592 33554432000 1073741824 1073778376 140734095314880 18446744073709551615 212699491225 0 4 0 16800975 18446604457152717120 0 0 -1 3 0 0 0
[pid=6620/tid=6628] ppid=6618 vsize=15699960 CPUtime=3.28 cores=1,3,5,7
/proc/6620/task/6628/stat : 6628 (java) S 6618 6620 5765 0 -1 4202560 65752 0 0 0 310 18 0 0 15 0 22 0 524714654 16076759040 76592 33554432000 1073741824 1073778376 140734095314880 18446744073709551615 212699491225 0 4 0 16800975 18446604457152717120 0 0 -1 1 0 0 0
[pid=6620/tid=6629] ppid=6618 vsize=15699960 CPUtime=3.25 cores=1,3,5,7
/proc/6620/task/6629/stat : 6629 (java) S 6618 6620 5765 0 -1 4202560 67625 0 0 0 308 17 0 0 15 0 22 0 524714654 16076759040 76592 33554432000 1073741824 1073778376 140734095314880 18446744073709551615 212699491225 0 4 0 16800975 18446604457152717120 0 0 -1 3 0 0 0
[pid=6620/tid=6630] ppid=6618 vsize=15699960 CPUtime=3.41 cores=1,3,5,7
/proc/6620/task/6630/stat : 6630 (java) S 6618 6620 5765 0 -1 4202560 68032 0 0 0 325 16 0 0 15 0 22 0 524714654 16076759040 76592 33554432000 1073741824 1073778376 140734095314880 18446744073709551615 212699491225 0 4 0 16800975 18446604457152717120 0 0 -1 7 0 0 0
[pid=6620/tid=6631] ppid=6618 vsize=15699960 CPUtime=2.32 cores=1,3,5,7
/proc/6620/task/6631/stat : 6631 (java) S 6618 6620 5765 0 -1 4202560 3775 0 0 0 165 67 0 0 16 0 22 0 524714655 16076759040 76592 33554432000 1073741824 1073778376 140734095314880 18446744073709551615 212699491840 0 0 0 16800975 18446604457152717120 0 0 -1 1 0 0 0
[pid=6620/tid=6632] ppid=6618 vsize=15699960 CPUtime=0 cores=1,3,5,7
/proc/6620/task/6632/stat : 6632 (java) S 6618 6620 5765 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 524714656 16076759040 76592 33554432000 1073741824 1073778376 140734095314880 18446744073709551615 212699491225 0 4 0 16800975 18446604457152717120 0 0 -1 5 0 0 0
[pid=6620/tid=6633] ppid=6618 vsize=15699960 CPUtime=0 cores=1,3,5,7
/proc/6620/task/6633/stat : 6633 (java) S 6618 6620 5765 0 -1 4202560 8 0 0 0 0 0 0 0 17 0 22 0 524714656 16076759040 76592 33554432000 1073741824 1073778376 140734095314880 18446744073709551615 212699491225 0 4 0 16800975 18446604457152717120 0 0 -1 3 0 0 0
[pid=6620/tid=6634] ppid=6618 vsize=15699960 CPUtime=0 cores=1,3,5,7
/proc/6620/task/6634/stat : 6634 (java) S 6618 6620 5765 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 524714659 16076759040 76592 33554432000 1073741824 1073778376 140734095314880 18446744073709551615 212699498929 0 4 0 16800975 18446604457152717120 0 0 -1 5 0 0 0
[pid=6620/tid=6635] ppid=6618 vsize=15699960 CPUtime=1.28 cores=1,3,5,7
/proc/6620/task/6635/stat : 6635 (java) S 6618 6620 5765 0 -1 4202560 12691 0 0 0 127 1 0 0 16 0 22 0 524714659 16076759040 76592 33554432000 1073741824 1073778376 140734095314880 18446744073709551615 212699491225 0 4 0 16800975 18446604457152717120 0 0 -1 1 0 0 0
[pid=6620/tid=6636] ppid=6618 vsize=15699960 CPUtime=0.89 cores=1,3,5,7
/proc/6620/task/6636/stat : 6636 (java) S 6618 6620 5765 0 -1 4202560 5255 0 0 0 89 0 0 0 15 0 22 0 524714659 16076759040 76592 33554432000 1073741824 1073778376 140734095314880 18446744073709551615 212699491225 0 4 0 16800975 18446604457152717120 0 0 -1 5 0 0 0
[pid=6620/tid=6637] ppid=6618 vsize=15699960 CPUtime=0 cores=1,3,5,7
/proc/6620/task/6637/stat : 6637 (java) S 6618 6620 5765 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 22 0 524714659 16076759040 76592 33554432000 1073741824 1073778376 140734095314880 18446744073709551615 212699491225 0 4 0 16800975 18446604457152717120 0 0 -1 5 0 0 0
[pid=6620/tid=6638] ppid=6618 vsize=15699960 CPUtime=0 cores=1,3,5,7
/proc/6620/task/6638/stat : 6638 (java) S 6618 6620 5765 0 -1 4202560 67 0 0 0 0 0 0 0 15 0 22 0 524714659 16076759040 76592 33554432000 1073741824 1073778376 140734095314880 18446744073709551615 212699491840 0 4 0 16800975 18446604457152717120 0 0 -1 5 0 0 0
[pid=6620/tid=6639] ppid=6618 vsize=15699960 CPUtime=1191.88 cores=1,3,5,7
/proc/6620/task/6639/stat : 6639 (java) R 6618 6620 5765 0 -1 4202560 214136 0 0 0 119145 43 0 0 25 0 22 0 524714682 16076759040 76592 33554432000 1073741824 1073778376 140734095314880 18446744073709551615 18446744073699065863 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=6620/tid=6640] ppid=6618 vsize=15699960 CPUtime=1192.34 cores=1,3,5,7
/proc/6620/task/6640/stat : 6640 (java) R 6618 6620 5765 0 -1 4202560 208953 0 0 0 119195 39 0 0 25 0 22 0 524714682 16076759040 76592 33554432000 1073741824 1073778376 140734095314880 18446744073709551615 47684996446084 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=6620/tid=6641] ppid=6618 vsize=15699960 CPUtime=1192.58 cores=1,3,5,7
/proc/6620/task/6641/stat : 6641 (java) R 6618 6620 5765 0 -1 4202560 209452 0 0 0 119218 40 0 0 25 0 22 0 524714682 16076759040 76592 33554432000 1073741824 1073778376 140734095314880 18446744073709551615 46912505813002 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=6620/tid=6642] ppid=6618 vsize=15699960 CPUtime=1191.78 cores=1,3,5,7
/proc/6620/task/6642/stat : 6642 (java) R 6618 6620 5765 0 -1 4202560 212683 0 0 0 119134 44 0 0 25 0 22 0 524714683 16076759040 76592 33554432000 1073741824 1073778376 140734095314880 18446744073709551615 46912505765248 0 4 0 16800975 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4800.34
Current children cumulated vsize (KiB) 15699960

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

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

[startup+1207.3 s]
/proc/loadavg: 7.13 7.84 7.94 5/193 6694
/proc/meminfo: memFree=24098032/32951124 swapFree=67111524/67111528
[pid=6620] ppid=6618 vsize=15699960 CPUtime=4800.34 cores=1,3,5,7
/proc/6620/stat : 6620 (java) S 6618 6620 5765 0 -1 4202496 1408194 0 1 0 479652 382 0 0 25 0 22 0 524714653 16076759040 76592 33554432000 1073741824 1073778376 140734095314880 18446744073709551615 212699477989 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/6620/statm: 3924990 76592 2299 9 0 3915709 0
[pid=6620/tid=6621] ppid=6618 vsize=15699960 CPUtime=0.43 cores=1,3,5,7
/proc/6620/task/6621/stat : 6621 (java) S 6618 6620 5765 0 -1 4202560 8149 0 1 0 42 1 0 0 25 0 22 0 524714654 16076759040 76592 33554432000 1073741824 1073778376 140734095314880 18446744073709551615 212699491225 0 4 0 16800975 18446604457152717120 0 0 -1 7 0 0 0
[pid=6620/tid=6623] ppid=6618 vsize=15699960 CPUtime=3.33 cores=1,3,5,7
/proc/6620/task/6623/stat : 6623 (java) S 6618 6620 5765 0 -1 4202560 65272 0 0 0 316 17 0 0 15 0 22 0 524714654 16076759040 76592 33554432000 1073741824 1073778376 140734095314880 18446744073709551615 212699491225 0 4 0 16800975 18446604457152717120 0 0 -1 5 0 0 0
[pid=6620/tid=6624] ppid=6618 vsize=15699960 CPUtime=3.44 cores=1,3,5,7
/proc/6620/task/6624/stat : 6624 (java) S 6618 6620 5765 0 -1 4202560 67948 0 0 0 327 17 0 0 16 0 22 0 524714654 16076759040 76592 33554432000 1073741824 1073778376 140734095314880 18446744073709551615 212699491225 0 4 0 16800975 18446604457152717120 0 0 -1 5 0 0 0
[pid=6620/tid=6625] ppid=6618 vsize=15699960 CPUtime=3.44 cores=1,3,5,7
/proc/6620/task/6625/stat : 6625 (java) S 6618 6620 5765 0 -1 4202560 68930 0 0 0 325 19 0 0 15 0 22 0 524714654 16076759040 76592 33554432000 1073741824 1073778376 140734095314880 18446744073709551615 212699491225 0 4 0 16800975 18446604457152717120 0 0 -1 1 0 0 0
[pid=6620/tid=6626] ppid=6618 vsize=15699960 CPUtime=3.29 cores=1,3,5,7
/proc/6620/task/6626/stat : 6626 (java) S 6618 6620 5765 0 -1 4202560 64231 0 0 0 313 16 0 0 15 0 22 0 524714654 16076759040 76592 33554432000 1073741824 1073778376 140734095314880 18446744073709551615 212699491225 0 4 0 16800975 18446604457152717120 0 0 -1 7 0 0 0
[pid=6620/tid=6627] ppid=6618 vsize=15699960 CPUtime=3.22 cores=1,3,5,7
/proc/6620/task/6627/stat : 6627 (java) S 6618 6620 5765 0 -1 4202560 63859 0 0 0 305 17 0 0 15 0 22 0 524714654 16076759040 76592 33554432000 1073741824 1073778376 140734095314880 18446744073709551615 212699491225 0 4 0 16800975 18446604457152717120 0 0 -1 3 0 0 0
[pid=6620/tid=6628] ppid=6618 vsize=15699960 CPUtime=3.28 cores=1,3,5,7
/proc/6620/task/6628/stat : 6628 (java) S 6618 6620 5765 0 -1 4202560 65752 0 0 0 310 18 0 0 15 0 22 0 524714654 16076759040 76592 33554432000 1073741824 1073778376 140734095314880 18446744073709551615 212699491225 0 4 0 16800975 18446604457152717120 0 0 -1 1 0 0 0
[pid=6620/tid=6629] ppid=6618 vsize=15699960 CPUtime=3.25 cores=1,3,5,7
/proc/6620/task/6629/stat : 6629 (java) S 6618 6620 5765 0 -1 4202560 67625 0 0 0 308 17 0 0 15 0 22 0 524714654 16076759040 76592 33554432000 1073741824 1073778376 140734095314880 18446744073709551615 212699491225 0 4 0 16800975 18446604457152717120 0 0 -1 3 0 0 0
[pid=6620/tid=6630] ppid=6618 vsize=15699960 CPUtime=3.41 cores=1,3,5,7
/proc/6620/task/6630/stat : 6630 (java) S 6618 6620 5765 0 -1 4202560 68032 0 0 0 325 16 0 0 15 0 22 0 524714654 16076759040 76592 33554432000 1073741824 1073778376 140734095314880 18446744073709551615 212699491225 0 4 0 16800975 18446604457152717120 0 0 -1 7 0 0 0
[pid=6620/tid=6631] ppid=6618 vsize=15699960 CPUtime=2.32 cores=1,3,5,7
/proc/6620/task/6631/stat : 6631 (java) S 6618 6620 5765 0 -1 4202560 3775 0 0 0 165 67 0 0 16 0 22 0 524714655 16076759040 76592 33554432000 1073741824 1073778376 140734095314880 18446744073709551615 212699491840 0 0 0 16800975 18446604457152717120 0 0 -1 1 0 0 0
[pid=6620/tid=6632] ppid=6618 vsize=15699960 CPUtime=0 cores=1,3,5,7
/proc/6620/task/6632/stat : 6632 (java) S 6618 6620 5765 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 524714656 16076759040 76592 33554432000 1073741824 1073778376 140734095314880 18446744073709551615 212699491225 0 4 0 16800975 18446604457152717120 0 0 -1 5 0 0 0
[pid=6620/tid=6633] ppid=6618 vsize=15699960 CPUtime=0 cores=1,3,5,7
/proc/6620/task/6633/stat : 6633 (java) S 6618 6620 5765 0 -1 4202560 8 0 0 0 0 0 0 0 17 0 22 0 524714656 16076759040 76592 33554432000 1073741824 1073778376 140734095314880 18446744073709551615 212699491225 0 4 0 16800975 18446604457152717120 0 0 -1 3 0 0 0
[pid=6620/tid=6634] ppid=6618 vsize=15699960 CPUtime=0 cores=1,3,5,7
/proc/6620/task/6634/stat : 6634 (java) S 6618 6620 5765 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 524714659 16076759040 76592 33554432000 1073741824 1073778376 140734095314880 18446744073709551615 212699498929 0 4 0 16800975 18446604457152717120 0 0 -1 5 0 0 0
[pid=6620/tid=6635] ppid=6618 vsize=15699960 CPUtime=1.28 cores=1,3,5,7
/proc/6620/task/6635/stat : 6635 (java) S 6618 6620 5765 0 -1 4202560 12691 0 0 0 127 1 0 0 16 0 22 0 524714659 16076759040 76592 33554432000 1073741824 1073778376 140734095314880 18446744073709551615 212699491225 0 4 0 16800975 18446604457152717120 0 0 -1 1 0 0 0
[pid=6620/tid=6636] ppid=6618 vsize=15699960 CPUtime=0.89 cores=1,3,5,7
/proc/6620/task/6636/stat : 6636 (java) S 6618 6620 5765 0 -1 4202560 5255 0 0 0 89 0 0 0 15 0 22 0 524714659 16076759040 76592 33554432000 1073741824 1073778376 140734095314880 18446744073709551615 212699491225 0 4 0 16800975 18446604457152717120 0 0 -1 5 0 0 0
[pid=6620/tid=6637] ppid=6618 vsize=15699960 CPUtime=0 cores=1,3,5,7
/proc/6620/task/6637/stat : 6637 (java) S 6618 6620 5765 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 22 0 524714659 16076759040 76592 33554432000 1073741824 1073778376 140734095314880 18446744073709551615 212699491225 0 4 0 16800975 18446604457152717120 0 0 -1 5 0 0 0
[pid=6620/tid=6638] ppid=6618 vsize=15699960 CPUtime=0 cores=1,3,5,7
/proc/6620/task/6638/stat : 6638 (java) S 6618 6620 5765 0 -1 4202560 67 0 0 0 0 0 0 0 15 0 22 0 524714659 16076759040 76592 33554432000 1073741824 1073778376 140734095314880 18446744073709551615 212699491840 0 4 0 16800975 18446604457152717120 0 0 -1 5 0 0 0
[pid=6620/tid=6639] ppid=6618 vsize=15699960 CPUtime=1191.88 cores=1,3,5,7
/proc/6620/task/6639/stat : 6639 (java) R 6618 6620 5765 0 -1 4202560 214136 0 0 0 119145 43 0 0 25 0 22 0 524714682 16076759040 76592 33554432000 1073741824 1073778376 140734095314880 18446744073709551615 18446744073699065863 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=6620/tid=6640] ppid=6618 vsize=15699960 CPUtime=1192.34 cores=1,3,5,7
/proc/6620/task/6640/stat : 6640 (java) R 6618 6620 5765 0 -1 4202560 208953 0 0 0 119195 39 0 0 25 0 22 0 524714682 16076759040 76592 33554432000 1073741824 1073778376 140734095314880 18446744073709551615 47684996446084 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=6620/tid=6641] ppid=6618 vsize=15699960 CPUtime=1192.58 cores=1,3,5,7
/proc/6620/task/6641/stat : 6641 (java) R 6618 6620 5765 0 -1 4202560 209452 0 0 0 119218 40 0 0 25 0 22 0 524714682 16076759040 76592 33554432000 1073741824 1073778376 140734095314880 18446744073709551615 46912505813002 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=6620/tid=6642] ppid=6618 vsize=15699960 CPUtime=1191.78 cores=1,3,5,7
/proc/6620/task/6642/stat : 6642 (java) R 6618 6620 5765 0 -1 4202560 212683 0 0 0 119134 44 0 0 25 0 22 0 524714683 16076759040 76592 33554432000 1073741824 1073778376 140734095314880 18446744073709551615 46912505765248 0 4 0 16800975 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4800.34
Current children cumulated vsize (KiB) 15699960

Child status: 143
Real time (s): 1207.33
CPU time (s): 4800.39
CPU user time (s): 4796.55
CPU system time (s): 3.84242
CPU usage (%): 397.604
Max. virtual memory (cumulated for all children) (KiB): 15702376

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4796.54
system time used= 3.84241
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1408220
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= 319467
involuntary context switches= 172167

runsolver used 2.03769 second user time and 4.5873 second system time

The end

Launcher Data

Begin job on node139 at 2011-04-30 04:39:29
IDJOB=3312728
IDBENCH=82913
IDSOLVER=1699
FILE ID=node139/3312728-1304131169
RUNJOBID= node139-1304128737-5784
PBS_JOBID= 13170782
Free space on /tmp= 72900 MiB

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

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

MD5SUM BENCH= 5a6e4de126d24892e5539c0ca63e90ed
RANDOM SEED=1459541632

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      23921764 kB
Buffers:       2054464 kB
Cached:        5916636 kB
SwapCached:          4 kB
Active:        1424604 kB
Inactive:      7084508 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      23921764 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:            3808 kB
Writeback:           0 kB
AnonPages:      537496 kB
Mapped:          23604 kB
Slab:           454996 kB
PageTables:       5700 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  1067208 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= 72900 MiB
End job on node139 at 2011-04-30 04:59:39