Trace number 3312716

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

General information on the benchmark

Namerandom/medium/
unif-k5-r21.3-v100-c2130-S360859187-040.UNKNOWN.cnf
MD5SUM5da80be8e24322484381341b0d82cc61
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark359.33
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of clauses2130
Sum of the clauses size10650
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 52130
Number of clauses of size over 50

Solver Data

0.10/0.12	32:05 INFO : Reading from input HOME/instance-3312716-1304130725.cnf
0.28/0.26	Executor set job limit to 1000000
0.28/0.26	Executor set job limit to 1000000
0.28/0.26	Executor set job limit to 1000000
0.28/0.26	Executor set job limit to 1000000
0.28/0.26	Starting Executor!
0.28/0.26	Starting Executor!
0.28/0.27	Starting Executor!
0.28/0.27	Starting Executor!
0.55/0.40	32:05 INFO : 100 variables remaining out of 100
0.55/0.40	32:05 INFO : 12780 literals remaining out of 12780

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-3312716-1304130725/watcher-3312716-1304130725 -o /tmp/evaluation-result-3312716-1304130725/solver-3312716-1304130725 -C 4800 -W 1300 -M 15500 run 15000 4 HOME HOME HOME/instance-3312716-1304130725.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: 4.44 6.87 7.67 3/178 25546
/proc/meminfo: memFree=30756472/32951124 swapFree=67111464/67111528
[pid=25546] ppid=25544 vsize=24004 CPUtime=0 cores=0,2,4,6
/proc/25546/stat : 25546 (java) S 25544 25546 24324 0 -1 4202496 1366 0 0 0 0 0 0 0 25 0 2 0 603303034 24580096 847 33554432000 1073741824 1073778376 140734361098832 18446744073709551615 260032198629 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/25546/statm: 6001 850 648 9 0 381 0
[pid=25546/tid=25555] ppid=25544 vsize=24004 CPUtime=0 cores=0,2,4,6
/proc/25546/task/25555/stat : 25555 (java) R 25544 25546 24324 0 -1 4202560 12 0 0 0 0 0 0 0 25 0 2 0 603303035 24580096 850 33554432000 1073741824 1073778376 140734361098832 18446744073709551615 260020395776 0 0 4096 0 0 0 0 -1 2 0 0 0

[startup+0.078454 s]
/proc/loadavg: 4.44 6.87 7.67 3/178 25546
/proc/meminfo: memFree=30756472/32951124 swapFree=67111464/67111528
[pid=25546] ppid=25544 vsize=15675744 CPUtime=0.07 cores=0,2,4,6
/proc/25546/stat : 25546 (java) S 25544 25546 24324 0 -1 4202496 4858 0 1 0 6 1 0 0 25 0 18 0 603303034 16051961856 4298 33554432000 1073741824 1073778376 140734361098832 18446744073709551615 260032198629 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/25546/statm: 3918936 4309 2028 9 0 3909655 0
[pid=25546/tid=25555] ppid=25544 vsize=15675744 CPUtime=0.06 cores=0,2,4,6
/proc/25546/task/25555/stat : 25555 (java) R 25544 25546 24324 0 -1 4202560 3127 0 1 0 6 0 0 0 18 0 18 0 603303035 16051961856 4310 33554432000 1073741824 1073778376 140734361098832 18446744073709551615 47528220125203 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 15675744

[startup+0.100437 s]
/proc/loadavg: 4.44 6.87 7.67 3/178 25546
/proc/meminfo: memFree=30756472/32951124 swapFree=67111464/67111528
[pid=25546] ppid=25544 vsize=15676660 CPUtime=0.1 cores=0,2,4,6
/proc/25546/stat : 25546 (java) S 25544 25546 24324 0 -1 4202496 5545 0 1 0 9 1 0 0 25 0 18 0 603303034 16052899840 4985 33554432000 1073741824 1073778376 140734361098832 18446744073709551615 260032198629 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/25546/statm: 3919165 4986 2116 9 0 3909884 0
[pid=25546/tid=25555] ppid=25544 vsize=15676660 CPUtime=0.09 cores=0,2,4,6
/proc/25546/task/25555/stat : 25555 (java) R 25544 25546 24324 0 -1 4202560 3406 0 1 0 8 1 0 0 18 0 18 0 603303035 16052899840 4986 33554432000 1073741824 1073778376 140734361098832 18446744073709551615 47528217722885 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 15676660

[startup+0.30539 s]
/proc/loadavg: 4.44 6.87 7.67 3/178 25546
/proc/meminfo: memFree=30756472/32951124 swapFree=67111464/67111528
[pid=25546] ppid=25544 vsize=15752692 CPUtime=0.55 cores=0,2,4,6
/proc/25546/stat : 25546 (java) S 25544 25546 24324 0 -1 4202496 11651 0 1 0 53 2 0 0 25 0 22 0 603303034 16130756608 10070 33554432000 1073741824 1073778376 140734361098832 18446744073709551615 260032198629 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/25546/statm: 3938173 10070 2219 9 0 3928892 0
[pid=25546/tid=25555] ppid=25544 vsize=15752692 CPUtime=0.28 cores=0,2,4,6
/proc/25546/task/25555/stat : 25555 (java) R 25544 25546 24324 0 -1 4202560 6648 0 1 0 27 1 0 0 20 0 22 0 603303035 16130756608 10070 33554432000 1073741824 1073778376 140734361098832 18446744073709551615 260032212934 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.55
Current children cumulated vsize (KiB) 15752692

[startup+0.750095 s]
/proc/loadavg: 4.44 6.87 7.67 3/178 25546
/proc/meminfo: memFree=30756472/32951124 swapFree=67111464/67111528
[pid=25546] ppid=25544 vsize=15768560 CPUtime=1.93 cores=0,2,4,6
/proc/25546/stat : 25546 (java) S 25544 25546 24324 0 -1 4202496 30947 0 1 0 188 5 0 0 25 0 22 0 603303034 16147005440 23510 33554432000 1073741824 1073778376 140734361098832 18446744073709551615 260032198629 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/25546/statm: 3942140 23510 2255 9 0 3932859 0
[pid=25546/tid=25555] ppid=25544 vsize=15768560 CPUtime=0.38 cores=0,2,4,6
/proc/25546/task/25555/stat : 25555 (java) S 25544 25546 24324 0 -1 4202560 6943 0 1 0 37 1 0 0 20 0 22 0 603303035 16147005440 23510 33554432000 1073741824 1073778376 140734361098832 18446744073709551615 260032211865 0 4 0 16800975 18446604453970000896 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1.93
Current children cumulated vsize (KiB) 15768560

