Trace number 3312193

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
STRUCTure 0.1 (hbr=2)? (TO) 4800.25 1207.36

General information on the benchmark

NameAPPLICATIONS/
bitverif/maxxor/maxxor032.cnf
MD5SUMe1a6f3a7c69cc7fbec84aac478eb151a
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark57.5483
Satisfiable
(Un)Satisfiability was proved
Number of variables13240
Number of clauses39143
Sum of the clauses size91331
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 226094
Number of clauses of size 313047
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.01/0.18	29:12 INFO : Reading from input HOME/instance-3312193-1304076552.cnf
0.54/0.48	Executor set job limit to 1000000
0.54/0.48	Executor set job limit to 1000000
0.54/0.48	Executor set job limit to 1000000
0.54/0.48	Executor set job limit to 1000000
0.54/0.48	Starting Executor!
0.54/0.49	Starting Executor!
0.54/0.49	Starting Executor!
0.54/0.49	Starting Executor!
3.31/2.09	29:14 INFO : 13090 variables remaining out of 13240
3.31/2.09	29:14 INFO : 827656 literals remaining out of 130474

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

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.75 5.31 4.59 2/194 922
/proc/meminfo: memFree=27696212/32951124 swapFree=67111356/67111528
[pid=922] ppid=920 vsize=9100 CPUtime=0 cores=1,3,5,7
/proc/922/stat : 922 (java) S 920 922 32444 0 -1 4202496 657 0 0 0 0 0 0 0 23 0 1 0 519252872 9318400 147 33554432000 1073741824 1073778376 140737483725120 18446744073709551615 218905729024 0 2147483391 4096 0 18446744071699207358 0 0 17 5 0 0 0
/proc/922/statm: 2275 147 118 9 0 67 0
[pid=922/tid=923] ppid=920 vsize=26088 CPUtime=0 cores=1,3,5,7
/proc/922/task/923/stat : 923 (java) S 920 922 32444 0 -1 4202560 56 0 0 0 0 0 0 0 24 0 2 0 519252873 26714112 885 33554432000 1073741824 1073778376 140737483725120 18446744073709551615 218900807303 0 2147483391 4096 0 18446744071699207358 0 0 -1 5 0 0 0

[startup+0.019299 s]
/proc/loadavg: 6.75 5.31 4.59 2/194 922
/proc/meminfo: memFree=27696212/32951124 swapFree=67111356/67111528
[pid=922] ppid=920 vsize=35788 CPUtime=0 cores=1,3,5,7
/proc/922/stat : 922 (java) S 920 922 32444 0 -1 4202496 1573 0 0 0 0 0 0 0 23 0 2 0 519252872 36646912 1018 33554432000 1073741824 1073778376 140737483725120 18446744073709551615 218917533669 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0
/proc/922/statm: 8947 1018 785 9 0 386 0
[pid=922/tid=923] ppid=920 vsize=35788 CPUtime=0 cores=1,3,5,7
/proc/922/task/923/stat : 923 (java) S 920 922 32444 0 -1 4202560 216 0 0 0 0 0 0 0 24 0 2 0 519252873 36646912 1018 33554432000 1073741824 1073778376 140737483725120 18446744073709551615 218905751110 0 0 0 16784584 5629753800572010495 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 35788

[startup+0.100311 s]
/proc/loadavg: 6.75 5.31 4.59 2/194 922
/proc/meminfo: memFree=27696212/32951124 swapFree=67111356/67111528
[pid=922] ppid=920 vsize=15604248 CPUtime=0.01 cores=1,3,5,7
/proc/922/stat : 922 (java) S 920 922 32444 0 -1 4202496 3601 0 1 0 1 0 0 0 23 0 13 0 519252872 15978749952 3041 33554432000 1073741824 1073778376 140737483725120 18446744073709551615 218917533669 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0
/proc/922/statm: 3901062 3043 1671 9 0 3891810 0
[pid=922/tid=923] ppid=920 vsize=15604248 CPUtime=0.01 cores=1,3,5,7
/proc/922/task/923/stat : 923 (java) R 920 922 32444 0 -1 4202560 2213 0 1 0 1 0 0 0 25 0 13 0 519252873 15978749952 3044 33554432000 1073741824 1073778376 140737483725120 18446744073709551615 47046011105285 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) 15604248

[startup+0.300243 s]
/proc/loadavg: 6.75 5.31 4.59 2/194 922
/proc/meminfo: memFree=27696212/32951124 swapFree=67111356/67111528
[pid=922] ppid=920 vsize=15678036 CPUtime=0.34 cores=1,3,5,7
/proc/922/stat : 922 (java) S 920 922 32444 0 -1 4202496 7925 0 1 0 33 1 0 0 23 0 18 0 519252872 16054308864 7289 33554432000 1073741824 1073778376 140737483725120 18446744073709551615 218917533669 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/922/statm: 3919509 7290 2197 9 0 3910228 0
[pid=922/tid=923] ppid=920 vsize=15678036 CPUtime=0.21 cores=1,3,5,7
/proc/922/task/923/stat : 923 (java) R 920 922 32444 0 -1 4202560 5278 0 1 0 20 1 0 0 18 0 18 0 519252873 16054308864 7291 33554432000 1073741824 1073778376 140737483725120 18446744073709551615 46912505511518 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.34
Current children cumulated vsize (KiB) 15678036

[startup+0.707226 s]
/proc/loadavg: 6.75 5.31 4.59 2/194 922
/proc/meminfo: memFree=27696212/32951124 swapFree=67111356/67111528
[pid=922] ppid=920 vsize=15686584 CPUtime=1.12 cores=1,3,5,7
/proc/922/stat : 922 (java) S 920 922 32444 0 -1 4202496 40667 0 1 0 107 5 0 0 23 0 22 0 519252872 16063062016 36624 33554432000 1073741824 1073778376 140737483725120 18446744073709551615 218917533669 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/922/statm: 3921646 36640 2239 9 0 3912365 0
[pid=922/tid=923] ppid=920 vsize=15686584 CPUtime=0.61 cores=1,3,5,7
/proc/922/task/923/stat : 923 (java) R 920 922 32444 0 -1 4202560 30014 0 1 0 58 3 0 0 20 0 22 0 519252873 16063062016 36650 33554432000 1073741824 1073778376 140737483725120 18446744073709551615 47046010574677 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1.12
Current children cumulated vsize (KiB) 15686584

