Trace number 3311624

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

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v650-c2769-S216164582-083.UNKNOWN.cnf
MD5SUMac87980bdfffc015f316143175a762b6
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables650
Number of clauses2769
Sum of the clauses size8307
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 32769
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.10/0.12	33:41 INFO : Reading from input HOME/instance-3311624-1304177621.cnf
0.28/0.26	Executor set job limit to 1000000
0.28/0.26	Executor set job limit to 1000000
0.28/0.26	Executor set job limit to 1000000
0.28/0.26	Executor set job limit to 1000000
0.28/0.26	Starting Executor!
0.28/0.26	Starting Executor!
0.28/0.26	Starting Executor!
0.28/0.26	Starting Executor!
0.78/0.40	33:42 INFO : 647 variables remaining out of 650
0.78/0.40	33:42 INFO : 10976 literals remaining out of 11076

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

running on 4 cores: 0,2,4,6

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.14 8.13 7.92 4/198 27546
/proc/meminfo: memFree=30440164/32951124 swapFree=67111416/67111528
[pid=27546] ppid=27544 vsize=28384 CPUtime=0 cores=0,2,4,6
/proc/27546/stat : 27546 (java) S 27544 27546 27352 0 -1 4202496 1429 0 0 0 0 0 0 0 25 0 2 0 529364480 29065216 898 33554432000 1073741824 1073778376 140737322074096 18446744073709551615 212447819749 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/27546/statm: 7096 898 686 9 0 381 0
[pid=27546/tid=27547] ppid=27544 vsize=30580 CPUtime=0 cores=0,2,4,6
/proc/27546/task/27547/stat : 27547 (java) R 27544 27546 27352 0 -1 4202560 81 0 0 0 0 0 0 0 25 0 2 0 529364481 31313920 908 33554432000 1073741824 1073778376 140737322074096 18446744073709551615 212431047360 0 0 4096 0 0 0 0 -1 4 0 0 0

[startup+0.00995504 s]
/proc/loadavg: 8.14 8.13 7.92 4/198 27546
/proc/meminfo: memFree=30440164/32951124 swapFree=67111416/67111528
[pid=27546] ppid=27544 vsize=15589660 CPUtime=0 cores=0,2,4,6
/proc/27546/stat : 27546 (java) S 27544 27546 27352 0 -1 4202496 2292 0 1 0 0 0 0 0 25 0 10 0 529364480 15963811840 1736 33554432000 1073741824 1073778376 140737322074096 18446744073709551615 212447819749 0 0 0 16784584 18446744073709551615 0 0 17 4 0 0 0
/proc/27546/statm: 3897415 1737 950 9 0 3888571 0
[pid=27546/tid=27547] ppid=27544 vsize=15589660 CPUtime=0 cores=0,2,4,6
/proc/27546/task/27547/stat : 27547 (java) R 27544 27546 27352 0 -1 4202560 927 0 1 0 0 0 0 0 25 0 10 0 529364481 15963811840 1737 33554432000 1073741824 1073778376 140737322074096 18446744073709551615 47330969474216 0 4 0 16784584 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 15589660

[startup+0.100916 s]
/proc/loadavg: 8.14 8.13 7.92 4/198 27546
/proc/meminfo: memFree=30440164/32951124 swapFree=67111416/67111528
[pid=27546] ppid=27544 vsize=15677060 CPUtime=0.1 cores=0,2,4,6
/proc/27546/stat : 27546 (java) S 27544 27546 27352 0 -1 4202496 5552 0 1 0 9 1 0 0 25 0 18 0 529364480 16053309440 4965 33554432000 1073741824 1073778376 140737322074096 18446744073709551615 212447819749 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/27546/statm: 3919265 4965 2117 9 0 3909984 0
[pid=27546/tid=27547] ppid=27544 vsize=15677060 CPUtime=0.08 cores=0,2,4,6
/proc/27546/task/27547/stat : 27547 (java) R 27544 27546 27352 0 -1 4202560 3379 0 1 0 7 1 0 0 18 0 18 0 529364481 16053309440 4965 33554432000 1073741824 1073778376 140737322074096 18446744073709551615 212436012901 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 15677060

[startup+0.305913 s]
/proc/loadavg: 8.14 8.13 7.92 4/198 27546
/proc/meminfo: memFree=30440164/32951124 swapFree=67111416/67111528
[pid=27546] ppid=27544 vsize=15686152 CPUtime=0.51 cores=0,2,4,6
/proc/27546/stat : 27546 (java) S 27544 27546 27352 0 -1 4202496 11392 0 1 0 50 1 0 0 25 0 22 0 529364480 16062619648 9707 33554432000 1073741824 1073778376 140737322074096 18446744073709551615 212447819749 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/27546/statm: 3921538 9707 2213 9 0 3912257 0
[pid=27546/tid=27547] ppid=27544 vsize=15686152 CPUtime=0.28 cores=0,2,4,6
/proc/27546/task/27547/stat : 27547 (java) R 27544 27546 27352 0 -1 4202560 6395 0 1 0 27 1 0 0 18 0 22 0 529364481 16062619648 9707 33554432000 1073741824 1073778376 140737322074096 18446744073709551615 46912505216225 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 15686152

[startup+1.02001 s]
/proc/loadavg: 8.14 8.13 7.92 4/198 27546
/proc/meminfo: memFree=30440164/32951124 swapFree=67111416/67111528
[pid=27546] ppid=27544 vsize=15700844 CPUtime=3.03 cores=0,2,4,6
/proc/27546/stat : 27546 (java) S 27544 27546 27352 0 -1 4202496 51784 0 1 0 296 7 0 0 25 0 22 0 529364480 16077664256 47052 33554432000 1073741824 1073778376 140737322074096 18446744073709551615 212447819749 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/27546/statm: 3925211 47052 2262 9 0 3915930 0
[pid=27546/tid=27547] ppid=27544 vsize=15700844 CPUtime=0.38 cores=0,2,4,6
/proc/27546/task/27547/stat : 27547 (java) S 27544 27546 27352 0 -1 4202560 6760 0 1 0 37 1 0 0 18 0 22 0 529364481 16077664256 47052 33554432000 1073741824 1073778376 140737322074096 18446744073709551615 212447832985 0 4 0 16800975 18446604451595750464 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3.03
Current children cumulated vsize (KiB) 15700844

