Trace number 3311356

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.19 1207.33

General information on the benchmark

Namerandom/medium/
unif-k5-r21.3-v150-c3195-S873866006-055.UNKNOWN.cnf
MD5SUM9ec6e0c9f7f3592c1fc9e4fe986eba4f
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 variables150
Number of clauses3195
Sum of the clauses size15975
Maximum clause length5
Minimum clause length5
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 53195
Number of clauses of size over 50

Solver Data

0.11/0.11	17:02 INFO : Reading from input HOME/instance-3311356-1304122622.cnf
0.28/0.28	Executor set job limit to 1000000
0.28/0.28	Executor set job limit to 1000000
0.28/0.28	Executor set job limit to 1000000
0.28/0.28	Executor set job limit to 1000000
0.28/0.28	Starting Executor!
0.28/0.28	Starting Executor!
0.28/0.28	Starting Executor!
0.28/0.28	Starting Executor!
0.81/0.44	17:03 INFO : 150 variables remaining out of 150
0.81/0.44	17:03 INFO : 19170 literals remaining out of 19170

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-3311356-1304122622/watcher-3311356-1304122622 -o /tmp/evaluation-result-3311356-1304122622/solver-3311356-1304122622 -C 4800 -W 1300 -M 15500 run 15000 4 HOME HOME HOME/instance-3311356-1304122622.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: 7.77 7.90 7.14 5/198 6655
/proc/meminfo: memFree=30725288/32951124 swapFree=67111524/67111528
[pid=6655] ppid=6653 vsize=30580 CPUtime=0 cores=0,2,4,6
/proc/6655/stat : 6655 (java) S 6653 6655 5849 0 -1 4202496 1461 0 0 0 0 0 0 0 25 0 2 0 256453476 31313920 929 33554432000 1073741824 1073778376 140736585016384 18446744073709551615 268672464869 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/6655/statm: 7632 932 714 9 0 383 0
[pid=6655/tid=6656] ppid=6653 vsize=30528 CPUtime=0 cores=0,2,4,6
/proc/6655/task/6656/stat : 6656 (java) R 6653 6655 5849 0 -1 4202560 133 0 0 0 0 0 0 0 25 0 2 0 256453476 31260672 953 33554432000 1073741824 1073778376 140736585016384 18446744073709551615 268660662016 0 0 4096 0 0 0 0 -1 2 0 0 0

[startup+0.0452869 s]
/proc/loadavg: 7.77 7.90 7.14 5/198 6655
/proc/meminfo: memFree=30725288/32951124 swapFree=67111524/67111528
[pid=6655] ppid=6653 vsize=15675068 CPUtime=0.03 cores=0,2,4,6
/proc/6655/stat : 6655 (java) S 6653 6655 5849 0 -1 4202496 3955 0 1 0 3 0 0 0 25 0 18 0 256453476 16051269632 3394 33554432000 1073741824 1073778376 140736585016384 18446744073709551615 268672464869 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/6655/statm: 3918767 3394 1719 9 0 3909515 0
[pid=6655/tid=6656] ppid=6653 vsize=15675068 CPUtime=0.03 cores=0,2,4,6
/proc/6655/task/6656/stat : 6656 (java) R 6653 6655 5849 0 -1 4202560 2535 0 1 0 3 0 0 0 19 0 18 0 256453476 16051269632 3394 33554432000 1073741824 1073778376 140736585016384 18446744073709551615 47868915593361 0 4 0 16800975 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 15675068

[startup+0.105266 s]
/proc/loadavg: 7.77 7.90 7.14 5/198 6655
/proc/meminfo: memFree=30725288/32951124 swapFree=67111524/67111528
[pid=6655] ppid=6653 vsize=15741980 CPUtime=0.11 cores=0,2,4,6
/proc/6655/stat : 6655 (java) S 6653 6655 5849 0 -1 4202496 5731 0 1 0 10 1 0 0 25 0 18 0 256453476 16119787520 5137 33554432000 1073741824 1073778376 140736585016384 18446744073709551615 268672464869 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/6655/statm: 3935495 5137 2119 9 0 3926214 0
[pid=6655/tid=6656] ppid=6653 vsize=15741980 CPUtime=0.08 cores=0,2,4,6
/proc/6655/task/6656/stat : 6656 (java) R 6653 6655 5849 0 -1 4202560 3597 0 1 0 8 0 0 0 18 0 18 0 256453476 16119787520 5138 33554432000 1073741824 1073778376 140736585016384 18446744073709551615 47868915705450 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 15741980

[startup+0.300218 s]
/proc/loadavg: 7.77 7.90 7.14 5/198 6655
/proc/meminfo: memFree=30725288/32951124 swapFree=67111524/67111528
[pid=6655] ppid=6653 vsize=15749396 CPUtime=0.53 cores=0,2,4,6
/proc/6655/stat : 6655 (java) S 6653 6655 5849 0 -1 4202496 12975 0 1 0 51 2 0 0 25 0 22 0 256453476 16127381504 11319 33554432000 1073741824 1073778376 140736585016384 18446744073709551615 268672464869 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/6655/statm: 3937349 11319 2213 9 0 3928068 0
[pid=6655/tid=6656] ppid=6653 vsize=15749396 CPUtime=0.28 cores=0,2,4,6
/proc/6655/task/6656/stat : 6656 (java) R 6653 6655 5849 0 -1 4202560 7700 0 1 0 27 1 0 0 19 0 22 0 256453476 16127381504 11319 33554432000 1073741824 1073778376 140736585016384 18446744073709551615 46912505228269 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.53
Current children cumulated vsize (KiB) 15749396

[startup+1.12649 s]
/proc/loadavg: 7.77 7.90 7.14 5/198 6655
/proc/meminfo: memFree=30725288/32951124 swapFree=67111524/67111528
[pid=6655] ppid=6653 vsize=15767600 CPUtime=3.46 cores=0,2,4,6
/proc/6655/stat : 6655 (java) S 6653 6655 5849 0 -1 4202496 50008 0 1 0 339 7 0 0 25 0 22 0 256453476 16146022400 44562 33554432000 1073741824 1073778376 140736585016384 18446744073709551615 268672464869 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/6655/statm: 3941900 44563 2261 9 0 3932619 0
[pid=6655/tid=6656] ppid=6653 vsize=15767600 CPUtime=0.42 cores=0,2,4,6
/proc/6655/task/6656/stat : 6656 (java) S 6653 6655 5849 0 -1 4202560 8165 0 1 0 41 1 0 0 20 0 22 0 256453476 16146022400 44563 33554432000 1073741824 1073778376 140736585016384 18446744073709551615 268672478105 0 4 0 16800975 18446604453960803328 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3.46
Current children cumulated vsize (KiB) 15767600

