Trace number 3312384

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
STRUCTure 0.1? (TO) 4800.91 1238.94

General information on the benchmark

Namerandom/large/
unif-k3-r4.2-v25000-c105000-S5267991-057-UNKNOWN.cnf
MD5SUM1a8d3d5d5a6ad4a4b0bb6bd83ad87f53
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark312.282
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.10/0.11	32:56 INFO : Reading from input HOME/instance-3312384-1304112776.cnf
0.82/0.68	Executor set job limit to 1000000
0.82/0.68	Executor set job limit to 1000000
0.82/0.68	Executor set job limit to 1000000
0.82/0.68	Executor set job limit to 1000000
0.82/0.68	Starting Executor!
0.82/0.68	Starting Executor!
0.82/0.68	Starting Executor!
0.82/0.68	Starting Executor!
3.38/1.97	32:58 INFO : 24918 variables remaining out of 25000
3.38/1.97	32:58 INFO : 418036 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-3312384-1304112776/watcher-3312384-1304112776 -o /tmp/evaluation-result-3312384-1304112776/solver-3312384-1304112776 -C 4800 -W 1300 -M 15500 run 15000 4 HOME HOME HOME/instance-3312384-1304112776.cnf 

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

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


[startup+0 s]
/proc/loadavg: 6.37 7.82 8.05 2/198 9113
/proc/meminfo: memFree=29693504/32951124 swapFree=67111352/67111528
[pid=9113] ppid=9111 vsize=26088 CPUtime=0 cores=1,3,5,7
/proc/9113/stat : 9113 (java) S 9111 9113 9058 0 -1 4202496 1413 0 0 0 0 0 0 0 18 0 2 0 522875482 26714112 885 33554432000 1073741824 1073778376 140735574844144 18446744073709551615 255389104101 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/9113/statm: 6522 885 678 9 0 381 0
[pid=9113/tid=9114] ppid=9111 vsize=27172 CPUtime=0 cores=1,3,5,7
/proc/9113/task/9114/stat : 9114 (java) R 9111 9113 9058 0 -1 4202560 66 0 0 0 0 0 0 0 19 0 2 0 522875482 27824128 894 33554432000 1073741824 1073778376 140735574844144 18446744073709551615 255372377735 0 2147483391 4096 0 0 0 0 -1 5 0 0 0

[startup+0.0875601 s]
/proc/loadavg: 6.37 7.82 8.05 2/198 9113
/proc/meminfo: memFree=29693504/32951124 swapFree=67111352/67111528
[pid=9113] ppid=9111 vsize=15676136 CPUtime=0.09 cores=1,3,5,7
/proc/9113/stat : 9113 (java) S 9111 9113 9058 0 -1 4202496 5372 0 1 0 8 1 0 0 18 0 18 0 522875482 16052363264 4812 33554432000 1073741824 1073778376 140735574844144 18446744073709551615 255389104101 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/9113/statm: 3919034 4812 2115 9 0 3909753 0
[pid=9113/tid=9114] ppid=9111 vsize=15676136 CPUtime=0.07 cores=1,3,5,7
/proc/9113/task/9114/stat : 9114 (java) R 9111 9113 9058 0 -1 4202560 3273 0 1 0 7 0 0 0 22 0 18 0 522875482 16052363264 4812 33554432000 1073741824 1073778376 140735574844144 18446744073709551615 47231501470010 0 4 0 16800975 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 15676136

[startup+0.100535 s]
/proc/loadavg: 6.37 7.82 8.05 2/198 9113
/proc/meminfo: memFree=29693504/32951124 swapFree=67111352/67111528
[pid=9113] ppid=9111 vsize=15676136 CPUtime=0.1 cores=1,3,5,7
/proc/9113/stat : 9113 (java) S 9111 9113 9058 0 -1 4202496 5556 0 1 0 9 1 0 0 18 0 18 0 522875482 16052363264 4996 33554432000 1073741824 1073778376 140735574844144 18446744073709551615 255389104101 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/9113/statm: 3919034 4996 2116 9 0 3909753 0
[pid=9113/tid=9114] ppid=9111 vsize=15676136 CPUtime=0.08 cores=1,3,5,7
/proc/9113/task/9114/stat : 9114 (java) R 9111 9113 9058 0 -1 4202560 3457 0 1 0 8 0 0 0 22 0 18 0 522875482 16052363264 4996 33554432000 1073741824 1073778376 140735574844144 18446744073709551615 46912505219516 0 4 0 16800975 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 15676136

[startup+0.300499 s]
/proc/loadavg: 6.37 7.82 8.05 2/198 9113
/proc/meminfo: memFree=29693504/32951124 swapFree=67111352/67111528
[pid=9113] ppid=9111 vsize=15679872 CPUtime=0.51 cores=1,3,5,7
/proc/9113/stat : 9113 (java) S 9111 9113 9058 0 -1 4202496 15820 0 1 0 49 2 0 0 18 0 18 0 522875482 16056188928 14288 33554432000 1073741824 1073778376 140735574844144 18446744073709551615 255389104101 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/9113/statm: 3919968 14288 2206 9 0 3910687 0
[pid=9113/tid=9114] ppid=9111 vsize=15679872 CPUtime=0.28 cores=1,3,5,7
/proc/9113/task/9114/stat : 9114 (java) R 9111 9113 9058 0 -1 4202560 10827 0 1 0 27 1 0 0 18 0 18 0 522875482 16056188928 14288 33554432000 1073741824 1073778376 140735574844144 18446744073709551615 46912505642139 0 4 0 16800975 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 15679872

[startup+0.700422 s]
/proc/loadavg: 6.37 7.82 8.05 2/198 9113
/proc/meminfo: memFree=29693504/32951124 swapFree=67111352/67111528
[pid=9113] ppid=9111 vsize=15683984 CPUtime=0.93 cores=1,3,5,7
/proc/9113/stat : 9113 (java) S 9111 9113 9058 0 -1 4202496 41834 0 1 0 88 5 0 0 18 0 22 0 522875482 16060399616 40299 33554432000 1073741824 1073778376 140735574844144 18446744073709551615 255389104101 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/9113/statm: 3920996 40299 2226 9 0 3911715 0
[pid=9113/tid=9114] ppid=9111 vsize=15683984 CPUtime=0.68 cores=1,3,5,7
/proc/9113/task/9114/stat : 9114 (java) R 9111 9113 9058 0 -1 4202560 35625 0 1 0 64 4 0 0 19 0 22 0 522875482 16060399616 40299 33554432000 1073741824 1073778376 140735574844144 18446744073709551615 46912505179184 0 4 0 16800975 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 0.93
Current children cumulated vsize (KiB) 15683984

