Trace number 3312410

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.45 1204.36

General information on the benchmark

Namerandom/large/
unif-k5-r20-v1000-c20000-S945664020-055-UNKNOWN.cnf
MD5SUMb5db50c2da6442b279ae090cf3223d53
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark16.8874
Satisfiable
(Un)Satisfiability was proved
Number of variables1000
Number of clauses20000
Sum of the clauses size100000
Maximum clause length5
Minimum clause length5
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 520000
Number of clauses of size over 50

Solver Data

0.11/0.11	50:30 INFO : Reading from input HOME/instance-3312410-1304113830.cnf
0.51/0.39	Executor set job limit to 1000000
0.51/0.39	Executor set job limit to 1000000
0.51/0.39	Executor set job limit to 1000000
0.51/0.39	Executor set job limit to 1000000
0.51/0.39	Starting Executor!
0.51/0.39	Starting Executor!
0.51/0.39	Starting Executor!
0.51/0.39	Starting Executor!
1.93/0.91	50:31 INFO : 1000 variables remaining out of 1000
1.93/0.91	50:31 INFO : 120000 literals remaining out of 120000

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

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

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


[startup+0 s]
/proc/loadavg: 7.75 8.03 7.82 5/198 15991
/proc/meminfo: memFree=24807620/32951124 swapFree=67111448/67111528
[pid=15991] ppid=15989 vsize=27172 CPUtime=0 cores=1,3,5,7
/proc/15991/stat : 15991 (java) S 15989 15991 15661 0 -1 4202496 1424 0 0 0 0 0 0 0 25 0 2 0 503799144 27824128 894 33554432000 1073741824 1073778376 140736556573024 18446744073709551615 255118571493 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/15991/statm: 6793 894 684 9 0 381 0
[pid=15991/tid=15992] ppid=15989 vsize=28384 CPUtime=0 cores=1,3,5,7
/proc/15991/task/15992/stat : 15992 (java) R 15989 15991 15661 0 -1 4202560 71 0 0 0 0 0 0 0 25 0 2 0 503799145 29065216 898 33554432000 1073741824 1073778376 140736556573024 18446744073709551615 255101845127 0 0 4096 0 0 0 0 -1 3 0 0 0

[startup+0.00790004 s]
/proc/loadavg: 7.75 8.03 7.82 5/198 15991
/proc/meminfo: memFree=24807620/32951124 swapFree=67111448/67111528
[pid=15991] ppid=15989 vsize=35820 CPUtime=0 cores=1,3,5,7
/proc/15991/stat : 15991 (java) S 15989 15991 15661 0 -1 4202496 1615 0 1 0 0 0 0 0 25 0 2 0 503799144 36679680 1060 33554432000 1073741824 1073778376 140736556573024 18446744073709551615 255118571493 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0
/proc/15991/statm: 8955 1064 828 9 0 386 0
[pid=15991/tid=15992] ppid=15989 vsize=35820 CPUtime=0 cores=1,3,5,7
/proc/15991/task/15992/stat : 15992 (java) S 15989 15991 15661 0 -1 4202560 261 0 1 0 0 0 0 0 25 0 2 0 503799145 36679680 1064 33554432000 1073741824 1073778376 140736556573024 18446744073709551615 255101845127 0 2147483391 0 16784584 18446744071699199166 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 35820

[startup+0.100885 s]
/proc/loadavg: 7.75 8.03 7.82 5/198 15991
/proc/meminfo: memFree=24807620/32951124 swapFree=67111448/67111528
[pid=15991] ppid=15989 vsize=15676892 CPUtime=0.11 cores=1,3,5,7
/proc/15991/stat : 15991 (java) S 15989 15991 15661 0 -1 4202496 5651 0 1 0 10 1 0 0 25 0 18 0 503799144 16053137408 5057 33554432000 1073741824 1073778376 140736556573024 18446744073709551615 255118571493 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/15991/statm: 3919223 5057 2117 9 0 3909942 0
[pid=15991/tid=15992] ppid=15989 vsize=15676892 CPUtime=0.09 cores=1,3,5,7
/proc/15991/task/15992/stat : 15992 (java) R 15989 15991 15661 0 -1 4202560 3498 0 1 0 8 1 0 0 25 0 18 0 503799145 16053137408 5057 33554432000 1073741824 1073778376 140736556573024 18446744073709551615 47365357766168 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 15676892

[startup+0.300863 s]
/proc/loadavg: 7.75 8.03 7.82 5/198 15991
/proc/meminfo: memFree=24807620/32951124 swapFree=67111448/67111528
[pid=15991] ppid=15989 vsize=15680636 CPUtime=0.51 cores=1,3,5,7
/proc/15991/stat : 15991 (java) S 15989 15991 15661 0 -1 4202496 16129 0 1 0 49 2 0 0 25 0 18 0 503799144 16056971264 14566 33554432000 1073741824 1073778376 140736556573024 18446744073709551615 255118571493 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/15991/statm: 3920159 14572 2206 9 0 3910878 0
[pid=15991/tid=15992] ppid=15989 vsize=15680636 CPUtime=0.29 cores=1,3,5,7
/proc/15991/task/15992/stat : 15992 (java) R 15989 15991 15661 0 -1 4202560 11056 0 1 0 27 2 0 0 25 0 18 0 503799145 16056971264 14575 33554432000 1073741824 1073778376 140736556573024 18446744073709551615 46912505641491 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 15680636

[startup+0.700777 s]
/proc/loadavg: 7.75 8.03 7.82 5/198 15991
/proc/meminfo: memFree=24807620/32951124 swapFree=67111448/67111528
[pid=15991] ppid=15989 vsize=15692752 CPUtime=1.34 cores=1,3,5,7
/proc/15991/stat : 15991 (java) S 15989 15991 15661 0 -1 4202496 39435 0 1 0 128 6 0 0 25 0 22 0 503799144 16069378048 35619 33554432000 1073741824 1073778376 140736556573024 18446744073709551615 255118571493 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/15991/statm: 3923188 35635 2241 9 0 3913907 0
[pid=15991/tid=15992] ppid=15989 vsize=15692752 CPUtime=0.68 cores=1,3,5,7
/proc/15991/task/15992/stat : 15992 (java) R 15989 15991 15661 0 -1 4202560 27125 0 1 0 64 4 0 0 18 0 22 0 503799145 16069378048 35641 33554432000 1073741824 1073778376 140736556573024 18446744073709551615 47365354705667 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1.34
Current children cumulated vsize (KiB) 15692752

