Trace number 3312521

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.34 1207.23

General information on the benchmark

Namerandom/medium/
unif-k7-r89-v70-c6230-S944754256-018.SATISFIABLE.cnf
MD5SUMdb18d6e256ea6948d91cc6cd8858dc3d
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.400938
Satisfiable
(Un)Satisfiability was proved
Number of variables70
Number of clauses6230
Sum of the clauses size43610
Maximum clause length7
Minimum clause length7
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 56230

Solver Data

0.11/0.11	19:39 INFO : Reading from input HOME/instance-3312521-1304119179.cnf
0.52/0.32	Executor set job limit to 1000000
0.52/0.32	Executor set job limit to 1000000
0.52/0.32	Executor set job limit to 1000000
0.52/0.32	Executor set job limit to 1000000
0.52/0.32	Starting Executor!
0.52/0.32	Starting Executor!
0.52/0.32	Starting Executor!
0.52/0.32	Starting Executor!
1.00/0.52	19:39 INFO : 70 variables remaining out of 70
1.00/0.52	19:39 INFO : 49840 literals remaining out of 49840

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-3312521-1304119179/watcher-3312521-1304119179 -o /tmp/evaluation-result-3312521-1304119179/solver-3312521-1304119179 -C 4800 -W 1300 -M 15500 run 15000 4 HOME HOME HOME/instance-3312521-1304119179.cnf 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 4800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 4830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 7.75 8.06 8.04 5/198 4544
/proc/meminfo: memFree=30429032/32951124 swapFree=67110188/67111528
[pid=4544] ppid=4542 vsize=28384 CPUtime=0 cores=1,3,5,7
/proc/4544/stat : 4544 (java) S 4542 4544 4339 0 -1 4202496 1429 0 0 0 0 0 0 0 25 0 2 0 523518628 29065216 898 33554432000 1073741824 1073778376 140736645572144 18446744073709551615 222933579749 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/4544/statm: 7096 898 686 9 0 381 0
[pid=4544/tid=4545] ppid=4542 vsize=30528 CPUtime=0 cores=1,3,5,7
/proc/4544/task/4545/stat : 4545 (java) R 4542 4544 4339 0 -1 4202560 108 0 0 0 0 0 0 0 25 0 2 0 523518629 31260672 928 33554432000 1073741824 1073778376 140736645572144 18446744073709551615 222916808996 0 0 4096 0 0 0 0 -1 3 0 0 0

[startup+0.0316049 s]
/proc/loadavg: 7.75 8.06 8.04 5/198 4544
/proc/meminfo: memFree=30429032/32951124 swapFree=67110188/67111528
[pid=4544] ppid=4542 vsize=15604248 CPUtime=0.02 cores=1,3,5,7
/proc/4544/stat : 4544 (java) S 4542 4544 4339 0 -1 4202496 3631 0 1 0 2 0 0 0 25 0 13 0 523518628 15978749952 3070 33554432000 1073741824 1073778376 140736645572144 18446744073709551615 222933579749 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0
/proc/4544/statm: 3901062 3070 1673 9 0 3891810 0
[pid=4544/tid=4545] ppid=4542 vsize=15604248 CPUtime=0.01 cores=1,3,5,7
/proc/4544/task/4545/stat : 4545 (java) R 4542 4544 4339 0 -1 4202560 2240 0 1 0 1 0 0 0 25 0 13 0 523518629 15978749952 3070 33554432000 1073741824 1073778376 140736645572144 18446744073709551615 222933603787 0 4 0 16784584 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 15604248

[startup+0.100595 s]
/proc/loadavg: 7.75 8.06 8.04 5/198 4544
/proc/meminfo: memFree=30429032/32951124 swapFree=67110188/67111528
[pid=4544] ppid=4542 vsize=15676188 CPUtime=0.11 cores=1,3,5,7
/proc/4544/stat : 4544 (java) S 4542 4544 4339 0 -1 4202496 5615 0 1 0 10 1 0 0 25 0 18 0 523518628 16052416512 5026 33554432000 1073741824 1073778376 140736645572144 18446744073709551615 222933579749 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/4544/statm: 3919047 5026 2118 9 0 3909766 0
[pid=4544/tid=4545] ppid=4542 vsize=15676188 CPUtime=0.09 cores=1,3,5,7
/proc/4544/task/4545/stat : 4545 (java) R 4542 4544 4339 0 -1 4202560 3449 0 1 0 8 1 0 0 18 0 18 0 523518629 16052416512 5026 33554432000 1073741824 1073778376 140736645572144 18446744073709551615 47410271235973 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 15676188

[startup+0.30056 s]
/proc/loadavg: 7.75 8.06 8.04 5/198 4544
/proc/meminfo: memFree=30429032/32951124 swapFree=67110188/67111528
[pid=4544] ppid=4542 vsize=15681924 CPUtime=0.52 cores=1,3,5,7
/proc/4544/stat : 4544 (java) S 4542 4544 4339 0 -1 4202496 15489 0 1 0 50 2 0 0 25 0 18 0 523518628 16058290176 13634 33554432000 1073741824 1073778376 140736645572144 18446744073709551615 222933579749 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/4544/statm: 3920481 13641 2208 9 0 3911200 0
[pid=4544/tid=4545] ppid=4542 vsize=15681924 CPUtime=0.28 cores=1,3,5,7
/proc/4544/task/4545/stat : 4545 (java) R 4542 4544 4339 0 -1 4202560 10283 0 1 0 27 1 0 0 18 0 18 0 523518629 16058290176 13645 33554432000 1073741824 1073778376 140736645572144 18446744073709551615 46912505640531 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 15681924

[startup+0.7045 s]
/proc/loadavg: 7.75 8.06 8.04 5/198 4544
/proc/meminfo: memFree=30429032/32951124 swapFree=67110188/67111528
[pid=4544] ppid=4542 vsize=15699484 CPUtime=1.67 cores=1,3,5,7
/proc/4544/stat : 4544 (java) S 4542 4544 4339 0 -1 4202496 31217 0 1 0 163 4 0 0 25 0 22 0 523518628 16076271616 25087 33554432000 1073741824 1073778376 140736645572144 18446744073709551615 222933579749 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/4544/statm: 3924871 25087 2259 9 0 3915590 0
[pid=4544/tid=4545] ppid=4542 vsize=15699484 CPUtime=0.5 cores=1,3,5,7
/proc/4544/task/4545/stat : 4545 (java) S 4542 4544 4339 0 -1 4202560 13649 0 1 0 49 1 0 0 20 0 22 0 523518629 16076271616 25087 33554432000 1073741824 1073778376 140736645572144 18446744073709551615 222933592985 0 4 0 16800975 18446604471124704320 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1.67
Current children cumulated vsize (KiB) 15699484