[startup+1.50763 s]
/proc/loadavg: 7.89 8.08 7.90 11/220 27568
/proc/meminfo: memFree=30096704/32951124 swapFree=67111416/67111528
[pid=27546] ppid=27544 vsize=15698232 CPUtime=4.97 cores=0,2,4,6
/proc/27546/stat : 27546 (java) S 27544 27546 27352 0 -1 4202496 58436 0 1 0 489 8 0 0 25 0 22 0 529364480 16074989568 52709 33554432000 1073741824 1073778376 140737322074096 18446744073709551615 212447819749 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/27546/statm: 3924558 52709 2273 9 0 3915277 0
[pid=27546/tid=27547] ppid=27544 vsize=15698232 CPUtime=0.38 cores=0,2,4,6
/proc/27546/task/27547/stat : 27547 (java) S 27544 27546 27352 0 -1 4202560 6760 0 1 0 37 1 0 0 18 0 22 0 529364481 16074989568 52709 33554432000 1073741824 1073778376 140737322074096 18446744073709551615 212447832985 0 4 0 16800975 18446604451595750464 0 0 -1 0 0 0 0
[pid=27546/tid=27549] ppid=27544 vsize=15698232 CPUtime=0 cores=0,2,4,6
/proc/27546/task/27549/stat : 27549 (java) S 27544 27546 27352 0 -1 4202560 572 0 0 0 0 0 0 0 15 0 22 0 529364481 16074989568 52709 33554432000 1073741824 1073778376 140737322074096 18446744073709551615 212447832985 0 4 0 16800975 18446604451595750464 0 0 -1 6 0 0 0
[pid=27546/tid=27550] ppid=27544 vsize=15698232 CPUtime=0 cores=0,2,4,6
/proc/27546/task/27550/stat : 27550 (java) S 27544 27546 27352 0 -1 4202560 22 0 0 0 0 0 0 0 16 0 22 0 529364481 16074989568 52709 33554432000 1073741824 1073778376 140737322074096 18446744073709551615 212447832985 0 4 0 16800975 18446604451595750464 0 0 -1 0 0 0 0
[pid=27546/tid=27551] ppid=27544 vsize=15698232 CPUtime=0 cores=0,2,4,6
/proc/27546/task/27551/stat : 27551 (java) S 27544 27546 27352 0 -1 4202560 885 0 0 0 0 0 0 0 16 0 22 0 529364481 16074989568 52709 33554432000 1073741824 1073778376 140737322074096 18446744073709551615 212447832985 0 4 0 16800975 18446604451595750464 0 0 -1 6 0 0 0
[pid=27546/tid=27552] ppid=27544 vsize=15698232 CPUtime=0 cores=0,2,4,6
/proc/27546/task/27552/stat : 27552 (java) S 27544 27546 27352 0 -1 4202560 725 0 0 0 0 0 0 0 15 0 22 0 529364481 16074989568 52709 33554432000 1073741824 1073778376 140737322074096 18446744073709551615 212447832985 0 4 0 16800975 18446604451595750464 0 0 -1 0 0 0 0
[pid=27546/tid=27553] ppid=27544 vsize=15698232 CPUtime=0 cores=0,2,4,6
/proc/27546/task/27553/stat : 27553 (java) S 27544 27546 27352 0 -1 4202560 514 0 0 0 0 0 0 0 15 0 22 0 529364481 16074989568 52709 33554432000 1073741824 1073778376 140737322074096 18446744073709551615 212447832985 0 4 0 16800975 18446604451595750464 0 0 -1 4 0 0 0
[pid=27546/tid=27554] ppid=27544 vsize=15698232 CPUtime=0 cores=0,2,4,6
/proc/27546/task/27554/stat : 27554 (java) S 27544 27546 27352 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 529364481 16074989568 52709 33554432000 1073741824 1073778376 140737322074096 18446744073709551615 212447832985 0 4 0 16800975 18446604451595750464 0 0 -1 6 0 0 0
[pid=27546/tid=27555] ppid=27544 vsize=15698232 CPUtime=0 cores=0,2,4,6
/proc/27546/task/27555/stat : 27555 (java) S 27544 27546 27352 0 -1 4202560 1584 0 0 0 0 0 0 0 15 0 22 0 529364481 16074989568 52709 33554432000 1073741824 1073778376 140737322074096 18446744073709551615 212447832985 0 4 0 16800975 18446604451595750464 0 0 -1 4 0 0 0
[pid=27546/tid=27556] ppid=27544 vsize=15698232 CPUtime=0 cores=0,2,4,6
/proc/27546/task/27556/stat : 27556 (java) S 27544 27546 27352 0 -1 4202560 1225 0 0 0 0 0 0 0 15 0 22 0 529364481 16074989568 52709 33554432000 1073741824 1073778376 140737322074096 18446744073709551615 212447832985 0 4 0 16800975 18446604451595750464 0 0 -1 6 0 0 0
[pid=27546/tid=27557] ppid=27544 vsize=15698232 CPUtime=0 cores=0,2,4,6
/proc/27546/task/27557/stat : 27557 (java) S 27544 27546 27352 0 -1 4202560 74 0 0 0 0 0 0 0 15 0 22 0 529364482 16074989568 52709 33554432000 1073741824 1073778376 140737322074096 18446744073709551615 212447833600 0 0 0 16800975 18446604451595750464 0 0 -1 0 0 0 0
[pid=27546/tid=27558] ppid=27544 vsize=15698232 CPUtime=0 cores=0,2,4,6
/proc/27546/task/27558/stat : 27558 (java) S 27544 27546 27352 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 529364483 16074989568 52709 33554432000 1073741824 1073778376 140737322074096 18446744073709551615 212447832985 0 4 0 16800975 18446604451595750464 0 0 -1 4 0 0 0
[pid=27546/tid=27559] ppid=27544 vsize=15698232 CPUtime=0 cores=0,2,4,6
/proc/27546/task/27559/stat : 27559 (java) S 27544 27546 27352 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 529364483 16074989568 52709 33554432000 1073741824 1073778376 140737322074096 18446744073709551615 212447832985 0 4 0 16800975 18446604451595750464 0 0 -1 4 0 0 0
[pid=27546/tid=27560] ppid=27544 vsize=15698232 CPUtime=0 cores=0,2,4,6
/proc/27546/task/27560/stat : 27560 (java) S 27544 27546 27352 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 529364485 16074989568 52709 33554432000 1073741824 1073778376 140737322074096 18446744073709551615 212447840689 0 4 0 16800975 18446604451595750464 0 0 -1 4 0 0 0
[pid=27546/tid=27561] ppid=27544 vsize=15698232 CPUtime=0.96 cores=0,2,4,6
/proc/27546/task/27561/stat : 27561 (java) S 27544 27546 27352 0 -1 4202560 5692 0 0 0 96 0 0 0 17 0 22 0 529364485 16074989568 52709 33554432000 1073741824 1073778376 140737322074096 18446744073709551615 212447832985 0 4 0 16800975 18446604451595750464 0 0 -1 4 0 0 0
[pid=27546/tid=27562] ppid=27544 vsize=15698232 CPUtime=0.5 cores=0,2,4,6
/proc/27546/task/27562/stat : 27562 (java) S 27544 27546 27352 0 -1 4202560 10016 0 0 0 49 1 0 0 17 0 22 0 529364485 16074989568 52709 33554432000 1073741824 1073778376 140737322074096 18446744073709551615 212447832985 0 4 0 16800975 18446604451595750464 0 0 -1 4 0 0 0
[pid=27546/tid=27563] ppid=27544 vsize=15698232 CPUtime=0 cores=0,2,4,6
/proc/27546/task/27563/stat : 27563 (java) S 27544 27546 27352 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 529364485 16074989568 52709 33554432000 1073741824 1073778376 140737322074096 18446744073709551615 212447832985 0 4 0 16800975 18446604451595750464 0 0 -1 0 0 0 0
[pid=27546/tid=27564] ppid=27544 vsize=15698232 CPUtime=0 cores=0,2,4,6
/proc/27546/task/27564/stat : 27564 (java) S 27544 27546 27352 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 529364485 16074989568 52709 33554432000 1073741824 1073778376 140737322074096 18446744073709551615 212447833600 0 4 0 16800975 18446604451595750464 0 0 -1 0 0 0 0
[pid=27546/tid=27565] ppid=27544 vsize=15698232 CPUtime=0.8 cores=0,2,4,6
/proc/27546/task/27565/stat : 27565 (java) R 27544 27546 27352 0 -1 4202560 8907 0 0 0 79 1 0 0 16 0 22 0 529364507 16074989568 52709 33554432000 1073741824 1073778376 140737322074096 18446744073709551615 18446744073699066057 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=27546/tid=27566] ppid=27544 vsize=15698232 CPUtime=0.8 cores=0,2,4,6
/proc/27546/task/27566/stat : 27566 (java) R 27544 27546 27352 0 -1 4202560 8721 0 0 0 80 0 0 0 16 0 22 0 529364507 16074989568 52709 33554432000 1073741824 1073778376 140737322074096 18446744073709551615 46912505743373 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=27546/tid=27567] ppid=27544 vsize=15698232 CPUtime=0.47 cores=0,2,4,6
/proc/27546/task/27567/stat : 27567 (java) R 27544 27546 27352 0 -1 4202560 2002 0 0 0 47 0 0 0 18 0 22 0 529364507 16074989568 52709 33554432000 1073741824 1073778376 140737322074096 18446744073709551615 46912505752061 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=27546/tid=27568] ppid=27544 vsize=15698232 CPUtime=0.94 cores=0,2,4,6
/proc/27546/task/27568/stat : 27568 (java) R 27544 27546 27352 0 -1 4202560 9350 0 0 0 93 1 0 0 18 0 22 0 529364507 16074989568 52709 33554432000 1073741824 1073778376 140737322074096 18446744073709551615 46912505726893 0 4 0 16800975 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4.97
Current children cumulated vsize (KiB) 15698232

