Trace number 3311603

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.47 1206.94

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v700-c2982-S115072124-051.SATISFIABLE.cnf
MD5SUM6052486ba02fcb82855c9fc5130e5550
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.095985
Satisfiable
(Un)Satisfiability was proved
Number of variables700
Number of clauses2982
Sum of the clauses size8946
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 32982
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.10/0.11	16:23 INFO : Reading from input HOME/instance-3311603-1304176582.cnf
0.26/0.26	Executor set job limit to 1000000
0.26/0.26	Executor set job limit to 1000000
0.26/0.26	Executor set job limit to 1000000
0.26/0.26	Executor set job limit to 1000000
0.26/0.26	Starting Executor!
0.26/0.27	Starting Executor!
0.26/0.27	Starting Executor!
0.26/0.27	Starting Executor!
0.51/0.40	16:23 INFO : 697 variables remaining out of 700
0.51/0.40	16:23 INFO : 11844 literals remaining out of 11928

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-3311603-1304176582/watcher-3311603-1304176582 -o /tmp/evaluation-result-3311603-1304176582/solver-3311603-1304176582 -C 4800 -W 1300 -M 15500 run 15000 4 HOME HOME HOME/instance-3311603-1304176582.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: 6.85 6.97 6.98 5/198 11584
/proc/meminfo: memFree=29126952/32950928 swapFree=67111356/67111528
[pid=11584] ppid=11582 vsize=30580 CPUtime=0 cores=0,2,4,6
/proc/11584/stat : 11584 (java) S 11582 11584 11475 0 -1 4202496 1458 0 0 0 0 0 0 0 25 0 2 0 607888921 31313920 925 33554432000 1073741824 1073778376 140735966498896 18446744073709551615 231907293157 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/11584/statm: 7645 927 709 9 0 383 0
[pid=11584/tid=11585] ppid=11582 vsize=30528 CPUtime=0 cores=0,2,4,6
/proc/11584/task/11585/stat : 11585 (java) R 11582 11584 11475 0 -1 4202560 118 0 0 0 0 0 0 0 25 0 2 0 607888921 31260672 938 33554432000 1073741824 1073778376 140735966498896 18446744073709551615 231895176912 0 0 4096 0 0 0 0 -1 2 0 0 0

[startup+0.048026 s]
/proc/loadavg: 6.85 6.97 6.98 5/198 11584
/proc/meminfo: memFree=29126952/32950928 swapFree=67111356/67111528
[pid=11584] ppid=11582 vsize=15606304 CPUtime=0.03 cores=0,2,4,6
/proc/11584/stat : 11584 (java) S 11582 11584 11475 0 -1 4202496 3911 0 1 0 3 0 0 0 25 0 15 0 607888921 15980855296 3349 33554432000 1073741824 1073778376 140735966498896 18446744073709551615 231907293157 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/11584/statm: 3901576 3350 1702 9 0 3892324 0
[pid=11584/tid=11585] ppid=11582 vsize=15606304 CPUtime=0.03 cores=0,2,4,6
/proc/11584/task/11585/stat : 11585 (java) R 11582 11584 11475 0 -1 4202560 2508 0 1 0 3 0 0 0 19 0 15 0 607888921 15980855296 3353 33554432000 1073741824 1073778376 140735966498896 18446744073709551615 231895443767 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) 15606304

[startup+0.104961 s]
/proc/loadavg: 6.85 6.97 6.98 5/198 11584
/proc/meminfo: memFree=29126952/32950928 swapFree=67111356/67111528
[pid=11584] ppid=11582 vsize=15676388 CPUtime=0.1 cores=0,2,4,6
/proc/11584/stat : 11584 (java) S 11582 11584 11475 0 -1 4202496 5561 0 1 0 9 1 0 0 25 0 18 0 607888921 16052621312 4999 33554432000 1073741824 1073778376 140735966498896 18446744073709551615 231907293157 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/11584/statm: 3919097 5000 2117 9 0 3909816 0
[pid=11584/tid=11585] ppid=11582 vsize=15676388 CPUtime=0.08 cores=0,2,4,6
/proc/11584/task/11585/stat : 11585 (java) R 11582 11584 11475 0 -1 4202560 3537 0 1 0 8 0 0 0 18 0 18 0 607888921 16052621312 5001 33554432000 1073741824 1073778376 140735966498896 18446744073709551615 47314502971299 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 15676388

[startup+0.301023 s]
/proc/loadavg: 6.85 6.97 6.98 5/198 11584
/proc/meminfo: memFree=29126952/32950928 swapFree=67111356/67111528
[pid=11584] ppid=11582 vsize=15683320 CPUtime=0.51 cores=0,2,4,6
/proc/11584/stat : 11584 (java) S 11582 11584 11475 0 -1 4202496 11464 0 1 0 49 2 0 0 25 0 22 0 607888921 16059719680 9958 33554432000 1073741824 1073778376 140735966498896 18446744073709551615 231907293157 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/11584/statm: 3920830 9958 2213 9 0 3911549 0
[pid=11584/tid=11585] ppid=11582 vsize=15683320 CPUtime=0.28 cores=0,2,4,6
/proc/11584/task/11585/stat : 11585 (java) R 11582 11584 11475 0 -1 4202560 6585 0 1 0 27 1 0 0 19 0 22 0 607888921 16059719680 9958 33554432000 1073741824 1073778376 140735966498896 18446744073709551615 47314503800456 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 15683320

[startup+0.935045 s]
/proc/loadavg: 6.85 6.97 6.98 5/198 11584
/proc/meminfo: memFree=29126952/32950928 swapFree=67111356/67111528
[pid=11584] ppid=11582 vsize=15703540 CPUtime=2.78 cores=0,2,4,6
/proc/11584/stat : 11584 (java) S 11582 11584 11475 0 -1 4202496 51468 0 1 0 272 6 0 0 25 0 22 0 607888921 16080424960 45724 33554432000 1073741824 1073778376 140735966498896 18446744073709551615 231907293157 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/11584/statm: 3925885 45724 2262 9 0 3916604 0
[pid=11584/tid=11585] ppid=11582 vsize=15703540 CPUtime=0.39 cores=0,2,4,6
/proc/11584/task/11585/stat : 11585 (java) S 11582 11584 11475 0 -1 4202560 6985 0 1 0 38 1 0 0 20 0 22 0 607888921 16080424960 45724 33554432000 1073741824 1073778376 140735966498896 18446744073709551615 231907306393 0 4 0 16800975 18446604453892481088 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 2.78
Current children cumulated vsize (KiB) 15703540