[startup+1.50128 s]
/proc/loadavg: 6.37 7.82 8.05 6/224 9139
/proc/meminfo: memFree=29351932/32951124 swapFree=67111352/67111528
[pid=9113] ppid=9111 vsize=15716912 CPUtime=2.57 cores=1,3,5,7
/proc/9113/stat : 9113 (java) S 9111 9113 9058 0 -1 4202496 54265 0 1 0 250 7 0 0 18 0 22 0 522875482 16094117888 48783 33554432000 1073741824 1073778376 140735574844144 18446744073709551615 255389104101 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/9113/statm: 3929228 48783 2265 9 0 3919947 0
[pid=9113/tid=9114] ppid=9111 vsize=15716912 CPUtime=1.47 cores=1,3,5,7
/proc/9113/task/9114/stat : 9114 (java) R 9111 9113 9058 0 -1 4202560 35649 0 1 0 143 4 0 0 21 0 22 0 522875482 16094117888 48783 33554432000 1073741824 1073778376 140735574844144 18446744073709551615 46912505175421 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=9113/tid=9116] ppid=9111 vsize=15716912 CPUtime=0 cores=1,3,5,7
/proc/9113/task/9116/stat : 9116 (java) S 9111 9113 9058 0 -1 4202560 73 0 0 0 0 0 0 0 16 0 22 0 522875483 16094117888 48783 33554432000 1073741824 1073778376 140735574844144 18446744073709551615 255389117337 0 4 0 16800975 18446604471125181696 0 0 -1 5 0 0 0
[pid=9113/tid=9117] ppid=9111 vsize=15716912 CPUtime=0 cores=1,3,5,7
/proc/9113/task/9117/stat : 9117 (java) S 9111 9113 9058 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 522875483 16094117888 48783 33554432000 1073741824 1073778376 140735574844144 18446744073709551615 255389117337 0 4 0 16800975 18446604471125181696 0 0 -1 1 0 0 0
[pid=9113/tid=9118] ppid=9111 vsize=15716912 CPUtime=0 cores=1,3,5,7
/proc/9113/task/9118/stat : 9118 (java) S 9111 9113 9058 0 -1 4202560 667 0 0 0 0 0 0 0 16 0 22 0 522875483 16094117888 48783 33554432000 1073741824 1073778376 140735574844144 18446744073709551615 255389117337 0 4 0 16800975 18446604471125181696 0 0 -1 1 0 0 0
[pid=9113/tid=9119] ppid=9111 vsize=15716912 CPUtime=0 cores=1,3,5,7
/proc/9113/task/9119/stat : 9119 (java) S 9111 9113 9058 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 522875483 16094117888 48783 33554432000 1073741824 1073778376 140735574844144 18446744073709551615 255389117337 0 4 0 16800975 18446604471125181696 0 0 -1 7 0 0 0
[pid=9113/tid=9120] ppid=9111 vsize=15716912 CPUtime=0 cores=1,3,5,7
/proc/9113/task/9120/stat : 9120 (java) S 9111 9113 9058 0 -1 4202560 20 0 0 0 0 0 0 0 15 0 22 0 522875483 16094117888 48783 33554432000 1073741824 1073778376 140735574844144 18446744073709551615 255389117337 0 4 0 16800975 18446604471125181696 0 0 -1 7 0 0 0
[pid=9113/tid=9121] ppid=9111 vsize=15716912 CPUtime=0 cores=1,3,5,7
/proc/9113/task/9121/stat : 9121 (java) S 9111 9113 9058 0 -1 4202560 22 0 0 0 0 0 0 0 15 0 22 0 522875483 16094117888 48783 33554432000 1073741824 1073778376 140735574844144 18446744073709551615 255389117337 0 4 0 16800975 18446604471125181696 0 0 -1 1 0 0 0
[pid=9113/tid=9122] ppid=9111 vsize=15716912 CPUtime=0 cores=1,3,5,7
/proc/9113/task/9122/stat : 9122 (java) S 9111 9113 9058 0 -1 4202560 354 0 0 0 0 0 0 0 15 0 22 0 522875483 16094117888 48783 33554432000 1073741824 1073778376 140735574844144 18446744073709551615 255389117337 0 4 0 16800975 18446604471125181696 0 0 -1 1 0 0 0
[pid=9113/tid=9123] ppid=9111 vsize=15716912 CPUtime=0 cores=1,3,5,7
/proc/9113/task/9123/stat : 9123 (java) S 9111 9113 9058 0 -1 4202560 29 0 0 0 0 0 0 0 16 0 22 0 522875483 16094117888 48783 33554432000 1073741824 1073778376 140735574844144 18446744073709551615 255389117337 0 4 0 16800975 18446604471125181696 0 0 -1 7 0 0 0
[pid=9113/tid=9124] ppid=9111 vsize=15716912 CPUtime=0 cores=1,3,5,7
/proc/9113/task/9124/stat : 9124 (java) S 9111 9113 9058 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 522875484 16094117888 48783 33554432000 1073741824 1073778376 140735574844144 18446744073709551615 255389117952 0 0 0 16800975 18446604471125181696 0 0 -1 5 0 0 0
[pid=9113/tid=9125] ppid=9111 vsize=15716912 CPUtime=0 cores=1,3,5,7
/proc/9113/task/9125/stat : 9125 (java) S 9111 9113 9058 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 522875484 16094117888 48783 33554432000 1073741824 1073778376 140735574844144 18446744073709551615 255389117337 0 4 0 16800975 18446604471125181696 0 0 -1 3 0 0 0
[pid=9113/tid=9126] ppid=9111 vsize=15716912 CPUtime=0 cores=1,3,5,7
/proc/9113/task/9126/stat : 9126 (java) S 9111 9113 9058 0 -1 4202560 9 0 0 0 0 0 0 0 21 0 22 0 522875484 16094117888 48783 33554432000 1073741824 1073778376 140735574844144 18446744073709551615 255389117337 0 4 0 16800975 18446604471125181696 0 0 -1 5 0 0 0
[pid=9113/tid=9127] ppid=9111 vsize=15716912 CPUtime=0 cores=1,3,5,7
/proc/9113/task/9127/stat : 9127 (java) S 9111 9113 9058 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 522875486 16094117888 48783 33554432000 1073741824 1073778376 140735574844144 18446744073709551615 255389125041 0 4 0 16800975 18446604471125181696 0 0 -1 3 0 0 0
[pid=9113/tid=9128] ppid=9111 vsize=15716912 CPUtime=0.25 cores=1,3,5,7
/proc/9113/task/9128/stat : 9128 (java) R 9111 9113 9058 0 -1 4202560 2292 0 0 0 25 0 0 0 15 0 22 0 522875486 16094117888 48783 33554432000 1073741824 1073778376 140735574844144 18446744073709551615 47231502285536 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=9113/tid=9129] ppid=9111 vsize=15716912 CPUtime=0.81 cores=1,3,5,7
/proc/9113/task/9129/stat : 9129 (java) R 9111 9113 9058 0 -1 4202560 13718 0 0 0 80 1 0 0 16 0 22 0 522875486 16094117888 48783 33554432000 1073741824 1073778376 140735574844144 18446744073709551615 47231502308771 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=9113/tid=9130] ppid=9111 vsize=15716912 CPUtime=0 cores=1,3,5,7
/proc/9113/task/9130/stat : 9130 (java) S 9111 9113 9058 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 522875486 16094117888 48783 33554432000 1073741824 1073778376 140735574844144 18446744073709551615 255389117337 0 4 0 16800975 18446604471125181696 0 0 -1 3 0 0 0
[pid=9113/tid=9131] ppid=9111 vsize=15716912 CPUtime=0 cores=1,3,5,7
/proc/9113/task/9131/stat : 9131 (java) S 9111 9113 9058 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 522875486 16094117888 48783 33554432000 1073741824 1073778376 140735574844144 18446744073709551615 255389117952 0 4 0 16800975 18446604471125181696 0 0 -1 1 0 0 0
[pid=9113/tid=9136] ppid=9111 vsize=15716912 CPUtime=0 cores=1,3,5,7
/proc/9113/task/9136/stat : 9136 (java) S 9111 9113 9058 0 -1 4202560 20 0 0 0 0 0 0 0 15 0 22 0 522875550 16094117888 48783 33554432000 1073741824 1073778376 140735574844144 18446744073709551615 255389117952 0 4 0 16800975 18446604471125181696 0 0 -1 7 0 0 0
[pid=9113/tid=9137] ppid=9111 vsize=15716912 CPUtime=0 cores=1,3,5,7
/proc/9113/task/9137/stat : 9137 (java) S 9111 9113 9058 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 22 0 522875550 16094117888 48783 33554432000 1073741824 1073778376 140735574844144 18446744073709551615 255389117952 0 4 0 16800975 18446604471125181696 0 0 -1 1 0 0 0
[pid=9113/tid=9138] ppid=9111 vsize=15716912 CPUtime=0 cores=1,3,5,7
/proc/9113/task/9138/stat : 9138 (java) S 9111 9113 9058 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 22 0 522875550 16094117888 48783 33554432000 1073741824 1073778376 140735574844144 18446744073709551615 255389117952 0 4 0 16800975 18446604471125181696 0 0 -1 1 0 0 0
[pid=9113/tid=9139] ppid=9111 vsize=15716912 CPUtime=0 cores=1,3,5,7
/proc/9113/task/9139/stat : 9139 (java) S 9111 9113 9058 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 22 0 522875550 16094117888 48783 33554432000 1073741824 1073778376 140735574844144 18446744073709551615 255389117952 0 4 0 16800975 18446604471125181696 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.57
Current children cumulated vsize (KiB) 15716912

