Trace number 3312130

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
STRUCTure 0.1 (hbr=2)? (TO) 1999.45 1300.56

General information on the benchmark

Nameindustrial/vliw_sat_4.0/
9vliw_m_9stages_iq3_C1_bug5.cnf
MD5SUMc77a56af24208a6401c763e11a38de01
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark6.82496
Satisfiable
(Un)Satisfiability was proved
Number of variables520770
Number of clauses13380350
Sum of the clauses size39210884
Maximum clause length6689
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 28710587
Number of clauses of size 34215482
Number of clauses of size 425225
Number of clauses of size 515593
Number of clauses of size over 5413462

Solver Data

0.10/0.12	07:23 INFO : Reading from input HOME/instance-3312130-1304075234.cnf
47.52/46.42	Executor set job limit to 1000000
47.52/46.42	Executor set job limit to 1000000
47.52/46.42	Executor set job limit to 1000000
47.52/46.42	Executor set job limit to 1000000
47.52/46.42	Starting Executor!
47.52/46.42	Starting Executor!
47.52/46.42	Starting Executor!
47.52/46.42	Starting Executor!
921.49/916.05	22:39 INFO : 483388 variables remaining out of 520770
921.49/916.05	22:39 INFO : 86035759 literals remaining out of 52591234

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

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

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


[startup+0 s]
/proc/loadavg: 3.82 5.18 6.69 2/186 760
/proc/meminfo: memFree=27074280/32951124 swapFree=67111356/67111528
[pid=760] ppid=758 vsize=2464 CPUtime=0 cores=0,2,4,6
/proc/760/stat : 760 (java) R 758 760 32444 0 -1 4194304 536 0 0 0 0 0 0 0 20 0 1 0 519122016 2523136 43 33554432000 1073741824 1073778376 140737476508112 18446744073709551615 218900761280 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/760/statm: 616 44 35 9 0 27 0
[pid=760/tid=761] ppid=758 vsize=30580 CPUtime=0 cores=0,2,4,6
/proc/760/task/761/stat : 761 (java) R 758 760 32444 0 -1 4202560 85 0 0 0 0 0 0 0 21 0 2 0 519122017 31313920 911 33554432000 1073741824 1073778376 140737476508112 18446744073709551615 218900761451 0 0 4096 0 0 0 0 -1 4 0 0 0

[startup+0.0627471 s]
/proc/loadavg: 3.82 5.18 6.69 2/186 760
/proc/meminfo: memFree=27074280/32951124 swapFree=67111356/67111528
[pid=760] ppid=758 vsize=15609780 CPUtime=0.05 cores=0,2,4,6
/proc/760/stat : 760 (java) S 758 760 32444 0 -1 4202496 4321 0 1 0 5 0 0 0 20 0 18 0 519122016 15984414720 3762 33554432000 1073741824 1073778376 140737476508112 18446744073709551615 218917533669 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/760/statm: 3902445 3762 1778 9 0 3893164 0
[pid=760/tid=761] ppid=758 vsize=15609780 CPUtime=0.04 cores=0,2,4,6
/proc/760/task/761/stat : 761 (java) R 758 760 32444 0 -1 4202560 2906 0 1 0 4 0 0 0 25 0 18 0 519122017 15984414720 3763 33554432000 1073741824 1073778376 140737476508112 18446744073709551615 47633694174035 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 15609780

[startup+0.100742 s]
/proc/loadavg: 3.82 5.18 6.69 2/186 760
/proc/meminfo: memFree=27074280/32951124 swapFree=67111356/67111528
[pid=760] ppid=758 vsize=15741976 CPUtime=0.1 cores=0,2,4,6
/proc/760/stat : 760 (java) S 758 760 32444 0 -1 4202496 5611 0 1 0 9 1 0 0 20 0 18 0 519122016 16119783424 5013 33554432000 1073741824 1073778376 140737476508112 18446744073709551615 218917533669 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/760/statm: 3935494 5013 2116 9 0 3926213 0
[pid=760/tid=761] ppid=758 vsize=15741976 CPUtime=0.08 cores=0,2,4,6
/proc/760/task/761/stat : 761 (java) R 758 760 32444 0 -1 4202560 3463 0 1 0 8 0 0 0 18 0 18 0 519122017 16119783424 5014 33554432000 1073741824 1073778376 140737476508112 18446744073709551615 47633692076051 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 15741976

[startup+0.300723 s]
/proc/loadavg: 3.82 5.18 6.69 2/186 760
/proc/meminfo: memFree=27074280/32951124 swapFree=67111356/67111528
[pid=760] ppid=758 vsize=15745176 CPUtime=0.51 cores=0,2,4,6
/proc/760/stat : 760 (java) S 758 760 32444 0 -1 4202496 15985 0 1 0 49 2 0 0 20 0 18 0 519122016 16123060224 14349 33554432000 1073741824 1073778376 140737476508112 18446744073709551615 218917533669 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/760/statm: 3936294 14355 2206 9 0 3927013 0
[pid=760/tid=761] ppid=758 vsize=15745176 CPUtime=0.28 cores=0,2,4,6
/proc/760/task/761/stat : 761 (java) R 758 760 32444 0 -1 4202560 10785 0 1 0 27 1 0 0 18 0 18 0 519122017 16123060224 14359 33554432000 1073741824 1073778376 140737476508112 18446744073709551615 46912505640275 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 15745176

[startup+0.70064 s]
/proc/loadavg: 3.82 5.18 6.69 2/186 760
/proc/meminfo: memFree=27074280/32951124 swapFree=67111356/67111528
[pid=760] ppid=758 vsize=15745176 CPUtime=0.92 cores=0,2,4,6
/proc/760/stat : 760 (java) S 758 760 32444 0 -1 4202496 42889 0 1 0 87 5 0 0 20 0 18 0 519122016 16123060224 41251 33554432000 1073741824 1073778376 140737476508112 18446744073709551615 218917533669 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/760/statm: 3936294 41251 2222 9 0 3927013 0
[pid=760/tid=761] ppid=758 vsize=15745176 CPUtime=0.67 cores=0,2,4,6
/proc/760/task/761/stat : 761 (java) R 758 760 32444 0 -1 4202560 35542 0 1 0 63 4 0 0 18 0 18 0 519122017 16123060224 41251 33554432000 1073741824 1073778376 140737476508112 18446744073709551615 218917557707 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.92
Current children cumulated vsize (KiB) 15745176