[startup+1.50164 s]
/proc/loadavg: 6.86 6.97 6.98 9/220 11606
/proc/meminfo: memFree=28925964/32950928 swapFree=67111356/67111528
[pid=11584] ppid=11582 vsize=15703540 CPUtime=5.02 cores=0,2,4,6
/proc/11584/stat : 11584 (java) S 11582 11584 11475 0 -1 4202496 61556 0 1 0 494 8 0 0 25 0 22 0 607888921 16080424960 55796 33554432000 1073741824 1073778376 140735966498896 18446744073709551615 231907293157 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/11584/statm: 3925885 55796 2283 9 0 3916604 0
[pid=11584/tid=11585] ppid=11582 vsize=15703540 CPUtime=0.39 cores=0,2,4,6
/proc/11584/task/11585/stat : 11585 (java) S 11582 11584 11475 0 -1 4202560 6985 0 1 0 38 1 0 0 20 0 22 0 607888921 16080424960 55796 33554432000 1073741824 1073778376 140735966498896 18446744073709551615 231907306393 0 4 0 16800975 18446604453892481088 0 0 -1 4 0 0 0
[pid=11584/tid=11587] ppid=11582 vsize=15703540 CPUtime=0 cores=0,2,4,6
/proc/11584/task/11587/stat : 11587 (java) R 11582 11584 11475 0 -1 4202560 1964 0 0 0 0 0 0 0 16 0 22 0 607888922 16080424960 55796 33554432000 1073741824 1073778376 140735966498896 18446744073709551615 231907306393 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=11584/tid=11588] ppid=11582 vsize=15703540 CPUtime=0 cores=0,2,4,6
/proc/11584/task/11588/stat : 11588 (java) S 11582 11584 11475 0 -1 4202560 1423 0 0 0 0 0 0 0 16 0 22 0 607888922 16080424960 55796 33554432000 1073741824 1073778376 140735966498896 18446744073709551615 231907306393 0 4 0 16800975 18446604453892481088 0 0 -1 2 0 0 0
[pid=11584/tid=11589] ppid=11582 vsize=15703540 CPUtime=0 cores=0,2,4,6
/proc/11584/task/11589/stat : 11589 (java) S 11582 11584 11475 0 -1 4202560 817 0 0 0 0 0 0 0 15 0 22 0 607888922 16080424960 55796 33554432000 1073741824 1073778376 140735966498896 18446744073709551615 231907306393 0 4 0 16800975 18446604453892481088 0 0 -1 0 0 0 0
[pid=11584/tid=11590] ppid=11582 vsize=15703540 CPUtime=0 cores=0,2,4,6
/proc/11584/task/11590/stat : 11590 (java) S 11582 11584 11475 0 -1 4202560 2204 0 0 0 0 0 0 0 16 0 22 0 607888922 16080424960 55796 33554432000 1073741824 1073778376 140735966498896 18446744073709551615 231907306393 0 4 0 16800975 18446604453892481088 0 0 -1 0 0 0 0
[pid=11584/tid=11591] ppid=11582 vsize=15703540 CPUtime=0 cores=0,2,4,6
/proc/11584/task/11591/stat : 11591 (java) S 11582 11584 11475 0 -1 4202560 342 0 0 0 0 0 0 0 15 0 22 0 607888922 16080424960 55796 33554432000 1073741824 1073778376 140735966498896 18446744073709551615 231907306393 0 4 0 16800975 18446604453892481088 0 0 -1 6 0 0 0
[pid=11584/tid=11592] ppid=11582 vsize=15703540 CPUtime=0 cores=0,2,4,6
/proc/11584/task/11592/stat : 11592 (java) S 11582 11584 11475 0 -1 4202560 990 0 0 0 0 0 0 0 16 0 22 0 607888922 16080424960 55796 33554432000 1073741824 1073778376 140735966498896 18446744073709551615 231907306393 0 4 0 16800975 18446604453892481088 0 0 -1 4 0 0 0
[pid=11584/tid=11593] ppid=11582 vsize=15703540 CPUtime=0 cores=0,2,4,6
/proc/11584/task/11593/stat : 11593 (java) S 11582 11584 11475 0 -1 4202560 848 0 0 0 0 0 0 0 15 0 22 0 607888922 16080424960 55796 33554432000 1073741824 1073778376 140735966498896 18446744073709551615 231907306393 0 4 0 16800975 18446604453892481088 0 0 -1 2 0 0 0
[pid=11584/tid=11594] ppid=11582 vsize=15703540 CPUtime=0 cores=0,2,4,6
/proc/11584/task/11594/stat : 11594 (java) S 11582 11584 11475 0 -1 4202560 503 0 0 0 0 0 0 0 15 0 22 0 607888922 16080424960 55796 33554432000 1073741824 1073778376 140735966498896 18446744073709551615 231907306393 0 4 0 16800975 18446604453892481088 0 0 -1 0 0 0 0
[pid=11584/tid=11595] ppid=11582 vsize=15703540 CPUtime=0 cores=0,2,4,6
/proc/11584/task/11595/stat : 11595 (java) S 11582 11584 11475 0 -1 4202560 75 0 0 0 0 0 0 0 15 0 22 0 607888923 16080424960 55796 33554432000 1073741824 1073778376 140735966498896 18446744073709551615 231907307008 0 0 0 16800975 18446604453892481088 0 0 -1 6 0 0 0
[pid=11584/tid=11596] ppid=11582 vsize=15703540 CPUtime=0 cores=0,2,4,6
/proc/11584/task/11596/stat : 11596 (java) S 11582 11584 11475 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 607888923 16080424960 55796 33554432000 1073741824 1073778376 140735966498896 18446744073709551615 231907306393 0 4 0 16800975 18446604453892481088 0 0 -1 2 0 0 0
[pid=11584/tid=11597] ppid=11582 vsize=15703540 CPUtime=0 cores=0,2,4,6
/proc/11584/task/11597/stat : 11597 (java) S 11582 11584 11475 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 607888923 16080424960 55796 33554432000 1073741824 1073778376 140735966498896 18446744073709551615 231907306393 0 4 0 16800975 18446604453892481088 0 0 -1 2 0 0 0
[pid=11584/tid=11598] ppid=11582 vsize=15703540 CPUtime=0 cores=0,2,4,6
/proc/11584/task/11598/stat : 11598 (java) S 11582 11584 11475 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 607888925 16080424960 55796 33554432000 1073741824 1073778376 140735966498896 18446744073709551615 231907314097 0 4 0 16800975 18446604453892481088 0 0 -1 6 0 0 0
[pid=11584/tid=11599] ppid=11582 vsize=15703540 CPUtime=0.71 cores=0,2,4,6
/proc/11584/task/11599/stat : 11599 (java) S 11582 11584 11475 0 -1 4202560 3652 0 0 0 71 0 0 0 15 0 22 0 607888925 16080424960 55796 33554432000 1073741824 1073778376 140735966498896 18446744073709551615 231907306393 0 4 0 16800975 18446604453892481088 0 0 -1 0 0 0 0
[pid=11584/tid=11600] ppid=11582 vsize=15703540 CPUtime=0.78 cores=0,2,4,6
/proc/11584/task/11600/stat : 11600 (java) S 11582 11584 11475 0 -1 4202560 11674 0 0 0 77 1 0 0 16 0 22 0 607888925 16080424960 55796 33554432000 1073741824 1073778376 140735966498896 18446744073709551615 231907306393 0 4 0 16800975 18446604453892481088 0 0 -1 2 0 0 0
[pid=11584/tid=11601] ppid=11582 vsize=15703540 CPUtime=0 cores=0,2,4,6
/proc/11584/task/11601/stat : 11601 (java) S 11582 11584 11475 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 607888925 16080424960 55796 33554432000 1073741824 1073778376 140735966498896 18446744073709551615 231907306393 0 4 0 16800975 18446604453892481088 0 0 -1 6 0 0 0
[pid=11584/tid=11602] ppid=11582 vsize=15703540 CPUtime=0 cores=0,2,4,6
/proc/11584/task/11602/stat : 11602 (java) S 11582 11584 11475 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 607888925 16080424960 55796 33554432000 1073741824 1073778376 140735966498896 18446744073709551615 231907307008 0 4 0 16800975 18446604453892481088 0 0 -1 6 0 0 0
[pid=11584/tid=11603] ppid=11582 vsize=15703540 CPUtime=0.73 cores=0,2,4,6
/proc/11584/task/11603/stat : 11603 (java) R 11582 11584 11475 0 -1 4202560 5854 0 0 0 73 0 0 0 18 0 22 0 607888947 16080424960 55796 33554432000 1073741824 1073778376 140735966498896 18446744073709551615 46912505653952 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=11584/tid=11604] ppid=11582 vsize=15703540 CPUtime=0.8 cores=0,2,4,6
/proc/11584/task/11604/stat : 11604 (java) R 11582 11584 11475 0 -1 4202560 9609 0 0 0 80 0 0 0 17 0 22 0 607888947 16080424960 55796 33554432000 1073741824 1073778376 140735966498896 18446744073709551615 46912505850046 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=11584/tid=11605] ppid=11582 vsize=15703540 CPUtime=0.85 cores=0,2,4,6
/proc/11584/task/11605/stat : 11605 (java) R 11582 11584 11475 0 -1 4202560 8109 0 0 0 84 1 0 0 19 0 22 0 607888948 16080424960 55796 33554432000 1073741824 1073778376 140735966498896 18446744073709551615 46912505849983 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=11584/tid=11606] ppid=11582 vsize=15703540 CPUtime=0.64 cores=0,2,4,6
/proc/11584/task/11606/stat : 11606 (java) R 11582 11584 11475 0 -1 4202560 5119 0 0 0 64 0 0 0 16 0 22 0 607888948 16080424960 55796 33554432000 1073741824 1073778376 140735966498896 18446744073709551615 47314507363580 0 4 0 16800975 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 5.02
Current children cumulated vsize (KiB) 15703540