[startup+1.50161 s]
/proc/loadavg: 7.75 8.03 7.82 10/220 16013
/proc/meminfo: memFree=24345360/32951124 swapFree=67111448/67111528
[pid=15991] ppid=15989 vsize=15700524 CPUtime=4.06 cores=1,3,5,7
/proc/15991/stat : 15991 (java) S 15989 15991 15661 0 -1 4202496 59522 0 1 0 398 8 0 0 25 0 22 0 503799144 16077336576 53995 33554432000 1073741824 1073778376 140736556573024 18446744073709551615 255118571493 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/15991/statm: 3925131 53995 2273 9 0 3915850 0
[pid=15991/tid=15992] ppid=15989 vsize=15700524 CPUtime=0.89 cores=1,3,5,7
/proc/15991/task/15992/stat : 15992 (java) S 15989 15991 15661 0 -1 4202560 27411 0 1 0 85 4 0 0 18 0 22 0 503799145 16077336576 53995 33554432000 1073741824 1073778376 140736556573024 18446744073709551615 255118584729 0 4 0 16800975 18446604466778154176 0 0 -1 3 0 0 0
[pid=15991/tid=15994] ppid=15989 vsize=15700524 CPUtime=0 cores=1,3,5,7
/proc/15991/task/15994/stat : 15994 (java) S 15989 15991 15661 0 -1 4202560 1051 0 0 0 0 0 0 0 16 0 22 0 503799145 16077336576 53995 33554432000 1073741824 1073778376 140736556573024 18446744073709551615 255118584729 0 4 0 16800975 18446604466778154176 0 0 -1 5 0 0 0
[pid=15991/tid=15995] ppid=15989 vsize=15700524 CPUtime=0 cores=1,3,5,7
/proc/15991/task/15995/stat : 15995 (java) S 15989 15991 15661 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 503799145 16077336576 53995 33554432000 1073741824 1073778376 140736556573024 18446744073709551615 255118584729 0 4 0 16800975 18446604466778154176 0 0 -1 5 0 0 0
[pid=15991/tid=15996] ppid=15989 vsize=15700524 CPUtime=0 cores=1,3,5,7
/proc/15991/task/15996/stat : 15996 (java) S 15989 15991 15661 0 -1 4202560 1161 0 0 0 0 0 0 0 16 0 22 0 503799145 16077336576 53995 33554432000 1073741824 1073778376 140736556573024 18446744073709551615 255118584729 0 4 0 16800975 18446604466778154176 0 0 -1 1 0 0 0
[pid=15991/tid=15997] ppid=15989 vsize=15700524 CPUtime=0 cores=1,3,5,7
/proc/15991/task/15997/stat : 15997 (java) S 15989 15991 15661 0 -1 4202560 1340 0 0 0 0 0 0 0 16 0 22 0 503799145 16077336576 53995 33554432000 1073741824 1073778376 140736556573024 18446744073709551615 255118584729 0 4 0 16800975 18446604466778154176 0 0 -1 7 0 0 0
[pid=15991/tid=15998] ppid=15989 vsize=15700524 CPUtime=0 cores=1,3,5,7
/proc/15991/task/15998/stat : 15998 (java) S 15989 15991 15661 0 -1 4202560 1580 0 0 0 0 0 0 0 16 0 22 0 503799145 16077336576 53995 33554432000 1073741824 1073778376 140736556573024 18446744073709551615 255118584729 0 4 0 16800975 18446604466778154176 0 0 -1 3 0 0 0
[pid=15991/tid=15999] ppid=15989 vsize=15700524 CPUtime=0 cores=1,3,5,7
/proc/15991/task/15999/stat : 15999 (java) S 15989 15991 15661 0 -1 4202560 402 0 0 0 0 0 0 0 15 0 22 0 503799145 16077336576 53995 33554432000 1073741824 1073778376 140736556573024 18446744073709551615 255118584729 0 4 0 16800975 18446604466778154176 0 0 -1 5 0 0 0
[pid=15991/tid=16000] ppid=15989 vsize=15700524 CPUtime=0 cores=1,3,5,7
/proc/15991/task/16000/stat : 16000 (java) S 15989 15991 15661 0 -1 4202560 477 0 0 0 0 0 0 0 15 0 22 0 503799145 16077336576 53995 33554432000 1073741824 1073778376 140736556573024 18446744073709551615 255118584729 0 4 0 16800975 18446604466778154176 0 0 -1 5 0 0 0
[pid=15991/tid=16001] ppid=15989 vsize=15700524 CPUtime=0 cores=1,3,5,7
/proc/15991/task/16001/stat : 16001 (java) S 15989 15991 15661 0 -1 4202560 236 0 0 0 0 0 0 0 15 0 22 0 503799145 16077336576 53995 33554432000 1073741824 1073778376 140736556573024 18446744073709551615 255118584729 0 4 0 16800975 18446604466778154176 0 0 -1 1 0 0 0
[pid=15991/tid=16002] ppid=15989 vsize=15700524 CPUtime=0 cores=1,3,5,7
/proc/15991/task/16002/stat : 16002 (java) S 15989 15991 15661 0 -1 4202560 75 0 0 0 0 0 0 0 15 0 22 0 503799146 16077336576 53995 33554432000 1073741824 1073778376 140736556573024 18446744073709551615 255118585344 0 0 0 16800975 18446604466778154176 0 0 -1 7 0 0 0
[pid=15991/tid=16003] ppid=15989 vsize=15700524 CPUtime=0 cores=1,3,5,7
/proc/15991/task/16003/stat : 16003 (java) S 15989 15991 15661 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 503799146 16077336576 53995 33554432000 1073741824 1073778376 140736556573024 18446744073709551615 255118584729 0 4 0 16800975 18446604466778154176 0 0 -1 3 0 0 0
[pid=15991/tid=16004] ppid=15989 vsize=15700524 CPUtime=0 cores=1,3,5,7
/proc/15991/task/16004/stat : 16004 (java) S 15989 15991 15661 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 503799146 16077336576 53995 33554432000 1073741824 1073778376 140736556573024 18446744073709551615 255118584729 0 4 0 16800975 18446604466778154176 0 0 -1 3 0 0 0
[pid=15991/tid=16005] ppid=15989 vsize=15700524 CPUtime=0 cores=1,3,5,7
/proc/15991/task/16005/stat : 16005 (java) S 15989 15991 15661 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 503799149 16077336576 53995 33554432000 1073741824 1073778376 140736556573024 18446744073709551615 255118592433 0 4 0 16800975 18446604466778154176 0 0 -1 3 0 0 0
[pid=15991/tid=16006] ppid=15989 vsize=15700524 CPUtime=0.76 cores=1,3,5,7
/proc/15991/task/16006/stat : 16006 (java) S 15989 15991 15661 0 -1 4202560 10792 0 0 0 75 1 0 0 15 0 22 0 503799149 16077336576 53995 33554432000 1073741824 1073778376 140736556573024 18446744073709551615 255118584729 0 4 0 16800975 18446604466778154176 0 0 -1 5 0 0 0
[pid=15991/tid=16007] ppid=15989 vsize=15700524 CPUtime=0.62 cores=1,3,5,7
/proc/15991/task/16007/stat : 16007 (java) R 15989 15991 15661 0 -1 4202560 5269 0 0 0 62 0 0 0 25 0 22 0 503799149 16077336576 53995 33554432000 1073741824 1073778376 140736556573024 18446744073709551615 255118594741 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=15991/tid=16008] ppid=15989 vsize=15700524 CPUtime=0 cores=1,3,5,7
/proc/15991/task/16008/stat : 16008 (java) S 15989 15991 15661 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 503799149 16077336576 53995 33554432000 1073741824 1073778376 140736556573024 18446744073709551615 255118584729 0 4 0 16800975 18446604466778154176 0 0 -1 3 0 0 0
[pid=15991/tid=16009] ppid=15989 vsize=15700524 CPUtime=0 cores=1,3,5,7
/proc/15991/task/16009/stat : 16009 (java) S 15989 15991 15661 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 503799149 16077336576 53995 33554432000 1073741824 1073778376 140736556573024 18446744073709551615 255118585344 0 4 0 16800975 18446604466778154176 0 0 -1 7 0 0 0
[pid=15991/tid=16010] ppid=15989 vsize=15700524 CPUtime=0.41 cores=1,3,5,7
/proc/15991/task/16010/stat : 16010 (java) R 15989 15991 15661 0 -1 4202560 3176 0 0 0 41 0 0 0 16 0 22 0 503799184 16077336576 53995 33554432000 1073741824 1073778376 140736556573024 18446744073709551615 46912505789833 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=15991/tid=16011] ppid=15989 vsize=15700524 CPUtime=0.39 cores=1,3,5,7
/proc/15991/task/16011/stat : 16011 (java) R 15989 15991 15661 0 -1 4202560 481 0 0 0 39 0 0 0 19 0 22 0 503799184 16077336576 53995 33554432000 1073741824 1073778376 140736556573024 18446744073709551615 47365358524197 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=15991/tid=16012] ppid=15989 vsize=15700524 CPUtime=0.56 cores=1,3,5,7
/proc/15991/task/16012/stat : 16012 (java) R 15989 15991 15661 0 -1 4202560 3893 0 0 0 56 0 0 0 21 0 22 0 503799184 16077336576 53995 33554432000 1073741824 1073778376 140736556573024 18446744073709551615 46912506082053 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=15991/tid=16013] ppid=15989 vsize=15700524 CPUtime=0.35 cores=1,3,5,7
/proc/15991/task/16013/stat : 16013 (java) R 15989 15991 15661 0 -1 4202560 791 0 0 0 35 0 0 0 19 0 22 0 503799184 16077336576 53995 33554432000 1073741824 1073778376 140736556573024 18446744073709551615 18446744073699065939 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4.06
Current children cumulated vsize (KiB) 15700524