[startup+1.50322 s]
/proc/loadavg: 7.75 8.06 8.04 11/220 4566
/proc/meminfo: memFree=30242616/32951124 swapFree=67110188/67111528
[pid=4544] ppid=4542 vsize=15700076 CPUtime=4.69 cores=1,3,5,7
/proc/4544/stat : 4544 (java) S 4542 4544 4339 0 -1 4202496 59472 0 1 0 462 7 0 0 25 0 22 0 523518628 16076877824 51243 33554432000 1073741824 1073778376 140736645572144 18446744073709551615 222933579749 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/4544/statm: 3925019 51243 2279 9 0 3915738 0
[pid=4544/tid=4545] ppid=4542 vsize=15700076 CPUtime=0.5 cores=1,3,5,7
/proc/4544/task/4545/stat : 4545 (java) S 4542 4544 4339 0 -1 4202560 13649 0 1 0 49 1 0 0 20 0 22 0 523518629 16076877824 51243 33554432000 1073741824 1073778376 140736645572144 18446744073709551615 222933592985 0 4 0 16800975 18446604471124704320 0 0 -1 3 0 0 0
[pid=4544/tid=4547] ppid=4542 vsize=15700076 CPUtime=0 cores=1,3,5,7
/proc/4544/task/4547/stat : 4547 (java) R 4542 4544 4339 0 -1 4202560 757 0 0 0 0 0 0 0 15 0 22 0 523518629 16076877824 51243 33554432000 1073741824 1073778376 140736645572144 18446744073709551615 222921730359 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=4544/tid=4548] ppid=4542 vsize=15700076 CPUtime=0 cores=1,3,5,7
/proc/4544/task/4548/stat : 4548 (java) R 4542 4544 4339 0 -1 4202560 264 0 0 0 0 0 0 0 15 0 22 0 523518629 16076877824 51243 33554432000 1073741824 1073778376 140736645572144 18446744073709551615 222921730359 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=4544/tid=4549] ppid=4542 vsize=15700076 CPUtime=0 cores=1,3,5,7
/proc/4544/task/4549/stat : 4549 (java) R 4542 4544 4339 0 -1 4202560 444 0 0 0 0 0 0 0 15 0 22 0 523518629 16076877824 51243 33554432000 1073741824 1073778376 140736645572144 18446744073709551615 222921730359 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=4544/tid=4550] ppid=4542 vsize=15700076 CPUtime=0 cores=1,3,5,7
/proc/4544/task/4550/stat : 4550 (java) R 4542 4544 4339 0 -1 4202560 826 0 0 0 0 0 0 0 15 0 22 0 523518629 16076877824 51243 33554432000 1073741824 1073778376 140736645572144 18446744073709551615 222921730359 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=4544/tid=4551] ppid=4542 vsize=15700076 CPUtime=0 cores=1,3,5,7
/proc/4544/task/4551/stat : 4551 (java) R 4542 4544 4339 0 -1 4202560 672 0 0 0 0 0 0 0 15 0 22 0 523518629 16076877824 51243 33554432000 1073741824 1073778376 140736645572144 18446744073709551615 222933592985 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=4544/tid=4552] ppid=4542 vsize=15700076 CPUtime=0 cores=1,3,5,7
/proc/4544/task/4552/stat : 4552 (java) R 4542 4544 4339 0 -1 4202560 958 0 0 0 0 0 0 0 15 0 22 0 523518629 16076877824 51243 33554432000 1073741824 1073778376 140736645572144 18446744073709551615 222933594054 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=4544/tid=4553] ppid=4542 vsize=15700076 CPUtime=0 cores=1,3,5,7
/proc/4544/task/4553/stat : 4553 (java) S 4542 4544 4339 0 -1 4202560 33 0 0 0 0 0 0 0 15 0 22 0 523518629 16076877824 51243 33554432000 1073741824 1073778376 140736645572144 18446744073709551615 222933592985 0 4 0 16800975 18446604471124704320 0 0 -1 5 0 0 0
[pid=4544/tid=4554] ppid=4542 vsize=15700076 CPUtime=0 cores=1,3,5,7
/proc/4544/task/4554/stat : 4554 (java) R 4542 4544 4339 0 -1 4202560 804 0 0 0 0 0 0 0 15 0 22 0 523518629 16076877824 51243 33554432000 1073741824 1073778376 140736645572144 18446744073709551615 222921730359 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=4544/tid=4555] ppid=4542 vsize=15700076 CPUtime=0 cores=1,3,5,7
/proc/4544/task/4555/stat : 4555 (java) S 4542 4544 4339 0 -1 4202560 11 0 0 0 0 0 0 0 16 0 22 0 523518630 16076877824 51243 33554432000 1073741824 1073778376 140736645572144 18446744073709551615 222933592985 0 0 0 16800975 18446604471124704320 0 0 -1 5 0 0 0
[pid=4544/tid=4556] ppid=4542 vsize=15700076 CPUtime=0 cores=1,3,5,7
/proc/4544/task/4556/stat : 4556 (java) S 4542 4544 4339 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 523518631 16076877824 51257 33554432000 1073741824 1073778376 140736645572144 18446744073709551615 222933592985 0 4 0 16800975 18446604471124704320 0 0 -1 5 0 0 0
[pid=4544/tid=4557] ppid=4542 vsize=15700076 CPUtime=0 cores=1,3,5,7
/proc/4544/task/4557/stat : 4557 (java) S 4542 4544 4339 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 523518631 16076877824 51276 33554432000 1073741824 1073778376 140736645572144 18446744073709551615 222933592985 0 4 0 16800975 18446604471124704320 0 0 -1 5 0 0 0
[pid=4544/tid=4558] ppid=4542 vsize=15700076 CPUtime=0 cores=1,3,5,7
/proc/4544/task/4558/stat : 4558 (java) S 4542 4544 4339 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 523518633 16076877824 51280 33554432000 1073741824 1073778376 140736645572144 18446744073709551615 222933600689 0 4 0 16800975 18446604471124704320 0 0 -1 3 0 0 0
[pid=4544/tid=4559] ppid=4542 vsize=15700076 CPUtime=0.71 cores=1,3,5,7
/proc/4544/task/4559/stat : 4559 (java) S 4542 4544 4339 0 -1 4202560 9266 0 0 0 71 0 0 0 25 0 22 0 523518633 16076877824 51280 33554432000 1073741824 1073778376 140736645572144 18446744073709551615 222933592985 0 4 0 16800975 18446604471124704320 0 0 -1 5 0 0 0
[pid=4544/tid=4560] ppid=4542 vsize=15700076 CPUtime=0.9 cores=1,3,5,7
/proc/4544/task/4560/stat : 4560 (java) R 4542 4544 4339 0 -1 4202560 8389 0 0 0 89 1 0 0 16 0 22 0 523518633 16076877824 51280 33554432000 1073741824 1073778376 140736645572144 18446744073709551615 47410271516258 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=4544/tid=4561] ppid=4542 vsize=15700076 CPUtime=0 cores=1,3,5,7
/proc/4544/task/4561/stat : 4561 (java) S 4542 4544 4339 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 523518633 16076877824 51280 33554432000 1073741824 1073778376 140736645572144 18446744073709551615 222933592985 0 4 0 16800975 18446604471124704320 0 0 -1 3 0 0 0
[pid=4544/tid=4562] ppid=4542 vsize=15700076 CPUtime=0 cores=1,3,5,7
/proc/4544/task/4562/stat : 4562 (java) S 4542 4544 4339 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 523518633 16076877824 51280 33554432000 1073741824 1073778376 140736645572144 18446744073709551615 222933593600 0 4 0 16800975 18446604471124704320 0 0 -1 3 0 0 0
[pid=4544/tid=4563] ppid=4542 vsize=15700076 CPUtime=0.79 cores=1,3,5,7
/proc/4544/task/4563/stat : 4563 (java) S 4542 4544 4339 0 -1 4202560 9057 0 0 0 78 1 0 0 17 0 22 0 523518661 16076877824 51243 33554432000 1073741824 1073778376 140736645572144 18446744073709551615 222933592985 0 4 0 16800975 18446604471124704320 0 0 -1 3 0 0 0
[pid=4544/tid=4564] ppid=4542 vsize=15700076 CPUtime=0.43 cores=1,3,5,7
/proc/4544/task/4564/stat : 4564 (java) S 4542 4544 4339 0 -1 4202560 2218 0 0 0 43 0 0 0 16 0 22 0 523518661 16076877824 51243 33554432000 1073741824 1073778376 140736645572144 18446744073709551615 222933592985 0 4 0 16800975 18446604471124704320 0 0 -1 5 0 0 0
[pid=4544/tid=4565] ppid=4542 vsize=15700076 CPUtime=0.88 cores=1,3,5,7
/proc/4544/task/4565/stat : 4565 (java) S 4542 4544 4339 0 -1 4202560 9874 0 0 0 88 0 0 0 19 0 22 0 523518661 16076877824 51243 33554432000 1073741824 1073778376 140736645572144 18446744073709551615 222933592985 0 4 0 16800975 18446604471124704320 0 0 -1 5 0 0 0
[pid=4544/tid=4566] ppid=4542 vsize=15700076 CPUtime=0.37 cores=1,3,5,7
/proc/4544/task/4566/stat : 4566 (java) S 4542 4544 4339 0 -1 4202560 901 0 0 0 37 0 0 0 15 0 22 0 523518661 16076877824 51243 33554432000 1073741824 1073778376 140736645572144 18446744073709551615 222933592985 0 4 0 16800975 18446604471124704320 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4.69
Current children cumulated vsize (KiB) 15700076