[startup+3.18397 s]
/proc/loadavg: 6.37 7.82 8.05 8/224 9139
/proc/meminfo: memFree=29155640/32951124 swapFree=67111352/67111528
[pid=9113] ppid=9111 vsize=15716912 CPUtime=6.96 cores=1,3,5,7
/proc/9113/stat : 9113 (java) S 9111 9113 9058 0 -1 4202496 103065 0 1 0 683 13 0 0 18 0 22 0 522875482 16094117888 96339 33554432000 1073741824 1073778376 140735574844144 18446744073709551615 255389104101 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/9113/statm: 3929228 96339 2275 9 0 3919947 0
[pid=9113/tid=9114] ppid=9111 vsize=15716912 CPUtime=1.94 cores=1,3,5,7
/proc/9113/task/9114/stat : 9114 (java) S 9111 9113 9058 0 -1 4202560 35694 0 1 0 190 4 0 0 22 0 22 0 522875482 16094117888 96339 33554432000 1073741824 1073778376 140735574844144 18446744073709551615 255389117337 0 4 0 16800975 18446604471125181696 0 0 -1 7 0 0 0
[pid=9113/tid=9116] ppid=9111 vsize=15716912 CPUtime=0.01 cores=1,3,5,7
/proc/9113/task/9116/stat : 9116 (java) S 9111 9113 9058 0 -1 4202560 2771 0 0 0 1 0 0 0 15 0 22 0 522875483 16094117888 96339 33554432000 1073741824 1073778376 140735574844144 18446744073709551615 255389117337 0 4 0 16800975 18446604471125181696 0 0 -1 7 0 0 0
[pid=9113/tid=9117] ppid=9111 vsize=15716912 CPUtime=0.04 cores=1,3,5,7
/proc/9113/task/9117/stat : 9117 (java) R 9111 9113 9058 0 -1 4202560 8223 0 0 0 4 0 0 0 15 0 22 0 522875483 16094117888 96339 33554432000 1073741824 1073778376 140735574844144 18446744073709551615 255389117337 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=9113/tid=9118] ppid=9111 vsize=15716912 CPUtime=0 cores=1,3,5,7
/proc/9113/task/9118/stat : 9118 (java) S 9111 9113 9058 0 -1 4202560 2479 0 0 0 0 0 0 0 15 0 22 0 522875483 16094117888 96339 33554432000 1073741824 1073778376 140735574844144 18446744073709551615 255389117337 0 4 0 16800975 18446604471125181696 0 0 -1 5 0 0 0
[pid=9113/tid=9119] ppid=9111 vsize=15716912 CPUtime=0.05 cores=1,3,5,7
/proc/9113/task/9119/stat : 9119 (java) S 9111 9113 9058 0 -1 4202560 8614 0 0 0 4 1 0 0 16 0 22 0 522875483 16094117888 96339 33554432000 1073741824 1073778376 140735574844144 18446744073709551615 255389117337 0 4 0 16800975 18446604471125181696 0 0 -1 1 0 0 0
[pid=9113/tid=9120] ppid=9111 vsize=15716912 CPUtime=0.03 cores=1,3,5,7
/proc/9113/task/9120/stat : 9120 (java) S 9111 9113 9058 0 -1 4202560 3469 0 0 0 3 0 0 0 15 0 22 0 522875483 16094117888 96339 33554432000 1073741824 1073778376 140735574844144 18446744073709551615 255389117337 0 4 0 16800975 18446604471125181696 0 0 -1 7 0 0 0
[pid=9113/tid=9121] ppid=9111 vsize=15716912 CPUtime=0.07 cores=1,3,5,7
/proc/9113/task/9121/stat : 9121 (java) S 9111 9113 9058 0 -1 4202560 9402 0 0 0 6 1 0 0 16 0 22 0 522875483 16094117888 96339 33554432000 1073741824 1073778376 140735574844144 18446744073709551615 255389117337 0 4 0 16800975 18446604471125181696 0 0 -1 3 0 0 0
[pid=9113/tid=9122] ppid=9111 vsize=15716912 CPUtime=0.06 cores=1,3,5,7
/proc/9113/task/9122/stat : 9122 (java) S 9111 9113 9058 0 -1 4202560 10061 0 0 0 5 1 0 0 15 0 22 0 522875483 16094117888 96339 33554432000 1073741824 1073778376 140735574844144 18446744073709551615 255389117337 0 4 0 16800975 18446604471125181696 0 0 -1 5 0 0 0
[pid=9113/tid=9123] ppid=9111 vsize=15716912 CPUtime=0.03 cores=1,3,5,7
/proc/9113/task/9123/stat : 9123 (java) S 9111 9113 9058 0 -1 4202560 3490 0 0 0 3 0 0 0 15 0 22 0 522875483 16094117888 96339 33554432000 1073741824 1073778376 140735574844144 18446744073709551615 255389117337 0 4 0 16800975 18446604471125181696 0 0 -1 7 0 0 0
[pid=9113/tid=9124] ppid=9111 vsize=15716912 CPUtime=0 cores=1,3,5,7
/proc/9113/task/9124/stat : 9124 (java) S 9111 9113 9058 0 -1 4202560 148 0 0 0 0 0 0 0 15 0 22 0 522875484 16094117888 96339 33554432000 1073741824 1073778376 140735574844144 18446744073709551615 255389117952 0 0 0 16800975 18446604471125181696 0 0 -1 7 0 0 0
[pid=9113/tid=9125] ppid=9111 vsize=15716912 CPUtime=0 cores=1,3,5,7
/proc/9113/task/9125/stat : 9125 (java) S 9111 9113 9058 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 522875484 16094117888 96339 33554432000 1073741824 1073778376 140735574844144 18446744073709551615 255389117337 0 4 0 16800975 18446604471125181696 0 0 -1 3 0 0 0
[pid=9113/tid=9126] ppid=9111 vsize=15716912 CPUtime=0 cores=1,3,5,7
/proc/9113/task/9126/stat : 9126 (java) S 9111 9113 9058 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 522875484 16094117888 96339 33554432000 1073741824 1073778376 140735574844144 18446744073709551615 255389117337 0 4 0 16800975 18446604471125181696 0 0 -1 3 0 0 0
[pid=9113/tid=9127] ppid=9111 vsize=15716912 CPUtime=0 cores=1,3,5,7
/proc/9113/task/9127/stat : 9127 (java) S 9111 9113 9058 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 522875486 16094117888 96339 33554432000 1073741824 1073778376 140735574844144 18446744073709551615 255389125041 0 4 0 16800975 18446604471125181696 0 0 -1 3 0 0 0
[pid=9113/tid=9128] ppid=9111 vsize=15716912 CPUtime=0.74 cores=1,3,5,7
/proc/9113/task/9128/stat : 9128 (java) S 9111 9113 9058 0 -1 4202560 3467 0 0 0 74 0 0 0 15 0 22 0 522875486 16094117888 96339 33554432000 1073741824 1073778376 140735574844144 18446744073709551615 255389117337 0 4 0 16800975 18446604471125181696 0 0 -1 7 0 0 0
[pid=9113/tid=9129] ppid=9111 vsize=15716912 CPUtime=1.18 cores=1,3,5,7
/proc/9113/task/9129/stat : 9129 (java) S 9111 9113 9058 0 -1 4202560 13800 0 0 0 117 1 0 0 15 0 22 0 522875486 16094117888 96339 33554432000 1073741824 1073778376 140735574844144 18446744073709551615 255389117337 0 4 0 16800975 18446604471125181696 0 0 -1 5 0 0 0
[pid=9113/tid=9130] ppid=9111 vsize=15716912 CPUtime=0 cores=1,3,5,7
/proc/9113/task/9130/stat : 9130 (java) S 9111 9113 9058 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 522875486 16094117888 96339 33554432000 1073741824 1073778376 140735574844144 18446744073709551615 255389117337 0 4 0 16800975 18446604471125181696 0 0 -1 3 0 0 0
[pid=9113/tid=9131] ppid=9111 vsize=15716912 CPUtime=0 cores=1,3,5,7
/proc/9113/task/9131/stat : 9131 (java) S 9111 9113 9058 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 522875486 16094117888 96339 33554432000 1073741824 1073778376 140735574844144 18446744073709551615 255389117952 0 4 0 16800975 18446604471125181696 0 0 -1 3 0 0 0
[pid=9113/tid=9136] ppid=9111 vsize=15716912 CPUtime=0.5 cores=1,3,5,7
/proc/9113/task/9136/stat : 9136 (java) R 9111 9113 9058 0 -1 4202560 31 0 0 0 50 0 0 0 15 0 22 0 522875550 16094117888 96339 33554432000 1073741824 1073778376 140735574844144 18446744073709551615 46912506170555 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=9113/tid=9137] ppid=9111 vsize=15716912 CPUtime=0.81 cores=1,3,5,7
/proc/9113/task/9137/stat : 9137 (java) R 9111 9113 9058 0 -1 4202560 9 0 0 0 81 0 0 0 16 0 22 0 522875550 16094117888 96339 33554432000 1073741824 1073778376 140735574844144 18446744073709551615 46912506170505 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=9113/tid=9138] ppid=9111 vsize=15716912 CPUtime=0.73 cores=1,3,5,7
/proc/9113/task/9138/stat : 9138 (java) R 9111 9113 9058 0 -1 4202560 8 0 0 0 73 0 0 0 15 0 22 0 522875550 16094117888 96339 33554432000 1073741824 1073778376 140735574844144 18446744073709551615 46912506127404 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=9113/tid=9139] ppid=9111 vsize=15716912 CPUtime=0.64 cores=1,3,5,7
/proc/9113/task/9139/stat : 9139 (java) R 9111 9113 9058 0 -1 4202560 13 0 0 0 64 0 0 0 15 0 22 0 522875550 16094117888 96339 33554432000 1073741824 1073778376 140735574844144 18446744073709551615 46912506362883 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 6.96
Current children cumulated vsize (KiB) 15716912

