Trace number 3313456

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.52 1206.1

General information on the benchmark

Nameindustrial/crypto/
mizh-sha0-36-2.cnf
MD5SUM82bf685774b76ba263c886940c3aa94d
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark12.3281
Satisfiable
(Un)Satisfiability was proved
Number of variables50073
Number of clauses210239
Sum of the clauses size628391
Maximum clause length4
Minimum clause length1
Number of clauses of size 1177
Number of clauses of size 286996
Number of clauses of size 338042
Number of clauses of size 485024
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.07/0.27	52:17 INFO : Reading from input HOME/instance-3313456-1304074337.cnf
1.20/1.19	Executor set job limit to 1000000
1.20/1.19	Executor set job limit to 1000000
1.20/1.19	Executor set job limit to 1000000
1.20/1.19	Executor set job limit to 1000000
1.20/1.19	Starting Executor!
1.20/1.19	Starting Executor!
1.20/1.19	Starting Executor!
1.20/1.19	Starting Executor!
4.88/2.97	52:20 INFO : Found 11776 xor gates
6.87/3.83	52:21 INFO : 38748 variables remaining out of 50073
6.87/3.83	52:21 INFO : 850593 literals remaining out of 477024

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-3313456-1304074337/watcher-3313456-1304074337 -o /tmp/evaluation-result-3313456-1304074337/solver-3313456-1304074337 -C 4800 -W 1300 -M 15500 run 15000 4 HOME HOME HOME/instance-3313456-1304074337.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: 4.02 4.92 6.19 1/178 14864
/proc/meminfo: memFree=30812568/32950928 swapFree=67111428/67111528
[pid=14864] ppid=14862 vsize=24008 CPUtime=0 cores=1,3,5,7
/proc/14864/stat : 14864 (java) S 14862 14864 14691 0 -1 4202496 1372 0 0 0 0 0 0 0 23 0 2 0 519033493 24584192 853 33554432000 1073741824 1073778376 140734511209936 18446744073709551615 248101500901 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/14864/statm: 6002 862 658 9 0 382 0
[pid=14864/tid=14865] ppid=14862 vsize=26088 CPUtime=0 cores=1,3,5,7
/proc/14864/task/14865/stat : 14865 (java) R 14862 14864 14691 0 -1 4202560 52 0 0 0 0 0 0 0 24 0 2 0 519033494 26714112 881 33554432000 1073741824 1073778376 140734511209936 18446744073709551615 248089694213 0 0 4096 0 0 0 0 -1 1 0 0 0

[startup+0.0957151 s]
/proc/loadavg: 4.02 4.92 6.19 1/178 14864
/proc/meminfo: memFree=30812568/32950928 swapFree=67111428/67111528
[pid=14864] ppid=14862 vsize=15604120 CPUtime=0.02 cores=1,3,5,7
/proc/14864/stat : 14864 (java) S 14862 14864 14691 0 -1 4202496 3446 0 2 0 1 1 0 0 23 0 13 0 519033493 15978618880 2888 33554432000 1073741824 1073778376 140734511209936 18446744073709551615 248101500901 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0
/proc/14864/statm: 3901030 2888 1638 9 0 3891778 0
[pid=14864/tid=14865] ppid=14862 vsize=15604120 CPUtime=0.01 cores=1,3,5,7
/proc/14864/task/14865/stat : 14865 (java) D 14862 14864 14691 0 -1 4202560 2055 0 2 0 1 0 0 0 25 0 13 0 519033494 15978618880 2888 33554432000 1073741824 1073778376 140734511209936 18446744073709551615 248089698048 0 4 0 16784584 18446744071562234166 0 0 -1 1 0 0 3
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 15604120

[startup+0.100713 s]
/proc/loadavg: 4.02 4.92 6.19 1/178 14864
/proc/meminfo: memFree=30812568/32950928 swapFree=67111428/67111528
[pid=14864] ppid=14862 vsize=15604120 CPUtime=0.02 cores=1,3,5,7
/proc/14864/stat : 14864 (java) S 14862 14864 14691 0 -1 4202496 3446 0 2 0 1 1 0 0 23 0 13 0 519033493 15978618880 2888 33554432000 1073741824 1073778376 140734511209936 18446744073709551615 248101500901 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0
/proc/14864/statm: 3901030 2888 1638 9 0 3891778 0
[pid=14864/tid=14865] ppid=14862 vsize=15604120 CPUtime=0.01 cores=1,3,5,7
/proc/14864/task/14865/stat : 14865 (java) D 14862 14864 14691 0 -1 4202560 2055 0 2 0 1 0 0 0 25 0 13 0 519033494 15978618880 2888 33554432000 1073741824 1073778376 140734511209936 18446744073709551615 248089698048 0 4 0 16784584 18446744071562234166 0 0 -1 1 0 0 3
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 15604120

[startup+0.300678 s]
/proc/loadavg: 4.02 4.92 6.19 1/178 14864
/proc/meminfo: memFree=30812568/32950928 swapFree=67111428/67111528
[pid=14864] ppid=14862 vsize=15676956 CPUtime=0.19 cores=1,3,5,7
/proc/14864/stat : 14864 (java) S 14862 14864 14691 0 -1 4202496 6182 0 2 0 16 3 0 0 23 0 18 0 519033493 16053202944 5623 33554432000 1073741824 1073778376 140734511209936 18446744073709551615 248101500901 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/14864/statm: 3919239 5623 2175 9 0 3909958 0
[pid=14864/tid=14865] ppid=14862 vsize=15676956 CPUtime=0.14 cores=1,3,5,7
/proc/14864/task/14865/stat : 14865 (java) R 14862 14864 14691 0 -1 4202560 3963 0 2 0 12 2 0 0 18 0 18 0 519033494 16053202944 5623 33554432000 1073741824 1073778376 140734511209936 18446744073709551615 46912505181646 0 4 0 16800975 0 0 0 -1 1 0 0 9
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 15676956

[startup+0.70061 s]
/proc/loadavg: 4.02 4.92 6.19 1/178 14864
/proc/meminfo: memFree=30812568/32950928 swapFree=67111428/67111528
[pid=14864] ppid=14862 vsize=15686172 CPUtime=0.78 cores=1,3,5,7
/proc/14864/stat : 14864 (java) S 14862 14864 14691 0 -1 4202496 40561 0 2 0 71 7 0 0 23 0 18 0 519033493 16062640128 39595 33554432000 1073741824 1073778376 140734511209936 18446744073709551615 248101500901 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/14864/statm: 3921543 39595 2222 9 0 3912262 0
[pid=14864/tid=14865] ppid=14862 vsize=15686172 CPUtime=0.55 cores=1,3,5,7
/proc/14864/task/14865/stat : 14865 (java) R 14862 14864 14691 0 -1 4202560 35524 0 2 0 49 6 0 0 18 0 18 0 519033494 16062640128 39595 33554432000 1073741824 1073778376 140734511209936 18446744073709551615 46912505513368 0 4 0 16800975 0 0 0 -1 1 0 0 9
Current children cumulated CPU time (s) 0.78
Current children cumulated vsize (KiB) 15686172

