Trace number 3313510

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) 4291.04 1300.34

General information on the benchmark

Nameapplication/rintanen/SATPlanning/
openstacks-sequencedstrips-nonadl-nonnegated-os-sequencedstrips-p30_1.035-NOTKNOWN.cnf
MD5SUM28233bedeee44da6e79e63b9febc4d1e
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark2999.44
Satisfiable
(Un)Satisfiability was proved
Number of variables133566
Number of clauses667976
Sum of the clauses size1591941
Maximum clause length63
Minimum clause length1
Number of clauses of size 1211
Number of clauses of size 2659295
Number of clauses of size 32100
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 56370

Solver Data

0.10/0.11	47:19 INFO : Reading from input HOME/instance-3313510-1304102838.cnf
2.61/2.34	Executor set job limit to 1000000
2.61/2.34	Executor set job limit to 1000000
2.61/2.34	Executor set job limit to 1000000
2.61/2.34	Executor set job limit to 1000000
2.61/2.34	Starting Executor!
2.61/2.34	Starting Executor!
2.61/2.34	Starting Executor!
2.61/2.34	Starting Executor!
31.79/29.18	47:48 INFO : 98641 variables remaining out of 133566
31.79/29.18	47:48 INFO : 15871243 literals remaining out of 2259917
1399.04/575.85	log4j:WARN No appenders could be found for logger (ibis.constellation.impl.SingleThreadedConstellation.CID: 0:4).
1399.04/575.85	log4j:WARN Please initialize the log4j system properly.
1399.04/575.85	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-3313510-1304102838/watcher-3313510-1304102838 -o /tmp/evaluation-result-3313510-1304102838/solver-3313510-1304102838 -C 4800 -W 1300 -M 15500 run 15000 4 HOME HOME HOME/instance-3313510-1304102838.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.26 8.18 7.96 3/202 11139
/proc/meminfo: memFree=29182832/32951124 swapFree=67102344/67111528
[pid=11139] ppid=11137 vsize=24004 CPUtime=0 cores=1,3,5,7
/proc/11139/stat : 11139 (java) S 11137 11139 10639 0 -1 4202496 1370 0 0 0 0 0 0 0 21 0 2 0 521882032 24580096 850 33554432000 1073741824 1073778376 140737056598640 18446744073709551615 246528636901 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/11139/statm: 6001 850 648 9 0 381 0
[pid=11139/tid=11140] ppid=11137 vsize=24004 CPUtime=0 cores=1,3,5,7
/proc/11139/task/11140/stat : 11140 (java) R 11137 11139 10639 0 -1 4202560 26 0 0 0 0 0 0 0 22 0 2 0 521882032 24580096 863 33554432000 1073741824 1073778376 140737056598640 18446744073709551615 246511910535 0 0 4096 0 0 0 0 -1 5 0 0 0

[startup+0.0175379 s]
/proc/loadavg: 7.26 8.18 7.96 3/202 11139
/proc/meminfo: memFree=29182832/32951124 swapFree=67102344/67111528
[pid=11139] ppid=11137 vsize=15591648 CPUtime=0.01 cores=1,3,5,7
/proc/11139/stat : 11139 (java) S 11137 11139 10639 0 -1 4202496 3081 0 1 0 1 0 0 0 21 0 10 0 521882032 15965847552 2522 33554432000 1073741824 1073778376 140737056598640 18446744073709551615 246528636901 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0
/proc/11139/statm: 3897912 2522 1513 9 0 3888660 0
[pid=11139/tid=11140] ppid=11137 vsize=15591648 CPUtime=0 cores=1,3,5,7
/proc/11139/task/11140/stat : 11140 (java) R 11137 11139 10639 0 -1 4202560 1716 0 1 0 0 0 0 0 25 0 10 0 521882032 15965847552 2523 33554432000 1073741824 1073778376 140737056598640 18446744073709551615 47147406530579 0 4 0 16784584 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 15591648

[startup+0.100534 s]
/proc/loadavg: 7.26 8.18 7.96 3/202 11139
/proc/meminfo: memFree=29182832/32951124 swapFree=67102344/67111528
[pid=11139] ppid=11137 vsize=15677228 CPUtime=0.1 cores=1,3,5,7
/proc/11139/stat : 11139 (java) S 11137 11139 10639 0 -1 4202496 5599 0 1 0 10 0 0 0 21 0 18 0 521882032 16053481472 5001 33554432000 1073741824 1073778376 140737056598640 18446744073709551615 246528636901 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/11139/statm: 3919307 5003 2117 9 0 3910026 0
[pid=11139/tid=11140] ppid=11137 vsize=15677228 CPUtime=0.08 cores=1,3,5,7
/proc/11139/task/11140/stat : 11140 (java) R 11137 11139 10639 0 -1 4202560 3432 0 1 0 8 0 0 0 25 0 18 0 521882032 16053481472 5003 33554432000 1073741824 1073778376 140737056598640 18446744073709551615 47147404128261 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 15677228

[startup+0.300489 s]
/proc/loadavg: 7.26 8.18 7.96 3/202 11139
/proc/meminfo: memFree=29182832/32951124 swapFree=67102344/67111528
[pid=11139] ppid=11137 vsize=15680300 CPUtime=0.52 cores=1,3,5,7
/proc/11139/stat : 11139 (java) S 11137 11139 10639 0 -1 4202496 15582 0 1 0 50 2 0 0 21 0 18 0 521882032 16056627200 14056 33554432000 1073741824 1073778376 140737056598640 18446744073709551615 246528636901 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/11139/statm: 3920075 14063 2207 9 0 3910794 0
[pid=11139/tid=11140] ppid=11137 vsize=15680300 CPUtime=0.28 cores=1,3,5,7
/proc/11139/task/11140/stat : 11140 (java) R 11137 11139 10639 0 -1 4202560 10532 0 1 0 27 1 0 0 25 0 18 0 521882032 16056627200 14066 33554432000 1073741824 1073778376 140737056598640 18446744073709551615 46912505640851 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 15680300

[startup+0.700416 s]
/proc/loadavg: 7.26 8.18 7.96 3/202 11139
/proc/meminfo: memFree=29182832/32951124 swapFree=67102344/67111528
[pid=11139] ppid=11137 vsize=15680300 CPUtime=0.92 cores=1,3,5,7
/proc/11139/stat : 11139 (java) S 11137 11139 10639 0 -1 4202496 41960 0 1 0 87 5 0 0 21 0 18 0 521882032 16056627200 40431 33554432000 1073741824 1073778376 140737056598640 18446744073709551615 246528636901 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/11139/statm: 3920075 40431 2223 9 0 3910794 0
[pid=11139/tid=11140] ppid=11137 vsize=15680300 CPUtime=0.68 cores=1,3,5,7
/proc/11139/task/11140/stat : 11140 (java) R 11137 11139 10639 0 -1 4202560 35520 0 1 0 63 5 0 0 25 0 18 0 521882032 16056627200 40431 33554432000 1073741824 1073778376 140737056598640 18446744073709551615 246528660939 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.92
Current children cumulated vsize (KiB) 15680300

