Trace number 3311337

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

General information on the benchmark

Namerandom/medium/
unif-k7-r89-v70-c6230-S1516725086-012.UNKNOWN.cnf
MD5SUM700fcf61c35143a2185883134d0eb67b
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 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	56:53 INFO : Reading from input HOME/instance-3311337-1304121413.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!
0.98/0.53	56:53 INFO : 70 variables remaining out of 70
0.98/0.53	56:53 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-3311337-1304121413/watcher-3311337-1304121413 -o /tmp/evaluation-result-3311337-1304121413/solver-3311337-1304121413 -C 4800 -W 1300 -M 15500 run 15000 4 HOME HOME HOME/instance-3311337-1304121413.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: 5.97 4.55 4.92 5/198 6512
/proc/meminfo: memFree=30268212/32951124 swapFree=67111524/67111528
[pid=6512] ppid=6510 vsize=30580 CPUtime=0 cores=0,2,4,6
/proc/6512/stat : 6512 (java) S 6510 6512 5849 0 -1 4202496 1460 0 0 0 0 0 0 0 25 0 2 0 256332532 31313920 930 33554432000 1073741824 1073778376 140734419888464 18446744073709551615 268672464869 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/6512/statm: 7632 932 714 9 0 383 0
[pid=6512/tid=6513] ppid=6510 vsize=30528 CPUtime=0 cores=0,2,4,6
/proc/6512/task/6513/stat : 6513 (java) R 6510 6512 5849 0 -1 4202560 133 0 0 0 0 0 0 0 25 0 2 0 256332532 31260672 953 33554432000 1073741824 1073778376 140734419888464 18446744073709551615 268660662016 0 0 4096 0 0 0 0 -1 2 0 0 0

[startup+0.108385 s]
/proc/loadavg: 5.97 4.55 4.92 5/198 6512
/proc/meminfo: memFree=30268212/32951124 swapFree=67111524/67111528
[pid=6512] ppid=6510 vsize=15676832 CPUtime=0.11 cores=0,2,4,6
/proc/6512/stat : 6512 (java) S 6510 6512 5849 0 -1 4202496 5742 0 1 0 10 1 0 0 25 0 18 0 256332532 16053075968 5158 33554432000 1073741824 1073778376 140734419888464 18446744073709551615 268672464869 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/6512/statm: 3919208 5159 2121 9 0 3909927 0
[pid=6512/tid=6513] ppid=6510 vsize=15676832 CPUtime=0.09 cores=0,2,4,6
/proc/6512/task/6513/stat : 6513 (java) R 6510 6512 5849 0 -1 4202560 3599 0 1 0 9 0 0 0 18 0 18 0 256332532 16053075968 5159 33554432000 1073741824 1073778376 140734419888464 18446744073709551615 47011209900803 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 15676832

[startup+0.205377 s]
/proc/loadavg: 5.97 4.55 4.92 5/198 6512
/proc/meminfo: memFree=30268212/32951124 swapFree=67111524/67111528
[pid=6512] ppid=6510 vsize=15677404 CPUtime=0.28 cores=0,2,4,6
/proc/6512/stat : 6512 (java) S 6510 6512 5849 0 -1 4202496 7377 0 1 0 27 1 0 0 25 0 18 0 256332532 16053661696 6673 33554432000 1073741824 1073778376 140734419888464 18446744073709551615 268672464869 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/6512/statm: 3919351 6673 2185 9 0 3910070 0
[pid=6512/tid=6513] ppid=6510 vsize=15677404 CPUtime=0.19 cores=0,2,4,6
/proc/6512/task/6513/stat : 6513 (java) R 6510 6512 5849 0 -1 4202560 4645 0 1 0 18 1 0 0 18 0 18 0 256332532 16053661696 6674 33554432000 1073741824 1073778376 140734419888464 18446744073709551615 46912505511622 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 15677404

[startup+0.304348 s]
/proc/loadavg: 5.97 4.55 4.92 5/198 6512
/proc/meminfo: memFree=30268212/32951124 swapFree=67111524/67111528
[pid=6512] ppid=6510 vsize=15679660 CPUtime=0.52 cores=0,2,4,6
/proc/6512/stat : 6512 (java) S 6510 6512 5849 0 -1 4202496 16102 0 1 0 50 2 0 0 25 0 18 0 256332532 16055971840 14530 33554432000 1073741824 1073778376 140734419888464 18446744073709551615 268672464869 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/6512/statm: 3919915 14537 2208 9 0 3910634 0
[pid=6512/tid=6513] ppid=6510 vsize=15679660 CPUtime=0.28 cores=0,2,4,6
/proc/6512/task/6513/stat : 6513 (java) R 6510 6512 5849 0 -1 4202560 10989 0 1 0 27 1 0 0 18 0 18 0 256332532 16055971840 14540 33554432000 1073741824 1073778376 140734419888464 18446744073709551615 46912505640531 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 15679660

[startup+0.731263 s]
/proc/loadavg: 5.97 4.55 4.92 5/198 6512
/proc/meminfo: memFree=30268212/32951124 swapFree=67111524/67111528
[pid=6512] ppid=6510 vsize=15693664 CPUtime=1.78 cores=0,2,4,6
/proc/6512/stat : 6512 (java) S 6510 6512 5849 0 -1 4202496 31699 0 1 0 173 5 0 0 25 0 22 0 256332532 16070311936 26253 33554432000 1073741824 1073778376 140734419888464 18446744073709551615 268672464869 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/6512/statm: 3923416 26253 2259 9 0 3914135 0
[pid=6512/tid=6513] ppid=6510 vsize=15693664 CPUtime=0.51 cores=0,2,4,6
/proc/6512/task/6513/stat : 6513 (java) S 6510 6512 5849 0 -1 4202560 13655 0 1 0 50 1 0 0 20 0 22 0 256332532 16070311936 26253 33554432000 1073741824 1073778376 140734419888464 18446744073709551615 268672478105 0 4 0 16800975 18446604453916341184 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1.78
Current children cumulated vsize (KiB) 15693664