[startup+1.50099 s]
/proc/loadavg: 6.75 5.31 4.59 5/220 949
/proc/meminfo: memFree=27367652/32951124 swapFree=67111356/67111528
[pid=922] ppid=920 vsize=15690276 CPUtime=2.61 cores=1,3,5,7
/proc/922/stat : 922 (java) S 920 922 32444 0 -1 4202496 52596 0 1 0 254 7 0 0 23 0 22 0 519252872 16066842624 46292 33554432000 1073741824 1073778376 140737483725120 18446744073709551615 218917533669 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/922/statm: 3922569 46292 2264 9 0 3913288 0
[pid=922/tid=923] ppid=920 vsize=15690276 CPUtime=1.4 cores=1,3,5,7
/proc/922/task/923/stat : 923 (java) R 920 922 32444 0 -1 4202560 32606 0 1 0 136 4 0 0 21 0 22 0 519252873 16066842624 46292 33554432000 1073741824 1073778376 140737483725120 18446744073709551615 46912505906117 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=922/tid=925] ppid=920 vsize=15690276 CPUtime=0 cores=1,3,5,7
/proc/922/task/925/stat : 925 (java) S 920 922 32444 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 22 0 519252880 16066842624 46292 33554432000 1073741824 1073778376 140737483725120 18446744073709551615 218917546905 0 4 0 16800975 18446604454223472448 0 0 -1 7 0 0 0
[pid=922/tid=926] ppid=920 vsize=15690276 CPUtime=0 cores=1,3,5,7
/proc/922/task/926/stat : 926 (java) S 920 922 32444 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 519252880 16066842624 46292 33554432000 1073741824 1073778376 140737483725120 18446744073709551615 218917546905 0 4 0 16800975 18446604454223472448 0 0 -1 3 0 0 0
[pid=922/tid=927] ppid=920 vsize=15690276 CPUtime=0 cores=1,3,5,7
/proc/922/task/927/stat : 927 (java) S 920 922 32444 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 519252880 16066842624 46292 33554432000 1073741824 1073778376 140737483725120 18446744073709551615 218917546905 0 4 0 16800975 18446604454223472448 0 0 -1 3 0 0 0
[pid=922/tid=928] ppid=920 vsize=15690276 CPUtime=0 cores=1,3,5,7
/proc/922/task/928/stat : 928 (java) S 920 922 32444 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 519252880 16066842624 46292 33554432000 1073741824 1073778376 140737483725120 18446744073709551615 218917546905 0 4 0 16800975 18446604454223472448 0 0 -1 1 0 0 0
[pid=922/tid=929] ppid=920 vsize=15690276 CPUtime=0 cores=1,3,5,7
/proc/922/task/929/stat : 929 (java) S 920 922 32444 0 -1 4202560 219 0 0 0 0 0 0 0 18 0 22 0 519252880 16066842624 46292 33554432000 1073741824 1073778376 140737483725120 18446744073709551615 218917546905 0 4 0 16800975 18446604454223472448 0 0 -1 7 0 0 0
[pid=922/tid=930] ppid=920 vsize=15690276 CPUtime=0 cores=1,3,5,7
/proc/922/task/930/stat : 930 (java) S 920 922 32444 0 -1 4202560 735 0 0 0 0 0 0 0 18 0 22 0 519252880 16066842624 46292 33554432000 1073741824 1073778376 140737483725120 18446744073709551615 218917546905 0 4 0 16800975 18446604454223472448 0 0 -1 1 0 0 0
[pid=922/tid=931] ppid=920 vsize=15690276 CPUtime=0 cores=1,3,5,7
/proc/922/task/931/stat : 931 (java) S 920 922 32444 0 -1 4202560 939 0 0 0 0 0 0 0 18 0 22 0 519252880 16066842624 46292 33554432000 1073741824 1073778376 140737483725120 18446744073709551615 218917546905 0 4 0 16800975 18446604454223472448 0 0 -1 5 0 0 0
[pid=922/tid=932] ppid=920 vsize=15690276 CPUtime=0 cores=1,3,5,7
/proc/922/task/932/stat : 932 (java) S 920 922 32444 0 -1 4202560 698 0 0 0 0 0 0 0 18 0 22 0 519252880 16066842624 46292 33554432000 1073741824 1073778376 140737483725120 18446744073709551615 218917546905 0 4 0 16800975 18446604454223472448 0 0 -1 3 0 0 0
[pid=922/tid=933] ppid=920 vsize=15690276 CPUtime=0 cores=1,3,5,7
/proc/922/task/933/stat : 933 (java) S 920 922 32444 0 -1 4202560 7 0 0 0 0 0 0 0 16 0 22 0 519252881 16066842624 46292 33554432000 1073741824 1073778376 140737483725120 18446744073709551615 218917547520 0 0 0 16800975 18446604454223472448 0 0 -1 5 0 0 0
[pid=922/tid=934] ppid=920 vsize=15690276 CPUtime=0 cores=1,3,5,7
/proc/922/task/934/stat : 934 (java) S 920 922 32444 0 -1 4202560 16 0 0 0 0 0 0 0 18 0 22 0 519252881 16066842624 46292 33554432000 1073741824 1073778376 140737483725120 18446744073709551615 218917546905 0 4 0 16800975 18446604454223472448 0 0 -1 5 0 0 0
[pid=922/tid=935] ppid=920 vsize=15690276 CPUtime=0 cores=1,3,5,7
/proc/922/task/935/stat : 935 (java) S 920 922 32444 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 519252881 16066842624 46292 33554432000 1073741824 1073778376 140737483725120 18446744073709551615 218917546905 0 4 0 16800975 18446604454223472448 0 0 -1 5 0 0 0
[pid=922/tid=936] ppid=920 vsize=15690276 CPUtime=0 cores=1,3,5,7
/proc/922/task/936/stat : 936 (java) S 920 922 32444 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 519252883 16066842624 46292 33554432000 1073741824 1073778376 140737483725120 18446744073709551615 218917554609 0 4 0 16800975 18446604454223472448 0 0 -1 5 0 0 0
[pid=922/tid=937] ppid=920 vsize=15690276 CPUtime=0.72 cores=1,3,5,7
/proc/922/task/937/stat : 937 (java) S 920 922 32444 0 -1 4202560 12204 0 0 0 70 2 0 0 15 0 22 0 519252883 16066842624 46292 33554432000 1073741824 1073778376 140737483725120 18446744073709551615 218917546905 0 4 0 16800975 18446604454223472448 0 0 -1 1 0 0 0
[pid=922/tid=938] ppid=920 vsize=15690276 CPUtime=0.45 cores=1,3,5,7
/proc/922/task/938/stat : 938 (java) S 920 922 32444 0 -1 4202560 3711 0 0 0 45 0 0 0 15 0 22 0 519252884 16066842624 46292 33554432000 1073741824 1073778376 140737483725120 18446744073709551615 218917546905 0 4 0 16800975 18446604454223472448 0 0 -1 3 0 0 0
[pid=922/tid=939] ppid=920 vsize=15690276 CPUtime=0 cores=1,3,5,7
/proc/922/task/939/stat : 939 (java) S 920 922 32444 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 519252884 16066842624 46292 33554432000 1073741824 1073778376 140737483725120 18446744073709551615 218917546905 0 4 0 16800975 18446604454223472448 0 0 -1 5 0 0 0
[pid=922/tid=940] ppid=920 vsize=15690276 CPUtime=0 cores=1,3,5,7
/proc/922/task/940/stat : 940 (java) S 920 922 32444 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 519252884 16066842624 46292 33554432000 1073741824 1073778376 140737483725120 18446744073709551615 218917547520 0 4 0 16800975 18446604454223472448 0 0 -1 7 0 0 0
[pid=922/tid=941] ppid=920 vsize=15690276 CPUtime=0 cores=1,3,5,7
/proc/922/task/941/stat : 941 (java) S 920 922 32444 0 -1 4202560 31 0 0 0 0 0 0 0 15 0 22 0 519252921 16066842624 46292 33554432000 1073741824 1073778376 140737483725120 18446744073709551615 218917547520 0 4 0 16800975 18446604454223472448 0 0 -1 3 0 0 0
[pid=922/tid=942] ppid=920 vsize=15690276 CPUtime=0 cores=1,3,5,7
/proc/922/task/942/stat : 942 (java) S 920 922 32444 0 -1 4202560 29 0 0 0 0 0 0 0 15 0 22 0 519252921 16066842624 46292 33554432000 1073741824 1073778376 140737483725120 18446744073709551615 218917547520 0 4 0 16800975 18446604454223472448 0 0 -1 3 0 0 0
[pid=922/tid=944] ppid=920 vsize=15690276 CPUtime=0 cores=1,3,5,7
/proc/922/task/944/stat : 944 (java) S 920 922 32444 0 -1 4202560 14 0 0 0 0 0 0 0 15 0 22 0 519252921 16066842624 46292 33554432000 1073741824 1073778376 140737483725120 18446744073709551615 218917547520 0 4 0 16800975 18446604454223472448 0 0 -1 3 0 0 0
[pid=922/tid=945] ppid=920 vsize=15690276 CPUtime=0 cores=1,3,5,7
/proc/922/task/945/stat : 945 (java) S 920 922 32444 0 -1 4202560 14 0 0 0 0 0 0 0 15 0 22 0 519252921 16066842624 46292 33554432000 1073741824 1073778376 140737483725120 18446744073709551615 218917547520 0 4 0 16800975 18446604454223472448 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.61
Current children cumulated vsize (KiB) 15690276

