Trace number 3312956

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.3 1208.37

General information on the benchmark

Namecrafted/mosoi/289/
289-unsat-5x41.cnf
MD5SUM420773b7b438dd18c8a88a15fb5bcae1
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 variables820
Number of clauses34235
Sum of the clauses size134480
Maximum clause length4
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 21230
Number of clauses of size 30
Number of clauses of size 433005
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.10/0.11	50:00 INFO : Reading from input HOME/instance-3312956-1304182200.cnf
0.62/0.44	Executor set job limit to 1000000
0.62/0.44	Executor set job limit to 1000000
0.62/0.44	Executor set job limit to 1000000
0.62/0.44	Executor set job limit to 1000000
0.62/0.44	Starting Executor!
0.62/0.44	Starting Executor!
0.62/0.45	Starting Executor!
0.62/0.45	Starting Executor!
2.06/1.07	50:01 INFO : 820 variables remaining out of 820
2.06/1.07	50:01 INFO : 172405 literals remaining out of 168715
17.61/5.13	log4j:WARN No appenders could be found for logger (ibis.constellation.impl.SingleThreadedConstellation.CID: 0:3).
17.61/5.13	log4j:WARN Please initialize the log4j system properly.
17.61/5.13	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-3312956-1304182200/watcher-3312956-1304182200 -o /tmp/evaluation-result-3312956-1304182200/solver-3312956-1304182200 -C 4800 -W 1300 -M 15500 run 15000 4 HOME HOME HOME/instance-3312956-1304182200.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: 8.10 8.09 8.02 5/198 27265
/proc/meminfo: memFree=26221128/32950928 swapFree=67111356/67111528
[pid=27265] ppid=27263 vsize=23028 CPUtime=0 cores=1,3,5,7
/proc/27265/stat : 27265 (java) R 27263 27265 26973 0 -1 4202496 1296 0 0 0 0 0 0 0 25 0 1 0 529819621 23580672 782 33554432000 1073741824 1073778376 140735917481760 18446744073709551615 47874274978272 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/27265/statm: 5757 799 606 9 0 124 0

[startup+0.082835 s]
/proc/loadavg: 8.10 8.09 8.02 5/198 27265
/proc/meminfo: memFree=26221128/32950928 swapFree=67111356/67111528
[pid=27265] ppid=27263 vsize=15676348 CPUtime=0.08 cores=1,3,5,7
/proc/27265/stat : 27265 (java) S 27263 27265 26973 0 -1 4202496 5371 0 1 0 7 1 0 0 25 0 18 0 529819621 16052580352 4774 33554432000 1073741824 1073778376 140735917481760 18446744073709551615 208092035045 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/27265/statm: 3919087 4774 2107 9 0 3909806 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 15676348

[startup+0.101053 s]
/proc/loadavg: 8.10 8.09 8.02 5/198 27265
/proc/meminfo: memFree=26221128/32950928 swapFree=67111356/67111528
[pid=27265] ppid=27263 vsize=15676348 CPUtime=0.1 cores=1,3,5,7
/proc/27265/stat : 27265 (java) S 27263 27265 26973 0 -1 4202496 5651 0 1 0 9 1 0 0 25 0 18 0 529819621 16052580352 5054 33554432000 1073741824 1073778376 140735917481760 18446744073709551615 208092035045 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/27265/statm: 3919087 5054 2118 9 0 3909806 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 15676348

[startup+0.301021 s]
/proc/loadavg: 8.10 8.09 8.02 5/198 27265
/proc/meminfo: memFree=26221128/32950928 swapFree=67111356/67111528
[pid=27265] ppid=27263 vsize=15680256 CPUtime=0.51 cores=1,3,5,7
/proc/27265/stat : 27265 (java) S 27263 27265 26973 0 -1 4202496 16375 0 1 0 49 2 0 0 25 0 18 0 529819621 16056582144 14771 33554432000 1073741824 1073778376 140735917481760 18446744073709551615 208092035045 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/27265/statm: 3920064 14777 2207 9 0 3910783 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 15680256

[startup+0.700945 s]
/proc/loadavg: 8.10 8.09 8.02 5/198 27265
/proc/meminfo: memFree=26221128/32950928 swapFree=67111356/67111528
[pid=27265] ppid=27263 vsize=15686728 CPUtime=1.19 cores=1,3,5,7
/proc/27265/stat : 27265 (java) S 27263 27265 26973 0 -1 4202496 45655 0 1 0 113 6 0 0 25 0 22 0 529819621 16063209472 42487 33554432000 1073741824 1073778376 140735917481760 18446744073709551615 208092035045 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/27265/statm: 3921682 42487 2248 9 0 3912401 0
Current children cumulated CPU time (s) 1.19
Current children cumulated vsize (KiB) 15686728