[startup+1.5011 s]
/proc/loadavg: 5.97 4.55 4.92 11/220 6534
/proc/meminfo: memFree=30092152/32951124 swapFree=67111524/67111528
[pid=6512] ppid=6510 vsize=15693664 CPUtime=4.77 cores=0,2,4,6
/proc/6512/stat : 6512 (java) S 6510 6512 5849 0 -1 4202496 59031 0 1 0 469 8 0 0 25 0 22 0 256332532 16070311936 52235 33554432000 1073741824 1073778376 140734419888464 18446744073709551615 268672464869 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/6512/statm: 3923416 52235 2286 9 0 3914135 0
[pid=6512/tid=6513] ppid=6510 vsize=15693664 CPUtime=0.51 cores=0,2,4,6
/proc/6512/task/6513/stat : 6513 (java) S 6510 6512 5849 0 -1 4202560 13655 0 1 0 50 1 0 0 20 0 22 0 256332532 16070311936 52235 33554432000 1073741824 1073778376 140734419888464 18446744073709551615 268672478105 0 4 0 16800975 18446604453916341184 0 0 -1 4 0 0 0
[pid=6512/tid=6515] ppid=6510 vsize=15693664 CPUtime=0 cores=0,2,4,6
/proc/6512/task/6515/stat : 6515 (java) S 6510 6512 5849 0 -1 4202560 825 0 0 0 0 0 0 0 16 0 22 0 256332533 16070311936 52235 33554432000 1073741824 1073778376 140734419888464 18446744073709551615 268672478105 0 4 0 16800975 18446604453916341184 0 0 -1 4 0 0 0
[pid=6512/tid=6516] ppid=6510 vsize=15693664 CPUtime=0 cores=0,2,4,6
/proc/6512/task/6516/stat : 6516 (java) S 6510 6512 5849 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 256332533 16070311936 52235 33554432000 1073741824 1073778376 140734419888464 18446744073709551615 268672478105 0 4 0 16800975 18446604453916341184 0 0 -1 0 0 0 0
[pid=6512/tid=6517] ppid=6510 vsize=15693664 CPUtime=0 cores=0,2,4,6
/proc/6512/task/6517/stat : 6517 (java) S 6510 6512 5849 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 256332533 16070311936 52235 33554432000 1073741824 1073778376 140734419888464 18446744073709551615 268672478105 0 4 0 16800975 18446604453916341184 0 0 -1 4 0 0 0
[pid=6512/tid=6518] ppid=6510 vsize=15693664 CPUtime=0 cores=0,2,4,6
/proc/6512/task/6518/stat : 6518 (java) S 6510 6512 5849 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 256332533 16070311936 52235 33554432000 1073741824 1073778376 140734419888464 18446744073709551615 268672478105 0 4 0 16800975 18446604453916341184 0 0 -1 4 0 0 0
[pid=6512/tid=6519] ppid=6510 vsize=15693664 CPUtime=0 cores=0,2,4,6
/proc/6512/task/6519/stat : 6519 (java) S 6510 6512 5849 0 -1 4202560 893 0 0 0 0 0 0 0 17 0 22 0 256332533 16070311936 52235 33554432000 1073741824 1073778376 140734419888464 18446744073709551615 268672478105 0 4 0 16800975 18446604453916341184 0 0 -1 6 0 0 0
[pid=6512/tid=6520] ppid=6510 vsize=15693664 CPUtime=0 cores=0,2,4,6
/proc/6512/task/6520/stat : 6520 (java) S 6510 6512 5849 0 -1 4202560 1318 0 0 0 0 0 0 0 16 0 22 0 256332533 16070311936 52235 33554432000 1073741824 1073778376 140734419888464 18446744073709551615 268672478105 0 4 0 16800975 18446604453916341184 0 0 -1 2 0 0 0
[pid=6512/tid=6521] ppid=6510 vsize=15693664 CPUtime=0 cores=0,2,4,6
/proc/6512/task/6521/stat : 6521 (java) S 6510 6512 5849 0 -1 4202560 929 0 0 0 0 0 0 0 15 0 22 0 256332533 16070311936 52235 33554432000 1073741824 1073778376 140734419888464 18446744073709551615 268672478105 0 4 0 16800975 18446604453916341184 0 0 -1 2 0 0 0
[pid=6512/tid=6522] ppid=6510 vsize=15693664 CPUtime=0 cores=0,2,4,6
/proc/6512/task/6522/stat : 6522 (java) S 6510 6512 5849 0 -1 4202560 389 0 0 0 0 0 0 0 15 0 22 0 256332533 16070311936 52235 33554432000 1073741824 1073778376 140734419888464 18446744073709551615 268672478105 0 4 0 16800975 18446604453916341184 0 0 -1 4 0 0 0
[pid=6512/tid=6523] ppid=6510 vsize=15693664 CPUtime=0 cores=0,2,4,6
/proc/6512/task/6523/stat : 6523 (java) S 6510 6512 5849 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 22 0 256332534 16070311936 52235 33554432000 1073741824 1073778376 140734419888464 18446744073709551615 268672478720 0 0 0 16800975 18446604453916341184 0 0 -1 6 0 0 0
[pid=6512/tid=6524] ppid=6510 vsize=15693664 CPUtime=0 cores=0,2,4,6
/proc/6512/task/6524/stat : 6524 (java) S 6510 6512 5849 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 256332534 16070311936 52235 33554432000 1073741824 1073778376 140734419888464 18446744073709551615 268672478105 0 4 0 16800975 18446604453916341184 0 0 -1 0 0 0 0
[pid=6512/tid=6525] ppid=6510 vsize=15693664 CPUtime=0 cores=0,2,4,6
/proc/6512/task/6525/stat : 6525 (java) S 6510 6512 5849 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 256332534 16070311936 52235 33554432000 1073741824 1073778376 140734419888464 18446744073709551615 268672478105 0 4 0 16800975 18446604453916341184 0 0 -1 0 0 0 0
[pid=6512/tid=6526] ppid=6510 vsize=15693664 CPUtime=0 cores=0,2,4,6
/proc/6512/task/6526/stat : 6526 (java) S 6510 6512 5849 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 256332536 16070311936 52235 33554432000 1073741824 1073778376 140734419888464 18446744073709551615 268672485809 0 4 0 16800975 18446604453916341184 0 0 -1 6 0 0 0
[pid=6512/tid=6527] ppid=6510 vsize=15693664 CPUtime=0.97 cores=0,2,4,6
/proc/6512/task/6527/stat : 6527 (java) S 6510 6512 5849 0 -1 4202560 8103 0 0 0 97 0 0 0 16 0 22 0 256332536 16070311936 52235 33554432000 1073741824 1073778376 140734419888464 18446744073709551615 268672478105 0 4 0 16800975 18446604453916341184 0 0 -1 0 0 0 0
[pid=6512/tid=6528] ppid=6510 vsize=15693664 CPUtime=0.8 cores=0,2,4,6
/proc/6512/task/6528/stat : 6528 (java) R 6510 6512 5849 0 -1 4202560 9644 0 0 0 79 1 0 0 16 0 22 0 256332536 16070311936 52235 33554432000 1073741824 1073778376 140734419888464 18446744073709551615 47011209128756 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=6512/tid=6529] ppid=6510 vsize=15693664 CPUtime=0 cores=0,2,4,6
/proc/6512/task/6529/stat : 6529 (java) S 6510 6512 5849 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 256332536 16070311936 52235 33554432000 1073741824 1073778376 140734419888464 18446744073709551615 268672478105 0 4 0 16800975 18446604453916341184 0 0 -1 6 0 0 0
[pid=6512/tid=6530] ppid=6510 vsize=15693664 CPUtime=0 cores=0,2,4,6
/proc/6512/task/6530/stat : 6530 (java) S 6510 6512 5849 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 256332536 16070311936 52235 33554432000 1073741824 1073778376 140734419888464 18446744073709551615 268672478720 0 4 0 16800975 18446604453916341184 0 0 -1 4 0 0 0
[pid=6512/tid=6531] ppid=6510 vsize=15693664 CPUtime=0.78 cores=0,2,4,6
/proc/6512/task/6531/stat : 6531 (java) R 6510 6512 5849 0 -1 4202560 5371 0 0 0 78 0 0 0 16 0 22 0 256332564 16070311936 52235 33554432000 1073741824 1073778376 140734419888464 18446744073709551615 46912505806894 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=6512/tid=6532] ppid=6510 vsize=15693664 CPUtime=0.63 cores=0,2,4,6
/proc/6512/task/6532/stat : 6532 (java) R 6510 6512 5849 0 -1 4202560 6034 0 0 0 63 0 0 0 16 0 22 0 256332564 16070311936 52235 33554432000 1073741824 1073778376 140734419888464 18446744073709551615 46912505728763 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=6512/tid=6533] ppid=6510 vsize=15693664 CPUtime=0.34 cores=0,2,4,6
/proc/6512/task/6533/stat : 6533 (java) R 6510 6512 5849 0 -1 4202560 6143 0 0 0 34 0 0 0 17 0 22 0 256332564 16070311936 52235 33554432000 1073741824 1073778376 140734419888464 18446744073709551615 46912505120858 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=6512/tid=6534] ppid=6510 vsize=15693664 CPUtime=0.62 cores=0,2,4,6
/proc/6512/task/6534/stat : 6534 (java) R 6510 6512 5849 0 -1 4202560 4329 0 0 0 62 0 0 0 16 0 22 0 256332564 16070311936 52235 33554432000 1073741824 1073778376 140734419888464 18446744073709551615 46912505925058 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4.77
Current children cumulated vsize (KiB) 15693664