[startup+1.50149 s]
/proc/loadavg: 3.82 5.18 6.69 3/212 786
/proc/meminfo: memFree=26751372/32951124 swapFree=67111356/67111528
[pid=760] ppid=758 vsize=15745176 CPUtime=1.73 cores=0,2,4,6
/proc/760/stat : 760 (java) S 758 760 32444 0 -1 4202496 76847 0 1 0 163 10 0 0 20 0 18 0 519122016 16123060224 75206 33554432000 1073741824 1073778376 140737476508112 18446744073709551615 218917533669 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/760/statm: 3936294 75206 2222 9 0 3927013 0
[pid=760/tid=761] ppid=758 vsize=15745176 CPUtime=1.46 cores=0,2,4,6
/proc/760/task/761/stat : 761 (java) R 758 760 32444 0 -1 4202560 65272 0 1 0 138 8 0 0 19 0 18 0 519122017 16123060224 75206 33554432000 1073741824 1073778376 140737476508112 18446744073709551615 218917557707 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=760/tid=764] ppid=758 vsize=15745176 CPUtime=0 cores=0,2,4,6
/proc/760/task/764/stat : 764 (java) S 758 760 32444 0 -1 4202560 1602 0 0 0 0 0 0 0 15 0 18 0 519122017 16123060224 75206 33554432000 1073741824 1073778376 140737476508112 18446744073709551615 218917546905 0 4 0 16800975 18446604453913051520 0 0 -1 4 0 0 0
[pid=760/tid=765] ppid=758 vsize=15745176 CPUtime=0 cores=0,2,4,6
/proc/760/task/765/stat : 765 (java) S 758 760 32444 0 -1 4202560 518 0 0 0 0 0 0 0 16 0 18 0 519122017 16123060224 75206 33554432000 1073741824 1073778376 140737476508112 18446744073709551615 218917546905 0 4 0 16800975 18446604453913051520 0 0 -1 4 0 0 0
[pid=760/tid=766] ppid=758 vsize=15745176 CPUtime=0 cores=0,2,4,6
/proc/760/task/766/stat : 766 (java) S 758 760 32444 0 -1 4202560 342 0 0 0 0 0 0 0 15 0 18 0 519122017 16123060224 75206 33554432000 1073741824 1073778376 140737476508112 18446744073709551615 218917546905 0 4 0 16800975 18446604453913051520 0 0 -1 6 0 0 0
[pid=760/tid=767] ppid=758 vsize=15745176 CPUtime=0 cores=0,2,4,6
/proc/760/task/767/stat : 767 (java) S 758 760 32444 0 -1 4202560 515 0 0 0 0 0 0 0 15 0 18 0 519122017 16123060224 75206 33554432000 1073741824 1073778376 140737476508112 18446744073709551615 218917546905 0 4 0 16800975 18446604453913051520 0 0 -1 2 0 0 0
[pid=760/tid=768] ppid=758 vsize=15745176 CPUtime=0 cores=0,2,4,6
/proc/760/task/768/stat : 768 (java) S 758 760 32444 0 -1 4202560 2695 0 0 0 0 0 0 0 16 0 18 0 519122017 16123060224 75206 33554432000 1073741824 1073778376 140737476508112 18446744073709551615 218917546905 0 4 0 16800975 18446604453913051520 0 0 -1 6 0 0 0
[pid=760/tid=769] ppid=758 vsize=15745176 CPUtime=0 cores=0,2,4,6
/proc/760/task/769/stat : 769 (java) S 758 760 32444 0 -1 4202560 515 0 0 0 0 0 0 0 15 0 18 0 519122017 16123060224 75206 33554432000 1073741824 1073778376 140737476508112 18446744073709551615 218917546905 0 4 0 16800975 18446604453913051520 0 0 -1 0 0 0 0
[pid=760/tid=770] ppid=758 vsize=15745176 CPUtime=0 cores=0,2,4,6
/proc/760/task/770/stat : 770 (java) S 758 760 32444 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 519122017 16123060224 75206 33554432000 1073741824 1073778376 140737476508112 18446744073709551615 218917546905 0 4 0 16800975 18446604453913051520 0 0 -1 4 0 0 0
[pid=760/tid=771] ppid=758 vsize=15745176 CPUtime=0 cores=0,2,4,6
/proc/760/task/771/stat : 771 (java) S 758 760 32444 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 519122017 16123060224 75206 33554432000 1073741824 1073778376 140737476508112 18446744073709551615 218917546905 0 4 0 16800975 18446604453913051520 0 0 -1 0 0 0 0
[pid=760/tid=774] ppid=758 vsize=15745176 CPUtime=0 cores=0,2,4,6
/proc/760/task/774/stat : 774 (java) S 758 760 32444 0 -1 4202560 183 0 0 0 0 0 0 0 15 0 18 0 519122018 16123060224 75206 33554432000 1073741824 1073778376 140737476508112 18446744073709551615 218917547520 0 0 0 16800975 18446604453913051520 0 0 -1 0 0 0 0
[pid=760/tid=775] ppid=758 vsize=15745176 CPUtime=0 cores=0,2,4,6
/proc/760/task/775/stat : 775 (java) S 758 760 32444 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 18 0 519122019 16123060224 75206 33554432000 1073741824 1073778376 140737476508112 18446744073709551615 218917546905 0 4 0 16800975 18446604453913051520 0 0 -1 0 0 0 0
[pid=760/tid=776] ppid=758 vsize=15745176 CPUtime=0 cores=0,2,4,6
/proc/760/task/776/stat : 776 (java) S 758 760 32444 0 -1 4202560 8 0 0 0 0 0 0 0 21 0 18 0 519122019 16123060224 75206 33554432000 1073741824 1073778376 140737476508112 18446744073709551615 218917546905 0 4 0 16800975 18446604453913051520 0 0 -1 0 0 0 0
[pid=760/tid=782] ppid=758 vsize=15745176 CPUtime=0 cores=0,2,4,6
/proc/760/task/782/stat : 782 (java) S 758 760 32444 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 519122021 16123060224 75206 33554432000 1073741824 1073778376 140737476508112 18446744073709551615 218917554609 0 4 0 16800975 18446604453913051520 0 0 -1 4 0 0 0
[pid=760/tid=783] ppid=758 vsize=15745176 CPUtime=0.11 cores=0,2,4,6
/proc/760/task/783/stat : 783 (java) S 758 760 32444 0 -1 4202560 1200 0 0 0 11 0 0 0 25 0 18 0 519122021 16123060224 75206 33554432000 1073741824 1073778376 140737476508112 18446744073709551615 218917546905 0 4 0 16800975 18446604453913051520 0 0 -1 2 0 0 0
[pid=760/tid=784] ppid=758 vsize=15745176 CPUtime=0.1 cores=0,2,4,6
/proc/760/task/784/stat : 784 (java) S 758 760 32444 0 -1 4202560 2619 0 0 0 10 0 0 0 15 0 18 0 519122021 16123060224 75206 33554432000 1073741824 1073778376 140737476508112 18446744073709551615 218917546905 0 4 0 16800975 18446604453913051520 0 0 -1 6 0 0 0
[pid=760/tid=785] ppid=758 vsize=15745176 CPUtime=0 cores=0,2,4,6
/proc/760/task/785/stat : 785 (java) S 758 760 32444 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 519122021 16123060224 75206 33554432000 1073741824 1073778376 140737476508112 18446744073709551615 218917546905 0 4 0 16800975 18446604453913051520 0 0 -1 4 0 0 0
[pid=760/tid=786] ppid=758 vsize=15745176 CPUtime=0 cores=0,2,4,6
/proc/760/task/786/stat : 786 (java) S 758 760 32444 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 519122021 16123060224 75206 33554432000 1073741824 1073778376 140737476508112 18446744073709551615 218917547520 0 4 0 16800975 18446604453913051520 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1.73
Current children cumulated vsize (KiB) 15745176

