Trace number 3311317

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) 4801 1236.2

General information on the benchmark

Namerandom/large/
unif-k3-r4.2-v25000-c105000-S919014656-003-UNKNOWN.cnf
MD5SUMcb40e65d82022f377e00087cafdb55b2
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark19.0021
Satisfiable
(Un)Satisfiability was proved
Number of variables25000
Number of clauses105000
Sum of the clauses size315000
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 3105000
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.11/0.11	34:55 INFO : Reading from input HOME/instance-3311317-1304120095.cnf
0.93/0.72	Executor set job limit to 1000000
0.93/0.72	Executor set job limit to 1000000
0.93/0.72	Executor set job limit to 1000000
0.93/0.72	Executor set job limit to 1000000
0.93/0.72	Starting Executor!
0.93/0.72	Starting Executor!
0.93/0.72	Starting Executor!
0.93/0.72	Starting Executor!
3.67/2.06	34:57 INFO : 24913 variables remaining out of 25000
3.67/2.06	34:57 INFO : 417836 literals remaining out of 420000

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-3311317-1304120095/watcher-3311317-1304120095 -o /tmp/evaluation-result-3311317-1304120095/solver-3311317-1304120095 -C 4800 -W 1300 -M 15500 run 15000 4 HOME HOME HOME/instance-3311317-1304120095.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: 6.06 7.61 7.45 2/194 882
/proc/meminfo: memFree=30913952/32951124 swapFree=67111364/67111528
[pid=882] ppid=880 vsize=9100 CPUtime=0 cores=0,2,4,6
/proc/882/stat : 882 (java) S 880 882 811 0 -1 4202496 665 0 0 0 0 0 0 0 25 0 1 0 523607481 9318400 155 33554432000 1073741824 1073778376 140735336000672 18446744073709551615 228239425159 0 2147483391 4096 0 18446744071699199166 0 0 17 2 0 0 0
/proc/882/statm: 2275 155 126 9 0 67 0
[pid=882/tid=883] ppid=880 vsize=30580 CPUtime=0 cores=0,2,4,6
/proc/882/task/883/stat : 883 (java) R 880 882 811 0 -1 4202560 89 0 0 0 0 0 0 0 25 0 2 0 523607482 31313920 915 33554432000 1073741824 1073778376 140735336000672 18446744073709551615 228239425639 0 0 4096 0 0 0 0 -1 2 0 0 0

[startup+0.0952831 s]
/proc/loadavg: 6.06 7.61 7.45 2/194 882
/proc/meminfo: memFree=30913952/32951124 swapFree=67111364/67111528
[pid=882] ppid=880 vsize=15676944 CPUtime=0.1 cores=0,2,4,6
/proc/882/stat : 882 (java) S 880 882 811 0 -1 4202496 5525 0 1 0 9 1 0 0 25 0 18 0 523607481 16053190656 4962 33554432000 1073741824 1073778376 140735336000672 18446744073709551615 228256151525 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/882/statm: 3919236 4962 2117 9 0 3909955 0
[pid=882/tid=883] ppid=880 vsize=15676944 CPUtime=0.08 cores=0,2,4,6
/proc/882/task/883/stat : 883 (java) R 880 882 811 0 -1 4202560 3402 0 1 0 8 0 0 0 18 0 18 0 523607482 16053190656 4962 33554432000 1073741824 1073778376 140735336000672 18446744073709551615 228244344677 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) 15676944

[startup+0.104269 s]
/proc/loadavg: 6.06 7.61 7.45 2/194 882
/proc/meminfo: memFree=30913952/32951124 swapFree=67111364/67111528
[pid=882] ppid=880 vsize=15676944 CPUtime=0.11 cores=0,2,4,6
/proc/882/stat : 882 (java) S 880 882 811 0 -1 4202496 5637 0 1 0 10 1 0 0 25 0 18 0 523607481 16053190656 5074 33554432000 1073741824 1073778376 140735336000672 18446744073709551615 228256151525 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/882/statm: 3919236 5075 2118 9 0 3909955 0
[pid=882/tid=883] ppid=880 vsize=15676944 CPUtime=0.08 cores=0,2,4,6
/proc/882/task/883/stat : 883 (java) R 880 882 811 0 -1 4202560 3516 0 1 0 8 0 0 0 18 0 18 0 523607482 16053190656 5076 33554432000 1073741824 1073778376 140735336000672 18446744073709551615 47636840789528 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 15676944

[startup+0.300236 s]
/proc/loadavg: 6.06 7.61 7.45 2/194 882
/proc/meminfo: memFree=30913952/32951124 swapFree=67111364/67111528
[pid=882] ppid=880 vsize=15680028 CPUtime=0.52 cores=0,2,4,6
/proc/882/stat : 882 (java) S 880 882 811 0 -1 4202496 14026 0 1 0 50 2 0 0 25 0 18 0 523607481 16056348672 12531 33554432000 1073741824 1073778376 140735336000672 18446744073709551615 228256151525 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/882/statm: 3920007 12537 2207 9 0 3910726 0
[pid=882/tid=883] ppid=880 vsize=15680028 CPUtime=0.28 cores=0,2,4,6
/proc/882/task/883/stat : 883 (java) R 880 882 811 0 -1 4202560 8984 0 1 0 27 1 0 0 18 0 18 0 523607482 16056348672 12541 33554432000 1073741824 1073778376 140735336000672 18446744073709551615 46912505640497 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 15680028

[startup+0.70114 s]
/proc/loadavg: 6.06 7.61 7.45 2/194 882
/proc/meminfo: memFree=30913952/32951124 swapFree=67111364/67111528
[pid=882] ppid=880 vsize=15680028 CPUtime=0.93 cores=0,2,4,6
/proc/882/stat : 882 (java) S 880 882 811 0 -1 4202496 41755 0 1 0 87 6 0 0 25 0 18 0 523607481 16056348672 40258 33554432000 1073741824 1073778376 140735336000672 18446744073709551615 228256151525 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/882/statm: 3920007 40258 2223 9 0 3910726 0
[pid=882/tid=883] ppid=880 vsize=15680028 CPUtime=0.68 cores=0,2,4,6
/proc/882/task/883/stat : 883 (java) R 880 882 811 0 -1 4202560 35538 0 1 0 63 5 0 0 18 0 18 0 523607482 16056348672 40258 33554432000 1073741824 1073778376 140735336000672 18446744073709551615 46912505547136 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.93
Current children cumulated vsize (KiB) 15680028