[startup+1.50111 s]
/proc/loadavg: 4.44 6.87 7.67 12/220 25588
/proc/meminfo: memFree=30407856/32951124 swapFree=67111464/67111528
[pid=25546] ppid=25544 vsize=15768560 CPUtime=4.92 cores=0,2,4,6
/proc/25546/stat : 25546 (java) S 25544 25546 24324 0 -1 4202496 57959 0 1 0 484 8 0 0 25 0 22 0 603303034 16147005440 49737 33554432000 1073741824 1073778376 140734361098832 18446744073709551615 260032198629 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/25546/statm: 3942140 49737 2278 9 0 3932859 0
[pid=25546/tid=25555] ppid=25544 vsize=15768560 CPUtime=0.38 cores=0,2,4,6
/proc/25546/task/25555/stat : 25555 (java) S 25544 25546 24324 0 -1 4202560 6943 0 1 0 37 1 0 0 20 0 22 0 603303035 16147005440 49737 33554432000 1073741824 1073778376 140734361098832 18446744073709551615 260032211865 0 4 0 16800975 18446604453970000896 0 0 -1 0 0 0 0
[pid=25546/tid=25557] ppid=25544 vsize=15768560 CPUtime=0 cores=0,2,4,6
/proc/25546/task/25557/stat : 25557 (java) S 25544 25546 24324 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 603303035 16147005440 49737 33554432000 1073741824 1073778376 140734361098832 18446744073709551615 260032211865 0 4 0 16800975 18446604453970000896 0 0 -1 0 0 0 0
[pid=25546/tid=25558] ppid=25544 vsize=15768560 CPUtime=0 cores=0,2,4,6
/proc/25546/task/25558/stat : 25558 (java) S 25544 25546 24324 0 -1 4202560 204 0 0 0 0 0 0 0 17 0 22 0 603303035 16147005440 49737 33554432000 1073741824 1073778376 140734361098832 18446744073709551615 260032211865 0 4 0 16800975 18446604453970000896 0 0 -1 0 0 0 0
[pid=25546/tid=25559] ppid=25544 vsize=15768560 CPUtime=0 cores=0,2,4,6
/proc/25546/task/25559/stat : 25559 (java) S 25544 25546 24324 0 -1 4202560 89 0 0 0 0 0 0 0 15 0 22 0 603303035 16147005440 49737 33554432000 1073741824 1073778376 140734361098832 18446744073709551615 260032211865 0 4 0 16800975 18446604453970000896 0 0 -1 0 0 0 0
[pid=25546/tid=25560] ppid=25544 vsize=15768560 CPUtime=0 cores=0,2,4,6
/proc/25546/task/25560/stat : 25560 (java) S 25544 25546 24324 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 603303035 16147005440 49737 33554432000 1073741824 1073778376 140734361098832 18446744073709551615 260032211865 0 4 0 16800975 18446604453970000896 0 0 -1 0 0 0 0
[pid=25546/tid=25561] ppid=25544 vsize=15768560 CPUtime=0 cores=0,2,4,6
/proc/25546/task/25561/stat : 25561 (java) S 25544 25546 24324 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 603303035 16147005440 49737 33554432000 1073741824 1073778376 140734361098832 18446744073709551615 260032211865 0 4 0 16800975 18446604453970000896 0 0 -1 4 0 0 0
[pid=25546/tid=25562] ppid=25544 vsize=15768560 CPUtime=0 cores=0,2,4,6
/proc/25546/task/25562/stat : 25562 (java) S 25544 25546 24324 0 -1 4202560 499 0 0 0 0 0 0 0 16 0 22 0 603303035 16147005440 49737 33554432000 1073741824 1073778376 140734361098832 18446744073709551615 260032211865 0 4 0 16800975 18446604453970000896 0 0 -1 2 0 0 0
[pid=25546/tid=25563] ppid=25544 vsize=15768560 CPUtime=0 cores=0,2,4,6
/proc/25546/task/25563/stat : 25563 (java) S 25544 25546 24324 0 -1 4202560 421 0 0 0 0 0 0 0 16 0 22 0 603303035 16147005440 49737 33554432000 1073741824 1073778376 140734361098832 18446744073709551615 260032211865 0 4 0 16800975 18446604453970000896 0 0 -1 6 0 0 0
[pid=25546/tid=25564] ppid=25544 vsize=15768560 CPUtime=0 cores=0,2,4,6
/proc/25546/task/25564/stat : 25564 (java) S 25544 25546 24324 0 -1 4202560 499 0 0 0 0 0 0 0 15 0 22 0 603303035 16147005440 49737 33554432000 1073741824 1073778376 140734361098832 18446744073709551615 260032211865 0 4 0 16800975 18446604453970000896 0 0 -1 4 0 0 0
[pid=25546/tid=25568] ppid=25544 vsize=15768560 CPUtime=0 cores=0,2,4,6
/proc/25546/task/25568/stat : 25568 (java) S 25544 25546 24324 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 22 0 603303036 16147005440 49737 33554432000 1073741824 1073778376 140734361098832 18446744073709551615 260032212480 0 0 0 16800975 18446604453970000896 0 0 -1 2 0 0 0
[pid=25546/tid=25569] ppid=25544 vsize=15768560 CPUtime=0 cores=0,2,4,6
/proc/25546/task/25569/stat : 25569 (java) S 25544 25546 24324 0 -1 4202560 17 0 0 0 0 0 0 0 16 0 22 0 603303037 16147005440 49737 33554432000 1073741824 1073778376 140734361098832 18446744073709551615 260032211865 0 4 0 16800975 18446604453970000896 0 0 -1 2 0 0 0
[pid=25546/tid=25570] ppid=25544 vsize=15768560 CPUtime=0 cores=0,2,4,6
/proc/25546/task/25570/stat : 25570 (java) S 25544 25546 24324 0 -1 4202560 9 0 0 0 0 0 0 0 16 0 22 0 603303037 16147005440 49737 33554432000 1073741824 1073778376 140734361098832 18446744073709551615 260032211865 0 4 0 16800975 18446604453970000896 0 0 -1 6 0 0 0
[pid=25546/tid=25576] ppid=25544 vsize=15768560 CPUtime=0 cores=0,2,4,6
/proc/25546/task/25576/stat : 25576 (java) S 25544 25546 24324 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 603303039 16147005440 49737 33554432000 1073741824 1073778376 140734361098832 18446744073709551615 260032219569 0 4 0 16800975 18446604453970000896 0 0 -1 2 0 0 0
[pid=25546/tid=25577] ppid=25544 vsize=15768560 CPUtime=0.96 cores=0,2,4,6
/proc/25546/task/25577/stat : 25577 (java) S 25544 25546 24324 0 -1 4202560 7339 0 0 0 95 1 0 0 15 0 22 0 603303039 16147005440 49737 33554432000 1073741824 1073778376 140734361098832 18446744073709551615 260032211865 0 4 0 16800975 18446604453970000896 0 0 -1 0 0 0 0
[pid=25546/tid=25578] ppid=25544 vsize=15768560 CPUtime=0.83 cores=0,2,4,6
/proc/25546/task/25578/stat : 25578 (java) S 25544 25546 24324 0 -1 4202560 11824 0 0 0 81 2 0 0 18 0 22 0 603303039 16147005440 49737 33554432000 1073741824 1073778376 140734361098832 18446744073709551615 260032211865 0 4 0 16800975 18446604453970000896 0 0 -1 2 0 0 0
[pid=25546/tid=25579] ppid=25544 vsize=15768560 CPUtime=0 cores=0,2,4,6
/proc/25546/task/25579/stat : 25579 (java) S 25544 25546 24324 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 603303039 16147005440 49737 33554432000 1073741824 1073778376 140734361098832 18446744073709551615 260032211865 0 4 0 16800975 18446604453970000896 0 0 -1 2 0 0 0
[pid=25546/tid=25580] ppid=25544 vsize=15768560 CPUtime=0 cores=0,2,4,6
/proc/25546/task/25580/stat : 25580 (java) S 25544 25546 24324 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 603303039 16147005440 49737 33554432000 1073741824 1073778376 140734361098832 18446744073709551615 260032212480 0 4 0 16800975 18446604453970000896 0 0 -1 2 0 0 0
[pid=25546/tid=25585] ppid=25544 vsize=15768560 CPUtime=0.81 cores=0,2,4,6
/proc/25546/task/25585/stat : 25585 (java) R 25544 25546 24324 0 -1 4202560 10306 0 0 0 81 0 0 0 17 0 22 0 603303061 16147005440 49737 33554432000 1073741824 1073778376 140734361098832 18446744073709551615 46912505927516 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=25546/tid=25586] ppid=25544 vsize=15768560 CPUtime=0.61 cores=0,2,4,6
/proc/25546/task/25586/stat : 25586 (java) R 25544 25546 24324 0 -1 4202560 7288 0 0 0 61 0 0 0 16 0 22 0 603303061 16147005440 49737 33554432000 1073741824 1073778376 140734361098832 18446744073709551615 46912505720514 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=25546/tid=25587] ppid=25544 vsize=15768560 CPUtime=0.49 cores=0,2,4,6
/proc/25546/task/25587/stat : 25587 (java) R 25544 25546 24324 0 -1 4202560 912 0 0 0 49 0 0 0 18 0 22 0 603303061 16147005440 49737 33554432000 1073741824 1073778376 140734361098832 18446744073709551615 47528221546510 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=25546/tid=25588] ppid=25544 vsize=15768560 CPUtime=0.74 cores=0,2,4,6
/proc/25546/task/25588/stat : 25588 (java) R 25544 25546 24324 0 -1 4202560 10235 0 0 0 74 0 0 0 18 0 22 0 603303061 16147005440 49737 33554432000 1073741824 1073778376 140734361098832 18446744073709551615 46912505732380 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4.92
Current children cumulated vsize (KiB) 15768560

