Trace number 3313463

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.62 1281.41

General information on the benchmark

NameAPPLICATIONS/bitverif/countbitswegner/
countbitswegner128.cnf
MD5SUM4b75ef7fb46928f50793af1d74c176e2
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark4342.44
Satisfiable
(Un)Satisfiability was proved
Number of variables98048
Number of clauses293759
Sum of the clauses size685435
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2195838
Number of clauses of size 397919
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.11/0.12	12:25 INFO : Reading from input HOME/instance-3313463-1304075545.cnf
1.34/1.18	Executor set job limit to 1000000
1.34/1.18	Executor set job limit to 1000000
1.34/1.18	Executor set job limit to 1000000
1.34/1.18	Executor set job limit to 1000000
1.34/1.18	Starting Executor!
1.34/1.18	Starting Executor!
1.34/1.18	Starting Executor!
1.34/1.18	Starting Executor!
37.70/35.00	13:00 INFO : 73727 variables remaining out of 98048
37.70/35.00	13:00 INFO : 19823725 literals remaining out of 979194
282.50/149.18	log4j:WARN No appenders could be found for logger (ibis.constellation.impl.SingleThreadedConstellation.CID: 0:2).
282.50/149.18	log4j:WARN Please initialize the log4j system properly.
282.50/149.18	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-3313463-1304075545/watcher-3313463-1304075545 -o /tmp/evaluation-result-3313463-1304075545/solver-3313463-1304075545 -C 4800 -W 1300 -M 15500 run 15000 4 HOME HOME HOME/instance-3313463-1304075545.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: 7.80 8.14 7.64 5/198 15028
/proc/meminfo: memFree=23710164/32950928 swapFree=67111428/67111528
[pid=15028] ppid=15026 vsize=23028 CPUtime=0 cores=1,3,5,7
/proc/15028/stat : 15028 (java) R 15026 15028 14691 0 -1 4202496 963 0 0 0 0 0 0 0 25 0 1 0 519154326 23580672 452 33554432000 1073741824 1073778376 140733570876672 18446744073709551615 248084735765 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/15028/statm: 5757 464 356 9 0 124 0

[startup+0.029579 s]
/proc/loadavg: 7.80 8.14 7.64 5/198 15028
/proc/meminfo: memFree=23710164/32950928 swapFree=67111428/67111528
[pid=15028] ppid=15026 vsize=15604116 CPUtime=0.01 cores=1,3,5,7
/proc/15028/stat : 15028 (java) S 15026 15028 14691 0 -1 4202496 3498 0 1 0 1 0 0 0 25 0 13 0 519154326 15978614784 2939 33554432000 1073741824 1073778376 140733570876672 18446744073709551615 248101500901 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0
/proc/15028/statm: 3901029 2940 1651 9 0 3891777 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 15604116

[startup+0.100567 s]
/proc/loadavg: 7.80 8.14 7.64 5/198 15028
/proc/meminfo: memFree=23710164/32950928 swapFree=67111428/67111528
[pid=15028] ppid=15026 vsize=15676832 CPUtime=0.11 cores=1,3,5,7
/proc/15028/stat : 15028 (java) S 15026 15028 14691 0 -1 4202496 5559 0 1 0 10 1 0 0 25 0 18 0 519154326 16053075968 4978 33554432000 1073741824 1073778376 140733570876672 18446744073709551615 248101500901 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/15028/statm: 3919208 4978 2123 9 0 3909927 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 15676832

[startup+0.300533 s]
/proc/loadavg: 7.80 8.14 7.64 5/198 15028
/proc/meminfo: memFree=23710164/32950928 swapFree=67111428/67111528
[pid=15028] ppid=15026 vsize=15680132 CPUtime=0.51 cores=1,3,5,7
/proc/15028/stat : 15028 (java) S 15026 15028 14691 0 -1 4202496 14549 0 1 0 49 2 0 0 25 0 18 0 519154326 16056455168 13043 33554432000 1073741824 1073778376 140733570876672 18446744073709551615 248101500901 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/15028/statm: 3920033 13046 2206 9 0 3910752 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 15680132

[startup+0.700466 s]
/proc/loadavg: 7.80 8.14 7.64 5/198 15028
/proc/meminfo: memFree=23710164/32950928 swapFree=67111428/67111528
[pid=15028] ppid=15026 vsize=15680132 CPUtime=0.92 cores=1,3,5,7
/proc/15028/stat : 15028 (java) S 15026 15028 14691 0 -1 4202496 41893 0 1 0 86 6 0 0 25 0 18 0 519154326 16056455168 40385 33554432000 1073741824 1073778376 140733570876672 18446744073709551615 248101500901 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/15028/statm: 3920033 40385 2222 9 0 3910752 0
Current children cumulated CPU time (s) 0.92
Current children cumulated vsize (KiB) 15680132

