Trace number 3313196

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.23 1207.35

General information on the benchmark

NameCRAFTED/rbsat/random/unforced/
rbsat-v2100c215164g4.cnf
MD5SUM399c54da7337981a88a374a67e87ba30
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables2100
Number of clauses215164
Sum of the clauses size432288
Maximum clause length30
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2215094
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 570

Solver Data

0.10/0.12	40:43 INFO : Reading from input HOME/instance-3313196-1304080843.cnf
1.03/0.85	Executor set job limit to 1000000
1.03/0.85	Executor set job limit to 1000000
1.03/0.85	Executor set job limit to 1000000
1.03/0.85	Executor set job limit to 1000000
1.03/0.86	Starting Executor!
1.03/0.86	Starting Executor!
1.03/0.86	Starting Executor!
1.03/0.86	Starting Executor!
2.90/1.94	40:45 INFO : 2100 variables remaining out of 2100
2.90/1.94	40:45 INFO : 1245640 literals remaining out of 647452

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

running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 7.63 7.97 7.83 5/198 6001
/proc/meminfo: memFree=25978180/32951124 swapFree=67111524/67111528
[pid=6001] ppid=5999 vsize=24004 CPUtime=0 cores=0,2,4,6
/proc/6001/stat : 6001 (java) S 5999 6001 5661 0 -1 4202496 1383 0 0 0 0 0 0 0 25 0 2 0 519684727 24580096 863 33554432000 1073741824 1073778376 140735809886560 18446744073709551615 230820968421 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/6001/statm: 6001 863 660 9 0 381 0
[pid=6001/tid=6002] ppid=5999 vsize=26088 CPUtime=0 cores=0,2,4,6
/proc/6001/task/6002/stat : 6002 (java) S 5999 6001 5661 0 -1 4202560 56 0 0 0 0 0 0 0 25 0 2 0 519684728 26714112 885 33554432000 1073741824 1073778376 140735809886560 18446744073709551615 230804242055 0 2147483391 4096 0 18446744071699199166 0 0 -1 2 0 0 0

[startup+0.035898 s]
/proc/loadavg: 7.63 7.97 7.83 5/198 6001
/proc/meminfo: memFree=25978180/32951124 swapFree=67111524/67111528
[pid=6001] ppid=5999 vsize=15604248 CPUtime=0.02 cores=0,2,4,6
/proc/6001/stat : 6001 (java) S 5999 6001 5661 0 -1 4202496 3640 0 1 0 2 0 0 0 25 0 13 0 519684727 15978749952 3080 33554432000 1073741824 1073778376 140735809886560 18446744073709551615 230820968421 0 0 0 16784584 18446744073709551615 0 0 17 2 0 0 0
/proc/6001/statm: 3901062 3081 1673 9 0 3891810 0
[pid=6001/tid=6002] ppid=5999 vsize=15604248 CPUtime=0.02 cores=0,2,4,6
/proc/6001/task/6002/stat : 6002 (java) R 5999 6001 5661 0 -1 4202560 2251 0 1 0 2 0 0 0 25 0 13 0 519684728 15978749952 3081 33554432000 1073741824 1073778376 140735809886560 18446744073709551615 47099260877923 0 4 0 16784584 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 15604248

[startup+0.100886 s]
/proc/loadavg: 7.63 7.97 7.83 5/198 6001
/proc/meminfo: memFree=25978180/32951124 swapFree=67111524/67111528
[pid=6001] ppid=5999 vsize=15676172 CPUtime=0.1 cores=0,2,4,6
/proc/6001/stat : 6001 (java) S 5999 6001 5661 0 -1 4202496 5528 0 1 0 9 1 0 0 25 0 18 0 519684727 16052400128 4938 33554432000 1073741824 1073778376 140735809886560 18446744073709551615 230820968421 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/6001/statm: 3919043 4938 2116 9 0 3909762 0
[pid=6001/tid=6002] ppid=5999 vsize=15676172 CPUtime=0.08 cores=0,2,4,6
/proc/6001/task/6002/stat : 6002 (java) R 5999 6001 5661 0 -1 4202560 3370 0 1 0 7 1 0 0 25 0 18 0 519684728 16052400128 4938 33554432000 1073741824 1073778376 140735809886560 18446744073709551615 230809161573 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 15676172

[startup+0.300845 s]
/proc/loadavg: 7.63 7.97 7.83 5/198 6001
/proc/meminfo: memFree=25978180/32951124 swapFree=67111524/67111528
[pid=6001] ppid=5999 vsize=15681228 CPUtime=0.52 cores=0,2,4,6
/proc/6001/stat : 6001 (java) S 5999 6001 5661 0 -1 4202496 13927 0 1 0 49 3 0 0 25 0 18 0 519684727 16057577472 12149 33554432000 1073741824 1073778376 140735809886560 18446744073709551615 230820968421 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/6001/statm: 3920307 12153 2207 9 0 3911026 0
[pid=6001/tid=6002] ppid=5999 vsize=15681228 CPUtime=0.28 cores=0,2,4,6
/proc/6001/task/6002/stat : 6002 (java) R 5999 6001 5661 0 -1 4202560 8775 0 1 0 26 2 0 0 18 0 18 0 519684728 16057577472 12154 33554432000 1073741824 1073778376 140735809886560 18446744073709551615 46912505511663 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 15681228

[startup+0.700753 s]
/proc/loadavg: 7.63 7.97 7.83 5/198 6001
/proc/meminfo: memFree=25978180/32951124 swapFree=67111524/67111528
[pid=6001] ppid=5999 vsize=15681080 CPUtime=0.93 cores=0,2,4,6
/proc/6001/stat : 6001 (java) S 5999 6001 5661 0 -1 4202496 41775 0 1 0 87 6 0 0 25 0 18 0 519684727 16057425920 39958 33554432000 1073741824 1073778376 140735809886560 18446744073709551615 230820968421 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/6001/statm: 3920270 39958 2223 9 0 3910989 0
[pid=6001/tid=6002] ppid=5999 vsize=15681080 CPUtime=0.68 cores=0,2,4,6
/proc/6001/task/6002/stat : 6002 (java) R 5999 6001 5661 0 -1 4202560 35495 0 1 0 63 5 0 0 18 0 18 0 519684728 16057425920 39958 33554432000 1073741824 1073778376 140735809886560 18446744073709551615 46912505590614 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.93
Current children cumulated vsize (KiB) 15681080

