Trace number 3312303

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) 4800.33 1207.63

General information on the benchmark

Nameapplication/kullmann/AES/Benchmarks/
64/aes_64_2_keyfind_1.cnf
MD5SUM1024a3346322fdba0a20b51f99eae4c0
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables1000
Number of clauses5176
Sum of the clauses size20024
Maximum clause length5
Minimum clause length1
Number of clauses of size 1136
Number of clauses of size 2160
Number of clauses of size 32080
Number of clauses of size 4672
Number of clauses of size 52128
Number of clauses of size over 50

Solver Data

0.10/0.12	41:42 INFO : Reading from input HOME/instance-3312303-1304185302.cnf
0.26/0.30	Executor set job limit to 1000000
0.52/0.30	Executor set job limit to 1000000
0.52/0.30	Executor set job limit to 1000000
0.52/0.30	Executor set job limit to 1000000
0.52/0.30	Starting Executor!
0.52/0.30	Starting Executor!
0.52/0.30	Starting Executor!
0.52/0.30	Starting Executor!
0.78/0.41	41:42 INFO : Found 512 xor gates
1.04/0.55	41:42 INFO : 672 variables remaining out of 1000
1.04/0.55	41:42 INFO : 22400 literals remaining out of 8888
908.35/228.54	log4j:WARN No appenders could be found for logger (ibis.constellation.impl.SingleThreadedConstellation.CID: 0:4).
908.35/228.54	log4j:WARN Please initialize the log4j system properly.
908.35/228.54	log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for more info.

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-3312303-1304185302/watcher-3312303-1304185302 -o /tmp/evaluation-result-3312303-1304185302/solver-3312303-1304185302 -C 4800 -W 1300 -M 15500 run 15000 4 HOME HOME HOME/instance-3312303-1304185302.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: 1.69 3.93 5.35 2/176 1748
/proc/meminfo: memFree=29684200/32950928 swapFree=67111364/67111528
[pid=1748] ppid=1746 vsize=2464 CPUtime=0 cores=0,2,4,6
/proc/1748/stat : 1748 (java) S 1746 1748 802 0 -1 4194304 368 0 0 0 0 0 0 0 23 0 1 0 608760836 2523136 45 33554432000 1073741824 1073778376 140736042143920 18446744073709551615 256410467975 0 2147483391 4096 0 18446744071699199166 0 0 17 4 0 0 0
/proc/1748/statm: 616 45 35 9 0 27 0

[startup+0.0969279 s]
/proc/loadavg: 1.69 3.93 5.35 2/176 1748
/proc/meminfo: memFree=29684200/32950928 swapFree=67111364/67111528
[pid=1748] ppid=1746 vsize=15676156 CPUtime=0.1 cores=0,2,4,6
/proc/1748/stat : 1748 (java) S 1746 1748 802 0 -1 4202496 5504 0 1 0 9 1 0 0 18 0 18 0 608760836 16052383744 4928 33554432000 1073741824 1073778376 140736295151648 18446744073709551615 256427194341 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/1748/statm: 3919039 4928 2116 9 0 3909758 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 15676156

[startup+0.100917 s]
/proc/loadavg: 1.69 3.93 5.35 2/176 1748
/proc/meminfo: memFree=29684200/32950928 swapFree=67111364/67111528
[pid=1748] ppid=1746 vsize=15676156 CPUtime=0.1 cores=0,2,4,6
/proc/1748/stat : 1748 (java) S 1746 1748 802 0 -1 4202496 5520 0 1 0 9 1 0 0 18 0 18 0 608760836 16052383744 4944 33554432000 1073741824 1073778376 140736295151648 18446744073709551615 256427194341 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/1748/statm: 3919039 4944 2117 9 0 3909758 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 15676156

[startup+0.300858 s]
/proc/loadavg: 1.69 3.93 5.35 2/176 1748
/proc/meminfo: memFree=29684200/32950928 swapFree=67111364/67111528
[pid=1748] ppid=1746 vsize=15681588 CPUtime=0.52 cores=0,2,4,6
/proc/1748/stat : 1748 (java) S 1746 1748 802 0 -1 4202496 13690 0 1 0 50 2 0 0 18 0 18 0 608760836 16057946112 11971 33554432000 1073741824 1073778376 140736295151648 18446744073709551615 256427194341 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/1748/statm: 3920397 11971 2206 9 0 3911116 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 15681588

[startup+0.75267 s]
/proc/loadavg: 1.69 3.93 5.35 2/176 1748
/proc/meminfo: memFree=29684200/32950928 swapFree=67111364/67111528
[pid=1748] ppid=1746 vsize=15700340 CPUtime=1.88 cores=0,2,4,6
/proc/1748/stat : 1748 (java) S 1746 1748 802 0 -1 4202496 26770 0 1 0 183 5 0 0 18 0 22 0 608760836 16077148160 22093 33554432000 1073741824 1073778376 140736295151648 18446744073709551615 256427194341 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/1748/statm: 3925085 22130 2261 9 0 3915804 0
Current children cumulated CPU time (s) 1.88
Current children cumulated vsize (KiB) 15700340