[startup+3.10132 s]
/proc/loadavg: 7.75 8.03 7.82 10/220 16013
/proc/meminfo: memFree=24124140/32951124 swapFree=67111448/67111528
[pid=15991] ppid=15989 vsize=15700524 CPUtime=10.44 cores=1,3,5,7
/proc/15991/stat : 15991 (java) S 15989 15991 15661 0 -1 4202496 122853 0 1 0 1026 18 0 0 25 0 22 0 503799144 16077336576 117148 33554432000 1073741824 1073778376 140736556573024 18446744073709551615 255118571493 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/15991/statm: 3925131 117148 2274 9 0 3915850 0
[pid=15991/tid=15992] ppid=15989 vsize=15700524 CPUtime=0.89 cores=1,3,5,7
/proc/15991/task/15992/stat : 15992 (java) S 15989 15991 15661 0 -1 4202560 27411 0 1 0 85 4 0 0 18 0 22 0 503799145 16077336576 117148 33554432000 1073741824 1073778376 140736556573024 18446744073709551615 255118584729 0 4 0 16800975 18446604466778154176 0 0 -1 3 0 0 0
[pid=15991/tid=15994] ppid=15989 vsize=15700524 CPUtime=0.01 cores=1,3,5,7
/proc/15991/task/15994/stat : 15994 (java) S 15989 15991 15661 0 -1 4202560 5237 0 0 0 0 1 0 0 15 0 22 0 503799145 16077336576 117148 33554432000 1073741824 1073778376 140736556573024 18446744073709551615 255118584729 0 4 0 16800975 18446604466778154176 0 0 -1 5 0 0 0
[pid=15991/tid=15995] ppid=15989 vsize=15700524 CPUtime=0.01 cores=1,3,5,7
/proc/15991/task/15995/stat : 15995 (java) S 15989 15991 15661 0 -1 4202560 5293 0 0 0 0 1 0 0 16 0 22 0 503799145 16077336576 117148 33554432000 1073741824 1073778376 140736556573024 18446744073709551615 255118584729 0 4 0 16800975 18446604466778154176 0 0 -1 1 0 0 0
[pid=15991/tid=15996] ppid=15989 vsize=15700524 CPUtime=0.04 cores=1,3,5,7
/proc/15991/task/15996/stat : 15996 (java) S 15989 15991 15661 0 -1 4202560 10239 0 0 0 3 1 0 0 16 0 22 0 503799145 16077336576 117148 33554432000 1073741824 1073778376 140736556573024 18446744073709551615 255118584729 0 4 0 16800975 18446604466778154176 0 0 -1 7 0 0 0
[pid=15991/tid=15997] ppid=15989 vsize=15700524 CPUtime=0 cores=1,3,5,7
/proc/15991/task/15997/stat : 15997 (java) S 15989 15991 15661 0 -1 4202560 3610 0 0 0 0 0 0 0 15 0 22 0 503799145 16077336576 117148 33554432000 1073741824 1073778376 140736556573024 18446744073709551615 255118584729 0 4 0 16800975 18446604466778154176 0 0 -1 7 0 0 0
[pid=15991/tid=15998] ppid=15989 vsize=15700524 CPUtime=0.04 cores=1,3,5,7
/proc/15991/task/15998/stat : 15998 (java) S 15989 15991 15661 0 -1 4202560 13102 0 0 0 2 2 0 0 16 0 22 0 503799145 16077336576 117148 33554432000 1073741824 1073778376 140736556573024 18446744073709551615 255118584729 0 4 0 16800975 18446604466778154176 0 0 -1 3 0 0 0
[pid=15991/tid=15999] ppid=15989 vsize=15700524 CPUtime=0 cores=1,3,5,7
/proc/15991/task/15999/stat : 15999 (java) S 15989 15991 15661 0 -1 4202560 3642 0 0 0 0 0 0 0 16 0 22 0 503799145 16077336576 117148 33554432000 1073741824 1073778376 140736556573024 18446744073709551615 255118584729 0 4 0 16800975 18446604466778154176 0 0 -1 5 0 0 0
[pid=15991/tid=16000] ppid=15989 vsize=15700524 CPUtime=0 cores=1,3,5,7
/proc/15991/task/16000/stat : 16000 (java) S 15989 15991 15661 0 -1 4202560 2802 0 0 0 0 0 0 0 15 0 22 0 503799145 16077336576 117148 33554432000 1073741824 1073778376 140736556573024 18446744073709551615 255118584729 0 4 0 16800975 18446604466778154176 0 0 -1 7 0 0 0
[pid=15991/tid=16001] ppid=15989 vsize=15700524 CPUtime=0 cores=1,3,5,7
/proc/15991/task/16001/stat : 16001 (java) S 15989 15991 15661 0 -1 4202560 3766 0 0 0 0 0 0 0 15 0 22 0 503799145 16077336576 117148 33554432000 1073741824 1073778376 140736556573024 18446744073709551615 255118584729 0 4 0 16800975 18446604466778154176 0 0 -1 1 0 0 0
[pid=15991/tid=16002] ppid=15989 vsize=15700524 CPUtime=0 cores=1,3,5,7
/proc/15991/task/16002/stat : 16002 (java) S 15989 15991 15661 0 -1 4202560 248 0 0 0 0 0 0 0 15 0 22 0 503799146 16077336576 117148 33554432000 1073741824 1073778376 140736556573024 18446744073709551615 255118585344 0 0 0 16800975 18446604466778154176 0 0 -1 7 0 0 0
[pid=15991/tid=16003] ppid=15989 vsize=15700524 CPUtime=0 cores=1,3,5,7
/proc/15991/task/16003/stat : 16003 (java) S 15989 15991 15661 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 503799146 16077336576 117148 33554432000 1073741824 1073778376 140736556573024 18446744073709551615 255118584729 0 4 0 16800975 18446604466778154176 0 0 -1 3 0 0 0
[pid=15991/tid=16004] ppid=15989 vsize=15700524 CPUtime=0 cores=1,3,5,7
/proc/15991/task/16004/stat : 16004 (java) S 15989 15991 15661 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 503799146 16077336576 117148 33554432000 1073741824 1073778376 140736556573024 18446744073709551615 255118584729 0 4 0 16800975 18446604466778154176 0 0 -1 3 0 0 0
[pid=15991/tid=16005] ppid=15989 vsize=15700524 CPUtime=0 cores=1,3,5,7
/proc/15991/task/16005/stat : 16005 (java) S 15989 15991 15661 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 503799149 16077336576 117148 33554432000 1073741824 1073778376 140736556573024 18446744073709551615 255118592433 0 4 0 16800975 18446604466778154176 0 0 -1 3 0 0 0
[pid=15991/tid=16006] ppid=15989 vsize=15700524 CPUtime=0.79 cores=1,3,5,7
/proc/15991/task/16006/stat : 16006 (java) S 15989 15991 15661 0 -1 4202560 10797 0 0 0 78 1 0 0 16 0 22 0 503799149 16077336576 117148 33554432000 1073741824 1073778376 140736556573024 18446744073709551615 255118584729 0 4 0 16800975 18446604466778154176 0 0 -1 5 0 0 0
[pid=15991/tid=16007] ppid=15989 vsize=15700524 CPUtime=0.62 cores=1,3,5,7
/proc/15991/task/16007/stat : 16007 (java) S 15989 15991 15661 0 -1 4202560 5272 0 0 0 62 0 0 0 17 0 22 0 503799149 16077336576 117148 33554432000 1073741824 1073778376 140736556573024 18446744073709551615 255118584729 0 4 0 16800975 18446604466778154176 0 0 -1 7 0 0 0
[pid=15991/tid=16008] ppid=15989 vsize=15700524 CPUtime=0 cores=1,3,5,7
/proc/15991/task/16008/stat : 16008 (java) S 15989 15991 15661 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 503799149 16077336576 117148 33554432000 1073741824 1073778376 140736556573024 18446744073709551615 255118584729 0 4 0 16800975 18446604466778154176 0 0 -1 3 0 0 0
[pid=15991/tid=16009] ppid=15989 vsize=15700524 CPUtime=0 cores=1,3,5,7
/proc/15991/task/16009/stat : 16009 (java) S 15989 15991 15661 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 503799149 16077336576 117148 33554432000 1073741824 1073778376 140736556573024 18446744073709551615 255118585344 0 4 0 16800975 18446604466778154176 0 0 -1 7 0 0 0
[pid=15991/tid=16010] ppid=15989 vsize=15700524 CPUtime=1.96 cores=1,3,5,7
/proc/15991/task/16010/stat : 16010 (java) R 15989 15991 15661 0 -1 4202560 8460 0 0 0 196 0 0 0 17 0 22 0 503799184 16077336576 117148 33554432000 1073741824 1073778376 140736556573024 18446744073709551615 46912506083178 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=15991/tid=16011] ppid=15989 vsize=15700524 CPUtime=1.93 cores=1,3,5,7
/proc/15991/task/16011/stat : 16011 (java) R 15989 15991 15661 0 -1 4202560 6087 0 0 0 193 0 0 0 21 0 22 0 503799184 16077336576 117148 33554432000 1073741824 1073778376 140736556573024 18446744073709551615 47365358524323 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=15991/tid=16012] ppid=15989 vsize=15700524 CPUtime=2.1 cores=1,3,5,7
/proc/15991/task/16012/stat : 16012 (java) R 15989 15991 15661 0 -1 4202560 9371 0 0 0 209 1 0 0 25 0 22 0 503799184 16077336576 117148 33554432000 1073741824 1073778376 140736556573024 18446744073709551615 46912505789671 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=15991/tid=16013] ppid=15989 vsize=15700524 CPUtime=1.87 cores=1,3,5,7
/proc/15991/task/16013/stat : 16013 (java) R 15989 15991 15661 0 -1 4202560 6130 0 0 0 187 0 0 0 21 0 22 0 503799184 16077336576 117148 33554432000 1073741824 1073778376 140736556573024 18446744073709551615 46912505523895 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 10.44
Current children cumulated vsize (KiB) 15700524