[startup+1.501 s]
/proc/loadavg: 6.06 7.61 7.45 12/220 908
/proc/meminfo: memFree=30570452/32951124 swapFree=67111364/67111528
[pid=882] ppid=880 vsize=15718244 CPUtime=2.5 cores=0,2,4,6
/proc/882/stat : 882 (java) S 880 882 811 0 -1 4202496 55764 0 1 0 242 8 0 0 25 0 22 0 523607481 16095481856 48868 33554432000 1073741824 1073778376 140735336000672 18446744073709551615 228256151525 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/882/statm: 3929561 48868 2259 9 0 3920280 0
[pid=882/tid=883] ppid=880 vsize=15718244 CPUtime=1.48 cores=0,2,4,6
/proc/882/task/883/stat : 883 (java) R 880 882 811 0 -1 4202560 35630 0 1 0 143 5 0 0 18 0 22 0 523607482 16095481856 48868 33554432000 1073741824 1073778376 140735336000672 18446744073709551615 46912505728582 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=882/tid=885] ppid=880 vsize=15718244 CPUtime=0 cores=0,2,4,6
/proc/882/task/885/stat : 885 (java) S 880 882 811 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 523607482 16095481856 48868 33554432000 1073741824 1073778376 140735336000672 18446744073709551615 228256164761 0 4 0 16800975 18446604441085673536 0 0 -1 0 0 0 0
[pid=882/tid=886] ppid=880 vsize=15718244 CPUtime=0 cores=0,2,4,6
/proc/882/task/886/stat : 886 (java) S 880 882 811 0 -1 4202560 1 0 0 0 0 0 0 0 16 0 22 0 523607482 16095481856 48868 33554432000 1073741824 1073778376 140735336000672 18446744073709551615 228256164761 0 4 0 16800975 18446604441085673536 0 0 -1 4 0 0 0
[pid=882/tid=887] ppid=880 vsize=15718244 CPUtime=0 cores=0,2,4,6
/proc/882/task/887/stat : 887 (java) S 880 882 811 0 -1 4202560 1 0 0 0 0 0 0 0 16 0 22 0 523607482 16095481856 48868 33554432000 1073741824 1073778376 140735336000672 18446744073709551615 228256164761 0 4 0 16800975 18446604441085673536 0 0 -1 2 0 0 0
[pid=882/tid=888] ppid=880 vsize=15718244 CPUtime=0 cores=0,2,4,6
/proc/882/task/888/stat : 888 (java) S 880 882 811 0 -1 4202560 671 0 0 0 0 0 0 0 16 0 22 0 523607482 16095481856 48868 33554432000 1073741824 1073778376 140735336000672 18446744073709551615 228256164761 0 4 0 16800975 18446604441085673536 0 0 -1 2 0 0 0
[pid=882/tid=889] ppid=880 vsize=15718244 CPUtime=0 cores=0,2,4,6
/proc/882/task/889/stat : 889 (java) S 880 882 811 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 523607482 16095481856 48868 33554432000 1073741824 1073778376 140735336000672 18446744073709551615 228256164761 0 4 0 16800975 18446604441085673536 0 0 -1 2 0 0 0
[pid=882/tid=890] ppid=880 vsize=15718244 CPUtime=0 cores=0,2,4,6
/proc/882/task/890/stat : 890 (java) S 880 882 811 0 -1 4202560 30 0 0 0 0 0 0 0 19 0 22 0 523607482 16095481856 48868 33554432000 1073741824 1073778376 140735336000672 18446744073709551615 228256164761 0 4 0 16800975 18446604441085673536 0 0 -1 4 0 0 0
[pid=882/tid=891] ppid=880 vsize=15718244 CPUtime=0 cores=0,2,4,6
/proc/882/task/891/stat : 891 (java) S 880 882 811 0 -1 4202560 413 0 0 0 0 0 0 0 19 0 22 0 523607482 16095481856 48868 33554432000 1073741824 1073778376 140735336000672 18446744073709551615 228256164761 0 4 0 16800975 18446604441085673536 0 0 -1 0 0 0 0
[pid=882/tid=892] ppid=880 vsize=15718244 CPUtime=0 cores=0,2,4,6
/proc/882/task/892/stat : 892 (java) S 880 882 811 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 22 0 523607482 16095481856 48868 33554432000 1073741824 1073778376 140735336000672 18446744073709551615 228256164761 0 4 0 16800975 18446604441085673536 0 0 -1 2 0 0 0
[pid=882/tid=893] ppid=880 vsize=15718244 CPUtime=0 cores=0,2,4,6
/proc/882/task/893/stat : 893 (java) S 880 882 811 0 -1 4202560 8 0 0 0 0 0 0 0 19 0 22 0 523607483 16095481856 48868 33554432000 1073741824 1073778376 140735336000672 18446744073709551615 228256165376 0 0 0 16800975 18446604441085673536 0 0 -1 4 0 0 0
[pid=882/tid=894] ppid=880 vsize=15718244 CPUtime=0 cores=0,2,4,6
/proc/882/task/894/stat : 894 (java) S 880 882 811 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 22 0 523607484 16095481856 48868 33554432000 1073741824 1073778376 140735336000672 18446744073709551615 228256164761 0 4 0 16800975 18446604441085673536 0 0 -1 4 0 0 0
[pid=882/tid=895] ppid=880 vsize=15718244 CPUtime=0 cores=0,2,4,6
/proc/882/task/895/stat : 895 (java) S 880 882 811 0 -1 4202560 8 0 0 0 0 0 0 0 21 0 22 0 523607484 16095481856 48868 33554432000 1073741824 1073778376 140735336000672 18446744073709551615 228256164761 0 4 0 16800975 18446604441085673536 0 0 -1 4 0 0 0
[pid=882/tid=896] ppid=880 vsize=15718244 CPUtime=0 cores=0,2,4,6
/proc/882/task/896/stat : 896 (java) S 880 882 811 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 523607486 16095481856 48868 33554432000 1073741824 1073778376 140735336000672 18446744073709551615 228256172465 0 4 0 16800975 18446604441085673536 0 0 -1 6 0 0 0
[pid=882/tid=897] ppid=880 vsize=15718244 CPUtime=0.79 cores=0,2,4,6
/proc/882/task/897/stat : 897 (java) R 880 882 811 0 -1 4202560 14985 0 0 0 77 2 0 0 16 0 22 0 523607486 16095481856 48868 33554432000 1073741824 1073778376 140735336000672 18446744073709551615 47636838577596 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=882/tid=898] ppid=880 vsize=15718244 CPUtime=0.2 cores=0,2,4,6
/proc/882/task/898/stat : 898 (java) S 880 882 811 0 -1 4202560 2549 0 0 0 20 0 0 0 15 0 22 0 523607486 16095481856 48868 33554432000 1073741824 1073778376 140735336000672 18446744073709551615 228256164761 0 4 0 16800975 18446604441085673536 0 0 -1 4 0 0 0
[pid=882/tid=899] ppid=880 vsize=15718244 CPUtime=0 cores=0,2,4,6
/proc/882/task/899/stat : 899 (java) S 880 882 811 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 523607486 16095481856 48868 33554432000 1073741824 1073778376 140735336000672 18446744073709551615 228256164761 0 4 0 16800975 18446604441085673536 0 0 -1 6 0 0 0
[pid=882/tid=900] ppid=880 vsize=15718244 CPUtime=0 cores=0,2,4,6
/proc/882/task/900/stat : 900 (java) S 880 882 811 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 523607486 16095481856 48868 33554432000 1073741824 1073778376 140735336000672 18446744073709551615 228256165376 0 4 0 16800975 18446604441085673536 0 0 -1 6 0 0 0
[pid=882/tid=905] ppid=880 vsize=15718244 CPUtime=0 cores=0,2,4,6
/proc/882/task/905/stat : 905 (java) S 880 882 811 0 -1 4202560 18 0 0 0 0 0 0 0 15 0 22 0 523607553 16095481856 48868 33554432000 1073741824 1073778376 140735336000672 18446744073709551615 228256165376 0 4 0 16800975 18446604441085673536 0 0 -1 6 0 0 0
[pid=882/tid=906] ppid=880 vsize=15718244 CPUtime=0 cores=0,2,4,6
/proc/882/task/906/stat : 906 (java) S 880 882 811 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 22 0 523607553 16095481856 48868 33554432000 1073741824 1073778376 140735336000672 18446744073709551615 228256165376 0 4 0 16800975 18446604441085673536 0 0 -1 6 0 0 0
[pid=882/tid=907] ppid=880 vsize=15718244 CPUtime=0 cores=0,2,4,6
/proc/882/task/907/stat : 907 (java) S 880 882 811 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 22 0 523607553 16095481856 48868 33554432000 1073741824 1073778376 140735336000672 18446744073709551615 228256165376 0 4 0 16800975 18446604441085673536 0 0 -1 6 0 0 0
[pid=882/tid=908] ppid=880 vsize=15718244 CPUtime=0 cores=0,2,4,6
/proc/882/task/908/stat : 908 (java) S 880 882 811 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 22 0 523607554 16095481856 48868 33554432000 1073741824 1073778376 140735336000672 18446744073709551615 228256165376 0 4 0 16800975 18446604441085673536 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2.5
Current children cumulated vsize (KiB) 15718244