[startup+3.10134 s]
/proc/loadavg: 6.86 6.97 6.98 9/220 11606
/proc/meminfo: memFree=28765384/32950928 swapFree=67111356/67111528
[pid=11584] ppid=11582 vsize=15703540 CPUtime=11.4 cores=0,2,4,6
/proc/11584/stat : 11584 (java) S 11582 11584 11475 0 -1 4202496 155161 0 1 0 1121 19 0 0 25 0 22 0 607888921 16080424960 149334 33554432000 1073741824 1073778376 140735966498896 18446744073709551615 231907293157 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/11584/statm: 3925885 149334 2284 9 0 3916604 0
[pid=11584/tid=11585] ppid=11582 vsize=15703540 CPUtime=0.39 cores=0,2,4,6
/proc/11584/task/11585/stat : 11585 (java) S 11582 11584 11475 0 -1 4202560 6985 0 1 0 38 1 0 0 20 0 22 0 607888921 16080424960 149334 33554432000 1073741824 1073778376 140735966498896 18446744073709551615 231907306393 0 4 0 16800975 18446604453892481088 0 0 -1 4 0 0 0
[pid=11584/tid=11587] ppid=11582 vsize=15703540 CPUtime=0 cores=0,2,4,6
/proc/11584/task/11587/stat : 11587 (java) S 11582 11584 11475 0 -1 4202560 3163 0 0 0 0 0 0 0 16 0 22 0 607888922 16080424960 149334 33554432000 1073741824 1073778376 140735966498896 18446744073709551615 231907306393 0 4 0 16800975 18446604453892481088 0 0 -1 6 0 0 0
[pid=11584/tid=11588] ppid=11582 vsize=15703540 CPUtime=0 cores=0,2,4,6
/proc/11584/task/11588/stat : 11588 (java) S 11582 11584 11475 0 -1 4202560 2868 0 0 0 0 0 0 0 15 0 22 0 607888922 16080424960 149334 33554432000 1073741824 1073778376 140735966498896 18446744073709551615 231907306393 0 4 0 16800975 18446604453892481088 0 0 -1 4 0 0 0
[pid=11584/tid=11589] ppid=11582 vsize=15703540 CPUtime=0 cores=0,2,4,6
/proc/11584/task/11589/stat : 11589 (java) S 11582 11584 11475 0 -1 4202560 1687 0 0 0 0 0 0 0 15 0 22 0 607888922 16080424960 149334 33554432000 1073741824 1073778376 140735966498896 18446744073709551615 231907306393 0 4 0 16800975 18446604453892481088 0 0 -1 0 0 0 0
[pid=11584/tid=11590] ppid=11582 vsize=15703540 CPUtime=0.01 cores=0,2,4,6
/proc/11584/task/11590/stat : 11590 (java) S 11582 11584 11475 0 -1 4202560 3129 0 0 0 1 0 0 0 15 0 22 0 607888922 16080424960 149334 33554432000 1073741824 1073778376 140735966498896 18446744073709551615 231907306393 0 4 0 16800975 18446604453892481088 0 0 -1 0 0 0 0
[pid=11584/tid=11591] ppid=11582 vsize=15703540 CPUtime=0 cores=0,2,4,6
/proc/11584/task/11591/stat : 11591 (java) S 11582 11584 11475 0 -1 4202560 1989 0 0 0 0 0 0 0 15 0 22 0 607888922 16080424960 149334 33554432000 1073741824 1073778376 140735966498896 18446744073709551615 231907306393 0 4 0 16800975 18446604453892481088 0 0 -1 6 0 0 0
[pid=11584/tid=11592] ppid=11582 vsize=15703540 CPUtime=0 cores=0,2,4,6
/proc/11584/task/11592/stat : 11592 (java) S 11582 11584 11475 0 -1 4202560 1861 0 0 0 0 0 0 0 15 0 22 0 607888922 16080424960 149334 33554432000 1073741824 1073778376 140735966498896 18446744073709551615 231907306393 0 4 0 16800975 18446604453892481088 0 0 -1 4 0 0 0
[pid=11584/tid=11593] ppid=11582 vsize=15703540 CPUtime=0 cores=0,2,4,6
/proc/11584/task/11593/stat : 11593 (java) S 11582 11584 11475 0 -1 4202560 2663 0 0 0 0 0 0 0 15 0 22 0 607888922 16080424960 149334 33554432000 1073741824 1073778376 140735966498896 18446744073709551615 231907306393 0 4 0 16800975 18446604453892481088 0 0 -1 2 0 0 0
[pid=11584/tid=11594] ppid=11582 vsize=15703540 CPUtime=0 cores=0,2,4,6
/proc/11584/task/11594/stat : 11594 (java) S 11582 11584 11475 0 -1 4202560 1754 0 0 0 0 0 0 0 15 0 22 0 607888922 16080424960 149334 33554432000 1073741824 1073778376 140735966498896 18446744073709551615 231907306393 0 4 0 16800975 18446604453892481088 0 0 -1 0 0 0 0
[pid=11584/tid=11595] ppid=11582 vsize=15703540 CPUtime=0 cores=0,2,4,6
/proc/11584/task/11595/stat : 11595 (java) S 11582 11584 11475 0 -1 4202560 446 0 0 0 0 0 0 0 16 0 22 0 607888923 16080424960 149334 33554432000 1073741824 1073778376 140735966498896 18446744073709551615 231907307008 0 0 0 16800975 18446604453892481088 0 0 -1 6 0 0 0
[pid=11584/tid=11596] ppid=11582 vsize=15703540 CPUtime=0 cores=0,2,4,6
/proc/11584/task/11596/stat : 11596 (java) S 11582 11584 11475 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 607888923 16080424960 149334 33554432000 1073741824 1073778376 140735966498896 18446744073709551615 231907306393 0 4 0 16800975 18446604453892481088 0 0 -1 2 0 0 0
[pid=11584/tid=11597] ppid=11582 vsize=15703540 CPUtime=0 cores=0,2,4,6
/proc/11584/task/11597/stat : 11597 (java) S 11582 11584 11475 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 607888923 16080424960 149334 33554432000 1073741824 1073778376 140735966498896 18446744073709551615 231907306393 0 4 0 16800975 18446604453892481088 0 0 -1 2 0 0 0
[pid=11584/tid=11598] ppid=11582 vsize=15703540 CPUtime=0 cores=0,2,4,6
/proc/11584/task/11598/stat : 11598 (java) S 11582 11584 11475 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 607888925 16080424960 149334 33554432000 1073741824 1073778376 140735966498896 18446744073709551615 231907314097 0 4 0 16800975 18446604453892481088 0 0 -1 6 0 0 0
[pid=11584/tid=11599] ppid=11582 vsize=15703540 CPUtime=0.77 cores=0,2,4,6
/proc/11584/task/11599/stat : 11599 (java) S 11582 11584 11475 0 -1 4202560 3701 0 0 0 77 0 0 0 15 0 22 0 607888925 16080424960 149334 33554432000 1073741824 1073778376 140735966498896 18446744073709551615 231907306393 0 4 0 16800975 18446604453892481088 0 0 -1 0 0 0 0
[pid=11584/tid=11600] ppid=11582 vsize=15703540 CPUtime=0.78 cores=0,2,4,6
/proc/11584/task/11600/stat : 11600 (java) S 11582 11584 11475 0 -1 4202560 11674 0 0 0 77 1 0 0 15 0 22 0 607888925 16080424960 149334 33554432000 1073741824 1073778376 140735966498896 18446744073709551615 231907306393 0 4 0 16800975 18446604453892481088 0 0 -1 2 0 0 0
[pid=11584/tid=11601] ppid=11582 vsize=15703540 CPUtime=0 cores=0,2,4,6
/proc/11584/task/11601/stat : 11601 (java) S 11582 11584 11475 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 607888925 16080424960 149334 33554432000 1073741824 1073778376 140735966498896 18446744073709551615 231907306393 0 4 0 16800975 18446604453892481088 0 0 -1 6 0 0 0
[pid=11584/tid=11602] ppid=11582 vsize=15703540 CPUtime=0 cores=0,2,4,6
/proc/11584/task/11602/stat : 11602 (java) S 11582 11584 11475 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 607888925 16080424960 149334 33554432000 1073741824 1073778376 140735966498896 18446744073709551615 231907307008 0 4 0 16800975 18446604453892481088 0 0 -1 6 0 0 0
[pid=11584/tid=11603] ppid=11582 vsize=15703540 CPUtime=2.26 cores=0,2,4,6
/proc/11584/task/11603/stat : 11603 (java) R 11582 11584 11475 0 -1 4202560 26600 0 0 0 223 3 0 0 21 0 22 0 607888947 16080424960 149334 33554432000 1073741824 1073778376 140735966498896 18446744073709551615 46912505850046 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=11584/tid=11604] ppid=11582 vsize=15703540 CPUtime=2.38 cores=0,2,4,6
/proc/11584/task/11604/stat : 11604 (java) R 11582 11584 11475 0 -1 4202560 30067 0 0 0 236 2 0 0 19 0 22 0 607888947 16080424960 149334 33554432000 1073741824 1073778376 140735966498896 18446744073709551615 46912505744060 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=11584/tid=11605] ppid=11582 vsize=15703540 CPUtime=2.43 cores=0,2,4,6
/proc/11584/task/11605/stat : 11605 (java) R 11582 11584 11475 0 -1 4202560 29315 0 0 0 241 2 0 0 22 0 22 0 607888948 16080424960 149334 33554432000 1073741824 1073778376 140735966498896 18446744073709551615 46912505523283 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=11584/tid=11606] ppid=11582 vsize=15703540 CPUtime=2.22 cores=0,2,4,6
/proc/11584/task/11606/stat : 11606 (java) R 11582 11584 11475 0 -1 4202560 25871 0 0 0 220 2 0 0 18 0 22 0 607888948 16080424960 149334 33554432000 1073741824 1073778376 140735966498896 18446744073709551615 46912505653952 0 4 0 16800975 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 11.4
Current children cumulated vsize (KiB) 15703540

