Trace number 3312958

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.28 1206.67

General information on the benchmark

Namecrafted/mosoi/289/
289-unsat-6x40.cnf
MD5SUM3a7a68cedc6ab84c0df9c27d166b0b6b
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables960
Number of clauses48480
Sum of the clauses size191040
Maximum clause length4
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 21440
Number of clauses of size 30
Number of clauses of size 447040
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.10/0.12	01:16 INFO : Reading from input HOME/instance-3312958-1304182876.cnf
0.70/0.52	Executor set job limit to 1000000
0.70/0.52	Executor set job limit to 1000000
0.70/0.52	Executor set job limit to 1000000
0.70/0.52	Executor set job limit to 1000000
0.70/0.52	Starting Executor!
0.70/0.52	Starting Executor!
0.70/0.52	Starting Executor!
0.70/0.52	Starting Executor!
2.14/1.19	01:17 INFO : 960 variables remaining out of 960
2.14/1.19	01:17 INFO : 243840 literals remaining out of 239520
25.28/7.19	log4j:WARN No appenders could be found for logger (ibis.constellation.impl.SingleThreadedConstellation.CID: 0:4).
25.28/7.19	log4j:WARN Please initialize the log4j system properly.
25.28/7.19	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-3312958-1304182876/watcher-3312958-1304182876 -o /tmp/evaluation-result-3312958-1304182876/solver-3312958-1304182876 -C 4800 -W 1300 -M 15500 run 15000 4 HOME HOME HOME/instance-3312958-1304182876.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.35 7.82 7.60 1/175 19698
/proc/meminfo: memFree=29482232/32951124 swapFree=67111348/67111528
[pid=19698] ppid=19696 vsize=23028 CPUtime=0 cores=1,3,5,7
/proc/19698/stat : 19698 (java) R 19696 19698 18835 0 -1 4202496 725 0 0 0 0 0 0 0 25 0 1 0 510702884 23580672 211 33554432000 1073741824 1073778376 140733352573552 18446744073709551615 254256654101 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/19698/statm: 5757 222 180 9 0 124 0

[startup+0.0443471 s]
/proc/loadavg: 7.35 7.82 7.60 1/175 19698
/proc/meminfo: memFree=29482232/32951124 swapFree=67111348/67111528
[pid=19698] ppid=19696 vsize=15604248 CPUtime=0.03 cores=1,3,5,7
/proc/19698/stat : 19698 (java) S 19696 19698 18835 0 -1 4202496 3793 0 1 0 2 1 0 0 25 0 13 0 510702884 15978749952 3232 33554432000 1073741824 1073778376 140733352573552 18446744073709551615 254273419237 0 0 0 16800971 18446744073709551615 0 0 17 1 0 0 0
/proc/19698/statm: 3901062 3233 1682 9 0 3891810 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 15604248

[startup+0.104421 s]
/proc/loadavg: 7.35 7.82 7.60 1/175 19698
/proc/meminfo: memFree=29482232/32951124 swapFree=67111348/67111528
[pid=19698] ppid=19696 vsize=15676288 CPUtime=0.1 cores=1,3,5,7
/proc/19698/stat : 19698 (java) S 19696 19698 18835 0 -1 4202496 5569 0 1 0 9 1 0 0 25 0 18 0 510702884 16052518912 4956 33554432000 1073741824 1073778376 140733352573552 18446744073709551615 254273419237 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/19698/statm: 3919072 4957 2116 9 0 3909791 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 15676288

[startup+0.300304 s]
/proc/loadavg: 7.35 7.82 7.60 1/175 19698
/proc/meminfo: memFree=29482232/32951124 swapFree=67111348/67111528
[pid=19698] ppid=19696 vsize=15682184 CPUtime=0.51 cores=1,3,5,7
/proc/19698/stat : 19698 (java) S 19696 19698 18835 0 -1 4202496 14114 0 1 0 47 4 0 0 25 0 18 0 510702884 16058556416 12331 33554432000 1073741824 1073778376 140733352573552 18446744073709551615 254273419237 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/19698/statm: 3920546 12334 2206 9 0 3911265 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 15682184

[startup+0.700265 s]
/proc/loadavg: 7.35 7.82 7.60 1/175 19698
/proc/meminfo: memFree=29482232/32951124 swapFree=67111348/67111528
[pid=19698] ppid=19696 vsize=15686296 CPUtime=1.07 cores=1,3,5,7
/proc/19698/stat : 19698 (java) S 19696 19698 18835 0 -1 4202496 46262 0 1 0 100 7 0 0 25 0 22 0 510702884 16062767104 42507 33554432000 1073741824 1073778376 140733352573552 18446744073709551615 254273419237 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/19698/statm: 3921574 42507 2247 9 0 3912293 0
Current children cumulated CPU time (s) 1.07
Current children cumulated vsize (KiB) 15686296