[startup+6.30139 s]
/proc/loadavg: 6.26 7.77 8.03 12/224 9139
/proc/meminfo: memFree=27732264/32951124 swapFree=67111352/67111528
[pid=9113] ppid=9111 vsize=15716912 CPUtime=19.41 cores=1,3,5,7
/proc/9113/stat : 9113 (java) S 9111 9113 9058 0 -1 4202496 247300 0 1 0 1907 34 0 0 18 0 22 0 522875482 16094117888 240313 33554432000 1073741824 1073778376 140735574844144 18446744073709551615 255389104101 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/9113/statm: 3929228 240334 2275 9 0 3919947 0
[pid=9113/tid=9114] ppid=9111 vsize=15716912 CPUtime=1.94 cores=1,3,5,7
/proc/9113/task/9114/stat : 9114 (java) S 9111 9113 9058 0 -1 4202560 35694 0 1 0 190 4 0 0 22 0 22 0 522875482 16094117888 240345 33554432000 1073741824 1073778376 140735574844144 18446744073709551615 255389117337 0 4 0 16800975 18446604471125181696 0 0 -1 7 0 0 0
[pid=9113/tid=9116] ppid=9111 vsize=15716912 CPUtime=0.11 cores=1,3,5,7
/proc/9113/task/9116/stat : 9116 (java) S 9111 9113 9058 0 -1 4202560 22259 0 0 0 8 3 0 0 16 0 22 0 522875483 16094117888 240361 33554432000 1073741824 1073778376 140735574844144 18446744073709551615 255389117337 0 4 0 16800975 18446604471125181696 0 0 -1 1 0 0 0
[pid=9113/tid=9117] ppid=9111 vsize=15716912 CPUtime=0.08 cores=1,3,5,7
/proc/9113/task/9117/stat : 9117 (java) S 9111 9113 9058 0 -1 4202560 14343 0 0 0 6 2 0 0 16 0 22 0 522875483 16094117888 240376 33554432000 1073741824 1073778376 140735574844144 18446744073709551615 255389117337 0 4 0 16800975 18446604471125181696 0 0 -1 5 0 0 0
[pid=9113/tid=9118] ppid=9111 vsize=15716912 CPUtime=0.1 cores=1,3,5,7
/proc/9113/task/9118/stat : 9118 (java) S 9111 9113 9058 0 -1 4202560 23611 0 0 0 7 3 0 0 15 0 22 0 522875483 16094117888 240391 33554432000 1073741824 1073778376 140735574844144 18446744073709551615 255389117337 0 4 0 16800975 18446604471125181696 0 0 -1 5 0 0 0
[pid=9113/tid=9119] ppid=9111 vsize=15716912 CPUtime=0.08 cores=1,3,5,7
/proc/9113/task/9119/stat : 9119 (java) S 9111 9113 9058 0 -1 4202560 13322 0 0 0 7 1 0 0 15 0 22 0 522875483 16094117888 240406 33554432000 1073741824 1073778376 140735574844144 18446744073709551615 255389117337 0 4 0 16800975 18446604471125181696 0 0 -1 1 0 0 0
[pid=9113/tid=9120] ppid=9111 vsize=15716912 CPUtime=0.1 cores=1,3,5,7
/proc/9113/task/9120/stat : 9120 (java) S 9111 9113 9058 0 -1 4202560 22925 0 0 0 7 3 0 0 15 0 22 0 522875483 16094117888 240419 33554432000 1073741824 1073778376 140735574844144 18446744073709551615 255389117337 0 4 0 16800975 18446604471125181696 0 0 -1 7 0 0 0
[pid=9113/tid=9121] ppid=9111 vsize=15716912 CPUtime=0.13 cores=1,3,5,7
/proc/9113/task/9121/stat : 9121 (java) S 9111 9113 9058 0 -1 4202560 20061 0 0 0 11 2 0 0 15 0 22 0 522875483 16094117888 240436 33554432000 1073741824 1073778376 140735574844144 18446744073709551615 255389117337 0 4 0 16800975 18446604471125181696 0 0 -1 3 0 0 0
[pid=9113/tid=9122] ppid=9111 vsize=15716912 CPUtime=0.12 cores=1,3,5,7
/proc/9113/task/9122/stat : 9122 (java) S 9111 9113 9058 0 -1 4202560 23369 0 0 0 9 3 0 0 16 0 22 0 522875483 16094117888 240451 33554432000 1073741824 1073778376 140735574844144 18446744073709551615 255389117337 0 4 0 16800975 18446604471125181696 0 0 -1 7 0 0 0
[pid=9113/tid=9123] ppid=9111 vsize=15716912 CPUtime=0.09 cores=1,3,5,7
/proc/9113/task/9123/stat : 9123 (java) S 9111 9113 9058 0 -1 4202560 11209 0 0 0 8 1 0 0 16 0 22 0 522875483 16094117888 240466 33554432000 1073741824 1073778376 140735574844144 18446744073709551615 255389117337 0 4 0 16800975 18446604471125181696 0 0 -1 3 0 0 0

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