[startup+1.50154 s]
/proc/loadavg: 1.69 3.93 5.35 16/220 1792
/proc/meminfo: memFree=29386092/32950928 swapFree=67111364/67111528
[pid=1748] ppid=1746 vsize=15701472 CPUtime=4.85 cores=0,2,4,6
/proc/1748/stat : 1748 (java) S 1746 1748 802 0 -1 4202496 60883 0 1 0 476 9 0 0 18 0 22 0 608760836 16078307328 53421 33554432000 1073741824 1073778376 140736295151648 18446744073709551615 256427194341 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/1748/statm: 3925368 53421 2274 9 0 3916087 0
[pid=1748/tid=1752] ppid=1746 vsize=15701472 CPUtime=0.53 cores=0,2,4,6
/proc/1748/task/1752/stat : 1752 (java) S 1746 1748 802 0 -1 4202560 9630 0 1 0 51 2 0 0 18 0 22 0 608760837 16078307328 53421 33554432000 1073741824 1073778376 140736295151648 18446744073709551615 256427207577 0 4 0 16800975 18446604453599848640 0 0 -1 2 0 0 0
[pid=1748/tid=1761] ppid=1746 vsize=15701472 CPUtime=0 cores=0,2,4,6
/proc/1748/task/1761/stat : 1761 (java) S 1746 1748 802 0 -1 4202560 466 0 0 0 0 0 0 0 15 0 22 0 608760837 16078307328 53421 33554432000 1073741824 1073778376 140736295151648 18446744073709551615 256427207577 0 4 0 16800975 18446604453599848640 0 0 -1 6 0 0 0
[pid=1748/tid=1762] ppid=1746 vsize=15701472 CPUtime=0 cores=0,2,4,6
/proc/1748/task/1762/stat : 1762 (java) S 1746 1748 802 0 -1 4202560 2161 0 0 0 0 0 0 0 16 0 22 0 608760837 16078307328 53421 33554432000 1073741824 1073778376 140736295151648 18446744073709551615 256427207577 0 4 0 16800975 18446604453599848640 0 0 -1 2 0 0 0
[pid=1748/tid=1763] ppid=1746 vsize=15701472 CPUtime=0 cores=0,2,4,6
/proc/1748/task/1763/stat : 1763 (java) S 1746 1748 802 0 -1 4202560 1961 0 0 0 0 0 0 0 16 0 22 0 608760837 16078307328 53421 33554432000 1073741824 1073778376 140736295151648 18446744073709551615 256427207577 0 4 0 16800975 18446604453599848640 0 0 -1 2 0 0 0
[pid=1748/tid=1764] ppid=1746 vsize=15701472 CPUtime=0 cores=0,2,4,6
/proc/1748/task/1764/stat : 1764 (java) S 1746 1748 802 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 608760837 16078307328 53421 33554432000 1073741824 1073778376 140736295151648 18446744073709551615 256427207577 0 4 0 16800975 18446604453599848640 0 0 -1 6 0 0 0
[pid=1748/tid=1765] ppid=1746 vsize=15701472 CPUtime=0 cores=0,2,4,6
/proc/1748/task/1765/stat : 1765 (java) S 1746 1748 802 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 608760837 16078307328 53421 33554432000 1073741824 1073778376 140736295151648 18446744073709551615 256427207577 0 4 0 16800975 18446604453599848640 0 0 -1 0 0 0 0
[pid=1748/tid=1766] ppid=1746 vsize=15701472 CPUtime=0 cores=0,2,4,6
/proc/1748/task/1766/stat : 1766 (java) S 1746 1748 802 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 608760837 16078307328 53421 33554432000 1073741824 1073778376 140736295151648 18446744073709551615 256427207577 0 4 0 16800975 18446604453599848640 0 0 -1 2 0 0 0
[pid=1748/tid=1767] ppid=1746 vsize=15701472 CPUtime=0 cores=0,2,4,6
/proc/1748/task/1767/stat : 1767 (java) S 1746 1748 802 0 -1 4202560 1486 0 0 0 0 0 0 0 15 0 22 0 608760837 16078307328 53421 33554432000 1073741824 1073778376 140736295151648 18446744073709551615 256427207577 0 4 0 16800975 18446604453599848640 0 0 -1 4 0 0 0
[pid=1748/tid=1768] ppid=1746 vsize=15701472 CPUtime=0 cores=0,2,4,6
/proc/1748/task/1768/stat : 1768 (java) S 1746 1748 802 0 -1 4202560 1156 0 0 0 0 0 0 0 15 0 22 0 608760837 16078307328 53421 33554432000 1073741824 1073778376 140736295151648 18446744073709551615 256427207577 0 4 0 16800975 18446604453599848640 0 0 -1 0 0 0 0
[pid=1748/tid=1770] ppid=1746 vsize=15701472 CPUtime=0 cores=0,2,4,6
/proc/1748/task/1770/stat : 1770 (java) S 1746 1748 802 0 -1 4202560 74 0 0 0 0 0 0 0 15 0 22 0 608760838 16078307328 53421 33554432000 1073741824 1073778376 140736295151648 18446744073709551615 256427208192 0 0 0 16800975 18446604453599848640 0 0 -1 2 0 0 0
[pid=1748/tid=1772] ppid=1746 vsize=15701472 CPUtime=0 cores=0,2,4,6
/proc/1748/task/1772/stat : 1772 (java) S 1746 1748 802 0 -1 4202560 17 0 0 0 0 0 0 0 17 0 22 0 608760838 16078307328 53421 33554432000 1073741824 1073778376 140736295151648 18446744073709551615 256427207577 0 4 0 16800975 18446604453599848640 0 0 -1 2 0 0 0
[pid=1748/tid=1774] ppid=1746 vsize=15701472 CPUtime=0 cores=0,2,4,6
/proc/1748/task/1774/stat : 1774 (java) S 1746 1748 802 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 608760839 16078307328 53421 33554432000 1073741824 1073778376 140736295151648 18446744073709551615 256427207577 0 4 0 16800975 18446604453599848640 0 0 -1 2 0 0 0
[pid=1748/tid=1777] ppid=1746 vsize=15701472 CPUtime=0 cores=0,2,4,6
/proc/1748/task/1777/stat : 1777 (java) S 1746 1748 802 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 608760841 16078307328 53421 33554432000 1073741824 1073778376 140736295151648 18446744073709551615 256427215281 0 4 0 16800975 18446604453599848640 0 0 -1 2 0 0 0
[pid=1748/tid=1778] ppid=1746 vsize=15701472 CPUtime=0.66 cores=0,2,4,6
/proc/1748/task/1778/stat : 1778 (java) R 1746 1748 802 0 -1 4202560 5767 0 0 0 66 0 0 0 18 0 22 0 608760841 16078307328 53421 33554432000 1073741824 1073778376 140736295151648 18446744073709551615 47311738327363 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=1748/tid=1781] ppid=1746 vsize=15701472 CPUtime=0.95 cores=0,2,4,6
/proc/1748/task/1781/stat : 1781 (java) R 1746 1748 802 0 -1 4202560 10898 0 0 0 93 2 0 0 17 0 22 0 608760841 16078307328 53421 33554432000 1073741824 1073778376 140736295151648 18446744073709551615 47311739095580 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=1748/tid=1782] ppid=1746 vsize=15701472 CPUtime=0 cores=0,2,4,6
/proc/1748/task/1782/stat : 1782 (java) S 1746 1748 802 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 608760841 16078307328 53421 33554432000 1073741824 1073778376 140736295151648 18446744073709551615 256427207577 0 4 0 16800975 18446604453599848640 0 0 -1 2 0 0 0
[pid=1748/tid=1784] ppid=1746 vsize=15701472 CPUtime=0 cores=0,2,4,6
/proc/1748/task/1784/stat : 1784 (java) S 1746 1748 802 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 608760841 16078307328 53421 33554432000 1073741824 1073778376 140736295151648 18446744073709551615 256427208192 0 4 0 16800975 18446604453599848640 0 0 -1 6 0 0 0
[pid=1748/tid=1789] ppid=1746 vsize=15701472 CPUtime=0.75 cores=0,2,4,6
/proc/1748/task/1789/stat : 1789 (java) R 1746 1748 802 0 -1 4202560 6390 0 0 0 75 0 0 0 16 0 22 0 608760866 16078307328 53421 33554432000 1073741824 1073778376 140736295151648 18446744073709551615 46912505740058 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=1748/tid=1790] ppid=1746 vsize=15701472 CPUtime=0.61 cores=0,2,4,6
/proc/1748/task/1790/stat : 1790 (java) R 1746 1748 802 0 -1 4202560 7388 0 0 0 61 0 0 0 17 0 22 0 608760866 16078307328 53421 33554432000 1073741824 1073778376 140736295151648 18446744073709551615 256427217589 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=1748/tid=1791] ppid=1746 vsize=15701472 CPUtime=0.64 cores=0,2,4,6
/proc/1748/task/1791/stat : 1791 (java) R 1746 1748 802 0 -1 4202560 6516 0 0 0 64 0 0 0 16 0 22 0 608760866 16078307328 53421 33554432000 1073741824 1073778376 140736295151648 18446744073709551615 46912505825860 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=1748/tid=1792] ppid=1746 vsize=15701472 CPUtime=0.57 cores=0,2,4,6
/proc/1748/task/1792/stat : 1792 (java) R 1746 1748 802 0 -1 4202560 5600 0 0 0 57 0 0 0 16 0 22 0 608760866 16078307328 53421 33554432000 1073741824 1073778376 140736295151648 18446744073709551615 46912505825820 0 4 0 16800975 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4.85
Current children cumulated vsize (KiB) 15701472