[startup+1.50147 s]
/proc/loadavg: 4.02 4.92 6.19 8/216 14902
/proc/meminfo: memFree=30552140/32950928 swapFree=67111428/67111528
[pid=14864] ppid=14862 vsize=15701080 CPUtime=1.9 cores=1,3,5,7
/proc/14864/stat : 14864 (java) S 14862 14864 14691 0 -1 4202496 51887 0 2 0 181 9 0 0 23 0 22 0 519033493 16077905920 49195 33554432000 1073741824 1073778376 140734511209936 18446744073709551615 248101500901 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/14864/statm: 3925270 49195 2259 9 0 3915989 0
[pid=14864/tid=14865] ppid=14862 vsize=15701080 CPUtime=1.33 cores=1,3,5,7
/proc/14864/task/14865/stat : 14865 (java) R 14862 14864 14691 0 -1 4202560 35654 0 2 0 126 7 0 0 21 0 22 0 519033494 16077905920 49195 33554432000 1073741824 1073778376 140734511209936 18446744073709551615 47788741632853 0 4 0 16800975 0 0 0 -1 1 0 0 9
[pid=14864/tid=14868] ppid=14862 vsize=15701080 CPUtime=0 cores=1,3,5,7
/proc/14864/task/14868/stat : 14868 (java) S 14862 14864 14691 0 -1 4202560 1369 0 0 0 0 0 0 0 15 0 22 0 519033498 16077905920 49196 33554432000 1073741824 1073778376 140734511209936 18446744073709551615 248101514137 0 4 0 16800975 18446604471149065152 0 0 -1 3 0 0 0
[pid=14864/tid=14871] ppid=14862 vsize=15701080 CPUtime=0 cores=1,3,5,7
/proc/14864/task/14871/stat : 14871 (java) S 14862 14864 14691 0 -1 4202560 69 0 0 0 0 0 0 0 15 0 22 0 519033498 16077905920 49196 33554432000 1073741824 1073778376 140734511209936 18446744073709551615 248101514137 0 4 0 16800975 18446604471149065152 0 0 -1 7 0 0 0
[pid=14864/tid=14873] ppid=14862 vsize=15701080 CPUtime=0 cores=1,3,5,7
/proc/14864/task/14873/stat : 14873 (java) S 14862 14864 14691 0 -1 4202560 683 0 0 0 0 0 0 0 16 0 22 0 519033498 16077905920 49196 33554432000 1073741824 1073778376 140734511209936 18446744073709551615 248101514137 0 4 0 16800975 18446604471149065152 0 0 -1 1 0 0 0
[pid=14864/tid=14875] ppid=14862 vsize=15701080 CPUtime=0 cores=1,3,5,7
/proc/14864/task/14875/stat : 14875 (java) S 14862 14864 14691 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 519033498 16077905920 49196 33554432000 1073741824 1073778376 140734511209936 18446744073709551615 248101514137 0 4 0 16800975 18446604471149065152 0 0 -1 7 0 0 0
[pid=14864/tid=14877] ppid=14862 vsize=15701080 CPUtime=0.01 cores=1,3,5,7
/proc/14864/task/14877/stat : 14877 (java) S 14862 14864 14691 0 -1 4202560 1603 0 0 0 1 0 0 0 16 0 22 0 519033498 16077905920 49196 33554432000 1073741824 1073778376 140734511209936 18446744073709551615 248101514137 0 4 0 16800975 18446604471149065152 0 0 -1 3 0 0 0
[pid=14864/tid=14879] ppid=14862 vsize=15701080 CPUtime=0.01 cores=1,3,5,7
/proc/14864/task/14879/stat : 14879 (java) S 14862 14864 14691 0 -1 4202560 1435 0 0 0 1 0 0 0 16 0 22 0 519033498 16077905920 49197 33554432000 1073741824 1073778376 140734511209936 18446744073709551615 248101514137 0 4 0 16800975 18446604471149065152 0 0 -1 5 0 0 0
[pid=14864/tid=14881] ppid=14862 vsize=15701080 CPUtime=0.01 cores=1,3,5,7
/proc/14864/task/14881/stat : 14881 (java) S 14862 14864 14691 0 -1 4202560 1248 0 0 0 1 0 0 0 16 0 22 0 519033498 16077905920 49197 33554432000 1073741824 1073778376 140734511209936 18446744073709551615 248101514137 0 4 0 16800975 18446604471149065152 0 0 -1 7 0 0 0
[pid=14864/tid=14882] ppid=14862 vsize=15701080 CPUtime=0.01 cores=1,3,5,7
/proc/14864/task/14882/stat : 14882 (java) S 14862 14864 14691 0 -1 4202560 976 0 0 0 1 0 0 0 16 0 22 0 519033498 16077905920 49197 33554432000 1073741824 1073778376 140734511209936 18446744073709551615 248101514137 0 4 0 16800975 18446604471149065152 0 0 -1 5 0 0 0
[pid=14864/tid=14883] ppid=14862 vsize=15701080 CPUtime=0 cores=1,3,5,7
/proc/14864/task/14883/stat : 14883 (java) S 14862 14864 14691 0 -1 4202560 73 0 0 0 0 0 0 0 15 0 22 0 519033501 16077905920 49197 33554432000 1073741824 1073778376 140734511209936 18446744073709551615 248101514752 0 0 0 16800975 18446604471149065152 0 0 -1 7 0 0 0
[pid=14864/tid=14886] ppid=14862 vsize=15701080 CPUtime=0 cores=1,3,5,7
/proc/14864/task/14886/stat : 14886 (java) S 14862 14864 14691 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 22 0 519033502 16077905920 49197 33554432000 1073741824 1073778376 140734511209936 18446744073709551615 248101514137 0 4 0 16800975 18446604471149065152 0 0 -1 5 0 0 0
[pid=14864/tid=14888] ppid=14862 vsize=15701080 CPUtime=0 cores=1,3,5,7
/proc/14864/task/14888/stat : 14888 (java) S 14862 14864 14691 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 22 0 519033503 16077905920 49197 33554432000 1073741824 1073778376 140734511209936 18446744073709551615 248101514137 0 4 0 16800975 18446604471149065152 0 0 -1 5 0 0 0
[pid=14864/tid=14890] ppid=14862 vsize=15701080 CPUtime=0 cores=1,3,5,7
/proc/14864/task/14890/stat : 14890 (java) S 14862 14864 14691 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 519033510 16077905920 49198 33554432000 1073741824 1073778376 140734511209936 18446744073709551615 248101521841 0 4 0 16800975 18446604471149065152 0 0 -1 1 0 0 0
[pid=14864/tid=14892] ppid=14862 vsize=15701080 CPUtime=0.18 cores=1,3,5,7
/proc/14864/task/14892/stat : 14892 (java) S 14862 14864 14691 0 -1 4202560 1415 0 0 0 18 0 0 0 15 0 22 0 519033510 16077905920 49198 33554432000 1073741824 1073778376 140734511209936 18446744073709551615 248101514137 0 4 0 16800975 18446604471149065152 0 0 -1 5 0 0 0
[pid=14864/tid=14894] ppid=14862 vsize=15701080 CPUtime=0.3 cores=1,3,5,7
/proc/14864/task/14894/stat : 14894 (java) R 14862 14864 14691 0 -1 4202560 5935 0 0 0 30 0 0 0 15 0 22 0 519033510 16077905920 49198 33554432000 1073741824 1073778376 140734511209936 18446744073709551615 47788744788231 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=14864/tid=14896] ppid=14862 vsize=15701080 CPUtime=0 cores=1,3,5,7
/proc/14864/task/14896/stat : 14896 (java) S 14862 14864 14691 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 22 0 519033510 16077905920 49198 33554432000 1073741824 1073778376 140734511209936 18446744073709551615 248101514137 0 4 0 16800975 18446604471149065152 0 0 -1 1 0 0 0
[pid=14864/tid=14898] ppid=14862 vsize=15701080 CPUtime=0 cores=1,3,5,7
/proc/14864/task/14898/stat : 14898 (java) S 14862 14864 14691 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 519033510 16077905920 49198 33554432000 1073741824 1073778376 140734511209936 18446744073709551615 248101514752 0 4 0 16800975 18446604471149065152 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1.9
Current children cumulated vsize (KiB) 15701080