[startup+1.50132 s]
/proc/loadavg: 7.80 8.14 7.64 6/216 15046
/proc/meminfo: memFree=23552852/32950928 swapFree=67111428/67111528
[pid=15028] ppid=15026 vsize=15684244 CPUtime=2.08 cores=1,3,5,7
/proc/15028/stat : 15028 (java) S 15026 15028 14691 0 -1 4202496 58378 0 1 0 199 9 0 0 25 0 22 0 519154326 16060665856 54867 33554432000 1073741824 1073778376 140733570876672 18446744073709551615 248101500901 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/15028/statm: 3921061 54867 2264 9 0 3911780 0
[pid=15028/tid=15030] ppid=15026 vsize=15684244 CPUtime=1.45 cores=1,3,5,7
/proc/15028/task/15030/stat : 15030 (java) R 15026 15028 14691 0 -1 4202560 35623 0 1 0 139 6 0 0 25 0 22 0 519154327 16060665856 54867 33554432000 1073741824 1073778376 140733570876672 18446744073709551615 46912505185579 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=15028/tid=15031] ppid=15026 vsize=15684244 CPUtime=0.02 cores=1,3,5,7
/proc/15028/task/15031/stat : 15031 (java) S 15026 15028 14691 0 -1 4202560 2818 0 0 0 2 0 0 0 16 0 22 0 519154328 16060665856 54867 33554432000 1073741824 1073778376 140733570876672 18446744073709551615 248101514137 0 4 0 16800975 18446604471149064256 0 0 -1 3 0 0 0
[pid=15028/tid=15032] ppid=15026 vsize=15684244 CPUtime=0 cores=1,3,5,7
/proc/15028/task/15032/stat : 15032 (java) S 15026 15028 14691 0 -1 4202560 22 0 0 0 0 0 0 0 15 0 22 0 519154328 16060665856 54872 33554432000 1073741824 1073778376 140733570876672 18446744073709551615 248101514137 0 4 0 16800975 18446604471149064256 0 0 -1 1 0 0 0
[pid=15028/tid=15033] ppid=15026 vsize=15684244 CPUtime=0.01 cores=1,3,5,7
/proc/15028/task/15033/stat : 15033 (java) S 15026 15028 14691 0 -1 4202560 3704 0 0 0 1 0 0 0 16 0 22 0 519154328 16060665856 54884 33554432000 1073741824 1073778376 140733570876672 18446744073709551615 248101514137 0 4 0 16800975 18446604471149064256 0 0 -1 1 0 0 0
[pid=15028/tid=15034] ppid=15026 vsize=15684244 CPUtime=0.02 cores=1,3,5,7
/proc/15028/task/15034/stat : 15034 (java) S 15026 15028 14691 0 -1 4202560 1840 0 0 0 2 0 0 0 16 0 22 0 519154328 16060665856 54895 33554432000 1073741824 1073778376 140733570876672 18446744073709551615 248101514137 0 4 0 16800975 18446604471149064256 0 0 -1 5 0 0 0
[pid=15028/tid=15035] ppid=15026 vsize=15684244 CPUtime=0.02 cores=1,3,5,7
/proc/15028/task/15035/stat : 15035 (java) S 15026 15028 14691 0 -1 4202560 3412 0 0 0 2 0 0 0 16 0 22 0 519154328 16060665856 54895 33554432000 1073741824 1073778376 140733570876672 18446744073709551615 248101514137 0 4 0 16800975 18446604471149064256 0 0 -1 7 0 0 0
[pid=15028/tid=15036] ppid=15026 vsize=15684244 CPUtime=0 cores=1,3,5,7
/proc/15028/task/15036/stat : 15036 (java) S 15026 15028 14691 0 -1 4202560 87 0 0 0 0 0 0 0 16 0 22 0 519154328 16060665856 54899 33554432000 1073741824 1073778376 140733570876672 18446744073709551615 248101514137 0 4 0 16800975 18446604471149064256 0 0 -1 1 0 0 0
[pid=15028/tid=15037] ppid=15026 vsize=15684244 CPUtime=0 cores=1,3,5,7
/proc/15028/task/15037/stat : 15037 (java) S 15026 15028 14691 0 -1 4202560 461 0 0 0 0 0 0 0 15 0 22 0 519154328 16060665856 54908 33554432000 1073741824 1073778376 140733570876672 18446744073709551615 248101514137 0 4 0 16800975 18446604471149064256 0 0 -1 7 0 0 0
[pid=15028/tid=15038] ppid=15026 vsize=15684244 CPUtime=0 cores=1,3,5,7
/proc/15028/task/15038/stat : 15038 (java) S 15026 15028 14691 0 -1 4202560 387 0 0 0 0 0 0 0 15 0 22 0 519154328 16060665856 54911 33554432000 1073741824 1073778376 140733570876672 18446744073709551615 248101514137 0 4 0 16800975 18446604471149064256 0 0 -1 3 0 0 0
[pid=15028/tid=15039] ppid=15026 vsize=15684244 CPUtime=0 cores=1,3,5,7
/proc/15028/task/15039/stat : 15039 (java) S 15026 15028 14691 0 -1 4202560 92 0 0 0 0 0 0 0 16 0 22 0 519154329 16060665856 54915 33554432000 1073741824 1073778376 140733570876672 18446744073709551615 248101514752 0 0 0 16800975 18446604471149064256 0 0 -1 1 0 0 0
[pid=15028/tid=15040] ppid=15026 vsize=15684244 CPUtime=0 cores=1,3,5,7
/proc/15028/task/15040/stat : 15040 (java) S 15026 15028 14691 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 22 0 519154329 16060665856 54918 33554432000 1073741824 1073778376 140733570876672 18446744073709551615 248101514137 0 4 0 16800975 18446604471149064256 0 0 -1 1 0 0 0
[pid=15028/tid=15041] ppid=15026 vsize=15684244 CPUtime=0 cores=1,3,5,7
/proc/15028/task/15041/stat : 15041 (java) S 15026 15028 14691 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 22 0 519154329 16060665856 54921 33554432000 1073741824 1073778376 140733570876672 18446744073709551615 248101514137 0 4 0 16800975 18446604471149064256 0 0 -1 3 0 0 0
[pid=15028/tid=15042] ppid=15026 vsize=15684244 CPUtime=0 cores=1,3,5,7
/proc/15028/task/15042/stat : 15042 (java) S 15026 15028 14691 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 519154331 16060665856 54922 33554432000 1073741824 1073778376 140733570876672 18446744073709551615 248101521841 0 4 0 16800975 18446604471149064256 0 0 -1 1 0 0 0
[pid=15028/tid=15043] ppid=15026 vsize=15684244 CPUtime=0.17 cores=1,3,5,7
/proc/15028/task/15043/stat : 15043 (java) S 15026 15028 14691 0 -1 4202560 1138 0 0 0 17 0 0 0 16 0 22 0 519154331 16060665856 54925 33554432000 1073741824 1073778376 140733570876672 18446744073709551615 248101514137 0 4 0 16800975 18446604471149064256 0 0 -1 5 0 0 0
[pid=15028/tid=15044] ppid=15026 vsize=15684244 CPUtime=0.32 cores=1,3,5,7
/proc/15028/task/15044/stat : 15044 (java) R 15026 15028 14691 0 -1 4202560 7429 0 0 0 32 0 0 0 16 0 22 0 519154331 16060665856 54929 33554432000 1073741824 1073778376 140733570876672 18446744073709551615 47522215404254 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=15028/tid=15045] ppid=15026 vsize=15684244 CPUtime=0 cores=1,3,5,7
/proc/15028/task/15045/stat : 15045 (java) S 15026 15028 14691 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 519154331 16060665856 54934 33554432000 1073741824 1073778376 140733570876672 18446744073709551615 248101514137 0 4 0 16800975 18446604471149064256 0 0 -1 1 0 0 0
[pid=15028/tid=15046] ppid=15026 vsize=15684244 CPUtime=0 cores=1,3,5,7
/proc/15028/task/15046/stat : 15046 (java) S 15026 15028 14691 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 519154331 16060665856 54938 33554432000 1073741824 1073778376 140733570876672 18446744073709551615 248101514752 0 4 0 16800975 18446604471149064256 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 2.08
Current children cumulated vsize (KiB) 15684244