[startup+3.1007 s]
/proc/loadavg: 6.75 5.31 4.59 3/220 949
/proc/meminfo: memFree=27333676/32951124 swapFree=67111356/67111528
[pid=922] ppid=920 vsize=15690276 CPUtime=5.55 cores=1,3,5,7
/proc/922/stat : 922 (java) S 920 922 32444 0 -1 4202496 65492 0 1 0 546 9 0 0 23 0 22 0 519252872 16066842624 59037 33554432000 1073741824 1073778376 140737483725120 18446744073709551615 218917533669 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/922/statm: 3922569 59037 2273 9 0 3913288 0
[pid=922/tid=923] ppid=920 vsize=15690276 CPUtime=1.99 cores=1,3,5,7
/proc/922/task/923/stat : 923 (java) S 920 922 32444 0 -1 4202560 32650 0 1 0 195 4 0 0 24 0 22 0 519252873 16066842624 59037 33554432000 1073741824 1073778376 140737483725120 18446744073709551615 218917546905 0 4 0 16800975 18446604454223472448 0 0 -1 7 0 0 0
[pid=922/tid=925] ppid=920 vsize=15690276 CPUtime=0.01 cores=1,3,5,7
/proc/922/task/925/stat : 925 (java) S 920 922 32444 0 -1 4202560 1679 0 0 0 1 0 0 0 16 0 22 0 519252880 16066842624 59037 33554432000 1073741824 1073778376 140737483725120 18446744073709551615 218917546905 0 4 0 16800975 18446604454223472448 0 0 -1 3 0 0 0
[pid=922/tid=926] ppid=920 vsize=15690276 CPUtime=0.01 cores=1,3,5,7
/proc/922/task/926/stat : 926 (java) S 920 922 32444 0 -1 4202560 2734 0 0 0 1 0 0 0 16 0 22 0 519252880 16066842624 59037 33554432000 1073741824 1073778376 140737483725120 18446744073709551615 218917546905 0 4 0 16800975 18446604454223472448 0 0 -1 3 0 0 0
[pid=922/tid=927] ppid=920 vsize=15690276 CPUtime=0 cores=1,3,5,7
/proc/922/task/927/stat : 927 (java) S 920 922 32444 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 519252880 16066842624 59037 33554432000 1073741824 1073778376 140737483725120 18446744073709551615 218917546905 0 4 0 16800975 18446604454223472448 0 0 -1 3 0 0 0
[pid=922/tid=928] ppid=920 vsize=15690276 CPUtime=0 cores=1,3,5,7
/proc/922/task/928/stat : 928 (java) S 920 922 32444 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 519252880 16066842624 59037 33554432000 1073741824 1073778376 140737483725120 18446744073709551615 218917546905 0 4 0 16800975 18446604454223472448 0 0 -1 1 0 0 0
[pid=922/tid=929] ppid=920 vsize=15690276 CPUtime=0 cores=1,3,5,7
/proc/922/task/929/stat : 929 (java) S 920 922 32444 0 -1 4202560 219 0 0 0 0 0 0 0 18 0 22 0 519252880 16066842624 59037 33554432000 1073741824 1073778376 140737483725120 18446744073709551615 218917546905 0 4 0 16800975 18446604454223472448 0 0 -1 7 0 0 0
[pid=922/tid=930] ppid=920 vsize=15690276 CPUtime=0.01 cores=1,3,5,7
/proc/922/task/930/stat : 930 (java) S 920 922 32444 0 -1 4202560 3139 0 0 0 1 0 0 0 18 0 22 0 519252880 16066842624 59037 33554432000 1073741824 1073778376 140737483725120 18446744073709551615 218917546905 0 4 0 16800975 18446604454223472448 0 0 -1 1 0 0 0
[pid=922/tid=931] ppid=920 vsize=15690276 CPUtime=0.01 cores=1,3,5,7
/proc/922/task/931/stat : 931 (java) S 920 922 32444 0 -1 4202560 4068 0 0 0 1 0 0 0 18 0 22 0 519252880 16066842624 59037 33554432000 1073741824 1073778376 140737483725120 18446744073709551615 218917546905 0 4 0 16800975 18446604454223472448 0 0 -1 5 0 0 0
[pid=922/tid=932] ppid=920 vsize=15690276 CPUtime=0 cores=1,3,5,7
/proc/922/task/932/stat : 932 (java) S 920 922 32444 0 -1 4202560 698 0 0 0 0 0 0 0 18 0 22 0 519252880 16066842624 59037 33554432000 1073741824 1073778376 140737483725120 18446744073709551615 218917546905 0 4 0 16800975 18446604454223472448 0 0 -1 3 0 0 0
[pid=922/tid=933] ppid=920 vsize=15690276 CPUtime=0 cores=1,3,5,7
/proc/922/task/933/stat : 933 (java) S 920 922 32444 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 22 0 519252881 16066842624 59037 33554432000 1073741824 1073778376 140737483725120 18446744073709551615 218917547520 0 0 0 16800975 18446604454223472448 0 0 -1 5 0 0 0
[pid=922/tid=934] ppid=920 vsize=15690276 CPUtime=0 cores=1,3,5,7
/proc/922/task/934/stat : 934 (java) S 920 922 32444 0 -1 4202560 16 0 0 0 0 0 0 0 18 0 22 0 519252881 16066842624 59037 33554432000 1073741824 1073778376 140737483725120 18446744073709551615 218917546905 0 4 0 16800975 18446604454223472448 0 0 -1 5 0 0 0
[pid=922/tid=935] ppid=920 vsize=15690276 CPUtime=0 cores=1,3,5,7
/proc/922/task/935/stat : 935 (java) S 920 922 32444 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 519252881 16066842624 59037 33554432000 1073741824 1073778376 140737483725120 18446744073709551615 218917546905 0 4 0 16800975 18446604454223472448 0 0 -1 5 0 0 0
[pid=922/tid=936] ppid=920 vsize=15690276 CPUtime=0 cores=1,3,5,7
/proc/922/task/936/stat : 936 (java) S 920 922 32444 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 519252883 16066842624 59037 33554432000 1073741824 1073778376 140737483725120 18446744073709551615 218917554609 0 4 0 16800975 18446604454223472448 0 0 -1 5 0 0 0
[pid=922/tid=937] ppid=920 vsize=15690276 CPUtime=0.91 cores=1,3,5,7
/proc/922/task/937/stat : 937 (java) S 920 922 32444 0 -1 4202560 12244 0 0 0 89 2 0 0 15 0 22 0 519252883 16066842624 59037 33554432000 1073741824 1073778376 140737483725120 18446744073709551615 218917546905 0 4 0 16800975 18446604454223472448 0 0 -1 5 0 0 0
[pid=922/tid=938] ppid=920 vsize=15690276 CPUtime=0.74 cores=1,3,5,7
/proc/922/task/938/stat : 938 (java) S 920 922 32444 0 -1 4202560 3753 0 0 0 74 0 0 0 15 0 22 0 519252884 16066842624 59037 33554432000 1073741824 1073778376 140737483725120 18446744073709551615 218917546905 0 4 0 16800975 18446604454223472448 0 0 -1 3 0 0 0
[pid=922/tid=939] ppid=920 vsize=15690276 CPUtime=0 cores=1,3,5,7
/proc/922/task/939/stat : 939 (java) S 920 922 32444 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 519252884 16066842624 59037 33554432000 1073741824 1073778376 140737483725120 18446744073709551615 218917546905 0 4 0 16800975 18446604454223472448 0 0 -1 5 0 0 0
[pid=922/tid=940] ppid=920 vsize=15690276 CPUtime=0 cores=1,3,5,7
/proc/922/task/940/stat : 940 (java) S 920 922 32444 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 519252884 16066842624 59037 33554432000 1073741824 1073778376 140737483725120 18446744073709551615 218917547520 0 4 0 16800975 18446604454223472448 0 0 -1 7 0 0 0
[pid=922/tid=941] ppid=920 vsize=15690276 CPUtime=0.87 cores=1,3,5,7
/proc/922/task/941/stat : 941 (java) R 920 922 32444 0 -1 4202560 1446 0 0 0 87 0 0 0 16 0 22 0 519252921 16066842624 59037 33554432000 1073741824 1073778376 140737483725120 18446744073709551615 46912505905324 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=922/tid=942] ppid=920 vsize=15690276 CPUtime=0.87 cores=1,3,5,7
/proc/922/task/942/stat : 942 (java) R 920 922 32444 0 -1 4202560 1426 0 0 0 87 0 0 0 16 0 22 0 519252921 16066842624 59037 33554432000 1073741824 1073778376 140737483725120 18446744073709551615 46912505850669 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=922/tid=944] ppid=920 vsize=15690276 CPUtime=0.05 cores=1,3,5,7
/proc/922/task/944/stat : 944 (java) S 920 922 32444 0 -1 4202560 27 0 0 0 5 0 0 0 15 0 22 0 519252921 16066842624 59037 33554432000 1073741824 1073778376 140737483725120 18446744073709551615 218917547520 0 4 0 16800975 18446604454223472448 0 0 -1 5 0 0 0
[pid=922/tid=945] ppid=920 vsize=15690276 CPUtime=0 cores=1,3,5,7
/proc/922/task/945/stat : 945 (java) S 920 922 32444 0 -1 4202560 14 0 0 0 0 0 0 0 15 0 22 0 519252921 16066842624 59037 33554432000 1073741824 1073778376 140737483725120 18446744073709551615 218917547520 0 4 0 16800975 18446604454223472448 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 5.55
Current children cumulated vsize (KiB) 15690276