[startup+1.50127 s]
/proc/loadavg: 7.08 8.13 7.95 4/220 11157
/proc/meminfo: memFree=29026292/32951124 swapFree=67102344/67111528
[pid=11139] ppid=11137 vsize=15680300 CPUtime=1.74 cores=1,3,5,7
/proc/11139/stat : 11139 (java) S 11137 11139 10639 0 -1 4202496 59355 0 1 0 166 8 0 0 21 0 18 0 521882032 16056627200 57809 33554432000 1073741824 1073778376 140737056598640 18446744073709551615 246528636901 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/11139/statm: 3920075 57814 2223 9 0 3910794 0
[pid=11139/tid=11140] ppid=11137 vsize=15680300 CPUtime=1.47 cores=1,3,5,7
/proc/11139/task/11140/stat : 11140 (java) R 11137 11139 10639 0 -1 4202560 49766 0 1 0 140 7 0 0 25 0 18 0 521882032 16056627200 57817 33554432000 1073741824 1073778376 140737056598640 18446744073709551615 46912505640794 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=11139/tid=11142] ppid=11137 vsize=15680300 CPUtime=0 cores=1,3,5,7
/proc/11139/task/11142/stat : 11142 (java) S 11137 11139 10639 0 -1 4202560 1779 0 0 0 0 0 0 0 16 0 18 0 521882033 16056627200 57821 33554432000 1073741824 1073778376 140737056598640 18446744073709551615 246528650137 0 4 0 16800975 18446604471104602496 0 0 -1 5 0 0 0
[pid=11139/tid=11143] ppid=11137 vsize=15680300 CPUtime=0 cores=1,3,5,7
/proc/11139/task/11143/stat : 11143 (java) S 11137 11139 10639 0 -1 4202560 783 0 0 0 0 0 0 0 15 0 18 0 521882033 16056627200 57826 33554432000 1073741824 1073778376 140737056598640 18446744073709551615 246528650137 0 4 0 16800975 18446604471104602496 0 0 -1 1 0 0 0
[pid=11139/tid=11144] ppid=11137 vsize=15680300 CPUtime=0 cores=1,3,5,7
/proc/11139/task/11144/stat : 11144 (java) S 11137 11139 10639 0 -1 4202560 4 0 0 0 0 0 0 0 15 0 18 0 521882033 16056627200 57830 33554432000 1073741824 1073778376 140737056598640 18446744073709551615 246528650137 0 4 0 16800975 18446604471104602496 0 0 -1 7 0 0 0
[pid=11139/tid=11145] ppid=11137 vsize=15680300 CPUtime=0 cores=1,3,5,7
/proc/11139/task/11145/stat : 11145 (java) S 11137 11139 10639 0 -1 4202560 40 0 0 0 0 0 0 0 15 0 18 0 521882033 16056627200 57834 33554432000 1073741824 1073778376 140737056598640 18446744073709551615 246528650137 0 4 0 16800975 18446604471104602496 0 0 -1 1 0 0 0
[pid=11139/tid=11146] ppid=11137 vsize=15680300 CPUtime=0 cores=1,3,5,7
/proc/11139/task/11146/stat : 11146 (java) S 11137 11139 10639 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 18 0 521882033 16056627200 57838 33554432000 1073741824 1073778376 140737056598640 18446744073709551615 246528650137 0 4 0 16800975 18446604471104602496 0 0 -1 1 0 0 0
[pid=11139/tid=11147] ppid=11137 vsize=15680300 CPUtime=0 cores=1,3,5,7
/proc/11139/task/11147/stat : 11147 (java) S 11137 11139 10639 0 -1 4202560 793 0 0 0 0 0 0 0 15 0 18 0 521882033 16056627200 57842 33554432000 1073741824 1073778376 140737056598640 18446744073709551615 246528650137 0 4 0 16800975 18446604471104602496 0 0 -1 7 0 0 0
[pid=11139/tid=11148] ppid=11137 vsize=15680300 CPUtime=0 cores=1,3,5,7
/proc/11139/task/11148/stat : 11148 (java) S 11137 11139 10639 0 -1 4202560 718 0 0 0 0 0 0 0 16 0 18 0 521882033 16056627200 57845 33554432000 1073741824 1073778376 140737056598640 18446744073709551615 246528650137 0 4 0 16800975 18446604471104602496 0 0 -1 3 0 0 0
[pid=11139/tid=11149] ppid=11137 vsize=15680300 CPUtime=0 cores=1,3,5,7
/proc/11139/task/11149/stat : 11149 (java) S 11137 11139 10639 0 -1 4202560 355 0 0 0 0 0 0 0 15 0 18 0 521882033 16056627200 57849 33554432000 1073741824 1073778376 140737056598640 18446744073709551615 246528650137 0 4 0 16800975 18446604471104602496 0 0 -1 5 0 0 0
[pid=11139/tid=11150] ppid=11137 vsize=15680300 CPUtime=0 cores=1,3,5,7
/proc/11139/task/11150/stat : 11150 (java) S 11137 11139 10639 0 -1 4202560 72 0 0 0 0 0 0 0 16 0 18 0 521882034 16056627200 57853 33554432000 1073741824 1073778376 140737056598640 18446744073709551615 246528650752 0 0 0 16800975 18446604471104602496 0 0 -1 3 0 0 0
[pid=11139/tid=11151] ppid=11137 vsize=15680300 CPUtime=0 cores=1,3,5,7
/proc/11139/task/11151/stat : 11151 (java) S 11137 11139 10639 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 18 0 521882034 16056627200 57857 33554432000 1073741824 1073778376 140737056598640 18446744073709551615 246528650137 0 4 0 16800975 18446604471104602496 0 0 -1 5 0 0 0
[pid=11139/tid=11152] ppid=11137 vsize=15680300 CPUtime=0 cores=1,3,5,7
/proc/11139/task/11152/stat : 11152 (java) S 11137 11139 10639 0 -1 4202560 9 0 0 0 0 0 0 0 21 0 18 0 521882034 16056627200 57861 33554432000 1073741824 1073778376 140737056598640 18446744073709551615 246528650137 0 4 0 16800975 18446604471104602496 0 0 -1 1 0 0 0
[pid=11139/tid=11153] ppid=11137 vsize=15680300 CPUtime=0 cores=1,3,5,7
/proc/11139/task/11153/stat : 11153 (java) S 11137 11139 10639 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 521882037 16056627200 57865 33554432000 1073741824 1073778376 140737056598640 18446744073709551615 246528657841 0 4 0 16800975 18446604471104602496 0 0 -1 5 0 0 0
[pid=11139/tid=11154] ppid=11137 vsize=15680300 CPUtime=0.11 cores=1,3,5,7
/proc/11139/task/11154/stat : 11154 (java) S 11137 11139 10639 0 -1 4202560 1189 0 0 0 11 0 0 0 17 0 18 0 521882037 16056627200 57869 33554432000 1073741824 1073778376 140737056598640 18446744073709551615 246528650137 0 4 0 16800975 18446604471104602496 0 0 -1 1 0 0 0
[pid=11139/tid=11155] ppid=11137 vsize=15680300 CPUtime=0.11 cores=1,3,5,7
/proc/11139/task/11155/stat : 11155 (java) S 11137 11139 10639 0 -1 4202560 2475 0 0 0 11 0 0 0 15 0 18 0 521882037 16056627200 57873 33554432000 1073741824 1073778376 140737056598640 18446744073709551615 246528650137 0 4 0 16800975 18446604471104602496 0 0 -1 7 0 0 0
[pid=11139/tid=11156] ppid=11137 vsize=15680300 CPUtime=0 cores=1,3,5,7
/proc/11139/task/11156/stat : 11156 (java) S 11137 11139 10639 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 18 0 521882037 16056627200 57877 33554432000 1073741824 1073778376 140737056598640 18446744073709551615 246528650137 0 4 0 16800975 18446604471104602496 0 0 -1 5 0 0 0
[pid=11139/tid=11157] ppid=11137 vsize=15680300 CPUtime=0 cores=1,3,5,7
/proc/11139/task/11157/stat : 11157 (java) S 11137 11139 10639 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 521882037 16056627200 57880 33554432000 1073741824 1073778376 140737056598640 18446744073709551615 246528650752 0 4 0 16800975 18446604471104602496 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1.74
Current children cumulated vsize (KiB) 15680300