[startup+3.10124 s]
/proc/loadavg: 2.60 4.08 5.39 11/220 1792
/proc/meminfo: memFree=29145688/32950928 swapFree=67111364/67111528
[pid=1748] ppid=1746 vsize=15701472 CPUtime=11.24 cores=0,2,4,6
/proc/1748/stat : 1748 (java) S 1746 1748 802 0 -1 4202496 159932 0 1 0 1100 24 0 0 18 0 22 0 608760836 16078307328 152383 33554432000 1073741824 1073778376 140736295151648 18446744073709551615 256427194341 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/1748/statm: 3925368 152383 2285 9 0 3916087 0
[pid=1748/tid=1752] ppid=1746 vsize=15701472 CPUtime=0.53 cores=0,2,4,6
/proc/1748/task/1752/stat : 1752 (java) S 1746 1748 802 0 -1 4202560 9630 0 1 0 51 2 0 0 18 0 22 0 608760837 16078307328 152383 33554432000 1073741824 1073778376 140736295151648 18446744073709551615 256427207577 0 4 0 16800975 18446604453599848640 0 0 -1 2 0 0 0
[pid=1748/tid=1761] ppid=1746 vsize=15701472 CPUtime=0.02 cores=0,2,4,6
/proc/1748/task/1761/stat : 1761 (java) S 1746 1748 802 0 -1 4202560 4688 0 0 0 1 1 0 0 16 0 22 0 608760837 16078307328 152383 33554432000 1073741824 1073778376 140736295151648 18446744073709551615 256427207577 0 4 0 16800975 18446604453599848640 0 0 -1 6 0 0 0
[pid=1748/tid=1762] ppid=1746 vsize=15701472 CPUtime=0.02 cores=0,2,4,6
/proc/1748/task/1762/stat : 1762 (java) S 1746 1748 802 0 -1 4202560 5080 0 0 0 2 0 0 0 15 0 22 0 608760837 16078307328 152383 33554432000 1073741824 1073778376 140736295151648 18446744073709551615 256427207577 0 4 0 16800975 18446604453599848640 0 0 -1 2 0 0 0
[pid=1748/tid=1763] ppid=1746 vsize=15701472 CPUtime=0.01 cores=0,2,4,6
/proc/1748/task/1763/stat : 1763 (java) S 1746 1748 802 0 -1 4202560 2524 0 0 0 1 0 0 0 15 0 22 0 608760837 16078307328 152383 33554432000 1073741824 1073778376 140736295151648 18446744073709551615 256427207577 0 4 0 16800975 18446604453599848640 0 0 -1 4 0 0 0
[pid=1748/tid=1764] ppid=1746 vsize=15701472 CPUtime=0.01 cores=0,2,4,6
/proc/1748/task/1764/stat : 1764 (java) S 1746 1748 802 0 -1 4202560 3755 0 0 0 1 0 0 0 15 0 22 0 608760837 16078307328 152383 33554432000 1073741824 1073778376 140736295151648 18446744073709551615 256427207577 0 4 0 16800975 18446604453599848640 0 0 -1 6 0 0 0
[pid=1748/tid=1765] ppid=1746 vsize=15701472 CPUtime=0 cores=0,2,4,6
/proc/1748/task/1765/stat : 1765 (java) S 1746 1748 802 0 -1 4202560 3993 0 0 0 0 0 0 0 15 0 22 0 608760837 16078307328 152383 33554432000 1073741824 1073778376 140736295151648 18446744073709551615 256427207577 0 4 0 16800975 18446604453599848640 0 0 -1 2 0 0 0
[pid=1748/tid=1766] ppid=1746 vsize=15701472 CPUtime=0 cores=0,2,4,6
/proc/1748/task/1766/stat : 1766 (java) S 1746 1748 802 0 -1 4202560 2334 0 0 0 0 0 0 0 15 0 22 0 608760837 16078307328 152383 33554432000 1073741824 1073778376 140736295151648 18446744073709551615 256427207577 0 4 0 16800975 18446604453599848640 0 0 -1 4 0 0 0
[pid=1748/tid=1767] ppid=1746 vsize=15701472 CPUtime=0 cores=0,2,4,6
/proc/1748/task/1767/stat : 1767 (java) S 1746 1748 802 0 -1 4202560 3787 0 0 0 0 0 0 0 15 0 22 0 608760837 16078307328 152383 33554432000 1073741824 1073778376 140736295151648 18446744073709551615 256427207577 0 4 0 16800975 18446604453599848640 0 0 -1 4 0 0 0
[pid=1748/tid=1768] ppid=1746 vsize=15701472 CPUtime=0 cores=0,2,4,6
/proc/1748/task/1768/stat : 1768 (java) S 1746 1748 802 0 -1 4202560 2364 0 0 0 0 0 0 0 16 0 22 0 608760837 16078307328 152383 33554432000 1073741824 1073778376 140736295151648 18446744073709551615 256427207577 0 4 0 16800975 18446604453599848640 0 0 -1 0 0 0 0
[pid=1748/tid=1770] ppid=1746 vsize=15701472 CPUtime=0 cores=0,2,4,6
/proc/1748/task/1770/stat : 1770 (java) S 1746 1748 802 0 -1 4202560 457 0 0 0 0 0 0 0 15 0 22 0 608760838 16078307328 152383 33554432000 1073741824 1073778376 140736295151648 18446744073709551615 256427208192 0 0 0 16800975 18446604453599848640 0 0 -1 6 0 0 0
[pid=1748/tid=1772] ppid=1746 vsize=15701472 CPUtime=0 cores=0,2,4,6
/proc/1748/task/1772/stat : 1772 (java) S 1746 1748 802 0 -1 4202560 17 0 0 0 0 0 0 0 17 0 22 0 608760838 16078307328 152383 33554432000 1073741824 1073778376 140736295151648 18446744073709551615 256427207577 0 4 0 16800975 18446604453599848640 0 0 -1 2 0 0 0
[pid=1748/tid=1774] ppid=1746 vsize=15701472 CPUtime=0 cores=0,2,4,6
/proc/1748/task/1774/stat : 1774 (java) S 1746 1748 802 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 608760839 16078307328 152383 33554432000 1073741824 1073778376 140736295151648 18446744073709551615 256427207577 0 4 0 16800975 18446604453599848640 0 0 -1 2 0 0 0
[pid=1748/tid=1777] ppid=1746 vsize=15701472 CPUtime=0 cores=0,2,4,6
/proc/1748/task/1777/stat : 1777 (java) S 1746 1748 802 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 608760841 16078307328 152383 33554432000 1073741824 1073778376 140736295151648 18446744073709551615 256427215281 0 4 0 16800975 18446604453599848640 0 0 -1 2 0 0 0
[pid=1748/tid=1778] ppid=1746 vsize=15701472 CPUtime=0.97 cores=0,2,4,6
/proc/1748/task/1778/stat : 1778 (java) S 1746 1748 802 0 -1 4202560 5851 0 0 0 97 0 0 0 15 0 22 0 608760841 16078307328 152383 33554432000 1073741824 1073778376 140736295151648 18446744073709551615 256427207577 0 4 0 16800975 18446604453599848640 0 0 -1 2 0 0 0
[pid=1748/tid=1781] ppid=1746 vsize=15701472 CPUtime=1.06 cores=0,2,4,6
/proc/1748/task/1781/stat : 1781 (java) S 1746 1748 802 0 -1 4202560 10921 0 0 0 104 2 0 0 15 0 22 0 608760841 16078307328 152383 33554432000 1073741824 1073778376 140736295151648 18446744073709551615 256427207577 0 4 0 16800975 18446604453599848640 0 0 -1 0 0 0 0
[pid=1748/tid=1782] ppid=1746 vsize=15701472 CPUtime=0 cores=0,2,4,6
/proc/1748/task/1782/stat : 1782 (java) S 1746 1748 802 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 608760841 16078307328 152383 33554432000 1073741824 1073778376 140736295151648 18446744073709551615 256427207577 0 4 0 16800975 18446604453599848640 0 0 -1 2 0 0 0
[pid=1748/tid=1784] ppid=1746 vsize=15701472 CPUtime=0 cores=0,2,4,6
/proc/1748/task/1784/stat : 1784 (java) S 1746 1748 802 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 608760841 16078307328 152383 33554432000 1073741824 1073778376 140736295151648 18446744073709551615 256427208192 0 4 0 16800975 18446604453599848640 0 0 -1 6 0 0 0
[pid=1748/tid=1789] ppid=1746 vsize=15701472 CPUtime=2.33 cores=0,2,4,6
/proc/1748/task/1789/stat : 1789 (java) R 1746 1748 802 0 -1 4202560 26883 0 0 0 230 3 0 0 18 0 22 0 608760866 16078307328 152383 33554432000 1073741824 1073778376 140736295151648 18446744073709551615 46912505523687 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=1748/tid=1790] ppid=1746 vsize=15701472 CPUtime=1.87 cores=0,2,4,6
/proc/1748/task/1790/stat : 1790 (java) R 1746 1748 802 0 -1 4202560 25970 0 0 0 185 2 0 0 18 0 22 0 608760866 16078307328 152383 33554432000 1073741824 1073778376 140736295151648 18446744073709551615 46912505182536 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=1748/tid=1791] ppid=1746 vsize=15701472 CPUtime=2.11 cores=0,2,4,6
/proc/1748/task/1791/stat : 1791 (java) R 1746 1748 802 0 -1 4202560 25838 0 0 0 208 3 0 0 17 0 22 0 608760866 16078307328 152383 33554432000 1073741824 1073778376 140736295151648 18446744073709551615 46912506156544 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=1748/tid=1792] ppid=1746 vsize=15701472 CPUtime=2.14 cores=0,2,4,6
/proc/1748/task/1792/stat : 1792 (java) R 1746 1748 802 0 -1 4202560 24470 0 0 0 211 3 0 0 17 0 22 0 608760866 16078307328 152383 33554432000 1073741824 1073778376 140736295151648 18446744073709551615 47311739442883 0 4 0 16800975 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 11.24
Current children cumulated vsize (KiB) 15701472