[startup+3.12991 s]
/proc/loadavg: 6.06 7.61 7.45 9/220 908
/proc/meminfo: memFree=30396356/32951124 swapFree=67111364/67111528
[pid=882] ppid=880 vsize=15715312 CPUtime=6.84 cores=0,2,4,6
/proc/882/stat : 882 (java) S 880 882 811 0 -1 4202496 106798 0 1 0 670 14 0 0 25 0 22 0 523607481 16092479488 93110 33554432000 1073741824 1073778376 140735336000672 18446744073709551615 228256151525 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/882/statm: 3928828 93110 2275 9 0 3919547 0
[pid=882/tid=883] ppid=880 vsize=15715312 CPUtime=2.04 cores=0,2,4,6
/proc/882/task/883/stat : 883 (java) S 880 882 811 0 -1 4202560 35687 0 1 0 199 5 0 0 19 0 22 0 523607482 16092479488 93110 33554432000 1073741824 1073778376 140735336000672 18446744073709551615 228256164761 0 4 0 16800975 18446604441085673536 0 0 -1 0 0 0 0
[pid=882/tid=885] ppid=880 vsize=15715312 CPUtime=0.06 cores=0,2,4,6
/proc/882/task/885/stat : 885 (java) R 880 882 811 0 -1 4202560 8254 0 0 0 5 1 0 0 15 0 22 0 523607482 16092479488 93110 33554432000 1073741824 1073778376 140735336000672 18446744073709551615 228244302135 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=882/tid=886] ppid=880 vsize=15715312 CPUtime=0.04 cores=0,2,4,6
/proc/882/task/886/stat : 886 (java) R 880 882 811 0 -1 4202560 5653 0 0 0 4 0 0 0 15 0 22 0 523607482 16092479488 93110 33554432000 1073741824 1073778376 140735336000672 18446744073709551615 228244302135 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=882/tid=887] ppid=880 vsize=15715312 CPUtime=0.07 cores=0,2,4,6
/proc/882/task/887/stat : 887 (java) S 880 882 811 0 -1 4202560 12236 0 0 0 6 1 0 0 15 0 22 0 523607482 16092479488 93110 33554432000 1073741824 1073778376 140735336000672 18446744073709551615 228256164761 0 4 0 16800975 18446604441085673536 0 0 -1 2 0 0 0
[pid=882/tid=888] ppid=880 vsize=15715312 CPUtime=0.04 cores=0,2,4,6
/proc/882/task/888/stat : 888 (java) R 880 882 811 0 -1 4202560 7852 0 0 0 4 0 0 0 15 0 22 0 523607482 16092479488 93110 33554432000 1073741824 1073778376 140735336000672 18446744073709551615 228244302135 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=882/tid=889] ppid=880 vsize=15715312 CPUtime=0 cores=0,2,4,6
/proc/882/task/889/stat : 889 (java) S 880 882 811 0 -1 4202560 1165 0 0 0 0 0 0 0 15 0 22 0 523607482 16092479488 93110 33554432000 1073741824 1073778376 140735336000672 18446744073709551615 228256164761 0 4 0 16800975 18446604441085673536 0 0 -1 0 0 0 0
[pid=882/tid=890] ppid=880 vsize=15715312 CPUtime=0.03 cores=0,2,4,6
/proc/882/task/890/stat : 890 (java) S 880 882 811 0 -1 4202560 3557 0 0 0 3 0 0 0 15 0 22 0 523607482 16092479488 93110 33554432000 1073741824 1073778376 140735336000672 18446744073709551615 228256164761 0 4 0 16800975 18446604441085673536 0 0 -1 0 0 0 0
[pid=882/tid=891] ppid=880 vsize=15715312 CPUtime=0.05 cores=0,2,4,6
/proc/882/task/891/stat : 891 (java) S 880 882 811 0 -1 4202560 6761 0 0 0 4 1 0 0 15 0 22 0 523607482 16092479488 93110 33554432000 1073741824 1073778376 140735336000672 18446744073709551615 228256164761 0 4 0 16800975 18446604441085673536 0 0 -1 2 0 0 0
[pid=882/tid=892] ppid=880 vsize=15715312 CPUtime=0 cores=0,2,4,6
/proc/882/task/892/stat : 892 (java) S 880 882 811 0 -1 4202560 268 0 0 0 0 0 0 0 15 0 22 0 523607482 16092479488 93110 33554432000 1073741824 1073778376 140735336000672 18446744073709551615 228256164761 0 4 0 16800975 18446604441085673536 0 0 -1 0 0 0 0
[pid=882/tid=893] ppid=880 vsize=15715312 CPUtime=0 cores=0,2,4,6
/proc/882/task/893/stat : 893 (java) S 880 882 811 0 -1 4202560 128 0 0 0 0 0 0 0 16 0 22 0 523607483 16092479488 93110 33554432000 1073741824 1073778376 140735336000672 18446744073709551615 228256164761 0 0 0 16800975 18446604441085673536 0 0 -1 2 0 0 0
[pid=882/tid=894] ppid=880 vsize=15715312 CPUtime=0 cores=0,2,4,6
/proc/882/task/894/stat : 894 (java) S 880 882 811 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 523607484 16092479488 93110 33554432000 1073741824 1073778376 140735336000672 18446744073709551615 228256164761 0 4 0 16800975 18446604441085673536 0 0 -1 0 0 0 0
[pid=882/tid=895] ppid=880 vsize=15715312 CPUtime=0 cores=0,2,4,6
/proc/882/task/895/stat : 895 (java) S 880 882 811 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 523607484 16092479488 93110 33554432000 1073741824 1073778376 140735336000672 18446744073709551615 228256164761 0 4 0 16800975 18446604441085673536 0 0 -1 0 0 0 0
[pid=882/tid=896] ppid=880 vsize=15715312 CPUtime=0 cores=0,2,4,6
/proc/882/task/896/stat : 896 (java) S 880 882 811 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 523607486 16092479488 93110 33554432000 1073741824 1073778376 140735336000672 18446744073709551615 228256172465 0 4 0 16800975 18446604441085673536 0 0 -1 6 0 0 0
[pid=882/tid=897] ppid=880 vsize=15715312 CPUtime=1.3 cores=0,2,4,6
/proc/882/task/897/stat : 897 (java) S 880 882 811 0 -1 4202560 16593 0 0 0 128 2 0 0 15 0 22 0 523607486 16092479488 93110 33554432000 1073741824 1073778376 140735336000672 18446744073709551615 228256164761 0 4 0 16800975 18446604441085673536 0 0 -1 6 0 0 0
[pid=882/tid=898] ppid=880 vsize=15715312 CPUtime=0.84 cores=0,2,4,6
/proc/882/task/898/stat : 898 (java) S 880 882 811 0 -1 4202560 7202 0 0 0 84 0 0 0 15 0 22 0 523607486 16092479488 93110 33554432000 1073741824 1073778376 140735336000672 18446744073709551615 228256164761 0 4 0 16800975 18446604441085673536 0 0 -1 4 0 0 0
[pid=882/tid=899] ppid=880 vsize=15715312 CPUtime=0 cores=0,2,4,6
/proc/882/task/899/stat : 899 (java) S 880 882 811 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 523607486 16092479488 93110 33554432000 1073741824 1073778376 140735336000672 18446744073709551615 228256164761 0 4 0 16800975 18446604441085673536 0 0 -1 6 0 0 0
[pid=882/tid=900] ppid=880 vsize=15715312 CPUtime=0 cores=0,2,4,6
/proc/882/task/900/stat : 900 (java) S 880 882 811 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 523607486 16092479488 93110 33554432000 1073741824 1073778376 140735336000672 18446744073709551615 228256165376 0 4 0 16800975 18446604441085673536 0 0 -1 0 0 0 0
[pid=882/tid=905] ppid=880 vsize=15715312 CPUtime=0.67 cores=0,2,4,6
/proc/882/task/905/stat : 905 (java) S 880 882 811 0 -1 4202560 32 0 0 0 67 0 0 0 16 0 22 0 523607553 16092479488 93110 33554432000 1073741824 1073778376 140735336000672 18446744073709551615 228256164761 0 4 0 16800975 18446604441085673536 0 0 -1 4 0 0 0
[pid=882/tid=906] ppid=880 vsize=15715312 CPUtime=0.51 cores=0,2,4,6
/proc/882/task/906/stat : 906 (java) S 880 882 811 0 -1 4202560 8 0 0 0 51 0 0 0 16 0 22 0 523607553 16092479488 93110 33554432000 1073741824 1073778376 140735336000672 18446744073709551615 228256164761 0 4 0 16800975 18446604441085673536 0 0 -1 6 0 0 0
[pid=882/tid=907] ppid=880 vsize=15715312 CPUtime=0.53 cores=0,2,4,6
/proc/882/task/907/stat : 907 (java) S 880 882 811 0 -1 4202560 7 0 0 0 53 0 0 0 16 0 22 0 523607553 16092479488 93110 33554432000 1073741824 1073778376 140735336000672 18446744073709551615 228256164761 0 4 0 16800975 18446604441085673536 0 0 -1 0 0 0 0
[pid=882/tid=908] ppid=880 vsize=15715312 CPUtime=0.55 cores=0,2,4,6
/proc/882/task/908/stat : 908 (java) S 880 882 811 0 -1 4202560 11 0 0 0 55 0 0 0 16 0 22 0 523607554 16092479488 93110 33554432000 1073741824 1073778376 140735336000672 18446744073709551615 228256164761 0 4 0 16800975 18446604441085673536 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 6.84
Current children cumulated vsize (KiB) 15715312