[startup+3.10101 s]
/proc/loadavg: 7.75 8.06 8.04 10/220 4566
/proc/meminfo: memFree=30098652/32951124 swapFree=67110188/67111528
[pid=4544] ppid=4542 vsize=15700076 CPUtime=11.05 cores=1,3,5,7
/proc/4544/stat : 4544 (java) S 4542 4544 4339 0 -1 4202496 153900 0 1 0 1086 19 0 0 25 0 22 0 523518628 16076877824 144793 33554432000 1073741824 1073778376 140736645572144 18446744073709551615 222933579749 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/4544/statm: 3925019 144796 2279 9 0 3915738 0
[pid=4544/tid=4545] ppid=4542 vsize=15700076 CPUtime=0.5 cores=1,3,5,7
/proc/4544/task/4545/stat : 4545 (java) S 4542 4544 4339 0 -1 4202560 13649 0 1 0 49 1 0 0 20 0 22 0 523518629 16076877824 144802 33554432000 1073741824 1073778376 140736645572144 18446744073709551615 222933592985 0 4 0 16800975 18446604471124704320 0 0 -1 3 0 0 0
[pid=4544/tid=4547] ppid=4542 vsize=15700076 CPUtime=0 cores=1,3,5,7
/proc/4544/task/4547/stat : 4547 (java) S 4542 4544 4339 0 -1 4202560 1537 0 0 0 0 0 0 0 15 0 22 0 523518629 16076877824 144804 33554432000 1073741824 1073778376 140736645572144 18446744073709551615 222933592985 0 4 0 16800975 18446604471124704320 0 0 -1 1 0 0 0
[pid=4544/tid=4548] ppid=4542 vsize=15700076 CPUtime=0 cores=1,3,5,7
/proc/4544/task/4548/stat : 4548 (java) S 4542 4544 4339 0 -1 4202560 1101 0 0 0 0 0 0 0 15 0 22 0 523518629 16076877824 144804 33554432000 1073741824 1073778376 140736645572144 18446744073709551615 222933592985 0 4 0 16800975 18446604471124704320 0 0 -1 5 0 0 0
[pid=4544/tid=4549] ppid=4542 vsize=15700076 CPUtime=0 cores=1,3,5,7
/proc/4544/task/4549/stat : 4549 (java) S 4542 4544 4339 0 -1 4202560 1696 0 0 0 0 0 0 0 16 0 22 0 523518629 16076877824 144806 33554432000 1073741824 1073778376 140736645572144 18446744073709551615 222933592985 0 4 0 16800975 18446604471124704320 0 0 -1 3 0 0 0
[pid=4544/tid=4550] ppid=4542 vsize=15700076 CPUtime=0 cores=1,3,5,7
/proc/4544/task/4550/stat : 4550 (java) S 4542 4544 4339 0 -1 4202560 2134 0 0 0 0 0 0 0 16 0 22 0 523518629 16076877824 144806 33554432000 1073741824 1073778376 140736645572144 18446744073709551615 222933592985 0 4 0 16800975 18446604471124704320 0 0 -1 5 0 0 0
[pid=4544/tid=4551] ppid=4542 vsize=15700076 CPUtime=0 cores=1,3,5,7
/proc/4544/task/4551/stat : 4551 (java) S 4542 4544 4339 0 -1 4202560 751 0 0 0 0 0 0 0 15 0 22 0 523518629 16076877824 144806 33554432000 1073741824 1073778376 140736645572144 18446744073709551615 222933592985 0 4 0 16800975 18446604471124704320 0 0 -1 7 0 0 0
[pid=4544/tid=4552] ppid=4542 vsize=15700076 CPUtime=0 cores=1,3,5,7
/proc/4544/task/4552/stat : 4552 (java) S 4542 4544 4339 0 -1 4202560 2939 0 0 0 0 0 0 0 15 0 22 0 523518629 16076877824 144806 33554432000 1073741824 1073778376 140736645572144 18446744073709551615 222933592985 0 4 0 16800975 18446604471124704320 0 0 -1 7 0 0 0
[pid=4544/tid=4553] ppid=4542 vsize=15700076 CPUtime=0 cores=1,3,5,7
/proc/4544/task/4553/stat : 4553 (java) S 4542 4544 4339 0 -1 4202560 562 0 0 0 0 0 0 0 15 0 22 0 523518629 16076877824 144806 33554432000 1073741824 1073778376 140736645572144 18446744073709551615 222933592985 0 4 0 16800975 18446604471124704320 0 0 -1 3 0 0 0
[pid=4544/tid=4554] ppid=4542 vsize=15700076 CPUtime=0 cores=1,3,5,7
/proc/4544/task/4554/stat : 4554 (java) S 4542 4544 4339 0 -1 4202560 1061 0 0 0 0 0 0 0 15 0 22 0 523518629 16076877824 144806 33554432000 1073741824 1073778376 140736645572144 18446744073709551615 222933592985 0 4 0 16800975 18446604471124704320 0 0 -1 1 0 0 0
[pid=4544/tid=4555] ppid=4542 vsize=15700076 CPUtime=0 cores=1,3,5,7
/proc/4544/task/4555/stat : 4555 (java) S 4542 4544 4339 0 -1 4202560 191 0 0 0 0 0 0 0 15 0 22 0 523518630 16076877824 144806 33554432000 1073741824 1073778376 140736645572144 18446744073709551615 222933593600 0 0 0 16800975 18446604471124704320 0 0 -1 5 0 0 0
[pid=4544/tid=4556] ppid=4542 vsize=15700076 CPUtime=0 cores=1,3,5,7
/proc/4544/task/4556/stat : 4556 (java) S 4542 4544 4339 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 523518631 16076877824 144808 33554432000 1073741824 1073778376 140736645572144 18446744073709551615 222933592985 0 4 0 16800975 18446604471124704320 0 0 -1 5 0 0 0
[pid=4544/tid=4557] ppid=4542 vsize=15700076 CPUtime=0 cores=1,3,5,7
/proc/4544/task/4557/stat : 4557 (java) S 4542 4544 4339 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 523518631 16076877824 144810 33554432000 1073741824 1073778376 140736645572144 18446744073709551615 222933592985 0 4 0 16800975 18446604471124704320 0 0 -1 5 0 0 0
[pid=4544/tid=4558] ppid=4542 vsize=15700076 CPUtime=0 cores=1,3,5,7
/proc/4544/task/4558/stat : 4558 (java) S 4542 4544 4339 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 523518633 16076877824 144813 33554432000 1073741824 1073778376 140736645572144 18446744073709551615 222933600689 0 4 0 16800975 18446604471124704320 0 0 -1 3 0 0 0
[pid=4544/tid=4559] ppid=4542 vsize=15700076 CPUtime=0.74 cores=1,3,5,7
/proc/4544/task/4559/stat : 4559 (java) S 4542 4544 4339 0 -1 4202560 9271 0 0 0 74 0 0 0 19 0 22 0 523518633 16076877824 144815 33554432000 1073741824 1073778376 140736645572144 18446744073709551615 222933592985 0 4 0 16800975 18446604471124704320 0 0 -1 1 0 0 0
[pid=4544/tid=4560] ppid=4542 vsize=15700076 CPUtime=1.05 cores=1,3,5,7
/proc/4544/task/4560/stat : 4560 (java) S 4542 4544 4339 0 -1 4202560 9246 0 0 0 104 1 0 0 15 0 22 0 523518633 16076877824 144820 33554432000 1073741824 1073778376 140736645572144 18446744073709551615 222933592985 0 4 0 16800975 18446604471124704320 0 0 -1 5 0 0 0
[pid=4544/tid=4561] ppid=4542 vsize=15700076 CPUtime=0 cores=1,3,5,7
/proc/4544/task/4561/stat : 4561 (java) S 4542 4544 4339 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 523518633 16076877824 144820 33554432000 1073741824 1073778376 140736645572144 18446744073709551615 222933592985 0 4 0 16800975 18446604471124704320 0 0 -1 3 0 0 0
[pid=4544/tid=4562] ppid=4542 vsize=15700076 CPUtime=0 cores=1,3,5,7
/proc/4544/task/4562/stat : 4562 (java) S 4542 4544 4339 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 523518633 16076877824 144825 33554432000 1073741824 1073778376 140736645572144 18446744073709551615 222933593600 0 4 0 16800975 18446604471124704320 0 0 -1 3 0 0 0
[pid=4544/tid=4563] ppid=4542 vsize=15700076 CPUtime=2.37 cores=1,3,5,7
/proc/4544/task/4563/stat : 4563 (java) R 4542 4544 4339 0 -1 4202560 32070 0 0 0 233 4 0 0 18 0 22 0 523518661 16076877824 144834 33554432000 1073741824 1073778376 140736645572144 18446744073709551615 46912506017510 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=4544/tid=4564] ppid=4542 vsize=15700076 CPUtime=2.02 cores=1,3,5,7
/proc/4544/task/4564/stat : 4564 (java) R 4542 4544 4339 0 -1 4202560 24933 0 0 0 199 3 0 0 18 0 22 0 523518661 16076877824 144837 33554432000 1073741824 1073778376 140736645572144 18446744073709551615 46912505810899 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=4544/tid=4565] ppid=4542 vsize=15700076 CPUtime=2.3 cores=1,3,5,7
/proc/4544/task/4565/stat : 4565 (java) R 4542 4544 4339 0 -1 4202560 27813 0 0 0 228 2 0 0 22 0 22 0 523518661 16076877824 144839 33554432000 1073741824 1073778376 140736645572144 18446744073709551615 46912505991453 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=4544/tid=4566] ppid=4542 vsize=15700076 CPUtime=1.94 cores=1,3,5,7
/proc/4544/task/4566/stat : 4566 (java) R 4542 4544 4339 0 -1 4202560 23604 0 0 0 192 2 0 0 17 0 22 0 523518661 16076877824 144840 33554432000 1073741824 1073778376 140736645572144 18446744073709551615 46912505811004 0 4 0 16800975 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 11.05
Current children cumulated vsize (KiB) 15700076