[startup+3.10097 s]
/proc/loadavg: 7.08 8.13 7.95 4/220 11157
/proc/meminfo: memFree=28889024/32951124 swapFree=67102344/67111528
[pid=11139] ppid=11137 vsize=15704360 CPUtime=4.06 cores=1,3,5,7
/proc/11139/stat : 11139 (java) S 11137 11139 10639 0 -1 4202496 160726 0 1 0 387 19 0 0 21 0 22 0 521882032 16081264640 156037 33554432000 1073741824 1073778376 140737056598640 18446744073709551615 246528636901 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/11139/statm: 3926090 156037 2266 9 0 3916809 0
[pid=11139/tid=11140] ppid=11137 vsize=15704360 CPUtime=3.01 cores=1,3,5,7
/proc/11139/task/11140/stat : 11140 (java) R 11137 11139 10639 0 -1 4202560 117135 0 1 0 287 14 0 0 25 0 22 0 521882032 16081264640 156037 33554432000 1073741824 1073778376 140737056598640 18446744073709551615 47147403054567 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=11139/tid=11142] ppid=11137 vsize=15704360 CPUtime=0.03 cores=1,3,5,7
/proc/11139/task/11142/stat : 11142 (java) S 11137 11139 10639 0 -1 4202560 6219 0 0 0 2 1 0 0 16 0 22 0 521882033 16081264640 156037 33554432000 1073741824 1073778376 140737056598640 18446744073709551615 246528650137 0 4 0 16800975 18446604471104602496 0 0 -1 5 0 0 0
[pid=11139/tid=11143] ppid=11137 vsize=15704360 CPUtime=0.05 cores=1,3,5,7
/proc/11139/task/11143/stat : 11143 (java) S 11137 11139 10639 0 -1 4202560 5744 0 0 0 5 0 0 0 16 0 22 0 521882033 16081264640 156037 33554432000 1073741824 1073778376 140737056598640 18446744073709551615 246528650137 0 4 0 16800975 18446604471104602496 0 0 -1 1 0 0 0
[pid=11139/tid=11144] ppid=11137 vsize=15704360 CPUtime=0 cores=1,3,5,7
/proc/11139/task/11144/stat : 11144 (java) S 11137 11139 10639 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 22 0 521882033 16081264640 156037 33554432000 1073741824 1073778376 140737056598640 18446744073709551615 246528650137 0 4 0 16800975 18446604471104602496 0 0 -1 7 0 0 0
[pid=11139/tid=11145] ppid=11137 vsize=15704360 CPUtime=0.04 cores=1,3,5,7
/proc/11139/task/11145/stat : 11145 (java) S 11137 11139 10639 0 -1 4202560 5117 0 0 0 4 0 0 0 16 0 22 0 521882033 16081264640 156037 33554432000 1073741824 1073778376 140737056598640 18446744073709551615 246528650137 0 4 0 16800975 18446604471104602496 0 0 -1 7 0 0 0
[pid=11139/tid=11146] ppid=11137 vsize=15704360 CPUtime=0 cores=1,3,5,7
/proc/11139/task/11146/stat : 11146 (java) S 11137 11139 10639 0 -1 4202560 2592 0 0 0 0 0 0 0 15 0 22 0 521882033 16081264640 156037 33554432000 1073741824 1073778376 140737056598640 18446744073709551615 246528650137 0 4 0 16800975 18446604471104602496 0 0 -1 3 0 0 0
[pid=11139/tid=11147] ppid=11137 vsize=15704360 CPUtime=0 cores=1,3,5,7
/proc/11139/task/11147/stat : 11147 (java) S 11137 11139 10639 0 -1 4202560 932 0 0 0 0 0 0 0 15 0 22 0 521882033 16081264640 156037 33554432000 1073741824 1073778376 140737056598640 18446744073709551615 246528650137 0 4 0 16800975 18446604471104602496 0 0 -1 5 0 0 0
[pid=11139/tid=11148] ppid=11137 vsize=15704360 CPUtime=0.04 cores=1,3,5,7
/proc/11139/task/11148/stat : 11148 (java) S 11137 11139 10639 0 -1 4202560 5610 0 0 0 4 0 0 0 16 0 22 0 521882033 16081264640 156037 33554432000 1073741824 1073778376 140737056598640 18446744073709551615 246528650137 0 4 0 16800975 18446604471104602496 0 0 -1 3 0 0 0
[pid=11139/tid=11149] ppid=11137 vsize=15704360 CPUtime=0.02 cores=1,3,5,7
/proc/11139/task/11149/stat : 11149 (java) S 11137 11139 10639 0 -1 4202560 1751 0 0 0 2 0 0 0 16 0 22 0 521882033 16081264640 156037 33554432000 1073741824 1073778376 140737056598640 18446744073709551615 246528650137 0 4 0 16800975 18446604471104602496 0 0 -1 5 0 0 0
[pid=11139/tid=11150] ppid=11137 vsize=15704360 CPUtime=0 cores=1,3,5,7
/proc/11139/task/11150/stat : 11150 (java) S 11137 11139 10639 0 -1 4202560 380 0 0 0 0 0 0 0 15 0 22 0 521882034 16081264640 156037 33554432000 1073741824 1073778376 140737056598640 18446744073709551615 246528650752 0 0 0 16800975 18446604471104602496 0 0 -1 3 0 0 0
[pid=11139/tid=11151] ppid=11137 vsize=15704360 CPUtime=0 cores=1,3,5,7
/proc/11139/task/11151/stat : 11151 (java) S 11137 11139 10639 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 22 0 521882034 16081264640 156037 33554432000 1073741824 1073778376 140737056598640 18446744073709551615 246528650137 0 4 0 16800975 18446604471104602496 0 0 -1 5 0 0 0
[pid=11139/tid=11152] ppid=11137 vsize=15704360 CPUtime=0 cores=1,3,5,7
/proc/11139/task/11152/stat : 11152 (java) S 11137 11139 10639 0 -1 4202560 9 0 0 0 0 0 0 0 21 0 22 0 521882034 16081264640 156037 33554432000 1073741824 1073778376 140737056598640 18446744073709551615 246528650137 0 4 0 16800975 18446604471104602496 0 0 -1 1 0 0 0
[pid=11139/tid=11153] ppid=11137 vsize=15704360 CPUtime=0 cores=1,3,5,7
/proc/11139/task/11153/stat : 11153 (java) S 11137 11139 10639 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 521882037 16081264640 156037 33554432000 1073741824 1073778376 140737056598640 18446744073709551615 246528657841 0 4 0 16800975 18446604471104602496 0 0 -1 5 0 0 0
[pid=11139/tid=11154] ppid=11137 vsize=15704360 CPUtime=0.56 cores=1,3,5,7
/proc/11139/task/11154/stat : 11154 (java) R 11137 11139 10639 0 -1 4202560 11220 0 0 0 56 0 0 0 16 0 22 0 521882037 16081264640 156037 33554432000 1073741824 1073778376 140737056598640 18446744073709551615 47147404978733 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=11139/tid=11155] ppid=11137 vsize=15704360 CPUtime=0.21 cores=1,3,5,7
/proc/11139/task/11155/stat : 11155 (java) S 11137 11139 10639 0 -1 4202560 2560 0 0 0 21 0 0 0 15 0 22 0 521882037 16081264640 156037 33554432000 1073741824 1073778376 140737056598640 18446744073709551615 246528650137 0 4 0 16800975 18446604471104602496 0 0 -1 7 0 0 0
[pid=11139/tid=11156] ppid=11137 vsize=15704360 CPUtime=0 cores=1,3,5,7
/proc/11139/task/11156/stat : 11156 (java) S 11137 11139 10639 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 22 0 521882037 16081264640 156037 33554432000 1073741824 1073778376 140737056598640 18446744073709551615 246528650137 0 4 0 16800975 18446604471104602496 0 0 -1 5 0 0 0
[pid=11139/tid=11157] ppid=11137 vsize=15704360 CPUtime=0 cores=1,3,5,7
/proc/11139/task/11157/stat : 11157 (java) S 11137 11139 10639 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 521882037 16081264640 156037 33554432000 1073741824 1073778376 140737056598640 18446744073709551615 246528650752 0 4 0 16800975 18446604471104602496 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4.06
Current children cumulated vsize (KiB) 15704360

