Trace number 3312027

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 (hbr=2)? (TO) 4800.39 1208.48

General information on the benchmark

Nameapplication/fuhs/
AProVE11/AProVE11-12.cnf
MD5SUM0b6cc776e6aaf9a3d9a563b081e634be
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.290955
Satisfiable
(Un)Satisfiability was proved
Number of variables44805
Number of clauses149118
Sum of the clauses size387736
Maximum clause length452
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 264836
Number of clauses of size 380401
Number of clauses of size 43565
Number of clauses of size 5130
Number of clauses of size over 5185

Solver Data

0.10/0.11	03:13 INFO : Reading from input HOME/instance-3312027-1304096593.cnf
1.02/0.80	Executor set job limit to 1000000
1.02/0.80	Executor set job limit to 1000000
1.02/0.80	Executor set job limit to 1000000
1.02/0.80	Executor set job limit to 1000000
1.02/0.81	Starting Executor!
1.02/0.81	Starting Executor!
1.02/0.81	Starting Executor!
1.02/0.81	Starting Executor!
3.85/2.19	03:15 INFO : Found 14198 xor gates
6.31/3.44	03:17 INFO : 29055 variables remaining out of 44805
6.31/3.44	03:17 INFO : 881352 literals remaining out of 366478
17.84/7.88	log4j:WARN No appenders could be found for logger (ibis.constellation.impl.SingleThreadedConstellation.CID: 0:4).
17.84/7.88	log4j:WARN Please initialize the log4j system properly.
17.84/7.88	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-3312027-1304096593/watcher-3312027-1304096593 -o /tmp/evaluation-result-3312027-1304096593/solver-3312027-1304096593 -C 4800 -W 1300 -M 15500 run 15000 4 HOME HOME HOME/instance-3312027-1304096593.cnf -hbr 2 

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.00 8.08 8.00 5/198 7551
/proc/meminfo: memFree=24963140/32951124 swapFree=67111524/67111528
[pid=7551] ppid=7549 vsize=26088 CPUtime=0 cores=1,3,5,7
/proc/7551/stat : 7551 (java) R 7549 7551 7348 0 -1 4202496 1398 0 0 0 0 0 0 0 25 0 2 0 521259772 26714112 869 33554432000 1073741824 1073778376 140734877515712 18446744073709551615 230809222129 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/7551/statm: 6522 878 673 9 0 381 0
[pid=7551/tid=7552] ppid=7549 vsize=26088 CPUtime=0 cores=1,3,5,7
/proc/7551/task/7552/stat : 7552 (java) S 7549 7551 7348 0 -1 4202560 56 0 0 0 0 0 0 0 25 0 2 0 521259773 26714112 884 33554432000 1073741824 1073778376 140734877515712 18446744073709551615 230804242055 0 2147483391 4096 0 18446744071699199166 0 0 -1 1 0 0 0

[startup+0.0864951 s]
/proc/loadavg: 8.00 8.08 8.00 5/198 7551
/proc/meminfo: memFree=24963140/32951124 swapFree=67111524/67111528
[pid=7551] ppid=7549 vsize=15675732 CPUtime=0.09 cores=1,3,5,7
/proc/7551/stat : 7551 (java) S 7549 7551 7348 0 -1 4202496 5382 0 1 0 9 0 0 0 25 0 18 0 521259772 16051949568 4821 33554432000 1073741824 1073778376 140734877515712 18446744073709551615 230820968421 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/7551/statm: 3918933 4821 2115 9 0 3909652 0
[pid=7551/tid=7552] ppid=7549 vsize=15675732 CPUtime=0.07 cores=1,3,5,7
/proc/7551/task/7552/stat : 7552 (java) R 7549 7551 7348 0 -1 4202560 3255 0 1 0 7 0 0 0 18 0 18 0 521259773 16051949568 4822 33554432000 1073741824 1073778376 140734877515712 18446744073709551615 47311046189827 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 15675732

[startup+0.100524 s]
/proc/loadavg: 8.00 8.08 8.00 5/198 7551
/proc/meminfo: memFree=24963140/32951124 swapFree=67111524/67111528
[pid=7551] ppid=7549 vsize=15675748 CPUtime=0.1 cores=1,3,5,7
/proc/7551/stat : 7551 (java) S 7549 7551 7348 0 -1 4202496 5539 0 1 0 9 1 0 0 25 0 18 0 521259772 16051965952 4978 33554432000 1073741824 1073778376 140734877515712 18446744073709551615 230820968421 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/7551/statm: 3918937 4978 2116 9 0 3909656 0
[pid=7551/tid=7552] ppid=7549 vsize=15675748 CPUtime=0.08 cores=1,3,5,7
/proc/7551/task/7552/stat : 7552 (java) R 7549 7551 7348 0 -1 4202560 3411 0 1 0 8 0 0 0 18 0 18 0 521259773 16051965952 4978 33554432000 1073741824 1073778376 140734877515712 18446744073709551615 230820992567 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) 15675748

[startup+0.30047 s]
/proc/loadavg: 8.00 8.08 8.00 5/198 7551
/proc/meminfo: memFree=24963140/32951124 swapFree=67111524/67111528
[pid=7551] ppid=7549 vsize=15680176 CPUtime=0.51 cores=1,3,5,7
/proc/7551/stat : 7551 (java) S 7549 7551 7348 0 -1 4202496 15233 0 1 0 49 2 0 0 25 0 18 0 521259772 16056500224 13580 33554432000 1073741824 1073778376 140734877515712 18446744073709551615 230820968421 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/7551/statm: 3920044 13587 2206 9 0 3910763 0
[pid=7551/tid=7552] ppid=7549 vsize=15680176 CPUtime=0.28 cores=1,3,5,7
/proc/7551/task/7552/stat : 7552 (java) R 7549 7551 7348 0 -1 4202560 10233 0 1 0 27 1 0 0 18 0 18 0 521259773 16056500224 13590 33554432000 1073741824 1073778376 140734877515712 18446744073709551615 46912505633824 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 15680176

[startup+0.70038 s]
/proc/loadavg: 8.00 8.08 8.00 5/198 7551
/proc/meminfo: memFree=24963140/32951124 swapFree=67111524/67111528
[pid=7551] ppid=7549 vsize=15680176 CPUtime=0.92 cores=1,3,5,7
/proc/7551/stat : 7551 (java) S 7549 7551 7348 0 -1 4202496 41734 0 1 0 87 5 0 0 25 0 18 0 521259772 16056500224 40078 33554432000 1073741824 1073778376 140734877515712 18446744073709551615 230820968421 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/7551/statm: 3920044 40078 2222 9 0 3910763 0
[pid=7551/tid=7552] ppid=7549 vsize=15680176 CPUtime=0.68 cores=1,3,5,7
/proc/7551/task/7552/stat : 7552 (java) R 7549 7551 7348 0 -1 4202560 35519 0 1 0 64 4 0 0 18 0 18 0 521259773 16056500224 40078 33554432000 1073741824 1073778376 140734877515712 18446744073709551615 46912505533645 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.92
Current children cumulated vsize (KiB) 15680176