[startup+3.10118 s]
/proc/loadavg: 4.02 4.92 6.19 9/220 14906
/proc/meminfo: memFree=30278564/32950928 swapFree=67111428/67111528
[pid=14864] ppid=14862 vsize=15718720 CPUtime=5.39 cores=1,3,5,7
/proc/14864/stat : 14864 (java) S 14862 14864 14691 0 -1 4202496 71424 0 2 0 528 11 0 0 23 0 22 0 519033493 16095969280 55382 33554432000 1073741824 1073778376 140734511209936 18446744073709551615 248101500901 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/14864/statm: 3929680 55382 2266 9 0 3920399 0
[pid=14864/tid=14865] ppid=14862 vsize=15718720 CPUtime=2.93 cores=1,3,5,7
/proc/14864/task/14865/stat : 14865 (java) R 14862 14864 14691 0 -1 4202560 35677 0 2 0 286 7 0 0 25 0 22 0 519033494 16095969280 55382 33554432000 1073741824 1073778376 140734511209936 18446744073709551615 46912506296673 0 4 0 16800975 0 0 0 -1 1 0 0 9
[pid=14864/tid=14868] ppid=14862 vsize=15718720 CPUtime=0 cores=1,3,5,7
/proc/14864/task/14868/stat : 14868 (java) S 14862 14864 14691 0 -1 4202560 1369 0 0 0 0 0 0 0 15 0 22 0 519033498 16095969280 55382 33554432000 1073741824 1073778376 140734511209936 18446744073709551615 248101514137 0 4 0 16800975 18446604471149065152 0 0 -1 3 0 0 0
[pid=14864/tid=14871] ppid=14862 vsize=15718720 CPUtime=0 cores=1,3,5,7
/proc/14864/task/14871/stat : 14871 (java) S 14862 14864 14691 0 -1 4202560 69 0 0 0 0 0 0 0 15 0 22 0 519033498 16095969280 55382 33554432000 1073741824 1073778376 140734511209936 18446744073709551615 248101514137 0 4 0 16800975 18446604471149065152 0 0 -1 7 0 0 0
[pid=14864/tid=14873] ppid=14862 vsize=15718720 CPUtime=0 cores=1,3,5,7
/proc/14864/task/14873/stat : 14873 (java) S 14862 14864 14691 0 -1 4202560 683 0 0 0 0 0 0 0 16 0 22 0 519033498 16095969280 55382 33554432000 1073741824 1073778376 140734511209936 18446744073709551615 248101514137 0 4 0 16800975 18446604471149065152 0 0 -1 1 0 0 0
[pid=14864/tid=14875] ppid=14862 vsize=15718720 CPUtime=0 cores=1,3,5,7
/proc/14864/task/14875/stat : 14875 (java) S 14862 14864 14691 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 519033498 16095969280 55382 33554432000 1073741824 1073778376 140734511209936 18446744073709551615 248101514137 0 4 0 16800975 18446604471149065152 0 0 -1 7 0 0 0
[pid=14864/tid=14877] ppid=14862 vsize=15718720 CPUtime=0.01 cores=1,3,5,7
/proc/14864/task/14877/stat : 14877 (java) S 14862 14864 14691 0 -1 4202560 1603 0 0 0 1 0 0 0 16 0 22 0 519033498 16095969280 55382 33554432000 1073741824 1073778376 140734511209936 18446744073709551615 248101514137 0 4 0 16800975 18446604471149065152 0 0 -1 3 0 0 0
[pid=14864/tid=14879] ppid=14862 vsize=15718720 CPUtime=0.01 cores=1,3,5,7
/proc/14864/task/14879/stat : 14879 (java) S 14862 14864 14691 0 -1 4202560 1435 0 0 0 1 0 0 0 16 0 22 0 519033498 16095969280 55382 33554432000 1073741824 1073778376 140734511209936 18446744073709551615 248101514137 0 4 0 16800975 18446604471149065152 0 0 -1 5 0 0 0
[pid=14864/tid=14881] ppid=14862 vsize=15718720 CPUtime=0.01 cores=1,3,5,7
/proc/14864/task/14881/stat : 14881 (java) S 14862 14864 14691 0 -1 4202560 1248 0 0 0 1 0 0 0 16 0 22 0 519033498 16095969280 55382 33554432000 1073741824 1073778376 140734511209936 18446744073709551615 248101514137 0 4 0 16800975 18446604471149065152 0 0 -1 7 0 0 0
[pid=14864/tid=14882] ppid=14862 vsize=15718720 CPUtime=0.01 cores=1,3,5,7
/proc/14864/task/14882/stat : 14882 (java) S 14862 14864 14691 0 -1 4202560 976 0 0 0 1 0 0 0 16 0 22 0 519033498 16095969280 55382 33554432000 1073741824 1073778376 140734511209936 18446744073709551615 248101514137 0 4 0 16800975 18446604471149065152 0 0 -1 5 0 0 0
[pid=14864/tid=14883] ppid=14862 vsize=15718720 CPUtime=0 cores=1,3,5,7
/proc/14864/task/14883/stat : 14883 (java) S 14862 14864 14691 0 -1 4202560 73 0 0 0 0 0 0 0 15 0 22 0 519033501 16095969280 55382 33554432000 1073741824 1073778376 140734511209936 18446744073709551615 248101514752 0 0 0 16800975 18446604471149065152 0 0 -1 7 0 0 0
[pid=14864/tid=14886] ppid=14862 vsize=15718720 CPUtime=0 cores=1,3,5,7
/proc/14864/task/14886/stat : 14886 (java) S 14862 14864 14691 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 22 0 519033502 16095969280 55382 33554432000 1073741824 1073778376 140734511209936 18446744073709551615 248101514137 0 4 0 16800975 18446604471149065152 0 0 -1 5 0 0 0
[pid=14864/tid=14888] ppid=14862 vsize=15718720 CPUtime=0 cores=1,3,5,7
/proc/14864/task/14888/stat : 14888 (java) S 14862 14864 14691 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 22 0 519033503 16095969280 55382 33554432000 1073741824 1073778376 140734511209936 18446744073709551615 248101514137 0 4 0 16800975 18446604471149065152 0 0 -1 5 0 0 0
[pid=14864/tid=14890] ppid=14862 vsize=15718720 CPUtime=0 cores=1,3,5,7
/proc/14864/task/14890/stat : 14890 (java) S 14862 14864 14691 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 519033510 16095969280 55382 33554432000 1073741824 1073778376 140734511209936 18446744073709551615 248101521841 0 4 0 16800975 18446604471149065152 0 0 -1 1 0 0 0
[pid=14864/tid=14892] ppid=14862 vsize=15718720 CPUtime=1.17 cores=1,3,5,7
/proc/14864/task/14892/stat : 14892 (java) S 14862 14864 14691 0 -1 4202560 11805 0 0 0 116 1 0 0 16 0 22 0 519033510 16095969280 55382 33554432000 1073741824 1073778376 140734511209936 18446744073709551615 248101514137 0 4 0 16800975 18446604471149065152 0 0 -1 5 0 0 0
[pid=14864/tid=14894] ppid=14862 vsize=15718720 CPUtime=1.19 cores=1,3,5,7
/proc/14864/task/14894/stat : 14894 (java) S 14862 14864 14691 0 -1 4202560 15056 0 0 0 118 1 0 0 16 0 22 0 519033510 16095969280 55382 33554432000 1073741824 1073778376 140734511209936 18446744073709551615 248101514137 0 4 0 16800975 18446604471149065152 0 0 -1 3 0 0 0
[pid=14864/tid=14896] ppid=14862 vsize=15718720 CPUtime=0 cores=1,3,5,7
/proc/14864/task/14896/stat : 14896 (java) S 14862 14864 14691 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 22 0 519033510 16095969280 55382 33554432000 1073741824 1073778376 140734511209936 18446744073709551615 248101514137 0 4 0 16800975 18446604471149065152 0 0 -1 1 0 0 0
[pid=14864/tid=14898] ppid=14862 vsize=15718720 CPUtime=0 cores=1,3,5,7
/proc/14864/task/14898/stat : 14898 (java) S 14862 14864 14691 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 519033510 16095969280 55382 33554432000 1073741824 1073778376 140734511209936 18446744073709551615 248101514752 0 4 0 16800975 18446604471149065152 0 0 -1 7 0 0 0
[pid=14864/tid=14903] ppid=14862 vsize=15718720 CPUtime=0 cores=1,3,5,7
/proc/14864/task/14903/stat : 14903 (java) S 14862 14864 14691 0 -1 4202560 15 0 0 0 0 0 0 0 15 0 22 0 519033612 16095969280 55382 33554432000 1073741824 1073778376 140734511209936 18446744073709551615 248101514752 0 4 0 16800975 18446604471149065152 0 0 -1 7 0 0 0
[pid=14864/tid=14904] ppid=14862 vsize=15718720 CPUtime=0 cores=1,3,5,7
/proc/14864/task/14904/stat : 14904 (java) S 14862 14864 14691 0 -1 4202560 13 0 0 0 0 0 0 0 15 0 22 0 519033612 16095969280 55382 33554432000 1073741824 1073778376 140734511209936 18446744073709551615 248101514752 0 4 0 16800975 18446604471149065152 0 0 -1 7 0 0 0
[pid=14864/tid=14905] ppid=14862 vsize=15718720 CPUtime=0 cores=1,3,5,7
/proc/14864/task/14905/stat : 14905 (java) S 14862 14864 14691 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 22 0 519033612 16095969280 55382 33554432000 1073741824 1073778376 140734511209936 18446744073709551615 248101514752 0 4 0 16800975 18446604471149065152 0 0 -1 7 0 0 0
[pid=14864/tid=14906] ppid=14862 vsize=15718720 CPUtime=0 cores=1,3,5,7
/proc/14864/task/14906/stat : 14906 (java) S 14862 14864 14691 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 22 0 519033612 16095969280 55382 33554432000 1073741824 1073778376 140734511209936 18446744073709551615 248101514752 0 4 0 16800975 18446604471149065152 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 5.39
Current children cumulated vsize (KiB) 15718720

