Trace number 3312745

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
STRUCTure 0.1? (TO) 4800.07 1207.43

General information on the benchmark

Namerandom/medium/
unif-k5-r21.3-v125-c2662-S1194239878-049.UNKNOWN.cnf
MD5SUMac9c61f9177fd0d9da068d938bec80ff
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 variables125
Number of clauses2662
Sum of the clauses size13310
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 52662
Number of clauses of size over 50

Solver Data

0.11/0.11	56:28 INFO : Reading from input HOME/instance-3312745-1304132188.cnf
0.27/0.27	Executor set job limit to 1000000
0.27/0.27	Executor set job limit to 1000000
0.27/0.27	Executor set job limit to 1000000
0.27/0.27	Executor set job limit to 1000000
0.27/0.27	Starting Executor!
0.27/0.28	Starting Executor!
0.27/0.28	Starting Executor!
0.27/0.28	Starting Executor!
0.81/0.42	56:28 INFO : 125 variables remaining out of 125
0.81/0.42	56:28 INFO : 15972 literals remaining out of 15972

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

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

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


[startup+0 s]
/proc/loadavg: 8.20 8.12 8.04 5/198 7771
/proc/meminfo: memFree=28833784/32950928 swapFree=67111356/67111528
[pid=7771] ppid=7769 vsize=26088 CPUtime=0 cores=1,3,5,7
/proc/7771/stat : 7771 (java) S 7769 7771 7283 0 -1 4202496 1414 0 0 0 0 0 0 0 24 0 2 0 603449457 26714112 885 33554432000 1073741824 1073778376 140736585242480 18446744073709551615 231907293157 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/7771/statm: 6522 885 678 9 0 381 0
[pid=7771/tid=7772] ppid=7769 vsize=27172 CPUtime=0 cores=1,3,5,7
/proc/7771/task/7772/stat : 7772 (java) R 7769 7771 7283 0 -1 4202560 66 0 0 0 0 0 0 0 25 0 2 0 603449458 27824128 894 33554432000 1073741824 1073778376 140736585242480 18446744073709551615 231890566791 0 2147483391 4096 0 0 0 0 -1 3 0 0 0

[startup+0.0115481 s]
/proc/loadavg: 8.20 8.12 8.04 5/198 7771
/proc/meminfo: memFree=28833784/32950928 swapFree=67111356/67111528
[pid=7771] ppid=7769 vsize=15589660 CPUtime=0 cores=1,3,5,7
/proc/7771/stat : 7771 (java) S 7769 7771 7283 0 -1 4202496 2384 0 1 0 0 0 0 0 24 0 10 0 603449457 15963811840 1829 33554432000 1073741824 1073778376 140736585242480 18446744073709551615 231907293157 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0
/proc/7771/statm: 3897415 1844 1018 9 0 3888571 0
[pid=7771/tid=7772] ppid=7769 vsize=15589660 CPUtime=0 cores=1,3,5,7
/proc/7771/task/7772/stat : 7772 (java) R 7769 7771 7283 0 -1 4202560 1047 0 1 0 0 0 0 0 25 0 10 0 603449458 15963811840 1857 33554432000 1073741824 1073778376 140736585242480 18446744073709551615 47055509914368 0 4 0 16784584 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 15589660

[startup+0.105574 s]
/proc/loadavg: 8.20 8.12 8.04 5/198 7771
/proc/meminfo: memFree=28833784/32950928 swapFree=67111356/67111528
[pid=7771] ppid=7769 vsize=15676304 CPUtime=0.11 cores=1,3,5,7
/proc/7771/stat : 7771 (java) S 7769 7771 7283 0 -1 4202496 5697 0 1 0 10 1 0 0 24 0 18 0 603449457 16052535296 5121 33554432000 1073741824 1073778376 140736585242480 18446744073709551615 231907293157 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/7771/statm: 3919076 5121 2120 9 0 3909795 0
[pid=7771/tid=7772] ppid=7769 vsize=15676304 CPUtime=0.08 cores=1,3,5,7
/proc/7771/task/7772/stat : 7772 (java) R 7769 7771 7283 0 -1 4202560 3560 0 1 0 8 0 0 0 18 0 18 0 603449458 16052535296 5121 33554432000 1073741824 1073778376 140736585242480 18446744073709551615 46912505170474 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 15676304

[startup+0.304515 s]
/proc/loadavg: 8.20 8.12 8.04 5/198 7771
/proc/meminfo: memFree=28833784/32950928 swapFree=67111356/67111528
[pid=7771] ppid=7769 vsize=15683476 CPUtime=0.54 cores=1,3,5,7
/proc/7771/stat : 7771 (java) S 7769 7771 7283 0 -1 4202496 12456 0 1 0 52 2 0 0 24 0 22 0 603449457 16059879424 10788 33554432000 1073741824 1073778376 140736585242480 18446744073709551615 231907293157 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/7771/statm: 3920869 10789 2215 9 0 3911588 0
[pid=7771/tid=7772] ppid=7769 vsize=15683476 CPUtime=0.28 cores=1,3,5,7
/proc/7771/task/7772/stat : 7772 (java) R 7769 7771 7283 0 -1 4202560 7146 0 1 0 27 1 0 0 19 0 22 0 603449458 16059879424 10789 33554432000 1073741824 1073778376 140736585242480 18446744073709551615 46912505219229 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.54
Current children cumulated vsize (KiB) 15683476

[startup+1.03238 s]
/proc/loadavg: 8.20 8.12 8.04 5/198 7771
/proc/meminfo: memFree=28833784/32950928 swapFree=67111356/67111528
[pid=7771] ppid=7769 vsize=15698400 CPUtime=3.2 cores=1,3,5,7
/proc/7771/stat : 7771 (java) S 7769 7771 7283 0 -1 4202496 51746 0 1 0 312 8 0 0 24 0 22 0 603449457 16075161600 46840 33554432000 1073741824 1073778376 140736585242480 18446744073709551615 231907293157 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/7771/statm: 3924600 46840 2275 9 0 3915319 0
[pid=7771/tid=7772] ppid=7769 vsize=15698400 CPUtime=0.41 cores=1,3,5,7
/proc/7771/task/7772/stat : 7772 (java) S 7769 7771 7283 0 -1 4202560 7497 0 1 0 40 1 0 0 20 0 22 0 603449458 16075161600 46840 33554432000 1073741824 1073778376 140736585242480 18446744073709551615 231907306393 0 4 0 16800975 18446604471162143936 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3.2
Current children cumulated vsize (KiB) 15698400