[startup+1.50124 s]
/proc/loadavg: 8.00 8.08 8.00 7/220 7573
/proc/meminfo: memFree=24794388/32951124 swapFree=67111524/67111528
[pid=7551] ppid=7549 vsize=15688080 CPUtime=2.47 cores=1,3,5,7
/proc/7551/stat : 7551 (java) S 7549 7551 7348 0 -1 4202496 58278 0 1 0 240 7 0 0 25 0 22 0 521259772 16064593920 52504 33554432000 1073741824 1073778376 140734877515712 18446744073709551615 230820968421 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/7551/statm: 3922020 52504 2265 9 0 3912739 0
[pid=7551/tid=7552] ppid=7549 vsize=15688080 CPUtime=1.48 cores=1,3,5,7
/proc/7551/task/7552/stat : 7552 (java) R 7549 7551 7348 0 -1 4202560 35620 0 1 0 144 4 0 0 18 0 22 0 521259773 16064593920 52504 33554432000 1073741824 1073778376 140734877515712 18446744073709551615 46912505182419 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=7551/tid=7554] ppid=7549 vsize=15688080 CPUtime=0 cores=1,3,5,7
/proc/7551/task/7554/stat : 7554 (java) S 7549 7551 7348 0 -1 4202560 761 0 0 0 0 0 0 0 18 0 22 0 521259773 16064593920 52504 33554432000 1073741824 1073778376 140734877515712 18446744073709551615 230820981657 0 4 0 16800975 18446604471117425472 0 0 -1 5 0 0 0
[pid=7551/tid=7555] ppid=7549 vsize=15688080 CPUtime=0 cores=1,3,5,7
/proc/7551/task/7555/stat : 7555 (java) S 7549 7551 7348 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 521259773 16064593920 52504 33554432000 1073741824 1073778376 140734877515712 18446744073709551615 230820981657 0 4 0 16800975 18446604471117425472 0 0 -1 3 0 0 0
[pid=7551/tid=7556] ppid=7549 vsize=15688080 CPUtime=0 cores=1,3,5,7
/proc/7551/task/7556/stat : 7556 (java) S 7549 7551 7348 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 521259773 16064593920 52504 33554432000 1073741824 1073778376 140734877515712 18446744073709551615 230820981657 0 4 0 16800975 18446604471117425472 0 0 -1 3 0 0 0
[pid=7551/tid=7557] ppid=7549 vsize=15688080 CPUtime=0 cores=1,3,5,7
/proc/7551/task/7557/stat : 7557 (java) S 7549 7551 7348 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 521259773 16064593920 52504 33554432000 1073741824 1073778376 140734877515712 18446744073709551615 230820981657 0 4 0 16800975 18446604471117425472 0 0 -1 3 0 0 0
[pid=7551/tid=7558] ppid=7549 vsize=15688080 CPUtime=0 cores=1,3,5,7
/proc/7551/task/7558/stat : 7558 (java) S 7549 7551 7348 0 -1 4202560 267 0 0 0 0 0 0 0 18 0 22 0 521259773 16064593920 52504 33554432000 1073741824 1073778376 140734877515712 18446744073709551615 230820981657 0 4 0 16800975 18446604471117425472 0 0 -1 3 0 0 0
[pid=7551/tid=7559] ppid=7549 vsize=15688080 CPUtime=0 cores=1,3,5,7
/proc/7551/task/7559/stat : 7559 (java) S 7549 7551 7348 0 -1 4202560 40 0 0 0 0 0 0 0 18 0 22 0 521259773 16064593920 52504 33554432000 1073741824 1073778376 140734877515712 18446744073709551615 230820981657 0 4 0 16800975 18446604471117425472 0 0 -1 3 0 0 0
[pid=7551/tid=7560] ppid=7549 vsize=15688080 CPUtime=0 cores=1,3,5,7
/proc/7551/task/7560/stat : 7560 (java) S 7549 7551 7348 0 -1 4202560 33 0 0 0 0 0 0 0 18 0 22 0 521259773 16064593920 52504 33554432000 1073741824 1073778376 140734877515712 18446744073709551615 230820981657 0 4 0 16800975 18446604471117425472 0 0 -1 5 0 0 0
[pid=7551/tid=7561] ppid=7549 vsize=15688080 CPUtime=0 cores=1,3,5,7
/proc/7551/task/7561/stat : 7561 (java) S 7549 7551 7348 0 -1 4202560 381 0 0 0 0 0 0 0 18 0 22 0 521259773 16064593920 52504 33554432000 1073741824 1073778376 140734877515712 18446744073709551615 230820981657 0 4 0 16800975 18446604471117425472 0 0 -1 3 0 0 0
[pid=7551/tid=7562] ppid=7549 vsize=15688080 CPUtime=0 cores=1,3,5,7
/proc/7551/task/7562/stat : 7562 (java) S 7549 7551 7348 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 521259774 16064593920 52504 33554432000 1073741824 1073778376 140734877515712 18446744073709551615 230820982272 0 0 0 16800975 18446604471117425472 0 0 -1 3 0 0 0
[pid=7551/tid=7563] ppid=7549 vsize=15688080 CPUtime=0 cores=1,3,5,7
/proc/7551/task/7563/stat : 7563 (java) S 7549 7551 7348 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 521259775 16064593920 52504 33554432000 1073741824 1073778376 140734877515712 18446744073709551615 230820981657 0 4 0 16800975 18446604471117425472 0 0 -1 3 0 0 0
[pid=7551/tid=7564] ppid=7549 vsize=15688080 CPUtime=0 cores=1,3,5,7
/proc/7551/task/7564/stat : 7564 (java) S 7549 7551 7348 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 521259775 16064593920 52504 33554432000 1073741824 1073778376 140734877515712 18446744073709551615 230820981657 0 4 0 16800975 18446604471117425472 0 0 -1 3 0 0 0
[pid=7551/tid=7565] ppid=7549 vsize=15688080 CPUtime=0 cores=1,3,5,7
/proc/7551/task/7565/stat : 7565 (java) S 7549 7551 7348 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 521259777 16064593920 52504 33554432000 1073741824 1073778376 140734877515712 18446744073709551615 230820989361 0 4 0 16800975 18446604471117425472 0 0 -1 5 0 0 0
[pid=7551/tid=7566] ppid=7549 vsize=15688080 CPUtime=0.7 cores=1,3,5,7
/proc/7551/task/7566/stat : 7566 (java) R 7549 7551 7348 0 -1 4202560 17045 0 0 0 68 2 0 0 20 0 22 0 521259777 16064593920 52504 33554432000 1073741824 1073778376 140734877515712 18446744073709551615 47311045532171 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=7551/tid=7567] ppid=7549 vsize=15688080 CPUtime=0.25 cores=1,3,5,7
/proc/7551/task/7567/stat : 7567 (java) S 7549 7551 7348 0 -1 4202560 2692 0 0 0 25 0 0 0 15 0 22 0 521259777 16064593920 52504 33554432000 1073741824 1073778376 140734877515712 18446744073709551615 230820981657 0 4 0 16800975 18446604471117425472 0 0 -1 3 0 0 0
[pid=7551/tid=7568] ppid=7549 vsize=15688080 CPUtime=0 cores=1,3,5,7
/proc/7551/task/7568/stat : 7568 (java) S 7549 7551 7348 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 521259777 16064593920 52504 33554432000 1073741824 1073778376 140734877515712 18446744073709551615 230820981657 0 4 0 16800975 18446604471117425472 0 0 -1 5 0 0 0
[pid=7551/tid=7569] ppid=7549 vsize=15688080 CPUtime=0 cores=1,3,5,7
/proc/7551/task/7569/stat : 7569 (java) S 7549 7551 7348 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 521259777 16064593920 52504 33554432000 1073741824 1073778376 140734877515712 18446744073709551615 230820982272 0 4 0 16800975 18446604471117425472 0 0 -1 3 0 0 0
[pid=7551/tid=7570] ppid=7549 vsize=15688080 CPUtime=0 cores=1,3,5,7
/proc/7551/task/7570/stat : 7570 (java) S 7549 7551 7348 0 -1 4202560 15 0 0 0 0 0 0 0 15 0 22 0 521259853 16064593920 52504 33554432000 1073741824 1073778376 140734877515712 18446744073709551615 230820982272 0 4 0 16800975 18446604471117425472 0 0 -1 7 0 0 0
[pid=7551/tid=7571] ppid=7549 vsize=15688080 CPUtime=0 cores=1,3,5,7
/proc/7551/task/7571/stat : 7571 (java) S 7549 7551 7348 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 22 0 521259853 16064593920 52504 33554432000 1073741824 1073778376 140734877515712 18446744073709551615 230820982272 0 4 0 16800975 18446604471117425472 0 0 -1 1 0 0 0
[pid=7551/tid=7572] ppid=7549 vsize=15688080 CPUtime=0 cores=1,3,5,7
/proc/7551/task/7572/stat : 7572 (java) S 7549 7551 7348 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 22 0 521259853 16064593920 52504 33554432000 1073741824 1073778376 140734877515712 18446744073709551615 230820982272 0 4 0 16800975 18446604471117425472 0 0 -1 1 0 0 0
[pid=7551/tid=7573] ppid=7549 vsize=15688080 CPUtime=0 cores=1,3,5,7
/proc/7551/task/7573/stat : 7573 (java) S 7549 7551 7348 0 -1 4202560 13 0 0 0 0 0 0 0 15 0 22 0 521259853 16064593920 52504 33554432000 1073741824 1073778376 140734877515712 18446744073709551615 230820982272 0 4 0 16800975 18446604471117425472 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2.47
Current children cumulated vsize (KiB) 15688080