[startup+6.30139 s]
/proc/loadavg: 6.75 8.04 7.92 4/224 11161
/proc/meminfo: memFree=28567376/32951124 swapFree=67102344/67111528
[pid=11139] ppid=11137 vsize=15701596 CPUtime=8.28 cores=1,3,5,7
/proc/11139/stat : 11139 (java) S 11137 11139 10639 0 -1 4202496 169580 0 1 0 808 20 0 0 21 0 22 0 521882032 16078434304 155685 33554432000 1073741824 1073778376 140737056598640 18446744073709551615 246528636901 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/11139/statm: 3925399 155685 2276 9 0 3916118 0
[pid=11139/tid=11140] ppid=11137 vsize=15701596 CPUtime=6.21 cores=1,3,5,7
/proc/11139/task/11140/stat : 11140 (java) R 11137 11139 10639 0 -1 4202560 117148 0 1 0 607 14 0 0 21 0 22 0 521882032 16078434304 155685 33554432000 1073741824 1073778376 140737056598640 18446744073709551615 47147404149655 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=11139/tid=11142] ppid=11137 vsize=15701596 CPUtime=0.03 cores=1,3,5,7
/proc/11139/task/11142/stat : 11142 (java) S 11137 11139 10639 0 -1 4202560 6219 0 0 0 2 1 0 0 16 0 22 0 521882033 16078434304 155685 33554432000 1073741824 1073778376 140737056598640 18446744073709551615 246528650137 0 4 0 16800975 18446604471104602496 0 0 -1 5 0 0 0
[pid=11139/tid=11143] ppid=11137 vsize=15701596 CPUtime=0.05 cores=1,3,5,7
/proc/11139/task/11143/stat : 11143 (java) S 11137 11139 10639 0 -1 4202560 5744 0 0 0 5 0 0 0 16 0 22 0 521882033 16078434304 155685 33554432000 1073741824 1073778376 140737056598640 18446744073709551615 246528650137 0 4 0 16800975 18446604471104602496 0 0 -1 1 0 0 0
[pid=11139/tid=11144] ppid=11137 vsize=15701596 CPUtime=0 cores=1,3,5,7
/proc/11139/task/11144/stat : 11144 (java) S 11137 11139 10639 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 22 0 521882033 16078434304 155685 33554432000 1073741824 1073778376 140737056598640 18446744073709551615 246528650137 0 4 0 16800975 18446604471104602496 0 0 -1 7 0 0 0
[pid=11139/tid=11145] ppid=11137 vsize=15701596 CPUtime=0.04 cores=1,3,5,7
/proc/11139/task/11145/stat : 11145 (java) S 11137 11139 10639 0 -1 4202560 5117 0 0 0 4 0 0 0 16 0 22 0 521882033 16078434304 155685 33554432000 1073741824 1073778376 140737056598640 18446744073709551615 246528650137 0 4 0 16800975 18446604471104602496 0 0 -1 7 0 0 0
[pid=11139/tid=11146] ppid=11137 vsize=15701596 CPUtime=0 cores=1,3,5,7
/proc/11139/task/11146/stat : 11146 (java) S 11137 11139 10639 0 -1 4202560 2592 0 0 0 0 0 0 0 15 0 22 0 521882033 16078434304 155685 33554432000 1073741824 1073778376 140737056598640 18446744073709551615 246528650137 0 4 0 16800975 18446604471104602496 0 0 -1 3 0 0 0
[pid=11139/tid=11147] ppid=11137 vsize=15701596 CPUtime=0 cores=1,3,5,7
/proc/11139/task/11147/stat : 11147 (java) S 11137 11139 10639 0 -1 4202560 932 0 0 0 0 0 0 0 15 0 22 0 521882033 16078434304 155685 33554432000 1073741824 1073778376 140737056598640 18446744073709551615 246528650137 0 4 0 16800975 18446604471104602496 0 0 -1 5 0 0 0
[pid=11139/tid=11148] ppid=11137 vsize=15701596 CPUtime=0.04 cores=1,3,5,7
/proc/11139/task/11148/stat : 11148 (java) S 11137 11139 10639 0 -1 4202560 5610 0 0 0 4 0 0 0 16 0 22 0 521882033 16078434304 155685 33554432000 1073741824 1073778376 140737056598640 18446744073709551615 246528650137 0 4 0 16800975 18446604471104602496 0 0 -1 3 0 0 0
[pid=11139/tid=11149] ppid=11137 vsize=15701596 CPUtime=0.02 cores=1,3,5,7
/proc/11139/task/11149/stat : 11149 (java) S 11137 11139 10639 0 -1 4202560 1751 0 0 0 2 0 0 0 16 0 22 0 521882033 16078434304 155685 33554432000 1073741824 1073778376 140737056598640 18446744073709551615 246528650137 0 4 0 16800975 18446604471104602496 0 0 -1 5 0 0 0
[pid=11139/tid=11150] ppid=11137 vsize=15701596 CPUtime=0 cores=1,3,5,7
/proc/11139/task/11150/stat : 11150 (java) S 11137 11139 10639 0 -1 4202560 380 0 0 0 0 0 0 0 15 0 22 0 521882034 16078434304 155685 33554432000 1073741824 1073778376 140737056598640 18446744073709551615 246528650752 0 0 0 16800975 18446604471104602496 0 0 -1 3 0 0 0
[pid=11139/tid=11151] ppid=11137 vsize=15701596 CPUtime=0 cores=1,3,5,7
/proc/11139/task/11151/stat : 11151 (java) S 11137 11139 10639 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 22 0 521882034 16078434304 155685 33554432000 1073741824 1073778376 140737056598640 18446744073709551615 246528650137 0 4 0 16800975 18446604471104602496 0 0 -1 5 0 0 0
[pid=11139/tid=11152] ppid=11137 vsize=15701596 CPUtime=0 cores=1,3,5,7
/proc/11139/task/11152/stat : 11152 (java) S 11137 11139 10639 0 -1 4202560 9 0 0 0 0 0 0 0 21 0 22 0 521882034 16078434304 155685 33554432000 1073741824 1073778376 140737056598640 18446744073709551615 246528650137 0 4 0 16800975 18446604471104602496 0 0 -1 1 0 0 0
[pid=11139/tid=11153] ppid=11137 vsize=15701596 CPUtime=0 cores=1,3,5,7
/proc/11139/task/11153/stat : 11153 (java) S 11137 11139 10639 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 521882037 16078434304 155685 33554432000 1073741824 1073778376 140737056598640 18446744073709551615 246528657841 0 4 0 16800975 18446604471104602496 0 0 -1 5 0 0 0
[pid=11139/tid=11154] ppid=11137 vsize=15701596 CPUtime=1.2 cores=1,3,5,7
/proc/11139/task/11154/stat : 11154 (java) S 11137 11139 10639 0 -1 4202560 18068 0 0 0 119 1 0 0 15 0 22 0 521882037 16078434304 155685 33554432000 1073741824 1073778376 140737056598640 18446744073709551615 246528650137 0 4 0 16800975 18446604471104602496 0 0 -1 3 0 0 0
[pid=11139/tid=11155] ppid=11137 vsize=15701596 CPUtime=0.59 cores=1,3,5,7
/proc/11139/task/11155/stat : 11155 (java) R 11137 11139 10639 0 -1 4202560 4551 0 0 0 59 0 0 0 15 0 22 0 521882037 16078434304 155685 33554432000 1073741824 1073778376 140737056598640 18446744073709551615 47147402673824 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=11139/tid=11156] ppid=11137 vsize=15701596 CPUtime=0 cores=1,3,5,7
/proc/11139/task/11156/stat : 11156 (java) S 11137 11139 10639 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 22 0 521882037 16078434304 155685 33554432000 1073741824 1073778376 140737056598640 18446744073709551615 246528650137 0 4 0 16800975 18446604471104602496 0 0 -1 5 0 0 0
[pid=11139/tid=11157] ppid=11137 vsize=15701596 CPUtime=0 cores=1,3,5,7
/proc/11139/task/11157/stat : 11157 (java) S 11137 11139 10639 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 521882037 16078434304 155685 33554432000 1073741824 1073778376 140737056598640 18446744073709551615 246528650752 0 4 0 16800975 18446604471104602496 0 0 -1 7 0 0 0

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