[startup+3.10132 s]
/proc/loadavg: 7.89 8.08 7.90 11/220 27568
/proc/meminfo: memFree=29940664/32951124 swapFree=67111416/67111528
[pid=27546] ppid=27544 vsize=15698232 CPUtime=11.32 cores=0,2,4,6
/proc/27546/stat : 27546 (java) S 27544 27546 27352 0 -1 4202496 153590 0 1 0 1111 21 0 0 25 0 22 0 529364480 16074989568 147802 33554432000 1073741824 1073778376 140737322074096 18446744073709551615 212447819749 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/27546/statm: 3924558 147802 2284 9 0 3915277 0
[pid=27546/tid=27547] ppid=27544 vsize=15698232 CPUtime=0.38 cores=0,2,4,6
/proc/27546/task/27547/stat : 27547 (java) S 27544 27546 27352 0 -1 4202560 6760 0 1 0 37 1 0 0 18 0 22 0 529364481 16074989568 147802 33554432000 1073741824 1073778376 140737322074096 18446744073709551615 212447832985 0 4 0 16800975 18446604451595750464 0 0 -1 0 0 0 0
[pid=27546/tid=27549] ppid=27544 vsize=15698232 CPUtime=0 cores=0,2,4,6
/proc/27546/task/27549/stat : 27549 (java) S 27544 27546 27352 0 -1 4202560 1677 0 0 0 0 0 0 0 15 0 22 0 529364481 16074989568 147802 33554432000 1073741824 1073778376 140737322074096 18446744073709551615 212447832985 0 4 0 16800975 18446604451595750464 0 0 -1 2 0 0 0
[pid=27546/tid=27550] ppid=27544 vsize=15698232 CPUtime=0 cores=0,2,4,6
/proc/27546/task/27550/stat : 27550 (java) S 27544 27546 27352 0 -1 4202560 2316 0 0 0 0 0 0 0 16 0 22 0 529364481 16074989568 147802 33554432000 1073741824 1073778376 140737322074096 18446744073709551615 212447832985 0 4 0 16800975 18446604451595750464 0 0 -1 2 0 0 0
[pid=27546/tid=27551] ppid=27544 vsize=15698232 CPUtime=0 cores=0,2,4,6
/proc/27546/task/27551/stat : 27551 (java) S 27544 27546 27352 0 -1 4202560 1696 0 0 0 0 0 0 0 15 0 22 0 529364481 16074989568 147802 33554432000 1073741824 1073778376 140737322074096 18446744073709551615 212447832985 0 4 0 16800975 18446604451595750464 0 0 -1 0 0 0 0
[pid=27546/tid=27552] ppid=27544 vsize=15698232 CPUtime=0 cores=0,2,4,6
/proc/27546/task/27552/stat : 27552 (java) S 27544 27546 27352 0 -1 4202560 2243 0 0 0 0 0 0 0 15 0 22 0 529364481 16074989568 147802 33554432000 1073741824 1073778376 140737322074096 18446744073709551615 212447832985 0 4 0 16800975 18446604451595750464 0 0 -1 0 0 0 0
[pid=27546/tid=27553] ppid=27544 vsize=15698232 CPUtime=0.01 cores=0,2,4,6
/proc/27546/task/27553/stat : 27553 (java) S 27544 27546 27352 0 -1 4202560 1737 0 0 0 1 0 0 0 15 0 22 0 529364481 16074989568 147802 33554432000 1073741824 1073778376 140737322074096 18446744073709551615 212447832985 0 4 0 16800975 18446604451595750464 0 0 -1 4 0 0 0
[pid=27546/tid=27554] ppid=27544 vsize=15698232 CPUtime=0 cores=0,2,4,6
/proc/27546/task/27554/stat : 27554 (java) S 27544 27546 27352 0 -1 4202560 1088 0 0 0 0 0 0 0 16 0 22 0 529364481 16074989568 147802 33554432000 1073741824 1073778376 140737322074096 18446744073709551615 212447832985 0 4 0 16800975 18446604451595750464 0 0 -1 6 0 0 0
[pid=27546/tid=27555] ppid=27544 vsize=15698232 CPUtime=0 cores=0,2,4,6
/proc/27546/task/27555/stat : 27555 (java) S 27544 27546 27352 0 -1 4202560 3330 0 0 0 0 0 0 0 16 0 22 0 529364481 16074989568 147802 33554432000 1073741824 1073778376 140737322074096 18446744073709551615 212447832985 0 4 0 16800975 18446604451595750464 0 0 -1 0 0 0 0
[pid=27546/tid=27556] ppid=27544 vsize=15698232 CPUtime=0 cores=0,2,4,6
/proc/27546/task/27556/stat : 27556 (java) S 27544 27546 27352 0 -1 4202560 2280 0 0 0 0 0 0 0 16 0 22 0 529364481 16074989568 147802 33554432000 1073741824 1073778376 140737322074096 18446744073709551615 212447832985 0 4 0 16800975 18446604451595750464 0 0 -1 6 0 0 0
[pid=27546/tid=27557] ppid=27544 vsize=15698232 CPUtime=0 cores=0,2,4,6
/proc/27546/task/27557/stat : 27557 (java) S 27544 27546 27352 0 -1 4202560 444 0 0 0 0 0 0 0 15 0 22 0 529364482 16074989568 147802 33554432000 1073741824 1073778376 140737322074096 18446744073709551615 212447833600 0 0 0 16800975 18446604451595750464 0 0 -1 4 0 0 0
[pid=27546/tid=27558] ppid=27544 vsize=15698232 CPUtime=0 cores=0,2,4,6
/proc/27546/task/27558/stat : 27558 (java) S 27544 27546 27352 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 529364483 16074989568 147802 33554432000 1073741824 1073778376 140737322074096 18446744073709551615 212447832985 0 4 0 16800975 18446604451595750464 0 0 -1 4 0 0 0
[pid=27546/tid=27559] ppid=27544 vsize=15698232 CPUtime=0 cores=0,2,4,6
/proc/27546/task/27559/stat : 27559 (java) S 27544 27546 27352 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 529364483 16074989568 147802 33554432000 1073741824 1073778376 140737322074096 18446744073709551615 212447832985 0 4 0 16800975 18446604451595750464 0 0 -1 4 0 0 0
[pid=27546/tid=27560] ppid=27544 vsize=15698232 CPUtime=0 cores=0,2,4,6
/proc/27546/task/27560/stat : 27560 (java) S 27544 27546 27352 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 529364485 16074989568 147802 33554432000 1073741824 1073778376 140737322074096 18446744073709551615 212447840689 0 4 0 16800975 18446604451595750464 0 0 -1 4 0 0 0
[pid=27546/tid=27561] ppid=27544 vsize=15698232 CPUtime=0.96 cores=0,2,4,6
/proc/27546/task/27561/stat : 27561 (java) S 27544 27546 27352 0 -1 4202560 5692 0 0 0 96 0 0 0 15 0 22 0 529364485 16074989568 147802 33554432000 1073741824 1073778376 140737322074096 18446744073709551615 212447832985 0 4 0 16800975 18446604451595750464 0 0 -1 6 0 0 0
[pid=27546/tid=27562] ppid=27544 vsize=15698232 CPUtime=0.59 cores=0,2,4,6
/proc/27546/task/27562/stat : 27562 (java) S 27544 27546 27352 0 -1 4202560 10057 0 0 0 58 1 0 0 15 0 22 0 529364485 16074989568 147802 33554432000 1073741824 1073778376 140737322074096 18446744073709551615 212447832985 0 4 0 16800975 18446604451595750464 0 0 -1 4 0 0 0
[pid=27546/tid=27563] ppid=27544 vsize=15698232 CPUtime=0 cores=0,2,4,6
/proc/27546/task/27563/stat : 27563 (java) S 27544 27546 27352 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 529364485 16074989568 147802 33554432000 1073741824 1073778376 140737322074096 18446744073709551615 212447832985 0 4 0 16800975 18446604451595750464 0 0 -1 0 0 0 0
[pid=27546/tid=27564] ppid=27544 vsize=15698232 CPUtime=0 cores=0,2,4,6
/proc/27546/task/27564/stat : 27564 (java) S 27544 27546 27352 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 529364485 16074989568 147802 33554432000 1073741824 1073778376 140737322074096 18446744073709551615 212447833600 0 4 0 16800975 18446604451595750464 0 0 -1 0 0 0 0
[pid=27546/tid=27565] ppid=27544 vsize=15698232 CPUtime=2.38 cores=0,2,4,6
/proc/27546/task/27565/stat : 27565 (java) R 27544 27546 27352 0 -1 4202560 30462 0 0 0 234 4 0 0 18 0 22 0 529364507 16074989568 147802 33554432000 1073741824 1073778376 140737322074096 18446744073709551615 46912505699491 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=27546/tid=27566] ppid=27544 vsize=15698232 CPUtime=2.38 cores=0,2,4,6
/proc/27546/task/27566/stat : 27566 (java) R 27544 27546 27352 0 -1 4202560 30266 0 0 0 235 3 0 0 18 0 22 0 529364507 16074989568 147802 33554432000 1073741824 1073778376 140737322074096 18446744073709551615 46912505743479 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=27546/tid=27567] ppid=27544 vsize=15698232 CPUtime=1.95 cores=0,2,4,6
/proc/27546/task/27567/stat : 27567 (java) R 27544 27546 27352 0 -1 4202560 22219 0 0 0 193 2 0 0 20 0 22 0 529364507 16074989568 147802 33554432000 1073741824 1073778376 140737322074096 18446744073709551615 46912505742709 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=27546/tid=27568] ppid=27544 vsize=15698232 CPUtime=2.51 cores=0,2,4,6
/proc/27546/task/27568/stat : 27568 (java) R 27544 27546 27352 0 -1 4202560 29937 0 0 0 247 4 0 0 20 0 22 0 529364507 16074989568 147802 33554432000 1073741824 1073778376 140737322074096 18446744073709551615 46912505766785 0 4 0 16800975 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 11.32
Current children cumulated vsize (KiB) 15698232