[startup+3.10103 s]
/proc/loadavg: 7.80 8.14 7.64 7/220 15050
/proc/meminfo: memFree=23481024/32950928 swapFree=67111428/67111528
[pid=15028] ppid=15026 vsize=15684060 CPUtime=4.64 cores=1,3,5,7
/proc/15028/stat : 15028 (java) S 15026 15028 14691 0 -1 4202496 70134 0 1 0 454 10 0 0 25 0 22 0 519154326 16060477440 58794 33554432000 1073741824 1073778376 140733570876672 18446744073709551615 248101500901 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/15028/statm: 3921015 58794 2264 9 0 3911734 0
[pid=15028/tid=15030] ppid=15026 vsize=15684060 CPUtime=3.05 cores=1,3,5,7
/proc/15028/task/15030/stat : 15030 (java) R 15026 15028 14691 0 -1 4202560 35632 0 1 0 299 6 0 0 25 0 22 0 519154327 16060477440 58794 33554432000 1073741824 1073778376 140733570876672 18446744073709551615 46912506040554 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=15028/tid=15031] ppid=15026 vsize=15684060 CPUtime=0.02 cores=1,3,5,7
/proc/15028/task/15031/stat : 15031 (java) S 15026 15028 14691 0 -1 4202560 2818 0 0 0 2 0 0 0 16 0 22 0 519154328 16060477440 58794 33554432000 1073741824 1073778376 140733570876672 18446744073709551615 248101514137 0 4 0 16800975 18446604471149064256 0 0 -1 3 0 0 0
[pid=15028/tid=15032] ppid=15026 vsize=15684060 CPUtime=0 cores=1,3,5,7
/proc/15028/task/15032/stat : 15032 (java) S 15026 15028 14691 0 -1 4202560 22 0 0 0 0 0 0 0 15 0 22 0 519154328 16060477440 58794 33554432000 1073741824 1073778376 140733570876672 18446744073709551615 248101514137 0 4 0 16800975 18446604471149064256 0 0 -1 1 0 0 0
[pid=15028/tid=15033] ppid=15026 vsize=15684060 CPUtime=0.01 cores=1,3,5,7
/proc/15028/task/15033/stat : 15033 (java) S 15026 15028 14691 0 -1 4202560 3704 0 0 0 1 0 0 0 16 0 22 0 519154328 16060477440 58794 33554432000 1073741824 1073778376 140733570876672 18446744073709551615 248101514137 0 4 0 16800975 18446604471149064256 0 0 -1 1 0 0 0
[pid=15028/tid=15034] ppid=15026 vsize=15684060 CPUtime=0.02 cores=1,3,5,7
/proc/15028/task/15034/stat : 15034 (java) S 15026 15028 14691 0 -1 4202560 1840 0 0 0 2 0 0 0 16 0 22 0 519154328 16060477440 58794 33554432000 1073741824 1073778376 140733570876672 18446744073709551615 248101514137 0 4 0 16800975 18446604471149064256 0 0 -1 5 0 0 0
[pid=15028/tid=15035] ppid=15026 vsize=15684060 CPUtime=0.02 cores=1,3,5,7
/proc/15028/task/15035/stat : 15035 (java) S 15026 15028 14691 0 -1 4202560 3412 0 0 0 2 0 0 0 16 0 22 0 519154328 16060477440 58794 33554432000 1073741824 1073778376 140733570876672 18446744073709551615 248101514137 0 4 0 16800975 18446604471149064256 0 0 -1 7 0 0 0
[pid=15028/tid=15036] ppid=15026 vsize=15684060 CPUtime=0 cores=1,3,5,7
/proc/15028/task/15036/stat : 15036 (java) S 15026 15028 14691 0 -1 4202560 87 0 0 0 0 0 0 0 16 0 22 0 519154328 16060477440 58794 33554432000 1073741824 1073778376 140733570876672 18446744073709551615 248101514137 0 4 0 16800975 18446604471149064256 0 0 -1 1 0 0 0
[pid=15028/tid=15037] ppid=15026 vsize=15684060 CPUtime=0 cores=1,3,5,7
/proc/15028/task/15037/stat : 15037 (java) S 15026 15028 14691 0 -1 4202560 461 0 0 0 0 0 0 0 15 0 22 0 519154328 16060477440 58794 33554432000 1073741824 1073778376 140733570876672 18446744073709551615 248101514137 0 4 0 16800975 18446604471149064256 0 0 -1 7 0 0 0
[pid=15028/tid=15038] ppid=15026 vsize=15684060 CPUtime=0 cores=1,3,5,7
/proc/15028/task/15038/stat : 15038 (java) S 15026 15028 14691 0 -1 4202560 387 0 0 0 0 0 0 0 15 0 22 0 519154328 16060477440 58794 33554432000 1073741824 1073778376 140733570876672 18446744073709551615 248101514137 0 4 0 16800975 18446604471149064256 0 0 -1 3 0 0 0
[pid=15028/tid=15039] ppid=15026 vsize=15684060 CPUtime=0 cores=1,3,5,7
/proc/15028/task/15039/stat : 15039 (java) S 15026 15028 14691 0 -1 4202560 92 0 0 0 0 0 0 0 15 0 22 0 519154329 16060477440 58794 33554432000 1073741824 1073778376 140733570876672 18446744073709551615 248101514752 0 0 0 16800975 18446604471149064256 0 0 -1 1 0 0 0
[pid=15028/tid=15040] ppid=15026 vsize=15684060 CPUtime=0 cores=1,3,5,7
/proc/15028/task/15040/stat : 15040 (java) S 15026 15028 14691 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 22 0 519154329 16060477440 58794 33554432000 1073741824 1073778376 140733570876672 18446744073709551615 248101514137 0 4 0 16800975 18446604471149064256 0 0 -1 1 0 0 0
[pid=15028/tid=15041] ppid=15026 vsize=15684060 CPUtime=0 cores=1,3,5,7
/proc/15028/task/15041/stat : 15041 (java) S 15026 15028 14691 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 22 0 519154329 16060477440 58794 33554432000 1073741824 1073778376 140733570876672 18446744073709551615 248101514137 0 4 0 16800975 18446604471149064256 0 0 -1 3 0 0 0
[pid=15028/tid=15042] ppid=15026 vsize=15684060 CPUtime=0 cores=1,3,5,7
/proc/15028/task/15042/stat : 15042 (java) S 15026 15028 14691 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 519154331 16060477440 58794 33554432000 1073741824 1073778376 140733570876672 18446744073709551615 248101521841 0 4 0 16800975 18446604471149064256 0 0 -1 1 0 0 0
[pid=15028/tid=15043] ppid=15026 vsize=15684060 CPUtime=0.41 cores=1,3,5,7
/proc/15028/task/15043/stat : 15043 (java) S 15026 15028 14691 0 -1 4202560 2773 0 0 0 41 0 0 0 15 0 22 0 519154331 16060477440 58794 33554432000 1073741824 1073778376 140733570876672 18446744073709551615 248101514137 0 4 0 16800975 18446604471149064256 0 0 -1 5 0 0 0
[pid=15028/tid=15044] ppid=15026 vsize=15684060 CPUtime=1.04 cores=1,3,5,7
/proc/15028/task/15044/stat : 15044 (java) S 15026 15028 14691 0 -1 4202560 17478 0 0 0 103 1 0 0 15 0 22 0 519154331 16060477440 58794 33554432000 1073741824 1073778376 140733570876672 18446744073709551615 248101514137 0 4 0 16800975 18446604471149064256 0 0 -1 3 0 0 0
[pid=15028/tid=15045] ppid=15026 vsize=15684060 CPUtime=0 cores=1,3,5,7
/proc/15028/task/15045/stat : 15045 (java) S 15026 15028 14691 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 519154331 16060477440 58794 33554432000 1073741824 1073778376 140733570876672 18446744073709551615 248101514137 0 4 0 16800975 18446604471149064256 0 0 -1 1 0 0 0
[pid=15028/tid=15046] ppid=15026 vsize=15684060 CPUtime=0 cores=1,3,5,7
/proc/15028/task/15046/stat : 15046 (java) S 15026 15028 14691 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 519154331 16060477440 58794 33554432000 1073741824 1073778376 140733570876672 18446744073709551615 248101514752 0 4 0 16800975 18446604471149064256 0 0 -1 3 0 0 0
[pid=15028/tid=15047] ppid=15026 vsize=15684060 CPUtime=0 cores=1,3,5,7
/proc/15028/task/15047/stat : 15047 (java) S 15026 15028 14691 0 -1 4202560 18 0 0 0 0 0 0 0 15 0 22 0 519154445 16060477440 58794 33554432000 1073741824 1073778376 140733570876672 18446744073709551615 248101514752 0 4 0 16800975 18446604471149064256 0 0 -1 7 0 0 0
[pid=15028/tid=15048] ppid=15026 vsize=15684060 CPUtime=0 cores=1,3,5,7
/proc/15028/task/15048/stat : 15048 (java) S 15026 15028 14691 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 22 0 519154445 16060477440 58794 33554432000 1073741824 1073778376 140733570876672 18446744073709551615 248101514752 0 4 0 16800975 18446604471149064256 0 0 -1 7 0 0 0
[pid=15028/tid=15049] ppid=15026 vsize=15684060 CPUtime=0 cores=1,3,5,7
/proc/15028/task/15049/stat : 15049 (java) S 15026 15028 14691 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 22 0 519154445 16060477440 58794 33554432000 1073741824 1073778376 140733570876672 18446744073709551615 248101514752 0 4 0 16800975 18446604471149064256 0 0 -1 7 0 0 0
[pid=15028/tid=15050] ppid=15026 vsize=15684060 CPUtime=0 cores=1,3,5,7
/proc/15028/task/15050/stat : 15050 (java) S 15026 15028 14691 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 22 0 519154445 16060477440 58794 33554432000 1073741824 1073778376 140733570876672 18446744073709551615 248101514752 0 4 0 16800975 18446604471149064256 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4.64
Current children cumulated vsize (KiB) 15684060