[pid=9113/tid=9124] ppid=9111 vsize=15716912 CPUtime=42.38 cores=1,3,5,7
/proc/9113/task/9124/stat : 9124 (java) R 9111 9113 9058 0 -1 4202560 731051 0 0 0 4167 71 0 0 15 0 22 0 522875484 16094117888 3862935 33554432000 1073741824 1073778376 140735574844144 18446744073709551615 47231505046107 0 0 0 16800975 0 0 0 -1 5 0 0 0
[pid=9113/tid=9125] ppid=9111 vsize=15716912 CPUtime=0 cores=1,3,5,7
/proc/9113/task/9125/stat : 9125 (java) S 9111 9113 9058 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 522875484 16094117888 3862935 33554432000 1073741824 1073778376 140735574844144 18446744073709551615 255389117337 0 4 0 16800975 18446604471125181696 0 0 -1 3 0 0 0
[pid=9113/tid=9126] ppid=9111 vsize=15716912 CPUtime=0 cores=1,3,5,7
/proc/9113/task/9126/stat : 9126 (java) S 9111 9113 9058 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 522875484 16094117888 3862935 33554432000 1073741824 1073778376 140735574844144 18446744073709551615 255389117337 0 4 0 16800975 18446604471125181696 0 0 -1 3 0 0 0
[pid=9113/tid=9127] ppid=9111 vsize=15716912 CPUtime=0 cores=1,3,5,7
/proc/9113/task/9127/stat : 9127 (java) S 9111 9113 9058 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 522875486 16094117888 3862935 33554432000 1073741824 1073778376 140735574844144 18446744073709551615 255389125041 0 4 0 16800975 18446604471125181696 0 0 -1 3 0 0 0
[pid=9113/tid=9128] ppid=9111 vsize=15716912 CPUtime=1.11 cores=1,3,5,7
/proc/9113/task/9128/stat : 9128 (java) S 9111 9113 9058 0 -1 4202560 4355 0 0 0 111 0 0 0 15 0 22 0 522875486 16094117888 3862935 33554432000 1073741824 1073778376 140735574844144 18446744073709551615 255389117337 0 4 0 16800975 18446604471125181696 0 0 -1 7 0 0 0
[pid=9113/tid=9129] ppid=9111 vsize=15716912 CPUtime=1.25 cores=1,3,5,7
/proc/9113/task/9129/stat : 9129 (java) S 9111 9113 9058 0 -1 4202560 13806 0 0 0 124 1 0 0 15 0 22 0 522875486 16094117888 3862935 33554432000 1073741824 1073778376 140735574844144 18446744073709551615 255389117337 0 4 0 16800975 18446604471125181696 0 0 -1 5 0 0 0
[pid=9113/tid=9130] ppid=9111 vsize=15716912 CPUtime=0 cores=1,3,5,7
/proc/9113/task/9130/stat : 9130 (java) S 9111 9113 9058 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 522875486 16094117888 3862935 33554432000 1073741824 1073778376 140735574844144 18446744073709551615 255389117337 0 4 0 16800975 18446604471125181696 0 0 -1 3 0 0 0
[pid=9113/tid=9131] ppid=9111 vsize=15716912 CPUtime=0 cores=1,3,5,7
/proc/9113/task/9131/stat : 9131 (java) S 9111 9113 9058 0 -1 4202560 65 0 0 0 0 0 0 0 15 0 22 0 522875486 16094117888 3862935 33554432000 1073741824 1073778376 140735574844144 18446744073709551615 255389117952 0 4 0 16800975 18446604471125181696 0 0 -1 1 0 0 0
[pid=9113/tid=9136] ppid=9111 vsize=15716912 CPUtime=1070.34 cores=1,3,5,7
/proc/9113/task/9136/stat : 9136 (java) S 9111 9113 9058 0 -1 4202560 97197 0 0 0 107023 11 0 0 25 0 22 0 522875550 16094117888 3862935 33554432000 1073741824 1073778376 140735574844144 18446744073709551615 255389117337 0 4 0 16800975 18446604471125181696 0 0 -1 1 0 0 0
[pid=9113/tid=9137] ppid=9111 vsize=15716912 CPUtime=1071.4 cores=1,3,5,7
/proc/9113/task/9137/stat : 9137 (java) S 9111 9113 9058 0 -1 4202560 107612 0 0 0 107127 13 0 0 25 0 22 0 522875550 16094117888 3862935 33554432000 1073741824 1073778376 140735574844144 18446744073709551615 255389117337 0 4 0 16800975 18446604471125181696 0 0 -1 5 0 0 0
[pid=9113/tid=9138] ppid=9111 vsize=15716912 CPUtime=1070.79 cores=1,3,5,7
/proc/9113/task/9138/stat : 9138 (java) S 9111 9113 9058 0 -1 4202560 100911 0 0 0 107067 12 0 0 25 0 22 0 522875550 16094117888 3862935 33554432000 1073741824 1073778376 140735574844144 18446744073709551615 255389117337 0 4 0 16800975 18446604471125181696 0 0 -1 3 0 0 0
[pid=9113/tid=9139] ppid=9111 vsize=15716912 CPUtime=1070.77 cores=1,3,5,7
/proc/9113/task/9139/stat : 9139 (java) S 9111 9113 9058 0 -1 4202560 104615 0 0 0 107064 13 0 0 25 0 22 0 522875550 16094117888 3862935 33554432000 1073741824 1073778376 140735574844144 18446744073709551615 255389117337 0 4 0 16800975 18446604471125181696 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4350.18
Current children cumulated vsize (KiB) 15716912