[startup+1.50711 s]
/proc/loadavg: 7.35 7.82 7.60 7/216 19764
/proc/meminfo: memFree=29291616/32951124 swapFree=67111348/67111528
[pid=19698] ppid=19696 vsize=15697544 CPUtime=3.22 cores=1,3,5,7
/proc/19698/stat : 19698 (java) S 19696 19698 18835 0 -1 4202496 60358 0 1 0 313 9 0 0 25 0 22 0 510702884 16074285056 48617 33554432000 1073741824 1073778376 140733352573552 18446744073709551615 254273419237 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/19698/statm: 3924386 48617 2273 9 0 3915105 0
[pid=19698/tid=19700] ppid=19696 vsize=15697544 CPUtime=1.17 cores=1,3,5,7
/proc/19698/task/19700/stat : 19700 (java) S 19696 19698 18835 0 -1 4202560 35644 0 1 0 112 5 0 0 21 0 22 0 510702884 16074285056 48617 33554432000 1073741824 1073778376 140733352573552 18446744073709551615 254273432473 0 4 0 16800975 18446604471138530432 0 0 -1 3 0 0 0
[pid=19698/tid=19701] ppid=19696 vsize=15697544 CPUtime=0 cores=1,3,5,7
/proc/19698/task/19701/stat : 19701 (java) S 19696 19698 18835 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 510702885 16074285056 48617 33554432000 1073741824 1073778376 140733352573552 18446744073709551615 254273432473 0 4 0 16800975 18446604471138530432 0 0 -1 5 0 0 0
[pid=19698/tid=19702] ppid=19696 vsize=15697544 CPUtime=0 cores=1,3,5,7
/proc/19698/task/19702/stat : 19702 (java) S 19696 19698 18835 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 510702885 16074285056 48617 33554432000 1073741824 1073778376 140733352573552 18446744073709551615 254273432473 0 4 0 16800975 18446604471138530432 0 0 -1 7 0 0 0
[pid=19698/tid=19703] ppid=19696 vsize=15697544 CPUtime=0 cores=1,3,5,7
/proc/19698/task/19703/stat : 19703 (java) S 19696 19698 18835 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 510702885 16074285056 48617 33554432000 1073741824 1073778376 140733352573552 18446744073709551615 254273432473 0 4 0 16800975 18446604471138530432 0 0 -1 7 0 0 0
[pid=19698/tid=19704] ppid=19696 vsize=15697544 CPUtime=0 cores=1,3,5,7
/proc/19698/task/19704/stat : 19704 (java) S 19696 19698 18835 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 510702885 16074285056 48617 33554432000 1073741824 1073778376 140733352573552 18446744073709551615 254273432473 0 4 0 16800975 18446604471138530432 0 0 -1 7 0 0 0
[pid=19698/tid=19705] ppid=19696 vsize=15697544 CPUtime=0 cores=1,3,5,7
/proc/19698/task/19705/stat : 19705 (java) S 19696 19698 18835 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 510702885 16074285056 48617 33554432000 1073741824 1073778376 140733352573552 18446744073709551615 254273432473 0 4 0 16800975 18446604471138530432 0 0 -1 7 0 0 0
[pid=19698/tid=19706] ppid=19696 vsize=15697544 CPUtime=0 cores=1,3,5,7
/proc/19698/task/19706/stat : 19706 (java) S 19696 19698 18835 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 510702885 16074285056 48617 33554432000 1073741824 1073778376 140733352573552 18446744073709551615 254273432473 0 4 0 16800975 18446604471138530432 0 0 -1 7 0 0 0
[pid=19698/tid=19707] ppid=19696 vsize=15697544 CPUtime=0 cores=1,3,5,7
/proc/19698/task/19707/stat : 19707 (java) S 19696 19698 18835 0 -1 4202560 356 0 0 0 0 0 0 0 21 0 22 0 510702885 16074285056 48617 33554432000 1073741824 1073778376 140733352573552 18446744073709551615 254273432473 0 4 0 16800975 18446604471138530432 0 0 -1 5 0 0 0
[pid=19698/tid=19708] ppid=19696 vsize=15697544 CPUtime=0 cores=1,3,5,7
/proc/19698/task/19708/stat : 19708 (java) S 19696 19698 18835 0 -1 4202560 45 0 0 0 0 0 0 0 21 0 22 0 510702885 16074285056 48617 33554432000 1073741824 1073778376 140733352573552 18446744073709551615 254273432473 0 4 0 16800975 18446604471138530432 0 0 -1 7 0 0 0
[pid=19698/tid=19709] ppid=19696 vsize=15697544 CPUtime=0 cores=1,3,5,7
/proc/19698/task/19709/stat : 19709 (java) S 19696 19698 18835 0 -1 4202560 10 0 0 0 0 0 0 0 16 0 22 0 510702886 16074285056 48617 33554432000 1073741824 1073778376 140733352573552 18446744073709551615 254273433088 0 0 0 16800975 18446604471138530432 0 0 -1 3 0 0 0
[pid=19698/tid=19710] ppid=19696 vsize=15697544 CPUtime=0 cores=1,3,5,7
/proc/19698/task/19710/stat : 19710 (java) S 19696 19698 18835 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 22 0 510702886 16074285056 48617 33554432000 1073741824 1073778376 140733352573552 18446744073709551615 254273432473 0 4 0 16800975 18446604471138530432 0 0 -1 1 0 0 0
[pid=19698/tid=19711] ppid=19696 vsize=15697544 CPUtime=0 cores=1,3,5,7
/proc/19698/task/19711/stat : 19711 (java) S 19696 19698 18835 0 -1 4202560 8 0 0 0 0 0 0 0 21 0 22 0 510702886 16074285056 48617 33554432000 1073741824 1073778376 140733352573552 18446744073709551615 254273432473 0 4 0 16800975 18446604471138530432 0 0 -1 1 0 0 0
[pid=19698/tid=19712] ppid=19696 vsize=15697544 CPUtime=0 cores=1,3,5,7
/proc/19698/task/19712/stat : 19712 (java) S 19696 19698 18835 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 510702889 16074285056 48617 33554432000 1073741824 1073778376 140733352573552 18446744073709551615 254273440177 0 4 0 16800975 18446604471138530432 0 0 -1 1 0 0 0
[pid=19698/tid=19713] ppid=19696 vsize=15697544 CPUtime=0.73 cores=1,3,5,7
/proc/19698/task/19713/stat : 19713 (java) R 19696 19698 18835 0 -1 4202560 5400 0 0 0 72 1 0 0 16 0 22 0 510702889 16074285056 48617 33554432000 1073741824 1073778376 140733352573552 18446744073709551615 46959607037189 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=19698/tid=19714] ppid=19696 vsize=15697544 CPUtime=1 cores=1,3,5,7
/proc/19698/task/19714/stat : 19714 (java) S 19696 19698 18835 0 -1 4202560 17455 0 0 0 98 2 0 0 25 0 22 0 510702889 16074285056 48617 33554432000 1073741824 1073778376 140733352573552 18446744073709551615 254273432473 0 4 0 16800975 18446604471138530432 0 0 -1 5 0 0 0
[pid=19698/tid=19715] ppid=19696 vsize=15697544 CPUtime=0 cores=1,3,5,7
/proc/19698/task/19715/stat : 19715 (java) S 19696 19698 18835 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 510702889 16074285056 48617 33554432000 1073741824 1073778376 140733352573552 18446744073709551615 254273432473 0 4 0 16800975 18446604471138530432 0 0 -1 1 0 0 0
[pid=19698/tid=19716] ppid=19696 vsize=15697544 CPUtime=0 cores=1,3,5,7
/proc/19698/task/19716/stat : 19716 (java) S 19696 19698 18835 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 510702889 16074285056 48617 33554432000 1073741824 1073778376 140733352573552 18446744073709551615 254273433088 0 4 0 16800975 18446604471138530432 0 0 -1 5 0 0 0
[pid=19698/tid=19717] ppid=19696 vsize=15697544 CPUtime=0.19 cores=1,3,5,7
/proc/19698/task/19717/stat : 19717 (java) S 19696 19698 18835 0 -1 4202560 31 0 0 0 19 0 0 0 15 0 22 0 510702936 16074285056 48617 33554432000 1073741824 1073778376 140733352573552 18446744073709551615 254273433088 0 4 0 16800975 18446604471138530432 0 0 -1 5 0 0 0
[pid=19698/tid=19718] ppid=19696 vsize=15697544 CPUtime=0 cores=1,3,5,7
/proc/19698/task/19718/stat : 19718 (java) S 19696 19698 18835 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 22 0 510702936 16074285056 48617 33554432000 1073741824 1073778376 140733352573552 18446744073709551615 254273433088 0 4 0 16800975 18446604471138530432 0 0 -1 5 0 0 0
[pid=19698/tid=19719] ppid=19696 vsize=15697544 CPUtime=0.04 cores=1,3,5,7
/proc/19698/task/19719/stat : 19719 (java) R 19696 19698 18835 0 -1 4202560 7 0 0 0 4 0 0 0 15 0 22 0 510702936 16074285056 48617 33554432000 1073741824 1073778376 140733352573552 18446744073709551615 46912505865317 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=19698/tid=19720] ppid=19696 vsize=15697544 CPUtime=0.05 cores=1,3,5,7
/proc/19698/task/19720/stat : 19720 (java) R 19696 19698 18835 0 -1 4202560 8 0 0 0 5 0 0 0 15 0 22 0 510702936 16074285056 48617 33554432000 1073741824 1073778376 140733352573552 18446744073709551615 46912505859706 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3.22
Current children cumulated vsize (KiB) 15697544