[startup+1.5016 s]
/proc/loadavg: 7.63 7.97 7.83 8/220 6023
/proc/meminfo: memFree=25741792/32951124 swapFree=67111524/67111528
[pid=6001] ppid=5999 vsize=15684704 CPUtime=2.27 cores=0,2,4,6
/proc/6001/stat : 6001 (java) S 5999 6001 5661 0 -1 4202496 50758 0 1 0 220 7 0 0 25 0 22 0 519684727 16061136896 44890 33554432000 1073741824 1073778376 140735809886560 18446744073709551615 230820968421 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/6001/statm: 3921176 44890 2256 9 0 3911895 0
[pid=6001/tid=6002] ppid=5999 vsize=15684704 CPUtime=1.48 cores=0,2,4,6
/proc/6001/task/6002/stat : 6002 (java) R 5999 6001 5661 0 -1 4202560 35595 0 1 0 143 5 0 0 21 0 22 0 519684728 16061136896 44890 33554432000 1073741824 1073778376 140735809886560 18446744073709551615 46912505839550 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=6001/tid=6004] ppid=5999 vsize=15684704 CPUtime=0 cores=0,2,4,6
/proc/6001/task/6004/stat : 6004 (java) S 5999 6001 5661 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 519684728 16061136896 44890 33554432000 1073741824 1073778376 140735809886560 18446744073709551615 230820981657 0 4 0 16800975 18446604453888452672 0 0 -1 0 0 0 0
[pid=6001/tid=6005] ppid=5999 vsize=15684704 CPUtime=0 cores=0,2,4,6
/proc/6001/task/6005/stat : 6005 (java) S 5999 6001 5661 0 -1 4202560 661 0 0 0 0 0 0 0 18 0 22 0 519684728 16061136896 44890 33554432000 1073741824 1073778376 140735809886560 18446744073709551615 230820981657 0 4 0 16800975 18446604453888452672 0 0 -1 4 0 0 0
[pid=6001/tid=6006] ppid=5999 vsize=15684704 CPUtime=0 cores=0,2,4,6
/proc/6001/task/6006/stat : 6006 (java) S 5999 6001 5661 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 519684728 16061136896 44890 33554432000 1073741824 1073778376 140735809886560 18446744073709551615 230820981657 0 4 0 16800975 18446604453888452672 0 0 -1 0 0 0 0
[pid=6001/tid=6007] ppid=5999 vsize=15684704 CPUtime=0 cores=0,2,4,6
/proc/6001/task/6007/stat : 6007 (java) S 5999 6001 5661 0 -1 4202560 36 0 0 0 0 0 0 0 18 0 22 0 519684728 16061136896 44890 33554432000 1073741824 1073778376 140735809886560 18446744073709551615 230820981657 0 4 0 16800975 18446604453888452672 0 0 -1 6 0 0 0
[pid=6001/tid=6008] ppid=5999 vsize=15684704 CPUtime=0 cores=0,2,4,6
/proc/6001/task/6008/stat : 6008 (java) S 5999 6001 5661 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 519684728 16061136896 44890 33554432000 1073741824 1073778376 140735809886560 18446744073709551615 230820981657 0 4 0 16800975 18446604453888452672 0 0 -1 4 0 0 0
[pid=6001/tid=6009] ppid=5999 vsize=15684704 CPUtime=0 cores=0,2,4,6
/proc/6001/task/6009/stat : 6009 (java) S 5999 6001 5661 0 -1 4202560 32 0 0 0 0 0 0 0 18 0 22 0 519684728 16061136896 44890 33554432000 1073741824 1073778376 140735809886560 18446744073709551615 230820981657 0 4 0 16800975 18446604453888452672 0 0 -1 6 0 0 0
[pid=6001/tid=6010] ppid=5999 vsize=15684704 CPUtime=0 cores=0,2,4,6
/proc/6001/task/6010/stat : 6010 (java) S 5999 6001 5661 0 -1 4202560 376 0 0 0 0 0 0 0 18 0 22 0 519684728 16061136896 44890 33554432000 1073741824 1073778376 140735809886560 18446744073709551615 230820981657 0 4 0 16800975 18446604453888452672 0 0 -1 2 0 0 0
[pid=6001/tid=6011] ppid=5999 vsize=15684704 CPUtime=0 cores=0,2,4,6
/proc/6001/task/6011/stat : 6011 (java) S 5999 6001 5661 0 -1 4202560 336 0 0 0 0 0 0 0 15 0 22 0 519684728 16061136896 44890 33554432000 1073741824 1073778376 140735809886560 18446744073709551615 230820981657 0 4 0 16800975 18446604453888452672 0 0 -1 0 0 0 0
[pid=6001/tid=6012] ppid=5999 vsize=15684704 CPUtime=0 cores=0,2,4,6
/proc/6001/task/6012/stat : 6012 (java) S 5999 6001 5661 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 519684729 16061136896 44890 33554432000 1073741824 1073778376 140735809886560 18446744073709551615 230820982272 0 0 0 16800975 18446604453888452672 0 0 -1 2 0 0 0
[pid=6001/tid=6013] ppid=5999 vsize=15684704 CPUtime=0 cores=0,2,4,6
/proc/6001/task/6013/stat : 6013 (java) S 5999 6001 5661 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 22 0 519684730 16061136896 44890 33554432000 1073741824 1073778376 140735809886560 18446744073709551615 230820981657 0 4 0 16800975 18446604453888452672 0 0 -1 2 0 0 0
[pid=6001/tid=6014] ppid=5999 vsize=15684704 CPUtime=0 cores=0,2,4,6
/proc/6001/task/6014/stat : 6014 (java) S 5999 6001 5661 0 -1 4202560 8 0 0 0 0 0 0 0 21 0 22 0 519684730 16061136896 44890 33554432000 1073741824 1073778376 140735809886560 18446744073709551615 230820981657 0 4 0 16800975 18446604453888452672 0 0 -1 2 0 0 0
[pid=6001/tid=6015] ppid=5999 vsize=15684704 CPUtime=0 cores=0,2,4,6
/proc/6001/task/6015/stat : 6015 (java) S 5999 6001 5661 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 519684732 16061136896 44890 33554432000 1073741824 1073778376 140735809886560 18446744073709551615 230820989361 0 4 0 16800975 18446604453888452672 0 0 -1 0 0 0 0
[pid=6001/tid=6016] ppid=5999 vsize=15684704 CPUtime=0.41 cores=0,2,4,6
/proc/6001/task/6016/stat : 6016 (java) S 5999 6001 5661 0 -1 4202560 8651 0 0 0 41 0 0 0 15 0 22 0 519684732 16061136896 44890 33554432000 1073741824 1073778376 140735809886560 18446744073709551615 230820981657 0 4 0 16800975 18446604453888452672 0 0 -1 2 0 0 0
[pid=6001/tid=6017] ppid=5999 vsize=15684704 CPUtime=0.35 cores=0,2,4,6
/proc/6001/task/6017/stat : 6017 (java) S 5999 6001 5661 0 -1 4202560 3634 0 0 0 35 0 0 0 16 0 22 0 519684732 16061136896 44890 33554432000 1073741824 1073778376 140735809886560 18446744073709551615 230820981657 0 4 0 16800975 18446604453888452672 0 0 -1 0 0 0 0
[pid=6001/tid=6018] ppid=5999 vsize=15684704 CPUtime=0 cores=0,2,4,6
/proc/6001/task/6018/stat : 6018 (java) S 5999 6001 5661 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 519684732 16061136896 44890 33554432000 1073741824 1073778376 140735809886560 18446744073709551615 230820981657 0 4 0 16800975 18446604453888452672 0 0 -1 2 0 0 0
[pid=6001/tid=6019] ppid=5999 vsize=15684704 CPUtime=0 cores=0,2,4,6
/proc/6001/task/6019/stat : 6019 (java) S 5999 6001 5661 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 519684732 16061136896 44890 33554432000 1073741824 1073778376 140735809886560 18446744073709551615 230820982272 0 4 0 16800975 18446604453888452672 0 0 -1 6 0 0 0
[pid=6001/tid=6020] ppid=5999 vsize=15684704 CPUtime=0 cores=0,2,4,6
/proc/6001/task/6020/stat : 6020 (java) S 5999 6001 5661 0 -1 4202560 14 0 0 0 0 0 0 0 15 0 22 0 519684813 16061136896 44890 33554432000 1073741824 1073778376 140735809886560 18446744073709551615 230820982272 0 4 0 16800975 18446604453888452672 0 0 -1 4 0 0 0
[pid=6001/tid=6021] ppid=5999 vsize=15684704 CPUtime=0 cores=0,2,4,6
/proc/6001/task/6021/stat : 6021 (java) S 5999 6001 5661 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 22 0 519684813 16061136896 44890 33554432000 1073741824 1073778376 140735809886560 18446744073709551615 230820982272 0 4 0 16800975 18446604453888452672 0 0 -1 6 0 0 0
[pid=6001/tid=6022] ppid=5999 vsize=15684704 CPUtime=0 cores=0,2,4,6
/proc/6001/task/6022/stat : 6022 (java) S 5999 6001 5661 0 -1 4202560 13 0 0 0 0 0 0 0 15 0 22 0 519684813 16061136896 44890 33554432000 1073741824 1073778376 140735809886560 18446744073709551615 230820982272 0 4 0 16800975 18446604453888452672 0 0 -1 6 0 0 0
[pid=6001/tid=6023] ppid=5999 vsize=15684704 CPUtime=0 cores=0,2,4,6
/proc/6001/task/6023/stat : 6023 (java) S 5999 6001 5661 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 22 0 519684813 16061136896 44890 33554432000 1073741824 1073778376 140735809886560 18446744073709551615 230820982272 0 4 0 16800975 18446604453888452672 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2.27
Current children cumulated vsize (KiB) 15684704