[startup+6.30162 s]
/proc/loadavg: 4.18 4.93 6.19 9/220 14906
/proc/meminfo: memFree=29651936/32950928 swapFree=67111428/67111528
[pid=14864] ppid=14862 vsize=15718720 CPUtime=14.53 cores=1,3,5,7
/proc/14864/stat : 14864 (java) S 14862 14864 14691 0 -1 4202496 239027 0 2 0 1419 34 0 0 23 0 22 0 519033493 16095969280 222385 33554432000 1073741824 1073778376 140734511209936 18446744073709551615 248101500901 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/14864/statm: 3929680 222385 2278 9 0 3920399 0
[pid=14864/tid=14865] ppid=14862 vsize=15718720 CPUtime=3.66 cores=1,3,5,7
/proc/14864/task/14865/stat : 14865 (java) S 14862 14864 14691 0 -1 4202560 35727 0 2 0 359 7 0 0 25 0 22 0 519033494 16095969280 222385 33554432000 1073741824 1073778376 140734511209936 18446744073709551615 248101514137 0 4 0 16800975 18446604471149065152 0 0 -1 1 0 0 9
[pid=14864/tid=14868] ppid=14862 vsize=15718720 CPUtime=0.12 cores=1,3,5,7
/proc/14864/task/14868/stat : 14868 (java) S 14862 14864 14691 0 -1 4202560 15024 0 0 0 10 2 0 0 15 0 22 0 519033498 16095969280 222385 33554432000 1073741824 1073778376 140734511209936 18446744073709551615 248101514137 0 4 0 16800975 18446604471149065152 0 0 -1 3 0 0 0
[pid=14864/tid=14871] ppid=14862 vsize=15718720 CPUtime=0.12 cores=1,3,5,7
/proc/14864/task/14871/stat : 14871 (java) S 14862 14864 14691 0 -1 4202560 19226 0 0 0 10 2 0 0 15 0 22 0 519033498 16095969280 222385 33554432000 1073741824 1073778376 140734511209936 18446744073709551615 248101514137 0 4 0 16800975 18446604471149065152 0 0 -1 5 0 0 0
[pid=14864/tid=14873] ppid=14862 vsize=15718720 CPUtime=0.19 cores=1,3,5,7
/proc/14864/task/14873/stat : 14873 (java) S 14862 14864 14691 0 -1 4202560 28451 0 0 0 16 3 0 0 15 0 22 0 519033498 16095969280 222385 33554432000 1073741824 1073778376 140734511209936 18446744073709551615 248101514137 0 4 0 16800975 18446604471149065152 0 0 -1 3 0 0 0
[pid=14864/tid=14875] ppid=14862 vsize=15718720 CPUtime=0.07 cores=1,3,5,7
/proc/14864/task/14875/stat : 14875 (java) S 14862 14864 14691 0 -1 4202560 13800 0 0 0 6 1 0 0 16 0 22 0 519033498 16095969280 222385 33554432000 1073741824 1073778376 140734511209936 18446744073709551615 248101514137 0 4 0 16800975 18446604471149065152 0 0 -1 7 0 0 0
[pid=14864/tid=14877] ppid=14862 vsize=15718720 CPUtime=0.15 cores=1,3,5,7
/proc/14864/task/14877/stat : 14877 (java) S 14862 14864 14691 0 -1 4202560 19785 0 0 0 13 2 0 0 16 0 22 0 519033498 16095969280 222385 33554432000 1073741824 1073778376 140734511209936 18446744073709551615 248101514137 0 4 0 16800975 18446604471149065152 0 0 -1 1 0 0 0
[pid=14864/tid=14879] ppid=14862 vsize=15718720 CPUtime=0.08 cores=1,3,5,7
/proc/14864/task/14879/stat : 14879 (java) S 14862 14864 14691 0 -1 4202560 13362 0 0 0 7 1 0 0 15 0 22 0 519033498 16095969280 222385 33554432000 1073741824 1073778376 140734511209936 18446744073709551615 248101514137 0 4 0 16800975 18446604471149065152 0 0 -1 3 0 0 0
[pid=14864/tid=14881] ppid=14862 vsize=15718720 CPUtime=0.02 cores=1,3,5,7
/proc/14864/task/14881/stat : 14881 (java) S 14862 14864 14691 0 -1 4202560 3434 0 0 0 2 0 0 0 15 0 22 0 519033498 16095969280 222385 33554432000 1073741824 1073778376 140734511209936 18446744073709551615 248101514137 0 4 0 16800975 18446604471149065152 0 0 -1 5 0 0 0
[pid=14864/tid=14882] ppid=14862 vsize=15718720 CPUtime=0.05 cores=1,3,5,7
/proc/14864/task/14882/stat : 14882 (java) S 14862 14864 14691 0 -1 4202560 6993 0 0 0 5 0 0 0 15 0 22 0 519033498 16095969280 222385 33554432000 1073741824 1073778376 140734511209936 18446744073709551615 248101514137 0 4 0 16800975 18446604471149065152 0 0 -1 5 0 0 0
[pid=14864/tid=14883] ppid=14862 vsize=15718720 CPUtime=0 cores=1,3,5,7
/proc/14864/task/14883/stat : 14883 (java) S 14862 14864 14691 0 -1 4202560 430 0 0 0 0 0 0 0 15 0 22 0 519033501 16095969280 222385 33554432000 1073741824 1073778376 140734511209936 18446744073709551615 248101514752 0 0 0 16800975 18446604471149065152 0 0 -1 3 0 0 0
[pid=14864/tid=14886] ppid=14862 vsize=15718720 CPUtime=0 cores=1,3,5,7
/proc/14864/task/14886/stat : 14886 (java) S 14862 14864 14691 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 22 0 519033502 16095969280 222385 33554432000 1073741824 1073778376 140734511209936 18446744073709551615 248101514137 0 4 0 16800975 18446604471149065152 0 0 -1 5 0 0 0
[pid=14864/tid=14888] ppid=14862 vsize=15718720 CPUtime=0 cores=1,3,5,7
/proc/14864/task/14888/stat : 14888 (java) S 14862 14864 14691 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 22 0 519033503 16095969280 222385 33554432000 1073741824 1073778376 140734511209936 18446744073709551615 248101514137 0 4 0 16800975 18446604471149065152 0 0 -1 5 0 0 0
[pid=14864/tid=14890] ppid=14862 vsize=15718720 CPUtime=0 cores=1,3,5,7
/proc/14864/task/14890/stat : 14890 (java) S 14862 14864 14691 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 519033510 16095969280 222385 33554432000 1073741824 1073778376 140734511209936 18446744073709551615 248101521841 0 4 0 16800975 18446604471149065152 0 0 -1 1 0 0 0

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