[startup+3.10082 s]
/proc/loadavg: 5.97 4.55 4.92 9/220 6534
/proc/meminfo: memFree=30076644/32951124 swapFree=67111524/67111528
[pid=6512] ppid=6510 vsize=15693664 CPUtime=11.15 cores=0,2,4,6
/proc/6512/stat : 6512 (java) S 6510 6512 5849 0 -1 4202496 92388 0 1 0 1102 13 0 0 25 0 22 0 256332532 16070311936 85243 33554432000 1073741824 1073778376 140734419888464 18446744073709551615 268672464869 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/6512/statm: 3923416 85243 2286 9 0 3914135 0
[pid=6512/tid=6513] ppid=6510 vsize=15693664 CPUtime=0.51 cores=0,2,4,6
/proc/6512/task/6513/stat : 6513 (java) S 6510 6512 5849 0 -1 4202560 13655 0 1 0 50 1 0 0 20 0 22 0 256332532 16070311936 85243 33554432000 1073741824 1073778376 140734419888464 18446744073709551615 268672478105 0 4 0 16800975 18446604453916341184 0 0 -1 4 0 0 0
[pid=6512/tid=6515] ppid=6510 vsize=15693664 CPUtime=0 cores=0,2,4,6
/proc/6512/task/6515/stat : 6515 (java) S 6510 6512 5849 0 -1 4202560 2065 0 0 0 0 0 0 0 15 0 22 0 256332533 16070311936 85243 33554432000 1073741824 1073778376 140734419888464 18446744073709551615 268672478105 0 4 0 16800975 18446604453916341184 0 0 -1 4 0 0 0
[pid=6512/tid=6516] ppid=6510 vsize=15693664 CPUtime=0 cores=0,2,4,6
/proc/6512/task/6516/stat : 6516 (java) S 6510 6512 5849 0 -1 4202560 96 0 0 0 0 0 0 0 16 0 22 0 256332533 16070311936 85243 33554432000 1073741824 1073778376 140734419888464 18446744073709551615 268672478105 0 4 0 16800975 18446604453916341184 0 0 -1 2 0 0 0
[pid=6512/tid=6517] ppid=6510 vsize=15693664 CPUtime=0 cores=0,2,4,6
/proc/6512/task/6517/stat : 6517 (java) S 6510 6512 5849 0 -1 4202560 1189 0 0 0 0 0 0 0 15 0 22 0 256332533 16070311936 85243 33554432000 1073741824 1073778376 140734419888464 18446744073709551615 268672478105 0 4 0 16800975 18446604453916341184 0 0 -1 0 0 0 0
[pid=6512/tid=6518] ppid=6510 vsize=15693664 CPUtime=0 cores=0,2,4,6
/proc/6512/task/6518/stat : 6518 (java) S 6510 6512 5849 0 -1 4202560 1091 0 0 0 0 0 0 0 15 0 22 0 256332533 16070311936 85243 33554432000 1073741824 1073778376 140734419888464 18446744073709551615 268672478105 0 4 0 16800975 18446604453916341184 0 0 -1 2 0 0 0
[pid=6512/tid=6519] ppid=6510 vsize=15693664 CPUtime=0 cores=0,2,4,6
/proc/6512/task/6519/stat : 6519 (java) S 6510 6512 5849 0 -1 4202560 1322 0 0 0 0 0 0 0 15 0 22 0 256332533 16070311936 85243 33554432000 1073741824 1073778376 140734419888464 18446744073709551615 268672478105 0 4 0 16800975 18446604453916341184 0 0 -1 4 0 0 0
[pid=6512/tid=6520] ppid=6510 vsize=15693664 CPUtime=0 cores=0,2,4,6
/proc/6512/task/6520/stat : 6520 (java) S 6510 6512 5849 0 -1 4202560 1464 0 0 0 0 0 0 0 15 0 22 0 256332533 16070311936 85243 33554432000 1073741824 1073778376 140734419888464 18446744073709551615 268672478105 0 4 0 16800975 18446604453916341184 0 0 -1 2 0 0 0
[pid=6512/tid=6521] ppid=6510 vsize=15693664 CPUtime=0 cores=0,2,4,6
/proc/6512/task/6521/stat : 6521 (java) S 6510 6512 5849 0 -1 4202560 1085 0 0 0 0 0 0 0 15 0 22 0 256332533 16070311936 85243 33554432000 1073741824 1073778376 140734419888464 18446744073709551615 268672478105 0 4 0 16800975 18446604453916341184 0 0 -1 6 0 0 0
[pid=6512/tid=6522] ppid=6510 vsize=15693664 CPUtime=0 cores=0,2,4,6
/proc/6512/task/6522/stat : 6522 (java) S 6510 6512 5849 0 -1 4202560 1109 0 0 0 0 0 0 0 16 0 22 0 256332533 16070311936 85243 33554432000 1073741824 1073778376 140734419888464 18446744073709551615 268672478105 0 4 0 16800975 18446604453916341184 0 0 -1 0 0 0 0
[pid=6512/tid=6523] ppid=6510 vsize=15693664 CPUtime=0 cores=0,2,4,6
/proc/6512/task/6523/stat : 6523 (java) S 6510 6512 5849 0 -1 4202560 189 0 0 0 0 0 0 0 15 0 22 0 256332534 16070311936 85243 33554432000 1073741824 1073778376 140734419888464 18446744073709551615 268672478720 0 0 0 16800975 18446604453916341184 0 0 -1 4 0 0 0
[pid=6512/tid=6524] ppid=6510 vsize=15693664 CPUtime=0 cores=0,2,4,6
/proc/6512/task/6524/stat : 6524 (java) S 6510 6512 5849 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 256332534 16070311936 85243 33554432000 1073741824 1073778376 140734419888464 18446744073709551615 268672478105 0 4 0 16800975 18446604453916341184 0 0 -1 0 0 0 0
[pid=6512/tid=6525] ppid=6510 vsize=15693664 CPUtime=0 cores=0,2,4,6
/proc/6512/task/6525/stat : 6525 (java) S 6510 6512 5849 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 256332534 16070311936 85243 33554432000 1073741824 1073778376 140734419888464 18446744073709551615 268672478105 0 4 0 16800975 18446604453916341184 0 0 -1 0 0 0 0
[pid=6512/tid=6526] ppid=6510 vsize=15693664 CPUtime=0 cores=0,2,4,6
/proc/6512/task/6526/stat : 6526 (java) S 6510 6512 5849 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 256332536 16070311936 85243 33554432000 1073741824 1073778376 140734419888464 18446744073709551615 268672485809 0 4 0 16800975 18446604453916341184 0 0 -1 6 0 0 0
[pid=6512/tid=6527] ppid=6510 vsize=15693664 CPUtime=1.04 cores=0,2,4,6
/proc/6512/task/6527/stat : 6527 (java) S 6510 6512 5849 0 -1 4202560 8443 0 0 0 104 0 0 0 16 0 22 0 256332536 16070311936 85243 33554432000 1073741824 1073778376 140734419888464 18446744073709551615 268672478105 0 4 0 16800975 18446604453916341184 0 0 -1 0 0 0 0
[pid=6512/tid=6528] ppid=6510 vsize=15693664 CPUtime=0.86 cores=0,2,4,6
/proc/6512/task/6528/stat : 6528 (java) S 6510 6512 5849 0 -1 4202560 9654 0 0 0 85 1 0 0 15 0 22 0 256332536 16070311936 85243 33554432000 1073741824 1073778376 140734419888464 18446744073709551615 268672478105 0 4 0 16800975 18446604453916341184 0 0 -1 2 0 0 0
[pid=6512/tid=6529] ppid=6510 vsize=15693664 CPUtime=0 cores=0,2,4,6
/proc/6512/task/6529/stat : 6529 (java) S 6510 6512 5849 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 256332536 16070311936 85243 33554432000 1073741824 1073778376 140734419888464 18446744073709551615 268672478105 0 4 0 16800975 18446604453916341184 0 0 -1 6 0 0 0
[pid=6512/tid=6530] ppid=6510 vsize=15693664 CPUtime=0 cores=0,2,4,6
/proc/6512/task/6530/stat : 6530 (java) S 6510 6512 5849 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 256332536 16070311936 85243 33554432000 1073741824 1073778376 140734419888464 18446744073709551615 268672478720 0 4 0 16800975 18446604453916341184 0 0 -1 4 0 0 0
[pid=6512/tid=6531] ppid=6510 vsize=15693664 CPUtime=2.36 cores=0,2,4,6
/proc/6512/task/6531/stat : 6531 (java) R 6510 6512 5849 0 -1 4202560 11986 0 0 0 235 1 0 0 18 0 22 0 256332564 16070311936 85243 33554432000 1073741824 1073778376 140734419888464 18446744073709551615 46912505866771 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=6512/tid=6532] ppid=6510 vsize=15693664 CPUtime=2.22 cores=0,2,4,6
/proc/6512/task/6532/stat : 6532 (java) R 6510 6512 5849 0 -1 4202560 13350 0 0 0 221 1 0 0 18 0 22 0 256332564 16070311936 85243 33554432000 1073741824 1073778376 140734419888464 18446744073709551615 46912505862178 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=6512/tid=6533] ppid=6510 vsize=15693664 CPUtime=1.81 cores=0,2,4,6
/proc/6512/task/6533/stat : 6533 (java) R 6510 6512 5849 0 -1 4202560 13021 0 0 0 179 2 0 0 19 0 22 0 256332564 16070311936 85243 33554432000 1073741824 1073778376 140734419888464 18446744073709551615 46912505814115 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=6512/tid=6534] ppid=6510 vsize=15693664 CPUtime=2.2 cores=0,2,4,6
/proc/6512/task/6534/stat : 6534 (java) R 6510 6512 5849 0 -1 4202560 11284 0 0 0 219 1 0 0 18 0 22 0 256332564 16070311936 85243 33554432000 1073741824 1073778376 140734419888464 18446744073709551615 47011213719721 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 11.15
Current children cumulated vsize (KiB) 15693664