/proc/11139/task/11144/stat : 11144 (java) S 11137 11139 10639 0 -1 4202560 174522 0 0 0 371 28 0 0 16 0 22 0 521882033 16078434304 2278124 33554432000 1073741824 1073778376 140737056598640 18446744073709551615 246528650137 0 4 0 16800975 18446604471104602496 0 0 -1 3 0 0 0
[pid=11139/tid=11145] ppid=11137 vsize=15701596 CPUtime=3.54 cores=1,3,5,7
/proc/11139/task/11145/stat : 11145 (java) S 11137 11139 10639 0 -1 4202560 204737 0 0 0 322 32 0 0 16 0 22 0 521882033 16078434304 2278124 33554432000 1073741824 1073778376 140737056598640 18446744073709551615 246528650137 0 4 0 16800975 18446604471104602496 0 0 -1 1 0 0 0
[pid=11139/tid=11146] ppid=11137 vsize=15701596 CPUtime=3.79 cores=1,3,5,7
/proc/11139/task/11146/stat : 11146 (java) S 11137 11139 10639 0 -1 4202560 201450 0 0 0 348 31 0 0 15 0 22 0 521882033 16078434304 2278124 33554432000 1073741824 1073778376 140737056598640 18446744073709551615 246528650137 0 4 0 16800975 18446604471104602496 0 0 -1 1 0 0 0
[pid=11139/tid=11147] ppid=11137 vsize=15701596 CPUtime=3.73 cores=1,3,5,7
/proc/11139/task/11147/stat : 11147 (java) S 11137 11139 10639 0 -1 4202560 159948 0 0 0 349 24 0 0 16 0 22 0 521882033 16078434304 2278124 33554432000 1073741824 1073778376 140737056598640 18446744073709551615 246528650137 0 4 0 16800975 18446604471104602496 0 0 -1 5 0 0 0
[pid=11139/tid=11148] ppid=11137 vsize=15701596 CPUtime=4.01 cores=1,3,5,7
/proc/11139/task/11148/stat : 11148 (java) S 11137 11139 10639 0 -1 4202560 191663 0 0 0 369 32 0 0 15 0 22 0 521882033 16078434304 2278124 33554432000 1073741824 1073778376 140737056598640 18446744073709551615 246528650137 0 4 0 16800975 18446604471104602496 0 0 -1 3 0 0 0
[pid=11139/tid=11149] ppid=11137 vsize=15701596 CPUtime=4.66 cores=1,3,5,7
/proc/11139/task/11149/stat : 11149 (java) S 11137 11139 10639 0 -1 4202560 286819 0 0 0 421 45 0 0 16 0 22 0 521882033 16078434304 2278124 33554432000 1073741824 1073778376 140737056598640 18446744073709551615 246528650137 0 4 0 16800975 18446604471104602496 0 0 -1 7 0 0 0
[pid=11139/tid=11150] ppid=11137 vsize=15701596 CPUtime=4.65 cores=1,3,5,7
/proc/11139/task/11150/stat : 11150 (java) S 11137 11139 10639 0 -1 4202560 57124 0 0 0 458 7 0 0 15 0 22 0 521882034 16078434304 2278124 33554432000 1073741824 1073778376 140737056598640 18446744073709551615 246528650752 0 0 0 16800975 18446604471104602496 0 0 -1 1 0 0 0
[pid=11139/tid=11151] ppid=11137 vsize=15701596 CPUtime=0 cores=1,3,5,7
/proc/11139/task/11151/stat : 11151 (java) S 11137 11139 10639 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 521882034 16078434304 2278124 33554432000 1073741824 1073778376 140737056598640 18446744073709551615 246528650137 0 4 0 16800975 18446604471104602496 0 0 -1 3 0 0 0
[pid=11139/tid=11152] ppid=11137 vsize=15701596 CPUtime=0 cores=1,3,5,7
/proc/11139/task/11152/stat : 11152 (java) S 11137 11139 10639 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 521882034 16078434304 2278124 33554432000 1073741824 1073778376 140737056598640 18446744073709551615 246528650137 0 4 0 16800975 18446604471104602496 0 0 -1 3 0 0 0
[pid=11139/tid=11153] ppid=11137 vsize=15701596 CPUtime=0 cores=1,3,5,7
/proc/11139/task/11153/stat : 11153 (java) S 11137 11139 10639 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 521882037 16078434304 2278124 33554432000 1073741824 1073778376 140737056598640 18446744073709551615 246528657841 0 4 0 16800975 18446604471104602496 0 0 -1 5 0 0 0
[pid=11139/tid=11154] ppid=11137 vsize=15701596 CPUtime=2.32 cores=1,3,5,7
/proc/11139/task/11154/stat : 11154 (java) S 11137 11139 10639 0 -1 4202560 18187 0 0 0 231 1 0 0 15 0 22 0 521882037 16078434304 2278124 33554432000 1073741824 1073778376 140737056598640 18446744073709551615 246528650137 0 4 0 16800975 18446604471104602496 0 0 -1 5 0 0 0
[pid=11139/tid=11155] ppid=11137 vsize=15701596 CPUtime=1.39 cores=1,3,5,7
/proc/11139/task/11155/stat : 11155 (java) S 11137 11139 10639 0 -1 4202560 4646 0 0 0 139 0 0 0 15 0 22 0 521882037 16078434304 2278124 33554432000 1073741824 1073778376 140737056598640 18446744073709551615 246528650137 0 4 0 16800975 18446604471104602496 0 0 -1 1 0 0 0
[pid=11139/tid=11156] ppid=11137 vsize=15701596 CPUtime=0 cores=1,3,5,7
/proc/11139/task/11156/stat : 11156 (java) S 11137 11139 10639 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 22 0 521882037 16078434304 2278124 33554432000 1073741824 1073778376 140737056598640 18446744073709551615 246528650137 0 4 0 16800975 18446604471104602496 0 0 -1 5 0 0 0
[pid=11139/tid=11157] ppid=11137 vsize=15701596 CPUtime=0 cores=1,3,5,7
/proc/11139/task/11157/stat : 11157 (java) S 11137 11139 10639 0 -1 4202560 69 0 0 0 0 0 0 0 15 0 22 0 521882037 16078434304 2278124 33554432000 1073741824 1073778376 140737056598640 18446744073709551615 246528650752 0 4 0 16800975 18446604471104602496 0 0 -1 5 0 0 0
[pid=11139/tid=11158] ppid=11137 vsize=15701596 CPUtime=886.98 cores=1,3,5,7
/proc/11139/task/11158/stat : 11158 (java) R 11137 11139 10639 0 -1 4202560 51465 0 0 0 88691 7 0 0 25 0 22 0 521882266 16078434304 2278124 33554432000 1073741824 1073778376 140737056598640 18446744073709551615 46912505523325 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=11139/tid=11159] ppid=11137 vsize=15701596 CPUtime=862.63 cores=1,3,5,7
/proc/11139/task/11159/stat : 11159 (java) R 11137 11139 10639 0 -1 4202560 10649 0 0 0 86262 1 0 0 25 0 22 0 521882266 16078434304 2278124 33554432000 1073741824 1073778376 140737056598640 18446744073709551615 46912506062136 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=11139/tid=11160] ppid=11137 vsize=15701596 CPUtime=1112.91 cores=1,3,5,7
/proc/11139/task/11160/stat : 11160 (java) R 11137 11139 10639 0 -1 4202560 269602 0 0 0 111265 26 0 0 25 0 22 0 521882266 16078434304 2278124 33554432000 1073741824 1073778376 140737056598640 18446744073709551615 46912505912982 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=11139/tid=11161] ppid=11137 vsize=15701596 CPUtime=888.31 cores=1,3,5,7
/proc/11139/task/11161/stat : 11161 (java) R 11137 11139 10639 0 -1 4202560 42019 0 0 0 88826 5 0 0 25 0 22 0 521882266 16078434304 2278124 33554432000 1073741824 1073778376 140737056598640 18446744073709551615 46912505609203 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3820.51
Current children cumulated vsize (KiB) 15701596

