Trace number 3312807

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.27 1206.74

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v700-c2982-S1863077195-052.SATISFIABLE.cnf
MD5SUM95ba8379aa2e59896c8d6334d91cdeab
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.010997
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.12	30:56 INFO : Reading from input HOME/instance-3312807-1304137855.cnf
0.28/0.26	Executor set job limit to 1000000
0.28/0.26	Executor set job limit to 1000000
0.28/0.26	Executor set job limit to 1000000
0.28/0.26	Executor set job limit to 1000000
0.28/0.26	Starting Executor!
0.28/0.27	Starting Executor!
0.28/0.27	Starting Executor!
0.28/0.27	Starting Executor!
0.78/0.40	30:56 INFO : 696 variables remaining out of 700
0.78/0.40	30:56 INFO : 11820 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-3312807-1304137855/watcher-3312807-1304137855 -o /tmp/evaluation-result-3312807-1304137855/solver-3312807-1304137855 -C 4800 -W 1300 -M 15500 run 15000 4 HOME HOME HOME/instance-3312807-1304137855.cnf 

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: 3.70 4.06 5.16 3/189 29958
/proc/meminfo: memFree=29743384/32950928 swapFree=67111364/67111528
[pid=29958] ppid=29954 vsize=27172 CPUtime=0 cores=0,2,4,6
/proc/29958/stat : 29958 (java) S 29954 29958 29250 0 -1 4202496 1423 0 0 0 0 0 0 0 25 0 2 0 604016220 27824128 894 33554432000 1073741824 1073778376 140733613617792 18446744073709551615 256427194341 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/29958/statm: 6793 894 684 9 0 381 0
[pid=29958/tid=29959] ppid=29954 vsize=28356 CPUtime=0 cores=0,2,4,6
/proc/29958/task/29959/stat : 29959 (java) R 29954 29958 29250 0 -1 4202560 66 0 0 0 0 0 0 0 25 0 2 0 604016221 29036544 894 33554432000 1073741824 1073778376 140733613617792 18446744073709551615 256410468362 0 0 4096 0 0 0 0 -1 4 0 0 0

[startup+0.03954 s]
/proc/loadavg: 3.70 4.06 5.16 3/189 29958
/proc/meminfo: memFree=29743384/32950928 swapFree=67111364/67111528
[pid=29958] ppid=29954 vsize=15604248 CPUtime=0.02 cores=0,2,4,6
/proc/29958/stat : 29958 (java) S 29954 29958 29250 0 -1 4202496 3779 0 1 0 2 0 0 0 25 0 13 0 604016220 15978749952 3219 33554432000 1073741824 1073778376 140733613617792 18446744073709551615 256427194341 0 0 0 16800971 18446744073709551615 0 0 17 4 0 0 0
/proc/29958/statm: 3901062 3220 1682 9 0 3891810 0
[pid=29958/tid=29959] ppid=29954 vsize=15604248 CPUtime=0.02 cores=0,2,4,6
/proc/29958/task/29959/stat : 29959 (java) R 29954 29958 29250 0 -1 4202560 2390 0 1 0 2 0 0 0 18 0 13 0 604016221 15978749952 3220 33554432000 1073741824 1073778376 140733613617792 18446744073709551615 47688186210323 0 4 0 16800971 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 15604248

[startup+0.100473 s]
/proc/loadavg: 3.70 4.06 5.16 3/189 29958
/proc/meminfo: memFree=29743384/32950928 swapFree=67111364/67111528
[pid=29958] ppid=29954 vsize=15676716 CPUtime=0.1 cores=0,2,4,6
/proc/29958/stat : 29958 (java) S 29954 29958 29250 0 -1 4202496 5561 0 1 0 9 1 0 0 25 0 18 0 604016220 16052957184 5001 33554432000 1073741824 1073778376 140733613617792 18446744073709551615 256427194341 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/29958/statm: 3919179 5001 2116 9 0 3909898 0
[pid=29958/tid=29959] ppid=29954 vsize=15676716 CPUtime=0.08 cores=0,2,4,6
/proc/29958/task/29959/stat : 29959 (java) R 29954 29958 29250 0 -1 4202560 3436 0 1 0 7 1 0 0 18 0 18 0 604016221 16052957184 5001 33554432000 1073741824 1073778376 140733613617792 18446744073709551615 256415387493 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 15676716

[startup+0.300425 s]
/proc/loadavg: 3.70 4.06 5.16 3/189 29958
/proc/meminfo: memFree=29743384/32950928 swapFree=67111364/67111528
[pid=29958] ppid=29954 vsize=15686236 CPUtime=0.51 cores=0,2,4,6
/proc/29958/stat : 29958 (java) S 29954 29958 29250 0 -1 4202496 11441 0 1 0 49 2 0 0 25 0 22 0 604016220 16062705664 9943 33554432000 1073741824 1073778376 140733613617792 18446744073709551615 256427194341 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/29958/statm: 3921559 9944 2213 9 0 3912278 0
[pid=29958/tid=29959] ppid=29954 vsize=15686236 CPUtime=0.27 cores=0,2,4,6
/proc/29958/task/29959/stat : 29959 (java) R 29954 29958 29250 0 -1 4202560 6575 0 1 0 26 1 0 0 19 0 22 0 604016221 16062705664 9944 33554432000 1073741824 1073778376 140733613617792 18446744073709551615 46912505219224 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 15686236

[startup+0.700306 s]
/proc/loadavg: 3.70 4.06 5.16 3/189 29958
/proc/meminfo: memFree=29743384/32950928 swapFree=67111364/67111528
[pid=29958] ppid=29954 vsize=15767288 CPUtime=1.79 cores=0,2,4,6
/proc/29958/stat : 29958 (java) S 29954 29958 29250 0 -1 4202496 27211 0 1 0 174 5 0 0 25 0 22 0 604016220 16145702912 22826 33554432000 1073741824 1073778376 140733613617792 18446744073709551615 256427194341 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/29958/statm: 3941822 22826 2252 9 0 3932541 0
[pid=29958/tid=29959] ppid=29954 vsize=15767288 CPUtime=0.38 cores=0,2,4,6
/proc/29958/task/29959/stat : 29959 (java) S 29954 29958 29250 0 -1 4202560 7004 0 1 0 37 1 0 0 20 0 22 0 604016221 16145702912 22826 33554432000 1073741824 1073778376 140733613617792 18446744073709551615 256427207577 0 4 0 16800975 18446604448882696448 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1.79
Current children cumulated vsize (KiB) 15767288