[startup+6.30126 s]
/proc/loadavg: 6.13 4.61 4.94 9/220 6534
/proc/meminfo: memFree=29977200/32951124 swapFree=67111524/67111528
[pid=6512] ppid=6510 vsize=15693664 CPUtime=23.91 cores=0,2,4,6
/proc/6512/stat : 6512 (java) S 6510 6512 5849 0 -1 4202496 95893 0 1 0 2377 14 0 0 25 0 22 0 256332532 16070311936 86054 33554432000 1073741824 1073778376 140734419888464 18446744073709551615 268672464869 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/6512/statm: 3923416 86054 2289 9 0 3914135 0
[pid=6512/tid=6513] ppid=6510 vsize=15693664 CPUtime=0.51 cores=0,2,4,6
/proc/6512/task/6513/stat : 6513 (java) S 6510 6512 5849 0 -1 4202560 13655 0 1 0 50 1 0 0 20 0 22 0 256332532 16070311936 86054 33554432000 1073741824 1073778376 140734419888464 18446744073709551615 268672478105 0 4 0 16800975 18446604453916341184 0 0 -1 4 0 0 0
[pid=6512/tid=6515] ppid=6510 vsize=15693664 CPUtime=0 cores=0,2,4,6
/proc/6512/task/6515/stat : 6515 (java) S 6510 6512 5849 0 -1 4202560 2511 0 0 0 0 0 0 0 15 0 22 0 256332533 16070311936 86054 33554432000 1073741824 1073778376 140734419888464 18446744073709551615 268672478105 0 4 0 16800975 18446604453916341184 0 0 -1 4 0 0 0
[pid=6512/tid=6516] ppid=6510 vsize=15693664 CPUtime=0 cores=0,2,4,6
/proc/6512/task/6516/stat : 6516 (java) S 6510 6512 5849 0 -1 4202560 295 0 0 0 0 0 0 0 15 0 22 0 256332533 16070311936 86054 33554432000 1073741824 1073778376 140734419888464 18446744073709551615 268672478105 0 4 0 16800975 18446604453916341184 0 0 -1 6 0 0 0
[pid=6512/tid=6517] ppid=6510 vsize=15693664 CPUtime=0.01 cores=0,2,4,6
/proc/6512/task/6517/stat : 6517 (java) S 6510 6512 5849 0 -1 4202560 1609 0 0 0 1 0 0 0 15 0 22 0 256332533 16070311936 86054 33554432000 1073741824 1073778376 140734419888464 18446744073709551615 268672478105 0 4 0 16800975 18446604453916341184 0 0 -1 2 0 0 0
[pid=6512/tid=6518] ppid=6510 vsize=15693664 CPUtime=0 cores=0,2,4,6
/proc/6512/task/6518/stat : 6518 (java) S 6510 6512 5849 0 -1 4202560 1979 0 0 0 0 0 0 0 15 0 22 0 256332533 16070311936 86054 33554432000 1073741824 1073778376 140734419888464 18446744073709551615 268672478105 0 4 0 16800975 18446604453916341184 0 0 -1 2 0 0 0
[pid=6512/tid=6519] ppid=6510 vsize=15693664 CPUtime=0.01 cores=0,2,4,6
/proc/6512/task/6519/stat : 6519 (java) S 6510 6512 5849 0 -1 4202560 1670 0 0 0 1 0 0 0 16 0 22 0 256332533 16070311936 86054 33554432000 1073741824 1073778376 140734419888464 18446744073709551615 268672478105 0 4 0 16800975 18446604453916341184 0 0 -1 4 0 0 0
[pid=6512/tid=6520] ppid=6510 vsize=15693664 CPUtime=0 cores=0,2,4,6
/proc/6512/task/6520/stat : 6520 (java) S 6510 6512 5849 0 -1 4202560 1798 0 0 0 0 0 0 0 16 0 22 0 256332533 16070311936 86054 33554432000 1073741824 1073778376 140734419888464 18446744073709551615 268672478105 0 4 0 16800975 18446604453916341184 0 0 -1 0 0 0 0
[pid=6512/tid=6521] ppid=6510 vsize=15693664 CPUtime=0.01 cores=0,2,4,6
/proc/6512/task/6521/stat : 6521 (java) S 6510 6512 5849 0 -1 4202560 1683 0 0 0 1 0 0 0 15 0 22 0 256332533 16070311936 86054 33554432000 1073741824 1073778376 140734419888464 18446744073709551615 268672478105 0 4 0 16800975 18446604453916341184 0 0 -1 6 0 0 0
[pid=6512/tid=6522] ppid=6510 vsize=15693664 CPUtime=0.01 cores=0,2,4,6
/proc/6512/task/6522/stat : 6522 (java) S 6510 6512 5849 0 -1 4202560 1344 0 0 0 1 0 0 0 15 0 22 0 256332533 16070311936 86054 33554432000 1073741824 1073778376 140734419888464 18446744073709551615 268672478105 0 4 0 16800975 18446604453916341184 0 0 -1 0 0 0 0

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

[pid=6512/tid=6532] ppid=6510 vsize=15693664 CPUtime=1108.25 cores=0,2,4,6
/proc/6512/task/6532/stat : 6532 (java) R 6510 6512 5849 0 -1 4202560 161332 0 0 0 110797 28 0 0 25 0 22 0 256332564 16070311936 70565 33554432000 1073741824 1073778376 140734419888464 18446744073709551615 46912505806726 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=6512/tid=6533] ppid=6510 vsize=15693664 CPUtime=1108.02 cores=0,2,4,6
/proc/6512/task/6533/stat : 6533 (java) R 6510 6512 5849 0 -1 4202560 163061 0 0 0 110771 31 0 0 25 0 22 0 256332564 16070311936 70565 33554432000 1073741824 1073778376 140734419888464 18446744073709551615 46912505865838 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=6512/tid=6534] ppid=6510 vsize=15693664 CPUtime=1108.27 cores=0,2,4,6
/proc/6512/task/6534/stat : 6534 (java) R 6510 6512 5849 0 -1 4202560 163245 0 0 0 110796 31 0 0 25 0 22 0 256332564 16070311936 70565 33554432000 1073741824 1073778376 140734419888464 18446744073709551615 47011213718582 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4462.42
Current children cumulated vsize (KiB) 15693664