[startup+3.10431 s]
/proc/loadavg: 7.63 7.97 7.83 7/220 6023
/proc/meminfo: memFree=25348400/32951124 swapFree=67111524/67111528
[pid=6001] ppid=5999 vsize=15685076 CPUtime=5.15 cores=0,2,4,6
/proc/6001/stat : 6001 (java) S 5999 6001 5661 0 -1 4202496 78143 0 1 0 503 12 0 0 25 0 22 0 519684727 16061517824 71717 33554432000 1073741824 1073778376 140735809886560 18446744073709551615 230820968421 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/6001/statm: 3921269 71717 2274 9 0 3911988 0
[pid=6001/tid=6002] ppid=5999 vsize=15685076 CPUtime=1.92 cores=0,2,4,6
/proc/6001/task/6002/stat : 6002 (java) S 5999 6001 5661 0 -1 4202560 35647 0 1 0 187 5 0 0 22 0 22 0 519684728 16061517824 71717 33554432000 1073741824 1073778376 140735809886560 18446744073709551615 230820981657 0 4 0 16800975 18446604453888452672 0 0 -1 4 0 0 0
[pid=6001/tid=6004] ppid=5999 vsize=15685076 CPUtime=0 cores=0,2,4,6
/proc/6001/task/6004/stat : 6004 (java) S 5999 6001 5661 0 -1 4202560 4042 0 0 0 0 0 0 0 16 0 22 0 519684728 16061517824 71717 33554432000 1073741824 1073778376 140735809886560 18446744073709551615 230820981657 0 4 0 16800975 18446604453888452672 0 0 -1 6 0 0 0
[pid=6001/tid=6005] ppid=5999 vsize=15685076 CPUtime=0.02 cores=0,2,4,6
/proc/6001/task/6005/stat : 6005 (java) S 5999 6001 5661 0 -1 4202560 7234 0 0 0 1 1 0 0 16 0 22 0 519684728 16061517824 71717 33554432000 1073741824 1073778376 140735809886560 18446744073709551615 230820981657 0 4 0 16800975 18446604453888452672 0 0 -1 4 0 0 0
[pid=6001/tid=6006] ppid=5999 vsize=15685076 CPUtime=0 cores=0,2,4,6
/proc/6001/task/6006/stat : 6006 (java) S 5999 6001 5661 0 -1 4202560 2217 0 0 0 0 0 0 0 15 0 22 0 519684728 16061517824 71717 33554432000 1073741824 1073778376 140735809886560 18446744073709551615 230820981657 0 4 0 16800975 18446604453888452672 0 0 -1 0 0 0 0
[pid=6001/tid=6007] ppid=5999 vsize=15685076 CPUtime=0 cores=0,2,4,6
/proc/6001/task/6007/stat : 6007 (java) S 5999 6001 5661 0 -1 4202560 3240 0 0 0 0 0 0 0 15 0 22 0 519684728 16061517824 71717 33554432000 1073741824 1073778376 140735809886560 18446744073709551615 230820981657 0 4 0 16800975 18446604453888452672 0 0 -1 2 0 0 0
[pid=6001/tid=6008] ppid=5999 vsize=15685076 CPUtime=0 cores=0,2,4,6
/proc/6001/task/6008/stat : 6008 (java) S 5999 6001 5661 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 519684728 16061517824 71717 33554432000 1073741824 1073778376 140735809886560 18446744073709551615 230820981657 0 4 0 16800975 18446604453888452672 0 0 -1 6 0 0 0
[pid=6001/tid=6009] ppid=5999 vsize=15685076 CPUtime=0 cores=0,2,4,6
/proc/6001/task/6009/stat : 6009 (java) S 5999 6001 5661 0 -1 4202560 3306 0 0 0 0 0 0 0 15 0 22 0 519684728 16061517824 71717 33554432000 1073741824 1073778376 140735809886560 18446744073709551615 230820981657 0 4 0 16800975 18446604453888452672 0 0 -1 0 0 0 0
[pid=6001/tid=6010] ppid=5999 vsize=15685076 CPUtime=0.01 cores=0,2,4,6
/proc/6001/task/6010/stat : 6010 (java) S 5999 6001 5661 0 -1 4202560 4430 0 0 0 1 0 0 0 16 0 22 0 519684728 16061517824 71717 33554432000 1073741824 1073778376 140735809886560 18446744073709551615 230820981657 0 4 0 16800975 18446604453888452672 0 0 -1 6 0 0 0
[pid=6001/tid=6011] ppid=5999 vsize=15685076 CPUtime=0.01 cores=0,2,4,6
/proc/6001/task/6011/stat : 6011 (java) S 5999 6001 5661 0 -1 4202560 3969 0 0 0 1 0 0 0 16 0 22 0 519684728 16061517824 71717 33554432000 1073741824 1073778376 140735809886560 18446744073709551615 230820981657 0 4 0 16800975 18446604453888452672 0 0 -1 0 0 0 0
[pid=6001/tid=6012] ppid=5999 vsize=15685076 CPUtime=0 cores=0,2,4,6
/proc/6001/task/6012/stat : 6012 (java) S 5999 6001 5661 0 -1 4202560 109 0 0 0 0 0 0 0 15 0 22 0 519684729 16061517824 71717 33554432000 1073741824 1073778376 140735809886560 18446744073709551615 230820982272 0 0 0 16800975 18446604453888452672 0 0 -1 2 0 0 0
[pid=6001/tid=6013] ppid=5999 vsize=15685076 CPUtime=0 cores=0,2,4,6
/proc/6001/task/6013/stat : 6013 (java) S 5999 6001 5661 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 519684730 16061517824 71717 33554432000 1073741824 1073778376 140735809886560 18446744073709551615 230820981657 0 4 0 16800975 18446604453888452672 0 0 -1 2 0 0 0
[pid=6001/tid=6014] ppid=5999 vsize=15685076 CPUtime=0 cores=0,2,4,6
/proc/6001/task/6014/stat : 6014 (java) S 5999 6001 5661 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 519684730 16061517824 71717 33554432000 1073741824 1073778376 140735809886560 18446744073709551615 230820981657 0 4 0 16800975 18446604453888452672 0 0 -1 2 0 0 0
[pid=6001/tid=6015] ppid=5999 vsize=15685076 CPUtime=0 cores=0,2,4,6
/proc/6001/task/6015/stat : 6015 (java) S 5999 6001 5661 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 519684732 16061517824 71717 33554432000 1073741824 1073778376 140735809886560 18446744073709551615 230820989361 0 4 0 16800975 18446604453888452672 0 0 -1 0 0 0 0
[pid=6001/tid=6016] ppid=5999 vsize=15685076 CPUtime=0.76 cores=0,2,4,6
/proc/6001/task/6016/stat : 6016 (java) S 5999 6001 5661 0 -1 4202560 8734 0 0 0 75 1 0 0 15 0 22 0 519684732 16061517824 71717 33554432000 1073741824 1073778376 140735809886560 18446744073709551615 230820981657 0 4 0 16800975 18446604453888452672 0 0 -1 2 0 0 0
[pid=6001/tid=6017] ppid=5999 vsize=15685076 CPUtime=0.7 cores=0,2,4,6
/proc/6001/task/6017/stat : 6017 (java) S 5999 6001 5661 0 -1 4202560 3771 0 0 0 70 0 0 0 15 0 22 0 519684732 16061517824 71717 33554432000 1073741824 1073778376 140735809886560 18446744073709551615 230820981657 0 4 0 16800975 18446604453888452672 0 0 -1 6 0 0 0
[pid=6001/tid=6018] ppid=5999 vsize=15685076 CPUtime=0 cores=0,2,4,6
/proc/6001/task/6018/stat : 6018 (java) S 5999 6001 5661 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 519684732 16061517824 71717 33554432000 1073741824 1073778376 140735809886560 18446744073709551615 230820981657 0 4 0 16800975 18446604453888452672 0 0 -1 2 0 0 0
[pid=6001/tid=6019] ppid=5999 vsize=15685076 CPUtime=0 cores=0,2,4,6
/proc/6001/task/6019/stat : 6019 (java) S 5999 6001 5661 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 519684732 16061517824 71717 33554432000 1073741824 1073778376 140735809886560 18446744073709551615 230820982272 0 4 0 16800975 18446604453888452672 0 0 -1 6 0 0 0
[pid=6001/tid=6020] ppid=5999 vsize=15685076 CPUtime=0.49 cores=0,2,4,6
/proc/6001/task/6020/stat : 6020 (java) R 5999 6001 5661 0 -1 4202560 16 0 0 0 49 0 0 0 15 0 22 0 519684813 16061517824 71717 33554432000 1073741824 1073778376 140735809886560 18446744073709551615 46912506003827 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=6001/tid=6021] ppid=5999 vsize=15685076 CPUtime=0.08 cores=0,2,4,6
/proc/6001/task/6021/stat : 6021 (java) R 5999 6001 5661 0 -1 4202560 7 0 0 0 8 0 0 0 15 0 22 0 519684813 16061517824 71717 33554432000 1073741824 1073778376 140735809886560 18446744073709551615 46912506003899 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=6001/tid=6022] ppid=5999 vsize=15685076 CPUtime=0.64 cores=0,2,4,6
/proc/6001/task/6022/stat : 6022 (java) R 5999 6001 5661 0 -1 4202560 25 0 0 0 64 0 0 0 16 0 22 0 519684813 16061517824 71717 33554432000 1073741824 1073778376 140735809886560 18446744073709551615 46912506136689 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=6001/tid=6023] ppid=5999 vsize=15685076 CPUtime=0.38 cores=0,2,4,6
/proc/6001/task/6023/stat : 6023 (java) S 5999 6001 5661 0 -1 4202560 10 0 0 0 38 0 0 0 15 0 22 0 519684813 16061517824 71717 33554432000 1073741824 1073778376 140735809886560 18446744073709551615 230820982272 0 4 0 16800975 18446604453888452672 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 5.15
Current children cumulated vsize (KiB) 15685076