[startup+3.10077 s]
/proc/loadavg: 7.35 7.82 7.60 7/220 19768
/proc/meminfo: memFree=29090344/32951124 swapFree=67111348/67111528
[pid=19698] ppid=19696 vsize=15697544 CPUtime=9.33 cores=1,3,5,7
/proc/19698/stat : 19698 (java) S 19696 19698 18835 0 -1 4202496 112830 0 1 0 916 17 0 0 25 0 22 0 510702884 16074285056 100826 33554432000 1073741824 1073778376 140733352573552 18446744073709551615 254273419237 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/19698/statm: 3924386 100826 2274 9 0 3915105 0
[pid=19698/tid=19700] ppid=19696 vsize=15697544 CPUtime=1.17 cores=1,3,5,7
/proc/19698/task/19700/stat : 19700 (java) S 19696 19698 18835 0 -1 4202560 35644 0 1 0 112 5 0 0 21 0 22 0 510702884 16074285056 100826 33554432000 1073741824 1073778376 140733352573552 18446744073709551615 254273432473 0 4 0 16800975 18446604471138530432 0 0 -1 3 0 0 0
[pid=19698/tid=19701] ppid=19696 vsize=15697544 CPUtime=0.01 cores=1,3,5,7
/proc/19698/task/19701/stat : 19701 (java) S 19696 19698 18835 0 -1 4202560 5344 0 0 0 1 0 0 0 16 0 22 0 510702885 16074285056 100826 33554432000 1073741824 1073778376 140733352573552 18446744073709551615 254273432473 0 4 0 16800975 18446604471138530432 0 0 -1 1 0 0 0
[pid=19698/tid=19702] ppid=19696 vsize=15697544 CPUtime=0.01 cores=1,3,5,7
/proc/19698/task/19702/stat : 19702 (java) S 19696 19698 18835 0 -1 4202560 5919 0 0 0 1 0 0 0 16 0 22 0 510702885 16074285056 100826 33554432000 1073741824 1073778376 140733352573552 18446744073709551615 254273432473 0 4 0 16800975 18446604471138530432 0 0 -1 1 0 0 0
[pid=19698/tid=19703] ppid=19696 vsize=15697544 CPUtime=0 cores=1,3,5,7
/proc/19698/task/19703/stat : 19703 (java) S 19696 19698 18835 0 -1 4202560 3172 0 0 0 0 0 0 0 15 0 22 0 510702885 16074285056 100826 33554432000 1073741824 1073778376 140733352573552 18446744073709551615 254273432473 0 4 0 16800975 18446604471138530432 0 0 -1 3 0 0 0
[pid=19698/tid=19704] ppid=19696 vsize=15697544 CPUtime=0 cores=1,3,5,7
/proc/19698/task/19704/stat : 19704 (java) S 19696 19698 18835 0 -1 4202560 1834 0 0 0 0 0 0 0 15 0 22 0 510702885 16074285056 100826 33554432000 1073741824 1073778376 140733352573552 18446744073709551615 254273432473 0 4 0 16800975 18446604471138530432 0 0 -1 3 0 0 0
[pid=19698/tid=19705] ppid=19696 vsize=15697544 CPUtime=0 cores=1,3,5,7
/proc/19698/task/19705/stat : 19705 (java) S 19696 19698 18835 0 -1 4202560 5170 0 0 0 0 0 0 0 16 0 22 0 510702885 16074285056 100826 33554432000 1073741824 1073778376 140733352573552 18446744073709551615 254273432473 0 4 0 16800975 18446604471138530432 0 0 -1 3 0 0 0
[pid=19698/tid=19706] ppid=19696 vsize=15697544 CPUtime=0 cores=1,3,5,7
/proc/19698/task/19706/stat : 19706 (java) S 19696 19698 18835 0 -1 4202560 490 0 0 0 0 0 0 0 15 0 22 0 510702885 16074285056 100826 33554432000 1073741824 1073778376 140733352573552 18446744073709551615 254273432473 0 4 0 16800975 18446604471138530432 0 0 -1 3 0 0 0
[pid=19698/tid=19707] ppid=19696 vsize=15697544 CPUtime=0.02 cores=1,3,5,7
/proc/19698/task/19707/stat : 19707 (java) S 19696 19698 18835 0 -1 4202560 6433 0 0 0 1 1 0 0 16 0 22 0 510702885 16074285056 100826 33554432000 1073741824 1073778376 140733352573552 18446744073709551615 254273432473 0 4 0 16800975 18446604471138530432 0 0 -1 5 0 0 0
[pid=19698/tid=19708] ppid=19696 vsize=15697544 CPUtime=0 cores=1,3,5,7
/proc/19698/task/19708/stat : 19708 (java) S 19696 19698 18835 0 -1 4202560 1697 0 0 0 0 0 0 0 15 0 22 0 510702885 16074285056 100826 33554432000 1073741824 1073778376 140733352573552 18446744073709551615 254273432473 0 4 0 16800975 18446604471138530432 0 0 -1 1 0 0 0
[pid=19698/tid=19709] ppid=19696 vsize=15697544 CPUtime=0 cores=1,3,5,7
/proc/19698/task/19709/stat : 19709 (java) S 19696 19698 18835 0 -1 4202560 234 0 0 0 0 0 0 0 16 0 22 0 510702886 16074285056 100826 33554432000 1073741824 1073778376 140733352573552 18446744073709551615 254273433088 0 0 0 16800975 18446604471138530432 0 0 -1 7 0 0 0
[pid=19698/tid=19710] ppid=19696 vsize=15697544 CPUtime=0 cores=1,3,5,7
/proc/19698/task/19710/stat : 19710 (java) S 19696 19698 18835 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 510702886 16074285056 100826 33554432000 1073741824 1073778376 140733352573552 18446744073709551615 254273432473 0 4 0 16800975 18446604471138530432 0 0 -1 1 0 0 0
[pid=19698/tid=19711] ppid=19696 vsize=15697544 CPUtime=0 cores=1,3,5,7
/proc/19698/task/19711/stat : 19711 (java) S 19696 19698 18835 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 510702886 16074285056 100826 33554432000 1073741824 1073778376 140733352573552 18446744073709551615 254273432473 0 4 0 16800975 18446604471138530432 0 0 -1 1 0 0 0
[pid=19698/tid=19712] ppid=19696 vsize=15697544 CPUtime=0 cores=1,3,5,7
/proc/19698/task/19712/stat : 19712 (java) S 19696 19698 18835 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 510702889 16074285056 100826 33554432000 1073741824 1073778376 140733352573552 18446744073709551615 254273440177 0 4 0 16800975 18446604471138530432 0 0 -1 1 0 0 0
[pid=19698/tid=19713] ppid=19696 vsize=15697544 CPUtime=0.82 cores=1,3,5,7
/proc/19698/task/19713/stat : 19713 (java) S 19696 19698 18835 0 -1 4202560 5408 0 0 0 81 1 0 0 15 0 22 0 510702889 16074285056 100826 33554432000 1073741824 1073778376 140733352573552 18446744073709551615 254273432473 0 4 0 16800975 18446604471138530432 0 0 -1 1 0 0 0
[pid=19698/tid=19714] ppid=19696 vsize=15697544 CPUtime=1.06 cores=1,3,5,7
/proc/19698/task/19714/stat : 19714 (java) R 19696 19698 18835 0 -1 4202560 17467 0 0 0 104 2 0 0 23 0 22 0 510702889 16074285056 100826 33554432000 1073741824 1073778376 140733352573552 18446744073709551615 254273442485 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=19698/tid=19715] ppid=19696 vsize=15697544 CPUtime=0 cores=1,3,5,7
/proc/19698/task/19715/stat : 19715 (java) S 19696 19698 18835 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 510702889 16074285056 100826 33554432000 1073741824 1073778376 140733352573552 18446744073709551615 254273432473 0 4 0 16800975 18446604471138530432 0 0 -1 1 0 0 0
[pid=19698/tid=19716] ppid=19696 vsize=15697544 CPUtime=0 cores=1,3,5,7
/proc/19698/task/19716/stat : 19716 (java) S 19696 19698 18835 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 510702889 16074285056 100826 33554432000 1073741824 1073778376 140733352573552 18446744073709551615 254273433088 0 4 0 16800975 18446604471138530432 0 0 -1 7 0 0 0
[pid=19698/tid=19717] ppid=19696 vsize=15697544 CPUtime=1.57 cores=1,3,5,7
/proc/19698/task/19717/stat : 19717 (java) R 19696 19698 18835 0 -1 4202560 5463 0 0 0 157 0 0 0 17 0 22 0 510702936 16074285056 100826 33554432000 1073741824 1073778376 140733352573552 18446744073709551615 46912505930596 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=19698/tid=19718] ppid=19696 vsize=15697544 CPUtime=1.32 cores=1,3,5,7
/proc/19698/task/19718/stat : 19718 (java) R 19696 19698 18835 0 -1 4202560 5846 0 0 0 132 0 0 0 17 0 22 0 510702936 16074285056 100826 33554432000 1073741824 1073778376 140733352573552 18446744073709551615 46912505930875 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=19698/tid=19719] ppid=19696 vsize=15697544 CPUtime=1.59 cores=1,3,5,7
/proc/19698/task/19719/stat : 19719 (java) R 19696 19698 18835 0 -1 4202560 5785 0 0 0 159 0 0 0 17 0 22 0 510702936 16074285056 100826 33554432000 1073741824 1073778376 140733352573552 18446744073709551615 46912505930337 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=19698/tid=19720] ppid=19696 vsize=15697544 CPUtime=1.6 cores=1,3,5,7
/proc/19698/task/19720/stat : 19720 (java) R 19696 19698 18835 0 -1 4202560 5538 0 0 0 160 0 0 0 17 0 22 0 510702936 16074285056 100826 33554432000 1073741824 1073778376 140733352573552 18446744073709551615 46912506097297 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 9.33
Current children cumulated vsize (KiB) 15697544