[startup+3.1012 s]
/proc/loadavg: 3.82 5.18 6.69 3/212 786
/proc/meminfo: memFree=26349860/32951124 swapFree=67111356/67111528
[pid=760] ppid=758 vsize=15745176 CPUtime=3.43 cores=0,2,4,6
/proc/760/stat : 760 (java) S 758 760 32444 0 -1 4202496 146571 0 1 0 324 19 0 0 20 0 18 0 519122016 16123060224 144926 33554432000 1073741824 1073778376 140737476508112 18446744073709551615 218917533669 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/760/statm: 3936294 144926 2240 9 0 3927013 0
[pid=760/tid=761] ppid=758 vsize=15745176 CPUtime=3.04 cores=0,2,4,6
/proc/760/task/761/stat : 761 (java) R 758 760 32444 0 -1 4202560 125828 0 1 0 289 15 0 0 22 0 18 0 519122017 16123060224 144926 33554432000 1073741824 1073778376 140737476508112 18446744073709551615 46912505522460 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=760/tid=764] ppid=758 vsize=15745176 CPUtime=0 cores=0,2,4,6
/proc/760/task/764/stat : 764 (java) S 758 760 32444 0 -1 4202560 1666 0 0 0 0 0 0 0 15 0 18 0 519122017 16123060224 144926 33554432000 1073741824 1073778376 140737476508112 18446744073709551615 218917546905 0 4 0 16800975 18446604453913051520 0 0 -1 4 0 0 0
[pid=760/tid=765] ppid=758 vsize=15745176 CPUtime=0 cores=0,2,4,6
/proc/760/task/765/stat : 765 (java) S 758 760 32444 0 -1 4202560 1027 0 0 0 0 0 0 0 15 0 18 0 519122017 16123060224 144926 33554432000 1073741824 1073778376 140737476508112 18446744073709551615 218917546905 0 4 0 16800975 18446604453913051520 0 0 -1 4 0 0 0
[pid=760/tid=766] ppid=758 vsize=15745176 CPUtime=0 cores=0,2,4,6
/proc/760/task/766/stat : 766 (java) S 758 760 32444 0 -1 4202560 5499 0 0 0 0 0 0 0 16 0 18 0 519122017 16123060224 144926 33554432000 1073741824 1073778376 140737476508112 18446744073709551615 218917546905 0 4 0 16800975 18446604453913051520 0 0 -1 6 0 0 0
[pid=760/tid=767] ppid=758 vsize=15745176 CPUtime=0.01 cores=0,2,4,6
/proc/760/task/767/stat : 767 (java) S 758 760 32444 0 -1 4202560 515 0 0 0 1 0 0 0 16 0 18 0 519122017 16123060224 144926 33554432000 1073741824 1073778376 140737476508112 18446744073709551615 218917546905 0 4 0 16800975 18446604453913051520 0 0 -1 2 0 0 0
[pid=760/tid=768] ppid=758 vsize=15745176 CPUtime=0 cores=0,2,4,6
/proc/760/task/768/stat : 768 (java) S 758 760 32444 0 -1 4202560 2696 0 0 0 0 0 0 0 16 0 18 0 519122017 16123060224 144926 33554432000 1073741824 1073778376 140737476508112 18446744073709551615 218917546905 0 4 0 16800975 18446604453913051520 0 0 -1 0 0 0 0
[pid=760/tid=769] ppid=758 vsize=15745176 CPUtime=0.01 cores=0,2,4,6
/proc/760/task/769/stat : 769 (java) S 758 760 32444 0 -1 4202560 1027 0 0 0 1 0 0 0 15 0 18 0 519122017 16123060224 144926 33554432000 1073741824 1073778376 140737476508112 18446744073709551615 218917546905 0 4 0 16800975 18446604453913051520 0 0 -1 0 0 0 0
[pid=760/tid=770] ppid=758 vsize=15745176 CPUtime=0 cores=0,2,4,6
/proc/760/task/770/stat : 770 (java) S 758 760 32444 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 519122017 16123060224 144926 33554432000 1073741824 1073778376 140737476508112 18446744073709551615 218917546905 0 4 0 16800975 18446604453913051520 0 0 -1 4 0 0 0
[pid=760/tid=771] ppid=758 vsize=15745176 CPUtime=0 cores=0,2,4,6
/proc/760/task/771/stat : 771 (java) S 758 760 32444 0 -1 4202560 2596 0 0 0 0 0 0 0 15 0 18 0 519122017 16123060224 144926 33554432000 1073741824 1073778376 140737476508112 18446744073709551615 218917546905 0 4 0 16800975 18446604453913051520 0 0 -1 4 0 0 0
[pid=760/tid=774] ppid=758 vsize=15745176 CPUtime=0 cores=0,2,4,6
/proc/760/task/774/stat : 774 (java) S 758 760 32444 0 -1 4202560 436 0 0 0 0 0 0 0 15 0 18 0 519122018 16123060224 144926 33554432000 1073741824 1073778376 140737476508112 18446744073709551615 218917547520 0 0 0 16800975 18446604453913051520 0 0 -1 6 0 0 0
[pid=760/tid=775] ppid=758 vsize=15745176 CPUtime=0 cores=0,2,4,6
/proc/760/task/775/stat : 775 (java) S 758 760 32444 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 18 0 519122019 16123060224 144926 33554432000 1073741824 1073778376 140737476508112 18446744073709551615 218917546905 0 4 0 16800975 18446604453913051520 0 0 -1 0 0 0 0
[pid=760/tid=776] ppid=758 vsize=15745176 CPUtime=0 cores=0,2,4,6
/proc/760/task/776/stat : 776 (java) S 758 760 32444 0 -1 4202560 8 0 0 0 0 0 0 0 21 0 18 0 519122019 16123060224 144926 33554432000 1073741824 1073778376 140737476508112 18446744073709551615 218917546905 0 4 0 16800975 18446604453913051520 0 0 -1 0 0 0 0
[pid=760/tid=782] ppid=758 vsize=15745176 CPUtime=0 cores=0,2,4,6
/proc/760/task/782/stat : 782 (java) S 758 760 32444 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 519122021 16123060224 144926 33554432000 1073741824 1073778376 140737476508112 18446744073709551615 218917554609 0 4 0 16800975 18446604453913051520 0 0 -1 4 0 0 0
[pid=760/tid=783] ppid=758 vsize=15745176 CPUtime=0.13 cores=0,2,4,6
/proc/760/task/783/stat : 783 (java) S 758 760 32444 0 -1 4202560 1217 0 0 0 13 0 0 0 16 0 18 0 519122021 16123060224 144926 33554432000 1073741824 1073778376 140737476508112 18446744073709551615 218917546905 0 4 0 16800975 18446604453913051520 0 0 -1 2 0 0 0
[pid=760/tid=784] ppid=758 vsize=15745176 CPUtime=0.13 cores=0,2,4,6
/proc/760/task/784/stat : 784 (java) S 758 760 32444 0 -1 4202560 2679 0 0 0 13 0 0 0 15 0 18 0 519122021 16123060224 144926 33554432000 1073741824 1073778376 140737476508112 18446744073709551615 218917546905 0 4 0 16800975 18446604453913051520 0 0 -1 6 0 0 0
[pid=760/tid=785] ppid=758 vsize=15745176 CPUtime=0 cores=0,2,4,6
/proc/760/task/785/stat : 785 (java) S 758 760 32444 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 519122021 16123060224 144926 33554432000 1073741824 1073778376 140737476508112 18446744073709551615 218917546905 0 4 0 16800975 18446604453913051520 0 0 -1 4 0 0 0
[pid=760/tid=786] ppid=758 vsize=15745176 CPUtime=0 cores=0,2,4,6
/proc/760/task/786/stat : 786 (java) S 758 760 32444 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 519122021 16123060224 144926 33554432000 1073741824 1073778376 140737476508112 18446744073709551615 218917547520 0 4 0 16800975 18446604453913051520 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3.43
Current children cumulated vsize (KiB) 15745176