[startup+1.50724 s]
/proc/loadavg: 8.20 8.12 8.04 9/220 7793
/proc/meminfo: memFree=28643960/32950928 swapFree=67111356/67111528
[pid=7771] ppid=7769 vsize=15698400 CPUtime=5.06 cores=1,3,5,7
/proc/7771/stat : 7771 (java) S 7769 7771 7283 0 -1 4202496 55577 0 1 0 498 8 0 0 24 0 22 0 603449457 16075161600 50662 33554432000 1073741824 1073778376 140736585242480 18446744073709551615 231907293157 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/7771/statm: 3924600 50662 2278 9 0 3915319 0
[pid=7771/tid=7772] ppid=7769 vsize=15698400 CPUtime=0.41 cores=1,3,5,7
/proc/7771/task/7772/stat : 7772 (java) S 7769 7771 7283 0 -1 4202560 7497 0 1 0 40 1 0 0 20 0 22 0 603449458 16075161600 50662 33554432000 1073741824 1073778376 140736585242480 18446744073709551615 231907306393 0 4 0 16800975 18446604471162143936 0 0 -1 5 0 0 0
[pid=7771/tid=7774] ppid=7769 vsize=15698400 CPUtime=0 cores=1,3,5,7
/proc/7771/task/7774/stat : 7774 (java) S 7769 7771 7283 0 -1 4202560 822 0 0 0 0 0 0 0 16 0 22 0 603449458 16075161600 50662 33554432000 1073741824 1073778376 140736585242480 18446744073709551615 231907306393 0 4 0 16800975 18446604471162143936 0 0 -1 7 0 0 0
[pid=7771/tid=7775] ppid=7769 vsize=15698400 CPUtime=0 cores=1,3,5,7
/proc/7771/task/7775/stat : 7775 (java) S 7769 7771 7283 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 603449458 16075161600 50662 33554432000 1073741824 1073778376 140736585242480 18446744073709551615 231907306393 0 4 0 16800975 18446604471162143936 0 0 -1 1 0 0 0
[pid=7771/tid=7776] ppid=7769 vsize=15698400 CPUtime=0 cores=1,3,5,7
/proc/7771/task/7776/stat : 7776 (java) S 7769 7771 7283 0 -1 4202560 387 0 0 0 0 0 0 0 15 0 22 0 603449458 16075161600 50662 33554432000 1073741824 1073778376 140736585242480 18446744073709551615 231907306393 0 4 0 16800975 18446604471162143936 0 0 -1 3 0 0 0
[pid=7771/tid=7777] ppid=7769 vsize=15698400 CPUtime=0 cores=1,3,5,7
/proc/7771/task/7777/stat : 7777 (java) S 7769 7771 7283 0 -1 4202560 682 0 0 0 0 0 0 0 15 0 22 0 603449458 16075161600 50662 33554432000 1073741824 1073778376 140736585242480 18446744073709551615 231907306393 0 4 0 16800975 18446604471162143936 0 0 -1 5 0 0 0
[pid=7771/tid=7778] ppid=7769 vsize=15698400 CPUtime=0 cores=1,3,5,7
/proc/7771/task/7778/stat : 7778 (java) S 7769 7771 7283 0 -1 4202560 47 0 0 0 0 0 0 0 16 0 22 0 603449458 16075161600 50662 33554432000 1073741824 1073778376 140736585242480 18446744073709551615 231907306393 0 4 0 16800975 18446604471162143936 0 0 -1 7 0 0 0
[pid=7771/tid=7779] ppid=7769 vsize=15698400 CPUtime=0 cores=1,3,5,7
/proc/7771/task/7779/stat : 7779 (java) S 7769 7771 7283 0 -1 4202560 933 0 0 0 0 0 0 0 15 0 22 0 603449458 16075161600 50662 33554432000 1073741824 1073778376 140736585242480 18446744073709551615 231907306393 0 4 0 16800975 18446604471162143936 0 0 -1 1 0 0 0
[pid=7771/tid=7780] ppid=7769 vsize=15698400 CPUtime=0 cores=1,3,5,7
/proc/7771/task/7780/stat : 7780 (java) S 7769 7771 7283 0 -1 4202560 391 0 0 0 0 0 0 0 15 0 22 0 603449458 16075161600 50662 33554432000 1073741824 1073778376 140736585242480 18446744073709551615 231907306393 0 4 0 16800975 18446604471162143936 0 0 -1 5 0 0 0
[pid=7771/tid=7781] ppid=7769 vsize=15698400 CPUtime=0 cores=1,3,5,7
/proc/7771/task/7781/stat : 7781 (java) R 7769 7771 7283 0 -1 4202560 800 0 0 0 0 0 0 0 16 0 22 0 603449458 16075161600 50662 33554432000 1073741824 1073778376 140736585242480 18446744073709551615 231907306393 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=7771/tid=7782] ppid=7769 vsize=15698400 CPUtime=0 cores=1,3,5,7
/proc/7771/task/7782/stat : 7782 (java) S 7769 7771 7283 0 -1 4202560 73 0 0 0 0 0 0 0 15 0 22 0 603449459 16075161600 50662 33554432000 1073741824 1073778376 140736585242480 18446744073709551615 231907307008 0 0 0 16800975 18446604471162143936 0 0 -1 7 0 0 0
[pid=7771/tid=7783] ppid=7769 vsize=15698400 CPUtime=0 cores=1,3,5,7
/proc/7771/task/7783/stat : 7783 (java) S 7769 7771 7283 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 603449460 16075161600 50662 33554432000 1073741824 1073778376 140736585242480 18446744073709551615 231907306393 0 4 0 16800975 18446604471162143936 0 0 -1 1 0 0 0
[pid=7771/tid=7784] ppid=7769 vsize=15698400 CPUtime=0 cores=1,3,5,7
/proc/7771/task/7784/stat : 7784 (java) S 7769 7771 7283 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 603449460 16075161600 50662 33554432000 1073741824 1073778376 140736585242480 18446744073709551615 231907306393 0 4 0 16800975 18446604471162143936 0 0 -1 1 0 0 0
[pid=7771/tid=7785] ppid=7769 vsize=15698400 CPUtime=0 cores=1,3,5,7
/proc/7771/task/7785/stat : 7785 (java) S 7769 7771 7283 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 603449462 16075161600 50662 33554432000 1073741824 1073778376 140736585242480 18446744073709551615 231907314097 0 4 0 16800975 18446604471162143936 0 0 -1 3 0 0 0
[pid=7771/tid=7786] ppid=7769 vsize=15698400 CPUtime=0.76 cores=1,3,5,7
/proc/7771/task/7786/stat : 7786 (java) S 7769 7771 7283 0 -1 4202560 10716 0 0 0 75 1 0 0 15 0 22 0 603449462 16075161600 50662 33554432000 1073741824 1073778376 140736585242480 18446744073709551615 231907306393 0 4 0 16800975 18446604471162143936 0 0 -1 1 0 0 0
[pid=7771/tid=7787] ppid=7769 vsize=15698400 CPUtime=0.76 cores=1,3,5,7
/proc/7771/task/7787/stat : 7787 (java) S 7769 7771 7283 0 -1 4202560 3590 0 0 0 76 0 0 0 15 0 22 0 603449462 16075161600 50662 33554432000 1073741824 1073778376 140736585242480 18446744073709551615 231907306393 0 4 0 16800975 18446604471162143936 0 0 -1 3 0 0 0
[pid=7771/tid=7788] ppid=7769 vsize=15698400 CPUtime=0 cores=1,3,5,7
/proc/7771/task/7788/stat : 7788 (java) S 7769 7771 7283 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 603449462 16075161600 50662 33554432000 1073741824 1073778376 140736585242480 18446744073709551615 231907306393 0 4 0 16800975 18446604471162143936 0 0 -1 7 0 0 0
[pid=7771/tid=7789] ppid=7769 vsize=15698400 CPUtime=0 cores=1,3,5,7
/proc/7771/task/7789/stat : 7789 (java) S 7769 7771 7283 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 603449462 16075161600 50662 33554432000 1073741824 1073778376 140736585242480 18446744073709551615 231907307008 0 4 0 16800975 18446604471162143936 0 0 -1 5 0 0 0
[pid=7771/tid=7790] ppid=7769 vsize=15698400 CPUtime=1.05 cores=1,3,5,7
/proc/7771/task/7790/stat : 7790 (java) R 7769 7771 7283 0 -1 4202560 11488 0 0 0 104 1 0 0 19 0 22 0 603449485 16075161600 50662 33554432000 1073741824 1073778376 140736585242480 18446744073709551615 46912505866827 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=7771/tid=7791] ppid=7769 vsize=15698400 CPUtime=0.4 cores=1,3,5,7
/proc/7771/task/7791/stat : 7791 (java) R 7769 7771 7283 0 -1 4202560 81 0 0 0 40 0 0 0 16 0 22 0 603449485 16075161600 50662 33554432000 1073741824 1073778376 140736585242480 18446744073709551615 46912505734151 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=7771/tid=7792] ppid=7769 vsize=15698400 CPUtime=0.95 cores=1,3,5,7
/proc/7771/task/7792/stat : 7792 (java) R 7769 7771 7283 0 -1 4202560 11203 0 0 0 94 1 0 0 20 0 22 0 603449485 16075161600 50662 33554432000 1073741824 1073778376 140736585242480 18446744073709551615 46912505763213 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=7771/tid=7793] ppid=7769 vsize=15698400 CPUtime=0.64 cores=1,3,5,7
/proc/7771/task/7793/stat : 7793 (java) R 7769 7771 7283 0 -1 4202560 5480 0 0 0 64 0 0 0 18 0 22 0 603449485 16075161600 50662 33554432000 1073741824 1073778376 140736585242480 18446744073709551615 46912505742701 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 5.06
Current children cumulated vsize (KiB) 15698400