[startup+1.50079 s]
/proc/loadavg: 8.10 8.09 8.02 8/220 27287
/proc/meminfo: memFree=25729828/32950928 swapFree=67111356/67111528
[pid=27265] ppid=27263 vsize=15697632 CPUtime=3.37 cores=1,3,5,7
/proc/27265/stat : 27265 (java) S 27263 27265 26973 0 -1 4202496 54614 0 1 0 330 7 0 0 25 0 22 0 529819621 16074375168 46184 33554432000 1073741824 1073778376 140735917481760 18446744073709551615 208092035045 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/27265/statm: 3924408 46184 2274 9 0 3915127 0
[pid=27265/tid=27267] ppid=27263 vsize=15697632 CPUtime=1.06 cores=1,3,5,7
/proc/27265/task/27267/stat : 27267 (java) S 27263 27265 26973 0 -1 4202560 33906 0 1 0 101 5 0 0 25 0 22 0 529819622 16074375168 46184 33554432000 1073741824 1073778376 140735917481760 18446744073709551615 208092048281 0 4 0 16800975 18446604471151657920 0 0 -1 3 0 0 0
[pid=27265/tid=27268] ppid=27263 vsize=15697632 CPUtime=0 cores=1,3,5,7
/proc/27265/task/27268/stat : 27268 (java) S 27263 27265 26973 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 529819622 16074375168 46184 33554432000 1073741824 1073778376 140735917481760 18446744073709551615 208092048281 0 4 0 16800975 18446604471151657920 0 0 -1 3 0 0 0
[pid=27265/tid=27269] ppid=27263 vsize=15697632 CPUtime=0 cores=1,3,5,7
/proc/27265/task/27269/stat : 27269 (java) S 27263 27265 26973 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 529819622 16074375168 46184 33554432000 1073741824 1073778376 140735917481760 18446744073709551615 208092048281 0 4 0 16800975 18446604471151657920 0 0 -1 1 0 0 0
[pid=27265/tid=27270] ppid=27263 vsize=15697632 CPUtime=0 cores=1,3,5,7
/proc/27265/task/27270/stat : 27270 (java) S 27263 27265 26973 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 529819622 16074375168 46184 33554432000 1073741824 1073778376 140735917481760 18446744073709551615 208092048281 0 4 0 16800975 18446604471151657920 0 0 -1 1 0 0 0
[pid=27265/tid=27271] ppid=27263 vsize=15697632 CPUtime=0 cores=1,3,5,7
/proc/27265/task/27271/stat : 27271 (java) S 27263 27265 26973 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 529819622 16074375168 46184 33554432000 1073741824 1073778376 140735917481760 18446744073709551615 208092048281 0 4 0 16800975 18446604471151657920 0 0 -1 1 0 0 0
[pid=27265/tid=27272] ppid=27263 vsize=15697632 CPUtime=0 cores=1,3,5,7
/proc/27265/task/27272/stat : 27272 (java) S 27263 27265 26973 0 -1 4202560 5 0 0 0 0 0 0 0 21 0 22 0 529819622 16074375168 46184 33554432000 1073741824 1073778376 140735917481760 18446744073709551615 208092048281 0 4 0 16800975 18446604471151657920 0 0 -1 7 0 0 0
[pid=27265/tid=27273] ppid=27263 vsize=15697632 CPUtime=0 cores=1,3,5,7
/proc/27265/task/27273/stat : 27273 (java) S 27263 27265 26973 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 22 0 529819622 16074375168 46184 33554432000 1073741824 1073778376 140735917481760 18446744073709551615 208092048281 0 4 0 16800975 18446604471151657920 0 0 -1 5 0 0 0
[pid=27265/tid=27274] ppid=27263 vsize=15697632 CPUtime=0 cores=1,3,5,7
/proc/27265/task/27274/stat : 27274 (java) S 27263 27265 26973 0 -1 4202560 344 0 0 0 0 0 0 0 21 0 22 0 529819622 16074375168 46184 33554432000 1073741824 1073778376 140735917481760 18446744073709551615 208092048281 0 4 0 16800975 18446604471151657920 0 0 -1 3 0 0 0
[pid=27265/tid=27275] ppid=27263 vsize=15697632 CPUtime=0 cores=1,3,5,7
/proc/27265/task/27275/stat : 27275 (java) S 27263 27265 26973 0 -1 4202560 50 0 0 0 0 0 0 0 21 0 22 0 529819622 16074375168 46184 33554432000 1073741824 1073778376 140735917481760 18446744073709551615 208092048281 0 4 0 16800975 18446604471151657920 0 0 -1 1 0 0 0
[pid=27265/tid=27276] ppid=27263 vsize=15697632 CPUtime=0 cores=1,3,5,7
/proc/27265/task/27276/stat : 27276 (java) S 27263 27265 26973 0 -1 4202560 9 0 0 0 0 0 0 0 17 0 22 0 529819623 16074375168 46184 33554432000 1073741824 1073778376 140735917481760 18446744073709551615 208092048896 0 0 0 16800975 18446604471151657920 0 0 -1 3 0 0 0
[pid=27265/tid=27277] ppid=27263 vsize=15697632 CPUtime=0 cores=1,3,5,7
/proc/27265/task/27277/stat : 27277 (java) S 27263 27265 26973 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 22 0 529819624 16074375168 46184 33554432000 1073741824 1073778376 140735917481760 18446744073709551615 208092048281 0 4 0 16800975 18446604471151657920 0 0 -1 3 0 0 0
[pid=27265/tid=27278] ppid=27263 vsize=15697632 CPUtime=0 cores=1,3,5,7
/proc/27265/task/27278/stat : 27278 (java) S 27263 27265 26973 0 -1 4202560 8 0 0 0 0 0 0 0 21 0 22 0 529819624 16074375168 46184 33554432000 1073741824 1073778376 140735917481760 18446744073709551615 208092048281 0 4 0 16800975 18446604471151657920 0 0 -1 3 0 0 0
[pid=27265/tid=27279] ppid=27263 vsize=15697632 CPUtime=0 cores=1,3,5,7
/proc/27265/task/27279/stat : 27279 (java) S 27263 27265 26973 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 529819626 16074375168 46184 33554432000 1073741824 1073778376 140735917481760 18446744073709551615 208092055985 0 4 0 16800975 18446604471151657920 0 0 -1 3 0 0 0
[pid=27265/tid=27280] ppid=27263 vsize=15697632 CPUtime=0.98 cores=1,3,5,7
/proc/27265/task/27280/stat : 27280 (java) R 27263 27265 26973 0 -1 4202560 14302 0 0 0 97 1 0 0 17 0 22 0 529819626 16074375168 46184 33554432000 1073741824 1073778376 140735917481760 18446744073709551615 47874274341906 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=27265/tid=27281] ppid=27263 vsize=15697632 CPUtime=0.7 cores=1,3,5,7
/proc/27265/task/27281/stat : 27281 (java) R 27263 27265 26973 0 -1 4202560 4525 0 0 0 70 0 0 0 21 0 22 0 529819626 16074375168 46184 33554432000 1073741824 1073778376 140735917481760 18446744073709551615 208092048281 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=27265/tid=27282] ppid=27263 vsize=15697632 CPUtime=0 cores=1,3,5,7
/proc/27265/task/27282/stat : 27282 (java) S 27263 27265 26973 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 529819626 16074375168 46184 33554432000 1073741824 1073778376 140735917481760 18446744073709551615 208092048281 0 4 0 16800975 18446604471151657920 0 0 -1 5 0 0 0
[pid=27265/tid=27283] ppid=27263 vsize=15697632 CPUtime=0 cores=1,3,5,7
/proc/27265/task/27283/stat : 27283 (java) S 27263 27265 26973 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 529819626 16074375168 46184 33554432000 1073741824 1073778376 140735917481760 18446744073709551615 208092048896 0 4 0 16800975 18446604471151657920 0 0 -1 3 0 0 0
[pid=27265/tid=27284] ppid=27263 vsize=15697632 CPUtime=0 cores=1,3,5,7
/proc/27265/task/27284/stat : 27284 (java) S 27263 27265 26973 0 -1 4202560 24 0 0 0 0 0 0 0 15 0 22 0 529819666 16074375168 46184 33554432000 1073741824 1073778376 140735917481760 18446744073709551615 208092048896 0 4 0 16800975 18446604471151657920 0 0 -1 3 0 0 0
[pid=27265/tid=27285] ppid=27263 vsize=15697632 CPUtime=0.27 cores=1,3,5,7
/proc/27265/task/27285/stat : 27285 (java) R 27263 27265 26973 0 -1 4202560 25 0 0 0 27 0 0 0 18 0 22 0 529819666 16074375168 46184 33554432000 1073741824 1073778376 140735917481760 18446744073709551615 46912505215980 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=27265/tid=27286] ppid=27263 vsize=15697632 CPUtime=0.21 cores=1,3,5,7
/proc/27265/task/27286/stat : 27286 (java) R 27263 27265 26973 0 -1 4202560 19 0 0 0 21 0 0 0 17 0 22 0 529819666 16074375168 46184 33554432000 1073741824 1073778376 140735917481760 18446744073709551615 46912505856596 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=27265/tid=27287] ppid=27263 vsize=15697632 CPUtime=0.11 cores=1,3,5,7
/proc/27265/task/27287/stat : 27287 (java) R 27263 27265 26973 0 -1 4202560 9 0 0 0 11 0 0 0 16 0 22 0 529819666 16074375168 46184 33554432000 1073741824 1073778376 140735917481760 18446744073709551615 46912505931595 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3.37
Current children cumulated vsize (KiB) 15697632