[startup+3.10081 s]
/proc/loadavg: 4.44 6.87 7.67 9/220 25588
/proc/meminfo: memFree=30188784/32951124 swapFree=67111464/67111528
[pid=25546] ppid=25544 vsize=15768560 CPUtime=11.27 cores=0,2,4,6
/proc/25546/stat : 25546 (java) S 25544 25546 24324 0 -1 4202496 128053 0 1 0 1110 17 0 0 25 0 22 0 603303034 16147005440 119526 33554432000 1073741824 1073778376 140734361098832 18446744073709551615 260032198629 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/25546/statm: 3942140 119534 2285 9 0 3932859 0
[pid=25546/tid=25555] ppid=25544 vsize=15768560 CPUtime=0.38 cores=0,2,4,6
/proc/25546/task/25555/stat : 25555 (java) S 25544 25546 24324 0 -1 4202560 6943 0 1 0 37 1 0 0 20 0 22 0 603303035 16147005440 119536 33554432000 1073741824 1073778376 140734361098832 18446744073709551615 260032211865 0 4 0 16800975 18446604453970000896 0 0 -1 0 0 0 0
[pid=25546/tid=25557] ppid=25544 vsize=15768560 CPUtime=0 cores=0,2,4,6
/proc/25546/task/25557/stat : 25557 (java) S 25544 25546 24324 0 -1 4202560 470 0 0 0 0 0 0 0 15 0 22 0 603303035 16147005440 119538 33554432000 1073741824 1073778376 140734361098832 18446744073709551615 260032211865 0 4 0 16800975 18446604453970000896 0 0 -1 2 0 0 0
[pid=25546/tid=25558] ppid=25544 vsize=15768560 CPUtime=0 cores=0,2,4,6
/proc/25546/task/25558/stat : 25558 (java) S 25544 25546 24324 0 -1 4202560 500 0 0 0 0 0 0 0 15 0 22 0 603303035 16147005440 119540 33554432000 1073741824 1073778376 140734361098832 18446744073709551615 260032211865 0 4 0 16800975 18446604453970000896 0 0 -1 2 0 0 0
[pid=25546/tid=25559] ppid=25544 vsize=15768560 CPUtime=0 cores=0,2,4,6
/proc/25546/task/25559/stat : 25559 (java) S 25544 25546 24324 0 -1 4202560 89 0 0 0 0 0 0 0 15 0 22 0 603303035 16147005440 119543 33554432000 1073741824 1073778376 140734361098832 18446744073709551615 260032211865 0 4 0 16800975 18446604453970000896 0 0 -1 0 0 0 0
[pid=25546/tid=25560] ppid=25544 vsize=15768560 CPUtime=0.01 cores=0,2,4,6
/proc/25546/task/25560/stat : 25560 (java) S 25544 25546 24324 0 -1 4202560 48 0 0 0 1 0 0 0 15 0 22 0 603303035 16147005440 119545 33554432000 1073741824 1073778376 140734361098832 18446744073709551615 260032211865 0 4 0 16800975 18446604453970000896 0 0 -1 2 0 0 0
[pid=25546/tid=25561] ppid=25544 vsize=15768560 CPUtime=0.01 cores=0,2,4,6
/proc/25546/task/25561/stat : 25561 (java) S 25544 25546 24324 0 -1 4202560 5 0 0 0 1 0 0 0 16 0 22 0 603303035 16147005440 119546 33554432000 1073741824 1073778376 140734361098832 18446744073709551615 260032211865 0 4 0 16800975 18446604453970000896 0 0 -1 4 0 0 0
[pid=25546/tid=25562] ppid=25544 vsize=15768560 CPUtime=0.01 cores=0,2,4,6
/proc/25546/task/25562/stat : 25562 (java) S 25544 25546 24324 0 -1 4202560 856 0 0 0 1 0 0 0 15 0 22 0 603303035 16147005440 119548 33554432000 1073741824 1073778376 140734361098832 18446744073709551615 260032211865 0 4 0 16800975 18446604453970000896 0 0 -1 6 0 0 0
[pid=25546/tid=25563] ppid=25544 vsize=15768560 CPUtime=0 cores=0,2,4,6
/proc/25546/task/25563/stat : 25563 (java) S 25544 25546 24324 0 -1 4202560 851 0 0 0 0 0 0 0 15 0 22 0 603303035 16147005440 119551 33554432000 1073741824 1073778376 140734361098832 18446744073709551615 260032211865 0 4 0 16800975 18446604453970000896 0 0 -1 0 0 0 0
[pid=25546/tid=25564] ppid=25544 vsize=15768560 CPUtime=0 cores=0,2,4,6
/proc/25546/task/25564/stat : 25564 (java) S 25544 25546 24324 0 -1 4202560 1034 0 0 0 0 0 0 0 16 0 22 0 603303035 16147005440 119556 33554432000 1073741824 1073778376 140734361098832 18446744073709551615 260032211865 0 4 0 16800975 18446604453970000896 0 0 -1 0 0 0 0
[pid=25546/tid=25568] ppid=25544 vsize=15768560 CPUtime=0 cores=0,2,4,6
/proc/25546/task/25568/stat : 25568 (java) S 25544 25546 24324 0 -1 4202560 200 0 0 0 0 0 0 0 15 0 22 0 603303036 16147005440 119561 33554432000 1073741824 1073778376 140734361098832 18446744073709551615 260032212480 0 0 0 16800975 18446604453970000896 0 0 -1 6 0 0 0
[pid=25546/tid=25569] ppid=25544 vsize=15768560 CPUtime=0 cores=0,2,4,6
/proc/25546/task/25569/stat : 25569 (java) S 25544 25546 24324 0 -1 4202560 17 0 0 0 0 0 0 0 16 0 22 0 603303037 16147005440 119564 33554432000 1073741824 1073778376 140734361098832 18446744073709551615 260032211865 0 4 0 16800975 18446604453970000896 0 0 -1 2 0 0 0
[pid=25546/tid=25570] ppid=25544 vsize=15768560 CPUtime=0 cores=0,2,4,6
/proc/25546/task/25570/stat : 25570 (java) S 25544 25546 24324 0 -1 4202560 9 0 0 0 0 0 0 0 16 0 22 0 603303037 16147005440 119570 33554432000 1073741824 1073778376 140734361098832 18446744073709551615 260032211865 0 4 0 16800975 18446604453970000896 0 0 -1 6 0 0 0
[pid=25546/tid=25576] ppid=25544 vsize=15768560 CPUtime=0 cores=0,2,4,6
/proc/25546/task/25576/stat : 25576 (java) S 25544 25546 24324 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 603303039 16147005440 119572 33554432000 1073741824 1073778376 140734361098832 18446744073709551615 260032219569 0 4 0 16800975 18446604453970000896 0 0 -1 2 0 0 0
[pid=25546/tid=25577] ppid=25544 vsize=15768560 CPUtime=1.07 cores=0,2,4,6
/proc/25546/task/25577/stat : 25577 (java) R 25544 25546 24324 0 -1 4202560 7619 0 0 0 106 1 0 0 15 0 22 0 603303039 16147005440 119576 33554432000 1073741824 1073778376 140734361098832 18446744073709551615 47528220607823 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=25546/tid=25578] ppid=25544 vsize=15768560 CPUtime=0.94 cores=0,2,4,6
/proc/25546/task/25578/stat : 25578 (java) S 25544 25546 24324 0 -1 4202560 11850 0 0 0 92 2 0 0 16 0 22 0 603303039 16147005440 119588 33554432000 1073741824 1073778376 140734361098832 18446744073709551615 260032211865 0 4 0 16800975 18446604453970000896 0 0 -1 2 0 0 0
[pid=25546/tid=25579] ppid=25544 vsize=15768560 CPUtime=0 cores=0,2,4,6
/proc/25546/task/25579/stat : 25579 (java) S 25544 25546 24324 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 603303039 16147005440 119589 33554432000 1073741824 1073778376 140734361098832 18446744073709551615 260032211865 0 4 0 16800975 18446604453970000896 0 0 -1 2 0 0 0
[pid=25546/tid=25580] ppid=25544 vsize=15768560 CPUtime=0 cores=0,2,4,6
/proc/25546/task/25580/stat : 25580 (java) S 25544 25546 24324 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 603303039 16147005440 119590 33554432000 1073741824 1073778376 140734361098832 18446744073709551615 260032212480 0 4 0 16800975 18446604453970000896 0 0 -1 2 0 0 0
[pid=25546/tid=25585] ppid=25544 vsize=15768560 CPUtime=2.28 cores=0,2,4,6
/proc/25546/task/25585/stat : 25585 (java) R 25544 25546 24324 0 -1 4202560 25854 0 0 0 226 2 0 0 18 0 22 0 603303061 16147005440 119591 33554432000 1073741824 1073778376 140734361098832 18446744073709551615 260032221877 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=25546/tid=25586] ppid=25544 vsize=15768560 CPUtime=2.18 cores=0,2,4,6
/proc/25546/task/25586/stat : 25586 (java) R 25544 25546 24324 0 -1 4202560 25527 0 0 0 216 2 0 0 17 0 22 0 603303061 16147005440 119593 33554432000 1073741824 1073778376 140734361098832 18446744073709551615 46912505772497 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=25546/tid=25587] ppid=25544 vsize=15768560 CPUtime=2.06 cores=0,2,4,6
/proc/25546/task/25587/stat : 25587 (java) R 25544 25546 24324 0 -1 4202560 17627 0 0 0 205 1 0 0 21 0 22 0 603303061 16147005440 119594 33554432000 1073741824 1073778376 140734361098832 18446744073709551615 46912505871964 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=25546/tid=25588] ppid=25544 vsize=15768560 CPUtime=2.22 cores=0,2,4,6
/proc/25546/task/25588/stat : 25588 (java) R 25544 25546 24324 0 -1 4202560 27264 0 0 0 219 3 0 0 21 0 22 0 603303061 16147005440 119596 33554432000 1073741824 1073778376 140734361098832 18446744073709551615 47528218584712 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 11.27
Current children cumulated vsize (KiB) 15768560