[startup+6.30069 s]
/proc/loadavg: 7.82 8.00 7.84 9/220 6023
/proc/meminfo: memFree=24195244/32951124 swapFree=67111524/67111528
[pid=6001] ppid=5999 vsize=15685076 CPUtime=17.61 cores=0,2,4,6
/proc/6001/stat : 6001 (java) S 5999 6001 5661 0 -1 4202496 254775 0 1 0 1719 42 0 0 25 0 22 0 519684727 16061517824 247973 33554432000 1073741824 1073778376 140735809886560 18446744073709551615 230820968421 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/6001/statm: 3921269 247973 2284 9 0 3911988 0
[pid=6001/tid=6002] ppid=5999 vsize=15685076 CPUtime=1.92 cores=0,2,4,6
/proc/6001/task/6002/stat : 6002 (java) S 5999 6001 5661 0 -1 4202560 35647 0 1 0 187 5 0 0 22 0 22 0 519684728 16061517824 247973 33554432000 1073741824 1073778376 140735809886560 18446744073709551615 230820981657 0 4 0 16800975 18446604453888452672 0 0 -1 4 0 0 0
[pid=6001/tid=6004] ppid=5999 vsize=15685076 CPUtime=0.07 cores=0,2,4,6
/proc/6001/task/6004/stat : 6004 (java) S 5999 6001 5661 0 -1 4202560 20626 0 0 0 4 3 0 0 15 0 22 0 519684728 16061517824 247973 33554432000 1073741824 1073778376 140735809886560 18446744073709551615 230820981657 0 4 0 16800975 18446604453888452672 0 0 -1 2 0 0 0
[pid=6001/tid=6005] ppid=5999 vsize=15685076 CPUtime=0.1 cores=0,2,4,6
/proc/6001/task/6005/stat : 6005 (java) S 5999 6001 5661 0 -1 4202560 29933 0 0 0 5 5 0 0 16 0 22 0 519684728 16061517824 247973 33554432000 1073741824 1073778376 140735809886560 18446744073709551615 230820981657 0 4 0 16800975 18446604453888452672 0 0 -1 0 0 0 0
[pid=6001/tid=6006] ppid=5999 vsize=15685076 CPUtime=0.02 cores=0,2,4,6
/proc/6001/task/6006/stat : 6006 (java) S 5999 6001 5661 0 -1 4202560 5875 0 0 0 1 1 0 0 16 0 22 0 519684728 16061517824 247973 33554432000 1073741824 1073778376 140735809886560 18446744073709551615 230820981657 0 4 0 16800975 18446604453888452672 0 0 -1 0 0 0 0
[pid=6001/tid=6007] ppid=5999 vsize=15685076 CPUtime=0.07 cores=0,2,4,6
/proc/6001/task/6007/stat : 6007 (java) S 5999 6001 5661 0 -1 4202560 20307 0 0 0 4 3 0 0 16 0 22 0 519684728 16061517824 247973 33554432000 1073741824 1073778376 140735809886560 18446744073709551615 230820981657 0 4 0 16800975 18446604453888452672 0 0 -1 2 0 0 0
[pid=6001/tid=6008] ppid=5999 vsize=15685076 CPUtime=0 cores=0,2,4,6
/proc/6001/task/6008/stat : 6008 (java) S 5999 6001 5661 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 519684728 16061517824 247973 33554432000 1073741824 1073778376 140735809886560 18446744073709551615 230820981657 0 4 0 16800975 18446604453888452672 0 0 -1 6 0 0 0
[pid=6001/tid=6009] ppid=5999 vsize=15685076 CPUtime=0.07 cores=0,2,4,6
/proc/6001/task/6009/stat : 6009 (java) S 5999 6001 5661 0 -1 4202560 18309 0 0 0 4 3 0 0 16 0 22 0 519684728 16061517824 247973 33554432000 1073741824 1073778376 140735809886560 18446744073709551615 230820981657 0 4 0 16800975 18446604453888452672 0 0 -1 0 0 0 0
[pid=6001/tid=6010] ppid=5999 vsize=15685076 CPUtime=0.06 cores=0,2,4,6
/proc/6001/task/6010/stat : 6010 (java) S 5999 6001 5661 0 -1 4202560 18235 0 0 0 3 3 0 0 16 0 22 0 519684728 16061517824 247973 33554432000 1073741824 1073778376 140735809886560 18446744073709551615 230820981657 0 4 0 16800975 18446604453888452672 0 0 -1 6 0 0 0
[pid=6001/tid=6011] ppid=5999 vsize=15685076 CPUtime=0.05 cores=0,2,4,6
/proc/6001/task/6011/stat : 6011 (java) S 5999 6001 5661 0 -1 4202560 11512 0 0 0 3 2 0 0 15 0 22 0 519684728 16061517824 247973 33554432000 1073741824 1073778376 140735809886560 18446744073709551615 230820981657 0 4 0 16800975 18446604453888452672 0 0 -1 0 0 0 0

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

[pid=6001/tid=6021] ppid=5999 vsize=15685900 CPUtime=1106.45 cores=0,2,4,6
/proc/6001/task/6021/stat : 6021 (java) R 5999 6001 5661 0 -1 4202560 398328 0 0 0 110593 52 0 0 25 0 22 0 519684813 16062361600 188276 33554432000 1073741824 1073778376 140735809886560 18446744073709551615 46912505664404 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=6001/tid=6022] ppid=5999 vsize=15685900 CPUtime=1105.61 cores=0,2,4,6
/proc/6001/task/6022/stat : 6022 (java) R 5999 6001 5661 0 -1 4202560 411874 0 0 0 110507 54 0 0 25 0 22 0 519684813 16062361600 188276 33554432000 1073741824 1073778376 140735809886560 18446744073709551615 46912506064755 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=6001/tid=6023] ppid=5999 vsize=15685900 CPUtime=1105.59 cores=0,2,4,6
/proc/6001/task/6023/stat : 6023 (java) R 5999 6001 5661 0 -1 4202560 404937 0 0 0 110509 50 0 0 25 0 22 0 519684813 16062361600 188276 33554432000 1073741824 1073778376 140735809886560 18446744073709551615 46912506004084 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4461.75
Current children cumulated vsize (KiB) 15685900