[startup+1.50697 s]
/proc/loadavg: 7.77 7.90 7.14 10/220 6677
/proc/meminfo: memFree=30540980/32951124 swapFree=67111524/67111528
[pid=6655] ppid=6653 vsize=15767600 CPUtime=4.96 cores=0,2,4,6
/proc/6655/stat : 6655 (java) S 6653 6655 5849 0 -1 4202496 56513 0 1 0 488 8 0 0 25 0 22 0 256453476 16146022400 51055 33554432000 1073741824 1073778376 140736585016384 18446744073709551615 268672464869 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/6655/statm: 3941900 51055 2284 9 0 3932619 0
[pid=6655/tid=6656] ppid=6653 vsize=15767600 CPUtime=0.42 cores=0,2,4,6
/proc/6655/task/6656/stat : 6656 (java) S 6653 6655 5849 0 -1 4202560 8165 0 1 0 41 1 0 0 20 0 22 0 256453476 16146022400 51055 33554432000 1073741824 1073778376 140736585016384 18446744073709551615 268672478105 0 4 0 16800975 18446604453960803328 0 0 -1 2 0 0 0
[pid=6655/tid=6658] ppid=6653 vsize=15767600 CPUtime=0 cores=0,2,4,6
/proc/6655/task/6658/stat : 6658 (java) S 6653 6655 5849 0 -1 4202560 1 0 0 0 0 0 0 0 16 0 22 0 256453477 16146022400 51055 33554432000 1073741824 1073778376 140736585016384 18446744073709551615 268672478105 0 4 0 16800975 18446604453960803328 0 0 -1 6 0 0 0
[pid=6655/tid=6659] ppid=6653 vsize=15767600 CPUtime=0 cores=0,2,4,6
/proc/6655/task/6659/stat : 6659 (java) S 6653 6655 5849 0 -1 4202560 803 0 0 0 0 0 0 0 16 0 22 0 256453477 16146022400 51055 33554432000 1073741824 1073778376 140736585016384 18446744073709551615 268672478105 0 4 0 16800975 18446604453960803328 0 0 -1 0 0 0 0
[pid=6655/tid=6660] ppid=6653 vsize=15767600 CPUtime=0 cores=0,2,4,6
/proc/6655/task/6660/stat : 6660 (java) S 6653 6655 5849 0 -1 4202560 573 0 0 0 0 0 0 0 16 0 22 0 256453477 16146022400 51055 33554432000 1073741824 1073778376 140736585016384 18446744073709551615 268672478105 0 4 0 16800975 18446604453960803328 0 0 -1 4 0 0 0
[pid=6655/tid=6661] ppid=6653 vsize=15767600 CPUtime=0 cores=0,2,4,6
/proc/6655/task/6661/stat : 6661 (java) S 6653 6655 5849 0 -1 4202560 294 0 0 0 0 0 0 0 16 0 22 0 256453477 16146022400 51055 33554432000 1073741824 1073778376 140736585016384 18446744073709551615 268672478105 0 4 0 16800975 18446604453960803328 0 0 -1 6 0 0 0
[pid=6655/tid=6662] ppid=6653 vsize=15767600 CPUtime=0 cores=0,2,4,6
/proc/6655/task/6662/stat : 6662 (java) S 6653 6655 5849 0 -1 4202560 125 0 0 0 0 0 0 0 16 0 22 0 256453477 16146022400 51055 33554432000 1073741824 1073778376 140736585016384 18446744073709551615 268672478105 0 4 0 16800975 18446604453960803328 0 0 -1 6 0 0 0
[pid=6655/tid=6663] ppid=6653 vsize=15767600 CPUtime=0 cores=0,2,4,6
/proc/6655/task/6663/stat : 6663 (java) S 6653 6655 5849 0 -1 4202560 427 0 0 0 0 0 0 0 15 0 22 0 256453477 16146022400 51055 33554432000 1073741824 1073778376 140736585016384 18446744073709551615 268672478105 0 4 0 16800975 18446604453960803328 0 0 -1 6 0 0 0
[pid=6655/tid=6664] ppid=6653 vsize=15767600 CPUtime=0 cores=0,2,4,6
/proc/6655/task/6664/stat : 6664 (java) S 6653 6655 5849 0 -1 4202560 708 0 0 0 0 0 0 0 15 0 22 0 256453477 16146022400 51055 33554432000 1073741824 1073778376 140736585016384 18446744073709551615 268672478105 0 4 0 16800975 18446604453960803328 0 0 -1 0 0 0 0
[pid=6655/tid=6665] ppid=6653 vsize=15767600 CPUtime=0 cores=0,2,4,6
/proc/6655/task/6665/stat : 6665 (java) S 6653 6655 5849 0 -1 4202560 559 0 0 0 0 0 0 0 15 0 22 0 256453477 16146022400 51055 33554432000 1073741824 1073778376 140736585016384 18446744073709551615 268672478105 0 4 0 16800975 18446604453960803328 0 0 -1 6 0 0 0
[pid=6655/tid=6666] ppid=6653 vsize=15767600 CPUtime=0 cores=0,2,4,6
/proc/6655/task/6666/stat : 6666 (java) S 6653 6655 5849 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 22 0 256453478 16146022400 51055 33554432000 1073741824 1073778376 140736585016384 18446744073709551615 268672478720 0 0 0 16800975 18446604453960803328 0 0 -1 4 0 0 0
[pid=6655/tid=6667] ppid=6653 vsize=15767600 CPUtime=0 cores=0,2,4,6
/proc/6655/task/6667/stat : 6667 (java) S 6653 6655 5849 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 256453478 16146022400 51055 33554432000 1073741824 1073778376 140736585016384 18446744073709551615 268672478105 0 4 0 16800975 18446604453960803328 0 0 -1 6 0 0 0
[pid=6655/tid=6668] ppid=6653 vsize=15767600 CPUtime=0 cores=0,2,4,6
/proc/6655/task/6668/stat : 6668 (java) S 6653 6655 5849 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 256453478 16146022400 51055 33554432000 1073741824 1073778376 140736585016384 18446744073709551615 268672478105 0 4 0 16800975 18446604453960803328 0 0 -1 6 0 0 0
[pid=6655/tid=6669] ppid=6653 vsize=15767600 CPUtime=0 cores=0,2,4,6
/proc/6655/task/6669/stat : 6669 (java) S 6653 6655 5849 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 256453480 16146022400 51055 33554432000 1073741824 1073778376 140736585016384 18446744073709551615 268672485809 0 4 0 16800975 18446604453960803328 0 0 -1 6 0 0 0
[pid=6655/tid=6670] ppid=6653 vsize=15767600 CPUtime=0.89 cores=0,2,4,6
/proc/6655/task/6670/stat : 6670 (java) S 6653 6655 5849 0 -1 4202560 10084 0 0 0 88 1 0 0 17 0 22 0 256453480 16146022400 51055 33554432000 1073741824 1073778376 140736585016384 18446744073709551615 268672478105 0 4 0 16800975 18446604453960803328 0 0 -1 4 0 0 0
[pid=6655/tid=6671] ppid=6653 vsize=15767600 CPUtime=0.77 cores=0,2,4,6
/proc/6655/task/6671/stat : 6671 (java) S 6653 6655 5849 0 -1 4202560 5809 0 0 0 77 0 0 0 18 0 22 0 256453480 16146022400 51055 33554432000 1073741824 1073778376 140736585016384 18446744073709551615 268672478105 0 4 0 16800975 18446604453960803328 0 0 -1 6 0 0 0
[pid=6655/tid=6672] ppid=6653 vsize=15767600 CPUtime=0 cores=0,2,4,6
/proc/6655/task/6672/stat : 6672 (java) S 6653 6655 5849 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 22 0 256453480 16146022400 51055 33554432000 1073741824 1073778376 140736585016384 18446744073709551615 268672478105 0 4 0 16800975 18446604453960803328 0 0 -1 0 0 0 0
[pid=6655/tid=6673] ppid=6653 vsize=15767600 CPUtime=0 cores=0,2,4,6
/proc/6655/task/6673/stat : 6673 (java) S 6653 6655 5849 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 256453480 16146022400 51055 33554432000 1073741824 1073778376 140736585016384 18446744073709551615 268672478720 0 4 0 16800975 18446604453960803328 0 0 -1 0 0 0 0
[pid=6655/tid=6674] ppid=6653 vsize=15767600 CPUtime=0.67 cores=0,2,4,6
/proc/6655/task/6674/stat : 6674 (java) R 6653 6655 5849 0 -1 4202560 6503 0 0 0 67 0 0 0 18 0 22 0 256453504 16146022400 51055 33554432000 1073741824 1073778376 140736585016384 18446744073709551615 46912505742101 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=6655/tid=6675] ppid=6653 vsize=15767600 CPUtime=0.6 cores=0,2,4,6
/proc/6655/task/6675/stat : 6675 (java) R 6653 6655 5849 0 -1 4202560 5762 0 0 0 60 0 0 0 17 0 22 0 256453504 16146022400 51055 33554432000 1073741824 1073778376 140736585016384 18446744073709551615 46912506009031 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=6655/tid=6676] ppid=6653 vsize=15767600 CPUtime=0.81 cores=0,2,4,6
/proc/6655/task/6676/stat : 6676 (java) R 6653 6655 5849 0 -1 4202560 7068 0 0 0 81 0 0 0 18 0 22 0 256453504 16146022400 51055 33554432000 1073741824 1073778376 140736585016384 18446744073709551615 18446744073699065949 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=6655/tid=6677] ppid=6653 vsize=15767600 CPUtime=0.71 cores=0,2,4,6
/proc/6655/task/6677/stat : 6677 (java) R 6653 6655 5849 0 -1 4202560 8233 0 0 0 70 1 0 0 18 0 22 0 256453504 16146022400 51055 33554432000 1073741824 1073778376 140736585016384 18446744073709551615 46912505705370 0 4 0 16800975 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4.96
Current children cumulated vsize (KiB) 15767600