[startup+6.30147 s]
/proc/loadavg: 7.57 8.09 7.63 6/220 15050
/proc/meminfo: memFree=23483452/32950928 swapFree=67111428/67111528
[pid=15028] ppid=15026 vsize=15684060 CPUtime=7.84 cores=1,3,5,7
/proc/15028/stat : 15028 (java) S 15026 15028 14691 0 -1 4202496 70147 0 1 0 774 10 0 0 25 0 22 0 519154326 16060477440 58295 33554432000 1073741824 1073778376 140733570876672 18446744073709551615 248101500901 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/15028/statm: 3921015 58295 2274 9 0 3911734 0
[pid=15028/tid=15030] ppid=15026 vsize=15684060 CPUtime=6.25 cores=1,3,5,7
/proc/15028/task/15030/stat : 15030 (java) R 15026 15028 14691 0 -1 4202560 35632 0 1 0 619 6 0 0 25 0 22 0 519154327 16060477440 58295 33554432000 1073741824 1073778376 140733570876672 18446744073709551615 46912506040554 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=15028/tid=15031] ppid=15026 vsize=15684060 CPUtime=0.02 cores=1,3,5,7
/proc/15028/task/15031/stat : 15031 (java) S 15026 15028 14691 0 -1 4202560 2818 0 0 0 2 0 0 0 16 0 22 0 519154328 16060477440 58295 33554432000 1073741824 1073778376 140733570876672 18446744073709551615 248101514137 0 4 0 16800975 18446604471149064256 0 0 -1 3 0 0 0
[pid=15028/tid=15032] ppid=15026 vsize=15684060 CPUtime=0 cores=1,3,5,7
/proc/15028/task/15032/stat : 15032 (java) S 15026 15028 14691 0 -1 4202560 22 0 0 0 0 0 0 0 15 0 22 0 519154328 16060477440 58295 33554432000 1073741824 1073778376 140733570876672 18446744073709551615 248101514137 0 4 0 16800975 18446604471149064256 0 0 -1 1 0 0 0
[pid=15028/tid=15033] ppid=15026 vsize=15684060 CPUtime=0.01 cores=1,3,5,7
/proc/15028/task/15033/stat : 15033 (java) S 15026 15028 14691 0 -1 4202560 3704 0 0 0 1 0 0 0 16 0 22 0 519154328 16060477440 58295 33554432000 1073741824 1073778376 140733570876672 18446744073709551615 248101514137 0 4 0 16800975 18446604471149064256 0 0 -1 1 0 0 0
[pid=15028/tid=15034] ppid=15026 vsize=15684060 CPUtime=0.02 cores=1,3,5,7
/proc/15028/task/15034/stat : 15034 (java) S 15026 15028 14691 0 -1 4202560 1840 0 0 0 2 0 0 0 16 0 22 0 519154328 16060477440 58295 33554432000 1073741824 1073778376 140733570876672 18446744073709551615 248101514137 0 4 0 16800975 18446604471149064256 0 0 -1 5 0 0 0
[pid=15028/tid=15035] ppid=15026 vsize=15684060 CPUtime=0.02 cores=1,3,5,7
/proc/15028/task/15035/stat : 15035 (java) S 15026 15028 14691 0 -1 4202560 3412 0 0 0 2 0 0 0 16 0 22 0 519154328 16060477440 58295 33554432000 1073741824 1073778376 140733570876672 18446744073709551615 248101514137 0 4 0 16800975 18446604471149064256 0 0 -1 7 0 0 0
[pid=15028/tid=15036] ppid=15026 vsize=15684060 CPUtime=0 cores=1,3,5,7
/proc/15028/task/15036/stat : 15036 (java) S 15026 15028 14691 0 -1 4202560 87 0 0 0 0 0 0 0 16 0 22 0 519154328 16060477440 58295 33554432000 1073741824 1073778376 140733570876672 18446744073709551615 248101514137 0 4 0 16800975 18446604471149064256 0 0 -1 1 0 0 0
[pid=15028/tid=15037] ppid=15026 vsize=15684060 CPUtime=0 cores=1,3,5,7
/proc/15028/task/15037/stat : 15037 (java) S 15026 15028 14691 0 -1 4202560 461 0 0 0 0 0 0 0 15 0 22 0 519154328 16060477440 58295 33554432000 1073741824 1073778376 140733570876672 18446744073709551615 248101514137 0 4 0 16800975 18446604471149064256 0 0 -1 7 0 0 0
[pid=15028/tid=15038] ppid=15026 vsize=15684060 CPUtime=0 cores=1,3,5,7
/proc/15028/task/15038/stat : 15038 (java) S 15026 15028 14691 0 -1 4202560 387 0 0 0 0 0 0 0 15 0 22 0 519154328 16060477440 58295 33554432000 1073741824 1073778376 140733570876672 18446744073709551615 248101514137 0 4 0 16800975 18446604471149064256 0 0 -1 3 0 0 0
[pid=15028/tid=15039] ppid=15026 vsize=15684060 CPUtime=0 cores=1,3,5,7
/proc/15028/task/15039/stat : 15039 (java) S 15026 15028 14691 0 -1 4202560 92 0 0 0 0 0 0 0 15 0 22 0 519154329 16060477440 58295 33554432000 1073741824 1073778376 140733570876672 18446744073709551615 248101514752 0 0 0 16800975 18446604471149064256 0 0 -1 1 0 0 0
[pid=15028/tid=15040] ppid=15026 vsize=15684060 CPUtime=0 cores=1,3,5,7
/proc/15028/task/15040/stat : 15040 (java) S 15026 15028 14691 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 22 0 519154329 16060477440 58295 33554432000 1073741824 1073778376 140733570876672 18446744073709551615 248101514137 0 4 0 16800975 18446604471149064256 0 0 -1 1 0 0 0
[pid=15028/tid=15041] ppid=15026 vsize=15684060 CPUtime=0 cores=1,3,5,7
/proc/15028/task/15041/stat : 15041 (java) S 15026 15028 14691 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 22 0 519154329 16060477440 58295 33554432000 1073741824 1073778376 140733570876672 18446744073709551615 248101514137 0 4 0 16800975 18446604471149064256 0 0 -1 3 0 0 0
[pid=15028/tid=15042] ppid=15026 vsize=15684060 CPUtime=0 cores=1,3,5,7
/proc/15028/task/15042/stat : 15042 (java) S 15026 15028 14691 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 519154331 16060477440 58295 33554432000 1073741824 1073778376 140733570876672 18446744073709551615 248101521841 0 4 0 16800975 18446604471149064256 0 0 -1 1 0 0 0
[pid=15028/tid=15043] ppid=15026 vsize=15684060 CPUtime=0.41 cores=1,3,5,7
/proc/15028/task/15043/stat : 15043 (java) S 15026 15028 14691 0 -1 4202560 2783 0 0 0 41 0 0 0 15 0 22 0 519154331 16060477440 58295 33554432000 1073741824 1073778376 140733570876672 18446744073709551615 248101514137 0 4 0 16800975 18446604471149064256 0 0 -1 5 0 0 0
[pid=15028/tid=15044] ppid=15026 vsize=15684060 CPUtime=1.04 cores=1,3,5,7
/proc/15028/task/15044/stat : 15044 (java) S 15026 15028 14691 0 -1 4202560 17478 0 0 0 103 1 0 0 15 0 22 0 519154331 16060477440 58295 33554432000 1073741824 1073778376 140733570876672 18446744073709551615 248101514137 0 4 0 16800975 18446604471149064256 0 0 -1 3 0 0 0
[pid=15028/tid=15045] ppid=15026 vsize=15684060 CPUtime=0 cores=1,3,5,7
/proc/15028/task/15045/stat : 15045 (java) S 15026 15028 14691 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 519154331 16060477440 58295 33554432000 1073741824 1073778376 140733570876672 18446744073709551615 248101514137 0 4 0 16800975 18446604471149064256 0 0 -1 1 0 0 0
[pid=15028/tid=15046] ppid=15026 vsize=15684060 CPUtime=0 cores=1,3,5,7
/proc/15028/task/15046/stat : 15046 (java) S 15026 15028 14691 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 519154331 16060477440 58295 33554432000 1073741824 1073778376 140733570876672 18446744073709551615 248101514752 0 4 0 16800975 18446604471149064256 0 0 -1 3 0 0 0
[pid=15028/tid=15047] ppid=15026 vsize=15684060 CPUtime=0 cores=1,3,5,7
/proc/15028/task/15047/stat : 15047 (java) S 15026 15028 14691 0 -1 4202560 19 0 0 0 0 0 0 0 15 0 22 0 519154445 16060477440 58295 33554432000 1073741824 1073778376 140733570876672 18446744073709551615 248101514752 0 4 0 16800975 18446604471149064256 0 0 -1 7 0 0 0

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