/proc/14864/task/14873/stat : 14873 (java) S 14862 14864 14691 0 -1 4202560 183745 0 0 0 760 27 0 0 15 0 22 0 519033498 16095969280 1878198 33554432000 1073741824 1073778376 140734511209936 18446744073709551615 248101514137 0 4 0 16800975 18446604471149065152 0 0 -1 1 0 0 0
[pid=14864/tid=14875] ppid=14862 vsize=15718720 CPUtime=7.45 cores=1,3,5,7
/proc/14864/task/14875/stat : 14875 (java) S 14862 14864 14691 0 -1 4202560 184241 0 0 0 716 29 0 0 16 0 22 0 519033498 16095969280 1878198 33554432000 1073741824 1073778376 140734511209936 18446744073709551615 248101514137 0 4 0 16800975 18446604471149065152 0 0 -1 3 0 0 0
[pid=14864/tid=14877] ppid=14862 vsize=15718720 CPUtime=7.34 cores=1,3,5,7
/proc/14864/task/14877/stat : 14877 (java) S 14862 14864 14691 0 -1 4202560 148727 0 0 0 715 19 0 0 16 0 22 0 519033498 16095969280 1878198 33554432000 1073741824 1073778376 140734511209936 18446744073709551615 248101514137 0 4 0 16800975 18446604471149065152 0 0 -1 5 0 0 0
[pid=14864/tid=14879] ppid=14862 vsize=15718720 CPUtime=7.89 cores=1,3,5,7
/proc/14864/task/14879/stat : 14879 (java) S 14862 14864 14691 0 -1 4202560 196180 0 0 0 759 30 0 0 16 0 22 0 519033498 16095969280 1878198 33554432000 1073741824 1073778376 140734511209936 18446744073709551615 248101514137 0 4 0 16800975 18446604471149065152 0 0 -1 1 0 0 0
[pid=14864/tid=14881] ppid=14862 vsize=15718720 CPUtime=7.69 cores=1,3,5,7
/proc/14864/task/14881/stat : 14881 (java) S 14862 14864 14691 0 -1 4202560 141945 0 0 0 747 22 0 0 15 0 22 0 519033498 16095969280 1878198 33554432000 1073741824 1073778376 140734511209936 18446744073709551615 248101514137 0 4 0 16800975 18446604471149065152 0 0 -1 3 0 0 0
[pid=14864/tid=14882] ppid=14862 vsize=15718720 CPUtime=7.66 cores=1,3,5,7
/proc/14864/task/14882/stat : 14882 (java) S 14862 14864 14691 0 -1 4202560 221426 0 0 0 733 33 0 0 15 0 22 0 519033498 16095969280 1878198 33554432000 1073741824 1073778376 140734511209936 18446744073709551615 248101514137 0 4 0 16800975 18446604471149065152 0 0 -1 3 0 0 0
[pid=14864/tid=14883] ppid=14862 vsize=15718720 CPUtime=1.63 cores=1,3,5,7
/proc/14864/task/14883/stat : 14883 (java) S 14862 14864 14691 0 -1 4202560 41814 0 0 0 158 5 0 0 15 0 22 0 519033501 16095969280 1878198 33554432000 1073741824 1073778376 140734511209936 18446744073709551615 248101514752 0 0 0 16800975 18446604471149065152 0 0 -1 5 0 0 0
[pid=14864/tid=14886] ppid=14862 vsize=15718720 CPUtime=0 cores=1,3,5,7
/proc/14864/task/14886/stat : 14886 (java) S 14862 14864 14691 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 22 0 519033502 16095969280 1878198 33554432000 1073741824 1073778376 140734511209936 18446744073709551615 248101514137 0 4 0 16800975 18446604471149065152 0 0 -1 5 0 0 0
[pid=14864/tid=14888] ppid=14862 vsize=15718720 CPUtime=0 cores=1,3,5,7
/proc/14864/task/14888/stat : 14888 (java) S 14862 14864 14691 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 22 0 519033503 16095969280 1878198 33554432000 1073741824 1073778376 140734511209936 18446744073709551615 248101514137 0 4 0 16800975 18446604471149065152 0 0 -1 5 0 0 0
[pid=14864/tid=14890] ppid=14862 vsize=15718720 CPUtime=0 cores=1,3,5,7
/proc/14864/task/14890/stat : 14890 (java) S 14862 14864 14691 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 519033510 16095969280 1878198 33554432000 1073741824 1073778376 140734511209936 18446744073709551615 248101521841 0 4 0 16800975 18446604471149065152 0 0 -1 1 0 0 0
[pid=14864/tid=14892] ppid=14862 vsize=15718720 CPUtime=2.02 cores=1,3,5,7
/proc/14864/task/14892/stat : 14892 (java) S 14862 14864 14691 0 -1 4202560 12257 0 0 0 201 1 0 0 16 0 22 0 519033510 16095969280 1878198 33554432000 1073741824 1073778376 140734511209936 18446744073709551615 248101514137 0 4 0 16800975 18446604471149065152 0 0 -1 1 0 0 0
[pid=14864/tid=14894] ppid=14862 vsize=15718720 CPUtime=1.93 cores=1,3,5,7
/proc/14864/task/14894/stat : 14894 (java) S 14862 14864 14691 0 -1 4202560 15154 0 0 0 192 1 0 0 15 0 22 0 519033510 16095969280 1878198 33554432000 1073741824 1073778376 140734511209936 18446744073709551615 248101514137 0 4 0 16800975 18446604471149065152 0 0 -1 7 0 0 0
[pid=14864/tid=14896] ppid=14862 vsize=15718720 CPUtime=0 cores=1,3,5,7
/proc/14864/task/14896/stat : 14896 (java) S 14862 14864 14691 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 22 0 519033510 16095969280 1878198 33554432000 1073741824 1073778376 140734511209936 18446744073709551615 248101514137 0 4 0 16800975 18446604471149065152 0 0 -1 1 0 0 0
[pid=14864/tid=14898] ppid=14862 vsize=15718720 CPUtime=0 cores=1,3,5,7
/proc/14864/task/14898/stat : 14898 (java) S 14862 14864 14691 0 -1 4202560 66 0 0 0 0 0 0 0 15 0 22 0 519033510 16095969280 1878198 33554432000 1073741824 1073778376 140734511209936 18446744073709551615 248101514752 0 4 0 16800975 18446604471149065152 0 0 -1 3 0 0 0
[pid=14864/tid=14903] ppid=14862 vsize=15718720 CPUtime=1098.09 cores=1,3,5,7
/proc/14864/task/14903/stat : 14903 (java) R 14862 14864 14691 0 -1 4202560 105818 0 0 0 109797 12 0 0 25 0 22 0 519033612 16095969280 1878198 33554432000 1073741824 1073778376 140734511209936 18446744073709551615 46912506914157 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=14864/tid=14904] ppid=14862 vsize=15718720 CPUtime=1100.06 cores=1,3,5,7
/proc/14864/task/14904/stat : 14904 (java) R 14862 14864 14691 0 -1 4202560 89117 0 0 0 109995 11 0 0 25 0 22 0 519033612 16095969280 1878198 33554432000 1073741824 1073778376 140734511209936 18446744073709551615 46912506619036 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=14864/tid=14905] ppid=14862 vsize=15718720 CPUtime=1099.17 cores=1,3,5,7
/proc/14864/task/14905/stat : 14905 (java) R 14862 14864 14691 0 -1 4202560 115332 0 0 0 109903 14 0 0 25 0 22 0 519033612 16095969280 1878198 33554432000 1073741824 1073778376 140734511209936 18446744073709551615 46912506914709 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=14864/tid=14906] ppid=14862 vsize=15718720 CPUtime=1099.13 cores=1,3,5,7
/proc/14864/task/14906/stat : 14906 (java) R 14862 14864 14691 0 -1 4202560 93510 0 0 0 109902 11 0 0 25 0 22 0 519033612 16095969280 1878198 33554432000 1073741824 1073778376 140734511209936 18446744073709551615 46912506618325 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4466.72
Current children cumulated vsize (KiB) 15718720