[startup+6.30113 s]
/proc/loadavg: 6.37 7.65 7.46 10/220 908
/proc/meminfo: memFree=29513364/32951124 swapFree=67111364/67111528
[pid=882] ppid=880 vsize=15715312 CPUtime=19.49 cores=0,2,4,6
/proc/882/stat : 882 (java) S 880 882 811 0 -1 4202496 250068 0 1 0 1914 35 0 0 25 0 22 0 523607481 16092479488 236262 33554432000 1073741824 1073778376 140735336000672 18446744073709551615 228256151525 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/882/statm: 3928828 236262 2275 9 0 3919547 0
[pid=882/tid=883] ppid=880 vsize=15715312 CPUtime=2.04 cores=0,2,4,6
/proc/882/task/883/stat : 883 (java) S 880 882 811 0 -1 4202560 35687 0 1 0 199 5 0 0 19 0 22 0 523607482 16092479488 236262 33554432000 1073741824 1073778376 140735336000672 18446744073709551615 228256164761 0 4 0 16800975 18446604441085673536 0 0 -1 0 0 0 0
[pid=882/tid=885] ppid=880 vsize=15715312 CPUtime=0.12 cores=0,2,4,6
/proc/882/task/885/stat : 885 (java) S 880 882 811 0 -1 4202560 24148 0 0 0 9 3 0 0 16 0 22 0 523607482 16092479488 236262 33554432000 1073741824 1073778376 140735336000672 18446744073709551615 228256164761 0 4 0 16800975 18446604441085673536 0 0 -1 4 0 0 0
[pid=882/tid=886] ppid=880 vsize=15715312 CPUtime=0.04 cores=0,2,4,6
/proc/882/task/886/stat : 886 (java) S 880 882 811 0 -1 4202560 5653 0 0 0 4 0 0 0 15 0 22 0 523607482 16092479488 236262 33554432000 1073741824 1073778376 140735336000672 18446744073709551615 228256164761 0 4 0 16800975 18446604441085673536 0 0 -1 4 0 0 0
[pid=882/tid=887] ppid=880 vsize=15715312 CPUtime=0.17 cores=0,2,4,6
/proc/882/task/887/stat : 887 (java) S 880 882 811 0 -1 4202560 31141 0 0 0 14 3 0 0 16 0 22 0 523607482 16092479488 236262 33554432000 1073741824 1073778376 140735336000672 18446744073709551615 228256164761 0 4 0 16800975 18446604441085673536 0 0 -1 2 0 0 0
[pid=882/tid=888] ppid=880 vsize=15715312 CPUtime=0.14 cores=0,2,4,6
/proc/882/task/888/stat : 888 (java) S 880 882 811 0 -1 4202560 29097 0 0 0 11 3 0 0 16 0 22 0 523607482 16092479488 236262 33554432000 1073741824 1073778376 140735336000672 18446744073709551615 228256164761 0 4 0 16800975 18446604441085673536 0 0 -1 0 0 0 0
[pid=882/tid=889] ppid=880 vsize=15715312 CPUtime=0.03 cores=0,2,4,6
/proc/882/task/889/stat : 889 (java) S 880 882 811 0 -1 4202560 8540 0 0 0 2 1 0 0 15 0 22 0 523607482 16092479488 236262 33554432000 1073741824 1073778376 140735336000672 18446744073709551615 228256164761 0 4 0 16800975 18446604441085673536 0 0 -1 2 0 0 0
[pid=882/tid=890] ppid=880 vsize=15715312 CPUtime=0.13 cores=0,2,4,6
/proc/882/task/890/stat : 890 (java) S 880 882 811 0 -1 4202560 20215 0 0 0 11 2 0 0 16 0 22 0 523607482 16092479488 236262 33554432000 1073741824 1073778376 140735336000672 18446744073709551615 228256164761 0 4 0 16800975 18446604441085673536 0 0 -1 6 0 0 0
[pid=882/tid=891] ppid=880 vsize=15715312 CPUtime=0.09 cores=0,2,4,6
/proc/882/task/891/stat : 891 (java) S 880 882 811 0 -1 4202560 18922 0 0 0 7 2 0 0 15 0 22 0 523607482 16092479488 236262 33554432000 1073741824 1073778376 140735336000672 18446744073709551615 228256164761 0 4 0 16800975 18446604441085673536 0 0 -1 0 0 0 0
[pid=882/tid=892] ppid=880 vsize=15715312 CPUtime=0.07 cores=0,2,4,6
/proc/882/task/892/stat : 892 (java) S 880 882 811 0 -1 4202560 12529 0 0 0 6 1 0 0 15 0 22 0 523607482 16092479488 236262 33554432000 1073741824 1073778376 140735336000672 18446744073709551615 228256164761 0 4 0 16800975 18446604441085673536 0 0 -1 0 0 0 0

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