[startup+1182.3 s]
/proc/loadavg: 8.16 8.08 7.85 9/220 15132
/proc/meminfo: memFree=15135424/32950928 swapFree=67111428/67111528
[pid=15028] ppid=15026 vsize=15688568 CPUtime=4405.69 cores=1,3,5,7
/proc/15028/stat : 15028 (java) S 15026 15028 14691 0 -1 4202496 2127198 0 2 0 440225 344 0 0 25 0 22 0 519154326 16065093632 1852002 33554432000 1073741824 1073778376 140733570876672 18446744073709551615 248101500901 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/15028/statm: 3922142 1852002 2299 9 0 3912861 0
[pid=15028/tid=15030] ppid=15026 vsize=15688568 CPUtime=34.61 cores=1,3,5,7
/proc/15028/task/15030/stat : 15030 (java) S 15026 15028 14691 0 -1 4202560 70001 0 1 0 3451 10 0 0 25 0 22 0 519154327 16065093632 1852002 33554432000 1073741824 1073778376 140733570876672 18446744073709551615 248101514137 0 4 0 16800975 18446604471149064256 0 0 -1 1 0 0 0
[pid=15028/tid=15031] ppid=15026 vsize=15688568 CPUtime=7 cores=1,3,5,7
/proc/15028/task/15031/stat : 15031 (java) S 15026 15028 14691 0 -1 4202560 282465 0 0 0 654 46 0 0 16 0 22 0 519154328 16065093632 1852002 33554432000 1073741824 1073778376 140733570876672 18446744073709551615 248101514137 0 4 0 16800975 18446604471149064256 0 0 -1 5 0 0 0
[pid=15028/tid=15032] ppid=15026 vsize=15688568 CPUtime=6.34 cores=1,3,5,7
/proc/15028/task/15032/stat : 15032 (java) S 15026 15028 14691 0 -1 4202560 252613 0 0 0 593 41 0 0 16 0 22 0 519154328 16065093632 1852002 33554432000 1073741824 1073778376 140733570876672 18446744073709551615 248101514137 0 4 0 16800975 18446604471149064256 0 0 -1 5 0 0 0
[pid=15028/tid=15033] ppid=15026 vsize=15688568 CPUtime=7.64 cores=1,3,5,7
/proc/15028/task/15033/stat : 15033 (java) S 15026 15028 14691 0 -1 4202560 334556 0 0 0 712 52 0 0 16 0 22 0 519154328 16065093632 1852002 33554432000 1073741824 1073778376 140733570876672 18446744073709551615 248101514137 0 4 0 16800975 18446604471149064256 0 0 -1 7 0 0 0
[pid=15028/tid=15034] ppid=15026 vsize=15688568 CPUtime=6.09 cores=1,3,5,7
/proc/15028/task/15034/stat : 15034 (java) S 15026 15028 14691 0 -1 4202560 161473 0 0 0 583 26 0 0 16 0 22 0 519154328 16065093632 1852002 33554432000 1073741824 1073778376 140733570876672 18446744073709551615 248101514137 0 4 0 16800975 18446604471149064256 0 0 -1 1 0 0 0
[pid=15028/tid=15035] ppid=15026 vsize=15688568 CPUtime=7.11 cores=1,3,5,7
/proc/15028/task/15035/stat : 15035 (java) S 15026 15028 14691 0 -1 4202560 195279 0 0 0 679 32 0 0 15 0 22 0 519154328 16065093632 1852002 33554432000 1073741824 1073778376 140733570876672 18446744073709551615 248101514137 0 4 0 16800975 18446604471149064256 0 0 -1 5 0 0 0
[pid=15028/tid=15036] ppid=15026 vsize=15688568 CPUtime=7.45 cores=1,3,5,7
/proc/15028/task/15036/stat : 15036 (java) S 15026 15028 14691 0 -1 4202560 276841 0 0 0 700 45 0 0 16 0 22 0 519154328 16065093632 1852002 33554432000 1073741824 1073778376 140733570876672 18446744073709551615 248101514137 0 4 0 16800975 18446604471149064256 0 0 -1 3 0 0 0
[pid=15028/tid=15037] ppid=15026 vsize=15688568 CPUtime=6.61 cores=1,3,5,7
/proc/15028/task/15037/stat : 15037 (java) S 15026 15028 14691 0 -1 4202560 183227 0 0 0 635 26 0 0 16 0 22 0 519154328 16065093632 1852002 33554432000 1073741824 1073778376 140733570876672 18446744073709551615 248101514137 0 4 0 16800975 18446604471149064256 0 0 -1 3 0 0 0
[pid=15028/tid=15038] ppid=15026 vsize=15688568 CPUtime=5.96 cores=1,3,5,7
/proc/15028/task/15038/stat : 15038 (java) S 15026 15028 14691 0 -1 4202560 255427 0 0 0 554 42 0 0 16 0 22 0 519154328 16065093632 1852002 33554432000 1073741824 1073778376 140733570876672 18446744073709551615 248101514137 0 4 0 16800975 18446604471149064256 0 0 -1 1 0 0 0
[pid=15028/tid=15039] ppid=15026 vsize=15688568 CPUtime=3.32 cores=1,3,5,7
/proc/15028/task/15039/stat : 15039 (java) S 15026 15028 14691 0 -1 4202560 60755 0 0 0 323 9 0 0 15 0 22 0 519154329 16065093632 1852002 33554432000 1073741824 1073778376 140733570876672 18446744073709551615 248101514752 0 0 0 16800975 18446604471149064256 0 0 -1 5 0 0 0
[pid=15028/tid=15040] ppid=15026 vsize=15688568 CPUtime=0 cores=1,3,5,7
/proc/15028/task/15040/stat : 15040 (java) S 15026 15028 14691 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 22 0 519154329 16065093632 1852002 33554432000 1073741824 1073778376 140733570876672 18446744073709551615 248101514137 0 4 0 16800975 18446604471149064256 0 0 -1 1 0 0 0
[pid=15028/tid=15041] ppid=15026 vsize=15688568 CPUtime=0 cores=1,3,5,7
/proc/15028/task/15041/stat : 15041 (java) S 15026 15028 14691 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 22 0 519154329 16065093632 1852002 33554432000 1073741824 1073778376 140733570876672 18446744073709551615 248101514137 0 4 0 16800975 18446604471149064256 0 0 -1 3 0 0 0
[pid=15028/tid=15042] ppid=15026 vsize=15688568 CPUtime=0 cores=1,3,5,7
/proc/15028/task/15042/stat : 15042 (java) S 15026 15028 14691 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 519154331 16065093632 1852002 33554432000 1073741824 1073778376 140733570876672 18446744073709551615 248101521841 0 4 0 16800975 18446604471149064256 0 0 -1 1 0 0 0
[pid=15028/tid=15043] ppid=15026 vsize=15688568 CPUtime=1.39 cores=1,3,5,7
/proc/15028/task/15043/stat : 15043 (java) S 15026 15028 14691 0 -1 4202560 3772 0 1 0 139 0 0 0 15 0 22 0 519154331 16065093632 1852002 33554432000 1073741824 1073778376 140733570876672 18446744073709551615 248101514137 0 4 0 16800975 18446604471149064256 0 0 -1 1 0 0 4
[pid=15028/tid=15044] ppid=15026 vsize=15688568 CPUtime=2.12 cores=1,3,5,7
/proc/15028/task/15044/stat : 15044 (java) S 15026 15028 14691 0 -1 4202560 17752 0 0 0 211 1 0 0 15 0 22 0 519154331 16065093632 1852002 33554432000 1073741824 1073778376 140733570876672 18446744073709551615 248101514137 0 4 0 16800975 18446604471149064256 0 0 -1 5 0 0 0
[pid=15028/tid=15045] ppid=15026 vsize=15688568 CPUtime=0 cores=1,3,5,7
/proc/15028/task/15045/stat : 15045 (java) S 15026 15028 14691 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 519154331 16065093632 1852002 33554432000 1073741824 1073778376 140733570876672 18446744073709551615 248101514137 0 4 0 16800975 18446604471149064256 0 0 -1 1 0 0 0
[pid=15028/tid=15046] ppid=15026 vsize=15688568 CPUtime=0 cores=1,3,5,7
/proc/15028/task/15046/stat : 15046 (java) S 15026 15028 14691 0 -1 4202560 69 0 0 0 0 0 0 0 15 0 22 0 519154331 16065093632 1852002 33554432000 1073741824 1073778376 140733570876672 18446744073709551615 248101514752 0 4 0 16800975 18446604471149064256 0 0 -1 7 0 0 0
[pid=15028/tid=15047] ppid=15026 vsize=15688568 CPUtime=1084.17 cores=1,3,5,7
/proc/15028/task/15047/stat : 15047 (java) R 15026 15028 14691 0 -1 4202560 12923 0 0 0 108414 3 0 0 25 0 22 0 519154445 16065093632 1852002 33554432000 1073741824 1073778376 140733570876672 18446744073709551615 46912505788167 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=15028/tid=15048] ppid=15026 vsize=15688568 CPUtime=1044.1 cores=1,3,5,7
/proc/15028/task/15048/stat : 15048 (java) R 15026 15028 14691 0 -1 4202560 1024 0 0 0 104409 1 0 0 25 0 22 0 519154445 16065093632 1852002 33554432000 1073741824 1073778376 140733570876672 18446744073709551615 46912506068608 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=15028/tid=15049] ppid=15026 vsize=15688568 CPUtime=1088.81 cores=1,3,5,7
/proc/15028/task/15049/stat : 15049 (java) R 15026 15028 14691 0 -1 4202560 104 0 0 0 108880 1 0 0 25 0 22 0 519154445 16065093632 1852002 33554432000 1073741824 1073778376 140733570876672 18446744073709551615 46912506173165 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=15028/tid=15050] ppid=15026 vsize=15688568 CPUtime=1092.83 cores=1,3,5,7
/proc/15028/task/15050/stat : 15050 (java) R 15026 15028 14691 0 -1 4202560 17533 0 0 0 109281 2 0 0 25 0 22 0 519154445 16065093632 1852002 33554432000 1073741824 1073778376 140733570876672 18446744073709551615 18446744073699065904 0 4 0 16800975 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4405.69
Current children cumulated vsize (KiB) 15688568