[startup+6.30076 s]
/proc/loadavg: 7.77 8.03 7.82 9/220 16013
/proc/meminfo: memFree=23074812/32951124 swapFree=67111448/67111528
[pid=15991] ppid=15989 vsize=15700524 CPUtime=23.22 cores=1,3,5,7
/proc/15991/stat : 15991 (java) S 15989 15991 15661 0 -1 4202496 359778 0 1 0 2270 52 0 0 25 0 22 0 503799144 16077336576 353026 33554432000 1073741824 1073778376 140736556573024 18446744073709551615 255118571493 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/15991/statm: 3925131 353026 2277 9 0 3915850 0
[pid=15991/tid=15992] ppid=15989 vsize=15700524 CPUtime=0.89 cores=1,3,5,7
/proc/15991/task/15992/stat : 15992 (java) S 15989 15991 15661 0 -1 4202560 27411 0 1 0 85 4 0 0 18 0 22 0 503799145 16077336576 353026 33554432000 1073741824 1073778376 140736556573024 18446744073709551615 255118584729 0 4 0 16800975 18446604466778154176 0 0 -1 3 0 0 0
[pid=15991/tid=15994] ppid=15989 vsize=15700524 CPUtime=0.04 cores=1,3,5,7
/proc/15991/task/15994/stat : 15994 (java) S 15989 15991 15661 0 -1 4202560 13279 0 0 0 2 2 0 0 15 0 22 0 503799145 16077336576 353026 33554432000 1073741824 1073778376 140736556573024 18446744073709551615 255118584729 0 4 0 16800975 18446604466778154176 0 0 -1 5 0 0 0
[pid=15991/tid=15995] ppid=15989 vsize=15700524 CPUtime=0.08 cores=1,3,5,7
/proc/15991/task/15995/stat : 15995 (java) S 15989 15991 15661 0 -1 4202560 22635 0 0 0 4 4 0 0 16 0 22 0 503799145 16077336576 353026 33554432000 1073741824 1073778376 140736556573024 18446744073709551615 255118584729 0 4 0 16800975 18446604466778154176 0 0 -1 3 0 0 0
[pid=15991/tid=15996] ppid=15989 vsize=15700524 CPUtime=0.09 cores=1,3,5,7
/proc/15991/task/15996/stat : 15996 (java) S 15989 15991 15661 0 -1 4202560 23335 0 0 0 6 3 0 0 16 0 22 0 503799145 16077336576 353026 33554432000 1073741824 1073778376 140736556573024 18446744073709551615 255118584729 0 4 0 16800975 18446604466778154176 0 0 -1 5 0 0 0
[pid=15991/tid=15997] ppid=15989 vsize=15700524 CPUtime=0.03 cores=1,3,5,7
/proc/15991/task/15997/stat : 15997 (java) S 15989 15991 15661 0 -1 4202560 11349 0 0 0 2 1 0 0 15 0 22 0 503799145 16077336576 353026 33554432000 1073741824 1073778376 140736556573024 18446744073709551615 255118584729 0 4 0 16800975 18446604466778154176 0 0 -1 3 0 0 0
[pid=15991/tid=15998] ppid=15989 vsize=15700524 CPUtime=0.11 cores=1,3,5,7
/proc/15991/task/15998/stat : 15998 (java) S 15989 15991 15661 0 -1 4202560 31148 0 0 0 6 5 0 0 16 0 22 0 503799145 16077336576 353026 33554432000 1073741824 1073778376 140736556573024 18446744073709551615 255118584729 0 4 0 16800975 18446604466778154176 0 0 -1 7 0 0 0
[pid=15991/tid=15999] ppid=15989 vsize=15700524 CPUtime=0.03 cores=1,3,5,7
/proc/15991/task/15999/stat : 15999 (java) S 15989 15991 15661 0 -1 4202560 9285 0 0 0 2 1 0 0 15 0 22 0 503799145 16077336576 353026 33554432000 1073741824 1073778376 140736556573024 18446744073709551615 255118584729 0 4 0 16800975 18446604466778154176 0 0 -1 1 0 0 0
[pid=15991/tid=16000] ppid=15989 vsize=15700524 CPUtime=0.08 cores=1,3,5,7
/proc/15991/task/16000/stat : 16000 (java) S 15989 15991 15661 0 -1 4202560 24977 0 0 0 4 4 0 0 16 0 22 0 503799145 16077336576 353026 33554432000 1073741824 1073778376 140736556573024 18446744073709551615 255118584729 0 4 0 16800975 18446604466778154176 0 0 -1 1 0 0 0
[pid=15991/tid=16001] ppid=15989 vsize=15700524 CPUtime=0.02 cores=1,3,5,7
/proc/15991/task/16001/stat : 16001 (java) S 15989 15991 15661 0 -1 4202560 9872 0 0 0 1 1 0 0 15 0 22 0 503799145 16077336576 353026 33554432000 1073741824 1073778376 140736556573024 18446744073709551615 255118584729 0 4 0 16800975 18446604466778154176 0 0 -1 1 0 0 0

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

[pid=15991/tid=16011] ppid=15989 vsize=15700524 CPUtime=1111.41 cores=1,3,5,7
/proc/15991/task/16011/stat : 16011 (java) R 15989 15991 15661 0 -1 4202560 399404 0 0 0 111089 52 0 0 25 0 22 0 503799184 16077336576 220215 33554432000 1073741824 1073778376 140736556573024 18446744073709551615 46912506034946 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=15991/tid=16012] ppid=15989 vsize=15700524 CPUtime=1110.55 cores=1,3,5,7
/proc/15991/task/16012/stat : 16012 (java) R 15989 15991 15661 0 -1 4202560 384284 0 0 0 111007 48 0 0 25 0 22 0 503799184 16077336576 220215 33554432000 1073741824 1073778376 140736556573024 18446744073709551615 46912505870787 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=15991/tid=16013] ppid=15989 vsize=15700524 CPUtime=1111.21 cores=1,3,5,7
/proc/15991/task/16013/stat : 16013 (java) R 15989 15991 15661 0 -1 4202560 377262 0 0 0 111075 46 0 0 25 0 22 0 503799184 16077336576 220215 33554432000 1073741824 1073778376 140736556573024 18446744073709551615 18446744073699065904 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4473.46
Current children cumulated vsize (KiB) 15700524