[startup+1.50115 s]
/proc/loadavg: 3.70 4.06 5.16 13/220 29989
/proc/meminfo: memFree=29393768/32950928 swapFree=67111364/67111528
[pid=29958] ppid=29954 vsize=15764676 CPUtime=4.97 cores=0,2,4,6
/proc/29958/stat : 29958 (java) S 29954 29958 29250 0 -1 4202496 61795 0 1 0 487 10 0 0 25 0 22 0 604016220 16143028224 56669 33554432000 1073741824 1073778376 140733613617792 18446744073709551615 256427194341 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/29958/statm: 3941169 56669 2282 9 0 3931888 0
[pid=29958/tid=29959] ppid=29954 vsize=15764676 CPUtime=0.38 cores=0,2,4,6
/proc/29958/task/29959/stat : 29959 (java) S 29954 29958 29250 0 -1 4202560 7004 0 1 0 37 1 0 0 20 0 22 0 604016221 16143028224 56669 33554432000 1073741824 1073778376 140733613617792 18446744073709551615 256427207577 0 4 0 16800975 18446604448882696448 0 0 -1 2 0 0 0
[pid=29958/tid=29961] ppid=29954 vsize=15764676 CPUtime=0 cores=0,2,4,6
/proc/29958/task/29961/stat : 29961 (java) S 29954 29958 29250 0 -1 4202560 2241 0 0 0 0 0 0 0 16 0 22 0 604016221 16143028224 56669 33554432000 1073741824 1073778376 140733613617792 18446744073709551615 256427207577 0 4 0 16800975 18446604448882696448 0 0 -1 0 0 0 0
[pid=29958/tid=29962] ppid=29954 vsize=15764676 CPUtime=0 cores=0,2,4,6
/proc/29958/task/29962/stat : 29962 (java) S 29954 29958 29250 0 -1 4202560 309 0 0 0 0 0 0 0 15 0 22 0 604016221 16143028224 56669 33554432000 1073741824 1073778376 140733613617792 18446744073709551615 256427207577 0 4 0 16800975 18446604448882696448 0 0 -1 6 0 0 0
[pid=29958/tid=29963] ppid=29954 vsize=15764676 CPUtime=0 cores=0,2,4,6
/proc/29958/task/29963/stat : 29963 (java) S 29954 29958 29250 0 -1 4202560 780 0 0 0 0 0 0 0 15 0 22 0 604016221 16143028224 56669 33554432000 1073741824 1073778376 140733613617792 18446744073709551615 256427207577 0 4 0 16800975 18446604448882696448 0 0 -1 2 0 0 0
[pid=29958/tid=29964] ppid=29954 vsize=15764676 CPUtime=0 cores=0,2,4,6
/proc/29958/task/29964/stat : 29964 (java) S 29954 29958 29250 0 -1 4202560 1802 0 0 0 0 0 0 0 16 0 22 0 604016221 16143028224 56669 33554432000 1073741824 1073778376 140733613617792 18446744073709551615 256427207577 0 4 0 16800975 18446604448882696448 0 0 -1 2 0 0 0
[pid=29958/tid=29965] ppid=29954 vsize=15764676 CPUtime=0 cores=0,2,4,6
/proc/29958/task/29965/stat : 29965 (java) S 29954 29958 29250 0 -1 4202560 175 0 0 0 0 0 0 0 15 0 22 0 604016221 16143028224 56669 33554432000 1073741824 1073778376 140733613617792 18446744073709551615 256427207577 0 4 0 16800975 18446604448882696448 0 0 -1 4 0 0 0
[pid=29958/tid=29966] ppid=29954 vsize=15764676 CPUtime=0 cores=0,2,4,6
/proc/29958/task/29966/stat : 29966 (java) S 29954 29958 29250 0 -1 4202560 1272 0 0 0 0 0 0 0 16 0 22 0 604016221 16143028224 56669 33554432000 1073741824 1073778376 140733613617792 18446744073709551615 256427207577 0 4 0 16800975 18446604448882696448 0 0 -1 4 0 0 0
[pid=29958/tid=29967] ppid=29954 vsize=15764676 CPUtime=0 cores=0,2,4,6
/proc/29958/task/29967/stat : 29967 (java) S 29954 29958 29250 0 -1 4202560 1547 0 0 0 0 0 0 0 16 0 22 0 604016221 16143028224 56669 33554432000 1073741824 1073778376 140733613617792 18446744073709551615 256427207577 0 4 0 16800975 18446604448882696448 0 0 -1 6 0 0 0
[pid=29958/tid=29968] ppid=29954 vsize=15764676 CPUtime=0 cores=0,2,4,6
/proc/29958/task/29968/stat : 29968 (java) S 29954 29958 29250 0 -1 4202560 1615 0 0 0 0 0 0 0 15 0 22 0 604016221 16143028224 56669 33554432000 1073741824 1073778376 140733613617792 18446744073709551615 256427207577 0 4 0 16800975 18446604448882696448 0 0 -1 4 0 0 0
[pid=29958/tid=29969] ppid=29954 vsize=15764676 CPUtime=0 cores=0,2,4,6
/proc/29958/task/29969/stat : 29969 (java) S 29954 29958 29250 0 -1 4202560 74 0 0 0 0 0 0 0 15 0 22 0 604016222 16143028224 56669 33554432000 1073741824 1073778376 140733613617792 18446744073709551615 256427208192 0 0 0 16800975 18446604448882696448 0 0 -1 6 0 0 0
[pid=29958/tid=29975] ppid=29954 vsize=15764676 CPUtime=0 cores=0,2,4,6
/proc/29958/task/29975/stat : 29975 (java) S 29954 29958 29250 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 604016223 16143028224 56669 33554432000 1073741824 1073778376 140733613617792 18446744073709551615 256427207577 0 4 0 16800975 18446604448882696448 0 0 -1 4 0 0 0
[pid=29958/tid=29976] ppid=29954 vsize=15764676 CPUtime=0 cores=0,2,4,6
/proc/29958/task/29976/stat : 29976 (java) S 29954 29958 29250 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 604016223 16143028224 56669 33554432000 1073741824 1073778376 140733613617792 18446744073709551615 256427207577 0 4 0 16800975 18446604448882696448 0 0 -1 2 0 0 0
[pid=29958/tid=29977] ppid=29954 vsize=15764676 CPUtime=0 cores=0,2,4,6
/proc/29958/task/29977/stat : 29977 (java) S 29954 29958 29250 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 604016225 16143028224 56669 33554432000 1073741824 1073778376 140733613617792 18446744073709551615 256427215281 0 4 0 16800975 18446604448882696448 0 0 -1 4 0 0 0
[pid=29958/tid=29978] ppid=29954 vsize=15764676 CPUtime=0.72 cores=0,2,4,6
/proc/29958/task/29978/stat : 29978 (java) S 29954 29958 29250 0 -1 4202560 10329 0 0 0 71 1 0 0 16 0 22 0 604016225 16143028224 56669 33554432000 1073741824 1073778376 140733613617792 18446744073709551615 256427207577 0 4 0 16800975 18446604448882696448 0 0 -1 4 0 0 0
[pid=29958/tid=29979] ppid=29954 vsize=15764676 CPUtime=0.71 cores=0,2,4,6
/proc/29958/task/29979/stat : 29979 (java) S 29954 29958 29250 0 -1 4202560 4510 0 0 0 71 0 0 0 15 0 22 0 604016225 16143028224 56669 33554432000 1073741824 1073778376 140733613617792 18446744073709551615 256427207577 0 4 0 16800975 18446604448882696448 0 0 -1 4 0 0 0
[pid=29958/tid=29980] ppid=29954 vsize=15764676 CPUtime=0 cores=0,2,4,6
/proc/29958/task/29980/stat : 29980 (java) S 29954 29958 29250 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 22 0 604016225 16143028224 56669 33554432000 1073741824 1073778376 140733613617792 18446744073709551615 256427207577 0 4 0 16800975 18446604448882696448 0 0 -1 4 0 0 0
[pid=29958/tid=29981] ppid=29954 vsize=15764676 CPUtime=0 cores=0,2,4,6
/proc/29958/task/29981/stat : 29981 (java) S 29954 29958 29250 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 604016225 16143028224 56669 33554432000 1073741824 1073778376 140733613617792 18446744073709551615 256427208192 0 4 0 16800975 18446604448882696448 0 0 -1 2 0 0 0
[pid=29958/tid=29986] ppid=29954 vsize=15764676 CPUtime=0.84 cores=0,2,4,6
/proc/29958/task/29986/stat : 29986 (java) R 29954 29958 29250 0 -1 4202560 10173 0 0 0 84 0 0 0 16 0 22 0 604016247 16143028224 56669 33554432000 1073741824 1073778376 140733613617792 18446744073709551615 47688187631448 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=29958/tid=29987] ppid=29954 vsize=15764676 CPUtime=0.78 cores=0,2,4,6
/proc/29958/task/29987/stat : 29987 (java) R 29954 29958 29250 0 -1 4202560 10615 0 0 0 78 0 0 0 18 0 22 0 604016247 16143028224 56669 33554432000 1073741824 1073778376 140733613617792 18446744073709551615 46912505829122 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=29958/tid=29988] ppid=29954 vsize=15764676 CPUtime=0.65 cores=0,2,4,6
/proc/29958/task/29988/stat : 29988 (java) R 29954 29958 29250 0 -1 4202560 2314 0 0 0 65 0 0 0 19 0 22 0 604016247 16143028224 56669 33554432000 1073741824 1073778376 140733613617792 18446744073709551615 46912505857854 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=29958/tid=29989] ppid=29954 vsize=15764676 CPUtime=0.76 cores=0,2,4,6
/proc/29958/task/29989/stat : 29989 (java) R 29954 29958 29250 0 -1 4202560 5650 0 0 0 75 1 0 0 19 0 22 0 604016247 16143028224 56669 33554432000 1073741824 1073778376 140733613617792 18446744073709551615 46912506049041 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4.97
Current children cumulated vsize (KiB) 15764676