[startup+3.1007 s]
/proc/loadavg: 7.77 7.90 7.14 9/220 6677
/proc/meminfo: memFree=30407056/32951124 swapFree=67111524/67111528
[pid=6655] ppid=6653 vsize=15767600 CPUtime=11.31 cores=0,2,4,6
/proc/6655/stat : 6655 (java) S 6653 6655 5849 0 -1 4202496 89096 0 1 0 1119 12 0 0 25 0 22 0 256453476 16146022400 83596 33554432000 1073741824 1073778376 140736585016384 18446744073709551615 268672464869 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/6655/statm: 3941900 83596 2284 9 0 3932619 0
[pid=6655/tid=6656] ppid=6653 vsize=15767600 CPUtime=0.42 cores=0,2,4,6
/proc/6655/task/6656/stat : 6656 (java) S 6653 6655 5849 0 -1 4202560 8165 0 1 0 41 1 0 0 20 0 22 0 256453476 16146022400 83596 33554432000 1073741824 1073778376 140736585016384 18446744073709551615 268672478105 0 4 0 16800975 18446604453960803328 0 0 -1 2 0 0 0
[pid=6655/tid=6658] ppid=6653 vsize=15767600 CPUtime=0 cores=0,2,4,6
/proc/6655/task/6658/stat : 6658 (java) S 6653 6655 5849 0 -1 4202560 283 0 0 0 0 0 0 0 15 0 22 0 256453477 16146022400 83596 33554432000 1073741824 1073778376 140736585016384 18446744073709551615 268672478105 0 4 0 16800975 18446604453960803328 0 0 -1 6 0 0 0
[pid=6655/tid=6659] ppid=6653 vsize=15767600 CPUtime=0 cores=0,2,4,6
/proc/6655/task/6659/stat : 6659 (java) S 6653 6655 5849 0 -1 4202560 1346 0 0 0 0 0 0 0 15 0 22 0 256453477 16146022400 83596 33554432000 1073741824 1073778376 140736585016384 18446744073709551615 268672478105 0 4 0 16800975 18446604453960803328 0 0 -1 2 0 0 0
[pid=6655/tid=6660] ppid=6653 vsize=15767600 CPUtime=0 cores=0,2,4,6
/proc/6655/task/6660/stat : 6660 (java) S 6653 6655 5849 0 -1 4202560 1445 0 0 0 0 0 0 0 15 0 22 0 256453477 16146022400 83596 33554432000 1073741824 1073778376 140736585016384 18446744073709551615 268672478105 0 4 0 16800975 18446604453960803328 0 0 -1 2 0 0 0
[pid=6655/tid=6661] ppid=6653 vsize=15767600 CPUtime=0 cores=0,2,4,6
/proc/6655/task/6661/stat : 6661 (java) S 6653 6655 5849 0 -1 4202560 845 0 0 0 0 0 0 0 15 0 22 0 256453477 16146022400 83596 33554432000 1073741824 1073778376 140736585016384 18446744073709551615 268672478105 0 4 0 16800975 18446604453960803328 0 0 -1 0 0 0 0
[pid=6655/tid=6662] ppid=6653 vsize=15767600 CPUtime=0 cores=0,2,4,6
/proc/6655/task/6662/stat : 6662 (java) S 6653 6655 5849 0 -1 4202560 269 0 0 0 0 0 0 0 16 0 22 0 256453477 16146022400 83596 33554432000 1073741824 1073778376 140736585016384 18446744073709551615 268672478105 0 4 0 16800975 18446604453960803328 0 0 -1 4 0 0 0
[pid=6655/tid=6663] ppid=6653 vsize=15767600 CPUtime=0 cores=0,2,4,6
/proc/6655/task/6663/stat : 6663 (java) S 6653 6655 5849 0 -1 4202560 918 0 0 0 0 0 0 0 15 0 22 0 256453477 16146022400 83596 33554432000 1073741824 1073778376 140736585016384 18446744073709551615 268672478105 0 4 0 16800975 18446604453960803328 0 0 -1 6 0 0 0
[pid=6655/tid=6664] ppid=6653 vsize=15767600 CPUtime=0 cores=0,2,4,6
/proc/6655/task/6664/stat : 6664 (java) S 6653 6655 5849 0 -1 4202560 1176 0 0 0 0 0 0 0 15 0 22 0 256453477 16146022400 83596 33554432000 1073741824 1073778376 140736585016384 18446744073709551615 268672478105 0 4 0 16800975 18446604453960803328 0 0 -1 0 0 0 0
[pid=6655/tid=6665] ppid=6653 vsize=15767600 CPUtime=0 cores=0,2,4,6
/proc/6655/task/6665/stat : 6665 (java) S 6653 6655 5849 0 -1 4202560 1006 0 0 0 0 0 0 0 15 0 22 0 256453477 16146022400 83596 33554432000 1073741824 1073778376 140736585016384 18446744073709551615 268672478105 0 4 0 16800975 18446604453960803328 0 0 -1 2 0 0 0
[pid=6655/tid=6666] ppid=6653 vsize=15767600 CPUtime=0 cores=0,2,4,6
/proc/6655/task/6666/stat : 6666 (java) S 6653 6655 5849 0 -1 4202560 201 0 0 0 0 0 0 0 15 0 22 0 256453478 16146022400 83596 33554432000 1073741824 1073778376 140736585016384 18446744073709551615 268672478720 0 0 0 16800975 18446604453960803328 0 0 -1 4 0 0 0
[pid=6655/tid=6667] ppid=6653 vsize=15767600 CPUtime=0 cores=0,2,4,6
/proc/6655/task/6667/stat : 6667 (java) S 6653 6655 5849 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 256453478 16146022400 83596 33554432000 1073741824 1073778376 140736585016384 18446744073709551615 268672478105 0 4 0 16800975 18446604453960803328 0 0 -1 6 0 0 0
[pid=6655/tid=6668] ppid=6653 vsize=15767600 CPUtime=0 cores=0,2,4,6
/proc/6655/task/6668/stat : 6668 (java) S 6653 6655 5849 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 256453478 16146022400 83596 33554432000 1073741824 1073778376 140736585016384 18446744073709551615 268672478105 0 4 0 16800975 18446604453960803328 0 0 -1 6 0 0 0
[pid=6655/tid=6669] ppid=6653 vsize=15767600 CPUtime=0 cores=0,2,4,6
/proc/6655/task/6669/stat : 6669 (java) S 6653 6655 5849 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 256453480 16146022400 83596 33554432000 1073741824 1073778376 140736585016384 18446744073709551615 268672485809 0 4 0 16800975 18446604453960803328 0 0 -1 6 0 0 0
[pid=6655/tid=6670] ppid=6653 vsize=15767600 CPUtime=0.96 cores=0,2,4,6
/proc/6655/task/6670/stat : 6670 (java) S 6653 6655 5849 0 -1 4202560 10087 0 0 0 95 1 0 0 15 0 22 0 256453480 16146022400 83596 33554432000 1073741824 1073778376 140736585016384 18446744073709551615 268672478105 0 4 0 16800975 18446604453960803328 0 0 -1 4 0 0 0
[pid=6655/tid=6671] ppid=6653 vsize=15767600 CPUtime=0.82 cores=0,2,4,6
/proc/6655/task/6671/stat : 6671 (java) S 6653 6655 5849 0 -1 4202560 5816 0 0 0 82 0 0 0 16 0 22 0 256453480 16146022400 83596 33554432000 1073741824 1073778376 140736585016384 18446744073709551615 268672478105 0 4 0 16800975 18446604453960803328 0 0 -1 6 0 0 0
[pid=6655/tid=6672] ppid=6653 vsize=15767600 CPUtime=0 cores=0,2,4,6
/proc/6655/task/6672/stat : 6672 (java) S 6653 6655 5849 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 22 0 256453480 16146022400 83596 33554432000 1073741824 1073778376 140736585016384 18446744073709551615 268672478105 0 4 0 16800975 18446604453960803328 0 0 -1 0 0 0 0
[pid=6655/tid=6673] ppid=6653 vsize=15767600 CPUtime=0 cores=0,2,4,6
/proc/6655/task/6673/stat : 6673 (java) S 6653 6655 5849 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 256453480 16146022400 83596 33554432000 1073741824 1073778376 140736585016384 18446744073709551615 268672478720 0 4 0 16800975 18446604453960803328 0 0 -1 0 0 0 0
[pid=6655/tid=6674] ppid=6653 vsize=15767600 CPUtime=2.17 cores=0,2,4,6
/proc/6655/task/6674/stat : 6674 (java) R 6653 6655 5849 0 -1 4202560 13864 0 0 0 216 1 0 0 20 0 22 0 256453504 16146022400 83596 33554432000 1073741824 1073778376 140736585016384 18446744073709551615 46912506165199 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=6655/tid=6675] ppid=6653 vsize=15767600 CPUtime=2.18 cores=0,2,4,6
/proc/6655/task/6675/stat : 6675 (java) R 6653 6655 5849 0 -1 4202560 12558 0 0 0 217 1 0 0 20 0 22 0 256453504 16146022400 83596 33554432000 1073741824 1073778376 140736585016384 18446744073709551615 46912506074547 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=6655/tid=6676] ppid=6653 vsize=15767600 CPUtime=2.39 cores=0,2,4,6
/proc/6655/task/6676/stat : 6676 (java) R 6653 6655 5849 0 -1 4202560 14366 0 0 0 238 1 0 0 20 0 22 0 256453504 16146022400 83596 33554432000 1073741824 1073778376 140736585016384 18446744073709551615 46912505798544 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=6655/tid=6677] ppid=6653 vsize=15767600 CPUtime=2.23 cores=0,2,4,6
/proc/6655/task/6677/stat : 6677 (java) R 6653 6655 5849 0 -1 4202560 15363 0 0 0 221 2 0 0 20 0 22 0 256453504 16146022400 83596 33554432000 1073741824 1073778376 140736585016384 18446744073709551615 18446744073699065971 0 4 0 16800975 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 11.31
Current children cumulated vsize (KiB) 15767600