[startup+6.30164 s]
/proc/loadavg: 2.60 4.08 5.39 10/220 1792
/proc/meminfo: memFree=28275328/32950928 swapFree=67111364/67111528
[pid=1748] ppid=1746 vsize=15701472 CPUtime=23.99 cores=0,2,4,6
/proc/1748/stat : 1748 (java) S 1746 1748 802 0 -1 4202496 283945 0 1 0 2360 39 0 0 18 0 22 0 608760836 16078307328 275597 33554432000 1073741824 1073778376 140736295151648 18446744073709551615 256427194341 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/1748/statm: 3925368 275597 2285 9 0 3916087 0
[pid=1748/tid=1752] ppid=1746 vsize=15701472 CPUtime=0.53 cores=0,2,4,6
/proc/1748/task/1752/stat : 1752 (java) S 1746 1748 802 0 -1 4202560 9630 0 1 0 51 2 0 0 18 0 22 0 608760837 16078307328 275597 33554432000 1073741824 1073778376 140736295151648 18446744073709551615 256427207577 0 4 0 16800975 18446604453599848640 0 0 -1 2 0 0 0
[pid=1748/tid=1761] ppid=1746 vsize=15701472 CPUtime=0.02 cores=0,2,4,6
/proc/1748/task/1761/stat : 1761 (java) S 1746 1748 802 0 -1 4202560 5201 0 0 0 1 1 0 0 16 0 22 0 608760837 16078307328 275597 33554432000 1073741824 1073778376 140736295151648 18446744073709551615 256427207577 0 4 0 16800975 18446604453599848640 0 0 -1 4 0 0 0
[pid=1748/tid=1762] ppid=1746 vsize=15701472 CPUtime=0.02 cores=0,2,4,6
/proc/1748/task/1762/stat : 1762 (java) S 1746 1748 802 0 -1 4202560 5085 0 0 0 2 0 0 0 15 0 22 0 608760837 16078307328 275597 33554432000 1073741824 1073778376 140736295151648 18446744073709551615 256427207577 0 4 0 16800975 18446604453599848640 0 0 -1 6 0 0 0
[pid=1748/tid=1763] ppid=1746 vsize=15701472 CPUtime=0.01 cores=0,2,4,6
/proc/1748/task/1763/stat : 1763 (java) S 1746 1748 802 0 -1 4202560 2840 0 0 0 1 0 0 0 15 0 22 0 608760837 16078307328 275597 33554432000 1073741824 1073778376 140736295151648 18446744073709551615 256427207577 0 4 0 16800975 18446604453599848640 0 0 -1 4 0 0 0
[pid=1748/tid=1764] ppid=1746 vsize=15701472 CPUtime=0.01 cores=0,2,4,6
/proc/1748/task/1764/stat : 1764 (java) S 1746 1748 802 0 -1 4202560 4003 0 0 0 1 0 0 0 16 0 22 0 608760837 16078307328 275597 33554432000 1073741824 1073778376 140736295151648 18446744073709551615 256427207577 0 4 0 16800975 18446604453599848640 0 0 -1 2 0 0 0
[pid=1748/tid=1765] ppid=1746 vsize=15701472 CPUtime=0 cores=0,2,4,6
/proc/1748/task/1765/stat : 1765 (java) S 1746 1748 802 0 -1 4202560 4065 0 0 0 0 0 0 0 15 0 22 0 608760837 16078307328 275597 33554432000 1073741824 1073778376 140736295151648 18446744073709551615 256427207577 0 4 0 16800975 18446604453599848640 0 0 -1 4 0 0 0
[pid=1748/tid=1766] ppid=1746 vsize=15701472 CPUtime=0 cores=0,2,4,6
/proc/1748/task/1766/stat : 1766 (java) S 1746 1748 802 0 -1 4202560 2334 0 0 0 0 0 0 0 15 0 22 0 608760837 16078307328 275597 33554432000 1073741824 1073778376 140736295151648 18446744073709551615 256427207577 0 4 0 16800975 18446604453599848640 0 0 -1 4 0 0 0
[pid=1748/tid=1767] ppid=1746 vsize=15701472 CPUtime=0.01 cores=0,2,4,6
/proc/1748/task/1767/stat : 1767 (java) S 1746 1748 802 0 -1 4202560 4076 0 0 0 1 0 0 0 15 0 22 0 608760837 16078307328 275597 33554432000 1073741824 1073778376 140736295151648 18446744073709551615 256427207577 0 4 0 16800975 18446604453599848640 0 0 -1 2 0 0 0
[pid=1748/tid=1768] ppid=1746 vsize=15701472 CPUtime=0 cores=0,2,4,6
/proc/1748/task/1768/stat : 1768 (java) S 1746 1748 802 0 -1 4202560 2423 0 0 0 0 0 0 0 15 0 22 0 608760837 16078307328 275597 33554432000 1073741824 1073778376 140736295151648 18446744073709551615 256427207577 0 4 0 16800975 18446604453599848640 0 0 -1 0 0 0 0
[pid=1748/tid=1770] ppid=1746 vsize=15701472 CPUtime=0 cores=0,2,4,6
/proc/1748/task/1770/stat : 1770 (java) S 1746 1748 802 0 -1 4202560 760 0 0 0 0 0 0 0 15 0 22 0 608760838 16078307328 275597 33554432000 1073741824 1073778376 140736295151648 18446744073709551615 256427208192 0 0 0 16800975 18446604453599848640 0 0 -1 6 0 0 0
[pid=1748/tid=1772] ppid=1746 vsize=15701472 CPUtime=0 cores=0,2,4,6
/proc/1748/task/1772/stat : 1772 (java) S 1746 1748 802 0 -1 4202560 17 0 0 0 0 0 0 0 17 0 22 0 608760838 16078307328 275597 33554432000 1073741824 1073778376 140736295151648 18446744073709551615 256427207577 0 4 0 16800975 18446604453599848640 0 0 -1 2 0 0 0
[pid=1748/tid=1774] ppid=1746 vsize=15701472 CPUtime=0 cores=0,2,4,6
/proc/1748/task/1774/stat : 1774 (java) S 1746 1748 802 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 608760839 16078307328 275597 33554432000 1073741824 1073778376 140736295151648 18446744073709551615 256427207577 0 4 0 16800975 18446604453599848640 0 0 -1 2 0 0 0
[pid=1748/tid=1777] ppid=1746 vsize=15701472 CPUtime=0 cores=0,2,4,6
/proc/1748/task/1777/stat : 1777 (java) S 1746 1748 802 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 608760841 16078307328 275597 33554432000 1073741824 1073778376 140736295151648 18446744073709551615 256427215281 0 4 0 16800975 18446604453599848640 0 0 -1 2 0 0 0
[pid=1748/tid=1778] ppid=1746 vsize=15701472 CPUtime=1.07 cores=0,2,4,6
/proc/1748/task/1778/stat : 1778 (java) S 1746 1748 802 0 -1 4202560 5883 0 0 0 107 0 0 0 16 0 22 0 608760841 16078307328 275597 33554432000 1073741824 1073778376 140736295151648 18446744073709551615 256427207577 0 4 0 16800975 18446604453599848640 0 0 -1 2 0 0 0

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

[pid=1748/tid=1790] ppid=1746 vsize=15701472 CPUtime=1048.1 cores=0,2,4,6
/proc/1748/task/1790/stat : 1790 (java) R 1746 1748 802 0 -1 4202560 219078 0 0 0 104773 37 0 0 25 0 22 0 608760866 16078307328 100822 33554432000 1073741824 1073778376 140736295151648 18446744073709551615 46912505824731 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=1748/tid=1791] ppid=1746 vsize=15701472 CPUtime=1048.33 cores=0,2,4,6
/proc/1748/task/1791/stat : 1791 (java) R 1746 1748 802 0 -1 4202560 218859 0 0 0 104796 37 0 0 19 0 22 0 608760866 16078307328 100822 33554432000 1073741824 1073778376 140736295151648 18446744073709551615 46912505771582 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=1748/tid=1792] ppid=1746 vsize=15701472 CPUtime=1047.78 cores=0,2,4,6
/proc/1748/task/1792/stat : 1792 (java) R 1746 1748 802 0 -1 4202560 212258 0 0 0 104744 34 0 0 25 0 22 0 608760866 16078307328 100822 33554432000 1073741824 1073778376 140736295151648 18446744073709551615 46912506565169 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4222.77
Current children cumulated vsize (KiB) 15701472