[startup+6.30122 s]
/proc/loadavg: 4.72 6.89 7.67 9/220 25588
/proc/meminfo: memFree=29623640/32951124 swapFree=67111464/67111528
[pid=25546] ppid=25544 vsize=15768560 CPUtime=24.04 cores=0,2,4,6
/proc/25546/stat : 25546 (java) S 25544 25546 24324 0 -1 4202496 155347 0 1 0 2385 19 0 0 25 0 22 0 603303034 16147005440 145978 33554432000 1073741824 1073778376 140734361098832 18446744073709551615 260032198629 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/25546/statm: 3942140 145978 2288 9 0 3932859 0
[pid=25546/tid=25555] ppid=25544 vsize=15768560 CPUtime=0.38 cores=0,2,4,6
/proc/25546/task/25555/stat : 25555 (java) S 25544 25546 24324 0 -1 4202560 6943 0 1 0 37 1 0 0 20 0 22 0 603303035 16147005440 145978 33554432000 1073741824 1073778376 140734361098832 18446744073709551615 260032211865 0 4 0 16800975 18446604453970000896 0 0 -1 0 0 0 0
[pid=25546/tid=25557] ppid=25544 vsize=15768560 CPUtime=0 cores=0,2,4,6
/proc/25546/task/25557/stat : 25557 (java) S 25544 25546 24324 0 -1 4202560 669 0 0 0 0 0 0 0 16 0 22 0 603303035 16147005440 145978 33554432000 1073741824 1073778376 140734361098832 18446744073709551615 260032211865 0 4 0 16800975 18446604453970000896 0 0 -1 4 0 0 0
[pid=25546/tid=25558] ppid=25544 vsize=15768560 CPUtime=0 cores=0,2,4,6
/proc/25546/task/25558/stat : 25558 (java) S 25544 25546 24324 0 -1 4202560 737 0 0 0 0 0 0 0 15 0 22 0 603303035 16147005440 145978 33554432000 1073741824 1073778376 140734361098832 18446744073709551615 260032211865 0 4 0 16800975 18446604453970000896 0 0 -1 2 0 0 0
[pid=25546/tid=25559] ppid=25544 vsize=15768560 CPUtime=0 cores=0,2,4,6
/proc/25546/task/25559/stat : 25559 (java) S 25544 25546 24324 0 -1 4202560 280 0 0 0 0 0 0 0 16 0 22 0 603303035 16147005440 145978 33554432000 1073741824 1073778376 140734361098832 18446744073709551615 260032211865 0 4 0 16800975 18446604453970000896 0 0 -1 0 0 0 0
[pid=25546/tid=25560] ppid=25544 vsize=15768560 CPUtime=0.01 cores=0,2,4,6
/proc/25546/task/25560/stat : 25560 (java) S 25544 25546 24324 0 -1 4202560 101 0 0 0 1 0 0 0 15 0 22 0 603303035 16147005440 145978 33554432000 1073741824 1073778376 140734361098832 18446744073709551615 260032211865 0 4 0 16800975 18446604453970000896 0 0 -1 2 0 0 0
[pid=25546/tid=25561] ppid=25544 vsize=15768560 CPUtime=0.01 cores=0,2,4,6
/proc/25546/task/25561/stat : 25561 (java) S 25544 25546 24324 0 -1 4202560 85 0 0 0 1 0 0 0 15 0 22 0 603303035 16147005440 145978 33554432000 1073741824 1073778376 140734361098832 18446744073709551615 260032211865 0 4 0 16800975 18446604453970000896 0 0 -1 4 0 0 0
[pid=25546/tid=25562] ppid=25544 vsize=15768560 CPUtime=0.01 cores=0,2,4,6
/proc/25546/task/25562/stat : 25562 (java) S 25544 25546 24324 0 -1 4202560 1231 0 0 0 1 0 0 0 16 0 22 0 603303035 16147005440 145978 33554432000 1073741824 1073778376 140734361098832 18446744073709551615 260032211865 0 4 0 16800975 18446604453970000896 0 0 -1 6 0 0 0
[pid=25546/tid=25563] ppid=25544 vsize=15768560 CPUtime=0 cores=0,2,4,6
/proc/25546/task/25563/stat : 25563 (java) S 25544 25546 24324 0 -1 4202560 927 0 0 0 0 0 0 0 16 0 22 0 603303035 16147005440 145978 33554432000 1073741824 1073778376 140734361098832 18446744073709551615 260032211865 0 4 0 16800975 18446604453970000896 0 0 -1 2 0 0 0
[pid=25546/tid=25564] ppid=25544 vsize=15768560 CPUtime=0.01 cores=0,2,4,6
/proc/25546/task/25564/stat : 25564 (java) S 25544 25546 24324 0 -1 4202560 1130 0 0 0 1 0 0 0 15 0 22 0 603303035 16147005440 145978 33554432000 1073741824 1073778376 140734361098832 18446744073709551615 260032211865 0 4 0 16800975 18446604453970000896 0 0 -1 0 0 0 0

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

[pid=25546/tid=25586] ppid=25544 vsize=15763144 CPUtime=1048.93 cores=0,2,4,6
/proc/25546/task/25586/stat : 25586 (java) R 25544 25546 24324 0 -1 4202560 122649 0 0 0 104869 24 0 0 25 0 22 0 603303061 16141459456 69770 33554432000 1073741824 1073778376 140734361098832 18446744073709551615 46912505680034 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=25546/tid=25587] ppid=25544 vsize=15763144 CPUtime=1048.33 cores=0,2,4,6
/proc/25546/task/25587/stat : 25587 (java) R 25544 25546 24324 0 -1 4202560 114239 0 0 0 104810 23 0 0 25 0 22 0 603303061 16141459456 69770 33554432000 1073741824 1073778376 140734361098832 18446744073709551615 46912505770664 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=25546/tid=25588] ppid=25544 vsize=15763144 CPUtime=1049.25 cores=0,2,4,6
/proc/25546/task/25588/stat : 25588 (java) R 25544 25546 24324 0 -1 4202560 125449 0 0 0 104897 28 0 0 25 0 22 0 603303061 16141459456 69770 33554432000 1073741824 1073778376 140734361098832 18446744073709551615 46912505366048 0 4 0 16800975 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4223.67
Current children cumulated vsize (KiB) 15763144