[startup+6.30143 s]
/proc/loadavg: 7.77 8.06 8.04 9/220 4567
/proc/meminfo: memFree=29856780/32951124 swapFree=67110188/67111528
[pid=4544] ppid=4542 vsize=15700076 CPUtime=23.82 cores=1,3,5,7
/proc/4544/stat : 4544 (java) S 4542 4544 4339 0 -1 4202496 157270 0 1 0 2362 20 0 0 25 0 22 0 523518628 16076877824 139342 33554432000 1073741824 1073778376 140736645572144 18446744073709551615 222933579749 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/4544/statm: 3925019 139342 2289 9 0 3915738 0
[pid=4544/tid=4545] ppid=4542 vsize=15700076 CPUtime=0.5 cores=1,3,5,7
/proc/4544/task/4545/stat : 4545 (java) S 4542 4544 4339 0 -1 4202560 13649 0 1 0 49 1 0 0 20 0 22 0 523518629 16076877824 139342 33554432000 1073741824 1073778376 140736645572144 18446744073709551615 222933592985 0 4 0 16800975 18446604471124704320 0 0 -1 3 0 0 0
[pid=4544/tid=4547] ppid=4542 vsize=15700076 CPUtime=0 cores=1,3,5,7
/proc/4544/task/4547/stat : 4547 (java) S 4542 4544 4339 0 -1 4202560 1539 0 0 0 0 0 0 0 15 0 22 0 523518629 16076877824 139342 33554432000 1073741824 1073778376 140736645572144 18446744073709551615 222933592985 0 4 0 16800975 18446604471124704320 0 0 -1 5 0 0 0
[pid=4544/tid=4548] ppid=4542 vsize=15700076 CPUtime=0 cores=1,3,5,7
/proc/4544/task/4548/stat : 4548 (java) S 4542 4544 4339 0 -1 4202560 1985 0 0 0 0 0 0 0 15 0 22 0 523518629 16076877824 139342 33554432000 1073741824 1073778376 140736645572144 18446744073709551615 222933592985 0 4 0 16800975 18446604471124704320 0 0 -1 5 0 0 0
[pid=4544/tid=4549] ppid=4542 vsize=15700076 CPUtime=0 cores=1,3,5,7
/proc/4544/task/4549/stat : 4549 (java) S 4542 4544 4339 0 -1 4202560 2106 0 0 0 0 0 0 0 15 0 22 0 523518629 16076877824 139342 33554432000 1073741824 1073778376 140736645572144 18446744073709551615 222933592985 0 4 0 16800975 18446604471124704320 0 0 -1 3 0 0 0
[pid=4544/tid=4550] ppid=4542 vsize=15700076 CPUtime=0 cores=1,3,5,7
/proc/4544/task/4550/stat : 4550 (java) S 4542 4544 4339 0 -1 4202560 2877 0 0 0 0 0 0 0 16 0 22 0 523518629 16076877824 139342 33554432000 1073741824 1073778376 140736645572144 18446744073709551615 222933592985 0 4 0 16800975 18446604471124704320 0 0 -1 3 0 0 0
[pid=4544/tid=4551] ppid=4542 vsize=15700076 CPUtime=0 cores=1,3,5,7
/proc/4544/task/4551/stat : 4551 (java) S 4542 4544 4339 0 -1 4202560 788 0 0 0 0 0 0 0 16 0 22 0 523518629 16076877824 139342 33554432000 1073741824 1073778376 140736645572144 18446744073709551615 222933592985 0 4 0 16800975 18446604471124704320 0 0 -1 1 0 0 0
[pid=4544/tid=4552] ppid=4542 vsize=15700076 CPUtime=0 cores=1,3,5,7
/proc/4544/task/4552/stat : 4552 (java) S 4542 4544 4339 0 -1 4202560 2961 0 0 0 0 0 0 0 15 0 22 0 523518629 16076877824 139342 33554432000 1073741824 1073778376 140736645572144 18446744073709551615 222933592985 0 4 0 16800975 18446604471124704320 0 0 -1 5 0 0 0
[pid=4544/tid=4553] ppid=4542 vsize=15700076 CPUtime=0 cores=1,3,5,7
/proc/4544/task/4553/stat : 4553 (java) S 4542 4544 4339 0 -1 4202560 1139 0 0 0 0 0 0 0 15 0 22 0 523518629 16076877824 139342 33554432000 1073741824 1073778376 140736645572144 18446744073709551615 222933592985 0 4 0 16800975 18446604471124704320 0 0 -1 3 0 0 0
[pid=4544/tid=4554] ppid=4542 vsize=15700076 CPUtime=0 cores=1,3,5,7
/proc/4544/task/4554/stat : 4554 (java) S 4542 4544 4339 0 -1 4202560 1132 0 0 0 0 0 0 0 15 0 22 0 523518629 16076877824 139342 33554432000 1073741824 1073778376 140736645572144 18446744073709551615 222933592985 0 4 0 16800975 18446604471124704320 0 0 -1 3 0 0 0

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

[pid=4544/tid=4564] ppid=4542 vsize=15765612 CPUtime=1108.23 cores=1,3,5,7
/proc/4544/task/4564/stat : 4564 (java) R 4542 4544 4339 0 -1 4202560 172933 0 0 0 110791 32 0 0 25 0 22 0 523518661 16143986688 86631 33554432000 1073741824 1073778376 140736645572144 18446744073709551615 46912505978971 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=4544/tid=4565] ppid=4542 vsize=15765612 CPUtime=1107.99 cores=1,3,5,7
/proc/4544/task/4565/stat : 4565 (java) R 4542 4544 4339 0 -1 4202560 173953 0 0 0 110766 33 0 0 25 0 22 0 523518661 16143986688 86631 33554432000 1073741824 1073778376 140736645572144 18446744073709551615 18446744073699065939 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=4544/tid=4566] ppid=4542 vsize=15765612 CPUtime=1108.25 cores=1,3,5,7
/proc/4544/task/4566/stat : 4566 (java) R 4542 4544 4339 0 -1 4202560 172102 0 0 0 110790 35 0 0 25 0 22 0 523518661 16143986688 86631 33554432000 1073741824 1073778376 140736645572144 18446744073709551615 46912505767833 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4462.72
Current children cumulated vsize (KiB) 15765612