[startup+3.10085 s]
/proc/loadavg: 4.12 4.14 5.18 9/220 29989
/proc/meminfo: memFree=29054636/32950928 swapFree=67111364/67111528
[pid=29958] ppid=29954 vsize=15764676 CPUtime=11.34 cores=0,2,4,6
/proc/29958/stat : 29958 (java) S 29954 29958 29250 0 -1 4202496 156071 0 1 0 1113 21 0 0 25 0 22 0 604016220 16143028224 150869 33554432000 1073741824 1073778376 140733613617792 18446744073709551615 256427194341 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/29958/statm: 3941169 150869 2283 9 0 3931888 0
[pid=29958/tid=29959] ppid=29954 vsize=15764676 CPUtime=0.38 cores=0,2,4,6
/proc/29958/task/29959/stat : 29959 (java) S 29954 29958 29250 0 -1 4202560 7004 0 1 0 37 1 0 0 20 0 22 0 604016221 16143028224 150869 33554432000 1073741824 1073778376 140733613617792 18446744073709551615 256427207577 0 4 0 16800975 18446604448882696448 0 0 -1 2 0 0 0
[pid=29958/tid=29961] ppid=29954 vsize=15764676 CPUtime=0.01 cores=0,2,4,6
/proc/29958/task/29961/stat : 29961 (java) S 29954 29958 29250 0 -1 4202560 4346 0 0 0 1 0 0 0 15 0 22 0 604016221 16143028224 150869 33554432000 1073741824 1073778376 140733613617792 18446744073709551615 256427207577 0 4 0 16800975 18446604448882696448 0 0 -1 6 0 0 0
[pid=29958/tid=29962] ppid=29954 vsize=15764676 CPUtime=0 cores=0,2,4,6
/proc/29958/task/29962/stat : 29962 (java) S 29954 29958 29250 0 -1 4202560 1199 0 0 0 0 0 0 0 15 0 22 0 604016221 16143028224 150869 33554432000 1073741824 1073778376 140733613617792 18446744073709551615 256427207577 0 4 0 16800975 18446604448882696448 0 0 -1 0 0 0 0
[pid=29958/tid=29963] ppid=29954 vsize=15764676 CPUtime=0 cores=0,2,4,6
/proc/29958/task/29963/stat : 29963 (java) S 29954 29958 29250 0 -1 4202560 3163 0 0 0 0 0 0 0 15 0 22 0 604016221 16143028224 150869 33554432000 1073741824 1073778376 140733613617792 18446744073709551615 256427207577 0 4 0 16800975 18446604448882696448 0 0 -1 2 0 0 0
[pid=29958/tid=29964] ppid=29954 vsize=15764676 CPUtime=0 cores=0,2,4,6
/proc/29958/task/29964/stat : 29964 (java) S 29954 29958 29250 0 -1 4202560 2014 0 0 0 0 0 0 0 16 0 22 0 604016221 16143028224 150869 33554432000 1073741824 1073778376 140733613617792 18446744073709551615 256427207577 0 4 0 16800975 18446604448882696448 0 0 -1 2 0 0 0
[pid=29958/tid=29965] ppid=29954 vsize=15764676 CPUtime=0 cores=0,2,4,6
/proc/29958/task/29965/stat : 29965 (java) S 29954 29958 29250 0 -1 4202560 1291 0 0 0 0 0 0 0 15 0 22 0 604016221 16143028224 150869 33554432000 1073741824 1073778376 140733613617792 18446744073709551615 256427207577 0 4 0 16800975 18446604448882696448 0 0 -1 0 0 0 0
[pid=29958/tid=29966] ppid=29954 vsize=15764676 CPUtime=0 cores=0,2,4,6
/proc/29958/task/29966/stat : 29966 (java) S 29954 29958 29250 0 -1 4202560 2747 0 0 0 0 0 0 0 16 0 22 0 604016221 16143028224 150869 33554432000 1073741824 1073778376 140733613617792 18446744073709551615 256427207577 0 4 0 16800975 18446604448882696448 0 0 -1 0 0 0 0
[pid=29958/tid=29967] ppid=29954 vsize=15764676 CPUtime=0 cores=0,2,4,6
/proc/29958/task/29967/stat : 29967 (java) S 29954 29958 29250 0 -1 4202560 2477 0 0 0 0 0 0 0 16 0 22 0 604016221 16143028224 150869 33554432000 1073741824 1073778376 140733613617792 18446744073709551615 256427207577 0 4 0 16800975 18446604448882696448 0 0 -1 4 0 0 0
[pid=29958/tid=29968] ppid=29954 vsize=15764676 CPUtime=0.01 cores=0,2,4,6
/proc/29958/task/29968/stat : 29968 (java) S 29954 29958 29250 0 -1 4202560 3499 0 0 0 1 0 0 0 15 0 22 0 604016221 16143028224 150869 33554432000 1073741824 1073778376 140733613617792 18446744073709551615 256427207577 0 4 0 16800975 18446604448882696448 0 0 -1 4 0 0 0
[pid=29958/tid=29969] ppid=29954 vsize=15764676 CPUtime=0 cores=0,2,4,6
/proc/29958/task/29969/stat : 29969 (java) S 29954 29958 29250 0 -1 4202560 448 0 0 0 0 0 0 0 15 0 22 0 604016222 16143028224 150869 33554432000 1073741824 1073778376 140733613617792 18446744073709551615 256427208192 0 0 0 16800975 18446604448882696448 0 0 -1 6 0 0 0
[pid=29958/tid=29975] ppid=29954 vsize=15764676 CPUtime=0 cores=0,2,4,6
/proc/29958/task/29975/stat : 29975 (java) S 29954 29958 29250 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 604016223 16143028224 150869 33554432000 1073741824 1073778376 140733613617792 18446744073709551615 256427207577 0 4 0 16800975 18446604448882696448 0 0 -1 4 0 0 0
[pid=29958/tid=29976] ppid=29954 vsize=15764676 CPUtime=0 cores=0,2,4,6
/proc/29958/task/29976/stat : 29976 (java) S 29954 29958 29250 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 604016223 16143028224 150869 33554432000 1073741824 1073778376 140733613617792 18446744073709551615 256427207577 0 4 0 16800975 18446604448882696448 0 0 -1 2 0 0 0
[pid=29958/tid=29977] ppid=29954 vsize=15764676 CPUtime=0 cores=0,2,4,6
/proc/29958/task/29977/stat : 29977 (java) S 29954 29958 29250 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 604016225 16143028224 150869 33554432000 1073741824 1073778376 140733613617792 18446744073709551615 256427215281 0 4 0 16800975 18446604448882696448 0 0 -1 4 0 0 0
[pid=29958/tid=29978] ppid=29954 vsize=15764676 CPUtime=0.82 cores=0,2,4,6
/proc/29958/task/29978/stat : 29978 (java) R 29954 29958 29250 0 -1 4202560 10342 0 0 0 81 1 0 0 15 0 22 0 604016225 16143028224 150869 33554432000 1073741824 1073778376 140733613617792 18446744073709551615 47688187530539 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=29958/tid=29979] ppid=29954 vsize=15764676 CPUtime=0.72 cores=0,2,4,6
/proc/29958/task/29979/stat : 29979 (java) R 29954 29958 29250 0 -1 4202560 4511 0 0 0 72 0 0 0 15 0 22 0 604016225 16143028224 150869 33554432000 1073741824 1073778376 140733613617792 18446744073709551615 256427207577 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=29958/tid=29980] ppid=29954 vsize=15764676 CPUtime=0 cores=0,2,4,6
/proc/29958/task/29980/stat : 29980 (java) S 29954 29958 29250 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 22 0 604016225 16143028224 150869 33554432000 1073741824 1073778376 140733613617792 18446744073709551615 256427207577 0 4 0 16800975 18446604448882696448 0 0 -1 4 0 0 0
[pid=29958/tid=29981] ppid=29954 vsize=15764676 CPUtime=0 cores=0,2,4,6
/proc/29958/task/29981/stat : 29981 (java) S 29954 29958 29250 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 604016225 16143028224 150869 33554432000 1073741824 1073778376 140733613617792 18446744073709551615 256427208192 0 4 0 16800975 18446604448882696448 0 0 -1 2 0 0 0
[pid=29958/tid=29986] ppid=29954 vsize=15764676 CPUtime=2.42 cores=0,2,4,6
/proc/29958/task/29986/stat : 29986 (java) R 29954 29958 29250 0 -1 4202560 30999 0 0 0 239 3 0 0 18 0 22 0 604016247 16143028224 150869 33554432000 1073741824 1073778376 140733613617792 18446744073709551615 46912505712944 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=29958/tid=29987] ppid=29954 vsize=15764676 CPUtime=2.37 cores=0,2,4,6
/proc/29958/task/29987/stat : 29987 (java) R 29954 29958 29250 0 -1 4202560 31495 0 0 0 234 3 0 0 22 0 22 0 604016247 16143028224 150869 33554432000 1073741824 1073778376 140733613617792 18446744073709551615 46912505615398 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=29958/tid=29988] ppid=29954 vsize=15764676 CPUtime=2.22 cores=0,2,4,6
/proc/29958/task/29988/stat : 29988 (java) R 29954 29958 29250 0 -1 4202560 22763 0 0 0 220 2 0 0 23 0 22 0 604016247 16143028224 150869 33554432000 1073741824 1073778376 140733613617792 18446744073709551615 47688187630725 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=29958/tid=29989] ppid=29954 vsize=15764676 CPUtime=2.24 cores=0,2,4,6
/proc/29958/task/29989/stat : 29989 (java) R 29954 29958 29250 0 -1 4202560 26388 0 0 0 221 3 0 0 23 0 22 0 604016247 16143028224 150869 33554432000 1073741824 1073778376 140733613617792 18446744073709551615 46912505726465 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 11.34
Current children cumulated vsize (KiB) 15764676