[startup+6.30112 s]
/proc/loadavg: 6.45 5.27 4.58 7/220 949
/proc/meminfo: memFree=27055472/32951124 swapFree=67111356/67111528
[pid=922] ppid=920 vsize=15692212 CPUtime=14.89 cores=1,3,5,7
/proc/922/stat : 922 (java) S 920 922 32444 0 -1 4202496 140232 0 1 0 1469 20 0 0 23 0 22 0 519252872 16068825088 130892 33554432000 1073741824 1073778376 140737483725120 18446744073709551615 218917533669 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/922/statm: 3923053 130892 2274 9 0 3913772 0
[pid=922/tid=923] ppid=920 vsize=15692212 CPUtime=1.99 cores=1,3,5,7
/proc/922/task/923/stat : 923 (java) S 920 922 32444 0 -1 4202560 32650 0 1 0 195 4 0 0 24 0 22 0 519252873 16068825088 130892 33554432000 1073741824 1073778376 140737483725120 18446744073709551615 218917546905 0 4 0 16800975 18446604454223472448 0 0 -1 7 0 0 0
[pid=922/tid=925] ppid=920 vsize=15692212 CPUtime=0.04 cores=1,3,5,7
/proc/922/task/925/stat : 925 (java) S 920 922 32444 0 -1 4202560 7466 0 0 0 3 1 0 0 16 0 22 0 519252880 16068825088 130892 33554432000 1073741824 1073778376 140737483725120 18446744073709551615 218917546905 0 4 0 16800975 18446604454223472448 0 0 -1 5 0 0 0
[pid=922/tid=926] ppid=920 vsize=15692212 CPUtime=0.05 cores=1,3,5,7
/proc/922/task/926/stat : 926 (java) S 920 922 32444 0 -1 4202560 14508 0 0 0 4 1 0 0 15 0 22 0 519252880 16068825088 130892 33554432000 1073741824 1073778376 140737483725120 18446744073709551615 218917546905 0 4 0 16800975 18446604454223472448 0 0 -1 7 0 0 0
[pid=922/tid=927] ppid=920 vsize=15692212 CPUtime=0.01 cores=1,3,5,7
/proc/922/task/927/stat : 927 (java) S 920 922 32444 0 -1 4202560 4351 0 0 0 1 0 0 0 15 0 22 0 519252880 16068825088 130892 33554432000 1073741824 1073778376 140737483725120 18446744073709551615 218917546905 0 4 0 16800975 18446604454223472448 0 0 -1 1 0 0 0
[pid=922/tid=928] ppid=920 vsize=15692212 CPUtime=0.01 cores=1,3,5,7
/proc/922/task/928/stat : 928 (java) S 920 922 32444 0 -1 4202560 3858 0 0 0 1 0 0 0 15 0 22 0 519252880 16068825088 130892 33554432000 1073741824 1073778376 140737483725120 18446744073709551615 218917546905 0 4 0 16800975 18446604454223472448 0 0 -1 1 0 0 0
[pid=922/tid=929] ppid=920 vsize=15692212 CPUtime=0.03 cores=1,3,5,7
/proc/922/task/929/stat : 929 (java) S 920 922 32444 0 -1 4202560 8276 0 0 0 2 1 0 0 15 0 22 0 519252880 16068825088 130892 33554432000 1073741824 1073778376 140737483725120 18446744073709551615 218917546905 0 4 0 16800975 18446604454223472448 0 0 -1 7 0 0 0
[pid=922/tid=930] ppid=920 vsize=15692212 CPUtime=0.05 cores=1,3,5,7
/proc/922/task/930/stat : 930 (java) S 920 922 32444 0 -1 4202560 10810 0 0 0 4 1 0 0 18 0 22 0 519252880 16068825088 130892 33554432000 1073741824 1073778376 140737483725120 18446744073709551615 218917546905 0 4 0 16800975 18446604454223472448 0 0 -1 7 0 0 0
[pid=922/tid=931] ppid=920 vsize=15692212 CPUtime=0.01 cores=1,3,5,7
/proc/922/task/931/stat : 931 (java) S 920 922 32444 0 -1 4202560 4068 0 0 0 1 0 0 0 15 0 22 0 519252880 16068825088 130892 33554432000 1073741824 1073778376 140737483725120 18446744073709551615 218917546905 0 4 0 16800975 18446604454223472448 0 0 -1 5 0 0 0
[pid=922/tid=932] ppid=920 vsize=15692212 CPUtime=0.06 cores=1,3,5,7
/proc/922/task/932/stat : 932 (java) S 920 922 32444 0 -1 4202560 12100 0 0 0 5 1 0 0 15 0 22 0 519252880 16068825088 130892 33554432000 1073741824 1073778376 140737483725120 18446744073709551615 218917546905 0 4 0 16800975 18446604454223472448 0 0 -1 3 0 0 0

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

[pid=922/tid=942] ppid=920 vsize=15692212 CPUtime=1109.48 cores=1,3,5,7
/proc/922/task/942/stat : 942 (java) R 920 922 32444 0 -1 4202560 335065 0 0 0 110852 96 0 0 25 0 22 0 519252921 16068825088 260091 33554432000 1073741824 1073778376 140737483725120 18446744073709551615 46912505659840 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=922/tid=944] ppid=920 vsize=15692212 CPUtime=1108.47 cores=1,3,5,7
/proc/922/task/944/stat : 944 (java) R 920 922 32444 0 -1 4202560 206627 0 0 0 110786 61 0 0 22 0 22 0 519252921 16068825088 260091 33554432000 1073741824 1073778376 140737483725120 18446744073709551615 46912506183403 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=922/tid=945] ppid=920 vsize=15692212 CPUtime=1106.06 cores=1,3,5,7
/proc/922/task/945/stat : 945 (java) R 920 922 32444 0 -1 4202560 152530 0 0 0 110577 29 0 0 25 0 22 0 519252921 16068825088 260091 33554432000 1073741824 1073778376 140737483725120 18446744073709551615 46912506294198 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4461.7
Current children cumulated vsize (KiB) 15692212