[startup+1182.3 s]
/proc/loadavg: 8.20 8.23 7.66 9/220 14998
/proc/meminfo: memFree=16155240/32950928 swapFree=67111428/67111528
[pid=14864] ppid=14862 vsize=15718720 CPUtime=4706.33 cores=1,3,5,7
/proc/14864/stat : 14864 (java) S 14862 14864 14691 0 -1 4202496 1931736 0 2 0 470346 287 0 0 23 0 22 0 519033493 16095969280 1886134 33554432000 1073741824 1073778376 140734511209936 18446744073709551615 248101500901 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/14864/statm: 3929680 1886134 2296 9 0 3920399 0
[pid=14864/tid=14865] ppid=14862 vsize=15718720 CPUtime=3.66 cores=1,3,5,7
/proc/14864/task/14865/stat : 14865 (java) S 14862 14864 14691 0 -1 4202560 35727 0 2 0 359 7 0 0 25 0 22 0 519033494 16095969280 1886134 33554432000 1073741824 1073778376 140734511209936 18446744073709551615 248101514137 0 4 0 16800975 18446604471149065152 0 0 -1 1 0 0 9
[pid=14864/tid=14868] ppid=14862 vsize=15718720 CPUtime=7.96 cores=1,3,5,7
/proc/14864/task/14868/stat : 14868 (java) S 14862 14864 14691 0 -1 4202560 211311 0 0 0 763 33 0 0 15 0 22 0 519033498 16095969280 1886134 33554432000 1073741824 1073778376 140734511209936 18446744073709551615 248101514137 0 4 0 16800975 18446604471149065152 0 0 -1 1 0 0 0
[pid=14864/tid=14871] ppid=14862 vsize=15718720 CPUtime=7.55 cores=1,3,5,7
/proc/14864/task/14871/stat : 14871 (java) S 14862 14864 14691 0 -1 4202560 129862 0 0 0 735 20 0 0 16 0 22 0 519033498 16095969280 1886134 33554432000 1073741824 1073778376 140734511209936 18446744073709551615 248101514137 0 4 0 16800975 18446604471149065152 0 0 -1 5 0 0 0
[pid=14864/tid=14873] ppid=14862 vsize=15718720 CPUtime=8.37 cores=1,3,5,7
/proc/14864/task/14873/stat : 14873 (java) S 14862 14864 14691 0 -1 4202560 183883 0 0 0 810 27 0 0 15 0 22 0 519033498 16095969280 1886134 33554432000 1073741824 1073778376 140734511209936 18446744073709551615 248101514137 0 4 0 16800975 18446604471149065152 0 0 -1 5 0 0 0
[pid=14864/tid=14875] ppid=14862 vsize=15718720 CPUtime=7.8 cores=1,3,5,7
/proc/14864/task/14875/stat : 14875 (java) S 14862 14864 14691 0 -1 4202560 184241 0 0 0 751 29 0 0 16 0 22 0 519033498 16095969280 1886134 33554432000 1073741824 1073778376 140734511209936 18446744073709551615 248101514137 0 4 0 16800975 18446604471149065152 0 0 -1 1 0 0 0
[pid=14864/tid=14877] ppid=14862 vsize=15718720 CPUtime=7.72 cores=1,3,5,7
/proc/14864/task/14877/stat : 14877 (java) S 14862 14864 14691 0 -1 4202560 148735 0 0 0 753 19 0 0 16 0 22 0 519033498 16095969280 1886134 33554432000 1073741824 1073778376 140734511209936 18446744073709551615 248101514137 0 4 0 16800975 18446604471149065152 0 0 -1 7 0 0 0
[pid=14864/tid=14879] ppid=14862 vsize=15718720 CPUtime=8.18 cores=1,3,5,7
/proc/14864/task/14879/stat : 14879 (java) S 14862 14864 14691 0 -1 4202560 199328 0 0 0 788 30 0 0 15 0 22 0 519033498 16095969280 1886134 33554432000 1073741824 1073778376 140734511209936 18446744073709551615 248101514137 0 4 0 16800975 18446604471149065152 0 0 -1 3 0 0 0
[pid=14864/tid=14881] ppid=14862 vsize=15718720 CPUtime=7.99 cores=1,3,5,7
/proc/14864/task/14881/stat : 14881 (java) S 14862 14864 14691 0 -1 4202560 142730 0 0 0 777 22 0 0 16 0 22 0 519033498 16095969280 1886134 33554432000 1073741824 1073778376 140734511209936 18446744073709551615 248101514137 0 4 0 16800975 18446604471149065152 0 0 -1 3 0 0 0
[pid=14864/tid=14882] ppid=14862 vsize=15718720 CPUtime=8.02 cores=1,3,5,7
/proc/14864/task/14882/stat : 14882 (java) S 14862 14864 14691 0 -1 4202560 221426 0 0 0 769 33 0 0 15 0 22 0 519033498 16095969280 1886134 33554432000 1073741824 1073778376 140734511209936 18446744073709551615 248101514137 0 4 0 16800975 18446604471149065152 0 0 -1 3 0 0 0
[pid=14864/tid=14883] ppid=14862 vsize=15718720 CPUtime=1.63 cores=1,3,5,7
/proc/14864/task/14883/stat : 14883 (java) S 14862 14864 14691 0 -1 4202560 41838 0 0 0 158 5 0 0 15 0 22 0 519033501 16095969280 1886134 33554432000 1073741824 1073778376 140734511209936 18446744073709551615 248101514752 0 0 0 16800975 18446604471149065152 0 0 -1 1 0 0 0
[pid=14864/tid=14886] ppid=14862 vsize=15718720 CPUtime=0 cores=1,3,5,7
/proc/14864/task/14886/stat : 14886 (java) S 14862 14864 14691 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 22 0 519033502 16095969280 1886134 33554432000 1073741824 1073778376 140734511209936 18446744073709551615 248101514137 0 4 0 16800975 18446604471149065152 0 0 -1 5 0 0 0
[pid=14864/tid=14888] ppid=14862 vsize=15718720 CPUtime=0 cores=1,3,5,7
/proc/14864/task/14888/stat : 14888 (java) S 14862 14864 14691 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 22 0 519033503 16095969280 1886134 33554432000 1073741824 1073778376 140734511209936 18446744073709551615 248101514137 0 4 0 16800975 18446604471149065152 0 0 -1 5 0 0 0
[pid=14864/tid=14890] ppid=14862 vsize=15718720 CPUtime=0 cores=1,3,5,7
/proc/14864/task/14890/stat : 14890 (java) S 14862 14864 14691 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 519033510 16095969280 1886134 33554432000 1073741824 1073778376 140734511209936 18446744073709551615 248101521841 0 4 0 16800975 18446604471149065152 0 0 -1 1 0 0 0
[pid=14864/tid=14892] ppid=14862 vsize=15718720 CPUtime=2.02 cores=1,3,5,7
/proc/14864/task/14892/stat : 14892 (java) S 14862 14864 14691 0 -1 4202560 12257 0 0 0 201 1 0 0 16 0 22 0 519033510 16095969280 1886134 33554432000 1073741824 1073778376 140734511209936 18446744073709551615 248101514137 0 4 0 16800975 18446604471149065152 0 0 -1 1 0 0 0
[pid=14864/tid=14894] ppid=14862 vsize=15718720 CPUtime=1.93 cores=1,3,5,7
/proc/14864/task/14894/stat : 14894 (java) S 14862 14864 14691 0 -1 4202560 15154 0 0 0 192 1 0 0 15 0 22 0 519033510 16095969280 1886134 33554432000 1073741824 1073778376 140734511209936 18446744073709551615 248101514137 0 4 0 16800975 18446604471149065152 0 0 -1 7 0 0 0
[pid=14864/tid=14896] ppid=14862 vsize=15718720 CPUtime=0 cores=1,3,5,7
/proc/14864/task/14896/stat : 14896 (java) S 14862 14864 14691 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 22 0 519033510 16095969280 1886134 33554432000 1073741824 1073778376 140734511209936 18446744073709551615 248101514137 0 4 0 16800975 18446604471149065152 0 0 -1 1 0 0 0
[pid=14864/tid=14898] ppid=14862 vsize=15718720 CPUtime=0 cores=1,3,5,7
/proc/14864/task/14898/stat : 14898 (java) S 14862 14864 14691 0 -1 4202560 70 0 0 0 0 0 0 0 15 0 22 0 519033510 16095969280 1886134 33554432000 1073741824 1073778376 140734511209936 18446744073709551615 248101514752 0 4 0 16800975 18446604471149065152 0 0 -1 7 0 0 0
[pid=14864/tid=14903] ppid=14862 vsize=15718720 CPUtime=1157.12 cores=1,3,5,7
/proc/14864/task/14903/stat : 14903 (java) R 14862 14864 14691 0 -1 4202560 105822 0 0 0 115700 12 0 0 25 0 22 0 519033612 16095969280 1886134 33554432000 1073741824 1073778376 140734511209936 18446744073709551615 46912506914761 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=14864/tid=14904] ppid=14862 vsize=15718720 CPUtime=1159.36 cores=1,3,5,7
/proc/14864/task/14904/stat : 14904 (java) R 14862 14864 14691 0 -1 4202560 89122 0 0 0 115925 11 0 0 25 0 22 0 519033612 16095969280 1886134 33554432000 1073741824 1073778376 140734511209936 18446744073709551615 46912506915237 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=14864/tid=14905] ppid=14862 vsize=15718720 CPUtime=1158.47 cores=1,3,5,7
/proc/14864/task/14905/stat : 14905 (java) R 14862 14864 14691 0 -1 4202560 115334 0 0 0 115833 14 0 0 25 0 22 0 519033612 16095969280 1886134 33554432000 1073741824 1073778376 140734511209936 18446744073709551615 46912506734610 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=14864/tid=14906] ppid=14862 vsize=15718720 CPUtime=1158.37 cores=1,3,5,7
/proc/14864/task/14906/stat : 14906 (java) R 14862 14864 14691 0 -1 4202560 93511 0 0 0 115826 11 0 0 25 0 22 0 519033612 16095969280 1886134 33554432000 1073741824 1073778376 140734511209936 18446744073709551615 46912506398852 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4706.33
Current children cumulated vsize (KiB) 15718720



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1205.8 s]
/proc/loadavg: 8.13 8.21 7.66 9/220 14999
/proc/meminfo: memFree=16146420/32950928 swapFree=67111428/67111528
[pid=14864] ppid=14862 vsize=15718720 CPUtime=4800.2 cores=1,3,5,7
/proc/14864/stat : 14864 (java) S 14862 14864 14691 0 -1 4202496 1935379 0 2 0 479732 288 0 0 23 0 22 0 519033493 16095969280 1889764 33554432000 1073741824 1073778376 140734511209936 18446744073709551615 248101500901 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/14864/statm: 3929680 1889764 2296 9 0 3920399 0
[pid=14864/tid=14865] ppid=14862 vsize=15718720 CPUtime=3.66 cores=1,3,5,7
/proc/14864/task/14865/stat : 14865 (java) S 14862 14864 14691 0 -1 4202560 35727 0 2 0 359 7 0 0 25 0 22 0 519033494 16095969280 1889764 33554432000 1073741824 1073778376 140734511209936 18446744073709551615 248101514137 0 4 0 16800975 18446604471149065152 0 0 -1 1 0 0 9
[pid=14864/tid=14868] ppid=14862 vsize=15718720 CPUtime=8.04 cores=1,3,5,7
/proc/14864/task/14868/stat : 14868 (java) S 14862 14864 14691 0 -1 4202560 212601 0 0 0 770 34 0 0 15 0 22 0 519033498 16095969280 1889764 33554432000 1073741824 1073778376 140734511209936 18446744073709551615 248101514137 0 4 0 16800975 18446604471149065152 0 0 -1 1 0 0 0
[pid=14864/tid=14871] ppid=14862 vsize=15718720 CPUtime=7.7 cores=1,3,5,7
/proc/14864/task/14871/stat : 14871 (java) S 14862 14864 14691 0 -1 4202560 129862 0 0 0 750 20 0 0 16 0 22 0 519033498 16095969280 1889764 33554432000 1073741824 1073778376 140734511209936 18446744073709551615 248101514137 0 4 0 16800975 18446604471149065152 0 0 -1 5 0 0 0
[pid=14864/tid=14873] ppid=14862 vsize=15718720 CPUtime=8.38 cores=1,3,5,7
/proc/14864/task/14873/stat : 14873 (java) S 14862 14864 14691 0 -1 4202560 183883 0 0 0 811 27 0 0 15 0 22 0 519033498 16095969280 1889764 33554432000 1073741824 1073778376 140734511209936 18446744073709551615 248101514137 0 4 0 16800975 18446604471149065152 0 0 -1 5 0 0 0
[pid=14864/tid=14875] ppid=14862 vsize=15718720 CPUtime=7.96 cores=1,3,5,7
/proc/14864/task/14875/stat : 14875 (java) S 14862 14864 14691 0 -1 4202560 184241 0 0 0 767 29 0 0 16 0 22 0 519033498 16095969280 1889764 33554432000 1073741824 1073778376 140734511209936 18446744073709551615 248101514137 0 4 0 16800975 18446604471149065152 0 0 -1 3 0 0 0
[pid=14864/tid=14877] ppid=14862 vsize=15718720 CPUtime=7.88 cores=1,3,5,7
/proc/14864/task/14877/stat : 14877 (java) S 14862 14864 14691 0 -1 4202560 148738 0 0 0 769 19 0 0 16 0 22 0 519033498 16095969280 1889764 33554432000 1073741824 1073778376 140734511209936 18446744073709551615 248101514137 0 4 0 16800975 18446604471149065152 0 0 -1 7 0 0 0
[pid=14864/tid=14879] ppid=14862 vsize=15718720 CPUtime=8.36 cores=1,3,5,7
/proc/14864/task/14879/stat : 14879 (java) S 14862 14864 14691 0 -1 4202560 199844 0 0 0 805 31 0 0 16 0 22 0 519033498 16095969280 1889764 33554432000 1073741824 1073778376 140734511209936 18446744073709551615 248101514137 0 4 0 16800975 18446604471149065152 0 0 -1 1 0 0 0
[pid=14864/tid=14881] ppid=14862 vsize=15718720 CPUtime=8.11 cores=1,3,5,7
/proc/14864/task/14881/stat : 14881 (java) S 14862 14864 14691 0 -1 4202560 143475 0 0 0 789 22 0 0 15 0 22 0 519033498 16095969280 1889764 33554432000 1073741824 1073778376 140734511209936 18446744073709551615 248101514137 0 4 0 16800975 18446604471149065152 0 0 -1 5 0 0 0
[pid=14864/tid=14882] ppid=14862 vsize=15718720 CPUtime=8.09 cores=1,3,5,7
/proc/14864/task/14882/stat : 14882 (java) S 14862 14864 14691 0 -1 4202560 222504 0 0 0 775 34 0 0 15 0 22 0 519033498 16095969280 1889764 33554432000 1073741824 1073778376 140734511209936 18446744073709551615 248101514137 0 4 0 16800975 18446604471149065152 0 0 -1 3 0 0 0
[pid=14864/tid=14883] ppid=14862 vsize=15718720 CPUtime=1.63 cores=1,3,5,7
/proc/14864/task/14883/stat : 14883 (java) S 14862 14864 14691 0 -1 4202560 41845 0 0 0 158 5 0 0 15 0 22 0 519033501 16095969280 1889764 33554432000 1073741824 1073778376 140734511209936 18446744073709551615 248101514752 0 0 0 16800975 18446604471149065152 0 0 -1 1 0 0 0
[pid=14864/tid=14886] ppid=14862 vsize=15718720 CPUtime=0 cores=1,3,5,7
/proc/14864/task/14886/stat : 14886 (java) S 14862 14864 14691 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 22 0 519033502 16095969280 1889764 33554432000 1073741824 1073778376 140734511209936 18446744073709551615 248101514137 0 4 0 16800975 18446604471149065152 0 0 -1 5 0 0 0
[pid=14864/tid=14888] ppid=14862 vsize=15718720 CPUtime=0 cores=1,3,5,7
/proc/14864/task/14888/stat : 14888 (java) S 14862 14864 14691 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 22 0 519033503 16095969280 1889764 33554432000 1073741824 1073778376 140734511209936 18446744073709551615 248101514137 0 4 0 16800975 18446604471149065152 0 0 -1 5 0 0 0
[pid=14864/tid=14890] ppid=14862 vsize=15718720 CPUtime=0 cores=1,3,5,7
/proc/14864/task/14890/stat : 14890 (java) S 14862 14864 14691 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 519033510 16095969280 1889764 33554432000 1073741824 1073778376 140734511209936 18446744073709551615 248101521841 0 4 0 16800975 18446604471149065152 0 0 -1 1 0 0 0
[pid=14864/tid=14892] ppid=14862 vsize=15718720 CPUtime=2.02 cores=1,3,5,7
/proc/14864/task/14892/stat : 14892 (java) S 14862 14864 14691 0 -1 4202560 12257 0 0 0 201 1 0 0 16 0 22 0 519033510 16095969280 1889764 33554432000 1073741824 1073778376 140734511209936 18446744073709551615 248101514137 0 4 0 16800975 18446604471149065152 0 0 -1 1 0 0 0
[pid=14864/tid=14894] ppid=14862 vsize=15718720 CPUtime=1.93 cores=1,3,5,7
/proc/14864/task/14894/stat : 14894 (java) S 14862 14864 14691 0 -1 4202560 15154 0 0 0 192 1 0 0 15 0 22 0 519033510 16095969280 1889764 33554432000 1073741824 1073778376 140734511209936 18446744073709551615 248101514137 0 4 0 16800975 18446604471149065152 0 0 -1 7 0 0 0
[pid=14864/tid=14896] ppid=14862 vsize=15718720 CPUtime=0 cores=1,3,5,7
/proc/14864/task/14896/stat : 14896 (java) S 14862 14864 14691 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 22 0 519033510 16095969280 1889764 33554432000 1073741824 1073778376 140734511209936 18446744073709551615 248101514137 0 4 0 16800975 18446604471149065152 0 0 -1 1 0 0 0
[pid=14864/tid=14898] ppid=14862 vsize=15718720 CPUtime=0 cores=1,3,5,7
/proc/14864/task/14898/stat : 14898 (java) S 14862 14864 14691 0 -1 4202560 70 0 0 0 0 0 0 0 15 0 22 0 519033510 16095969280 1889764 33554432000 1073741824 1073778376 140734511209936 18446744073709551615 248101514752 0 4 0 16800975 18446604471149065152 0 0 -1 7 0 0 0
[pid=14864/tid=14903] ppid=14862 vsize=15718720 CPUtime=1180.37 cores=1,3,5,7
/proc/14864/task/14903/stat : 14903 (java) R 14862 14864 14691 0 -1 4202560 105824 0 0 0 118025 12 0 0 25 0 22 0 519033612 16095969280 1889764 33554432000 1073741824 1073778376 140734511209936 18446744073709551615 46912506682472 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=14864/tid=14904] ppid=14862 vsize=15718720 CPUtime=1182.63 cores=1,3,5,7
/proc/14864/task/14904/stat : 14904 (java) R 14862 14864 14691 0 -1 4202560 89122 0 0 0 118252 11 0 0 25 0 22 0 519033612 16095969280 1889764 33554432000 1073741824 1073778376 140734511209936 18446744073709551615 46912506734421 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=14864/tid=14905] ppid=14862 vsize=15718720 CPUtime=1181.62 cores=1,3,5,7
/proc/14864/task/14905/stat : 14905 (java) R 14862 14864 14691 0 -1 4202560 115336 0 0 0 118148 14 0 0 25 0 22 0 519033612 16095969280 1889764 33554432000 1073741824 1073778376 140734511209936 18446744073709551615 46912506779783 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=14864/tid=14906] ppid=14862 vsize=15718720 CPUtime=1181.64 cores=1,3,5,7
/proc/14864/task/14906/stat : 14906 (java) R 14862 14864 14691 0 -1 4202560 93511 0 0 0 118153 11 0 0 25 0 22 0 519033612 16095969280 1889764 33554432000 1073741824 1073778376 140734511209936 18446744073709551615 46912506682954 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4800.2
Current children cumulated vsize (KiB) 15718720

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

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