[startup+6.30125 s]
/proc/loadavg: 4.12 4.14 5.18 9/220 29989
/proc/meminfo: memFree=27564252/32950928 swapFree=67111364/67111528
[pid=29958] ppid=29954 vsize=15764676 CPUtime=24.12 cores=0,2,4,6
/proc/29958/stat : 29958 (java) S 29954 29958 29250 0 -1 4202496 282892 0 1 0 2378 34 0 0 25 0 22 0 604016220 16143028224 276712 33554432000 1073741824 1073778376 140733613617792 18446744073709551615 256427194341 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/29958/statm: 3941169 276712 2283 9 0 3931888 0
[pid=29958/tid=29959] ppid=29954 vsize=15764676 CPUtime=0.38 cores=0,2,4,6
/proc/29958/task/29959/stat : 29959 (java) S 29954 29958 29250 0 -1 4202560 7004 0 1 0 37 1 0 0 20 0 22 0 604016221 16143028224 276712 33554432000 1073741824 1073778376 140733613617792 18446744073709551615 256427207577 0 4 0 16800975 18446604448882696448 0 0 -1 2 0 0 0
[pid=29958/tid=29961] ppid=29954 vsize=15764676 CPUtime=0.01 cores=0,2,4,6
/proc/29958/task/29961/stat : 29961 (java) S 29954 29958 29250 0 -1 4202560 4346 0 0 0 1 0 0 0 15 0 22 0 604016221 16143028224 276712 33554432000 1073741824 1073778376 140733613617792 18446744073709551615 256427207577 0 4 0 16800975 18446604448882696448 0 0 -1 6 0 0 0
[pid=29958/tid=29962] ppid=29954 vsize=15764676 CPUtime=0 cores=0,2,4,6
/proc/29958/task/29962/stat : 29962 (java) S 29954 29958 29250 0 -1 4202560 1699 0 0 0 0 0 0 0 15 0 22 0 604016221 16143028224 276712 33554432000 1073741824 1073778376 140733613617792 18446744073709551615 256427207577 0 4 0 16800975 18446604448882696448 0 0 -1 2 0 0 0
[pid=29958/tid=29963] ppid=29954 vsize=15764676 CPUtime=0.01 cores=0,2,4,6
/proc/29958/task/29963/stat : 29963 (java) S 29954 29958 29250 0 -1 4202560 3392 0 0 0 1 0 0 0 15 0 22 0 604016221 16143028224 276712 33554432000 1073741824 1073778376 140733613617792 18446744073709551615 256427207577 0 4 0 16800975 18446604448882696448 0 0 -1 2 0 0 0
[pid=29958/tid=29964] ppid=29954 vsize=15764676 CPUtime=0 cores=0,2,4,6
/proc/29958/task/29964/stat : 29964 (java) S 29954 29958 29250 0 -1 4202560 2584 0 0 0 0 0 0 0 16 0 22 0 604016221 16143028224 276712 33554432000 1073741824 1073778376 140733613617792 18446744073709551615 256427207577 0 4 0 16800975 18446604448882696448 0 0 -1 6 0 0 0
[pid=29958/tid=29965] ppid=29954 vsize=15764676 CPUtime=0 cores=0,2,4,6
/proc/29958/task/29965/stat : 29965 (java) S 29954 29958 29250 0 -1 4202560 1500 0 0 0 0 0 0 0 15 0 22 0 604016221 16143028224 276712 33554432000 1073741824 1073778376 140733613617792 18446744073709551615 256427207577 0 4 0 16800975 18446604448882696448 0 0 -1 2 0 0 0
[pid=29958/tid=29966] ppid=29954 vsize=15764676 CPUtime=0 cores=0,2,4,6
/proc/29958/task/29966/stat : 29966 (java) S 29954 29958 29250 0 -1 4202560 3499 0 0 0 0 0 0 0 15 0 22 0 604016221 16143028224 276712 33554432000 1073741824 1073778376 140733613617792 18446744073709551615 256427207577 0 4 0 16800975 18446604448882696448 0 0 -1 0 0 0 0
[pid=29958/tid=29967] ppid=29954 vsize=15764676 CPUtime=0 cores=0,2,4,6
/proc/29958/task/29967/stat : 29967 (java) S 29954 29958 29250 0 -1 4202560 3178 0 0 0 0 0 0 0 15 0 22 0 604016221 16143028224 276712 33554432000 1073741824 1073778376 140733613617792 18446744073709551615 256427207577 0 4 0 16800975 18446604448882696448 0 0 -1 4 0 0 0
[pid=29958/tid=29968] ppid=29954 vsize=15764676 CPUtime=0.01 cores=0,2,4,6
/proc/29958/task/29968/stat : 29968 (java) S 29954 29958 29250 0 -1 4202560 3499 0 0 0 1 0 0 0 15 0 22 0 604016221 16143028224 276712 33554432000 1073741824 1073778376 140733613617792 18446744073709551615 256427207577 0 4 0 16800975 18446604448882696448 0 0 -1 4 0 0 0

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

[pid=29958/tid=29987] ppid=29954 vsize=15764676 CPUtime=1108.71 cores=0,2,4,6
/proc/29958/task/29987/stat : 29987 (java) S 29954 29958 29250 0 -1 4202560 406026 0 0 0 110815 56 0 0 25 0 22 0 604016247 16143028224 119727 33554432000 1073741824 1073778376 140733613617792 18446744073709551615 256427207577 0 4 0 16800975 18446604448882696448 0 0 -1 4 0 0 0
[pid=29958/tid=29988] ppid=29954 vsize=15764676 CPUtime=1107.78 cores=0,2,4,6
/proc/29958/task/29988/stat : 29988 (java) S 29954 29958 29250 0 -1 4202560 394604 0 0 0 110722 56 0 0 25 0 22 0 604016247 16143028224 119727 33554432000 1073741824 1073778376 140733613617792 18446744073709551615 256427207577 0 4 0 16800975 18446604448882696448 0 0 -1 6 0 0 0
[pid=29958/tid=29989] ppid=29954 vsize=15764676 CPUtime=1108.21 cores=0,2,4,6
/proc/29958/task/29989/stat : 29989 (java) S 29954 29958 29250 0 -1 4202560 399566 0 0 0 110765 56 0 0 25 0 22 0 604016247 16143028224 119727 33554432000 1073741824 1073778376 140733613617792 18446744073709551615 256427207577 0 4 0 16800975 18446604448882696448 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4464.39
Current children cumulated vsize (KiB) 15764676