[startup+1182.3 s]
/proc/loadavg: 8.19 8.09 8.00 9/220 6054
/proc/meminfo: memFree=24805032/32951124 swapFree=67111524/67111528
[pid=6001] ppid=5999 vsize=15685900 CPUtime=4700.63 cores=0,2,4,6
/proc/6001/stat : 6001 (java) S 5999 6001 5661 0 -1 4202496 3174058 0 1 0 469465 598 0 0 25 0 22 0 519684727 16062361600 172367 33554432000 1073741824 1073778376 140735809886560 18446744073709551615 230820968421 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/6001/statm: 3921475 172367 2297 9 0 3912194 0
[pid=6001/tid=6002] ppid=5999 vsize=15685900 CPUtime=1.92 cores=0,2,4,6
/proc/6001/task/6002/stat : 6002 (java) S 5999 6001 5661 0 -1 4202560 35647 0 1 0 187 5 0 0 22 0 22 0 519684728 16062361600 172367 33554432000 1073741824 1073778376 140735809886560 18446744073709551615 230820981657 0 4 0 16800975 18446604453888452672 0 0 -1 4 0 0 0
[pid=6001/tid=6004] ppid=5999 vsize=15685900 CPUtime=4.09 cores=0,2,4,6
/proc/6001/task/6004/stat : 6004 (java) S 5999 6001 5661 0 -1 4202560 178098 0 0 0 372 37 0 0 15 0 22 0 519684728 16062361600 172367 33554432000 1073741824 1073778376 140735809886560 18446744073709551615 230820981657 0 4 0 16800975 18446604453888452672 0 0 -1 4 0 0 0
[pid=6001/tid=6005] ppid=5999 vsize=15685900 CPUtime=4.16 cores=0,2,4,6
/proc/6001/task/6005/stat : 6005 (java) S 5999 6001 5661 0 -1 4202560 191283 0 0 0 377 39 0 0 15 0 22 0 519684728 16062361600 172367 33554432000 1073741824 1073778376 140735809886560 18446744073709551615 230820981657 0 4 0 16800975 18446604453888452672 0 0 -1 6 0 0 0
[pid=6001/tid=6006] ppid=5999 vsize=15685900 CPUtime=4.01 cores=0,2,4,6
/proc/6001/task/6006/stat : 6006 (java) S 5999 6001 5661 0 -1 4202560 171749 0 0 0 365 36 0 0 15 0 22 0 519684728 16062361600 172367 33554432000 1073741824 1073778376 140735809886560 18446744073709551615 230820981657 0 4 0 16800975 18446604453888452672 0 0 -1 0 0 0 0
[pid=6001/tid=6007] ppid=5999 vsize=15685900 CPUtime=4.1 cores=0,2,4,6
/proc/6001/task/6007/stat : 6007 (java) S 5999 6001 5661 0 -1 4202560 183550 0 0 0 375 35 0 0 15 0 22 0 519684728 16062361600 172367 33554432000 1073741824 1073778376 140735809886560 18446744073709551615 230820981657 0 4 0 16800975 18446604453888452672 0 0 -1 0 0 0 0
[pid=6001/tid=6008] ppid=5999 vsize=15685900 CPUtime=4.01 cores=0,2,4,6
/proc/6001/task/6008/stat : 6008 (java) S 5999 6001 5661 0 -1 4202560 161581 0 0 0 368 33 0 0 16 0 22 0 519684728 16062361600 172367 33554432000 1073741824 1073778376 140735809886560 18446744073709551615 230820981657 0 4 0 16800975 18446604453888452672 0 0 -1 2 0 0 0
[pid=6001/tid=6009] ppid=5999 vsize=15685900 CPUtime=4.07 cores=0,2,4,6
/proc/6001/task/6009/stat : 6009 (java) S 5999 6001 5661 0 -1 4202560 178091 0 0 0 372 35 0 0 15 0 22 0 519684728 16062361600 172367 33554432000 1073741824 1073778376 140735809886560 18446744073709551615 230820981657 0 4 0 16800975 18446604453888452672 0 0 -1 4 0 0 0
[pid=6001/tid=6010] ppid=5999 vsize=15685900 CPUtime=4.02 cores=0,2,4,6
/proc/6001/task/6010/stat : 6010 (java) S 5999 6001 5661 0 -1 4202560 179774 0 0 0 365 37 0 0 15 0 22 0 519684728 16062361600 172367 33554432000 1073741824 1073778376 140735809886560 18446744073709551615 230820981657 0 4 0 16800975 18446604453888452672 0 0 -1 6 0 0 0
[pid=6001/tid=6011] ppid=5999 vsize=15685900 CPUtime=4.03 cores=0,2,4,6
/proc/6001/task/6011/stat : 6011 (java) S 5999 6001 5661 0 -1 4202560 176576 0 0 0 368 35 0 0 15 0 22 0 519684728 16062361600 172367 33554432000 1073741824 1073778376 140735809886560 18446744073709551615 230820981657 0 4 0 16800975 18446604453888452672 0 0 -1 4 0 0 0
[pid=6001/tid=6012] ppid=5999 vsize=15685900 CPUtime=2.18 cores=0,2,4,6
/proc/6001/task/6012/stat : 6012 (java) S 5999 6001 5661 0 -1 4202560 8229 0 0 0 139 79 0 0 15 0 22 0 519684729 16062361600 172367 33554432000 1073741824 1073778376 140735809886560 18446744073709551615 230820982272 0 0 0 16800975 18446604453888452672 0 0 -1 2 0 0 0
[pid=6001/tid=6013] ppid=5999 vsize=15685900 CPUtime=0 cores=0,2,4,6
/proc/6001/task/6013/stat : 6013 (java) S 5999 6001 5661 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 519684730 16062361600 172367 33554432000 1073741824 1073778376 140735809886560 18446744073709551615 230820981657 0 4 0 16800975 18446604453888452672 0 0 -1 2 0 0 0
[pid=6001/tid=6014] ppid=5999 vsize=15685900 CPUtime=0 cores=0,2,4,6
/proc/6001/task/6014/stat : 6014 (java) S 5999 6001 5661 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 519684730 16062361600 172367 33554432000 1073741824 1073778376 140735809886560 18446744073709551615 230820981657 0 4 0 16800975 18446604453888452672 0 0 -1 2 0 0 0
[pid=6001/tid=6015] ppid=5999 vsize=15685900 CPUtime=0 cores=0,2,4,6
/proc/6001/task/6015/stat : 6015 (java) S 5999 6001 5661 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 519684732 16062361600 172367 33554432000 1073741824 1073778376 140735809886560 18446744073709551615 230820989361 0 4 0 16800975 18446604453888452672 0 0 -1 0 0 0 0
[pid=6001/tid=6016] ppid=5999 vsize=15685900 CPUtime=1 cores=0,2,4,6
/proc/6001/task/6016/stat : 6016 (java) S 5999 6001 5661 0 -1 4202560 8758 0 0 0 99 1 0 0 15 0 22 0 519684732 16062361600 172367 33554432000 1073741824 1073778376 140735809886560 18446744073709551615 230820981657 0 4 0 16800975 18446604453888452672 0 0 -1 6 0 0 0
[pid=6001/tid=6017] ppid=5999 vsize=15685900 CPUtime=0.97 cores=0,2,4,6
/proc/6001/task/6017/stat : 6017 (java) S 5999 6001 5661 0 -1 4202560 3915 0 0 0 97 0 0 0 16 0 22 0 519684732 16062361600 172367 33554432000 1073741824 1073778376 140735809886560 18446744073709551615 230820981657 0 4 0 16800975 18446604453888452672 0 0 -1 2 0 0 0
[pid=6001/tid=6018] ppid=5999 vsize=15685900 CPUtime=0 cores=0,2,4,6
/proc/6001/task/6018/stat : 6018 (java) S 5999 6001 5661 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 519684732 16062361600 172367 33554432000 1073741824 1073778376 140735809886560 18446744073709551615 230820981657 0 4 0 16800975 18446604453888452672 0 0 -1 2 0 0 0
[pid=6001/tid=6019] ppid=5999 vsize=15685900 CPUtime=0 cores=0,2,4,6
/proc/6001/task/6019/stat : 6019 (java) S 5999 6001 5661 0 -1 4202560 69 0 0 0 0 0 0 0 15 0 22 0 519684732 16062361600 172367 33554432000 1073741824 1073778376 140735809886560 18446744073709551615 230820982272 0 4 0 16800975 18446604453888452672 0 0 -1 2 0 0 0
[pid=6001/tid=6020] ppid=5999 vsize=15685900 CPUtime=1166.24 cores=0,2,4,6
/proc/6001/task/6020/stat : 6020 (java) R 5999 6001 5661 0 -1 4202560 418663 0 0 0 116569 55 0 0 25 0 22 0 519684813 16062361600 172367 33554432000 1073741824 1073778376 140735809886560 18446744073709551615 46912505524967 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=6001/tid=6021] ppid=5999 vsize=15685900 CPUtime=1165.82 cores=0,2,4,6
/proc/6001/task/6021/stat : 6021 (java) R 5999 6001 5661 0 -1 4202560 418516 0 0 0 116528 54 0 0 25 0 22 0 519684813 16062361600 172367 33554432000 1073741824 1073778376 140735809886560 18446744073709551615 46912506073562 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=6001/tid=6022] ppid=5999 vsize=15685900 CPUtime=1164.98 cores=0,2,4,6
/proc/6001/task/6022/stat : 6022 (java) R 5999 6001 5661 0 -1 4202560 432152 0 0 0 116442 56 0 0 25 0 22 0 519684813 16062361600 172367 33554432000 1073741824 1073778376 140735809886560 18446744073709551615 46912505524927 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=6001/tid=6023] ppid=5999 vsize=15685900 CPUtime=1164.87 cores=0,2,4,6
/proc/6001/task/6023/stat : 6023 (java) R 5999 6001 5661 0 -1 4202560 426023 0 0 0 116434 53 0 0 25 0 22 0 519684813 16062361600 172367 33554432000 1073741824 1073778376 140735809886560 18446744073709551615 46912506136960 0 4 0 16800975 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4700.63
Current children cumulated vsize (KiB) 15685900



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1207.3 s]
/proc/loadavg: 8.12 8.08 8.00 5/197 6058
/proc/meminfo: memFree=25474300/32951124 swapFree=67111524/67111528
[pid=6001] ppid=5999 vsize=15685900 CPUtime=4800.17 cores=0,2,4,6
/proc/6001/stat : 6001 (java) S 5999 6001 5661 0 -1 4202496 3223714 0 1 0 479409 608 0 0 25 0 22 0 519684727 16062361600 162835 33554432000 1073741824 1073778376 140735809886560 18446744073709551615 230820968421 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/6001/statm: 3921475 162835 2297 9 0 3912194 0
[pid=6001/tid=6002] ppid=5999 vsize=15685900 CPUtime=1.92 cores=0,2,4,6
/proc/6001/task/6002/stat : 6002 (java) S 5999 6001 5661 0 -1 4202560 35647 0 1 0 187 5 0 0 22 0 22 0 519684728 16062361600 162835 33554432000 1073741824 1073778376 140735809886560 18446744073709551615 230820981657 0 4 0 16800975 18446604453888452672 0 0 -1 4 0 0 0
[pid=6001/tid=6004] ppid=5999 vsize=15685900 CPUtime=4.18 cores=0,2,4,6
/proc/6001/task/6004/stat : 6004 (java) S 5999 6001 5661 0 -1 4202560 182240 0 0 0 381 37 0 0 15 0 22 0 519684728 16062361600 162835 33554432000 1073741824 1073778376 140735809886560 18446744073709551615 230820981657 0 4 0 16800975 18446604453888452672 0 0 -1 0 0 0 0
[pid=6001/tid=6005] ppid=5999 vsize=15685900 CPUtime=4.22 cores=0,2,4,6
/proc/6001/task/6005/stat : 6005 (java) S 5999 6001 5661 0 -1 4202560 194340 0 0 0 383 39 0 0 15 0 22 0 519684728 16062361600 162835 33554432000 1073741824 1073778376 140735809886560 18446744073709551615 230820981657 0 4 0 16800975 18446604453888452672 0 0 -1 2 0 0 0
[pid=6001/tid=6006] ppid=5999 vsize=15685900 CPUtime=4.08 cores=0,2,4,6
/proc/6001/task/6006/stat : 6006 (java) S 5999 6001 5661 0 -1 4202560 176083 0 0 0 371 37 0 0 15 0 22 0 519684728 16062361600 162835 33554432000 1073741824 1073778376 140735809886560 18446744073709551615 230820981657 0 4 0 16800975 18446604453888452672 0 0 -1 2 0 0 0
[pid=6001/tid=6007] ppid=5999 vsize=15685900 CPUtime=4.18 cores=0,2,4,6
/proc/6001/task/6007/stat : 6007 (java) S 5999 6001 5661 0 -1 4202560 187298 0 0 0 383 35 0 0 16 0 22 0 519684728 16062361600 162835 33554432000 1073741824 1073778376 140735809886560 18446744073709551615 230820981657 0 4 0 16800975 18446604453888452672 0 0 -1 4 0 0 0
[pid=6001/tid=6008] ppid=5999 vsize=15685900 CPUtime=4.09 cores=0,2,4,6
/proc/6001/task/6008/stat : 6008 (java) S 5999 6001 5661 0 -1 4202560 165133 0 0 0 375 34 0 0 15 0 22 0 519684728 16062361600 162835 33554432000 1073741824 1073778376 140735809886560 18446744073709551615 230820981657 0 4 0 16800975 18446604453888452672 0 0 -1 0 0 0 0
[pid=6001/tid=6009] ppid=5999 vsize=15685900 CPUtime=4.16 cores=0,2,4,6
/proc/6001/task/6009/stat : 6009 (java) S 5999 6001 5661 0 -1 4202560 182882 0 0 0 380 36 0 0 15 0 22 0 519684728 16062361600 162835 33554432000 1073741824 1073778376 140735809886560 18446744073709551615 230820981657 0 4 0 16800975 18446604453888452672 0 0 -1 0 0 0 0
[pid=6001/tid=6010] ppid=5999 vsize=15685900 CPUtime=4.12 cores=0,2,4,6
/proc/6001/task/6010/stat : 6010 (java) S 5999 6001 5661 0 -1 4202560 183755 0 0 0 374 38 0 0 15 0 22 0 519684728 16062361600 162835 33554432000 1073741824 1073778376 140735809886560 18446744073709551615 230820981657 0 4 0 16800975 18446604453888452672 0 0 -1 4 0 0 0
[pid=6001/tid=6011] ppid=5999 vsize=15685900 CPUtime=4.13 cores=0,2,4,6
/proc/6001/task/6011/stat : 6011 (java) S 5999 6001 5661 0 -1 4202560 181310 0 0 0 377 36 0 0 15 0 22 0 519684728 16062361600 162835 33554432000 1073741824 1073778376 140735809886560 18446744073709551615 230820981657 0 4 0 16800975 18446604453888452672 0 0 -1 6 0 0 0
[pid=6001/tid=6012] ppid=5999 vsize=15685900 CPUtime=2.24 cores=0,2,4,6
/proc/6001/task/6012/stat : 6012 (java) S 5999 6001 5661 0 -1 4202560 8378 0 0 0 144 80 0 0 15 0 22 0 519684729 16062361600 162835 33554432000 1073741824 1073778376 140735809886560 18446744073709551615 230820982272 0 0 0 16800975 18446604453888452672 0 0 -1 4 0 0 0
[pid=6001/tid=6013] ppid=5999 vsize=15685900 CPUtime=0 cores=0,2,4,6
/proc/6001/task/6013/stat : 6013 (java) S 5999 6001 5661 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 519684730 16062361600 162835 33554432000 1073741824 1073778376 140735809886560 18446744073709551615 230820981657 0 4 0 16800975 18446604453888452672 0 0 -1 2 0 0 0
[pid=6001/tid=6014] ppid=5999 vsize=15685900 CPUtime=0 cores=0,2,4,6
/proc/6001/task/6014/stat : 6014 (java) S 5999 6001 5661 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 519684730 16062361600 162835 33554432000 1073741824 1073778376 140735809886560 18446744073709551615 230820981657 0 4 0 16800975 18446604453888452672 0 0 -1 2 0 0 0
[pid=6001/tid=6015] ppid=5999 vsize=15685900 CPUtime=0 cores=0,2,4,6
/proc/6001/task/6015/stat : 6015 (java) S 5999 6001 5661 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 519684732 16062361600 162835 33554432000 1073741824 1073778376 140735809886560 18446744073709551615 230820989361 0 4 0 16800975 18446604453888452672 0 0 -1 0 0 0 0
[pid=6001/tid=6016] ppid=5999 vsize=15685900 CPUtime=1 cores=0,2,4,6
/proc/6001/task/6016/stat : 6016 (java) S 5999 6001 5661 0 -1 4202560 8758 0 0 0 99 1 0 0 15 0 22 0 519684732 16062361600 162835 33554432000 1073741824 1073778376 140735809886560 18446744073709551615 230820981657 0 4 0 16800975 18446604453888452672 0 0 -1 6 0 0 0
[pid=6001/tid=6017] ppid=5999 vsize=15685900 CPUtime=0.97 cores=0,2,4,6
/proc/6001/task/6017/stat : 6017 (java) S 5999 6001 5661 0 -1 4202560 3915 0 0 0 97 0 0 0 16 0 22 0 519684732 16062361600 162835 33554432000 1073741824 1073778376 140735809886560 18446744073709551615 230820981657 0 4 0 16800975 18446604453888452672 0 0 -1 2 0 0 0
[pid=6001/tid=6018] ppid=5999 vsize=15685900 CPUtime=0 cores=0,2,4,6
/proc/6001/task/6018/stat : 6018 (java) S 5999 6001 5661 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 519684732 16062361600 162835 33554432000 1073741824 1073778376 140735809886560 18446744073709551615 230820981657 0 4 0 16800975 18446604453888452672 0 0 -1 2 0 0 0
[pid=6001/tid=6019] ppid=5999 vsize=15685900 CPUtime=0 cores=0,2,4,6
/proc/6001/task/6019/stat : 6019 (java) S 5999 6001 5661 0 -1 4202560 71 0 0 0 0 0 0 0 15 0 22 0 519684732 16062361600 162835 33554432000 1073741824 1073778376 140735809886560 18446744073709551615 230820982272 0 4 0 16800975 18446604453888452672 0 0 -1 0 0 0 0
[pid=6001/tid=6020] ppid=5999 vsize=15685900 CPUtime=1190.98 cores=0,2,4,6
/proc/6001/task/6020/stat : 6020 (java) R 5999 6001 5661 0 -1 4202560 423185 0 0 0 119042 56 0 0 25 0 22 0 519684813 16062361600 162835 33554432000 1073741824 1073778376 140735809886560 18446744073709551615 46912506132043 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=6001/tid=6021] ppid=5999 vsize=15685900 CPUtime=1190.56 cores=0,2,4,6
/proc/6001/task/6021/stat : 6021 (java) R 5999 6001 5661 0 -1 4202560 423006 0 0 0 119001 55 0 0 25 0 22 0 519684813 16062361600 162835 33554432000 1073741824 1073778376 140735809886560 18446744073709551615 46912506003925 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=6001/tid=6022] ppid=5999 vsize=15685900 CPUtime=1189.68 cores=0,2,4,6
/proc/6001/task/6022/stat : 6022 (java) R 5999 6001 5661 0 -1 4202560 435252 0 0 0 118911 57 0 0 25 0 22 0 519684813 16062361600 162835 33554432000 1073741824 1073778376 140735809886560 18446744073709551615 46912506137334 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=6001/tid=6023] ppid=5999 vsize=15685900 CPUtime=1189.48 cores=0,2,4,6
/proc/6001/task/6023/stat : 6023 (java) R 5999 6001 5661 0 -1 4202560 431077 0 0 0 118895 53 0 0 25 0 22 0 519684813 16062361600 162835 33554432000 1073741824 1073778376 140735809886560 18446744073709551615 46912506065027 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4800.17
Current children cumulated vsize (KiB) 15685900

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.12 8.08 8.00 5/197 6058
/proc/meminfo: memFree=25474300/32951124 swapFree=67111524/67111528
[pid=6001] ppid=5999 vsize=15685900 CPUtime=4800.17 cores=0,2,4,6
/proc/6001/stat : 6001 (java) S 5999 6001 5661 0 -1 4202496 3223714 0 1 0 479409 608 0 0 25 0 22 0 519684727 16062361600 162835 33554432000 1073741824 1073778376 140735809886560 18446744073709551615 230820968421 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/6001/statm: 3921475 162835 2297 9 0 3912194 0
[pid=6001/tid=6002] ppid=5999 vsize=15685900 CPUtime=1.92 cores=0,2,4,6
/proc/6001/task/6002/stat : 6002 (java) S 5999 6001 5661 0 -1 4202560 35647 0 1 0 187 5 0 0 22 0 22 0 519684728 16062361600 162835 33554432000 1073741824 1073778376 140735809886560 18446744073709551615 230820981657 0 4 0 16800975 18446604453888452672 0 0 -1 4 0 0 0
[pid=6001/tid=6004] ppid=5999 vsize=15685900 CPUtime=4.18 cores=0,2,4,6
/proc/6001/task/6004/stat : 6004 (java) S 5999 6001 5661 0 -1 4202560 182240 0 0 0 381 37 0 0 15 0 22 0 519684728 16062361600 162835 33554432000 1073741824 1073778376 140735809886560 18446744073709551615 230820981657 0 4 0 16800975 18446604453888452672 0 0 -1 0 0 0 0
[pid=6001/tid=6005] ppid=5999 vsize=15685900 CPUtime=4.22 cores=0,2,4,6
/proc/6001/task/6005/stat : 6005 (java) S 5999 6001 5661 0 -1 4202560 194340 0 0 0 383 39 0 0 15 0 22 0 519684728 16062361600 162835 33554432000 1073741824 1073778376 140735809886560 18446744073709551615 230820981657 0 4 0 16800975 18446604453888452672 0 0 -1 2 0 0 0
[pid=6001/tid=6006] ppid=5999 vsize=15685900 CPUtime=4.08 cores=0,2,4,6
/proc/6001/task/6006/stat : 6006 (java) S 5999 6001 5661 0 -1 4202560 176083 0 0 0 371 37 0 0 15 0 22 0 519684728 16062361600 162835 33554432000 1073741824 1073778376 140735809886560 18446744073709551615 230820981657 0 4 0 16800975 18446604453888452672 0 0 -1 2 0 0 0
[pid=6001/tid=6007] ppid=5999 vsize=15685900 CPUtime=4.18 cores=0,2,4,6
/proc/6001/task/6007/stat : 6007 (java) S 5999 6001 5661 0 -1 4202560 187298 0 0 0 383 35 0 0 16 0 22 0 519684728 16062361600 162835 33554432000 1073741824 1073778376 140735809886560 18446744073709551615 230820981657 0 4 0 16800975 18446604453888452672 0 0 -1 4 0 0 0
[pid=6001/tid=6008] ppid=5999 vsize=15685900 CPUtime=4.09 cores=0,2,4,6
/proc/6001/task/6008/stat : 6008 (java) S 5999 6001 5661 0 -1 4202560 165133 0 0 0 375 34 0 0 15 0 22 0 519684728 16062361600 162835 33554432000 1073741824 1073778376 140735809886560 18446744073709551615 230820981657 0 4 0 16800975 18446604453888452672 0 0 -1 0 0 0 0
[pid=6001/tid=6009] ppid=5999 vsize=15685900 CPUtime=4.16 cores=0,2,4,6
/proc/6001/task/6009/stat : 6009 (java) S 5999 6001 5661 0 -1 4202560 182882 0 0 0 380 36 0 0 15 0 22 0 519684728 16062361600 162835 33554432000 1073741824 1073778376 140735809886560 18446744073709551615 230820981657 0 4 0 16800975 18446604453888452672 0 0 -1 0 0 0 0
[pid=6001/tid=6010] ppid=5999 vsize=15685900 CPUtime=4.12 cores=0,2,4,6
/proc/6001/task/6010/stat : 6010 (java) S 5999 6001 5661 0 -1 4202560 183755 0 0 0 374 38 0 0 15 0 22 0 519684728 16062361600 162835 33554432000 1073741824 1073778376 140735809886560 18446744073709551615 230820981657 0 4 0 16800975 18446604453888452672 0 0 -1 4 0 0 0
[pid=6001/tid=6011] ppid=5999 vsize=15685900 CPUtime=4.13 cores=0,2,4,6
/proc/6001/task/6011/stat : 6011 (java) S 5999 6001 5661 0 -1 4202560 181310 0 0 0 377 36 0 0 15 0 22 0 519684728 16062361600 162835 33554432000 1073741824 1073778376 140735809886560 18446744073709551615 230820981657 0 4 0 16800975 18446604453888452672 0 0 -1 6 0 0 0
[pid=6001/tid=6012] ppid=5999 vsize=15685900 CPUtime=2.24 cores=0,2,4,6
/proc/6001/task/6012/stat : 6012 (java) S 5999 6001 5661 0 -1 4202560 8378 0 0 0 144 80 0 0 15 0 22 0 519684729 16062361600 162835 33554432000 1073741824 1073778376 140735809886560 18446744073709551615 230820982272 0 0 0 16800975 18446604453888452672 0 0 -1 4 0 0 0
[pid=6001/tid=6013] ppid=5999 vsize=15685900 CPUtime=0 cores=0,2,4,6
/proc/6001/task/6013/stat : 6013 (java) S 5999 6001 5661 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 519684730 16062361600 162835 33554432000 1073741824 1073778376 140735809886560 18446744073709551615 230820981657 0 4 0 16800975 18446604453888452672 0 0 -1 2 0 0 0
[pid=6001/tid=6014] ppid=5999 vsize=15685900 CPUtime=0 cores=0,2,4,6
/proc/6001/task/6014/stat : 6014 (java) S 5999 6001 5661 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 519684730 16062361600 162835 33554432000 1073741824 1073778376 140735809886560 18446744073709551615 230820981657 0 4 0 16800975 18446604453888452672 0 0 -1 2 0 0 0
[pid=6001/tid=6015] ppid=5999 vsize=15685900 CPUtime=0 cores=0,2,4,6
/proc/6001/task/6015/stat : 6015 (java) S 5999 6001 5661 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 519684732 16062361600 162835 33554432000 1073741824 1073778376 140735809886560 18446744073709551615 230820989361 0 4 0 16800975 18446604453888452672 0 0 -1 0 0 0 0
[pid=6001/tid=6016] ppid=5999 vsize=15685900 CPUtime=1 cores=0,2,4,6
/proc/6001/task/6016/stat : 6016 (java) S 5999 6001 5661 0 -1 4202560 8758 0 0 0 99 1 0 0 15 0 22 0 519684732 16062361600 162835 33554432000 1073741824 1073778376 140735809886560 18446744073709551615 230820981657 0 4 0 16800975 18446604453888452672 0 0 -1 6 0 0 0
[pid=6001/tid=6017] ppid=5999 vsize=15685900 CPUtime=0.97 cores=0,2,4,6
/proc/6001/task/6017/stat : 6017 (java) S 5999 6001 5661 0 -1 4202560 3915 0 0 0 97 0 0 0 16 0 22 0 519684732 16062361600 162835 33554432000 1073741824 1073778376 140735809886560 18446744073709551615 230820981657 0 4 0 16800975 18446604453888452672 0 0 -1 2 0 0 0
[pid=6001/tid=6018] ppid=5999 vsize=15685900 CPUtime=0 cores=0,2,4,6
/proc/6001/task/6018/stat : 6018 (java) S 5999 6001 5661 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 519684732 16062361600 162835 33554432000 1073741824 1073778376 140735809886560 18446744073709551615 230820981657 0 4 0 16800975 18446604453888452672 0 0 -1 2 0 0 0
[pid=6001/tid=6019] ppid=5999 vsize=15685900 CPUtime=0 cores=0,2,4,6
/proc/6001/task/6019/stat : 6019 (java) S 5999 6001 5661 0 -1 4202560 71 0 0 0 0 0 0 0 15 0 22 0 519684732 16062361600 162835 33554432000 1073741824 1073778376 140735809886560 18446744073709551615 230820982272 0 4 0 16800975 18446604453888452672 0 0 -1 0 0 0 0
[pid=6001/tid=6020] ppid=5999 vsize=15685900 CPUtime=1190.98 cores=0,2,4,6
/proc/6001/task/6020/stat : 6020 (java) R 5999 6001 5661 0 -1 4202560 423185 0 0 0 119042 56 0 0 25 0 22 0 519684813 16062361600 162835 33554432000 1073741824 1073778376 140735809886560 18446744073709551615 46912506132043 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=6001/tid=6021] ppid=5999 vsize=15685900 CPUtime=1190.56 cores=0,2,4,6
/proc/6001/task/6021/stat : 6021 (java) R 5999 6001 5661 0 -1 4202560 423006 0 0 0 119001 55 0 0 25 0 22 0 519684813 16062361600 162835 33554432000 1073741824 1073778376 140735809886560 18446744073709551615 46912506003925 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=6001/tid=6022] ppid=5999 vsize=15685900 CPUtime=1189.68 cores=0,2,4,6
/proc/6001/task/6022/stat : 6022 (java) R 5999 6001 5661 0 -1 4202560 435252 0 0 0 118911 57 0 0 25 0 22 0 519684813 16062361600 162835 33554432000 1073741824 1073778376 140735809886560 18446744073709551615 46912506137334 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=6001/tid=6023] ppid=5999 vsize=15685900 CPUtime=1189.48 cores=0,2,4,6
/proc/6001/task/6023/stat : 6023 (java) R 5999 6001 5661 0 -1 4202560 431077 0 0 0 118895 53 0 0 25 0 22 0 519684813 16062361600 162835 33554432000 1073741824 1073778376 140735809886560 18446744073709551615 46912506065027 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4800.17
Current children cumulated vsize (KiB) 15685900