[startup+1182.3 s]
/proc/loadavg: 8.08 8.07 8.04 9/220 4598
/proc/meminfo: memFree=30142644/32951124 swapFree=67110188/67111528
[pid=4544] ppid=4542 vsize=15765612 CPUtime=4701.33 cores=1,3,5,7
/proc/4544/stat : 4544 (java) S 4542 4544 4339 0 -1 4202496 1304388 0 1 0 469788 345 0 0 25 0 22 0 523518628 16143986688 84006 33554432000 1073741824 1073778376 140736645572144 18446744073709551615 222933579749 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/4544/statm: 3941403 84006 2299 9 0 3932122 0
[pid=4544/tid=4545] ppid=4542 vsize=15765612 CPUtime=0.5 cores=1,3,5,7
/proc/4544/task/4545/stat : 4545 (java) S 4542 4544 4339 0 -1 4202560 13649 0 1 0 49 1 0 0 20 0 22 0 523518629 16143986688 84006 33554432000 1073741824 1073778376 140736645572144 18446744073709551615 222933592985 0 4 0 16800975 18446604471124704320 0 0 -1 3 0 0 0
[pid=4544/tid=4547] ppid=4542 vsize=15765612 CPUtime=3.26 cores=1,3,5,7
/proc/4544/task/4547/stat : 4547 (java) S 4542 4544 4339 0 -1 4202560 64105 0 0 0 310 16 0 0 15 0 22 0 523518629 16143986688 84006 33554432000 1073741824 1073778376 140736645572144 18446744073709551615 222933592985 0 4 0 16800975 18446604471124704320 0 0 -1 5 0 0 0
[pid=4544/tid=4548] ppid=4542 vsize=15765612 CPUtime=3.26 cores=1,3,5,7
/proc/4544/task/4548/stat : 4548 (java) S 4542 4544 4339 0 -1 4202560 66506 0 0 0 311 15 0 0 15 0 22 0 523518629 16143986688 84006 33554432000 1073741824 1073778376 140736645572144 18446744073709551615 222933592985 0 4 0 16800975 18446604471124704320 0 0 -1 1 0 0 0
[pid=4544/tid=4549] ppid=4542 vsize=15765612 CPUtime=3.35 cores=1,3,5,7
/proc/4544/task/4549/stat : 4549 (java) S 4542 4544 4339 0 -1 4202560 70157 0 0 0 317 18 0 0 15 0 22 0 523518629 16143986688 84006 33554432000 1073741824 1073778376 140736645572144 18446744073709551615 222933592985 0 4 0 16800975 18446604471124704320 0 0 -1 7 0 0 0
[pid=4544/tid=4550] ppid=4542 vsize=15765612 CPUtime=3.26 cores=1,3,5,7
/proc/4544/task/4550/stat : 4550 (java) S 4542 4544 4339 0 -1 4202560 63773 0 0 0 310 16 0 0 15 0 22 0 523518629 16143986688 84006 33554432000 1073741824 1073778376 140736645572144 18446744073709551615 222933592985 0 4 0 16800975 18446604471124704320 0 0 -1 7 0 0 0
[pid=4544/tid=4551] ppid=4542 vsize=15765612 CPUtime=3.29 cores=1,3,5,7
/proc/4544/task/4551/stat : 4551 (java) S 4542 4544 4339 0 -1 4202560 63198 0 0 0 313 16 0 0 15 0 22 0 523518629 16143986688 84006 33554432000 1073741824 1073778376 140736645572144 18446744073709551615 222933592985 0 4 0 16800975 18446604471124704320 0 0 -1 1 0 0 0
[pid=4544/tid=4552] ppid=4542 vsize=15765612 CPUtime=3.27 cores=1,3,5,7
/proc/4544/task/4552/stat : 4552 (java) S 4542 4544 4339 0 -1 4202560 66407 0 0 0 312 15 0 0 15 0 22 0 523518629 16143986688 84006 33554432000 1073741824 1073778376 140736645572144 18446744073709551615 222933592985 0 4 0 16800975 18446604471124704320 0 0 -1 3 0 0 0
[pid=4544/tid=4553] ppid=4542 vsize=15765612 CPUtime=3.3 cores=1,3,5,7
/proc/4544/task/4553/stat : 4553 (java) S 4542 4544 4339 0 -1 4202560 64999 0 0 0 313 17 0 0 15 0 22 0 523518629 16143986688 84006 33554432000 1073741824 1073778376 140736645572144 18446744073709551615 222933592985 0 4 0 16800975 18446604471124704320 0 0 -1 7 0 0 0
[pid=4544/tid=4554] ppid=4542 vsize=15765612 CPUtime=3.23 cores=1,3,5,7
/proc/4544/task/4554/stat : 4554 (java) S 4542 4544 4339 0 -1 4202560 64048 0 0 0 306 17 0 0 16 0 22 0 523518629 16143986688 84006 33554432000 1073741824 1073778376 140736645572144 18446744073709551615 222933592985 0 4 0 16800975 18446604471124704320 0 0 -1 3 0 0 0
[pid=4544/tid=4555] ppid=4542 vsize=15765612 CPUtime=2.08 cores=1,3,5,7
/proc/4544/task/4555/stat : 4555 (java) S 4542 4544 4339 0 -1 4202560 3184 0 0 0 147 61 0 0 15 0 22 0 523518630 16143986688 84006 33554432000 1073741824 1073778376 140736645572144 18446744073709551615 222933593600 0 0 0 16800975 18446604471124704320 0 0 -1 1 0 0 0
[pid=4544/tid=4556] ppid=4542 vsize=15765612 CPUtime=0 cores=1,3,5,7
/proc/4544/task/4556/stat : 4556 (java) S 4542 4544 4339 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 523518631 16143986688 84006 33554432000 1073741824 1073778376 140736645572144 18446744073709551615 222933592985 0 4 0 16800975 18446604471124704320 0 0 -1 5 0 0 0
[pid=4544/tid=4557] ppid=4542 vsize=15765612 CPUtime=0 cores=1,3,5,7
/proc/4544/task/4557/stat : 4557 (java) S 4542 4544 4339 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 523518631 16143986688 84006 33554432000 1073741824 1073778376 140736645572144 18446744073709551615 222933592985 0 4 0 16800975 18446604471124704320 0 0 -1 5 0 0 0
[pid=4544/tid=4558] ppid=4542 vsize=15765612 CPUtime=0 cores=1,3,5,7
/proc/4544/task/4558/stat : 4558 (java) S 4542 4544 4339 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 523518633 16143986688 84006 33554432000 1073741824 1073778376 140736645572144 18446744073709551615 222933600689 0 4 0 16800975 18446604471124704320 0 0 -1 3 0 0 0
[pid=4544/tid=4559] ppid=4542 vsize=15765612 CPUtime=0.82 cores=1,3,5,7
/proc/4544/task/4559/stat : 4559 (java) S 4542 4544 4339 0 -1 4202560 9286 0 0 0 82 0 0 0 15 0 22 0 523518633 16143986688 84006 33554432000 1073741824 1073778376 140736645572144 18446744073709551615 222933592985 0 4 0 16800975 18446604471124704320 0 0 -1 1 0 0 0
[pid=4544/tid=4560] ppid=4542 vsize=15765612 CPUtime=1.17 cores=1,3,5,7
/proc/4544/task/4560/stat : 4560 (java) S 4542 4544 4339 0 -1 4202560 9293 0 0 0 116 1 0 0 15 0 22 0 523518633 16143986688 84006 33554432000 1073741824 1073778376 140736645572144 18446744073709551615 222933592985 0 4 0 16800975 18446604471124704320 0 0 -1 5 0 0 0
[pid=4544/tid=4561] ppid=4542 vsize=15765612 CPUtime=0 cores=1,3,5,7
/proc/4544/task/4561/stat : 4561 (java) S 4542 4544 4339 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 523518633 16143986688 84006 33554432000 1073741824 1073778376 140736645572144 18446744073709551615 222933592985 0 4 0 16800975 18446604471124704320 0 0 -1 3 0 0 0
[pid=4544/tid=4562] ppid=4542 vsize=15765612 CPUtime=0 cores=1,3,5,7
/proc/4544/task/4562/stat : 4562 (java) S 4542 4544 4339 0 -1 4202560 64 0 0 0 0 0 0 0 15 0 22 0 523518633 16143986688 84006 33554432000 1073741824 1073778376 140736645572144 18446744073709551615 222933593600 0 4 0 16800975 18446604471124704320 0 0 -1 3 0 0 0
[pid=4544/tid=4563] ppid=4542 vsize=15765612 CPUtime=1167.9 cores=1,3,5,7
/proc/4544/task/4563/stat : 4563 (java) R 4542 4544 4339 0 -1 4202560 192017 0 0 0 116756 34 0 0 25 0 22 0 523518661 16143986688 84006 33554432000 1073741824 1073778376 140736645572144 18446744073709551615 18446744073699065918 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=4544/tid=4564] ppid=4542 vsize=15765612 CPUtime=1167.58 cores=1,3,5,7
/proc/4544/task/4564/stat : 4564 (java) R 4542 4544 4339 0 -1 4202560 184053 0 0 0 116723 35 0 0 25 0 22 0 523518661 16143986688 84006 33554432000 1073741824 1073778376 140736645572144 18446744073709551615 18446744073699065939 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=4544/tid=4565] ppid=4542 vsize=15765612 CPUtime=1167.25 cores=1,3,5,7
/proc/4544/task/4565/stat : 4565 (java) R 4542 4544 4339 0 -1 4202560 185444 0 0 0 116690 35 0 0 25 0 22 0 523518661 16143986688 84006 33554432000 1073741824 1073778376 140736645572144 18446744073709551615 46912505810022 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=4544/tid=4566] ppid=4542 vsize=15765612 CPUtime=1167.6 cores=1,3,5,7
/proc/4544/task/4566/stat : 4566 (java) R 4542 4544 4339 0 -1 4202560 182820 0 0 0 116723 37 0 0 25 0 22 0 523518661 16143986688 84006 33554432000 1073741824 1073778376 140736645572144 18446744073709551615 47410275025056 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4701.33
Current children cumulated vsize (KiB) 15765612



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1207.2 s]
/proc/loadavg: 8.05 8.06 8.04 6/216 4646
/proc/meminfo: memFree=30466444/32951124 swapFree=67110188/67111528
[pid=4544] ppid=4542 vsize=15765612 CPUtime=4800.29 cores=1,3,5,7
/proc/4544/stat : 4544 (java) S 4542 4544 4339 0 -1 4202496 1319828 0 1 0 479678 351 0 0 25 0 22 0 523518628 16143986688 68958 33554432000 1073741824 1073778376 140736645572144 18446744073709551615 222933579749 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/4544/statm: 3941403 68958 2299 9 0 3932122 0
[pid=4544/tid=4545] ppid=4542 vsize=15765612 CPUtime=0.5 cores=1,3,5,7
/proc/4544/task/4545/stat : 4545 (java) S 4542 4544 4339 0 -1 4202560 13649 0 1 0 49 1 0 0 20 0 22 0 523518629 16143986688 68958 33554432000 1073741824 1073778376 140736645572144 18446744073709551615 222933592985 0 4 0 16800975 18446604471124704320 0 0 -1 3 0 0 0
[pid=4544/tid=4547] ppid=4542 vsize=15765612 CPUtime=3.32 cores=1,3,5,7
/proc/4544/task/4547/stat : 4547 (java) S 4542 4544 4339 0 -1 4202560 65220 0 0 0 316 16 0 0 15 0 22 0 523518629 16143986688 68958 33554432000 1073741824 1073778376 140736645572144 18446744073709551615 222933592985 0 4 0 16800975 18446604471124704320 0 0 -1 7 0 0 0
[pid=4544/tid=4548] ppid=4542 vsize=15765612 CPUtime=3.33 cores=1,3,5,7
/proc/4544/task/4548/stat : 4548 (java) S 4542 4544 4339 0 -1 4202560 67967 0 0 0 317 16 0 0 16 0 22 0 523518629 16143986688 68958 33554432000 1073741824 1073778376 140736645572144 18446744073709551615 222933592985 0 4 0 16800975 18446604471124704320 0 0 -1 7 0 0 0
[pid=4544/tid=4549] ppid=4542 vsize=15765612 CPUtime=3.4 cores=1,3,5,7
/proc/4544/task/4549/stat : 4549 (java) S 4542 4544 4339 0 -1 4202560 71586 0 0 0 322 18 0 0 15 0 22 0 523518629 16143986688 68958 33554432000 1073741824 1073778376 140736645572144 18446744073709551615 222933592985 0 4 0 16800975 18446604471124704320 0 0 -1 3 0 0 0
[pid=4544/tid=4550] ppid=4542 vsize=15765612 CPUtime=3.34 cores=1,3,5,7
/proc/4544/task/4550/stat : 4550 (java) S 4542 4544 4339 0 -1 4202560 64928 0 0 0 317 17 0 0 16 0 22 0 523518629 16143986688 68958 33554432000 1073741824 1073778376 140736645572144 18446744073709551615 222933592985 0 4 0 16800975 18446604471124704320 0 0 -1 5 0 0 0
[pid=4544/tid=4551] ppid=4542 vsize=15765612 CPUtime=3.36 cores=1,3,5,7
/proc/4544/task/4551/stat : 4551 (java) S 4542 4544 4339 0 -1 4202560 64442 0 0 0 319 17 0 0 15 0 22 0 523518629 16143986688 68958 33554432000 1073741824 1073778376 140736645572144 18446744073709551615 222933592985 0 4 0 16800975 18446604471124704320 0 0 -1 1 0 0 0
[pid=4544/tid=4552] ppid=4542 vsize=15765612 CPUtime=3.34 cores=1,3,5,7
/proc/4544/task/4552/stat : 4552 (java) S 4542 4544 4339 0 -1 4202560 67210 0 0 0 318 16 0 0 15 0 22 0 523518629 16143986688 68958 33554432000 1073741824 1073778376 140736645572144 18446744073709551615 222933592985 0 4 0 16800975 18446604471124704320 0 0 -1 1 0 0 0
[pid=4544/tid=4553] ppid=4542 vsize=15765612 CPUtime=3.36 cores=1,3,5,7
/proc/4544/task/4553/stat : 4553 (java) S 4542 4544 4339 0 -1 4202560 66289 0 0 0 319 17 0 0 15 0 22 0 523518629 16143986688 68958 33554432000 1073741824 1073778376 140736645572144 18446744073709551615 222933592985 0 4 0 16800975 18446604471124704320 0 0 -1 5 0 0 0
[pid=4544/tid=4554] ppid=4542 vsize=15765612 CPUtime=3.29 cores=1,3,5,7
/proc/4544/task/4554/stat : 4554 (java) S 4542 4544 4339 0 -1 4202560 65407 0 0 0 312 17 0 0 15 0 22 0 523518629 16143986688 68958 33554432000 1073741824 1073778376 140736645572144 18446744073709551615 222933592985 0 4 0 16800975 18446604471124704320 0 0 -1 3 0 0 0
[pid=4544/tid=4555] ppid=4542 vsize=15765612 CPUtime=2.14 cores=1,3,5,7
/proc/4544/task/4555/stat : 4555 (java) S 4542 4544 4339 0 -1 4202560 3240 0 0 0 152 62 0 0 15 0 22 0 523518630 16143986688 68958 33554432000 1073741824 1073778376 140736645572144 18446744073709551615 222933593600 0 0 0 16800975 18446604471124704320 0 0 -1 7 0 0 0
[pid=4544/tid=4556] ppid=4542 vsize=15765612 CPUtime=0 cores=1,3,5,7
/proc/4544/task/4556/stat : 4556 (java) S 4542 4544 4339 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 523518631 16143986688 68958 33554432000 1073741824 1073778376 140736645572144 18446744073709551615 222933592985 0 4 0 16800975 18446604471124704320 0 0 -1 5 0 0 0
[pid=4544/tid=4557] ppid=4542 vsize=15765612 CPUtime=0 cores=1,3,5,7
/proc/4544/task/4557/stat : 4557 (java) S 4542 4544 4339 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 523518631 16143986688 68958 33554432000 1073741824 1073778376 140736645572144 18446744073709551615 222933592985 0 4 0 16800975 18446604471124704320 0 0 -1 5 0 0 0
[pid=4544/tid=4558] ppid=4542 vsize=15765612 CPUtime=0 cores=1,3,5,7
/proc/4544/task/4558/stat : 4558 (java) S 4542 4544 4339 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 523518633 16143986688 68958 33554432000 1073741824 1073778376 140736645572144 18446744073709551615 222933600689 0 4 0 16800975 18446604471124704320 0 0 -1 3 0 0 0
[pid=4544/tid=4559] ppid=4542 vsize=15765612 CPUtime=0.82 cores=1,3,5,7
/proc/4544/task/4559/stat : 4559 (java) S 4542 4544 4339 0 -1 4202560 9286 0 0 0 82 0 0 0 15 0 22 0 523518633 16143986688 68958 33554432000 1073741824 1073778376 140736645572144 18446744073709551615 222933592985 0 4 0 16800975 18446604471124704320 0 0 -1 1 0 0 0
[pid=4544/tid=4560] ppid=4542 vsize=15765612 CPUtime=1.17 cores=1,3,5,7
/proc/4544/task/4560/stat : 4560 (java) S 4542 4544 4339 0 -1 4202560 9293 0 0 0 116 1 0 0 15 0 22 0 523518633 16143986688 68958 33554432000 1073741824 1073778376 140736645572144 18446744073709551615 222933592985 0 4 0 16800975 18446604471124704320 0 0 -1 5 0 0 0
[pid=4544/tid=4561] ppid=4542 vsize=15765612 CPUtime=0 cores=1,3,5,7
/proc/4544/task/4561/stat : 4561 (java) S 4542 4544 4339 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 523518633 16143986688 68958 33554432000 1073741824 1073778376 140736645572144 18446744073709551615 222933592985 0 4 0 16800975 18446604471124704320 0 0 -1 3 0 0 0
[pid=4544/tid=4562] ppid=4542 vsize=15765612 CPUtime=0 cores=1,3,5,7
/proc/4544/task/4562/stat : 4562 (java) S 4542 4544 4339 0 -1 4202560 65 0 0 0 0 0 0 0 15 0 22 0 523518633 16143986688 68958 33554432000 1073741824 1073778376 140736645572144 18446744073709551615 222933593600 0 4 0 16800975 18446604471124704320 0 0 -1 3 0 0 0
[pid=4544/tid=4563] ppid=4542 vsize=15765612 CPUtime=1192.44 cores=1,3,5,7
/proc/4544/task/4563/stat : 4563 (java) R 4542 4544 4339 0 -1 4202560 193306 0 0 0 119210 34 0 0 25 0 22 0 523518661 16143986688 68958 33554432000 1073741824 1073778376 140736645572144 18446744073709551615 18446744073699065904 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=4544/tid=4564] ppid=4542 vsize=15765612 CPUtime=1192.18 cores=1,3,5,7
/proc/4544/task/4564/stat : 4564 (java) R 4542 4544 4339 0 -1 4202560 185480 0 0 0 119182 36 0 0 25 0 22 0 523518661 16143986688 68958 33554432000 1073741824 1073778376 140736645572144 18446744073709551615 46912505811530 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=4544/tid=4565] ppid=4542 vsize=15765612 CPUtime=1191.87 cores=1,3,5,7
/proc/4544/task/4565/stat : 4565 (java) R 4542 4544 4339 0 -1 4202560 186760 0 0 0 119152 35 0 0 25 0 22 0 523518661 16143986688 68958 33554432000 1073741824 1073778376 140736645572144 18446744073709551615 46912505768399 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=4544/tid=4566] ppid=4542 vsize=15765612 CPUtime=1192.24 cores=1,3,5,7
/proc/4544/task/4566/stat : 4566 (java) R 4542 4544 4339 0 -1 4202560 184315 0 0 0 119187 37 0 0 25 0 22 0 523518661 16143986688 68958 33554432000 1073741824 1073778376 140736645572144 18446744073709551615 46912505732188 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4800.29
Current children cumulated vsize (KiB) 15765612

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

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