[startup+6.30062 s]
/proc/loadavg: 3.83 5.16 6.68 3/212 786
/proc/meminfo: memFree=25362532/32951124 swapFree=67111356/67111528
[pid=760] ppid=758 vsize=15744092 CPUtime=6.67 cores=0,2,4,6
/proc/760/stat : 760 (java) S 758 760 32444 0 -1 4202496 285069 0 1 0 632 35 0 0 20 0 18 0 519122016 16121950208 283159 33554432000 1073741824 1073778376 140737476508112 18446744073709551615 218917533669 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/760/statm: 3936023 283159 2240 9 0 3926742 0
[pid=760/tid=761] ppid=758 vsize=15744092 CPUtime=6.22 cores=0,2,4,6
/proc/760/task/761/stat : 761 (java) R 758 760 32444 0 -1 4202560 253812 0 1 0 591 31 0 0 20 0 18 0 519122017 16121950208 283159 33554432000 1073741824 1073778376 140737476508112 18446744073709551615 46912505522450 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=760/tid=764] ppid=758 vsize=15744092 CPUtime=0.01 cores=0,2,4,6
/proc/760/task/764/stat : 764 (java) S 758 760 32444 0 -1 4202560 1666 0 0 0 1 0 0 0 15 0 18 0 519122017 16121950208 283159 33554432000 1073741824 1073778376 140737476508112 18446744073709551615 218917546905 0 4 0 16800975 18446604453913051520 0 0 -1 2 0 0 0
[pid=760/tid=765] ppid=758 vsize=15744092 CPUtime=0 cores=0,2,4,6
/proc/760/task/765/stat : 765 (java) S 758 760 32444 0 -1 4202560 1027 0 0 0 0 0 0 0 16 0 18 0 519122017 16121950208 283159 33554432000 1073741824 1073778376 140737476508112 18446744073709551615 218917546905 0 4 0 16800975 18446604453913051520 0 0 -1 4 0 0 0
[pid=760/tid=766] ppid=758 vsize=15744092 CPUtime=0.01 cores=0,2,4,6
/proc/760/task/766/stat : 766 (java) S 758 760 32444 0 -1 4202560 5500 0 0 0 1 0 0 0 16 0 18 0 519122017 16121950208 283159 33554432000 1073741824 1073778376 140737476508112 18446744073709551615 218917546905 0 4 0 16800975 18446604453913051520 0 0 -1 2 0 0 0
[pid=760/tid=767] ppid=758 vsize=15744092 CPUtime=0.02 cores=0,2,4,6
/proc/760/task/767/stat : 767 (java) S 758 760 32444 0 -1 4202560 515 0 0 0 2 0 0 0 16 0 18 0 519122017 16121950208 283159 33554432000 1073741824 1073778376 140737476508112 18446744073709551615 218917546905 0 4 0 16800975 18446604453913051520 0 0 -1 0 0 0 0
[pid=760/tid=768] ppid=758 vsize=15744092 CPUtime=0.01 cores=0,2,4,6
/proc/760/task/768/stat : 768 (java) S 758 760 32444 0 -1 4202560 2696 0 0 0 1 0 0 0 16 0 18 0 519122017 16121950208 283159 33554432000 1073741824 1073778376 140737476508112 18446744073709551615 218917546905 0 4 0 16800975 18446604453913051520 0 0 -1 2 0 0 0
[pid=760/tid=769] ppid=758 vsize=15744092 CPUtime=0.02 cores=0,2,4,6
/proc/760/task/769/stat : 769 (java) S 758 760 32444 0 -1 4202560 1028 0 0 0 2 0 0 0 16 0 18 0 519122017 16121950208 283159 33554432000 1073741824 1073778376 140737476508112 18446744073709551615 218917546905 0 4 0 16800975 18446604453913051520 0 0 -1 0 0 0 0
[pid=760/tid=770] ppid=758 vsize=15744092 CPUtime=0.01 cores=0,2,4,6
/proc/760/task/770/stat : 770 (java) S 758 760 32444 0 -1 4202560 1 0 0 0 1 0 0 0 16 0 18 0 519122017 16121950208 283159 33554432000 1073741824 1073778376 140737476508112 18446744073709551615 218917546905 0 4 0 16800975 18446604453913051520 0 0 -1 6 0 0 0
[pid=760/tid=771] ppid=758 vsize=15744092 CPUtime=0.02 cores=0,2,4,6
/proc/760/task/771/stat : 771 (java) S 758 760 32444 0 -1 4202560 12838 0 0 0 1 1 0 0 16 0 18 0 519122017 16121950208 283159 33554432000 1073741824 1073778376 140737476508112 18446744073709551615 218917546905 0 4 0 16800975 18446604453913051520 0 0 -1 4 0 0 0
[pid=760/tid=774] ppid=758 vsize=15744092 CPUtime=0 cores=0,2,4,6
/proc/760/task/774/stat : 774 (java) S 758 760 32444 0 -1 4202560 706 0 0 0 0 0 0 0 15 0 18 0 519122018 16121950208 283159 33554432000 1073741824 1073778376 140737476508112 18446744073709551615 218917547520 0 0 0 16800975 18446604453913051520 0 0 -1 6 0 0 0
[pid=760/tid=775] ppid=758 vsize=15744092 CPUtime=0 cores=0,2,4,6
/proc/760/task/775/stat : 775 (java) S 758 760 32444 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 18 0 519122019 16121950208 283159 33554432000 1073741824 1073778376 140737476508112 18446744073709551615 218917546905 0 4 0 16800975 18446604453913051520 0 0 -1 0 0 0 0
[pid=760/tid=776] ppid=758 vsize=15744092 CPUtime=0 cores=0,2,4,6
/proc/760/task/776/stat : 776 (java) S 758 760 32444 0 -1 4202560 8 0 0 0 0 0 0 0 21 0 18 0 519122019 16121950208 283159 33554432000 1073741824 1073778376 140737476508112 18446744073709551615 218917546905 0 4 0 16800975 18446604453913051520 0 0 -1 0 0 0 0
[pid=760/tid=782] ppid=758 vsize=15744092 CPUtime=0 cores=0,2,4,6
/proc/760/task/782/stat : 782 (java) S 758 760 32444 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 519122021 16121950208 283159 33554432000 1073741824 1073778376 140737476508112 18446744073709551615 218917554609 0 4 0 16800975 18446604453913051520 0 0 -1 4 0 0 0
[pid=760/tid=783] ppid=758 vsize=15744092 CPUtime=0.13 cores=0,2,4,6
/proc/760/task/783/stat : 783 (java) S 758 760 32444 0 -1 4202560 1217 0 0 0 13 0 0 0 16 0 18 0 519122021 16121950208 283159 33554432000 1073741824 1073778376 140737476508112 18446744073709551615 218917546905 0 4 0 16800975 18446604453913051520 0 0 -1 2 0 0 0
[pid=760/tid=784] ppid=758 vsize=15744092 CPUtime=0.13 cores=0,2,4,6
/proc/760/task/784/stat : 784 (java) S 758 760 32444 0 -1 4202560 2679 0 0 0 13 0 0 0 15 0 18 0 519122021 16121950208 283159 33554432000 1073741824 1073778376 140737476508112 18446744073709551615 218917546905 0 4 0 16800975 18446604453913051520 0 0 -1 6 0 0 0
[pid=760/tid=785] ppid=758 vsize=15744092 CPUtime=0 cores=0,2,4,6
/proc/760/task/785/stat : 785 (java) S 758 760 32444 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 519122021 16121950208 283159 33554432000 1073741824 1073778376 140737476508112 18446744073709551615 218917546905 0 4 0 16800975 18446604453913051520 0 0 -1 4 0 0 0
[pid=760/tid=786] ppid=758 vsize=15744092 CPUtime=0 cores=0,2,4,6
/proc/760/task/786/stat : 786 (java) S 758 760 32444 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 519122021 16121950208 283159 33554432000 1073741824 1073778376 140737476508112 18446744073709551615 218917547520 0 4 0 16800975 18446604453913051520 0 0 -1 0 0 0 0

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