[startup+3.10149 s]
/proc/loadavg: 8.10 8.09 8.02 12/220 27287
/proc/meminfo: memFree=25695852/32950928 swapFree=67111356/67111528
[pid=27265] ppid=27263 vsize=15697632 CPUtime=9.63 cores=1,3,5,7
/proc/27265/stat : 27265 (java) S 27263 27265 26973 0 -1 4202496 84652 0 1 0 950 13 0 0 25 0 22 0 529819621 16074375168 76075 33554432000 1073741824 1073778376 140735917481760 18446744073709551615 208092035045 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/27265/statm: 3924408 76075 2275 9 0 3915127 0
[pid=27265/tid=27267] ppid=27263 vsize=15697632 CPUtime=1.06 cores=1,3,5,7
/proc/27265/task/27267/stat : 27267 (java) S 27263 27265 26973 0 -1 4202560 33906 0 1 0 101 5 0 0 25 0 22 0 529819622 16074375168 76075 33554432000 1073741824 1073778376 140735917481760 18446744073709551615 208092048281 0 4 0 16800975 18446604471151657920 0 0 -1 3 0 0 0
[pid=27265/tid=27268] ppid=27263 vsize=15697632 CPUtime=0 cores=1,3,5,7
/proc/27265/task/27268/stat : 27268 (java) S 27263 27265 26973 0 -1 4202560 1595 0 0 0 0 0 0 0 15 0 22 0 529819622 16074375168 76075 33554432000 1073741824 1073778376 140735917481760 18446744073709551615 208092048281 0 4 0 16800975 18446604471151657920 0 0 -1 5 0 0 0
[pid=27265/tid=27269] ppid=27263 vsize=15697632 CPUtime=0.01 cores=1,3,5,7
/proc/27265/task/27269/stat : 27269 (java) S 27263 27265 26973 0 -1 4202560 3159 0 0 0 1 0 0 0 16 0 22 0 529819622 16074375168 76075 33554432000 1073741824 1073778376 140735917481760 18446744073709551615 208092048281 0 4 0 16800975 18446604471151657920 0 0 -1 1 0 0 0
[pid=27265/tid=27270] ppid=27263 vsize=15697632 CPUtime=0.01 cores=1,3,5,7
/proc/27265/task/27270/stat : 27270 (java) S 27263 27265 26973 0 -1 4202560 3841 0 0 0 1 0 0 0 15 0 22 0 529819622 16074375168 76075 33554432000 1073741824 1073778376 140735917481760 18446744073709551615 208092048281 0 4 0 16800975 18446604471151657920 0 0 -1 1 0 0 0
[pid=27265/tid=27271] ppid=27263 vsize=15697632 CPUtime=0.02 cores=1,3,5,7
/proc/27265/task/27271/stat : 27271 (java) S 27263 27265 26973 0 -1 4202560 5061 0 0 0 1 1 0 0 16 0 22 0 529819622 16074375168 76075 33554432000 1073741824 1073778376 140735917481760 18446744073709551615 208092048281 0 4 0 16800975 18446604471151657920 0 0 -1 7 0 0 0
[pid=27265/tid=27272] ppid=27263 vsize=15697632 CPUtime=0.02 cores=1,3,5,7
/proc/27265/task/27272/stat : 27272 (java) S 27263 27265 26973 0 -1 4202560 7223 0 0 0 1 1 0 0 16 0 22 0 529819622 16074375168 76075 33554432000 1073741824 1073778376 140735917481760 18446744073709551615 208092048281 0 4 0 16800975 18446604471151657920 0 0 -1 3 0 0 0
[pid=27265/tid=27273] ppid=27263 vsize=15697632 CPUtime=0 cores=1,3,5,7
/proc/27265/task/27273/stat : 27273 (java) S 27263 27265 26973 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 22 0 529819622 16074375168 76075 33554432000 1073741824 1073778376 140735917481760 18446744073709551615 208092048281 0 4 0 16800975 18446604471151657920 0 0 -1 5 0 0 0
[pid=27265/tid=27274] ppid=27263 vsize=15697632 CPUtime=0 cores=1,3,5,7
/proc/27265/task/27274/stat : 27274 (java) S 27263 27265 26973 0 -1 4202560 3583 0 0 0 0 0 0 0 15 0 22 0 529819622 16074375168 76075 33554432000 1073741824 1073778376 140735917481760 18446744073709551615 208092048281 0 4 0 16800975 18446604471151657920 0 0 -1 1 0 0 0
[pid=27265/tid=27275] ppid=27263 vsize=15697632 CPUtime=0.01 cores=1,3,5,7
/proc/27265/task/27275/stat : 27275 (java) S 27263 27265 26973 0 -1 4202560 3847 0 0 0 1 0 0 0 16 0 22 0 529819622 16074375168 76075 33554432000 1073741824 1073778376 140735917481760 18446744073709551615 208092048281 0 4 0 16800975 18446604471151657920 0 0 -1 5 0 0 0
[pid=27265/tid=27276] ppid=27263 vsize=15697632 CPUtime=0 cores=1,3,5,7
/proc/27265/task/27276/stat : 27276 (java) S 27263 27265 26973 0 -1 4202560 106 0 0 0 0 0 0 0 15 0 22 0 529819623 16074375168 76075 33554432000 1073741824 1073778376 140735917481760 18446744073709551615 208092048896 0 0 0 16800975 18446604471151657920 0 0 -1 1 0 0 0
[pid=27265/tid=27277] ppid=27263 vsize=15697632 CPUtime=0 cores=1,3,5,7
/proc/27265/task/27277/stat : 27277 (java) S 27263 27265 26973 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 22 0 529819624 16074375168 76075 33554432000 1073741824 1073778376 140735917481760 18446744073709551615 208092048281 0 4 0 16800975 18446604471151657920 0 0 -1 3 0 0 0
[pid=27265/tid=27278] ppid=27263 vsize=15697632 CPUtime=0 cores=1,3,5,7
/proc/27265/task/27278/stat : 27278 (java) S 27263 27265 26973 0 -1 4202560 8 0 0 0 0 0 0 0 21 0 22 0 529819624 16074375168 76075 33554432000 1073741824 1073778376 140735917481760 18446744073709551615 208092048281 0 4 0 16800975 18446604471151657920 0 0 -1 3 0 0 0
[pid=27265/tid=27279] ppid=27263 vsize=15697632 CPUtime=0 cores=1,3,5,7
/proc/27265/task/27279/stat : 27279 (java) S 27263 27265 26973 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 529819626 16074375168 76075 33554432000 1073741824 1073778376 140735917481760 18446744073709551615 208092055985 0 4 0 16800975 18446604471151657920 0 0 -1 3 0 0 0
[pid=27265/tid=27280] ppid=27263 vsize=15697632 CPUtime=1.38 cores=1,3,5,7
/proc/27265/task/27280/stat : 27280 (java) S 27263 27265 26973 0 -1 4202560 14600 0 0 0 137 1 0 0 15 0 22 0 529819626 16074375168 76075 33554432000 1073741824 1073778376 140735917481760 18446744073709551615 208092048281 0 4 0 16800975 18446604471151657920 0 0 -1 5 0 0 0
[pid=27265/tid=27281] ppid=27263 vsize=15697632 CPUtime=0.73 cores=1,3,5,7
/proc/27265/task/27281/stat : 27281 (java) S 27263 27265 26973 0 -1 4202560 4526 0 0 0 73 0 0 0 17 0 22 0 529819626 16074375168 76075 33554432000 1073741824 1073778376 140735917481760 18446744073709551615 208092048281 0 4 0 16800975 18446604471151657920 0 0 -1 7 0 0 0
[pid=27265/tid=27282] ppid=27263 vsize=15697632 CPUtime=0 cores=1,3,5,7
/proc/27265/task/27282/stat : 27282 (java) S 27263 27265 26973 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 529819626 16074375168 76075 33554432000 1073741824 1073778376 140735917481760 18446744073709551615 208092048281 0 4 0 16800975 18446604471151657920 0 0 -1 5 0 0 0
[pid=27265/tid=27283] ppid=27263 vsize=15697632 CPUtime=0 cores=1,3,5,7
/proc/27265/task/27283/stat : 27283 (java) S 27263 27265 26973 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 529819626 16074375168 76075 33554432000 1073741824 1073778376 140735917481760 18446744073709551615 208092048896 0 4 0 16800975 18446604471151657920 0 0 -1 3 0 0 0
[pid=27265/tid=27284] ppid=27263 vsize=15697632 CPUtime=1.46 cores=1,3,5,7
/proc/27265/task/27284/stat : 27284 (java) R 27263 27265 26973 0 -1 4202560 479 0 0 0 146 0 0 0 17 0 22 0 529819666 16074375168 76075 33554432000 1073741824 1073778376 140735917481760 18446744073709551615 46912505714752 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=27265/tid=27285] ppid=27263 vsize=15697632 CPUtime=1.45 cores=1,3,5,7
/proc/27265/task/27285/stat : 27285 (java) R 27263 27265 26973 0 -1 4202560 779 0 0 0 145 0 0 0 20 0 22 0 529819666 16074375168 76075 33554432000 1073741824 1073778376 140735917481760 18446744073709551615 47874277312368 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=27265/tid=27286] ppid=27263 vsize=15697632 CPUtime=1.74 cores=1,3,5,7
/proc/27265/task/27286/stat : 27286 (java) R 27263 27265 26973 0 -1 4202560 450 0 0 0 174 0 0 0 19 0 22 0 529819666 16074375168 76075 33554432000 1073741824 1073778376 140735917481760 18446744073709551615 46912506351989 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=27265/tid=27287] ppid=27263 vsize=15697632 CPUtime=1.62 cores=1,3,5,7
/proc/27265/task/27287/stat : 27287 (java) R 27263 27265 26973 0 -1 4202560 105 0 0 0 162 0 0 0 17 0 22 0 529819666 16074375168 76075 33554432000 1073741824 1073778376 140735917481760 18446744073709551615 46912505873592 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 9.63
Current children cumulated vsize (KiB) 15697632