[startup+6.3012 s]
/proc/loadavg: 7.73 7.89 7.62 10/220 19768
/proc/meminfo: memFree=27913092/32951124 swapFree=67111348/67111528
[pid=19698] ppid=19696 vsize=15697544 CPUtime=22.1 cores=1,3,5,7
/proc/19698/stat : 19698 (java) S 19696 19698 18835 0 -1 4202496 226270 0 1 0 2174 36 0 0 25 0 22 0 510702884 16074285056 212746 33554432000 1073741824 1073778376 140733352573552 18446744073709551615 254273419237 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/19698/statm: 3924386 212746 2275 9 0 3915105 0
[pid=19698/tid=19700] ppid=19696 vsize=15697544 CPUtime=1.17 cores=1,3,5,7
/proc/19698/task/19700/stat : 19700 (java) S 19696 19698 18835 0 -1 4202560 35644 0 1 0 112 5 0 0 21 0 22 0 510702884 16074285056 212746 33554432000 1073741824 1073778376 140733352573552 18446744073709551615 254273432473 0 4 0 16800975 18446604471138530432 0 0 -1 3 0 0 0
[pid=19698/tid=19701] ppid=19696 vsize=15697544 CPUtime=0.02 cores=1,3,5,7
/proc/19698/task/19701/stat : 19701 (java) S 19696 19698 18835 0 -1 4202560 8100 0 0 0 1 1 0 0 15 0 22 0 510702885 16074285056 212746 33554432000 1073741824 1073778376 140733352573552 18446744073709551615 254273432473 0 4 0 16800975 18446604471138530432 0 0 -1 5 0 0 0
[pid=19698/tid=19702] ppid=19696 vsize=15697544 CPUtime=0.03 cores=1,3,5,7
/proc/19698/task/19702/stat : 19702 (java) S 19696 19698 18835 0 -1 4202560 11273 0 0 0 2 1 0 0 15 0 22 0 510702885 16074285056 212746 33554432000 1073741824 1073778376 140733352573552 18446744073709551615 254273432473 0 4 0 16800975 18446604471138530432 0 0 -1 5 0 0 0
[pid=19698/tid=19703] ppid=19696 vsize=15697544 CPUtime=0.05 cores=1,3,5,7
/proc/19698/task/19703/stat : 19703 (java) S 19696 19698 18835 0 -1 4202560 15598 0 0 0 2 3 0 0 16 0 22 0 510702885 16074285056 212746 33554432000 1073741824 1073778376 140733352573552 18446744073709551615 254273432473 0 4 0 16800975 18446604471138530432 0 0 -1 7 0 0 0
[pid=19698/tid=19704] ppid=19696 vsize=15697544 CPUtime=0.05 cores=1,3,5,7
/proc/19698/task/19704/stat : 19704 (java) S 19696 19698 18835 0 -1 4202560 17222 0 0 0 3 2 0 0 16 0 22 0 510702885 16074285056 212746 33554432000 1073741824 1073778376 140733352573552 18446744073709551615 254273432473 0 4 0 16800975 18446604471138530432 0 0 -1 3 0 0 0
[pid=19698/tid=19705] ppid=19696 vsize=15697544 CPUtime=0 cores=1,3,5,7
/proc/19698/task/19705/stat : 19705 (java) S 19696 19698 18835 0 -1 4202560 5170 0 0 0 0 0 0 0 15 0 22 0 510702885 16074285056 212746 33554432000 1073741824 1073778376 140733352573552 18446744073709551615 254273432473 0 4 0 16800975 18446604471138530432 0 0 -1 1 0 0 0
[pid=19698/tid=19706] ppid=19696 vsize=15697544 CPUtime=0.04 cores=1,3,5,7
/proc/19698/task/19706/stat : 19706 (java) S 19696 19698 18835 0 -1 4202560 14721 0 0 0 2 2 0 0 16 0 22 0 510702885 16074285056 212746 33554432000 1073741824 1073778376 140733352573552 18446744073709551615 254273432473 0 4 0 16800975 18446604471138530432 0 0 -1 1 0 0 0
[pid=19698/tid=19707] ppid=19696 vsize=15697544 CPUtime=0.04 cores=1,3,5,7
/proc/19698/task/19707/stat : 19707 (java) S 19696 19698 18835 0 -1 4202560 13396 0 0 0 1 3 0 0 16 0 22 0 510702885 16074285056 212746 33554432000 1073741824 1073778376 140733352573552 18446744073709551615 254273432473 0 4 0 16800975 18446604471138530432 0 0 -1 5 0 0 0
[pid=19698/tid=19708] ppid=19696 vsize=15697544 CPUtime=0.01 cores=1,3,5,7
/proc/19698/task/19708/stat : 19708 (java) S 19696 19698 18835 0 -1 4202560 6012 0 0 0 1 0 0 0 16 0 22 0 510702885 16074285056 212746 33554432000 1073741824 1073778376 140733352573552 18446744073709551615 254273432473 0 4 0 16800975 18446604471138530432 0 0 -1 1 0 0 0
[pid=19698/tid=19709] ppid=19696 vsize=15697544 CPUtime=0 cores=1,3,5,7
/proc/19698/task/19709/stat : 19709 (java) S 19696 19698 18835 0 -1 4202560 535 0 0 0 0 0 0 0 15 0 22 0 510702886 16074285056 212746 33554432000 1073741824 1073778376 140733352573552 18446744073709551615 254273433088 0 0 0 16800975 18446604471138530432 0 0 -1 7 0 0 0
[pid=19698/tid=19710] ppid=19696 vsize=15697544 CPUtime=0 cores=1,3,5,7
/proc/19698/task/19710/stat : 19710 (java) S 19696 19698 18835 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 510702886 16074285056 212746 33554432000 1073741824 1073778376 140733352573552 18446744073709551615 254273432473 0 4 0 16800975 18446604471138530432 0 0 -1 1 0 0 0
[pid=19698/tid=19711] ppid=19696 vsize=15697544 CPUtime=0 cores=1,3,5,7
/proc/19698/task/19711/stat : 19711 (java) S 19696 19698 18835 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 510702886 16074285056 212746 33554432000 1073741824 1073778376 140733352573552 18446744073709551615 254273432473 0 4 0 16800975 18446604471138530432 0 0 -1 1 0 0 0
[pid=19698/tid=19712] ppid=19696 vsize=15697544 CPUtime=0 cores=1,3,5,7
/proc/19698/task/19712/stat : 19712 (java) S 19696 19698 18835 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 510702889 16074285056 212746 33554432000 1073741824 1073778376 140733352573552 18446744073709551615 254273440177 0 4 0 16800975 18446604471138530432 0 0 -1 1 0 0 0
[pid=19698/tid=19713] ppid=19696 vsize=15697544 CPUtime=1.08 cores=1,3,5,7
/proc/19698/task/19713/stat : 19713 (java) S 19696 19698 18835 0 -1 4202560 5538 0 0 0 107 1 0 0 15 0 22 0 510702889 16074285056 212746 33554432000 1073741824 1073778376 140733352573552 18446744073709551615 254273432473 0 4 0 16800975 18446604471138530432 0 0 -1 1 0 0 0

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

[pid=19698/tid=19718] ppid=19696 vsize=15697544 CPUtime=1048.53 cores=1,3,5,7
/proc/19698/task/19718/stat : 19718 (java) R 19696 19698 18835 0 -1 4202560 204264 0 0 0 104786 67 0 0 25 0 22 0 510702936 16074285056 330118 33554432000 1073741824 1073778376 140733352573552 18446744073709551615 46912505918153 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=19698/tid=19719] ppid=19696 vsize=15697544 CPUtime=1048.73 cores=1,3,5,7
/proc/19698/task/19719/stat : 19719 (java) R 19696 19698 18835 0 -1 4202560 213586 0 0 0 104812 61 0 0 25 0 22 0 510702936 16074285056 330118 33554432000 1073741824 1073778376 140733352573552 18446744073709551615 46912505715345 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=19698/tid=19720] ppid=19696 vsize=15697544 CPUtime=1048.18 cores=1,3,5,7
/proc/19698/task/19720/stat : 19720 (java) R 19696 19698 18835 0 -1 4202560 221984 0 0 0 104750 68 0 0 25 0 22 0 510702936 16074285056 330118 33554432000 1073741824 1073778376 140733352573552 18446744073709551615 18446744073699065863 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4225.91
Current children cumulated vsize (KiB) 15697544

