Trace number 3312465

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

General information on the benchmark

Namerandom/large/
unif-k3-r4.2-v2500-c10500-S1907658523-004-UNKNOWN.cnf
MD5SUMb937b5bc0ec99f47d43da4a3e675d75d
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.326949
Satisfiable
(Un)Satisfiability was proved
Number of variables2500
Number of clauses10500
Sum of the clauses size31500
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 310500
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.10/0.11	33:25 INFO : Reading from input HOME/instance-3312465-1304116405.cnf
0.52/0.31	Executor set job limit to 1000000
0.52/0.31	Executor set job limit to 1000000
0.52/0.31	Executor set job limit to 1000000
0.52/0.31	Executor set job limit to 1000000
0.52/0.31	Starting Executor!
0.52/0.31	Starting Executor!
0.52/0.31	Starting Executor!
0.52/0.31	Starting Executor!
1.30/0.68	33:26 INFO : 2489 variables remaining out of 2500
1.30/0.68	33:26 INFO : 41748 literals remaining out of 42000

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-3312465-1304116405/watcher-3312465-1304116405 -o /tmp/evaluation-result-3312465-1304116405/solver-3312465-1304116405 -C 4800 -W 1300 -M 15500 run 15000 4 HOME HOME HOME/instance-3312465-1304116405.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: 6.34 7.72 7.89 2/189 5899
/proc/meminfo: memFree=31056152/32951124 swapFree=67111524/67111528
[pid=5899] ppid=5897 vsize=24004 CPUtime=0 cores=1,3,5,7
/proc/5899/stat : 5899 (java) S 5897 5899 5849 0 -1 4202496 1382 0 0 0 0 0 0 0 21 0 2 0 255831773 24580096 863 33554432000 1073741824 1073778376 140736184556672 18446744073709551615 268672464869 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/5899/statm: 6014 870 667 9 0 381 0
[pid=5899/tid=5900] ppid=5897 vsize=26088 CPUtime=0 cores=1,3,5,7
/proc/5899/task/5900/stat : 5900 (java) R 5897 5899 5849 0 -1 4202560 56 0 0 0 0 0 0 0 22 0 2 0 255831774 26714112 885 33554432000 1073741824 1073778376 140736184556672 18446744073709551615 268655738503 0 2147483391 4096 0 0 0 0 -1 5 0 0 0

[startup+0.0228391 s]
/proc/loadavg: 6.34 7.72 7.89 2/189 5899
/proc/meminfo: memFree=31056152/32951124 swapFree=67111524/67111528
[pid=5899] ppid=5897 vsize=15602060 CPUtime=0.01 cores=1,3,5,7
/proc/5899/stat : 5899 (java) S 5897 5899 5849 0 -1 4202496 3355 0 1 0 1 0 0 0 21 0 11 0 255831773 15976509440 2799 33554432000 1073741824 1073778376 140736184556672 18446744073709551615 268672464869 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0
/proc/5899/statm: 3900515 2800 1619 9 0 3891263 0
[pid=5899/tid=5900] ppid=5897 vsize=15602060 CPUtime=0.01 cores=1,3,5,7
/proc/5899/task/5900/stat : 5900 (java) R 5897 5899 5849 0 -1 4202560 1992 0 1 0 1 0 0 0 22 0 11 0 255831774 15976509440 2801 33554432000 1073741824 1073778376 140736184556672 18446744073709551615 47058775862371 0 4 0 16784584 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 15602060

[startup+0.100837 s]
/proc/loadavg: 6.34 7.72 7.89 2/189 5899
/proc/meminfo: memFree=31056152/32951124 swapFree=67111524/67111528
[pid=5899] ppid=5897 vsize=15676956 CPUtime=0.1 cores=1,3,5,7
/proc/5899/stat : 5899 (java) S 5897 5899 5849 0 -1 4202496 5597 0 1 0 9 1 0 0 21 0 18 0 255831773 16053202944 5032 33554432000 1073741824 1073778376 140736184556672 18446744073709551615 268672464869 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/5899/statm: 3919239 5032 2118 9 0 3909958 0
[pid=5899/tid=5900] ppid=5897 vsize=15676956 CPUtime=0.08 cores=1,3,5,7
/proc/5899/task/5900/stat : 5900 (java) R 5897 5899 5849 0 -1 4202560 3486 0 1 0 8 0 0 0 18 0 18 0 255831774 16053202944 5033 33554432000 1073741824 1073778376 140736184556672 18446744073709551615 47058771701765 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 15676956

[startup+0.300794 s]
/proc/loadavg: 6.34 7.72 7.89 2/189 5899
/proc/meminfo: memFree=31056152/32951124 swapFree=67111524/67111528
[pid=5899] ppid=5897 vsize=15679004 CPUtime=0.52 cores=1,3,5,7
/proc/5899/stat : 5899 (java) S 5897 5899 5849 0 -1 4202496 16090 0 1 0 50 2 0 0 21 0 18 0 255831773 16055300096 14604 33554432000 1073741824 1073778376 140736184556672 18446744073709551615 268672464869 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/5899/statm: 3919751 14612 2207 9 0 3910470 0
[pid=5899/tid=5900] ppid=5897 vsize=15679004 CPUtime=0.28 cores=1,3,5,7
/proc/5899/task/5900/stat : 5900 (java) R 5897 5899 5849 0 -1 4202560 11051 0 1 0 27 1 0 0 18 0 18 0 255831774 16055300096 14615 33554432000 1073741824 1073778376 140736184556672 18446744073709551615 46912505641363 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 15679004

[startup+0.70072 s]
/proc/loadavg: 6.34 7.72 7.89 2/189 5899
/proc/meminfo: memFree=31056152/32951124 swapFree=67111524/67111528
[pid=5899] ppid=5897 vsize=15694016 CPUtime=1.59 cores=1,3,5,7
/proc/5899/stat : 5899 (java) S 5897 5899 5849 0 -1 4202496 29266 0 1 0 155 4 0 0 21 0 22 0 255831773 16070672384 25650 33554432000 1073741824 1073778376 140736184556672 18446744073709551615 268672464869 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/5899/statm: 3923504 25650 2255 9 0 3914223 0
[pid=5899/tid=5900] ppid=5897 vsize=15694016 CPUtime=0.67 cores=1,3,5,7
/proc/5899/task/5900/stat : 5900 (java) S 5897 5899 5849 0 -1 4202560 13317 0 1 0 65 2 0 0 20 0 22 0 255831774 16070672384 25650 33554432000 1073741824 1073778376 140736184556672 18446744073709551615 268672478105 0 4 0 16800975 18446604470480670976 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1.59
Current children cumulated vsize (KiB) 15694016