[startup+6.30088 s]
/proc/loadavg: 8.18 8.10 8.02 9/220 27287
/proc/meminfo: memFree=24201140/32950928 swapFree=67111356/67111528
[pid=27265] ppid=27263 vsize=15697632 CPUtime=22.38 cores=1,3,5,7
/proc/27265/stat : 27265 (java) S 27263 27265 26973 0 -1 4202496 283828 0 1 0 2196 42 0 0 25 0 22 0 529819621 16074375168 274405 33554432000 1073741824 1073778376 140735917481760 18446744073709551615 208092035045 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/27265/statm: 3924408 274405 2291 9 0 3915127 0
[pid=27265/tid=27267] ppid=27263 vsize=15697632 CPUtime=1.06 cores=1,3,5,7
/proc/27265/task/27267/stat : 27267 (java) S 27263 27265 26973 0 -1 4202560 33906 0 1 0 101 5 0 0 25 0 22 0 529819622 16074375168 274405 33554432000 1073741824 1073778376 140735917481760 18446744073709551615 208092048281 0 4 0 16800975 18446604471151657920 0 0 -1 3 0 0 0
[pid=27265/tid=27268] ppid=27263 vsize=15697632 CPUtime=0.06 cores=1,3,5,7
/proc/27265/task/27268/stat : 27268 (java) S 27263 27265 26973 0 -1 4202560 17802 0 0 0 3 3 0 0 15 0 22 0 529819622 16074375168 274405 33554432000 1073741824 1073778376 140735917481760 18446744073709551615 208092048281 0 4 0 16800975 18446604471151657920 0 0 -1 1 0 0 0
[pid=27265/tid=27269] ppid=27263 vsize=15697632 CPUtime=0.04 cores=1,3,5,7
/proc/27265/task/27269/stat : 27269 (java) S 27263 27265 26973 0 -1 4202560 11680 0 0 0 2 2 0 0 15 0 22 0 529819622 16074375168 274405 33554432000 1073741824 1073778376 140735917481760 18446744073709551615 208092048281 0 4 0 16800975 18446604471151657920 0 0 -1 7 0 0 0
[pid=27265/tid=27270] ppid=27263 vsize=15697632 CPUtime=0.06 cores=1,3,5,7
/proc/27265/task/27270/stat : 27270 (java) S 27263 27265 26973 0 -1 4202560 18513 0 0 0 4 2 0 0 16 0 22 0 529819622 16074375168 274405 33554432000 1073741824 1073778376 140735917481760 18446744073709551615 208092048281 0 4 0 16800975 18446604471151657920 0 0 -1 5 0 0 0
[pid=27265/tid=27271] ppid=27263 vsize=15697632 CPUtime=0.02 cores=1,3,5,7
/proc/27265/task/27271/stat : 27271 (java) S 27263 27265 26973 0 -1 4202560 8684 0 0 0 1 1 0 0 15 0 22 0 529819622 16074375168 274405 33554432000 1073741824 1073778376 140735917481760 18446744073709551615 208092048281 0 4 0 16800975 18446604471151657920 0 0 -1 3 0 0 0
[pid=27265/tid=27272] ppid=27263 vsize=15697632 CPUtime=0.12 cores=1,3,5,7
/proc/27265/task/27272/stat : 27272 (java) S 27263 27265 26973 0 -1 4202560 32138 0 0 0 6 6 0 0 16 0 22 0 529819622 16074375168 274405 33554432000 1073741824 1073778376 140735917481760 18446744073709551615 208092048281 0 4 0 16800975 18446604471151657920 0 0 -1 3 0 0 0
[pid=27265/tid=27273] ppid=27263 vsize=15697632 CPUtime=0.02 cores=1,3,5,7
/proc/27265/task/27273/stat : 27273 (java) S 27263 27265 26973 0 -1 4202560 6520 0 0 0 1 1 0 0 15 0 22 0 529819622 16074375168 274405 33554432000 1073741824 1073778376 140735917481760 18446744073709551615 208092048281 0 4 0 16800975 18446604471151657920 0 0 -1 5 0 0 0
[pid=27265/tid=27274] ppid=27263 vsize=15697632 CPUtime=0.07 cores=1,3,5,7
/proc/27265/task/27274/stat : 27274 (java) S 27263 27265 26973 0 -1 4202560 20036 0 0 0 4 3 0 0 16 0 22 0 529819622 16074375168 274405 33554432000 1073741824 1073778376 140735917481760 18446744073709551615 208092048281 0 4 0 16800975 18446604471151657920 0 0 -1 3 0 0 0
[pid=27265/tid=27275] ppid=27263 vsize=15697632 CPUtime=0.05 cores=1,3,5,7
/proc/27265/task/27275/stat : 27275 (java) S 27263 27265 26973 0 -1 4202560 14477 0 0 0 3 2 0 0 16 0 22 0 529819622 16074375168 274405 33554432000 1073741824 1073778376 140735917481760 18446744073709551615 208092048281 0 4 0 16800975 18446604471151657920 0 0 -1 1 0 0 0
[pid=27265/tid=27276] ppid=27263 vsize=15697632 CPUtime=0 cores=1,3,5,7
/proc/27265/task/27276/stat : 27276 (java) S 27263 27265 26973 0 -1 4202560 643 0 0 0 0 0 0 0 16 0 22 0 529819623 16074375168 274405 33554432000 1073741824 1073778376 140735917481760 18446744073709551615 208092048896 0 0 0 16800975 18446604471151657920 0 0 -1 1 0 0 0
[pid=27265/tid=27277] ppid=27263 vsize=15697632 CPUtime=0 cores=1,3,5,7
/proc/27265/task/27277/stat : 27277 (java) S 27263 27265 26973 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 22 0 529819624 16074375168 274405 33554432000 1073741824 1073778376 140735917481760 18446744073709551615 208092048281 0 4 0 16800975 18446604471151657920 0 0 -1 3 0 0 0
[pid=27265/tid=27278] ppid=27263 vsize=15697632 CPUtime=0 cores=1,3,5,7
/proc/27265/task/27278/stat : 27278 (java) S 27263 27265 26973 0 -1 4202560 8 0 0 0 0 0 0 0 21 0 22 0 529819624 16074375168 274405 33554432000 1073741824 1073778376 140735917481760 18446744073709551615 208092048281 0 4 0 16800975 18446604471151657920 0 0 -1 3 0 0 0
[pid=27265/tid=27279] ppid=27263 vsize=15697632 CPUtime=0 cores=1,3,5,7
/proc/27265/task/27279/stat : 27279 (java) S 27263 27265 26973 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 529819626 16074375168 274405 33554432000 1073741824 1073778376 140735917481760 18446744073709551615 208092055985 0 4 0 16800975 18446604471151657920 0 0 -1 3 0 0 0
[pid=27265/tid=27280] ppid=27263 vsize=15697632 CPUtime=1.61 cores=1,3,5,7
/proc/27265/task/27280/stat : 27280 (java) S 27263 27265 26973 0 -1 4202560 14630 0 0 0 160 1 0 0 16 0 22 0 529819626 16074375168 274405 33554432000 1073741824 1073778376 140735917481760 18446744073709551615 208092048281 0 4 0 16800975 18446604471151657920 0 0 -1 5 0 0 0

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

[pid=27265/tid=27285] ppid=27263 vsize=15697632 CPUtime=1106.35 cores=1,3,5,7
/proc/27265/task/27285/stat : 27285 (java) R 27263 27265 26973 0 -1 4202560 100034 0 0 0 110368 267 0 0 25 0 22 0 529819666 16074375168 339852 33554432000 1073741824 1073778376 140735917481760 18446744073709551615 46912505907139 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=27265/tid=27286] ppid=27263 vsize=15697632 CPUtime=1106.12 cores=1,3,5,7
/proc/27265/task/27286/stat : 27286 (java) R 27263 27265 26973 0 -1 4202560 102717 0 0 0 110350 262 0 0 25 0 22 0 529819666 16074375168 339852 33554432000 1073741824 1073778376 140735917481760 18446744073709551615 46912505825606 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=27265/tid=27287] ppid=27263 vsize=15697632 CPUtime=1106.62 cores=1,3,5,7
/proc/27265/task/27287/stat : 27287 (java) R 27263 27265 26973 0 -1 4202560 96799 0 0 0 110404 258 0 0 19 0 22 0 529819666 16074375168 339852 33554432000 1073741824 1073778376 140735917481760 18446744073709551615 46912505887686 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4458.27
Current children cumulated vsize (KiB) 15697632