[startup+1206 s]
/proc/loadavg: 8.13 8.21 7.66 9/220 14999
/proc/meminfo: memFree=16146420/32950928 swapFree=67111428/67111528
[pid=14864] ppid=14862 vsize=0 CPUtime=4800.41 cores=1,3,5,7
/proc/14864/stat : 14864 (java) Z 14862 14864 14691 0 -1 4203548 1935406 0 2 0 479735 306 0 0 17 0 2 0 519033493 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/14864/statm: 0 0 0 0 0 0 0
[pid=14864/tid=14906] ppid=14862 vsize=0 CPUtime=1181.84 cores=1,3,5,7
/proc/14864/task/14906/stat : 14906 (java) R 14862 14864 14691 0 -1 4203588 93511 0 0 0 118154 30 0 0 25 0 2 0 519033612 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4800.41
Current children cumulated vsize (KiB) 0

[startup+1206.1 s]
/proc/loadavg: 8.13 8.21 7.66 9/220 14999
/proc/meminfo: memFree=16146420/32950928 swapFree=67111428/67111528
[pid=14864] ppid=14862 vsize=0 CPUtime=4800.51 cores=1,3,5,7
/proc/14864/stat : 14864 (java) Z 14862 14864 14691 0 -1 4203548 1935406 0 2 0 479735 316 0 0 17 0 2 0 519033493 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/14864/statm: 0 0 0 0 0 0 0
[pid=14864/tid=14906] ppid=14862 vsize=0 CPUtime=1181.94 cores=1,3,5,7
/proc/14864/task/14906/stat : 14906 (java) R 14862 14864 14691 0 -1 4203588 93511 0 0 0 118154 40 0 0 25 0 2 0 519033612 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4800.51
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1206.1
CPU time (s): 4800.52
CPU user time (s): 4797.35
CPU system time (s): 3.16752
CPU usage (%): 398.019
Max. virtual memory (cumulated for all children) (KiB): 15718720

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4797.35
system time used= 3.16752
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1935406
page faults= 2
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 33962
involuntary context switches= 52686