[startup+6.30074 s]
/proc/loadavg: 6.95 6.99 6.99 10/220 11606
/proc/meminfo: memFree=28023028/32950928 swapFree=67111356/67111528
[pid=11584] ppid=11582 vsize=15703540 CPUtime=24.17 cores=0,2,4,6
/proc/11584/stat : 11584 (java) S 11582 11584 11475 0 -1 4202496 281813 0 1 0 2384 33 0 0 25 0 22 0 607888921 16080424960 275500 33554432000 1073741824 1073778376 140735966498896 18446744073709551615 231907293157 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/11584/statm: 3925885 275500 2284 9 0 3916604 0
[pid=11584/tid=11585] ppid=11582 vsize=15703540 CPUtime=0.39 cores=0,2,4,6
/proc/11584/task/11585/stat : 11585 (java) S 11582 11584 11475 0 -1 4202560 6985 0 1 0 38 1 0 0 20 0 22 0 607888921 16080424960 275500 33554432000 1073741824 1073778376 140735966498896 18446744073709551615 231907306393 0 4 0 16800975 18446604453892481088 0 0 -1 4 0 0 0
[pid=11584/tid=11587] ppid=11582 vsize=15703540 CPUtime=0 cores=0,2,4,6
/proc/11584/task/11587/stat : 11587 (java) S 11582 11584 11475 0 -1 4202560 3679 0 0 0 0 0 0 0 16 0 22 0 607888922 16080424960 275500 33554432000 1073741824 1073778376 140735966498896 18446744073709551615 231907306393 0 4 0 16800975 18446604453892481088 0 0 -1 2 0 0 0
[pid=11584/tid=11588] ppid=11582 vsize=15703540 CPUtime=0 cores=0,2,4,6
/proc/11584/task/11588/stat : 11588 (java) S 11582 11584 11475 0 -1 4202560 3547 0 0 0 0 0 0 0 16 0 22 0 607888922 16080424960 275500 33554432000 1073741824 1073778376 140735966498896 18446744073709551615 231907306393 0 4 0 16800975 18446604453892481088 0 0 -1 4 0 0 0
[pid=11584/tid=11589] ppid=11582 vsize=15703540 CPUtime=0 cores=0,2,4,6
/proc/11584/task/11589/stat : 11589 (java) S 11582 11584 11475 0 -1 4202560 1991 0 0 0 0 0 0 0 15 0 22 0 607888922 16080424960 275500 33554432000 1073741824 1073778376 140735966498896 18446744073709551615 231907306393 0 4 0 16800975 18446604453892481088 0 0 -1 0 0 0 0
[pid=11584/tid=11590] ppid=11582 vsize=15703540 CPUtime=0.01 cores=0,2,4,6
/proc/11584/task/11590/stat : 11590 (java) S 11582 11584 11475 0 -1 4202560 3279 0 0 0 1 0 0 0 15 0 22 0 607888922 16080424960 275500 33554432000 1073741824 1073778376 140735966498896 18446744073709551615 231907306393 0 4 0 16800975 18446604453892481088 0 0 -1 0 0 0 0
[pid=11584/tid=11591] ppid=11582 vsize=15703540 CPUtime=0 cores=0,2,4,6
/proc/11584/task/11591/stat : 11591 (java) S 11582 11584 11475 0 -1 4202560 2280 0 0 0 0 0 0 0 15 0 22 0 607888922 16080424960 275500 33554432000 1073741824 1073778376 140735966498896 18446744073709551615 231907306393 0 4 0 16800975 18446604453892481088 0 0 -1 6 0 0 0
[pid=11584/tid=11592] ppid=11582 vsize=15703540 CPUtime=0 cores=0,2,4,6
/proc/11584/task/11592/stat : 11592 (java) S 11582 11584 11475 0 -1 4202560 1861 0 0 0 0 0 0 0 15 0 22 0 607888922 16080424960 275500 33554432000 1073741824 1073778376 140735966498896 18446744073709551615 231907306393 0 4 0 16800975 18446604453892481088 0 0 -1 4 0 0 0
[pid=11584/tid=11593] ppid=11582 vsize=15703540 CPUtime=0 cores=0,2,4,6
/proc/11584/task/11593/stat : 11593 (java) S 11582 11584 11475 0 -1 4202560 3021 0 0 0 0 0 0 0 15 0 22 0 607888922 16080424960 275500 33554432000 1073741824 1073778376 140735966498896 18446744073709551615 231907306393 0 4 0 16800975 18446604453892481088 0 0 -1 6 0 0 0
[pid=11584/tid=11594] ppid=11582 vsize=15703540 CPUtime=0 cores=0,2,4,6
/proc/11584/task/11594/stat : 11594 (java) S 11582 11584 11475 0 -1 4202560 1757 0 0 0 0 0 0 0 15 0 22 0 607888922 16080424960 275500 33554432000 1073741824 1073778376 140735966498896 18446744073709551615 231907306393 0 4 0 16800975 18446604453892481088 0 0 -1 0 0 0 0

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

[pid=11584/tid=11604] ppid=11582 vsize=15697752 CPUtime=1048.76 cores=0,2,4,6
/proc/11584/task/11604/stat : 11604 (java) R 11582 11584 11475 0 -1 4202560 382366 0 0 0 104826 50 0 0 25 0 22 0 607888947 16074498048 98297 33554432000 1073741824 1073778376 140735966498896 18446744073709551615 46912505850297 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=11584/tid=11605] ppid=11582 vsize=15697752 CPUtime=1049.27 cores=0,2,4,6
/proc/11584/task/11605/stat : 11605 (java) R 11582 11584 11475 0 -1 4202560 378120 0 0 0 104878 49 0 0 25 0 22 0 607888948 16074498048 98297 33554432000 1073741824 1073778376 140735966498896 18446744073709551615 46912505699349 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=11584/tid=11606] ppid=11582 vsize=15697752 CPUtime=1048.52 cores=0,2,4,6
/proc/11584/task/11606/stat : 11606 (java) R 11582 11584 11475 0 -1 4202560 375335 0 0 0 104802 50 0 0 25 0 22 0 607888948 16074498048 98297 33554432000 1073741824 1073778376 140735966498896 18446744073709551615 46912505604625 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4225.29
Current children cumulated vsize (KiB) 15697752