[startup+1.50155 s]
/proc/loadavg: 6.34 7.72 7.89 8/220 5930
/proc/meminfo: memFree=30678696/32951124 swapFree=67111524/67111528
[pid=5899] ppid=5897 vsize=15703596 CPUtime=4.58 cores=1,3,5,7
/proc/5899/stat : 5899 (java) S 5897 5899 5849 0 -1 4202496 72498 0 1 0 448 10 0 0 21 0 22 0 255831773 16080482304 64877 33554432000 1073741824 1073778376 140736184556672 18446744073709551615 268672464869 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/5899/statm: 3925899 64877 2275 9 0 3916618 0
[pid=5899/tid=5900] ppid=5897 vsize=15703596 CPUtime=0.67 cores=1,3,5,7
/proc/5899/task/5900/stat : 5900 (java) S 5897 5899 5849 0 -1 4202560 13317 0 1 0 65 2 0 0 20 0 22 0 255831774 16080482304 64877 33554432000 1073741824 1073778376 140736184556672 18446744073709551615 268672478105 0 4 0 16800975 18446604470480670976 0 0 -1 5 0 0 0
[pid=5899/tid=5902] ppid=5897 vsize=15703596 CPUtime=0 cores=1,3,5,7
/proc/5899/task/5902/stat : 5902 (java) S 5897 5899 5849 0 -1 4202560 2194 0 0 0 0 0 0 0 16 0 22 0 255831774 16080482304 64877 33554432000 1073741824 1073778376 140736184556672 18446744073709551615 268672478105 0 4 0 16800975 18446604470480670976 0 0 -1 5 0 0 0
[pid=5899/tid=5903] ppid=5897 vsize=15703596 CPUtime=0 cores=1,3,5,7
/proc/5899/task/5903/stat : 5903 (java) S 5897 5899 5849 0 -1 4202560 1814 0 0 0 0 0 0 0 16 0 22 0 255831774 16080482304 64877 33554432000 1073741824 1073778376 140736184556672 18446744073709551615 268672478105 0 4 0 16800975 18446604470480670976 0 0 -1 7 0 0 0
[pid=5899/tid=5904] ppid=5897 vsize=15703596 CPUtime=0 cores=1,3,5,7
/proc/5899/task/5904/stat : 5904 (java) S 5897 5899 5849 0 -1 4202560 2814 0 0 0 0 0 0 0 16 0 22 0 255831774 16080482304 64877 33554432000 1073741824 1073778376 140736184556672 18446744073709551615 268672478105 0 4 0 16800975 18446604470480670976 0 0 -1 1 0 0 0
[pid=5899/tid=5905] ppid=5897 vsize=15703596 CPUtime=0 cores=1,3,5,7
/proc/5899/task/5905/stat : 5905 (java) S 5897 5899 5849 0 -1 4202560 1261 0 0 0 0 0 0 0 16 0 22 0 255831774 16080482304 64877 33554432000 1073741824 1073778376 140736184556672 18446744073709551615 268672478105 0 4 0 16800975 18446604470480670976 0 0 -1 5 0 0 0
[pid=5899/tid=5906] ppid=5897 vsize=15703596 CPUtime=0 cores=1,3,5,7
/proc/5899/task/5906/stat : 5906 (java) S 5897 5899 5849 0 -1 4202560 685 0 0 0 0 0 0 0 16 0 22 0 255831774 16080482304 64877 33554432000 1073741824 1073778376 140736184556672 18446744073709551615 268672478105 0 4 0 16800975 18446604470480670976 0 0 -1 3 0 0 0
[pid=5899/tid=5907] ppid=5897 vsize=15703596 CPUtime=0 cores=1,3,5,7
/proc/5899/task/5907/stat : 5907 (java) S 5897 5899 5849 0 -1 4202560 2368 0 0 0 0 0 0 0 16 0 22 0 255831774 16080482304 64877 33554432000 1073741824 1073778376 140736184556672 18446744073709551615 268672478105 0 4 0 16800975 18446604470480670976 0 0 -1 3 0 0 0
[pid=5899/tid=5908] ppid=5897 vsize=15703596 CPUtime=0 cores=1,3,5,7
/proc/5899/task/5908/stat : 5908 (java) S 5897 5899 5849 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 255831774 16080482304 64877 33554432000 1073741824 1073778376 140736184556672 18446744073709551615 268672478105 0 4 0 16800975 18446604470480670976 0 0 -1 5 0 0 0
[pid=5899/tid=5909] ppid=5897 vsize=15703596 CPUtime=0 cores=1,3,5,7
/proc/5899/task/5909/stat : 5909 (java) S 5897 5899 5849 0 -1 4202560 1320 0 0 0 0 0 0 0 15 0 22 0 255831774 16080482304 64877 33554432000 1073741824 1073778376 140736184556672 18446744073709551615 268672478105 0 4 0 16800975 18446604470480670976 0 0 -1 7 0 0 0
[pid=5899/tid=5915] ppid=5897 vsize=15703596 CPUtime=0 cores=1,3,5,7
/proc/5899/task/5915/stat : 5915 (java) S 5897 5899 5849 0 -1 4202560 75 0 0 0 0 0 0 0 15 0 22 0 255831775 16080482304 64877 33554432000 1073741824 1073778376 140736184556672 18446744073709551615 268672478720 0 0 0 16800975 18446604470480670976 0 0 -1 5 0 0 0
[pid=5899/tid=5916] ppid=5897 vsize=15703596 CPUtime=0 cores=1,3,5,7
/proc/5899/task/5916/stat : 5916 (java) S 5897 5899 5849 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 255831776 16080482304 64877 33554432000 1073741824 1073778376 140736184556672 18446744073709551615 268672478105 0 4 0 16800975 18446604470480670976 0 0 -1 7 0 0 0
[pid=5899/tid=5917] ppid=5897 vsize=15703596 CPUtime=0 cores=1,3,5,7
/proc/5899/task/5917/stat : 5917 (java) S 5897 5899 5849 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 255831776 16080482304 64877 33554432000 1073741824 1073778376 140736184556672 18446744073709551615 268672478105 0 4 0 16800975 18446604470480670976 0 0 -1 7 0 0 0
[pid=5899/tid=5918] ppid=5897 vsize=15703596 CPUtime=0 cores=1,3,5,7
/proc/5899/task/5918/stat : 5918 (java) S 5897 5899 5849 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 255831778 16080482304 64877 33554432000 1073741824 1073778376 140736184556672 18446744073709551615 268672485809 0 4 0 16800975 18446604470480670976 0 0 -1 5 0 0 0
[pid=5899/tid=5919] ppid=5897 vsize=15703596 CPUtime=0.93 cores=1,3,5,7
/proc/5899/task/5919/stat : 5919 (java) R 5897 5899 5849 0 -1 4202560 16227 0 0 0 92 1 0 0 18 0 22 0 255831778 16080482304 64877 33554432000 1073741824 1073778376 140736184556672 18446744073709551615 268672488117 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=5899/tid=5920] ppid=5897 vsize=15703596 CPUtime=0.81 cores=1,3,5,7
/proc/5899/task/5920/stat : 5920 (java) R 5897 5899 5849 0 -1 4202560 6618 0 0 0 81 0 0 0 18 0 22 0 255831778 16080482304 64877 33554432000 1073741824 1073778376 140736184556672 18446744073709551615 47058771365694 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=5899/tid=5921] ppid=5897 vsize=15703596 CPUtime=0 cores=1,3,5,7
/proc/5899/task/5921/stat : 5921 (java) S 5897 5899 5849 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 255831778 16080482304 64877 33554432000 1073741824 1073778376 140736184556672 18446744073709551615 268672478105 0 4 0 16800975 18446604470480670976 0 0 -1 5 0 0 0
[pid=5899/tid=5922] ppid=5897 vsize=15703596 CPUtime=0 cores=1,3,5,7
/proc/5899/task/5922/stat : 5922 (java) S 5897 5899 5849 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 255831778 16080482304 64877 33554432000 1073741824 1073778376 140736184556672 18446744073709551615 268672478720 0 4 0 16800975 18446604470480670976 0 0 -1 5 0 0 0
[pid=5899/tid=5923] ppid=5897 vsize=15703596 CPUtime=0.62 cores=1,3,5,7
/proc/5899/task/5923/stat : 5923 (java) R 5897 5899 5849 0 -1 4202560 7248 0 0 0 62 0 0 0 16 0 22 0 255831805 16080482304 64877 33554432000 1073741824 1073778376 140736184556672 18446744073709551615 46912505798923 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=5899/tid=5924] ppid=5897 vsize=15703596 CPUtime=0.57 cores=1,3,5,7
/proc/5899/task/5924/stat : 5924 (java) R 5897 5899 5849 0 -1 4202560 6067 0 0 0 57 0 0 0 16 0 22 0 255831805 16080482304 64877 33554432000 1073741824 1073778376 140736184556672 18446744073709551615 47058775524562 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=5899/tid=5925] ppid=5897 vsize=15703596 CPUtime=0.47 cores=1,3,5,7
/proc/5899/task/5925/stat : 5925 (java) R 5897 5899 5849 0 -1 4202560 2497 0 0 0 47 0 0 0 16 0 22 0 255831805 16080482304 64877 33554432000 1073741824 1073778376 140736184556672 18446744073709551615 46912505602227 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=5899/tid=5926] ppid=5897 vsize=15703596 CPUtime=0.37 cores=1,3,5,7
/proc/5899/task/5926/stat : 5926 (java) R 5897 5899 5849 0 -1 4202560 6607 0 0 0 37 0 0 0 16 0 22 0 255831805 16080482304 64877 33554432000 1073741824 1073778376 140736184556672 18446744073709551615 47058771723142 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4.58
Current children cumulated vsize (KiB) 15703596