[startup+1122.3 s]
/proc/loadavg: 8.03 8.04 7.89 9/220 19896
/proc/meminfo: memFree=18455684/32951124 swapFree=67111348/67111528
[pid=19698] ppid=19696 vsize=15763080 CPUtime=4464.59 cores=1,3,5,7
/proc/19698/stat : 19698 (java) S 19696 19698 18835 0 -1 4202496 1141687 0 1 0 446056 403 0 0 25 0 22 0 510702884 16141393920 296893 33554432000 1073741824 1073778376 140733352573552 18446744073709551615 254273419237 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/19698/statm: 3940770 296893 2298 9 0 3931489 0
[pid=19698/tid=19700] ppid=19696 vsize=15763080 CPUtime=1.17 cores=1,3,5,7
/proc/19698/task/19700/stat : 19700 (java) S 19696 19698 18835 0 -1 4202560 35644 0 1 0 112 5 0 0 21 0 22 0 510702884 16141393920 296893 33554432000 1073741824 1073778376 140733352573552 18446744073709551615 254273432473 0 4 0 16800975 18446604471138530432 0 0 -1 3 0 0 0
[pid=19698/tid=19701] ppid=19696 vsize=15763080 CPUtime=3.55 cores=1,3,5,7
/proc/19698/task/19701/stat : 19701 (java) S 19696 19698 18835 0 -1 4202560 18441 0 0 0 348 7 0 0 15 0 22 0 510702885 16141393920 296893 33554432000 1073741824 1073778376 140733352573552 18446744073709551615 254273432473 0 4 0 16800975 18446604471138530432 0 0 -1 1 0 0 0
[pid=19698/tid=19702] ppid=19696 vsize=15763080 CPUtime=3.59 cores=1,3,5,7
/proc/19698/task/19702/stat : 19702 (java) S 19696 19698 18835 0 -1 4202560 26998 0 0 0 350 9 0 0 15 0 22 0 510702885 16141393920 296893 33554432000 1073741824 1073778376 140733352573552 18446744073709551615 254273432473 0 4 0 16800975 18446604471138530432 0 0 -1 5 0 0 0
[pid=19698/tid=19703] ppid=19696 vsize=15763080 CPUtime=3.48 cores=1,3,5,7
/proc/19698/task/19703/stat : 19703 (java) S 19696 19698 18835 0 -1 4202560 32986 0 0 0 337 11 0 0 16 0 22 0 510702885 16141393920 296893 33554432000 1073741824 1073778376 140733352573552 18446744073709551615 254273432473 0 4 0 16800975 18446604471138530432 0 0 -1 5 0 0 0
[pid=19698/tid=19704] ppid=19696 vsize=15763080 CPUtime=3.45 cores=1,3,5,7
/proc/19698/task/19704/stat : 19704 (java) S 19696 19698 18835 0 -1 4202560 34552 0 0 0 333 12 0 0 15 0 22 0 510702885 16141393920 296893 33554432000 1073741824 1073778376 140733352573552 18446744073709551615 254273432473 0 4 0 16800975 18446604471138530432 0 0 -1 7 0 0 0
[pid=19698/tid=19705] ppid=19696 vsize=15763080 CPUtime=3.49 cores=1,3,5,7
/proc/19698/task/19705/stat : 19705 (java) S 19696 19698 18835 0 -1 4202560 22566 0 0 0 340 9 0 0 16 0 22 0 510702885 16141393920 296893 33554432000 1073741824 1073778376 140733352573552 18446744073709551615 254273432473 0 4 0 16800975 18446604471138530432 0 0 -1 1 0 0 0
[pid=19698/tid=19706] ppid=19696 vsize=15763080 CPUtime=3.51 cores=1,3,5,7
/proc/19698/task/19706/stat : 19706 (java) S 19696 19698 18835 0 -1 4202560 38635 0 0 0 340 11 0 0 15 0 22 0 510702885 16141393920 296893 33554432000 1073741824 1073778376 140733352573552 18446744073709551615 254273432473 0 4 0 16800975 18446604471138530432 0 0 -1 7 0 0 0
[pid=19698/tid=19707] ppid=19696 vsize=15763080 CPUtime=3.4 cores=1,3,5,7
/proc/19698/task/19707/stat : 19707 (java) S 19696 19698 18835 0 -1 4202560 28000 0 0 0 330 10 0 0 15 0 22 0 510702885 16141393920 296893 33554432000 1073741824 1073778376 140733352573552 18446744073709551615 254273432473 0 4 0 16800975 18446604471138530432 0 0 -1 3 0 0 0
[pid=19698/tid=19708] ppid=19696 vsize=15763080 CPUtime=3.52 cores=1,3,5,7
/proc/19698/task/19708/stat : 19708 (java) S 19696 19698 18835 0 -1 4202560 24889 0 0 0 343 9 0 0 15 0 22 0 510702885 16141393920 296893 33554432000 1073741824 1073778376 140733352573552 18446744073709551615 254273432473 0 4 0 16800975 18446604471138530432 0 0 -1 3 0 0 0
[pid=19698/tid=19709] ppid=19696 vsize=15763080 CPUtime=1.34 cores=1,3,5,7
/proc/19698/task/19709/stat : 19709 (java) S 19696 19698 18835 0 -1 4202560 2159 0 0 0 101 33 0 0 15 0 22 0 510702886 16141393920 296893 33554432000 1073741824 1073778376 140733352573552 18446744073709551615 254273433088 0 0 0 16800975 18446604471138530432 0 0 -1 5 0 0 0
[pid=19698/tid=19710] ppid=19696 vsize=15763080 CPUtime=0 cores=1,3,5,7
/proc/19698/task/19710/stat : 19710 (java) S 19696 19698 18835 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 510702886 16141393920 296893 33554432000 1073741824 1073778376 140733352573552 18446744073709551615 254273432473 0 4 0 16800975 18446604471138530432 0 0 -1 1 0 0 0
[pid=19698/tid=19711] ppid=19696 vsize=15763080 CPUtime=0 cores=1,3,5,7
/proc/19698/task/19711/stat : 19711 (java) S 19696 19698 18835 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 510702886 16141393920 296893 33554432000 1073741824 1073778376 140733352573552 18446744073709551615 254273432473 0 4 0 16800975 18446604471138530432 0 0 -1 1 0 0 0
[pid=19698/tid=19712] ppid=19696 vsize=15763080 CPUtime=0 cores=1,3,5,7
/proc/19698/task/19712/stat : 19712 (java) S 19696 19698 18835 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 510702889 16141393920 296893 33554432000 1073741824 1073778376 140733352573552 18446744073709551615 254273440177 0 4 0 16800975 18446604471138530432 0 0 -1 1 0 0 0
[pid=19698/tid=19713] ppid=19696 vsize=15763080 CPUtime=1.27 cores=1,3,5,7
/proc/19698/task/19713/stat : 19713 (java) S 19696 19698 18835 0 -1 4202560 5564 0 0 0 126 1 0 0 15 0 22 0 510702889 16141393920 296893 33554432000 1073741824 1073778376 140733352573552 18446744073709551615 254273432473 0 4 0 16800975 18446604471138530432 0 0 -1 1 0 0 0
[pid=19698/tid=19714] ppid=19696 vsize=15763080 CPUtime=1.43 cores=1,3,5,7
/proc/19698/task/19714/stat : 19714 (java) S 19696 19698 18835 0 -1 4202560 17515 0 0 0 141 2 0 0 15 0 22 0 510702889 16141393920 296893 33554432000 1073741824 1073778376 140733352573552 18446744073709551615 254273432473 0 4 0 16800975 18446604471138530432 0 0 -1 7 0 0 0
[pid=19698/tid=19715] ppid=19696 vsize=15763080 CPUtime=0 cores=1,3,5,7
/proc/19698/task/19715/stat : 19715 (java) S 19696 19698 18835 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 510702889 16141393920 296893 33554432000 1073741824 1073778376 140733352573552 18446744073709551615 254273432473 0 4 0 16800975 18446604471138530432 0 0 -1 1 0 0 0
[pid=19698/tid=19716] ppid=19696 vsize=15763080 CPUtime=0 cores=1,3,5,7
/proc/19698/task/19716/stat : 19716 (java) S 19696 19698 18835 0 -1 4202560 62 0 0 0 0 0 0 0 15 0 22 0 510702889 16141393920 296893 33554432000 1073741824 1073778376 140733352573552 18446744073709551615 254273433088 0 4 0 16800975 18446604471138530432 0 0 -1 7 0 0 0
[pid=19698/tid=19717] ppid=19696 vsize=15763080 CPUtime=1107.92 cores=1,3,5,7
/proc/19698/task/19717/stat : 19717 (java) R 19696 19698 18835 0 -1 4202560 212182 0 0 0 110719 73 0 0 23 0 22 0 510702936 16141393920 296893 33554432000 1073741824 1073778376 140733352573552 18446744073709551615 46912505859736 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=19698/tid=19718] ppid=19696 vsize=15763080 CPUtime=1107.7 cores=1,3,5,7
/proc/19698/task/19718/stat : 19718 (java) R 19696 19698 18835 0 -1 4202560 204357 0 0 0 110700 70 0 0 25 0 22 0 510702936 16141393920 296893 33554432000 1073741824 1073778376 140733352573552 18446744073709551615 46912505879130 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=19698/tid=19719] ppid=19696 vsize=15763080 CPUtime=1108.08 cores=1,3,5,7
/proc/19698/task/19719/stat : 19719 (java) R 19696 19698 18835 0 -1 4202560 213682 0 0 0 110746 62 0 0 25 0 22 0 510702936 16141393920 296893 33554432000 1073741824 1073778376 140733352573552 18446744073709551615 46912505523269 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=19698/tid=19720] ppid=19696 vsize=15763080 CPUtime=1107.52 cores=1,3,5,7
/proc/19698/task/19720/stat : 19720 (java) R 19696 19698 18835 0 -1 4202560 222070 0 0 0 110682 70 0 0 25 0 22 0 510702936 16141393920 296893 33554432000 1073741824 1073778376 140733352573552 18446744073709551615 46912505941708 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4464.59
Current children cumulated vsize (KiB) 15763080