[startup+1182.3 s]
/proc/loadavg: 8.04 8.01 8.00 9/224 9171
/proc/meminfo: memFree=13827848/32951124 swapFree=67111352/67111528
[pid=9113] ppid=9111 vsize=15716912 CPUtime=4582.29 cores=1,3,5,7
/proc/9113/stat : 9113 (java) S 9111 9113 9058 0 -1 4202496 3892734 0 1 0 457654 575 0 0 18 0 22 0 522875482 16094117888 3862935 33554432000 1073741824 1073778376 140735574844144 18446744073709551615 255389104101 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/9113/statm: 3929228 3862935 2293 9 0 3919947 0
[pid=9113/tid=9114] ppid=9111 vsize=15716912 CPUtime=1.94 cores=1,3,5,7
/proc/9113/task/9114/stat : 9114 (java) S 9111 9113 9058 0 -1 4202560 35694 0 1 0 190 4 0 0 22 0 22 0 522875482 16094117888 3862935 33554432000 1073741824 1073778376 140735574844144 18446744073709551615 255389117337 0 4 0 16800975 18446604471125181696 0 0 -1 7 0 0 0
[pid=9113/tid=9116] ppid=9111 vsize=15716912 CPUtime=2.74 cores=1,3,5,7
/proc/9113/task/9116/stat : 9116 (java) S 9111 9113 9058 0 -1 4202560 412311 0 0 0 204 70 0 0 16 0 22 0 522875483 16094117888 3862935 33554432000 1073741824 1073778376 140735574844144 18446744073709551615 255389117337 0 4 0 16800975 18446604471125181696 0 0 -1 7 0 0 0
[pid=9113/tid=9117] ppid=9111 vsize=15716912 CPUtime=3.21 cores=1,3,5,7
/proc/9113/task/9117/stat : 9117 (java) S 9111 9113 9058 0 -1 4202560 483697 0 0 0 243 78 0 0 16 0 22 0 522875483 16094117888 3862935 33554432000 1073741824 1073778376 140735574844144 18446744073709551615 255389117337 0 4 0 16800975 18446604471125181696 0 0 -1 3 0 0 0
[pid=9113/tid=9118] ppid=9111 vsize=15716912 CPUtime=3.2 cores=1,3,5,7
/proc/9113/task/9118/stat : 9118 (java) S 9111 9113 9058 0 -1 4202560 435980 0 0 0 249 71 0 0 16 0 22 0 522875483 16094117888 3862935 33554432000 1073741824 1073778376 140735574844144 18446744073709551615 255389117337 0 4 0 16800975 18446604471125181696 0 0 -1 1 0 0 0
[pid=9113/tid=9119] ppid=9111 vsize=15716912 CPUtime=1.49 cores=1,3,5,7
/proc/9113/task/9119/stat : 9119 (java) S 9111 9113 9058 0 -1 4202560 234506 0 0 0 111 38 0 0 16 0 22 0 522875483 16094117888 3862935 33554432000 1073741824 1073778376 140735574844144 18446744073709551615 255389117337 0 4 0 16800975 18446604471125181696 0 0 -1 3 0 0 0
[pid=9113/tid=9120] ppid=9111 vsize=15716912 CPUtime=2.92 cores=1,3,5,7
/proc/9113/task/9120/stat : 9120 (java) S 9111 9113 9058 0 -1 4202560 371406 0 0 0 232 60 0 0 16 0 22 0 522875483 16094117888 3862935 33554432000 1073741824 1073778376 140735574844144 18446744073709551615 255389117337 0 4 0 16800975 18446604471125181696 0 0 -1 7 0 0 0
[pid=9113/tid=9121] ppid=9111 vsize=15716912 CPUtime=2.14 cores=1,3,5,7
/proc/9113/task/9121/stat : 9121 (java) S 9111 9113 9058 0 -1 4202560 283734 0 0 0 166 48 0 0 16 0 22 0 522875483 16094117888 3862935 33554432000 1073741824 1073778376 140735574844144 18446744073709551615 255389117337 0 4 0 16800975 18446604471125181696 0 0 -1 7 0 0 0
[pid=9113/tid=9122] ppid=9111 vsize=15716912 CPUtime=2.19 cores=1,3,5,7
/proc/9113/task/9122/stat : 9122 (java) S 9111 9113 9058 0 -1 4202560 218297 0 0 0 187 32 0 0 16 0 22 0 522875483 16094117888 3862935 33554432000 1073741824 1073778376 140735574844144 18446744073709551615 255389117337 0 4 0 16800975 18446604471125181696 0 0 -1 3 0 0 0
[pid=9113/tid=9123] ppid=9111 vsize=15716912 CPUtime=2.14 cores=1,3,5,7
/proc/9113/task/9123/stat : 9123 (java) S 9111 9113 9058 0 -1 4202560 256096 0 0 0 171 43 0 0 16 0 22 0 522875483 16094117888 3862935 33554432000 1073741824 1073778376 140735574844144 18446744073709551615 255389117337 0 4 0 16800975 18446604471125181696 0 0 -1 3 0 0 0
[pid=9113/tid=9124] ppid=9111 vsize=15716912 CPUtime=44.91 cores=1,3,5,7
/proc/9113/task/9124/stat : 9124 (java) S 9111 9113 9058 0 -1 4202560 731055 0 0 0 4420 71 0 0 16 0 22 0 522875484 16094117888 3862935 33554432000 1073741824 1073778376 140735574844144 18446744073709551615 255389117952 0 0 0 16800975 18446604471125181696 0 0 -1 5 0 0 0
[pid=9113/tid=9125] ppid=9111 vsize=15716912 CPUtime=0 cores=1,3,5,7
/proc/9113/task/9125/stat : 9125 (java) S 9111 9113 9058 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 522875484 16094117888 3862935 33554432000 1073741824 1073778376 140735574844144 18446744073709551615 255389117337 0 4 0 16800975 18446604471125181696 0 0 -1 3 0 0 0
[pid=9113/tid=9126] ppid=9111 vsize=15716912 CPUtime=0 cores=1,3,5,7
/proc/9113/task/9126/stat : 9126 (java) S 9111 9113 9058 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 522875484 16094117888 3862935 33554432000 1073741824 1073778376 140735574844144 18446744073709551615 255389117337 0 4 0 16800975 18446604471125181696 0 0 -1 3 0 0 0
[pid=9113/tid=9127] ppid=9111 vsize=15716912 CPUtime=0 cores=1,3,5,7
/proc/9113/task/9127/stat : 9127 (java) S 9111 9113 9058 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 522875486 16094117888 3862935 33554432000 1073741824 1073778376 140735574844144 18446744073709551615 255389125041 0 4 0 16800975 18446604471125181696 0 0 -1 3 0 0 0
[pid=9113/tid=9128] ppid=9111 vsize=15716912 CPUtime=1.11 cores=1,3,5,7
/proc/9113/task/9128/stat : 9128 (java) S 9111 9113 9058 0 -1 4202560 4355 0 0 0 111 0 0 0 15 0 22 0 522875486 16094117888 3862935 33554432000 1073741824 1073778376 140735574844144 18446744073709551615 255389117337 0 4 0 16800975 18446604471125181696 0 0 -1 7 0 0 0
[pid=9113/tid=9129] ppid=9111 vsize=15716912 CPUtime=1.25 cores=1,3,5,7
/proc/9113/task/9129/stat : 9129 (java) S 9111 9113 9058 0 -1 4202560 13806 0 0 0 124 1 0 0 15 0 22 0 522875486 16094117888 3862935 33554432000 1073741824 1073778376 140735574844144 18446744073709551615 255389117337 0 4 0 16800975 18446604471125181696 0 0 -1 5 0 0 0
[pid=9113/tid=9130] ppid=9111 vsize=15716912 CPUtime=0 cores=1,3,5,7
/proc/9113/task/9130/stat : 9130 (java) S 9111 9113 9058 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 522875486 16094117888 3862935 33554432000 1073741824 1073778376 140735574844144 18446744073709551615 255389117337 0 4 0 16800975 18446604471125181696 0 0 -1 3 0 0 0
[pid=9113/tid=9131] ppid=9111 vsize=15716912 CPUtime=0 cores=1,3,5,7
/proc/9113/task/9131/stat : 9131 (java) S 9111 9113 9058 0 -1 4202560 69 0 0 0 0 0 0 0 15 0 22 0 522875486 16094117888 3862935 33554432000 1073741824 1073778376 140735574844144 18446744073709551615 255389117952 0 4 0 16800975 18446604471125181696 0 0 -1 1 0 0 0
[pid=9113/tid=9136] ppid=9111 vsize=15716912 CPUtime=1127.82 cores=1,3,5,7
/proc/9113/task/9136/stat : 9136 (java) R 9111 9113 9058 0 -1 4202560 97198 0 0 0 112771 11 0 0 23 0 22 0 522875550 16094117888 3862935 33554432000 1073741824 1073778376 140735574844144 18446744073709551615 46912505937668 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=9113/tid=9137] ppid=9111 vsize=15716912 CPUtime=1128.87 cores=1,3,5,7
/proc/9113/task/9137/stat : 9137 (java) R 9111 9113 9058 0 -1 4202560 107613 0 0 0 112874 13 0 0 22 0 22 0 522875550 16094117888 3862935 33554432000 1073741824 1073778376 140735574844144 18446744073709551615 46912505937780 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=9113/tid=9138] ppid=9111 vsize=15716912 CPUtime=1128.26 cores=1,3,5,7
/proc/9113/task/9138/stat : 9138 (java) R 9111 9113 9058 0 -1 4202560 100914 0 0 0 112814 12 0 0 22 0 22 0 522875550 16094117888 3862935 33554432000 1073741824 1073778376 140735574844144 18446744073709551615 46912505937133 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=9113/tid=9139] ppid=9111 vsize=15716912 CPUtime=1127.92 cores=1,3,5,7
/proc/9113/task/9139/stat : 9139 (java) R 9111 9113 9058 0 -1 4202560 104618 0 0 0 112779 13 0 0 22 0 22 0 522875550 16094117888 3862935 33554432000 1073741824 1073778376 140735574844144 18446744073709551615 46912505914834 0 4 0 16800975 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4582.29
Current children cumulated vsize (KiB) 15716912



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1238.4 s]
/proc/loadavg: 7.92 7.98 7.99 9/224 9223
/proc/meminfo: memFree=10123728/32951124 swapFree=67111352/67111528
[pid=9113] ppid=9111 vsize=15716912 CPUtime=4800.35 cores=1,3,5,7
/proc/9113/stat : 9113 (java) S 9111 9113 9058 0 -1 4202496 3892749 0 1 0 479460 575 0 0 18 0 22 0 522875482 16094117888 3862935 33554432000 1073741824 1073778376 140735574844144 18446744073709551615 255389104101 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/9113/statm: 3929228 3862935 2293 9 0 3919947 0
[pid=9113/tid=9114] ppid=9111 vsize=15716912 CPUtime=1.94 cores=1,3,5,7
/proc/9113/task/9114/stat : 9114 (java) S 9111 9113 9058 0 -1 4202560 35694 0 1 0 190 4 0 0 22 0 22 0 522875482 16094117888 3862935 33554432000 1073741824 1073778376 140735574844144 18446744073709551615 255389117337 0 4 0 16800975 18446604471125181696 0 0 -1 7 0 0 0
[pid=9113/tid=9116] ppid=9111 vsize=15716912 CPUtime=2.74 cores=1,3,5,7
/proc/9113/task/9116/stat : 9116 (java) S 9111 9113 9058 0 -1 4202560 412311 0 0 0 204 70 0 0 16 0 22 0 522875483 16094117888 3862935 33554432000 1073741824 1073778376 140735574844144 18446744073709551615 255389117337 0 4 0 16800975 18446604471125181696 0 0 -1 7 0 0 0
[pid=9113/tid=9117] ppid=9111 vsize=15716912 CPUtime=3.21 cores=1,3,5,7
/proc/9113/task/9117/stat : 9117 (java) S 9111 9113 9058 0 -1 4202560 483697 0 0 0 243 78 0 0 16 0 22 0 522875483 16094117888 3862935 33554432000 1073741824 1073778376 140735574844144 18446744073709551615 255389117337 0 4 0 16800975 18446604471125181696 0 0 -1 3 0 0 0
[pid=9113/tid=9118] ppid=9111 vsize=15716912 CPUtime=3.2 cores=1,3,5,7
/proc/9113/task/9118/stat : 9118 (java) S 9111 9113 9058 0 -1 4202560 435980 0 0 0 249 71 0 0 16 0 22 0 522875483 16094117888 3862935 33554432000 1073741824 1073778376 140735574844144 18446744073709551615 255389117337 0 4 0 16800975 18446604471125181696 0 0 -1 1 0 0 0
[pid=9113/tid=9119] ppid=9111 vsize=15716912 CPUtime=1.49 cores=1,3,5,7
/proc/9113/task/9119/stat : 9119 (java) S 9111 9113 9058 0 -1 4202560 234506 0 0 0 111 38 0 0 16 0 22 0 522875483 16094117888 3862935 33554432000 1073741824 1073778376 140735574844144 18446744073709551615 255389117337 0 4 0 16800975 18446604471125181696 0 0 -1 3 0 0 0
[pid=9113/tid=9120] ppid=9111 vsize=15716912 CPUtime=2.92 cores=1,3,5,7
/proc/9113/task/9120/stat : 9120 (java) S 9111 9113 9058 0 -1 4202560 371406 0 0 0 232 60 0 0 16 0 22 0 522875483 16094117888 3862935 33554432000 1073741824 1073778376 140735574844144 18446744073709551615 255389117337 0 4 0 16800975 18446604471125181696 0 0 -1 7 0 0 0
[pid=9113/tid=9121] ppid=9111 vsize=15716912 CPUtime=2.14 cores=1,3,5,7
/proc/9113/task/9121/stat : 9121 (java) S 9111 9113 9058 0 -1 4202560 283734 0 0 0 166 48 0 0 16 0 22 0 522875483 16094117888 3862935 33554432000 1073741824 1073778376 140735574844144 18446744073709551615 255389117337 0 4 0 16800975 18446604471125181696 0 0 -1 7 0 0 0
[pid=9113/tid=9122] ppid=9111 vsize=15716912 CPUtime=2.19 cores=1,3,5,7
/proc/9113/task/9122/stat : 9122 (java) S 9111 9113 9058 0 -1 4202560 218297 0 0 0 187 32 0 0 16 0 22 0 522875483 16094117888 3862935 33554432000 1073741824 1073778376 140735574844144 18446744073709551615 255389117337 0 4 0 16800975 18446604471125181696 0 0 -1 3 0 0 0
[pid=9113/tid=9123] ppid=9111 vsize=15716912 CPUtime=2.14 cores=1,3,5,7
/proc/9113/task/9123/stat : 9123 (java) S 9111 9113 9058 0 -1 4202560 256096 0 0 0 171 43 0 0 16 0 22 0 522875483 16094117888 3862935 33554432000 1073741824 1073778376 140735574844144 18446744073709551615 255389117337 0 4 0 16800975 18446604471125181696 0 0 -1 3 0 0 0
[pid=9113/tid=9124] ppid=9111 vsize=15716912 CPUtime=46.93 cores=1,3,5,7
/proc/9113/task/9124/stat : 9124 (java) S 9111 9113 9058 0 -1 4202560 731059 0 0 0 4622 71 0 0 15 0 22 0 522875484 16094117888 3862935 33554432000 1073741824 1073778376 140735574844144 18446744073709551615 255389117952 0 0 0 16800975 18446604471125181696 0 0 -1 5 0 0 0
[pid=9113/tid=9125] ppid=9111 vsize=15716912 CPUtime=0 cores=1,3,5,7
/proc/9113/task/9125/stat : 9125 (java) S 9111 9113 9058 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 522875484 16094117888 3862935 33554432000 1073741824 1073778376 140735574844144 18446744073709551615 255389117337 0 4 0 16800975 18446604471125181696 0 0 -1 3 0 0 0
[pid=9113/tid=9126] ppid=9111 vsize=15716912 CPUtime=0 cores=1,3,5,7
/proc/9113/task/9126/stat : 9126 (java) S 9111 9113 9058 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 522875484 16094117888 3862935 33554432000 1073741824 1073778376 140735574844144 18446744073709551615 255389117337 0 4 0 16800975 18446604471125181696 0 0 -1 3 0 0 0
[pid=9113/tid=9127] ppid=9111 vsize=15716912 CPUtime=0 cores=1,3,5,7
/proc/9113/task/9127/stat : 9127 (java) S 9111 9113 9058 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 522875486 16094117888 3862935 33554432000 1073741824 1073778376 140735574844144 18446744073709551615 255389125041 0 4 0 16800975 18446604471125181696 0 0 -1 3 0 0 0
[pid=9113/tid=9128] ppid=9111 vsize=15716912 CPUtime=1.11 cores=1,3,5,7
/proc/9113/task/9128/stat : 9128 (java) S 9111 9113 9058 0 -1 4202560 4355 0 0 0 111 0 0 0 15 0 22 0 522875486 16094117888 3862935 33554432000 1073741824 1073778376 140735574844144 18446744073709551615 255389117337 0 4 0 16800975 18446604471125181696 0 0 -1 7 0 0 0
[pid=9113/tid=9129] ppid=9111 vsize=15716912 CPUtime=1.26 cores=1,3,5,7
/proc/9113/task/9129/stat : 9129 (java) S 9111 9113 9058 0 -1 4202560 13807 0 0 0 125 1 0 0 15 0 22 0 522875486 16094117888 3862935 33554432000 1073741824 1073778376 140735574844144 18446744073709551615 255389117337 0 4 0 16800975 18446604471125181696 0 0 -1 5 0 0 0
[pid=9113/tid=9130] ppid=9111 vsize=15716912 CPUtime=0 cores=1,3,5,7
/proc/9113/task/9130/stat : 9130 (java) S 9111 9113 9058 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 522875486 16094117888 3862935 33554432000 1073741824 1073778376 140735574844144 18446744073709551615 255389117337 0 4 0 16800975 18446604471125181696 0 0 -1 3 0 0 0
[pid=9113/tid=9131] ppid=9111 vsize=15716912 CPUtime=0 cores=1,3,5,7
/proc/9113/task/9131/stat : 9131 (java) S 9111 9113 9058 0 -1 4202560 73 0 0 0 0 0 0 0 15 0 22 0 522875486 16094117888 3862935 33554432000 1073741824 1073778376 140735574844144 18446744073709551615 255389117952 0 4 0 16800975 18446604471125181696 0 0 -1 1 0 0 0
[pid=9113/tid=9136] ppid=9111 vsize=15716912 CPUtime=1181.9 cores=1,3,5,7
/proc/9113/task/9136/stat : 9136 (java) R 9111 9113 9058 0 -1 4202560 97201 0 0 0 118179 11 0 0 25 0 22 0 522875550 16094117888 3862935 33554432000 1073741824 1073778376 140735574844144 18446744073709551615 46912505937148 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=9113/tid=9137] ppid=9111 vsize=15716912 CPUtime=1182.94 cores=1,3,5,7
/proc/9113/task/9137/stat : 9137 (java) R 9111 9113 9058 0 -1 4202560 107614 0 0 0 118281 13 0 0 25 0 22 0 522875550 16094117888 3862935 33554432000 1073741824 1073778376 140735574844144 18446744073709551615 46912505937136 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=9113/tid=9138] ppid=9111 vsize=15716912 CPUtime=1182.35 cores=1,3,5,7
/proc/9113/task/9138/stat : 9138 (java) R 9111 9113 9058 0 -1 4202560 100915 0 0 0 118223 12 0 0 25 0 22 0 522875550 16094117888 3862935 33554432000 1073741824 1073778376 140735574844144 18446744073709551615 46912505937148 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=9113/tid=9139] ppid=9111 vsize=15716912 CPUtime=1181.71 cores=1,3,5,7
/proc/9113/task/9139/stat : 9139 (java) R 9111 9113 9058 0 -1 4202560 104619 0 0 0 118158 13 0 0 25 0 22 0 522875550 16094117888 3862935 33554432000 1073741824 1073778376 140735574844144 18446744073709551615 46912505937794 0 4 0 16800975 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4800.35
Current children cumulated vsize (KiB) 15716912

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

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