[startup+1182.3 s]
/proc/loadavg: 8.06 8.02 7.27 6/220 30023
/proc/meminfo: memFree=28883896/32950928 swapFree=67111364/67111528
[pid=29958] ppid=29954 vsize=15764676 CPUtime=4703.14 cores=0,2,4,6
/proc/29958/stat : 29958 (java) S 29954 29958 29250 0 -1 4202496 3112583 0 1 0 469746 568 0 0 25 0 22 0 604016220 16143028224 100409 33554432000 1073741824 1073778376 140733613617792 18446744073709551615 256427194341 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/29958/statm: 3941169 100409 2297 9 0 3931888 0
[pid=29958/tid=29959] ppid=29954 vsize=15764676 CPUtime=0.38 cores=0,2,4,6
/proc/29958/task/29959/stat : 29959 (java) S 29954 29958 29250 0 -1 4202560 7004 0 1 0 37 1 0 0 20 0 22 0 604016221 16143028224 100409 33554432000 1073741824 1073778376 140733613617792 18446744073709551615 256427207577 0 4 0 16800975 18446604448882696448 0 0 -1 2 0 0 0
[pid=29958/tid=29961] ppid=29954 vsize=15764676 CPUtime=3.53 cores=0,2,4,6
/proc/29958/task/29961/stat : 29961 (java) S 29954 29958 29250 0 -1 4202560 166272 0 0 0 323 30 0 0 16 0 22 0 604016221 16143028224 100409 33554432000 1073741824 1073778376 140733613617792 18446744073709551615 256427207577 0 4 0 16800975 18446604448882696448 0 0 -1 0 0 0 0
[pid=29958/tid=29962] ppid=29954 vsize=15764676 CPUtime=3.57 cores=0,2,4,6
/proc/29958/task/29962/stat : 29962 (java) S 29954 29958 29250 0 -1 4202560 172244 0 0 0 330 27 0 0 15 0 22 0 604016221 16143028224 100409 33554432000 1073741824 1073778376 140733613617792 18446744073709551615 256427207577 0 4 0 16800975 18446604448882696448 0 0 -1 0 0 0 0
[pid=29958/tid=29963] ppid=29954 vsize=15764676 CPUtime=3.67 cores=0,2,4,6
/proc/29958/task/29963/stat : 29963 (java) S 29954 29958 29250 0 -1 4202560 179822 0 0 0 338 29 0 0 15 0 22 0 604016221 16143028224 100409 33554432000 1073741824 1073778376 140733613617792 18446744073709551615 256427207577 0 4 0 16800975 18446604448882696448 0 0 -1 4 0 0 0
[pid=29958/tid=29964] ppid=29954 vsize=15764676 CPUtime=3.56 cores=0,2,4,6
/proc/29958/task/29964/stat : 29964 (java) S 29954 29958 29250 0 -1 4202560 169837 0 0 0 325 31 0 0 16 0 22 0 604016221 16143028224 100409 33554432000 1073741824 1073778376 140733613617792 18446744073709551615 256427207577 0 4 0 16800975 18446604448882696448 0 0 -1 6 0 0 0
[pid=29958/tid=29965] ppid=29954 vsize=15764676 CPUtime=3.71 cores=0,2,4,6
/proc/29958/task/29965/stat : 29965 (java) S 29954 29958 29250 0 -1 4202560 179382 0 0 0 341 30 0 0 16 0 22 0 604016221 16143028224 100409 33554432000 1073741824 1073778376 140733613617792 18446744073709551615 256427207577 0 4 0 16800975 18446604448882696448 0 0 -1 4 0 0 0
[pid=29958/tid=29966] ppid=29954 vsize=15764676 CPUtime=3.63 cores=0,2,4,6
/proc/29958/task/29966/stat : 29966 (java) S 29954 29958 29250 0 -1 4202560 178350 0 0 0 330 33 0 0 15 0 22 0 604016221 16143028224 100409 33554432000 1073741824 1073778376 140733613617792 18446744073709551615 256427207577 0 4 0 16800975 18446604448882696448 0 0 -1 6 0 0 0
[pid=29958/tid=29967] ppid=29954 vsize=15764676 CPUtime=3.69 cores=0,2,4,6
/proc/29958/task/29967/stat : 29967 (java) S 29954 29958 29250 0 -1 4202560 174004 0 0 0 340 29 0 0 16 0 22 0 604016221 16143028224 100409 33554432000 1073741824 1073778376 140733613617792 18446744073709551615 256427207577 0 4 0 16800975 18446604448882696448 0 0 -1 2 0 0 0
[pid=29958/tid=29968] ppid=29954 vsize=15764676 CPUtime=3.67 cores=0,2,4,6
/proc/29958/task/29968/stat : 29968 (java) S 29954 29958 29250 0 -1 4202560 175440 0 0 0 338 29 0 0 15 0 22 0 604016221 16143028224 100409 33554432000 1073741824 1073778376 140733613617792 18446744073709551615 256427207577 0 4 0 16800975 18446604448882696448 0 0 -1 2 0 0 0
[pid=29958/tid=29969] ppid=29954 vsize=15764676 CPUtime=2.05 cores=0,2,4,6
/proc/29958/task/29969/stat : 29969 (java) S 29954 29958 29250 0 -1 4202560 7986 0 0 0 119 86 0 0 15 0 22 0 604016222 16143028224 100409 33554432000 1073741824 1073778376 140733613617792 18446744073709551615 256427208192 0 0 0 16800975 18446604448882696448 0 0 -1 4 0 0 0
[pid=29958/tid=29975] ppid=29954 vsize=15764676 CPUtime=0 cores=0,2,4,6
/proc/29958/task/29975/stat : 29975 (java) S 29954 29958 29250 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 604016223 16143028224 100409 33554432000 1073741824 1073778376 140733613617792 18446744073709551615 256427207577 0 4 0 16800975 18446604448882696448 0 0 -1 4 0 0 0
[pid=29958/tid=29976] ppid=29954 vsize=15764676 CPUtime=0 cores=0,2,4,6
/proc/29958/task/29976/stat : 29976 (java) S 29954 29958 29250 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 604016223 16143028224 100409 33554432000 1073741824 1073778376 140733613617792 18446744073709551615 256427207577 0 4 0 16800975 18446604448882696448 0 0 -1 2 0 0 0
[pid=29958/tid=29977] ppid=29954 vsize=15764676 CPUtime=0 cores=0,2,4,6
/proc/29958/task/29977/stat : 29977 (java) S 29954 29958 29250 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 604016225 16143028224 100409 33554432000 1073741824 1073778376 140733613617792 18446744073709551615 256427215281 0 4 0 16800975 18446604448882696448 0 0 -1 4 0 0 0
[pid=29958/tid=29978] ppid=29954 vsize=15764676 CPUtime=0.97 cores=0,2,4,6
/proc/29958/task/29978/stat : 29978 (java) S 29954 29958 29250 0 -1 4202560 10374 0 0 0 96 1 0 0 15 0 22 0 604016225 16143028224 100409 33554432000 1073741824 1073778376 140733613617792 18446744073709551615 256427207577 0 4 0 16800975 18446604448882696448 0 0 -1 4 0 0 0
[pid=29958/tid=29979] ppid=29954 vsize=15764676 CPUtime=0.84 cores=0,2,4,6
/proc/29958/task/29979/stat : 29979 (java) S 29954 29958 29250 0 -1 4202560 4528 0 0 0 84 0 0 0 15 0 22 0 604016225 16143028224 100409 33554432000 1073741824 1073778376 140733613617792 18446744073709551615 256427207577 0 4 0 16800975 18446604448882696448 0 0 -1 6 0 0 0
[pid=29958/tid=29980] ppid=29954 vsize=15764676 CPUtime=0 cores=0,2,4,6
/proc/29958/task/29980/stat : 29980 (java) S 29954 29958 29250 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 22 0 604016225 16143028224 100409 33554432000 1073741824 1073778376 140733613617792 18446744073709551615 256427207577 0 4 0 16800975 18446604448882696448 0 0 -1 4 0 0 0
[pid=29958/tid=29981] ppid=29954 vsize=15764676 CPUtime=0 cores=0,2,4,6
/proc/29958/task/29981/stat : 29981 (java) S 29954 29958 29250 0 -1 4202560 66 0 0 0 0 0 0 0 15 0 22 0 604016225 16143028224 100409 33554432000 1073741824 1073778376 140733613617792 18446744073709551615 256427208192 0 4 0 16800975 18446604448882696448 0 0 -1 2 0 0 0
[pid=29958/tid=29986] ppid=29954 vsize=15764676 CPUtime=1167.19 cores=0,2,4,6
/proc/29958/task/29986/stat : 29986 (java) R 29954 29958 29250 0 -1 4202560 419403 0 0 0 116663 56 0 0 25 0 22 0 604016247 16143028224 100409 33554432000 1073741824 1073778376 140733613617792 18446744073709551615 46912506002436 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=29958/tid=29987] ppid=29954 vsize=15764676 CPUtime=1167.93 cores=0,2,4,6
/proc/29958/task/29987/stat : 29987 (java) R 29954 29958 29250 0 -1 4202560 428230 0 0 0 116735 58 0 0 25 0 22 0 604016247 16143028224 100409 33554432000 1073741824 1073778376 140733613617792 18446744073709551615 46912505801730 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=29958/tid=29988] ppid=29954 vsize=15764676 CPUtime=1166.99 cores=0,2,4,6
/proc/29958/task/29988/stat : 29988 (java) R 29954 29958 29250 0 -1 4202560 416833 0 0 0 116640 59 0 0 25 0 22 0 604016247 16143028224 100409 33554432000 1073741824 1073778376 140733613617792 18446744073709551615 46912505728897 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=29958/tid=29989] ppid=29954 vsize=15764676 CPUtime=1167.56 cores=0,2,4,6
/proc/29958/task/29989/stat : 29989 (java) R 29954 29958 29250 0 -1 4202560 421424 0 0 0 116698 58 0 0 25 0 22 0 604016247 16143028224 100409 33554432000 1073741824 1073778376 140733613617792 18446744073709551615 46912505828922 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4703.14
Current children cumulated vsize (KiB) 15764676



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1206.71 s]
/proc/loadavg: 7.93 7.99 7.28 10/220 30024
/proc/meminfo: memFree=28880160/32950928 swapFree=67111364/67111528
[pid=29958] ppid=29954 vsize=15764676 CPUtime=4800.2 cores=0,2,4,6
/proc/29958/stat : 29958 (java) S 29954 29958 29250 0 -1 4202496 3186292 0 1 0 479437 583 0 0 25 0 22 0 604016220 16143028224 111385 33554432000 1073741824 1073778376 140733613617792 18446744073709551615 256427194341 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/29958/statm: 3941169 111385 2297 9 0 3931888 0
[pid=29958/tid=29959] ppid=29954 vsize=15764676 CPUtime=0.38 cores=0,2,4,6
/proc/29958/task/29959/stat : 29959 (java) S 29954 29958 29250 0 -1 4202560 7004 0 1 0 37 1 0 0 20 0 22 0 604016221 16143028224 111385 33554432000 1073741824 1073778376 140733613617792 18446744073709551615 256427207577 0 4 0 16800975 18446604448882696448 0 0 -1 2 0 0 0
[pid=29958/tid=29961] ppid=29954 vsize=15764676 CPUtime=3.59 cores=0,2,4,6
/proc/29958/task/29961/stat : 29961 (java) S 29954 29958 29250 0 -1 4202560 168879 0 0 0 328 31 0 0 15 0 22 0 604016221 16143028224 111385 33554432000 1073741824 1073778376 140733613617792 18446744073709551615 256427207577 0 4 0 16800975 18446604448882696448 0 0 -1 2 0 0 0
[pid=29958/tid=29962] ppid=29954 vsize=15764676 CPUtime=3.65 cores=0,2,4,6
/proc/29958/task/29962/stat : 29962 (java) S 29954 29958 29250 0 -1 4202560 175421 0 0 0 337 28 0 0 15 0 22 0 604016221 16143028224 111385 33554432000 1073741824 1073778376 140733613617792 18446744073709551615 256427207577 0 4 0 16800975 18446604448882696448 0 0 -1 0 0 0 0
[pid=29958/tid=29963] ppid=29954 vsize=15764676 CPUtime=3.74 cores=0,2,4,6
/proc/29958/task/29963/stat : 29963 (java) S 29954 29958 29250 0 -1 4202560 182555 0 0 0 344 30 0 0 15 0 22 0 604016221 16143028224 111385 33554432000 1073741824 1073778376 140733613617792 18446744073709551615 256427207577 0 4 0 16800975 18446604448882696448 0 0 -1 4 0 0 0
[pid=29958/tid=29964] ppid=29954 vsize=15764676 CPUtime=3.64 cores=0,2,4,6
/proc/29958/task/29964/stat : 29964 (java) S 29954 29958 29250 0 -1 4202560 172025 0 0 0 332 32 0 0 16 0 22 0 604016221 16143028224 111385 33554432000 1073741824 1073778376 140733613617792 18446744073709551615 256427207577 0 4 0 16800975 18446604448882696448 0 0 -1 6 0 0 0
[pid=29958/tid=29965] ppid=29954 vsize=15764676 CPUtime=3.8 cores=0,2,4,6
/proc/29958/task/29965/stat : 29965 (java) S 29954 29958 29250 0 -1 4202560 182011 0 0 0 349 31 0 0 16 0 22 0 604016221 16143028224 111385 33554432000 1073741824 1073778376 140733613617792 18446744073709551615 256427207577 0 4 0 16800975 18446604448882696448 0 0 -1 2 0 0 0
[pid=29958/tid=29966] ppid=29954 vsize=15764676 CPUtime=3.7 cores=0,2,4,6
/proc/29958/task/29966/stat : 29966 (java) S 29954 29958 29250 0 -1 4202560 181828 0 0 0 337 33 0 0 15 0 22 0 604016221 16143028224 111385 33554432000 1073741824 1073778376 140733613617792 18446744073709551615 256427207577 0 4 0 16800975 18446604448882696448 0 0 -1 2 0 0 0
[pid=29958/tid=29967] ppid=29954 vsize=15764676 CPUtime=3.76 cores=0,2,4,6
/proc/29958/task/29967/stat : 29967 (java) S 29954 29958 29250 0 -1 4202560 175831 0 0 0 346 30 0 0 16 0 22 0 604016221 16143028224 111385 33554432000 1073741824 1073778376 140733613617792 18446744073709551615 256427207577 0 4 0 16800975 18446604448882696448 0 0 -1 4 0 0 0
[pid=29958/tid=29968] ppid=29954 vsize=15764676 CPUtime=3.76 cores=0,2,4,6
/proc/29958/task/29968/stat : 29968 (java) S 29954 29958 29250 0 -1 4202560 178517 0 0 0 346 30 0 0 16 0 22 0 604016221 16143028224 111385 33554432000 1073741824 1073778376 140733613617792 18446744073709551615 256427207577 0 4 0 16800975 18446604448882696448 0 0 -1 0 0 0 0
[pid=29958/tid=29969] ppid=29954 vsize=15764676 CPUtime=2.1 cores=0,2,4,6
/proc/29958/task/29969/stat : 29969 (java) S 29954 29958 29250 0 -1 4202560 8220 0 0 0 121 89 0 0 16 0 22 0 604016222 16143028224 111385 33554432000 1073741824 1073778376 140733613617792 18446744073709551615 256427208192 0 0 0 16800975 18446604448882696448 0 0 -1 6 0 0 0
[pid=29958/tid=29975] ppid=29954 vsize=15764676 CPUtime=0 cores=0,2,4,6
/proc/29958/task/29975/stat : 29975 (java) S 29954 29958 29250 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 604016223 16143028224 111385 33554432000 1073741824 1073778376 140733613617792 18446744073709551615 256427207577 0 4 0 16800975 18446604448882696448 0 0 -1 4 0 0 0
[pid=29958/tid=29976] ppid=29954 vsize=15764676 CPUtime=0 cores=0,2,4,6
/proc/29958/task/29976/stat : 29976 (java) S 29954 29958 29250 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 604016223 16143028224 111385 33554432000 1073741824 1073778376 140733613617792 18446744073709551615 256427207577 0 4 0 16800975 18446604448882696448 0 0 -1 2 0 0 0
[pid=29958/tid=29977] ppid=29954 vsize=15764676 CPUtime=0 cores=0,2,4,6
/proc/29958/task/29977/stat : 29977 (java) S 29954 29958 29250 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 604016225 16143028224 111385 33554432000 1073741824 1073778376 140733613617792 18446744073709551615 256427215281 0 4 0 16800975 18446604448882696448 0 0 -1 4 0 0 0
[pid=29958/tid=29978] ppid=29954 vsize=15764676 CPUtime=0.97 cores=0,2,4,6
/proc/29958/task/29978/stat : 29978 (java) S 29954 29958 29250 0 -1 4202560 10374 0 0 0 96 1 0 0 15 0 22 0 604016225 16143028224 111385 33554432000 1073741824 1073778376 140733613617792 18446744073709551615 256427207577 0 4 0 16800975 18446604448882696448 0 0 -1 4 0 0 0
[pid=29958/tid=29979] ppid=29954 vsize=15764676 CPUtime=0.84 cores=0,2,4,6
/proc/29958/task/29979/stat : 29979 (java) S 29954 29958 29250 0 -1 4202560 4528 0 0 0 84 0 0 0 15 0 22 0 604016225 16143028224 111385 33554432000 1073741824 1073778376 140733613617792 18446744073709551615 256427207577 0 4 0 16800975 18446604448882696448 0 0 -1 6 0 0 0
[pid=29958/tid=29980] ppid=29954 vsize=15764676 CPUtime=0 cores=0,2,4,6
/proc/29958/task/29980/stat : 29980 (java) S 29954 29958 29250 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 22 0 604016225 16143028224 111385 33554432000 1073741824 1073778376 140733613617792 18446744073709551615 256427207577 0 4 0 16800975 18446604448882696448 0 0 -1 4 0 0 0
[pid=29958/tid=29981] ppid=29954 vsize=15764676 CPUtime=0 cores=0,2,4,6
/proc/29958/task/29981/stat : 29981 (java) S 29954 29958 29250 0 -1 4202560 68 0 0 0 0 0 0 0 15 0 22 0 604016225 16143028224 111385 33554432000 1073741824 1073778376 140733613617792 18446744073709551615 256427208192 0 4 0 16800975 18446604448882696448 0 0 -1 2 0 0 0
[pid=29958/tid=29986] ppid=29954 vsize=15764676 CPUtime=1191.32 cores=0,2,4,6
/proc/29958/task/29986/stat : 29986 (java) R 29954 29958 29250 0 -1 4202560 432992 0 0 0 119074 58 0 0 25 0 22 0 604016247 16143028224 111385 33554432000 1073741824 1073778376 140733613617792 18446744073709551615 47688187631892 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=29958/tid=29987] ppid=29954 vsize=15764676 CPUtime=1192.04 cores=0,2,4,6
/proc/29958/task/29987/stat : 29987 (java) R 29954 29958 29250 0 -1 4202560 441605 0 0 0 119144 60 0 0 25 0 22 0 604016247 16143028224 111385 33554432000 1073741824 1073778376 140733613617792 18446744073709551615 47688187630011 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=29958/tid=29988] ppid=29954 vsize=15764676 CPUtime=1191.04 cores=0,2,4,6
/proc/29958/task/29988/stat : 29988 (java) R 29954 29958 29250 0 -1 4202560 429217 0 0 0 119044 60 0 0 25 0 22 0 604016247 16143028224 111385 33554432000 1073741824 1073778376 140733613617792 18446744073709551615 46912505878605 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=29958/tid=29989] ppid=29954 vsize=15764676 CPUtime=1191.72 cores=0,2,4,6
/proc/29958/task/29989/stat : 29989 (java) R 29954 29958 29250 0 -1 4202560 433833 0 0 0 119111 61 0 0 25 0 22 0 604016247 16143028224 111385 33554432000 1073741824 1073778376 140733613617792 18446744073709551615 47688187096128 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4800.2
Current children cumulated vsize (KiB) 15764676

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

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