[startup+1182.3 s]
/proc/loadavg: 7.79 7.95 7.91 6/220 16054
/proc/meminfo: memFree=8893264/32951124 swapFree=67111448/67111528
[pid=15991] ppid=15989 vsize=15700524 CPUtime=4712.64 cores=1,3,5,7
/proc/15991/stat : 15991 (java) S 15989 15991 15661 0 -1 4202496 2913933 0 1 0 470763 501 0 0 25 0 22 0 503799144 16077336576 227531 33554432000 1073741824 1073778376 140736556573024 18446744073709551615 255118571493 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/15991/statm: 3925131 227531 2298 9 0 3915850 0
[pid=15991/tid=15992] ppid=15989 vsize=15700524 CPUtime=0.89 cores=1,3,5,7
/proc/15991/task/15992/stat : 15992 (java) S 15989 15991 15661 0 -1 4202560 27411 0 1 0 85 4 0 0 18 0 22 0 503799145 16077336576 227531 33554432000 1073741824 1073778376 140736556573024 18446744073709551615 255118584729 0 4 0 16800975 18446604466778154176 0 0 -1 3 0 0 0
[pid=15991/tid=15994] ppid=15989 vsize=15700524 CPUtime=3.09 cores=1,3,5,7
/proc/15991/task/15994/stat : 15994 (java) S 15989 15991 15661 0 -1 4202560 138949 0 0 0 284 25 0 0 15 0 22 0 503799145 16077336576 227531 33554432000 1073741824 1073778376 140736556573024 18446744073709551615 255118584729 0 4 0 16800975 18446604466778154176 0 0 -1 7 0 0 0
[pid=15991/tid=15995] ppid=15989 vsize=15700524 CPUtime=3.11 cores=1,3,5,7
/proc/15991/task/15995/stat : 15995 (java) S 15989 15991 15661 0 -1 4202560 142158 0 0 0 285 26 0 0 15 0 22 0 503799145 16077336576 227531 33554432000 1073741824 1073778376 140736556573024 18446744073709551615 255118584729 0 4 0 16800975 18446604466778154176 0 0 -1 5 0 0 0
[pid=15991/tid=15996] ppid=15989 vsize=15700524 CPUtime=3.14 cores=1,3,5,7
/proc/15991/task/15996/stat : 15996 (java) S 15989 15991 15661 0 -1 4202560 156585 0 0 0 288 26 0 0 15 0 22 0 503799145 16077336576 227531 33554432000 1073741824 1073778376 140736556573024 18446744073709551615 255118584729 0 4 0 16800975 18446604466778154176 0 0 -1 7 0 0 0
[pid=15991/tid=15997] ppid=15989 vsize=15700524 CPUtime=3.3 cores=1,3,5,7
/proc/15991/task/15997/stat : 15997 (java) S 15989 15991 15661 0 -1 4202560 161474 0 0 0 300 30 0 0 15 0 22 0 503799145 16077336576 227531 33554432000 1073741824 1073778376 140736556573024 18446744073709551615 255118584729 0 4 0 16800975 18446604466778154176 0 0 -1 3 0 0 0
[pid=15991/tid=15998] ppid=15989 vsize=15700524 CPUtime=3.17 cores=1,3,5,7
/proc/15991/task/15998/stat : 15998 (java) S 15989 15991 15661 0 -1 4202560 162289 0 0 0 289 28 0 0 16 0 22 0 503799145 16077336576 227531 33554432000 1073741824 1073778376 140736556573024 18446744073709551615 255118584729 0 4 0 16800975 18446604466778154176 0 0 -1 7 0 0 0
[pid=15991/tid=15999] ppid=15989 vsize=15700524 CPUtime=3.3 cores=1,3,5,7
/proc/15991/task/15999/stat : 15999 (java) S 15989 15991 15661 0 -1 4202560 160553 0 0 0 301 29 0 0 16 0 22 0 503799145 16077336576 227531 33554432000 1073741824 1073778376 140736556573024 18446744073709551615 255118584729 0 4 0 16800975 18446604466778154176 0 0 -1 5 0 0 0
[pid=15991/tid=16000] ppid=15989 vsize=15700524 CPUtime=3.39 cores=1,3,5,7
/proc/15991/task/16000/stat : 16000 (java) S 15989 15991 15661 0 -1 4202560 185659 0 0 0 306 33 0 0 16 0 22 0 503799145 16077336576 227531 33554432000 1073741824 1073778376 140736556573024 18446744073709551615 255118584729 0 4 0 16800975 18446604466778154176 0 0 -1 1 0 0 0
[pid=15991/tid=16001] ppid=15989 vsize=15700524 CPUtime=3.14 cores=1,3,5,7
/proc/15991/task/16001/stat : 16001 (java) S 15989 15991 15661 0 -1 4202560 136132 0 0 0 290 24 0 0 16 0 22 0 503799145 16077336576 227531 33554432000 1073741824 1073778376 140736556573024 18446744073709551615 255118584729 0 4 0 16800975 18446604466778154176 0 0 -1 3 0 0 0
[pid=15991/tid=16002] ppid=15989 vsize=15700524 CPUtime=1.28 cores=1,3,5,7
/proc/15991/task/16002/stat : 16002 (java) S 15989 15991 15661 0 -1 4202560 8893 0 0 0 68 60 0 0 15 0 22 0 503799146 16077336576 227531 33554432000 1073741824 1073778376 140736556573024 18446744073709551615 255118585344 0 0 0 16800975 18446604466778154176 0 0 -1 5 0 0 0
[pid=15991/tid=16003] ppid=15989 vsize=15700524 CPUtime=0 cores=1,3,5,7
/proc/15991/task/16003/stat : 16003 (java) S 15989 15991 15661 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 503799146 16077336576 227531 33554432000 1073741824 1073778376 140736556573024 18446744073709551615 255118584729 0 4 0 16800975 18446604466778154176 0 0 -1 3 0 0 0
[pid=15991/tid=16004] ppid=15989 vsize=15700524 CPUtime=0 cores=1,3,5,7
/proc/15991/task/16004/stat : 16004 (java) S 15989 15991 15661 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 503799146 16077336576 227531 33554432000 1073741824 1073778376 140736556573024 18446744073709551615 255118584729 0 4 0 16800975 18446604466778154176 0 0 -1 3 0 0 0
[pid=15991/tid=16005] ppid=15989 vsize=15700524 CPUtime=0 cores=1,3,5,7
/proc/15991/task/16005/stat : 16005 (java) S 15989 15991 15661 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 503799149 16077336576 227531 33554432000 1073741824 1073778376 140736556573024 18446744073709551615 255118592433 0 4 0 16800975 18446604466778154176 0 0 -1 3 0 0 0
[pid=15991/tid=16006] ppid=15989 vsize=15700524 CPUtime=1.14 cores=1,3,5,7
/proc/15991/task/16006/stat : 16006 (java) S 15989 15991 15661 0 -1 4202560 10841 0 0 0 113 1 0 0 16 0 22 0 503799149 16077336576 227531 33554432000 1073741824 1073778376 140736556573024 18446744073709551615 255118584729 0 4 0 16800975 18446604466778154176 0 0 -1 5 0 0 0
[pid=15991/tid=16007] ppid=15989 vsize=15700524 CPUtime=0.87 cores=1,3,5,7
/proc/15991/task/16007/stat : 16007 (java) S 15989 15991 15661 0 -1 4202560 5313 0 0 0 87 0 0 0 15 0 22 0 503799149 16077336576 227531 33554432000 1073741824 1073778376 140736556573024 18446744073709551615 255118584729 0 4 0 16800975 18446604466778154176 0 0 -1 7 0 0 0
[pid=15991/tid=16008] ppid=15989 vsize=15700524 CPUtime=0 cores=1,3,5,7
/proc/15991/task/16008/stat : 16008 (java) S 15989 15991 15661 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 503799149 16077336576 227531 33554432000 1073741824 1073778376 140736556573024 18446744073709551615 255118584729 0 4 0 16800975 18446604466778154176 0 0 -1 3 0 0 0
[pid=15991/tid=16009] ppid=15989 vsize=15700524 CPUtime=0 cores=1,3,5,7
/proc/15991/task/16009/stat : 16009 (java) S 15989 15991 15661 0 -1 4202560 69 0 0 0 0 0 0 0 15 0 22 0 503799149 16077336576 227531 33554432000 1073741824 1073778376 140736556573024 18446744073709551615 255118585344 0 4 0 16800975 18446604466778154176 0 0 -1 7 0 0 0
[pid=15991/tid=16010] ppid=15989 vsize=15700524 CPUtime=1171.49 cores=1,3,5,7
/proc/15991/task/16010/stat : 16010 (java) R 15989 15991 15661 0 -1 4202560 404435 0 0 0 117094 55 0 0 25 0 22 0 503799184 16077336576 227531 33554432000 1073741824 1073778376 140736556573024 18446744073709551615 47365359201370 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=15991/tid=16011] ppid=15989 vsize=15700524 CPUtime=1170.83 cores=1,3,5,7
/proc/15991/task/16011/stat : 16011 (java) R 15989 15991 15661 0 -1 4202560 416743 0 0 0 117028 55 0 0 25 0 22 0 503799184 16077336576 227531 33554432000 1073741824 1073778376 140736556573024 18446744073709551615 46912505697600 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=15991/tid=16012] ppid=15989 vsize=15700524 CPUtime=1169.73 cores=1,3,5,7
/proc/15991/task/16012/stat : 16012 (java) R 15989 15991 15661 0 -1 4202560 402056 0 0 0 116922 51 0 0 25 0 22 0 503799184 16077336576 227531 33554432000 1073741824 1073778376 140736556573024 18446744073709551615 46912505712888 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=15991/tid=16013] ppid=15989 vsize=15700524 CPUtime=1170.6 cores=1,3,5,7
/proc/15991/task/16013/stat : 16013 (java) R 15989 15991 15661 0 -1 4202560 392988 0 0 0 117012 48 0 0 25 0 22 0 503799184 16077336576 227531 33554432000 1073741824 1073778376 140736556573024 18446744073709551615 46912506034285 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4712.64
Current children cumulated vsize (KiB) 15700524



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1204.3 s]
/proc/loadavg: 7.82 7.93 7.91 10/220 16054
/proc/meminfo: memFree=8883064/32951124 swapFree=67111448/67111528
[pid=15991] ppid=15989 vsize=15700524 CPUtime=4800.37 cores=1,3,5,7
/proc/15991/stat : 15991 (java) S 15989 15991 15661 0 -1 4202496 2971266 0 1 0 479526 511 0 0 25 0 22 0 503799144 16077336576 229697 33554432000 1073741824 1073778376 140736556573024 18446744073709551615 255118571493 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/15991/statm: 3925131 229697 2298 9 0 3915850 0
[pid=15991/tid=15992] ppid=15989 vsize=15700524 CPUtime=0.89 cores=1,3,5,7
/proc/15991/task/15992/stat : 15992 (java) S 15989 15991 15661 0 -1 4202560 27411 0 1 0 85 4 0 0 18 0 22 0 503799145 16077336576 229697 33554432000 1073741824 1073778376 140736556573024 18446744073709551615 255118584729 0 4 0 16800975 18446604466778154176 0 0 -1 3 0 0 0
[pid=15991/tid=15994] ppid=15989 vsize=15700524 CPUtime=3.15 cores=1,3,5,7
/proc/15991/task/15994/stat : 15994 (java) S 15989 15991 15661 0 -1 4202560 141598 0 0 0 290 25 0 0 15 0 22 0 503799145 16077336576 229697 33554432000 1073741824 1073778376 140736556573024 18446744073709551615 255118584729 0 4 0 16800975 18446604466778154176 0 0 -1 7 0 0 0
[pid=15991/tid=15995] ppid=15989 vsize=15700524 CPUtime=3.18 cores=1,3,5,7
/proc/15991/task/15995/stat : 15995 (java) S 15989 15991 15661 0 -1 4202560 145635 0 0 0 291 27 0 0 15 0 22 0 503799145 16077336576 229697 33554432000 1073741824 1073778376 140736556573024 18446744073709551615 255118584729 0 4 0 16800975 18446604466778154176 0 0 -1 7 0 0 0
[pid=15991/tid=15996] ppid=15989 vsize=15700524 CPUtime=3.25 cores=1,3,5,7
/proc/15991/task/15996/stat : 15996 (java) S 15989 15991 15661 0 -1 4202560 160597 0 0 0 298 27 0 0 16 0 22 0 503799145 16077336576 229697 33554432000 1073741824 1073778376 140736556573024 18446744073709551615 255118584729 0 4 0 16800975 18446604466778154176 0 0 -1 5 0 0 0
[pid=15991/tid=15997] ppid=15989 vsize=15700524 CPUtime=3.37 cores=1,3,5,7
/proc/15991/task/15997/stat : 15997 (java) S 15989 15991 15661 0 -1 4202560 162668 0 0 0 306 31 0 0 15 0 22 0 503799145 16077336576 229697 33554432000 1073741824 1073778376 140736556573024 18446744073709551615 255118584729 0 4 0 16800975 18446604466778154176 0 0 -1 1 0 0 0
[pid=15991/tid=15998] ppid=15989 vsize=15700524 CPUtime=3.26 cores=1,3,5,7
/proc/15991/task/15998/stat : 15998 (java) S 15989 15991 15661 0 -1 4202560 165965 0 0 0 298 28 0 0 15 0 22 0 503799145 16077336576 229697 33554432000 1073741824 1073778376 140736556573024 18446744073709551615 255118584729 0 4 0 16800975 18446604466778154176 0 0 -1 3 0 0 0
[pid=15991/tid=15999] ppid=15989 vsize=15700524 CPUtime=3.38 cores=1,3,5,7
/proc/15991/task/15999/stat : 15999 (java) S 15989 15991 15661 0 -1 4202560 163001 0 0 0 309 29 0 0 15 0 22 0 503799145 16077336576 229697 33554432000 1073741824 1073778376 140736556573024 18446744073709551615 255118584729 0 4 0 16800975 18446604466778154176 0 0 -1 3 0 0 0
[pid=15991/tid=16000] ppid=15989 vsize=15700524 CPUtime=3.46 cores=1,3,5,7
/proc/15991/task/16000/stat : 16000 (java) S 15989 15991 15661 0 -1 4202560 187671 0 0 0 313 33 0 0 15 0 22 0 503799145 16077336576 229697 33554432000 1073741824 1073778376 140736556573024 18446744073709551615 255118584729 0 4 0 16800975 18446604466778154176 0 0 -1 1 0 0 0
[pid=15991/tid=16001] ppid=15989 vsize=15700524 CPUtime=3.23 cores=1,3,5,7
/proc/15991/task/16001/stat : 16001 (java) S 15989 15991 15661 0 -1 4202560 140466 0 0 0 298 25 0 0 15 0 22 0 503799145 16077336576 229697 33554432000 1073741824 1073778376 140736556573024 18446744073709551615 255118584729 0 4 0 16800975 18446604466778154176 0 0 -1 5 0 0 0
[pid=15991/tid=16002] ppid=15989 vsize=15700524 CPUtime=1.3 cores=1,3,5,7
/proc/15991/task/16002/stat : 16002 (java) S 15989 15991 15661 0 -1 4202560 9024 0 0 0 69 61 0 0 15 0 22 0 503799146 16077336576 229697 33554432000 1073741824 1073778376 140736556573024 18446744073709551615 255118585344 0 0 0 16800975 18446604466778154176 0 0 -1 1 0 0 0
[pid=15991/tid=16003] ppid=15989 vsize=15700524 CPUtime=0 cores=1,3,5,7
/proc/15991/task/16003/stat : 16003 (java) S 15989 15991 15661 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 503799146 16077336576 229697 33554432000 1073741824 1073778376 140736556573024 18446744073709551615 255118584729 0 4 0 16800975 18446604466778154176 0 0 -1 3 0 0 0
[pid=15991/tid=16004] ppid=15989 vsize=15700524 CPUtime=0 cores=1,3,5,7
/proc/15991/task/16004/stat : 16004 (java) S 15989 15991 15661 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 503799146 16077336576 229697 33554432000 1073741824 1073778376 140736556573024 18446744073709551615 255118584729 0 4 0 16800975 18446604466778154176 0 0 -1 3 0 0 0
[pid=15991/tid=16005] ppid=15989 vsize=15700524 CPUtime=0 cores=1,3,5,7
/proc/15991/task/16005/stat : 16005 (java) S 15989 15991 15661 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 503799149 16077336576 229697 33554432000 1073741824 1073778376 140736556573024 18446744073709551615 255118592433 0 4 0 16800975 18446604466778154176 0 0 -1 3 0 0 0
[pid=15991/tid=16006] ppid=15989 vsize=15700524 CPUtime=1.14 cores=1,3,5,7
/proc/15991/task/16006/stat : 16006 (java) S 15989 15991 15661 0 -1 4202560 10841 0 0 0 113 1 0 0 16 0 22 0 503799149 16077336576 229697 33554432000 1073741824 1073778376 140736556573024 18446744073709551615 255118584729 0 4 0 16800975 18446604466778154176 0 0 -1 5 0 0 0
[pid=15991/tid=16007] ppid=15989 vsize=15700524 CPUtime=0.87 cores=1,3,5,7
/proc/15991/task/16007/stat : 16007 (java) S 15989 15991 15661 0 -1 4202560 5313 0 0 0 87 0 0 0 15 0 22 0 503799149 16077336576 229697 33554432000 1073741824 1073778376 140736556573024 18446744073709551615 255118584729 0 4 0 16800975 18446604466778154176 0 0 -1 7 0 0 0
[pid=15991/tid=16008] ppid=15989 vsize=15700524 CPUtime=0 cores=1,3,5,7
/proc/15991/task/16008/stat : 16008 (java) S 15989 15991 15661 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 503799149 16077336576 229697 33554432000 1073741824 1073778376 140736556573024 18446744073709551615 255118584729 0 4 0 16800975 18446604466778154176 0 0 -1 3 0 0 0
[pid=15991/tid=16009] ppid=15989 vsize=15700524 CPUtime=0 cores=1,3,5,7
/proc/15991/task/16009/stat : 16009 (java) S 15989 15991 15661 0 -1 4202560 71 0 0 0 0 0 0 0 15 0 22 0 503799149 16077336576 229697 33554432000 1073741824 1073778376 140736556573024 18446744073709551615 255118585344 0 4 0 16800975 18446604466778154176 0 0 -1 7 0 0 0
[pid=15991/tid=16010] ppid=15989 vsize=15700524 CPUtime=1193.29 cores=1,3,5,7
/proc/15991/task/16010/stat : 16010 (java) R 15989 15991 15661 0 -1 4202560 411509 0 0 0 119274 55 0 0 25 0 22 0 503799184 16077336576 229697 33554432000 1073741824 1073778376 140736556573024 18446744073709551615 46912505844263 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=15991/tid=16011] ppid=15989 vsize=15700524 CPUtime=1192.63 cores=1,3,5,7
/proc/15991/task/16011/stat : 16011 (java) R 15989 15991 15661 0 -1 4202560 426161 0 0 0 119207 56 0 0 25 0 22 0 503799184 16077336576 229697 33554432000 1073741824 1073778376 140736556573024 18446744073709551615 18446744073699065904 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=15991/tid=16012] ppid=15989 vsize=15700524 CPUtime=1191.41 cores=1,3,5,7
/proc/15991/task/16012/stat : 16012 (java) R 15989 15991 15661 0 -1 4202560 410267 0 0 0 119089 52 0 0 25 0 22 0 503799184 16077336576 229697 33554432000 1073741824 1073778376 140736556573024 18446744073709551615 46912505602333 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=15991/tid=16013] ppid=15989 vsize=15700524 CPUtime=1192.4 cores=1,3,5,7
/proc/15991/task/16013/stat : 16013 (java) R 15989 15991 15661 0 -1 4202560 401683 0 0 0 119191 49 0 0 25 0 22 0 503799184 16077336576 229697 33554432000 1073741824 1073778376 140736556573024 18446744073709551615 46912505744316 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4800.37
Current children cumulated vsize (KiB) 15700524

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

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