[startup+3.10126 s]
/proc/loadavg: 6.56 7.74 7.90 13/220 5930
/proc/meminfo: memFree=30404904/32951124 swapFree=67111524/67111528
[pid=5899] ppid=5897 vsize=15703596 CPUtime=10.97 cores=1,3,5,7
/proc/5899/stat : 5899 (java) S 5897 5899 5849 0 -1 4202496 198787 0 1 0 1067 30 0 0 21 0 22 0 255831773 16080482304 191027 33554432000 1073741824 1073778376 140736184556672 18446744073709551615 268672464869 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/5899/statm: 3925899 191027 2279 9 0 3916618 0
[pid=5899/tid=5900] ppid=5897 vsize=15703596 CPUtime=0.67 cores=1,3,5,7
/proc/5899/task/5900/stat : 5900 (java) S 5897 5899 5849 0 -1 4202560 13317 0 1 0 65 2 0 0 20 0 22 0 255831774 16080482304 191027 33554432000 1073741824 1073778376 140736184556672 18446744073709551615 268672478105 0 4 0 16800975 18446604470480670976 0 0 -1 5 0 0 0
[pid=5899/tid=5902] ppid=5897 vsize=15703596 CPUtime=0 cores=1,3,5,7
/proc/5899/task/5902/stat : 5902 (java) S 5897 5899 5849 0 -1 4202560 4686 0 0 0 0 0 0 0 15 0 22 0 255831774 16080482304 191027 33554432000 1073741824 1073778376 140736184556672 18446744073709551615 268672478105 0 4 0 16800975 18446604470480670976 0 0 -1 7 0 0 0
[pid=5899/tid=5903] ppid=5897 vsize=15703596 CPUtime=0 cores=1,3,5,7
/proc/5899/task/5903/stat : 5903 (java) S 5897 5899 5849 0 -1 4202560 1896 0 0 0 0 0 0 0 15 0 22 0 255831774 16080482304 191027 33554432000 1073741824 1073778376 140736184556672 18446744073709551615 268672478105 0 4 0 16800975 18446604470480670976 0 0 -1 1 0 0 0
[pid=5899/tid=5904] ppid=5897 vsize=15703596 CPUtime=0.04 cores=1,3,5,7
/proc/5899/task/5904/stat : 5904 (java) S 5897 5899 5849 0 -1 4202560 11442 0 0 0 3 1 0 0 16 0 22 0 255831774 16080482304 191027 33554432000 1073741824 1073778376 140736184556672 18446744073709551615 268672478105 0 4 0 16800975 18446604470480670976 0 0 -1 1 0 0 0
[pid=5899/tid=5905] ppid=5897 vsize=15703596 CPUtime=0.03 cores=1,3,5,7
/proc/5899/task/5905/stat : 5905 (java) S 5897 5899 5849 0 -1 4202560 9210 0 0 0 2 1 0 0 16 0 22 0 255831774 16080482304 191027 33554432000 1073741824 1073778376 140736184556672 18446744073709551615 268672478105 0 4 0 16800975 18446604470480670976 0 0 -1 3 0 0 0
[pid=5899/tid=5906] ppid=5897 vsize=15703596 CPUtime=0.04 cores=1,3,5,7
/proc/5899/task/5906/stat : 5906 (java) S 5897 5899 5849 0 -1 4202560 10010 0 0 0 2 2 0 0 16 0 22 0 255831774 16080482304 191027 33554432000 1073741824 1073778376 140736184556672 18446744073709551615 268672478105 0 4 0 16800975 18446604470480670976 0 0 -1 7 0 0 0
[pid=5899/tid=5907] ppid=5897 vsize=15703596 CPUtime=0.02 cores=1,3,5,7
/proc/5899/task/5907/stat : 5907 (java) S 5897 5899 5849 0 -1 4202560 8275 0 0 0 1 1 0 0 15 0 22 0 255831774 16080482304 191027 33554432000 1073741824 1073778376 140736184556672 18446744073709551615 268672478105 0 4 0 16800975 18446604470480670976 0 0 -1 1 0 0 0
[pid=5899/tid=5908] ppid=5897 vsize=15703596 CPUtime=0.04 cores=1,3,5,7
/proc/5899/task/5908/stat : 5908 (java) S 5897 5899 5849 0 -1 4202560 15877 0 0 0 2 2 0 0 16 0 22 0 255831774 16080482304 191027 33554432000 1073741824 1073778376 140736184556672 18446744073709551615 268672478105 0 4 0 16800975 18446604470480670976 0 0 -1 5 0 0 0
[pid=5899/tid=5909] ppid=5897 vsize=15703596 CPUtime=0.01 cores=1,3,5,7
/proc/5899/task/5909/stat : 5909 (java) S 5897 5899 5849 0 -1 4202560 3102 0 0 0 1 0 0 0 15 0 22 0 255831774 16080482304 191027 33554432000 1073741824 1073778376 140736184556672 18446744073709551615 268672478105 0 4 0 16800975 18446604470480670976 0 0 -1 7 0 0 0
[pid=5899/tid=5915] ppid=5897 vsize=15703596 CPUtime=0 cores=1,3,5,7
/proc/5899/task/5915/stat : 5915 (java) S 5897 5899 5849 0 -1 4202560 505 0 0 0 0 0 0 0 16 0 22 0 255831775 16080482304 191027 33554432000 1073741824 1073778376 140736184556672 18446744073709551615 268672478720 0 0 0 16800975 18446604470480670976 0 0 -1 7 0 0 0
[pid=5899/tid=5916] ppid=5897 vsize=15703596 CPUtime=0 cores=1,3,5,7
/proc/5899/task/5916/stat : 5916 (java) S 5897 5899 5849 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 255831776 16080482304 191027 33554432000 1073741824 1073778376 140736184556672 18446744073709551615 268672478105 0 4 0 16800975 18446604470480670976 0 0 -1 7 0 0 0
[pid=5899/tid=5917] ppid=5897 vsize=15703596 CPUtime=0 cores=1,3,5,7
/proc/5899/task/5917/stat : 5917 (java) S 5897 5899 5849 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 255831776 16080482304 191027 33554432000 1073741824 1073778376 140736184556672 18446744073709551615 268672478105 0 4 0 16800975 18446604470480670976 0 0 -1 7 0 0 0
[pid=5899/tid=5918] ppid=5897 vsize=15703596 CPUtime=0 cores=1,3,5,7
/proc/5899/task/5918/stat : 5918 (java) S 5897 5899 5849 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 255831778 16080482304 191027 33554432000 1073741824 1073778376 140736184556672 18446744073709551615 268672485809 0 4 0 16800975 18446604470480670976 0 0 -1 5 0 0 0
[pid=5899/tid=5919] ppid=5897 vsize=15703596 CPUtime=0.93 cores=1,3,5,7
/proc/5899/task/5919/stat : 5919 (java) R 5897 5899 5849 0 -1 4202560 16230 0 0 0 92 1 0 0 18 0 22 0 255831778 16080482304 191027 33554432000 1073741824 1073778376 140736184556672 18446744073709551615 47058776190247 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=5899/tid=5920] ppid=5897 vsize=15703596 CPUtime=0.95 cores=1,3,5,7
/proc/5899/task/5920/stat : 5920 (java) S 5897 5899 5849 0 -1 4202560 6637 0 0 0 95 0 0 0 15 0 22 0 255831778 16080482304 191027 33554432000 1073741824 1073778376 140736184556672 18446744073709551615 268672478105 0 4 0 16800975 18446604470480670976 0 0 -1 3 0 0 0
[pid=5899/tid=5921] ppid=5897 vsize=15703596 CPUtime=0 cores=1,3,5,7
/proc/5899/task/5921/stat : 5921 (java) S 5897 5899 5849 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 255831778 16080482304 191027 33554432000 1073741824 1073778376 140736184556672 18446744073709551615 268672478105 0 4 0 16800975 18446604470480670976 0 0 -1 5 0 0 0
[pid=5899/tid=5922] ppid=5897 vsize=15703596 CPUtime=0 cores=1,3,5,7
/proc/5899/task/5922/stat : 5922 (java) S 5897 5899 5849 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 255831778 16080482304 191027 33554432000 1073741824 1073778376 140736184556672 18446744073709551615 268672478720 0 4 0 16800975 18446604470480670976 0 0 -1 1 0 0 0
[pid=5899/tid=5923] ppid=5897 vsize=15703596 CPUtime=2.16 cores=1,3,5,7
/proc/5899/task/5923/stat : 5923 (java) R 5897 5899 5849 0 -1 4202560 25774 0 0 0 213 3 0 0 17 0 22 0 255831805 16080482304 191027 33554432000 1073741824 1073778376 140736184556672 18446744073709551615 46912505757357 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=5899/tid=5924] ppid=5897 vsize=15703596 CPUtime=2.12 cores=1,3,5,7
/proc/5899/task/5924/stat : 5924 (java) R 5897 5899 5849 0 -1 4202560 24521 0 0 0 209 3 0 0 17 0 22 0 255831805 16080482304 191027 33554432000 1073741824 1073778376 140736184556672 18446744073709551615 46912505583995 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=5899/tid=5925] ppid=5897 vsize=15703596 CPUtime=1.99 cores=1,3,5,7
/proc/5899/task/5925/stat : 5925 (java) R 5897 5899 5849 0 -1 4202560 21009 0 0 0 197 2 0 0 17 0 22 0 255831805 16080482304 191027 33554432000 1073741824 1073778376 140736184556672 18446744073709551615 46912505748269 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=5899/tid=5926] ppid=5897 vsize=15703596 CPUtime=1.8 cores=1,3,5,7
/proc/5899/task/5926/stat : 5926 (java) R 5897 5899 5849 0 -1 4202560 24911 0 0 0 176 4 0 0 16 0 22 0 255831805 16080482304 191027 33554432000 1073741824 1073778376 140736184556672 18446744073709551615 46912505748765 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 10.97
Current children cumulated vsize (KiB) 15703596