[startup+1242.3 s]
/proc/loadavg: 8.14 8.09 7.75 9/224 11206
/proc/meminfo: memFree=18950892/32951124 swapFree=67102380/67111528
[pid=11139] ppid=11137 vsize=15701596 CPUtime=4060.16 cores=1,3,5,7
/proc/11139/stat : 11139 (java) S 11137 11139 10639 0 -1 4202496 2365283 0 1 0 405663 353 0 0 21 0 22 0 521882032 16078434304 2278679 33554432000 1073741824 1073778376 140737056598640 18446744073709551615 246528636901 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/11139/statm: 3925399 2278679 2301 9 0 3916118 0
[pid=11139/tid=11140] ppid=11137 vsize=15701596 CPUtime=29.04 cores=1,3,5,7
/proc/11139/task/11140/stat : 11140 (java) S 11137 11139 10639 0 -1 4202560 127429 0 1 0 2888 16 0 0 18 0 22 0 521882032 16078434304 2278679 33554432000 1073741824 1073778376 140737056598640 18446744073709551615 246528650137 0 4 0 16800975 18446604471104602496 0 0 -1 5 0 0 0
[pid=11139/tid=11142] ppid=11137 vsize=15701596 CPUtime=4.4 cores=1,3,5,7
/proc/11139/task/11142/stat : 11142 (java) S 11137 11139 10639 0 -1 4202560 291336 0 0 0 396 44 0 0 16 0 22 0 521882033 16078434304 2278679 33554432000 1073741824 1073778376 140737056598640 18446744073709551615 246528650137 0 4 0 16800975 18446604471104602496 0 0 -1 1 0 0 0
[pid=11139/tid=11143] ppid=11137 vsize=15701596 CPUtime=4.27 cores=1,3,5,7
/proc/11139/task/11143/stat : 11143 (java) S 11137 11139 10639 0 -1 4202560 272118 0 0 0 383 44 0 0 16 0 22 0 521882033 16078434304 2278679 33554432000 1073741824 1073778376 140737056598640 18446744073709551615 246528650137 0 4 0 16800975 18446604471104602496 0 0 -1 3 0 0 0
[pid=11139/tid=11144] ppid=11137 vsize=15701596 CPUtime=4.09 cores=1,3,5,7
/proc/11139/task/11144/stat : 11144 (java) S 11137 11139 10639 0 -1 4202560 174524 0 0 0 381 28 0 0 15 0 22 0 521882033 16078434304 2278679 33554432000 1073741824 1073778376 140737056598640 18446744073709551615 246528650137 0 4 0 16800975 18446604471104602496 0 0 -1 5 0 0 0
[pid=11139/tid=11145] ppid=11137 vsize=15701596 CPUtime=3.64 cores=1,3,5,7
/proc/11139/task/11145/stat : 11145 (java) S 11137 11139 10639 0 -1 4202560 204737 0 0 0 332 32 0 0 16 0 22 0 521882033 16078434304 2278679 33554432000 1073741824 1073778376 140737056598640 18446744073709551615 246528650137 0 4 0 16800975 18446604471104602496 0 0 -1 7 0 0 0
[pid=11139/tid=11146] ppid=11137 vsize=15701596 CPUtime=3.93 cores=1,3,5,7
/proc/11139/task/11146/stat : 11146 (java) S 11137 11139 10639 0 -1 4202560 201452 0 0 0 362 31 0 0 16 0 22 0 521882033 16078434304 2278679 33554432000 1073741824 1073778376 140737056598640 18446744073709551615 246528650137 0 4 0 16800975 18446604471104602496 0 0 -1 7 0 0 0
[pid=11139/tid=11147] ppid=11137 vsize=15701596 CPUtime=3.83 cores=1,3,5,7
/proc/11139/task/11147/stat : 11147 (java) S 11137 11139 10639 0 -1 4202560 159949 0 0 0 359 24 0 0 16 0 22 0 521882033 16078434304 2278679 33554432000 1073741824 1073778376 140737056598640 18446744073709551615 246528650137 0 4 0 16800975 18446604471104602496 0 0 -1 5 0 0 0
[pid=11139/tid=11148] ppid=11137 vsize=15701596 CPUtime=4.13 cores=1,3,5,7
/proc/11139/task/11148/stat : 11148 (java) S 11137 11139 10639 0 -1 4202560 191750 0 0 0 381 32 0 0 16 0 22 0 521882033 16078434304 2278679 33554432000 1073741824 1073778376 140737056598640 18446744073709551615 246528650137 0 4 0 16800975 18446604471104602496 0 0 -1 5 0 0 0
[pid=11139/tid=11149] ppid=11137 vsize=15701596 CPUtime=4.76 cores=1,3,5,7
/proc/11139/task/11149/stat : 11149 (java) S 11137 11139 10639 0 -1 4202560 286820 0 0 0 431 45 0 0 15 0 22 0 521882033 16078434304 2278679 33554432000 1073741824 1073778376 140737056598640 18446744073709551615 246528650137 0 4 0 16800975 18446604471104602496 0 0 -1 7 0 0 0
[pid=11139/tid=11150] ppid=11137 vsize=15701596 CPUtime=4.66 cores=1,3,5,7
/proc/11139/task/11150/stat : 11150 (java) S 11137 11139 10639 0 -1 4202560 57125 0 0 0 459 7 0 0 15 0 22 0 521882034 16078434304 2278679 33554432000 1073741824 1073778376 140737056598640 18446744073709551615 246528650752 0 0 0 16800975 18446604471104602496 0 0 -1 7 0 0 0
[pid=11139/tid=11151] ppid=11137 vsize=15701596 CPUtime=0 cores=1,3,5,7
/proc/11139/task/11151/stat : 11151 (java) S 11137 11139 10639 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 521882034 16078434304 2278679 33554432000 1073741824 1073778376 140737056598640 18446744073709551615 246528650137 0 4 0 16800975 18446604471104602496 0 0 -1 3 0 0 0
[pid=11139/tid=11152] ppid=11137 vsize=15701596 CPUtime=0 cores=1,3,5,7
/proc/11139/task/11152/stat : 11152 (java) S 11137 11139 10639 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 521882034 16078434304 2278679 33554432000 1073741824 1073778376 140737056598640 18446744073709551615 246528650137 0 4 0 16800975 18446604471104602496 0 0 -1 3 0 0 0
[pid=11139/tid=11153] ppid=11137 vsize=15701596 CPUtime=0 cores=1,3,5,7
/proc/11139/task/11153/stat : 11153 (java) S 11137 11139 10639 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 521882037 16078434304 2278679 33554432000 1073741824 1073778376 140737056598640 18446744073709551615 246528657841 0 4 0 16800975 18446604471104602496 0 0 -1 5 0 0 0
[pid=11139/tid=11154] ppid=11137 vsize=15701596 CPUtime=2.32 cores=1,3,5,7
/proc/11139/task/11154/stat : 11154 (java) S 11137 11139 10639 0 -1 4202560 18188 0 0 0 231 1 0 0 15 0 22 0 521882037 16078434304 2278679 33554432000 1073741824 1073778376 140737056598640 18446744073709551615 246528650137 0 4 0 16800975 18446604471104602496 0 0 -1 5 0 0 0
[pid=11139/tid=11155] ppid=11137 vsize=15701596 CPUtime=1.39 cores=1,3,5,7
/proc/11139/task/11155/stat : 11155 (java) S 11137 11139 10639 0 -1 4202560 4646 0 0 0 139 0 0 0 15 0 22 0 521882037 16078434304 2278679 33554432000 1073741824 1073778376 140737056598640 18446744073709551615 246528650137 0 4 0 16800975 18446604471104602496 0 0 -1 1 0 0 0
[pid=11139/tid=11156] ppid=11137 vsize=15701596 CPUtime=0 cores=1,3,5,7
/proc/11139/task/11156/stat : 11156 (java) S 11137 11139 10639 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 22 0 521882037 16078434304 2278679 33554432000 1073741824 1073778376 140737056598640 18446744073709551615 246528650137 0 4 0 16800975 18446604471104602496 0 0 -1 5 0 0 0
[pid=11139/tid=11157] ppid=11137 vsize=15701596 CPUtime=0 cores=1,3,5,7
/proc/11139/task/11157/stat : 11157 (java) S 11137 11139 10639 0 -1 4202560 73 0 0 0 0 0 0 0 15 0 22 0 521882037 16078434304 2278679 33554432000 1073741824 1073778376 140737056598640 18446744073709551615 246528650752 0 4 0 16800975 18446604471104602496 0 0 -1 5 0 0 0
[pid=11139/tid=11158] ppid=11137 vsize=15701596 CPUtime=946.74 cores=1,3,5,7
/proc/11139/task/11158/stat : 11158 (java) R 11137 11139 10639 0 -1 4202560 51469 0 0 0 94667 7 0 0 25 0 22 0 521882266 16078434304 2278679 33554432000 1073741824 1073778376 140737056598640 18446744073709551615 46912505912764 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=11139/tid=11159] ppid=11137 vsize=15701596 CPUtime=922.39 cores=1,3,5,7
/proc/11139/task/11159/stat : 11159 (java) R 11137 11139 10639 0 -1 4202560 10653 0 0 0 92238 1 0 0 25 0 22 0 521882266 16078434304 2278679 33554432000 1073741824 1073778376 140737056598640 18446744073709551615 46912506062084 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=11139/tid=11160] ppid=11137 vsize=15701596 CPUtime=1172.34 cores=1,3,5,7
/proc/11139/task/11160/stat : 11160 (java) R 11137 11139 10639 0 -1 4202560 269606 0 0 0 117208 26 0 0 25 0 22 0 521882266 16078434304 2278679 33554432000 1073741824 1073778376 140737056598640 18446744073709551615 46912506062125 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=11139/tid=11161] ppid=11137 vsize=15701596 CPUtime=948.09 cores=1,3,5,7
/proc/11139/task/11161/stat : 11161 (java) R 11137 11139 10639 0 -1 4202560 42021 0 0 0 94803 6 0 0 25 0 22 0 521882266 16078434304 2278679 33554432000 1073741824 1073778376 140737056598640 18446744073709551615 46912506062210 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4060.16
Current children cumulated vsize (KiB) 15701596



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 5.69 7.42 7.53 5/197 11228
/proc/meminfo: memFree=21007120/32951124 swapFree=67102412/67111528
[pid=11139] ppid=11137 vsize=15701596 CPUtime=4290.62 cores=1,3,5,7
/proc/11139/stat : 11139 (java) S 11137 11139 10639 0 -1 4202496 2366170 0 1 0 428709 353 0 0 21 0 22 0 521882032 16078434304 2279545 33554432000 1073741824 1073778376 140737056598640 18446744073709551615 246528636901 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/11139/statm: 3925399 2279545 2301 9 0 3916118 0
[pid=11139/tid=11140] ppid=11137 vsize=15701596 CPUtime=29.04 cores=1,3,5,7
/proc/11139/task/11140/stat : 11140 (java) S 11137 11139 10639 0 -1 4202560 127429 0 1 0 2888 16 0 0 18 0 22 0 521882032 16078434304 2279545 33554432000 1073741824 1073778376 140737056598640 18446744073709551615 246528650137 0 4 0 16800975 18446604471104602496 0 0 -1 5 0 0 0
[pid=11139/tid=11142] ppid=11137 vsize=15701596 CPUtime=4.45 cores=1,3,5,7
/proc/11139/task/11142/stat : 11142 (java) S 11137 11139 10639 0 -1 4202560 291414 0 0 0 401 44 0 0 16 0 22 0 521882033 16078434304 2279545 33554432000 1073741824 1073778376 140737056598640 18446744073709551615 246528650137 0 4 0 16800975 18446604471104602496 0 0 -1 3 0 0 0
[pid=11139/tid=11143] ppid=11137 vsize=15701596 CPUtime=4.4 cores=1,3,5,7
/proc/11139/task/11143/stat : 11143 (java) S 11137 11139 10639 0 -1 4202560 272121 0 0 0 396 44 0 0 16 0 22 0 521882033 16078434304 2279545 33554432000 1073741824 1073778376 140737056598640 18446744073709551615 246528650137 0 4 0 16800975 18446604471104602496 0 0 -1 1 0 0 0
[pid=11139/tid=11144] ppid=11137 vsize=15701596 CPUtime=4.2 cores=1,3,5,7
/proc/11139/task/11144/stat : 11144 (java) S 11137 11139 10639 0 -1 4202560 174531 0 0 0 392 28 0 0 15 0 22 0 521882033 16078434304 2279545 33554432000 1073741824 1073778376 140737056598640 18446744073709551615 246528650137 0 4 0 16800975 18446604471104602496 0 0 -1 1 0 0 0
[pid=11139/tid=11145] ppid=11137 vsize=15701596 CPUtime=3.77 cores=1,3,5,7
/proc/11139/task/11145/stat : 11145 (java) S 11137 11139 10639 0 -1 4202560 205071 0 0 0 345 32 0 0 16 0 22 0 521882033 16078434304 2279545 33554432000 1073741824 1073778376 140737056598640 18446744073709551615 246528650137 0 4 0 16800975 18446604471104602496 0 0 -1 3 0 0 0
[pid=11139/tid=11146] ppid=11137 vsize=15701596 CPUtime=4.03 cores=1,3,5,7
/proc/11139/task/11146/stat : 11146 (java) S 11137 11139 10639 0 -1 4202560 201791 0 0 0 372 31 0 0 16 0 22 0 521882033 16078434304 2279545 33554432000 1073741824 1073778376 140737056598640 18446744073709551615 246528650137 0 4 0 16800975 18446604471104602496 0 0 -1 7 0 0 0
[pid=11139/tid=11147] ppid=11137 vsize=15701596 CPUtime=3.96 cores=1,3,5,7
/proc/11139/task/11147/stat : 11147 (java) S 11137 11139 10639 0 -1 4202560 160034 0 0 0 372 24 0 0 16 0 22 0 521882033 16078434304 2279545 33554432000 1073741824 1073778376 140737056598640 18446744073709551615 246528650137 0 4 0 16800975 18446604471104602496 0 0 -1 7 0 0 0
[pid=11139/tid=11148] ppid=11137 vsize=15701596 CPUtime=4.21 cores=1,3,5,7
/proc/11139/task/11148/stat : 11148 (java) S 11137 11139 10639 0 -1 4202560 191760 0 0 0 389 32 0 0 16 0 22 0 521882033 16078434304 2279545 33554432000 1073741824 1073778376 140737056598640 18446744073709551615 246528650137 0 4 0 16800975 18446604471104602496 0 0 -1 5 0 0 0
[pid=11139/tid=11149] ppid=11137 vsize=15701596 CPUtime=4.87 cores=1,3,5,7
/proc/11139/task/11149/stat : 11149 (java) S 11137 11139 10639 0 -1 4202560 286834 0 0 0 442 45 0 0 15 0 22 0 521882033 16078434304 2279545 33554432000 1073741824 1073778376 140737056598640 18446744073709551615 246528650137 0 4 0 16800975 18446604471104602496 0 0 -1 7 0 0 0
[pid=11139/tid=11150] ppid=11137 vsize=15701596 CPUtime=4.67 cores=1,3,5,7
/proc/11139/task/11150/stat : 11150 (java) S 11137 11139 10639 0 -1 4202560 57127 0 0 0 459 8 0 0 15 0 22 0 521882034 16078434304 2279545 33554432000 1073741824 1073778376 140737056598640 18446744073709551615 246528650752 0 0 0 16800975 18446604471104602496 0 0 -1 3 0 0 0
[pid=11139/tid=11151] ppid=11137 vsize=15701596 CPUtime=0 cores=1,3,5,7
/proc/11139/task/11151/stat : 11151 (java) S 11137 11139 10639 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 521882034 16078434304 2279545 33554432000 1073741824 1073778376 140737056598640 18446744073709551615 246528650137 0 4 0 16800975 18446604471104602496 0 0 -1 3 0 0 0
[pid=11139/tid=11152] ppid=11137 vsize=15701596 CPUtime=0 cores=1,3,5,7
/proc/11139/task/11152/stat : 11152 (java) S 11137 11139 10639 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 521882034 16078434304 2279545 33554432000 1073741824 1073778376 140737056598640 18446744073709551615 246528650137 0 4 0 16800975 18446604471104602496 0 0 -1 3 0 0 0
[pid=11139/tid=11153] ppid=11137 vsize=15701596 CPUtime=0 cores=1,3,5,7
/proc/11139/task/11153/stat : 11153 (java) S 11137 11139 10639 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 521882037 16078434304 2279545 33554432000 1073741824 1073778376 140737056598640 18446744073709551615 246528657841 0 4 0 16800975 18446604471104602496 0 0 -1 5 0 0 0
[pid=11139/tid=11154] ppid=11137 vsize=15701596 CPUtime=2.32 cores=1,3,5,7
/proc/11139/task/11154/stat : 11154 (java) S 11137 11139 10639 0 -1 4202560 18188 0 0 0 231 1 0 0 15 0 22 0 521882037 16078434304 2279545 33554432000 1073741824 1073778376 140737056598640 18446744073709551615 246528650137 0 4 0 16800975 18446604471104602496 0 0 -1 5 0 0 0
[pid=11139/tid=11155] ppid=11137 vsize=15701596 CPUtime=1.39 cores=1,3,5,7
/proc/11139/task/11155/stat : 11155 (java) S 11137 11139 10639 0 -1 4202560 4646 0 0 0 139 0 0 0 15 0 22 0 521882037 16078434304 2279545 33554432000 1073741824 1073778376 140737056598640 18446744073709551615 246528650137 0 4 0 16800975 18446604471104602496 0 0 -1 1 0 0 0
[pid=11139/tid=11156] ppid=11137 vsize=15701596 CPUtime=0 cores=1,3,5,7
/proc/11139/task/11156/stat : 11156 (java) S 11137 11139 10639 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 22 0 521882037 16078434304 2279545 33554432000 1073741824 1073778376 140737056598640 18446744073709551615 246528650137 0 4 0 16800975 18446604471104602496 0 0 -1 5 0 0 0
[pid=11139/tid=11157] ppid=11137 vsize=15701596 CPUtime=0 cores=1,3,5,7
/proc/11139/task/11157/stat : 11157 (java) S 11137 11139 10639 0 -1 4202560 75 0 0 0 0 0 0 0 15 0 22 0 521882037 16078434304 2279545 33554432000 1073741824 1073778376 140737056598640 18446744073709551615 246528650752 0 4 0 16800975 18446604471104602496 0 0 -1 1 0 0 0
[pid=11139/tid=11158] ppid=11137 vsize=15701596 CPUtime=1003.98 cores=1,3,5,7
/proc/11139/task/11158/stat : 11158 (java) R 11137 11139 10639 0 -1 4202560 51472 0 0 0 100391 7 0 0 25 0 22 0 521882266 16078434304 2279545 33554432000 1073741824 1073778376 140737056598640 18446744073709551615 46912506363733 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=11139/tid=11159] ppid=11137 vsize=15701596 CPUtime=979.84 cores=1,3,5,7
/proc/11139/task/11159/stat : 11159 (java) R 11137 11139 10639 0 -1 4202560 10656 0 0 0 97983 1 0 0 25 0 22 0 521882266 16078434304 2279545 33554432000 1073741824 1073778376 140737056598640 18446744073709551615 46912506282907 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=11139/tid=11160] ppid=11137 vsize=15701596 CPUtime=1229.77 cores=1,3,5,7
/proc/11139/task/11160/stat : 11160 (java) R 11137 11139 10639 0 -1 4202560 269609 0 0 0 122951 26 0 0 25 0 22 0 521882266 16078434304 2279545 33554432000 1073741824 1073778376 140737056598640 18446744073709551615 46912505366054 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=11139/tid=11161] ppid=11137 vsize=15701596 CPUtime=1005.57 cores=1,3,5,7
/proc/11139/task/11161/stat : 11161 (java) R 11137 11139 10639 0 -1 4202560 42025 0 0 0 100551 6 0 0 25 0 22 0 521882266 16078434304 2279545 33554432000 1073741824 1073778376 140737056598640 18446744073709551615 46912505826083 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4290.62
Current children cumulated vsize (KiB) 15701596

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

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