[startup+6.30071 s]
/proc/loadavg: 7.98 8.09 7.91 9/220 27568
/proc/meminfo: memFree=29107640/32951124 swapFree=67111416/67111528
[pid=27546] ppid=27544 vsize=15698232 CPUtime=24.09 cores=0,2,4,6
/proc/27546/stat : 27546 (java) S 27544 27546 27352 0 -1 4202496 283683 0 1 0 2374 35 0 0 25 0 22 0 529364480 16074989568 276171 33554432000 1073741824 1073778376 140737322074096 18446744073709551615 212447819749 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/27546/statm: 3924558 276171 2284 9 0 3915277 0
[pid=27546/tid=27547] ppid=27544 vsize=15698232 CPUtime=0.38 cores=0,2,4,6
/proc/27546/task/27547/stat : 27547 (java) S 27544 27546 27352 0 -1 4202560 6760 0 1 0 37 1 0 0 18 0 22 0 529364481 16074989568 276171 33554432000 1073741824 1073778376 140737322074096 18446744073709551615 212447832985 0 4 0 16800975 18446604451595750464 0 0 -1 0 0 0 0
[pid=27546/tid=27549] ppid=27544 vsize=15698232 CPUtime=0 cores=0,2,4,6
/proc/27546/task/27549/stat : 27549 (java) S 27544 27546 27352 0 -1 4202560 2120 0 0 0 0 0 0 0 16 0 22 0 529364481 16074989568 276171 33554432000 1073741824 1073778376 140737322074096 18446744073709551615 212447832985 0 4 0 16800975 18446604451595750464 0 0 -1 2 0 0 0
[pid=27546/tid=27550] ppid=27544 vsize=15698232 CPUtime=0 cores=0,2,4,6
/proc/27546/task/27550/stat : 27550 (java) S 27544 27546 27352 0 -1 4202560 2834 0 0 0 0 0 0 0 15 0 22 0 529364481 16074989568 276171 33554432000 1073741824 1073778376 140737322074096 18446744073709551615 212447832985 0 4 0 16800975 18446604451595750464 0 0 -1 2 0 0 0
[pid=27546/tid=27551] ppid=27544 vsize=15698232 CPUtime=0 cores=0,2,4,6
/proc/27546/task/27551/stat : 27551 (java) S 27544 27546 27352 0 -1 4202560 1696 0 0 0 0 0 0 0 15 0 22 0 529364481 16074989568 276171 33554432000 1073741824 1073778376 140737322074096 18446744073709551615 212447832985 0 4 0 16800975 18446604451595750464 0 0 -1 0 0 0 0
[pid=27546/tid=27552] ppid=27544 vsize=15698232 CPUtime=0.01 cores=0,2,4,6
/proc/27546/task/27552/stat : 27552 (java) S 27544 27546 27352 0 -1 4202560 2975 0 0 0 1 0 0 0 16 0 22 0 529364481 16074989568 276171 33554432000 1073741824 1073778376 140737322074096 18446744073709551615 212447832985 0 4 0 16800975 18446604451595750464 0 0 -1 0 0 0 0
[pid=27546/tid=27553] ppid=27544 vsize=15698232 CPUtime=0.01 cores=0,2,4,6
/proc/27546/task/27553/stat : 27553 (java) S 27544 27546 27352 0 -1 4202560 2097 0 0 0 1 0 0 0 15 0 22 0 529364481 16074989568 276171 33554432000 1073741824 1073778376 140737322074096 18446744073709551615 212447832985 0 4 0 16800975 18446604451595750464 0 0 -1 4 0 0 0
[pid=27546/tid=27554] ppid=27544 vsize=15698232 CPUtime=0 cores=0,2,4,6
/proc/27546/task/27554/stat : 27554 (java) S 27544 27546 27352 0 -1 4202560 1687 0 0 0 0 0 0 0 15 0 22 0 529364481 16074989568 276171 33554432000 1073741824 1073778376 140737322074096 18446744073709551615 212447832985 0 4 0 16800975 18446604451595750464 0 0 -1 6 0 0 0
[pid=27546/tid=27555] ppid=27544 vsize=15698232 CPUtime=0.01 cores=0,2,4,6
/proc/27546/task/27555/stat : 27555 (java) S 27544 27546 27352 0 -1 4202560 3771 0 0 0 1 0 0 0 16 0 22 0 529364481 16074989568 276171 33554432000 1073741824 1073778376 140737322074096 18446744073709551615 212447832985 0 4 0 16800975 18446604451595750464 0 0 -1 4 0 0 0
[pid=27546/tid=27556] ppid=27544 vsize=15698232 CPUtime=0.01 cores=0,2,4,6
/proc/27546/task/27556/stat : 27556 (java) S 27544 27546 27352 0 -1 4202560 3227 0 0 0 1 0 0 0 15 0 22 0 529364481 16074989568 276171 33554432000 1073741824 1073778376 140737322074096 18446744073709551615 212447832985 0 4 0 16800975 18446604451595750464 0 0 -1 6 0 0 0

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

[pid=27546/tid=27566] ppid=27544 vsize=15698232 CPUtime=1048.5 cores=0,2,4,6
/proc/27546/task/27566/stat : 27566 (java) R 27544 27546 27352 0 -1 4202560 366222 0 0 0 104803 47 0 0 25 0 22 0 529364507 16074989568 116905 33554432000 1073741824 1073778376 140737322074096 18446744073709551615 46912505950084 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=27546/tid=27567] ppid=27544 vsize=15698232 CPUtime=1049.14 cores=0,2,4,6
/proc/27546/task/27567/stat : 27567 (java) R 27544 27546 27352 0 -1 4202560 354893 0 0 0 104862 52 0 0 25 0 22 0 529364507 16074989568 116905 33554432000 1073741824 1073778376 140737322074096 18446744073709551615 46912505811356 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=27546/tid=27568] ppid=27544 vsize=15698232 CPUtime=1049.13 cores=0,2,4,6
/proc/27546/task/27568/stat : 27568 (java) R 27544 27546 27352 0 -1 4202560 364317 0 0 0 104864 49 0 0 25 0 22 0 529364507 16074989568 116905 33554432000 1073741824 1073778376 140737322074096 18446744073709551615 46912505799318 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4225.52
Current children cumulated vsize (KiB) 15698232