[startup+6.3007 s]
/proc/loadavg: 6.56 7.74 7.90 11/220 5930
/proc/meminfo: memFree=29129184/32951124 swapFree=67111524/67111528
[pid=5899] ppid=5897 vsize=15703596 CPUtime=23.73 cores=1,3,5,7
/proc/5899/stat : 5899 (java) S 5897 5899 5849 0 -1 4202496 339758 0 1 0 2323 50 0 0 21 0 22 0 255831773 16080482304 331380 33554432000 1073741824 1073778376 140736184556672 18446744073709551615 268672464869 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/5899/statm: 3925899 331380 2279 9 0 3916618 0
[pid=5899/tid=5900] ppid=5897 vsize=15703596 CPUtime=0.67 cores=1,3,5,7
/proc/5899/task/5900/stat : 5900 (java) S 5897 5899 5849 0 -1 4202560 13317 0 1 0 65 2 0 0 20 0 22 0 255831774 16080482304 331380 33554432000 1073741824 1073778376 140736184556672 18446744073709551615 268672478105 0 4 0 16800975 18446604470480670976 0 0 -1 5 0 0 0
[pid=5899/tid=5902] ppid=5897 vsize=15703596 CPUtime=0.03 cores=1,3,5,7
/proc/5899/task/5902/stat : 5902 (java) S 5897 5899 5849 0 -1 4202560 9597 0 0 0 1 2 0 0 16 0 22 0 255831774 16080482304 331380 33554432000 1073741824 1073778376 140736184556672 18446744073709551615 268672478105 0 4 0 16800975 18446604470480670976 0 0 -1 3 0 0 0
[pid=5899/tid=5903] ppid=5897 vsize=15703596 CPUtime=0.02 cores=1,3,5,7
/proc/5899/task/5903/stat : 5903 (java) S 5897 5899 5849 0 -1 4202560 7057 0 0 0 1 1 0 0 15 0 22 0 255831774 16080482304 331380 33554432000 1073741824 1073778376 140736184556672 18446744073709551615 268672478105 0 4 0 16800975 18446604470480670976 0 0 -1 1 0 0 0
[pid=5899/tid=5904] ppid=5897 vsize=15703596 CPUtime=0.06 cores=1,3,5,7
/proc/5899/task/5904/stat : 5904 (java) S 5897 5899 5849 0 -1 4202560 16638 0 0 0 4 2 0 0 15 0 22 0 255831774 16080482304 331380 33554432000 1073741824 1073778376 140736184556672 18446744073709551615 268672478105 0 4 0 16800975 18446604470480670976 0 0 -1 5 0 0 0
[pid=5899/tid=5905] ppid=5897 vsize=15703596 CPUtime=0.05 cores=1,3,5,7
/proc/5899/task/5905/stat : 5905 (java) S 5897 5899 5849 0 -1 4202560 15031 0 0 0 3 2 0 0 16 0 22 0 255831774 16080482304 331380 33554432000 1073741824 1073778376 140736184556672 18446744073709551615 268672478105 0 4 0 16800975 18446604470480670976 0 0 -1 3 0 0 0
[pid=5899/tid=5906] ppid=5897 vsize=15703596 CPUtime=0.08 cores=1,3,5,7
/proc/5899/task/5906/stat : 5906 (java) S 5897 5899 5849 0 -1 4202560 21343 0 0 0 4 4 0 0 16 0 22 0 255831774 16080482304 331380 33554432000 1073741824 1073778376 140736184556672 18446744073709551615 268672478105 0 4 0 16800975 18446604470480670976 0 0 -1 5 0 0 0
[pid=5899/tid=5907] ppid=5897 vsize=15703596 CPUtime=0.02 cores=1,3,5,7
/proc/5899/task/5907/stat : 5907 (java) S 5897 5899 5849 0 -1 4202560 8275 0 0 0 1 1 0 0 16 0 22 0 255831774 16080482304 331380 33554432000 1073741824 1073778376 140736184556672 18446744073709551615 268672478105 0 4 0 16800975 18446604470480670976 0 0 -1 3 0 0 0
[pid=5899/tid=5908] ppid=5897 vsize=15703596 CPUtime=0.06 cores=1,3,5,7
/proc/5899/task/5908/stat : 5908 (java) S 5897 5899 5849 0 -1 4202560 21793 0 0 0 3 3 0 0 15 0 22 0 255831774 16080482304 331380 33554432000 1073741824 1073778376 140736184556672 18446744073709551615 268672478105 0 4 0 16800975 18446604470480670976 0 0 -1 3 0 0 0
[pid=5899/tid=5909] ppid=5897 vsize=15703596 CPUtime=0.03 cores=1,3,5,7
/proc/5899/task/5909/stat : 5909 (java) S 5897 5899 5849 0 -1 4202560 8693 0 0 0 2 1 0 0 16 0 22 0 255831774 16080482304 331380 33554432000 1073741824 1073778376 140736184556672 18446744073709551615 268672478105 0 4 0 16800975 18446604470480670976 0 0 -1 1 0 0 0

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

[pid=5899/tid=5924] ppid=5897 vsize=15703596 CPUtime=1109.35 cores=1,3,5,7
/proc/5899/task/5924/stat : 5924 (java) R 5897 5899 5849 0 -1 4202560 370056 0 0 0 110887 48 0 0 25 0 22 0 255831805 16080482304 209303 33554432000 1073741824 1073778376 140736184556672 18446744073709551615 46912505891397 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=5899/tid=5925] ppid=5897 vsize=15703596 CPUtime=1109 cores=1,3,5,7
/proc/5899/task/5925/stat : 5925 (java) R 5897 5899 5849 0 -1 4202560 348091 0 0 0 110854 46 0 0 25 0 22 0 255831805 16080482304 209303 33554432000 1073741824 1073778376 140736184556672 18446744073709551615 46912505749057 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=5899/tid=5926] ppid=5897 vsize=15703596 CPUtime=1108.36 cores=1,3,5,7
/proc/5899/task/5926/stat : 5926 (java) R 5897 5899 5849 0 -1 4202560 375561 0 0 0 110789 47 0 0 25 0 22 0 255831805 16080482304 209303 33554432000 1073741824 1073778376 140736184556672 18446744073709551615 46912505366048 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4473.09
Current children cumulated vsize (KiB) 15703596