[startup+1300.21 s]
/proc/loadavg: 5.69 7.42 7.53 2/178 11231
/proc/meminfo: memFree=23314116/32951124 swapFree=67102412/67111528
[pid=11139] ppid=11137 vsize=0 CPUtime=4290.9 cores=1,3,5,7
/proc/11139/stat : 11139 (java) Z 11137 11139 10639 0 -1 4203548 2366228 0 1 0 428719 371 0 0 17 0 2 0 521882032 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/11139/statm: 0 0 0 0 0 0 0
[pid=11139/tid=11230] ppid=11137 vsize=0 CPUtime=0.17 cores=1,3,5,7
/proc/11139/task/11230/stat : 11230 (java) R 11137 11139 10639 0 -1 4203588 11 0 0 0 0 17 0 0 19 0 2 0 522012035 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4290.9
Current children cumulated vsize (KiB) 0

[startup+1300.3 s]
/proc/loadavg: 5.69 7.42 7.53 2/178 11231
/proc/meminfo: memFree=23314116/32951124 swapFree=67102412/67111528
[pid=11139] ppid=11137 vsize=0 CPUtime=4290.99 cores=1,3,5,7
/proc/11139/stat : 11139 (java) Z 11137 11139 10639 0 -1 4203548 2366228 0 1 0 428719 380 0 0 17 0 2 0 521882032 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/11139/statm: 0 0 0 0 0 0 0
[pid=11139/tid=11230] ppid=11137 vsize=0 CPUtime=0.26 cores=1,3,5,7
/proc/11139/task/11230/stat : 11230 (java) R 11137 11139 10639 0 -1 4203588 11 0 0 0 0 26 0 0 19 0 2 0 522012035 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4290.99
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1300.34
CPU time (s): 4291.04
CPU user time (s): 4287.2
CPU system time (s): 3.84742
CPU usage (%): 329.994
Max. virtual memory (cumulated for all children) (KiB): 15704400

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4287.2
system time used= 3.84741
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2366228
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= 56999
involuntary context switches= 58777