runsolver used 2.04269 second user time and 4.6333 second system time

The end

Launcher Data

Begin job on node123 at 2011-04-29 12:52:17
IDJOB=3313456
IDBENCH=20483
IDSOLVER=1699
FILE ID=node123/3313456-1304074337
RUNJOBID= node123-1304073032-14710
PBS_JOBID= 13170492
Free space on /tmp= 72812 MiB

SOLVER NAME= STRUCTure 0.1
BENCH NAME= SAT07/industrial/crypto/mizh-sha0-36-2.cnf
COMMAND LINE= run 15000 NBCORE TMPDIR DIR BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3313456-1304074337/watcher-3313456-1304074337 -o /tmp/evaluation-result-3313456-1304074337/solver-3313456-1304074337 -C 4800 -W 1300 -M 15500  run 15000 4 HOME HOME HOME/instance-3313456-1304074337.cnf

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

MD5SUM BENCH= 82bf685774b76ba263c886940c3aa94d
RANDOM SEED=1149198387

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      30812848 kB
Buffers:        541352 kB
Cached:        1165788 kB
SwapCached:        100 kB
Active:          70592 kB
Inactive:      1702288 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      30812848 kB
SwapTotal:    67111528 kB
SwapFree:     67111428 kB
Dirty:            7464 kB
Writeback:           0 kB
AnonPages:       66252 kB
Mapped:          16976 kB
Slab:           298432 kB
PageTables:       4568 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   211108 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= 72804 MiB
End job on node123 at 2011-04-29 13:12:25