[pid=760/tid=774] ppid=758 vsize=15772292 CPUtime=14.18 cores=0,2,4,6
/proc/760/task/774/stat : 774 (java) S 758 760 32444 0 -1 4202560 384776 0 0 0 1368 50 0 0 15 0 22 0 519122018 16150827008 3067599 33554432000 1073741824 1073778376 140737476508112 18446744073709551615 218917547520 0 0 0 16800975 18446604453913051520 0 0 -1 2 0 0 0
[pid=760/tid=775] ppid=758 vsize=15772292 CPUtime=0 cores=0,2,4,6
/proc/760/task/775/stat : 775 (java) S 758 760 32444 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 519122019 16150827008 3067599 33554432000 1073741824 1073778376 140737476508112 18446744073709551615 218917546905 0 4 0 16800975 18446604453913051520 0 0 -1 4 0 0 0
[pid=760/tid=776] ppid=758 vsize=15772292 CPUtime=0 cores=0,2,4,6
/proc/760/task/776/stat : 776 (java) S 758 760 32444 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 519122019 16150827008 3067599 33554432000 1073741824 1073778376 140737476508112 18446744073709551615 218917546905 0 4 0 16800975 18446604453913051520 0 0 -1 6 0 0 0
[pid=760/tid=782] ppid=758 vsize=15772292 CPUtime=0 cores=0,2,4,6
/proc/760/task/782/stat : 782 (java) S 758 760 32444 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 519122021 16150827008 3067599 33554432000 1073741824 1073778376 140737476508112 18446744073709551615 218917554609 0 4 0 16800975 18446604453913051520 0 0 -1 4 0 0 0
[pid=760/tid=783] ppid=758 vsize=15772292 CPUtime=2.76 cores=0,2,4,6
/proc/760/task/783/stat : 783 (java) S 758 760 32444 0 -1 4202560 20269 0 0 0 274 2 0 0 15 0 22 0 519122021 16150827008 3067599 33554432000 1073741824 1073778376 140737476508112 18446744073709551615 218917546905 0 4 0 16800975 18446604453913051520 0 0 -1 6 0 0 0
[pid=760/tid=784] ppid=758 vsize=15772292 CPUtime=0.91 cores=0,2,4,6
/proc/760/task/784/stat : 784 (java) S 758 760 32444 0 -1 4202560 3255 0 0 0 91 0 0 0 16 0 22 0 519122021 16150827008 3067599 33554432000 1073741824 1073778376 140737476508112 18446744073709551615 218917546905 0 4 0 16800975 18446604453913051520 0 0 -1 4 0 0 0
[pid=760/tid=785] ppid=758 vsize=15772292 CPUtime=0 cores=0,2,4,6
/proc/760/task/785/stat : 785 (java) S 758 760 32444 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 519122021 16150827008 3067599 33554432000 1073741824 1073778376 140737476508112 18446744073709551615 218917546905 0 4 0 16800975 18446604453913051520 0 0 -1 4 0 0 0
[pid=760/tid=786] ppid=758 vsize=15772292 CPUtime=0 cores=0,2,4,6
/proc/760/task/786/stat : 786 (java) S 758 760 32444 0 -1 4202560 70 0 0 0 0 0 0 0 15 0 22 0 519122021 16150827008 3067599 33554432000 1073741824 1073778376 140737476508112 18446744073709551615 218917547520 0 4 0 16800975 18446604453913051520 0 0 -1 2 0 0 0
[pid=760/tid=792] ppid=758 vsize=15772292 CPUtime=153.39 cores=0,2,4,6
/proc/760/task/792/stat : 792 (java) R 758 760 32444 0 -1 4202560 28 0 0 0 15338 1 0 0 25 0 22 0 519126659 16150827008 3067599 33554432000 1073741824 1073778376 140737476508112 18446744073709551615 46912506316809 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=760/tid=793] ppid=758 vsize=15772292 CPUtime=125.53 cores=0,2,4,6
/proc/760/task/793/stat : 793 (java) R 758 760 32444 0 -1 4202560 33 0 0 0 12553 0 0 0 25 0 22 0 519126659 16150827008 3067599 33554432000 1073741824 1073778376 140737476508112 18446744073709551615 46912506316138 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=760/tid=794] ppid=758 vsize=15772292 CPUtime=169.95 cores=0,2,4,6
/proc/760/task/794/stat : 794 (java) R 758 760 32444 0 -1 4202560 4047 0 0 0 16995 0 0 0 25 0 22 0 519126659 16150827008 3067599 33554432000 1073741824 1073778376 140737476508112 18446744073709551615 46912505810266 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=760/tid=795] ppid=758 vsize=15772292 CPUtime=138.81 cores=0,2,4,6
/proc/760/task/795/stat : 795 (java) R 758 760 32444 0 -1 4202560 34 0 0 0 13881 0 0 0 25 0 22 0 519126659 16150827008 3067599 33554432000 1073741824 1073778376 140737476508112 18446744073709551615 46912506392358 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1548.59
Current children cumulated vsize (KiB) 15772292