Child status: 143
Real time (s): 1207.35
CPU time (s): 4800.23
CPU user time (s): 4794.11
CPU system time (s): 6.11507
CPU usage (%): 397.585
Max. virtual memory (cumulated for all children) (KiB): 15688100

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4794.11
system time used= 6.11507
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3223739
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= 131175
involuntary context switches= 88447

runsolver used 2.07368 second user time and 4.57031 second system time

The end

Launcher Data

Begin job on node104 at 2011-04-29 14:40:43
IDJOB=3313196
IDBENCH=71308
IDSOLVER=1699
FILE ID=node104/3313196-1304080843
RUNJOBID= node104-1304078330-5679
PBS_JOBID= 13170520
Free space on /tmp= 71544 MiB

SOLVER NAME= STRUCTure 0.1
BENCH NAME= SAT09/CRAFTED/rbsat/random/unforced/rbsat-v2100c215164g4.cnf
COMMAND LINE= run 15000 NBCORE TMPDIR DIR BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3313196-1304080843/watcher-3313196-1304080843 -o /tmp/evaluation-result-3313196-1304080843/solver-3313196-1304080843 -C 4800 -W 1300 -M 15500  run 15000 4 HOME HOME HOME/instance-3313196-1304080843.cnf

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

MD5SUM BENCH= 399c54da7337981a88a374a67e87ba30
RANDOM SEED=195419018

node104.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.855
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.71
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.855
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.83
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.855
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.855
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.80
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.855
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	: 5293.18
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.855
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.83
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.855
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.855
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.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      25978708 kB
Buffers:       1874956 kB
Cached:        4343188 kB
SwapCached:          4 kB
Active:         261640 kB
Inactive:      6167312 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      25978708 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:            6424 kB
Writeback:           0 kB
AnonPages:      209684 kB
Mapped:          23252 kB
Slab:           480236 kB
PageTables:       4760 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   812044 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= 71544 MiB
End job on node104 at 2011-04-29 15:00:52