[startup+1182.3 s]
/proc/loadavg: 8.06 8.08 8.01 9/220 5962
/proc/meminfo: memFree=29399388/32951124 swapFree=67111524/67111528
[pid=5899] ppid=5897 vsize=15703596 CPUtime=4712.36 cores=1,3,5,7
/proc/5899/stat : 5899 (java) S 5897 5899 5849 0 -1 4202496 4124016 0 1 0 470563 673 0 0 21 0 22 0 255831773 16080482304 276667 33554432000 1073741824 1073778376 140736184556672 18446744073709551615 268672464869 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/5899/statm: 3925899 276667 2297 9 0 3916618 0
[pid=5899/tid=5900] ppid=5897 vsize=15703596 CPUtime=0.67 cores=1,3,5,7
/proc/5899/task/5900/stat : 5900 (java) S 5897 5899 5849 0 -1 4202560 13317 0 1 0 65 2 0 0 20 0 22 0 255831774 16080482304 276667 33554432000 1073741824 1073778376 140736184556672 18446744073709551615 268672478105 0 4 0 16800975 18446604470480670976 0 0 -1 5 0 0 0
[pid=5899/tid=5902] ppid=5897 vsize=15703596 CPUtime=4.21 cores=1,3,5,7
/proc/5899/task/5902/stat : 5902 (java) S 5897 5899 5849 0 -1 4202560 299417 0 0 0 371 50 0 0 16 0 22 0 255831774 16080482304 276667 33554432000 1073741824 1073778376 140736184556672 18446744073709551615 268672478105 0 4 0 16800975 18446604470480670976 0 0 -1 7 0 0 0
[pid=5899/tid=5903] ppid=5897 vsize=15703596 CPUtime=4.31 cores=1,3,5,7
/proc/5899/task/5903/stat : 5903 (java) S 5897 5899 5849 0 -1 4202560 297071 0 0 0 382 49 0 0 16 0 22 0 255831774 16080482304 276667 33554432000 1073741824 1073778376 140736184556672 18446744073709551615 268672478105 0 4 0 16800975 18446604470480670976 0 0 -1 3 0 0 0
[pid=5899/tid=5904] ppid=5897 vsize=15703596 CPUtime=4.43 cores=1,3,5,7
/proc/5899/task/5904/stat : 5904 (java) S 5897 5899 5849 0 -1 4202560 318851 0 0 0 391 52 0 0 16 0 22 0 255831774 16080482304 276667 33554432000 1073741824 1073778376 140736184556672 18446744073709551615 268672478105 0 4 0 16800975 18446604470480670976 0 0 -1 1 0 0 0
[pid=5899/tid=5905] ppid=5897 vsize=15703596 CPUtime=4.32 cores=1,3,5,7
/proc/5899/task/5905/stat : 5905 (java) S 5897 5899 5849 0 -1 4202560 327714 0 0 0 383 49 0 0 15 0 22 0 255831774 16080482304 276667 33554432000 1073741824 1073778376 140736184556672 18446744073709551615 268672478105 0 4 0 16800975 18446604470480670976 0 0 -1 1 0 0 0
[pid=5899/tid=5906] ppid=5897 vsize=15703596 CPUtime=4.21 cores=1,3,5,7
/proc/5899/task/5906/stat : 5906 (java) S 5897 5899 5849 0 -1 4202560 331379 0 0 0 369 52 0 0 16 0 22 0 255831774 16080482304 276667 33554432000 1073741824 1073778376 140736184556672 18446744073709551615 268672478105 0 4 0 16800975 18446604470480670976 0 0 -1 7 0 0 0
[pid=5899/tid=5907] ppid=5897 vsize=15703596 CPUtime=4.34 cores=1,3,5,7
/proc/5899/task/5907/stat : 5907 (java) S 5897 5899 5849 0 -1 4202560 314975 0 0 0 386 48 0 0 15 0 22 0 255831774 16080482304 276667 33554432000 1073741824 1073778376 140736184556672 18446744073709551615 268672478105 0 4 0 16800975 18446604470480670976 0 0 -1 3 0 0 0
[pid=5899/tid=5908] ppid=5897 vsize=15703596 CPUtime=4.44 cores=1,3,5,7
/proc/5899/task/5908/stat : 5908 (java) S 5897 5899 5849 0 -1 4202560 319509 0 0 0 393 51 0 0 15 0 22 0 255831774 16080482304 276667 33554432000 1073741824 1073778376 140736184556672 18446744073709551615 268672478105 0 4 0 16800975 18446604470480670976 0 0 -1 3 0 0 0
[pid=5899/tid=5909] ppid=5897 vsize=15703596 CPUtime=4.23 cores=1,3,5,7
/proc/5899/task/5909/stat : 5909 (java) S 5897 5899 5849 0 -1 4202560 320853 0 0 0 373 50 0 0 15 0 22 0 255831774 16080482304 276667 33554432000 1073741824 1073778376 140736184556672 18446744073709551615 268672478105 0 4 0 16800975 18446604470480670976 0 0 -1 1 0 0 0
[pid=5899/tid=5915] ppid=5897 vsize=15703596 CPUtime=1.73 cores=1,3,5,7
/proc/5899/task/5915/stat : 5915 (java) S 5897 5899 5849 0 -1 4202560 11220 0 0 0 106 67 0 0 15 0 22 0 255831775 16080482304 276667 33554432000 1073741824 1073778376 140736184556672 18446744073709551615 268672478720 0 0 0 16800975 18446604470480670976 0 0 -1 5 0 0 0
[pid=5899/tid=5916] ppid=5897 vsize=15703596 CPUtime=0 cores=1,3,5,7
/proc/5899/task/5916/stat : 5916 (java) S 5897 5899 5849 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 255831776 16080482304 276667 33554432000 1073741824 1073778376 140736184556672 18446744073709551615 268672478105 0 4 0 16800975 18446604470480670976 0 0 -1 7 0 0 0
[pid=5899/tid=5917] ppid=5897 vsize=15703596 CPUtime=0 cores=1,3,5,7
/proc/5899/task/5917/stat : 5917 (java) S 5897 5899 5849 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 255831776 16080482304 276667 33554432000 1073741824 1073778376 140736184556672 18446744073709551615 268672478105 0 4 0 16800975 18446604470480670976 0 0 -1 7 0 0 0
[pid=5899/tid=5918] ppid=5897 vsize=15703596 CPUtime=0 cores=1,3,5,7
/proc/5899/task/5918/stat : 5918 (java) S 5897 5899 5849 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 255831778 16080482304 276667 33554432000 1073741824 1073778376 140736184556672 18446744073709551615 268672485809 0 4 0 16800975 18446604470480670976 0 0 -1 5 0 0 0
[pid=5899/tid=5919] ppid=5897 vsize=15703596 CPUtime=1 cores=1,3,5,7
/proc/5899/task/5919/stat : 5919 (java) S 5897 5899 5849 0 -1 4202560 16234 0 0 0 99 1 0 0 16 0 22 0 255831778 16080482304 276667 33554432000 1073741824 1073778376 140736184556672 18446744073709551615 268672478105 0 4 0 16800975 18446604470480670976 0 0 -1 1 0 0 0
[pid=5899/tid=5920] ppid=5897 vsize=15703596 CPUtime=1.3 cores=1,3,5,7
/proc/5899/task/5920/stat : 5920 (java) S 5897 5899 5849 0 -1 4202560 6706 0 0 0 130 0 0 0 15 0 22 0 255831778 16080482304 276667 33554432000 1073741824 1073778376 140736184556672 18446744073709551615 268672478105 0 4 0 16800975 18446604470480670976 0 0 -1 3 0 0 0
[pid=5899/tid=5921] ppid=5897 vsize=15703596 CPUtime=0 cores=1,3,5,7
/proc/5899/task/5921/stat : 5921 (java) S 5897 5899 5849 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 255831778 16080482304 276667 33554432000 1073741824 1073778376 140736184556672 18446744073709551615 268672478105 0 4 0 16800975 18446604470480670976 0 0 -1 5 0 0 0
[pid=5899/tid=5922] ppid=5897 vsize=15703596 CPUtime=0 cores=1,3,5,7
/proc/5899/task/5922/stat : 5922 (java) S 5897 5899 5849 0 -1 4202560 68 0 0 0 0 0 0 0 15 0 22 0 255831778 16080482304 276667 33554432000 1073741824 1073778376 140736184556672 18446744073709551615 268672478720 0 4 0 16800975 18446604470480670976 0 0 -1 3 0 0 0
[pid=5899/tid=5923] ppid=5897 vsize=15703596 CPUtime=1168.07 cores=1,3,5,7
/proc/5899/task/5923/stat : 5923 (java) R 5897 5899 5849 0 -1 4202560 387131 0 0 0 116760 47 0 0 25 0 22 0 255831805 16080482304 276667 33554432000 1073741824 1073778376 140736184556672 18446744073709551615 46912505584008 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=5899/tid=5924] ppid=5897 vsize=15703596 CPUtime=1168.76 cores=1,3,5,7
/proc/5899/task/5924/stat : 5924 (java) R 5897 5899 5849 0 -1 4202560 388453 0 0 0 116826 50 0 0 25 0 22 0 255831805 16080482304 276667 33554432000 1073741824 1073778376 140736184556672 18446744073709551615 46912505583989 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=5899/tid=5925] ppid=5897 vsize=15703596 CPUtime=1168.41 cores=1,3,5,7
/proc/5899/task/5925/stat : 5925 (java) R 5897 5899 5849 0 -1 4202560 367047 0 0 0 116793 48 0 0 25 0 22 0 255831805 16080482304 276667 33554432000 1073741824 1073778376 140736184556672 18446744073709551615 46912505748278 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=5899/tid=5926] ppid=5897 vsize=15703596 CPUtime=1167.78 cores=1,3,5,7
/proc/5899/task/5926/stat : 5926 (java) R 5897 5899 5849 0 -1 4202560 402687 0 0 0 116728 50 0 0 25 0 22 0 255831805 16080482304 276667 33554432000 1073741824 1073778376 140736184556672 18446744073709551615 46912505756838 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4712.36
Current children cumulated vsize (KiB) 15703596



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1204.3 s]
/proc/loadavg: 8.05 8.08 8.01 9/220 5962
/proc/meminfo: memFree=29433720/32951124 swapFree=67111524/67111528
[pid=5899] ppid=5897 vsize=15703596 CPUtime=4800.07 cores=1,3,5,7
/proc/5899/stat : 5899 (java) S 5897 5899 5849 0 -1 4202496 4193104 0 1 0 479324 683 0 0 21 0 22 0 255831773 16080482304 285198 33554432000 1073741824 1073778376 140736184556672 18446744073709551615 268672464869 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/5899/statm: 3925899 285198 2297 9 0 3916618 0
[pid=5899/tid=5900] ppid=5897 vsize=15703596 CPUtime=0.67 cores=1,3,5,7
/proc/5899/task/5900/stat : 5900 (java) S 5897 5899 5849 0 -1 4202560 13317 0 1 0 65 2 0 0 20 0 22 0 255831774 16080482304 285198 33554432000 1073741824 1073778376 140736184556672 18446744073709551615 268672478105 0 4 0 16800975 18446604470480670976 0 0 -1 5 0 0 0
[pid=5899/tid=5902] ppid=5897 vsize=15703596 CPUtime=4.27 cores=1,3,5,7
/proc/5899/task/5902/stat : 5902 (java) S 5897 5899 5849 0 -1 4202560 303111 0 0 0 377 50 0 0 15 0 22 0 255831774 16080482304 285198 33554432000 1073741824 1073778376 140736184556672 18446744073709551615 268672478105 0 4 0 16800975 18446604470480670976 0 0 -1 3 0 0 0
[pid=5899/tid=5903] ppid=5897 vsize=15703596 CPUtime=4.39 cores=1,3,5,7
/proc/5899/task/5903/stat : 5903 (java) S 5897 5899 5849 0 -1 4202560 302822 0 0 0 389 50 0 0 16 0 22 0 255831774 16080482304 285198 33554432000 1073741824 1073778376 140736184556672 18446744073709551615 268672478105 0 4 0 16800975 18446604470480670976 0 0 -1 5 0 0 0
[pid=5899/tid=5904] ppid=5897 vsize=15703596 CPUtime=4.5 cores=1,3,5,7
/proc/5899/task/5904/stat : 5904 (java) S 5897 5899 5849 0 -1 4202560 326264 0 0 0 398 52 0 0 16 0 22 0 255831774 16080482304 285198 33554432000 1073741824 1073778376 140736184556672 18446744073709551615 268672478105 0 4 0 16800975 18446604470480670976 0 0 -1 3 0 0 0
[pid=5899/tid=5905] ppid=5897 vsize=15703596 CPUtime=4.43 cores=1,3,5,7
/proc/5899/task/5905/stat : 5905 (java) S 5897 5899 5849 0 -1 4202560 334915 0 0 0 393 50 0 0 16 0 22 0 255831774 16080482304 285198 33554432000 1073741824 1073778376 140736184556672 18446744073709551615 268672478105 0 4 0 16800975 18446604470480670976 0 0 -1 1 0 0 0
[pid=5899/tid=5906] ppid=5897 vsize=15703596 CPUtime=4.26 cores=1,3,5,7
/proc/5899/task/5906/stat : 5906 (java) S 5897 5899 5849 0 -1 4202560 333585 0 0 0 374 52 0 0 16 0 22 0 255831774 16080482304 285198 33554432000 1073741824 1073778376 140736184556672 18446744073709551615 268672478105 0 4 0 16800975 18446604470480670976 0 0 -1 7 0 0 0
[pid=5899/tid=5907] ppid=5897 vsize=15703596 CPUtime=4.41 cores=1,3,5,7
/proc/5899/task/5907/stat : 5907 (java) S 5897 5899 5849 0 -1 4202560 317779 0 0 0 392 49 0 0 16 0 22 0 255831774 16080482304 285198 33554432000 1073741824 1073778376 140736184556672 18446744073709551615 268672478105 0 4 0 16800975 18446604470480670976 0 0 -1 5 0 0 0
[pid=5899/tid=5908] ppid=5897 vsize=15703596 CPUtime=4.52 cores=1,3,5,7
/proc/5899/task/5908/stat : 5908 (java) S 5897 5899 5849 0 -1 4202560 326029 0 0 0 400 52 0 0 15 0 22 0 255831774 16080482304 285198 33554432000 1073741824 1073778376 140736184556672 18446744073709551615 268672478105 0 4 0 16800975 18446604470480670976 0 0 -1 7 0 0 0
[pid=5899/tid=5909] ppid=5897 vsize=15703596 CPUtime=4.3 cores=1,3,5,7
/proc/5899/task/5909/stat : 5909 (java) S 5897 5899 5849 0 -1 4202560 325206 0 0 0 380 50 0 0 15 0 22 0 255831774 16080482304 285198 33554432000 1073741824 1073778376 140736184556672 18446744073709551615 268672478105 0 4 0 16800975 18446604470480670976 0 0 -1 3 0 0 0
[pid=5899/tid=5915] ppid=5897 vsize=15703596 CPUtime=1.78 cores=1,3,5,7
/proc/5899/task/5915/stat : 5915 (java) S 5897 5899 5849 0 -1 4202560 11472 0 0 0 110 68 0 0 15 0 22 0 255831775 16080482304 285198 33554432000 1073741824 1073778376 140736184556672 18446744073709551615 268672478720 0 0 0 16800975 18446604470480670976 0 0 -1 1 0 0 0
[pid=5899/tid=5916] ppid=5897 vsize=15703596 CPUtime=0 cores=1,3,5,7
/proc/5899/task/5916/stat : 5916 (java) S 5897 5899 5849 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 255831776 16080482304 285198 33554432000 1073741824 1073778376 140736184556672 18446744073709551615 268672478105 0 4 0 16800975 18446604470480670976 0 0 -1 7 0 0 0
[pid=5899/tid=5917] ppid=5897 vsize=15703596 CPUtime=0 cores=1,3,5,7
/proc/5899/task/5917/stat : 5917 (java) S 5897 5899 5849 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 255831776 16080482304 285198 33554432000 1073741824 1073778376 140736184556672 18446744073709551615 268672478105 0 4 0 16800975 18446604470480670976 0 0 -1 7 0 0 0
[pid=5899/tid=5918] ppid=5897 vsize=15703596 CPUtime=0 cores=1,3,5,7
/proc/5899/task/5918/stat : 5918 (java) S 5897 5899 5849 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 255831778 16080482304 285198 33554432000 1073741824 1073778376 140736184556672 18446744073709551615 268672485809 0 4 0 16800975 18446604470480670976 0 0 -1 5 0 0 0
[pid=5899/tid=5919] ppid=5897 vsize=15703596 CPUtime=1 cores=1,3,5,7
/proc/5899/task/5919/stat : 5919 (java) S 5897 5899 5849 0 -1 4202560 16234 0 0 0 99 1 0 0 16 0 22 0 255831778 16080482304 285198 33554432000 1073741824 1073778376 140736184556672 18446744073709551615 268672478105 0 4 0 16800975 18446604470480670976 0 0 -1 1 0 0 0
[pid=5899/tid=5920] ppid=5897 vsize=15703596 CPUtime=1.3 cores=1,3,5,7
/proc/5899/task/5920/stat : 5920 (java) S 5897 5899 5849 0 -1 4202560 6706 0 0 0 130 0 0 0 15 0 22 0 255831778 16080482304 285198 33554432000 1073741824 1073778376 140736184556672 18446744073709551615 268672478105 0 4 0 16800975 18446604470480670976 0 0 -1 3 0 0 0
[pid=5899/tid=5921] ppid=5897 vsize=15703596 CPUtime=0 cores=1,3,5,7
/proc/5899/task/5921/stat : 5921 (java) S 5897 5899 5849 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 255831778 16080482304 285198 33554432000 1073741824 1073778376 140736184556672 18446744073709551615 268672478105 0 4 0 16800975 18446604470480670976 0 0 -1 5 0 0 0
[pid=5899/tid=5922] ppid=5897 vsize=15703596 CPUtime=0 cores=1,3,5,7
/proc/5899/task/5922/stat : 5922 (java) S 5897 5899 5849 0 -1 4202560 70 0 0 0 0 0 0 0 15 0 22 0 255831778 16080482304 285198 33554432000 1073741824 1073778376 140736184556672 18446744073709551615 268672478720 0 4 0 16800975 18446604470480670976 0 0 -1 3 0 0 0
[pid=5899/tid=5923] ppid=5897 vsize=15703596 CPUtime=1189.73 cores=1,3,5,7
/proc/5899/task/5923/stat : 5923 (java) R 5897 5899 5849 0 -1 4202560 394147 0 0 0 118925 48 0 0 25 0 22 0 255831805 16080482304 285198 33554432000 1073741824 1073778376 140736184556672 18446744073709551615 46912505756916 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=5899/tid=5924] ppid=5897 vsize=15703596 CPUtime=1190.55 cores=1,3,5,7
/proc/5899/task/5924/stat : 5924 (java) R 5897 5899 5849 0 -1 4202560 396629 0 0 0 119004 51 0 0 25 0 22 0 255831805 16080482304 285198 33554432000 1073741824 1073778376 140736184556672 18446744073709551615 46912506059638 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=5899/tid=5925] ppid=5897 vsize=15703596 CPUtime=1190.2 cores=1,3,5,7
/proc/5899/task/5925/stat : 5925 (java) R 5897 5899 5849 0 -1 4202560 373764 0 0 0 118972 48 0 0 25 0 22 0 255831805 16080482304 285198 33554432000 1073741824 1073778376 140736184556672 18446744073709551615 46912505748207 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=5899/tid=5926] ppid=5897 vsize=15703596 CPUtime=1189.57 cores=1,3,5,7
/proc/5899/task/5926/stat : 5926 (java) R 5897 5899 5849 0 -1 4202560 409670 0 0 0 118906 51 0 0 25 0 22 0 255831805 16080482304 285198 33554432000 1073741824 1073778376 140736184556672 18446744073709551615 46912505740056 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4800.07
Current children cumulated vsize (KiB) 15703596

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: 8.05 8.08 8.01 9/220 5962
/proc/meminfo: memFree=29433720/32951124 swapFree=67111524/67111528
[pid=5899] ppid=5897 vsize=15703596 CPUtime=4800.07 cores=1,3,5,7
/proc/5899/stat : 5899 (java) S 5897 5899 5849 0 -1 4202496 4193104 0 1 0 479324 683 0 0 21 0 22 0 255831773 16080482304 285198 33554432000 1073741824 1073778376 140736184556672 18446744073709551615 268672464869 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/5899/statm: 3925899 285198 2297 9 0 3916618 0
[pid=5899/tid=5900] ppid=5897 vsize=15703596 CPUtime=0.67 cores=1,3,5,7
/proc/5899/task/5900/stat : 5900 (java) S 5897 5899 5849 0 -1 4202560 13317 0 1 0 65 2 0 0 20 0 22 0 255831774 16080482304 285198 33554432000 1073741824 1073778376 140736184556672 18446744073709551615 268672478105 0 4 0 16800975 18446604470480670976 0 0 -1 5 0 0 0
[pid=5899/tid=5902] ppid=5897 vsize=15703596 CPUtime=4.27 cores=1,3,5,7
/proc/5899/task/5902/stat : 5902 (java) S 5897 5899 5849 0 -1 4202560 303111 0 0 0 377 50 0 0 15 0 22 0 255831774 16080482304 285198 33554432000 1073741824 1073778376 140736184556672 18446744073709551615 268672478105 0 4 0 16800975 18446604470480670976 0 0 -1 3 0 0 0
[pid=5899/tid=5903] ppid=5897 vsize=15703596 CPUtime=4.39 cores=1,3,5,7
/proc/5899/task/5903/stat : 5903 (java) S 5897 5899 5849 0 -1 4202560 302822 0 0 0 389 50 0 0 16 0 22 0 255831774 16080482304 285198 33554432000 1073741824 1073778376 140736184556672 18446744073709551615 268672478105 0 4 0 16800975 18446604470480670976 0 0 -1 5 0 0 0
[pid=5899/tid=5904] ppid=5897 vsize=15703596 CPUtime=4.5 cores=1,3,5,7
/proc/5899/task/5904/stat : 5904 (java) S 5897 5899 5849 0 -1 4202560 326264 0 0 0 398 52 0 0 16 0 22 0 255831774 16080482304 285198 33554432000 1073741824 1073778376 140736184556672 18446744073709551615 268672478105 0 4 0 16800975 18446604470480670976 0 0 -1 3 0 0 0
[pid=5899/tid=5905] ppid=5897 vsize=15703596 CPUtime=4.43 cores=1,3,5,7
/proc/5899/task/5905/stat : 5905 (java) S 5897 5899 5849 0 -1 4202560 334915 0 0 0 393 50 0 0 16 0 22 0 255831774 16080482304 285198 33554432000 1073741824 1073778376 140736184556672 18446744073709551615 268672478105 0 4 0 16800975 18446604470480670976 0 0 -1 1 0 0 0
[pid=5899/tid=5906] ppid=5897 vsize=15703596 CPUtime=4.26 cores=1,3,5,7
/proc/5899/task/5906/stat : 5906 (java) S 5897 5899 5849 0 -1 4202560 333585 0 0 0 374 52 0 0 16 0 22 0 255831774 16080482304 285198 33554432000 1073741824 1073778376 140736184556672 18446744073709551615 268672478105 0 4 0 16800975 18446604470480670976 0 0 -1 7 0 0 0
[pid=5899/tid=5907] ppid=5897 vsize=15703596 CPUtime=4.41 cores=1,3,5,7
/proc/5899/task/5907/stat : 5907 (java) S 5897 5899 5849 0 -1 4202560 317779 0 0 0 392 49 0 0 16 0 22 0 255831774 16080482304 285198 33554432000 1073741824 1073778376 140736184556672 18446744073709551615 268672478105 0 4 0 16800975 18446604470480670976 0 0 -1 5 0 0 0
[pid=5899/tid=5908] ppid=5897 vsize=15703596 CPUtime=4.52 cores=1,3,5,7
/proc/5899/task/5908/stat : 5908 (java) S 5897 5899 5849 0 -1 4202560 326029 0 0 0 400 52 0 0 15 0 22 0 255831774 16080482304 285198 33554432000 1073741824 1073778376 140736184556672 18446744073709551615 268672478105 0 4 0 16800975 18446604470480670976 0 0 -1 7 0 0 0
[pid=5899/tid=5909] ppid=5897 vsize=15703596 CPUtime=4.3 cores=1,3,5,7
/proc/5899/task/5909/stat : 5909 (java) S 5897 5899 5849 0 -1 4202560 325206 0 0 0 380 50 0 0 15 0 22 0 255831774 16080482304 285198 33554432000 1073741824 1073778376 140736184556672 18446744073709551615 268672478105 0 4 0 16800975 18446604470480670976 0 0 -1 3 0 0 0
[pid=5899/tid=5915] ppid=5897 vsize=15703596 CPUtime=1.78 cores=1,3,5,7
/proc/5899/task/5915/stat : 5915 (java) S 5897 5899 5849 0 -1 4202560 11472 0 0 0 110 68 0 0 15 0 22 0 255831775 16080482304 285198 33554432000 1073741824 1073778376 140736184556672 18446744073709551615 268672478720 0 0 0 16800975 18446604470480670976 0 0 -1 1 0 0 0
[pid=5899/tid=5916] ppid=5897 vsize=15703596 CPUtime=0 cores=1,3,5,7
/proc/5899/task/5916/stat : 5916 (java) S 5897 5899 5849 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 255831776 16080482304 285198 33554432000 1073741824 1073778376 140736184556672 18446744073709551615 268672478105 0 4 0 16800975 18446604470480670976 0 0 -1 7 0 0 0
[pid=5899/tid=5917] ppid=5897 vsize=15703596 CPUtime=0 cores=1,3,5,7
/proc/5899/task/5917/stat : 5917 (java) S 5897 5899 5849 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 255831776 16080482304 285198 33554432000 1073741824 1073778376 140736184556672 18446744073709551615 268672478105 0 4 0 16800975 18446604470480670976 0 0 -1 7 0 0 0
[pid=5899/tid=5918] ppid=5897 vsize=15703596 CPUtime=0 cores=1,3,5,7
/proc/5899/task/5918/stat : 5918 (java) S 5897 5899 5849 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 255831778 16080482304 285198 33554432000 1073741824 1073778376 140736184556672 18446744073709551615 268672485809 0 4 0 16800975 18446604470480670976 0 0 -1 5 0 0 0
[pid=5899/tid=5919] ppid=5897 vsize=15703596 CPUtime=1 cores=1,3,5,7
/proc/5899/task/5919/stat : 5919 (java) S 5897 5899 5849 0 -1 4202560 16234 0 0 0 99 1 0 0 16 0 22 0 255831778 16080482304 285198 33554432000 1073741824 1073778376 140736184556672 18446744073709551615 268672478105 0 4 0 16800975 18446604470480670976 0 0 -1 1 0 0 0
[pid=5899/tid=5920] ppid=5897 vsize=15703596 CPUtime=1.3 cores=1,3,5,7
/proc/5899/task/5920/stat : 5920 (java) S 5897 5899 5849 0 -1 4202560 6706 0 0 0 130 0 0 0 15 0 22 0 255831778 16080482304 285198 33554432000 1073741824 1073778376 140736184556672 18446744073709551615 268672478105 0 4 0 16800975 18446604470480670976 0 0 -1 3 0 0 0
[pid=5899/tid=5921] ppid=5897 vsize=15703596 CPUtime=0 cores=1,3,5,7
/proc/5899/task/5921/stat : 5921 (java) S 5897 5899 5849 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 255831778 16080482304 285198 33554432000 1073741824 1073778376 140736184556672 18446744073709551615 268672478105 0 4 0 16800975 18446604470480670976 0 0 -1 5 0 0 0
[pid=5899/tid=5922] ppid=5897 vsize=15703596 CPUtime=0 cores=1,3,5,7
/proc/5899/task/5922/stat : 5922 (java) S 5897 5899 5849 0 -1 4202560 70 0 0 0 0 0 0 0 15 0 22 0 255831778 16080482304 285198 33554432000 1073741824 1073778376 140736184556672 18446744073709551615 268672478720 0 4 0 16800975 18446604470480670976 0 0 -1 3 0 0 0
[pid=5899/tid=5923] ppid=5897 vsize=15703596 CPUtime=1189.73 cores=1,3,5,7
/proc/5899/task/5923/stat : 5923 (java) R 5897 5899 5849 0 -1 4202560 394147 0 0 0 118925 48 0 0 25 0 22 0 255831805 16080482304 285198 33554432000 1073741824 1073778376 140736184556672 18446744073709551615 46912505756916 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=5899/tid=5924] ppid=5897 vsize=15703596 CPUtime=1190.55 cores=1,3,5,7
/proc/5899/task/5924/stat : 5924 (java) R 5897 5899 5849 0 -1 4202560 396629 0 0 0 119004 51 0 0 25 0 22 0 255831805 16080482304 285198 33554432000 1073741824 1073778376 140736184556672 18446744073709551615 46912506059638 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=5899/tid=5925] ppid=5897 vsize=15703596 CPUtime=1190.2 cores=1,3,5,7
/proc/5899/task/5925/stat : 5925 (java) R 5897 5899 5849 0 -1 4202560 373764 0 0 0 118972 48 0 0 25 0 22 0 255831805 16080482304 285198 33554432000 1073741824 1073778376 140736184556672 18446744073709551615 46912505748207 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=5899/tid=5926] ppid=5897 vsize=15703596 CPUtime=1189.57 cores=1,3,5,7
/proc/5899/task/5926/stat : 5926 (java) R 5897 5899 5849 0 -1 4202560 409670 0 0 0 118906 51 0 0 25 0 22 0 255831805 16080482304 285198 33554432000 1073741824 1073778376 140736184556672 18446744073709551615 46912505740056 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4800.07
Current children cumulated vsize (KiB) 15703596