[startup+1242.3 s]
/proc/loadavg: 7.56 4.86 4.40 9/220 827
/proc/meminfo: memFree=1370856/32951124 swapFree=67111356/67111528
[pid=760] ppid=758 vsize=15772292 CPUtime=1775.23 cores=0,2,4,6
/proc/760/stat : 760 (java) S 758 760 32444 0 -1 4202496 3425632 0 1 0 176934 589 0 0 20 0 22 0 519122016 16150827008 3146880 33554432000 1073741824 1073778376 140737476508112 18446744073709551615 218917533669 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/760/statm: 3943073 3146880 2296 9 0 3933792 0
[pid=760/tid=761] ppid=758 vsize=15772292 CPUtime=912.39 cores=0,2,4,6
/proc/760/task/761/stat : 761 (java) S 758 760 32444 0 -1 4202560 622207 0 1 0 91145 94 0 0 25 0 22 0 519122017 16150827008 3146880 33554432000 1073741824 1073778376 140737476508112 18446744073709551615 218917546905 0 4 0 16800975 18446604453913051520 0 0 -1 0 0 0 0
[pid=760/tid=764] ppid=758 vsize=15772292 CPUtime=4.76 cores=0,2,4,6
/proc/760/task/764/stat : 764 (java) S 758 760 32444 0 -1 4202560 290535 0 0 0 423 53 0 0 16 0 22 0 519122017 16150827008 3146880 33554432000 1073741824 1073778376 140737476508112 18446744073709551615 218917546905 0 4 0 16800975 18446604453913051520 0 0 -1 6 0 0 0
[pid=760/tid=765] ppid=758 vsize=15772292 CPUtime=5.4 cores=0,2,4,6
/proc/760/task/765/stat : 765 (java) S 758 760 32444 0 -1 4202560 232427 0 0 0 494 46 0 0 16 0 22 0 519122017 16150827008 3146880 33554432000 1073741824 1073778376 140737476508112 18446744073709551615 218917546905 0 4 0 16800975 18446604453913051520 0 0 -1 0 0 0 0
[pid=760/tid=766] ppid=758 vsize=15772292 CPUtime=5.46 cores=0,2,4,6
/proc/760/task/766/stat : 766 (java) S 758 760 32444 0 -1 4202560 395341 0 0 0 472 74 0 0 16 0 22 0 519122017 16150827008 3146880 33554432000 1073741824 1073778376 140737476508112 18446744073709551615 218917546905 0 4 0 16800975 18446604453913051520 0 0 -1 4 0 0 0
[pid=760/tid=767] ppid=758 vsize=15772292 CPUtime=5.09 cores=0,2,4,6
/proc/760/task/767/stat : 767 (java) S 758 760 32444 0 -1 4202560 407432 0 0 0 439 70 0 0 16 0 22 0 519122017 16150827008 3146880 33554432000 1073741824 1073778376 140737476508112 18446744073709551615 218917546905 0 4 0 16800975 18446604453913051520 0 0 -1 0 0 0 0
[pid=760/tid=768] ppid=758 vsize=15772292 CPUtime=4.92 cores=0,2,4,6
/proc/760/task/768/stat : 768 (java) S 758 760 32444 0 -1 4202560 320494 0 0 0 428 64 0 0 16 0 22 0 519122017 16150827008 3146880 33554432000 1073741824 1073778376 140737476508112 18446744073709551615 218917546905 0 4 0 16800975 18446604453913051520 0 0 -1 4 0 0 0
[pid=760/tid=769] ppid=758 vsize=15772292 CPUtime=4.68 cores=0,2,4,6
/proc/760/task/769/stat : 769 (java) S 758 760 32444 0 -1 4202560 249917 0 0 0 423 45 0 0 16 0 22 0 519122017 16150827008 3146880 33554432000 1073741824 1073778376 140737476508112 18446744073709551615 218917546905 0 4 0 16800975 18446604453913051520 0 0 -1 0 0 0 0
[pid=760/tid=770] ppid=758 vsize=15772292 CPUtime=4.44 cores=0,2,4,6
/proc/760/task/770/stat : 770 (java) S 758 760 32444 0 -1 4202560 167914 0 0 0 419 25 0 0 16 0 22 0 519122017 16150827008 3146880 33554432000 1073741824 1073778376 140737476508112 18446744073709551615 218917546905 0 4 0 16800975 18446604453913051520 0 0 -1 0 0 0 0
[pid=760/tid=771] ppid=758 vsize=15772292 CPUtime=5.11 cores=0,2,4,6
/proc/760/task/771/stat : 771 (java) S 758 760 32444 0 -1 4202560 324359 0 0 0 453 58 0 0 16 0 22 0 519122017 16150827008 3146880 33554432000 1073741824 1073778376 140737476508112 18446744073709551615 218917546905 0 4 0 16800975 18446604453913051520 0 0 -1 6 0 0 0
[pid=760/tid=774] ppid=758 vsize=15772292 CPUtime=18.53 cores=0,2,4,6
/proc/760/task/774/stat : 774 (java) S 758 760 32444 0 -1 4202560 385878 0 0 0 1802 51 0 0 18 0 22 0 519122018 16150827008 3146880 33554432000 1073741824 1073778376 140737476508112 18446744073709551615 218917547520 0 0 0 16800975 18446604453913051520 0 0 -1 2 0 0 0
[pid=760/tid=775] ppid=758 vsize=15772292 CPUtime=0 cores=0,2,4,6
/proc/760/task/775/stat : 775 (java) S 758 760 32444 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 519122019 16150827008 3146880 33554432000 1073741824 1073778376 140737476508112 18446744073709551615 218917546905 0 4 0 16800975 18446604453913051520 0 0 -1 4 0 0 0
[pid=760/tid=776] ppid=758 vsize=15772292 CPUtime=0 cores=0,2,4,6
/proc/760/task/776/stat : 776 (java) S 758 760 32444 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 519122019 16150827008 3146880 33554432000 1073741824 1073778376 140737476508112 18446744073709551615 218917546905 0 4 0 16800975 18446604453913051520 0 0 -1 6 0 0 0
[pid=760/tid=782] ppid=758 vsize=15772292 CPUtime=0 cores=0,2,4,6
/proc/760/task/782/stat : 782 (java) S 758 760 32444 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 519122021 16150827008 3146880 33554432000 1073741824 1073778376 140737476508112 18446744073709551615 218917554609 0 4 0 16800975 18446604453913051520 0 0 -1 4 0 0 0
[pid=760/tid=783] ppid=758 vsize=15772292 CPUtime=2.76 cores=0,2,4,6
/proc/760/task/783/stat : 783 (java) S 758 760 32444 0 -1 4202560 20269 0 0 0 274 2 0 0 15 0 22 0 519122021 16150827008 3146880 33554432000 1073741824 1073778376 140737476508112 18446744073709551615 218917546905 0 4 0 16800975 18446604453913051520 0 0 -1 6 0 0 0
[pid=760/tid=784] ppid=758 vsize=15772292 CPUtime=0.91 cores=0,2,4,6
/proc/760/task/784/stat : 784 (java) S 758 760 32444 0 -1 4202560 3255 0 0 0 91 0 0 0 16 0 22 0 519122021 16150827008 3146880 33554432000 1073741824 1073778376 140737476508112 18446744073709551615 218917546905 0 4 0 16800975 18446604453913051520 0 0 -1 4 0 0 0
[pid=760/tid=785] ppid=758 vsize=15772292 CPUtime=0 cores=0,2,4,6
/proc/760/task/785/stat : 785 (java) S 758 760 32444 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 519122021 16150827008 3146880 33554432000 1073741824 1073778376 140737476508112 18446744073709551615 218917546905 0 4 0 16800975 18446604453913051520 0 0 -1 4 0 0 0
[pid=760/tid=786] ppid=758 vsize=15772292 CPUtime=0 cores=0,2,4,6
/proc/760/task/786/stat : 786 (java) S 758 760 32444 0 -1 4202560 72 0 0 0 0 0 0 0 15 0 22 0 519122021 16150827008 3146880 33554432000 1073741824 1073778376 140737476508112 18446744073709551615 218917547520 0 4 0 16800975 18446604453913051520 0 0 -1 0 0 0 0
[pid=760/tid=792] ppid=758 vsize=15772292 CPUtime=206.7 cores=0,2,4,6
/proc/760/task/792/stat : 792 (java) R 758 760 32444 0 -1 4202560 29 0 0 0 20669 1 0 0 25 0 22 0 519126659 16150827008 3146880 33554432000 1073741824 1073778376 140737476508112 18446744073709551615 46912505810248 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=760/tid=793] ppid=758 vsize=15772292 CPUtime=178.55 cores=0,2,4,6
/proc/760/task/793/stat : 793 (java) R 758 760 32444 0 -1 4202560 35 0 0 0 17855 0 0 0 25 0 22 0 519126659 16150827008 3146880 33554432000 1073741824 1073778376 140737476508112 18446744073709551615 46912505583664 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=760/tid=794] ppid=758 vsize=15772292 CPUtime=223.26 cores=0,2,4,6
/proc/760/task/794/stat : 794 (java) R 758 760 32444 0 -1 4202560 4050 0 0 0 22326 0 0 0 25 0 22 0 519126659 16150827008 3146880 33554432000 1073741824 1073778376 140737476508112 18446744073709551615 46912506316866 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=760/tid=795] ppid=758 vsize=15772292 CPUtime=192.11 cores=0,2,4,6
/proc/760/task/795/stat : 795 (java) R 758 760 32444 0 -1 4202560 35 0 0 0 19211 0 0 0 25 0 22 0 519126659 16150827008 3146880 33554432000 1073741824 1073778376 140737476508112 18446744073709551615 46912506392281 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1775.23
Current children cumulated vsize (KiB) 15772292



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 7.97 5.49 4.64 6/201 831
/proc/meminfo: memFree=748300/32951124 swapFree=67111356/67111528
[pid=760] ppid=758 vsize=15772292 CPUtime=1998.86 cores=0,2,4,6
/proc/760/stat : 760 (java) S 758 760 32444 0 -1 4202496 3610750 0 1 0 199260 626 0 0 20 0 22 0 519122016 16150827008 3330767 33554432000 1073741824 1073778376 140737476508112 18446744073709551615 218917533669 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/760/statm: 3943073 3330767 2296 9 0 3933792 0
[pid=760/tid=761] ppid=758 vsize=15772292 CPUtime=912.39 cores=0,2,4,6
/proc/760/task/761/stat : 761 (java) S 758 760 32444 0 -1 4202560 622207 0 1 0 91145 94 0 0 25 0 22 0 519122017 16150827008 3330767 33554432000 1073741824 1073778376 140737476508112 18446744073709551615 218917546905 0 4 0 16800975 18446604453913051520 0 0 -1 0 0 0 0
[pid=760/tid=764] ppid=758 vsize=15772292 CPUtime=5.68 cores=0,2,4,6
/proc/760/task/764/stat : 764 (java) S 758 760 32444 0 -1 4202560 302502 0 0 0 512 56 0 0 16 0 22 0 519122017 16150827008 3330767 33554432000 1073741824 1073778376 140737476508112 18446744073709551615 218917546905 0 4 0 16800975 18446604453913051520 0 0 -1 4 0 0 0
[pid=760/tid=765] ppid=758 vsize=15772292 CPUtime=6.18 cores=0,2,4,6
/proc/760/task/765/stat : 765 (java) S 758 760 32444 0 -1 4202560 240827 0 0 0 569 49 0 0 16 0 22 0 519122017 16150827008 3330767 33554432000 1073741824 1073778376 140737476508112 18446744073709551615 218917546905 0 4 0 16800975 18446604453913051520 0 0 -1 2 0 0 0
[pid=760/tid=766] ppid=758 vsize=15772292 CPUtime=5.97 cores=0,2,4,6
/proc/760/task/766/stat : 766 (java) S 758 760 32444 0 -1 4202560 404560 0 0 0 521 76 0 0 16 0 22 0 519122017 16150827008 3330767 33554432000 1073741824 1073778376 140737476508112 18446744073709551615 218917546905 0 4 0 16800975 18446604453913051520 0 0 -1 2 0 0 0
[pid=760/tid=767] ppid=758 vsize=15772292 CPUtime=5.56 cores=0,2,4,6
/proc/760/task/767/stat : 767 (java) S 758 760 32444 0 -1 4202560 410344 0 0 0 485 71 0 0 15 0 22 0 519122017 16150827008 3330767 33554432000 1073741824 1073778376 140737476508112 18446744073709551615 218917546905 0 4 0 16800975 18446604453913051520 0 0 -1 0 0 0 0
[pid=760/tid=768] ppid=758 vsize=15772292 CPUtime=5.83 cores=0,2,4,6
/proc/760/task/768/stat : 768 (java) S 758 760 32444 0 -1 4202560 367622 0 0 0 511 72 0 0 16 0 22 0 519122017 16150827008 3330767 33554432000 1073741824 1073778376 140737476508112 18446744073709551615 218917546905 0 4 0 16800975 18446604453913051520 0 0 -1 6 0 0 0
[pid=760/tid=769] ppid=758 vsize=15772292 CPUtime=5.19 cores=0,2,4,6
/proc/760/task/769/stat : 769 (java) S 758 760 32444 0 -1 4202560 329656 0 0 0 459 60 0 0 16 0 22 0 519122017 16150827008 3330767 33554432000 1073741824 1073778376 140737476508112 18446744073709551615 218917546905 0 4 0 16800975 18446604453913051520 0 0 -1 4 0 0 0
[pid=760/tid=770] ppid=758 vsize=15772292 CPUtime=4.9 cores=0,2,4,6
/proc/760/task/770/stat : 770 (java) S 758 760 32444 0 -1 4202560 172150 0 0 0 464 26 0 0 16 0 22 0 519122017 16150827008 3330767 33554432000 1073741824 1073778376 140737476508112 18446744073709551615 218917546905 0 4 0 16800975 18446604453913051520 0 0 -1 4 0 0 0
[pid=760/tid=771] ppid=758 vsize=15772292 CPUtime=5.54 cores=0,2,4,6
/proc/760/task/771/stat : 771 (java) S 758 760 32444 0 -1 4202560 344974 0 0 0 492 62 0 0 16 0 22 0 519122017 16150827008 3330767 33554432000 1073741824 1073778376 140737476508112 18446744073709551615 218917546905 0 4 0 16800975 18446604453913051520 0 0 -1 0 0 0 0
[pid=760/tid=774] ppid=758 vsize=15772292 CPUtime=20.81 cores=0,2,4,6
/proc/760/task/774/stat : 774 (java) S 758 760 32444 0 -1 4202560 386772 0 0 0 2030 51 0 0 15 0 22 0 519122018 16150827008 3330767 33554432000 1073741824 1073778376 140737476508112 18446744073709551615 218917547520 0 0 0 16800975 18446604453913051520 0 0 -1 2 0 0 0
[pid=760/tid=775] ppid=758 vsize=15772292 CPUtime=0 cores=0,2,4,6
/proc/760/task/775/stat : 775 (java) S 758 760 32444 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 519122019 16150827008 3330767 33554432000 1073741824 1073778376 140737476508112 18446744073709551615 218917546905 0 4 0 16800975 18446604453913051520 0 0 -1 4 0 0 0
[pid=760/tid=776] ppid=758 vsize=15772292 CPUtime=0 cores=0,2,4,6
/proc/760/task/776/stat : 776 (java) S 758 760 32444 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 519122019 16150827008 3330767 33554432000 1073741824 1073778376 140737476508112 18446744073709551615 218917546905 0 4 0 16800975 18446604453913051520 0 0 -1 6 0 0 0
[pid=760/tid=782] ppid=758 vsize=15772292 CPUtime=0 cores=0,2,4,6
/proc/760/task/782/stat : 782 (java) S 758 760 32444 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 519122021 16150827008 3330767 33554432000 1073741824 1073778376 140737476508112 18446744073709551615 218917554609 0 4 0 16800975 18446604453913051520 0 0 -1 4 0 0 0
[pid=760/tid=783] ppid=758 vsize=15772292 CPUtime=2.76 cores=0,2,4,6
/proc/760/task/783/stat : 783 (java) S 758 760 32444 0 -1 4202560 20269 0 0 0 274 2 0 0 15 0 22 0 519122021 16150827008 3330767 33554432000 1073741824 1073778376 140737476508112 18446744073709551615 218917546905 0 4 0 16800975 18446604453913051520 0 0 -1 6 0 0 0
[pid=760/tid=784] ppid=758 vsize=15772292 CPUtime=0.91 cores=0,2,4,6
/proc/760/task/784/stat : 784 (java) S 758 760 32444 0 -1 4202560 3255 0 0 0 91 0 0 0 16 0 22 0 519122021 16150827008 3330767 33554432000 1073741824 1073778376 140737476508112 18446744073709551615 218917546905 0 4 0 16800975 18446604453913051520 0 0 -1 4 0 0 0
[pid=760/tid=785] ppid=758 vsize=15772292 CPUtime=0 cores=0,2,4,6
/proc/760/task/785/stat : 785 (java) S 758 760 32444 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 519122021 16150827008 3330767 33554432000 1073741824 1073778376 140737476508112 18446744073709551615 218917546905 0 4 0 16800975 18446604453913051520 0 0 -1 4 0 0 0
[pid=760/tid=786] ppid=758 vsize=15772292 CPUtime=0 cores=0,2,4,6
/proc/760/task/786/stat : 786 (java) S 758 760 32444 0 -1 4202560 76 0 0 0 0 0 0 0 15 0 22 0 519122021 16150827008 3330767 33554432000 1073741824 1073778376 140737476508112 18446744073709551615 218917547520 0 4 0 16800975 18446604453913051520 0 0 -1 2 0 0 0
[pid=760/tid=792] ppid=758 vsize=15772292 CPUtime=260.88 cores=0,2,4,6
/proc/760/task/792/stat : 792 (java) R 758 760 32444 0 -1 4202560 31 0 0 0 26087 1 0 0 25 0 22 0 519126659 16150827008 3330767 33554432000 1073741824 1073778376 140737476508112 18446744073709551615 46912505583733 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=760/tid=793] ppid=758 vsize=15772292 CPUtime=232.41 cores=0,2,4,6
/proc/760/task/793/stat : 793 (java) R 758 760 32444 0 -1 4202560 36 0 0 0 23241 0 0 0 25 0 22 0 519126659 16150827008 3330767 33554432000 1073741824 1073778376 140737476508112 18446744073709551615 46912506316843 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=760/tid=794] ppid=758 vsize=15772292 CPUtime=277.44 cores=0,2,4,6
/proc/760/task/794/stat : 794 (java) R 758 760 32444 0 -1 4202560 4051 0 0 0 27744 0 0 0 25 0 22 0 519126659 16150827008 3330767 33554432000 1073741824 1073778376 140737476508112 18446744073709551615 46912506552873 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=760/tid=795] ppid=758 vsize=15772292 CPUtime=246.29 cores=0,2,4,6
/proc/760/task/795/stat : 795 (java) R 758 760 32444 0 -1 4202560 35 0 0 0 24629 0 0 0 25 0 22 0 519126659 16150827008 3330767 33554432000 1073741824 1073778376 140737476508112 18446744073709551615 46912505842642 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1998.86
Current children cumulated vsize (KiB) 15772292

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

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