[startup+1242.3 s]
/proc/loadavg: 8.12 8.08 7.87 9/220 15134
/proc/meminfo: memFree=15138736/32950928 swapFree=67111428/67111528
[pid=15028] ppid=15026 vsize=15688568 CPUtime=4645.33 cores=1,3,5,7
/proc/15028/stat : 15028 (java) S 15026 15028 14691 0 -1 4202496 2128942 0 2 0 464188 345 0 0 25 0 22 0 519154326 16065093632 1853566 33554432000 1073741824 1073778376 140733570876672 18446744073709551615 248101500901 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/15028/statm: 3922142 1853566 2299 9 0 3912861 0
[pid=15028/tid=15030] ppid=15026 vsize=15688568 CPUtime=34.61 cores=1,3,5,7
/proc/15028/task/15030/stat : 15030 (java) S 15026 15028 14691 0 -1 4202560 70001 0 1 0 3451 10 0 0 25 0 22 0 519154327 16065093632 1853566 33554432000 1073741824 1073778376 140733570876672 18446744073709551615 248101514137 0 4 0 16800975 18446604471149064256 0 0 -1 1 0 0 0
[pid=15028/tid=15031] ppid=15026 vsize=15688568 CPUtime=7.11 cores=1,3,5,7
/proc/15028/task/15031/stat : 15031 (java) S 15026 15028 14691 0 -1 4202560 282752 0 0 0 664 47 0 0 16 0 22 0 519154328 16065093632 1853566 33554432000 1073741824 1073778376 140733570876672 18446744073709551615 248101514137 0 4 0 16800975 18446604471149064256 0 0 -1 5 0 0 0
[pid=15028/tid=15032] ppid=15026 vsize=15688568 CPUtime=6.43 cores=1,3,5,7
/proc/15028/task/15032/stat : 15032 (java) S 15026 15028 14691 0 -1 4202560 252614 0 0 0 602 41 0 0 15 0 22 0 519154328 16065093632 1853566 33554432000 1073741824 1073778376 140733570876672 18446744073709551615 248101514137 0 4 0 16800975 18446604471149064256 0 0 -1 1 0 0 0
[pid=15028/tid=15033] ppid=15026 vsize=15688568 CPUtime=7.8 cores=1,3,5,7
/proc/15028/task/15033/stat : 15033 (java) S 15026 15028 14691 0 -1 4202560 334557 0 0 0 728 52 0 0 16 0 22 0 519154328 16065093632 1853566 33554432000 1073741824 1073778376 140733570876672 18446744073709551615 248101514137 0 4 0 16800975 18446604471149064256 0 0 -1 7 0 0 0
[pid=15028/tid=15034] ppid=15026 vsize=15688568 CPUtime=6.12 cores=1,3,5,7
/proc/15028/task/15034/stat : 15034 (java) S 15026 15028 14691 0 -1 4202560 161887 0 0 0 586 26 0 0 15 0 22 0 519154328 16065093632 1853566 33554432000 1073741824 1073778376 140733570876672 18446744073709551615 248101514137 0 4 0 16800975 18446604471149064256 0 0 -1 3 0 0 0
[pid=15028/tid=15035] ppid=15026 vsize=15688568 CPUtime=7.17 cores=1,3,5,7
/proc/15028/task/15035/stat : 15035 (java) S 15026 15028 14691 0 -1 4202560 195706 0 0 0 685 32 0 0 16 0 22 0 519154328 16065093632 1853566 33554432000 1073741824 1073778376 140733570876672 18446744073709551615 248101514137 0 4 0 16800975 18446604471149064256 0 0 -1 1 0 0 0
[pid=15028/tid=15036] ppid=15026 vsize=15688568 CPUtime=7.52 cores=1,3,5,7
/proc/15028/task/15036/stat : 15036 (java) S 15026 15028 14691 0 -1 4202560 276845 0 0 0 707 45 0 0 16 0 22 0 519154328 16065093632 1853566 33554432000 1073741824 1073778376 140733570876672 18446744073709551615 248101514137 0 4 0 16800975 18446604471149064256 0 0 -1 3 0 0 0
[pid=15028/tid=15037] ppid=15026 vsize=15688568 CPUtime=6.71 cores=1,3,5,7
/proc/15028/task/15037/stat : 15037 (java) S 15026 15028 14691 0 -1 4202560 183811 0 0 0 645 26 0 0 15 0 22 0 519154328 16065093632 1853566 33554432000 1073741824 1073778376 140733570876672 18446744073709551615 248101514137 0 4 0 16800975 18446604471149064256 0 0 -1 3 0 0 0
[pid=15028/tid=15038] ppid=15026 vsize=15688568 CPUtime=6.03 cores=1,3,5,7
/proc/15028/task/15038/stat : 15038 (java) S 15026 15028 14691 0 -1 4202560 255430 0 0 0 561 42 0 0 15 0 22 0 519154328 16065093632 1853566 33554432000 1073741824 1073778376 140733570876672 18446744073709551615 248101514137 0 4 0 16800975 18446604471149064256 0 0 -1 7 0 0 0
[pid=15028/tid=15039] ppid=15026 vsize=15688568 CPUtime=3.32 cores=1,3,5,7
/proc/15028/task/15039/stat : 15039 (java) S 15026 15028 14691 0 -1 4202560 60757 0 0 0 323 9 0 0 15 0 22 0 519154329 16065093632 1853566 33554432000 1073741824 1073778376 140733570876672 18446744073709551615 248101514752 0 0 0 16800975 18446604471149064256 0 0 -1 5 0 0 0
[pid=15028/tid=15040] ppid=15026 vsize=15688568 CPUtime=0 cores=1,3,5,7
/proc/15028/task/15040/stat : 15040 (java) S 15026 15028 14691 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 22 0 519154329 16065093632 1853566 33554432000 1073741824 1073778376 140733570876672 18446744073709551615 248101514137 0 4 0 16800975 18446604471149064256 0 0 -1 1 0 0 0
[pid=15028/tid=15041] ppid=15026 vsize=15688568 CPUtime=0 cores=1,3,5,7
/proc/15028/task/15041/stat : 15041 (java) S 15026 15028 14691 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 22 0 519154329 16065093632 1853566 33554432000 1073741824 1073778376 140733570876672 18446744073709551615 248101514137 0 4 0 16800975 18446604471149064256 0 0 -1 3 0 0 0
[pid=15028/tid=15042] ppid=15026 vsize=15688568 CPUtime=0 cores=1,3,5,7
/proc/15028/task/15042/stat : 15042 (java) S 15026 15028 14691 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 519154331 16065093632 1853566 33554432000 1073741824 1073778376 140733570876672 18446744073709551615 248101521841 0 4 0 16800975 18446604471149064256 0 0 -1 1 0 0 0
[pid=15028/tid=15043] ppid=15026 vsize=15688568 CPUtime=1.39 cores=1,3,5,7
/proc/15028/task/15043/stat : 15043 (java) S 15026 15028 14691 0 -1 4202560 3772 0 1 0 139 0 0 0 15 0 22 0 519154331 16065093632 1853566 33554432000 1073741824 1073778376 140733570876672 18446744073709551615 248101514137 0 4 0 16800975 18446604471149064256 0 0 -1 1 0 0 4
[pid=15028/tid=15044] ppid=15026 vsize=15688568 CPUtime=2.12 cores=1,3,5,7
/proc/15028/task/15044/stat : 15044 (java) S 15026 15028 14691 0 -1 4202560 17752 0 0 0 211 1 0 0 15 0 22 0 519154331 16065093632 1853566 33554432000 1073741824 1073778376 140733570876672 18446744073709551615 248101514137 0 4 0 16800975 18446604471149064256 0 0 -1 5 0 0 0
[pid=15028/tid=15045] ppid=15026 vsize=15688568 CPUtime=0 cores=1,3,5,7
/proc/15028/task/15045/stat : 15045 (java) S 15026 15028 14691 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 519154331 16065093632 1853566 33554432000 1073741824 1073778376 140733570876672 18446744073709551615 248101514137 0 4 0 16800975 18446604471149064256 0 0 -1 1 0 0 0
[pid=15028/tid=15046] ppid=15026 vsize=15688568 CPUtime=0 cores=1,3,5,7
/proc/15028/task/15046/stat : 15046 (java) S 15026 15028 14691 0 -1 4202560 73 0 0 0 0 0 0 0 15 0 22 0 519154331 16065093632 1853566 33554432000 1073741824 1073778376 140733570876672 18446744073709551615 248101514752 0 4 0 16800975 18446604471149064256 0 0 -1 7 0 0 0
[pid=15028/tid=15047] ppid=15026 vsize=15688568 CPUtime=1143.98 cores=1,3,5,7
/proc/15028/task/15047/stat : 15047 (java) R 15026 15028 14691 0 -1 4202560 12923 0 0 0 114395 3 0 0 25 0 22 0 519154445 16065093632 1853566 33554432000 1073741824 1073778376 140733570876672 18446744073709551615 46912505882648 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=15028/tid=15048] ppid=15026 vsize=15688568 CPUtime=1103.92 cores=1,3,5,7
/proc/15028/task/15048/stat : 15048 (java) R 15026 15028 14691 0 -1 4202560 1031 0 0 0 110391 1 0 0 25 0 22 0 519154445 16065093632 1853566 33554432000 1073741824 1073778376 140733570876672 18446744073709551615 46912505671418 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=15028/tid=15049] ppid=15026 vsize=15688568 CPUtime=1148.64 cores=1,3,5,7
/proc/15028/task/15049/stat : 15049 (java) R 15026 15028 14691 0 -1 4202560 111 0 0 0 114863 1 0 0 25 0 22 0 519154445 16065093632 1853566 33554432000 1073741824 1073778376 140733570876672 18446744073709551615 46912505867789 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=15028/tid=15050] ppid=15026 vsize=15688568 CPUtime=1152.33 cores=1,3,5,7
/proc/15028/task/15050/stat : 15050 (java) R 15026 15028 14691 0 -1 4202560 17536 0 0 0 115230 3 0 0 25 0 22 0 519154445 16065093632 1853566 33554432000 1073741824 1073778376 140733570876672 18446744073709551615 46912506389962 0 4 0 16800975 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4645.33
Current children cumulated vsize (KiB) 15688568



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1281.1 s]
/proc/loadavg: 8.06 8.07 7.87 9/220 15135
/proc/meminfo: memFree=15118384/32950928 swapFree=67111428/67111528
[pid=15028] ppid=15026 vsize=15688568 CPUtime=4800.3 cores=1,3,5,7
/proc/15028/stat : 15028 (java) S 15026 15028 14691 0 -1 4202496 2131305 0 2 0 479684 346 0 0 25 0 22 0 519154326 16065093632 1855597 33554432000 1073741824 1073778376 140733570876672 18446744073709551615 248101500901 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/15028/statm: 3922142 1855597 2299 9 0 3912861 0
[pid=15028/tid=15030] ppid=15026 vsize=15688568 CPUtime=34.61 cores=1,3,5,7
/proc/15028/task/15030/stat : 15030 (java) S 15026 15028 14691 0 -1 4202560 70001 0 1 0 3451 10 0 0 25 0 22 0 519154327 16065093632 1855597 33554432000 1073741824 1073778376 140733570876672 18446744073709551615 248101514137 0 4 0 16800975 18446604471149064256 0 0 -1 1 0 0 0
[pid=15028/tid=15031] ppid=15026 vsize=15688568 CPUtime=7.17 cores=1,3,5,7
/proc/15028/task/15031/stat : 15031 (java) S 15026 15028 14691 0 -1 4202560 282755 0 0 0 670 47 0 0 16 0 22 0 519154328 16065093632 1855597 33554432000 1073741824 1073778376 140733570876672 18446744073709551615 248101514137 0 4 0 16800975 18446604471149064256 0 0 -1 5 0 0 0
[pid=15028/tid=15032] ppid=15026 vsize=15688568 CPUtime=6.49 cores=1,3,5,7
/proc/15028/task/15032/stat : 15032 (java) S 15026 15028 14691 0 -1 4202560 252805 0 0 0 608 41 0 0 16 0 22 0 519154328 16065093632 1855597 33554432000 1073741824 1073778376 140733570876672 18446744073709551615 248101514137 0 4 0 16800975 18446604471149064256 0 0 -1 7 0 0 0
[pid=15028/tid=15033] ppid=15026 vsize=15688568 CPUtime=7.83 cores=1,3,5,7
/proc/15028/task/15033/stat : 15033 (java) S 15026 15028 14691 0 -1 4202560 334892 0 0 0 731 52 0 0 15 0 22 0 519154328 16065093632 1855597 33554432000 1073741824 1073778376 140733570876672 18446744073709551615 248101514137 0 4 0 16800975 18446604471149064256 0 0 -1 3 0 0 0
[pid=15028/tid=15034] ppid=15026 vsize=15688568 CPUtime=6.17 cores=1,3,5,7
/proc/15028/task/15034/stat : 15034 (java) S 15026 15028 14691 0 -1 4202560 162008 0 0 0 591 26 0 0 16 0 22 0 519154328 16065093632 1855597 33554432000 1073741824 1073778376 140733570876672 18446744073709551615 248101514137 0 4 0 16800975 18446604471149064256 0 0 -1 5 0 0 0
[pid=15028/tid=15035] ppid=15026 vsize=15688568 CPUtime=7.23 cores=1,3,5,7
/proc/15028/task/15035/stat : 15035 (java) S 15026 15028 14691 0 -1 4202560 195974 0 0 0 691 32 0 0 15 0 22 0 519154328 16065093632 1855597 33554432000 1073741824 1073778376 140733570876672 18446744073709551615 248101514137 0 4 0 16800975 18446604471149064256 0 0 -1 1 0 0 0
[pid=15028/tid=15036] ppid=15026 vsize=15688568 CPUtime=7.54 cores=1,3,5,7
/proc/15028/task/15036/stat : 15036 (java) S 15026 15028 14691 0 -1 4202560 276849 0 0 0 709 45 0 0 15 0 22 0 519154328 16065093632 1855597 33554432000 1073741824 1073778376 140733570876672 18446744073709551615 248101514137 0 4 0 16800975 18446604471149064256 0 0 -1 3 0 0 0
[pid=15028/tid=15037] ppid=15026 vsize=15688568 CPUtime=6.78 cores=1,3,5,7
/proc/15028/task/15037/stat : 15037 (java) S 15026 15028 14691 0 -1 4202560 184987 0 0 0 652 26 0 0 16 0 22 0 519154328 16065093632 1855597 33554432000 1073741824 1073778376 140733570876672 18446744073709551615 248101514137 0 4 0 16800975 18446604471149064256 0 0 -1 1 0 0 0
[pid=15028/tid=15038] ppid=15026 vsize=15688568 CPUtime=6.08 cores=1,3,5,7
/proc/15028/task/15038/stat : 15038 (java) S 15026 15028 14691 0 -1 4202560 255682 0 0 0 566 42 0 0 16 0 22 0 519154328 16065093632 1855597 33554432000 1073741824 1073778376 140733570876672 18446744073709551615 248101514137 0 4 0 16800975 18446604471149064256 0 0 -1 3 0 0 0
[pid=15028/tid=15039] ppid=15026 vsize=15688568 CPUtime=3.32 cores=1,3,5,7
/proc/15028/task/15039/stat : 15039 (java) S 15026 15028 14691 0 -1 4202560 60758 0 0 0 323 9 0 0 15 0 22 0 519154329 16065093632 1855597 33554432000 1073741824 1073778376 140733570876672 18446744073709551615 248101514752 0 0 0 16800975 18446604471149064256 0 0 -1 5 0 0 0
[pid=15028/tid=15040] ppid=15026 vsize=15688568 CPUtime=0 cores=1,3,5,7
/proc/15028/task/15040/stat : 15040 (java) S 15026 15028 14691 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 22 0 519154329 16065093632 1855597 33554432000 1073741824 1073778376 140733570876672 18446744073709551615 248101514137 0 4 0 16800975 18446604471149064256 0 0 -1 1 0 0 0
[pid=15028/tid=15041] ppid=15026 vsize=15688568 CPUtime=0 cores=1,3,5,7
/proc/15028/task/15041/stat : 15041 (java) S 15026 15028 14691 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 22 0 519154329 16065093632 1855597 33554432000 1073741824 1073778376 140733570876672 18446744073709551615 248101514137 0 4 0 16800975 18446604471149064256 0 0 -1 3 0 0 0
[pid=15028/tid=15042] ppid=15026 vsize=15688568 CPUtime=0 cores=1,3,5,7
/proc/15028/task/15042/stat : 15042 (java) S 15026 15028 14691 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 519154331 16065093632 1855597 33554432000 1073741824 1073778376 140733570876672 18446744073709551615 248101521841 0 4 0 16800975 18446604471149064256 0 0 -1 1 0 0 0
[pid=15028/tid=15043] ppid=15026 vsize=15688568 CPUtime=1.39 cores=1,3,5,7
/proc/15028/task/15043/stat : 15043 (java) S 15026 15028 14691 0 -1 4202560 3772 0 1 0 139 0 0 0 15 0 22 0 519154331 16065093632 1855597 33554432000 1073741824 1073778376 140733570876672 18446744073709551615 248101514137 0 4 0 16800975 18446604471149064256 0 0 -1 1 0 0 4
[pid=15028/tid=15044] ppid=15026 vsize=15688568 CPUtime=2.12 cores=1,3,5,7
/proc/15028/task/15044/stat : 15044 (java) S 15026 15028 14691 0 -1 4202560 17752 0 0 0 211 1 0 0 15 0 22 0 519154331 16065093632 1855597 33554432000 1073741824 1073778376 140733570876672 18446744073709551615 248101514137 0 4 0 16800975 18446604471149064256 0 0 -1 5 0 0 0
[pid=15028/tid=15045] ppid=15026 vsize=15688568 CPUtime=0 cores=1,3,5,7
/proc/15028/task/15045/stat : 15045 (java) S 15026 15028 14691 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 519154331 16065093632 1855597 33554432000 1073741824 1073778376 140733570876672 18446744073709551615 248101514137 0 4 0 16800975 18446604471149064256 0 0 -1 1 0 0 0
[pid=15028/tid=15046] ppid=15026 vsize=15688568 CPUtime=0 cores=1,3,5,7
/proc/15028/task/15046/stat : 15046 (java) S 15026 15028 14691 0 -1 4202560 75 0 0 0 0 0 0 0 15 0 22 0 519154331 16065093632 1855597 33554432000 1073741824 1073778376 140733570876672 18446744073709551615 248101514752 0 4 0 16800975 18446604471149064256 0 0 -1 7 0 0 0
[pid=15028/tid=15047] ppid=15026 vsize=15688568 CPUtime=1182.66 cores=1,3,5,7
/proc/15028/task/15047/stat : 15047 (java) R 15026 15028 14691 0 -1 4202560 12926 0 0 0 118263 3 0 0 25 0 22 0 519154445 16065093632 1855597 33554432000 1073741824 1073778376 140733570876672 18446744073709551615 46912505693964 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=15028/tid=15048] ppid=15026 vsize=15688568 CPUtime=1142.61 cores=1,3,5,7
/proc/15028/task/15048/stat : 15048 (java) R 15026 15028 14691 0 -1 4202560 1032 0 0 0 114260 1 0 0 25 0 22 0 519154445 16065093632 1855597 33554432000 1073741824 1073778376 140733570876672 18446744073709551615 46912506051039 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=15028/tid=15049] ppid=15026 vsize=15688568 CPUtime=1187.28 cores=1,3,5,7
/proc/15028/task/15049/stat : 15049 (java) R 15026 15028 14691 0 -1 4202560 115 0 0 0 118727 1 0 0 25 0 22 0 519154445 16065093632 1855597 33554432000 1073741824 1073778376 140733570876672 18446744073709551615 46912505681301 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=15028/tid=15050] ppid=15026 vsize=15688568 CPUtime=1190.85 cores=1,3,5,7
/proc/15028/task/15050/stat : 15050 (java) R 15026 15028 14691 0 -1 4202560 17538 0 0 0 119082 3 0 0 25 0 22 0 519154445 16065093632 1855597 33554432000 1073741824 1073778376 140733570876672 18446744073709551615 46912506092878 0 4 0 16800975 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4800.3
Current children cumulated vsize (KiB) 15688568

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

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