[startup+1122.3 s]
/proc/loadavg: 8.07 8.08 8.00 9/220 27598
/proc/meminfo: memFree=29868208/32951124 swapFree=67111416/67111528
[pid=27546] ppid=27544 vsize=15698232 CPUtime=4464.11 cores=0,2,4,6
/proc/27546/stat : 27546 (java) S 27544 27546 27352 0 -1 4202496 2691809 0 1 0 445904 507 0 0 25 0 22 0 529364480 16074989568 88263 33554432000 1073741824 1073778376 140737322074096 18446744073709551615 212447819749 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/27546/statm: 3924558 88263 2298 9 0 3915277 0
[pid=27546/tid=27547] ppid=27544 vsize=15698232 CPUtime=0.38 cores=0,2,4,6
/proc/27546/task/27547/stat : 27547 (java) S 27544 27546 27352 0 -1 4202560 6760 0 1 0 37 1 0 0 18 0 22 0 529364481 16074989568 88263 33554432000 1073741824 1073778376 140737322074096 18446744073709551615 212447832985 0 4 0 16800975 18446604451595750464 0 0 -1 0 0 0 0
[pid=27546/tid=27549] ppid=27544 vsize=15698232 CPUtime=3.49 cores=0,2,4,6
/proc/27546/task/27549/stat : 27549 (java) S 27544 27546 27352 0 -1 4202560 146432 0 0 0 324 25 0 0 15 0 22 0 529364481 16074989568 88263 33554432000 1073741824 1073778376 140737322074096 18446744073709551615 212447832985 0 4 0 16800975 18446604451595750464 0 0 -1 2 0 0 0
[pid=27546/tid=27550] ppid=27544 vsize=15698232 CPUtime=3.34 cores=0,2,4,6
/proc/27546/task/27550/stat : 27550 (java) S 27544 27546 27352 0 -1 4202560 147290 0 0 0 308 26 0 0 16 0 22 0 529364481 16074989568 88263 33554432000 1073741824 1073778376 140737322074096 18446744073709551615 212447832985 0 4 0 16800975 18446604451595750464 0 0 -1 0 0 0 0
[pid=27546/tid=27551] ppid=27544 vsize=15698232 CPUtime=3.31 cores=0,2,4,6
/proc/27546/task/27551/stat : 27551 (java) S 27544 27546 27352 0 -1 4202560 143558 0 0 0 304 27 0 0 16 0 22 0 529364481 16074989568 88263 33554432000 1073741824 1073778376 140737322074096 18446744073709551615 212447832985 0 4 0 16800975 18446604451595750464 0 0 -1 6 0 0 0
[pid=27546/tid=27552] ppid=27544 vsize=15698232 CPUtime=3.46 cores=0,2,4,6
/proc/27546/task/27552/stat : 27552 (java) S 27544 27546 27352 0 -1 4202560 146910 0 0 0 321 25 0 0 16 0 22 0 529364481 16074989568 88263 33554432000 1073741824 1073778376 140737322074096 18446744073709551615 212447832985 0 4 0 16800975 18446604451595750464 0 0 -1 2 0 0 0
[pid=27546/tid=27553] ppid=27544 vsize=15698232 CPUtime=3.32 cores=0,2,4,6
/proc/27546/task/27553/stat : 27553 (java) S 27544 27546 27352 0 -1 4202560 142238 0 0 0 307 25 0 0 16 0 22 0 529364481 16074989568 88263 33554432000 1073741824 1073778376 140737322074096 18446744073709551615 212447832985 0 4 0 16800975 18446604451595750464 0 0 -1 4 0 0 0
[pid=27546/tid=27554] ppid=27544 vsize=15698232 CPUtime=3.4 cores=0,2,4,6
/proc/27546/task/27554/stat : 27554 (java) S 27544 27546 27352 0 -1 4202560 145732 0 0 0 313 27 0 0 15 0 22 0 529364481 16074989568 88263 33554432000 1073741824 1073778376 140737322074096 18446744073709551615 212447832985 0 4 0 16800975 18446604451595750464 0 0 -1 0 0 0 0
[pid=27546/tid=27555] ppid=27544 vsize=15698232 CPUtime=3.32 cores=0,2,4,6
/proc/27546/task/27555/stat : 27555 (java) S 27544 27546 27352 0 -1 4202560 138548 0 0 0 309 23 0 0 15 0 22 0 529364481 16074989568 88263 33554432000 1073741824 1073778376 140737322074096 18446744073709551615 212447832985 0 4 0 16800975 18446604451595750464 0 0 -1 4 0 0 0
[pid=27546/tid=27556] ppid=27544 vsize=15698232 CPUtime=3.4 cores=0,2,4,6
/proc/27546/task/27556/stat : 27556 (java) S 27544 27546 27352 0 -1 4202560 147305 0 0 0 314 26 0 0 15 0 22 0 529364481 16074989568 88263 33554432000 1073741824 1073778376 140737322074096 18446744073709551615 212447832985 0 4 0 16800975 18446604451595750464 0 0 -1 0 0 0 0
[pid=27546/tid=27557] ppid=27544 vsize=15698232 CPUtime=2.03 cores=0,2,4,6
/proc/27546/task/27557/stat : 27557 (java) S 27544 27546 27352 0 -1 4202560 7103 0 0 0 122 81 0 0 15 0 22 0 529364482 16074989568 88263 33554432000 1073741824 1073778376 140737322074096 18446744073709551615 212447833600 0 0 0 16800975 18446604451595750464 0 0 -1 6 0 0 0
[pid=27546/tid=27558] ppid=27544 vsize=15698232 CPUtime=0 cores=0,2,4,6
/proc/27546/task/27558/stat : 27558 (java) S 27544 27546 27352 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 529364483 16074989568 88263 33554432000 1073741824 1073778376 140737322074096 18446744073709551615 212447832985 0 4 0 16800975 18446604451595750464 0 0 -1 4 0 0 0
[pid=27546/tid=27559] ppid=27544 vsize=15698232 CPUtime=0 cores=0,2,4,6
/proc/27546/task/27559/stat : 27559 (java) S 27544 27546 27352 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 529364483 16074989568 88263 33554432000 1073741824 1073778376 140737322074096 18446744073709551615 212447832985 0 4 0 16800975 18446604451595750464 0 0 -1 4 0 0 0
[pid=27546/tid=27560] ppid=27544 vsize=15698232 CPUtime=0 cores=0,2,4,6
/proc/27546/task/27560/stat : 27560 (java) S 27544 27546 27352 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 529364485 16074989568 88263 33554432000 1073741824 1073778376 140737322074096 18446744073709551615 212447840689 0 4 0 16800975 18446604451595750464 0 0 -1 4 0 0 0
[pid=27546/tid=27561] ppid=27544 vsize=15698232 CPUtime=1.12 cores=0,2,4,6
/proc/27546/task/27561/stat : 27561 (java) S 27544 27546 27352 0 -1 4202560 5718 0 0 0 112 0 0 0 16 0 22 0 529364485 16074989568 88263 33554432000 1073741824 1073778376 140737322074096 18446744073709551615 212447832985 0 4 0 16800975 18446604451595750464 0 0 -1 6 0 0 0
[pid=27546/tid=27562] ppid=27544 vsize=15698232 CPUtime=0.76 cores=0,2,4,6
/proc/27546/task/27562/stat : 27562 (java) S 27544 27546 27352 0 -1 4202560 10108 0 0 0 75 1 0 0 15 0 22 0 529364485 16074989568 88263 33554432000 1073741824 1073778376 140737322074096 18446744073709551615 212447832985 0 4 0 16800975 18446604451595750464 0 0 -1 4 0 0 0
[pid=27546/tid=27563] ppid=27544 vsize=15698232 CPUtime=0 cores=0,2,4,6
/proc/27546/task/27563/stat : 27563 (java) S 27544 27546 27352 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 529364485 16074989568 88263 33554432000 1073741824 1073778376 140737322074096 18446744073709551615 212447832985 0 4 0 16800975 18446604451595750464 0 0 -1 0 0 0 0
[pid=27546/tid=27564] ppid=27544 vsize=15698232 CPUtime=0 cores=0,2,4,6
/proc/27546/task/27564/stat : 27564 (java) S 27544 27546 27352 0 -1 4202560 61 0 0 0 0 0 0 0 15 0 22 0 529364485 16074989568 88263 33554432000 1073741824 1073778376 140737322074096 18446744073709551615 212447833600 0 4 0 16800975 18446604451595750464 0 0 -1 2 0 0 0
[pid=27546/tid=27565] ppid=27544 vsize=15698232 CPUtime=1107.97 cores=0,2,4,6
/proc/27546/task/27565/stat : 27565 (java) R 27544 27546 27352 0 -1 4202560 369811 0 0 0 110743 54 0 0 25 0 22 0 529364507 16074989568 88263 33554432000 1073741824 1073778376 140737322074096 18446744073709551615 46912505742711 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=27546/tid=27566] ppid=27544 vsize=15698232 CPUtime=1107.84 cores=0,2,4,6
/proc/27546/task/27566/stat : 27566 (java) R 27544 27546 27352 0 -1 4202560 382019 0 0 0 110734 50 0 0 25 0 22 0 529364507 16074989568 88263 33554432000 1073741824 1073778376 140737322074096 18446744073709551615 46912505799437 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=27546/tid=27567] ppid=27544 vsize=15698232 CPUtime=1108.34 cores=0,2,4,6
/proc/27546/task/27567/stat : 27567 (java) R 27544 27546 27352 0 -1 4202560 370584 0 0 0 110780 54 0 0 25 0 22 0 529364507 16074989568 88263 33554432000 1073741824 1073778376 140737322074096 18446744073709551615 46912505799595 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=27546/tid=27568] ppid=27544 vsize=15698232 CPUtime=1108.47 cores=0,2,4,6
/proc/27546/task/27568/stat : 27568 (java) R 27544 27546 27352 0 -1 4202560 380247 0 0 0 110794 53 0 0 25 0 22 0 529364507 16074989568 88263 33554432000 1073741824 1073778376 140737322074096 18446744073709551615 18446744073699066043 0 4 0 16800975 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4464.11
Current children cumulated vsize (KiB) 15698232