[startup+1182.3 s]
/proc/loadavg: 8.01 8.04 8.00 9/220 27330
/proc/meminfo: memFree=25784076/32950928 swapFree=67111356/67111528
[pid=27265] ppid=27263 vsize=15697632 CPUtime=4696.91 cores=1,3,5,7
/proc/27265/stat : 27265 (java) S 27263 27265 26973 0 -1 4202496 757030 0 1 0 468433 1258 0 0 25 0 22 0 529819621 16074375168 318735 33554432000 1073741824 1073778376 140735917481760 18446744073709551615 208092035045 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/27265/statm: 3924408 318735 2299 9 0 3915127 0
[pid=27265/tid=27267] ppid=27263 vsize=15697632 CPUtime=1.06 cores=1,3,5,7
/proc/27265/task/27267/stat : 27267 (java) S 27263 27265 26973 0 -1 4202560 33906 0 1 0 101 5 0 0 25 0 22 0 529819622 16074375168 318735 33554432000 1073741824 1073778376 140735917481760 18446744073709551615 208092048281 0 4 0 16800975 18446604471151657920 0 0 -1 3 0 0 0
[pid=27265/tid=27268] ppid=27263 vsize=15697632 CPUtime=3.58 cores=1,3,5,7
/proc/27265/task/27268/stat : 27268 (java) S 27263 27265 26973 0 -1 4202560 41836 0 0 0 346 12 0 0 15 0 22 0 529819622 16074375168 318735 33554432000 1073741824 1073778376 140735917481760 18446744073709551615 208092048281 0 4 0 16800975 18446604471151657920 0 0 -1 7 0 0 0
[pid=27265/tid=27269] ppid=27263 vsize=15697632 CPUtime=3.66 cores=1,3,5,7
/proc/27265/task/27269/stat : 27269 (java) S 27263 27265 26973 0 -1 4202560 35466 0 0 0 354 12 0 0 15 0 22 0 529819622 16074375168 318735 33554432000 1073741824 1073778376 140735917481760 18446744073709551615 208092048281 0 4 0 16800975 18446604471151657920 0 0 -1 1 0 0 0
[pid=27265/tid=27270] ppid=27263 vsize=15697632 CPUtime=3.69 cores=1,3,5,7
/proc/27265/task/27270/stat : 27270 (java) S 27263 27265 26973 0 -1 4202560 40242 0 0 0 357 12 0 0 16 0 22 0 529819622 16074375168 318735 33554432000 1073741824 1073778376 140735917481760 18446744073709551615 208092048281 0 4 0 16800975 18446604471151657920 0 0 -1 5 0 0 0
[pid=27265/tid=27271] ppid=27263 vsize=15697632 CPUtime=3.56 cores=1,3,5,7
/proc/27265/task/27271/stat : 27271 (java) S 27263 27265 26973 0 -1 4202560 31456 0 0 0 345 11 0 0 16 0 22 0 529819622 16074375168 318735 33554432000 1073741824 1073778376 140735917481760 18446744073709551615 208092048281 0 4 0 16800975 18446604471151657920 0 0 -1 3 0 0 0
[pid=27265/tid=27272] ppid=27263 vsize=15697632 CPUtime=3.67 cores=1,3,5,7
/proc/27265/task/27272/stat : 27272 (java) S 27263 27265 26973 0 -1 4202560 53465 0 0 0 349 18 0 0 15 0 22 0 529819622 16074375168 318735 33554432000 1073741824 1073778376 140735917481760 18446744073709551615 208092048281 0 4 0 16800975 18446604471151657920 0 0 -1 1 0 0 0
[pid=27265/tid=27273] ppid=27263 vsize=15697632 CPUtime=3.56 cores=1,3,5,7
/proc/27265/task/27273/stat : 27273 (java) S 27263 27265 26973 0 -1 4202560 27933 0 0 0 346 10 0 0 16 0 22 0 529819622 16074375168 318735 33554432000 1073741824 1073778376 140735917481760 18446744073709551615 208092048281 0 4 0 16800975 18446604471151657920 0 0 -1 1 0 0 0
[pid=27265/tid=27274] ppid=27263 vsize=15697632 CPUtime=3.54 cores=1,3,5,7
/proc/27265/task/27274/stat : 27274 (java) S 27263 27265 26973 0 -1 4202560 42119 0 0 0 342 12 0 0 15 0 22 0 529819622 16074375168 318735 33554432000 1073741824 1073778376 140735917481760 18446744073709551615 208092048281 0 4 0 16800975 18446604471151657920 0 0 -1 5 0 0 0
[pid=27265/tid=27275] ppid=27263 vsize=15697632 CPUtime=3.61 cores=1,3,5,7
/proc/27265/task/27275/stat : 27275 (java) S 27263 27265 26973 0 -1 4202560 36107 0 0 0 349 12 0 0 16 0 22 0 529819622 16074375168 318735 33554432000 1073741824 1073778376 140735917481760 18446744073709551615 208092048281 0 4 0 16800975 18446604471151657920 0 0 -1 7 0 0 0
[pid=27265/tid=27276] ppid=27263 vsize=15697632 CPUtime=1.49 cores=1,3,5,7
/proc/27265/task/27276/stat : 27276 (java) S 27263 27265 26973 0 -1 4202560 1690 0 0 0 114 35 0 0 15 0 22 0 529819623 16074375168 318735 33554432000 1073741824 1073778376 140735917481760 18446744073709551615 208092048896 0 0 0 16800975 18446604471151657920 0 0 -1 3 0 0 0
[pid=27265/tid=27277] ppid=27263 vsize=15697632 CPUtime=0 cores=1,3,5,7
/proc/27265/task/27277/stat : 27277 (java) S 27263 27265 26973 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 22 0 529819624 16074375168 318735 33554432000 1073741824 1073778376 140735917481760 18446744073709551615 208092048281 0 4 0 16800975 18446604471151657920 0 0 -1 3 0 0 0
[pid=27265/tid=27278] ppid=27263 vsize=15697632 CPUtime=0 cores=1,3,5,7
/proc/27265/task/27278/stat : 27278 (java) S 27263 27265 26973 0 -1 4202560 8 0 0 0 0 0 0 0 21 0 22 0 529819624 16074375168 318735 33554432000 1073741824 1073778376 140735917481760 18446744073709551615 208092048281 0 4 0 16800975 18446604471151657920 0 0 -1 3 0 0 0
[pid=27265/tid=27279] ppid=27263 vsize=15697632 CPUtime=0 cores=1,3,5,7
/proc/27265/task/27279/stat : 27279 (java) S 27263 27265 26973 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 529819626 16074375168 318735 33554432000 1073741824 1073778376 140735917481760 18446744073709551615 208092055985 0 4 0 16800975 18446604471151657920 0 0 -1 3 0 0 0
[pid=27265/tid=27280] ppid=27263 vsize=15697632 CPUtime=1.64 cores=1,3,5,7
/proc/27265/task/27280/stat : 27280 (java) S 27263 27265 26973 0 -1 4202560 14635 0 0 0 163 1 0 0 15 0 22 0 529819626 16074375168 318735 33554432000 1073741824 1073778376 140735917481760 18446744073709551615 208092048281 0 4 0 16800975 18446604471151657920 0 0 -1 5 0 0 0
[pid=27265/tid=27281] ppid=27263 vsize=15697632 CPUtime=1.19 cores=1,3,5,7
/proc/27265/task/27281/stat : 27281 (java) S 27263 27265 26973 0 -1 4202560 4574 0 0 0 119 0 0 0 15 0 22 0 529819626 16074375168 318735 33554432000 1073741824 1073778376 140735917481760 18446744073709551615 208092048281 0 4 0 16800975 18446604471151657920 0 0 -1 7 0 0 0
[pid=27265/tid=27282] ppid=27263 vsize=15697632 CPUtime=0 cores=1,3,5,7
/proc/27265/task/27282/stat : 27282 (java) S 27263 27265 26973 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 529819626 16074375168 318735 33554432000 1073741824 1073778376 140735917481760 18446744073709551615 208092048281 0 4 0 16800975 18446604471151657920 0 0 -1 5 0 0 0
[pid=27265/tid=27283] ppid=27263 vsize=15697632 CPUtime=0 cores=1,3,5,7
/proc/27265/task/27283/stat : 27283 (java) S 27263 27265 26973 0 -1 4202560 69 0 0 0 0 0 0 0 15 0 22 0 529819626 16074375168 318735 33554432000 1073741824 1073778376 140735917481760 18446744073709551615 208092048896 0 4 0 16800975 18446604471151657920 0 0 -1 7 0 0 0
[pid=27265/tid=27284] ppid=27263 vsize=15697632 CPUtime=1165.53 cores=1,3,5,7
/proc/27265/task/27284/stat : 27284 (java) R 27263 27265 26973 0 -1 4202560 92318 0 0 0 116274 279 0 0 25 0 22 0 529819666 16074375168 318735 33554432000 1073741824 1073778376 140735917481760 18446744073709551615 46912506299214 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=27265/tid=27285] ppid=27263 vsize=15697632 CPUtime=1165.62 cores=1,3,5,7
/proc/27265/task/27285/stat : 27285 (java) R 27263 27265 26973 0 -1 4202560 100121 0 0 0 116281 281 0 0 25 0 22 0 529819666 16074375168 318735 33554432000 1073741824 1073778376 140735917481760 18446744073709551615 18446744073699065939 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=27265/tid=27286] ppid=27263 vsize=15697632 CPUtime=1165.41 cores=1,3,5,7
/proc/27265/task/27286/stat : 27286 (java) R 27263 27265 26973 0 -1 4202560 102816 0 0 0 116265 276 0 0 25 0 22 0 529819666 16074375168 318735 33554432000 1073741824 1073778376 140735917481760 18446744073709551615 46912505906631 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=27265/tid=27287] ppid=27263 vsize=15697632 CPUtime=1165.91 cores=1,3,5,7
/proc/27265/task/27287/stat : 27287 (java) R 27263 27265 26973 0 -1 4202560 96893 0 0 0 116318 273 0 0 22 0 22 0 529819666 16074375168 318735 33554432000 1073741824 1073778376 140735917481760 18446744073709551615 46912505931609 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4696.91
Current children cumulated vsize (KiB) 15697632



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1208.3 s]
/proc/loadavg: 8.15 8.07 8.01 9/220 27431
/proc/meminfo: memFree=25847304/32950928 swapFree=67111356/67111528
[pid=27265] ppid=27263 vsize=15697632 CPUtime=4800.22 cores=1,3,5,7
/proc/27265/stat : 27265 (java) S 27263 27265 26973 0 -1 4202496 757272 0 1 0 478734 1288 0 0 25 0 22 0 529819621 16074375168 308324 33554432000 1073741824 1073778376 140735917481760 18446744073709551615 208092035045 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/27265/statm: 3924408 308324 2299 9 0 3915127 0
[pid=27265/tid=27267] ppid=27263 vsize=15697632 CPUtime=1.06 cores=1,3,5,7
/proc/27265/task/27267/stat : 27267 (java) S 27263 27265 26973 0 -1 4202560 33906 0 1 0 101 5 0 0 25 0 22 0 529819622 16074375168 308324 33554432000 1073741824 1073778376 140735917481760 18446744073709551615 208092048281 0 4 0 16800975 18446604471151657920 0 0 -1 3 0 0 0
[pid=27265/tid=27268] ppid=27263 vsize=15697632 CPUtime=3.67 cores=1,3,5,7
/proc/27265/task/27268/stat : 27268 (java) S 27263 27265 26973 0 -1 4202560 41839 0 0 0 354 13 0 0 16 0 22 0 529819622 16074375168 308324 33554432000 1073741824 1073778376 140735917481760 18446744073709551615 208092048281 0 4 0 16800975 18446604471151657920 0 0 -1 3 0 0 0
[pid=27265/tid=27269] ppid=27263 vsize=15697632 CPUtime=3.75 cores=1,3,5,7
/proc/27265/task/27269/stat : 27269 (java) S 27263 27265 26973 0 -1 4202560 35471 0 0 0 362 13 0 0 16 0 22 0 529819622 16074375168 308324 33554432000 1073741824 1073778376 140735917481760 18446744073709551615 208092048281 0 4 0 16800975 18446604471151657920 0 0 -1 7 0 0 0
[pid=27265/tid=27270] ppid=27263 vsize=15697632 CPUtime=3.76 cores=1,3,5,7
/proc/27265/task/27270/stat : 27270 (java) S 27263 27265 26973 0 -1 4202560 40245 0 0 0 364 12 0 0 15 0 22 0 529819622 16074375168 308324 33554432000 1073741824 1073778376 140735917481760 18446744073709551615 208092048281 0 4 0 16800975 18446604471151657920 0 0 -1 3 0 0 0
[pid=27265/tid=27271] ppid=27263 vsize=15697632 CPUtime=3.63 cores=1,3,5,7
/proc/27265/task/27271/stat : 27271 (java) S 27263 27265 26973 0 -1 4202560 31460 0 0 0 352 11 0 0 15 0 22 0 529819622 16074375168 308324 33554432000 1073741824 1073778376 140735917481760 18446744073709551615 208092048281 0 4 0 16800975 18446604471151657920 0 0 -1 5 0 0 0
[pid=27265/tid=27272] ppid=27263 vsize=15697632 CPUtime=3.75 cores=1,3,5,7
/proc/27265/task/27272/stat : 27272 (java) S 27263 27265 26973 0 -1 4202560 53468 0 0 0 356 19 0 0 16 0 22 0 529819622 16074375168 308324 33554432000 1073741824 1073778376 140735917481760 18446744073709551615 208092048281 0 4 0 16800975 18446604471151657920 0 0 -1 5 0 0 0
[pid=27265/tid=27273] ppid=27263 vsize=15697632 CPUtime=3.65 cores=1,3,5,7
/proc/27265/task/27273/stat : 27273 (java) S 27263 27265 26973 0 -1 4202560 27936 0 0 0 354 11 0 0 15 0 22 0 529819622 16074375168 308324 33554432000 1073741824 1073778376 140735917481760 18446744073709551615 208092048281 0 4 0 16800975 18446604471151657920 0 0 -1 1 0 0 0
[pid=27265/tid=27274] ppid=27263 vsize=15697632 CPUtime=3.63 cores=1,3,5,7
/proc/27265/task/27274/stat : 27274 (java) S 27263 27265 26973 0 -1 4202560 42122 0 0 0 350 13 0 0 15 0 22 0 529819622 16074375168 308324 33554432000 1073741824 1073778376 140735917481760 18446744073709551615 208092048281 0 4 0 16800975 18446604471151657920 0 0 -1 7 0 0 0
[pid=27265/tid=27275] ppid=27263 vsize=15697632 CPUtime=3.7 cores=1,3,5,7
/proc/27265/task/27275/stat : 27275 (java) S 27263 27265 26973 0 -1 4202560 36110 0 0 0 357 13 0 0 15 0 22 0 529819622 16074375168 308324 33554432000 1073741824 1073778376 140735917481760 18446744073709551615 208092048281 0 4 0 16800975 18446604471151657920 0 0 -1 5 0 0 0
[pid=27265/tid=27276] ppid=27263 vsize=15697632 CPUtime=1.55 cores=1,3,5,7
/proc/27265/task/27276/stat : 27276 (java) S 27263 27265 26973 0 -1 4202560 1692 0 0 0 119 36 0 0 15 0 22 0 529819623 16074375168 308324 33554432000 1073741824 1073778376 140735917481760 18446744073709551615 208092048896 0 0 0 16800975 18446604471151657920 0 0 -1 1 0 0 0
[pid=27265/tid=27277] ppid=27263 vsize=15697632 CPUtime=0 cores=1,3,5,7
/proc/27265/task/27277/stat : 27277 (java) S 27263 27265 26973 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 22 0 529819624 16074375168 308324 33554432000 1073741824 1073778376 140735917481760 18446744073709551615 208092048281 0 4 0 16800975 18446604471151657920 0 0 -1 3 0 0 0
[pid=27265/tid=27278] ppid=27263 vsize=15697632 CPUtime=0 cores=1,3,5,7
/proc/27265/task/27278/stat : 27278 (java) S 27263 27265 26973 0 -1 4202560 8 0 0 0 0 0 0 0 21 0 22 0 529819624 16074375168 308324 33554432000 1073741824 1073778376 140735917481760 18446744073709551615 208092048281 0 4 0 16800975 18446604471151657920 0 0 -1 3 0 0 0
[pid=27265/tid=27279] ppid=27263 vsize=15697632 CPUtime=0 cores=1,3,5,7
/proc/27265/task/27279/stat : 27279 (java) S 27263 27265 26973 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 529819626 16074375168 308324 33554432000 1073741824 1073778376 140735917481760 18446744073709551615 208092055985 0 4 0 16800975 18446604471151657920 0 0 -1 3 0 0 0
[pid=27265/tid=27280] ppid=27263 vsize=15697632 CPUtime=1.64 cores=1,3,5,7
/proc/27265/task/27280/stat : 27280 (java) S 27263 27265 26973 0 -1 4202560 14635 0 0 0 163 1 0 0 15 0 22 0 529819626 16074375168 308324 33554432000 1073741824 1073778376 140735917481760 18446744073709551615 208092048281 0 4 0 16800975 18446604471151657920 0 0 -1 5 0 0 0
[pid=27265/tid=27281] ppid=27263 vsize=15697632 CPUtime=1.19 cores=1,3,5,7
/proc/27265/task/27281/stat : 27281 (java) S 27263 27265 26973 0 -1 4202560 4574 0 0 0 119 0 0 0 15 0 22 0 529819626 16074375168 308324 33554432000 1073741824 1073778376 140735917481760 18446744073709551615 208092048281 0 4 0 16800975 18446604471151657920 0 0 -1 7 0 0 0
[pid=27265/tid=27282] ppid=27263 vsize=15697632 CPUtime=0 cores=1,3,5,7
/proc/27265/task/27282/stat : 27282 (java) S 27263 27265 26973 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 529819626 16074375168 308324 33554432000 1073741824 1073778376 140735917481760 18446744073709551615 208092048281 0 4 0 16800975 18446604471151657920 0 0 -1 5 0 0 0
[pid=27265/tid=27283] ppid=27263 vsize=15697632 CPUtime=0 cores=1,3,5,7
/proc/27265/task/27283/stat : 27283 (java) S 27263 27265 26973 0 -1 4202560 70 0 0 0 0 0 0 0 15 0 22 0 529819626 16074375168 308324 33554432000 1073741824 1073778376 140735917481760 18446744073709551615 208092048896 0 4 0 16800975 18446604471151657920 0 0 -1 5 0 0 0
[pid=27265/tid=27284] ppid=27263 vsize=15697632 CPUtime=1191.19 cores=1,3,5,7
/proc/27265/task/27284/stat : 27284 (java) R 27263 27265 26973 0 -1 4202560 92366 0 0 0 118835 284 0 0 25 0 22 0 529819666 16074375168 308324 33554432000 1073741824 1073778376 140735917481760 18446744073709551615 18446744073699065911 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=27265/tid=27285] ppid=27263 vsize=15697632 CPUtime=1191.32 cores=1,3,5,7
/proc/27265/task/27285/stat : 27285 (java) R 27263 27265 26973 0 -1 4202560 100171 0 0 0 118845 287 0 0 25 0 22 0 529819666 16074375168 308324 33554432000 1073741824 1073778376 140735917481760 18446744073709551615 46912505919346 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=27265/tid=27286] ppid=27263 vsize=15697632 CPUtime=1191.04 cores=1,3,5,7
/proc/27265/task/27286/stat : 27286 (java) R 27263 27265 26973 0 -1 4202560 102885 0 0 0 118822 282 0 0 25 0 22 0 529819666 16074375168 308324 33554432000 1073741824 1073778376 140735917481760 18446744073709551615 46912505887547 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=27265/tid=27287] ppid=27263 vsize=15697632 CPUtime=1191.54 cores=1,3,5,7
/proc/27265/task/27287/stat : 27287 (java) R 27263 27265 26973 0 -1 4202560 96938 0 0 0 118873 281 0 0 25 0 22 0 529819666 16074375168 308324 33554432000 1073741824 1073778376 140735917481760 18446744073709551615 46912505523240 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4800.22
Current children cumulated vsize (KiB) 15697632

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

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