[startup+1182.3 s]
/proc/loadavg: 8.07 8.00 7.02 9/220 981
/proc/meminfo: memFree=18605852/32951124 swapFree=67111356/67111528
[pid=922] ppid=920 vsize=15692212 CPUtime=4700.57 cores=1,3,5,7
/proc/922/stat : 922 (java) S 920 922 32444 0 -1 4202496 1514895 0 1 0 469618 439 0 0 23 0 22 0 519252872 16068825088 248661 33554432000 1073741824 1073778376 140737483725120 18446744073709551615 218917533669 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/922/statm: 3923053 248661 2299 9 0 3913772 0
[pid=922/tid=923] ppid=920 vsize=15692212 CPUtime=1.99 cores=1,3,5,7
/proc/922/task/923/stat : 923 (java) S 920 922 32444 0 -1 4202560 32650 0 1 0 195 4 0 0 24 0 22 0 519252873 16068825088 248661 33554432000 1073741824 1073778376 140737483725120 18446744073709551615 218917546905 0 4 0 16800975 18446604454223472448 0 0 -1 7 0 0 0
[pid=922/tid=925] ppid=920 vsize=15692212 CPUtime=2.97 cores=1,3,5,7
/proc/922/task/925/stat : 925 (java) S 920 922 32444 0 -1 4202560 67001 0 0 0 284 13 0 0 15 0 22 0 519252880 16068825088 248661 33554432000 1073741824 1073778376 140737483725120 18446744073709551615 218917546905 0 4 0 16800975 18446604454223472448 0 0 -1 5 0 0 0
[pid=922/tid=926] ppid=920 vsize=15692212 CPUtime=2.99 cores=1,3,5,7
/proc/922/task/926/stat : 926 (java) S 920 922 32444 0 -1 4202560 72018 0 0 0 285 14 0 0 15 0 22 0 519252880 16068825088 248661 33554432000 1073741824 1073778376 140737483725120 18446744073709551615 218917546905 0 4 0 16800975 18446604454223472448 0 0 -1 3 0 0 0
[pid=922/tid=927] ppid=920 vsize=15692212 CPUtime=2.94 cores=1,3,5,7
/proc/922/task/927/stat : 927 (java) S 920 922 32444 0 -1 4202560 43846 0 0 0 285 9 0 0 15 0 22 0 519252880 16068825088 248661 33554432000 1073741824 1073778376 140737483725120 18446744073709551615 218917546905 0 4 0 16800975 18446604454223472448 0 0 -1 3 0 0 0
[pid=922/tid=928] ppid=920 vsize=15692212 CPUtime=2.87 cores=1,3,5,7
/proc/922/task/928/stat : 928 (java) S 920 922 32444 0 -1 4202560 32593 0 0 0 278 9 0 0 16 0 22 0 519252880 16068825088 248661 33554432000 1073741824 1073778376 140737483725120 18446744073709551615 218917546905 0 4 0 16800975 18446604454223472448 0 0 -1 1 0 0 0
[pid=922/tid=929] ppid=920 vsize=15692212 CPUtime=2.92 cores=1,3,5,7
/proc/922/task/929/stat : 929 (java) S 920 922 32444 0 -1 4202560 45395 0 0 0 283 9 0 0 15 0 22 0 519252880 16068825088 248661 33554432000 1073741824 1073778376 140737483725120 18446744073709551615 218917546905 0 4 0 16800975 18446604454223472448 0 0 -1 3 0 0 0
[pid=922/tid=930] ppid=920 vsize=15692212 CPUtime=3.02 cores=1,3,5,7
/proc/922/task/930/stat : 930 (java) S 920 922 32444 0 -1 4202560 49911 0 0 0 291 11 0 0 16 0 22 0 519252880 16068825088 248661 33554432000 1073741824 1073778376 140737483725120 18446744073709551615 218917546905 0 4 0 16800975 18446604454223472448 0 0 -1 7 0 0 0
[pid=922/tid=931] ppid=920 vsize=15692212 CPUtime=3.03 cores=1,3,5,7
/proc/922/task/931/stat : 931 (java) S 920 922 32444 0 -1 4202560 55622 0 0 0 291 12 0 0 15 0 22 0 519252880 16068825088 248661 33554432000 1073741824 1073778376 140737483725120 18446744073709551615 218917546905 0 4 0 16800975 18446604454223472448 0 0 -1 1 0 0 0
[pid=922/tid=932] ppid=920 vsize=15692212 CPUtime=2.88 cores=1,3,5,7
/proc/922/task/932/stat : 932 (java) S 920 922 32444 0 -1 4202560 59323 0 0 0 276 12 0 0 16 0 22 0 519252880 16068825088 248661 33554432000 1073741824 1073778376 140737483725120 18446744073709551615 218917546905 0 4 0 16800975 18446604454223472448 0 0 -1 5 0 0 0
[pid=922/tid=933] ppid=920 vsize=15692212 CPUtime=1.17 cores=1,3,5,7
/proc/922/task/933/stat : 933 (java) S 920 922 32444 0 -1 4202560 3830 0 0 0 81 36 0 0 15 0 22 0 519252881 16068825088 248661 33554432000 1073741824 1073778376 140737483725120 18446744073709551615 218917547520 0 0 0 16800975 18446604454223472448 0 0 -1 3 0 0 0
[pid=922/tid=934] ppid=920 vsize=15692212 CPUtime=0 cores=1,3,5,7
/proc/922/task/934/stat : 934 (java) S 920 922 32444 0 -1 4202560 16 0 0 0 0 0 0 0 18 0 22 0 519252881 16068825088 248661 33554432000 1073741824 1073778376 140737483725120 18446744073709551615 218917546905 0 4 0 16800975 18446604454223472448 0 0 -1 5 0 0 0
[pid=922/tid=935] ppid=920 vsize=15692212 CPUtime=0 cores=1,3,5,7
/proc/922/task/935/stat : 935 (java) S 920 922 32444 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 519252881 16068825088 248661 33554432000 1073741824 1073778376 140737483725120 18446744073709551615 218917546905 0 4 0 16800975 18446604454223472448 0 0 -1 5 0 0 0
[pid=922/tid=936] ppid=920 vsize=15692212 CPUtime=0 cores=1,3,5,7
/proc/922/task/936/stat : 936 (java) S 920 922 32444 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 519252883 16068825088 248661 33554432000 1073741824 1073778376 140737483725120 18446744073709551615 218917554609 0 4 0 16800975 18446604454223472448 0 0 -1 5 0 0 0
[pid=922/tid=937] ppid=920 vsize=15692212 CPUtime=1.48 cores=1,3,5,7
/proc/922/task/937/stat : 937 (java) S 920 922 32444 0 -1 4202560 12771 0 0 0 146 2 0 0 15 0 22 0 519252883 16068825088 248661 33554432000 1073741824 1073778376 140737483725120 18446744073709551615 218917546905 0 4 0 16800975 18446604454223472448 0 0 -1 5 0 0 0
[pid=922/tid=938] ppid=920 vsize=15692212 CPUtime=1.29 cores=1,3,5,7
/proc/922/task/938/stat : 938 (java) S 920 922 32444 0 -1 4202560 3827 0 0 0 129 0 0 0 16 0 22 0 519252884 16068825088 248661 33554432000 1073741824 1073778376 140737483725120 18446744073709551615 218917546905 0 4 0 16800975 18446604454223472448 0 0 -1 3 0 0 0
[pid=922/tid=939] ppid=920 vsize=15692212 CPUtime=0 cores=1,3,5,7
/proc/922/task/939/stat : 939 (java) S 920 922 32444 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 519252884 16068825088 248661 33554432000 1073741824 1073778376 140737483725120 18446744073709551615 218917546905 0 4 0 16800975 18446604454223472448 0 0 -1 5 0 0 0
[pid=922/tid=940] ppid=920 vsize=15692212 CPUtime=0 cores=1,3,5,7
/proc/922/task/940/stat : 940 (java) S 920 922 32444 0 -1 4202560 73 0 0 0 0 0 0 0 15 0 22 0 519252884 16068825088 248661 33554432000 1073741824 1073778376 140737483725120 18446744073709551615 218917547520 0 4 0 16800975 18446604454223472448 0 0 -1 5 0 0 0
[pid=922/tid=941] ppid=920 vsize=15692212 CPUtime=1168.84 cores=1,3,5,7
/proc/922/task/941/stat : 941 (java) R 920 922 32444 0 -1 4202560 322559 0 0 0 116787 97 0 0 25 0 22 0 519252921 16068825088 248661 33554432000 1073741824 1073778376 140737483725120 18446744073709551615 46912506125088 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=922/tid=942] ppid=920 vsize=15692212 CPUtime=1168.88 cores=1,3,5,7
/proc/922/task/942/stat : 942 (java) R 920 922 32444 0 -1 4202560 343275 0 0 0 116782 106 0 0 25 0 22 0 519252921 16068825088 248661 33554432000 1073741824 1073778376 140737483725120 18446744073709551615 46912506643547 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=922/tid=944] ppid=920 vsize=15692212 CPUtime=1167.84 cores=1,3,5,7
/proc/922/task/944/stat : 944 (java) R 920 922 32444 0 -1 4202560 211229 0 0 0 116716 68 0 0 20 0 22 0 519252921 16068825088 248661 33554432000 1073741824 1073778376 140737483725120 18446744073709551615 46912505850961 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=922/tid=945] ppid=920 vsize=15692212 CPUtime=1165.3 cores=1,3,5,7
/proc/922/task/945/stat : 945 (java) R 920 922 32444 0 -1 4202560 157589 0 0 0 116500 30 0 0 25 0 22 0 519252921 16068825088 248661 33554432000 1073741824 1073778376 140737483725120 18446744073709551615 46912506293827 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4700.57
Current children cumulated vsize (KiB) 15692212



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1207.3 s]
/proc/loadavg: 8.05 8.00 7.04 9/220 982
/proc/meminfo: memFree=18561928/32951124 swapFree=67111356/67111528
[pid=922] ppid=920 vsize=15692212 CPUtime=4800.16 cores=1,3,5,7
/proc/922/stat : 922 (java) S 920 922 32444 0 -1 4202496 1553644 0 1 0 479569 447 0 0 23 0 22 0 519252872 16068825088 266781 33554432000 1073741824 1073778376 140737483725120 18446744073709551615 218917533669 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/922/statm: 3923053 266781 2299 9 0 3913772 0
[pid=922/tid=923] ppid=920 vsize=15692212 CPUtime=1.99 cores=1,3,5,7
/proc/922/task/923/stat : 923 (java) S 920 922 32444 0 -1 4202560 32650 0 1 0 195 4 0 0 24 0 22 0 519252873 16068825088 266781 33554432000 1073741824 1073778376 140737483725120 18446744073709551615 218917546905 0 4 0 16800975 18446604454223472448 0 0 -1 7 0 0 0
[pid=922/tid=925] ppid=920 vsize=15692212 CPUtime=3.05 cores=1,3,5,7
/proc/922/task/925/stat : 925 (java) S 920 922 32444 0 -1 4202560 68749 0 0 0 292 13 0 0 16 0 22 0 519252880 16068825088 266781 33554432000 1073741824 1073778376 140737483725120 18446744073709551615 218917546905 0 4 0 16800975 18446604454223472448 0 0 -1 7 0 0 0
[pid=922/tid=926] ppid=920 vsize=15692212 CPUtime=3.08 cores=1,3,5,7
/proc/922/task/926/stat : 926 (java) S 920 922 32444 0 -1 4202560 74044 0 0 0 293 15 0 0 15 0 22 0 519252880 16068825088 266781 33554432000 1073741824 1073778376 140737483725120 18446744073709551615 218917546905 0 4 0 16800975 18446604454223472448 0 0 -1 7 0 0 0
[pid=922/tid=927] ppid=920 vsize=15692212 CPUtime=3.01 cores=1,3,5,7
/proc/922/task/927/stat : 927 (java) S 920 922 32444 0 -1 4202560 46380 0 0 0 292 9 0 0 15 0 22 0 519252880 16068825088 266781 33554432000 1073741824 1073778376 140737483725120 18446744073709551615 218917546905 0 4 0 16800975 18446604454223472448 0 0 -1 3 0 0 0
[pid=922/tid=928] ppid=920 vsize=15692212 CPUtime=2.95 cores=1,3,5,7
/proc/922/task/928/stat : 928 (java) S 920 922 32444 0 -1 4202560 34798 0 0 0 286 9 0 0 15 0 22 0 519252880 16068825088 266781 33554432000 1073741824 1073778376 140737483725120 18446744073709551615 218917546905 0 4 0 16800975 18446604454223472448 0 0 -1 5 0 0 0
[pid=922/tid=929] ppid=920 vsize=15692212 CPUtime=2.99 cores=1,3,5,7
/proc/922/task/929/stat : 929 (java) S 920 922 32444 0 -1 4202560 47469 0 0 0 290 9 0 0 15 0 22 0 519252880 16068825088 266781 33554432000 1073741824 1073778376 140737483725120 18446744073709551615 218917546905 0 4 0 16800975 18446604454223472448 0 0 -1 3 0 0 0
[pid=922/tid=930] ppid=920 vsize=15692212 CPUtime=3.1 cores=1,3,5,7
/proc/922/task/930/stat : 930 (java) S 920 922 32444 0 -1 4202560 52294 0 0 0 299 11 0 0 16 0 22 0 519252880 16068825088 266781 33554432000 1073741824 1073778376 140737483725120 18446744073709551615 218917546905 0 4 0 16800975 18446604454223472448 0 0 -1 1 0 0 0
[pid=922/tid=931] ppid=920 vsize=15692212 CPUtime=3.11 cores=1,3,5,7
/proc/922/task/931/stat : 931 (java) S 920 922 32444 0 -1 4202560 57820 0 0 0 299 12 0 0 16 0 22 0 519252880 16068825088 266781 33554432000 1073741824 1073778376 140737483725120 18446744073709551615 218917546905 0 4 0 16800975 18446604454223472448 0 0 -1 3 0 0 0
[pid=922/tid=932] ppid=920 vsize=15692212 CPUtime=2.95 cores=1,3,5,7
/proc/922/task/932/stat : 932 (java) S 920 922 32444 0 -1 4202560 61192 0 0 0 283 12 0 0 16 0 22 0 519252880 16068825088 266781 33554432000 1073741824 1073778376 140737483725120 18446744073709551615 218917546905 0 4 0 16800975 18446604454223472448 0 0 -1 5 0 0 0
[pid=922/tid=933] ppid=920 vsize=15692212 CPUtime=1.19 cores=1,3,5,7
/proc/922/task/933/stat : 933 (java) S 920 922 32444 0 -1 4202560 3935 0 0 0 82 37 0 0 15 0 22 0 519252881 16068825088 266781 33554432000 1073741824 1073778376 140737483725120 18446744073709551615 218917547520 0 0 0 16800975 18446604454223472448 0 0 -1 1 0 0 0
[pid=922/tid=934] ppid=920 vsize=15692212 CPUtime=0 cores=1,3,5,7
/proc/922/task/934/stat : 934 (java) S 920 922 32444 0 -1 4202560 16 0 0 0 0 0 0 0 18 0 22 0 519252881 16068825088 266781 33554432000 1073741824 1073778376 140737483725120 18446744073709551615 218917546905 0 4 0 16800975 18446604454223472448 0 0 -1 5 0 0 0
[pid=922/tid=935] ppid=920 vsize=15692212 CPUtime=0 cores=1,3,5,7
/proc/922/task/935/stat : 935 (java) S 920 922 32444 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 519252881 16068825088 266781 33554432000 1073741824 1073778376 140737483725120 18446744073709551615 218917546905 0 4 0 16800975 18446604454223472448 0 0 -1 5 0 0 0
[pid=922/tid=936] ppid=920 vsize=15692212 CPUtime=0 cores=1,3,5,7
/proc/922/task/936/stat : 936 (java) S 920 922 32444 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 519252883 16068825088 266781 33554432000 1073741824 1073778376 140737483725120 18446744073709551615 218917554609 0 4 0 16800975 18446604454223472448 0 0 -1 5 0 0 0
[pid=922/tid=937] ppid=920 vsize=15692212 CPUtime=1.48 cores=1,3,5,7
/proc/922/task/937/stat : 937 (java) S 920 922 32444 0 -1 4202560 12771 0 0 0 146 2 0 0 15 0 22 0 519252883 16068825088 266781 33554432000 1073741824 1073778376 140737483725120 18446744073709551615 218917546905 0 4 0 16800975 18446604454223472448 0 0 -1 5 0 0 0
[pid=922/tid=938] ppid=920 vsize=15692212 CPUtime=1.29 cores=1,3,5,7
/proc/922/task/938/stat : 938 (java) S 920 922 32444 0 -1 4202560 3827 0 0 0 129 0 0 0 16 0 22 0 519252884 16068825088 266781 33554432000 1073741824 1073778376 140737483725120 18446744073709551615 218917546905 0 4 0 16800975 18446604454223472448 0 0 -1 3 0 0 0
[pid=922/tid=939] ppid=920 vsize=15692212 CPUtime=0 cores=1,3,5,7
/proc/922/task/939/stat : 939 (java) S 920 922 32444 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 519252884 16068825088 266781 33554432000 1073741824 1073778376 140737483725120 18446744073709551615 218917546905 0 4 0 16800975 18446604454223472448 0 0 -1 5 0 0 0
[pid=922/tid=940] ppid=920 vsize=15692212 CPUtime=0 cores=1,3,5,7
/proc/922/task/940/stat : 940 (java) S 920 922 32444 0 -1 4202560 75 0 0 0 0 0 0 0 15 0 22 0 519252884 16068825088 266781 33554432000 1073741824 1073778376 140737483725120 18446744073709551615 218917547520 0 4 0 16800975 18446604454223472448 0 0 -1 3 0 0 0
[pid=922/tid=941] ppid=920 vsize=15692212 CPUtime=1193.49 cores=1,3,5,7
/proc/922/task/941/stat : 941 (java) R 920 922 32444 0 -1 4202560 330131 0 0 0 119250 99 0 0 25 0 22 0 519252921 16068825088 266781 33554432000 1073741824 1073778376 140737483725120 18446744073709551615 46912506293893 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=922/tid=942] ppid=920 vsize=15692212 CPUtime=1193.61 cores=1,3,5,7
/proc/922/task/942/stat : 942 (java) R 920 922 32444 0 -1 4202560 350682 0 0 0 119254 107 0 0 25 0 22 0 519252921 16068825088 266781 33554432000 1073741824 1073778376 140737483725120 18446744073709551615 46912505841459 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=922/tid=944] ppid=920 vsize=15692212 CPUtime=1192.61 cores=1,3,5,7
/proc/922/task/944/stat : 944 (java) R 920 922 32444 0 -1 4202560 213613 0 0 0 119192 69 0 0 25 0 22 0 519252921 16068825088 266781 33554432000 1073741824 1073778376 140737483725120 18446744073709551615 46912505905212 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=922/tid=945] ppid=920 vsize=15692212 CPUtime=1190.08 cores=1,3,5,7
/proc/922/task/945/stat : 945 (java) R 920 922 32444 0 -1 4202560 161831 0 0 0 118977 31 0 0 25 0 22 0 519252921 16068825088 266781 33554432000 1073741824 1073778376 140737483725120 18446744073709551615 18446744073699065939 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4800.16
Current children cumulated vsize (KiB) 15692212

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

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