[startup+3.10094 s]
/proc/loadavg: 7.84 8.05 7.99 8/220 7573
/proc/meminfo: memFree=24743564/32951124 swapFree=67111524/67111528
[pid=7551] ppid=7549 vsize=15697860 CPUtime=5.71 cores=1,3,5,7
/proc/7551/stat : 7551 (java) S 7549 7551 7348 0 -1 4202496 68157 0 1 0 562 9 0 0 25 0 22 0 521259772 16074608640 55559 33554432000 1073741824 1073778376 140734877515712 18446744073709551615 230820968421 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/7551/statm: 3924465 55559 2268 9 0 3915184 0
[pid=7551/tid=7552] ppid=7549 vsize=15697860 CPUtime=3.08 cores=1,3,5,7
/proc/7551/task/7552/stat : 7552 (java) R 7549 7551 7348 0 -1 4202560 35664 0 1 0 304 4 0 0 22 0 22 0 521259773 16074608640 55559 33554432000 1073741824 1073778376 140734877515712 18446744073709551615 47311046206359 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=7551/tid=7554] ppid=7549 vsize=15697860 CPUtime=0 cores=1,3,5,7
/proc/7551/task/7554/stat : 7554 (java) S 7549 7551 7348 0 -1 4202560 761 0 0 0 0 0 0 0 18 0 22 0 521259773 16074608640 55559 33554432000 1073741824 1073778376 140734877515712 18446744073709551615 230820981657 0 4 0 16800975 18446604471117425472 0 0 -1 5 0 0 0
[pid=7551/tid=7555] ppid=7549 vsize=15697860 CPUtime=0 cores=1,3,5,7
/proc/7551/task/7555/stat : 7555 (java) S 7549 7551 7348 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 521259773 16074608640 55559 33554432000 1073741824 1073778376 140734877515712 18446744073709551615 230820981657 0 4 0 16800975 18446604471117425472 0 0 -1 3 0 0 0
[pid=7551/tid=7556] ppid=7549 vsize=15697860 CPUtime=0 cores=1,3,5,7
/proc/7551/task/7556/stat : 7556 (java) S 7549 7551 7348 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 521259773 16074608640 55559 33554432000 1073741824 1073778376 140734877515712 18446744073709551615 230820981657 0 4 0 16800975 18446604471117425472 0 0 -1 3 0 0 0
[pid=7551/tid=7557] ppid=7549 vsize=15697860 CPUtime=0 cores=1,3,5,7
/proc/7551/task/7557/stat : 7557 (java) S 7549 7551 7348 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 521259773 16074608640 55559 33554432000 1073741824 1073778376 140734877515712 18446744073709551615 230820981657 0 4 0 16800975 18446604471117425472 0 0 -1 3 0 0 0
[pid=7551/tid=7558] ppid=7549 vsize=15697860 CPUtime=0 cores=1,3,5,7
/proc/7551/task/7558/stat : 7558 (java) S 7549 7551 7348 0 -1 4202560 267 0 0 0 0 0 0 0 18 0 22 0 521259773 16074608640 55559 33554432000 1073741824 1073778376 140734877515712 18446744073709551615 230820981657 0 4 0 16800975 18446604471117425472 0 0 -1 3 0 0 0
[pid=7551/tid=7559] ppid=7549 vsize=15697860 CPUtime=0 cores=1,3,5,7
/proc/7551/task/7559/stat : 7559 (java) S 7549 7551 7348 0 -1 4202560 40 0 0 0 0 0 0 0 18 0 22 0 521259773 16074608640 55559 33554432000 1073741824 1073778376 140734877515712 18446744073709551615 230820981657 0 4 0 16800975 18446604471117425472 0 0 -1 3 0 0 0
[pid=7551/tid=7560] ppid=7549 vsize=15697860 CPUtime=0 cores=1,3,5,7
/proc/7551/task/7560/stat : 7560 (java) S 7549 7551 7348 0 -1 4202560 33 0 0 0 0 0 0 0 18 0 22 0 521259773 16074608640 55559 33554432000 1073741824 1073778376 140734877515712 18446744073709551615 230820981657 0 4 0 16800975 18446604471117425472 0 0 -1 5 0 0 0
[pid=7551/tid=7561] ppid=7549 vsize=15697860 CPUtime=0 cores=1,3,5,7
/proc/7551/task/7561/stat : 7561 (java) S 7549 7551 7348 0 -1 4202560 381 0 0 0 0 0 0 0 18 0 22 0 521259773 16074608640 55559 33554432000 1073741824 1073778376 140734877515712 18446744073709551615 230820981657 0 4 0 16800975 18446604471117425472 0 0 -1 3 0 0 0
[pid=7551/tid=7562] ppid=7549 vsize=15697860 CPUtime=0 cores=1,3,5,7
/proc/7551/task/7562/stat : 7562 (java) S 7549 7551 7348 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 22 0 521259774 16074608640 55559 33554432000 1073741824 1073778376 140734877515712 18446744073709551615 230820982272 0 0 0 16800975 18446604471117425472 0 0 -1 3 0 0 0
[pid=7551/tid=7563] ppid=7549 vsize=15697860 CPUtime=0 cores=1,3,5,7
/proc/7551/task/7563/stat : 7563 (java) S 7549 7551 7348 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 521259775 16074608640 55559 33554432000 1073741824 1073778376 140734877515712 18446744073709551615 230820981657 0 4 0 16800975 18446604471117425472 0 0 -1 3 0 0 0
[pid=7551/tid=7564] ppid=7549 vsize=15697860 CPUtime=0 cores=1,3,5,7
/proc/7551/task/7564/stat : 7564 (java) S 7549 7551 7348 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 521259775 16074608640 55559 33554432000 1073741824 1073778376 140734877515712 18446744073709551615 230820981657 0 4 0 16800975 18446604471117425472 0 0 -1 3 0 0 0
[pid=7551/tid=7565] ppid=7549 vsize=15697860 CPUtime=0 cores=1,3,5,7
/proc/7551/task/7565/stat : 7565 (java) S 7549 7551 7348 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 521259777 16074608640 55559 33554432000 1073741824 1073778376 140734877515712 18446744073709551615 230820989361 0 4 0 16800975 18446604471117425472 0 0 -1 5 0 0 0
[pid=7551/tid=7566] ppid=7549 vsize=15697860 CPUtime=1.74 cores=1,3,5,7
/proc/7551/task/7566/stat : 7566 (java) R 7549 7551 7348 0 -1 4202560 23253 0 0 0 171 3 0 0 17 0 22 0 521259777 16074608640 55559 33554432000 1073741824 1073778376 140734877515712 18446744073709551615 47311047035218 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=7551/tid=7567] ppid=7549 vsize=15697860 CPUtime=0.85 cores=1,3,5,7
/proc/7551/task/7567/stat : 7567 (java) R 7549 7551 7348 0 -1 4202560 6316 0 0 0 84 1 0 0 15 0 22 0 521259777 16074608640 55559 33554432000 1073741824 1073778376 140734877515712 18446744073709551615 47311050677968 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=7551/tid=7568] ppid=7549 vsize=15697860 CPUtime=0 cores=1,3,5,7
/proc/7551/task/7568/stat : 7568 (java) S 7549 7551 7348 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 521259777 16074608640 55559 33554432000 1073741824 1073778376 140734877515712 18446744073709551615 230820981657 0 4 0 16800975 18446604471117425472 0 0 -1 5 0 0 0
[pid=7551/tid=7569] ppid=7549 vsize=15697860 CPUtime=0 cores=1,3,5,7
/proc/7551/task/7569/stat : 7569 (java) S 7549 7551 7348 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 521259777 16074608640 55559 33554432000 1073741824 1073778376 140734877515712 18446744073709551615 230820982272 0 4 0 16800975 18446604471117425472 0 0 -1 7 0 0 0
[pid=7551/tid=7570] ppid=7549 vsize=15697860 CPUtime=0 cores=1,3,5,7
/proc/7551/task/7570/stat : 7570 (java) S 7549 7551 7348 0 -1 4202560 15 0 0 0 0 0 0 0 15 0 22 0 521259853 16074608640 55559 33554432000 1073741824 1073778376 140734877515712 18446744073709551615 230820982272 0 4 0 16800975 18446604471117425472 0 0 -1 7 0 0 0
[pid=7551/tid=7571] ppid=7549 vsize=15697860 CPUtime=0 cores=1,3,5,7
/proc/7551/task/7571/stat : 7571 (java) S 7549 7551 7348 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 22 0 521259853 16074608640 55559 33554432000 1073741824 1073778376 140734877515712 18446744073709551615 230820982272 0 4 0 16800975 18446604471117425472 0 0 -1 1 0 0 0
[pid=7551/tid=7572] ppid=7549 vsize=15697860 CPUtime=0 cores=1,3,5,7
/proc/7551/task/7572/stat : 7572 (java) S 7549 7551 7348 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 22 0 521259853 16074608640 55559 33554432000 1073741824 1073778376 140734877515712 18446744073709551615 230820982272 0 4 0 16800975 18446604471117425472 0 0 -1 1 0 0 0
[pid=7551/tid=7573] ppid=7549 vsize=15697860 CPUtime=0 cores=1,3,5,7
/proc/7551/task/7573/stat : 7573 (java) R 7549 7551 7348 0 -1 4202560 13 0 0 0 0 0 0 0 15 0 22 0 521259853 16074608640 55559 33554432000 1073741824 1073778376 140734877515712 18446744073709551615 230820982272 0 4 0 16800975 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 5.71
Current children cumulated vsize (KiB) 15697860