[startup+3.10094 s]
/proc/loadavg: 8.20 8.12 8.04 9/220 7793
/proc/meminfo: memFree=28507184/32950928 swapFree=67111356/67111528
[pid=7771] ppid=7769 vsize=15698400 CPUtime=11.42 cores=1,3,5,7
/proc/7771/stat : 7771 (java) S 7769 7771 7283 0 -1 4202496 89682 0 1 0 1129 13 0 0 24 0 22 0 603449457 16075161600 83116 33554432000 1073741824 1073778376 140736585242480 18446744073709551615 231907293157 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/7771/statm: 3924600 83116 2285 9 0 3915319 0
[pid=7771/tid=7772] ppid=7769 vsize=15698400 CPUtime=0.41 cores=1,3,5,7
/proc/7771/task/7772/stat : 7772 (java) S 7769 7771 7283 0 -1 4202560 7497 0 1 0 40 1 0 0 20 0 22 0 603449458 16075161600 83116 33554432000 1073741824 1073778376 140736585242480 18446744073709551615 231907306393 0 4 0 16800975 18446604471162143936 0 0 -1 5 0 0 0
[pid=7771/tid=7774] ppid=7769 vsize=15698400 CPUtime=0 cores=1,3,5,7
/proc/7771/task/7774/stat : 7774 (java) S 7769 7771 7283 0 -1 4202560 1995 0 0 0 0 0 0 0 15 0 22 0 603449458 16075161600 83116 33554432000 1073741824 1073778376 140736585242480 18446744073709551615 231907306393 0 4 0 16800975 18446604471162143936 0 0 -1 3 0 0 0
[pid=7771/tid=7775] ppid=7769 vsize=15698400 CPUtime=0 cores=1,3,5,7
/proc/7771/task/7775/stat : 7775 (java) S 7769 7771 7283 0 -1 4202560 295 0 0 0 0 0 0 0 15 0 22 0 603449458 16075161600 83116 33554432000 1073741824 1073778376 140736585242480 18446744073709551615 231907306393 0 4 0 16800975 18446604471162143936 0 0 -1 5 0 0 0
[pid=7771/tid=7776] ppid=7769 vsize=15698400 CPUtime=0 cores=1,3,5,7
/proc/7771/task/7776/stat : 7776 (java) S 7769 7771 7283 0 -1 4202560 469 0 0 0 0 0 0 0 16 0 22 0 603449458 16075161600 83116 33554432000 1073741824 1073778376 140736585242480 18446744073709551615 231907306393 0 4 0 16800975 18446604471162143936 0 0 -1 7 0 0 0
[pid=7771/tid=7777] ppid=7769 vsize=15698400 CPUtime=0 cores=1,3,5,7
/proc/7771/task/7777/stat : 7777 (java) S 7769 7771 7283 0 -1 4202560 805 0 0 0 0 0 0 0 15 0 22 0 603449458 16075161600 83116 33554432000 1073741824 1073778376 140736585242480 18446744073709551615 231907306393 0 4 0 16800975 18446604471162143936 0 0 -1 3 0 0 0
[pid=7771/tid=7778] ppid=7769 vsize=15698400 CPUtime=0 cores=1,3,5,7
/proc/7771/task/7778/stat : 7778 (java) S 7769 7771 7283 0 -1 4202560 899 0 0 0 0 0 0 0 15 0 22 0 603449458 16075161600 83116 33554432000 1073741824 1073778376 140736585242480 18446744073709551615 231907306393 0 4 0 16800975 18446604471162143936 0 0 -1 1 0 0 0
[pid=7771/tid=7779] ppid=7769 vsize=15698400 CPUtime=0 cores=1,3,5,7
/proc/7771/task/7779/stat : 7779 (java) S 7769 7771 7283 0 -1 4202560 1311 0 0 0 0 0 0 0 15 0 22 0 603449458 16075161600 83116 33554432000 1073741824 1073778376 140736585242480 18446744073709551615 231907306393 0 4 0 16800975 18446604471162143936 0 0 -1 1 0 0 0
[pid=7771/tid=7780] ppid=7769 vsize=15698400 CPUtime=0 cores=1,3,5,7
/proc/7771/task/7780/stat : 7780 (java) S 7769 7771 7283 0 -1 4202560 1838 0 0 0 0 0 0 0 15 0 22 0 603449458 16075161600 83116 33554432000 1073741824 1073778376 140736585242480 18446744073709551615 231907306393 0 4 0 16800975 18446604471162143936 0 0 -1 5 0 0 0
[pid=7771/tid=7781] ppid=7769 vsize=15698400 CPUtime=0 cores=1,3,5,7
/proc/7771/task/7781/stat : 7781 (java) S 7769 7771 7283 0 -1 4202560 1129 0 0 0 0 0 0 0 15 0 22 0 603449458 16075161600 83116 33554432000 1073741824 1073778376 140736585242480 18446744073709551615 231907306393 0 4 0 16800975 18446604471162143936 0 0 -1 3 0 0 0
[pid=7771/tid=7782] ppid=7769 vsize=15698400 CPUtime=0 cores=1,3,5,7
/proc/7771/task/7782/stat : 7782 (java) S 7769 7771 7283 0 -1 4202560 184 0 0 0 0 0 0 0 15 0 22 0 603449459 16075161600 83116 33554432000 1073741824 1073778376 140736585242480 18446744073709551615 231907307008 0 0 0 16800975 18446604471162143936 0 0 -1 7 0 0 0
[pid=7771/tid=7783] ppid=7769 vsize=15698400 CPUtime=0 cores=1,3,5,7
/proc/7771/task/7783/stat : 7783 (java) S 7769 7771 7283 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 603449460 16075161600 83116 33554432000 1073741824 1073778376 140736585242480 18446744073709551615 231907306393 0 4 0 16800975 18446604471162143936 0 0 -1 1 0 0 0
[pid=7771/tid=7784] ppid=7769 vsize=15698400 CPUtime=0 cores=1,3,5,7
/proc/7771/task/7784/stat : 7784 (java) S 7769 7771 7283 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 603449460 16075161600 83116 33554432000 1073741824 1073778376 140736585242480 18446744073709551615 231907306393 0 4 0 16800975 18446604471162143936 0 0 -1 1 0 0 0
[pid=7771/tid=7785] ppid=7769 vsize=15698400 CPUtime=0 cores=1,3,5,7
/proc/7771/task/7785/stat : 7785 (java) S 7769 7771 7283 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 603449462 16075161600 83116 33554432000 1073741824 1073778376 140736585242480 18446744073709551615 231907314097 0 4 0 16800975 18446604471162143936 0 0 -1 3 0 0 0
[pid=7771/tid=7786] ppid=7769 vsize=15698400 CPUtime=0.83 cores=1,3,5,7
/proc/7771/task/7786/stat : 7786 (java) S 7769 7771 7283 0 -1 4202560 10728 0 0 0 82 1 0 0 16 0 22 0 603449462 16075161600 83116 33554432000 1073741824 1073778376 140736585242480 18446744073709551615 231907306393 0 4 0 16800975 18446604471162143936 0 0 -1 1 0 0 0
[pid=7771/tid=7787] ppid=7769 vsize=15698400 CPUtime=0.88 cores=1,3,5,7
/proc/7771/task/7787/stat : 7787 (java) S 7769 7771 7283 0 -1 4202560 3614 0 0 0 88 0 0 0 16 0 22 0 603449462 16075161600 83116 33554432000 1073741824 1073778376 140736585242480 18446744073709551615 231907306393 0 4 0 16800975 18446604471162143936 0 0 -1 3 0 0 0
[pid=7771/tid=7788] ppid=7769 vsize=15698400 CPUtime=0 cores=1,3,5,7
/proc/7771/task/7788/stat : 7788 (java) S 7769 7771 7283 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 603449462 16075161600 83116 33554432000 1073741824 1073778376 140736585242480 18446744073709551615 231907306393 0 4 0 16800975 18446604471162143936 0 0 -1 7 0 0 0
[pid=7771/tid=7789] ppid=7769 vsize=15698400 CPUtime=0 cores=1,3,5,7
/proc/7771/task/7789/stat : 7789 (java) S 7769 7771 7283 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 603449462 16075161600 83116 33554432000 1073741824 1073778376 140736585242480 18446744073709551615 231907307008 0 4 0 16800975 18446604471162143936 0 0 -1 5 0 0 0
[pid=7771/tid=7790] ppid=7769 vsize=15698400 CPUtime=2.62 cores=1,3,5,7
/proc/7771/task/7790/stat : 7790 (java) R 7769 7771 7283 0 -1 4202560 19071 0 0 0 261 1 0 0 24 0 22 0 603449485 16075161600 83116 33554432000 1073741824 1073778376 140736585242480 18446744073709551615 46912505816988 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=7771/tid=7791] ppid=7769 vsize=15698400 CPUtime=1.89 cores=1,3,5,7
/proc/7771/task/7791/stat : 7791 (java) R 7769 7771 7283 0 -1 4202560 6799 0 0 0 189 0 0 0 17 0 22 0 603449485 16075161600 83116 33554432000 1073741824 1073778376 140736585242480 18446744073709551615 46912505855996 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=7771/tid=7792] ppid=7769 vsize=15698400 CPUtime=2.54 cores=1,3,5,7
/proc/7771/task/7792/stat : 7792 (java) R 7769 7771 7283 0 -1 4202560 18919 0 0 0 252 2 0 0 25 0 22 0 603449485 16075161600 83116 33554432000 1073741824 1073778376 140736585242480 18446744073709551615 46912505890806 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=7771/tid=7793] ppid=7769 vsize=15698400 CPUtime=2.14 cores=1,3,5,7
/proc/7771/task/7793/stat : 7793 (java) R 7769 7771 7283 0 -1 4202560 12743 0 0 0 212 2 0 0 20 0 22 0 603449485 16075161600 83116 33554432000 1073741824 1073778376 140736585242480 18446744073709551615 47055511207729 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 11.42
Current children cumulated vsize (KiB) 15698400