[startup+1207.3 s]
/proc/loadavg: 8.05 8.00 7.04 9/220 982
/proc/meminfo: memFree=18561928/32951124 swapFree=67111356/67111528
[pid=922] ppid=920 vsize=15692212 CPUtime=4800.16 cores=1,3,5,7
/proc/922/stat : 922 (java) S 920 922 32444 0 -1 4202496 1553644 0 1 0 479569 447 0 0 23 0 22 0 519252872 16068825088 266781 33554432000 1073741824 1073778376 140737483725120 18446744073709551615 218917533669 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/922/statm: 3923053 266781 2299 9 0 3913772 0
[pid=922/tid=923] ppid=920 vsize=15692212 CPUtime=1.99 cores=1,3,5,7
/proc/922/task/923/stat : 923 (java) S 920 922 32444 0 -1 4202560 32650 0 1 0 195 4 0 0 24 0 22 0 519252873 16068825088 266781 33554432000 1073741824 1073778376 140737483725120 18446744073709551615 218917546905 0 4 0 16800975 18446604454223472448 0 0 -1 7 0 0 0
[pid=922/tid=925] ppid=920 vsize=15692212 CPUtime=3.05 cores=1,3,5,7
/proc/922/task/925/stat : 925 (java) S 920 922 32444 0 -1 4202560 68749 0 0 0 292 13 0 0 16 0 22 0 519252880 16068825088 266781 33554432000 1073741824 1073778376 140737483725120 18446744073709551615 218917546905 0 4 0 16800975 18446604454223472448 0 0 -1 7 0 0 0
[pid=922/tid=926] ppid=920 vsize=15692212 CPUtime=3.08 cores=1,3,5,7
/proc/922/task/926/stat : 926 (java) S 920 922 32444 0 -1 4202560 74044 0 0 0 293 15 0 0 15 0 22 0 519252880 16068825088 266781 33554432000 1073741824 1073778376 140737483725120 18446744073709551615 218917546905 0 4 0 16800975 18446604454223472448 0 0 -1 7 0 0 0
[pid=922/tid=927] ppid=920 vsize=15692212 CPUtime=3.01 cores=1,3,5,7
/proc/922/task/927/stat : 927 (java) S 920 922 32444 0 -1 4202560 46380 0 0 0 292 9 0 0 15 0 22 0 519252880 16068825088 266781 33554432000 1073741824 1073778376 140737483725120 18446744073709551615 218917546905 0 4 0 16800975 18446604454223472448 0 0 -1 3 0 0 0
[pid=922/tid=928] ppid=920 vsize=15692212 CPUtime=2.95 cores=1,3,5,7
/proc/922/task/928/stat : 928 (java) S 920 922 32444 0 -1 4202560 34798 0 0 0 286 9 0 0 15 0 22 0 519252880 16068825088 266781 33554432000 1073741824 1073778376 140737483725120 18446744073709551615 218917546905 0 4 0 16800975 18446604454223472448 0 0 -1 5 0 0 0
[pid=922/tid=929] ppid=920 vsize=15692212 CPUtime=2.99 cores=1,3,5,7
/proc/922/task/929/stat : 929 (java) S 920 922 32444 0 -1 4202560 47469 0 0 0 290 9 0 0 15 0 22 0 519252880 16068825088 266781 33554432000 1073741824 1073778376 140737483725120 18446744073709551615 218917546905 0 4 0 16800975 18446604454223472448 0 0 -1 3 0 0 0
[pid=922/tid=930] ppid=920 vsize=15692212 CPUtime=3.1 cores=1,3,5,7
/proc/922/task/930/stat : 930 (java) S 920 922 32444 0 -1 4202560 52294 0 0 0 299 11 0 0 16 0 22 0 519252880 16068825088 266781 33554432000 1073741824 1073778376 140737483725120 18446744073709551615 218917546905 0 4 0 16800975 18446604454223472448 0 0 -1 1 0 0 0
[pid=922/tid=931] ppid=920 vsize=15692212 CPUtime=3.11 cores=1,3,5,7
/proc/922/task/931/stat : 931 (java) S 920 922 32444 0 -1 4202560 57820 0 0 0 299 12 0 0 16 0 22 0 519252880 16068825088 266781 33554432000 1073741824 1073778376 140737483725120 18446744073709551615 218917546905 0 4 0 16800975 18446604454223472448 0 0 -1 3 0 0 0
[pid=922/tid=932] ppid=920 vsize=15692212 CPUtime=2.95 cores=1,3,5,7
/proc/922/task/932/stat : 932 (java) S 920 922 32444 0 -1 4202560 61192 0 0 0 283 12 0 0 16 0 22 0 519252880 16068825088 266781 33554432000 1073741824 1073778376 140737483725120 18446744073709551615 218917546905 0 4 0 16800975 18446604454223472448 0 0 -1 5 0 0 0
[pid=922/tid=933] ppid=920 vsize=15692212 CPUtime=1.19 cores=1,3,5,7
/proc/922/task/933/stat : 933 (java) S 920 922 32444 0 -1 4202560 3935 0 0 0 82 37 0 0 15 0 22 0 519252881 16068825088 266781 33554432000 1073741824 1073778376 140737483725120 18446744073709551615 218917547520 0 0 0 16800975 18446604454223472448 0 0 -1 1 0 0 0
[pid=922/tid=934] ppid=920 vsize=15692212 CPUtime=0 cores=1,3,5,7
/proc/922/task/934/stat : 934 (java) S 920 922 32444 0 -1 4202560 16 0 0 0 0 0 0 0 18 0 22 0 519252881 16068825088 266781 33554432000 1073741824 1073778376 140737483725120 18446744073709551615 218917546905 0 4 0 16800975 18446604454223472448 0 0 -1 5 0 0 0
[pid=922/tid=935] ppid=920 vsize=15692212 CPUtime=0 cores=1,3,5,7
/proc/922/task/935/stat : 935 (java) S 920 922 32444 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 519252881 16068825088 266781 33554432000 1073741824 1073778376 140737483725120 18446744073709551615 218917546905 0 4 0 16800975 18446604454223472448 0 0 -1 5 0 0 0
[pid=922/tid=936] ppid=920 vsize=15692212 CPUtime=0 cores=1,3,5,7
/proc/922/task/936/stat : 936 (java) S 920 922 32444 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 519252883 16068825088 266781 33554432000 1073741824 1073778376 140737483725120 18446744073709551615 218917554609 0 4 0 16800975 18446604454223472448 0 0 -1 5 0 0 0
[pid=922/tid=937] ppid=920 vsize=15692212 CPUtime=1.48 cores=1,3,5,7
/proc/922/task/937/stat : 937 (java) S 920 922 32444 0 -1 4202560 12771 0 0 0 146 2 0 0 15 0 22 0 519252883 16068825088 266781 33554432000 1073741824 1073778376 140737483725120 18446744073709551615 218917546905 0 4 0 16800975 18446604454223472448 0 0 -1 5 0 0 0
[pid=922/tid=938] ppid=920 vsize=15692212 CPUtime=1.29 cores=1,3,5,7
/proc/922/task/938/stat : 938 (java) S 920 922 32444 0 -1 4202560 3827 0 0 0 129 0 0 0 16 0 22 0 519252884 16068825088 266781 33554432000 1073741824 1073778376 140737483725120 18446744073709551615 218917546905 0 4 0 16800975 18446604454223472448 0 0 -1 3 0 0 0
[pid=922/tid=939] ppid=920 vsize=15692212 CPUtime=0 cores=1,3,5,7
/proc/922/task/939/stat : 939 (java) S 920 922 32444 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 519252884 16068825088 266781 33554432000 1073741824 1073778376 140737483725120 18446744073709551615 218917546905 0 4 0 16800975 18446604454223472448 0 0 -1 5 0 0 0
[pid=922/tid=940] ppid=920 vsize=15692212 CPUtime=0 cores=1,3,5,7
/proc/922/task/940/stat : 940 (java) S 920 922 32444 0 -1 4202560 75 0 0 0 0 0 0 0 15 0 22 0 519252884 16068825088 266781 33554432000 1073741824 1073778376 140737483725120 18446744073709551615 218917547520 0 4 0 16800975 18446604454223472448 0 0 -1 3 0 0 0
[pid=922/tid=941] ppid=920 vsize=15692212 CPUtime=1193.49 cores=1,3,5,7
/proc/922/task/941/stat : 941 (java) R 920 922 32444 0 -1 4202560 330131 0 0 0 119250 99 0 0 25 0 22 0 519252921 16068825088 266781 33554432000 1073741824 1073778376 140737483725120 18446744073709551615 46912506293893 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=922/tid=942] ppid=920 vsize=15692212 CPUtime=1193.61 cores=1,3,5,7
/proc/922/task/942/stat : 942 (java) R 920 922 32444 0 -1 4202560 350682 0 0 0 119254 107 0 0 25 0 22 0 519252921 16068825088 266781 33554432000 1073741824 1073778376 140737483725120 18446744073709551615 46912505841459 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=922/tid=944] ppid=920 vsize=15692212 CPUtime=1192.61 cores=1,3,5,7
/proc/922/task/944/stat : 944 (java) R 920 922 32444 0 -1 4202560 213613 0 0 0 119192 69 0 0 25 0 22 0 519252921 16068825088 266781 33554432000 1073741824 1073778376 140737483725120 18446744073709551615 46912505905212 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=922/tid=945] ppid=920 vsize=15692212 CPUtime=1190.08 cores=1,3,5,7
/proc/922/task/945/stat : 945 (java) R 920 922 32444 0 -1 4202560 161831 0 0 0 118977 31 0 0 25 0 22 0 519252921 16068825088 266781 33554432000 1073741824 1073778376 140737483725120 18446744073709551615 18446744073699065939 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4800.16
Current children cumulated vsize (KiB) 15692212