[startup+1206.71 s]
/proc/loadavg: 7.93 7.99 7.28 10/220 30024
/proc/meminfo: memFree=28880160/32950928 swapFree=67111364/67111528
[pid=29958] ppid=29954 vsize=15764676 CPUtime=4800.2 cores=0,2,4,6
/proc/29958/stat : 29958 (java) S 29954 29958 29250 0 -1 4202496 3186292 0 1 0 479437 583 0 0 25 0 22 0 604016220 16143028224 111385 33554432000 1073741824 1073778376 140733613617792 18446744073709551615 256427194341 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/29958/statm: 3941169 111385 2297 9 0 3931888 0
[pid=29958/tid=29959] ppid=29954 vsize=15764676 CPUtime=0.38 cores=0,2,4,6
/proc/29958/task/29959/stat : 29959 (java) S 29954 29958 29250 0 -1 4202560 7004 0 1 0 37 1 0 0 20 0 22 0 604016221 16143028224 111385 33554432000 1073741824 1073778376 140733613617792 18446744073709551615 256427207577 0 4 0 16800975 18446604448882696448 0 0 -1 2 0 0 0
[pid=29958/tid=29961] ppid=29954 vsize=15764676 CPUtime=3.59 cores=0,2,4,6
/proc/29958/task/29961/stat : 29961 (java) S 29954 29958 29250 0 -1 4202560 168879 0 0 0 328 31 0 0 15 0 22 0 604016221 16143028224 111385 33554432000 1073741824 1073778376 140733613617792 18446744073709551615 256427207577 0 4 0 16800975 18446604448882696448 0 0 -1 2 0 0 0
[pid=29958/tid=29962] ppid=29954 vsize=15764676 CPUtime=3.65 cores=0,2,4,6
/proc/29958/task/29962/stat : 29962 (java) S 29954 29958 29250 0 -1 4202560 175421 0 0 0 337 28 0 0 15 0 22 0 604016221 16143028224 111385 33554432000 1073741824 1073778376 140733613617792 18446744073709551615 256427207577 0 4 0 16800975 18446604448882696448 0 0 -1 0 0 0 0
[pid=29958/tid=29963] ppid=29954 vsize=15764676 CPUtime=3.74 cores=0,2,4,6
/proc/29958/task/29963/stat : 29963 (java) S 29954 29958 29250 0 -1 4202560 182555 0 0 0 344 30 0 0 15 0 22 0 604016221 16143028224 111385 33554432000 1073741824 1073778376 140733613617792 18446744073709551615 256427207577 0 4 0 16800975 18446604448882696448 0 0 -1 4 0 0 0
[pid=29958/tid=29964] ppid=29954 vsize=15764676 CPUtime=3.64 cores=0,2,4,6
/proc/29958/task/29964/stat : 29964 (java) S 29954 29958 29250 0 -1 4202560 172025 0 0 0 332 32 0 0 16 0 22 0 604016221 16143028224 111385 33554432000 1073741824 1073778376 140733613617792 18446744073709551615 256427207577 0 4 0 16800975 18446604448882696448 0 0 -1 6 0 0 0
[pid=29958/tid=29965] ppid=29954 vsize=15764676 CPUtime=3.8 cores=0,2,4,6
/proc/29958/task/29965/stat : 29965 (java) S 29954 29958 29250 0 -1 4202560 182011 0 0 0 349 31 0 0 16 0 22 0 604016221 16143028224 111385 33554432000 1073741824 1073778376 140733613617792 18446744073709551615 256427207577 0 4 0 16800975 18446604448882696448 0 0 -1 2 0 0 0
[pid=29958/tid=29966] ppid=29954 vsize=15764676 CPUtime=3.7 cores=0,2,4,6
/proc/29958/task/29966/stat : 29966 (java) S 29954 29958 29250 0 -1 4202560 181828 0 0 0 337 33 0 0 15 0 22 0 604016221 16143028224 111385 33554432000 1073741824 1073778376 140733613617792 18446744073709551615 256427207577 0 4 0 16800975 18446604448882696448 0 0 -1 2 0 0 0
[pid=29958/tid=29967] ppid=29954 vsize=15764676 CPUtime=3.76 cores=0,2,4,6
/proc/29958/task/29967/stat : 29967 (java) S 29954 29958 29250 0 -1 4202560 175831 0 0 0 346 30 0 0 16 0 22 0 604016221 16143028224 111385 33554432000 1073741824 1073778376 140733613617792 18446744073709551615 256427207577 0 4 0 16800975 18446604448882696448 0 0 -1 4 0 0 0
[pid=29958/tid=29968] ppid=29954 vsize=15764676 CPUtime=3.76 cores=0,2,4,6
/proc/29958/task/29968/stat : 29968 (java) S 29954 29958 29250 0 -1 4202560 178517 0 0 0 346 30 0 0 16 0 22 0 604016221 16143028224 111385 33554432000 1073741824 1073778376 140733613617792 18446744073709551615 256427207577 0 4 0 16800975 18446604448882696448 0 0 -1 0 0 0 0
[pid=29958/tid=29969] ppid=29954 vsize=15764676 CPUtime=2.1 cores=0,2,4,6
/proc/29958/task/29969/stat : 29969 (java) S 29954 29958 29250 0 -1 4202560 8220 0 0 0 121 89 0 0 16 0 22 0 604016222 16143028224 111385 33554432000 1073741824 1073778376 140733613617792 18446744073709551615 256427208192 0 0 0 16800975 18446604448882696448 0 0 -1 6 0 0 0
[pid=29958/tid=29975] ppid=29954 vsize=15764676 CPUtime=0 cores=0,2,4,6
/proc/29958/task/29975/stat : 29975 (java) S 29954 29958 29250 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 604016223 16143028224 111385 33554432000 1073741824 1073778376 140733613617792 18446744073709551615 256427207577 0 4 0 16800975 18446604448882696448 0 0 -1 4 0 0 0
[pid=29958/tid=29976] ppid=29954 vsize=15764676 CPUtime=0 cores=0,2,4,6
/proc/29958/task/29976/stat : 29976 (java) S 29954 29958 29250 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 604016223 16143028224 111385 33554432000 1073741824 1073778376 140733613617792 18446744073709551615 256427207577 0 4 0 16800975 18446604448882696448 0 0 -1 2 0 0 0
[pid=29958/tid=29977] ppid=29954 vsize=15764676 CPUtime=0 cores=0,2,4,6
/proc/29958/task/29977/stat : 29977 (java) S 29954 29958 29250 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 604016225 16143028224 111385 33554432000 1073741824 1073778376 140733613617792 18446744073709551615 256427215281 0 4 0 16800975 18446604448882696448 0 0 -1 4 0 0 0
[pid=29958/tid=29978] ppid=29954 vsize=15764676 CPUtime=0.97 cores=0,2,4,6
/proc/29958/task/29978/stat : 29978 (java) S 29954 29958 29250 0 -1 4202560 10374 0 0 0 96 1 0 0 15 0 22 0 604016225 16143028224 111385 33554432000 1073741824 1073778376 140733613617792 18446744073709551615 256427207577 0 4 0 16800975 18446604448882696448 0 0 -1 4 0 0 0
[pid=29958/tid=29979] ppid=29954 vsize=15764676 CPUtime=0.84 cores=0,2,4,6
/proc/29958/task/29979/stat : 29979 (java) S 29954 29958 29250 0 -1 4202560 4528 0 0 0 84 0 0 0 15 0 22 0 604016225 16143028224 111385 33554432000 1073741824 1073778376 140733613617792 18446744073709551615 256427207577 0 4 0 16800975 18446604448882696448 0 0 -1 6 0 0 0
[pid=29958/tid=29980] ppid=29954 vsize=15764676 CPUtime=0 cores=0,2,4,6
/proc/29958/task/29980/stat : 29980 (java) S 29954 29958 29250 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 22 0 604016225 16143028224 111385 33554432000 1073741824 1073778376 140733613617792 18446744073709551615 256427207577 0 4 0 16800975 18446604448882696448 0 0 -1 4 0 0 0
[pid=29958/tid=29981] ppid=29954 vsize=15764676 CPUtime=0 cores=0,2,4,6
/proc/29958/task/29981/stat : 29981 (java) S 29954 29958 29250 0 -1 4202560 68 0 0 0 0 0 0 0 15 0 22 0 604016225 16143028224 111385 33554432000 1073741824 1073778376 140733613617792 18446744073709551615 256427208192 0 4 0 16800975 18446604448882696448 0 0 -1 2 0 0 0
[pid=29958/tid=29986] ppid=29954 vsize=15764676 CPUtime=1191.32 cores=0,2,4,6
/proc/29958/task/29986/stat : 29986 (java) R 29954 29958 29250 0 -1 4202560 432992 0 0 0 119074 58 0 0 25 0 22 0 604016247 16143028224 111385 33554432000 1073741824 1073778376 140733613617792 18446744073709551615 47688187631892 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=29958/tid=29987] ppid=29954 vsize=15764676 CPUtime=1192.04 cores=0,2,4,6
/proc/29958/task/29987/stat : 29987 (java) R 29954 29958 29250 0 -1 4202560 441605 0 0 0 119144 60 0 0 25 0 22 0 604016247 16143028224 111385 33554432000 1073741824 1073778376 140733613617792 18446744073709551615 47688187630011 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=29958/tid=29988] ppid=29954 vsize=15764676 CPUtime=1191.04 cores=0,2,4,6
/proc/29958/task/29988/stat : 29988 (java) R 29954 29958 29250 0 -1 4202560 429217 0 0 0 119044 60 0 0 25 0 22 0 604016247 16143028224 111385 33554432000 1073741824 1073778376 140733613617792 18446744073709551615 46912505878605 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=29958/tid=29989] ppid=29954 vsize=15764676 CPUtime=1191.72 cores=0,2,4,6
/proc/29958/task/29989/stat : 29989 (java) R 29954 29958 29250 0 -1 4202560 433833 0 0 0 119111 61 0 0 25 0 22 0 604016247 16143028224 111385 33554432000 1073741824 1073778376 140733613617792 18446744073709551615 47688187096128 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4800.2
Current children cumulated vsize (KiB) 15764676