[startup+1300.2 s]
/proc/loadavg: 7.97 5.49 4.64 6/201 831
/proc/meminfo: memFree=748300/32951124 swapFree=67111356/67111528
[pid=760] ppid=758 vsize=0 CPUtime=1999.08 cores=0,2,4,6
/proc/760/stat : 760 (java) Z 758 760 32444 0 -1 4203548 3610777 0 1 0 199264 644 0 0 17 0 2 0 519122016 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/760/statm: 0 0 0 0 0 0 0
[pid=760/tid=794] ppid=758 vsize=0 CPUtime=277.63 cores=0,2,4,6
/proc/760/task/794/stat : 794 (java) R 758 760 32444 0 -1 4203588 4051 0 0 0 27744 19 0 0 25 0 2 0 519126659 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1999.08
Current children cumulated vsize (KiB) 0

[startup+1300.4 s]
/proc/loadavg: 7.97 5.49 4.64 6/201 831
/proc/meminfo: memFree=748300/32951124 swapFree=67111356/67111528
[pid=760] ppid=758 vsize=0 CPUtime=1999.28 cores=0,2,4,6
/proc/760/stat : 760 (java) Z 758 760 32444 0 -1 4203548 3610777 0 1 0 199264 664 0 0 17 0 2 0 519122016 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/760/statm: 0 0 0 0 0 0 0
[pid=760/tid=794] ppid=758 vsize=0 CPUtime=277.83 cores=0,2,4,6
/proc/760/task/794/stat : 794 (java) R 758 760 32444 0 -1 4203588 4051 0 0 0 27744 39 0 0 25 0 2 0 519126659 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1999.28
Current children cumulated vsize (KiB) 0