Child status: 143
Real time (s): 1207.36
CPU time (s): 4800.25
CPU user time (s): 4795.73
CPU system time (s): 4.51531
CPU usage (%): 397.582
Max. virtual memory (cumulated for all children) (KiB): 15692212

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4795.73
system time used= 4.51531
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1553670
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= 316492
involuntary context switches= 97712

runsolver used 2.0027 second user time and 4.63629 second system time

The end

Launcher Data

Begin job on node137 at 2011-04-29 13:29:12
IDJOB=3312193
IDBENCH=70818
IDSOLVER=1698
FILE ID=node137/3312193-1304076552
RUNJOBID= node137-1304075233-731
PBS_JOBID= 13170471
Free space on /tmp= 71616 MiB

SOLVER NAME= STRUCTure 0.1 (hbr=2)
BENCH NAME= SAT09/APPLICATIONS/bitverif/maxxor/maxxor032.cnf
COMMAND LINE= run 15000 NBCORE TMPDIR DIR BENCHNAME -hbr 2
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3312193-1304076552/watcher-3312193-1304076552 -o /tmp/evaluation-result-3312193-1304076552/solver-3312193-1304076552 -C 4800 -W 1300 -M 15500  run 15000 4 HOME HOME HOME/instance-3312193-1304076552.cnf -hbr 2

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

MD5SUM BENCH= e1a6f3a7c69cc7fbec84aac478eb151a
RANDOM SEED=1534880580

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      27696616 kB
Buffers:        908348 kB
Cached:        3809320 kB
SwapCached:         56 kB
Active:         327644 kB
Inactive:      4461100 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      27696616 kB
SwapTotal:    67111528 kB
SwapFree:     67111356 kB
Dirty:            6412 kB
Writeback:           0 kB
AnonPages:       70944 kB
Mapped:          21076 kB
Slab:           402288 kB
PageTables:       4852 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   777496 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= 71612 MiB
End job on node137 at 2011-04-29 13:49:21