[startup+6.30132 s]
/proc/loadavg: 7.84 8.05 7.99 8/220 7573
/proc/meminfo: memFree=24572952/32951124 swapFree=67111524/67111528
[pid=7551] ppid=7549 vsize=15697860 CPUtime=12.72 cores=1,3,5,7
/proc/7551/stat : 7551 (java) S 7549 7551 7348 0 -1 4202496 129063 0 1 0 1254 18 0 0 25 0 22 0 521259772 16074608640 115506 33554432000 1073741824 1073778376 140734877515712 18446744073709551615 230820968421 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/7551/statm: 3924465 115506 2287 9 0 3915184 0
[pid=7551/tid=7552] ppid=7549 vsize=15697860 CPUtime=3.41 cores=1,3,5,7
/proc/7551/task/7552/stat : 7552 (java) S 7549 7551 7348 0 -1 4202560 35689 0 1 0 337 4 0 0 23 0 22 0 521259773 16074608640 115506 33554432000 1073741824 1073778376 140734877515712 18446744073709551615 230820981657 0 4 0 16800975 18446604471117425472 0 0 -1 5 0 0 0
[pid=7551/tid=7554] ppid=7549 vsize=15697860 CPUtime=0 cores=1,3,5,7
/proc/7551/task/7554/stat : 7554 (java) S 7549 7551 7348 0 -1 4202560 761 0 0 0 0 0 0 0 15 0 22 0 521259773 16074608640 115506 33554432000 1073741824 1073778376 140734877515712 18446744073709551615 230820981657 0 4 0 16800975 18446604471117425472 0 0 -1 5 0 0 0
[pid=7551/tid=7555] ppid=7549 vsize=15697860 CPUtime=0.04 cores=1,3,5,7
/proc/7551/task/7555/stat : 7555 (java) S 7549 7551 7348 0 -1 4202560 11418 0 0 0 3 1 0 0 16 0 22 0 521259773 16074608640 115506 33554432000 1073741824 1073778376 140734877515712 18446744073709551615 230820981657 0 4 0 16800975 18446604471117425472 0 0 -1 5 0 0 0
[pid=7551/tid=7556] ppid=7549 vsize=15697860 CPUtime=0.01 cores=1,3,5,7
/proc/7551/task/7556/stat : 7556 (java) S 7549 7551 7348 0 -1 4202560 3370 0 0 0 1 0 0 0 15 0 22 0 521259773 16074608640 115506 33554432000 1073741824 1073778376 140734877515712 18446744073709551615 230820981657 0 4 0 16800975 18446604471117425472 0 0 -1 3 0 0 0
[pid=7551/tid=7557] ppid=7549 vsize=15697860 CPUtime=0.01 cores=1,3,5,7
/proc/7551/task/7557/stat : 7557 (java) S 7549 7551 7348 0 -1 4202560 2582 0 0 0 1 0 0 0 15 0 22 0 521259773 16074608640 115506 33554432000 1073741824 1073778376 140734877515712 18446744073709551615 230820981657 0 4 0 16800975 18446604471117425472 0 0 -1 7 0 0 0
[pid=7551/tid=7558] ppid=7549 vsize=15697860 CPUtime=0 cores=1,3,5,7
/proc/7551/task/7558/stat : 7558 (java) S 7549 7551 7348 0 -1 4202560 3193 0 0 0 0 0 0 0 16 0 22 0 521259773 16074608640 115506 33554432000 1073741824 1073778376 140734877515712 18446744073709551615 230820981657 0 4 0 16800975 18446604471117425472 0 0 -1 7 0 0 0
[pid=7551/tid=7559] ppid=7549 vsize=15697860 CPUtime=0.02 cores=1,3,5,7
/proc/7551/task/7559/stat : 7559 (java) S 7549 7551 7348 0 -1 4202560 4678 0 0 0 1 1 0 0 16 0 22 0 521259773 16074608640 115506 33554432000 1073741824 1073778376 140734877515712 18446744073709551615 230820981657 0 4 0 16800975 18446604471117425472 0 0 -1 3 0 0 0
[pid=7551/tid=7560] ppid=7549 vsize=15697860 CPUtime=0.05 cores=1,3,5,7
/proc/7551/task/7560/stat : 7560 (java) S 7549 7551 7348 0 -1 4202560 10505 0 0 0 4 1 0 0 16 0 22 0 521259773 16074608640 115506 33554432000 1073741824 1073778376 140734877515712 18446744073709551615 230820981657 0 4 0 16800975 18446604471117425472 0 0 -1 5 0 0 0
[pid=7551/tid=7561] ppid=7549 vsize=15697860 CPUtime=0.02 cores=1,3,5,7
/proc/7551/task/7561/stat : 7561 (java) S 7549 7551 7348 0 -1 4202560 4546 0 0 0 2 0 0 0 15 0 22 0 521259773 16074608640 115506 33554432000 1073741824 1073778376 140734877515712 18446744073709551615 230820981657 0 4 0 16800975 18446604471117425472 0 0 -1 1 0 0 0

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

[pid=7551/tid=7571] ppid=7549 vsize=15697860 CPUtime=1044.42 cores=1,3,5,7
/proc/7551/task/7571/stat : 7571 (java) R 7549 7551 7348 0 -1 4202560 431138 0 0 0 104386 56 0 0 25 0 22 0 521259853 16074608640 323692 33554432000 1073741824 1073778376 140734877515712 18446744073709551615 46912506267243 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=7551/tid=7572] ppid=7549 vsize=15697860 CPUtime=1045.81 cores=1,3,5,7
/proc/7551/task/7572/stat : 7572 (java) R 7549 7551 7348 0 -1 4202560 549647 0 0 0 104512 69 0 0 25 0 22 0 521259853 16074608640 323692 33554432000 1073741824 1073778376 140734877515712 18446744073709551615 46912506267288 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=7551/tid=7573] ppid=7549 vsize=15697860 CPUtime=1045.2 cores=1,3,5,7
/proc/7551/task/7573/stat : 7573 (java) R 7549 7551 7348 0 -1 4202560 456899 0 0 0 104460 60 0 0 25 0 22 0 521259853 16074608640 323692 33554432000 1073741824 1073778376 140734877515712 18446744073709551615 46912506754472 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4218.89
Current children cumulated vsize (KiB) 15697860