[startup+1300.5 s]
/proc/loadavg: 7.97 5.49 4.64 6/201 831
/proc/meminfo: memFree=748300/32951124 swapFree=67111356/67111528
[pid=760] ppid=758 vsize=0 CPUtime=1999.38 cores=0,2,4,6
/proc/760/stat : 760 (java) Z 758 760 32444 0 -1 4203548 3610777 0 1 0 199264 674 0 0 17 0 2 0 519122016 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/760/statm: 0 0 0 0 0 0 0
[pid=760/tid=794] ppid=758 vsize=0 CPUtime=277.93 cores=0,2,4,6
/proc/760/task/794/stat : 794 (java) R 758 760 32444 0 -1 4203588 4051 0 0 0 27744 49 0 0 25 0 2 0 519126659 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1999.38
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1300.56
CPU time (s): 1999.45
CPU user time (s): 1992.64
CPU system time (s): 6.80696
CPU usage (%): 153.737
Max. virtual memory (cumulated for all children) (KiB): 15784504

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1992.64
system time used= 6.80696
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3610777
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= 113438
involuntary context switches= 46249

runsolver used 2.32165 second user time and 4.79227 second system time

The end

Launcher Data

Begin job on node137 at 2011-04-29 13:07:23
IDJOB=3312130
IDBENCH=20582
IDSOLVER=1698
FILE ID=node137/3312130-1304075234
RUNJOBID= node137-1304075233-730
PBS_JOBID= 13170471
Free space on /tmp= 71016 MiB

SOLVER NAME= STRUCTure 0.1 (hbr=2)
BENCH NAME= SAT07/industrial/vliw_sat_4.0/9vliw_m_9stages_iq3_C1_bug5.cnf
COMMAND LINE= run 15000 NBCORE TMPDIR DIR BENCHNAME -hbr 2
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3312130-1304075234/watcher-3312130-1304075234 -o /tmp/evaluation-result-3312130-1304075234/solver-3312130-1304075234 -C 4800 -W 1300 -M 15500  run 15000 4 HOME HOME HOME/instance-3312130-1304075234.cnf -hbr 2

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

MD5SUM BENCH= c77a56af24208a6401c763e11a38de01
RANDOM SEED=724626852

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

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.844
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.844
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.83
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.844
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:      27074808 kB
Buffers:        907700 kB
Cached:        4419768 kB
SwapCached:         56 kB
Active:         924544 kB
Inactive:      4469792 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      27074808 kB
SwapTotal:    67111528 kB
SwapFree:     67111356 kB
Dirty:          618172 kB
Writeback:           0 kB
AnonPages:       66396 kB
Mapped:          17924 kB
Slab:           418196 kB
PageTables:       4464 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   762528 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= 71016 MiB
End job on node137 at 2011-04-29 13:29:05