[startup+1182.3 s]
/proc/loadavg: 8.16 7.97 7.14 9/220 6625
/proc/meminfo: memFree=30475328/32951124 swapFree=67111524/67111528
[pid=6512] ppid=6510 vsize=15693664 CPUtime=4701.06 cores=0,2,4,6
/proc/6512/stat : 6512 (java) S 6510 6512 5849 0 -1 4202496 1254724 0 1 0 469778 328 0 0 25 0 22 0 256332532 16070311936 67831 33554432000 1073741824 1073778376 140734419888464 18446744073709551615 268672464869 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/6512/statm: 3923416 67831 2299 9 0 3914135 0
[pid=6512/tid=6513] ppid=6510 vsize=15693664 CPUtime=0.51 cores=0,2,4,6
/proc/6512/task/6513/stat : 6513 (java) S 6510 6512 5849 0 -1 4202560 13655 0 1 0 50 1 0 0 20 0 22 0 256332532 16070311936 67831 33554432000 1073741824 1073778376 140734419888464 18446744073709551615 268672478105 0 4 0 16800975 18446604453916341184 0 0 -1 4 0 0 0
[pid=6512/tid=6515] ppid=6510 vsize=15693664 CPUtime=3.24 cores=0,2,4,6
/proc/6512/task/6515/stat : 6515 (java) S 6510 6512 5849 0 -1 4202560 66973 0 0 0 311 13 0 0 15 0 22 0 256332533 16070311936 67831 33554432000 1073741824 1073778376 140734419888464 18446744073709551615 268672478105 0 4 0 16800975 18446604453916341184 0 0 -1 6 0 0 0
[pid=6512/tid=6516] ppid=6510 vsize=15693664 CPUtime=3.3 cores=0,2,4,6
/proc/6512/task/6516/stat : 6516 (java) S 6510 6512 5849 0 -1 4202560 66826 0 0 0 315 15 0 0 15 0 22 0 256332533 16070311936 67831 33554432000 1073741824 1073778376 140734419888464 18446744073709551615 268672478105 0 4 0 16800975 18446604453916341184 0 0 -1 0 0 0 0
[pid=6512/tid=6517] ppid=6510 vsize=15693664 CPUtime=3.35 cores=0,2,4,6
/proc/6512/task/6517/stat : 6517 (java) S 6510 6512 5849 0 -1 4202560 67861 0 0 0 319 16 0 0 15 0 22 0 256332533 16070311936 67831 33554432000 1073741824 1073778376 140734419888464 18446744073709551615 268672478105 0 4 0 16800975 18446604453916341184 0 0 -1 4 0 0 0
[pid=6512/tid=6518] ppid=6510 vsize=15693664 CPUtime=3.34 cores=0,2,4,6
/proc/6512/task/6518/stat : 6518 (java) S 6510 6512 5849 0 -1 4202560 66756 0 0 0 318 16 0 0 15 0 22 0 256332533 16070311936 67831 33554432000 1073741824 1073778376 140734419888464 18446744073709551615 268672478105 0 4 0 16800975 18446604453916341184 0 0 -1 2 0 0 0
[pid=6512/tid=6519] ppid=6510 vsize=15693664 CPUtime=3.27 cores=0,2,4,6
/proc/6512/task/6519/stat : 6519 (java) S 6510 6512 5849 0 -1 4202560 67931 0 0 0 310 17 0 0 15 0 22 0 256332533 16070311936 67831 33554432000 1073741824 1073778376 140734419888464 18446744073709551615 268672478105 0 4 0 16800975 18446604453916341184 0 0 -1 4 0 0 0
[pid=6512/tid=6520] ppid=6510 vsize=15693664 CPUtime=3.32 cores=0,2,4,6
/proc/6512/task/6520/stat : 6520 (java) S 6510 6512 5849 0 -1 4202560 66739 0 0 0 315 17 0 0 15 0 22 0 256332533 16070311936 67831 33554432000 1073741824 1073778376 140734419888464 18446744073709551615 268672478105 0 4 0 16800975 18446604453916341184 0 0 -1 4 0 0 0
[pid=6512/tid=6521] ppid=6510 vsize=15693664 CPUtime=3.38 cores=0,2,4,6
/proc/6512/task/6521/stat : 6521 (java) S 6510 6512 5849 0 -1 4202560 64975 0 0 0 322 16 0 0 16 0 22 0 256332533 16070311936 67831 33554432000 1073741824 1073778376 140734419888464 18446744073709551615 268672478105 0 4 0 16800975 18446604453916341184 0 0 -1 6 0 0 0
[pid=6512/tid=6522] ppid=6510 vsize=15693664 CPUtime=3.25 cores=0,2,4,6
/proc/6512/task/6522/stat : 6522 (java) S 6510 6512 5849 0 -1 4202560 66455 0 0 0 309 16 0 0 16 0 22 0 256332533 16070311936 67831 33554432000 1073741824 1073778376 140734419888464 18446744073709551615 268672478105 0 4 0 16800975 18446604453916341184 0 0 -1 0 0 0 0
[pid=6512/tid=6523] ppid=6510 vsize=15693664 CPUtime=2.1 cores=0,2,4,6
/proc/6512/task/6523/stat : 6523 (java) S 6510 6512 5849 0 -1 4202560 3475 0 0 0 147 63 0 0 15 0 22 0 256332534 16070311936 67831 33554432000 1073741824 1073778376 140734419888464 18446744073709551615 268672478720 0 0 0 16800975 18446604453916341184 0 0 -1 2 0 0 0
[pid=6512/tid=6524] ppid=6510 vsize=15693664 CPUtime=0 cores=0,2,4,6
/proc/6512/task/6524/stat : 6524 (java) S 6510 6512 5849 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 256332534 16070311936 67831 33554432000 1073741824 1073778376 140734419888464 18446744073709551615 268672478105 0 4 0 16800975 18446604453916341184 0 0 -1 0 0 0 0
[pid=6512/tid=6525] ppid=6510 vsize=15693664 CPUtime=0 cores=0,2,4,6
/proc/6512/task/6525/stat : 6525 (java) S 6510 6512 5849 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 256332534 16070311936 67831 33554432000 1073741824 1073778376 140734419888464 18446744073709551615 268672478105 0 4 0 16800975 18446604453916341184 0 0 -1 0 0 0 0
[pid=6512/tid=6526] ppid=6510 vsize=15693664 CPUtime=0 cores=0,2,4,6
/proc/6512/task/6526/stat : 6526 (java) S 6510 6512 5849 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 256332536 16070311936 67831 33554432000 1073741824 1073778376 140734419888464 18446744073709551615 268672485809 0 4 0 16800975 18446604453916341184 0 0 -1 6 0 0 0
[pid=6512/tid=6527] ppid=6510 vsize=15693664 CPUtime=1.14 cores=0,2,4,6
/proc/6512/task/6527/stat : 6527 (java) S 6510 6512 5849 0 -1 4202560 8463 0 0 0 114 0 0 0 15 0 22 0 256332536 16070311936 67831 33554432000 1073741824 1073778376 140734419888464 18446744073709551615 268672478105 0 4 0 16800975 18446604453916341184 0 0 -1 0 0 0 0
[pid=6512/tid=6528] ppid=6510 vsize=15693664 CPUtime=0.95 cores=0,2,4,6
/proc/6512/task/6528/stat : 6528 (java) S 6510 6512 5849 0 -1 4202560 9668 0 0 0 94 1 0 0 15 0 22 0 256332536 16070311936 67831 33554432000 1073741824 1073778376 140734419888464 18446744073709551615 268672478105 0 4 0 16800975 18446604453916341184 0 0 -1 2 0 0 0
[pid=6512/tid=6529] ppid=6510 vsize=15693664 CPUtime=0 cores=0,2,4,6
/proc/6512/task/6529/stat : 6529 (java) S 6510 6512 5849 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 256332536 16070311936 67831 33554432000 1073741824 1073778376 140734419888464 18446744073709551615 268672478105 0 4 0 16800975 18446604453916341184 0 0 -1 6 0 0 0
[pid=6512/tid=6530] ppid=6510 vsize=15693664 CPUtime=0 cores=0,2,4,6
/proc/6512/task/6530/stat : 6530 (java) S 6510 6512 5849 0 -1 4202560 59 0 0 0 0 0 0 0 15 0 22 0 256332536 16070311936 67831 33554432000 1073741824 1073778376 140734419888464 18446744073709551615 268672478720 0 4 0 16800975 18446604453916341184 0 0 -1 4 0 0 0
[pid=6512/tid=6531] ppid=6510 vsize=15693664 CPUtime=1167.27 cores=0,2,4,6
/proc/6512/task/6531/stat : 6531 (java) R 6510 6512 5849 0 -1 4202560 169792 0 0 0 116694 33 0 0 25 0 22 0 256332564 16070311936 67831 33554432000 1073741824 1073778376 140734419888464 18446744073709551615 46912505866636 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=6512/tid=6532] ppid=6510 vsize=15693664 CPUtime=1167.64 cores=0,2,4,6
/proc/6512/task/6532/stat : 6532 (java) R 6510 6512 5849 0 -1 4202560 170240 0 0 0 116735 29 0 0 25 0 22 0 256332564 16070311936 67831 33554432000 1073741824 1073778376 140734419888464 18446744073709551615 46912505814908 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=6512/tid=6533] ppid=6510 vsize=15693664 CPUtime=1167.22 cores=0,2,4,6
/proc/6512/task/6533/stat : 6533 (java) R 6510 6512 5849 0 -1 4202560 171751 0 0 0 116689 33 0 0 25 0 22 0 256332564 16070311936 67831 33554432000 1073741824 1073778376 140734419888464 18446744073709551615 46912505816183 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=6512/tid=6534] ppid=6510 vsize=15693664 CPUtime=1167.6 cores=0,2,4,6
/proc/6512/task/6534/stat : 6534 (java) R 6510 6512 5849 0 -1 4202560 171721 0 0 0 116728 32 0 0 25 0 22 0 256332564 16070311936 67831 33554432000 1073741824 1073778376 140734419888464 18446744073709551615 46912505865871 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4701.06
Current children cumulated vsize (KiB) 15693664



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1207.2 s]
/proc/loadavg: 8.10 7.97 7.16 9/220 6626
/proc/meminfo: memFree=30423372/32951124 swapFree=67111524/67111528
[pid=6512] ppid=6510 vsize=15693664 CPUtime=4800.05 cores=0,2,4,6
/proc/6512/stat : 6512 (java) S 6510 6512 5849 0 -1 4202496 1288487 0 1 0 479668 337 0 0 25 0 22 0 256332532 16070311936 74596 33554432000 1073741824 1073778376 140734419888464 18446744073709551615 268672464869 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/6512/statm: 3923416 74596 2299 9 0 3914135 0
[pid=6512/tid=6513] ppid=6510 vsize=15693664 CPUtime=0.51 cores=0,2,4,6
/proc/6512/task/6513/stat : 6513 (java) S 6510 6512 5849 0 -1 4202560 13655 0 1 0 50 1 0 0 20 0 22 0 256332532 16070311936 74596 33554432000 1073741824 1073778376 140734419888464 18446744073709551615 268672478105 0 4 0 16800975 18446604453916341184 0 0 -1 4 0 0 0
[pid=6512/tid=6515] ppid=6510 vsize=15693664 CPUtime=3.31 cores=0,2,4,6
/proc/6512/task/6515/stat : 6515 (java) S 6510 6512 5849 0 -1 4202560 69166 0 0 0 317 14 0 0 15 0 22 0 256332533 16070311936 74596 33554432000 1073741824 1073778376 140734419888464 18446744073709551615 268672478105 0 4 0 16800975 18446604453916341184 0 0 -1 6 0 0 0
[pid=6512/tid=6516] ppid=6510 vsize=15693664 CPUtime=3.35 cores=0,2,4,6
/proc/6512/task/6516/stat : 6516 (java) S 6510 6512 5849 0 -1 4202560 68774 0 0 0 320 15 0 0 15 0 22 0 256332533 16070311936 74596 33554432000 1073741824 1073778376 140734419888464 18446744073709551615 268672478105 0 4 0 16800975 18446604453916341184 0 0 -1 2 0 0 0
[pid=6512/tid=6517] ppid=6510 vsize=15693664 CPUtime=3.44 cores=0,2,4,6
/proc/6512/task/6517/stat : 6517 (java) S 6510 6512 5849 0 -1 4202560 70127 0 0 0 327 17 0 0 16 0 22 0 256332533 16070311936 74596 33554432000 1073741824 1073778376 140734419888464 18446744073709551615 268672478105 0 4 0 16800975 18446604453916341184 0 0 -1 0 0 0 0
[pid=6512/tid=6518] ppid=6510 vsize=15693664 CPUtime=3.41 cores=0,2,4,6
/proc/6512/task/6518/stat : 6518 (java) S 6510 6512 5849 0 -1 4202560 68785 0 0 0 324 17 0 0 15 0 22 0 256332533 16070311936 74596 33554432000 1073741824 1073778376 140734419888464 18446744073709551615 268672478105 0 4 0 16800975 18446604453916341184 0 0 -1 0 0 0 0
[pid=6512/tid=6519] ppid=6510 vsize=15693664 CPUtime=3.33 cores=0,2,4,6
/proc/6512/task/6519/stat : 6519 (java) S 6510 6512 5849 0 -1 4202560 69292 0 0 0 316 17 0 0 15 0 22 0 256332533 16070311936 74596 33554432000 1073741824 1073778376 140734419888464 18446744073709551615 268672478105 0 4 0 16800975 18446604453916341184 0 0 -1 4 0 0 0
[pid=6512/tid=6520] ppid=6510 vsize=15693664 CPUtime=3.39 cores=0,2,4,6
/proc/6512/task/6520/stat : 6520 (java) S 6510 6512 5849 0 -1 4202560 68799 0 0 0 322 17 0 0 16 0 22 0 256332533 16070311936 74596 33554432000 1073741824 1073778376 140734419888464 18446744073709551615 268672478105 0 4 0 16800975 18446604453916341184 0 0 -1 6 0 0 0
[pid=6512/tid=6521] ppid=6510 vsize=15693664 CPUtime=3.43 cores=0,2,4,6
/proc/6512/task/6521/stat : 6521 (java) S 6510 6512 5849 0 -1 4202560 67060 0 0 0 327 16 0 0 16 0 22 0 256332533 16070311936 74596 33554432000 1073741824 1073778376 140734419888464 18446744073709551615 268672478105 0 4 0 16800975 18446604453916341184 0 0 -1 4 0 0 0
[pid=6512/tid=6522] ppid=6510 vsize=15693664 CPUtime=3.31 cores=0,2,4,6
/proc/6512/task/6522/stat : 6522 (java) S 6510 6512 5849 0 -1 4202560 68735 0 0 0 314 17 0 0 16 0 22 0 256332533 16070311936 74596 33554432000 1073741824 1073778376 140734419888464 18446744073709551615 268672478105 0 4 0 16800975 18446604453916341184 0 0 -1 2 0 0 0
[pid=6512/tid=6523] ppid=6510 vsize=15693664 CPUtime=2.15 cores=0,2,4,6
/proc/6512/task/6523/stat : 6523 (java) S 6510 6512 5849 0 -1 4202560 3563 0 0 0 151 64 0 0 15 0 22 0 256332534 16070311936 74596 33554432000 1073741824 1073778376 140734419888464 18446744073709551615 268672478720 0 0 0 16800975 18446604453916341184 0 0 -1 6 0 0 0
[pid=6512/tid=6524] ppid=6510 vsize=15693664 CPUtime=0 cores=0,2,4,6
/proc/6512/task/6524/stat : 6524 (java) S 6510 6512 5849 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 256332534 16070311936 74596 33554432000 1073741824 1073778376 140734419888464 18446744073709551615 268672478105 0 4 0 16800975 18446604453916341184 0 0 -1 0 0 0 0
[pid=6512/tid=6525] ppid=6510 vsize=15693664 CPUtime=0 cores=0,2,4,6
/proc/6512/task/6525/stat : 6525 (java) S 6510 6512 5849 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 256332534 16070311936 74596 33554432000 1073741824 1073778376 140734419888464 18446744073709551615 268672478105 0 4 0 16800975 18446604453916341184 0 0 -1 0 0 0 0
[pid=6512/tid=6526] ppid=6510 vsize=15693664 CPUtime=0 cores=0,2,4,6
/proc/6512/task/6526/stat : 6526 (java) S 6510 6512 5849 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 256332536 16070311936 74596 33554432000 1073741824 1073778376 140734419888464 18446744073709551615 268672485809 0 4 0 16800975 18446604453916341184 0 0 -1 6 0 0 0
[pid=6512/tid=6527] ppid=6510 vsize=15693664 CPUtime=1.14 cores=0,2,4,6
/proc/6512/task/6527/stat : 6527 (java) S 6510 6512 5849 0 -1 4202560 8463 0 0 0 114 0 0 0 15 0 22 0 256332536 16070311936 74596 33554432000 1073741824 1073778376 140734419888464 18446744073709551615 268672478105 0 4 0 16800975 18446604453916341184 0 0 -1 0 0 0 0
[pid=6512/tid=6528] ppid=6510 vsize=15693664 CPUtime=0.95 cores=0,2,4,6
/proc/6512/task/6528/stat : 6528 (java) S 6510 6512 5849 0 -1 4202560 9668 0 0 0 94 1 0 0 15 0 22 0 256332536 16070311936 74596 33554432000 1073741824 1073778376 140734419888464 18446744073709551615 268672478105 0 4 0 16800975 18446604453916341184 0 0 -1 2 0 0 0
[pid=6512/tid=6529] ppid=6510 vsize=15693664 CPUtime=0 cores=0,2,4,6
/proc/6512/task/6529/stat : 6529 (java) S 6510 6512 5849 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 256332536 16070311936 74596 33554432000 1073741824 1073778376 140734419888464 18446744073709551615 268672478105 0 4 0 16800975 18446604453916341184 0 0 -1 6 0 0 0
[pid=6512/tid=6530] ppid=6510 vsize=15693664 CPUtime=0 cores=0,2,4,6
/proc/6512/task/6530/stat : 6530 (java) S 6510 6512 5849 0 -1 4202560 61 0 0 0 0 0 0 0 15 0 22 0 256332536 16070311936 74596 33554432000 1073741824 1073778376 140734419888464 18446744073709551615 268672478720 0 4 0 16800975 18446604453916341184 0 0 -1 4 0 0 0
[pid=6512/tid=6531] ppid=6510 vsize=15693664 CPUtime=1191.84 cores=0,2,4,6
/proc/6512/task/6531/stat : 6531 (java) R 6510 6512 5849 0 -1 4202560 173921 0 0 0 119150 34 0 0 25 0 22 0 256332564 16070311936 74596 33554432000 1073741824 1073778376 140734419888464 18446744073709551615 46912505728816 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=6512/tid=6532] ppid=6510 vsize=15693664 CPUtime=1192.22 cores=0,2,4,6
/proc/6512/task/6532/stat : 6532 (java) R 6510 6512 5849 0 -1 4202560 174661 0 0 0 119192 30 0 0 25 0 22 0 256332564 16070311936 74596 33554432000 1073741824 1073778376 140734419888464 18446744073709551615 46912505864950 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=6512/tid=6533] ppid=6510 vsize=15693664 CPUtime=1191.84 cores=0,2,4,6
/proc/6512/task/6533/stat : 6533 (java) R 6510 6512 5849 0 -1 4202560 176269 0 0 0 119150 34 0 0 25 0 22 0 256332564 16070311936 74596 33554432000 1073741824 1073778376 140734419888464 18446744073709551615 46912505863464 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=6512/tid=6534] ppid=6510 vsize=15693664 CPUtime=1192.23 cores=0,2,4,6
/proc/6512/task/6534/stat : 6534 (java) R 6510 6512 5849 0 -1 4202560 176104 0 0 0 119190 33 0 0 25 0 22 0 256332564 16070311936 74596 33554432000 1073741824 1073778376 140734419888464 18446744073709551615 46912506121298 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4800.05
Current children cumulated vsize (KiB) 15693664

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.10 7.97 7.16 9/220 6626
/proc/meminfo: memFree=30423372/32951124 swapFree=67111524/67111528
[pid=6512] ppid=6510 vsize=15693664 CPUtime=4800.05 cores=0,2,4,6
/proc/6512/stat : 6512 (java) S 6510 6512 5849 0 -1 4202496 1288487 0 1 0 479668 337 0 0 25 0 22 0 256332532 16070311936 74596 33554432000 1073741824 1073778376 140734419888464 18446744073709551615 268672464869 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/6512/statm: 3923416 74596 2299 9 0 3914135 0
[pid=6512/tid=6513] ppid=6510 vsize=15693664 CPUtime=0.51 cores=0,2,4,6
/proc/6512/task/6513/stat : 6513 (java) S 6510 6512 5849 0 -1 4202560 13655 0 1 0 50 1 0 0 20 0 22 0 256332532 16070311936 74596 33554432000 1073741824 1073778376 140734419888464 18446744073709551615 268672478105 0 4 0 16800975 18446604453916341184 0 0 -1 4 0 0 0
[pid=6512/tid=6515] ppid=6510 vsize=15693664 CPUtime=3.31 cores=0,2,4,6
/proc/6512/task/6515/stat : 6515 (java) S 6510 6512 5849 0 -1 4202560 69166 0 0 0 317 14 0 0 15 0 22 0 256332533 16070311936 74596 33554432000 1073741824 1073778376 140734419888464 18446744073709551615 268672478105 0 4 0 16800975 18446604453916341184 0 0 -1 6 0 0 0
[pid=6512/tid=6516] ppid=6510 vsize=15693664 CPUtime=3.35 cores=0,2,4,6
/proc/6512/task/6516/stat : 6516 (java) S 6510 6512 5849 0 -1 4202560 68774 0 0 0 320 15 0 0 15 0 22 0 256332533 16070311936 74596 33554432000 1073741824 1073778376 140734419888464 18446744073709551615 268672478105 0 4 0 16800975 18446604453916341184 0 0 -1 2 0 0 0
[pid=6512/tid=6517] ppid=6510 vsize=15693664 CPUtime=3.44 cores=0,2,4,6
/proc/6512/task/6517/stat : 6517 (java) S 6510 6512 5849 0 -1 4202560 70127 0 0 0 327 17 0 0 16 0 22 0 256332533 16070311936 74596 33554432000 1073741824 1073778376 140734419888464 18446744073709551615 268672478105 0 4 0 16800975 18446604453916341184 0 0 -1 0 0 0 0
[pid=6512/tid=6518] ppid=6510 vsize=15693664 CPUtime=3.41 cores=0,2,4,6
/proc/6512/task/6518/stat : 6518 (java) S 6510 6512 5849 0 -1 4202560 68785 0 0 0 324 17 0 0 15 0 22 0 256332533 16070311936 74596 33554432000 1073741824 1073778376 140734419888464 18446744073709551615 268672478105 0 4 0 16800975 18446604453916341184 0 0 -1 0 0 0 0
[pid=6512/tid=6519] ppid=6510 vsize=15693664 CPUtime=3.33 cores=0,2,4,6
/proc/6512/task/6519/stat : 6519 (java) S 6510 6512 5849 0 -1 4202560 69292 0 0 0 316 17 0 0 15 0 22 0 256332533 16070311936 74596 33554432000 1073741824 1073778376 140734419888464 18446744073709551615 268672478105 0 4 0 16800975 18446604453916341184 0 0 -1 4 0 0 0
[pid=6512/tid=6520] ppid=6510 vsize=15693664 CPUtime=3.39 cores=0,2,4,6
/proc/6512/task/6520/stat : 6520 (java) S 6510 6512 5849 0 -1 4202560 68799 0 0 0 322 17 0 0 16 0 22 0 256332533 16070311936 74596 33554432000 1073741824 1073778376 140734419888464 18446744073709551615 268672478105 0 4 0 16800975 18446604453916341184 0 0 -1 6 0 0 0
[pid=6512/tid=6521] ppid=6510 vsize=15693664 CPUtime=3.43 cores=0,2,4,6
/proc/6512/task/6521/stat : 6521 (java) S 6510 6512 5849 0 -1 4202560 67060 0 0 0 327 16 0 0 16 0 22 0 256332533 16070311936 74596 33554432000 1073741824 1073778376 140734419888464 18446744073709551615 268672478105 0 4 0 16800975 18446604453916341184 0 0 -1 4 0 0 0
[pid=6512/tid=6522] ppid=6510 vsize=15693664 CPUtime=3.31 cores=0,2,4,6
/proc/6512/task/6522/stat : 6522 (java) S 6510 6512 5849 0 -1 4202560 68735 0 0 0 314 17 0 0 16 0 22 0 256332533 16070311936 74596 33554432000 1073741824 1073778376 140734419888464 18446744073709551615 268672478105 0 4 0 16800975 18446604453916341184 0 0 -1 2 0 0 0
[pid=6512/tid=6523] ppid=6510 vsize=15693664 CPUtime=2.15 cores=0,2,4,6
/proc/6512/task/6523/stat : 6523 (java) S 6510 6512 5849 0 -1 4202560 3563 0 0 0 151 64 0 0 15 0 22 0 256332534 16070311936 74596 33554432000 1073741824 1073778376 140734419888464 18446744073709551615 268672478720 0 0 0 16800975 18446604453916341184 0 0 -1 6 0 0 0
[pid=6512/tid=6524] ppid=6510 vsize=15693664 CPUtime=0 cores=0,2,4,6
/proc/6512/task/6524/stat : 6524 (java) S 6510 6512 5849 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 256332534 16070311936 74596 33554432000 1073741824 1073778376 140734419888464 18446744073709551615 268672478105 0 4 0 16800975 18446604453916341184 0 0 -1 0 0 0 0
[pid=6512/tid=6525] ppid=6510 vsize=15693664 CPUtime=0 cores=0,2,4,6
/proc/6512/task/6525/stat : 6525 (java) S 6510 6512 5849 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 256332534 16070311936 74596 33554432000 1073741824 1073778376 140734419888464 18446744073709551615 268672478105 0 4 0 16800975 18446604453916341184 0 0 -1 0 0 0 0
[pid=6512/tid=6526] ppid=6510 vsize=15693664 CPUtime=0 cores=0,2,4,6
/proc/6512/task/6526/stat : 6526 (java) S 6510 6512 5849 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 256332536 16070311936 74596 33554432000 1073741824 1073778376 140734419888464 18446744073709551615 268672485809 0 4 0 16800975 18446604453916341184 0 0 -1 6 0 0 0
[pid=6512/tid=6527] ppid=6510 vsize=15693664 CPUtime=1.14 cores=0,2,4,6
/proc/6512/task/6527/stat : 6527 (java) S 6510 6512 5849 0 -1 4202560 8463 0 0 0 114 0 0 0 15 0 22 0 256332536 16070311936 74596 33554432000 1073741824 1073778376 140734419888464 18446744073709551615 268672478105 0 4 0 16800975 18446604453916341184 0 0 -1 0 0 0 0
[pid=6512/tid=6528] ppid=6510 vsize=15693664 CPUtime=0.95 cores=0,2,4,6
/proc/6512/task/6528/stat : 6528 (java) S 6510 6512 5849 0 -1 4202560 9668 0 0 0 94 1 0 0 15 0 22 0 256332536 16070311936 74596 33554432000 1073741824 1073778376 140734419888464 18446744073709551615 268672478105 0 4 0 16800975 18446604453916341184 0 0 -1 2 0 0 0
[pid=6512/tid=6529] ppid=6510 vsize=15693664 CPUtime=0 cores=0,2,4,6
/proc/6512/task/6529/stat : 6529 (java) S 6510 6512 5849 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 256332536 16070311936 74596 33554432000 1073741824 1073778376 140734419888464 18446744073709551615 268672478105 0 4 0 16800975 18446604453916341184 0 0 -1 6 0 0 0
[pid=6512/tid=6530] ppid=6510 vsize=15693664 CPUtime=0 cores=0,2,4,6
/proc/6512/task/6530/stat : 6530 (java) S 6510 6512 5849 0 -1 4202560 61 0 0 0 0 0 0 0 15 0 22 0 256332536 16070311936 74596 33554432000 1073741824 1073778376 140734419888464 18446744073709551615 268672478720 0 4 0 16800975 18446604453916341184 0 0 -1 4 0 0 0
[pid=6512/tid=6531] ppid=6510 vsize=15693664 CPUtime=1191.84 cores=0,2,4,6
/proc/6512/task/6531/stat : 6531 (java) R 6510 6512 5849 0 -1 4202560 173921 0 0 0 119150 34 0 0 25 0 22 0 256332564 16070311936 74596 33554432000 1073741824 1073778376 140734419888464 18446744073709551615 46912505728816 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=6512/tid=6532] ppid=6510 vsize=15693664 CPUtime=1192.22 cores=0,2,4,6
/proc/6512/task/6532/stat : 6532 (java) R 6510 6512 5849 0 -1 4202560 174661 0 0 0 119192 30 0 0 25 0 22 0 256332564 16070311936 74596 33554432000 1073741824 1073778376 140734419888464 18446744073709551615 46912505864950 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=6512/tid=6533] ppid=6510 vsize=15693664 CPUtime=1191.84 cores=0,2,4,6
/proc/6512/task/6533/stat : 6533 (java) R 6510 6512 5849 0 -1 4202560 176269 0 0 0 119150 34 0 0 25 0 22 0 256332564 16070311936 74596 33554432000 1073741824 1073778376 140734419888464 18446744073709551615 46912505863464 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=6512/tid=6534] ppid=6510 vsize=15693664 CPUtime=1192.23 cores=0,2,4,6
/proc/6512/task/6534/stat : 6534 (java) R 6510 6512 5849 0 -1 4202560 176104 0 0 0 119190 33 0 0 25 0 22 0 256332564 16070311936 74596 33554432000 1073741824 1073778376 140734419888464 18446744073709551615 46912506121298 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4800.05
Current children cumulated vsize (KiB) 15693664