[startup+6.30134 s]
/proc/loadavg: 8.18 8.12 8.04 9/220 7793
/proc/meminfo: memFree=28422372/32950928 swapFree=67111356/67111528
[pid=7771] ppid=7769 vsize=15698400 CPUtime=24.17 cores=1,3,5,7
/proc/7771/stat : 7771 (java) S 7769 7771 7283 0 -1 4202496 92834 0 1 0 2404 13 0 0 24 0 22 0 603449457 16075161600 82165 33554432000 1073741824 1073778376 140736585242480 18446744073709551615 231907293157 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/7771/statm: 3924600 82165 2288 9 0 3915319 0
[pid=7771/tid=7772] ppid=7769 vsize=15698400 CPUtime=0.41 cores=1,3,5,7
/proc/7771/task/7772/stat : 7772 (java) S 7769 7771 7283 0 -1 4202560 7497 0 1 0 40 1 0 0 20 0 22 0 603449458 16075161600 82165 33554432000 1073741824 1073778376 140736585242480 18446744073709551615 231907306393 0 4 0 16800975 18446604471162143936 0 0 -1 5 0 0 0
[pid=7771/tid=7774] ppid=7769 vsize=15698400 CPUtime=0 cores=1,3,5,7
/proc/7771/task/7774/stat : 7774 (java) S 7769 7771 7283 0 -1 4202560 2292 0 0 0 0 0 0 0 15 0 22 0 603449458 16075161600 82165 33554432000 1073741824 1073778376 140736585242480 18446744073709551615 231907306393 0 4 0 16800975 18446604471162143936 0 0 -1 3 0 0 0
[pid=7771/tid=7775] ppid=7769 vsize=15698400 CPUtime=0 cores=1,3,5,7
/proc/7771/task/7775/stat : 7775 (java) S 7769 7771 7283 0 -1 4202560 703 0 0 0 0 0 0 0 16 0 22 0 603449458 16075161600 82165 33554432000 1073741824 1073778376 140736585242480 18446744073709551615 231907306393 0 4 0 16800975 18446604471162143936 0 0 -1 1 0 0 0
[pid=7771/tid=7776] ppid=7769 vsize=15698400 CPUtime=0 cores=1,3,5,7
/proc/7771/task/7776/stat : 7776 (java) S 7769 7771 7283 0 -1 4202560 1010 0 0 0 0 0 0 0 16 0 22 0 603449458 16075161600 82165 33554432000 1073741824 1073778376 140736585242480 18446744073709551615 231907306393 0 4 0 16800975 18446604471162143936 0 0 -1 7 0 0 0
[pid=7771/tid=7777] ppid=7769 vsize=15698400 CPUtime=0 cores=1,3,5,7
/proc/7771/task/7777/stat : 7777 (java) S 7769 7771 7283 0 -1 4202560 1196 0 0 0 0 0 0 0 15 0 22 0 603449458 16075161600 82165 33554432000 1073741824 1073778376 140736585242480 18446744073709551615 231907306393 0 4 0 16800975 18446604471162143936 0 0 -1 1 0 0 0
[pid=7771/tid=7778] ppid=7769 vsize=15698400 CPUtime=0 cores=1,3,5,7
/proc/7771/task/7778/stat : 7778 (java) S 7769 7771 7283 0 -1 4202560 1182 0 0 0 0 0 0 0 15 0 22 0 603449458 16075161600 82165 33554432000 1073741824 1073778376 140736585242480 18446744073709551615 231907306393 0 4 0 16800975 18446604471162143936 0 0 -1 3 0 0 0
[pid=7771/tid=7779] ppid=7769 vsize=15698400 CPUtime=0 cores=1,3,5,7
/proc/7771/task/7779/stat : 7779 (java) S 7769 7771 7283 0 -1 4202560 1823 0 0 0 0 0 0 0 16 0 22 0 603449458 16075161600 82165 33554432000 1073741824 1073778376 140736585242480 18446744073709551615 231907306393 0 4 0 16800975 18446604471162143936 0 0 -1 5 0 0 0
[pid=7771/tid=7780] ppid=7769 vsize=15698400 CPUtime=0 cores=1,3,5,7
/proc/7771/task/7780/stat : 7780 (java) S 7769 7771 7283 0 -1 4202560 2180 0 0 0 0 0 0 0 15 0 22 0 603449458 16075161600 82165 33554432000 1073741824 1073778376 140736585242480 18446744073709551615 231907306393 0 4 0 16800975 18446604471162143936 0 0 -1 5 0 0 0
[pid=7771/tid=7781] ppid=7769 vsize=15698400 CPUtime=0 cores=1,3,5,7
/proc/7771/task/7781/stat : 7781 (java) S 7769 7771 7283 0 -1 4202560 1471 0 0 0 0 0 0 0 15 0 22 0 603449458 16075161600 82165 33554432000 1073741824 1073778376 140736585242480 18446744073709551615 231907306393 0 4 0 16800975 18446604471162143936 0 0 -1 5 0 0 0

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

[pid=7771/tid=7791] ppid=7769 vsize=15698400 CPUtime=1048.09 cores=1,3,5,7
/proc/7771/task/7791/stat : 7791 (java) R 7769 7771 7283 0 -1 4202560 135026 0 0 0 104776 33 0 0 25 0 22 0 603449485 16075161600 74338 33554432000 1073741824 1073778376 140736585242480 18446744073709551615 46912506147640 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=7771/tid=7792] ppid=7769 vsize=15698400 CPUtime=1049.66 cores=1,3,5,7
/proc/7771/task/7792/stat : 7792 (java) R 7769 7771 7283 0 -1 4202560 150856 0 0 0 104930 36 0 0 25 0 22 0 603449485 16075161600 74338 33554432000 1073741824 1073778376 140736585242480 18446744073709551615 46912505524159 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=7771/tid=7793] ppid=7769 vsize=15698400 CPUtime=1048.67 cores=1,3,5,7
/proc/7771/task/7793/stat : 7793 (java) R 7769 7771 7283 0 -1 4202560 145048 0 0 0 104836 31 0 0 25 0 22 0 603449485 16075161600 74338 33554432000 1073741824 1073778376 140736585242480 18446744073709551615 46912505855806 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4223.19
Current children cumulated vsize (KiB) 15698400