[startup+1182.3 s]
/proc/loadavg: 8.14 8.06 7.90 11/220 19898
/proc/meminfo: memFree=17689796/32951124 swapFree=67111348/67111528
[pid=19698] ppid=19696 vsize=15763080 CPUtime=4703.46 cores=1,3,5,7
/proc/19698/stat : 19698 (java) S 19696 19698 18835 0 -1 4202496 1142126 0 1 0 469922 424 0 0 25 0 22 0 510702884 16141393920 269280 33554432000 1073741824 1073778376 140733352573552 18446744073709551615 254273419237 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/19698/statm: 3940770 269280 2298 9 0 3931489 0
[pid=19698/tid=19700] ppid=19696 vsize=15763080 CPUtime=1.17 cores=1,3,5,7
/proc/19698/task/19700/stat : 19700 (java) S 19696 19698 18835 0 -1 4202560 35644 0 1 0 112 5 0 0 21 0 22 0 510702884 16141393920 269280 33554432000 1073741824 1073778376 140733352573552 18446744073709551615 254273432473 0 4 0 16800975 18446604471138530432 0 0 -1 3 0 0 0
[pid=19698/tid=19701] ppid=19696 vsize=15763080 CPUtime=3.76 cores=1,3,5,7
/proc/19698/task/19701/stat : 19701 (java) S 19696 19698 18835 0 -1 4202560 18449 0 0 0 368 8 0 0 15 0 22 0 510702885 16141393920 269280 33554432000 1073741824 1073778376 140733352573552 18446744073709551615 254273432473 0 4 0 16800975 18446604471138530432 0 0 -1 1 0 0 0
[pid=19698/tid=19702] ppid=19696 vsize=15763080 CPUtime=3.78 cores=1,3,5,7
/proc/19698/task/19702/stat : 19702 (java) S 19696 19698 18835 0 -1 4202560 27004 0 0 0 369 9 0 0 16 0 22 0 510702885 16141393920 269280 33554432000 1073741824 1073778376 140733352573552 18446744073709551615 254273432473 0 4 0 16800975 18446604471138530432 0 0 -1 7 0 0 0
[pid=19698/tid=19703] ppid=19696 vsize=15763080 CPUtime=3.67 cores=1,3,5,7
/proc/19698/task/19703/stat : 19703 (java) S 19696 19698 18835 0 -1 4202560 32993 0 0 0 356 11 0 0 15 0 22 0 510702885 16141393920 269280 33554432000 1073741824 1073778376 140733352573552 18446744073709551615 254273432473 0 4 0 16800975 18446604471138530432 0 0 -1 5 0 0 0
[pid=19698/tid=19704] ppid=19696 vsize=15763080 CPUtime=3.65 cores=1,3,5,7
/proc/19698/task/19704/stat : 19704 (java) S 19696 19698 18835 0 -1 4202560 34559 0 0 0 353 12 0 0 16 0 22 0 510702885 16141393920 269280 33554432000 1073741824 1073778376 140733352573552 18446744073709551615 254273432473 0 4 0 16800975 18446604471138530432 0 0 -1 3 0 0 0
[pid=19698/tid=19705] ppid=19696 vsize=15763080 CPUtime=3.68 cores=1,3,5,7
/proc/19698/task/19705/stat : 19705 (java) S 19696 19698 18835 0 -1 4202560 22572 0 0 0 358 10 0 0 16 0 22 0 510702885 16141393920 269280 33554432000 1073741824 1073778376 140733352573552 18446744073709551615 254273432473 0 4 0 16800975 18446604471138530432 0 0 -1 3 0 0 0
[pid=19698/tid=19706] ppid=19696 vsize=15763080 CPUtime=3.73 cores=1,3,5,7
/proc/19698/task/19706/stat : 19706 (java) S 19696 19698 18835 0 -1 4202560 38643 0 0 0 362 11 0 0 16 0 22 0 510702885 16141393920 269280 33554432000 1073741824 1073778376 140733352573552 18446744073709551615 254273432473 0 4 0 16800975 18446604471138530432 0 0 -1 5 0 0 0
[pid=19698/tid=19707] ppid=19696 vsize=15763080 CPUtime=3.61 cores=1,3,5,7
/proc/19698/task/19707/stat : 19707 (java) S 19696 19698 18835 0 -1 4202560 28009 0 0 0 350 11 0 0 16 0 22 0 510702885 16141393920 269280 33554432000 1073741824 1073778376 140733352573552 18446744073709551615 254273432473 0 4 0 16800975 18446604471138530432 0 0 -1 1 0 0 0
[pid=19698/tid=19708] ppid=19696 vsize=15763080 CPUtime=3.73 cores=1,3,5,7
/proc/19698/task/19708/stat : 19708 (java) S 19696 19698 18835 0 -1 4202560 24895 0 0 0 364 9 0 0 15 0 22 0 510702885 16141393920 269280 33554432000 1073741824 1073778376 140733352573552 18446744073709551615 254273432473 0 4 0 16800975 18446604471138530432 0 0 -1 7 0 0 0
[pid=19698/tid=19709] ppid=19696 vsize=15763080 CPUtime=1.39 cores=1,3,5,7
/proc/19698/task/19709/stat : 19709 (java) S 19696 19698 18835 0 -1 4202560 2161 0 0 0 104 35 0 0 15 0 22 0 510702886 16141393920 269280 33554432000 1073741824 1073778376 140733352573552 18446744073709551615 254273433088 0 0 0 16800975 18446604471138530432 0 0 -1 7 0 0 0
[pid=19698/tid=19710] ppid=19696 vsize=15763080 CPUtime=0 cores=1,3,5,7
/proc/19698/task/19710/stat : 19710 (java) S 19696 19698 18835 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 510702886 16141393920 269280 33554432000 1073741824 1073778376 140733352573552 18446744073709551615 254273432473 0 4 0 16800975 18446604471138530432 0 0 -1 1 0 0 0
[pid=19698/tid=19711] ppid=19696 vsize=15763080 CPUtime=0 cores=1,3,5,7
/proc/19698/task/19711/stat : 19711 (java) S 19696 19698 18835 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 510702886 16141393920 269280 33554432000 1073741824 1073778376 140733352573552 18446744073709551615 254273432473 0 4 0 16800975 18446604471138530432 0 0 -1 1 0 0 0
[pid=19698/tid=19712] ppid=19696 vsize=15763080 CPUtime=0 cores=1,3,5,7
/proc/19698/task/19712/stat : 19712 (java) S 19696 19698 18835 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 510702889 16141393920 269280 33554432000 1073741824 1073778376 140733352573552 18446744073709551615 254273440177 0 4 0 16800975 18446604471138530432 0 0 -1 1 0 0 0
[pid=19698/tid=19713] ppid=19696 vsize=15763080 CPUtime=1.27 cores=1,3,5,7
/proc/19698/task/19713/stat : 19713 (java) S 19696 19698 18835 0 -1 4202560 5564 0 0 0 126 1 0 0 15 0 22 0 510702889 16141393920 269280 33554432000 1073741824 1073778376 140733352573552 18446744073709551615 254273432473 0 4 0 16800975 18446604471138530432 0 0 -1 1 0 0 0
[pid=19698/tid=19714] ppid=19696 vsize=15763080 CPUtime=1.43 cores=1,3,5,7
/proc/19698/task/19714/stat : 19714 (java) S 19696 19698 18835 0 -1 4202560 17515 0 0 0 141 2 0 0 15 0 22 0 510702889 16141393920 269280 33554432000 1073741824 1073778376 140733352573552 18446744073709551615 254273432473 0 4 0 16800975 18446604471138530432 0 0 -1 7 0 0 0
[pid=19698/tid=19715] ppid=19696 vsize=15763080 CPUtime=0 cores=1,3,5,7
/proc/19698/task/19715/stat : 19715 (java) S 19696 19698 18835 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 510702889 16141393920 269280 33554432000 1073741824 1073778376 140733352573552 18446744073709551615 254273432473 0 4 0 16800975 18446604471138530432 0 0 -1 1 0 0 0
[pid=19698/tid=19716] ppid=19696 vsize=15763080 CPUtime=0 cores=1,3,5,7
/proc/19698/task/19716/stat : 19716 (java) S 19696 19698 18835 0 -1 4202560 66 0 0 0 0 0 0 0 15 0 22 0 510702889 16141393920 269280 33554432000 1073741824 1073778376 140733352573552 18446744073709551615 254273433088 0 4 0 16800975 18446604471138530432 0 0 -1 3 0 0 0
[pid=19698/tid=19717] ppid=19696 vsize=15763080 CPUtime=1167.08 cores=1,3,5,7
/proc/19698/task/19717/stat : 19717 (java) R 19696 19698 18835 0 -1 4202560 212316 0 0 0 116631 77 0 0 25 0 22 0 510702936 16141393920 269280 33554432000 1073741824 1073778376 140733352573552 18446744073709551615 46912505865217 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=19698/tid=19718] ppid=19696 vsize=15763080 CPUtime=1167.08 cores=1,3,5,7
/proc/19698/task/19718/stat : 19718 (java) R 19696 19698 18835 0 -1 4202560 204427 0 0 0 116633 75 0 0 25 0 22 0 510702936 16141393920 269280 33554432000 1073741824 1073778376 140733352573552 18446744073709551615 46912505889387 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=19698/tid=19719] ppid=19696 vsize=15763080 CPUtime=1167.47 cores=1,3,5,7
/proc/19698/task/19719/stat : 19719 (java) R 19696 19698 18835 0 -1 4202560 213756 0 0 0 116681 66 0 0 25 0 22 0 510702936 16141393920 269280 33554432000 1073741824 1073778376 140733352573552 18446744073709551615 18446744073699065939 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=19698/tid=19720] ppid=19696 vsize=15763080 CPUtime=1166.81 cores=1,3,5,7
/proc/19698/task/19720/stat : 19720 (java) R 19696 19698 18835 0 -1 4202560 222168 0 0 0 116607 74 0 0 23 0 22 0 510702936 16141393920 269280 33554432000 1073741824 1073778376 140733352573552 18446744073709551615 46912505909897 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4703.46
Current children cumulated vsize (KiB) 15763080



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1206.6 s]
/proc/loadavg: 8.09 8.06 7.90 10/220 19898
/proc/meminfo: memFree=17672788/32951124 swapFree=67111348/67111528
[pid=19698] ppid=19696 vsize=15763080 CPUtime=4800.19 cores=1,3,5,7
/proc/19698/stat : 19698 (java) S 19696 19698 18835 0 -1 4202496 1142285 0 1 0 479588 431 0 0 25 0 22 0 510702884 16141393920 258255 33554432000 1073741824 1073778376 140733352573552 18446744073709551615 254273419237 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/19698/statm: 3940770 258255 2298 9 0 3931489 0
[pid=19698/tid=19700] ppid=19696 vsize=15763080 CPUtime=1.17 cores=1,3,5,7
/proc/19698/task/19700/stat : 19700 (java) S 19696 19698 18835 0 -1 4202560 35644 0 1 0 112 5 0 0 21 0 22 0 510702884 16141393920 258255 33554432000 1073741824 1073778376 140733352573552 18446744073709551615 254273432473 0 4 0 16800975 18446604471138530432 0 0 -1 3 0 0 0
[pid=19698/tid=19701] ppid=19696 vsize=15763080 CPUtime=3.84 cores=1,3,5,7
/proc/19698/task/19701/stat : 19701 (java) S 19696 19698 18835 0 -1 4202560 18452 0 0 0 376 8 0 0 16 0 22 0 510702885 16141393920 258255 33554432000 1073741824 1073778376 140733352573552 18446744073709551615 254273432473 0 4 0 16800975 18446604471138530432 0 0 -1 1 0 0 0
[pid=19698/tid=19702] ppid=19696 vsize=15763080 CPUtime=3.86 cores=1,3,5,7
/proc/19698/task/19702/stat : 19702 (java) S 19696 19698 18835 0 -1 4202560 27006 0 0 0 377 9 0 0 15 0 22 0 510702885 16141393920 258255 33554432000 1073741824 1073778376 140733352573552 18446744073709551615 254273432473 0 4 0 16800975 18446604471138530432 0 0 -1 3 0 0 0
[pid=19698/tid=19703] ppid=19696 vsize=15763080 CPUtime=3.75 cores=1,3,5,7
/proc/19698/task/19703/stat : 19703 (java) S 19696 19698 18835 0 -1 4202560 32996 0 0 0 364 11 0 0 15 0 22 0 510702885 16141393920 258255 33554432000 1073741824 1073778376 140733352573552 18446744073709551615 254273432473 0 4 0 16800975 18446604471138530432 0 0 -1 7 0 0 0
[pid=19698/tid=19704] ppid=19696 vsize=15763080 CPUtime=3.72 cores=1,3,5,7
/proc/19698/task/19704/stat : 19704 (java) S 19696 19698 18835 0 -1 4202560 34561 0 0 0 360 12 0 0 15 0 22 0 510702885 16141393920 258255 33554432000 1073741824 1073778376 140733352573552 18446744073709551615 254273432473 0 4 0 16800975 18446604471138530432 0 0 -1 5 0 0 0
[pid=19698/tid=19705] ppid=19696 vsize=15763080 CPUtime=3.76 cores=1,3,5,7
/proc/19698/task/19705/stat : 19705 (java) S 19696 19698 18835 0 -1 4202560 22576 0 0 0 366 10 0 0 16 0 22 0 510702885 16141393920 258255 33554432000 1073741824 1073778376 140733352573552 18446744073709551615 254273432473 0 4 0 16800975 18446604471138530432 0 0 -1 7 0 0 0
[pid=19698/tid=19706] ppid=19696 vsize=15763080 CPUtime=3.81 cores=1,3,5,7
/proc/19698/task/19706/stat : 19706 (java) S 19696 19698 18835 0 -1 4202560 38645 0 0 0 369 12 0 0 15 0 22 0 510702885 16141393920 258255 33554432000 1073741824 1073778376 140733352573552 18446744073709551615 254273432473 0 4 0 16800975 18446604471138530432 0 0 -1 5 0 0 0
[pid=19698/tid=19707] ppid=19696 vsize=15763080 CPUtime=3.7 cores=1,3,5,7
/proc/19698/task/19707/stat : 19707 (java) S 19696 19698 18835 0 -1 4202560 28012 0 0 0 359 11 0 0 16 0 22 0 510702885 16141393920 258255 33554432000 1073741824 1073778376 140733352573552 18446744073709551615 254273432473 0 4 0 16800975 18446604471138530432 0 0 -1 3 0 0 0
[pid=19698/tid=19708] ppid=19696 vsize=15763080 CPUtime=3.8 cores=1,3,5,7
/proc/19698/task/19708/stat : 19708 (java) S 19696 19698 18835 0 -1 4202560 24897 0 0 0 371 9 0 0 15 0 22 0 510702885 16141393920 258255 33554432000 1073741824 1073778376 140733352573552 18446744073709551615 254273432473 0 4 0 16800975 18446604471138530432 0 0 -1 5 0 0 0
[pid=19698/tid=19709] ppid=19696 vsize=15763080 CPUtime=1.42 cores=1,3,5,7
/proc/19698/task/19709/stat : 19709 (java) S 19696 19698 18835 0 -1 4202560 2162 0 0 0 106 36 0 0 15 0 22 0 510702886 16141393920 258255 33554432000 1073741824 1073778376 140733352573552 18446744073709551615 254273433088 0 0 0 16800975 18446604471138530432 0 0 -1 5 0 0 0
[pid=19698/tid=19710] ppid=19696 vsize=15763080 CPUtime=0 cores=1,3,5,7
/proc/19698/task/19710/stat : 19710 (java) S 19696 19698 18835 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 510702886 16141393920 258255 33554432000 1073741824 1073778376 140733352573552 18446744073709551615 254273432473 0 4 0 16800975 18446604471138530432 0 0 -1 1 0 0 0
[pid=19698/tid=19711] ppid=19696 vsize=15763080 CPUtime=0 cores=1,3,5,7
/proc/19698/task/19711/stat : 19711 (java) S 19696 19698 18835 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 510702886 16141393920 258255 33554432000 1073741824 1073778376 140733352573552 18446744073709551615 254273432473 0 4 0 16800975 18446604471138530432 0 0 -1 1 0 0 0
[pid=19698/tid=19712] ppid=19696 vsize=15763080 CPUtime=0 cores=1,3,5,7
/proc/19698/task/19712/stat : 19712 (java) S 19696 19698 18835 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 510702889 16141393920 258255 33554432000 1073741824 1073778376 140733352573552 18446744073709551615 254273440177 0 4 0 16800975 18446604471138530432 0 0 -1 1 0 0 0
[pid=19698/tid=19713] ppid=19696 vsize=15763080 CPUtime=1.27 cores=1,3,5,7
/proc/19698/task/19713/stat : 19713 (java) S 19696 19698 18835 0 -1 4202560 5564 0 0 0 126 1 0 0 15 0 22 0 510702889 16141393920 258255 33554432000 1073741824 1073778376 140733352573552 18446744073709551615 254273432473 0 4 0 16800975 18446604471138530432 0 0 -1 1 0 0 0
[pid=19698/tid=19714] ppid=19696 vsize=15763080 CPUtime=1.43 cores=1,3,5,7
/proc/19698/task/19714/stat : 19714 (java) S 19696 19698 18835 0 -1 4202560 17515 0 0 0 141 2 0 0 15 0 22 0 510702889 16141393920 258255 33554432000 1073741824 1073778376 140733352573552 18446744073709551615 254273432473 0 4 0 16800975 18446604471138530432 0 0 -1 7 0 0 0
[pid=19698/tid=19715] ppid=19696 vsize=15763080 CPUtime=0 cores=1,3,5,7
/proc/19698/task/19715/stat : 19715 (java) S 19696 19698 18835 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 510702889 16141393920 258255 33554432000 1073741824 1073778376 140733352573552 18446744073709551615 254273432473 0 4 0 16800975 18446604471138530432 0 0 -1 1 0 0 0
[pid=19698/tid=19716] ppid=19696 vsize=15763080 CPUtime=0 cores=1,3,5,7
/proc/19698/task/19716/stat : 19716 (java) S 19696 19698 18835 0 -1 4202560 68 0 0 0 0 0 0 0 15 0 22 0 510702889 16141393920 258255 33554432000 1073741824 1073778376 140733352573552 18446744073709551615 254273433088 0 4 0 16800975 18446604471138530432 0 0 -1 3 0 0 0
[pid=19698/tid=19717] ppid=19696 vsize=15763080 CPUtime=1191.12 cores=1,3,5,7
/proc/19698/task/19717/stat : 19717 (java) R 19696 19698 18835 0 -1 4202560 212358 0 0 0 119034 78 0 0 25 0 22 0 510702936 16141393920 258255 33554432000 1073741824 1073778376 140733352573552 18446744073709551615 46912506141736 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=19698/tid=19718] ppid=19696 vsize=15763080 CPUtime=1191.07 cores=1,3,5,7
/proc/19698/task/19718/stat : 19718 (java) R 19696 19698 18835 0 -1 4202560 204464 0 0 0 119031 76 0 0 25 0 22 0 510702936 16141393920 258255 33554432000 1073741824 1073778376 140733352573552 18446744073709551615 46959610030354 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=19698/tid=19719] ppid=19696 vsize=15763080 CPUtime=1191.49 cores=1,3,5,7
/proc/19698/task/19719/stat : 19719 (java) R 19696 19698 18835 0 -1 4202560 213786 0 0 0 119082 67 0 0 25 0 22 0 510702936 16141393920 258255 33554432000 1073741824 1073778376 140733352573552 18446744073709551615 18446744073699065904 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=19698/tid=19720] ppid=19696 vsize=15763080 CPUtime=1190.83 cores=1,3,5,7
/proc/19698/task/19720/stat : 19720 (java) R 19696 19698 18835 0 -1 4202560 222194 0 0 0 119007 76 0 0 25 0 22 0 510702936 16141393920 258255 33554432000 1073741824 1073778376 140733352573552 18446744073709551615 46912505523295 0 4 0 16800975 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4800.19
Current children cumulated vsize (KiB) 15763080

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

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