[startup+1281.4 s]
/proc/loadavg: 8.06 8.07 7.87 6/201 15138
/proc/meminfo: memFree=22538696/32950928 swapFree=67111428/67111528
[pid=15028] ppid=15026 vsize=0 CPUtime=4800.61 cores=1,3,5,7
/proc/15028/stat : 15028 (java) Z 15026 15028 14691 0 -1 4203548 2131332 0 2 0 479687 374 0 0 17 0 1 0 519154326 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/15028/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 4800.61
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1281.41
CPU time (s): 4800.62
CPU user time (s): 4796.88
CPU system time (s): 3.74643
CPU usage (%): 374.637
Max. virtual memory (cumulated for all children) (KiB): 15690172

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4796.88
system time used= 3.74643
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2131332
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= 46909
involuntary context switches= 99776

runsolver used 2.06868 second user time and 4.98924 second system time

The end

Launcher Data

Begin job on node123 at 2011-04-29 13:12:25
IDJOB=3313463
IDBENCH=70799
IDSOLVER=1699
FILE ID=node123/3313463-1304075545
RUNJOBID= node123-1304073032-14710
PBS_JOBID= 13170492
Free space on /tmp= 72808 MiB

SOLVER NAME= STRUCTure 0.1
BENCH NAME= SAT09/APPLICATIONS/bitverif/countbitswegner/countbitswegner128.cnf
COMMAND LINE= run 15000 NBCORE TMPDIR DIR BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3313463-1304075545/watcher-3313463-1304075545 -o /tmp/evaluation-result-3313463-1304075545/solver-3313463-1304075545 -C 4800 -W 1300 -M 15500  run 15000 4 HOME HOME HOME/instance-3313463-1304075545.cnf

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

MD5SUM BENCH= 4b75ef7fb46928f50793af1d74c176e2
RANDOM SEED=1413647554

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:      23710312 kB
Buffers:        543736 kB
Cached:        1218904 kB
SwapCached:        100 kB
Active:        7126596 kB
Inactive:      1737780 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      23710312 kB
SwapTotal:    67111528 kB
SwapFree:     67111428 kB
Dirty:            6232 kB
Writeback:           0 kB
AnonPages:     7101544 kB
Mapped:          23524 kB
Slab:           298420 kB
PageTables:      18476 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:  7892932 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:33:48