[startup+1122.3 s]
/proc/loadavg: 4.10 4.47 5.97 5/193 7850
/proc/meminfo: memFree=29231316/32950928 swapFree=67111356/67111528
[pid=7771] ppid=7769 vsize=15698400 CPUtime=4461.74 cores=1,3,5,7
/proc/7771/stat : 7771 (java) S 7769 7771 7283 0 -1 4202496 1089262 0 1 0 445801 373 0 0 24 0 22 0 603449457 16075161600 68153 33554432000 1073741824 1073778376 140736585242480 18446744073709551615 231907293157 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/7771/statm: 3924600 68153 2298 9 0 3915319 0
[pid=7771/tid=7772] ppid=7769 vsize=15698400 CPUtime=0.41 cores=1,3,5,7
/proc/7771/task/7772/stat : 7772 (java) S 7769 7771 7283 0 -1 4202560 7497 0 1 0 40 1 0 0 20 0 22 0 603449458 16075161600 68153 33554432000 1073741824 1073778376 140736585242480 18446744073709551615 231907306393 0 4 0 16800975 18446604471162143936 0 0 -1 5 0 0 0
[pid=7771/tid=7774] ppid=7769 vsize=15698400 CPUtime=3.13 cores=1,3,5,7
/proc/7771/task/7774/stat : 7774 (java) S 7769 7771 7283 0 -1 4202560 55049 0 0 0 293 20 0 0 16 0 22 0 603449458 16075161600 68153 33554432000 1073741824 1073778376 140736585242480 18446744073709551615 231907306393 0 4 0 16800975 18446604471162143936 0 0 -1 7 0 0 0
[pid=7771/tid=7775] ppid=7769 vsize=15698400 CPUtime=3.14 cores=1,3,5,7
/proc/7771/task/7775/stat : 7775 (java) S 7769 7771 7283 0 -1 4202560 57074 0 0 0 295 19 0 0 15 0 22 0 603449458 16075161600 68153 33554432000 1073741824 1073778376 140736585242480 18446744073709551615 231907306393 0 4 0 16800975 18446604471162143936 0 0 -1 1 0 0 0
[pid=7771/tid=7776] ppid=7769 vsize=15698400 CPUtime=3.08 cores=1,3,5,7
/proc/7771/task/7776/stat : 7776 (java) S 7769 7771 7283 0 -1 4202560 54462 0 0 0 288 20 0 0 15 0 22 0 603449458 16075161600 68153 33554432000 1073741824 1073778376 140736585242480 18446744073709551615 231907306393 0 4 0 16800975 18446604471162143936 0 0 -1 5 0 0 0
[pid=7771/tid=7777] ppid=7769 vsize=15698400 CPUtime=3.13 cores=1,3,5,7
/proc/7771/task/7777/stat : 7777 (java) S 7769 7771 7283 0 -1 4202560 55978 0 0 0 290 23 0 0 16 0 22 0 603449458 16075161600 68153 33554432000 1073741824 1073778376 140736585242480 18446744073709551615 231907306393 0 4 0 16800975 18446604471162143936 0 0 -1 1 0 0 0
[pid=7771/tid=7778] ppid=7769 vsize=15698400 CPUtime=3.12 cores=1,3,5,7
/proc/7771/task/7778/stat : 7778 (java) S 7769 7771 7283 0 -1 4202560 56897 0 0 0 295 17 0 0 15 0 22 0 603449458 16075161600 68153 33554432000 1073741824 1073778376 140736585242480 18446744073709551615 231907306393 0 4 0 16800975 18446604471162143936 0 0 -1 1 0 0 0
[pid=7771/tid=7779] ppid=7769 vsize=15698400 CPUtime=3.05 cores=1,3,5,7
/proc/7771/task/7779/stat : 7779 (java) S 7769 7771 7283 0 -1 4202560 54123 0 0 0 286 19 0 0 15 0 22 0 603449458 16075161600 68153 33554432000 1073741824 1073778376 140736585242480 18446744073709551615 231907306393 0 4 0 16800975 18446604471162143936 0 0 -1 7 0 0 0
[pid=7771/tid=7780] ppid=7769 vsize=15698400 CPUtime=3.11 cores=1,3,5,7
/proc/7771/task/7780/stat : 7780 (java) S 7769 7771 7283 0 -1 4202560 57689 0 0 0 290 21 0 0 16 0 22 0 603449458 16075161600 68153 33554432000 1073741824 1073778376 140736585242480 18446744073709551615 231907306393 0 4 0 16800975 18446604471162143936 0 0 -1 3 0 0 0
[pid=7771/tid=7781] ppid=7769 vsize=15698400 CPUtime=3.08 cores=1,3,5,7
/proc/7771/task/7781/stat : 7781 (java) S 7769 7771 7283 0 -1 4202560 53964 0 0 0 286 22 0 0 15 0 22 0 603449458 16075161600 68153 33554432000 1073741824 1073778376 140736585242480 18446744073709551615 231907306393 0 4 0 16800975 18446604471162143936 0 0 -1 3 0 0 0
[pid=7771/tid=7782] ppid=7769 vsize=15698400 CPUtime=1.97 cores=1,3,5,7
/proc/7771/task/7782/stat : 7782 (java) S 7769 7771 7283 0 -1 4202560 2662 0 0 0 137 60 0 0 15 0 22 0 603449459 16075161600 68153 33554432000 1073741824 1073778376 140736585242480 18446744073709551615 231907307008 0 0 0 16800975 18446604471162143936 0 0 -1 5 0 0 0
[pid=7771/tid=7783] ppid=7769 vsize=15698400 CPUtime=0 cores=1,3,5,7
/proc/7771/task/7783/stat : 7783 (java) S 7769 7771 7283 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 603449460 16075161600 68153 33554432000 1073741824 1073778376 140736585242480 18446744073709551615 231907306393 0 4 0 16800975 18446604471162143936 0 0 -1 1 0 0 0
[pid=7771/tid=7784] ppid=7769 vsize=15698400 CPUtime=0 cores=1,3,5,7
/proc/7771/task/7784/stat : 7784 (java) S 7769 7771 7283 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 603449460 16075161600 68153 33554432000 1073741824 1073778376 140736585242480 18446744073709551615 231907306393 0 4 0 16800975 18446604471162143936 0 0 -1 1 0 0 0
[pid=7771/tid=7785] ppid=7769 vsize=15698400 CPUtime=0 cores=1,3,5,7
/proc/7771/task/7785/stat : 7785 (java) S 7769 7771 7283 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 603449462 16075161600 68153 33554432000 1073741824 1073778376 140736585242480 18446744073709551615 231907314097 0 4 0 16800975 18446604471162143936 0 0 -1 3 0 0 0
[pid=7771/tid=7786] ppid=7769 vsize=15698400 CPUtime=0.93 cores=1,3,5,7
/proc/7771/task/7786/stat : 7786 (java) S 7769 7771 7283 0 -1 4202560 10741 0 0 0 92 1 0 0 16 0 22 0 603449462 16075161600 68153 33554432000 1073741824 1073778376 140736585242480 18446744073709551615 231907306393 0 4 0 16800975 18446604471162143936 0 0 -1 1 0 0 0
[pid=7771/tid=7787] ppid=7769 vsize=15698400 CPUtime=0.94 cores=1,3,5,7
/proc/7771/task/7787/stat : 7787 (java) S 7769 7771 7283 0 -1 4202560 3629 0 0 0 94 0 0 0 15 0 22 0 603449462 16075161600 68153 33554432000 1073741824 1073778376 140736585242480 18446744073709551615 231907306393 0 4 0 16800975 18446604471162143936 0 0 -1 3 0 0 0
[pid=7771/tid=7788] ppid=7769 vsize=15698400 CPUtime=0 cores=1,3,5,7
/proc/7771/task/7788/stat : 7788 (java) S 7769 7771 7283 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 603449462 16075161600 68153 33554432000 1073741824 1073778376 140736585242480 18446744073709551615 231907306393 0 4 0 16800975 18446604471162143936 0 0 -1 7 0 0 0
[pid=7771/tid=7789] ppid=7769 vsize=15698400 CPUtime=0 cores=1,3,5,7
/proc/7771/task/7789/stat : 7789 (java) S 7769 7771 7283 0 -1 4202560 59 0 0 0 0 0 0 0 15 0 22 0 603449462 16075161600 68153 33554432000 1073741824 1073778376 140736585242480 18446744073709551615 231907307008 0 4 0 16800975 18446604471162143936 0 0 -1 7 0 0 0
[pid=7771/tid=7790] ppid=7769 vsize=15698400 CPUtime=1108.19 cores=1,3,5,7
/proc/7771/task/7790/stat : 7790 (java) R 7769 7771 7283 0 -1 4202560 160333 0 0 0 110783 36 0 0 25 0 22 0 603449485 16075161600 68153 33554432000 1073741824 1073778376 140736585242480 18446744073709551615 46912505742294 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=7771/tid=7791] ppid=7769 vsize=15698400 CPUtime=1107.34 cores=1,3,5,7
/proc/7771/task/7791/stat : 7791 (java) R 7769 7771 7283 0 -1 4202560 143640 0 0 0 110699 35 0 0 25 0 22 0 603449485 16075161600 68153 33554432000 1073741824 1073778376 140736585242480 18446744073709551615 46912505763651 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=7771/tid=7792] ppid=7769 vsize=15698400 CPUtime=1108.97 cores=1,3,5,7
/proc/7771/task/7792/stat : 7792 (java) R 7769 7771 7283 0 -1 4202560 159852 0 0 0 110859 38 0 0 25 0 22 0 603449485 16075161600 68153 33554432000 1073741824 1073778376 140736585242480 18446744073709551615 46912505810856 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=7771/tid=7793] ppid=7769 vsize=15698400 CPUtime=1107.98 cores=1,3,5,7
/proc/7771/task/7793/stat : 7793 (java) R 7769 7771 7283 0 -1 4202560 154228 0 0 0 110766 32 0 0 25 0 22 0 603449485 16075161600 68153 33554432000 1073741824 1073778376 140736585242480 18446744073709551615 46912505733816 0 4 0 16800975 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4461.74
Current children cumulated vsize (KiB) 15698400