[pid=882/tid=893] ppid=880 vsize=15715312 CPUtime=39.4 cores=0,2,4,6
/proc/882/task/893/stat : 893 (java) S 880 882 811 0 -1 4202560 637132 0 0 0 3873 67 0 0 15 0 22 0 523607483 16092479488 3847660 33554432000 1073741824 1073778376 140735336000672 18446744073709551615 228256165376 0 0 0 16800975 18446604441085673536 0 0 -1 4 0 0 0
[pid=882/tid=894] ppid=880 vsize=15715312 CPUtime=0 cores=0,2,4,6
/proc/882/task/894/stat : 894 (java) S 880 882 811 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 523607484 16092479488 3847660 33554432000 1073741824 1073778376 140735336000672 18446744073709551615 228256164761 0 4 0 16800975 18446604441085673536 0 0 -1 0 0 0 0
[pid=882/tid=895] ppid=880 vsize=15715312 CPUtime=0 cores=0,2,4,6
/proc/882/task/895/stat : 895 (java) S 880 882 811 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 523607484 16092479488 3847660 33554432000 1073741824 1073778376 140735336000672 18446744073709551615 228256164761 0 4 0 16800975 18446604441085673536 0 0 -1 0 0 0 0
[pid=882/tid=896] ppid=880 vsize=15715312 CPUtime=0 cores=0,2,4,6
/proc/882/task/896/stat : 896 (java) S 880 882 811 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 523607486 16092479488 3847660 33554432000 1073741824 1073778376 140735336000672 18446744073709551615 228256172465 0 4 0 16800975 18446604441085673536 0 0 -1 6 0 0 0
[pid=882/tid=897] ppid=880 vsize=15715312 CPUtime=1.33 cores=0,2,4,6
/proc/882/task/897/stat : 897 (java) S 880 882 811 0 -1 4202560 16612 0 0 0 131 2 0 0 16 0 22 0 523607486 16092479488 3847660 33554432000 1073741824 1073778376 140735336000672 18446744073709551615 228256164761 0 4 0 16800975 18446604441085673536 0 0 -1 6 0 0 0
[pid=882/tid=898] ppid=880 vsize=15715312 CPUtime=1.26 cores=0,2,4,6
/proc/882/task/898/stat : 898 (java) S 880 882 811 0 -1 4202560 7277 0 0 0 126 0 0 0 15 0 22 0 523607486 16092479488 3847660 33554432000 1073741824 1073778376 140735336000672 18446744073709551615 228256164761 0 4 0 16800975 18446604441085673536 0 0 -1 4 0 0 0
[pid=882/tid=899] ppid=880 vsize=15715312 CPUtime=0 cores=0,2,4,6
/proc/882/task/899/stat : 899 (java) S 880 882 811 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 523607486 16092479488 3847660 33554432000 1073741824 1073778376 140735336000672 18446744073709551615 228256164761 0 4 0 16800975 18446604441085673536 0 0 -1 6 0 0 0
[pid=882/tid=900] ppid=880 vsize=15715312 CPUtime=0 cores=0,2,4,6
/proc/882/task/900/stat : 900 (java) S 880 882 811 0 -1 4202560 65 0 0 0 0 0 0 0 15 0 22 0 523607486 16092479488 3847660 33554432000 1073741824 1073778376 140735336000672 18446744073709551615 228256165376 0 4 0 16800975 18446604441085673536 0 0 -1 0 0 0 0
[pid=882/tid=905] ppid=880 vsize=15715312 CPUtime=1074.44 cores=0,2,4,6
/proc/882/task/905/stat : 905 (java) R 880 882 811 0 -1 4202560 118514 0 0 0 107430 14 0 0 25 0 22 0 523607553 16092479488 3847660 33554432000 1073741824 1073778376 140735336000672 18446744073709551615 46912505601203 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=882/tid=906] ppid=880 vsize=15715312 CPUtime=1073.73 cores=0,2,4,6
/proc/882/task/906/stat : 906 (java) R 880 882 811 0 -1 4202560 116401 0 0 0 107359 14 0 0 25 0 22 0 523607553 16092479488 3847660 33554432000 1073741824 1073778376 140735336000672 18446744073709551615 46912505774633 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=882/tid=907] ppid=880 vsize=15715312 CPUtime=1074.66 cores=0,2,4,6
/proc/882/task/907/stat : 907 (java) R 880 882 811 0 -1 4202560 110935 0 0 0 107451 15 0 0 25 0 22 0 523607553 16092479488 3847660 33554432000 1073741824 1073778376 140735336000672 18446744073709551615 46912506430145 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=882/tid=908] ppid=880 vsize=15715312 CPUtime=1071.77 cores=0,2,4,6
/proc/882/task/908/stat : 908 (java) R 880 882 811 0 -1 4202560 108413 0 0 0 107163 14 0 0 25 0 22 0 523607554 16092479488 3847660 33554432000 1073741824 1073778376 140735336000672 18446744073709551615 46912505846094 0 4 0 16800975 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4359.13
Current children cumulated vsize (KiB) 15715312