Child status: 143
Real time (s): 1206.74
CPU time (s): 4800.27
CPU user time (s): 4794.41
CPU system time (s): 5.86111
CPU usage (%): 397.787
Max. virtual memory (cumulated for all children) (KiB): 15767288

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4794.41
system time used= 5.86111
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3186318
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= 202583
involuntary context switches= 115566

runsolver used 1.9897 second user time and 4.64429 second system time

The end

Launcher Data

Begin job on node115 at 2011-04-30 06:30:56
IDJOB=3312807
IDBENCH=82992
IDSOLVER=1699
FILE ID=node115/3312807-1304137855
RUNJOBID= node115-1304137855-29926
PBS_JOBID= 13170791
Free space on /tmp= 72876 MiB

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

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

MD5SUM BENCH= 95ba8379aa2e59896c8d6334d91cdeab
RANDOM SEED=1702238408

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.811
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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      29743920 kB
Buffers:        828256 kB
Cached:        1886044 kB
SwapCached:          0 kB
Active:         195292 kB
Inactive:      2588360 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      29743920 kB
SwapTotal:    67111528 kB
SwapFree:     67111364 kB
Dirty:            3128 kB
Writeback:           0 kB
AnonPages:       68528 kB
Mapped:          20316 kB
Slab:           361048 kB
PageTables:       4728 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   772876 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= 72876 MiB
End job on node115 at 2011-04-30 06:51:04