[startup+1182.3 s]
/proc/loadavg: 4.04 4.38 5.85 5/193 7851
/proc/meminfo: memFree=29208832/32950928 swapFree=67111356/67111528
[pid=7771] ppid=7769 vsize=15698400 CPUtime=4700.27 cores=1,3,5,7
/proc/7771/stat : 7771 (java) S 7769 7771 7283 0 -1 4202496 1149765 0 1 0 469636 391 0 0 24 0 22 0 603449457 16075161600 73106 33554432000 1073741824 1073778376 140736585242480 18446744073709551615 231907293157 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/7771/statm: 3924600 73106 2298 9 0 3915319 0
[pid=7771/tid=7772] ppid=7769 vsize=15698400 CPUtime=0.41 cores=1,3,5,7
/proc/7771/task/7772/stat : 7772 (java) S 7769 7771 7283 0 -1 4202560 7497 0 1 0 40 1 0 0 20 0 22 0 603449458 16075161600 73106 33554432000 1073741824 1073778376 140736585242480 18446744073709551615 231907306393 0 4 0 16800975 18446604471162143936 0 0 -1 5 0 0 0
[pid=7771/tid=7774] ppid=7769 vsize=15698400 CPUtime=3.3 cores=1,3,5,7
/proc/7771/task/7774/stat : 7774 (java) S 7769 7771 7283 0 -1 4202560 58236 0 0 0 309 21 0 0 15 0 22 0 603449458 16075161600 73106 33554432000 1073741824 1073778376 140736585242480 18446744073709551615 231907306393 0 4 0 16800975 18446604471162143936 0 0 -1 1 0 0 0
[pid=7771/tid=7775] ppid=7769 vsize=15698400 CPUtime=3.33 cores=1,3,5,7
/proc/7771/task/7775/stat : 7775 (java) S 7769 7771 7283 0 -1 4202560 60529 0 0 0 312 21 0 0 15 0 22 0 603449458 16075161600 73106 33554432000 1073741824 1073778376 140736585242480 18446744073709551615 231907306393 0 4 0 16800975 18446604471162143936 0 0 -1 7 0 0 0
[pid=7771/tid=7776] ppid=7769 vsize=15698400 CPUtime=3.27 cores=1,3,5,7
/proc/7771/task/7776/stat : 7776 (java) S 7769 7771 7283 0 -1 4202560 57817 0 0 0 307 20 0 0 15 0 22 0 603449458 16075161600 73106 33554432000 1073741824 1073778376 140736585242480 18446744073709551615 231907306393 0 4 0 16800975 18446604471162143936 0 0 -1 7 0 0 0
[pid=7771/tid=7777] ppid=7769 vsize=15698400 CPUtime=3.27 cores=1,3,5,7
/proc/7771/task/7777/stat : 7777 (java) S 7769 7771 7283 0 -1 4202560 59146 0 0 0 304 23 0 0 15 0 22 0 603449458 16075161600 73106 33554432000 1073741824 1073778376 140736585242480 18446744073709551615 231907306393 0 4 0 16800975 18446604471162143936 0 0 -1 3 0 0 0
[pid=7771/tid=7778] ppid=7769 vsize=15698400 CPUtime=3.28 cores=1,3,5,7
/proc/7771/task/7778/stat : 7778 (java) S 7769 7771 7283 0 -1 4202560 60255 0 0 0 310 18 0 0 15 0 22 0 603449458 16075161600 73106 33554432000 1073741824 1073778376 140736585242480 18446744073709551615 231907306393 0 4 0 16800975 18446604471162143936 0 0 -1 3 0 0 0
[pid=7771/tid=7779] ppid=7769 vsize=15698400 CPUtime=3.22 cores=1,3,5,7
/proc/7771/task/7779/stat : 7779 (java) S 7769 7771 7283 0 -1 4202560 57047 0 0 0 301 21 0 0 15 0 22 0 603449458 16075161600 73106 33554432000 1073741824 1073778376 140736585242480 18446744073709551615 231907306393 0 4 0 16800975 18446604471162143936 0 0 -1 5 0 0 0
[pid=7771/tid=7780] ppid=7769 vsize=15698400 CPUtime=3.28 cores=1,3,5,7
/proc/7771/task/7780/stat : 7780 (java) S 7769 7771 7283 0 -1 4202560 61670 0 0 0 306 22 0 0 15 0 22 0 603449458 16075161600 73106 33554432000 1073741824 1073778376 140736585242480 18446744073709551615 231907306393 0 4 0 16800975 18446604471162143936 0 0 -1 5 0 0 0
[pid=7771/tid=7781] ppid=7769 vsize=15698400 CPUtime=3.25 cores=1,3,5,7
/proc/7771/task/7781/stat : 7781 (java) S 7769 7771 7283 0 -1 4202560 56493 0 0 0 302 23 0 0 15 0 22 0 603449458 16075161600 73106 33554432000 1073741824 1073778376 140736585242480 18446744073709551615 231907306393 0 4 0 16800975 18446604471162143936 0 0 -1 1 0 0 0
[pid=7771/tid=7782] ppid=7769 vsize=15698400 CPUtime=2.08 cores=1,3,5,7
/proc/7771/task/7782/stat : 7782 (java) S 7769 7771 7283 0 -1 4202560 2840 0 0 0 145 63 0 0 15 0 22 0 603449459 16075161600 73106 33554432000 1073741824 1073778376 140736585242480 18446744073709551615 231907307008 0 0 0 16800975 18446604471162143936 0 0 -1 3 0 0 0
[pid=7771/tid=7783] ppid=7769 vsize=15698400 CPUtime=0 cores=1,3,5,7
/proc/7771/task/7783/stat : 7783 (java) S 7769 7771 7283 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 603449460 16075161600 73106 33554432000 1073741824 1073778376 140736585242480 18446744073709551615 231907306393 0 4 0 16800975 18446604471162143936 0 0 -1 1 0 0 0
[pid=7771/tid=7784] ppid=7769 vsize=15698400 CPUtime=0 cores=1,3,5,7
/proc/7771/task/7784/stat : 7784 (java) S 7769 7771 7283 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 603449460 16075161600 73106 33554432000 1073741824 1073778376 140736585242480 18446744073709551615 231907306393 0 4 0 16800975 18446604471162143936 0 0 -1 1 0 0 0
[pid=7771/tid=7785] ppid=7769 vsize=15698400 CPUtime=0 cores=1,3,5,7
/proc/7771/task/7785/stat : 7785 (java) S 7769 7771 7283 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 603449462 16075161600 73106 33554432000 1073741824 1073778376 140736585242480 18446744073709551615 231907314097 0 4 0 16800975 18446604471162143936 0 0 -1 3 0 0 0
[pid=7771/tid=7786] ppid=7769 vsize=15698400 CPUtime=0.93 cores=1,3,5,7
/proc/7771/task/7786/stat : 7786 (java) S 7769 7771 7283 0 -1 4202560 10741 0 0 0 92 1 0 0 16 0 22 0 603449462 16075161600 73106 33554432000 1073741824 1073778376 140736585242480 18446744073709551615 231907306393 0 4 0 16800975 18446604471162143936 0 0 -1 1 0 0 0
[pid=7771/tid=7787] ppid=7769 vsize=15698400 CPUtime=0.94 cores=1,3,5,7
/proc/7771/task/7787/stat : 7787 (java) S 7769 7771 7283 0 -1 4202560 3629 0 0 0 94 0 0 0 15 0 22 0 603449462 16075161600 73106 33554432000 1073741824 1073778376 140736585242480 18446744073709551615 231907306393 0 4 0 16800975 18446604471162143936 0 0 -1 3 0 0 0
[pid=7771/tid=7788] ppid=7769 vsize=15698400 CPUtime=0 cores=1,3,5,7
/proc/7771/task/7788/stat : 7788 (java) S 7769 7771 7283 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 603449462 16075161600 73106 33554432000 1073741824 1073778376 140736585242480 18446744073709551615 231907306393 0 4 0 16800975 18446604471162143936 0 0 -1 7 0 0 0
[pid=7771/tid=7789] ppid=7769 vsize=15698400 CPUtime=0 cores=1,3,5,7
/proc/7771/task/7789/stat : 7789 (java) S 7769 7771 7283 0 -1 4202560 61 0 0 0 0 0 0 0 15 0 22 0 603449462 16075161600 73106 33554432000 1073741824 1073778376 140736585242480 18446744073709551615 231907307008 0 4 0 16800975 18446604471162143936 0 0 -1 5 0 0 0
[pid=7771/tid=7790] ppid=7769 vsize=15698400 CPUtime=1167.38 cores=1,3,5,7
/proc/7771/task/7790/stat : 7790 (java) R 7769 7771 7283 0 -1 4202560 168809 0 0 0 116700 38 0 0 25 0 22 0 603449485 16075161600 73106 33554432000 1073741824 1073778376 140736585242480 18446744073709551615 46912505733928 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=7771/tid=7791] ppid=7769 vsize=15698400 CPUtime=1166.64 cores=1,3,5,7
/proc/7771/task/7791/stat : 7791 (java) R 7769 7771 7283 0 -1 4202560 152100 0 0 0 116627 37 0 0 25 0 22 0 603449485 16075161600 73106 33554432000 1073741824 1073778376 140736585242480 18446744073709551615 46912505704424 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=7771/tid=7792] ppid=7769 vsize=15698400 CPUtime=1168.26 cores=1,3,5,7
/proc/7771/task/7792/stat : 7792 (java) R 7769 7771 7283 0 -1 4202560 168717 0 0 0 116787 39 0 0 25 0 22 0 603449485 16075161600 73106 33554432000 1073741824 1073778376 140736585242480 18446744073709551615 46912505861142 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=7771/tid=7793] ppid=7769 vsize=15698400 CPUtime=1167.27 cores=1,3,5,7
/proc/7771/task/7793/stat : 7793 (java) R 7769 7771 7283 0 -1 4202560 162793 0 0 0 116693 34 0 0 20 0 22 0 603449485 16075161600 73106 33554432000 1073741824 1073778376 140736585242480 18446744073709551615 47055510529797 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4700.27
Current children cumulated vsize (KiB) 15698400



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1207.4 s]
/proc/loadavg: 4.02 4.35 5.80 5/193 7852
/proc/meminfo: memFree=29236832/32950928 swapFree=67111356/67111528
[pid=7771] ppid=7769 vsize=15698400 CPUtime=4800.02 cores=1,3,5,7
/proc/7771/stat : 7771 (java) S 7769 7771 7283 0 -1 4202496 1170977 0 1 0 479601 401 0 0 24 0 22 0 603449457 16075161600 66446 33554432000 1073741824 1073778376 140736585242480 18446744073709551615 231907293157 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/7771/statm: 3924600 66446 2298 9 0 3915319 0
[pid=7771/tid=7772] ppid=7769 vsize=15698400 CPUtime=0.41 cores=1,3,5,7
/proc/7771/task/7772/stat : 7772 (java) S 7769 7771 7283 0 -1 4202560 7497 0 1 0 40 1 0 0 20 0 22 0 603449458 16075161600 66446 33554432000 1073741824 1073778376 140736585242480 18446744073709551615 231907306393 0 4 0 16800975 18446604471162143936 0 0 -1 5 0 0 0
[pid=7771/tid=7774] ppid=7769 vsize=15698400 CPUtime=3.37 cores=1,3,5,7
/proc/7771/task/7774/stat : 7774 (java) S 7769 7771 7283 0 -1 4202560 59408 0 0 0 315 22 0 0 15 0 22 0 603449458 16075161600 66446 33554432000 1073741824 1073778376 140736585242480 18446744073709551615 231907306393 0 4 0 16800975 18446604471162143936 0 0 -1 5 0 0 0
[pid=7771/tid=7775] ppid=7769 vsize=15698400 CPUtime=3.4 cores=1,3,5,7
/proc/7771/task/7775/stat : 7775 (java) S 7769 7771 7283 0 -1 4202560 61489 0 0 0 318 22 0 0 15 0 22 0 603449458 16075161600 66446 33554432000 1073741824 1073778376 140736585242480 18446744073709551615 231907306393 0 4 0 16800975 18446604471162143936 0 0 -1 1 0 0 0
[pid=7771/tid=7776] ppid=7769 vsize=15698400 CPUtime=3.35 cores=1,3,5,7
/proc/7771/task/7776/stat : 7776 (java) S 7769 7771 7283 0 -1 4202560 58605 0 0 0 314 21 0 0 15 0 22 0 603449458 16075161600 66446 33554432000 1073741824 1073778376 140736585242480 18446744073709551615 231907306393 0 4 0 16800975 18446604471162143936 0 0 -1 5 0 0 0
[pid=7771/tid=7777] ppid=7769 vsize=15698400 CPUtime=3.34 cores=1,3,5,7
/proc/7771/task/7777/stat : 7777 (java) S 7769 7771 7283 0 -1 4202560 59768 0 0 0 310 24 0 0 15 0 22 0 603449458 16075161600 66446 33554432000 1073741824 1073778376 140736585242480 18446744073709551615 231907306393 0 4 0 16800975 18446604471162143936 0 0 -1 7 0 0 0
[pid=7771/tid=7778] ppid=7769 vsize=15698400 CPUtime=3.36 cores=1,3,5,7
/proc/7771/task/7778/stat : 7778 (java) S 7769 7771 7283 0 -1 4202560 61123 0 0 0 317 19 0 0 15 0 22 0 603449458 16075161600 66446 33554432000 1073741824 1073778376 140736585242480 18446744073709551615 231907306393 0 4 0 16800975 18446604471162143936 0 0 -1 7 0 0 0
[pid=7771/tid=7779] ppid=7769 vsize=15698400 CPUtime=3.3 cores=1,3,5,7
/proc/7771/task/7779/stat : 7779 (java) S 7769 7771 7283 0 -1 4202560 57631 0 0 0 309 21 0 0 15 0 22 0 603449458 16075161600 66446 33554432000 1073741824 1073778376 140736585242480 18446744073709551615 231907306393 0 4 0 16800975 18446604471162143936 0 0 -1 7 0 0 0
[pid=7771/tid=7780] ppid=7769 vsize=15698400 CPUtime=3.36 cores=1,3,5,7
/proc/7771/task/7780/stat : 7780 (java) S 7769 7771 7283 0 -1 4202560 62538 0 0 0 313 23 0 0 15 0 22 0 603449458 16075161600 66446 33554432000 1073741824 1073778376 140736585242480 18446744073709551615 231907306393 0 4 0 16800975 18446604471162143936 0 0 -1 3 0 0 0
[pid=7771/tid=7781] ppid=7769 vsize=15698400 CPUtime=3.31 cores=1,3,5,7
/proc/7771/task/7781/stat : 7781 (java) S 7769 7771 7283 0 -1 4202560 57175 0 0 0 308 23 0 0 16 0 22 0 603449458 16075161600 66446 33554432000 1073741824 1073778376 140736585242480 18446744073709551615 231907306393 0 4 0 16800975 18446604471162143936 0 0 -1 5 0 0 0
[pid=7771/tid=7782] ppid=7769 vsize=15698400 CPUtime=2.14 cores=1,3,5,7
/proc/7771/task/7782/stat : 7782 (java) S 7769 7771 7283 0 -1 4202560 2896 0 0 0 149 65 0 0 15 0 22 0 603449459 16075161600 66446 33554432000 1073741824 1073778376 140736585242480 18446744073709551615 231907307008 0 0 0 16800975 18446604471162143936 0 0 -1 1 0 0 0
[pid=7771/tid=7783] ppid=7769 vsize=15698400 CPUtime=0 cores=1,3,5,7
/proc/7771/task/7783/stat : 7783 (java) S 7769 7771 7283 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 603449460 16075161600 66446 33554432000 1073741824 1073778376 140736585242480 18446744073709551615 231907306393 0 4 0 16800975 18446604471162143936 0 0 -1 1 0 0 0
[pid=7771/tid=7784] ppid=7769 vsize=15698400 CPUtime=0 cores=1,3,5,7
/proc/7771/task/7784/stat : 7784 (java) S 7769 7771 7283 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 603449460 16075161600 66446 33554432000 1073741824 1073778376 140736585242480 18446744073709551615 231907306393 0 4 0 16800975 18446604471162143936 0 0 -1 1 0 0 0
[pid=7771/tid=7785] ppid=7769 vsize=15698400 CPUtime=0 cores=1,3,5,7
/proc/7771/task/7785/stat : 7785 (java) S 7769 7771 7283 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 603449462 16075161600 66446 33554432000 1073741824 1073778376 140736585242480 18446744073709551615 231907314097 0 4 0 16800975 18446604471162143936 0 0 -1 3 0 0 0
[pid=7771/tid=7786] ppid=7769 vsize=15698400 CPUtime=0.93 cores=1,3,5,7
/proc/7771/task/7786/stat : 7786 (java) S 7769 7771 7283 0 -1 4202560 10741 0 0 0 92 1 0 0 16 0 22 0 603449462 16075161600 66446 33554432000 1073741824 1073778376 140736585242480 18446744073709551615 231907306393 0 4 0 16800975 18446604471162143936 0 0 -1 1 0 0 0
[pid=7771/tid=7787] ppid=7769 vsize=15698400 CPUtime=0.94 cores=1,3,5,7
/proc/7771/task/7787/stat : 7787 (java) S 7769 7771 7283 0 -1 4202560 3629 0 0 0 94 0 0 0 15 0 22 0 603449462 16075161600 66446 33554432000 1073741824 1073778376 140736585242480 18446744073709551615 231907306393 0 4 0 16800975 18446604471162143936 0 0 -1 3 0 0 0
[pid=7771/tid=7788] ppid=7769 vsize=15698400 CPUtime=0 cores=1,3,5,7
/proc/7771/task/7788/stat : 7788 (java) S 7769 7771 7283 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 603449462 16075161600 66446 33554432000 1073741824 1073778376 140736585242480 18446744073709551615 231907306393 0 4 0 16800975 18446604471162143936 0 0 -1 7 0 0 0
[pid=7771/tid=7789] ppid=7769 vsize=15698400 CPUtime=0 cores=1,3,5,7
/proc/7771/task/7789/stat : 7789 (java) R 7769 7771 7283 0 -1 4202560 62 0 0 0 0 0 0 0 15 0 22 0 603449462 16075161600 66446 33554432000 1073741824 1073778376 140736585242480 18446744073709551615 231907307008 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=7771/tid=7790] ppid=7769 vsize=15698400 CPUtime=1192.11 cores=1,3,5,7
/proc/7771/task/7790/stat : 7790 (java) R 7769 7771 7283 0 -1 4202560 172258 0 0 0 119173 38 0 0 25 0 22 0 603449485 16075161600 66446 33554432000 1073741824 1073778376 140736585242480 18446744073709551615 46912505786901 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=7771/tid=7791] ppid=7769 vsize=15698400 CPUtime=1191.43 cores=1,3,5,7
/proc/7771/task/7791/stat : 7791 (java) R 7769 7771 7283 0 -1 4202560 155616 0 0 0 119105 38 0 0 25 0 22 0 603449485 16075161600 66446 33554432000 1073741824 1073778376 140736585242480 18446744073709551615 46912505890781 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=7771/tid=7792] ppid=7769 vsize=15698400 CPUtime=1193.07 cores=1,3,5,7
/proc/7771/task/7792/stat : 7792 (java) R 7769 7771 7283 0 -1 4202560 172415 0 0 0 119267 40 0 0 25 0 22 0 603449485 16075161600 66446 33554432000 1073741824 1073778376 140736585242480 18446744073709551615 46912506014602 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=7771/tid=7793] ppid=7769 vsize=15698400 CPUtime=1192.06 cores=1,3,5,7
/proc/7771/task/7793/stat : 7793 (java) R 7769 7771 7283 0 -1 4202560 166741 0 0 0 119171 35 0 0 25 0 22 0 603449485 16075161600 66446 33554432000 1073741824 1073778376 140736585242480 18446744073709551615 46912505524140 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4800.02
Current children cumulated vsize (KiB) 15698400

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

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