[startup+1122.3 s]
/proc/loadavg: 4.08 5.28 6.03 5/193 1840
/proc/meminfo: memFree=29239956/32950928 swapFree=67111364/67111528
[pid=1748] ppid=1746 vsize=15701472 CPUtime=4461.24 cores=0,2,4,6
/proc/1748/stat : 1748 (java) S 1746 1748 802 0 -1 4202496 1679429 0 1 0 445742 382 0 0 18 0 22 0 608760836 16078307328 113343 33554432000 1073741824 1073778376 140736295151648 18446744073709551615 256427194341 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/1748/statm: 3925368 113343 2298 9 0 3916087 0
[pid=1748/tid=1752] ppid=1746 vsize=15701472 CPUtime=0.53 cores=0,2,4,6
/proc/1748/task/1752/stat : 1752 (java) S 1746 1748 802 0 -1 4202560 9630 0 1 0 51 2 0 0 18 0 22 0 608760837 16078307328 113343 33554432000 1073741824 1073778376 140736295151648 18446744073709551615 256427207577 0 4 0 16800975 18446604453599848640 0 0 -1 2 0 0 0
[pid=1748/tid=1761] ppid=1746 vsize=15701472 CPUtime=3.24 cores=0,2,4,6
/proc/1748/task/1761/stat : 1761 (java) S 1746 1748 802 0 -1 4202560 93635 0 0 0 305 19 0 0 16 0 22 0 608760837 16078307328 113343 33554432000 1073741824 1073778376 140736295151648 18446744073709551615 256427207577 0 4 0 16800975 18446604453599848640 0 0 -1 2 0 0 0
[pid=1748/tid=1762] ppid=1746 vsize=15701472 CPUtime=3.11 cores=0,2,4,6
/proc/1748/task/1762/stat : 1762 (java) S 1746 1748 802 0 -1 4202560 83359 0 0 0 294 17 0 0 16 0 22 0 608760837 16078307328 113343 33554432000 1073741824 1073778376 140736295151648 18446744073709551615 256427207577 0 4 0 16800975 18446604453599848640 0 0 -1 0 0 0 0
[pid=1748/tid=1763] ppid=1746 vsize=15701472 CPUtime=3.04 cores=0,2,4,6
/proc/1748/task/1763/stat : 1763 (java) S 1746 1748 802 0 -1 4202560 87740 0 0 0 286 18 0 0 15 0 22 0 608760837 16078307328 113343 33554432000 1073741824 1073778376 140736295151648 18446744073709551615 256427207577 0 4 0 16800975 18446604453599848640 0 0 -1 4 0 0 0
[pid=1748/tid=1764] ppid=1746 vsize=15701472 CPUtime=3.08 cores=0,2,4,6
/proc/1748/task/1764/stat : 1764 (java) S 1746 1748 802 0 -1 4202560 84669 0 0 0 291 17 0 0 15 0 22 0 608760837 16078307328 113343 33554432000 1073741824 1073778376 140736295151648 18446744073709551615 256427207577 0 4 0 16800975 18446604453599848640 0 0 -1 2 0 0 0
[pid=1748/tid=1765] ppid=1746 vsize=15701472 CPUtime=3.06 cores=0,2,4,6
/proc/1748/task/1765/stat : 1765 (java) S 1746 1748 802 0 -1 4202560 83322 0 0 0 289 17 0 0 15 0 22 0 608760837 16078307328 113343 33554432000 1073741824 1073778376 140736295151648 18446744073709551615 256427207577 0 4 0 16800975 18446604453599848640 0 0 -1 0 0 0 0
[pid=1748/tid=1766] ppid=1746 vsize=15701472 CPUtime=3.14 cores=0,2,4,6
/proc/1748/task/1766/stat : 1766 (java) S 1746 1748 802 0 -1 4202560 87369 0 0 0 298 16 0 0 16 0 22 0 608760837 16078307328 113343 33554432000 1073741824 1073778376 140736295151648 18446744073709551615 256427207577 0 4 0 16800975 18446604453599848640 0 0 -1 6 0 0 0
[pid=1748/tid=1767] ppid=1746 vsize=15701472 CPUtime=3.07 cores=0,2,4,6
/proc/1748/task/1767/stat : 1767 (java) S 1746 1748 802 0 -1 4202560 85391 0 0 0 291 16 0 0 15 0 22 0 608760837 16078307328 113343 33554432000 1073741824 1073778376 140736295151648 18446744073709551615 256427207577 0 4 0 16800975 18446604453599848640 0 0 -1 4 0 0 0
[pid=1748/tid=1768] ppid=1746 vsize=15701472 CPUtime=3.14 cores=0,2,4,6
/proc/1748/task/1768/stat : 1768 (java) S 1746 1748 802 0 -1 4202560 88912 0 0 0 299 15 0 0 15 0 22 0 608760837 16078307328 113343 33554432000 1073741824 1073778376 140736295151648 18446744073709551615 256427207577 0 4 0 16800975 18446604453599848640 0 0 -1 6 0 0 0
[pid=1748/tid=1770] ppid=1746 vsize=15701472 CPUtime=2.13 cores=0,2,4,6
/proc/1748/task/1770/stat : 1770 (java) S 1746 1748 802 0 -1 4202560 4417 0 0 0 140 73 0 0 15 0 22 0 608760838 16078307328 113343 33554432000 1073741824 1073778376 140736295151648 18446744073709551615 256427208192 0 0 0 16800975 18446604453599848640 0 0 -1 2 0 0 0
[pid=1748/tid=1772] ppid=1746 vsize=15701472 CPUtime=0 cores=0,2,4,6
/proc/1748/task/1772/stat : 1772 (java) S 1746 1748 802 0 -1 4202560 17 0 0 0 0 0 0 0 17 0 22 0 608760838 16078307328 113343 33554432000 1073741824 1073778376 140736295151648 18446744073709551615 256427207577 0 4 0 16800975 18446604453599848640 0 0 -1 2 0 0 0
[pid=1748/tid=1774] ppid=1746 vsize=15701472 CPUtime=0 cores=0,2,4,6
/proc/1748/task/1774/stat : 1774 (java) S 1746 1748 802 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 608760839 16078307328 113343 33554432000 1073741824 1073778376 140736295151648 18446744073709551615 256427207577 0 4 0 16800975 18446604453599848640 0 0 -1 2 0 0 0
[pid=1748/tid=1777] ppid=1746 vsize=15701472 CPUtime=0 cores=0,2,4,6
/proc/1748/task/1777/stat : 1777 (java) S 1746 1748 802 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 608760841 16078307328 113343 33554432000 1073741824 1073778376 140736295151648 18446744073709551615 256427215281 0 4 0 16800975 18446604453599848640 0 0 -1 2 0 0 0
[pid=1748/tid=1778] ppid=1746 vsize=15701472 CPUtime=1.21 cores=0,2,4,6
/proc/1748/task/1778/stat : 1778 (java) S 1746 1748 802 0 -1 4202560 5899 0 0 0 121 0 0 0 16 0 22 0 608760841 16078307328 113343 33554432000 1073741824 1073778376 140736295151648 18446744073709551615 256427207577 0 4 0 16800975 18446604453599848640 0 0 -1 2 0 0 0
[pid=1748/tid=1781] ppid=1746 vsize=15701472 CPUtime=1.41 cores=0,2,4,6
/proc/1748/task/1781/stat : 1781 (java) S 1746 1748 802 0 -1 4202560 10966 0 0 0 139 2 0 0 15 0 22 0 608760841 16078307328 113343 33554432000 1073741824 1073778376 140736295151648 18446744073709551615 256427207577 0 4 0 16800975 18446604453599848640 0 0 -1 0 0 0 0
[pid=1748/tid=1782] ppid=1746 vsize=15701472 CPUtime=0 cores=0,2,4,6
/proc/1748/task/1782/stat : 1782 (java) S 1746 1748 802 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 608760841 16078307328 113343 33554432000 1073741824 1073778376 140736295151648 18446744073709551615 256427207577 0 4 0 16800975 18446604453599848640 0 0 -1 2 0 0 0
[pid=1748/tid=1784] ppid=1746 vsize=15701472 CPUtime=0 cores=0,2,4,6
/proc/1748/task/1784/stat : 1784 (java) S 1746 1748 802 0 -1 4202560 63 0 0 0 0 0 0 0 15 0 22 0 608760841 16078307328 113343 33554432000 1073741824 1073778376 140736295151648 18446744073709551615 256427208192 0 4 0 16800975 18446604453599848640 0 0 -1 2 0 0 0
[pid=1748/tid=1789] ppid=1746 vsize=15701472 CPUtime=1108.86 cores=0,2,4,6
/proc/1748/task/1789/stat : 1789 (java) R 1746 1748 802 0 -1 4202560 248126 0 0 0 110843 43 0 0 25 0 22 0 608760866 16078307328 113343 33554432000 1073741824 1073778376 140736295151648 18446744073709551615 46912506129975 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=1748/tid=1790] ppid=1746 vsize=15701472 CPUtime=1107.39 cores=0,2,4,6
/proc/1748/task/1790/stat : 1790 (java) R 1746 1748 802 0 -1 4202560 237322 0 0 0 110699 40 0 0 25 0 22 0 608760866 16078307328 113343 33554432000 1073741824 1073778376 140736295151648 18446744073709551615 46912506566476 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=1748/tid=1791] ppid=1746 vsize=15701472 CPUtime=1107.61 cores=0,2,4,6
/proc/1748/task/1791/stat : 1791 (java) R 1746 1748 802 0 -1 4202560 236380 0 0 0 110719 42 0 0 25 0 22 0 608760866 16078307328 113343 33554432000 1073741824 1073778376 140736295151648 18446744073709551615 46912505740690 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=1748/tid=1792] ppid=1746 vsize=15701472 CPUtime=1107.05 cores=0,2,4,6
/proc/1748/task/1792/stat : 1792 (java) R 1746 1748 802 0 -1 4202560 230843 0 0 0 110668 37 0 0 25 0 22 0 608760866 16078307328 113343 33554432000 1073741824 1073778376 140736295151648 18446744073709551615 18446744073699066094 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4461.24
Current children cumulated vsize (KiB) 15701472