[startup+1182.3 s]
/proc/loadavg: 7.82 7.99 7.81 9/220 941
/proc/meminfo: memFree=15185524/32951124 swapFree=67111364/67111528
[pid=882] ppid=880 vsize=15715312 CPUtime=4593.2 cores=0,2,4,6
/proc/882/stat : 882 (java) S 880 882 811 0 -1 4202496 3880364 0 1 0 458711 609 0 0 25 0 22 0 523607481 16092479488 3847660 33554432000 1073741824 1073778376 140735336000672 18446744073709551615 228256151525 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/882/statm: 3928828 3847660 2293 9 0 3919547 0
[pid=882/tid=883] ppid=880 vsize=15715312 CPUtime=2.04 cores=0,2,4,6
/proc/882/task/883/stat : 883 (java) S 880 882 811 0 -1 4202560 35687 0 1 0 199 5 0 0 19 0 22 0 523607482 16092479488 3847660 33554432000 1073741824 1073778376 140735336000672 18446744073709551615 228256164761 0 4 0 16800975 18446604441085673536 0 0 -1 0 0 0 0
[pid=882/tid=885] ppid=880 vsize=15715312 CPUtime=2.56 cores=0,2,4,6
/proc/882/task/885/stat : 885 (java) S 880 882 811 0 -1 4202560 377022 0 0 0 192 64 0 0 16 0 22 0 523607482 16092479488 3847660 33554432000 1073741824 1073778376 140735336000672 18446744073709551615 228256164761 0 4 0 16800975 18446604441085673536 0 0 -1 2 0 0 0
[pid=882/tid=886] ppid=880 vsize=15715312 CPUtime=2.17 cores=0,2,4,6
/proc/882/task/886/stat : 886 (java) S 880 882 811 0 -1 4202560 285655 0 0 0 169 48 0 0 16 0 22 0 523607482 16092479488 3847660 33554432000 1073741824 1073778376 140735336000672 18446744073709551615 228256164761 0 4 0 16800975 18446604441085673536 0 0 -1 0 0 0 0
[pid=882/tid=887] ppid=880 vsize=15715312 CPUtime=2.81 cores=0,2,4,6
/proc/882/task/887/stat : 887 (java) S 880 882 811 0 -1 4202560 323413 0 0 0 230 51 0 0 16 0 22 0 523607482 16092479488 3847660 33554432000 1073741824 1073778376 140735336000672 18446744073709551615 228256164761 0 4 0 16800975 18446604441085673536 0 0 -1 2 0 0 0
[pid=882/tid=888] ppid=880 vsize=15715312 CPUtime=2.68 cores=0,2,4,6
/proc/882/task/888/stat : 888 (java) S 880 882 811 0 -1 4202560 355358 0 0 0 207 61 0 0 16 0 22 0 523607482 16092479488 3847660 33554432000 1073741824 1073778376 140735336000672 18446744073709551615 228256164761 0 4 0 16800975 18446604441085673536 0 0 -1 6 0 0 0
[pid=882/tid=889] ppid=880 vsize=15715312 CPUtime=2.64 cores=0,2,4,6
/proc/882/task/889/stat : 889 (java) S 880 882 811 0 -1 4202560 303069 0 0 0 210 54 0 0 15 0 22 0 523607482 16092479488 3847660 33554432000 1073741824 1073778376 140735336000672 18446744073709551615 228256164761 0 4 0 16800975 18446604441085673536 0 0 -1 6 0 0 0
[pid=882/tid=890] ppid=880 vsize=15715312 CPUtime=2.38 cores=0,2,4,6
/proc/882/task/890/stat : 890 (java) S 880 882 811 0 -1 4202560 378555 0 0 0 172 66 0 0 16 0 22 0 523607482 16092479488 3847660 33554432000 1073741824 1073778376 140735336000672 18446744073709551615 228256164761 0 4 0 16800975 18446604441085673536 0 0 -1 6 0 0 0
[pid=882/tid=891] ppid=880 vsize=15715312 CPUtime=2.42 cores=0,2,4,6
/proc/882/task/891/stat : 891 (java) S 880 882 811 0 -1 4202560 358384 0 0 0 181 61 0 0 16 0 22 0 523607482 16092479488 3847660 33554432000 1073741824 1073778376 140735336000672 18446744073709551615 228256164761 0 4 0 16800975 18446604441085673536 0 0 -1 0 0 0 0
[pid=882/tid=892] ppid=880 vsize=15715312 CPUtime=2.67 cores=0,2,4,6
/proc/882/task/892/stat : 892 (java) S 880 882 811 0 -1 4202560 346475 0 0 0 202 65 0 0 16 0 22 0 523607482 16092479488 3847660 33554432000 1073741824 1073778376 140735336000672 18446744073709551615 228256164761 0 4 0 16800975 18446604441085673536 0 0 -1 0 0 0 0
[pid=882/tid=893] ppid=880 vsize=15715312 CPUtime=41.27 cores=0,2,4,6
/proc/882/task/893/stat : 893 (java) S 880 882 811 0 -1 4202560 637136 0 0 0 4060 67 0 0 15 0 22 0 523607483 16092479488 3847660 33554432000 1073741824 1073778376 140735336000672 18446744073709551615 228256165376 0 0 0 16800975 18446604441085673536 0 0 -1 4 0 0 0
[pid=882/tid=894] ppid=880 vsize=15715312 CPUtime=0 cores=0,2,4,6
/proc/882/task/894/stat : 894 (java) S 880 882 811 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 523607484 16092479488 3847660 33554432000 1073741824 1073778376 140735336000672 18446744073709551615 228256164761 0 4 0 16800975 18446604441085673536 0 0 -1 0 0 0 0
[pid=882/tid=895] ppid=880 vsize=15715312 CPUtime=0 cores=0,2,4,6
/proc/882/task/895/stat : 895 (java) S 880 882 811 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 523607484 16092479488 3847660 33554432000 1073741824 1073778376 140735336000672 18446744073709551615 228256164761 0 4 0 16800975 18446604441085673536 0 0 -1 0 0 0 0
[pid=882/tid=896] ppid=880 vsize=15715312 CPUtime=0 cores=0,2,4,6
/proc/882/task/896/stat : 896 (java) S 880 882 811 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 523607486 16092479488 3847660 33554432000 1073741824 1073778376 140735336000672 18446744073709551615 228256172465 0 4 0 16800975 18446604441085673536 0 0 -1 6 0 0 0
[pid=882/tid=897] ppid=880 vsize=15715312 CPUtime=1.33 cores=0,2,4,6
/proc/882/task/897/stat : 897 (java) S 880 882 811 0 -1 4202560 16612 0 0 0 131 2 0 0 16 0 22 0 523607486 16092479488 3847660 33554432000 1073741824 1073778376 140735336000672 18446744073709551615 228256164761 0 4 0 16800975 18446604441085673536 0 0 -1 6 0 0 0
[pid=882/tid=898] ppid=880 vsize=15715312 CPUtime=1.26 cores=0,2,4,6
/proc/882/task/898/stat : 898 (java) S 880 882 811 0 -1 4202560 7277 0 0 0 126 0 0 0 15 0 22 0 523607486 16092479488 3847660 33554432000 1073741824 1073778376 140735336000672 18446744073709551615 228256164761 0 4 0 16800975 18446604441085673536 0 0 -1 4 0 0 0
[pid=882/tid=899] ppid=880 vsize=15715312 CPUtime=0 cores=0,2,4,6
/proc/882/task/899/stat : 899 (java) S 880 882 811 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 523607486 16092479488 3847660 33554432000 1073741824 1073778376 140735336000672 18446744073709551615 228256164761 0 4 0 16800975 18446604441085673536 0 0 -1 6 0 0 0
[pid=882/tid=900] ppid=880 vsize=15715312 CPUtime=0 cores=0,2,4,6
/proc/882/task/900/stat : 900 (java) S 880 882 811 0 -1 4202560 69 0 0 0 0 0 0 0 15 0 22 0 523607486 16092479488 3847660 33554432000 1073741824 1073778376 140735336000672 18446744073709551615 228256165376 0 4 0 16800975 18446604441085673536 0 0 -1 0 0 0 0
[pid=882/tid=905] ppid=880 vsize=15715312 CPUtime=1132.57 cores=0,2,4,6
/proc/882/task/905/stat : 905 (java) R 880 882 811 0 -1 4202560 118514 0 0 0 113243 14 0 0 25 0 22 0 523607553 16092479488 3847660 33554432000 1073741824 1073778376 140735336000672 18446744073709551615 46912505583594 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=882/tid=906] ppid=880 vsize=15715312 CPUtime=1131.86 cores=0,2,4,6
/proc/882/task/906/stat : 906 (java) R 880 882 811 0 -1 4202560 116403 0 0 0 113172 14 0 0 25 0 22 0 523607553 16092479488 3847660 33554432000 1073741824 1073778376 140735336000672 18446744073709551615 46912505811000 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=882/tid=907] ppid=880 vsize=15715312 CPUtime=1132.79 cores=0,2,4,6
/proc/882/task/907/stat : 907 (java) R 880 882 811 0 -1 4202560 110936 0 0 0 113264 15 0 0 25 0 22 0 523607553 16092479488 3847660 33554432000 1073741824 1073778376 140735336000672 18446744073709551615 46912505810408 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=882/tid=908] ppid=880 vsize=15715312 CPUtime=1129.58 cores=0,2,4,6
/proc/882/task/908/stat : 908 (java) R 880 882 811 0 -1 4202560 108416 0 0 0 112944 14 0 0 25 0 22 0 523607554 16092479488 3847660 33554432000 1073741824 1073778376 140735336000672 18446744073709551615 46912505810346 0 4 0 16800975 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4593.2
Current children cumulated vsize (KiB) 15715312



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1235.6 s]
/proc/loadavg: 7.71 7.93 7.80 9/220 995
/proc/meminfo: memFree=14643636/32951124 swapFree=67111364/67111528
[pid=882] ppid=880 vsize=15715312 CPUtime=4800.37 cores=0,2,4,6
/proc/882/stat : 882 (java) S 880 882 811 0 -1 4202496 3880378 0 1 0 479427 610 0 0 25 0 22 0 523607481 16092479488 3847660 33554432000 1073741824 1073778376 140735336000672 18446744073709551615 228256151525 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/882/statm: 3928828 3847660 2293 9 0 3919547 0
[pid=882/tid=883] ppid=880 vsize=15715312 CPUtime=2.04 cores=0,2,4,6
/proc/882/task/883/stat : 883 (java) S 880 882 811 0 -1 4202560 35687 0 1 0 199 5 0 0 19 0 22 0 523607482 16092479488 3847660 33554432000 1073741824 1073778376 140735336000672 18446744073709551615 228256164761 0 4 0 16800975 18446604441085673536 0 0 -1 0 0 0 0
[pid=882/tid=885] ppid=880 vsize=15715312 CPUtime=2.56 cores=0,2,4,6
/proc/882/task/885/stat : 885 (java) S 880 882 811 0 -1 4202560 377022 0 0 0 192 64 0 0 16 0 22 0 523607482 16092479488 3847660 33554432000 1073741824 1073778376 140735336000672 18446744073709551615 228256164761 0 4 0 16800975 18446604441085673536 0 0 -1 2 0 0 0
[pid=882/tid=886] ppid=880 vsize=15715312 CPUtime=2.17 cores=0,2,4,6
/proc/882/task/886/stat : 886 (java) S 880 882 811 0 -1 4202560 285655 0 0 0 169 48 0 0 16 0 22 0 523607482 16092479488 3847660 33554432000 1073741824 1073778376 140735336000672 18446744073709551615 228256164761 0 4 0 16800975 18446604441085673536 0 0 -1 0 0 0 0
[pid=882/tid=887] ppid=880 vsize=15715312 CPUtime=2.81 cores=0,2,4,6
/proc/882/task/887/stat : 887 (java) S 880 882 811 0 -1 4202560 323413 0 0 0 230 51 0 0 16 0 22 0 523607482 16092479488 3847660 33554432000 1073741824 1073778376 140735336000672 18446744073709551615 228256164761 0 4 0 16800975 18446604441085673536 0 0 -1 2 0 0 0
[pid=882/tid=888] ppid=880 vsize=15715312 CPUtime=2.68 cores=0,2,4,6
/proc/882/task/888/stat : 888 (java) S 880 882 811 0 -1 4202560 355358 0 0 0 207 61 0 0 16 0 22 0 523607482 16092479488 3847660 33554432000 1073741824 1073778376 140735336000672 18446744073709551615 228256164761 0 4 0 16800975 18446604441085673536 0 0 -1 6 0 0 0
[pid=882/tid=889] ppid=880 vsize=15715312 CPUtime=2.64 cores=0,2,4,6
/proc/882/task/889/stat : 889 (java) S 880 882 811 0 -1 4202560 303069 0 0 0 210 54 0 0 15 0 22 0 523607482 16092479488 3847660 33554432000 1073741824 1073778376 140735336000672 18446744073709551615 228256164761 0 4 0 16800975 18446604441085673536 0 0 -1 6 0 0 0
[pid=882/tid=890] ppid=880 vsize=15715312 CPUtime=2.38 cores=0,2,4,6
/proc/882/task/890/stat : 890 (java) S 880 882 811 0 -1 4202560 378555 0 0 0 172 66 0 0 16 0 22 0 523607482 16092479488 3847660 33554432000 1073741824 1073778376 140735336000672 18446744073709551615 228256164761 0 4 0 16800975 18446604441085673536 0 0 -1 6 0 0 0
[pid=882/tid=891] ppid=880 vsize=15715312 CPUtime=2.42 cores=0,2,4,6
/proc/882/task/891/stat : 891 (java) S 880 882 811 0 -1 4202560 358384 0 0 0 181 61 0 0 16 0 22 0 523607482 16092479488 3847660 33554432000 1073741824 1073778376 140735336000672 18446744073709551615 228256164761 0 4 0 16800975 18446604441085673536 0 0 -1 0 0 0 0
[pid=882/tid=892] ppid=880 vsize=15715312 CPUtime=2.67 cores=0,2,4,6
/proc/882/task/892/stat : 892 (java) S 880 882 811 0 -1 4202560 346475 0 0 0 202 65 0 0 16 0 22 0 523607482 16092479488 3847660 33554432000 1073741824 1073778376 140735336000672 18446744073709551615 228256164761 0 4 0 16800975 18446604441085673536 0 0 -1 0 0 0 0
[pid=882/tid=893] ppid=880 vsize=15715312 CPUtime=43.18 cores=0,2,4,6
/proc/882/task/893/stat : 893 (java) S 880 882 811 0 -1 4202560 637140 0 0 0 4251 67 0 0 15 0 22 0 523607483 16092479488 3847660 33554432000 1073741824 1073778376 140735336000672 18446744073709551615 228256165376 0 0 0 16800975 18446604441085673536 0 0 -1 4 0 0 0
[pid=882/tid=894] ppid=880 vsize=15715312 CPUtime=0 cores=0,2,4,6
/proc/882/task/894/stat : 894 (java) S 880 882 811 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 523607484 16092479488 3847660 33554432000 1073741824 1073778376 140735336000672 18446744073709551615 228256164761 0 4 0 16800975 18446604441085673536 0 0 -1 0 0 0 0
[pid=882/tid=895] ppid=880 vsize=15715312 CPUtime=0 cores=0,2,4,6
/proc/882/task/895/stat : 895 (java) S 880 882 811 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 523607484 16092479488 3847660 33554432000 1073741824 1073778376 140735336000672 18446744073709551615 228256164761 0 4 0 16800975 18446604441085673536 0 0 -1 0 0 0 0
[pid=882/tid=896] ppid=880 vsize=15715312 CPUtime=0 cores=0,2,4,6
/proc/882/task/896/stat : 896 (java) S 880 882 811 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 523607486 16092479488 3847660 33554432000 1073741824 1073778376 140735336000672 18446744073709551615 228256172465 0 4 0 16800975 18446604441085673536 0 0 -1 6 0 0 0
[pid=882/tid=897] ppid=880 vsize=15715312 CPUtime=1.33 cores=0,2,4,6
/proc/882/task/897/stat : 897 (java) S 880 882 811 0 -1 4202560 16612 0 0 0 131 2 0 0 16 0 22 0 523607486 16092479488 3847660 33554432000 1073741824 1073778376 140735336000672 18446744073709551615 228256164761 0 4 0 16800975 18446604441085673536 0 0 -1 6 0 0 0
[pid=882/tid=898] ppid=880 vsize=15715312 CPUtime=1.26 cores=0,2,4,6
/proc/882/task/898/stat : 898 (java) S 880 882 811 0 -1 4202560 7277 0 0 0 126 0 0 0 15 0 22 0 523607486 16092479488 3847660 33554432000 1073741824 1073778376 140735336000672 18446744073709551615 228256164761 0 4 0 16800975 18446604441085673536 0 0 -1 4 0 0 0
[pid=882/tid=899] ppid=880 vsize=15715312 CPUtime=0 cores=0,2,4,6
/proc/882/task/899/stat : 899 (java) S 880 882 811 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 523607486 16092479488 3847660 33554432000 1073741824 1073778376 140735336000672 18446744073709551615 228256164761 0 4 0 16800975 18446604441085673536 0 0 -1 6 0 0 0
[pid=882/tid=900] ppid=880 vsize=15715312 CPUtime=0 cores=0,2,4,6
/proc/882/task/900/stat : 900 (java) S 880 882 811 0 -1 4202560 73 0 0 0 0 0 0 0 15 0 22 0 523607486 16092479488 3847660 33554432000 1073741824 1073778376 140735336000672 18446744073709551615 228256165376 0 4 0 16800975 18446604441085673536 0 0 -1 0 0 0 0
[pid=882/tid=905] ppid=880 vsize=15715312 CPUtime=1183.95 cores=0,2,4,6
/proc/882/task/905/stat : 905 (java) R 880 882 811 0 -1 4202560 118516 0 0 0 118381 14 0 0 25 0 22 0 523607553 16092479488 3847660 33554432000 1073741824 1073778376 140735336000672 18446744073709551615 46912505811054 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=882/tid=906] ppid=880 vsize=15715312 CPUtime=1183.25 cores=0,2,4,6
/proc/882/task/906/stat : 906 (java) R 880 882 811 0 -1 4202560 116405 0 0 0 118311 14 0 0 25 0 22 0 523607553 16092479488 3847660 33554432000 1073741824 1073778376 140735336000672 18446744073709551615 46912505583600 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=882/tid=907] ppid=880 vsize=15715312 CPUtime=1184.18 cores=0,2,4,6
/proc/882/task/907/stat : 907 (java) R 880 882 811 0 -1 4202560 110936 0 0 0 118403 15 0 0 25 0 22 0 523607553 16092479488 3847660 33554432000 1073741824 1073778376 140735336000672 18446744073709551615 46912505781836 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=882/tid=908] ppid=880 vsize=15715312 CPUtime=1180.68 cores=0,2,4,6
/proc/882/task/908/stat : 908 (java) R 880 882 811 0 -1 4202560 108418 0 0 0 118054 14 0 0 25 0 22 0 523607554 16092479488 3847660 33554432000 1073741824 1073778376 140735336000672 18446744073709551615 18446744073699065939 0 4 0 16800975 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4800.37
Current children cumulated vsize (KiB) 15715312

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

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