[startup+1122.31 s]
/proc/loadavg: 8.19 8.08 7.74 9/220 11831
/proc/meminfo: memFree=28553176/32950928 swapFree=67111356/67111528
[pid=11584] ppid=11582 vsize=15697752 CPUtime=4463.91 cores=0,2,4,6
/proc/11584/stat : 11584 (java) S 11582 11584 11475 0 -1 4202496 2782348 0 1 0 445891 500 0 0 25 0 22 0 607888921 16074498048 103374 33554432000 1073741824 1073778376 140735966498896 18446744073709551615 231907293157 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/11584/statm: 3924438 103374 2298 9 0 3915157 0
[pid=11584/tid=11585] ppid=11582 vsize=15697752 CPUtime=0.39 cores=0,2,4,6
/proc/11584/task/11585/stat : 11585 (java) S 11582 11584 11475 0 -1 4202560 6985 0 1 0 38 1 0 0 20 0 22 0 607888921 16074498048 103374 33554432000 1073741824 1073778376 140735966498896 18446744073709551615 231907306393 0 4 0 16800975 18446604453892481088 0 0 -1 4 0 0 0
[pid=11584/tid=11587] ppid=11582 vsize=15697752 CPUtime=3.39 cores=0,2,4,6
/proc/11584/task/11587/stat : 11587 (java) S 11582 11584 11475 0 -1 4202560 151058 0 0 0 314 25 0 0 15 0 22 0 607888922 16074498048 103374 33554432000 1073741824 1073778376 140735966498896 18446744073709551615 231907306393 0 4 0 16800975 18446604453892481088 0 0 -1 2 0 0 0
[pid=11584/tid=11588] ppid=11582 vsize=15697752 CPUtime=3.36 cores=0,2,4,6
/proc/11584/task/11588/stat : 11588 (java) S 11582 11584 11475 0 -1 4202560 136128 0 0 0 312 24 0 0 16 0 22 0 607888922 16074498048 103374 33554432000 1073741824 1073778376 140735966498896 18446744073709551615 231907306393 0 4 0 16800975 18446604453892481088 0 0 -1 4 0 0 0
[pid=11584/tid=11589] ppid=11582 vsize=15697752 CPUtime=3.49 cores=0,2,4,6
/proc/11584/task/11589/stat : 11589 (java) S 11582 11584 11475 0 -1 4202560 150752 0 0 0 321 28 0 0 15 0 22 0 607888922 16074498048 103374 33554432000 1073741824 1073778376 140735966498896 18446744073709551615 231907306393 0 4 0 16800975 18446604453892481088 0 0 -1 2 0 0 0
[pid=11584/tid=11590] ppid=11582 vsize=15697752 CPUtime=3.48 cores=0,2,4,6
/proc/11584/task/11590/stat : 11590 (java) S 11582 11584 11475 0 -1 4202560 146843 0 0 0 323 25 0 0 15 0 22 0 607888922 16074498048 103374 33554432000 1073741824 1073778376 140735966498896 18446744073709551615 231907306393 0 4 0 16800975 18446604453892481088 0 0 -1 6 0 0 0
[pid=11584/tid=11591] ppid=11582 vsize=15697752 CPUtime=3.4 cores=0,2,4,6
/proc/11584/task/11591/stat : 11591 (java) S 11582 11584 11475 0 -1 4202560 142731 0 0 0 314 26 0 0 15 0 22 0 607888922 16074498048 103374 33554432000 1073741824 1073778376 140735966498896 18446744073709551615 231907306393 0 4 0 16800975 18446604453892481088 0 0 -1 6 0 0 0
[pid=11584/tid=11592] ppid=11582 vsize=15697752 CPUtime=3.49 cores=0,2,4,6
/proc/11584/task/11592/stat : 11592 (java) S 11582 11584 11475 0 -1 4202560 149732 0 0 0 323 26 0 0 15 0 22 0 607888922 16074498048 103374 33554432000 1073741824 1073778376 140735966498896 18446744073709551615 231907306393 0 4 0 16800975 18446604453892481088 0 0 -1 6 0 0 0
[pid=11584/tid=11593] ppid=11582 vsize=15697752 CPUtime=3.33 cores=0,2,4,6
/proc/11584/task/11593/stat : 11593 (java) S 11582 11584 11475 0 -1 4202560 145711 0 0 0 310 23 0 0 15 0 22 0 607888922 16074498048 103374 33554432000 1073741824 1073778376 140735966498896 18446744073709551615 231907306393 0 4 0 16800975 18446604453892481088 0 0 -1 4 0 0 0
[pid=11584/tid=11594] ppid=11582 vsize=15697752 CPUtime=3.41 cores=0,2,4,6
/proc/11584/task/11594/stat : 11594 (java) S 11582 11584 11475 0 -1 4202560 143183 0 0 0 316 25 0 0 16 0 22 0 607888922 16074498048 103374 33554432000 1073741824 1073778376 140735966498896 18446744073709551615 231907306393 0 4 0 16800975 18446604453892481088 0 0 -1 0 0 0 0
[pid=11584/tid=11595] ppid=11582 vsize=15697752 CPUtime=2.02 cores=0,2,4,6
/proc/11584/task/11595/stat : 11595 (java) S 11582 11584 11475 0 -1 4202560 7230 0 0 0 124 78 0 0 15 0 22 0 607888923 16074498048 103374 33554432000 1073741824 1073778376 140735966498896 18446744073709551615 231907307008 0 0 0 16800975 18446604453892481088 0 0 -1 0 0 0 0
[pid=11584/tid=11596] ppid=11582 vsize=15697752 CPUtime=0 cores=0,2,4,6
/proc/11584/task/11596/stat : 11596 (java) S 11582 11584 11475 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 607888923 16074498048 103374 33554432000 1073741824 1073778376 140735966498896 18446744073709551615 231907306393 0 4 0 16800975 18446604453892481088 0 0 -1 2 0 0 0
[pid=11584/tid=11597] ppid=11582 vsize=15697752 CPUtime=0 cores=0,2,4,6
/proc/11584/task/11597/stat : 11597 (java) S 11582 11584 11475 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 607888923 16074498048 103374 33554432000 1073741824 1073778376 140735966498896 18446744073709551615 231907306393 0 4 0 16800975 18446604453892481088 0 0 -1 2 0 0 0
[pid=11584/tid=11598] ppid=11582 vsize=15697752 CPUtime=0 cores=0,2,4,6
/proc/11584/task/11598/stat : 11598 (java) S 11582 11584 11475 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 607888925 16074498048 103374 33554432000 1073741824 1073778376 140735966498896 18446744073709551615 231907314097 0 4 0 16800975 18446604453892481088 0 0 -1 6 0 0 0
[pid=11584/tid=11599] ppid=11582 vsize=15697752 CPUtime=0.9 cores=0,2,4,6
/proc/11584/task/11599/stat : 11599 (java) S 11582 11584 11475 0 -1 4202560 3744 0 0 0 90 0 0 0 15 0 22 0 607888925 16074498048 103374 33554432000 1073741824 1073778376 140735966498896 18446744073709551615 231907306393 0 4 0 16800975 18446604453892481088 0 0 -1 0 0 0 0
[pid=11584/tid=11600] ppid=11582 vsize=15697752 CPUtime=0.99 cores=0,2,4,6
/proc/11584/task/11600/stat : 11600 (java) S 11582 11584 11475 0 -1 4202560 11698 0 0 0 98 1 0 0 15 0 22 0 607888925 16074498048 103374 33554432000 1073741824 1073778376 140735966498896 18446744073709551615 231907306393 0 4 0 16800975 18446604453892481088 0 0 -1 2 0 0 0
[pid=11584/tid=11601] ppid=11582 vsize=15697752 CPUtime=0 cores=0,2,4,6
/proc/11584/task/11601/stat : 11601 (java) S 11582 11584 11475 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 607888925 16074498048 103374 33554432000 1073741824 1073778376 140735966498896 18446744073709551615 231907306393 0 4 0 16800975 18446604453892481088 0 0 -1 6 0 0 0
[pid=11584/tid=11602] ppid=11582 vsize=15697752 CPUtime=0 cores=0,2,4,6
/proc/11584/task/11602/stat : 11602 (java) S 11582 11584 11475 0 -1 4202560 64 0 0 0 0 0 0 0 15 0 22 0 607888925 16074498048 103374 33554432000 1073741824 1073778376 140735966498896 18446744073709551615 231907307008 0 4 0 16800975 18446604453892481088 0 0 -1 2 0 0 0
[pid=11584/tid=11603] ppid=11582 vsize=15697752 CPUtime=1107.78 cores=0,2,4,6
/proc/11584/task/11603/stat : 11603 (java) R 11582 11584 11475 0 -1 4202560 388192 0 0 0 110728 50 0 0 25 0 22 0 607888947 16074498048 103374 33554432000 1073741824 1073778376 140735966498896 18446744073709551615 47314506760532 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=11584/tid=11604] ppid=11582 vsize=15697752 CPUtime=1107.97 cores=0,2,4,6
/proc/11584/task/11604/stat : 11604 (java) R 11582 11584 11475 0 -1 4202560 402499 0 0 0 110743 54 0 0 25 0 22 0 607888947 16074498048 103374 33554432000 1073741824 1073778376 140735966498896 18446744073709551615 46912505981901 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=11584/tid=11605] ppid=11582 vsize=15697752 CPUtime=1108.54 cores=0,2,4,6
/proc/11584/task/11605/stat : 11605 (java) R 11582 11584 11475 0 -1 4202560 399065 0 0 0 110801 53 0 0 25 0 22 0 607888948 16074498048 103374 33554432000 1073741824 1073778376 140735966498896 18446744073709551615 46912505744092 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=11584/tid=11606] ppid=11582 vsize=15697752 CPUtime=1107.8 cores=0,2,4,6
/proc/11584/task/11606/stat : 11606 (java) R 11582 11584 11475 0 -1 4202560 395346 0 0 0 110727 53 0 0 25 0 22 0 607888948 16074498048 103374 33554432000 1073741824 1073778376 140735966498896 18446744073709551615 46912505823669 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4463.91
Current children cumulated vsize (KiB) 15697752