Child status: 143
Real time (s): 1207.43
CPU time (s): 4800.07
CPU user time (s): 4796.05
CPU system time (s): 4.02439
CPU usage (%): 397.544
Max. virtual memory (cumulated for all children) (KiB): 15698400

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4796.05
system time used= 4.02439
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1171007
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= 316228
involuntary context switches= 170548

runsolver used 1.89071 second user time and 4.73528 second system time

The end

Launcher Data

Begin job on node114 at 2011-04-30 04:56:28
IDJOB=3312745
IDBENCH=82930
IDSOLVER=1699
FILE ID=node114/3312745-1304132188
RUNJOBID= node114-1304129387-7302
PBS_JOBID= 13170787
Free space on /tmp= 73396 MiB

SOLVER NAME= STRUCTure 0.1
BENCH NAME= SAT11/random/medium/unif-k5-r21.3-v125-c2662-S1194239878-049.UNKNOWN.cnf
COMMAND LINE= run 15000 NBCORE TMPDIR DIR BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3312745-1304132188/watcher-3312745-1304132188 -o /tmp/evaluation-result-3312745-1304132188/solver-3312745-1304132188 -C 4800 -W 1300 -M 15500  run 15000 4 HOME HOME HOME/instance-3312745-1304132188.cnf

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

MD5SUM BENCH= ac9c61f9177fd0d9da068d938bec80ff
RANDOM SEED=248176040

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

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      28834064 kB
Buffers:       1085476 kB
Cached:        1799184 kB
SwapCached:        168 kB
Active:         821908 kB
Inactive:      2788928 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      28834064 kB
SwapTotal:    67111528 kB
SwapFree:     67111356 kB
Dirty:            1644 kB
Writeback:           0 kB
AnonPages:      725852 kB
Mapped:          23600 kB
Slab:           441032 kB
PageTables:       6180 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   993260 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= 73396 MiB
End job on node114 at 2011-04-30 05:16:37