[startup+1182.3 s]
/proc/loadavg: 4.07 5.06 5.91 5/193 1851
/proc/meminfo: memFree=29299224/32950928 swapFree=67111364/67111528
[pid=1748] ppid=1746 vsize=15701472 CPUtime=4699.75 cores=0,2,4,6
/proc/1748/stat : 1748 (java) S 1746 1748 802 0 -1 4202496 1748738 0 1 0 469579 396 0 0 18 0 22 0 608760836 16078307328 98366 33554432000 1073741824 1073778376 140736295151648 18446744073709551615 256427194341 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/1748/statm: 3925368 98366 2298 9 0 3916087 0
[pid=1748/tid=1752] ppid=1746 vsize=15701472 CPUtime=0.53 cores=0,2,4,6
/proc/1748/task/1752/stat : 1752 (java) S 1746 1748 802 0 -1 4202560 9630 0 1 0 51 2 0 0 18 0 22 0 608760837 16078307328 98366 33554432000 1073741824 1073778376 140736295151648 18446744073709551615 256427207577 0 4 0 16800975 18446604453599848640 0 0 -1 2 0 0 0
[pid=1748/tid=1761] ppid=1746 vsize=15701472 CPUtime=3.41 cores=0,2,4,6
/proc/1748/task/1761/stat : 1761 (java) S 1746 1748 802 0 -1 4202560 98427 0 0 0 321 20 0 0 15 0 22 0 608760837 16078307328 98366 33554432000 1073741824 1073778376 140736295151648 18446744073709551615 256427207577 0 4 0 16800975 18446604453599848640 0 0 -1 2 0 0 0
[pid=1748/tid=1762] ppid=1746 vsize=15701472 CPUtime=3.26 cores=0,2,4,6
/proc/1748/task/1762/stat : 1762 (java) S 1746 1748 802 0 -1 4202560 87357 0 0 0 309 17 0 0 15 0 22 0 608760837 16078307328 98366 33554432000 1073741824 1073778376 140736295151648 18446744073709551615 256427207577 0 4 0 16800975 18446604453599848640 0 0 -1 4 0 0 0
[pid=1748/tid=1763] ppid=1746 vsize=15701472 CPUtime=3.23 cores=0,2,4,6
/proc/1748/task/1763/stat : 1763 (java) S 1746 1748 802 0 -1 4202560 93050 0 0 0 303 20 0 0 15 0 22 0 608760837 16078307328 98366 33554432000 1073741824 1073778376 140736295151648 18446744073709551615 256427207577 0 4 0 16800975 18446604453599848640 0 0 -1 2 0 0 0
[pid=1748/tid=1764] ppid=1746 vsize=15701472 CPUtime=3.26 cores=0,2,4,6
/proc/1748/task/1764/stat : 1764 (java) S 1746 1748 802 0 -1 4202560 89735 0 0 0 309 17 0 0 15 0 22 0 608760837 16078307328 98366 33554432000 1073741824 1073778376 140736295151648 18446744073709551615 256427207577 0 4 0 16800975 18446604453599848640 0 0 -1 0 0 0 0
[pid=1748/tid=1765] ppid=1746 vsize=15701472 CPUtime=3.21 cores=0,2,4,6
/proc/1748/task/1765/stat : 1765 (java) S 1746 1748 802 0 -1 4202560 88332 0 0 0 303 18 0 0 16 0 22 0 608760837 16078307328 98366 33554432000 1073741824 1073778376 140736295151648 18446744073709551615 256427207577 0 4 0 16800975 18446604453599848640 0 0 -1 6 0 0 0
[pid=1748/tid=1766] ppid=1746 vsize=15701472 CPUtime=3.27 cores=0,2,4,6
/proc/1748/task/1766/stat : 1766 (java) S 1746 1748 802 0 -1 4202560 91579 0 0 0 310 17 0 0 16 0 22 0 608760837 16078307328 98366 33554432000 1073741824 1073778376 140736295151648 18446744073709551615 256427207577 0 4 0 16800975 18446604453599848640 0 0 -1 0 0 0 0
[pid=1748/tid=1767] ppid=1746 vsize=15701472 CPUtime=3.23 cores=0,2,4,6
/proc/1748/task/1767/stat : 1767 (java) S 1746 1748 802 0 -1 4202560 89812 0 0 0 306 17 0 0 15 0 22 0 608760837 16078307328 98366 33554432000 1073741824 1073778376 140736295151648 18446744073709551615 256427207577 0 4 0 16800975 18446604453599848640 0 0 -1 4 0 0 0
[pid=1748/tid=1768] ppid=1746 vsize=15701472 CPUtime=3.3 cores=0,2,4,6
/proc/1748/task/1768/stat : 1768 (java) S 1746 1748 802 0 -1 4202560 93114 0 0 0 315 15 0 0 15 0 22 0 608760837 16078307328 98366 33554432000 1073741824 1073778376 140736295151648 18446744073709551615 256427207577 0 4 0 16800975 18446604453599848640 0 0 -1 2 0 0 0
[pid=1748/tid=1770] ppid=1746 vsize=15701472 CPUtime=2.22 cores=0,2,4,6
/proc/1748/task/1770/stat : 1770 (java) S 1746 1748 802 0 -1 4202560 4552 0 0 0 145 77 0 0 16 0 22 0 608760838 16078307328 98366 33554432000 1073741824 1073778376 140736295151648 18446744073709551615 256427208192 0 0 0 16800975 18446604453599848640 0 0 -1 4 0 0 0
[pid=1748/tid=1772] ppid=1746 vsize=15701472 CPUtime=0 cores=0,2,4,6
/proc/1748/task/1772/stat : 1772 (java) S 1746 1748 802 0 -1 4202560 17 0 0 0 0 0 0 0 17 0 22 0 608760838 16078307328 98366 33554432000 1073741824 1073778376 140736295151648 18446744073709551615 256427207577 0 4 0 16800975 18446604453599848640 0 0 -1 2 0 0 0
[pid=1748/tid=1774] ppid=1746 vsize=15701472 CPUtime=0 cores=0,2,4,6
/proc/1748/task/1774/stat : 1774 (java) S 1746 1748 802 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 608760839 16078307328 98366 33554432000 1073741824 1073778376 140736295151648 18446744073709551615 256427207577 0 4 0 16800975 18446604453599848640 0 0 -1 2 0 0 0
[pid=1748/tid=1777] ppid=1746 vsize=15701472 CPUtime=0 cores=0,2,4,6
/proc/1748/task/1777/stat : 1777 (java) S 1746 1748 802 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 608760841 16078307328 98366 33554432000 1073741824 1073778376 140736295151648 18446744073709551615 256427215281 0 4 0 16800975 18446604453599848640 0 0 -1 2 0 0 0
[pid=1748/tid=1778] ppid=1746 vsize=15701472 CPUtime=1.21 cores=0,2,4,6
/proc/1748/task/1778/stat : 1778 (java) S 1746 1748 802 0 -1 4202560 5899 0 0 0 121 0 0 0 16 0 22 0 608760841 16078307328 98366 33554432000 1073741824 1073778376 140736295151648 18446744073709551615 256427207577 0 4 0 16800975 18446604453599848640 0 0 -1 2 0 0 0
[pid=1748/tid=1781] ppid=1746 vsize=15701472 CPUtime=1.41 cores=0,2,4,6
/proc/1748/task/1781/stat : 1781 (java) S 1746 1748 802 0 -1 4202560 10966 0 0 0 139 2 0 0 15 0 22 0 608760841 16078307328 98366 33554432000 1073741824 1073778376 140736295151648 18446744073709551615 256427207577 0 4 0 16800975 18446604453599848640 0 0 -1 0 0 0 0
[pid=1748/tid=1782] ppid=1746 vsize=15701472 CPUtime=0 cores=0,2,4,6
/proc/1748/task/1782/stat : 1782 (java) S 1746 1748 802 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 608760841 16078307328 98366 33554432000 1073741824 1073778376 140736295151648 18446744073709551615 256427207577 0 4 0 16800975 18446604453599848640 0 0 -1 2 0 0 0
[pid=1748/tid=1784] ppid=1746 vsize=15701472 CPUtime=0 cores=0,2,4,6
/proc/1748/task/1784/stat : 1784 (java) S 1746 1748 802 0 -1 4202560 67 0 0 0 0 0 0 0 15 0 22 0 608760841 16078307328 98366 33554432000 1073741824 1073778376 140736295151648 18446744073709551615 256427208192 0 4 0 16800975 18446604453599848640 0 0 -1 2 0 0 0
[pid=1748/tid=1789] ppid=1746 vsize=15701472 CPUtime=1168.17 cores=0,2,4,6
/proc/1748/task/1789/stat : 1789 (java) R 1746 1748 802 0 -1 4202560 256368 0 0 0 116773 44 0 0 21 0 22 0 608760866 16078307328 98366 33554432000 1073741824 1073778376 140736295151648 18446744073709551615 46912505844826 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=1748/tid=1790] ppid=1746 vsize=15701472 CPUtime=1166.62 cores=0,2,4,6
/proc/1748/task/1790/stat : 1790 (java) R 1746 1748 802 0 -1 4202560 245246 0 0 0 116621 41 0 0 25 0 22 0 608760866 16078307328 98366 33554432000 1073741824 1073778376 140736295151648 18446744073709551615 46912506050122 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=1748/tid=1791] ppid=1746 vsize=15701472 CPUtime=1166.9 cores=0,2,4,6
/proc/1748/task/1791/stat : 1791 (java) R 1746 1748 802 0 -1 4202560 244473 0 0 0 116647 43 0 0 25 0 22 0 608760866 16078307328 98366 33554432000 1073741824 1073778376 140736295151648 18446744073709551615 46912506484835 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=1748/tid=1792] ppid=1746 vsize=15701472 CPUtime=1166.37 cores=0,2,4,6
/proc/1748/task/1792/stat : 1792 (java) R 1746 1748 802 0 -1 4202560 238745 0 0 0 116599 38 0 0 25 0 22 0 608760866 16078307328 98366 33554432000 1073741824 1073778376 140736295151648 18446744073709551615 46912505771250 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4699.75
Current children cumulated vsize (KiB) 15701472



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1207.6 s]
/proc/loadavg: 4.04 4.97 5.85 5/193 1851
/proc/meminfo: memFree=29334772/32950928 swapFree=67111364/67111528
[pid=1748] ppid=1746 vsize=15701472 CPUtime=4800.26 cores=0,2,4,6
/proc/1748/stat : 1748 (java) S 1746 1748 802 0 -1 4202496 1777702 0 1 0 479621 405 0 0 18 0 22 0 608760836 16078307328 88888 33554432000 1073741824 1073778376 140736295151648 18446744073709551615 256427194341 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/1748/statm: 3925368 88888 2298 9 0 3916087 0
[pid=1748/tid=1752] ppid=1746 vsize=15701472 CPUtime=0.53 cores=0,2,4,6
/proc/1748/task/1752/stat : 1752 (java) S 1746 1748 802 0 -1 4202560 9630 0 1 0 51 2 0 0 18 0 22 0 608760837 16078307328 88888 33554432000 1073741824 1073778376 140736295151648 18446744073709551615 256427207577 0 4 0 16800975 18446604453599848640 0 0 -1 2 0 0 0
[pid=1748/tid=1761] ppid=1746 vsize=15701472 CPUtime=3.47 cores=0,2,4,6
/proc/1748/task/1761/stat : 1761 (java) S 1746 1748 802 0 -1 4202560 100184 0 0 0 326 21 0 0 15 0 22 0 608760837 16078307328 88888 33554432000 1073741824 1073778376 140736295151648 18446744073709551615 256427207577 0 4 0 16800975 18446604453599848640 0 0 -1 6 0 0 0
[pid=1748/tid=1762] ppid=1746 vsize=15701472 CPUtime=3.32 cores=0,2,4,6
/proc/1748/task/1762/stat : 1762 (java) S 1746 1748 802 0 -1 4202560 89359 0 0 0 314 18 0 0 15 0 22 0 608760837 16078307328 88888 33554432000 1073741824 1073778376 140736295151648 18446744073709551615 256427207577 0 4 0 16800975 18446604453599848640 0 0 -1 0 0 0 0
[pid=1748/tid=1763] ppid=1746 vsize=15701472 CPUtime=3.29 cores=0,2,4,6
/proc/1748/task/1763/stat : 1763 (java) S 1746 1748 802 0 -1 4202560 95740 0 0 0 309 20 0 0 16 0 22 0 608760837 16078307328 88888 33554432000 1073741824 1073778376 140736295151648 18446744073709551615 256427207577 0 4 0 16800975 18446604453599848640 0 0 -1 6 0 0 0
[pid=1748/tid=1764] ppid=1746 vsize=15701472 CPUtime=3.32 cores=0,2,4,6
/proc/1748/task/1764/stat : 1764 (java) S 1746 1748 802 0 -1 4202560 91889 0 0 0 314 18 0 0 15 0 22 0 608760837 16078307328 88888 33554432000 1073741824 1073778376 140736295151648 18446744073709551615 256427207577 0 4 0 16800975 18446604453599848640 0 0 -1 0 0 0 0
[pid=1748/tid=1765] ppid=1746 vsize=15701472 CPUtime=3.29 cores=0,2,4,6
/proc/1748/task/1765/stat : 1765 (java) S 1746 1748 802 0 -1 4202560 90232 0 0 0 310 19 0 0 15 0 22 0 608760837 16078307328 88888 33554432000 1073741824 1073778376 140736295151648 18446744073709551615 256427207577 0 4 0 16800975 18446604453599848640 0 0 -1 2 0 0 0
[pid=1748/tid=1766] ppid=1746 vsize=15701472 CPUtime=3.34 cores=0,2,4,6
/proc/1748/task/1766/stat : 1766 (java) S 1746 1748 802 0 -1 4202560 93558 0 0 0 316 18 0 0 15 0 22 0 608760837 16078307328 88888 33554432000 1073741824 1073778376 140736295151648 18446744073709551615 256427207577 0 4 0 16800975 18446604453599848640 0 0 -1 2 0 0 0
[pid=1748/tid=1767] ppid=1746 vsize=15701472 CPUtime=3.3 cores=0,2,4,6
/proc/1748/task/1767/stat : 1767 (java) S 1746 1748 802 0 -1 4202560 92620 0 0 0 312 18 0 0 15 0 22 0 608760837 16078307328 88888 33554432000 1073741824 1073778376 140736295151648 18446744073709551615 256427207577 0 4 0 16800975 18446604453599848640 0 0 -1 4 0 0 0
[pid=1748/tid=1768] ppid=1746 vsize=15701472 CPUtime=3.38 cores=0,2,4,6
/proc/1748/task/1768/stat : 1768 (java) S 1746 1748 802 0 -1 4202560 95602 0 0 0 322 16 0 0 15 0 22 0 608760837 16078307328 88888 33554432000 1073741824 1073778376 140736295151648 18446744073709551615 256427207577 0 4 0 16800975 18446604453599848640 0 0 -1 4 0 0 0
[pid=1748/tid=1770] ppid=1746 vsize=15701472 CPUtime=2.27 cores=0,2,4,6
/proc/1748/task/1770/stat : 1770 (java) S 1746 1748 802 0 -1 4202560 4599 0 0 0 148 79 0 0 15 0 22 0 608760838 16078307328 88888 33554432000 1073741824 1073778376 140736295151648 18446744073709551615 256427208192 0 0 0 16800975 18446604453599848640 0 0 -1 6 0 0 0
[pid=1748/tid=1772] ppid=1746 vsize=15701472 CPUtime=0 cores=0,2,4,6
/proc/1748/task/1772/stat : 1772 (java) S 1746 1748 802 0 -1 4202560 17 0 0 0 0 0 0 0 17 0 22 0 608760838 16078307328 88888 33554432000 1073741824 1073778376 140736295151648 18446744073709551615 256427207577 0 4 0 16800975 18446604453599848640 0 0 -1 2 0 0 0
[pid=1748/tid=1774] ppid=1746 vsize=15701472 CPUtime=0 cores=0,2,4,6
/proc/1748/task/1774/stat : 1774 (java) S 1746 1748 802 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 608760839 16078307328 88888 33554432000 1073741824 1073778376 140736295151648 18446744073709551615 256427207577 0 4 0 16800975 18446604453599848640 0 0 -1 2 0 0 0
[pid=1748/tid=1777] ppid=1746 vsize=15701472 CPUtime=0 cores=0,2,4,6
/proc/1748/task/1777/stat : 1777 (java) S 1746 1748 802 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 608760841 16078307328 88888 33554432000 1073741824 1073778376 140736295151648 18446744073709551615 256427215281 0 4 0 16800975 18446604453599848640 0 0 -1 2 0 0 0
[pid=1748/tid=1778] ppid=1746 vsize=15701472 CPUtime=1.21 cores=0,2,4,6
/proc/1748/task/1778/stat : 1778 (java) S 1746 1748 802 0 -1 4202560 5899 0 0 0 121 0 0 0 16 0 22 0 608760841 16078307328 88888 33554432000 1073741824 1073778376 140736295151648 18446744073709551615 256427207577 0 4 0 16800975 18446604453599848640 0 0 -1 2 0 0 0
[pid=1748/tid=1781] ppid=1746 vsize=15701472 CPUtime=1.41 cores=0,2,4,6
/proc/1748/task/1781/stat : 1781 (java) S 1746 1748 802 0 -1 4202560 10966 0 0 0 139 2 0 0 15 0 22 0 608760841 16078307328 88888 33554432000 1073741824 1073778376 140736295151648 18446744073709551615 256427207577 0 4 0 16800975 18446604453599848640 0 0 -1 0 0 0 0
[pid=1748/tid=1782] ppid=1746 vsize=15701472 CPUtime=0 cores=0,2,4,6
/proc/1748/task/1782/stat : 1782 (java) S 1746 1748 802 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 608760841 16078307328 88888 33554432000 1073741824 1073778376 140736295151648 18446744073709551615 256427207577 0 4 0 16800975 18446604453599848640 0 0 -1 2 0 0 0
[pid=1748/tid=1784] ppid=1746 vsize=15701472 CPUtime=0 cores=0,2,4,6
/proc/1748/task/1784/stat : 1784 (java) S 1746 1748 802 0 -1 4202560 69 0 0 0 0 0 0 0 15 0 22 0 608760841 16078307328 88888 33554432000 1073741824 1073778376 140736295151648 18446744073709551615 256427208192 0 4 0 16800975 18446604453599848640 0 0 -1 2 0 0 0
[pid=1748/tid=1789] ppid=1746 vsize=15701472 CPUtime=1193.14 cores=0,2,4,6
/proc/1748/task/1789/stat : 1789 (java) R 1746 1748 802 0 -1 4202560 259020 0 0 0 119270 44 0 0 25 0 22 0 608760866 16078307328 88888 33554432000 1073741824 1073778376 140736295151648 18446744073709551615 18446744073699066094 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=1748/tid=1790] ppid=1746 vsize=15701472 CPUtime=1191.59 cores=0,2,4,6
/proc/1748/task/1790/stat : 1790 (java) R 1746 1748 802 0 -1 4202560 248572 0 0 0 119118 41 0 0 25 0 22 0 608760866 16078307328 88888 33554432000 1073741824 1073778376 140736295151648 18446744073709551615 46912505946150 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=1748/tid=1791] ppid=1746 vsize=15701472 CPUtime=1191.89 cores=0,2,4,6
/proc/1748/task/1791/stat : 1791 (java) R 1746 1748 802 0 -1 4202560 246830 0 0 0 119146 43 0 0 25 0 22 0 608760866 16078307328 88888 33554432000 1073741824 1073778376 140736295151648 18446744073709551615 46912506061208 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=1748/tid=1792] ppid=1746 vsize=15701472 CPUtime=1191.36 cores=0,2,4,6
/proc/1748/task/1792/stat : 1792 (java) R 1746 1748 802 0 -1 4202560 241547 0 0 0 119097 39 0 0 25 0 22 0 608760866 16078307328 88888 33554432000 1073741824 1073778376 140736295151648 18446744073709551615 18446744073699065947 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4800.26
Current children cumulated vsize (KiB) 15701472

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

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