[startup+1182.3 s]
/proc/loadavg: 8.14 8.08 7.76 9/220 11833
/proc/meminfo: memFree=28623208/32950928 swapFree=67111356/67111528
[pid=11584] ppid=11582 vsize=15697752 CPUtime=4702.54 cores=0,2,4,6
/proc/11584/stat : 11584 (java) S 11582 11584 11475 0 -1 4202496 2916412 0 1 0 469730 524 0 0 25 0 22 0 607888921 16074498048 94705 33554432000 1073741824 1073778376 140735966498896 18446744073709551615 231907293157 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/11584/statm: 3924438 94705 2298 9 0 3915157 0
[pid=11584/tid=11585] ppid=11582 vsize=15697752 CPUtime=0.39 cores=0,2,4,6
/proc/11584/task/11585/stat : 11585 (java) S 11582 11584 11475 0 -1 4202560 6985 0 1 0 38 1 0 0 20 0 22 0 607888921 16074498048 94705 33554432000 1073741824 1073778376 140735966498896 18446744073709551615 231907306393 0 4 0 16800975 18446604453892481088 0 0 -1 4 0 0 0
[pid=11584/tid=11587] ppid=11582 vsize=15697752 CPUtime=3.59 cores=0,2,4,6
/proc/11584/task/11587/stat : 11587 (java) S 11582 11584 11475 0 -1 4202560 159392 0 0 0 332 27 0 0 15 0 22 0 607888922 16074498048 94705 33554432000 1073741824 1073778376 140735966498896 18446744073709551615 231907306393 0 4 0 16800975 18446604453892481088 0 0 -1 4 0 0 0
[pid=11584/tid=11588] ppid=11582 vsize=15697752 CPUtime=3.52 cores=0,2,4,6
/proc/11584/task/11588/stat : 11588 (java) S 11582 11584 11475 0 -1 4202560 144777 0 0 0 327 25 0 0 15 0 22 0 607888922 16074498048 94705 33554432000 1073741824 1073778376 140735966498896 18446744073709551615 231907306393 0 4 0 16800975 18446604453892481088 0 0 -1 0 0 0 0
[pid=11584/tid=11589] ppid=11582 vsize=15697752 CPUtime=3.67 cores=0,2,4,6
/proc/11584/task/11589/stat : 11589 (java) S 11582 11584 11475 0 -1 4202560 158222 0 0 0 338 29 0 0 15 0 22 0 607888922 16074498048 94705 33554432000 1073741824 1073778376 140735966498896 18446744073709551615 231907306393 0 4 0 16800975 18446604453892481088 0 0 -1 6 0 0 0
[pid=11584/tid=11590] ppid=11582 vsize=15697752 CPUtime=3.65 cores=0,2,4,6
/proc/11584/task/11590/stat : 11590 (java) S 11582 11584 11475 0 -1 4202560 154789 0 0 0 339 26 0 0 16 0 22 0 607888922 16074498048 94705 33554432000 1073741824 1073778376 140735966498896 18446744073709551615 231907306393 0 4 0 16800975 18446604453892481088 0 0 -1 0 0 0 0
[pid=11584/tid=11591] ppid=11582 vsize=15697752 CPUtime=3.58 cores=0,2,4,6
/proc/11584/task/11591/stat : 11591 (java) S 11582 11584 11475 0 -1 4202560 149651 0 0 0 331 27 0 0 16 0 22 0 607888922 16074498048 94705 33554432000 1073741824 1073778376 140735966498896 18446744073709551615 231907306393 0 4 0 16800975 18446604453892481088 0 0 -1 4 0 0 0
[pid=11584/tid=11592] ppid=11582 vsize=15697752 CPUtime=3.67 cores=0,2,4,6
/proc/11584/task/11592/stat : 11592 (java) S 11582 11584 11475 0 -1 4202560 156610 0 0 0 340 27 0 0 15 0 22 0 607888922 16074498048 94705 33554432000 1073741824 1073778376 140735966498896 18446744073709551615 231907306393 0 4 0 16800975 18446604453892481088 0 0 -1 2 0 0 0
[pid=11584/tid=11593] ppid=11582 vsize=15697752 CPUtime=3.51 cores=0,2,4,6
/proc/11584/task/11593/stat : 11593 (java) S 11582 11584 11475 0 -1 4202560 154503 0 0 0 326 25 0 0 15 0 22 0 607888922 16074498048 94705 33554432000 1073741824 1073778376 140735966498896 18446744073709551615 231907306393 0 4 0 16800975 18446604453892481088 0 0 -1 2 0 0 0
[pid=11584/tid=11594] ppid=11582 vsize=15697752 CPUtime=3.58 cores=0,2,4,6
/proc/11584/task/11594/stat : 11594 (java) S 11582 11584 11475 0 -1 4202560 148583 0 0 0 332 26 0 0 15 0 22 0 607888922 16074498048 94705 33554432000 1073741824 1073778376 140735966498896 18446744073709551615 231907306393 0 4 0 16800975 18446604453892481088 0 0 -1 4 0 0 0
[pid=11584/tid=11595] ppid=11582 vsize=15697752 CPUtime=2.14 cores=0,2,4,6
/proc/11584/task/11595/stat : 11595 (java) S 11582 11584 11475 0 -1 4202560 7626 0 0 0 132 82 0 0 15 0 22 0 607888923 16074498048 94705 33554432000 1073741824 1073778376 140735966498896 18446744073709551615 231907307008 0 0 0 16800975 18446604453892481088 0 0 -1 6 0 0 0
[pid=11584/tid=11596] ppid=11582 vsize=15697752 CPUtime=0 cores=0,2,4,6
/proc/11584/task/11596/stat : 11596 (java) S 11582 11584 11475 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 607888923 16074498048 94705 33554432000 1073741824 1073778376 140735966498896 18446744073709551615 231907306393 0 4 0 16800975 18446604453892481088 0 0 -1 2 0 0 0
[pid=11584/tid=11597] ppid=11582 vsize=15697752 CPUtime=0 cores=0,2,4,6
/proc/11584/task/11597/stat : 11597 (java) S 11582 11584 11475 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 607888923 16074498048 94705 33554432000 1073741824 1073778376 140735966498896 18446744073709551615 231907306393 0 4 0 16800975 18446604453892481088 0 0 -1 2 0 0 0
[pid=11584/tid=11598] ppid=11582 vsize=15697752 CPUtime=0 cores=0,2,4,6
/proc/11584/task/11598/stat : 11598 (java) S 11582 11584 11475 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 607888925 16074498048 94705 33554432000 1073741824 1073778376 140735966498896 18446744073709551615 231907314097 0 4 0 16800975 18446604453892481088 0 0 -1 6 0 0 0
[pid=11584/tid=11599] ppid=11582 vsize=15697752 CPUtime=0.9 cores=0,2,4,6
/proc/11584/task/11599/stat : 11599 (java) S 11582 11584 11475 0 -1 4202560 3744 0 0 0 90 0 0 0 15 0 22 0 607888925 16074498048 94705 33554432000 1073741824 1073778376 140735966498896 18446744073709551615 231907306393 0 4 0 16800975 18446604453892481088 0 0 -1 0 0 0 0
[pid=11584/tid=11600] ppid=11582 vsize=15697752 CPUtime=0.99 cores=0,2,4,6
/proc/11584/task/11600/stat : 11600 (java) S 11582 11584 11475 0 -1 4202560 11698 0 0 0 98 1 0 0 15 0 22 0 607888925 16074498048 94705 33554432000 1073741824 1073778376 140735966498896 18446744073709551615 231907306393 0 4 0 16800975 18446604453892481088 0 0 -1 2 0 0 0
[pid=11584/tid=11601] ppid=11582 vsize=15697752 CPUtime=0 cores=0,2,4,6
/proc/11584/task/11601/stat : 11601 (java) S 11582 11584 11475 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 607888925 16074498048 94705 33554432000 1073741824 1073778376 140735966498896 18446744073709551615 231907306393 0 4 0 16800975 18446604453892481088 0 0 -1 6 0 0 0
[pid=11584/tid=11602] ppid=11582 vsize=15697752 CPUtime=0 cores=0,2,4,6
/proc/11584/task/11602/stat : 11602 (java) S 11582 11584 11475 0 -1 4202560 65 0 0 0 0 0 0 0 15 0 22 0 607888925 16074498048 94705 33554432000 1073741824 1073778376 140735966498896 18446744073709551615 231907307008 0 4 0 16800975 18446604453892481088 0 0 -1 2 0 0 0
[pid=11584/tid=11603] ppid=11582 vsize=15697752 CPUtime=1167.14 cores=0,2,4,6
/proc/11584/task/11603/stat : 11603 (java) R 11582 11584 11475 0 -1 4202560 405283 0 0 0 116661 53 0 0 25 0 22 0 607888947 16074498048 94705 33554432000 1073741824 1073778376 140735966498896 18446744073709551615 46912505850073 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=11584/tid=11604] ppid=11582 vsize=15697752 CPUtime=1167.18 cores=0,2,4,6
/proc/11584/task/11604/stat : 11604 (java) R 11582 11584 11475 0 -1 4202560 420397 0 0 0 116662 56 0 0 25 0 22 0 607888947 16074498048 94705 33554432000 1073741824 1073778376 140735966498896 18446744073709551615 46912505850274 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=11584/tid=11605] ppid=11582 vsize=15697752 CPUtime=1167.9 cores=0,2,4,6
/proc/11584/task/11605/stat : 11605 (java) R 11582 11584 11475 0 -1 4202560 418014 0 0 0 116734 56 0 0 25 0 22 0 607888948 16074498048 94705 33554432000 1073741824 1073778376 140735966498896 18446744073709551615 46912505850008 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=11584/tid=11606] ppid=11582 vsize=15697752 CPUtime=1166.98 cores=0,2,4,6
/proc/11584/task/11606/stat : 11606 (java) R 11582 11584 11475 0 -1 4202560 414686 0 0 0 116644 54 0 0 25 0 22 0 607888948 16074498048 94705 33554432000 1073741824 1073778376 140735966498896 18446744073709551615 46912505726654 0 4 0 16800975 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4702.54
Current children cumulated vsize (KiB) 15697752



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1206.9 s]
/proc/loadavg: 8.15 8.09 7.77 9/220 11834
/proc/meminfo: memFree=28622204/32950928 swapFree=67111356/67111528
[pid=11584] ppid=11582 vsize=15697752 CPUtime=4800.41 cores=0,2,4,6
/proc/11584/stat : 11584 (java) S 11582 11584 11475 0 -1 4202496 2974281 0 1 0 479508 533 0 0 25 0 22 0 607888921 16074498048 95745 33554432000 1073741824 1073778376 140735966498896 18446744073709551615 231907293157 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/11584/statm: 3924438 95745 2298 9 0 3915157 0
[pid=11584/tid=11585] ppid=11582 vsize=15697752 CPUtime=0.39 cores=0,2,4,6
/proc/11584/task/11585/stat : 11585 (java) S 11582 11584 11475 0 -1 4202560 6985 0 1 0 38 1 0 0 20 0 22 0 607888921 16074498048 95745 33554432000 1073741824 1073778376 140735966498896 18446744073709551615 231907306393 0 4 0 16800975 18446604453892481088 0 0 -1 4 0 0 0
[pid=11584/tid=11587] ppid=11582 vsize=15697752 CPUtime=3.66 cores=0,2,4,6
/proc/11584/task/11587/stat : 11587 (java) S 11582 11584 11475 0 -1 4202560 162046 0 0 0 339 27 0 0 16 0 22 0 607888922 16074498048 95745 33554432000 1073741824 1073778376 140735966498896 18446744073709551615 231907306393 0 4 0 16800975 18446604453892481088 0 0 -1 2 0 0 0
[pid=11584/tid=11588] ppid=11582 vsize=15697752 CPUtime=3.6 cores=0,2,4,6
/proc/11584/task/11588/stat : 11588 (java) S 11582 11584 11475 0 -1 4202560 148068 0 0 0 334 26 0 0 15 0 22 0 607888922 16074498048 95745 33554432000 1073741824 1073778376 140735966498896 18446744073709551615 231907306393 0 4 0 16800975 18446604453892481088 0 0 -1 6 0 0 0
[pid=11584/tid=11589] ppid=11582 vsize=15697752 CPUtime=3.75 cores=0,2,4,6
/proc/11584/task/11589/stat : 11589 (java) S 11582 11584 11475 0 -1 4202560 161952 0 0 0 346 29 0 0 16 0 22 0 607888922 16074498048 95745 33554432000 1073741824 1073778376 140735966498896 18446744073709551615 231907306393 0 4 0 16800975 18446604453892481088 0 0 -1 4 0 0 0
[pid=11584/tid=11590] ppid=11582 vsize=15697752 CPUtime=3.72 cores=0,2,4,6
/proc/11584/task/11590/stat : 11590 (java) S 11582 11584 11475 0 -1 4202560 157095 0 0 0 345 27 0 0 15 0 22 0 607888922 16074498048 95745 33554432000 1073741824 1073778376 140735966498896 18446744073709551615 231907306393 0 4 0 16800975 18446604453892481088 0 0 -1 6 0 0 0
[pid=11584/tid=11591] ppid=11582 vsize=15697752 CPUtime=3.65 cores=0,2,4,6
/proc/11584/task/11591/stat : 11591 (java) S 11582 11584 11475 0 -1 4202560 152527 0 0 0 338 27 0 0 15 0 22 0 607888922 16074498048 95745 33554432000 1073741824 1073778376 140735966498896 18446744073709551615 231907306393 0 4 0 16800975 18446604453892481088 0 0 -1 0 0 0 0
[pid=11584/tid=11592] ppid=11582 vsize=15697752 CPUtime=3.74 cores=0,2,4,6
/proc/11584/task/11592/stat : 11592 (java) S 11582 11584 11475 0 -1 4202560 160047 0 0 0 347 27 0 0 15 0 22 0 607888922 16074498048 95745 33554432000 1073741824 1073778376 140735966498896 18446744073709551615 231907306393 0 4 0 16800975 18446604453892481088 0 0 -1 6 0 0 0
[pid=11584/tid=11593] ppid=11582 vsize=15697752 CPUtime=3.6 cores=0,2,4,6
/proc/11584/task/11593/stat : 11593 (java) S 11582 11584 11475 0 -1 4202560 159633 0 0 0 334 26 0 0 15 0 22 0 607888922 16074498048 95745 33554432000 1073741824 1073778376 140735966498896 18446744073709551615 231907306393 0 4 0 16800975 18446604453892481088 0 0 -1 4 0 0 0
[pid=11584/tid=11594] ppid=11582 vsize=15697752 CPUtime=3.63 cores=0,2,4,6
/proc/11584/task/11594/stat : 11594 (java) S 11582 11584 11475 0 -1 4202560 151038 0 0 0 337 26 0 0 15 0 22 0 607888922 16074498048 95745 33554432000 1073741824 1073778376 140735966498896 18446744073709551615 231907306393 0 4 0 16800975 18446604453892481088 0 0 -1 0 0 0 0
[pid=11584/tid=11595] ppid=11582 vsize=15697752 CPUtime=2.19 cores=0,2,4,6
/proc/11584/task/11595/stat : 11595 (java) S 11582 11584 11475 0 -1 4202560 7827 0 0 0 134 85 0 0 15 0 22 0 607888923 16074498048 95745 33554432000 1073741824 1073778376 140735966498896 18446744073709551615 231907307008 0 0 0 16800975 18446604453892481088 0 0 -1 6 0 0 0
[pid=11584/tid=11596] ppid=11582 vsize=15697752 CPUtime=0 cores=0,2,4,6
/proc/11584/task/11596/stat : 11596 (java) S 11582 11584 11475 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 607888923 16074498048 95745 33554432000 1073741824 1073778376 140735966498896 18446744073709551615 231907306393 0 4 0 16800975 18446604453892481088 0 0 -1 2 0 0 0
[pid=11584/tid=11597] ppid=11582 vsize=15697752 CPUtime=0 cores=0,2,4,6
/proc/11584/task/11597/stat : 11597 (java) S 11582 11584 11475 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 607888923 16074498048 95745 33554432000 1073741824 1073778376 140735966498896 18446744073709551615 231907306393 0 4 0 16800975 18446604453892481088 0 0 -1 2 0 0 0
[pid=11584/tid=11598] ppid=11582 vsize=15697752 CPUtime=0 cores=0,2,4,6
/proc/11584/task/11598/stat : 11598 (java) S 11582 11584 11475 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 607888925 16074498048 95745 33554432000 1073741824 1073778376 140735966498896 18446744073709551615 231907314097 0 4 0 16800975 18446604453892481088 0 0 -1 6 0 0 0
[pid=11584/tid=11599] ppid=11582 vsize=15697752 CPUtime=0.9 cores=0,2,4,6
/proc/11584/task/11599/stat : 11599 (java) S 11582 11584 11475 0 -1 4202560 3744 0 0 0 90 0 0 0 15 0 22 0 607888925 16074498048 95745 33554432000 1073741824 1073778376 140735966498896 18446744073709551615 231907306393 0 4 0 16800975 18446604453892481088 0 0 -1 0 0 0 0
[pid=11584/tid=11600] ppid=11582 vsize=15697752 CPUtime=0.99 cores=0,2,4,6
/proc/11584/task/11600/stat : 11600 (java) S 11582 11584 11475 0 -1 4202560 11698 0 0 0 98 1 0 0 15 0 22 0 607888925 16074498048 95745 33554432000 1073741824 1073778376 140735966498896 18446744073709551615 231907306393 0 4 0 16800975 18446604453892481088 0 0 -1 2 0 0 0
[pid=11584/tid=11601] ppid=11582 vsize=15697752 CPUtime=0 cores=0,2,4,6
/proc/11584/task/11601/stat : 11601 (java) S 11582 11584 11475 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 607888925 16074498048 95745 33554432000 1073741824 1073778376 140735966498896 18446744073709551615 231907306393 0 4 0 16800975 18446604453892481088 0 0 -1 6 0 0 0
[pid=11584/tid=11602] ppid=11582 vsize=15697752 CPUtime=0 cores=0,2,4,6
/proc/11584/task/11602/stat : 11602 (java) S 11582 11584 11475 0 -1 4202560 67 0 0 0 0 0 0 0 15 0 22 0 607888925 16074498048 95745 33554432000 1073741824 1073778376 140735966498896 18446744073709551615 231907307008 0 4 0 16800975 18446604453892481088 0 0 -1 2 0 0 0
[pid=11584/tid=11603] ppid=11582 vsize=15697752 CPUtime=1191.49 cores=0,2,4,6
/proc/11584/task/11603/stat : 11603 (java) R 11582 11584 11475 0 -1 4202560 412875 0 0 0 119095 54 0 0 25 0 22 0 607888947 16074498048 95745 33554432000 1073741824 1073778376 140735966498896 18446744073709551615 46912506046381 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=11584/tid=11604] ppid=11582 vsize=15697752 CPUtime=1191.53 cores=0,2,4,6
/proc/11584/task/11604/stat : 11604 (java) R 11582 11584 11475 0 -1 4202560 427880 0 0 0 119096 57 0 0 25 0 22 0 607888947 16074498048 95745 33554432000 1073741824 1073778376 140735966498896 18446744073709551615 46912505699285 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=11584/tid=11605] ppid=11582 vsize=15697752 CPUtime=1192.16 cores=0,2,4,6
/proc/11584/task/11605/stat : 11605 (java) R 11582 11584 11475 0 -1 4202560 426788 0 0 0 119159 57 0 0 25 0 22 0 607888948 16074498048 95745 33554432000 1073741824 1073778376 140735966498896 18446744073709551615 46912505704950 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=11584/tid=11606] ppid=11582 vsize=15697752 CPUtime=1191.26 cores=0,2,4,6
/proc/11584/task/11606/stat : 11606 (java) R 11582 11584 11475 0 -1 4202560 422624 0 0 0 119071 55 0 0 25 0 22 0 607888948 16074498048 95745 33554432000 1073741824 1073778376 140735966498896 18446744073709551615 46912506078379 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4800.41
Current children cumulated vsize (KiB) 15697752

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

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