[startup+1122.3 s]
/proc/loadavg: 8.09 8.07 8.01 9/220 7606
/proc/meminfo: memFree=24414892/32951124 swapFree=67111524/67111528
[pid=7551] ppid=7549 vsize=15697860 CPUtime=4457.9 cores=1,3,5,7
/proc/7551/stat : 7551 (java) S 7549 7551 7348 0 -1 4202496 3572656 0 1 0 445197 593 0 0 25 0 22 0 521259772 16074608640 304209 33554432000 1073741824 1073778376 140734877515712 18446744073709551615 230820968421 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/7551/statm: 3924465 304209 2300 9 0 3915184 0
[pid=7551/tid=7552] ppid=7549 vsize=15697860 CPUtime=3.41 cores=1,3,5,7
/proc/7551/task/7552/stat : 7552 (java) S 7549 7551 7348 0 -1 4202560 35689 0 1 0 337 4 0 0 23 0 22 0 521259773 16074608640 304209 33554432000 1073741824 1073778376 140734877515712 18446744073709551615 230820981657 0 4 0 16800975 18446604471117425472 0 0 -1 5 0 0 0
[pid=7551/tid=7554] ppid=7549 vsize=15697860 CPUtime=3.9 cores=1,3,5,7
/proc/7551/task/7554/stat : 7554 (java) S 7549 7551 7348 0 -1 4202560 191074 0 0 0 357 33 0 0 15 0 22 0 521259773 16074608640 304209 33554432000 1073741824 1073778376 140734877515712 18446744073709551615 230820981657 0 4 0 16800975 18446604471117425472 0 0 -1 1 0 0 0
[pid=7551/tid=7555] ppid=7549 vsize=15697860 CPUtime=3.83 cores=1,3,5,7
/proc/7551/task/7555/stat : 7555 (java) S 7549 7551 7348 0 -1 4202560 193762 0 0 0 350 33 0 0 15 0 22 0 521259773 16074608640 304209 33554432000 1073741824 1073778376 140734877515712 18446744073709551615 230820981657 0 4 0 16800975 18446604471117425472 0 0 -1 5 0 0 0
[pid=7551/tid=7556] ppid=7549 vsize=15697860 CPUtime=3.88 cores=1,3,5,7
/proc/7551/task/7556/stat : 7556 (java) S 7549 7551 7348 0 -1 4202560 183092 0 0 0 357 31 0 0 15 0 22 0 521259773 16074608640 304209 33554432000 1073741824 1073778376 140734877515712 18446744073709551615 230820981657 0 4 0 16800975 18446604471117425472 0 0 -1 3 0 0 0
[pid=7551/tid=7557] ppid=7549 vsize=15697860 CPUtime=3.97 cores=1,3,5,7
/proc/7551/task/7557/stat : 7557 (java) S 7549 7551 7348 0 -1 4202560 181694 0 0 0 368 29 0 0 16 0 22 0 521259773 16074608640 304209 33554432000 1073741824 1073778376 140734877515712 18446744073709551615 230820981657 0 4 0 16800975 18446604471117425472 0 0 -1 3 0 0 0
[pid=7551/tid=7558] ppid=7549 vsize=15697860 CPUtime=3.88 cores=1,3,5,7
/proc/7551/task/7558/stat : 7558 (java) S 7549 7551 7348 0 -1 4202560 198559 0 0 0 355 33 0 0 16 0 22 0 521259773 16074608640 304209 33554432000 1073741824 1073778376 140734877515712 18446744073709551615 230820981657 0 4 0 16800975 18446604471117425472 0 0 -1 7 0 0 0
[pid=7551/tid=7559] ppid=7549 vsize=15697860 CPUtime=4 cores=1,3,5,7
/proc/7551/task/7559/stat : 7559 (java) S 7549 7551 7348 0 -1 4202560 178261 0 0 0 370 30 0 0 15 0 22 0 521259773 16074608640 304209 33554432000 1073741824 1073778376 140734877515712 18446744073709551615 230820981657 0 4 0 16800975 18446604471117425472 0 0 -1 3 0 0 0
[pid=7551/tid=7560] ppid=7549 vsize=15697860 CPUtime=3.94 cores=1,3,5,7
/proc/7551/task/7560/stat : 7560 (java) S 7549 7551 7348 0 -1 4202560 199597 0 0 0 362 32 0 0 16 0 22 0 521259773 16074608640 304209 33554432000 1073741824 1073778376 140734877515712 18446744073709551615 230820981657 0 4 0 16800975 18446604471117425472 0 0 -1 1 0 0 0
[pid=7551/tid=7561] ppid=7549 vsize=15697860 CPUtime=4 cores=1,3,5,7
/proc/7551/task/7561/stat : 7561 (java) S 7549 7551 7348 0 -1 4202560 207514 0 0 0 367 33 0 0 16 0 22 0 521259773 16074608640 304209 33554432000 1073741824 1073778376 140734877515712 18446744073709551615 230820981657 0 4 0 16800975 18446604471117425472 0 0 -1 5 0 0 0
[pid=7551/tid=7562] ppid=7549 vsize=15697860 CPUtime=2.41 cores=1,3,5,7
/proc/7551/task/7562/stat : 7562 (java) S 7549 7551 7348 0 -1 4202560 11509 0 0 0 173 68 0 0 15 0 22 0 521259774 16074608640 304209 33554432000 1073741824 1073778376 140734877515712 18446744073709551615 230820982272 0 0 0 16800975 18446604471117425472 0 0 -1 5 0 0 0
[pid=7551/tid=7563] ppid=7549 vsize=15697860 CPUtime=0 cores=1,3,5,7
/proc/7551/task/7563/stat : 7563 (java) S 7549 7551 7348 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 521259775 16074608640 304209 33554432000 1073741824 1073778376 140734877515712 18446744073709551615 230820981657 0 4 0 16800975 18446604471117425472 0 0 -1 3 0 0 0
[pid=7551/tid=7564] ppid=7549 vsize=15697860 CPUtime=0 cores=1,3,5,7
/proc/7551/task/7564/stat : 7564 (java) S 7549 7551 7348 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 521259775 16074608640 304209 33554432000 1073741824 1073778376 140734877515712 18446744073709551615 230820981657 0 4 0 16800975 18446604471117425472 0 0 -1 3 0 0 0
[pid=7551/tid=7565] ppid=7549 vsize=15697860 CPUtime=0 cores=1,3,5,7
/proc/7551/task/7565/stat : 7565 (java) S 7549 7551 7348 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 521259777 16074608640 304209 33554432000 1073741824 1073778376 140734877515712 18446744073709551615 230820989361 0 4 0 16800975 18446604471117425472 0 0 -1 5 0 0 0
[pid=7551/tid=7566] ppid=7549 vsize=15697860 CPUtime=2.68 cores=1,3,5,7
/proc/7551/task/7566/stat : 7566 (java) S 7549 7551 7348 0 -1 4202560 23326 0 0 0 265 3 0 0 15 0 22 0 521259777 16074608640 304209 33554432000 1073741824 1073778376 140734877515712 18446744073709551615 230820981657 0 4 0 16800975 18446604471117425472 0 0 -1 5 0 0 0
[pid=7551/tid=7567] ppid=7549 vsize=15697860 CPUtime=1.61 cores=1,3,5,7
/proc/7551/task/7567/stat : 7567 (java) S 7549 7551 7348 0 -1 4202560 6372 0 0 0 160 1 0 0 16 0 22 0 521259777 16074608640 304209 33554432000 1073741824 1073778376 140734877515712 18446744073709551615 230820981657 0 4 0 16800975 18446604471117425472 0 0 -1 1 0 0 0
[pid=7551/tid=7568] ppid=7549 vsize=15697860 CPUtime=0 cores=1,3,5,7
/proc/7551/task/7568/stat : 7568 (java) S 7549 7551 7348 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 521259777 16074608640 304209 33554432000 1073741824 1073778376 140734877515712 18446744073709551615 230820981657 0 4 0 16800975 18446604471117425472 0 0 -1 5 0 0 0
[pid=7551/tid=7569] ppid=7549 vsize=15697860 CPUtime=0 cores=1,3,5,7
/proc/7551/task/7569/stat : 7569 (java) S 7549 7551 7348 0 -1 4202560 64 0 0 0 0 0 0 0 15 0 22 0 521259777 16074608640 304209 33554432000 1073741824 1073778376 140734877515712 18446744073709551615 230820982272 0 4 0 16800975 18446604471117425472 0 0 -1 5 0 0 0
[pid=7551/tid=7570] ppid=7549 vsize=15697860 CPUtime=1102.86 cores=1,3,5,7
/proc/7551/task/7570/stat : 7570 (java) R 7549 7551 7348 0 -1 4202560 464724 0 0 0 110225 61 0 0 25 0 22 0 521259853 16074608640 304209 33554432000 1073741824 1073778376 140734877515712 18446744073709551615 46912505697893 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=7551/tid=7571] ppid=7549 vsize=15697860 CPUtime=1103.63 cores=1,3,5,7
/proc/7551/task/7571/stat : 7571 (java) R 7549 7551 7348 0 -1 4202560 446851 0 0 0 110305 58 0 0 25 0 22 0 521259853 16074608640 304209 33554432000 1073741824 1073778376 140734877515712 18446744073709551615 46912506267243 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=7551/tid=7572] ppid=7549 vsize=15697860 CPUtime=1105.14 cores=1,3,5,7
/proc/7551/task/7572/stat : 7572 (java) R 7549 7551 7348 0 -1 4202560 571846 0 0 0 110442 72 0 0 25 0 22 0 521259853 16074608640 304209 33554432000 1073741824 1073778376 140734877515712 18446744073709551615 46912505650278 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=7551/tid=7573] ppid=7549 vsize=15697860 CPUtime=1104.58 cores=1,3,5,7
/proc/7551/task/7573/stat : 7573 (java) R 7549 7551 7348 0 -1 4202560 477338 0 0 0 110395 63 0 0 25 0 22 0 521259853 16074608640 304209 33554432000 1073741824 1073778376 140734877515712 18446744073709551615 46912506752987 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4457.9
Current children cumulated vsize (KiB) 15697860