[startup+1204.3 s]
/proc/loadavg: 7.82 7.93 7.91 10/220 16054
/proc/meminfo: memFree=8883064/32951124 swapFree=67111448/67111528
[pid=15991] ppid=15989 vsize=15700524 CPUtime=4800.37 cores=1,3,5,7
/proc/15991/stat : 15991 (java) S 15989 15991 15661 0 -1 4202496 2971266 0 1 0 479526 511 0 0 25 0 22 0 503799144 16077336576 229697 33554432000 1073741824 1073778376 140736556573024 18446744073709551615 255118571493 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/15991/statm: 3925131 229697 2298 9 0 3915850 0
[pid=15991/tid=15992] ppid=15989 vsize=15700524 CPUtime=0.89 cores=1,3,5,7
/proc/15991/task/15992/stat : 15992 (java) S 15989 15991 15661 0 -1 4202560 27411 0 1 0 85 4 0 0 18 0 22 0 503799145 16077336576 229697 33554432000 1073741824 1073778376 140736556573024 18446744073709551615 255118584729 0 4 0 16800975 18446604466778154176 0 0 -1 3 0 0 0
[pid=15991/tid=15994] ppid=15989 vsize=15700524 CPUtime=3.15 cores=1,3,5,7
/proc/15991/task/15994/stat : 15994 (java) S 15989 15991 15661 0 -1 4202560 141598 0 0 0 290 25 0 0 15 0 22 0 503799145 16077336576 229697 33554432000 1073741824 1073778376 140736556573024 18446744073709551615 255118584729 0 4 0 16800975 18446604466778154176 0 0 -1 7 0 0 0
[pid=15991/tid=15995] ppid=15989 vsize=15700524 CPUtime=3.18 cores=1,3,5,7
/proc/15991/task/15995/stat : 15995 (java) S 15989 15991 15661 0 -1 4202560 145635 0 0 0 291 27 0 0 15 0 22 0 503799145 16077336576 229697 33554432000 1073741824 1073778376 140736556573024 18446744073709551615 255118584729 0 4 0 16800975 18446604466778154176 0 0 -1 7 0 0 0
[pid=15991/tid=15996] ppid=15989 vsize=15700524 CPUtime=3.25 cores=1,3,5,7
/proc/15991/task/15996/stat : 15996 (java) S 15989 15991 15661 0 -1 4202560 160597 0 0 0 298 27 0 0 16 0 22 0 503799145 16077336576 229697 33554432000 1073741824 1073778376 140736556573024 18446744073709551615 255118584729 0 4 0 16800975 18446604466778154176 0 0 -1 5 0 0 0
[pid=15991/tid=15997] ppid=15989 vsize=15700524 CPUtime=3.37 cores=1,3,5,7
/proc/15991/task/15997/stat : 15997 (java) S 15989 15991 15661 0 -1 4202560 162668 0 0 0 306 31 0 0 15 0 22 0 503799145 16077336576 229697 33554432000 1073741824 1073778376 140736556573024 18446744073709551615 255118584729 0 4 0 16800975 18446604466778154176 0 0 -1 1 0 0 0
[pid=15991/tid=15998] ppid=15989 vsize=15700524 CPUtime=3.26 cores=1,3,5,7
/proc/15991/task/15998/stat : 15998 (java) S 15989 15991 15661 0 -1 4202560 165965 0 0 0 298 28 0 0 15 0 22 0 503799145 16077336576 229697 33554432000 1073741824 1073778376 140736556573024 18446744073709551615 255118584729 0 4 0 16800975 18446604466778154176 0 0 -1 3 0 0 0
[pid=15991/tid=15999] ppid=15989 vsize=15700524 CPUtime=3.38 cores=1,3,5,7
/proc/15991/task/15999/stat : 15999 (java) S 15989 15991 15661 0 -1 4202560 163001 0 0 0 309 29 0 0 15 0 22 0 503799145 16077336576 229697 33554432000 1073741824 1073778376 140736556573024 18446744073709551615 255118584729 0 4 0 16800975 18446604466778154176 0 0 -1 3 0 0 0
[pid=15991/tid=16000] ppid=15989 vsize=15700524 CPUtime=3.46 cores=1,3,5,7
/proc/15991/task/16000/stat : 16000 (java) S 15989 15991 15661 0 -1 4202560 187671 0 0 0 313 33 0 0 15 0 22 0 503799145 16077336576 229697 33554432000 1073741824 1073778376 140736556573024 18446744073709551615 255118584729 0 4 0 16800975 18446604466778154176 0 0 -1 1 0 0 0
[pid=15991/tid=16001] ppid=15989 vsize=15700524 CPUtime=3.23 cores=1,3,5,7
/proc/15991/task/16001/stat : 16001 (java) S 15989 15991 15661 0 -1 4202560 140466 0 0 0 298 25 0 0 15 0 22 0 503799145 16077336576 229697 33554432000 1073741824 1073778376 140736556573024 18446744073709551615 255118584729 0 4 0 16800975 18446604466778154176 0 0 -1 5 0 0 0
[pid=15991/tid=16002] ppid=15989 vsize=15700524 CPUtime=1.3 cores=1,3,5,7
/proc/15991/task/16002/stat : 16002 (java) S 15989 15991 15661 0 -1 4202560 9024 0 0 0 69 61 0 0 15 0 22 0 503799146 16077336576 229697 33554432000 1073741824 1073778376 140736556573024 18446744073709551615 255118585344 0 0 0 16800975 18446604466778154176 0 0 -1 1 0 0 0
[pid=15991/tid=16003] ppid=15989 vsize=15700524 CPUtime=0 cores=1,3,5,7
/proc/15991/task/16003/stat : 16003 (java) S 15989 15991 15661 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 503799146 16077336576 229697 33554432000 1073741824 1073778376 140736556573024 18446744073709551615 255118584729 0 4 0 16800975 18446604466778154176 0 0 -1 3 0 0 0
[pid=15991/tid=16004] ppid=15989 vsize=15700524 CPUtime=0 cores=1,3,5,7
/proc/15991/task/16004/stat : 16004 (java) S 15989 15991 15661 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 503799146 16077336576 229697 33554432000 1073741824 1073778376 140736556573024 18446744073709551615 255118584729 0 4 0 16800975 18446604466778154176 0 0 -1 3 0 0 0
[pid=15991/tid=16005] ppid=15989 vsize=15700524 CPUtime=0 cores=1,3,5,7
/proc/15991/task/16005/stat : 16005 (java) S 15989 15991 15661 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 503799149 16077336576 229697 33554432000 1073741824 1073778376 140736556573024 18446744073709551615 255118592433 0 4 0 16800975 18446604466778154176 0 0 -1 3 0 0 0
[pid=15991/tid=16006] ppid=15989 vsize=15700524 CPUtime=1.14 cores=1,3,5,7
/proc/15991/task/16006/stat : 16006 (java) S 15989 15991 15661 0 -1 4202560 10841 0 0 0 113 1 0 0 16 0 22 0 503799149 16077336576 229697 33554432000 1073741824 1073778376 140736556573024 18446744073709551615 255118584729 0 4 0 16800975 18446604466778154176 0 0 -1 5 0 0 0
[pid=15991/tid=16007] ppid=15989 vsize=15700524 CPUtime=0.87 cores=1,3,5,7
/proc/15991/task/16007/stat : 16007 (java) S 15989 15991 15661 0 -1 4202560 5313 0 0 0 87 0 0 0 15 0 22 0 503799149 16077336576 229697 33554432000 1073741824 1073778376 140736556573024 18446744073709551615 255118584729 0 4 0 16800975 18446604466778154176 0 0 -1 7 0 0 0
[pid=15991/tid=16008] ppid=15989 vsize=15700524 CPUtime=0 cores=1,3,5,7
/proc/15991/task/16008/stat : 16008 (java) S 15989 15991 15661 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 503799149 16077336576 229697 33554432000 1073741824 1073778376 140736556573024 18446744073709551615 255118584729 0 4 0 16800975 18446604466778154176 0 0 -1 3 0 0 0
[pid=15991/tid=16009] ppid=15989 vsize=15700524 CPUtime=0 cores=1,3,5,7
/proc/15991/task/16009/stat : 16009 (java) S 15989 15991 15661 0 -1 4202560 71 0 0 0 0 0 0 0 15 0 22 0 503799149 16077336576 229697 33554432000 1073741824 1073778376 140736556573024 18446744073709551615 255118585344 0 4 0 16800975 18446604466778154176 0 0 -1 7 0 0 0
[pid=15991/tid=16010] ppid=15989 vsize=15700524 CPUtime=1193.29 cores=1,3,5,7
/proc/15991/task/16010/stat : 16010 (java) R 15989 15991 15661 0 -1 4202560 411509 0 0 0 119274 55 0 0 25 0 22 0 503799184 16077336576 229697 33554432000 1073741824 1073778376 140736556573024 18446744073709551615 46912505844263 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=15991/tid=16011] ppid=15989 vsize=15700524 CPUtime=1192.63 cores=1,3,5,7
/proc/15991/task/16011/stat : 16011 (java) R 15989 15991 15661 0 -1 4202560 426161 0 0 0 119207 56 0 0 25 0 22 0 503799184 16077336576 229697 33554432000 1073741824 1073778376 140736556573024 18446744073709551615 18446744073699065904 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=15991/tid=16012] ppid=15989 vsize=15700524 CPUtime=1191.41 cores=1,3,5,7
/proc/15991/task/16012/stat : 16012 (java) R 15989 15991 15661 0 -1 4202560 410267 0 0 0 119089 52 0 0 25 0 22 0 503799184 16077336576 229697 33554432000 1073741824 1073778376 140736556573024 18446744073709551615 46912505602333 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=15991/tid=16013] ppid=15989 vsize=15700524 CPUtime=1192.4 cores=1,3,5,7
/proc/15991/task/16013/stat : 16013 (java) R 15989 15991 15661 0 -1 4202560 401683 0 0 0 119191 49 0 0 25 0 22 0 503799184 16077336576 229697 33554432000 1073741824 1073778376 140736556573024 18446744073709551615 46912505744316 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4800.37
Current children cumulated vsize (KiB) 15700524