[startup+1122.3 s]
/proc/loadavg: 8.19 8.05 7.93 9/220 25621
/proc/meminfo: memFree=29987388/32951124 swapFree=67111464/67111528
[pid=25546] ppid=25544 vsize=15763144 CPUtime=4462.26 cores=0,2,4,6
/proc/25546/stat : 25546 (java) S 25544 25546 24324 0 -1 4202496 997221 0 1 0 445938 288 0 0 25 0 22 0 603303034 16141459456 84847 33554432000 1073741824 1073778376 140734361098832 18446744073709551615 260032198629 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/25546/statm: 3940786 84847 2298 9 0 3931505 0
[pid=25546/tid=25555] ppid=25544 vsize=15763144 CPUtime=0.38 cores=0,2,4,6
/proc/25546/task/25555/stat : 25555 (java) S 25544 25546 24324 0 -1 4202560 6943 0 1 0 37 1 0 0 20 0 22 0 603303035 16141459456 84847 33554432000 1073741824 1073778376 140734361098832 18446744073709551615 260032211865 0 4 0 16800975 18446604453970000896 0 0 -1 0 0 0 0
[pid=25546/tid=25557] ppid=25544 vsize=15763144 CPUtime=3.08 cores=0,2,4,6
/proc/25546/task/25557/stat : 25557 (java) S 25544 25546 24324 0 -1 4202560 56629 0 0 0 293 15 0 0 16 0 22 0 603303035 16141459456 84847 33554432000 1073741824 1073778376 140734361098832 18446744073709551615 260032211865 0 4 0 16800975 18446604453970000896 0 0 -1 6 0 0 0
[pid=25546/tid=25558] ppid=25544 vsize=15763144 CPUtime=3.11 cores=0,2,4,6
/proc/25546/task/25558/stat : 25558 (java) S 25544 25546 24324 0 -1 4202560 60013 0 0 0 294 17 0 0 15 0 22 0 603303035 16141459456 84847 33554432000 1073741824 1073778376 140734361098832 18446744073709551615 260032211865 0 4 0 16800975 18446604453970000896 0 0 -1 4 0 0 0
[pid=25546/tid=25559] ppid=25544 vsize=15763144 CPUtime=3.12 cores=0,2,4,6
/proc/25546/task/25559/stat : 25559 (java) S 25544 25546 24324 0 -1 4202560 57074 0 0 0 296 16 0 0 15 0 22 0 603303035 16141459456 84847 33554432000 1073741824 1073778376 140734361098832 18446744073709551615 260032211865 0 4 0 16800975 18446604453970000896 0 0 -1 2 0 0 0
[pid=25546/tid=25560] ppid=25544 vsize=15763144 CPUtime=3.08 cores=0,2,4,6
/proc/25546/task/25560/stat : 25560 (java) S 25544 25546 24324 0 -1 4202560 56663 0 0 0 293 15 0 0 16 0 22 0 603303035 16141459456 84847 33554432000 1073741824 1073778376 140734361098832 18446744073709551615 260032211865 0 4 0 16800975 18446604453970000896 0 0 -1 0 0 0 0
[pid=25546/tid=25561] ppid=25544 vsize=15763144 CPUtime=3.05 cores=0,2,4,6
/proc/25546/task/25561/stat : 25561 (java) S 25544 25546 24324 0 -1 4202560 55755 0 0 0 291 14 0 0 15 0 22 0 603303035 16141459456 84847 33554432000 1073741824 1073778376 140734361098832 18446744073709551615 260032211865 0 4 0 16800975 18446604453970000896 0 0 -1 2 0 0 0
[pid=25546/tid=25562] ppid=25544 vsize=15763144 CPUtime=3.07 cores=0,2,4,6
/proc/25546/task/25562/stat : 25562 (java) S 25544 25546 24324 0 -1 4202560 55747 0 0 0 291 16 0 0 15 0 22 0 603303035 16141459456 84847 33554432000 1073741824 1073778376 140734361098832 18446744073709551615 260032211865 0 4 0 16800975 18446604453970000896 0 0 -1 2 0 0 0
[pid=25546/tid=25563] ppid=25544 vsize=15763144 CPUtime=3.08 cores=0,2,4,6
/proc/25546/task/25563/stat : 25563 (java) S 25544 25546 24324 0 -1 4202560 55852 0 0 0 294 14 0 0 15 0 22 0 603303035 16141459456 84847 33554432000 1073741824 1073778376 140734361098832 18446744073709551615 260032211865 0 4 0 16800975 18446604453970000896 0 0 -1 4 0 0 0
[pid=25546/tid=25564] ppid=25544 vsize=15763144 CPUtime=3.05 cores=0,2,4,6
/proc/25546/task/25564/stat : 25564 (java) S 25544 25546 24324 0 -1 4202560 57301 0 0 0 291 14 0 0 15 0 22 0 603303035 16141459456 84847 33554432000 1073741824 1073778376 140734361098832 18446744073709551615 260032211865 0 4 0 16800975 18446604453970000896 0 0 -1 4 0 0 0
[pid=25546/tid=25568] ppid=25544 vsize=15763144 CPUtime=2.03 cores=0,2,4,6
/proc/25546/task/25568/stat : 25568 (java) S 25544 25546 24324 0 -1 4202560 2522 0 0 0 153 50 0 0 15 0 22 0 603303036 16141459456 84847 33554432000 1073741824 1073778376 140734361098832 18446744073709551615 260032212480 0 0 0 16800975 18446604453970000896 0 0 -1 4 0 0 0
[pid=25546/tid=25569] ppid=25544 vsize=15763144 CPUtime=0 cores=0,2,4,6
/proc/25546/task/25569/stat : 25569 (java) S 25544 25546 24324 0 -1 4202560 17 0 0 0 0 0 0 0 16 0 22 0 603303037 16141459456 84847 33554432000 1073741824 1073778376 140734361098832 18446744073709551615 260032211865 0 4 0 16800975 18446604453970000896 0 0 -1 2 0 0 0
[pid=25546/tid=25570] ppid=25544 vsize=15763144 CPUtime=0 cores=0,2,4,6
/proc/25546/task/25570/stat : 25570 (java) S 25544 25546 24324 0 -1 4202560 9 0 0 0 0 0 0 0 16 0 22 0 603303037 16141459456 84847 33554432000 1073741824 1073778376 140734361098832 18446744073709551615 260032211865 0 4 0 16800975 18446604453970000896 0 0 -1 6 0 0 0
[pid=25546/tid=25576] ppid=25544 vsize=15763144 CPUtime=0 cores=0,2,4,6
/proc/25546/task/25576/stat : 25576 (java) S 25544 25546 24324 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 603303039 16141459456 84847 33554432000 1073741824 1073778376 140734361098832 18446744073709551615 260032219569 0 4 0 16800975 18446604453970000896 0 0 -1 2 0 0 0
[pid=25546/tid=25577] ppid=25544 vsize=15763144 CPUtime=1.14 cores=0,2,4,6
/proc/25546/task/25577/stat : 25577 (java) S 25544 25546 24324 0 -1 4202560 7631 0 0 0 113 1 0 0 15 0 22 0 603303039 16141459456 84847 33554432000 1073741824 1073778376 140734361098832 18446744073709551615 260032211865 0 4 0 16800975 18446604453970000896 0 0 -1 0 0 0 0
[pid=25546/tid=25578] ppid=25544 vsize=15763144 CPUtime=1 cores=0,2,4,6
/proc/25546/task/25578/stat : 25578 (java) S 25544 25546 24324 0 -1 4202560 11864 0 0 0 98 2 0 0 15 0 22 0 603303039 16141459456 84847 33554432000 1073741824 1073778376 140734361098832 18446744073709551615 260032211865 0 4 0 16800975 18446604453970000896 0 0 -1 2 0 0 0
[pid=25546/tid=25579] ppid=25544 vsize=15763144 CPUtime=0 cores=0,2,4,6
/proc/25546/task/25579/stat : 25579 (java) S 25544 25546 24324 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 603303039 16141459456 84847 33554432000 1073741824 1073778376 140734361098832 18446744073709551615 260032211865 0 4 0 16800975 18446604453970000896 0 0 -1 2 0 0 0
[pid=25546/tid=25580] ppid=25544 vsize=15763144 CPUtime=0 cores=0,2,4,6
/proc/25546/task/25580/stat : 25580 (java) S 25544 25546 24324 0 -1 4202560 59 0 0 0 0 0 0 0 15 0 22 0 603303039 16141459456 84847 33554432000 1073741824 1073778376 140734361098832 18446744073709551615 260032212480 0 4 0 16800975 18446604453970000896 0 0 -1 6 0 0 0
[pid=25546/tid=25585] ppid=25544 vsize=15763144 CPUtime=1108.58 cores=0,2,4,6
/proc/25546/task/25585/stat : 25585 (java) R 25544 25546 24324 0 -1 4202560 128495 0 0 0 110832 26 0 0 25 0 22 0 603303061 16141459456 84847 33554432000 1073741824 1073778376 140734361098832 18446744073709551615 46912505896852 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=25546/tid=25586] ppid=25544 vsize=15763144 CPUtime=1108.13 cores=0,2,4,6
/proc/25546/task/25586/stat : 25586 (java) R 25544 25546 24324 0 -1 4202560 129753 0 0 0 110787 26 0 0 25 0 22 0 603303061 16141459456 84847 33554432000 1073741824 1073778376 140734361098832 18446744073709551615 46912505872503 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=25546/tid=25587] ppid=25544 vsize=15763144 CPUtime=1107.67 cores=0,2,4,6
/proc/25546/task/25587/stat : 25587 (java) R 25544 25546 24324 0 -1 4202560 121235 0 0 0 110743 24 0 0 25 0 22 0 603303061 16141459456 84847 33554432000 1073741824 1073778376 140734361098832 18446744073709551615 46912505654321 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=25546/tid=25588] ppid=25544 vsize=15763144 CPUtime=1108.54 cores=0,2,4,6
/proc/25546/task/25588/stat : 25588 (java) R 25544 25546 24324 0 -1 4202560 132300 0 0 0 110825 29 0 0 25 0 22 0 603303061 16141459456 84847 33554432000 1073741824 1073778376 140734361098832 18446744073709551615 46912506133402 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4462.26
Current children cumulated vsize (KiB) 15763144