Child status: 143
Real time (s): 1207.23
CPU time (s): 4800.09
CPU user time (s): 4796.7
CPU system time (s): 3.38948
CPU usage (%): 397.612
Max. virtual memory (cumulated for all children) (KiB): 15693664

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4796.7
system time used= 3.38948
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1288514
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= 305790
involuntary context switches= 164247

runsolver used 2.06369 second user time and 4.56531 second system time

The end

Launcher Data

Begin job on node107 at 2011-04-30 01:56:53
IDJOB=3311337
IDBENCH=82722
IDSOLVER=1698
FILE ID=node107/3311337-1304121413
RUNJOBID= node107-1304121375-6420
PBS_JOBID= 13170713
Free space on /tmp= 71800 MiB

SOLVER NAME= STRUCTure 0.1 (hbr=2)
BENCH NAME= SAT11/random/medium/unif-k7-r89-v70-c6230-S1516725086-012.UNKNOWN.cnf
COMMAND LINE= run 15000 NBCORE TMPDIR DIR BENCHNAME -hbr 2
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3311337-1304121413/watcher-3311337-1304121413 -o /tmp/evaluation-result-3311337-1304121413/solver-3311337-1304121413 -C 4800 -W 1300 -M 15500  run 15000 4 HOME HOME HOME/instance-3311337-1304121413.cnf -hbr 2

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

MD5SUM BENCH= 700fcf61c35143a2185883134d0eb67b
RANDOM SEED=760852622

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.829
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.82
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.829
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.74
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.829
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	: 5359.47
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.829
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.829
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      30268492 kB
Buffers:        351000 kB
Cached:        1129444 kB
SwapCached:          4 kB
Active:         884936 kB
Inactive:      1447952 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30268492 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:            2076 kB
Writeback:           0 kB
AnonPages:      851812 kB
Mapped:          23424 kB
Slab:           284676 kB
PageTables:       6760 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  1356256 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= 71796 MiB
End job on node107 at 2011-04-30 02:17:02