[startup+1182.3 s]
/proc/loadavg: 8.08 8.07 8.01 9/220 7607
/proc/meminfo: memFree=24510688/32951124 swapFree=67111524/67111528
[pid=7551] ppid=7549 vsize=15697860 CPUtime=4696.13 cores=1,3,5,7
/proc/7551/stat : 7551 (java) S 7549 7551 7348 0 -1 4202496 3712292 0 1 0 468997 616 0 0 25 0 22 0 521259772 16074608640 272153 33554432000 1073741824 1073778376 140734877515712 18446744073709551615 230820968421 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/7551/statm: 3924465 272153 2300 9 0 3915184 0
[pid=7551/tid=7552] ppid=7549 vsize=15697860 CPUtime=3.41 cores=1,3,5,7
/proc/7551/task/7552/stat : 7552 (java) S 7549 7551 7348 0 -1 4202560 35689 0 1 0 337 4 0 0 23 0 22 0 521259773 16074608640 272153 33554432000 1073741824 1073778376 140734877515712 18446744073709551615 230820981657 0 4 0 16800975 18446604471117425472 0 0 -1 5 0 0 0
[pid=7551/tid=7554] ppid=7549 vsize=15697860 CPUtime=4.12 cores=1,3,5,7
/proc/7551/task/7554/stat : 7554 (java) S 7549 7551 7348 0 -1 4202560 196725 0 0 0 378 34 0 0 16 0 22 0 521259773 16074608640 272153 33554432000 1073741824 1073778376 140734877515712 18446744073709551615 230820981657 0 4 0 16800975 18446604471117425472 0 0 -1 7 0 0 0
[pid=7551/tid=7555] ppid=7549 vsize=15697860 CPUtime=4.05 cores=1,3,5,7
/proc/7551/task/7555/stat : 7555 (java) S 7549 7551 7348 0 -1 4202560 198288 0 0 0 371 34 0 0 15 0 22 0 521259773 16074608640 272153 33554432000 1073741824 1073778376 140734877515712 18446744073709551615 230820981657 0 4 0 16800975 18446604471117425472 0 0 -1 1 0 0 0
[pid=7551/tid=7556] ppid=7549 vsize=15697860 CPUtime=4.08 cores=1,3,5,7
/proc/7551/task/7556/stat : 7556 (java) S 7549 7551 7348 0 -1 4202560 191360 0 0 0 375 33 0 0 15 0 22 0 521259773 16074608640 272153 33554432000 1073741824 1073778376 140734877515712 18446744073709551615 230820981657 0 4 0 16800975 18446604471117425472 0 0 -1 7 0 0 0
[pid=7551/tid=7557] ppid=7549 vsize=15697860 CPUtime=4.21 cores=1,3,5,7
/proc/7551/task/7557/stat : 7557 (java) S 7549 7551 7348 0 -1 4202560 188323 0 0 0 391 30 0 0 15 0 22 0 521259773 16074608640 272153 33554432000 1073741824 1073778376 140734877515712 18446744073709551615 230820981657 0 4 0 16800975 18446604471117425472 0 0 -1 3 0 0 0
[pid=7551/tid=7558] ppid=7549 vsize=15697860 CPUtime=4.12 cores=1,3,5,7
/proc/7551/task/7558/stat : 7558 (java) S 7549 7551 7348 0 -1 4202560 203965 0 0 0 378 34 0 0 15 0 22 0 521259773 16074608640 272153 33554432000 1073741824 1073778376 140734877515712 18446744073709551615 230820981657 0 4 0 16800975 18446604471117425472 0 0 -1 5 0 0 0
[pid=7551/tid=7559] ppid=7549 vsize=15697860 CPUtime=4.23 cores=1,3,5,7
/proc/7551/task/7559/stat : 7559 (java) S 7549 7551 7348 0 -1 4202560 185159 0 0 0 392 31 0 0 15 0 22 0 521259773 16074608640 272153 33554432000 1073741824 1073778376 140734877515712 18446744073709551615 230820981657 0 4 0 16800975 18446604471117425472 0 0 -1 7 0 0 0
[pid=7551/tid=7560] ppid=7549 vsize=15697860 CPUtime=4.12 cores=1,3,5,7
/proc/7551/task/7560/stat : 7560 (java) S 7549 7551 7348 0 -1 4202560 202492 0 0 0 380 32 0 0 16 0 22 0 521259773 16074608640 272153 33554432000 1073741824 1073778376 140734877515712 18446744073709551615 230820981657 0 4 0 16800975 18446604471117425472 0 0 -1 5 0 0 0
[pid=7551/tid=7561] ppid=7549 vsize=15697860 CPUtime=4.24 cores=1,3,5,7
/proc/7551/task/7561/stat : 7561 (java) S 7549 7551 7348 0 -1 4202560 216215 0 0 0 389 35 0 0 15 0 22 0 521259773 16074608640 272153 33554432000 1073741824 1073778376 140734877515712 18446744073709551615 230820981657 0 4 0 16800975 18446604471117425472 0 0 -1 1 0 0 0
[pid=7551/tid=7562] ppid=7549 vsize=15697860 CPUtime=2.53 cores=1,3,5,7
/proc/7551/task/7562/stat : 7562 (java) S 7549 7551 7348 0 -1 4202560 12075 0 0 0 182 71 0 0 16 0 22 0 521259774 16074608640 272153 33554432000 1073741824 1073778376 140734877515712 18446744073709551615 230820982272 0 0 0 16800975 18446604471117425472 0 0 -1 3 0 0 0
[pid=7551/tid=7563] ppid=7549 vsize=15697860 CPUtime=0 cores=1,3,5,7
/proc/7551/task/7563/stat : 7563 (java) S 7549 7551 7348 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 521259775 16074608640 272153 33554432000 1073741824 1073778376 140734877515712 18446744073709551615 230820981657 0 4 0 16800975 18446604471117425472 0 0 -1 3 0 0 0
[pid=7551/tid=7564] ppid=7549 vsize=15697860 CPUtime=0 cores=1,3,5,7
/proc/7551/task/7564/stat : 7564 (java) S 7549 7551 7348 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 521259775 16074608640 272153 33554432000 1073741824 1073778376 140734877515712 18446744073709551615 230820981657 0 4 0 16800975 18446604471117425472 0 0 -1 3 0 0 0
[pid=7551/tid=7565] ppid=7549 vsize=15697860 CPUtime=0 cores=1,3,5,7
/proc/7551/task/7565/stat : 7565 (java) S 7549 7551 7348 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 521259777 16074608640 272153 33554432000 1073741824 1073778376 140734877515712 18446744073709551615 230820989361 0 4 0 16800975 18446604471117425472 0 0 -1 5 0 0 0
[pid=7551/tid=7566] ppid=7549 vsize=15697860 CPUtime=2.68 cores=1,3,5,7
/proc/7551/task/7566/stat : 7566 (java) S 7549 7551 7348 0 -1 4202560 23326 0 0 0 265 3 0 0 15 0 22 0 521259777 16074608640 272153 33554432000 1073741824 1073778376 140734877515712 18446744073709551615 230820981657 0 4 0 16800975 18446604471117425472 0 0 -1 5 0 0 0
[pid=7551/tid=7567] ppid=7549 vsize=15697860 CPUtime=1.61 cores=1,3,5,7
/proc/7551/task/7567/stat : 7567 (java) S 7549 7551 7348 0 -1 4202560 6372 0 0 0 160 1 0 0 16 0 22 0 521259777 16074608640 272153 33554432000 1073741824 1073778376 140734877515712 18446744073709551615 230820981657 0 4 0 16800975 18446604471117425472 0 0 -1 1 0 0 0
[pid=7551/tid=7568] ppid=7549 vsize=15697860 CPUtime=0 cores=1,3,5,7
/proc/7551/task/7568/stat : 7568 (java) S 7549 7551 7348 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 521259777 16074608640 272153 33554432000 1073741824 1073778376 140734877515712 18446744073709551615 230820981657 0 4 0 16800975 18446604471117425472 0 0 -1 5 0 0 0
[pid=7551/tid=7569] ppid=7549 vsize=15697860 CPUtime=0 cores=1,3,5,7
/proc/7551/task/7569/stat : 7569 (java) S 7549 7551 7348 0 -1 4202560 68 0 0 0 0 0 0 0 15 0 22 0 521259777 16074608640 272153 33554432000 1073741824 1073778376 140734877515712 18446744073709551615 230820982272 0 4 0 16800975 18446604471117425472 0 0 -1 1 0 0 0
[pid=7551/tid=7570] ppid=7549 vsize=15697860 CPUtime=1162 cores=1,3,5,7
/proc/7551/task/7570/stat : 7570 (java) R 7549 7551 7348 0 -1 4202560 482827 0 0 0 116135 65 0 0 25 0 22 0 521259853 16074608640 272153 33554432000 1073741824 1073778376 140734877515712 18446744073709551615 46912506516008 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=7551/tid=7571] ppid=7549 vsize=15697860 CPUtime=1162.18 cores=1,3,5,7
/proc/7551/task/7571/stat : 7571 (java) R 7549 7551 7348 0 -1 4202560 471291 0 0 0 116158 60 0 0 25 0 22 0 521259853 16074608640 272153 33554432000 1073741824 1073778376 140734877515712 18446744073709551615 46912506733291 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=7551/tid=7572] ppid=7549 vsize=15697860 CPUtime=1164.43 cores=1,3,5,7
/proc/7551/task/7572/stat : 7572 (java) R 7549 7551 7348 0 -1 4202560 596571 0 0 0 116368 75 0 0 25 0 22 0 521259853 16074608640 272153 33554432000 1073741824 1073778376 140734877515712 18446744073709551615 46912506516183 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=7551/tid=7573] ppid=7549 vsize=15697860 CPUtime=1163.95 cores=1,3,5,7
/proc/7551/task/7573/stat : 7573 (java) R 7549 7551 7348 0 -1 4202560 500162 0 0 0 116330 65 0 0 25 0 22 0 521259853 16074608640 272153 33554432000 1073741824 1073778376 140734877515712 18446744073709551615 46912506140580 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4696.13
Current children cumulated vsize (KiB) 15697860



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1208.4 s]
/proc/loadavg: 7.52 7.95 7.97 6/220 7659
/proc/meminfo: memFree=24095444/32951124 swapFree=67111524/67111528
[pid=7551] ppid=7549 vsize=15697860 CPUtime=4800.27 cores=1,3,5,7
/proc/7551/stat : 7551 (java) S 7549 7551 7348 0 -1 4202496 3835960 0 1 0 479394 633 0 0 25 0 22 0 521259772 16074608640 345456 33554432000 1073741824 1073778376 140734877515712 18446744073709551615 230820968421 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/7551/statm: 3924465 345456 2300 9 0 3915184 0
[pid=7551/tid=7552] ppid=7549 vsize=15697860 CPUtime=3.41 cores=1,3,5,7
/proc/7551/task/7552/stat : 7552 (java) S 7549 7551 7348 0 -1 4202560 35689 0 1 0 337 4 0 0 23 0 22 0 521259773 16074608640 345456 33554432000 1073741824 1073778376 140734877515712 18446744073709551615 230820981657 0 4 0 16800975 18446604471117425472 0 0 -1 5 0 0 0
[pid=7551/tid=7554] ppid=7549 vsize=15697860 CPUtime=4.21 cores=1,3,5,7
/proc/7551/task/7554/stat : 7554 (java) S 7549 7551 7348 0 -1 4202560 203161 0 0 0 386 35 0 0 16 0 22 0 521259773 16074608640 345456 33554432000 1073741824 1073778376 140734877515712 18446744073709551615 230820981657 0 4 0 16800975 18446604471117425472 0 0 -1 1 0 0 0
[pid=7551/tid=7555] ppid=7549 vsize=15697860 CPUtime=4.14 cores=1,3,5,7
/proc/7551/task/7555/stat : 7555 (java) S 7549 7551 7348 0 -1 4202560 201780 0 0 0 379 35 0 0 16 0 22 0 521259773 16074608640 345456 33554432000 1073741824 1073778376 140734877515712 18446744073709551615 230820981657 0 4 0 16800975 18446604471117425472 0 0 -1 3 0 0 0
[pid=7551/tid=7556] ppid=7549 vsize=15697860 CPUtime=4.17 cores=1,3,5,7
/proc/7551/task/7556/stat : 7556 (java) S 7549 7551 7348 0 -1 4202560 197382 0 0 0 383 34 0 0 16 0 22 0 521259773 16074608640 345456 33554432000 1073741824 1073778376 140734877515712 18446744073709551615 230820981657 0 4 0 16800975 18446604471117425472 0 0 -1 7 0 0 0
[pid=7551/tid=7557] ppid=7549 vsize=15697860 CPUtime=4.32 cores=1,3,5,7
/proc/7551/task/7557/stat : 7557 (java) S 7549 7551 7348 0 -1 4202560 196361 0 0 0 401 31 0 0 15 0 22 0 521259773 16074608640 345456 33554432000 1073741824 1073778376 140734877515712 18446744073709551615 230820981657 0 4 0 16800975 18446604471117425472 0 0 -1 1 0 0 0
[pid=7551/tid=7558] ppid=7549 vsize=15697860 CPUtime=4.19 cores=1,3,5,7
/proc/7551/task/7558/stat : 7558 (java) S 7549 7551 7348 0 -1 4202560 207468 0 0 0 384 35 0 0 15 0 22 0 521259773 16074608640 345456 33554432000 1073741824 1073778376 140734877515712 18446744073709551615 230820981657 0 4 0 16800975 18446604471117425472 0 0 -1 1 0 0 0
[pid=7551/tid=7559] ppid=7549 vsize=15697860 CPUtime=4.34 cores=1,3,5,7
/proc/7551/task/7559/stat : 7559 (java) S 7549 7551 7348 0 -1 4202560 192221 0 0 0 402 32 0 0 16 0 22 0 521259773 16074608640 345456 33554432000 1073741824 1073778376 140734877515712 18446744073709551615 230820981657 0 4 0 16800975 18446604471117425472 0 0 -1 5 0 0 0
[pid=7551/tid=7560] ppid=7549 vsize=15697860 CPUtime=4.21 cores=1,3,5,7
/proc/7551/task/7560/stat : 7560 (java) S 7549 7551 7348 0 -1 4202560 206985 0 0 0 388 33 0 0 15 0 22 0 521259773 16074608640 345456 33554432000 1073741824 1073778376 140734877515712 18446744073709551615 230820981657 0 4 0 16800975 18446604471117425472 0 0 -1 7 0 0 0
[pid=7551/tid=7561] ppid=7549 vsize=15697860 CPUtime=4.33 cores=1,3,5,7
/proc/7551/task/7561/stat : 7561 (java) S 7549 7551 7348 0 -1 4202560 222286 0 0 0 397 36 0 0 15 0 22 0 521259773 16074608640 345456 33554432000 1073741824 1073778376 140734877515712 18446744073709551615 230820981657 0 4 0 16800975 18446604471117425472 0 0 -1 5 0 0 0
[pid=7551/tid=7562] ppid=7549 vsize=15697860 CPUtime=2.54 cores=1,3,5,7
/proc/7551/task/7562/stat : 7562 (java) S 7549 7551 7348 0 -1 4202560 12332 0 0 0 182 72 0 0 15 0 22 0 521259774 16074608640 345456 33554432000 1073741824 1073778376 140734877515712 18446744073709551615 230820982272 0 0 0 16800975 18446604471117425472 0 0 -1 7 0 0 0
[pid=7551/tid=7563] ppid=7549 vsize=15697860 CPUtime=0 cores=1,3,5,7
/proc/7551/task/7563/stat : 7563 (java) S 7549 7551 7348 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 521259775 16074608640 345456 33554432000 1073741824 1073778376 140734877515712 18446744073709551615 230820981657 0 4 0 16800975 18446604471117425472 0 0 -1 3 0 0 0
[pid=7551/tid=7564] ppid=7549 vsize=15697860 CPUtime=0 cores=1,3,5,7
/proc/7551/task/7564/stat : 7564 (java) S 7549 7551 7348 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 521259775 16074608640 345456 33554432000 1073741824 1073778376 140734877515712 18446744073709551615 230820981657 0 4 0 16800975 18446604471117425472 0 0 -1 3 0 0 0
[pid=7551/tid=7565] ppid=7549 vsize=15697860 CPUtime=0 cores=1,3,5,7
/proc/7551/task/7565/stat : 7565 (java) S 7549 7551 7348 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 521259777 16074608640 345456 33554432000 1073741824 1073778376 140734877515712 18446744073709551615 230820989361 0 4 0 16800975 18446604471117425472 0 0 -1 5 0 0 0
[pid=7551/tid=7566] ppid=7549 vsize=15697860 CPUtime=2.68 cores=1,3,5,7
/proc/7551/task/7566/stat : 7566 (java) S 7549 7551 7348 0 -1 4202560 23326 0 0 0 265 3 0 0 15 0 22 0 521259777 16074608640 345456 33554432000 1073741824 1073778376 140734877515712 18446744073709551615 230820981657 0 4 0 16800975 18446604471117425472 0 0 -1 5 0 0 0
[pid=7551/tid=7567] ppid=7549 vsize=15697860 CPUtime=1.61 cores=1,3,5,7
/proc/7551/task/7567/stat : 7567 (java) S 7549 7551 7348 0 -1 4202560 6372 0 0 0 160 1 0 0 16 0 22 0 521259777 16074608640 345456 33554432000 1073741824 1073778376 140734877515712 18446744073709551615 230820981657 0 4 0 16800975 18446604471117425472 0 0 -1 1 0 0 0
[pid=7551/tid=7568] ppid=7549 vsize=15697860 CPUtime=0 cores=1,3,5,7
/proc/7551/task/7568/stat : 7568 (java) S 7549 7551 7348 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 521259777 16074608640 345456 33554432000 1073741824 1073778376 140734877515712 18446744073709551615 230820981657 0 4 0 16800975 18446604471117425472 0 0 -1 5 0 0 0
[pid=7551/tid=7569] ppid=7549 vsize=15697860 CPUtime=0 cores=1,3,5,7
/proc/7551/task/7569/stat : 7569 (java) S 7549 7551 7348 0 -1 4202560 70 0 0 0 0 0 0 0 15 0 22 0 521259777 16074608640 345456 33554432000 1073741824 1073778376 140734877515712 18446744073709551615 230820982272 0 4 0 16800975 18446604471117425472 0 0 -1 7 0 0 0
[pid=7551/tid=7570] ppid=7549 vsize=15697860 CPUtime=1187.73 cores=1,3,5,7
/proc/7551/task/7570/stat : 7570 (java) R 7549 7551 7348 0 -1 4202560 498132 0 0 0 118707 66 0 0 25 0 22 0 521259853 16074608640 345456 33554432000 1073741824 1073778376 140734877515712 18446744073709551615 46912506267125 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=7551/tid=7571] ppid=7549 vsize=15697860 CPUtime=1188.07 cores=1,3,5,7
/proc/7551/task/7571/stat : 7571 (java) R 7549 7551 7348 0 -1 4202560 491209 0 0 0 118745 62 0 0 25 0 22 0 521259853 16074608640 345456 33554432000 1073741824 1073778376 140734877515712 18446744073709551615 46912506443690 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=7551/tid=7572] ppid=7549 vsize=15697860 CPUtime=1190.31 cores=1,3,5,7
/proc/7551/task/7572/stat : 7572 (java) R 7549 7551 7348 0 -1 4202560 619133 0 0 0 118953 78 0 0 25 0 22 0 521259853 16074608640 345456 33554432000 1073741824 1073778376 140734877515712 18446744073709551615 46912506267516 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=7551/tid=7573] ppid=7549 vsize=15697860 CPUtime=1189.83 cores=1,3,5,7
/proc/7551/task/7573/stat : 7573 (java) R 7549 7551 7348 0 -1 4202560 520669 0 0 0 118915 68 0 0 25 0 22 0 521259853 16074608640 345456 33554432000 1073741824 1073778376 140734877515712 18446744073709551615 18446744073699065939 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4800.27
Current children cumulated vsize (KiB) 15697860

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

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