[startup+1182.3 s]
/proc/loadavg: 8.07 8.04 7.93 9/220 25622
/proc/meminfo: memFree=30017088/32951124 swapFree=67111464/67111528
[pid=25546] ppid=25544 vsize=15763144 CPUtime=4700.79 cores=0,2,4,6
/proc/25546/stat : 25546 (java) S 25544 25546 24324 0 -1 4202496 1035410 0 1 0 469779 300 0 0 25 0 22 0 603303034 16141459456 68413 33554432000 1073741824 1073778376 140734361098832 18446744073709551615 260032198629 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/25546/statm: 3940786 68413 2298 9 0 3931505 0
[pid=25546/tid=25555] ppid=25544 vsize=15763144 CPUtime=0.38 cores=0,2,4,6
/proc/25546/task/25555/stat : 25555 (java) S 25544 25546 24324 0 -1 4202560 6943 0 1 0 37 1 0 0 20 0 22 0 603303035 16141459456 68413 33554432000 1073741824 1073778376 140734361098832 18446744073709551615 260032211865 0 4 0 16800975 18446604453970000896 0 0 -1 0 0 0 0
[pid=25546/tid=25557] ppid=25544 vsize=15763144 CPUtime=3.24 cores=0,2,4,6
/proc/25546/task/25557/stat : 25557 (java) S 25544 25546 24324 0 -1 4202560 58195 0 0 0 309 15 0 0 15 0 22 0 603303035 16141459456 68413 33554432000 1073741824 1073778376 140734361098832 18446744073709551615 260032211865 0 4 0 16800975 18446604453970000896 0 0 -1 4 0 0 0
[pid=25546/tid=25558] ppid=25544 vsize=15763144 CPUtime=3.25 cores=0,2,4,6
/proc/25546/task/25558/stat : 25558 (java) S 25544 25546 24324 0 -1 4202560 61981 0 0 0 307 18 0 0 15 0 22 0 603303035 16141459456 68413 33554432000 1073741824 1073778376 140734361098832 18446744073709551615 260032211865 0 4 0 16800975 18446604453970000896 0 0 -1 0 0 0 0
[pid=25546/tid=25559] ppid=25544 vsize=15763144 CPUtime=3.28 cores=0,2,4,6
/proc/25546/task/25559/stat : 25559 (java) S 25544 25546 24324 0 -1 4202560 59374 0 0 0 312 16 0 0 15 0 22 0 603303035 16141459456 68413 33554432000 1073741824 1073778376 140734361098832 18446744073709551615 260032211865 0 4 0 16800975 18446604453970000896 0 0 -1 6 0 0 0
[pid=25546/tid=25560] ppid=25544 vsize=15763144 CPUtime=3.23 cores=0,2,4,6
/proc/25546/task/25560/stat : 25560 (java) S 25544 25546 24324 0 -1 4202560 59019 0 0 0 308 15 0 0 15 0 22 0 603303035 16141459456 68413 33554432000 1073741824 1073778376 140734361098832 18446744073709551615 260032211865 0 4 0 16800975 18446604453970000896 0 0 -1 0 0 0 0
[pid=25546/tid=25561] ppid=25544 vsize=15763144 CPUtime=3.22 cores=0,2,4,6
/proc/25546/task/25561/stat : 25561 (java) S 25544 25546 24324 0 -1 4202560 57866 0 0 0 307 15 0 0 15 0 22 0 603303035 16141459456 68413 33554432000 1073741824 1073778376 140734361098832 18446744073709551615 260032211865 0 4 0 16800975 18446604453970000896 0 0 -1 2 0 0 0
[pid=25546/tid=25562] ppid=25544 vsize=15763144 CPUtime=3.25 cores=0,2,4,6
/proc/25546/task/25562/stat : 25562 (java) S 25544 25546 24324 0 -1 4202560 58601 0 0 0 309 16 0 0 15 0 22 0 603303035 16141459456 68413 33554432000 1073741824 1073778376 140734361098832 18446744073709551615 260032211865 0 4 0 16800975 18446604453970000896 0 0 -1 2 0 0 0
[pid=25546/tid=25563] ppid=25544 vsize=15763144 CPUtime=3.25 cores=0,2,4,6
/proc/25546/task/25563/stat : 25563 (java) S 25544 25546 24324 0 -1 4202560 57999 0 0 0 310 15 0 0 15 0 22 0 603303035 16141459456 68413 33554432000 1073741824 1073778376 140734361098832 18446744073709551615 260032211865 0 4 0 16800975 18446604453970000896 0 0 -1 4 0 0 0
[pid=25546/tid=25564] ppid=25544 vsize=15763144 CPUtime=3.2 cores=0,2,4,6
/proc/25546/task/25564/stat : 25564 (java) S 25544 25546 24324 0 -1 4202560 59599 0 0 0 305 15 0 0 15 0 22 0 603303035 16141459456 68413 33554432000 1073741824 1073778376 140734361098832 18446744073709551615 260032211865 0 4 0 16800975 18446604453970000896 0 0 -1 2 0 0 0
[pid=25546/tid=25568] ppid=25544 vsize=15763144 CPUtime=2.16 cores=0,2,4,6
/proc/25546/task/25568/stat : 25568 (java) S 25544 25546 24324 0 -1 4202560 2642 0 0 0 163 53 0 0 16 0 22 0 603303036 16141459456 68413 33554432000 1073741824 1073778376 140734361098832 18446744073709551615 260032212480 0 0 0 16800975 18446604453970000896 0 0 -1 0 0 0 0
[pid=25546/tid=25569] ppid=25544 vsize=15763144 CPUtime=0 cores=0,2,4,6
/proc/25546/task/25569/stat : 25569 (java) S 25544 25546 24324 0 -1 4202560 17 0 0 0 0 0 0 0 16 0 22 0 603303037 16141459456 68413 33554432000 1073741824 1073778376 140734361098832 18446744073709551615 260032211865 0 4 0 16800975 18446604453970000896 0 0 -1 2 0 0 0
[pid=25546/tid=25570] ppid=25544 vsize=15763144 CPUtime=0 cores=0,2,4,6
/proc/25546/task/25570/stat : 25570 (java) S 25544 25546 24324 0 -1 4202560 9 0 0 0 0 0 0 0 16 0 22 0 603303037 16141459456 68413 33554432000 1073741824 1073778376 140734361098832 18446744073709551615 260032211865 0 4 0 16800975 18446604453970000896 0 0 -1 6 0 0 0
[pid=25546/tid=25576] ppid=25544 vsize=15763144 CPUtime=0 cores=0,2,4,6
/proc/25546/task/25576/stat : 25576 (java) S 25544 25546 24324 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 603303039 16141459456 68413 33554432000 1073741824 1073778376 140734361098832 18446744073709551615 260032219569 0 4 0 16800975 18446604453970000896 0 0 -1 2 0 0 0
[pid=25546/tid=25577] ppid=25544 vsize=15763144 CPUtime=1.14 cores=0,2,4,6
/proc/25546/task/25577/stat : 25577 (java) S 25544 25546 24324 0 -1 4202560 7631 0 0 0 113 1 0 0 15 0 22 0 603303039 16141459456 68413 33554432000 1073741824 1073778376 140734361098832 18446744073709551615 260032211865 0 4 0 16800975 18446604453970000896 0 0 -1 0 0 0 0
[pid=25546/tid=25578] ppid=25544 vsize=15763144 CPUtime=1 cores=0,2,4,6
/proc/25546/task/25578/stat : 25578 (java) S 25544 25546 24324 0 -1 4202560 11864 0 0 0 98 2 0 0 15 0 22 0 603303039 16141459456 68413 33554432000 1073741824 1073778376 140734361098832 18446744073709551615 260032211865 0 4 0 16800975 18446604453970000896 0 0 -1 2 0 0 0
[pid=25546/tid=25579] ppid=25544 vsize=15763144 CPUtime=0 cores=0,2,4,6
/proc/25546/task/25579/stat : 25579 (java) S 25544 25546 24324 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 603303039 16141459456 68413 33554432000 1073741824 1073778376 140734361098832 18446744073709551615 260032211865 0 4 0 16800975 18446604453970000896 0 0 -1 2 0 0 0
[pid=25546/tid=25580] ppid=25544 vsize=15763144 CPUtime=0 cores=0,2,4,6
/proc/25546/task/25580/stat : 25580 (java) S 25544 25546 24324 0 -1 4202560 61 0 0 0 0 0 0 0 15 0 22 0 603303039 16141459456 68413 33554432000 1073741824 1073778376 140734361098832 18446744073709551615 260032212480 0 4 0 16800975 18446604453970000896 0 0 -1 6 0 0 0
[pid=25546/tid=25585] ppid=25544 vsize=15763144 CPUtime=1167.89 cores=0,2,4,6
/proc/25546/task/25585/stat : 25585 (java) R 25544 25546 24324 0 -1 4202560 133682 0 0 0 116762 27 0 0 25 0 22 0 603303061 16141459456 68413 33554432000 1073741824 1073778376 140734361098832 18446744073709551615 46912505846053 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=25546/tid=25586] ppid=25544 vsize=15763144 CPUtime=1167.29 cores=0,2,4,6
/proc/25546/task/25586/stat : 25586 (java) R 25544 25546 24324 0 -1 4202560 134967 0 0 0 116703 26 0 0 25 0 22 0 603303061 16141459456 68413 33554432000 1073741824 1073778376 140734361098832 18446744073709551615 46912505732121 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=25546/tid=25587] ppid=25544 vsize=15763144 CPUtime=1167.03 cores=0,2,4,6
/proc/25546/task/25587/stat : 25587 (java) R 25544 25546 24324 0 -1 4202560 126591 0 0 0 116677 26 0 0 25 0 22 0 603303061 16141459456 68413 33554432000 1073741824 1073778376 140734361098832 18446744073709551615 46912505731078 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=25546/tid=25588] ppid=25544 vsize=15763144 CPUtime=1167.79 cores=0,2,4,6
/proc/25546/task/25588/stat : 25588 (java) R 25544 25546 24324 0 -1 4202560 137010 0 0 0 116749 30 0 0 25 0 22 0 603303061 16141459456 68413 33554432000 1073741824 1073778376 140734361098832 18446744073709551615 46912506090598 0 4 0 16800975 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4700.79
Current children cumulated vsize (KiB) 15763144



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1207.3 s]
/proc/loadavg: 8.04 8.04 7.93 9/220 25623
/proc/meminfo: memFree=30081288/32951124 swapFree=67111464/67111528
[pid=25546] ppid=25544 vsize=15763144 CPUtime=4800.19 cores=0,2,4,6
/proc/25546/stat : 25546 (java) S 25544 25546 24324 0 -1 4202496 1066872 0 1 0 479712 307 0 0 25 0 22 0 603303034 16141459456 79550 33554432000 1073741824 1073778376 140734361098832 18446744073709551615 260032198629 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/25546/statm: 3940786 79550 2298 9 0 3931505 0
[pid=25546/tid=25555] ppid=25544 vsize=15763144 CPUtime=0.38 cores=0,2,4,6
/proc/25546/task/25555/stat : 25555 (java) S 25544 25546 24324 0 -1 4202560 6943 0 1 0 37 1 0 0 20 0 22 0 603303035 16141459456 79550 33554432000 1073741824 1073778376 140734361098832 18446744073709551615 260032211865 0 4 0 16800975 18446604453970000896 0 0 -1 0 0 0 0
[pid=25546/tid=25557] ppid=25544 vsize=15763144 CPUtime=3.31 cores=0,2,4,6
/proc/25546/task/25557/stat : 25557 (java) S 25544 25546 24324 0 -1 4202560 59925 0 0 0 315 16 0 0 15 0 22 0 603303035 16141459456 79550 33554432000 1073741824 1073778376 140734361098832 18446744073709551615 260032211865 0 4 0 16800975 18446604453970000896 0 0 -1 2 0 0 0
[pid=25546/tid=25558] ppid=25544 vsize=15763144 CPUtime=3.31 cores=0,2,4,6
/proc/25546/task/25558/stat : 25558 (java) S 25544 25546 24324 0 -1 4202560 63286 0 0 0 313 18 0 0 16 0 22 0 603303035 16141459456 79550 33554432000 1073741824 1073778376 140734361098832 18446744073709551615 260032211865 0 4 0 16800975 18446604453970000896 0 0 -1 2 0 0 0
[pid=25546/tid=25559] ppid=25544 vsize=15763144 CPUtime=3.35 cores=0,2,4,6
/proc/25546/task/25559/stat : 25559 (java) S 25544 25546 24324 0 -1 4202560 61175 0 0 0 319 16 0 0 15 0 22 0 603303035 16141459456 79550 33554432000 1073741824 1073778376 140734361098832 18446744073709551615 260032211865 0 4 0 16800975 18446604453970000896 0 0 -1 4 0 0 0
[pid=25546/tid=25560] ppid=25544 vsize=15763144 CPUtime=3.3 cores=0,2,4,6
/proc/25546/task/25560/stat : 25560 (java) S 25544 25546 24324 0 -1 4202560 60638 0 0 0 314 16 0 0 15 0 22 0 603303035 16141459456 79550 33554432000 1073741824 1073778376 140734361098832 18446744073709551615 260032211865 0 4 0 16800975 18446604453970000896 0 0 -1 4 0 0 0
[pid=25546/tid=25561] ppid=25544 vsize=15763144 CPUtime=3.29 cores=0,2,4,6
/proc/25546/task/25561/stat : 25561 (java) S 25544 25546 24324 0 -1 4202560 58868 0 0 0 314 15 0 0 16 0 22 0 603303035 16141459456 79550 33554432000 1073741824 1073778376 140734361098832 18446744073709551615 260032211865 0 4 0 16800975 18446604453970000896 0 0 -1 0 0 0 0
[pid=25546/tid=25562] ppid=25544 vsize=15763144 CPUtime=3.31 cores=0,2,4,6
/proc/25546/task/25562/stat : 25562 (java) S 25544 25546 24324 0 -1 4202560 59984 0 0 0 314 17 0 0 15 0 22 0 603303035 16141459456 79550 33554432000 1073741824 1073778376 140734361098832 18446744073709551615 260032211865 0 4 0 16800975 18446604453970000896 0 0 -1 4 0 0 0
[pid=25546/tid=25563] ppid=25544 vsize=15763144 CPUtime=3.32 cores=0,2,4,6
/proc/25546/task/25563/stat : 25563 (java) S 25544 25546 24324 0 -1 4202560 59687 0 0 0 317 15 0 0 15 0 22 0 603303035 16141459456 79550 33554432000 1073741824 1073778376 140734361098832 18446744073709551615 260032211865 0 4 0 16800975 18446604453970000896 0 0 -1 4 0 0 0
[pid=25546/tid=25564] ppid=25544 vsize=15763144 CPUtime=3.26 cores=0,2,4,6
/proc/25546/task/25564/stat : 25564 (java) S 25544 25546 24324 0 -1 4202560 61232 0 0 0 311 15 0 0 16 0 22 0 603303035 16141459456 79550 33554432000 1073741824 1073778376 140734361098832 18446744073709551615 260032211865 0 4 0 16800975 18446604453970000896 0 0 -1 6 0 0 0
[pid=25546/tid=25568] ppid=25544 vsize=15763144 CPUtime=2.21 cores=0,2,4,6
/proc/25546/task/25568/stat : 25568 (java) S 25544 25546 24324 0 -1 4202560 2715 0 0 0 167 54 0 0 15 0 22 0 603303036 16141459456 79550 33554432000 1073741824 1073778376 140734361098832 18446744073709551615 260032212480 0 0 0 16800975 18446604453970000896 0 0 -1 0 0 0 0
[pid=25546/tid=25569] ppid=25544 vsize=15763144 CPUtime=0 cores=0,2,4,6
/proc/25546/task/25569/stat : 25569 (java) S 25544 25546 24324 0 -1 4202560 17 0 0 0 0 0 0 0 16 0 22 0 603303037 16141459456 79550 33554432000 1073741824 1073778376 140734361098832 18446744073709551615 260032211865 0 4 0 16800975 18446604453970000896 0 0 -1 2 0 0 0
[pid=25546/tid=25570] ppid=25544 vsize=15763144 CPUtime=0 cores=0,2,4,6
/proc/25546/task/25570/stat : 25570 (java) S 25544 25546 24324 0 -1 4202560 9 0 0 0 0 0 0 0 16 0 22 0 603303037 16141459456 79550 33554432000 1073741824 1073778376 140734361098832 18446744073709551615 260032211865 0 4 0 16800975 18446604453970000896 0 0 -1 6 0 0 0
[pid=25546/tid=25576] ppid=25544 vsize=15763144 CPUtime=0 cores=0,2,4,6
/proc/25546/task/25576/stat : 25576 (java) S 25544 25546 24324 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 603303039 16141459456 79550 33554432000 1073741824 1073778376 140734361098832 18446744073709551615 260032219569 0 4 0 16800975 18446604453970000896 0 0 -1 2 0 0 0
[pid=25546/tid=25577] ppid=25544 vsize=15763144 CPUtime=1.14 cores=0,2,4,6
/proc/25546/task/25577/stat : 25577 (java) S 25544 25546 24324 0 -1 4202560 7631 0 0 0 113 1 0 0 15 0 22 0 603303039 16141459456 79550 33554432000 1073741824 1073778376 140734361098832 18446744073709551615 260032211865 0 4 0 16800975 18446604453970000896 0 0 -1 0 0 0 0
[pid=25546/tid=25578] ppid=25544 vsize=15763144 CPUtime=1 cores=0,2,4,6
/proc/25546/task/25578/stat : 25578 (java) S 25544 25546 24324 0 -1 4202560 11864 0 0 0 98 2 0 0 15 0 22 0 603303039 16141459456 79550 33554432000 1073741824 1073778376 140734361098832 18446744073709551615 260032211865 0 4 0 16800975 18446604453970000896 0 0 -1 2 0 0 0
[pid=25546/tid=25579] ppid=25544 vsize=15763144 CPUtime=0 cores=0,2,4,6
/proc/25546/task/25579/stat : 25579 (java) S 25544 25546 24324 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 603303039 16141459456 79550 33554432000 1073741824 1073778376 140734361098832 18446744073709551615 260032211865 0 4 0 16800975 18446604453970000896 0 0 -1 2 0 0 0
[pid=25546/tid=25580] ppid=25544 vsize=15763144 CPUtime=0 cores=0,2,4,6
/proc/25546/task/25580/stat : 25580 (java) S 25544 25546 24324 0 -1 4202560 63 0 0 0 0 0 0 0 15 0 22 0 603303039 16141459456 79550 33554432000 1073741824 1073778376 140734361098832 18446744073709551615 260032212480 0 4 0 16800975 18446604453970000896 0 0 -1 6 0 0 0
[pid=25546/tid=25585] ppid=25544 vsize=15763144 CPUtime=1192.63 cores=0,2,4,6
/proc/25546/task/25585/stat : 25585 (java) R 25544 25546 24324 0 -1 4202560 138434 0 0 0 119236 27 0 0 25 0 22 0 603303061 16141459456 79550 33554432000 1073741824 1073778376 140734361098832 18446744073709551615 46912505732388 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=25546/tid=25586] ppid=25544 vsize=15763144 CPUtime=1192.05 cores=0,2,4,6
/proc/25546/task/25586/stat : 25586 (java) R 25544 25546 24324 0 -1 4202560 139992 0 0 0 119177 28 0 0 25 0 22 0 603303061 16141459456 79550 33554432000 1073741824 1073778376 140734361098832 18446744073709551615 46912505896046 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=25546/tid=25587] ppid=25544 vsize=15763144 CPUtime=1191.74 cores=0,2,4,6
/proc/25546/task/25587/stat : 25587 (java) R 25544 25546 24324 0 -1 4202560 131311 0 0 0 119147 27 0 0 25 0 22 0 603303061 16141459456 79550 33554432000 1073741824 1073778376 140734361098832 18446744073709551615 46912505927395 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=25546/tid=25588] ppid=25544 vsize=15763144 CPUtime=1192.44 cores=0,2,4,6
/proc/25546/task/25588/stat : 25588 (java) R 25544 25546 24324 0 -1 4202560 141739 0 0 0 119213 31 0 0 25 0 22 0 603303061 16141459456 79550 33554432000 1073741824 1073778376 140734361098832 18446744073709551615 46912505731162 0 4 0 16800975 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4800.19
Current children cumulated vsize (KiB) 15763144

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.33
CPU time (s): 4800.25
CPU user time (s): 4797.16
CPU system time (s): 3.08953
CPU usage (%): 397.591
Max. virtual memory (cumulated for all children) (KiB): 15771200

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4797.16
system time used= 3.08953
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1066898
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= 336593
involuntary context switches= 167190