[startup+1207.2 s]
/proc/loadavg: 8.05 8.06 8.04 6/216 4646
/proc/meminfo: memFree=30466444/32951124 swapFree=67110188/67111528
[pid=4544] ppid=4542 vsize=15765612 CPUtime=4800.29 cores=1,3,5,7
/proc/4544/stat : 4544 (java) S 4542 4544 4339 0 -1 4202496 1319828 0 1 0 479678 351 0 0 25 0 22 0 523518628 16143986688 68958 33554432000 1073741824 1073778376 140736645572144 18446744073709551615 222933579749 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/4544/statm: 3941403 68958 2299 9 0 3932122 0
[pid=4544/tid=4545] ppid=4542 vsize=15765612 CPUtime=0.5 cores=1,3,5,7
/proc/4544/task/4545/stat : 4545 (java) S 4542 4544 4339 0 -1 4202560 13649 0 1 0 49 1 0 0 20 0 22 0 523518629 16143986688 68958 33554432000 1073741824 1073778376 140736645572144 18446744073709551615 222933592985 0 4 0 16800975 18446604471124704320 0 0 -1 3 0 0 0
[pid=4544/tid=4547] ppid=4542 vsize=15765612 CPUtime=3.32 cores=1,3,5,7
/proc/4544/task/4547/stat : 4547 (java) S 4542 4544 4339 0 -1 4202560 65220 0 0 0 316 16 0 0 15 0 22 0 523518629 16143986688 68958 33554432000 1073741824 1073778376 140736645572144 18446744073709551615 222933592985 0 4 0 16800975 18446604471124704320 0 0 -1 7 0 0 0
[pid=4544/tid=4548] ppid=4542 vsize=15765612 CPUtime=3.33 cores=1,3,5,7
/proc/4544/task/4548/stat : 4548 (java) S 4542 4544 4339 0 -1 4202560 67967 0 0 0 317 16 0 0 16 0 22 0 523518629 16143986688 68958 33554432000 1073741824 1073778376 140736645572144 18446744073709551615 222933592985 0 4 0 16800975 18446604471124704320 0 0 -1 7 0 0 0
[pid=4544/tid=4549] ppid=4542 vsize=15765612 CPUtime=3.4 cores=1,3,5,7
/proc/4544/task/4549/stat : 4549 (java) S 4542 4544 4339 0 -1 4202560 71586 0 0 0 322 18 0 0 15 0 22 0 523518629 16143986688 68958 33554432000 1073741824 1073778376 140736645572144 18446744073709551615 222933592985 0 4 0 16800975 18446604471124704320 0 0 -1 3 0 0 0
[pid=4544/tid=4550] ppid=4542 vsize=15765612 CPUtime=3.34 cores=1,3,5,7
/proc/4544/task/4550/stat : 4550 (java) S 4542 4544 4339 0 -1 4202560 64928 0 0 0 317 17 0 0 16 0 22 0 523518629 16143986688 68958 33554432000 1073741824 1073778376 140736645572144 18446744073709551615 222933592985 0 4 0 16800975 18446604471124704320 0 0 -1 5 0 0 0
[pid=4544/tid=4551] ppid=4542 vsize=15765612 CPUtime=3.36 cores=1,3,5,7
/proc/4544/task/4551/stat : 4551 (java) S 4542 4544 4339 0 -1 4202560 64442 0 0 0 319 17 0 0 15 0 22 0 523518629 16143986688 68958 33554432000 1073741824 1073778376 140736645572144 18446744073709551615 222933592985 0 4 0 16800975 18446604471124704320 0 0 -1 1 0 0 0
[pid=4544/tid=4552] ppid=4542 vsize=15765612 CPUtime=3.34 cores=1,3,5,7
/proc/4544/task/4552/stat : 4552 (java) S 4542 4544 4339 0 -1 4202560 67210 0 0 0 318 16 0 0 15 0 22 0 523518629 16143986688 68958 33554432000 1073741824 1073778376 140736645572144 18446744073709551615 222933592985 0 4 0 16800975 18446604471124704320 0 0 -1 1 0 0 0
[pid=4544/tid=4553] ppid=4542 vsize=15765612 CPUtime=3.36 cores=1,3,5,7
/proc/4544/task/4553/stat : 4553 (java) S 4542 4544 4339 0 -1 4202560 66289 0 0 0 319 17 0 0 15 0 22 0 523518629 16143986688 68958 33554432000 1073741824 1073778376 140736645572144 18446744073709551615 222933592985 0 4 0 16800975 18446604471124704320 0 0 -1 5 0 0 0
[pid=4544/tid=4554] ppid=4542 vsize=15765612 CPUtime=3.29 cores=1,3,5,7
/proc/4544/task/4554/stat : 4554 (java) S 4542 4544 4339 0 -1 4202560 65407 0 0 0 312 17 0 0 15 0 22 0 523518629 16143986688 68958 33554432000 1073741824 1073778376 140736645572144 18446744073709551615 222933592985 0 4 0 16800975 18446604471124704320 0 0 -1 3 0 0 0
[pid=4544/tid=4555] ppid=4542 vsize=15765612 CPUtime=2.14 cores=1,3,5,7
/proc/4544/task/4555/stat : 4555 (java) S 4542 4544 4339 0 -1 4202560 3240 0 0 0 152 62 0 0 15 0 22 0 523518630 16143986688 68958 33554432000 1073741824 1073778376 140736645572144 18446744073709551615 222933593600 0 0 0 16800975 18446604471124704320 0 0 -1 7 0 0 0
[pid=4544/tid=4556] ppid=4542 vsize=15765612 CPUtime=0 cores=1,3,5,7
/proc/4544/task/4556/stat : 4556 (java) S 4542 4544 4339 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 523518631 16143986688 68958 33554432000 1073741824 1073778376 140736645572144 18446744073709551615 222933592985 0 4 0 16800975 18446604471124704320 0 0 -1 5 0 0 0
[pid=4544/tid=4557] ppid=4542 vsize=15765612 CPUtime=0 cores=1,3,5,7
/proc/4544/task/4557/stat : 4557 (java) S 4542 4544 4339 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 523518631 16143986688 68958 33554432000 1073741824 1073778376 140736645572144 18446744073709551615 222933592985 0 4 0 16800975 18446604471124704320 0 0 -1 5 0 0 0
[pid=4544/tid=4558] ppid=4542 vsize=15765612 CPUtime=0 cores=1,3,5,7
/proc/4544/task/4558/stat : 4558 (java) S 4542 4544 4339 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 523518633 16143986688 68958 33554432000 1073741824 1073778376 140736645572144 18446744073709551615 222933600689 0 4 0 16800975 18446604471124704320 0 0 -1 3 0 0 0
[pid=4544/tid=4559] ppid=4542 vsize=15765612 CPUtime=0.82 cores=1,3,5,7
/proc/4544/task/4559/stat : 4559 (java) S 4542 4544 4339 0 -1 4202560 9286 0 0 0 82 0 0 0 15 0 22 0 523518633 16143986688 68958 33554432000 1073741824 1073778376 140736645572144 18446744073709551615 222933592985 0 4 0 16800975 18446604471124704320 0 0 -1 1 0 0 0
[pid=4544/tid=4560] ppid=4542 vsize=15765612 CPUtime=1.17 cores=1,3,5,7
/proc/4544/task/4560/stat : 4560 (java) S 4542 4544 4339 0 -1 4202560 9293 0 0 0 116 1 0 0 15 0 22 0 523518633 16143986688 68958 33554432000 1073741824 1073778376 140736645572144 18446744073709551615 222933592985 0 4 0 16800975 18446604471124704320 0 0 -1 5 0 0 0
[pid=4544/tid=4561] ppid=4542 vsize=15765612 CPUtime=0 cores=1,3,5,7
/proc/4544/task/4561/stat : 4561 (java) S 4542 4544 4339 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 523518633 16143986688 68958 33554432000 1073741824 1073778376 140736645572144 18446744073709551615 222933592985 0 4 0 16800975 18446604471124704320 0 0 -1 3 0 0 0
[pid=4544/tid=4562] ppid=4542 vsize=15765612 CPUtime=0 cores=1,3,5,7
/proc/4544/task/4562/stat : 4562 (java) S 4542 4544 4339 0 -1 4202560 65 0 0 0 0 0 0 0 15 0 22 0 523518633 16143986688 68958 33554432000 1073741824 1073778376 140736645572144 18446744073709551615 222933593600 0 4 0 16800975 18446604471124704320 0 0 -1 3 0 0 0
[pid=4544/tid=4563] ppid=4542 vsize=15765612 CPUtime=1192.44 cores=1,3,5,7
/proc/4544/task/4563/stat : 4563 (java) R 4542 4544 4339 0 -1 4202560 193306 0 0 0 119210 34 0 0 25 0 22 0 523518661 16143986688 68958 33554432000 1073741824 1073778376 140736645572144 18446744073709551615 18446744073699065904 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=4544/tid=4564] ppid=4542 vsize=15765612 CPUtime=1192.18 cores=1,3,5,7
/proc/4544/task/4564/stat : 4564 (java) R 4542 4544 4339 0 -1 4202560 185480 0 0 0 119182 36 0 0 25 0 22 0 523518661 16143986688 68958 33554432000 1073741824 1073778376 140736645572144 18446744073709551615 46912505811530 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=4544/tid=4565] ppid=4542 vsize=15765612 CPUtime=1191.87 cores=1,3,5,7
/proc/4544/task/4565/stat : 4565 (java) R 4542 4544 4339 0 -1 4202560 186760 0 0 0 119152 35 0 0 25 0 22 0 523518661 16143986688 68958 33554432000 1073741824 1073778376 140736645572144 18446744073709551615 46912505768399 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=4544/tid=4566] ppid=4542 vsize=15765612 CPUtime=1192.24 cores=1,3,5,7
/proc/4544/task/4566/stat : 4566 (java) R 4542 4544 4339 0 -1 4202560 184315 0 0 0 119187 37 0 0 25 0 22 0 523518661 16143986688 68958 33554432000 1073741824 1073778376 140736645572144 18446744073709551615 46912505732188 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4800.29
Current children cumulated vsize (KiB) 15765612