[startup+1235.9 s]
/proc/loadavg: 7.71 7.93 7.80 9/220 995
/proc/meminfo: memFree=14643636/32951124 swapFree=67111364/67111528
[pid=882] ppid=880 vsize=0 CPUtime=4800.69 cores=0,2,4,6
/proc/882/stat : 882 (java) Z 880 882 811 0 -1 4203548 3880404 0 1 0 479431 638 0 0 17 0 2 0 523607481 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/882/statm: 0 0 0 0 0 0 0
[pid=882/tid=905] ppid=880 vsize=0 CPUtime=1184.25 cores=0,2,4,6
/proc/882/task/905/stat : 905 (java) R 880 882 811 0 -1 4203588 118516 0 0 0 118382 43 0 0 25 0 2 0 523607553 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4800.69
Current children cumulated vsize (KiB) 0

[startup+1236.1 s]
/proc/loadavg: 7.71 7.93 7.80 9/220 995
/proc/meminfo: memFree=14643636/32951124 swapFree=67111364/67111528
[pid=882] ppid=880 vsize=0 CPUtime=4800.89 cores=0,2,4,6
/proc/882/stat : 882 (java) Z 880 882 811 0 -1 4203548 3880404 0 1 0 479431 658 0 0 17 0 2 0 523607481 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/882/statm: 0 0 0 0 0 0 0
[pid=882/tid=905] ppid=880 vsize=0 CPUtime=1184.45 cores=0,2,4,6
/proc/882/task/905/stat : 905 (java) R 880 882 811 0 -1 4203588 118516 0 0 0 118382 63 0 0 25 0 2 0 523607553 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4800.89
Current children cumulated vsize (KiB) 0