runsolver used 1.9507 second user time and 4.66829 second system time

The end

Launcher Data

Begin job on node110 at 2011-04-30 04:32:05
IDJOB=3312716
IDBENCH=82901
IDSOLVER=1699
FILE ID=node110/3312716-1304130725
RUNJOBID= node110-1304130724-25525
PBS_JOBID= 13170753
Free space on /tmp= 73472 MiB

SOLVER NAME= STRUCTure 0.1
BENCH NAME= SAT11/random/medium/unif-k5-r21.3-v100-c2130-S360859187-040.UNKNOWN.cnf
COMMAND LINE= run 15000 NBCORE TMPDIR DIR BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3312716-1304130725/watcher-3312716-1304130725 -o /tmp/evaluation-result-3312716-1304130725/solver-3312716-1304130725 -C 4800 -W 1300 -M 15500  run 15000 4 HOME HOME HOME/instance-3312716-1304130725.cnf

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

MD5SUM BENCH= 5da80be8e24322484381341b0d82cc61
RANDOM SEED=398291372

node110.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      30756760 kB
Buffers:        961616 kB
Cached:         755976 kB
SwapCached:         64 kB
Active:         148392 kB
Inactive:      1635108 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30756760 kB
SwapTotal:    67111528 kB
SwapFree:     67111464 kB
Dirty:            3188 kB
Writeback:           0 kB
AnonPages:       65184 kB
Mapped:          16040 kB
Slab:           348560 kB
PageTables:       5116 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   206896 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= 73472 MiB
End job on node110 at 2011-04-30 04:52:14