Child status: 143
Real time (s): 1207.63
CPU time (s): 4800.33
CPU user time (s): 4796.26
CPU system time (s): 4.07638
CPU usage (%): 397.499
Max. virtual memory (cumulated for all children) (KiB): 15703932

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4796.25
system time used= 4.07638
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1777728
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= 273143
involuntary context switches= 148568

runsolver used 2.04069 second user time and 4.5903 second system time

The end

Launcher Data

Begin job on node115 at 2011-04-30 19:41:42
IDJOB=3312303
IDBENCH=83418
IDSOLVER=1698
FILE ID=node115/3312303-1304185302
RUNJOBID= node115-1304185302-1729
PBS_JOBID= 13172447
Free space on /tmp= 72880 MiB

SOLVER NAME= STRUCTure 0.1 (hbr=2)
BENCH NAME= SAT11/application/kullmann/AES/Benchmarks/64/aes_64_2_keyfind_1.cnf
COMMAND LINE= run 15000 NBCORE TMPDIR DIR BENCHNAME -hbr 2
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3312303-1304185302/watcher-3312303-1304185302 -o /tmp/evaluation-result-3312303-1304185302/solver-3312303-1304185302 -C 4800 -W 1300 -M 15500  run 15000 4 HOME HOME HOME/instance-3312303-1304185302.cnf -hbr 2

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

MD5SUM BENCH= 1024a3346322fdba0a20b51f99eae4c0
RANDOM SEED=717765868

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

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.811
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.77
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.811
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.74
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.811
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.811
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:     32950928 kB
MemFree:      29684480 kB
Buffers:        851892 kB
Cached:        1924508 kB
SwapCached:          0 kB
Active:         254932 kB
Inactive:      2585540 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      29684480 kB
SwapTotal:    67111528 kB
SwapFree:     67111364 kB
Dirty:            3568 kB
Writeback:           4 kB
AnonPages:       63660 kB
Mapped:          14744 kB
Slab:           361444 kB
PageTables:       5056 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   198248 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= 72876 MiB
End job on node115 at 2011-04-30 20:01:51