[startup+1238.61 s]
/proc/loadavg: 7.92 7.98 7.99 6/205 9226
/proc/meminfo: memFree=12911808/32951124 swapFree=67111352/67111528
[pid=9113] ppid=9111 vsize=0 CPUtime=4800.56 cores=1,3,5,7
/proc/9113/stat : 9113 (java) Z 9111 9113 9058 0 -1 4203548 3892776 0 1 0 479462 594 0 0 17 0 2 0 522875482 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/9113/statm: 0 0 0 0 0 0 0
[pid=9113/tid=9225] ppid=9111 vsize=0 CPUtime=0.19 cores=1,3,5,7
/proc/9113/task/9225/stat : 9225 (java) R 9111 9113 9058 0 -1 4203588 11 0 0 0 0 19 0 0 20 0 2 0 522999323 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4800.56
Current children cumulated vsize (KiB) 0

[startup+1238.8 s]
/proc/loadavg: 7.92 7.98 7.99 6/205 9226
/proc/meminfo: memFree=12911808/32951124 swapFree=67111352/67111528
[pid=9113] ppid=9111 vsize=0 CPUtime=4800.75 cores=1,3,5,7
/proc/9113/stat : 9113 (java) Z 9111 9113 9058 0 -1 4203548 3892776 0 1 0 479462 613 0 0 17 0 2 0 522875482 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/9113/statm: 0 0 0 0 0 0 0
[pid=9113/tid=9225] ppid=9111 vsize=0 CPUtime=0.38 cores=1,3,5,7
/proc/9113/task/9225/stat : 9225 (java) R 9111 9113 9058 0 -1 4203588 11 0 0 0 0 38 0 0 20 0 2 0 522999323 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4800.75
Current children cumulated vsize (KiB) 0