[startup+6.30113 s]
/proc/loadavg: 7.79 7.91 7.15 9/220 6677
/proc/meminfo: memFree=30415824/32951124 swapFree=67111524/67111528
[pid=6655] ppid=6653 vsize=15767600 CPUtime=24.07 cores=0,2,4,6
/proc/6655/stat : 6655 (java) S 6653 6655 5849 0 -1 4202496 92512 0 1 0 2394 13 0 0 25 0 22 0 256453476 16146022400 83228 33554432000 1073741824 1073778376 140736585016384 18446744073709551615 268672464869 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/6655/statm: 3941900 83228 2287 9 0 3932619 0
[pid=6655/tid=6656] ppid=6653 vsize=15767600 CPUtime=0.42 cores=0,2,4,6
/proc/6655/task/6656/stat : 6656 (java) S 6653 6655 5849 0 -1 4202560 8165 0 1 0 41 1 0 0 20 0 22 0 256453476 16146022400 83228 33554432000 1073741824 1073778376 140736585016384 18446744073709551615 268672478105 0 4 0 16800975 18446604453960803328 0 0 -1 2 0 0 0
[pid=6655/tid=6658] ppid=6653 vsize=15767600 CPUtime=0 cores=0,2,4,6
/proc/6655/task/6658/stat : 6658 (java) S 6653 6655 5849 0 -1 4202560 531 0 0 0 0 0 0 0 15 0 22 0 256453477 16146022400 83228 33554432000 1073741824 1073778376 140736585016384 18446744073709551615 268672478105 0 4 0 16800975 18446604453960803328 0 0 -1 2 0 0 0
[pid=6655/tid=6659] ppid=6653 vsize=15767600 CPUtime=0 cores=0,2,4,6
/proc/6655/task/6659/stat : 6659 (java) S 6653 6655 5849 0 -1 4202560 1848 0 0 0 0 0 0 0 16 0 22 0 256453477 16146022400 83228 33554432000 1073741824 1073778376 140736585016384 18446744073709551615 268672478105 0 4 0 16800975 18446604453960803328 0 0 -1 4 0 0 0
[pid=6655/tid=6660] ppid=6653 vsize=15767600 CPUtime=0 cores=0,2,4,6
/proc/6655/task/6660/stat : 6660 (java) S 6653 6655 5849 0 -1 4202560 1749 0 0 0 0 0 0 0 15 0 22 0 256453477 16146022400 83228 33554432000 1073741824 1073778376 140736585016384 18446744073709551615 268672478105 0 4 0 16800975 18446604453960803328 0 0 -1 2 0 0 0
[pid=6655/tid=6661] ppid=6653 vsize=15767600 CPUtime=0 cores=0,2,4,6
/proc/6655/task/6661/stat : 6661 (java) S 6653 6655 5849 0 -1 4202560 1102 0 0 0 0 0 0 0 16 0 22 0 256453477 16146022400 83228 33554432000 1073741824 1073778376 140736585016384 18446744073709551615 268672478105 0 4 0 16800975 18446604453960803328 0 0 -1 0 0 0 0
[pid=6655/tid=6662] ppid=6653 vsize=15767600 CPUtime=0 cores=0,2,4,6
/proc/6655/task/6662/stat : 6662 (java) S 6653 6655 5849 0 -1 4202560 893 0 0 0 0 0 0 0 15 0 22 0 256453477 16146022400 83228 33554432000 1073741824 1073778376 140736585016384 18446744073709551615 268672478105 0 4 0 16800975 18446604453960803328 0 0 -1 4 0 0 0
[pid=6655/tid=6663] ppid=6653 vsize=15767600 CPUtime=0.01 cores=0,2,4,6
/proc/6655/task/6663/stat : 6663 (java) S 6653 6655 5849 0 -1 4202560 1397 0 0 0 1 0 0 0 15 0 22 0 256453477 16146022400 83228 33554432000 1073741824 1073778376 140736585016384 18446744073709551615 268672478105 0 4 0 16800975 18446604453960803328 0 0 -1 6 0 0 0
[pid=6655/tid=6664] ppid=6653 vsize=15767600 CPUtime=0.01 cores=0,2,4,6
/proc/6655/task/6664/stat : 6664 (java) S 6653 6655 5849 0 -1 4202560 1621 0 0 0 1 0 0 0 15 0 22 0 256453477 16146022400 83228 33554432000 1073741824 1073778376 140736585016384 18446744073709551615 268672478105 0 4 0 16800975 18446604453960803328 0 0 -1 6 0 0 0
[pid=6655/tid=6665] ppid=6653 vsize=15767600 CPUtime=0 cores=0,2,4,6
/proc/6655/task/6665/stat : 6665 (java) S 6653 6655 5849 0 -1 4202560 1518 0 0 0 0 0 0 0 16 0 22 0 256453477 16146022400 83228 33554432000 1073741824 1073778376 140736585016384 18446744073709551615 268672478105 0 4 0 16800975 18446604453960803328 0 0 -1 6 0 0 0

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

[pid=6655/tid=6675] ppid=6653 vsize=15767600 CPUtime=1108.13 cores=0,2,4,6
/proc/6655/task/6675/stat : 6675 (java) R 6653 6655 5849 0 -1 4202560 172388 0 0 0 110780 33 0 0 25 0 22 0 256453504 16146022400 81522 33554432000 1073741824 1073778376 140736585016384 18446744073709551615 46912505836156 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=6655/tid=6676] ppid=6653 vsize=15767600 CPUtime=1108.05 cores=0,2,4,6
/proc/6655/task/6676/stat : 6676 (java) R 6653 6655 5849 0 -1 4202560 175556 0 0 0 110771 34 0 0 25 0 22 0 256453504 16146022400 81522 33554432000 1073741824 1073778376 140736585016384 18446744073709551615 46912505798997 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=6655/tid=6677] ppid=6653 vsize=15767600 CPUtime=1108.36 cores=0,2,4,6
/proc/6655/task/6677/stat : 6677 (java) R 6653 6655 5849 0 -1 4202560 175432 0 0 0 110803 33 0 0 25 0 22 0 256453504 16146022400 81522 33554432000 1073741824 1073778376 140736585016384 18446744073709551615 46912506275257 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4462.2
Current children cumulated vsize (KiB) 15767600