Child status: 143
Real time (s): 1206.67
CPU time (s): 4800.28
CPU user time (s): 4795.92
CPU system time (s): 4.36534
CPU usage (%): 397.812
Max. virtual memory (cumulated for all children) (KiB): 15763080

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4795.92
system time used= 4.36534
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1142311
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 337735
involuntary context switches= 121381

runsolver used 2.02469 second user time and 4.6093 second system time

The end

Launcher Data

Begin job on node140 at 2011-04-30 19:01:16
IDJOB=3312958
IDBENCH=83178
IDSOLVER=1699
FILE ID=node140/3312958-1304182876
RUNJOBID= node140-1304181666-19563
PBS_JOBID= 13172443
Free space on /tmp= 73292 MiB

SOLVER NAME= STRUCTure 0.1
BENCH NAME= SAT11/crafted/mosoi/289/289-unsat-6x40.cnf
COMMAND LINE= run 15000 NBCORE TMPDIR DIR BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3312958-1304182876/watcher-3312958-1304182876 -o /tmp/evaluation-result-3312958-1304182876/solver-3312958-1304182876 -C 4800 -W 1300 -M 15500  run 15000 4 HOME HOME HOME/instance-3312958-1304182876.cnf

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

MD5SUM BENCH= 3a7a68cedc6ab84c0df9c27d166b0b6b
RANDOM SEED=223203388

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      29482512 kB
Buffers:       1063832 kB
Cached:        1844084 kB
SwapCached:        180 kB
Active:         346256 kB
Inactive:      2626520 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      29482512 kB
SwapTotal:    67111528 kB
SwapFree:     67111348 kB
Dirty:            2564 kB
Writeback:          12 kB
AnonPages:       64728 kB
Mapped:          15300 kB
Slab:           432484 kB
PageTables:       4388 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   216872 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= 73276 MiB
End job on node140 at 2011-04-30 19:21:24