runsolver used 2.17467 second user time and 4.97424 second system time

The end

Launcher Data

Begin job on node134 at 2011-04-29 20:47:18
IDJOB=3313510
IDBENCH=82392
IDSOLVER=1699
FILE ID=node134/3313510-1304102838
RUNJOBID= node134-1304101546-10963
PBS_JOBID= 13170616
Free space on /tmp= 71564 MiB

SOLVER NAME= STRUCTure 0.1
BENCH NAME= SAT11/application/rintanen/SATPlanning/openstacks-sequencedstrips-nonadl-nonnegated-os-sequencedstrips-p30_1.035-NOTKNOWN.cnf
COMMAND LINE= run 15000 NBCORE TMPDIR DIR BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3313510-1304102838/watcher-3313510-1304102838 -o /tmp/evaluation-result-3313510-1304102838/solver-3313510-1304102838 -C 4800 -W 1300 -M 15500  run 15000 4 HOME HOME HOME/instance-3313510-1304102838.cnf

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

MD5SUM BENCH= 28233bedeee44da6e79e63b9febc4d1e
RANDOM SEED=1015464354

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      29182988 kB
Buffers:        986352 kB
Cached:        1379284 kB
SwapCached:       1196 kB
Active:        1025936 kB
Inactive:      2338392 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      29182988 kB
SwapTotal:    67111528 kB
SwapFree:     67102344 kB
Dirty:           23268 kB
Writeback:           0 kB
AnonPages:      998436 kB
Mapped:          23480 kB
Slab:           335116 kB
PageTables:       6464 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  1814536 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 71572 MiB
End job on node134 at 2011-04-29 21:09:00