[startup+1182.3 s]
/proc/loadavg: 7.38 7.93 7.75 5/193 6728
/proc/meminfo: memFree=30761888/32951124 swapFree=67111524/67111528
[pid=6655] ppid=6653 vsize=15767600 CPUtime=4700.81 cores=0,2,4,6
/proc/6655/stat : 6655 (java) S 6653 6655 5849 0 -1 4202496 1351843 0 1 0 469729 352 0 0 25 0 22 0 256453476 16146022400 75980 33554432000 1073741824 1073778376 140736585016384 18446744073709551615 268672464869 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/6655/statm: 3941900 75980 2297 9 0 3932619 0
[pid=6655/tid=6656] ppid=6653 vsize=15767600 CPUtime=0.42 cores=0,2,4,6
/proc/6655/task/6656/stat : 6656 (java) S 6653 6655 5849 0 -1 4202560 8165 0 1 0 41 1 0 0 20 0 22 0 256453476 16146022400 75980 33554432000 1073741824 1073778376 140736585016384 18446744073709551615 268672478105 0 4 0 16800975 18446604453960803328 0 0 -1 2 0 0 0
[pid=6655/tid=6658] ppid=6653 vsize=15767600 CPUtime=3.25 cores=0,2,4,6
/proc/6655/task/6658/stat : 6658 (java) S 6653 6655 5849 0 -1 4202560 74763 0 0 0 309 16 0 0 15 0 22 0 256453477 16146022400 75980 33554432000 1073741824 1073778376 140736585016384 18446744073709551615 268672478105 0 4 0 16800975 18446604453960803328 0 0 -1 2 0 0 0
[pid=6655/tid=6659] ppid=6653 vsize=15767600 CPUtime=3.23 cores=0,2,4,6
/proc/6655/task/6659/stat : 6659 (java) S 6653 6655 5849 0 -1 4202560 73571 0 0 0 306 17 0 0 16 0 22 0 256453477 16146022400 75980 33554432000 1073741824 1073778376 140736585016384 18446744073709551615 268672478105 0 4 0 16800975 18446604453960803328 0 0 -1 4 0 0 0
[pid=6655/tid=6660] ppid=6653 vsize=15767600 CPUtime=3.3 cores=0,2,4,6
/proc/6655/task/6660/stat : 6660 (java) S 6653 6655 5849 0 -1 4202560 75807 0 0 0 312 18 0 0 15 0 22 0 256453477 16146022400 75980 33554432000 1073741824 1073778376 140736585016384 18446744073709551615 268672478105 0 4 0 16800975 18446604453960803328 0 0 -1 6 0 0 0
[pid=6655/tid=6661] ppid=6653 vsize=15767600 CPUtime=3.29 cores=0,2,4,6
/proc/6655/task/6661/stat : 6661 (java) S 6653 6655 5849 0 -1 4202560 73587 0 0 0 312 17 0 0 15 0 22 0 256453477 16146022400 75980 33554432000 1073741824 1073778376 140736585016384 18446744073709551615 268672478105 0 4 0 16800975 18446604453960803328 0 0 -1 4 0 0 0
[pid=6655/tid=6662] ppid=6653 vsize=15767600 CPUtime=3.24 cores=0,2,4,6
/proc/6655/task/6662/stat : 6662 (java) S 6653 6655 5849 0 -1 4202560 70036 0 0 0 307 17 0 0 15 0 22 0 256453477 16146022400 75980 33554432000 1073741824 1073778376 140736585016384 18446744073709551615 268672478105 0 4 0 16800975 18446604453960803328 0 0 -1 4 0 0 0
[pid=6655/tid=6663] ppid=6653 vsize=15767600 CPUtime=3.14 cores=0,2,4,6
/proc/6655/task/6663/stat : 6663 (java) S 6653 6655 5849 0 -1 4202560 73744 0 0 0 299 15 0 0 15 0 22 0 256453477 16146022400 75980 33554432000 1073741824 1073778376 140736585016384 18446744073709551615 268672478105 0 4 0 16800975 18446604453960803328 0 0 -1 6 0 0 0
[pid=6655/tid=6664] ppid=6653 vsize=15767600 CPUtime=3.22 cores=0,2,4,6
/proc/6655/task/6664/stat : 6664 (java) S 6653 6655 5849 0 -1 4202560 72117 0 0 0 305 17 0 0 16 0 22 0 256453477 16146022400 75980 33554432000 1073741824 1073778376 140736585016384 18446744073709551615 268672478105 0 4 0 16800975 18446604453960803328 0 0 -1 0 0 0 0
[pid=6655/tid=6665] ppid=6653 vsize=15767600 CPUtime=3.3 cores=0,2,4,6
/proc/6655/task/6665/stat : 6665 (java) S 6653 6655 5849 0 -1 4202560 73585 0 0 0 313 17 0 0 15 0 22 0 256453477 16146022400 75980 33554432000 1073741824 1073778376 140736585016384 18446744073709551615 268672478105 0 4 0 16800975 18446604453960803328 0 0 -1 2 0 0 0
[pid=6655/tid=6666] ppid=6653 vsize=15767600 CPUtime=2.15 cores=0,2,4,6
/proc/6655/task/6666/stat : 6666 (java) S 6653 6655 5849 0 -1 4202560 3463 0 0 0 149 66 0 0 16 0 22 0 256453478 16146022400 75980 33554432000 1073741824 1073778376 140736585016384 18446744073709551615 268672478720 0 0 0 16800975 18446604453960803328 0 0 -1 0 0 0 0
[pid=6655/tid=6667] ppid=6653 vsize=15767600 CPUtime=0 cores=0,2,4,6
/proc/6655/task/6667/stat : 6667 (java) S 6653 6655 5849 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 256453478 16146022400 75980 33554432000 1073741824 1073778376 140736585016384 18446744073709551615 268672478105 0 4 0 16800975 18446604453960803328 0 0 -1 6 0 0 0
[pid=6655/tid=6668] ppid=6653 vsize=15767600 CPUtime=0 cores=0,2,4,6
/proc/6655/task/6668/stat : 6668 (java) S 6653 6655 5849 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 256453478 16146022400 75980 33554432000 1073741824 1073778376 140736585016384 18446744073709551615 268672478105 0 4 0 16800975 18446604453960803328 0 0 -1 6 0 0 0
[pid=6655/tid=6669] ppid=6653 vsize=15767600 CPUtime=0 cores=0,2,4,6
/proc/6655/task/6669/stat : 6669 (java) S 6653 6655 5849 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 256453480 16146022400 75980 33554432000 1073741824 1073778376 140736585016384 18446744073709551615 268672485809 0 4 0 16800975 18446604453960803328 0 0 -1 6 0 0 0
[pid=6655/tid=6670] ppid=6653 vsize=15767600 CPUtime=1.12 cores=0,2,4,6
/proc/6655/task/6670/stat : 6670 (java) S 6653 6655 5849 0 -1 4202560 10116 0 0 0 111 1 0 0 15 0 22 0 256453480 16146022400 75980 33554432000 1073741824 1073778376 140736585016384 18446744073709551615 268672478105 0 4 0 16800975 18446604453960803328 0 0 -1 4 0 0 0
[pid=6655/tid=6671] ppid=6653 vsize=15767600 CPUtime=0.9 cores=0,2,4,6
/proc/6655/task/6671/stat : 6671 (java) S 6653 6655 5849 0 -1 4202560 5833 0 0 0 90 0 0 0 15 0 22 0 256453480 16146022400 75980 33554432000 1073741824 1073778376 140736585016384 18446744073709551615 268672478105 0 4 0 16800975 18446604453960803328 0 0 -1 0 0 0 0
[pid=6655/tid=6672] ppid=6653 vsize=15767600 CPUtime=0 cores=0,2,4,6
/proc/6655/task/6672/stat : 6672 (java) S 6653 6655 5849 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 22 0 256453480 16146022400 75980 33554432000 1073741824 1073778376 140736585016384 18446744073709551615 268672478105 0 4 0 16800975 18446604453960803328 0 0 -1 0 0 0 0
[pid=6655/tid=6673] ppid=6653 vsize=15767600 CPUtime=0 cores=0,2,4,6
/proc/6655/task/6673/stat : 6673 (java) S 6653 6655 5849 0 -1 4202560 60 0 0 0 0 0 0 0 15 0 22 0 256453480 16146022400 75980 33554432000 1073741824 1073778376 140736585016384 18446744073709551615 268672478720 0 4 0 16800975 18446604453960803328 0 0 -1 0 0 0 0
[pid=6655/tid=6674] ppid=6653 vsize=15767600 CPUtime=1167.79 cores=0,2,4,6
/proc/6655/task/6674/stat : 6674 (java) R 6653 6655 5849 0 -1 4202560 185834 0 0 0 116743 36 0 0 25 0 22 0 256453504 16146022400 75980 33554432000 1073741824 1073778376 140736585016384 18446744073709551615 46912505833009 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=6655/tid=6675] ppid=6653 vsize=15767600 CPUtime=1167.4 cores=0,2,4,6
/proc/6655/task/6675/stat : 6675 (java) R 6653 6655 5849 0 -1 4202560 181223 0 0 0 116706 34 0 0 25 0 22 0 256453504 16146022400 75980 33554432000 1073741824 1073778376 140736585016384 18446744073709551615 47868918666364 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=6655/tid=6676] ppid=6653 vsize=15767600 CPUtime=1167.18 cores=0,2,4,6
/proc/6655/task/6676/stat : 6676 (java) R 6653 6655 5849 0 -1 4202560 184334 0 0 0 116683 35 0 0 25 0 22 0 256453504 16146022400 75980 33554432000 1073741824 1073778376 140736585016384 18446744073709551615 46912506020201 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=6655/tid=6677] ppid=6653 vsize=15767600 CPUtime=1167.71 cores=0,2,4,6
/proc/6655/task/6677/stat : 6677 (java) R 6653 6655 5849 0 -1 4202560 184218 0 0 0 116736 35 0 0 25 0 22 0 256453504 16146022400 75980 33554432000 1073741824 1073778376 140736585016384 18446744073709551615 46912505705380 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4700.81
Current children cumulated vsize (KiB) 15767600



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1207.3 s]
/proc/loadavg: 6.23 7.61 7.65 5/193 6729
/proc/meminfo: memFree=30806884/32951124 swapFree=67111524/67111528
[pid=6655] ppid=6653 vsize=15767600 CPUtime=4800.14 cores=0,2,4,6
/proc/6655/stat : 6655 (java) S 6653 6655 5849 0 -1 4202496 1370530 0 1 0 479655 359 0 0 25 0 22 0 256453476 16146022400 64409 33554432000 1073741824 1073778376 140736585016384 18446744073709551615 268672464869 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/6655/statm: 3941900 64409 2297 9 0 3932619 0
[pid=6655/tid=6656] ppid=6653 vsize=15767600 CPUtime=0.42 cores=0,2,4,6
/proc/6655/task/6656/stat : 6656 (java) S 6653 6655 5849 0 -1 4202560 8165 0 1 0 41 1 0 0 20 0 22 0 256453476 16146022400 64409 33554432000 1073741824 1073778376 140736585016384 18446744073709551615 268672478105 0 4 0 16800975 18446604453960803328 0 0 -1 2 0 0 0
[pid=6655/tid=6658] ppid=6653 vsize=15767600 CPUtime=3.32 cores=0,2,4,6
/proc/6655/task/6658/stat : 6658 (java) S 6653 6655 5849 0 -1 4202560 75504 0 0 0 315 17 0 0 15 0 22 0 256453477 16146022400 64409 33554432000 1073741824 1073778376 140736585016384 18446744073709551615 268672478105 0 4 0 16800975 18446604453960803328 0 0 -1 4 0 0 0
[pid=6655/tid=6659] ppid=6653 vsize=15767600 CPUtime=3.3 cores=0,2,4,6
/proc/6655/task/6659/stat : 6659 (java) S 6653 6655 5849 0 -1 4202560 74410 0 0 0 312 18 0 0 15 0 22 0 256453477 16146022400 64409 33554432000 1073741824 1073778376 140736585016384 18446744073709551615 268672478105 0 4 0 16800975 18446604453960803328 0 0 -1 2 0 0 0
[pid=6655/tid=6660] ppid=6653 vsize=15767600 CPUtime=3.37 cores=0,2,4,6
/proc/6655/task/6660/stat : 6660 (java) S 6653 6655 5849 0 -1 4202560 76692 0 0 0 318 19 0 0 15 0 22 0 256453477 16146022400 64409 33554432000 1073741824 1073778376 140736585016384 18446744073709551615 268672478105 0 4 0 16800975 18446604453960803328 0 0 -1 6 0 0 0
[pid=6655/tid=6661] ppid=6653 vsize=15767600 CPUtime=3.36 cores=0,2,4,6
/proc/6655/task/6661/stat : 6661 (java) S 6653 6655 5849 0 -1 4202560 74804 0 0 0 318 18 0 0 16 0 22 0 256453477 16146022400 64409 33554432000 1073741824 1073778376 140736585016384 18446744073709551615 268672478105 0 4 0 16800975 18446604453960803328 0 0 -1 6 0 0 0
[pid=6655/tid=6662] ppid=6653 vsize=15767600 CPUtime=3.3 cores=0,2,4,6
/proc/6655/task/6662/stat : 6662 (java) S 6653 6655 5849 0 -1 4202560 70877 0 0 0 313 17 0 0 15 0 22 0 256453477 16146022400 64409 33554432000 1073741824 1073778376 140736585016384 18446744073709551615 268672478105 0 4 0 16800975 18446604453960803328 0 0 -1 2 0 0 0
[pid=6655/tid=6663] ppid=6653 vsize=15767600 CPUtime=3.19 cores=0,2,4,6
/proc/6655/task/6663/stat : 6663 (java) S 6653 6655 5849 0 -1 4202560 74608 0 0 0 304 15 0 0 15 0 22 0 256453477 16146022400 64409 33554432000 1073741824 1073778376 140736585016384 18446744073709551615 268672478105 0 4 0 16800975 18446604453960803328 0 0 -1 0 0 0 0
[pid=6655/tid=6664] ppid=6653 vsize=15767600 CPUtime=3.28 cores=0,2,4,6
/proc/6655/task/6664/stat : 6664 (java) S 6653 6655 5849 0 -1 4202560 72565 0 0 0 311 17 0 0 16 0 22 0 256453477 16146022400 64409 33554432000 1073741824 1073778376 140736585016384 18446744073709551615 268672478105 0 4 0 16800975 18446604453960803328 0 0 -1 2 0 0 0
[pid=6655/tid=6665] ppid=6653 vsize=15767600 CPUtime=3.36 cores=0,2,4,6
/proc/6655/task/6665/stat : 6665 (java) S 6653 6655 5849 0 -1 4202560 74015 0 0 0 318 18 0 0 15 0 22 0 256453477 16146022400 64409 33554432000 1073741824 1073778376 140736585016384 18446744073709551615 268672478105 0 4 0 16800975 18446604453960803328 0 0 -1 0 0 0 0
[pid=6655/tid=6666] ppid=6653 vsize=15767600 CPUtime=2.22 cores=0,2,4,6
/proc/6655/task/6666/stat : 6666 (java) S 6653 6655 5849 0 -1 4202560 3524 0 0 0 154 68 0 0 16 0 22 0 256453478 16146022400 64409 33554432000 1073741824 1073778376 140736585016384 18446744073709551615 268672478720 0 0 0 16800975 18446604453960803328 0 0 -1 4 0 0 0
[pid=6655/tid=6667] ppid=6653 vsize=15767600 CPUtime=0 cores=0,2,4,6
/proc/6655/task/6667/stat : 6667 (java) S 6653 6655 5849 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 256453478 16146022400 64409 33554432000 1073741824 1073778376 140736585016384 18446744073709551615 268672478105 0 4 0 16800975 18446604453960803328 0 0 -1 6 0 0 0
[pid=6655/tid=6668] ppid=6653 vsize=15767600 CPUtime=0 cores=0,2,4,6
/proc/6655/task/6668/stat : 6668 (java) S 6653 6655 5849 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 256453478 16146022400 64409 33554432000 1073741824 1073778376 140736585016384 18446744073709551615 268672478105 0 4 0 16800975 18446604453960803328 0 0 -1 6 0 0 0
[pid=6655/tid=6669] ppid=6653 vsize=15767600 CPUtime=0 cores=0,2,4,6
/proc/6655/task/6669/stat : 6669 (java) S 6653 6655 5849 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 256453480 16146022400 64409 33554432000 1073741824 1073778376 140736585016384 18446744073709551615 268672485809 0 4 0 16800975 18446604453960803328 0 0 -1 6 0 0 0
[pid=6655/tid=6670] ppid=6653 vsize=15767600 CPUtime=1.12 cores=0,2,4,6
/proc/6655/task/6670/stat : 6670 (java) S 6653 6655 5849 0 -1 4202560 10116 0 0 0 111 1 0 0 15 0 22 0 256453480 16146022400 64409 33554432000 1073741824 1073778376 140736585016384 18446744073709551615 268672478105 0 4 0 16800975 18446604453960803328 0 0 -1 4 0 0 0
[pid=6655/tid=6671] ppid=6653 vsize=15767600 CPUtime=0.9 cores=0,2,4,6
/proc/6655/task/6671/stat : 6671 (java) S 6653 6655 5849 0 -1 4202560 5833 0 0 0 90 0 0 0 15 0 22 0 256453480 16146022400 64409 33554432000 1073741824 1073778376 140736585016384 18446744073709551615 268672478105 0 4 0 16800975 18446604453960803328 0 0 -1 0 0 0 0
[pid=6655/tid=6672] ppid=6653 vsize=15767600 CPUtime=0 cores=0,2,4,6
/proc/6655/task/6672/stat : 6672 (java) S 6653 6655 5849 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 22 0 256453480 16146022400 64409 33554432000 1073741824 1073778376 140736585016384 18446744073709551615 268672478105 0 4 0 16800975 18446604453960803328 0 0 -1 0 0 0 0
[pid=6655/tid=6673] ppid=6653 vsize=15767600 CPUtime=0 cores=0,2,4,6
/proc/6655/task/6673/stat : 6673 (java) S 6653 6655 5849 0 -1 4202560 62 0 0 0 0 0 0 0 15 0 22 0 256453480 16146022400 64409 33554432000 1073741824 1073778376 140736585016384 18446744073709551615 268672478720 0 4 0 16800975 18446604453960803328 0 0 -1 4 0 0 0
[pid=6655/tid=6674] ppid=6653 vsize=15767600 CPUtime=1192.5 cores=0,2,4,6
/proc/6655/task/6674/stat : 6674 (java) R 6653 6655 5849 0 -1 4202560 189088 0 0 0 119213 37 0 0 25 0 22 0 256453504 16146022400 64409 33554432000 1073741824 1073778376 140736585016384 18446744073709551615 46912506093128 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=6655/tid=6675] ppid=6653 vsize=15767600 CPUtime=1192.04 cores=0,2,4,6
/proc/6655/task/6675/stat : 6675 (java) R 6653 6655 5849 0 -1 4202560 184307 0 0 0 119170 34 0 0 25 0 22 0 256453504 16146022400 64409 33554432000 1073741824 1073778376 140736585016384 18446744073709551615 46912505811230 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=6655/tid=6676] ppid=6653 vsize=15767600 CPUtime=1191.86 cores=0,2,4,6
/proc/6655/task/6676/stat : 6676 (java) R 6653 6655 5849 0 -1 4202560 187483 0 0 0 119150 36 0 0 25 0 22 0 256453504 16146022400 64409 33554432000 1073741824 1073778376 140736585016384 18446744073709551615 46912506019616 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=6655/tid=6677] ppid=6653 vsize=15767600 CPUtime=1192.44 cores=0,2,4,6
/proc/6655/task/6677/stat : 6677 (java) R 6653 6655 5849 0 -1 4202560 187090 0 0 0 119209 35 0 0 25 0 22 0 256453504 16146022400 64409 33554432000 1073741824 1073778376 140736585016384 18446744073709551615 46912505835609 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4800.14
Current children cumulated vsize (KiB) 15767600

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

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