Child status: 143
Real time (s): 1204.36
CPU time (s): 4800.15
CPU user time (s): 4793.27
CPU system time (s): 6.87795
CPU usage (%): 398.564
Max. virtual memory (cumulated for all children) (KiB): 15707188

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4793.27
system time used= 6.87795
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 4193130
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= 73290
involuntary context switches= 83800

runsolver used 2.12468 second user time and 4.51531 second system time

The end

Launcher Data

Begin job on node107 at 2011-04-30 00:33:25
IDJOB=3312465
IDBENCH=82650
IDSOLVER=1699
FILE ID=node107/3312465-1304116405
RUNJOBID= node107-1304116405-5868
PBS_JOBID= 13170713
Free space on /tmp= 71800 MiB

SOLVER NAME= STRUCTure 0.1
BENCH NAME= SAT11/random/large/unif-k3-r4.2-v2500-c10500-S1907658523-004-UNKNOWN.cnf
COMMAND LINE= run 15000 NBCORE TMPDIR DIR BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3312465-1304116405/watcher-3312465-1304116405 -o /tmp/evaluation-result-3312465-1304116405/solver-3312465-1304116405 -C 4800 -W 1300 -M 15500  run 15000 4 HOME HOME HOME/instance-3312465-1304116405.cnf

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

MD5SUM BENCH= b937b5bc0ec99f47d43da4a3e675d75d
RANDOM SEED=99351097

node107.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      31056672 kB
Buffers:        347684 kB
Cached:        1127740 kB
SwapCached:          4 kB
Active:         100928 kB
Inactive:      1443508 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31056672 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:            4068 kB
Writeback:           0 kB
AnonPages:       69504 kB
Mapped:          20636 kB
Slab:           284392 kB
PageTables:       5248 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   768256 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= 71796 MiB
End job on node107 at 2011-04-30 00:53:31