[startup+1238.9 s]
/proc/loadavg: 7.92 7.98 7.99 6/205 9226
/proc/meminfo: memFree=12911808/32951124 swapFree=67111352/67111528
[pid=9113] ppid=9111 vsize=0 CPUtime=4800.85 cores=1,3,5,7
/proc/9113/stat : 9113 (java) Z 9111 9113 9058 0 -1 4203548 3892776 0 1 0 479462 623 0 0 17 0 2 0 522875482 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/9113/statm: 0 0 0 0 0 0 0
[pid=9113/tid=9225] ppid=9111 vsize=0 CPUtime=0.48 cores=1,3,5,7
/proc/9113/task/9225/stat : 9225 (java) R 9111 9113 9058 0 -1 4203588 11 0 0 0 0 48 0 0 20 0 2 0 522999323 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4800.85
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1238.94
CPU time (s): 4800.91
CPU user time (s): 4794.63
CPU system time (s): 6.28004
CPU usage (%): 387.5
Max. virtual memory (cumulated for all children) (KiB): 15716912

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4794.63
system time used= 6.28005
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3892776
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= 28170
involuntary context switches= 70970

runsolver used 1.9797 second user time and 4.83726 second system time

The end

Launcher Data

Begin job on node135 at 2011-04-29 23:32:56
IDJOB=3312384
IDBENCH=82569
IDSOLVER=1699
FILE ID=node135/3312384-1304112776
RUNJOBID= node135-1304112776-9077
PBS_JOBID= 13170696
Free space on /tmp= 71116 MiB

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

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

MD5SUM BENCH= 1a8d3d5d5a6ad4a4b0bb6bd83ad87f53
RANDOM SEED=2122984206

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.851
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.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      29693660 kB
Buffers:        918576 kB
Cached:        1741908 kB
SwapCached:        172 kB
Active:         138216 kB
Inactive:      2600160 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      29693660 kB
SwapTotal:    67111528 kB
SwapFree:     67111352 kB
Dirty:            6024 kB
Writeback:          12 kB
AnonPages:       77508 kB
Mapped:          22380 kB
Slab:           453972 kB
PageTables:       5112 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   781236 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 71112 MiB
End job on node135 at 2011-04-29 23:53:37