Child status: 143
Real time (s): 1204.36
CPU time (s): 4800.45
CPU user time (s): 4795.3
CPU system time (s): 5.15422
CPU usage (%): 398.59
Max. virtual memory (cumulated for all children) (KiB): 15700524

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4795.3
system time used= 5.15422
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2971291
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= 82084
involuntary context switches= 77042

runsolver used 1.9717 second user time and 4.65629 second system time

The end

Launcher Data

Begin job on node144 at 2011-04-29 23:50:30
IDJOB=3312410
IDBENCH=82595
IDSOLVER=1699
FILE ID=node144/3312410-1304113830
RUNJOBID= node144-1304111415-15680
PBS_JOBID= 13170685
Free space on /tmp= 72408 MiB

SOLVER NAME= STRUCTure 0.1
BENCH NAME= SAT11/random/large/unif-k5-r20-v1000-c20000-S945664020-055-UNKNOWN.cnf
COMMAND LINE= run 15000 NBCORE TMPDIR DIR BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3312410-1304113830/watcher-3312410-1304113830 -o /tmp/evaluation-result-3312410-1304113830/solver-3312410-1304113830 -C 4800 -W 1300 -M 15500  run 15000 4 HOME HOME HOME/instance-3312410-1304113830.cnf

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

MD5SUM BENCH= b5db50c2da6442b279ae090cf3223d53
RANDOM SEED=410005813

node144.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.850
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.70
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.850
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.16
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.850
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.850
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.83
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.850
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.850
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.82
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.850
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.850
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.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      24807892 kB
Buffers:       2107956 kB
Cached:        4935660 kB
SwapCached:         80 kB
Active:         634880 kB
Inactive:      6964004 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      24807892 kB
SwapTotal:    67111528 kB
SwapFree:     67111448 kB
Dirty:            5892 kB
Writeback:           0 kB
AnonPages:      555124 kB
Mapped:          23376 kB
Slab:           480800 kB
PageTables:       5404 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  1320904 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= 72404 MiB
End job on node144 at 2011-04-30 00:10:37