Child status: 143
Real time (s): 1206.94
CPU time (s): 4800.47
CPU user time (s): 4795.11
CPU system time (s): 5.35919
CPU usage (%): 397.739
Max. virtual memory (cumulated for all children) (KiB): 15703540

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4795.11
system time used= 5.35919
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2974308
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= 209812
involuntary context switches= 116669

runsolver used 1.91871 second user time and 4.71328 second system time

The end

Launcher Data

Begin job on node114 at 2011-04-30 17:16:22
IDJOB=3311603
IDBENCH=82988
IDSOLVER=1698
FILE ID=node114/3311603-1304176582
RUNJOBID= node114-1304176565-11493
PBS_JOBID= 13172426
Free space on /tmp= 73396 MiB

SOLVER NAME= STRUCTure 0.1 (hbr=2)
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v700-c2982-S115072124-051.SATISFIABLE.cnf
COMMAND LINE= run 15000 NBCORE TMPDIR DIR BENCHNAME -hbr 2
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3311603-1304176582/watcher-3311603-1304176582 -o /tmp/evaluation-result-3311603-1304176582/solver-3311603-1304176582 -C 4800 -W 1300 -M 15500  run 15000 4 HOME HOME HOME/instance-3311603-1304176582.cnf -hbr 2

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

MD5SUM BENCH= 6052486ba02fcb82855c9fc5130e5550
RANDOM SEED=2145246308

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:      29127224 kB
Buffers:       1107388 kB
Cached:        1812540 kB
SwapCached:        168 kB
Active:         530236 kB
Inactive:      2787332 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      29127224 kB
SwapTotal:    67111528 kB
SwapFree:     67111356 kB
Dirty:            3968 kB
Writeback:           0 kB
AnonPages:      397384 kB
Mapped:          23580 kB
Slab:           441312 kB
PageTables:       5392 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:  1032924 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 17:36:31