Child status: 143
Real time (s): 1208.48
CPU time (s): 4800.39
CPU user time (s): 4793.99
CPU system time (s): 6.39403
CPU usage (%): 397.224
Max. virtual memory (cumulated for all children) (KiB): 15697860

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4793.99
system time used= 6.39403
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3835990
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= 85201
involuntary context switches= 80043

runsolver used 2.14867 second user time and 4.50432 second system time

The end

Launcher Data

Begin job on node104 at 2011-04-29 19:03:13
IDJOB=3312027
IDBENCH=82344
IDSOLVER=1698
FILE ID=node104/3312027-1304096593
RUNJOBID= node104-1304095362-7367
PBS_JOBID= 13170596
Free space on /tmp= 71544 MiB

SOLVER NAME= STRUCTure 0.1 (hbr=2)
BENCH NAME= SAT11/application/fuhs/AProVE11/AProVE11-12.cnf
COMMAND LINE= run 15000 NBCORE TMPDIR DIR BENCHNAME -hbr 2
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3312027-1304096593/watcher-3312027-1304096593 -o /tmp/evaluation-result-3312027-1304096593/solver-3312027-1304096593 -C 4800 -W 1300 -M 15500  run 15000 4 HOME HOME HOME/instance-3312027-1304096593.cnf -hbr 2

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

MD5SUM BENCH= 0b6cc776e6aaf9a3d9a563b081e634be
RANDOM SEED=1095618121

node104.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.855
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.71
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.855
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.855
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.67
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.855
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.80
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.855
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	: 5293.18
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.855
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.855
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.855
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.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      24963420 kB
Buffers:       1884816 kB
Cached:        4363764 kB
SwapCached:          4 kB
Active:        1301796 kB
Inactive:      6139532 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      24963420 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:            6692 kB
Writeback:           0 kB
AnonPages:     1192740 kB
Mapped:          23432 kB
Slab:           480400 kB
PageTables:       6856 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  2286736 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= 71528 MiB
End job on node104 at 2011-04-29 19:23:24