[startup+1182.3 s]
/proc/loadavg: 8.10 8.08 8.00 9/220 27599
/proc/meminfo: memFree=29769452/32951124 swapFree=67111416/67111528
[pid=27546] ppid=27544 vsize=15698232 CPUtime=4702.79 cores=0,2,4,6
/proc/27546/stat : 27546 (java) S 27544 27546 27352 0 -1 4202496 2857196 0 1 0 469742 537 0 0 25 0 22 0 529364480 16074989568 116758 33554432000 1073741824 1073778376 140737322074096 18446744073709551615 212447819749 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/27546/statm: 3924558 116758 2298 9 0 3915277 0
[pid=27546/tid=27547] ppid=27544 vsize=15698232 CPUtime=0.38 cores=0,2,4,6
/proc/27546/task/27547/stat : 27547 (java) S 27544 27546 27352 0 -1 4202560 6760 0 1 0 37 1 0 0 18 0 22 0 529364481 16074989568 116758 33554432000 1073741824 1073778376 140737322074096 18446744073709551615 212447832985 0 4 0 16800975 18446604451595750464 0 0 -1 0 0 0 0
[pid=27546/tid=27549] ppid=27544 vsize=15698232 CPUtime=3.65 cores=0,2,4,6
/proc/27546/task/27549/stat : 27549 (java) S 27544 27546 27352 0 -1 4202560 152670 0 0 0 339 26 0 0 15 0 22 0 529364481 16074989568 116758 33554432000 1073741824 1073778376 140737322074096 18446744073709551615 212447832985 0 4 0 16800975 18446604451595750464 0 0 -1 4 0 0 0
[pid=27546/tid=27550] ppid=27544 vsize=15698232 CPUtime=3.53 cores=0,2,4,6
/proc/27546/task/27550/stat : 27550 (java) S 27544 27546 27352 0 -1 4202560 155380 0 0 0 325 28 0 0 15 0 22 0 529364481 16074989568 116758 33554432000 1073741824 1073778376 140737322074096 18446744073709551615 212447832985 0 4 0 16800975 18446604451595750464 0 0 -1 0 0 0 0
[pid=27546/tid=27551] ppid=27544 vsize=15698232 CPUtime=3.5 cores=0,2,4,6
/proc/27546/task/27551/stat : 27551 (java) S 27544 27546 27352 0 -1 4202560 150081 0 0 0 322 28 0 0 16 0 22 0 529364481 16074989568 116758 33554432000 1073741824 1073778376 140737322074096 18446744073709551615 212447832985 0 4 0 16800975 18446604451595750464 0 0 -1 0 0 0 0
[pid=27546/tid=27552] ppid=27544 vsize=15698232 CPUtime=3.61 cores=0,2,4,6
/proc/27546/task/27552/stat : 27552 (java) S 27544 27546 27352 0 -1 4202560 153766 0 0 0 335 26 0 0 15 0 22 0 529364481 16074989568 116758 33554432000 1073741824 1073778376 140737322074096 18446744073709551615 212447832985 0 4 0 16800975 18446604451595750464 0 0 -1 4 0 0 0
[pid=27546/tid=27553] ppid=27544 vsize=15698232 CPUtime=3.52 cores=0,2,4,6
/proc/27546/task/27553/stat : 27553 (java) S 27544 27546 27352 0 -1 4202560 148121 0 0 0 325 27 0 0 15 0 22 0 529364481 16074989568 116758 33554432000 1073741824 1073778376 140737322074096 18446744073709551615 212447832985 0 4 0 16800975 18446604451595750464 0 0 -1 2 0 0 0
[pid=27546/tid=27554] ppid=27544 vsize=15698232 CPUtime=3.59 cores=0,2,4,6
/proc/27546/task/27554/stat : 27554 (java) S 27544 27546 27352 0 -1 4202560 153081 0 0 0 331 28 0 0 15 0 22 0 529364481 16074989568 116758 33554432000 1073741824 1073778376 140737322074096 18446744073709551615 212447832985 0 4 0 16800975 18446604451595750464 0 0 -1 6 0 0 0
[pid=27546/tid=27555] ppid=27544 vsize=15698232 CPUtime=3.5 cores=0,2,4,6
/proc/27546/task/27555/stat : 27555 (java) S 27544 27546 27352 0 -1 4202560 144684 0 0 0 326 24 0 0 15 0 22 0 529364481 16074989568 116758 33554432000 1073741824 1073778376 140737322074096 18446744073709551615 212447832985 0 4 0 16800975 18446604451595750464 0 0 -1 2 0 0 0
[pid=27546/tid=27556] ppid=27544 vsize=15698232 CPUtime=3.58 cores=0,2,4,6
/proc/27546/task/27556/stat : 27556 (java) S 27544 27546 27352 0 -1 4202560 154509 0 0 0 330 28 0 0 15 0 22 0 529364481 16074989568 116758 33554432000 1073741824 1073778376 140737322074096 18446744073709551615 212447832985 0 4 0 16800975 18446604451595750464 0 0 -1 2 0 0 0
[pid=27546/tid=27557] ppid=27544 vsize=15698232 CPUtime=2.14 cores=0,2,4,6
/proc/27546/task/27557/stat : 27557 (java) S 27544 27546 27352 0 -1 4202560 7560 0 0 0 128 86 0 0 15 0 22 0 529364482 16074989568 116758 33554432000 1073741824 1073778376 140737322074096 18446744073709551615 212447833600 0 0 0 16800975 18446604451595750464 0 0 -1 4 0 0 0
[pid=27546/tid=27558] ppid=27544 vsize=15698232 CPUtime=0 cores=0,2,4,6
/proc/27546/task/27558/stat : 27558 (java) S 27544 27546 27352 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 529364483 16074989568 116758 33554432000 1073741824 1073778376 140737322074096 18446744073709551615 212447832985 0 4 0 16800975 18446604451595750464 0 0 -1 4 0 0 0
[pid=27546/tid=27559] ppid=27544 vsize=15698232 CPUtime=0 cores=0,2,4,6
/proc/27546/task/27559/stat : 27559 (java) S 27544 27546 27352 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 529364483 16074989568 116758 33554432000 1073741824 1073778376 140737322074096 18446744073709551615 212447832985 0 4 0 16800975 18446604451595750464 0 0 -1 4 0 0 0
[pid=27546/tid=27560] ppid=27544 vsize=15698232 CPUtime=0 cores=0,2,4,6
/proc/27546/task/27560/stat : 27560 (java) S 27544 27546 27352 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 529364485 16074989568 116758 33554432000 1073741824 1073778376 140737322074096 18446744073709551615 212447840689 0 4 0 16800975 18446604451595750464 0 0 -1 4 0 0 0
[pid=27546/tid=27561] ppid=27544 vsize=15698232 CPUtime=1.12 cores=0,2,4,6
/proc/27546/task/27561/stat : 27561 (java) S 27544 27546 27352 0 -1 4202560 5718 0 0 0 112 0 0 0 16 0 22 0 529364485 16074989568 116758 33554432000 1073741824 1073778376 140737322074096 18446744073709551615 212447832985 0 4 0 16800975 18446604451595750464 0 0 -1 6 0 0 0
[pid=27546/tid=27562] ppid=27544 vsize=15698232 CPUtime=0.76 cores=0,2,4,6
/proc/27546/task/27562/stat : 27562 (java) S 27544 27546 27352 0 -1 4202560 10108 0 0 0 75 1 0 0 15 0 22 0 529364485 16074989568 116758 33554432000 1073741824 1073778376 140737322074096 18446744073709551615 212447832985 0 4 0 16800975 18446604451595750464 0 0 -1 4 0 0 0
[pid=27546/tid=27563] ppid=27544 vsize=15698232 CPUtime=0 cores=0,2,4,6
/proc/27546/task/27563/stat : 27563 (java) S 27544 27546 27352 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 529364485 16074989568 116758 33554432000 1073741824 1073778376 140737322074096 18446744073709551615 212447832985 0 4 0 16800975 18446604451595750464 0 0 -1 0 0 0 0
[pid=27546/tid=27564] ppid=27544 vsize=15698232 CPUtime=0 cores=0,2,4,6
/proc/27546/task/27564/stat : 27564 (java) S 27544 27546 27352 0 -1 4202560 65 0 0 0 0 0 0 0 15 0 22 0 529364485 16074989568 116758 33554432000 1073741824 1073778376 140737322074096 18446744073709551615 212447833600 0 4 0 16800975 18446604451595750464 0 0 -1 4 0 0 0
[pid=27546/tid=27565] ppid=27544 vsize=15698232 CPUtime=1167.35 cores=0,2,4,6
/proc/27546/task/27565/stat : 27565 (java) R 27544 27546 27352 0 -1 4202560 396806 0 0 0 116676 59 0 0 25 0 22 0 529364507 16074989568 116758 33554432000 1073741824 1073778376 140737322074096 18446744073709551615 46912505799318 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=27546/tid=27566] ppid=27544 vsize=15698232 CPUtime=1167.17 cores=0,2,4,6
/proc/27546/task/27566/stat : 27566 (java) R 27544 27546 27352 0 -1 4202560 409500 0 0 0 116664 53 0 0 25 0 22 0 529364507 16074989568 116758 33554432000 1073741824 1073778376 140737322074096 18446744073709551615 46912505949906 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=27546/tid=27567] ppid=27544 vsize=15698232 CPUtime=1167.57 cores=0,2,4,6
/proc/27546/task/27567/stat : 27567 (java) R 27544 27546 27352 0 -1 4202560 398832 0 0 0 116699 58 0 0 25 0 22 0 529364507 16074989568 116758 33554432000 1073741824 1073778376 140737322074096 18446744073709551615 46912506006187 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=27546/tid=27568] ppid=27544 vsize=15698232 CPUtime=1167.67 cores=0,2,4,6
/proc/27546/task/27568/stat : 27568 (java) R 27544 27546 27352 0 -1 4202560 408170 0 0 0 116711 56 0 0 25 0 22 0 529364507 16074989568 116758 33554432000 1073741824 1073778376 140737322074096 18446744073709551615 46912505799339 0 4 0 16800975 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4702.79
Current children cumulated vsize (KiB) 15698232



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1206.8 s]
/proc/loadavg: 8.06 8.07 8.00 9/220 27600
/proc/meminfo: memFree=29742272/32951124 swapFree=67111416/67111528
[pid=27546] ppid=27544 vsize=15698232 CPUtime=4800.24 cores=0,2,4,6
/proc/27546/stat : 27546 (java) S 27544 27546 27352 0 -1 4202496 2905647 0 1 0 479477 547 0 0 25 0 22 0 529364480 16074989568 108238 33554432000 1073741824 1073778376 140737322074096 18446744073709551615 212447819749 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/27546/statm: 3924558 108238 2298 9 0 3915277 0
[pid=27546/tid=27547] ppid=27544 vsize=15698232 CPUtime=0.38 cores=0,2,4,6
/proc/27546/task/27547/stat : 27547 (java) S 27544 27546 27352 0 -1 4202560 6760 0 1 0 37 1 0 0 18 0 22 0 529364481 16074989568 108238 33554432000 1073741824 1073778376 140737322074096 18446744073709551615 212447832985 0 4 0 16800975 18446604451595750464 0 0 -1 0 0 0 0
[pid=27546/tid=27549] ppid=27544 vsize=15698232 CPUtime=3.74 cores=0,2,4,6
/proc/27546/task/27549/stat : 27549 (java) S 27544 27546 27352 0 -1 4202560 155752 0 0 0 347 27 0 0 15 0 22 0 529364481 16074989568 108238 33554432000 1073741824 1073778376 140737322074096 18446744073709551615 212447832985 0 4 0 16800975 18446604451595750464 0 0 -1 6 0 0 0
[pid=27546/tid=27550] ppid=27544 vsize=15698232 CPUtime=3.58 cores=0,2,4,6
/proc/27546/task/27550/stat : 27550 (java) S 27544 27546 27352 0 -1 4202560 157631 0 0 0 330 28 0 0 16 0 22 0 529364481 16074989568 108238 33554432000 1073741824 1073778376 140737322074096 18446744073709551615 212447832985 0 4 0 16800975 18446604451595750464 0 0 -1 4 0 0 0
[pid=27546/tid=27551] ppid=27544 vsize=15698232 CPUtime=3.58 cores=0,2,4,6
/proc/27546/task/27551/stat : 27551 (java) S 27544 27546 27352 0 -1 4202560 153441 0 0 0 329 29 0 0 16 0 22 0 529364481 16074989568 108238 33554432000 1073741824 1073778376 140737322074096 18446744073709551615 212447832985 0 4 0 16800975 18446604451595750464 0 0 -1 6 0 0 0
[pid=27546/tid=27552] ppid=27544 vsize=15698232 CPUtime=3.69 cores=0,2,4,6
/proc/27546/task/27552/stat : 27552 (java) S 27544 27546 27352 0 -1 4202560 157301 0 0 0 342 27 0 0 15 0 22 0 529364481 16074989568 108238 33554432000 1073741824 1073778376 140737322074096 18446744073709551615 212447832985 0 4 0 16800975 18446604451595750464 0 0 -1 2 0 0 0
[pid=27546/tid=27553] ppid=27544 vsize=15698232 CPUtime=3.6 cores=0,2,4,6
/proc/27546/task/27553/stat : 27553 (java) S 27544 27546 27352 0 -1 4202560 151693 0 0 0 333 27 0 0 15 0 22 0 529364481 16074989568 108238 33554432000 1073741824 1073778376 140737322074096 18446744073709551615 212447832985 0 4 0 16800975 18446604451595750464 0 0 -1 4 0 0 0
[pid=27546/tid=27554] ppid=27544 vsize=15698232 CPUtime=3.67 cores=0,2,4,6
/proc/27546/task/27554/stat : 27554 (java) S 27544 27546 27352 0 -1 4202560 156928 0 0 0 338 29 0 0 16 0 22 0 529364481 16074989568 108238 33554432000 1073741824 1073778376 140737322074096 18446744073709551615 212447832985 0 4 0 16800975 18446604451595750464 0 0 -1 2 0 0 0
[pid=27546/tid=27555] ppid=27544 vsize=15698232 CPUtime=3.57 cores=0,2,4,6
/proc/27546/task/27555/stat : 27555 (java) S 27544 27546 27352 0 -1 4202560 146951 0 0 0 332 25 0 0 16 0 22 0 529364481 16074989568 108238 33554432000 1073741824 1073778376 140737322074096 18446744073709551615 212447832985 0 4 0 16800975 18446604451595750464 0 0 -1 0 0 0 0
[pid=27546/tid=27556] ppid=27544 vsize=15698232 CPUtime=3.65 cores=0,2,4,6
/proc/27546/task/27556/stat : 27556 (java) S 27544 27546 27352 0 -1 4202560 157442 0 0 0 336 29 0 0 15 0 22 0 529364481 16074989568 108238 33554432000 1073741824 1073778376 140737322074096 18446744073709551615 212447832985 0 4 0 16800975 18446604451595750464 0 0 -1 0 0 0 0
[pid=27546/tid=27557] ppid=27544 vsize=15698232 CPUtime=2.2 cores=0,2,4,6
/proc/27546/task/27557/stat : 27557 (java) R 27544 27546 27352 0 -1 4202560 7781 0 0 0 132 88 0 0 15 0 22 0 529364482 16074989568 108238 33554432000 1073741824 1073778376 140737322074096 18446744073709551615 212435970359 0 0 0 16800975 0 0 0 -1 0 0 0 0
[pid=27546/tid=27558] ppid=27544 vsize=15698232 CPUtime=0 cores=0,2,4,6
/proc/27546/task/27558/stat : 27558 (java) S 27544 27546 27352 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 529364483 16074989568 108238 33554432000 1073741824 1073778376 140737322074096 18446744073709551615 212447832985 0 4 0 16800975 18446604451595750464 0 0 -1 4 0 0 0
[pid=27546/tid=27559] ppid=27544 vsize=15698232 CPUtime=0 cores=0,2,4,6
/proc/27546/task/27559/stat : 27559 (java) S 27544 27546 27352 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 529364483 16074989568 108238 33554432000 1073741824 1073778376 140737322074096 18446744073709551615 212447832985 0 4 0 16800975 18446604451595750464 0 0 -1 4 0 0 0
[pid=27546/tid=27560] ppid=27544 vsize=15698232 CPUtime=0 cores=0,2,4,6
/proc/27546/task/27560/stat : 27560 (java) S 27544 27546 27352 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 529364485 16074989568 108238 33554432000 1073741824 1073778376 140737322074096 18446744073709551615 212447840689 0 4 0 16800975 18446604451595750464 0 0 -1 4 0 0 0
[pid=27546/tid=27561] ppid=27544 vsize=15698232 CPUtime=1.12 cores=0,2,4,6
/proc/27546/task/27561/stat : 27561 (java) S 27544 27546 27352 0 -1 4202560 5718 0 0 0 112 0 0 0 16 0 22 0 529364485 16074989568 108238 33554432000 1073741824 1073778376 140737322074096 18446744073709551615 212447832985 0 4 0 16800975 18446604451595750464 0 0 -1 6 0 0 0
[pid=27546/tid=27562] ppid=27544 vsize=15698232 CPUtime=0.76 cores=0,2,4,6
/proc/27546/task/27562/stat : 27562 (java) S 27544 27546 27352 0 -1 4202560 10108 0 0 0 75 1 0 0 15 0 22 0 529364485 16074989568 108238 33554432000 1073741824 1073778376 140737322074096 18446744073709551615 212447832985 0 4 0 16800975 18446604451595750464 0 0 -1 4 0 0 0
[pid=27546/tid=27563] ppid=27544 vsize=15698232 CPUtime=0 cores=0,2,4,6
/proc/27546/task/27563/stat : 27563 (java) S 27544 27546 27352 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 529364485 16074989568 108238 33554432000 1073741824 1073778376 140737322074096 18446744073709551615 212447832985 0 4 0 16800975 18446604451595750464 0 0 -1 0 0 0 0
[pid=27546/tid=27564] ppid=27544 vsize=15698232 CPUtime=0 cores=0,2,4,6
/proc/27546/task/27564/stat : 27564 (java) S 27544 27546 27352 0 -1 4202560 67 0 0 0 0 0 0 0 15 0 22 0 529364485 16074989568 108238 33554432000 1073741824 1073778376 140737322074096 18446744073709551615 212447833600 0 4 0 16800975 18446604451595750464 0 0 -1 6 0 0 0
[pid=27546/tid=27565] ppid=27544 vsize=15698232 CPUtime=1191.59 cores=0,2,4,6
/proc/27546/task/27565/stat : 27565 (java) S 27544 27546 27352 0 -1 4202560 402331 0 0 0 119099 60 0 0 25 0 22 0 529364507 16074989568 108238 33554432000 1073741824 1073778376 140737322074096 18446744073709551615 212447832985 0 4 0 16800975 18446604451595750464 0 0 -1 2 0 0 0
[pid=27546/tid=27566] ppid=27544 vsize=15698232 CPUtime=1191.34 cores=0,2,4,6
/proc/27546/task/27566/stat : 27566 (java) S 27544 27546 27352 0 -1 4202560 415583 0 0 0 119080 54 0 0 25 0 22 0 529364507 16074989568 108238 33554432000 1073741824 1073778376 140737322074096 18446744073709551615 212447832985 0 4 0 16800975 18446604451595750464 0 0 -1 0 0 0 0
[pid=27546/tid=27567] ppid=27544 vsize=15698232 CPUtime=1191.79 cores=0,2,4,6
/proc/27546/task/27567/stat : 27567 (java) S 27544 27546 27352 0 -1 4202560 404156 0 0 0 119121 58 0 0 25 0 22 0 529364507 16074989568 108238 33554432000 1073741824 1073778376 140737322074096 18446744073709551615 212447832985 0 4 0 16800975 18446604451595750464 0 0 -1 2 0 0 0
[pid=27546/tid=27568] ppid=27544 vsize=15698232 CPUtime=1191.84 cores=0,2,4,6
/proc/27546/task/27568/stat : 27568 (java) S 27544 27546 27352 0 -1 4202560 414620 0 0 0 119128 56 0 0 25 0 22 0 529364507 16074989568 108238 33554432000 1073741824 1073778376 140737322074096 18446744073709551615 212447832985 0 4 0 16800975 18446604451595750464 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4800.24
Current children cumulated vsize (KiB) 15698232

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

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