[startup+1207.3 s]
/proc/loadavg: 6.23 7.61 7.65 5/193 6729
/proc/meminfo: memFree=30806884/32951124 swapFree=67111524/67111528
[pid=6655] ppid=6653 vsize=15767600 CPUtime=4800.14 cores=0,2,4,6
/proc/6655/stat : 6655 (java) S 6653 6655 5849 0 -1 4202496 1370530 0 1 0 479655 359 0 0 25 0 22 0 256453476 16146022400 64409 33554432000 1073741824 1073778376 140736585016384 18446744073709551615 268672464869 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/6655/statm: 3941900 64409 2297 9 0 3932619 0
[pid=6655/tid=6656] ppid=6653 vsize=15767600 CPUtime=0.42 cores=0,2,4,6
/proc/6655/task/6656/stat : 6656 (java) S 6653 6655 5849 0 -1 4202560 8165 0 1 0 41 1 0 0 20 0 22 0 256453476 16146022400 64409 33554432000 1073741824 1073778376 140736585016384 18446744073709551615 268672478105 0 4 0 16800975 18446604453960803328 0 0 -1 2 0 0 0
[pid=6655/tid=6658] ppid=6653 vsize=15767600 CPUtime=3.32 cores=0,2,4,6
/proc/6655/task/6658/stat : 6658 (java) S 6653 6655 5849 0 -1 4202560 75504 0 0 0 315 17 0 0 15 0 22 0 256453477 16146022400 64409 33554432000 1073741824 1073778376 140736585016384 18446744073709551615 268672478105 0 4 0 16800975 18446604453960803328 0 0 -1 4 0 0 0
[pid=6655/tid=6659] ppid=6653 vsize=15767600 CPUtime=3.3 cores=0,2,4,6
/proc/6655/task/6659/stat : 6659 (java) S 6653 6655 5849 0 -1 4202560 74410 0 0 0 312 18 0 0 15 0 22 0 256453477 16146022400 64409 33554432000 1073741824 1073778376 140736585016384 18446744073709551615 268672478105 0 4 0 16800975 18446604453960803328 0 0 -1 2 0 0 0
[pid=6655/tid=6660] ppid=6653 vsize=15767600 CPUtime=3.37 cores=0,2,4,6
/proc/6655/task/6660/stat : 6660 (java) S 6653 6655 5849 0 -1 4202560 76692 0 0 0 318 19 0 0 15 0 22 0 256453477 16146022400 64409 33554432000 1073741824 1073778376 140736585016384 18446744073709551615 268672478105 0 4 0 16800975 18446604453960803328 0 0 -1 6 0 0 0
[pid=6655/tid=6661] ppid=6653 vsize=15767600 CPUtime=3.36 cores=0,2,4,6
/proc/6655/task/6661/stat : 6661 (java) S 6653 6655 5849 0 -1 4202560 74804 0 0 0 318 18 0 0 16 0 22 0 256453477 16146022400 64409 33554432000 1073741824 1073778376 140736585016384 18446744073709551615 268672478105 0 4 0 16800975 18446604453960803328 0 0 -1 6 0 0 0
[pid=6655/tid=6662] ppid=6653 vsize=15767600 CPUtime=3.3 cores=0,2,4,6
/proc/6655/task/6662/stat : 6662 (java) S 6653 6655 5849 0 -1 4202560 70877 0 0 0 313 17 0 0 15 0 22 0 256453477 16146022400 64409 33554432000 1073741824 1073778376 140736585016384 18446744073709551615 268672478105 0 4 0 16800975 18446604453960803328 0 0 -1 2 0 0 0
[pid=6655/tid=6663] ppid=6653 vsize=15767600 CPUtime=3.19 cores=0,2,4,6
/proc/6655/task/6663/stat : 6663 (java) S 6653 6655 5849 0 -1 4202560 74608 0 0 0 304 15 0 0 15 0 22 0 256453477 16146022400 64409 33554432000 1073741824 1073778376 140736585016384 18446744073709551615 268672478105 0 4 0 16800975 18446604453960803328 0 0 -1 0 0 0 0
[pid=6655/tid=6664] ppid=6653 vsize=15767600 CPUtime=3.28 cores=0,2,4,6
/proc/6655/task/6664/stat : 6664 (java) S 6653 6655 5849 0 -1 4202560 72565 0 0 0 311 17 0 0 16 0 22 0 256453477 16146022400 64409 33554432000 1073741824 1073778376 140736585016384 18446744073709551615 268672478105 0 4 0 16800975 18446604453960803328 0 0 -1 2 0 0 0
[pid=6655/tid=6665] ppid=6653 vsize=15767600 CPUtime=3.36 cores=0,2,4,6
/proc/6655/task/6665/stat : 6665 (java) S 6653 6655 5849 0 -1 4202560 74015 0 0 0 318 18 0 0 15 0 22 0 256453477 16146022400 64409 33554432000 1073741824 1073778376 140736585016384 18446744073709551615 268672478105 0 4 0 16800975 18446604453960803328 0 0 -1 0 0 0 0
[pid=6655/tid=6666] ppid=6653 vsize=15767600 CPUtime=2.22 cores=0,2,4,6
/proc/6655/task/6666/stat : 6666 (java) S 6653 6655 5849 0 -1 4202560 3524 0 0 0 154 68 0 0 16 0 22 0 256453478 16146022400 64409 33554432000 1073741824 1073778376 140736585016384 18446744073709551615 268672478720 0 0 0 16800975 18446604453960803328 0 0 -1 4 0 0 0
[pid=6655/tid=6667] ppid=6653 vsize=15767600 CPUtime=0 cores=0,2,4,6
/proc/6655/task/6667/stat : 6667 (java) S 6653 6655 5849 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 256453478 16146022400 64409 33554432000 1073741824 1073778376 140736585016384 18446744073709551615 268672478105 0 4 0 16800975 18446604453960803328 0 0 -1 6 0 0 0
[pid=6655/tid=6668] ppid=6653 vsize=15767600 CPUtime=0 cores=0,2,4,6
/proc/6655/task/6668/stat : 6668 (java) S 6653 6655 5849 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 256453478 16146022400 64409 33554432000 1073741824 1073778376 140736585016384 18446744073709551615 268672478105 0 4 0 16800975 18446604453960803328 0 0 -1 6 0 0 0
[pid=6655/tid=6669] ppid=6653 vsize=15767600 CPUtime=0 cores=0,2,4,6
/proc/6655/task/6669/stat : 6669 (java) S 6653 6655 5849 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 256453480 16146022400 64409 33554432000 1073741824 1073778376 140736585016384 18446744073709551615 268672485809 0 4 0 16800975 18446604453960803328 0 0 -1 6 0 0 0
[pid=6655/tid=6670] ppid=6653 vsize=15767600 CPUtime=1.12 cores=0,2,4,6
/proc/6655/task/6670/stat : 6670 (java) S 6653 6655 5849 0 -1 4202560 10116 0 0 0 111 1 0 0 15 0 22 0 256453480 16146022400 64409 33554432000 1073741824 1073778376 140736585016384 18446744073709551615 268672478105 0 4 0 16800975 18446604453960803328 0 0 -1 4 0 0 0
[pid=6655/tid=6671] ppid=6653 vsize=15767600 CPUtime=0.9 cores=0,2,4,6
/proc/6655/task/6671/stat : 6671 (java) S 6653 6655 5849 0 -1 4202560 5833 0 0 0 90 0 0 0 15 0 22 0 256453480 16146022400 64409 33554432000 1073741824 1073778376 140736585016384 18446744073709551615 268672478105 0 4 0 16800975 18446604453960803328 0 0 -1 0 0 0 0
[pid=6655/tid=6672] ppid=6653 vsize=15767600 CPUtime=0 cores=0,2,4,6
/proc/6655/task/6672/stat : 6672 (java) S 6653 6655 5849 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 22 0 256453480 16146022400 64409 33554432000 1073741824 1073778376 140736585016384 18446744073709551615 268672478105 0 4 0 16800975 18446604453960803328 0 0 -1 0 0 0 0
[pid=6655/tid=6673] ppid=6653 vsize=15767600 CPUtime=0 cores=0,2,4,6
/proc/6655/task/6673/stat : 6673 (java) S 6653 6655 5849 0 -1 4202560 62 0 0 0 0 0 0 0 15 0 22 0 256453480 16146022400 64409 33554432000 1073741824 1073778376 140736585016384 18446744073709551615 268672478720 0 4 0 16800975 18446604453960803328 0 0 -1 4 0 0 0
[pid=6655/tid=6674] ppid=6653 vsize=15767600 CPUtime=1192.5 cores=0,2,4,6
/proc/6655/task/6674/stat : 6674 (java) R 6653 6655 5849 0 -1 4202560 189088 0 0 0 119213 37 0 0 25 0 22 0 256453504 16146022400 64409 33554432000 1073741824 1073778376 140736585016384 18446744073709551615 46912506093128 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=6655/tid=6675] ppid=6653 vsize=15767600 CPUtime=1192.04 cores=0,2,4,6
/proc/6655/task/6675/stat : 6675 (java) R 6653 6655 5849 0 -1 4202560 184307 0 0 0 119170 34 0 0 25 0 22 0 256453504 16146022400 64409 33554432000 1073741824 1073778376 140736585016384 18446744073709551615 46912505811230 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=6655/tid=6676] ppid=6653 vsize=15767600 CPUtime=1191.86 cores=0,2,4,6
/proc/6655/task/6676/stat : 6676 (java) R 6653 6655 5849 0 -1 4202560 187483 0 0 0 119150 36 0 0 25 0 22 0 256453504 16146022400 64409 33554432000 1073741824 1073778376 140736585016384 18446744073709551615 46912506019616 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=6655/tid=6677] ppid=6653 vsize=15767600 CPUtime=1192.44 cores=0,2,4,6
/proc/6655/task/6677/stat : 6677 (java) R 6653 6655 5849 0 -1 4202560 187090 0 0 0 119209 35 0 0 25 0 22 0 256453504 16146022400 64409 33554432000 1073741824 1073778376 140736585016384 18446744073709551615 46912505835609 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4800.14
Current children cumulated vsize (KiB) 15767600