[startup+1208.3 s]
/proc/loadavg: 8.15 8.07 8.01 9/220 27431
/proc/meminfo: memFree=25847304/32950928 swapFree=67111356/67111528
[pid=27265] ppid=27263 vsize=15697632 CPUtime=4800.22 cores=1,3,5,7
/proc/27265/stat : 27265 (java) S 27263 27265 26973 0 -1 4202496 757272 0 1 0 478734 1288 0 0 25 0 22 0 529819621 16074375168 308324 33554432000 1073741824 1073778376 140735917481760 18446744073709551615 208092035045 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/27265/statm: 3924408 308324 2299 9 0 3915127 0
[pid=27265/tid=27267] ppid=27263 vsize=15697632 CPUtime=1.06 cores=1,3,5,7
/proc/27265/task/27267/stat : 27267 (java) S 27263 27265 26973 0 -1 4202560 33906 0 1 0 101 5 0 0 25 0 22 0 529819622 16074375168 308324 33554432000 1073741824 1073778376 140735917481760 18446744073709551615 208092048281 0 4 0 16800975 18446604471151657920 0 0 -1 3 0 0 0
[pid=27265/tid=27268] ppid=27263 vsize=15697632 CPUtime=3.67 cores=1,3,5,7
/proc/27265/task/27268/stat : 27268 (java) S 27263 27265 26973 0 -1 4202560 41839 0 0 0 354 13 0 0 16 0 22 0 529819622 16074375168 308324 33554432000 1073741824 1073778376 140735917481760 18446744073709551615 208092048281 0 4 0 16800975 18446604471151657920 0 0 -1 3 0 0 0
[pid=27265/tid=27269] ppid=27263 vsize=15697632 CPUtime=3.75 cores=1,3,5,7
/proc/27265/task/27269/stat : 27269 (java) S 27263 27265 26973 0 -1 4202560 35471 0 0 0 362 13 0 0 16 0 22 0 529819622 16074375168 308324 33554432000 1073741824 1073778376 140735917481760 18446744073709551615 208092048281 0 4 0 16800975 18446604471151657920 0 0 -1 7 0 0 0
[pid=27265/tid=27270] ppid=27263 vsize=15697632 CPUtime=3.76 cores=1,3,5,7
/proc/27265/task/27270/stat : 27270 (java) S 27263 27265 26973 0 -1 4202560 40245 0 0 0 364 12 0 0 15 0 22 0 529819622 16074375168 308324 33554432000 1073741824 1073778376 140735917481760 18446744073709551615 208092048281 0 4 0 16800975 18446604471151657920 0 0 -1 3 0 0 0
[pid=27265/tid=27271] ppid=27263 vsize=15697632 CPUtime=3.63 cores=1,3,5,7
/proc/27265/task/27271/stat : 27271 (java) S 27263 27265 26973 0 -1 4202560 31460 0 0 0 352 11 0 0 15 0 22 0 529819622 16074375168 308324 33554432000 1073741824 1073778376 140735917481760 18446744073709551615 208092048281 0 4 0 16800975 18446604471151657920 0 0 -1 5 0 0 0
[pid=27265/tid=27272] ppid=27263 vsize=15697632 CPUtime=3.75 cores=1,3,5,7
/proc/27265/task/27272/stat : 27272 (java) S 27263 27265 26973 0 -1 4202560 53468 0 0 0 356 19 0 0 16 0 22 0 529819622 16074375168 308324 33554432000 1073741824 1073778376 140735917481760 18446744073709551615 208092048281 0 4 0 16800975 18446604471151657920 0 0 -1 5 0 0 0
[pid=27265/tid=27273] ppid=27263 vsize=15697632 CPUtime=3.65 cores=1,3,5,7
/proc/27265/task/27273/stat : 27273 (java) S 27263 27265 26973 0 -1 4202560 27936 0 0 0 354 11 0 0 15 0 22 0 529819622 16074375168 308324 33554432000 1073741824 1073778376 140735917481760 18446744073709551615 208092048281 0 4 0 16800975 18446604471151657920 0 0 -1 1 0 0 0
[pid=27265/tid=27274] ppid=27263 vsize=15697632 CPUtime=3.63 cores=1,3,5,7
/proc/27265/task/27274/stat : 27274 (java) S 27263 27265 26973 0 -1 4202560 42122 0 0 0 350 13 0 0 15 0 22 0 529819622 16074375168 308324 33554432000 1073741824 1073778376 140735917481760 18446744073709551615 208092048281 0 4 0 16800975 18446604471151657920 0 0 -1 7 0 0 0
[pid=27265/tid=27275] ppid=27263 vsize=15697632 CPUtime=3.7 cores=1,3,5,7
/proc/27265/task/27275/stat : 27275 (java) S 27263 27265 26973 0 -1 4202560 36110 0 0 0 357 13 0 0 15 0 22 0 529819622 16074375168 308324 33554432000 1073741824 1073778376 140735917481760 18446744073709551615 208092048281 0 4 0 16800975 18446604471151657920 0 0 -1 5 0 0 0
[pid=27265/tid=27276] ppid=27263 vsize=15697632 CPUtime=1.55 cores=1,3,5,7
/proc/27265/task/27276/stat : 27276 (java) S 27263 27265 26973 0 -1 4202560 1692 0 0 0 119 36 0 0 15 0 22 0 529819623 16074375168 308324 33554432000 1073741824 1073778376 140735917481760 18446744073709551615 208092048896 0 0 0 16800975 18446604471151657920 0 0 -1 1 0 0 0
[pid=27265/tid=27277] ppid=27263 vsize=15697632 CPUtime=0 cores=1,3,5,7
/proc/27265/task/27277/stat : 27277 (java) S 27263 27265 26973 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 22 0 529819624 16074375168 308324 33554432000 1073741824 1073778376 140735917481760 18446744073709551615 208092048281 0 4 0 16800975 18446604471151657920 0 0 -1 3 0 0 0
[pid=27265/tid=27278] ppid=27263 vsize=15697632 CPUtime=0 cores=1,3,5,7
/proc/27265/task/27278/stat : 27278 (java) S 27263 27265 26973 0 -1 4202560 8 0 0 0 0 0 0 0 21 0 22 0 529819624 16074375168 308324 33554432000 1073741824 1073778376 140735917481760 18446744073709551615 208092048281 0 4 0 16800975 18446604471151657920 0 0 -1 3 0 0 0
[pid=27265/tid=27279] ppid=27263 vsize=15697632 CPUtime=0 cores=1,3,5,7
/proc/27265/task/27279/stat : 27279 (java) S 27263 27265 26973 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 529819626 16074375168 308324 33554432000 1073741824 1073778376 140735917481760 18446744073709551615 208092055985 0 4 0 16800975 18446604471151657920 0 0 -1 3 0 0 0
[pid=27265/tid=27280] ppid=27263 vsize=15697632 CPUtime=1.64 cores=1,3,5,7
/proc/27265/task/27280/stat : 27280 (java) S 27263 27265 26973 0 -1 4202560 14635 0 0 0 163 1 0 0 15 0 22 0 529819626 16074375168 308324 33554432000 1073741824 1073778376 140735917481760 18446744073709551615 208092048281 0 4 0 16800975 18446604471151657920 0 0 -1 5 0 0 0
[pid=27265/tid=27281] ppid=27263 vsize=15697632 CPUtime=1.19 cores=1,3,5,7
/proc/27265/task/27281/stat : 27281 (java) S 27263 27265 26973 0 -1 4202560 4574 0 0 0 119 0 0 0 15 0 22 0 529819626 16074375168 308324 33554432000 1073741824 1073778376 140735917481760 18446744073709551615 208092048281 0 4 0 16800975 18446604471151657920 0 0 -1 7 0 0 0
[pid=27265/tid=27282] ppid=27263 vsize=15697632 CPUtime=0 cores=1,3,5,7
/proc/27265/task/27282/stat : 27282 (java) S 27263 27265 26973 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 529819626 16074375168 308324 33554432000 1073741824 1073778376 140735917481760 18446744073709551615 208092048281 0 4 0 16800975 18446604471151657920 0 0 -1 5 0 0 0
[pid=27265/tid=27283] ppid=27263 vsize=15697632 CPUtime=0 cores=1,3,5,7
/proc/27265/task/27283/stat : 27283 (java) S 27263 27265 26973 0 -1 4202560 70 0 0 0 0 0 0 0 15 0 22 0 529819626 16074375168 308324 33554432000 1073741824 1073778376 140735917481760 18446744073709551615 208092048896 0 4 0 16800975 18446604471151657920 0 0 -1 5 0 0 0
[pid=27265/tid=27284] ppid=27263 vsize=15697632 CPUtime=1191.19 cores=1,3,5,7
/proc/27265/task/27284/stat : 27284 (java) R 27263 27265 26973 0 -1 4202560 92366 0 0 0 118835 284 0 0 25 0 22 0 529819666 16074375168 308324 33554432000 1073741824 1073778376 140735917481760 18446744073709551615 18446744073699065911 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=27265/tid=27285] ppid=27263 vsize=15697632 CPUtime=1191.32 cores=1,3,5,7
/proc/27265/task/27285/stat : 27285 (java) R 27263 27265 26973 0 -1 4202560 100171 0 0 0 118845 287 0 0 25 0 22 0 529819666 16074375168 308324 33554432000 1073741824 1073778376 140735917481760 18446744073709551615 46912505919346 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=27265/tid=27286] ppid=27263 vsize=15697632 CPUtime=1191.04 cores=1,3,5,7
/proc/27265/task/27286/stat : 27286 (java) R 27263 27265 26973 0 -1 4202560 102885 0 0 0 118822 282 0 0 25 0 22 0 529819666 16074375168 308324 33554432000 1073741824 1073778376 140735917481760 18446744073709551615 46912505887547 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=27265/tid=27287] ppid=27263 vsize=15697632 CPUtime=1191.54 cores=1,3,5,7
/proc/27265/task/27287/stat : 27287 (java) R 27263 27265 26973 0 -1 4202560 96938 0 0 0 118873 281 0 0 25 0 22 0 529819666 16074375168 308324 33554432000 1073741824 1073778376 140735917481760 18446744073709551615 46912505523240 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4800.22
Current children cumulated vsize (KiB) 15697632