Child status: 143
Real time (s): 1206.84
CPU time (s): 4800.3
CPU user time (s): 4794.8
CPU system time (s): 5.49716
CPU usage (%): 397.759
Max. virtual memory (cumulated for all children) (KiB): 15700844

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4794.8
system time used= 5.49716
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2906264
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= 213016
involuntary context switches= 121675

runsolver used 1.9847 second user time and 4.64029 second system time

The end

Launcher Data

Begin job on node102 at 2011-04-30 17:33:41
IDJOB=3311624
IDBENCH=83009
IDSOLVER=1698
FILE ID=node102/3311624-1304177621
RUNJOBID= node102-1304176412-27370
PBS_JOBID= 13172418
Free space on /tmp= 72468 MiB

SOLVER NAME= STRUCTure 0.1 (hbr=2)
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v650-c2769-S216164582-083.UNKNOWN.cnf
COMMAND LINE= run 15000 NBCORE TMPDIR DIR BENCHNAME -hbr 2
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3311624-1304177621/watcher-3311624-1304177621 -o /tmp/evaluation-result-3311624-1304177621/solver-3311624-1304177621 -C 4800 -W 1300 -M 15500  run 15000 4 HOME HOME HOME/instance-3311624-1304177621.cnf -hbr 2

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

MD5SUM BENCH= ac87980bdfffc015f316143175a762b6
RANDOM SEED=1714616436

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      30440436 kB
Buffers:        633124 kB
Cached:        1334468 kB
SwapCached:          0 kB
Active:         257700 kB
Inactive:      1837448 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30440436 kB
SwapTotal:    67111528 kB
SwapFree:     67111416 kB
Dirty:            3548 kB
Writeback:          52 kB
AnonPages:      127340 kB
Mapped:          23096 kB
Slab:           352220 kB
PageTables:       5032 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   792196 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= 72468 MiB
End job on node102 at 2011-04-30 17:53:50