Child status: 143
Real time (s): 1207.33
CPU time (s): 4800.19
CPU user time (s): 4796.58
CPU system time (s): 3.60945
CPU usage (%): 397.588
Max. virtual memory (cumulated for all children) (KiB): 15767600

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4796.58
system time used= 3.60945
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1370556
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= 321440
involuntary context switches= 164859

runsolver used 2.02569 second user time and 4.6053 second system time

The end

Launcher Data

Begin job on node107 at 2011-04-30 02:17:02
IDJOB=3311356
IDBENCH=82741
IDSOLVER=1698
FILE ID=node107/3311356-1304122622
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-k5-r21.3-v150-c3195-S873866006-055.UNKNOWN.cnf
COMMAND LINE= run 15000 NBCORE TMPDIR DIR BENCHNAME -hbr 2
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3311356-1304122622/watcher-3311356-1304122622 -o /tmp/evaluation-result-3311356-1304122622/solver-3311356-1304122622 -C 4800 -W 1300 -M 15500  run 15000 4 HOME HOME HOME/instance-3311356-1304122622.cnf -hbr 2

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

MD5SUM BENCH= 9ec6e0c9f7f3592c1fc9e4fe986eba4f
RANDOM SEED=1224200817

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:      30725692 kB
Buffers:        351840 kB
Cached:        1129568 kB
SwapCached:          4 kB
Active:         427592 kB
Inactive:      1448688 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30725692 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:            1696 kB
Writeback:           0 kB
AnonPages:      394884 kB
Mapped:          23452 kB
Slab:           284688 kB
PageTables:       5908 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   877936 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= 71800 MiB
End job on node107 at 2011-04-30 02:37:11