Child status: 143
Real time (s): 1208.37
CPU time (s): 4800.3
CPU user time (s): 4787.37
CPU system time (s): 12.932
CPU usage (%): 397.255
Max. virtual memory (cumulated for all children) (KiB): 15697900

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4787.37
system time used= 12.932
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 757297
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= 1401036
involuntary context switches= 128643

runsolver used 2.07168 second user time and 4.5783 second system time

The end

Launcher Data

Begin job on node127 at 2011-04-30 18:50:00
IDJOB=3312956
IDBENCH=83163
IDSOLVER=1699
FILE ID=node127/3312956-1304182200
RUNJOBID= node127-1304180985-26992
PBS_JOBID= 13172458
Free space on /tmp= 72732 MiB

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

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

MD5SUM BENCH= 420773b7b438dd18c8a88a15fb5bcae1
RANDOM SEED=1490955858

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      26223764 kB
Buffers:       1315760 kB
Cached:        3391740 kB
SwapCached:          8 kB
Active:        1758768 kB
Inactive:      4502776 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      26223764 kB
SwapTotal:    67111528 kB
SwapFree:     67111356 kB
Dirty:            4932 kB
Writeback:          24 kB
AnonPages:     1553536 kB
Mapped:          23428 kB
Slab:           400148 kB
PageTables:       7364 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:  2444444 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= 72732 MiB
End job on node127 at 2011-04-30 19:10:10