Child status: 143
Real time (s): 1207.23
CPU time (s): 4800.34
CPU user time (s): 4796.81
CPU system time (s): 3.52846
CPU usage (%): 397.634
Max. virtual memory (cumulated for all children) (KiB): 15765612

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4796.81
system time used= 3.52846
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1319853
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= 301484
involuntary context switches= 169197

runsolver used 2.11968 second user time and 4.51331 second system time

The end

Launcher Data

Begin job on node109 at 2011-04-30 01:19:39
IDJOB=3312521
IDBENCH=82706
IDSOLVER=1699
FILE ID=node109/3312521-1304119179
RUNJOBID= node109-1304117970-4358
PBS_JOBID= 13170719
Free space on /tmp= 72384 MiB

SOLVER NAME= STRUCTure 0.1
BENCH NAME= SAT11/random/medium/unif-k7-r89-v70-c6230-S944754256-018.SATISFIABLE.cnf
COMMAND LINE= run 15000 NBCORE TMPDIR DIR BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3312521-1304119179/watcher-3312521-1304119179 -o /tmp/evaluation-result-3312521-1304119179/solver-3312521-1304119179 -C 4800 -W 1300 -M 15500  run 15000 4 HOME HOME HOME/instance-3312521-1304119179.cnf

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

MD5SUM BENCH= db18d6e256ea6948d91cc6cd8858dc3d
RANDOM SEED=705704969

node109.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.809
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.61
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.809
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.75
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.809
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.809
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.75
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.809
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.82
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.809
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.809
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.82
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.809
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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      30429304 kB
Buffers:        749668 kB
Cached:         997812 kB
SwapCached:        712 kB
Active:         462616 kB
Inactive:      1671256 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30429304 kB
SwapTotal:    67111528 kB
SwapFree:     67110188 kB
Dirty:            3564 kB
Writeback:           0 kB
AnonPages:      385224 kB
Mapped:          23352 kB
Slab:           324992 kB
PageTables:       5256 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  1189004 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= 72380 MiB
End job on node109 at 2011-04-30 01:39:48