[startup+1236.2 s]
/proc/loadavg: 7.71 7.93 7.80 9/220 995
/proc/meminfo: memFree=14643636/32951124 swapFree=67111364/67111528
[pid=882] ppid=880 vsize=0 CPUtime=4800.99 cores=0,2,4,6
/proc/882/stat : 882 (java) Z 880 882 811 0 -1 4203548 3880404 0 1 0 479431 668 0 0 17 0 2 0 523607481 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/882/statm: 0 0 0 0 0 0 0
[pid=882/tid=905] ppid=880 vsize=0 CPUtime=1184.55 cores=0,2,4,6
/proc/882/task/905/stat : 905 (java) R 880 882 811 0 -1 4203588 118516 0 0 0 118382 73 0 0 25 0 2 0 523607553 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4800.99
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1236.2
CPU time (s): 4801
CPU user time (s): 4794.31
CPU system time (s): 6.68698
CPU usage (%): 388.367
Max. virtual memory (cumulated for all children) (KiB): 15718252

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4794.31
system time used= 6.68698
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3880404
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= 28087
involuntary context switches= 50435

runsolver used 1.9487 second user time and 4.82727 second system time

The end

Launcher Data

Begin job on node136 at 2011-04-30 01:34:55
IDJOB=3311317
IDBENCH=82702
IDSOLVER=1698
FILE ID=node136/3311317-1304120095
RUNJOBID= node136-1304120095-829
PBS_JOBID= 13170731
Free space on /tmp= 72332 MiB

SOLVER NAME= STRUCTure 0.1 (hbr=2)
BENCH NAME= SAT11/random/large/unif-k3-r4.2-v25000-c105000-S919014656-003-UNKNOWN.cnf
COMMAND LINE= run 15000 NBCORE TMPDIR DIR BENCHNAME -hbr 2
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3311317-1304120095/watcher-3311317-1304120095 -o /tmp/evaluation-result-3311317-1304120095/solver-3311317-1304120095 -C 4800 -W 1300 -M 15500  run 15000 4 HOME HOME HOME/instance-3311317-1304120095.cnf -hbr 2

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

MD5SUM BENCH= cb40e65d82022f377e00087cafdb55b2
RANDOM SEED=1005115634

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.809
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:      30914348 kB
Buffers:        595772 kB
Cached:         939552 kB
SwapCached:          0 kB
Active:         149948 kB
Inactive:      1460884 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30914348 kB
SwapTotal:    67111528 kB
SwapFree:     67111364 kB
Dirty:            5592 kB
Writeback:           0 kB
AnonPages:       75396 kB
Mapped:          21408 kB
Slab:           360216 kB
PageTables:       4876 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   779992 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= 72328 MiB
End job on node136 at 2011-04-30 01:55:33